Skip to content

Commit 2bed51d

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 6953763 commit 2bed51d

File tree

91 files changed

+29031
-1065
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+29031
-1065
lines changed

apis/devops-guru/2020-12-01/api-2.json

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

apis/devops-guru/2020-12-01/docs-2.json

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

apis/devops-guru/2020-12-01/paginators-1.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"output_token": "NextToken",
1515
"result_key": [
1616
"CloudFormation",
17-
"Service"
17+
"Service",
18+
"Tags"
1819
]
1920
},
2021
"GetCostEstimation": {
@@ -37,7 +38,8 @@
3738
],
3839
"output_token": "NextToken",
3940
"result_key": [
40-
"ResourceCollection.CloudFormation.StackNames"
41+
"ResourceCollection.CloudFormation.StackNames",
42+
"ResourceCollection.Tags"
4143
]
4244
},
4345
"ListAnomaliesForInsight": {

apis/directconnect/2012-10-25/api-2.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,6 +1821,7 @@
18211821
},
18221822
"exception":true
18231823
},
1824+
"EnableSiteLink":{"type":"boolean"},
18241825
"EncryptionMode":{"type":"string"},
18251826
"EndTime":{"type":"timestamp"},
18261827
"ErrorMessage":{"type":"string"},
@@ -2039,7 +2040,8 @@
20392040
"addressFamily":{"shape":"AddressFamily"},
20402041
"virtualGatewayId":{"shape":"VirtualGatewayId"},
20412042
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
2042-
"tags":{"shape":"TagList"}
2043+
"tags":{"shape":"TagList"},
2044+
"enableSiteLink":{"shape":"EnableSiteLink"}
20432045
}
20442046
},
20452047
"NewPrivateVirtualInterfaceAllocation":{
@@ -2111,7 +2113,8 @@
21112113
"customerAddress":{"shape":"CustomerAddress"},
21122114
"addressFamily":{"shape":"AddressFamily"},
21132115
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
2114-
"tags":{"shape":"TagList"}
2116+
"tags":{"shape":"TagList"},
2117+
"enableSiteLink":{"shape":"EnableSiteLink"}
21152118
}
21162119
},
21172120
"NewTransitVirtualInterfaceAllocation":{
@@ -2189,6 +2192,7 @@
21892192
},
21902193
"RouterTypeIdentifier":{"type":"string"},
21912194
"SecretARN":{"type":"string"},
2195+
"SiteLinkEnabled":{"type":"boolean"},
21922196
"Software":{"type":"string"},
21932197
"StartBgpFailoverTestRequest":{
21942198
"type":"structure",
@@ -2353,7 +2357,9 @@
23532357
"required":["virtualInterfaceId"],
23542358
"members":{
23552359
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
2356-
"mtu":{"shape":"MTU"}
2360+
"mtu":{"shape":"MTU"},
2361+
"enableSiteLink":{"shape":"EnableSiteLink"},
2362+
"virtualInterfaceName":{"shape":"VirtualInterfaceName"}
23572363
}
23582364
},
23592365
"VLAN":{"type":"integer"},
@@ -2408,7 +2414,8 @@
24082414
"region":{"shape":"Region"},
24092415
"awsDeviceV2":{"shape":"AwsDeviceV2"},
24102416
"awsLogicalDeviceId":{"shape":"AwsLogicalDeviceId"},
2411-
"tags":{"shape":"TagList"}
2417+
"tags":{"shape":"TagList"},
2418+
"siteLinkEnabled":{"shape":"SiteLinkEnabled"}
24122419
}
24132420
},
24142421
"VirtualInterfaceId":{"type":"string"},

