Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Nov 16, 2023
1 parent 1907718 commit d73358e
Show file tree
Hide file tree
Showing 208 changed files with 35,145 additions and 4,009 deletions.
12 changes: 8 additions & 4 deletions apis/codecatalyst/2022-09-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,8 @@
"ides":{"shape":"IdeConfigurationList"},
"instanceType":{"shape":"InstanceType"},
"inactivityTimeoutMinutes":{"shape":"InactivityTimeoutMinutes"},
"persistentStorage":{"shape":"PersistentStorageConfiguration"}
"persistentStorage":{"shape":"PersistentStorageConfiguration"},
"vpcConnectionName":{"shape":"NameString"}
}
},
"CreateDevEnvironmentRequestAliasString":{
Expand All @@ -856,7 +857,8 @@
"members":{
"spaceName":{"shape":"NameString"},
"projectName":{"shape":"NameString"},
"id":{"shape":"Uuid"}
"id":{"shape":"Uuid"},
"vpcConnectionName":{"shape":"NameString"}
}
},
"CreateProjectRequest":{
Expand Down Expand Up @@ -1211,7 +1213,8 @@
"ides":{"shape":"Ides"},
"instanceType":{"shape":"InstanceType"},
"inactivityTimeoutMinutes":{"shape":"InactivityTimeoutMinutes"},
"persistentStorage":{"shape":"PersistentStorage"}
"persistentStorage":{"shape":"PersistentStorage"},
"vpcConnectionName":{"shape":"NameString"}
}
},
"DevEnvironmentSummaryAliasString":{
Expand Down Expand Up @@ -1373,7 +1376,8 @@
"ides":{"shape":"Ides"},
"instanceType":{"shape":"InstanceType"},
"inactivityTimeoutMinutes":{"shape":"InactivityTimeoutMinutes"},
"persistentStorage":{"shape":"PersistentStorage"}
"persistentStorage":{"shape":"PersistentStorage"},
"vpcConnectionName":{"shape":"NameString"}
}
},
"GetDevEnvironmentResponseAliasString":{
Expand Down
4 changes: 4 additions & 0 deletions apis/codecatalyst/2022-09-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -816,8 +816,10 @@
"refs": {
"CreateDevEnvironmentRequest$spaceName": "<p>The name of the space.</p>",
"CreateDevEnvironmentRequest$projectName": "<p>The name of the project in the space.</p>",
"CreateDevEnvironmentRequest$vpcConnectionName": "<p>The name of the connection to use connect to a Amazon VPC.</p>",
"CreateDevEnvironmentResponse$spaceName": "<p>The name of the space.</p>",
"CreateDevEnvironmentResponse$projectName": "<p>The name of the project in the space.</p>",
"CreateDevEnvironmentResponse$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
"CreateProjectRequest$spaceName": "<p>The name of the space.</p>",
"CreateProjectResponse$spaceName": "<p>The name of the space.</p>",
"CreateProjectResponse$name": "<p>The name of the project in the space.</p>",
Expand Down Expand Up @@ -845,10 +847,12 @@
"DevEnvironmentSessionSummary$projectName": "<p>The name of the project in the space.</p>",
"DevEnvironmentSummary$spaceName": "<p>The name of the space.</p>",
"DevEnvironmentSummary$projectName": "<p>The name of the project in the space.</p>",
"DevEnvironmentSummary$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
"GetDevEnvironmentRequest$spaceName": "<p>The name of the space.</p>",
"GetDevEnvironmentRequest$projectName": "<p>The name of the project in the space.</p>",
"GetDevEnvironmentResponse$spaceName": "<p>The name of the space.</p>",
"GetDevEnvironmentResponse$projectName": "<p>The name of the project in the space.</p>",
"GetDevEnvironmentResponse$vpcConnectionName": "<p>The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.</p>",
"GetProjectRequest$spaceName": "<p>The name of the space.</p>",
"GetProjectRequest$name": "<p>The name of the project in the space.</p>",
"GetProjectResponse$spaceName": "<p>The name of the space.</p>",
Expand Down
115 changes: 104 additions & 11 deletions apis/dlm/2018-01-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"name":"DeleteLifecyclePolicy",
"http":{
"method":"DELETE",
"requestUri":"/policies/{policyId}/"
"requestUri":"/policies/{policyId}"
},
"input":{"shape":"DeleteLifecyclePolicyRequest"},
"output":{"shape":"DeleteLifecyclePolicyResponse"},
Expand Down Expand Up @@ -60,7 +60,7 @@
"name":"GetLifecyclePolicy",
"http":{
"method":"GET",
"requestUri":"/policies/{policyId}/"
"requestUri":"/policies/{policyId}"
},
"input":{"shape":"GetLifecyclePolicyRequest"},
"output":{"shape":"GetLifecyclePolicyResponse"},
Expand Down Expand Up @@ -197,20 +197,30 @@
"max":1000,
"min":1
},
"CreateInterval":{
"type":"integer",
"min":1
},
"CreateLifecyclePolicyRequest":{
"type":"structure",
"required":[
"ExecutionRoleArn",
"Description",
"State",
"PolicyDetails"
"State"
],
"members":{
"ExecutionRoleArn":{"shape":"ExecutionRoleArn"},
"Description":{"shape":"PolicyDescription"},
"State":{"shape":"SettablePolicyStateValues"},
"PolicyDetails":{"shape":"PolicyDetails"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"DefaultPolicy":{"shape":"DefaultPolicyTypeValues"},
"CreateInterval":{"shape":"CreateInterval"},
"RetainInterval":{"shape":"RetainInterval"},
"CopyTags":{"shape":"CopyTagsNullable"},
"ExtendDeletion":{"shape":"ExtendDeletion"},
"CrossRegionCopyTargets":{"shape":"CrossRegionCopyTargetList"},
"Exclusions":{"shape":"Exclusions"}
}
},
"CreateLifecyclePolicyResponse":{
Expand Down Expand Up @@ -287,6 +297,34 @@
"max":3,
"min":0
},
"CrossRegionCopyTarget":{
"type":"structure",
"members":{
"TargetRegion":{"shape":"TargetRegion"}
}
},
"CrossRegionCopyTargetList":{
"type":"list",
"member":{"shape":"CrossRegionCopyTarget"},
"max":3,
"min":0
},
"DefaultPoliciesTypeValues":{
"type":"string",
"enum":[
"VOLUME",
"INSTANCE",
"ALL"
]
},
"DefaultPolicy":{"type":"boolean"},
"DefaultPolicyTypeValues":{
"type":"string",
"enum":[
"VOLUME",
"INSTANCE"
]
},
"DeleteLifecyclePolicyRequest":{
"type":"structure",
"required":["PolicyId"],
Expand Down Expand Up @@ -358,12 +396,33 @@
"enum":["shareSnapshot"]
},
"ExcludeBootVolume":{"type":"boolean"},
"ExcludeBootVolumes":{"type":"boolean"},
"ExcludeDataVolumeTagList":{
"type":"list",
"member":{"shape":"Tag"},
"max":50,
"min":0
},
"ExcludeTagsList":{
"type":"list",
"member":{"shape":"Tag"},
"max":50,
"min":0
},
"ExcludeVolumeTypesList":{
"type":"list",
"member":{"shape":"VolumeTypeValues"},
"max":6,
"min":0
},
"Exclusions":{
"type":"structure",
"members":{
"ExcludeBootVolumes":{"shape":"ExcludeBootVolumes"},
"ExcludeVolumeTypes":{"shape":"ExcludeVolumeTypesList"},
"ExcludeTags":{"shape":"ExcludeTagsList"}
}
},
"ExecuteOperationOnScriptFailure":{"type":"boolean"},
"ExecutionHandler":{
"type":"string",
Expand All @@ -381,6 +440,7 @@
"min":0,
"pattern":"arn:aws(-[a-z]{1,3}){0,2}:iam::\\d+:role/.*"
},
"ExtendDeletion":{"type":"boolean"},
"FastRestoreRule":{
"type":"structure",
"required":["AvailabilityZones"],
Expand Down Expand Up @@ -418,6 +478,11 @@
"shape":"TagsToAddFilterList",
"location":"querystring",
"locationName":"tagsToAdd"
},
"DefaultPolicyType":{
"shape":"DefaultPoliciesTypeValues",
"location":"querystring",
"locationName":"defaultPolicyType"
}
}
},
Expand Down Expand Up @@ -492,7 +557,8 @@
"DateModified":{"shape":"Timestamp"},
"PolicyDetails":{"shape":"PolicyDetails"},
"Tags":{"shape":"TagMap"},
"PolicyArn":{"shape":"PolicyArn"}
"PolicyArn":{"shape":"PolicyArn"},
"DefaultPolicy":{"shape":"DefaultPolicy"}
}
},
"LifecyclePolicySummary":{
Expand All @@ -502,7 +568,8 @@
"Description":{"shape":"PolicyDescription"},
"State":{"shape":"GettablePolicyStateValues"},
"Tags":{"shape":"TagMap"},
"PolicyType":{"shape":"PolicyTypeValues"}
"PolicyType":{"shape":"PolicyTypeValues"},
"DefaultPolicy":{"shape":"DefaultPolicy"}
}
},
"LifecyclePolicySummaryList":{
Expand Down Expand Up @@ -579,19 +646,34 @@
"Schedules":{"shape":"ScheduleList"},
"Parameters":{"shape":"Parameters"},
"EventSource":{"shape":"EventSource"},
"Actions":{"shape":"ActionList"}
"Actions":{"shape":"ActionList"},
"PolicyLanguage":{"shape":"PolicyLanguageValues"},
"ResourceType":{"shape":"ResourceTypeValues"},
"CreateInterval":{"shape":"CreateInterval"},
"RetainInterval":{"shape":"RetainInterval"},
"CopyTags":{"shape":"CopyTagsNullable"},
"CrossRegionCopyTargets":{"shape":"CrossRegionCopyTargetList"},
"ExtendDeletion":{"shape":"ExtendDeletion"},
"Exclusions":{"shape":"Exclusions"}
}
},
"PolicyId":{
"type":"string",
"max":64,
"min":0,
"pattern":"policy-[A-Za-z0-9]+"
"pattern":"policy-[a-f0-9]+"
},
"PolicyIdList":{
"type":"list",
"member":{"shape":"PolicyId"}
},
"PolicyLanguageValues":{
"type":"string",
"enum":[
"SIMPLIFIED",
"STANDARD"
]
},
"PolicyTypeValues":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -637,6 +719,10 @@
"max":1,
"min":1
},
"RetainInterval":{
"type":"integer",
"min":1
},
"RetainRule":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -933,7 +1019,13 @@
"ExecutionRoleArn":{"shape":"ExecutionRoleArn"},
"State":{"shape":"SettablePolicyStateValues"},
"Description":{"shape":"PolicyDescription"},
"PolicyDetails":{"shape":"PolicyDetails"}
"PolicyDetails":{"shape":"PolicyDetails"},
"CreateInterval":{"shape":"CreateInterval"},
"RetainInterval":{"shape":"RetainInterval"},
"CopyTags":{"shape":"CopyTagsNullable"},
"ExtendDeletion":{"shape":"ExtendDeletion"},
"CrossRegionCopyTargets":{"shape":"CrossRegionCopyTargetList"},
"Exclusions":{"shape":"Exclusions"}
}
},
"UpdateLifecyclePolicyResponse":{
Expand All @@ -946,6 +1038,7 @@
"member":{"shape":"Tag"},
"max":45,
"min":0
}
},
"VolumeTypeValues":{"type":"string"}
}
}
Loading

0 comments on commit d73358e

Please sign in to comment.