Skip to content

Commit 2388067

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent debe414 commit 2388067

File tree

28 files changed

+526
-248
lines changed

28 files changed

+526
-248
lines changed

apis/dynamodb/2012-08-10/docs-2.json

Lines changed: 56 additions & 56 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7931,6 +7931,7 @@
79317931
"locationName":"item"
79327932
}
79337933
},
7934+
"CoreNetworkArn":{"type":"string"},
79347935
"CpuManufacturer":{
79357936
"type":"string",
79367937
"enum":[
@@ -9179,7 +9180,8 @@
91799180
"VpcPeeringConnectionId":{
91809181
"shape":"VpcPeeringConnectionId",
91819182
"locationName":"vpcPeeringConnectionId"
9182-
}
9183+
},
9184+
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
91839185
}
91849186
},
91859187
"CreateRouteResult":{
@@ -28627,7 +28629,8 @@
2862728629
"VpcPeeringConnectionId":{
2862828630
"shape":"VpcPeeringConnectionId",
2862928631
"locationName":"vpcPeeringConnectionId"
28630-
}
28632+
},
28633+
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
2863128634
}
2863228635
},
2863328636
"ReplaceRouteTableAssociationRequest":{
@@ -30078,6 +30081,10 @@
3007830081
"VpcPeeringConnectionId":{
3007930082
"shape":"String",
3008030083
"locationName":"vpcPeeringConnectionId"
30084+
},
30085+
"CoreNetworkArn":{
30086+
"shape":"CoreNetworkArn",
30087+
"locationName":"coreNetworkArn"
3008130088
}
3008230089
}
3008330090
},

