Skip to content

Commit d73358e

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

File tree

208 files changed

+35145
-4009
lines changed

Some content is hidden

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

208 files changed

+35145
-4009
lines changed

apis/codecatalyst/2022-09-28/api-2.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,8 @@
837837
"ides":{"shape":"IdeConfigurationList"},
838838
"instanceType":{"shape":"InstanceType"},
839839
"inactivityTimeoutMinutes":{"shape":"InactivityTimeoutMinutes"},
840-
"persistentStorage":{"shape":"PersistentStorageConfiguration"}
840+
"persistentStorage":{"shape":"PersistentStorageConfiguration"},
841+
"vpcConnectionName":{"shape":"NameString"}
841842
}
842843
},
843844
"CreateDevEnvironmentRequestAliasString":{
@@ -856,7 +857,8 @@
856857
"members":{
857858
"spaceName":{"shape":"NameString"},
858859
"projectName":{"shape":"NameString"},
859-
"id":{"shape":"Uuid"}
860+
"id":{"shape":"Uuid"},
861+
"vpcConnectionName":{"shape":"NameString"}
860862
}
861863
},
862864
"CreateProjectRequest":{
@@ -1211,7 +1213,8 @@
12111213
"ides":{"shape":"Ides"},
12121214
"instanceType":{"shape":"InstanceType"},
12131215
"inactivityTimeoutMinutes":{"shape":"InactivityTimeoutMinutes"},
1214-
"persistentStorage":{"shape":"PersistentStorage"}
1216+
"persistentStorage":{"shape":"PersistentStorage"},
1217+
"vpcConnectionName":{"shape":"NameString"}
12151218
}
12161219
},
12171220
"DevEnvironmentSummaryAliasString":{
@@ -1373,7 +1376,8 @@
13731376
"ides":{"shape":"Ides"},
13741377
"instanceType":{"shape":"InstanceType"},
13751378
"inactivityTimeoutMinutes":{"shape":"InactivityTimeoutMinutes"},
1376-
"persistentStorage":{"shape":"PersistentStorage"}
1379+
"persistentStorage":{"shape":"PersistentStorage"},
1380+
"vpcConnectionName":{"shape":"NameString"}
13771381
}
13781382
},
13791383
"GetDevEnvironmentResponseAliasString":{

apis/codecatalyst/2022-09-28/docs-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,8 +816,10 @@
816816
"refs": {
817817
"CreateDevEnvironmentRequest$spaceName": "<p>The name of the space.</p>",
818818
"CreateDevEnvironmentRequest$projectName": "<p>The name of the project in the space.</p>",
819+
"CreateDevEnvironmentRequest$vpcConnectionName": "<p>The name of the connection to use connect to a Amazon VPC.</p>",
819820
"CreateDevEnvironmentResponse$spaceName": "<p>The name of the space.</p>",
820821
"CreateDevEnvironmentResponse$projectName": "<p>The name of the project in the space.</p>",
822+
"CreateDevEnvironmentResponse$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
821823
"CreateProjectRequest$spaceName": "<p>The name of the space.</p>",
822824
"CreateProjectResponse$spaceName": "<p>The name of the space.</p>",
823825
"CreateProjectResponse$name": "<p>The name of the project in the space.</p>",
@@ -845,10 +847,12 @@
845847
"DevEnvironmentSessionSummary$projectName": "<p>The name of the project in the space.</p>",
846848
"DevEnvironmentSummary$spaceName": "<p>The name of the space.</p>",
847849
"DevEnvironmentSummary$projectName": "<p>The name of the project in the space.</p>",
850+
"DevEnvironmentSummary$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
848851
"GetDevEnvironmentRequest$spaceName": "<p>The name of the space.</p>",
849852
"GetDevEnvironmentRequest$projectName": "<p>The name of the project in the space.</p>",
850853
"GetDevEnvironmentResponse$spaceName": "<p>The name of the space.</p>",
851854
"GetDevEnvironmentResponse$projectName": "<p>The name of the project in the space.</p>",
855+
"GetDevEnvironmentResponse$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
852856
"GetProjectRequest$spaceName": "<p>The name of the space.</p>",
853857
"GetProjectRequest$name": "<p>The name of the project in the space.</p>",
854858
"GetProjectResponse$spaceName": "<p>The name of the space.</p>",

apis/dlm/2018-01-12/api-2.json

Lines changed: 104 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"name":"DeleteLifecyclePolicy",
3232
"http":{
3333
"method":"DELETE",
34-
"requestUri":"/policies/{policyId}/"
34+
"requestUri":"/policies/{policyId}"
3535
},
3636
"input":{"shape":"DeleteLifecyclePolicyRequest"},
3737
"output":{"shape":"DeleteLifecyclePolicyResponse"},
@@ -60,7 +60,7 @@
6060
"name":"GetLifecyclePolicy",
6161
"http":{
6262
"method":"GET",
63-
"requestUri":"/policies/{policyId}/"
63+
"requestUri":"/policies/{policyId}"
6464
},
6565
"input":{"shape":"GetLifecyclePolicyRequest"},
6666
"output":{"shape":"GetLifecyclePolicyResponse"},
@@ -197,20 +197,30 @@
197197
"max":1000,
198198
"min":1
199199
},
200+
"CreateInterval":{
201+
"type":"integer",
202+
"min":1
203+
},
200204
"CreateLifecyclePolicyRequest":{
201205
"type":"structure",
202206
"required":[
203207
"ExecutionRoleArn",
204208
"Description",
205-
"State",
206-
"PolicyDetails"
209+
"State"
207210
],
208211
"members":{
209212
"ExecutionRoleArn":{"shape":"ExecutionRoleArn"},
210213
"Description":{"shape":"PolicyDescription"},
211214
"State":{"shape":"SettablePolicyStateValues"},
212215
"PolicyDetails":{"shape":"PolicyDetails"},
213-
"Tags":{"shape":"TagMap"}
216+
"Tags":{"shape":"TagMap"},
217+
"DefaultPolicy":{"shape":"DefaultPolicyTypeValues"},
218+
"CreateInterval":{"shape":"CreateInterval"},
219+
"RetainInterval":{"shape":"RetainInterval"},
220+
"CopyTags":{"shape":"CopyTagsNullable"},
221+
"ExtendDeletion":{"shape":"ExtendDeletion"},
222+
"CrossRegionCopyTargets":{"shape":"CrossRegionCopyTargetList"},
223+
"Exclusions":{"shape":"Exclusions"}
214224
}
215225
},
216226
"CreateLifecyclePolicyResponse":{
@@ -287,6 +297,34 @@
287297
"max":3,
288298
"min":0
289299
},
300+
"CrossRegionCopyTarget":{
301+
"type":"structure",
302+
"members":{
303+
"TargetRegion":{"shape":"TargetRegion"}
304+
}
305+
},
306+
"CrossRegionCopyTargetList":{
307+
"type":"list",
308+
"member":{"shape":"CrossRegionCopyTarget"},
309+
"max":3,
310+
"min":0
311+
},
312+
"DefaultPoliciesTypeValues":{
313+
"type":"string",
314+
"enum":[
315+
"VOLUME",
316+
"INSTANCE",
317+
"ALL"
318+
]
319+
},
320+
"DefaultPolicy":{"type":"boolean"},
321+
"DefaultPolicyTypeValues":{
322+
"type":"string",
323+
"enum":[
324+
"VOLUME",
325+
"INSTANCE"
326+
]
327+
},
290328
"DeleteLifecyclePolicyRequest":{
291329
"type":"structure",
292330
"required":["PolicyId"],
@@ -358,12 +396,33 @@
358396
"enum":["shareSnapshot"]
359397
},
360398
"ExcludeBootVolume":{"type":"boolean"},
399+
"ExcludeBootVolumes":{"type":"boolean"},
361400
"ExcludeDataVolumeTagList":{
362401
"type":"list",
363402
"member":{"shape":"Tag"},
364403
"max":50,
365404
"min":0
366405
},
406+
"ExcludeTagsList":{
407+
"type":"list",
408+
"member":{"shape":"Tag"},
409+
"max":50,
410+
"min":0
411+
},
412+
"ExcludeVolumeTypesList":{
413+
"type":"list",
414+
"member":{"shape":"VolumeTypeValues"},
415+
"max":6,
416+
"min":0
417+
},
418+
"Exclusions":{
419+
"type":"structure",
420+
"members":{
421+
"ExcludeBootVolumes":{"shape":"ExcludeBootVolumes"},
422+
"ExcludeVolumeTypes":{"shape":"ExcludeVolumeTypesList"},
423+
"ExcludeTags":{"shape":"ExcludeTagsList"}
424+
}
425+
},
367426
"ExecuteOperationOnScriptFailure":{"type":"boolean"},
368427
"ExecutionHandler":{
369428
"type":"string",
@@ -381,6 +440,7 @@
381440
"min":0,
382441
"pattern":"arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*"
383442
},
443+
"ExtendDeletion":{"type":"boolean"},
384444
"FastRestoreRule":{
385445
"type":"structure",
386446
"required":["AvailabilityZones"],
@@ -418,6 +478,11 @@
418478
"shape":"TagsToAddFilterList",
419479
"location":"querystring",
420480
"locationName":"tagsToAdd"
481+
},
482+
"DefaultPolicyType":{
483+
"shape":"DefaultPoliciesTypeValues",
484+
"location":"querystring",
485+
"locationName":"defaultPolicyType"
421486
}
422487
}
423488
},
@@ -492,7 +557,8 @@
492557
"DateModified":{"shape":"Timestamp"},
493558
"PolicyDetails":{"shape":"PolicyDetails"},
494559
"Tags":{"shape":"TagMap"},
495-
"PolicyArn":{"shape":"PolicyArn"}
560+
"PolicyArn":{"shape":"PolicyArn"},
561+
"DefaultPolicy":{"shape":"DefaultPolicy"}
496562
}
497563
},
498564
"LifecyclePolicySummary":{
@@ -502,7 +568,8 @@
502568
"Description":{"shape":"PolicyDescription"},
503569
"State":{"shape":"GettablePolicyStateValues"},
504570
"Tags":{"shape":"TagMap"},
505-
"PolicyType":{"shape":"PolicyTypeValues"}
571+
"PolicyType":{"shape":"PolicyTypeValues"},
572+
"DefaultPolicy":{"shape":"DefaultPolicy"}
506573
}
507574
},
508575
"LifecyclePolicySummaryList":{
@@ -579,19 +646,34 @@
579646
"Schedules":{"shape":"ScheduleList"},
580647
"Parameters":{"shape":"Parameters"},
581648
"EventSource":{"shape":"EventSource"},
582-
"Actions":{"shape":"ActionList"}
649+
"Actions":{"shape":"ActionList"},
650+
"PolicyLanguage":{"shape":"PolicyLanguageValues"},
651+
"ResourceType":{"shape":"ResourceTypeValues"},
652+
"CreateInterval":{"shape":"CreateInterval"},
653+
"RetainInterval":{"shape":"RetainInterval"},
654+
"CopyTags":{"shape":"CopyTagsNullable"},
655+
"CrossRegionCopyTargets":{"shape":"CrossRegionCopyTargetList"},
656+
"ExtendDeletion":{"shape":"ExtendDeletion"},
657+
"Exclusions":{"shape":"Exclusions"}
583658
}
584659
},
585660
"PolicyId":{
586661
"type":"string",
587662
"max":64,
588663
"min":0,
589-
"pattern":"policy-[A-Za-z0-9]+"
664+
"pattern":"policy-[a-f0-9]+"
590665
},
591666
"PolicyIdList":{
592667
"type":"list",
593668
"member":{"shape":"PolicyId"}
594669
},
670+
"PolicyLanguageValues":{
671+
"type":"string",
672+
"enum":[
673+
"SIMPLIFIED",
674+
"STANDARD"
675+
]
676+
},
595677
"PolicyTypeValues":{
596678
"type":"string",
597679
"enum":[
@@ -637,6 +719,10 @@
637719
"max":1,
638720
"min":1
639721
},
722+
"RetainInterval":{
723+
"type":"integer",
724+
"min":1
725+
},
640726
"RetainRule":{
641727
"type":"structure",
642728
"members":{
@@ -933,7 +1019,13 @@
9331019
"ExecutionRoleArn":{"shape":"ExecutionRoleArn"},
9341020
"State":{"shape":"SettablePolicyStateValues"},
9351021
"Description":{"shape":"PolicyDescription"},
936-
"PolicyDetails":{"shape":"PolicyDetails"}
1022+
"PolicyDetails":{"shape":"PolicyDetails"},
1023+
"CreateInterval":{"shape":"CreateInterval"},
1024+
"RetainInterval":{"shape":"RetainInterval"},
1025+
"CopyTags":{"shape":"CopyTagsNullable"},
1026+
"ExtendDeletion":{"shape":"ExtendDeletion"},
1027+
"CrossRegionCopyTargets":{"shape":"CrossRegionCopyTargetList"},
1028+
"Exclusions":{"shape":"Exclusions"}
9371029
}
9381030
},
9391031
"UpdateLifecyclePolicyResponse":{
@@ -946,6 +1038,7 @@
9461038
"member":{"shape":"Tag"},
9471039
"max":45,
9481040
"min":0
949-
}
1041+
},
1042+
"VolumeTypeValues":{"type":"string"}
9501043
}
9511044
}

0 commit comments

Comments
 (0)