apis/directconnect/2012-10-25/docs-2.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,14 @@
913913
"refs": {
914914
}
915915
},
916+
"EnableSiteLink": {
917+
"base": null,
918+
"refs": {
919+
"NewPrivateVirtualInterface$enableSiteLink": "<p>Indicates whether to enable or disable SiteLink.</p>",
920+
"NewTransitVirtualInterface$enableSiteLink": "<p>Indicates whether to enable or disable SiteLink.</p>",
921+
"UpdateVirtualInterfaceAttributesRequest$enableSiteLink": "<p>Indicates whether to enable or disable SiteLink.</p>"
922+
}
923+
},
916924
"EncryptionMode": {
917925
"base": null,
918926
"refs": {
@@ -1419,6 +1427,12 @@
14191427
"MacSecKey$secretARN": "<p>The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.</p>"
14201428
}
14211429
},
1430+
"SiteLinkEnabled": {
1431+
"base": null,
1432+
"refs": {
1433+
"VirtualInterface$siteLinkEnabled": "<p>Indicates whether SiteLink is enabled.</p>"
1434+
}
1435+
},
14221436
"Software": {
14231437
"base": null,
14241438
"refs": {
@@ -1704,13 +1718,14 @@
17041718
"VirtualInterfaceName": {
17051719
"base": null,
17061720
"refs": {
1707-
"DescribeRouterConfigurationResponse$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network.</p>",
1721+
"DescribeRouterConfigurationResponse$virtualInterfaceName": "<p>Provides the details about a virtual interface's router.</p>",
17081722
"NewPrivateVirtualInterface$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>",
17091723
"NewPrivateVirtualInterfaceAllocation$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>",
17101724
"NewPublicVirtualInterface$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>",
17111725
"NewPublicVirtualInterfaceAllocation$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>",
17121726
"NewTransitVirtualInterface$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>",
17131727
"NewTransitVirtualInterfaceAllocation$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>",
1728+
"UpdateVirtualInterfaceAttributesRequest$virtualInterfaceName": "<p>The name of the virtual private interface.</p>",
17141729
"VirtualInterface$virtualInterfaceName": "<p>The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).</p>"
17151730
}
17161731
},

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

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,8 @@
14361436
"RegionName":{"shape":"RegionName"},
14371437
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
14381438
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
1439-
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"}
1439+
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"},
1440+
"TableClassOverride":{"shape":"TableClass"}
14401441
}
14411442
},
14421443
"CreateTableInput":{
@@ -1456,7 +1457,8 @@
14561457
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
14571458
"StreamSpecification":{"shape":"StreamSpecification"},
14581459
"SSESpecification":{"shape":"SSESpecification"},
1459-
"Tags":{"shape":"TagList"}
1460+
"Tags":{"shape":"TagList"},
1461+
"TableClass":{"shape":"TableClass"}
14601462
}
14611463
},
14621464
"CreateTableOutput":{
@@ -2761,7 +2763,8 @@
27612763
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
27622764
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
27632765
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
2764-
"ReplicaInaccessibleDateTime":{"shape":"Date"}
2766+
"ReplicaInaccessibleDateTime":{"shape":"Date"},
2767+
"ReplicaTableClassSummary":{"shape":"TableClassSummary"}
27652768
}
27662769
},
27672770
"ReplicaDescriptionList":{
@@ -2869,7 +2872,8 @@
28692872
"ReplicaProvisionedReadCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
28702873
"ReplicaProvisionedWriteCapacityUnits":{"shape":"NonNegativeLongObject"},
28712874
"ReplicaProvisionedWriteCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
2872-
"ReplicaGlobalSecondaryIndexSettings":{"shape":"ReplicaGlobalSecondaryIndexSettingsDescriptionList"}
2875+
"ReplicaGlobalSecondaryIndexSettings":{"shape":"ReplicaGlobalSecondaryIndexSettingsDescriptionList"},
2876+
"ReplicaTableClassSummary":{"shape":"TableClassSummary"}
28732877
}
28742878
},
28752879
"ReplicaSettingsDescriptionList":{
@@ -2883,7 +2887,8 @@
28832887
"RegionName":{"shape":"RegionName"},
28842888
"ReplicaProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"},
28852889
"ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate":{"shape":"AutoScalingSettingsUpdate"},
2886-
"ReplicaGlobalSecondaryIndexSettingsUpdate":{"shape":"ReplicaGlobalSecondaryIndexSettingsUpdateList"}
2890+
"ReplicaGlobalSecondaryIndexSettingsUpdate":{"shape":"ReplicaGlobalSecondaryIndexSettingsUpdateList"},
2891+
"ReplicaTableClass":{"shape":"TableClass"}
28872892
}
28882893
},
28892894
"ReplicaSettingsUpdateList":{
@@ -3236,6 +3241,20 @@
32363241
"Replicas":{"shape":"ReplicaAutoScalingDescriptionList"}
32373242
}
32383243
},
3244+
"TableClass":{
3245+
"type":"string",
3246+
"enum":[
3247+
"STANDARD",
3248+
"STANDARD_INFREQUENT_ACCESS"
3249+
]
3250+
},
3251+
"TableClassSummary":{
3252+
"type":"structure",
3253+
"members":{
3254+
"TableClass":{"shape":"TableClass"},
3255+
"LastUpdateDateTime":{"shape":"Date"}
3256+
}
3257+
},
32393258
"TableCreationDateTime":{"type":"timestamp"},
32403259
"TableDescription":{
32413260
"type":"structure",
@@ -3260,7 +3279,8 @@
32603279
"Replicas":{"shape":"ReplicaDescriptionList"},
32613280
"RestoreSummary":{"shape":"RestoreSummary"},
32623281
"SSEDescription":{"shape":"SSEDescription"},
3263-
"ArchivalSummary":{"shape":"ArchivalSummary"}
3282+
"ArchivalSummary":{"shape":"ArchivalSummary"},
3283+
"TableClassSummary":{"shape":"TableClassSummary"}
32643284
}
32653285
},
32663286
"TableId":{
@@ -3612,7 +3632,8 @@
36123632
"RegionName":{"shape":"RegionName"},
36133633
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
36143634
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
3615-
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"}
3635+
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"},
3636+
"TableClassOverride":{"shape":"TableClass"}
36163637
}
36173638
},
36183639
"UpdateTableInput":{
@@ -3626,7 +3647,8 @@
36263647
"GlobalSecondaryIndexUpdates":{"shape":"GlobalSecondaryIndexUpdateList"},
36273648
"StreamSpecification":{"shape":"StreamSpecification"},
36283649
"SSESpecification":{"shape":"SSESpecification"},
3629-
"ReplicaUpdates":{"shape":"ReplicationGroupUpdateList"}
3650+
"ReplicaUpdates":{"shape":"ReplicationGroupUpdateList"},
3651+
"TableClass":{"shape":"TableClass"}
36303652
}
36313653
},
36323654
"UpdateTableOutput":{

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@
717717
"RestoreSummary$RestoreDateTime": "<p>Point in time or source backup time.</p>",
718718
"RestoreTableToPointInTimeInput$RestoreDateTime": "<p>Time in the past to restore the table to.</p>",
719719
"SSEDescription$InaccessibleEncryptionDateTime": "<p>Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's KMS key is accessible again. DynamoDB will initiate the table archival process when table's KMS key remains inaccessible for more than seven days from this date.</p>",
720+
"TableClassSummary$LastUpdateDateTime": "<p>The date and time at which the table class was last updated.</p>",
720721
"TableDescription$CreationDateTime": "<p>The date and time when the table was created, in <a href=\"http://www.epochconverter.com/\">UNIX epoch time</a> format.</p>"
721722
}
722723
},
@@ -2503,6 +2504,25 @@
25032504
"UpdateTableReplicaAutoScalingOutput$TableAutoScalingDescription": "<p>Returns information about the auto scaling settings of a table with replicas.</p>"
25042505
}
25052506
},
2507+
"TableClass": {
2508+
"base": null,
2509+
"refs": {
2510+
"CreateReplicationGroupMemberAction$TableClassOverride": "<p>Replica-specific table class. If not specified, uses the source table's table class.</p>",
2511+
"CreateTableInput$TableClass": "<p>The table class of the new table. Valid values are <code>STANDARD</code> and <code>STANDARD_INFREQUENT_ACCESS</code>.</p>",
2512+
"ReplicaSettingsUpdate$ReplicaTableClass": "<p>Replica-specific table class. If not specified, uses the source table's table class.</p>",
2513+
"TableClassSummary$TableClass": "<p>The table class of the specified table. Valid values are <code>STANDARD</code> and <code>STANDARD_INFREQUENT_ACCESS</code>.</p>",
2514+
"UpdateReplicationGroupMemberAction$TableClassOverride": "<p>Replica-specific table class. If not specified, uses the source table's table class.</p>",
2515+
"UpdateTableInput$TableClass": "<p>The table class of the table to be updated. Valid values are <code>STANDARD</code> and <code>STANDARD_INFREQUENT_ACCESS</code>.</p>"
2516+
}
2517+
},
2518+
"TableClassSummary": {
2519+
"base": "<p>Contains details of the table class.</p>",
2520+
"refs": {
2521+
"ReplicaDescription$ReplicaTableClassSummary": null,
2522+
"ReplicaSettingsDescription$ReplicaTableClassSummary": null,
2523+
"TableDescription$TableClassSummary": "<p>Contains details of the table class.</p>"
2524+
}
2525+
},
25062526
"TableCreationDateTime": {
25072527
"base": null,
25082528
"refs": {

0 commit comments

Comments
 (0)