apis/ec2/2016-11-15/docs-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@
20532053
"PrivateIpAddressSpecification$Primary": "<p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.</p>",
20542054
"ProvisionByoipCidrRequest$PubliclyAdvertisable": "<p>(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.</p> <p>Default: true</p>",
20552055
"ProvisionByoipCidrRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
2056-
"ProvisionByoipCidrRequest$MultiRegion": "<para>Reserved.</para>",
2056+
"ProvisionByoipCidrRequest$MultiRegion": "<p>Reserved.</p>",
20572057
"PurchaseReservedInstancesOfferingRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
20582058
"PurchaseScheduledInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
20592059
"RebootInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
@@ -3127,6 +3127,14 @@
31273127
"VCpuInfo$ValidCores": "<p>The valid number of cores that can be configured for the instance type.</p>"
31283128
}
31293129
},
3130+
"CoreNetworkArn": {
3131+
"base": null,
3132+
"refs": {
3133+
"CreateRouteRequest$CoreNetworkArn": null,
3134+
"ReplaceRouteRequest$CoreNetworkArn": null,
3135+
"Route$CoreNetworkArn": null
3136+
}
3137+
},
31303138
"CpuManufacturer": {
31313139
"base": null,
31323140
"refs": {

apis/translate/2017-07-01/api-2.json

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,13 @@
346346
},
347347
"exception":true
348348
},
349+
"Directionality":{
350+
"type":"string",
351+
"enum":[
352+
"UNI",
353+
"MULTI"
354+
]
355+
},
349356
"EncryptionKey":{
350357
"type":"structure",
351358
"required":[
@@ -385,10 +392,7 @@
385392
},
386393
"GetTerminologyRequest":{
387394
"type":"structure",
388-
"required":[
389-
"Name",
390-
"TerminologyDataFormat"
391-
],
395+
"required":["Name"],
392396
"members":{
393397
"Name":{"shape":"ResourceName"},
394398
"TerminologyDataFormat":{"shape":"TerminologyDataFormat"}
@@ -398,7 +402,8 @@
398402
"type":"structure",
399403
"members":{
400404
"TerminologyProperties":{"shape":"TerminologyProperties"},
401-
"TerminologyDataLocation":{"shape":"TerminologyDataLocation"}
405+
"TerminologyDataLocation":{"shape":"TerminologyDataLocation"},
406+
"AuxiliaryDataLocation":{"shape":"TerminologyDataLocation"}
402407
}
403408
},
404409
"IamRoleArn":{
@@ -425,7 +430,8 @@
425430
"ImportTerminologyResponse":{
426431
"type":"structure",
427432
"members":{
428-
"TerminologyProperties":{"shape":"TerminologyProperties"}
433+
"TerminologyProperties":{"shape":"TerminologyProperties"},
434+
"AuxiliaryDataLocation":{"shape":"TerminologyDataLocation"}
429435
}
430436
},
431437
"InputDataConfig":{
@@ -765,14 +771,16 @@
765771
],
766772
"members":{
767773
"File":{"shape":"TerminologyFile"},
768-
"Format":{"shape":"TerminologyDataFormat"}
774+
"Format":{"shape":"TerminologyDataFormat"},
775+
"Directionality":{"shape":"Directionality"}
769776
}
770777
},
771778
"TerminologyDataFormat":{
772779
"type":"string",
773780
"enum":[
774781
"CSV",
775-
"TMX"
782+
"TMX",
783+
"TSV"
776784
]
777785
},
778786
"TerminologyDataLocation":{
@@ -803,7 +811,11 @@
803811
"SizeBytes":{"shape":"Integer"},
804812
"TermCount":{"shape":"Integer"},
805813
"CreatedAt":{"shape":"Timestamp"},
806-
"LastUpdatedAt":{"shape":"Timestamp"}
814+
"LastUpdatedAt":{"shape":"Timestamp"},
815+
"Directionality":{"shape":"Directionality"},
816+
"Message":{"shape":"UnboundedLengthString"},
817+
"SkippedTermCount":{"shape":"Integer"},
818+
"Format":{"shape":"TerminologyDataFormat"}
807819
}
808820
},
809821
"TerminologyPropertiesList":{

apis/translate/2017-07-01/docs-2.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@
110110
"refs": {
111111
}
112112
},
113+
"Directionality": {
114+
"base": null,
115+
"refs": {
116+
"TerminologyData$Directionality": "<p>The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).</p> <dl> <dt>UNI</dt> <dd> <p>The terminology resource has one source language (for example, the first column in a CSV file), and all of its other languages are target languages. </p> </dd> <dt>MULTI</dt> <dd> <p>Any language in the terminology resource can be the source language or a target language. A single multi-directional terminology resource can be used for jobs that translate different language pairs. For example, if the terminology contains terms in English and Spanish, then it can be used for jobs that translate English to Spanish and jobs that translate Spanish to English.</p> </dd> </dl> <p>When you create a custom terminology resource without specifying the directionality, it behaves as uni-directional terminology, although this parameter will have a null value.</p>",
117+
"TerminologyProperties$Directionality": "<p>The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional). </p> <dl> <dt>UNI</dt> <dd> <p>The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.</p> </dd> <dt>MULTI</dt> <dd> <p>Any language in the terminology resource can be the source language.</p> </dd> </dl>"
118+
}
119+
},
113120
"EncryptionKey": {
114121
"base": "<p>The encryption key used to encrypt this object.</p>",
115122
"refs": {
@@ -183,7 +190,8 @@
183190
"JobDetails$DocumentsWithErrorsCount": "<p>The number of documents that could not be processed during a translation job.</p>",
184191
"JobDetails$InputDocumentsCount": "<p>The number of documents used as input in a translation job.</p>",
185192
"TerminologyProperties$SizeBytes": "<p>The size of the file used when importing a custom terminology.</p>",
186-
"TerminologyProperties$TermCount": "<p>The number of terms included in the custom terminology.</p>"
193+
"TerminologyProperties$TermCount": "<p>The number of terms included in the custom terminology.</p>",
194+
"TerminologyProperties$SkippedTermCount": "<p>The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.</p>"
187195
}
188196
},
189197
"InternalServerException": {
@@ -261,7 +269,7 @@
261269
"base": null,
262270
"refs": {
263271
"ParallelDataProperties$TargetLanguageCodes": "<p>The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.</p>",
264-
"TerminologyProperties$TargetLanguageCodes": "<p>The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.</p>"
272+
"TerminologyProperties$TargetLanguageCodes": "<p>The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.</p>"
265273
}
266274
},
267275
"LimitExceededException": {
@@ -518,14 +526,17 @@
518526
"TerminologyDataFormat": {
519527
"base": null,
520528
"refs": {
521-
"GetTerminologyRequest$TerminologyDataFormat": "<p>The data format of the custom terminology being retrieved, either CSV or TMX.</p>",
522-
"TerminologyData$Format": "<p>The data format of the custom terminology. Either CSV or TMX.</p>"
529+
"GetTerminologyRequest$TerminologyDataFormat": "<p>The data format of the custom terminology being retrieved.</p> <p>If you don't specify this parameter, Amazon Translate returns a file that has the same format as the file that was imported to create the terminology. </p> <p>If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as that of the input file that was imported to create it. Otherwise, Amazon Translate throws an error.</p>",
530+
"TerminologyData$Format": "<p>The data format of the custom terminology.</p>",
531+
"TerminologyProperties$Format": "<p>The format of the custom terminology input file.</p>"
523532
}
524533
},
525534
"TerminologyDataLocation": {
526535
"base": "<p>The location of the custom terminology data.</p>",
527536
"refs": {
528-
"GetTerminologyResponse$TerminologyDataLocation": "<p>The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.</p>"
537+
"GetTerminologyResponse$TerminologyDataLocation": "<p>The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.</p>",
538+
"GetTerminologyResponse$AuxiliaryDataLocation": "<p>The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.</p>",
539+
"ImportTerminologyResponse$AuxiliaryDataLocation": "<p>The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.</p>"
529540
}
530541
},
531542
"TerminologyFile": {
@@ -606,6 +617,7 @@
606617
"base": null,
607618
"refs": {
608619
"ParallelDataProperties$Message": "<p>Additional information from Amazon Translate about the parallel data resource. </p>",
620+
"TerminologyProperties$Message": "<p>Additional information from Amazon Translate about the terminology resource.</p>",
609621
"TextTranslationJobProperties$Message": "<p>An explanation of any errors that may have occurred during the translation job.</p>"
610622
}
611623
},

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.528.0 (2021-11-11)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.527.0 (2021-11-10)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.527.0
1+
1.528.0

gems/aws-partitions/partitions.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11378,12 +11378,24 @@
1137811378
"ap-south-1" : { },
1137911379
"ap-southeast-1" : { },
1138011380
"ap-southeast-2" : { },
11381-
"ca-central-1" : { },
11381+
"ca-central-1" : {
11382+
"variants" : [ {
11383+
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
11384+
"tags" : [ "fips" ]
11385+
} ]
11386+
},
1138211387
"eu-central-1" : { },
1138311388
"eu-north-1" : { },
1138411389
"eu-west-1" : { },
1138511390
"eu-west-2" : { },
1138611391
"eu-west-3" : { },
11392+
"fips-ca-central-1" : {
11393+
"credentialScope" : {
11394+
"region" : "ca-central-1"
11395+
},
11396+
"deprecated" : true,
11397+
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com"
11398+
},
1138711399
"fips-us-east-1" : {
1138811400
"credentialScope" : {
1138911401
"region" : "us-east-1"
@@ -14836,6 +14848,12 @@
1483614848
"partitionEndpoint" : "aws-us-gov-global"
1483714849
},
1483814850
"identitystore" : {
14851+
"defaults" : {
14852+
"variants" : [ {
14853+
"hostname" : "identitystore.{region}.{dnsSuffix}",
14854+
"tags" : [ "fips" ]
14855+
} ]
14856+
},
1483914857
"endpoints" : {
1484014858
"fips-us-gov-west-1" : {
1484114859
"credentialScope" : {
@@ -15444,6 +15462,12 @@
1544415462
}
1544515463
},
1544615464
"rds" : {
15465+
"defaults" : {
15466+
"variants" : [ {
15467+
"hostname" : "rds.{region}.{dnsSuffix}",
15468+
"tags" : [ "fips" ]
15469+
} ]
15470+
},
1544715471
"endpoints" : {
1544815472
"rds.us-gov-east-1" : {
1544915473
"credentialScope" : {
@@ -15629,6 +15653,12 @@
1562915653
}
1563015654
},
1563115655
"runtime.sagemaker" : {
15656+
"defaults" : {
15657+
"variants" : [ {
15658+
"hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
15659+
"tags" : [ "fips" ]
15660+
} ]
15661+
},
1563215662
"endpoints" : {
1563315663
"us-gov-west-1" : {
1563415664
"variants" : [ {

gems/aws-sdk-dynamodb/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.66.0 (2021-11-11)
5+
------------------
6+
7+
* Feature - Updated Help section for "dynamodb update-contributor-insights" API
8+
49
1.65.0 (2021-11-04)
510
------------------
611

gems/aws-sdk-dynamodb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.65.0
1+
1.66.0

0 commit comments

Comments
 (0)