Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit bf2961e

Browse files
Release v1.40.43 (2021-09-14) (#4094)
Release v1.40.43 (2021-09-14) === ### Service Client Updates * `service/chime`: Updates service API and documentation * Adds support for SipHeaders parameter for CreateSipMediaApplicationCall. * `service/comprehend`: Updates service API and documentation * `service/ec2`: Updates service API and documentation * This release adds support for vt1 3xlarge, 6xlarge and 24xlarge instances powered by Xilinx Alveo U30 Media Accelerators for video transcoding workloads * `service/sagemaker`: Updates service API and documentation * This release adds support for "Project Search" * `service/transcribe-streaming`: Updates service API and documentation * `service/wafv2`: Updates service API and documentation
1 parent 6da3533 commit bf2961e

File tree

21 files changed

+1278
-161
lines changed

21 files changed

+1278
-161
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.40.43 (2021-09-14)
2+
===
3+
4+
### Service Client Updates
5+
* `service/chime`: Updates service API and documentation
6+
* Adds support for SipHeaders parameter for CreateSipMediaApplicationCall.
7+
* `service/comprehend`: Updates service API and documentation
8+
* `service/ec2`: Updates service API and documentation
9+
* This release adds support for vt1 3xlarge, 6xlarge and 24xlarge instances powered by Xilinx Alveo U30 Media Accelerators for video transcoding workloads
10+
* `service/sagemaker`: Updates service API and documentation
11+
* This release adds support for "Project Search"
12+
* `service/transcribe-streaming`: Updates service API and documentation
13+
* `service/wafv2`: Updates service API and documentation
14+
115
Release v1.40.42 (2021-09-13)
216
===
317

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.40.42"
8+
const SDKVersion = "1.40.43"

models/apis/chime/2018-05-01/api-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@
640640
{"shape":"ResourceLimitExceededException"},
641641
{"shape":"ThrottledClientException"},
642642
{"shape":"UnauthorizedClientException"},
643+
{"shape":"AccessDeniedException"},
643644
{"shape":"ServiceUnavailableException"},
644645
{"shape":"ServiceFailureException"}
645646
]
@@ -4889,7 +4890,8 @@
48894890
"shape":"NonEmptyString",
48904891
"location":"uri",
48914892
"locationName":"sipMediaApplicationId"
4892-
}
4893+
},
4894+
"SipHeaders":{"shape":"SipHeadersMap"}
48934895
}
48944896
},
48954897
"CreateSipMediaApplicationCallResponse":{
@@ -8575,6 +8577,13 @@
85758577
"type":"integer",
85768578
"min":1
85778579
},
8580+
"SipHeadersMap":{
8581+
"type":"map",
8582+
"key":{"shape":"SensitiveString"},
8583+
"value":{"shape":"SensitiveString"},
8584+
"max":20,
8585+
"min":0
8586+
},
85788587
"SipMediaApplication":{
85798588
"type":"structure",
85808589
"members":{

models/apis/chime/2018-05-01/docs-2.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"RestorePhoneNumber": "<p>Moves a phone number from the <b>Deletion queue</b> back into the phone number <b>Inventory</b>.</p>",
164164
"SearchAvailablePhoneNumbers": "<p>Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search filters: <code>AreaCode</code>, <code>City</code>, <code>State</code>, or <code>TollFreePrefix</code>. If you provide <code>City</code>, you must also provide <code>State</code>. Numbers outside the US only support the <code>PhoneNumberType</code> filter, which you must use.</p>",
165165
"SendChannelMessage": "<p>Sends a message to a particular channel that the member is a part of.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> <p>Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB of metadata. <code>CONTROL</code> messages can contain 30 bytes of data and no metadata.</p> </note>",
166-
"StartMeetingTranscription": "<p>Start transcription for the specified <code>meetingId</code>. </p>",
166+
"StartMeetingTranscription": "<p>Starts transcription for the specified <code>meetingId</code>. </p>",
167167
"StopMeetingTranscription": "<p>Stops transcription for the specified <code>meetingId</code>.</p>",
168168
"TagAttendee": "<p>Applies the specified tags to the specified Amazon Chime SDK attendee.</p>",
169169
"TagMeeting": "<p>Applies the specified tags to the specified Amazon Chime SDK meeting.</p>",
@@ -555,7 +555,7 @@
555555
"AlexaForBusinessMetadata$IsAlexaForBusinessEnabled": "<p>Starts or stops Alexa for Business.</p>",
556556
"CreateVoiceConnectorRequest$RequireEncryption": "<p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>",
557557
"LoggingConfiguration$EnableSIPLogs": "<p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>",
558-
"Origination$Disabled": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.</p>",
558+
"Origination$Disabled": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>",
559559
"Proxy$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>",
560560
"PutVoiceConnectorProxyRequest$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>",
561561
"SipMediaApplicationLoggingConfiguration$EnableSipMediaApplicationMessageLogs": "<p>Enables application message logs for the SIP media application.</p>",
@@ -1618,7 +1618,7 @@
16181618
"EngineTranscribeMedicalSettings": {
16191619
"base": "<p>Settings specific to the Amazon Transcribe Medical engine.</p>",
16201620
"refs": {
1621-
"TranscriptionConfiguration$EngineTranscribeMedicalSettings": "<p>The transcription configuration settings passed to Amazon Transcribe.</p>"
1621+
"TranscriptionConfiguration$EngineTranscribeMedicalSettings": "<p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>"
16221622
}
16231623
},
16241624
"EngineTranscribeSettings": {
@@ -2937,23 +2937,23 @@
29372937
}
29382938
},
29392939
"Origination": {
2940-
"base": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.</p>",
2940+
"base": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.</p> <note> <p>The parameters listed below are not required, but you must use at least one. </p> </note>",
29412941
"refs": {
29422942
"GetVoiceConnectorOriginationResponse$Origination": "<p>The origination setting details.</p>",
29432943
"PutVoiceConnectorOriginationRequest$Origination": "<p>The origination setting details to add.</p>",
29442944
"PutVoiceConnectorOriginationResponse$Origination": "<p>The updated origination setting details.</p>"
29452945
}
29462946
},
29472947
"OriginationRoute": {
2948-
"base": "<p>Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.</p>",
2948+
"base": "<p>Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.</p> <note> <p>The parameters listed below are not required, but you must use at least one. </p> </note>",
29492949
"refs": {
29502950
"OriginationRouteList$member": null
29512951
}
29522952
},
29532953
"OriginationRouteList": {
29542954
"base": null,
29552955
"refs": {
2956-
"Origination$Routes": "<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.</p>"
2956+
"Origination$Routes": "<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>"
29572957
}
29582958
},
29592959
"OriginationRoutePriority": {
@@ -3493,6 +3493,8 @@
34933493
"SMAUpdateCallArgumentsMap$key": null,
34943494
"SMAUpdateCallArgumentsMap$value": null,
34953495
"SensitiveStringList$member": null,
3496+
"SipHeadersMap$key": null,
3497+
"SipHeadersMap$value": null,
34963498
"UpdateRoomRequest$Name": "<p>The room name.</p>",
34973499
"User$PrimaryProvisionedNumber": "<p>The primary phone number associated with the user.</p>",
34983500
"User$DisplayName": "<p>The display name of the user.</p>"
@@ -3534,6 +3536,12 @@
35343536
"SipRuleTargetApplication$Priority": "<p>Priority of the SIP media application in the target list.</p>"
35353537
}
35363538
},
3539+
"SipHeadersMap": {
3540+
"base": null,
3541+
"refs": {
3542+
"CreateSipMediaApplicationCallRequest$SipHeaders": "<p>The SIP headers added to an outbound call leg.</p>"
3543+
}
3544+
},
35373545
"SipMediaApplication": {
35383546
"base": "<p>The details of the SIP media application, including name and endpoints. An AWS account can have multiple SIP media applications.</p>",
35393547
"refs": {

models/apis/comprehend/2017-11-27/api-2.json

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,13 @@
971971
"min":1,
972972
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
973973
},
974+
"AugmentedManifestsDocumentTypeFormat":{
975+
"type":"string",
976+
"enum":[
977+
"PLAIN_TEXT_DOCUMENT",
978+
"SEMI_STRUCTURED_DOCUMENT"
979+
]
980+
},
974981
"AugmentedManifestsListItem":{
975982
"type":"structure",
976983
"required":[
@@ -979,7 +986,10 @@
979986
],
980987
"members":{
981988
"S3Uri":{"shape":"S3Uri"},
982-
"AttributeNames":{"shape":"AttributeNamesList"}
989+
"AttributeNames":{"shape":"AttributeNamesList"},
990+
"AnnotationDataS3Uri":{"shape":"S3Uri"},
991+
"SourceDocumentsS3Uri":{"shape":"S3Uri"},
992+
"DocumentType":{"shape":"AugmentedManifestsDocumentTypeFormat"}
983993
}
984994
},
985995
"BatchDetectDominantLanguageItemResult":{
@@ -1662,7 +1672,7 @@
16621672
"DocumentClassifierArn":{
16631673
"type":"string",
16641674
"max":256,
1665-
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1675+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*(/version/[a-zA-Z0-9](-*[a-zA-Z0-9])*)?"
16661676
},
16671677
"DocumentClassifierAugmentedManifestsList":{
16681678
"type":"list",
@@ -1743,6 +1753,36 @@
17431753
"Score":{"shape":"Float"}
17441754
}
17451755
},
1756+
"DocumentReadAction":{
1757+
"type":"string",
1758+
"enum":[
1759+
"TEXTRACT_DETECT_DOCUMENT_TEXT",
1760+
"TEXTRACT_ANALYZE_DOCUMENT"
1761+
]
1762+
},
1763+
"DocumentReadFeatureTypes":{
1764+
"type":"string",
1765+
"enum":[
1766+
"TABLES",
1767+
"FORMS"
1768+
]
1769+
},
1770+
"DocumentReadMode":{
1771+
"type":"string",
1772+
"enum":[
1773+
"SERVICE_DEFAULT",
1774+
"FORCE_DOCUMENT_READ_ACTION"
1775+
]
1776+
},
1777+
"DocumentReaderConfig":{
1778+
"type":"structure",
1779+
"required":["DocumentReadAction"],
1780+
"members":{
1781+
"DocumentReadAction":{"shape":"DocumentReadAction"},
1782+
"DocumentReadMode":{"shape":"DocumentReadMode"},
1783+
"FeatureTypes":{"shape":"ListOfDocumentReadFeatureTypes"}
1784+
}
1785+
},
17461786
"DominantLanguage":{
17471787
"type":"structure",
17481788
"members":{
@@ -1877,7 +1917,7 @@
18771917
"EntityRecognizerArn":{
18781918
"type":"string",
18791919
"max":256,
1880-
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1920+
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*(/version/[a-zA-Z0-9](-*[a-zA-Z0-9])*)?"
18811921
},
18821922
"EntityRecognizerAugmentedManifestsList":{
18831923
"type":"list",
@@ -2072,7 +2112,8 @@
20722112
"required":["S3Uri"],
20732113
"members":{
20742114
"S3Uri":{"shape":"S3Uri"},
2075-
"InputFormat":{"shape":"InputFormat"}
2115+
"InputFormat":{"shape":"InputFormat"},
2116+
"DocumentReaderConfig":{"shape":"DocumentReaderConfig"}
20762117
}
20772118
},
20782119
"InputFormat":{
@@ -2177,7 +2218,8 @@
21772218
},
21782219
"KmsKeyId":{
21792220
"type":"string",
2180-
"max":2048
2221+
"max":2048,
2222+
"pattern":".*"
21812223
},
21822224
"KmsKeyValidationException":{
21832225
"type":"structure",
@@ -2353,6 +2395,12 @@
23532395
"type":"list",
23542396
"member":{"shape":"BatchDetectSyntaxItemResult"}
23552397
},
2398+
"ListOfDocumentReadFeatureTypes":{
2399+
"type":"list",
2400+
"member":{"shape":"DocumentReadFeatureTypes"},
2401+
"max":2,
2402+
"min":1
2403+
},
23562404
"ListOfDominantLanguages":{
23572405
"type":"list",
23582406
"member":{"shape":"DominantLanguage"}

models/apis/comprehend/2017-11-27/docs-2.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494
"AttributeNamesList$member": null
9595
}
9696
},
97+
"AugmentedManifestsDocumentTypeFormat": {
98+
"base": null,
99+
"refs": {
100+
"AugmentedManifestsListItem$DocumentType": "<p>The type of augmented manifest. PlainTextDocument or SemiStructuredDocument. If you don't specify, the default is PlainTextDocument. </p> <ul> <li> <p> <code>PLAIN_TEXT_DOCUMENT</code> A document type that represents any unicode text that is encoded in UTF-8.</p> </li> <li> <p> <code>SEMI_STRUCTURED_DOCUMENT</code> A document type with positional and structural context, like a PDF. For training with Amazon Comprehend, only PDFs are supported. For inference, Amazon Comprehend support PDFs, DOCX and TXT.</p> </li> </ul>"
101+
}
102+
},
97103
"AugmentedManifestsListItem": {
98104
"base": "<p>An augmented manifest file that provides training data for your custom model. An augmented manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.</p>",
99105
"refs": {
@@ -664,6 +670,30 @@
664670
"ListOfLabels$member": null
665671
}
666672
},
673+
"DocumentReadAction": {
674+
"base": null,
675+
"refs": {
676+
"DocumentReaderConfig$DocumentReadAction": "<p>This enum field will start with two values which will apply to PDFs:</p> <ul> <li> <p> <code>TEXTRACT_DETECT_DOCUMENT_TEXT</code> - The service calls DetectDocumentText for PDF documents per page.</p> </li> <li> <p> <code>TEXTRACT_ANALYZE_DOCUMENT</code> - The service calls AnalyzeDocument for PDF documents per page.</p> </li> </ul>"
677+
}
678+
},
679+
"DocumentReadFeatureTypes": {
680+
"base": "<p>A list of the types of analyses to perform. This field specifies what feature types need to be extracted from the document where entity recognition is expected.</p> <ul> <li> <p> <code>TABLES</code> - Add TABLES to the list to return information about the tables that are detected in the input document. </p> </li> <li> <p> <code>FORMS</code> - Add FORMS to return detected form data. </p> </li> </ul>",
681+
"refs": {
682+
"ListOfDocumentReadFeatureTypes$member": null
683+
}
684+
},
685+
"DocumentReadMode": {
686+
"base": null,
687+
"refs": {
688+
"DocumentReaderConfig$DocumentReadMode": "<p>This enum field provides two values:</p> <ul> <li> <p> <code>SERVICE_DEFAULT</code> - use service defaults for Document reading. For Digital PDF it would mean using an internal parser instead of Textract APIs</p> </li> <li> <p> <code>FORCE_DOCUMENT_READ_ACTION</code> - Always use specified action for DocumentReadAction, including Digital PDF. </p> </li> </ul>"
689+
}
690+
},
691+
"DocumentReaderConfig": {
692+
"base": "<p>The input properties for a topic detection job.</p>",
693+
"refs": {
694+
"InputDataConfig$DocumentReaderConfig": "<p>The document reader config field applies only for InputDataConfig of StartEntitiesDetectionJob. </p> <p>Use DocumentReaderConfig to provide specifications about how you want your inference documents read. Currently it applies for PDF documents in StartEntitiesDetectionJob custom inference.</p>"
695+
}
696+
},
667697
"DominantLanguage": {
668698
"base": "<p>Returns the code for the dominant language in the input text and the level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
669699
"refs": {
@@ -972,7 +1002,7 @@
9721002
}
9731003
},
9741004
"InputDataConfig": {
975-
"base": "<p>The input properties for a topic detection job.</p>",
1005+
"base": "<p>The input properties for an inference job.</p>",
9761006
"refs": {
9771007
"DocumentClassificationJobProperties$InputDataConfig": "<p>The input data configuration that you supplied when you created the document classification job.</p>",
9781008
"DominantLanguageDetectionJobProperties$InputDataConfig": "<p>The input data configuration that you supplied when you created the dominant language detection job.</p>",
@@ -1357,6 +1387,12 @@
13571387
"BatchDetectSyntaxResponse$ResultList": "<p>A list of objects containing the results of the operation. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If all of the documents contain an error, the <code>ResultList</code> is empty.</p>"
13581388
}
13591389
},
1390+
"ListOfDocumentReadFeatureTypes": {
1391+
"base": null,
1392+
"refs": {
1393+
"DocumentReaderConfig$FeatureTypes": "<p>Specifies how the text in an input file should be processed:</p>"
1394+
}
1395+
},
13601396
"ListOfDominantLanguages": {
13611397
"base": null,
13621398
"refs": {
@@ -1601,6 +1637,8 @@
16011637
"base": null,
16021638
"refs": {
16031639
"AugmentedManifestsListItem$S3Uri": "<p>The Amazon S3 location of the augmented manifest file.</p>",
1640+
"AugmentedManifestsListItem$AnnotationDataS3Uri": "<p>The S3 prefix to the annotation files that are referred in the augmented manifest file.</p>",
1641+
"AugmentedManifestsListItem$SourceDocumentsS3Uri": "<p>The S3 prefix to the source files (PDFs) that are referred to in the augmented manifest file.</p>",
16041642
"DocumentClassifierInputDataConfig$S3Uri": "<p>The Amazon S3 URI for the input data. The S3 bucket must be in the same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of input files.</p> <p>For example, if you use the URI <code>S3://bucketName/prefix</code>, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.</p> <p>This parameter is required if you set <code>DataFormat</code> to <code>COMPREHEND_CSV</code>.</p>",
16051643
"DocumentClassifierOutputDataConfig$S3Uri": "<p>When you use the <code>OutputDataConfig</code> object while creating a custom classifier, you specify the Amazon S3 location where you want to write the confusion matrix. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of this output file.</p> <p>When the custom classifier job is finished, the service creates the output file in a directory specific to the job. The <code>S3Uri</code> field contains the location of the output file, called <code>output.tar.gz</code>. It is a compressed archive that contains the confusion matrix.</p>",
16061644
"EntityRecognizerAnnotations$S3Uri": "<p> Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.</p>",

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15788,7 +15788,7 @@
1578815788
"locationName":"iops"
1578915789
},
1579015790
"SnapshotId":{
15791-
"shape":"String",
15791+
"shape":"SnapshotId",
1579215792
"locationName":"snapshotId"
1579315793
},
1579415794
"VolumeSize":{
@@ -21429,7 +21429,10 @@
2142921429
"x2gd.8xlarge",
2143021430
"x2gd.12xlarge",
2143121431
"x2gd.16xlarge",
21432-
"x2gd.metal"
21432+
"x2gd.metal",
21433+
"vt1.3xlarge",
21434+
"vt1.6xlarge",
21435+
"vt1.24xlarge"
2143321436
]
2143421437
},
2143521438
"InstanceTypeHypervisor":{
@@ -26148,7 +26151,7 @@
2614826151
"type":"structure",
2614926152
"members":{
2615026153
"GroupName":{
26151-
"shape":"String",
26154+
"shape":"PlacementGroupName",
2615226155
"locationName":"groupName"
2615326156
}
2615426157
}
@@ -30374,7 +30377,7 @@
3037430377
"locationName":"iamInstanceProfile"
3037530378
},
3037630379
"ImageId":{
30377-
"shape":"String",
30380+
"shape":"ImageId",
3037830381
"locationName":"imageId"
3037930382
},
3038030383
"InstanceType":{
@@ -30386,7 +30389,7 @@
3038630389
"locationName":"kernelId"
3038730390
},
3038830391
"KeyName":{
30389-
"shape":"String",
30392+
"shape":"KeyPairName",
3039030393
"locationName":"keyName"
3039130394
},
3039230395
"Monitoring":{
@@ -30410,7 +30413,7 @@
3041030413
"locationName":"spotPrice"
3041130414
},
3041230415
"SubnetId":{
30413-
"shape":"String",
30416+
"shape":"SubnetId",
3041430417
"locationName":"subnetId"
3041530418
},
3041630419
"UserData":{
@@ -30837,7 +30840,7 @@
3083730840
"locationName":"availabilityZone"
3083830841
},
3083930842
"GroupName":{
30840-
"shape":"String",
30843+
"shape":"PlacementGroupName",
3084130844
"locationName":"groupName"
3084230845
},
3084330846
"Tenancy":{

0 commit comments

Comments
 (0)