Skip to content

Commit b5e9ace

Browse files
Updated API models and rebuilt service gems.
1 parent 106135b commit b5e9ace

File tree

1,970 files changed

+5158
-3041
lines changed

Some content is hidden

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

1,970 files changed

+5158
-3041
lines changed

apis/autoscaling/2011-01-01/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
"apiVersion":"2011-01-01",
55
"endpointPrefix":"autoscaling",
66
"protocol":"query",
7+
"protocols":["query"],
78
"serviceFullName":"Auto Scaling",
89
"serviceId":"Auto Scaling",
910
"signatureVersion":"v4",
1011
"uid":"autoscaling-2011-01-01",
11-
"xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/"
12+
"xmlNamespace":"http://autoscaling.amazonaws.com/doc/2011-01-01/",
13+
"auth":["aws.auth#sigv4"]
1214
},
1315
"operations":{
1416
"AttachInstances":{
@@ -3451,7 +3453,7 @@
34513453
"type":"structure",
34523454
"required":["Id"],
34533455
"members":{
3454-
"Id":{"shape":"XmlStringMaxLen255"},
3456+
"Id":{"shape":"XmlStringMaxLen64"},
34553457
"Expression":{"shape":"XmlStringMaxLen2047"},
34563458
"MetricStat":{"shape":"TargetTrackingMetricStat"},
34573459
"Label":{"shape":"XmlStringMetricLabel"},

apis/autoscaling/2011-01-01/docs-2.json

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

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28760,7 +28760,22 @@
2876028760
"u7i-12tb.224xlarge",
2876128761
"u7in-16tb.224xlarge",
2876228762
"u7in-24tb.224xlarge",
28763-
"u7in-32tb.224xlarge"
28763+
"u7in-32tb.224xlarge",
28764+
"u7ib-12tb.224xlarge",
28765+
"c7gn.metal",
28766+
"r8g.medium",
28767+
"r8g.large",
28768+
"r8g.xlarge",
28769+
"r8g.2xlarge",
28770+
"r8g.4xlarge",
28771+
"r8g.8xlarge",
28772+
"r8g.12xlarge",
28773+
"r8g.16xlarge",
28774+
"r8g.24xlarge",
28775+
"r8g.48xlarge",
28776+
"r8g.metal-24xl",
28777+
"r8g.metal-48xl",
28778+
"mac2-m1ultra.metal"
2876428779
]
2876528780
},
2876628781
"InstanceTypeHypervisor":{

apis/networkmanager/2019-07-05/api-2.json

Lines changed: 93 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,9 +1601,38 @@
16011601
"ProposedSegmentChange":{"shape":"ProposedSegmentChange"},
16021602
"ProposedNetworkFunctionGroupChange":{"shape":"ProposedNetworkFunctionGroupChange"},
16031603
"CreatedAt":{"shape":"DateTime"},
1604-
"UpdatedAt":{"shape":"DateTime"}
1604+
"UpdatedAt":{"shape":"DateTime"},
1605+
"LastModificationErrors":{"shape":"AttachmentErrorList"}
16051606
}
16061607
},
1608+
"AttachmentError":{
1609+
"type":"structure",
1610+
"members":{
1611+
"Code":{"shape":"AttachmentErrorCode"},
1612+
"Message":{"shape":"ServerSideString"},
1613+
"ResourceArn":{"shape":"ResourceArn"},
1614+
"RequestId":{"shape":"ServerSideString"}
1615+
}
1616+
},
1617+
"AttachmentErrorCode":{
1618+
"type":"string",
1619+
"enum":[
1620+
"VPC_NOT_FOUND",
1621+
"SUBNET_NOT_FOUND",
1622+
"SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE",
1623+
"SUBNET_NO_FREE_ADDRESSES",
1624+
"SUBNET_UNSUPPORTED_AVAILABILITY_ZONE",
1625+
"SUBNET_NO_IPV6_CIDRS",
1626+
"VPN_CONNECTION_NOT_FOUND",
1627+
"MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
1628+
]
1629+
},
1630+
"AttachmentErrorList":{
1631+
"type":"list",
1632+
"member":{"shape":"AttachmentError"},
1633+
"max":20,
1634+
"min":0
1635+
},
16071636
"AttachmentId":{
16081637
"type":"string",
16091638
"max":50,
@@ -1740,7 +1769,8 @@
17401769
"CreatedAt":{"shape":"DateTime"},
17411770
"Configuration":{"shape":"ConnectPeerConfiguration"},
17421771
"Tags":{"shape":"TagList"},
1743-
"SubnetArn":{"shape":"SubnetArn"}
1772+
"SubnetArn":{"shape":"SubnetArn"},
1773+
"LastModificationErrors":{"shape":"ConnectPeerErrorList"}
17441774
}
17451775
},
17461776
"ConnectPeerAssociation":{
@@ -1789,6 +1819,32 @@
17891819
"BgpConfigurations":{"shape":"ConnectPeerBgpConfigurationList"}
17901820
}
17911821
},
1822+
"ConnectPeerError":{
1823+
"type":"structure",
1824+
"members":{
1825+
"Code":{"shape":"ConnectPeerErrorCode"},
1826+
"Message":{"shape":"ServerSideString"},
1827+
"ResourceArn":{"shape":"ResourceArn"},
1828+
"RequestId":{"shape":"ServerSideString"}
1829+
}
1830+
},
1831+
"ConnectPeerErrorCode":{
1832+
"type":"string",
1833+
"enum":[
1834+
"EDGE_LOCATION_NO_FREE_IPS",
1835+
"EDGE_LOCATION_PEER_DUPLICATE",
1836+
"SUBNET_NOT_FOUND",
1837+
"IP_OUTSIDE_SUBNET_CIDR_RANGE",
1838+
"INVALID_INSIDE_CIDR_BLOCK",
1839+
"NO_ASSOCIATED_CIDR_BLOCK"
1840+
]
1841+
},
1842+
"ConnectPeerErrorList":{
1843+
"type":"list",
1844+
"member":{"shape":"ConnectPeerError"},
1845+
"max":20,
1846+
"min":0
1847+
},
17921848
"ConnectPeerId":{
17931849
"type":"string",
17941850
"max":50,
@@ -4285,9 +4341,37 @@
42854341
"EdgeLocation":{"shape":"ExternalRegionCode"},
42864342
"ResourceArn":{"shape":"ResourceArn"},
42874343
"Tags":{"shape":"TagList"},
4288-
"CreatedAt":{"shape":"DateTime"}
4344+
"CreatedAt":{"shape":"DateTime"},
4345+
"LastModificationErrors":{"shape":"PeeringErrorList"}
4346+
}
4347+
},
4348+
"PeeringError":{
4349+
"type":"structure",
4350+
"members":{
4351+
"Code":{"shape":"PeeringErrorCode"},
4352+
"Message":{"shape":"ServerSideString"},
4353+
"ResourceArn":{"shape":"ResourceArn"},
4354+
"RequestId":{"shape":"ServerSideString"},
4355+
"MissingPermissionsContext":{"shape":"PermissionsErrorContext"}
42894356
}
42904357
},
4358+
"PeeringErrorCode":{
4359+
"type":"string",
4360+
"enum":[
4361+
"TRANSIT_GATEWAY_NOT_FOUND",
4362+
"TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED",
4363+
"MISSING_PERMISSIONS",
4364+
"INTERNAL_ERROR",
4365+
"EDGE_LOCATION_PEER_DUPLICATE",
4366+
"INVALID_TRANSIT_GATEWAY_STATE"
4367+
]
4368+
},
4369+
"PeeringErrorList":{
4370+
"type":"list",
4371+
"member":{"shape":"PeeringError"},
4372+
"max":20,
4373+
"min":0
4374+
},
42914375
"PeeringId":{
42924376
"type":"string",
42934377
"max":50,
@@ -4311,6 +4395,12 @@
43114395
"type":"string",
43124396
"enum":["TRANSIT_GATEWAY"]
43134397
},
4398+
"PermissionsErrorContext":{
4399+
"type":"structure",
4400+
"members":{
4401+
"MissingPermission":{"shape":"ServerSideString"}
4402+
}
4403+
},
43144404
"ProposedNetworkFunctionGroupChange":{
43154405
"type":"structure",
43164406
"members":{

apis/networkmanager/2019-07-05/docs-2.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,24 @@
203203
"VpcAttachment$Attachment": "<p>Provides details about the VPC attachment.</p>"
204204
}
205205
},
206+
"AttachmentError": {
207+
"base": "<p>Describes the error associated with an attachment request.</p>",
208+
"refs": {
209+
"AttachmentErrorList$member": null
210+
}
211+
},
212+
"AttachmentErrorCode": {
213+
"base": null,
214+
"refs": {
215+
"AttachmentError$Code": "<p>The error code for the attachment request. </p>"
216+
}
217+
},
218+
"AttachmentErrorList": {
219+
"base": null,
220+
"refs": {
221+
"Attachment$LastModificationErrors": "<p>Describes the error associated with the attachment request.</p>"
222+
}
223+
},
206224
"AttachmentId": {
207225
"base": null,
208226
"refs": {
@@ -376,6 +394,24 @@
376394
"ConnectPeer$Configuration": "<p>The configuration of the Connect peer.</p>"
377395
}
378396
},
397+
"ConnectPeerError": {
398+
"base": "<p>Describes an error associated with a Connect peer request</p>",
399+
"refs": {
400+
"ConnectPeerErrorList$member": null
401+
}
402+
},
403+
"ConnectPeerErrorCode": {
404+
"base": null,
405+
"refs": {
406+
"ConnectPeerError$Code": "<p>The error code for the Connect peer request.</p>"
407+
}
408+
},
409+
"ConnectPeerErrorList": {
410+
"base": null,
411+
"refs": {
412+
"ConnectPeer$LastModificationErrors": "<p>Describes the error associated with the attachment request.</p>"
413+
}
414+
},
379415
"ConnectPeerId": {
380416
"base": null,
381417
"refs": {
@@ -2084,6 +2120,24 @@
20842120
"TransitGatewayPeering$Peering": "<p>Describes a transit gateway peer connection.</p>"
20852121
}
20862122
},
2123+
"PeeringError": {
2124+
"base": "<p>Describes an error associated with a peering request.</p>",
2125+
"refs": {
2126+
"PeeringErrorList$member": null
2127+
}
2128+
},
2129+
"PeeringErrorCode": {
2130+
"base": null,
2131+
"refs": {
2132+
"PeeringError$Code": "<p>The error code for the peering request.</p>"
2133+
}
2134+
},
2135+
"PeeringErrorList": {
2136+
"base": null,
2137+
"refs": {
2138+
"Peering$LastModificationErrors": "<p>Describes the error associated with the Connect peer request.</p>"
2139+
}
2140+
},
20872141
"PeeringId": {
20882142
"base": null,
20892143
"refs": {
@@ -2114,6 +2168,12 @@
21142168
"Peering$PeeringType": "<p>The type of peering. This will be <code>TRANSIT_GATEWAY</code>.</p>"
21152169
}
21162170
},
2171+
"PermissionsErrorContext": {
2172+
"base": "<p>Describes additional information about missing permissions. </p>",
2173+
"refs": {
2174+
"PeeringError$MissingPermissionsContext": "<p>Provides additional information about missing permissions for the peering error.</p>"
2175+
}
2176+
},
21172177
"ProposedNetworkFunctionGroupChange": {
21182178
"base": "<p>Describes proposed changes to a network function group. </p>",
21192179
"refs": {
@@ -2200,6 +2260,8 @@
22002260
"base": null,
22012261
"refs": {
22022262
"Attachment$ResourceArn": "<p>The attachment resource ARN.</p>",
2263+
"AttachmentError$ResourceArn": "<p>The ARN of the requested attachment resource.</p>",
2264+
"ConnectPeerError$ResourceArn": "<p>The ARN of the requested Connect peer resource.</p>",
22032265
"DeleteResourcePolicyRequest$ResourceArn": "<p>The ARN of the policy to delete.</p>",
22042266
"GetNetworkResourceRelationshipsRequest$RegisteredGatewayArn": "<p>The ARN of the registered gateway.</p>",
22052267
"GetNetworkResourceRelationshipsRequest$ResourceArn": "<p>The ARN of the gateway.</p>",
@@ -2217,6 +2279,7 @@
22172279
"NetworkTelemetry$RegisteredGatewayArn": "<p>The ARN of the gateway.</p>",
22182280
"NetworkTelemetry$ResourceArn": "<p>The ARN of the resource.</p>",
22192281
"Peering$ResourceArn": "<p>The resource ARN of the peer.</p>",
2282+
"PeeringError$ResourceArn": "<p>The ARN of the requested peering resource.</p>",
22202283
"PutResourcePolicyRequest$ResourceArn": "<p>The ARN of the resource policy. </p>",
22212284
"TagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
22222285
"UntagResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>",
@@ -2366,14 +2429,21 @@
23662429
"base": null,
23672430
"refs": {
23682431
"AccessDeniedException$Message": null,
2432+
"AttachmentError$Message": "<p>The message associated with the error <code>code</code>.</p>",
2433+
"AttachmentError$RequestId": "<p>The ID of the attachment request.</p>",
23692434
"ConflictException$Message": null,
23702435
"ConflictException$ResourceId": "<p>The ID of the resource.</p>",
23712436
"ConflictException$ResourceType": "<p>The resource type.</p>",
2437+
"ConnectPeerError$Message": "<p>The message associated with the error <code>code</code>.</p>",
2438+
"ConnectPeerError$RequestId": "<p>The ID of the Connect peer request.</p>",
23722439
"CoreNetworkPolicyError$ErrorCode": "<p>The error code associated with a core network policy error.</p>",
23732440
"CoreNetworkPolicyError$Message": "<p>The message associated with a core network policy error code.</p>",
23742441
"CoreNetworkPolicyError$Path": "<p>The JSON path where the error was discovered in the policy document.</p>",
23752442
"CoreNetworkPolicyException$Message": null,
23762443
"InternalServerException$Message": null,
2444+
"PeeringError$Message": "<p>The message associated with the error <code>code</code>.</p>",
2445+
"PeeringError$RequestId": "<p>The ID of the Peering request.</p>",
2446+
"PermissionsErrorContext$MissingPermission": "<p>The missing permissions.</p>",
23772447
"ResourceNotFoundException$Message": null,
23782448
"ResourceNotFoundException$ResourceId": "<p>The ID of the resource.</p>",
23792449
"ResourceNotFoundException$ResourceType": "<p>The resource type.</p>",

apis/workspaces-thin-client/2023-08-22/api-2.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"metadata":{
44
"apiVersion":"2023-08-22",
55
"endpointPrefix":"thinclient",
6-
"jsonVersion":"1.1",
76
"protocol":"rest-json",
7+
"protocols":["rest-json"],
88
"serviceFullName":"Amazon WorkSpaces Thin Client",
99
"serviceId":"WorkSpaces Thin Client",
1010
"signatureVersion":"v4",
@@ -375,7 +375,8 @@
375375
"shape":"ClientToken",
376376
"idempotencyToken":true
377377
},
378-
"tags":{"shape":"TagsMap"}
378+
"tags":{"shape":"TagsMap"},
379+
"deviceCreationTags":{"shape":"DeviceCreationTagsMap"}
379380
}
380381
},
381382
"CreateEnvironmentResponse":{
@@ -508,6 +509,26 @@
508509
"tags":{"shape":"TagsMap"}
509510
}
510511
},
512+
"DeviceCreationTagKey":{
513+
"type":"string",
514+
"max":128,
515+
"min":1,
516+
"pattern":"(?!aws:)[A-Za-z0-9 _=@:.+-/]+"
517+
},
518+
"DeviceCreationTagValue":{
519+
"type":"string",
520+
"max":256,
521+
"min":0,
522+
"pattern":"[A-Za-z0-9 _=@:.+-/]+"
523+
},
524+
"DeviceCreationTagsMap":{
525+
"type":"map",
526+
"key":{"shape":"DeviceCreationTagKey"},
527+
"value":{"shape":"DeviceCreationTagValue"},
528+
"max":50,
529+
"min":0,
530+
"sensitive":true
531+
},
511532
"DeviceId":{
512533
"type":"string",
513534
"pattern":"[a-zA-Z0-9]{24}"
@@ -579,7 +600,8 @@
579600
"updatedAt":{"shape":"Timestamp"},
580601
"arn":{"shape":"Arn"},
581602
"kmsKeyArn":{"shape":"KmsKeyArn"},
582-
"tags":{"shape":"TagsMap"}
603+
"tags":{"shape":"TagsMap"},
604+
"deviceCreationTags":{"shape":"DeviceCreationTagsMap"}
583605
}
584606
},
585607
"EnvironmentId":{
@@ -1054,7 +1076,8 @@
10541076
"softwareSetUpdateSchedule":{"shape":"SoftwareSetUpdateSchedule"},
10551077
"maintenanceWindow":{"shape":"MaintenanceWindow"},
10561078
"softwareSetUpdateMode":{"shape":"SoftwareSetUpdateMode"},
1057-
"desiredSoftwareSetId":{"shape":"SoftwareSetIdOrEmptyString"}
1079+
"desiredSoftwareSetId":{"shape":"SoftwareSetIdOrEmptyString"},
1080+
"deviceCreationTags":{"shape":"DeviceCreationTagsMap"}
10581081
}
10591082
},
10601083
"UpdateEnvironmentResponse":{

0 commit comments

Comments
 (0)