aws-sdk-cloudformation 1.41.0 → 1.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +742 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-cloudformation/client.rb +4562 -1172
- data/lib/aws-sdk-cloudformation/client_api.rb +1318 -28
- data/lib/aws-sdk-cloudformation/customizations.rb +1 -1
- data/lib/aws-sdk-cloudformation/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-cloudformation/endpoint_provider.rb +53 -0
- data/lib/aws-sdk-cloudformation/endpoints.rb +20 -0
- data/lib/aws-sdk-cloudformation/errors.rb +131 -1
- data/lib/aws-sdk-cloudformation/event.rb +68 -4
- data/lib/aws-sdk-cloudformation/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-cloudformation/resource.rb +133 -105
- data/lib/aws-sdk-cloudformation/stack.rb +316 -229
- data/lib/aws-sdk-cloudformation/stack_resource.rb +24 -11
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +18 -7
- data/lib/aws-sdk-cloudformation/types.rb +6213 -2394
- data/lib/aws-sdk-cloudformation/waiters.rb +173 -11
- data/lib/aws-sdk-cloudformation.rb +24 -15
- data/sig/client.rbs +1668 -0
- data/sig/errors.rbs +75 -0
- data/sig/event.rbs +83 -0
- data/sig/resource.rbs +139 -0
- data/sig/stack.rbs +229 -0
- data/sig/stack_resource.rbs +74 -0
- data/sig/stack_resource_summary.rbs +62 -0
- data/sig/types.rbs +2104 -0
- data/sig/waiters.rbs +122 -0
- metadata +27 -15
@@ -3,43 +3,68 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
module Aws::CloudFormation
|
11
12
|
# @api private
|
12
13
|
module ClientApi
|
13
14
|
|
14
15
|
include Seahorse::Model
|
15
16
|
|
17
|
+
AcceptTermsAndConditions = Shapes::BooleanShape.new(name: 'AcceptTermsAndConditions')
|
16
18
|
Account = Shapes::StringShape.new(name: 'Account')
|
19
|
+
AccountFilterType = Shapes::StringShape.new(name: 'AccountFilterType')
|
17
20
|
AccountGateResult = Shapes::StructureShape.new(name: 'AccountGateResult')
|
18
21
|
AccountGateStatus = Shapes::StringShape.new(name: 'AccountGateStatus')
|
19
22
|
AccountGateStatusReason = Shapes::StringShape.new(name: 'AccountGateStatusReason')
|
20
23
|
AccountLimit = Shapes::StructureShape.new(name: 'AccountLimit')
|
21
24
|
AccountLimitList = Shapes::ListShape.new(name: 'AccountLimitList')
|
22
25
|
AccountList = Shapes::ListShape.new(name: 'AccountList')
|
26
|
+
AccountsUrl = Shapes::StringShape.new(name: 'AccountsUrl')
|
27
|
+
ActivateOrganizationsAccessInput = Shapes::StructureShape.new(name: 'ActivateOrganizationsAccessInput')
|
28
|
+
ActivateOrganizationsAccessOutput = Shapes::StructureShape.new(name: 'ActivateOrganizationsAccessOutput')
|
29
|
+
ActivateTypeInput = Shapes::StructureShape.new(name: 'ActivateTypeInput')
|
30
|
+
ActivateTypeOutput = Shapes::StructureShape.new(name: 'ActivateTypeOutput')
|
31
|
+
AfterContext = Shapes::StringShape.new(name: 'AfterContext')
|
32
|
+
AfterValue = Shapes::StringShape.new(name: 'AfterValue')
|
23
33
|
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
24
34
|
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
25
|
-
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
35
|
+
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException', error: {"code" => "AlreadyExistsException", "httpStatusCode" => 400, "senderFault" => true})
|
26
36
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
37
|
+
AttributeChangeType = Shapes::StringShape.new(name: 'AttributeChangeType')
|
27
38
|
AutoDeployment = Shapes::StructureShape.new(name: 'AutoDeployment')
|
28
39
|
AutoDeploymentNullable = Shapes::BooleanShape.new(name: 'AutoDeploymentNullable')
|
40
|
+
AutoUpdate = Shapes::BooleanShape.new(name: 'AutoUpdate')
|
41
|
+
BatchDescribeTypeConfigurationsError = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsError')
|
42
|
+
BatchDescribeTypeConfigurationsErrors = Shapes::ListShape.new(name: 'BatchDescribeTypeConfigurationsErrors')
|
43
|
+
BatchDescribeTypeConfigurationsInput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsInput')
|
44
|
+
BatchDescribeTypeConfigurationsOutput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsOutput')
|
45
|
+
BeforeContext = Shapes::StringShape.new(name: 'BeforeContext')
|
46
|
+
BeforeValue = Shapes::StringShape.new(name: 'BeforeValue')
|
29
47
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
30
48
|
BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
|
31
|
-
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException')
|
49
|
+
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException', error: {"code" => "CFNRegistryException", "httpStatusCode" => 400, "senderFault" => true})
|
50
|
+
CallAs = Shapes::StringShape.new(name: 'CallAs')
|
32
51
|
CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
|
33
52
|
Capabilities = Shapes::ListShape.new(name: 'Capabilities')
|
34
53
|
CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
|
35
54
|
Capability = Shapes::StringShape.new(name: 'Capability')
|
55
|
+
Category = Shapes::StringShape.new(name: 'Category')
|
36
56
|
CausingEntity = Shapes::StringShape.new(name: 'CausingEntity')
|
37
57
|
Change = Shapes::StructureShape.new(name: 'Change')
|
38
58
|
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
59
|
+
ChangeSetHook = Shapes::StructureShape.new(name: 'ChangeSetHook')
|
60
|
+
ChangeSetHookResourceTargetDetails = Shapes::StructureShape.new(name: 'ChangeSetHookResourceTargetDetails')
|
61
|
+
ChangeSetHookTargetDetails = Shapes::StructureShape.new(name: 'ChangeSetHookTargetDetails')
|
62
|
+
ChangeSetHooks = Shapes::ListShape.new(name: 'ChangeSetHooks')
|
63
|
+
ChangeSetHooksStatus = Shapes::StringShape.new(name: 'ChangeSetHooksStatus')
|
39
64
|
ChangeSetId = Shapes::StringShape.new(name: 'ChangeSetId')
|
40
65
|
ChangeSetName = Shapes::StringShape.new(name: 'ChangeSetName')
|
41
66
|
ChangeSetNameOrId = Shapes::StringShape.new(name: 'ChangeSetNameOrId')
|
42
|
-
ChangeSetNotFoundException = Shapes::StructureShape.new(name: 'ChangeSetNotFoundException')
|
67
|
+
ChangeSetNotFoundException = Shapes::StructureShape.new(name: 'ChangeSetNotFoundException', error: {"code" => "ChangeSetNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
43
68
|
ChangeSetStatus = Shapes::StringShape.new(name: 'ChangeSetStatus')
|
44
69
|
ChangeSetStatusReason = Shapes::StringShape.new(name: 'ChangeSetStatusReason')
|
45
70
|
ChangeSetSummaries = Shapes::ListShape.new(name: 'ChangeSetSummaries')
|
@@ -50,25 +75,39 @@ module Aws::CloudFormation
|
|
50
75
|
Changes = Shapes::ListShape.new(name: 'Changes')
|
51
76
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
52
77
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
78
|
+
ConcurrencyMode = Shapes::StringShape.new(name: 'ConcurrencyMode')
|
79
|
+
ConcurrentResourcesLimitExceededException = Shapes::StructureShape.new(name: 'ConcurrentResourcesLimitExceededException', error: {"code" => "ConcurrentResourcesLimitExceeded", "httpStatusCode" => 429, "senderFault" => true})
|
80
|
+
ConfigurationSchema = Shapes::StringShape.new(name: 'ConfigurationSchema')
|
81
|
+
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
53
82
|
ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
|
54
83
|
ContinueUpdateRollbackOutput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackOutput')
|
55
84
|
CreateChangeSetInput = Shapes::StructureShape.new(name: 'CreateChangeSetInput')
|
56
85
|
CreateChangeSetOutput = Shapes::StructureShape.new(name: 'CreateChangeSetOutput')
|
86
|
+
CreateGeneratedTemplateInput = Shapes::StructureShape.new(name: 'CreateGeneratedTemplateInput')
|
87
|
+
CreateGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'CreateGeneratedTemplateOutput')
|
57
88
|
CreateStackInput = Shapes::StructureShape.new(name: 'CreateStackInput')
|
58
89
|
CreateStackInstancesInput = Shapes::StructureShape.new(name: 'CreateStackInstancesInput')
|
59
90
|
CreateStackInstancesOutput = Shapes::StructureShape.new(name: 'CreateStackInstancesOutput')
|
60
91
|
CreateStackOutput = Shapes::StructureShape.new(name: 'CreateStackOutput')
|
92
|
+
CreateStackRefactorInput = Shapes::StructureShape.new(name: 'CreateStackRefactorInput')
|
93
|
+
CreateStackRefactorOutput = Shapes::StructureShape.new(name: 'CreateStackRefactorOutput')
|
61
94
|
CreateStackSetInput = Shapes::StructureShape.new(name: 'CreateStackSetInput')
|
62
95
|
CreateStackSetOutput = Shapes::StructureShape.new(name: 'CreateStackSetOutput')
|
63
|
-
CreatedButModifiedException = Shapes::StructureShape.new(name: 'CreatedButModifiedException')
|
96
|
+
CreatedButModifiedException = Shapes::StructureShape.new(name: 'CreatedButModifiedException', error: {"code" => "CreatedButModifiedException", "httpStatusCode" => 409, "senderFault" => true})
|
64
97
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
98
|
+
DeactivateOrganizationsAccessInput = Shapes::StructureShape.new(name: 'DeactivateOrganizationsAccessInput')
|
99
|
+
DeactivateOrganizationsAccessOutput = Shapes::StructureShape.new(name: 'DeactivateOrganizationsAccessOutput')
|
100
|
+
DeactivateTypeInput = Shapes::StructureShape.new(name: 'DeactivateTypeInput')
|
101
|
+
DeactivateTypeOutput = Shapes::StructureShape.new(name: 'DeactivateTypeOutput')
|
65
102
|
DeleteChangeSetInput = Shapes::StructureShape.new(name: 'DeleteChangeSetInput')
|
66
103
|
DeleteChangeSetOutput = Shapes::StructureShape.new(name: 'DeleteChangeSetOutput')
|
104
|
+
DeleteGeneratedTemplateInput = Shapes::StructureShape.new(name: 'DeleteGeneratedTemplateInput')
|
67
105
|
DeleteStackInput = Shapes::StructureShape.new(name: 'DeleteStackInput')
|
68
106
|
DeleteStackInstancesInput = Shapes::StructureShape.new(name: 'DeleteStackInstancesInput')
|
69
107
|
DeleteStackInstancesOutput = Shapes::StructureShape.new(name: 'DeleteStackInstancesOutput')
|
70
108
|
DeleteStackSetInput = Shapes::StructureShape.new(name: 'DeleteStackSetInput')
|
71
109
|
DeleteStackSetOutput = Shapes::StructureShape.new(name: 'DeleteStackSetOutput')
|
110
|
+
DeletionMode = Shapes::StringShape.new(name: 'DeletionMode')
|
72
111
|
DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
|
73
112
|
DeploymentTargets = Shapes::StructureShape.new(name: 'DeploymentTargets')
|
74
113
|
DeprecatedStatus = Shapes::StringShape.new(name: 'DeprecatedStatus')
|
@@ -76,14 +115,26 @@ module Aws::CloudFormation
|
|
76
115
|
DeregisterTypeOutput = Shapes::StructureShape.new(name: 'DeregisterTypeOutput')
|
77
116
|
DescribeAccountLimitsInput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsInput')
|
78
117
|
DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
|
118
|
+
DescribeChangeSetHooksInput = Shapes::StructureShape.new(name: 'DescribeChangeSetHooksInput')
|
119
|
+
DescribeChangeSetHooksOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetHooksOutput')
|
79
120
|
DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
|
80
121
|
DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
|
122
|
+
DescribeGeneratedTemplateInput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateInput')
|
123
|
+
DescribeGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'DescribeGeneratedTemplateOutput')
|
124
|
+
DescribeOrganizationsAccessInput = Shapes::StructureShape.new(name: 'DescribeOrganizationsAccessInput')
|
125
|
+
DescribeOrganizationsAccessOutput = Shapes::StructureShape.new(name: 'DescribeOrganizationsAccessOutput')
|
126
|
+
DescribePublisherInput = Shapes::StructureShape.new(name: 'DescribePublisherInput')
|
127
|
+
DescribePublisherOutput = Shapes::StructureShape.new(name: 'DescribePublisherOutput')
|
128
|
+
DescribeResourceScanInput = Shapes::StructureShape.new(name: 'DescribeResourceScanInput')
|
129
|
+
DescribeResourceScanOutput = Shapes::StructureShape.new(name: 'DescribeResourceScanOutput')
|
81
130
|
DescribeStackDriftDetectionStatusInput = Shapes::StructureShape.new(name: 'DescribeStackDriftDetectionStatusInput')
|
82
131
|
DescribeStackDriftDetectionStatusOutput = Shapes::StructureShape.new(name: 'DescribeStackDriftDetectionStatusOutput')
|
83
132
|
DescribeStackEventsInput = Shapes::StructureShape.new(name: 'DescribeStackEventsInput')
|
84
133
|
DescribeStackEventsOutput = Shapes::StructureShape.new(name: 'DescribeStackEventsOutput')
|
85
134
|
DescribeStackInstanceInput = Shapes::StructureShape.new(name: 'DescribeStackInstanceInput')
|
86
135
|
DescribeStackInstanceOutput = Shapes::StructureShape.new(name: 'DescribeStackInstanceOutput')
|
136
|
+
DescribeStackRefactorInput = Shapes::StructureShape.new(name: 'DescribeStackRefactorInput')
|
137
|
+
DescribeStackRefactorOutput = Shapes::StructureShape.new(name: 'DescribeStackRefactorOutput')
|
87
138
|
DescribeStackResourceDriftsInput = Shapes::StructureShape.new(name: 'DescribeStackResourceDriftsInput')
|
88
139
|
DescribeStackResourceDriftsOutput = Shapes::StructureShape.new(name: 'DescribeStackResourceDriftsOutput')
|
89
140
|
DescribeStackResourceInput = Shapes::StructureShape.new(name: 'DescribeStackResourceInput')
|
@@ -101,16 +152,20 @@ module Aws::CloudFormation
|
|
101
152
|
DescribeTypeRegistrationInput = Shapes::StructureShape.new(name: 'DescribeTypeRegistrationInput')
|
102
153
|
DescribeTypeRegistrationOutput = Shapes::StructureShape.new(name: 'DescribeTypeRegistrationOutput')
|
103
154
|
Description = Shapes::StringShape.new(name: 'Description')
|
155
|
+
DetailedStatus = Shapes::StringShape.new(name: 'DetailedStatus')
|
104
156
|
DetectStackDriftInput = Shapes::StructureShape.new(name: 'DetectStackDriftInput')
|
105
157
|
DetectStackDriftOutput = Shapes::StructureShape.new(name: 'DetectStackDriftOutput')
|
106
158
|
DetectStackResourceDriftInput = Shapes::StructureShape.new(name: 'DetectStackResourceDriftInput')
|
107
159
|
DetectStackResourceDriftOutput = Shapes::StructureShape.new(name: 'DetectStackResourceDriftOutput')
|
108
160
|
DetectStackSetDriftInput = Shapes::StructureShape.new(name: 'DetectStackSetDriftInput')
|
109
161
|
DetectStackSetDriftOutput = Shapes::StructureShape.new(name: 'DetectStackSetDriftOutput')
|
162
|
+
DetectionReason = Shapes::StringShape.new(name: 'DetectionReason')
|
110
163
|
DifferenceType = Shapes::StringShape.new(name: 'DifferenceType')
|
111
164
|
DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
|
112
165
|
DriftedStackInstancesCount = Shapes::IntegerShape.new(name: 'DriftedStackInstancesCount')
|
166
|
+
EnableStackCreation = Shapes::BooleanShape.new(name: 'EnableStackCreation')
|
113
167
|
EnableTerminationProtection = Shapes::BooleanShape.new(name: 'EnableTerminationProtection')
|
168
|
+
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
114
169
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
115
170
|
EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
|
116
171
|
EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
|
@@ -118,8 +173,10 @@ module Aws::CloudFormation
|
|
118
173
|
EventId = Shapes::StringShape.new(name: 'EventId')
|
119
174
|
ExecuteChangeSetInput = Shapes::StructureShape.new(name: 'ExecuteChangeSetInput')
|
120
175
|
ExecuteChangeSetOutput = Shapes::StructureShape.new(name: 'ExecuteChangeSetOutput')
|
176
|
+
ExecuteStackRefactorInput = Shapes::StructureShape.new(name: 'ExecuteStackRefactorInput')
|
121
177
|
ExecutionRoleName = Shapes::StringShape.new(name: 'ExecutionRoleName')
|
122
178
|
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
179
|
+
ExecutionStatusReason = Shapes::StringShape.new(name: 'ExecutionStatusReason')
|
123
180
|
Export = Shapes::StructureShape.new(name: 'Export')
|
124
181
|
ExportName = Shapes::StringShape.new(name: 'ExportName')
|
125
182
|
ExportValue = Shapes::StringShape.new(name: 'ExportValue')
|
@@ -127,6 +184,15 @@ module Aws::CloudFormation
|
|
127
184
|
FailedStackInstancesCount = Shapes::IntegerShape.new(name: 'FailedStackInstancesCount')
|
128
185
|
FailureToleranceCount = Shapes::IntegerShape.new(name: 'FailureToleranceCount')
|
129
186
|
FailureTolerancePercentage = Shapes::IntegerShape.new(name: 'FailureTolerancePercentage')
|
187
|
+
GeneratedTemplateDeletionPolicy = Shapes::StringShape.new(name: 'GeneratedTemplateDeletionPolicy')
|
188
|
+
GeneratedTemplateId = Shapes::StringShape.new(name: 'GeneratedTemplateId')
|
189
|
+
GeneratedTemplateName = Shapes::StringShape.new(name: 'GeneratedTemplateName')
|
190
|
+
GeneratedTemplateNotFoundException = Shapes::StructureShape.new(name: 'GeneratedTemplateNotFoundException', error: {"code" => "GeneratedTemplateNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
191
|
+
GeneratedTemplateResourceStatus = Shapes::StringShape.new(name: 'GeneratedTemplateResourceStatus')
|
192
|
+
GeneratedTemplateStatus = Shapes::StringShape.new(name: 'GeneratedTemplateStatus')
|
193
|
+
GeneratedTemplateUpdateReplacePolicy = Shapes::StringShape.new(name: 'GeneratedTemplateUpdateReplacePolicy')
|
194
|
+
GetGeneratedTemplateInput = Shapes::StructureShape.new(name: 'GetGeneratedTemplateInput')
|
195
|
+
GetGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'GetGeneratedTemplateOutput')
|
130
196
|
GetStackPolicyInput = Shapes::StructureShape.new(name: 'GetStackPolicyInput')
|
131
197
|
GetStackPolicyOutput = Shapes::StructureShape.new(name: 'GetStackPolicyOutput')
|
132
198
|
GetTemplateInput = Shapes::StructureShape.new(name: 'GetTemplateInput')
|
@@ -134,29 +200,75 @@ module Aws::CloudFormation
|
|
134
200
|
GetTemplateSummaryInput = Shapes::StructureShape.new(name: 'GetTemplateSummaryInput')
|
135
201
|
GetTemplateSummaryOutput = Shapes::StructureShape.new(name: 'GetTemplateSummaryOutput')
|
136
202
|
HandlerErrorCode = Shapes::StringShape.new(name: 'HandlerErrorCode')
|
203
|
+
HookFailureMode = Shapes::StringShape.new(name: 'HookFailureMode')
|
204
|
+
HookInvocationCount = Shapes::IntegerShape.new(name: 'HookInvocationCount')
|
205
|
+
HookInvocationPoint = Shapes::StringShape.new(name: 'HookInvocationPoint')
|
206
|
+
HookResultId = Shapes::StringShape.new(name: 'HookResultId')
|
207
|
+
HookResultNotFoundException = Shapes::StructureShape.new(name: 'HookResultNotFoundException', error: {"code" => "HookResultNotFound", "httpStatusCode" => 404, "senderFault" => true})
|
208
|
+
HookResultSummaries = Shapes::ListShape.new(name: 'HookResultSummaries')
|
209
|
+
HookResultSummary = Shapes::StructureShape.new(name: 'HookResultSummary')
|
210
|
+
HookStatus = Shapes::StringShape.new(name: 'HookStatus')
|
211
|
+
HookStatusReason = Shapes::StringShape.new(name: 'HookStatusReason')
|
212
|
+
HookTargetType = Shapes::StringShape.new(name: 'HookTargetType')
|
213
|
+
HookTargetTypeName = Shapes::StringShape.new(name: 'HookTargetTypeName')
|
214
|
+
HookType = Shapes::StringShape.new(name: 'HookType')
|
215
|
+
HookTypeConfigurationVersionId = Shapes::StringShape.new(name: 'HookTypeConfigurationVersionId')
|
216
|
+
HookTypeName = Shapes::StringShape.new(name: 'HookTypeName')
|
217
|
+
HookTypeVersionId = Shapes::StringShape.new(name: 'HookTypeVersionId')
|
218
|
+
IdentityProvider = Shapes::StringShape.new(name: 'IdentityProvider')
|
219
|
+
ImportExistingResources = Shapes::BooleanShape.new(name: 'ImportExistingResources')
|
220
|
+
ImportStacksToStackSetInput = Shapes::StructureShape.new(name: 'ImportStacksToStackSetInput')
|
221
|
+
ImportStacksToStackSetOutput = Shapes::StructureShape.new(name: 'ImportStacksToStackSetOutput')
|
137
222
|
Imports = Shapes::ListShape.new(name: 'Imports')
|
138
223
|
InProgressStackInstancesCount = Shapes::IntegerShape.new(name: 'InProgressStackInstancesCount')
|
139
224
|
InSyncStackInstancesCount = Shapes::IntegerShape.new(name: 'InSyncStackInstancesCount')
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
225
|
+
IncludeNestedStacks = Shapes::BooleanShape.new(name: 'IncludeNestedStacks')
|
226
|
+
IncludePropertyValues = Shapes::BooleanShape.new(name: 'IncludePropertyValues')
|
227
|
+
InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException', error: {"code" => "InsufficientCapabilitiesException", "httpStatusCode" => 400, "senderFault" => true})
|
228
|
+
InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException', error: {"code" => "InvalidChangeSetStatus", "httpStatusCode" => 400, "senderFault" => true})
|
229
|
+
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException', error: {"code" => "InvalidOperationException", "httpStatusCode" => 400, "senderFault" => true})
|
230
|
+
InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException', error: {"code" => "InvalidStateTransition", "httpStatusCode" => 400, "senderFault" => true})
|
231
|
+
IsActivated = Shapes::BooleanShape.new(name: 'IsActivated')
|
232
|
+
IsDefaultConfiguration = Shapes::BooleanShape.new(name: 'IsDefaultConfiguration')
|
144
233
|
IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
|
234
|
+
JazzLogicalResourceIds = Shapes::ListShape.new(name: 'JazzLogicalResourceIds')
|
235
|
+
JazzResourceIdentifierProperties = Shapes::MapShape.new(name: 'JazzResourceIdentifierProperties')
|
236
|
+
JazzResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyKey')
|
237
|
+
JazzResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'JazzResourceIdentifierPropertyValue')
|
145
238
|
Key = Shapes::StringShape.new(name: 'Key')
|
146
239
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
147
|
-
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
240
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException', error: {"code" => "LimitExceededException", "httpStatusCode" => 400, "senderFault" => true})
|
148
241
|
LimitName = Shapes::StringShape.new(name: 'LimitName')
|
149
242
|
LimitValue = Shapes::IntegerShape.new(name: 'LimitValue')
|
150
243
|
ListChangeSetsInput = Shapes::StructureShape.new(name: 'ListChangeSetsInput')
|
151
244
|
ListChangeSetsOutput = Shapes::StructureShape.new(name: 'ListChangeSetsOutput')
|
152
245
|
ListExportsInput = Shapes::StructureShape.new(name: 'ListExportsInput')
|
153
246
|
ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
|
247
|
+
ListGeneratedTemplatesInput = Shapes::StructureShape.new(name: 'ListGeneratedTemplatesInput')
|
248
|
+
ListGeneratedTemplatesOutput = Shapes::StructureShape.new(name: 'ListGeneratedTemplatesOutput')
|
249
|
+
ListHookResultsInput = Shapes::StructureShape.new(name: 'ListHookResultsInput')
|
250
|
+
ListHookResultsOutput = Shapes::StructureShape.new(name: 'ListHookResultsOutput')
|
251
|
+
ListHookResultsTargetType = Shapes::StringShape.new(name: 'ListHookResultsTargetType')
|
154
252
|
ListImportsInput = Shapes::StructureShape.new(name: 'ListImportsInput')
|
155
253
|
ListImportsOutput = Shapes::StructureShape.new(name: 'ListImportsOutput')
|
254
|
+
ListResourceScanRelatedResourcesInput = Shapes::StructureShape.new(name: 'ListResourceScanRelatedResourcesInput')
|
255
|
+
ListResourceScanRelatedResourcesOutput = Shapes::StructureShape.new(name: 'ListResourceScanRelatedResourcesOutput')
|
256
|
+
ListResourceScanResourcesInput = Shapes::StructureShape.new(name: 'ListResourceScanResourcesInput')
|
257
|
+
ListResourceScanResourcesOutput = Shapes::StructureShape.new(name: 'ListResourceScanResourcesOutput')
|
258
|
+
ListResourceScansInput = Shapes::StructureShape.new(name: 'ListResourceScansInput')
|
259
|
+
ListResourceScansOutput = Shapes::StructureShape.new(name: 'ListResourceScansOutput')
|
260
|
+
ListStackInstanceResourceDriftsInput = Shapes::StructureShape.new(name: 'ListStackInstanceResourceDriftsInput')
|
261
|
+
ListStackInstanceResourceDriftsOutput = Shapes::StructureShape.new(name: 'ListStackInstanceResourceDriftsOutput')
|
156
262
|
ListStackInstancesInput = Shapes::StructureShape.new(name: 'ListStackInstancesInput')
|
157
263
|
ListStackInstancesOutput = Shapes::StructureShape.new(name: 'ListStackInstancesOutput')
|
264
|
+
ListStackRefactorActionsInput = Shapes::StructureShape.new(name: 'ListStackRefactorActionsInput')
|
265
|
+
ListStackRefactorActionsOutput = Shapes::StructureShape.new(name: 'ListStackRefactorActionsOutput')
|
266
|
+
ListStackRefactorsInput = Shapes::StructureShape.new(name: 'ListStackRefactorsInput')
|
267
|
+
ListStackRefactorsOutput = Shapes::StructureShape.new(name: 'ListStackRefactorsOutput')
|
158
268
|
ListStackResourcesInput = Shapes::StructureShape.new(name: 'ListStackResourcesInput')
|
159
269
|
ListStackResourcesOutput = Shapes::StructureShape.new(name: 'ListStackResourcesOutput')
|
270
|
+
ListStackSetAutoDeploymentTargetsInput = Shapes::StructureShape.new(name: 'ListStackSetAutoDeploymentTargetsInput')
|
271
|
+
ListStackSetAutoDeploymentTargetsOutput = Shapes::StructureShape.new(name: 'ListStackSetAutoDeploymentTargetsOutput')
|
160
272
|
ListStackSetOperationResultsInput = Shapes::StructureShape.new(name: 'ListStackSetOperationResultsInput')
|
161
273
|
ListStackSetOperationResultsOutput = Shapes::StructureShape.new(name: 'ListStackSetOperationResultsOutput')
|
162
274
|
ListStackSetOperationsInput = Shapes::StructureShape.new(name: 'ListStackSetOperationsInput')
|
@@ -173,25 +285,38 @@ module Aws::CloudFormation
|
|
173
285
|
ListTypesOutput = Shapes::StructureShape.new(name: 'ListTypesOutput')
|
174
286
|
LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
|
175
287
|
LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
|
288
|
+
LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
|
176
289
|
LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
|
177
290
|
LogicalResourceIds = Shapes::ListShape.new(name: 'LogicalResourceIds')
|
291
|
+
MajorVersion = Shapes::IntegerShape.new(name: 'MajorVersion')
|
292
|
+
ManagedByStack = Shapes::BooleanShape.new(name: 'ManagedByStack')
|
293
|
+
ManagedExecution = Shapes::StructureShape.new(name: 'ManagedExecution')
|
294
|
+
ManagedExecutionNullable = Shapes::BooleanShape.new(name: 'ManagedExecutionNullable')
|
178
295
|
MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
|
179
296
|
MaxConcurrentPercentage = Shapes::IntegerShape.new(name: 'MaxConcurrentPercentage')
|
180
297
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
181
298
|
Metadata = Shapes::StringShape.new(name: 'Metadata')
|
299
|
+
ModuleInfo = Shapes::StructureShape.new(name: 'ModuleInfo')
|
182
300
|
MonitoringTimeInMinutes = Shapes::IntegerShape.new(name: 'MonitoringTimeInMinutes')
|
183
|
-
NameAlreadyExistsException = Shapes::StructureShape.new(name: 'NameAlreadyExistsException')
|
301
|
+
NameAlreadyExistsException = Shapes::StructureShape.new(name: 'NameAlreadyExistsException', error: {"code" => "NameAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
184
302
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
185
303
|
NoEcho = Shapes::BooleanShape.new(name: 'NoEcho')
|
186
304
|
NotificationARN = Shapes::StringShape.new(name: 'NotificationARN')
|
187
305
|
NotificationARNs = Shapes::ListShape.new(name: 'NotificationARNs')
|
306
|
+
NumberOfResources = Shapes::IntegerShape.new(name: 'NumberOfResources')
|
188
307
|
OnFailure = Shapes::StringShape.new(name: 'OnFailure')
|
189
|
-
|
190
|
-
|
191
|
-
|
308
|
+
OnStackFailure = Shapes::StringShape.new(name: 'OnStackFailure')
|
309
|
+
OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException', error: {"code" => "OperationIdAlreadyExistsException", "httpStatusCode" => 409, "senderFault" => true})
|
310
|
+
OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException', error: {"code" => "OperationInProgressException", "httpStatusCode" => 409, "senderFault" => true})
|
311
|
+
OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException', error: {"code" => "OperationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
312
|
+
OperationResultFilter = Shapes::StructureShape.new(name: 'OperationResultFilter')
|
313
|
+
OperationResultFilterName = Shapes::StringShape.new(name: 'OperationResultFilterName')
|
314
|
+
OperationResultFilterValues = Shapes::StringShape.new(name: 'OperationResultFilterValues')
|
315
|
+
OperationResultFilters = Shapes::ListShape.new(name: 'OperationResultFilters')
|
192
316
|
OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
|
193
|
-
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException')
|
317
|
+
OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException', error: {"code" => "ConditionalCheckFailed", "httpStatusCode" => 400, "senderFault" => true})
|
194
318
|
OptionalSecureUrl = Shapes::StringShape.new(name: 'OptionalSecureUrl')
|
319
|
+
OrganizationStatus = Shapes::StringShape.new(name: 'OrganizationStatus')
|
195
320
|
OrganizationalUnitId = Shapes::StringShape.new(name: 'OrganizationalUnitId')
|
196
321
|
OrganizationalUnitIdList = Shapes::ListShape.new(name: 'OrganizationalUnitIdList')
|
197
322
|
Output = Shapes::StructureShape.new(name: 'Output')
|
@@ -206,44 +331,80 @@ module Aws::CloudFormation
|
|
206
331
|
ParameterType = Shapes::StringShape.new(name: 'ParameterType')
|
207
332
|
ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
|
208
333
|
Parameters = Shapes::ListShape.new(name: 'Parameters')
|
334
|
+
PercentageCompleted = Shapes::FloatShape.new(name: 'PercentageCompleted')
|
209
335
|
PermissionModels = Shapes::StringShape.new(name: 'PermissionModels')
|
210
336
|
PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
|
211
337
|
PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
|
212
338
|
PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
|
339
|
+
PolicyAction = Shapes::StringShape.new(name: 'PolicyAction')
|
213
340
|
PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
|
214
341
|
Properties = Shapes::StringShape.new(name: 'Properties')
|
342
|
+
PropertyDescription = Shapes::StringShape.new(name: 'PropertyDescription')
|
215
343
|
PropertyDifference = Shapes::StructureShape.new(name: 'PropertyDifference')
|
216
344
|
PropertyDifferences = Shapes::ListShape.new(name: 'PropertyDifferences')
|
217
345
|
PropertyName = Shapes::StringShape.new(name: 'PropertyName')
|
218
346
|
PropertyPath = Shapes::StringShape.new(name: 'PropertyPath')
|
219
347
|
PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
|
220
348
|
ProvisioningType = Shapes::StringShape.new(name: 'ProvisioningType')
|
349
|
+
PublicVersionNumber = Shapes::StringShape.new(name: 'PublicVersionNumber')
|
350
|
+
PublishTypeInput = Shapes::StructureShape.new(name: 'PublishTypeInput')
|
351
|
+
PublishTypeOutput = Shapes::StructureShape.new(name: 'PublishTypeOutput')
|
352
|
+
PublisherId = Shapes::StringShape.new(name: 'PublisherId')
|
353
|
+
PublisherName = Shapes::StringShape.new(name: 'PublisherName')
|
354
|
+
PublisherProfile = Shapes::StringShape.new(name: 'PublisherProfile')
|
355
|
+
PublisherStatus = Shapes::StringShape.new(name: 'PublisherStatus')
|
221
356
|
Reason = Shapes::StringShape.new(name: 'Reason')
|
222
357
|
RecordHandlerProgressInput = Shapes::StructureShape.new(name: 'RecordHandlerProgressInput')
|
223
358
|
RecordHandlerProgressOutput = Shapes::StructureShape.new(name: 'RecordHandlerProgressOutput')
|
359
|
+
RefreshAllResources = Shapes::BooleanShape.new(name: 'RefreshAllResources')
|
224
360
|
Region = Shapes::StringShape.new(name: 'Region')
|
361
|
+
RegionConcurrencyType = Shapes::StringShape.new(name: 'RegionConcurrencyType')
|
225
362
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
363
|
+
RegisterPublisherInput = Shapes::StructureShape.new(name: 'RegisterPublisherInput')
|
364
|
+
RegisterPublisherOutput = Shapes::StructureShape.new(name: 'RegisterPublisherOutput')
|
226
365
|
RegisterTypeInput = Shapes::StructureShape.new(name: 'RegisterTypeInput')
|
227
366
|
RegisterTypeOutput = Shapes::StructureShape.new(name: 'RegisterTypeOutput')
|
228
367
|
RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
|
229
368
|
RegistrationToken = Shapes::StringShape.new(name: 'RegistrationToken')
|
230
369
|
RegistrationTokenList = Shapes::ListShape.new(name: 'RegistrationTokenList')
|
231
370
|
RegistryType = Shapes::StringShape.new(name: 'RegistryType')
|
371
|
+
RelatedResources = Shapes::ListShape.new(name: 'RelatedResources')
|
232
372
|
Replacement = Shapes::StringShape.new(name: 'Replacement')
|
233
373
|
RequestToken = Shapes::StringShape.new(name: 'RequestToken')
|
374
|
+
RequiredActivatedType = Shapes::StructureShape.new(name: 'RequiredActivatedType')
|
375
|
+
RequiredActivatedTypes = Shapes::ListShape.new(name: 'RequiredActivatedTypes')
|
376
|
+
RequiredProperty = Shapes::BooleanShape.new(name: 'RequiredProperty')
|
234
377
|
RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
|
235
378
|
ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
|
236
379
|
ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
|
237
380
|
ResourceChangeDetail = Shapes::StructureShape.new(name: 'ResourceChangeDetail')
|
238
381
|
ResourceChangeDetails = Shapes::ListShape.new(name: 'ResourceChangeDetails')
|
382
|
+
ResourceDefinition = Shapes::StructureShape.new(name: 'ResourceDefinition')
|
383
|
+
ResourceDefinitions = Shapes::ListShape.new(name: 'ResourceDefinitions')
|
384
|
+
ResourceDetail = Shapes::StructureShape.new(name: 'ResourceDetail')
|
385
|
+
ResourceDetails = Shapes::ListShape.new(name: 'ResourceDetails')
|
386
|
+
ResourceIdentifier = Shapes::StringShape.new(name: 'ResourceIdentifier')
|
239
387
|
ResourceIdentifierProperties = Shapes::MapShape.new(name: 'ResourceIdentifierProperties')
|
240
388
|
ResourceIdentifierPropertyKey = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyKey')
|
241
389
|
ResourceIdentifierPropertyValue = Shapes::StringShape.new(name: 'ResourceIdentifierPropertyValue')
|
242
390
|
ResourceIdentifierSummaries = Shapes::ListShape.new(name: 'ResourceIdentifierSummaries')
|
243
391
|
ResourceIdentifierSummary = Shapes::StructureShape.new(name: 'ResourceIdentifierSummary')
|
244
392
|
ResourceIdentifiers = Shapes::ListShape.new(name: 'ResourceIdentifiers')
|
393
|
+
ResourceLocation = Shapes::StructureShape.new(name: 'ResourceLocation')
|
394
|
+
ResourceMapping = Shapes::StructureShape.new(name: 'ResourceMapping')
|
395
|
+
ResourceMappings = Shapes::ListShape.new(name: 'ResourceMappings')
|
245
396
|
ResourceModel = Shapes::StringShape.new(name: 'ResourceModel')
|
246
397
|
ResourceProperties = Shapes::StringShape.new(name: 'ResourceProperties')
|
398
|
+
ResourcePropertyPath = Shapes::StringShape.new(name: 'ResourcePropertyPath')
|
399
|
+
ResourceScanId = Shapes::StringShape.new(name: 'ResourceScanId')
|
400
|
+
ResourceScanInProgressException = Shapes::StructureShape.new(name: 'ResourceScanInProgressException', error: {"code" => "ResourceScanInProgress", "httpStatusCode" => 400, "senderFault" => true})
|
401
|
+
ResourceScanLimitExceededException = Shapes::StructureShape.new(name: 'ResourceScanLimitExceededException', error: {"code" => "ResourceScanLimitExceeded", "httpStatusCode" => 400, "senderFault" => true})
|
402
|
+
ResourceScanNotFoundException = Shapes::StructureShape.new(name: 'ResourceScanNotFoundException', error: {"code" => "ResourceScanNotFound", "httpStatusCode" => 400, "senderFault" => true})
|
403
|
+
ResourceScanStatus = Shapes::StringShape.new(name: 'ResourceScanStatus')
|
404
|
+
ResourceScanStatusReason = Shapes::StringShape.new(name: 'ResourceScanStatusReason')
|
405
|
+
ResourceScanSummaries = Shapes::ListShape.new(name: 'ResourceScanSummaries')
|
406
|
+
ResourceScanSummary = Shapes::StructureShape.new(name: 'ResourceScanSummary')
|
407
|
+
ResourceScannerMaxResults = Shapes::IntegerShape.new(name: 'ResourceScannerMaxResults')
|
247
408
|
ResourceSignalStatus = Shapes::StringShape.new(name: 'ResourceSignalStatus')
|
248
409
|
ResourceSignalUniqueId = Shapes::StringShape.new(name: 'ResourceSignalUniqueId')
|
249
410
|
ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
|
@@ -252,9 +413,19 @@ module Aws::CloudFormation
|
|
252
413
|
ResourceToImport = Shapes::StructureShape.new(name: 'ResourceToImport')
|
253
414
|
ResourceToSkip = Shapes::StringShape.new(name: 'ResourceToSkip')
|
254
415
|
ResourceType = Shapes::StringShape.new(name: 'ResourceType')
|
416
|
+
ResourceTypeFilter = Shapes::StringShape.new(name: 'ResourceTypeFilter')
|
417
|
+
ResourceTypeFilters = Shapes::ListShape.new(name: 'ResourceTypeFilters')
|
418
|
+
ResourceTypePrefix = Shapes::StringShape.new(name: 'ResourceTypePrefix')
|
255
419
|
ResourceTypes = Shapes::ListShape.new(name: 'ResourceTypes')
|
420
|
+
ResourcesFailed = Shapes::IntegerShape.new(name: 'ResourcesFailed')
|
421
|
+
ResourcesPending = Shapes::IntegerShape.new(name: 'ResourcesPending')
|
422
|
+
ResourcesProcessing = Shapes::IntegerShape.new(name: 'ResourcesProcessing')
|
423
|
+
ResourcesRead = Shapes::IntegerShape.new(name: 'ResourcesRead')
|
424
|
+
ResourcesScanned = Shapes::IntegerShape.new(name: 'ResourcesScanned')
|
425
|
+
ResourcesSucceeded = Shapes::IntegerShape.new(name: 'ResourcesSucceeded')
|
256
426
|
ResourcesToImport = Shapes::ListShape.new(name: 'ResourcesToImport')
|
257
427
|
ResourcesToSkip = Shapes::ListShape.new(name: 'ResourcesToSkip')
|
428
|
+
RetainExceptOnCreate = Shapes::BooleanShape.new(name: 'RetainExceptOnCreate')
|
258
429
|
RetainResources = Shapes::ListShape.new(name: 'RetainResources')
|
259
430
|
RetainStacks = Shapes::BooleanShape.new(name: 'RetainStacks')
|
260
431
|
RetainStacksNullable = Shapes::BooleanShape.new(name: 'RetainStacksNullable')
|
@@ -262,15 +433,29 @@ module Aws::CloudFormation
|
|
262
433
|
RoleARN = Shapes::StringShape.new(name: 'RoleARN')
|
263
434
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
264
435
|
RollbackConfiguration = Shapes::StructureShape.new(name: 'RollbackConfiguration')
|
436
|
+
RollbackStackInput = Shapes::StructureShape.new(name: 'RollbackStackInput')
|
437
|
+
RollbackStackOutput = Shapes::StructureShape.new(name: 'RollbackStackOutput')
|
265
438
|
RollbackTrigger = Shapes::StructureShape.new(name: 'RollbackTrigger')
|
266
439
|
RollbackTriggers = Shapes::ListShape.new(name: 'RollbackTriggers')
|
440
|
+
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
267
441
|
S3Url = Shapes::StringShape.new(name: 'S3Url')
|
442
|
+
ScanFilter = Shapes::StructureShape.new(name: 'ScanFilter')
|
443
|
+
ScanFilters = Shapes::ListShape.new(name: 'ScanFilters')
|
444
|
+
ScanType = Shapes::StringShape.new(name: 'ScanType')
|
445
|
+
ScannedResource = Shapes::StructureShape.new(name: 'ScannedResource')
|
446
|
+
ScannedResourceIdentifier = Shapes::StructureShape.new(name: 'ScannedResourceIdentifier')
|
447
|
+
ScannedResourceIdentifiers = Shapes::ListShape.new(name: 'ScannedResourceIdentifiers')
|
448
|
+
ScannedResources = Shapes::ListShape.new(name: 'ScannedResources')
|
268
449
|
Scope = Shapes::ListShape.new(name: 'Scope')
|
269
450
|
SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
|
451
|
+
SetTypeConfigurationInput = Shapes::StructureShape.new(name: 'SetTypeConfigurationInput')
|
452
|
+
SetTypeConfigurationOutput = Shapes::StructureShape.new(name: 'SetTypeConfigurationOutput')
|
270
453
|
SetTypeDefaultVersionInput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionInput')
|
271
454
|
SetTypeDefaultVersionOutput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionOutput')
|
272
455
|
SignalResourceInput = Shapes::StructureShape.new(name: 'SignalResourceInput')
|
273
456
|
Stack = Shapes::StructureShape.new(name: 'Stack')
|
457
|
+
StackDefinition = Shapes::StructureShape.new(name: 'StackDefinition')
|
458
|
+
StackDefinitions = Shapes::ListShape.new(name: 'StackDefinitions')
|
274
459
|
StackDriftDetectionId = Shapes::StringShape.new(name: 'StackDriftDetectionId')
|
275
460
|
StackDriftDetectionStatus = Shapes::StringShape.new(name: 'StackDriftDetectionStatus')
|
276
461
|
StackDriftDetectionStatusReason = Shapes::StringShape.new(name: 'StackDriftDetectionStatusReason')
|
@@ -280,6 +465,9 @@ module Aws::CloudFormation
|
|
280
465
|
StackEvent = Shapes::StructureShape.new(name: 'StackEvent')
|
281
466
|
StackEvents = Shapes::ListShape.new(name: 'StackEvents')
|
282
467
|
StackId = Shapes::StringShape.new(name: 'StackId')
|
468
|
+
StackIdList = Shapes::ListShape.new(name: 'StackIdList')
|
469
|
+
StackIds = Shapes::ListShape.new(name: 'StackIds')
|
470
|
+
StackIdsUrl = Shapes::StringShape.new(name: 'StackIdsUrl')
|
283
471
|
StackInstance = Shapes::StructureShape.new(name: 'StackInstance')
|
284
472
|
StackInstanceComprehensiveStatus = Shapes::StructureShape.new(name: 'StackInstanceComprehensiveStatus')
|
285
473
|
StackInstanceDetailedStatus = Shapes::StringShape.new(name: 'StackInstanceDetailedStatus')
|
@@ -287,16 +475,35 @@ module Aws::CloudFormation
|
|
287
475
|
StackInstanceFilterName = Shapes::StringShape.new(name: 'StackInstanceFilterName')
|
288
476
|
StackInstanceFilterValues = Shapes::StringShape.new(name: 'StackInstanceFilterValues')
|
289
477
|
StackInstanceFilters = Shapes::ListShape.new(name: 'StackInstanceFilters')
|
290
|
-
StackInstanceNotFoundException = Shapes::StructureShape.new(name: 'StackInstanceNotFoundException')
|
478
|
+
StackInstanceNotFoundException = Shapes::StructureShape.new(name: 'StackInstanceNotFoundException', error: {"code" => "StackInstanceNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
479
|
+
StackInstanceResourceDriftsSummaries = Shapes::ListShape.new(name: 'StackInstanceResourceDriftsSummaries')
|
480
|
+
StackInstanceResourceDriftsSummary = Shapes::StructureShape.new(name: 'StackInstanceResourceDriftsSummary')
|
291
481
|
StackInstanceStatus = Shapes::StringShape.new(name: 'StackInstanceStatus')
|
292
482
|
StackInstanceSummaries = Shapes::ListShape.new(name: 'StackInstanceSummaries')
|
293
483
|
StackInstanceSummary = Shapes::StructureShape.new(name: 'StackInstanceSummary')
|
294
484
|
StackName = Shapes::StringShape.new(name: 'StackName')
|
295
485
|
StackNameOrId = Shapes::StringShape.new(name: 'StackNameOrId')
|
486
|
+
StackNotFoundException = Shapes::StructureShape.new(name: 'StackNotFoundException', error: {"code" => "StackNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
296
487
|
StackPolicyBody = Shapes::StringShape.new(name: 'StackPolicyBody')
|
297
488
|
StackPolicyDuringUpdateBody = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateBody')
|
298
489
|
StackPolicyDuringUpdateURL = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateURL')
|
299
490
|
StackPolicyURL = Shapes::StringShape.new(name: 'StackPolicyURL')
|
491
|
+
StackRefactorAction = Shapes::StructureShape.new(name: 'StackRefactorAction')
|
492
|
+
StackRefactorActionEntity = Shapes::StringShape.new(name: 'StackRefactorActionEntity')
|
493
|
+
StackRefactorActionType = Shapes::StringShape.new(name: 'StackRefactorActionType')
|
494
|
+
StackRefactorActions = Shapes::ListShape.new(name: 'StackRefactorActions')
|
495
|
+
StackRefactorDetection = Shapes::StringShape.new(name: 'StackRefactorDetection')
|
496
|
+
StackRefactorExecutionStatus = Shapes::StringShape.new(name: 'StackRefactorExecutionStatus')
|
497
|
+
StackRefactorExecutionStatusFilter = Shapes::ListShape.new(name: 'StackRefactorExecutionStatusFilter')
|
498
|
+
StackRefactorId = Shapes::StringShape.new(name: 'StackRefactorId')
|
499
|
+
StackRefactorNotFoundException = Shapes::StructureShape.new(name: 'StackRefactorNotFoundException', error: {"code" => "StackRefactorNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
500
|
+
StackRefactorResourceIdentifier = Shapes::StringShape.new(name: 'StackRefactorResourceIdentifier')
|
501
|
+
StackRefactorStatus = Shapes::StringShape.new(name: 'StackRefactorStatus')
|
502
|
+
StackRefactorStatusReason = Shapes::StringShape.new(name: 'StackRefactorStatusReason')
|
503
|
+
StackRefactorSummaries = Shapes::ListShape.new(name: 'StackRefactorSummaries')
|
504
|
+
StackRefactorSummary = Shapes::StructureShape.new(name: 'StackRefactorSummary')
|
505
|
+
StackRefactorTagResources = Shapes::ListShape.new(name: 'StackRefactorTagResources')
|
506
|
+
StackRefactorUntagResources = Shapes::ListShape.new(name: 'StackRefactorUntagResources')
|
300
507
|
StackResource = Shapes::StructureShape.new(name: 'StackResource')
|
301
508
|
StackResourceDetail = Shapes::StructureShape.new(name: 'StackResourceDetail')
|
302
509
|
StackResourceDrift = Shapes::StructureShape.new(name: 'StackResourceDrift')
|
@@ -310,14 +517,16 @@ module Aws::CloudFormation
|
|
310
517
|
StackResources = Shapes::ListShape.new(name: 'StackResources')
|
311
518
|
StackSet = Shapes::StructureShape.new(name: 'StackSet')
|
312
519
|
StackSetARN = Shapes::StringShape.new(name: 'StackSetARN')
|
520
|
+
StackSetAutoDeploymentTargetSummaries = Shapes::ListShape.new(name: 'StackSetAutoDeploymentTargetSummaries')
|
521
|
+
StackSetAutoDeploymentTargetSummary = Shapes::StructureShape.new(name: 'StackSetAutoDeploymentTargetSummary')
|
313
522
|
StackSetDriftDetectionDetails = Shapes::StructureShape.new(name: 'StackSetDriftDetectionDetails')
|
314
523
|
StackSetDriftDetectionStatus = Shapes::StringShape.new(name: 'StackSetDriftDetectionStatus')
|
315
524
|
StackSetDriftStatus = Shapes::StringShape.new(name: 'StackSetDriftStatus')
|
316
525
|
StackSetId = Shapes::StringShape.new(name: 'StackSetId')
|
317
526
|
StackSetName = Shapes::StringShape.new(name: 'StackSetName')
|
318
527
|
StackSetNameOrId = Shapes::StringShape.new(name: 'StackSetNameOrId')
|
319
|
-
StackSetNotEmptyException = Shapes::StructureShape.new(name: 'StackSetNotEmptyException')
|
320
|
-
StackSetNotFoundException = Shapes::StructureShape.new(name: 'StackSetNotFoundException')
|
528
|
+
StackSetNotEmptyException = Shapes::StructureShape.new(name: 'StackSetNotEmptyException', error: {"code" => "StackSetNotEmptyException", "httpStatusCode" => 409, "senderFault" => true})
|
529
|
+
StackSetNotFoundException = Shapes::StructureShape.new(name: 'StackSetNotFoundException', error: {"code" => "StackSetNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
321
530
|
StackSetOperation = Shapes::StructureShape.new(name: 'StackSetOperation')
|
322
531
|
StackSetOperationAction = Shapes::StringShape.new(name: 'StackSetOperationAction')
|
323
532
|
StackSetOperationPreferences = Shapes::StructureShape.new(name: 'StackSetOperationPreferences')
|
@@ -325,6 +534,8 @@ module Aws::CloudFormation
|
|
325
534
|
StackSetOperationResultSummaries = Shapes::ListShape.new(name: 'StackSetOperationResultSummaries')
|
326
535
|
StackSetOperationResultSummary = Shapes::StructureShape.new(name: 'StackSetOperationResultSummary')
|
327
536
|
StackSetOperationStatus = Shapes::StringShape.new(name: 'StackSetOperationStatus')
|
537
|
+
StackSetOperationStatusDetails = Shapes::StructureShape.new(name: 'StackSetOperationStatusDetails')
|
538
|
+
StackSetOperationStatusReason = Shapes::StringShape.new(name: 'StackSetOperationStatusReason')
|
328
539
|
StackSetOperationSummaries = Shapes::ListShape.new(name: 'StackSetOperationSummaries')
|
329
540
|
StackSetOperationSummary = Shapes::StructureShape.new(name: 'StackSetOperationSummary')
|
330
541
|
StackSetStatus = Shapes::StringShape.new(name: 'StackSetStatus')
|
@@ -337,36 +548,69 @@ module Aws::CloudFormation
|
|
337
548
|
StackSummary = Shapes::StructureShape.new(name: 'StackSummary')
|
338
549
|
Stacks = Shapes::ListShape.new(name: 'Stacks')
|
339
550
|
StageList = Shapes::ListShape.new(name: 'StageList')
|
340
|
-
StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException')
|
551
|
+
StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException', error: {"code" => "StaleRequestException", "httpStatusCode" => 409, "senderFault" => true})
|
552
|
+
StartResourceScanInput = Shapes::StructureShape.new(name: 'StartResourceScanInput')
|
553
|
+
StartResourceScanOutput = Shapes::StructureShape.new(name: 'StartResourceScanOutput')
|
341
554
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
342
555
|
StopStackSetOperationInput = Shapes::StructureShape.new(name: 'StopStackSetOperationInput')
|
343
556
|
StopStackSetOperationOutput = Shapes::StructureShape.new(name: 'StopStackSetOperationOutput')
|
557
|
+
SupportedMajorVersion = Shapes::IntegerShape.new(name: 'SupportedMajorVersion')
|
558
|
+
SupportedMajorVersions = Shapes::ListShape.new(name: 'SupportedMajorVersions')
|
344
559
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
345
560
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
346
561
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
347
562
|
Tags = Shapes::ListShape.new(name: 'Tags')
|
348
563
|
TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
|
564
|
+
TemplateConfiguration = Shapes::StructureShape.new(name: 'TemplateConfiguration')
|
349
565
|
TemplateDescription = Shapes::StringShape.new(name: 'TemplateDescription')
|
566
|
+
TemplateFormat = Shapes::StringShape.new(name: 'TemplateFormat')
|
350
567
|
TemplateParameter = Shapes::StructureShape.new(name: 'TemplateParameter')
|
351
568
|
TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
|
569
|
+
TemplateProgress = Shapes::StructureShape.new(name: 'TemplateProgress')
|
352
570
|
TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
|
571
|
+
TemplateStatusReason = Shapes::StringShape.new(name: 'TemplateStatusReason')
|
572
|
+
TemplateSummaries = Shapes::ListShape.new(name: 'TemplateSummaries')
|
573
|
+
TemplateSummary = Shapes::StructureShape.new(name: 'TemplateSummary')
|
574
|
+
TemplateSummaryConfig = Shapes::StructureShape.new(name: 'TemplateSummaryConfig')
|
353
575
|
TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
|
576
|
+
TestTypeInput = Shapes::StructureShape.new(name: 'TestTypeInput')
|
577
|
+
TestTypeOutput = Shapes::StructureShape.new(name: 'TestTypeOutput')
|
578
|
+
ThirdPartyType = Shapes::StringShape.new(name: 'ThirdPartyType')
|
579
|
+
ThirdPartyTypeArn = Shapes::StringShape.new(name: 'ThirdPartyTypeArn')
|
354
580
|
TimeoutMinutes = Shapes::IntegerShape.new(name: 'TimeoutMinutes')
|
355
581
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
356
|
-
TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException')
|
582
|
+
TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException', error: {"code" => "TokenAlreadyExistsException", "httpStatusCode" => 400, "senderFault" => true})
|
357
583
|
TotalStackInstancesCount = Shapes::IntegerShape.new(name: 'TotalStackInstancesCount')
|
584
|
+
TotalWarnings = Shapes::IntegerShape.new(name: 'TotalWarnings')
|
358
585
|
TransformName = Shapes::StringShape.new(name: 'TransformName')
|
359
586
|
TransformsList = Shapes::ListShape.new(name: 'TransformsList')
|
587
|
+
TreatUnrecognizedResourceTypesAsWarnings = Shapes::BooleanShape.new(name: 'TreatUnrecognizedResourceTypesAsWarnings')
|
360
588
|
Type = Shapes::StringShape.new(name: 'Type')
|
361
589
|
TypeArn = Shapes::StringShape.new(name: 'TypeArn')
|
590
|
+
TypeConfiguration = Shapes::StringShape.new(name: 'TypeConfiguration')
|
591
|
+
TypeConfigurationAlias = Shapes::StringShape.new(name: 'TypeConfigurationAlias')
|
592
|
+
TypeConfigurationArn = Shapes::StringShape.new(name: 'TypeConfigurationArn')
|
593
|
+
TypeConfigurationDetails = Shapes::StructureShape.new(name: 'TypeConfigurationDetails')
|
594
|
+
TypeConfigurationDetailsList = Shapes::ListShape.new(name: 'TypeConfigurationDetailsList')
|
595
|
+
TypeConfigurationIdentifier = Shapes::StructureShape.new(name: 'TypeConfigurationIdentifier')
|
596
|
+
TypeConfigurationIdentifiers = Shapes::ListShape.new(name: 'TypeConfigurationIdentifiers')
|
597
|
+
TypeConfigurationNotFoundException = Shapes::StructureShape.new(name: 'TypeConfigurationNotFoundException', error: {"code" => "TypeConfigurationNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
598
|
+
TypeFilters = Shapes::StructureShape.new(name: 'TypeFilters')
|
599
|
+
TypeHierarchy = Shapes::StringShape.new(name: 'TypeHierarchy')
|
362
600
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
363
|
-
|
601
|
+
TypeNamePrefix = Shapes::StringShape.new(name: 'TypeNamePrefix')
|
602
|
+
TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException', error: {"code" => "TypeNotFoundException", "httpStatusCode" => 404, "senderFault" => true})
|
364
603
|
TypeSchema = Shapes::StringShape.new(name: 'TypeSchema')
|
365
604
|
TypeSummaries = Shapes::ListShape.new(name: 'TypeSummaries')
|
366
605
|
TypeSummary = Shapes::StructureShape.new(name: 'TypeSummary')
|
606
|
+
TypeTestsStatus = Shapes::StringShape.new(name: 'TypeTestsStatus')
|
607
|
+
TypeTestsStatusDescription = Shapes::StringShape.new(name: 'TypeTestsStatusDescription')
|
367
608
|
TypeVersionId = Shapes::StringShape.new(name: 'TypeVersionId')
|
368
609
|
TypeVersionSummaries = Shapes::ListShape.new(name: 'TypeVersionSummaries')
|
369
610
|
TypeVersionSummary = Shapes::StructureShape.new(name: 'TypeVersionSummary')
|
611
|
+
UnprocessedTypeConfigurations = Shapes::ListShape.new(name: 'UnprocessedTypeConfigurations')
|
612
|
+
UpdateGeneratedTemplateInput = Shapes::StructureShape.new(name: 'UpdateGeneratedTemplateInput')
|
613
|
+
UpdateGeneratedTemplateOutput = Shapes::StructureShape.new(name: 'UpdateGeneratedTemplateOutput')
|
370
614
|
UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
|
371
615
|
UpdateStackInstancesInput = Shapes::StructureShape.new(name: 'UpdateStackInstancesInput')
|
372
616
|
UpdateStackInstancesOutput = Shapes::StructureShape.new(name: 'UpdateStackInstancesOutput')
|
@@ -382,7 +626,14 @@ module Aws::CloudFormation
|
|
382
626
|
ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
|
383
627
|
Value = Shapes::StringShape.new(name: 'Value')
|
384
628
|
Version = Shapes::StringShape.new(name: 'Version')
|
629
|
+
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
385
630
|
Visibility = Shapes::StringShape.new(name: 'Visibility')
|
631
|
+
WarningDetail = Shapes::StructureShape.new(name: 'WarningDetail')
|
632
|
+
WarningDetails = Shapes::ListShape.new(name: 'WarningDetails')
|
633
|
+
WarningProperties = Shapes::ListShape.new(name: 'WarningProperties')
|
634
|
+
WarningProperty = Shapes::StructureShape.new(name: 'WarningProperty')
|
635
|
+
WarningType = Shapes::StringShape.new(name: 'WarningType')
|
636
|
+
Warnings = Shapes::StructureShape.new(name: 'Warnings')
|
386
637
|
|
387
638
|
AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
|
388
639
|
AccountGateResult.add_member(:status_reason, Shapes::ShapeRef.new(shape: AccountGateStatusReason, location_name: "StatusReason"))
|
@@ -396,6 +647,25 @@ module Aws::CloudFormation
|
|
396
647
|
|
397
648
|
AccountList.member = Shapes::ShapeRef.new(shape: Account)
|
398
649
|
|
650
|
+
ActivateOrganizationsAccessInput.struct_class = Types::ActivateOrganizationsAccessInput
|
651
|
+
|
652
|
+
ActivateOrganizationsAccessOutput.struct_class = Types::ActivateOrganizationsAccessOutput
|
653
|
+
|
654
|
+
ActivateTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
655
|
+
ActivateTypeInput.add_member(:public_type_arn, Shapes::ShapeRef.new(shape: ThirdPartyTypeArn, location_name: "PublicTypeArn"))
|
656
|
+
ActivateTypeInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
657
|
+
ActivateTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
658
|
+
ActivateTypeInput.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
|
659
|
+
ActivateTypeInput.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
|
660
|
+
ActivateTypeInput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
661
|
+
ActivateTypeInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
662
|
+
ActivateTypeInput.add_member(:version_bump, Shapes::ShapeRef.new(shape: VersionBump, location_name: "VersionBump"))
|
663
|
+
ActivateTypeInput.add_member(:major_version, Shapes::ShapeRef.new(shape: MajorVersion, location_name: "MajorVersion"))
|
664
|
+
ActivateTypeInput.struct_class = Types::ActivateTypeInput
|
665
|
+
|
666
|
+
ActivateTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
667
|
+
ActivateTypeOutput.struct_class = Types::ActivateTypeOutput
|
668
|
+
|
399
669
|
AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
|
400
670
|
|
401
671
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
@@ -404,6 +674,21 @@ module Aws::CloudFormation
|
|
404
674
|
AutoDeployment.add_member(:retain_stacks_on_account_removal, Shapes::ShapeRef.new(shape: RetainStacksOnAccountRemovalNullable, location_name: "RetainStacksOnAccountRemoval"))
|
405
675
|
AutoDeployment.struct_class = Types::AutoDeployment
|
406
676
|
|
677
|
+
BatchDescribeTypeConfigurationsError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
678
|
+
BatchDescribeTypeConfigurationsError.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
679
|
+
BatchDescribeTypeConfigurationsError.add_member(:type_configuration_identifier, Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier, location_name: "TypeConfigurationIdentifier"))
|
680
|
+
BatchDescribeTypeConfigurationsError.struct_class = Types::BatchDescribeTypeConfigurationsError
|
681
|
+
|
682
|
+
BatchDescribeTypeConfigurationsErrors.member = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsError)
|
683
|
+
|
684
|
+
BatchDescribeTypeConfigurationsInput.add_member(:type_configuration_identifiers, Shapes::ShapeRef.new(shape: TypeConfigurationIdentifiers, required: true, location_name: "TypeConfigurationIdentifiers"))
|
685
|
+
BatchDescribeTypeConfigurationsInput.struct_class = Types::BatchDescribeTypeConfigurationsInput
|
686
|
+
|
687
|
+
BatchDescribeTypeConfigurationsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsErrors, location_name: "Errors"))
|
688
|
+
BatchDescribeTypeConfigurationsOutput.add_member(:unprocessed_type_configurations, Shapes::ShapeRef.new(shape: UnprocessedTypeConfigurations, location_name: "UnprocessedTypeConfigurations"))
|
689
|
+
BatchDescribeTypeConfigurationsOutput.add_member(:type_configurations, Shapes::ShapeRef.new(shape: TypeConfigurationDetailsList, location_name: "TypeConfigurations"))
|
690
|
+
BatchDescribeTypeConfigurationsOutput.struct_class = Types::BatchDescribeTypeConfigurationsOutput
|
691
|
+
|
407
692
|
CFNRegistryException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
408
693
|
CFNRegistryException.struct_class = Types::CFNRegistryException
|
409
694
|
|
@@ -414,9 +699,29 @@ module Aws::CloudFormation
|
|
414
699
|
Capabilities.member = Shapes::ShapeRef.new(shape: Capability)
|
415
700
|
|
416
701
|
Change.add_member(:type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "Type"))
|
702
|
+
Change.add_member(:hook_invocation_count, Shapes::ShapeRef.new(shape: HookInvocationCount, location_name: "HookInvocationCount"))
|
417
703
|
Change.add_member(:resource_change, Shapes::ShapeRef.new(shape: ResourceChange, location_name: "ResourceChange"))
|
418
704
|
Change.struct_class = Types::Change
|
419
705
|
|
706
|
+
ChangeSetHook.add_member(:invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "InvocationPoint"))
|
707
|
+
ChangeSetHook.add_member(:failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "FailureMode"))
|
708
|
+
ChangeSetHook.add_member(:type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "TypeName"))
|
709
|
+
ChangeSetHook.add_member(:type_version_id, Shapes::ShapeRef.new(shape: HookTypeVersionId, location_name: "TypeVersionId"))
|
710
|
+
ChangeSetHook.add_member(:type_configuration_version_id, Shapes::ShapeRef.new(shape: HookTypeConfigurationVersionId, location_name: "TypeConfigurationVersionId"))
|
711
|
+
ChangeSetHook.add_member(:target_details, Shapes::ShapeRef.new(shape: ChangeSetHookTargetDetails, location_name: "TargetDetails"))
|
712
|
+
ChangeSetHook.struct_class = Types::ChangeSetHook
|
713
|
+
|
714
|
+
ChangeSetHookResourceTargetDetails.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
715
|
+
ChangeSetHookResourceTargetDetails.add_member(:resource_type, Shapes::ShapeRef.new(shape: HookTargetTypeName, location_name: "ResourceType"))
|
716
|
+
ChangeSetHookResourceTargetDetails.add_member(:resource_action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "ResourceAction"))
|
717
|
+
ChangeSetHookResourceTargetDetails.struct_class = Types::ChangeSetHookResourceTargetDetails
|
718
|
+
|
719
|
+
ChangeSetHookTargetDetails.add_member(:target_type, Shapes::ShapeRef.new(shape: HookTargetType, location_name: "TargetType"))
|
720
|
+
ChangeSetHookTargetDetails.add_member(:resource_target_details, Shapes::ShapeRef.new(shape: ChangeSetHookResourceTargetDetails, location_name: "ResourceTargetDetails"))
|
721
|
+
ChangeSetHookTargetDetails.struct_class = Types::ChangeSetHookTargetDetails
|
722
|
+
|
723
|
+
ChangeSetHooks.member = Shapes::ShapeRef.new(shape: ChangeSetHook)
|
724
|
+
|
420
725
|
ChangeSetNotFoundException.struct_class = Types::ChangeSetNotFoundException
|
421
726
|
|
422
727
|
ChangeSetSummaries.member = Shapes::ShapeRef.new(shape: ChangeSetSummary)
|
@@ -430,10 +735,16 @@ module Aws::CloudFormation
|
|
430
735
|
ChangeSetSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ChangeSetStatusReason, location_name: "StatusReason"))
|
431
736
|
ChangeSetSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
432
737
|
ChangeSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
738
|
+
ChangeSetSummary.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
739
|
+
ChangeSetSummary.add_member(:parent_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ParentChangeSetId"))
|
740
|
+
ChangeSetSummary.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
741
|
+
ChangeSetSummary.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
433
742
|
ChangeSetSummary.struct_class = Types::ChangeSetSummary
|
434
743
|
|
435
744
|
Changes.member = Shapes::ShapeRef.new(shape: Change)
|
436
745
|
|
746
|
+
ConcurrentResourcesLimitExceededException.struct_class = Types::ConcurrentResourcesLimitExceededException
|
747
|
+
|
437
748
|
ContinueUpdateRollbackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
438
749
|
ContinueUpdateRollbackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
439
750
|
ContinueUpdateRollbackInput.add_member(:resources_to_skip, Shapes::ShapeRef.new(shape: ResourcesToSkip, location_name: "ResourcesToSkip"))
|
@@ -458,12 +769,24 @@ module Aws::CloudFormation
|
|
458
769
|
CreateChangeSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
459
770
|
CreateChangeSetInput.add_member(:change_set_type, Shapes::ShapeRef.new(shape: ChangeSetType, location_name: "ChangeSetType"))
|
460
771
|
CreateChangeSetInput.add_member(:resources_to_import, Shapes::ShapeRef.new(shape: ResourcesToImport, location_name: "ResourcesToImport"))
|
772
|
+
CreateChangeSetInput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
773
|
+
CreateChangeSetInput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
774
|
+
CreateChangeSetInput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
461
775
|
CreateChangeSetInput.struct_class = Types::CreateChangeSetInput
|
462
776
|
|
463
777
|
CreateChangeSetOutput.add_member(:id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "Id"))
|
464
778
|
CreateChangeSetOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
465
779
|
CreateChangeSetOutput.struct_class = Types::CreateChangeSetOutput
|
466
780
|
|
781
|
+
CreateGeneratedTemplateInput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceDefinitions, location_name: "Resources"))
|
782
|
+
CreateGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
783
|
+
CreateGeneratedTemplateInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
784
|
+
CreateGeneratedTemplateInput.add_member(:template_configuration, Shapes::ShapeRef.new(shape: TemplateConfiguration, location_name: "TemplateConfiguration"))
|
785
|
+
CreateGeneratedTemplateInput.struct_class = Types::CreateGeneratedTemplateInput
|
786
|
+
|
787
|
+
CreateGeneratedTemplateOutput.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
788
|
+
CreateGeneratedTemplateOutput.struct_class = Types::CreateGeneratedTemplateOutput
|
789
|
+
|
467
790
|
CreateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
468
791
|
CreateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
469
792
|
CreateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
@@ -481,6 +804,7 @@ module Aws::CloudFormation
|
|
481
804
|
CreateStackInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
482
805
|
CreateStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
483
806
|
CreateStackInput.add_member(:enable_termination_protection, Shapes::ShapeRef.new(shape: EnableTerminationProtection, location_name: "EnableTerminationProtection"))
|
807
|
+
CreateStackInput.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
484
808
|
CreateStackInput.struct_class = Types::CreateStackInput
|
485
809
|
|
486
810
|
CreateStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
@@ -489,7 +813,8 @@ module Aws::CloudFormation
|
|
489
813
|
CreateStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
|
490
814
|
CreateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
491
815
|
CreateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
492
|
-
CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
816
|
+
CreateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
817
|
+
CreateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
493
818
|
CreateStackInstancesInput.struct_class = Types::CreateStackInstancesInput
|
494
819
|
|
495
820
|
CreateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -498,10 +823,20 @@ module Aws::CloudFormation
|
|
498
823
|
CreateStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
499
824
|
CreateStackOutput.struct_class = Types::CreateStackOutput
|
500
825
|
|
826
|
+
CreateStackRefactorInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
827
|
+
CreateStackRefactorInput.add_member(:enable_stack_creation, Shapes::ShapeRef.new(shape: EnableStackCreation, location_name: "EnableStackCreation"))
|
828
|
+
CreateStackRefactorInput.add_member(:resource_mappings, Shapes::ShapeRef.new(shape: ResourceMappings, location_name: "ResourceMappings"))
|
829
|
+
CreateStackRefactorInput.add_member(:stack_definitions, Shapes::ShapeRef.new(shape: StackDefinitions, required: true, location_name: "StackDefinitions"))
|
830
|
+
CreateStackRefactorInput.struct_class = Types::CreateStackRefactorInput
|
831
|
+
|
832
|
+
CreateStackRefactorOutput.add_member(:stack_refactor_id, Shapes::ShapeRef.new(shape: StackRefactorId, required: true, location_name: "StackRefactorId"))
|
833
|
+
CreateStackRefactorOutput.struct_class = Types::CreateStackRefactorOutput
|
834
|
+
|
501
835
|
CreateStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
502
836
|
CreateStackSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
503
837
|
CreateStackSetInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
504
838
|
CreateStackSetInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
839
|
+
CreateStackSetInput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
505
840
|
CreateStackSetInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
506
841
|
CreateStackSetInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
507
842
|
CreateStackSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
@@ -509,7 +844,9 @@ module Aws::CloudFormation
|
|
509
844
|
CreateStackSetInput.add_member(:execution_role_name, Shapes::ShapeRef.new(shape: ExecutionRoleName, location_name: "ExecutionRoleName"))
|
510
845
|
CreateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
511
846
|
CreateStackSetInput.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
|
512
|
-
CreateStackSetInput.add_member(:
|
847
|
+
CreateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
848
|
+
CreateStackSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
849
|
+
CreateStackSetInput.add_member(:managed_execution, Shapes::ShapeRef.new(shape: ManagedExecution, location_name: "ManagedExecution"))
|
513
850
|
CreateStackSetInput.struct_class = Types::CreateStackSetInput
|
514
851
|
|
515
852
|
CreateStackSetOutput.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
|
@@ -517,16 +854,31 @@ module Aws::CloudFormation
|
|
517
854
|
|
518
855
|
CreatedButModifiedException.struct_class = Types::CreatedButModifiedException
|
519
856
|
|
857
|
+
DeactivateOrganizationsAccessInput.struct_class = Types::DeactivateOrganizationsAccessInput
|
858
|
+
|
859
|
+
DeactivateOrganizationsAccessOutput.struct_class = Types::DeactivateOrganizationsAccessOutput
|
860
|
+
|
861
|
+
DeactivateTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
862
|
+
DeactivateTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
863
|
+
DeactivateTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
864
|
+
DeactivateTypeInput.struct_class = Types::DeactivateTypeInput
|
865
|
+
|
866
|
+
DeactivateTypeOutput.struct_class = Types::DeactivateTypeOutput
|
867
|
+
|
520
868
|
DeleteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
521
869
|
DeleteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
522
870
|
DeleteChangeSetInput.struct_class = Types::DeleteChangeSetInput
|
523
871
|
|
524
872
|
DeleteChangeSetOutput.struct_class = Types::DeleteChangeSetOutput
|
525
873
|
|
874
|
+
DeleteGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
875
|
+
DeleteGeneratedTemplateInput.struct_class = Types::DeleteGeneratedTemplateInput
|
876
|
+
|
526
877
|
DeleteStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
527
878
|
DeleteStackInput.add_member(:retain_resources, Shapes::ShapeRef.new(shape: RetainResources, location_name: "RetainResources"))
|
528
879
|
DeleteStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
529
880
|
DeleteStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
881
|
+
DeleteStackInput.add_member(:deletion_mode, Shapes::ShapeRef.new(shape: DeletionMode, location_name: "DeletionMode"))
|
530
882
|
DeleteStackInput.struct_class = Types::DeleteStackInput
|
531
883
|
|
532
884
|
DeleteStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
@@ -535,19 +887,23 @@ module Aws::CloudFormation
|
|
535
887
|
DeleteStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
|
536
888
|
DeleteStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
537
889
|
DeleteStackInstancesInput.add_member(:retain_stacks, Shapes::ShapeRef.new(shape: RetainStacks, required: true, location_name: "RetainStacks"))
|
538
|
-
DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
890
|
+
DeleteStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
891
|
+
DeleteStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
539
892
|
DeleteStackInstancesInput.struct_class = Types::DeleteStackInstancesInput
|
540
893
|
|
541
894
|
DeleteStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
542
895
|
DeleteStackInstancesOutput.struct_class = Types::DeleteStackInstancesOutput
|
543
896
|
|
544
897
|
DeleteStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
898
|
+
DeleteStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
545
899
|
DeleteStackSetInput.struct_class = Types::DeleteStackSetInput
|
546
900
|
|
547
901
|
DeleteStackSetOutput.struct_class = Types::DeleteStackSetOutput
|
548
902
|
|
549
903
|
DeploymentTargets.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
|
904
|
+
DeploymentTargets.add_member(:accounts_url, Shapes::ShapeRef.new(shape: AccountsUrl, location_name: "AccountsUrl"))
|
550
905
|
DeploymentTargets.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
|
906
|
+
DeploymentTargets.add_member(:account_filter_type, Shapes::ShapeRef.new(shape: AccountFilterType, location_name: "AccountFilterType"))
|
551
907
|
DeploymentTargets.struct_class = Types::DeploymentTargets
|
552
908
|
|
553
909
|
DeregisterTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
@@ -565,9 +921,25 @@ module Aws::CloudFormation
|
|
565
921
|
DescribeAccountLimitsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
566
922
|
DescribeAccountLimitsOutput.struct_class = Types::DescribeAccountLimitsOutput
|
567
923
|
|
924
|
+
DescribeChangeSetHooksInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
925
|
+
DescribeChangeSetHooksInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
926
|
+
DescribeChangeSetHooksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
927
|
+
DescribeChangeSetHooksInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
928
|
+
DescribeChangeSetHooksInput.struct_class = Types::DescribeChangeSetHooksInput
|
929
|
+
|
930
|
+
DescribeChangeSetHooksOutput.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
|
931
|
+
DescribeChangeSetHooksOutput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
|
932
|
+
DescribeChangeSetHooksOutput.add_member(:hooks, Shapes::ShapeRef.new(shape: ChangeSetHooks, location_name: "Hooks"))
|
933
|
+
DescribeChangeSetHooksOutput.add_member(:status, Shapes::ShapeRef.new(shape: ChangeSetHooksStatus, location_name: "Status"))
|
934
|
+
DescribeChangeSetHooksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
935
|
+
DescribeChangeSetHooksOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
936
|
+
DescribeChangeSetHooksOutput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
937
|
+
DescribeChangeSetHooksOutput.struct_class = Types::DescribeChangeSetHooksOutput
|
938
|
+
|
568
939
|
DescribeChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
569
940
|
DescribeChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
570
941
|
DescribeChangeSetInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
942
|
+
DescribeChangeSetInput.add_member(:include_property_values, Shapes::ShapeRef.new(shape: IncludePropertyValues, location_name: "IncludePropertyValues"))
|
571
943
|
DescribeChangeSetInput.struct_class = Types::DescribeChangeSetInput
|
572
944
|
|
573
945
|
DescribeChangeSetOutput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetName, location_name: "ChangeSetName"))
|
@@ -586,8 +958,59 @@ module Aws::CloudFormation
|
|
586
958
|
DescribeChangeSetOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
587
959
|
DescribeChangeSetOutput.add_member(:changes, Shapes::ShapeRef.new(shape: Changes, location_name: "Changes"))
|
588
960
|
DescribeChangeSetOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
961
|
+
DescribeChangeSetOutput.add_member(:include_nested_stacks, Shapes::ShapeRef.new(shape: IncludeNestedStacks, location_name: "IncludeNestedStacks"))
|
962
|
+
DescribeChangeSetOutput.add_member(:parent_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ParentChangeSetId"))
|
963
|
+
DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
964
|
+
DescribeChangeSetOutput.add_member(:on_stack_failure, Shapes::ShapeRef.new(shape: OnStackFailure, location_name: "OnStackFailure"))
|
965
|
+
DescribeChangeSetOutput.add_member(:import_existing_resources, Shapes::ShapeRef.new(shape: ImportExistingResources, location_name: "ImportExistingResources"))
|
589
966
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
590
967
|
|
968
|
+
DescribeGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
969
|
+
DescribeGeneratedTemplateInput.struct_class = Types::DescribeGeneratedTemplateInput
|
970
|
+
|
971
|
+
DescribeGeneratedTemplateOutput.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
972
|
+
DescribeGeneratedTemplateOutput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, location_name: "GeneratedTemplateName"))
|
973
|
+
DescribeGeneratedTemplateOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceDetails, location_name: "Resources"))
|
974
|
+
DescribeGeneratedTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedTemplateStatus, location_name: "Status"))
|
975
|
+
DescribeGeneratedTemplateOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: TemplateStatusReason, location_name: "StatusReason"))
|
976
|
+
DescribeGeneratedTemplateOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
977
|
+
DescribeGeneratedTemplateOutput.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
|
978
|
+
DescribeGeneratedTemplateOutput.add_member(:progress, Shapes::ShapeRef.new(shape: TemplateProgress, location_name: "Progress"))
|
979
|
+
DescribeGeneratedTemplateOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
980
|
+
DescribeGeneratedTemplateOutput.add_member(:template_configuration, Shapes::ShapeRef.new(shape: TemplateConfiguration, location_name: "TemplateConfiguration"))
|
981
|
+
DescribeGeneratedTemplateOutput.add_member(:total_warnings, Shapes::ShapeRef.new(shape: TotalWarnings, location_name: "TotalWarnings"))
|
982
|
+
DescribeGeneratedTemplateOutput.struct_class = Types::DescribeGeneratedTemplateOutput
|
983
|
+
|
984
|
+
DescribeOrganizationsAccessInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
985
|
+
DescribeOrganizationsAccessInput.struct_class = Types::DescribeOrganizationsAccessInput
|
986
|
+
|
987
|
+
DescribeOrganizationsAccessOutput.add_member(:status, Shapes::ShapeRef.new(shape: OrganizationStatus, location_name: "Status"))
|
988
|
+
DescribeOrganizationsAccessOutput.struct_class = Types::DescribeOrganizationsAccessOutput
|
989
|
+
|
990
|
+
DescribePublisherInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
991
|
+
DescribePublisherInput.struct_class = Types::DescribePublisherInput
|
992
|
+
|
993
|
+
DescribePublisherOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
994
|
+
DescribePublisherOutput.add_member(:publisher_status, Shapes::ShapeRef.new(shape: PublisherStatus, location_name: "PublisherStatus"))
|
995
|
+
DescribePublisherOutput.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
996
|
+
DescribePublisherOutput.add_member(:publisher_profile, Shapes::ShapeRef.new(shape: PublisherProfile, location_name: "PublisherProfile"))
|
997
|
+
DescribePublisherOutput.struct_class = Types::DescribePublisherOutput
|
998
|
+
|
999
|
+
DescribeResourceScanInput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, required: true, location_name: "ResourceScanId"))
|
1000
|
+
DescribeResourceScanInput.struct_class = Types::DescribeResourceScanInput
|
1001
|
+
|
1002
|
+
DescribeResourceScanOutput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, location_name: "ResourceScanId"))
|
1003
|
+
DescribeResourceScanOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceScanStatus, location_name: "Status"))
|
1004
|
+
DescribeResourceScanOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: ResourceScanStatusReason, location_name: "StatusReason"))
|
1005
|
+
DescribeResourceScanOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
1006
|
+
DescribeResourceScanOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
1007
|
+
DescribeResourceScanOutput.add_member(:percentage_completed, Shapes::ShapeRef.new(shape: PercentageCompleted, location_name: "PercentageCompleted"))
|
1008
|
+
DescribeResourceScanOutput.add_member(:resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "ResourceTypes"))
|
1009
|
+
DescribeResourceScanOutput.add_member(:resources_scanned, Shapes::ShapeRef.new(shape: ResourcesScanned, location_name: "ResourcesScanned"))
|
1010
|
+
DescribeResourceScanOutput.add_member(:resources_read, Shapes::ShapeRef.new(shape: ResourcesRead, location_name: "ResourcesRead"))
|
1011
|
+
DescribeResourceScanOutput.add_member(:scan_filters, Shapes::ShapeRef.new(shape: ScanFilters, location_name: "ScanFilters"))
|
1012
|
+
DescribeResourceScanOutput.struct_class = Types::DescribeResourceScanOutput
|
1013
|
+
|
591
1014
|
DescribeStackDriftDetectionStatusInput.add_member(:stack_drift_detection_id, Shapes::ShapeRef.new(shape: StackDriftDetectionId, required: true, location_name: "StackDriftDetectionId"))
|
592
1015
|
DescribeStackDriftDetectionStatusInput.struct_class = Types::DescribeStackDriftDetectionStatusInput
|
593
1016
|
|
@@ -611,11 +1034,24 @@ module Aws::CloudFormation
|
|
611
1034
|
DescribeStackInstanceInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
612
1035
|
DescribeStackInstanceInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
|
613
1036
|
DescribeStackInstanceInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "StackInstanceRegion"))
|
1037
|
+
DescribeStackInstanceInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
614
1038
|
DescribeStackInstanceInput.struct_class = Types::DescribeStackInstanceInput
|
615
1039
|
|
616
1040
|
DescribeStackInstanceOutput.add_member(:stack_instance, Shapes::ShapeRef.new(shape: StackInstance, location_name: "StackInstance"))
|
617
1041
|
DescribeStackInstanceOutput.struct_class = Types::DescribeStackInstanceOutput
|
618
1042
|
|
1043
|
+
DescribeStackRefactorInput.add_member(:stack_refactor_id, Shapes::ShapeRef.new(shape: StackRefactorId, required: true, location_name: "StackRefactorId"))
|
1044
|
+
DescribeStackRefactorInput.struct_class = Types::DescribeStackRefactorInput
|
1045
|
+
|
1046
|
+
DescribeStackRefactorOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1047
|
+
DescribeStackRefactorOutput.add_member(:stack_refactor_id, Shapes::ShapeRef.new(shape: StackRefactorId, location_name: "StackRefactorId"))
|
1048
|
+
DescribeStackRefactorOutput.add_member(:stack_ids, Shapes::ShapeRef.new(shape: StackIds, location_name: "StackIds"))
|
1049
|
+
DescribeStackRefactorOutput.add_member(:execution_status, Shapes::ShapeRef.new(shape: StackRefactorExecutionStatus, location_name: "ExecutionStatus"))
|
1050
|
+
DescribeStackRefactorOutput.add_member(:execution_status_reason, Shapes::ShapeRef.new(shape: ExecutionStatusReason, location_name: "ExecutionStatusReason"))
|
1051
|
+
DescribeStackRefactorOutput.add_member(:status, Shapes::ShapeRef.new(shape: StackRefactorStatus, location_name: "Status"))
|
1052
|
+
DescribeStackRefactorOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackRefactorStatusReason, location_name: "StatusReason"))
|
1053
|
+
DescribeStackRefactorOutput.struct_class = Types::DescribeStackRefactorOutput
|
1054
|
+
|
619
1055
|
DescribeStackResourceDriftsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
620
1056
|
DescribeStackResourceDriftsInput.add_member(:stack_resource_drift_status_filters, Shapes::ShapeRef.new(shape: StackResourceDriftStatusFilters, location_name: "StackResourceDriftStatusFilters"))
|
621
1057
|
DescribeStackResourceDriftsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -642,10 +1078,12 @@ module Aws::CloudFormation
|
|
642
1078
|
DescribeStackResourcesOutput.struct_class = Types::DescribeStackResourcesOutput
|
643
1079
|
|
644
1080
|
DescribeStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
1081
|
+
DescribeStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
645
1082
|
DescribeStackSetInput.struct_class = Types::DescribeStackSetInput
|
646
1083
|
|
647
1084
|
DescribeStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
648
1085
|
DescribeStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
1086
|
+
DescribeStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
649
1087
|
DescribeStackSetOperationInput.struct_class = Types::DescribeStackSetOperationInput
|
650
1088
|
|
651
1089
|
DescribeStackSetOperationOutput.add_member(:stack_set_operation, Shapes::ShapeRef.new(shape: StackSetOperation, location_name: "StackSetOperation"))
|
@@ -666,6 +1104,8 @@ module Aws::CloudFormation
|
|
666
1104
|
DescribeTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
667
1105
|
DescribeTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
668
1106
|
DescribeTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
|
1107
|
+
DescribeTypeInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1108
|
+
DescribeTypeInput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
669
1109
|
DescribeTypeInput.struct_class = Types::DescribeTypeInput
|
670
1110
|
|
671
1111
|
DescribeTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
@@ -673,17 +1113,28 @@ module Aws::CloudFormation
|
|
673
1113
|
DescribeTypeOutput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
674
1114
|
DescribeTypeOutput.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "DefaultVersionId"))
|
675
1115
|
DescribeTypeOutput.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "IsDefaultVersion"))
|
1116
|
+
DescribeTypeOutput.add_member(:type_tests_status, Shapes::ShapeRef.new(shape: TypeTestsStatus, location_name: "TypeTestsStatus"))
|
1117
|
+
DescribeTypeOutput.add_member(:type_tests_status_description, Shapes::ShapeRef.new(shape: TypeTestsStatusDescription, location_name: "TypeTestsStatusDescription"))
|
676
1118
|
DescribeTypeOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
677
1119
|
DescribeTypeOutput.add_member(:schema, Shapes::ShapeRef.new(shape: TypeSchema, location_name: "Schema"))
|
678
1120
|
DescribeTypeOutput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
679
1121
|
DescribeTypeOutput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
680
1122
|
DescribeTypeOutput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
1123
|
+
DescribeTypeOutput.add_member(:required_activated_types, Shapes::ShapeRef.new(shape: RequiredActivatedTypes, location_name: "RequiredActivatedTypes"))
|
681
1124
|
DescribeTypeOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
682
1125
|
DescribeTypeOutput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
683
1126
|
DescribeTypeOutput.add_member(:source_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "SourceUrl"))
|
684
1127
|
DescribeTypeOutput.add_member(:documentation_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "DocumentationUrl"))
|
685
1128
|
DescribeTypeOutput.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
686
1129
|
DescribeTypeOutput.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
|
1130
|
+
DescribeTypeOutput.add_member(:configuration_schema, Shapes::ShapeRef.new(shape: ConfigurationSchema, location_name: "ConfigurationSchema"))
|
1131
|
+
DescribeTypeOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1132
|
+
DescribeTypeOutput.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
1133
|
+
DescribeTypeOutput.add_member(:original_type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "OriginalTypeArn"))
|
1134
|
+
DescribeTypeOutput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
1135
|
+
DescribeTypeOutput.add_member(:latest_public_version, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "LatestPublicVersion"))
|
1136
|
+
DescribeTypeOutput.add_member(:is_activated, Shapes::ShapeRef.new(shape: IsActivated, location_name: "IsActivated"))
|
1137
|
+
DescribeTypeOutput.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
|
687
1138
|
DescribeTypeOutput.struct_class = Types::DescribeTypeOutput
|
688
1139
|
|
689
1140
|
DescribeTypeRegistrationInput.add_member(:registration_token, Shapes::ShapeRef.new(shape: RegistrationToken, required: true, location_name: "RegistrationToken"))
|
@@ -711,7 +1162,8 @@ module Aws::CloudFormation
|
|
711
1162
|
|
712
1163
|
DetectStackSetDriftInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
713
1164
|
DetectStackSetDriftInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
714
|
-
DetectStackSetDriftInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
1165
|
+
DetectStackSetDriftInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
1166
|
+
DetectStackSetDriftInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
715
1167
|
DetectStackSetDriftInput.struct_class = Types::DetectStackSetDriftInput
|
716
1168
|
|
717
1169
|
DetectStackSetDriftOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -728,10 +1180,15 @@ module Aws::CloudFormation
|
|
728
1180
|
ExecuteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
729
1181
|
ExecuteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
730
1182
|
ExecuteChangeSetInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
1183
|
+
ExecuteChangeSetInput.add_member(:disable_rollback, Shapes::ShapeRef.new(shape: DisableRollback, location_name: "DisableRollback"))
|
1184
|
+
ExecuteChangeSetInput.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
731
1185
|
ExecuteChangeSetInput.struct_class = Types::ExecuteChangeSetInput
|
732
1186
|
|
733
1187
|
ExecuteChangeSetOutput.struct_class = Types::ExecuteChangeSetOutput
|
734
1188
|
|
1189
|
+
ExecuteStackRefactorInput.add_member(:stack_refactor_id, Shapes::ShapeRef.new(shape: StackRefactorId, required: true, location_name: "StackRefactorId"))
|
1190
|
+
ExecuteStackRefactorInput.struct_class = Types::ExecuteStackRefactorInput
|
1191
|
+
|
735
1192
|
Export.add_member(:exporting_stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ExportingStackId"))
|
736
1193
|
Export.add_member(:name, Shapes::ShapeRef.new(shape: ExportName, location_name: "Name"))
|
737
1194
|
Export.add_member(:value, Shapes::ShapeRef.new(shape: ExportValue, location_name: "Value"))
|
@@ -739,6 +1196,16 @@ module Aws::CloudFormation
|
|
739
1196
|
|
740
1197
|
Exports.member = Shapes::ShapeRef.new(shape: Export)
|
741
1198
|
|
1199
|
+
GeneratedTemplateNotFoundException.struct_class = Types::GeneratedTemplateNotFoundException
|
1200
|
+
|
1201
|
+
GetGeneratedTemplateInput.add_member(:format, Shapes::ShapeRef.new(shape: TemplateFormat, location_name: "Format"))
|
1202
|
+
GetGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
1203
|
+
GetGeneratedTemplateInput.struct_class = Types::GetGeneratedTemplateInput
|
1204
|
+
|
1205
|
+
GetGeneratedTemplateOutput.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedTemplateStatus, location_name: "Status"))
|
1206
|
+
GetGeneratedTemplateOutput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
1207
|
+
GetGeneratedTemplateOutput.struct_class = Types::GetGeneratedTemplateOutput
|
1208
|
+
|
742
1209
|
GetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
743
1210
|
GetStackPolicyInput.struct_class = Types::GetStackPolicyInput
|
744
1211
|
|
@@ -758,6 +1225,8 @@ module Aws::CloudFormation
|
|
758
1225
|
GetTemplateSummaryInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
759
1226
|
GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
760
1227
|
GetTemplateSummaryInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, location_name: "StackSetName"))
|
1228
|
+
GetTemplateSummaryInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1229
|
+
GetTemplateSummaryInput.add_member(:template_summary_config, Shapes::ShapeRef.new(shape: TemplateSummaryConfig, location_name: "TemplateSummaryConfig"))
|
761
1230
|
GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
|
762
1231
|
|
763
1232
|
GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
|
@@ -769,8 +1238,34 @@ module Aws::CloudFormation
|
|
769
1238
|
GetTemplateSummaryOutput.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
770
1239
|
GetTemplateSummaryOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
|
771
1240
|
GetTemplateSummaryOutput.add_member(:resource_identifier_summaries, Shapes::ShapeRef.new(shape: ResourceIdentifierSummaries, location_name: "ResourceIdentifierSummaries"))
|
1241
|
+
GetTemplateSummaryOutput.add_member(:warnings, Shapes::ShapeRef.new(shape: Warnings, location_name: "Warnings"))
|
772
1242
|
GetTemplateSummaryOutput.struct_class = Types::GetTemplateSummaryOutput
|
773
1243
|
|
1244
|
+
HookResultNotFoundException.struct_class = Types::HookResultNotFoundException
|
1245
|
+
|
1246
|
+
HookResultSummaries.member = Shapes::ShapeRef.new(shape: HookResultSummary)
|
1247
|
+
|
1248
|
+
HookResultSummary.add_member(:invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "InvocationPoint"))
|
1249
|
+
HookResultSummary.add_member(:failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "FailureMode"))
|
1250
|
+
HookResultSummary.add_member(:type_name, Shapes::ShapeRef.new(shape: HookTypeName, location_name: "TypeName"))
|
1251
|
+
HookResultSummary.add_member(:type_version_id, Shapes::ShapeRef.new(shape: HookTypeVersionId, location_name: "TypeVersionId"))
|
1252
|
+
HookResultSummary.add_member(:type_configuration_version_id, Shapes::ShapeRef.new(shape: HookTypeConfigurationVersionId, location_name: "TypeConfigurationVersionId"))
|
1253
|
+
HookResultSummary.add_member(:status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "Status"))
|
1254
|
+
HookResultSummary.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
1255
|
+
HookResultSummary.struct_class = Types::HookResultSummary
|
1256
|
+
|
1257
|
+
ImportStacksToStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
1258
|
+
ImportStacksToStackSetInput.add_member(:stack_ids, Shapes::ShapeRef.new(shape: StackIdList, location_name: "StackIds"))
|
1259
|
+
ImportStacksToStackSetInput.add_member(:stack_ids_url, Shapes::ShapeRef.new(shape: StackIdsUrl, location_name: "StackIdsUrl"))
|
1260
|
+
ImportStacksToStackSetInput.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
|
1261
|
+
ImportStacksToStackSetInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1262
|
+
ImportStacksToStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
1263
|
+
ImportStacksToStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1264
|
+
ImportStacksToStackSetInput.struct_class = Types::ImportStacksToStackSetInput
|
1265
|
+
|
1266
|
+
ImportStacksToStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
1267
|
+
ImportStacksToStackSetOutput.struct_class = Types::ImportStacksToStackSetOutput
|
1268
|
+
|
774
1269
|
Imports.member = Shapes::ShapeRef.new(shape: StackName)
|
775
1270
|
|
776
1271
|
InsufficientCapabilitiesException.struct_class = Types::InsufficientCapabilitiesException
|
@@ -781,6 +1276,11 @@ module Aws::CloudFormation
|
|
781
1276
|
|
782
1277
|
InvalidStateTransitionException.struct_class = Types::InvalidStateTransitionException
|
783
1278
|
|
1279
|
+
JazzLogicalResourceIds.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
|
1280
|
+
|
1281
|
+
JazzResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyKey)
|
1282
|
+
JazzResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: JazzResourceIdentifierPropertyValue)
|
1283
|
+
|
784
1284
|
LimitExceededException.struct_class = Types::LimitExceededException
|
785
1285
|
|
786
1286
|
ListChangeSetsInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
@@ -798,6 +1298,25 @@ module Aws::CloudFormation
|
|
798
1298
|
ListExportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
799
1299
|
ListExportsOutput.struct_class = Types::ListExportsOutput
|
800
1300
|
|
1301
|
+
ListGeneratedTemplatesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1302
|
+
ListGeneratedTemplatesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1303
|
+
ListGeneratedTemplatesInput.struct_class = Types::ListGeneratedTemplatesInput
|
1304
|
+
|
1305
|
+
ListGeneratedTemplatesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: TemplateSummaries, location_name: "Summaries"))
|
1306
|
+
ListGeneratedTemplatesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1307
|
+
ListGeneratedTemplatesOutput.struct_class = Types::ListGeneratedTemplatesOutput
|
1308
|
+
|
1309
|
+
ListHookResultsInput.add_member(:target_type, Shapes::ShapeRef.new(shape: ListHookResultsTargetType, required: true, location_name: "TargetType"))
|
1310
|
+
ListHookResultsInput.add_member(:target_id, Shapes::ShapeRef.new(shape: HookResultId, required: true, location_name: "TargetId"))
|
1311
|
+
ListHookResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1312
|
+
ListHookResultsInput.struct_class = Types::ListHookResultsInput
|
1313
|
+
|
1314
|
+
ListHookResultsOutput.add_member(:target_type, Shapes::ShapeRef.new(shape: ListHookResultsTargetType, location_name: "TargetType"))
|
1315
|
+
ListHookResultsOutput.add_member(:target_id, Shapes::ShapeRef.new(shape: HookResultId, location_name: "TargetId"))
|
1316
|
+
ListHookResultsOutput.add_member(:hook_results, Shapes::ShapeRef.new(shape: HookResultSummaries, location_name: "HookResults"))
|
1317
|
+
ListHookResultsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1318
|
+
ListHookResultsOutput.struct_class = Types::ListHookResultsOutput
|
1319
|
+
|
801
1320
|
ListImportsInput.add_member(:export_name, Shapes::ShapeRef.new(shape: ExportName, required: true, location_name: "ExportName"))
|
802
1321
|
ListImportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
803
1322
|
ListImportsInput.struct_class = Types::ListImportsInput
|
@@ -806,18 +1325,83 @@ module Aws::CloudFormation
|
|
806
1325
|
ListImportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
807
1326
|
ListImportsOutput.struct_class = Types::ListImportsOutput
|
808
1327
|
|
1328
|
+
ListResourceScanRelatedResourcesInput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, required: true, location_name: "ResourceScanId"))
|
1329
|
+
ListResourceScanRelatedResourcesInput.add_member(:resources, Shapes::ShapeRef.new(shape: ScannedResourceIdentifiers, required: true, location_name: "Resources"))
|
1330
|
+
ListResourceScanRelatedResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1331
|
+
ListResourceScanRelatedResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedMaxResults, location_name: "MaxResults"))
|
1332
|
+
ListResourceScanRelatedResourcesInput.struct_class = Types::ListResourceScanRelatedResourcesInput
|
1333
|
+
|
1334
|
+
ListResourceScanRelatedResourcesOutput.add_member(:related_resources, Shapes::ShapeRef.new(shape: RelatedResources, location_name: "RelatedResources"))
|
1335
|
+
ListResourceScanRelatedResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1336
|
+
ListResourceScanRelatedResourcesOutput.struct_class = Types::ListResourceScanRelatedResourcesOutput
|
1337
|
+
|
1338
|
+
ListResourceScanResourcesInput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, required: true, location_name: "ResourceScanId"))
|
1339
|
+
ListResourceScanResourcesInput.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, location_name: "ResourceIdentifier"))
|
1340
|
+
ListResourceScanResourcesInput.add_member(:resource_type_prefix, Shapes::ShapeRef.new(shape: ResourceTypePrefix, location_name: "ResourceTypePrefix"))
|
1341
|
+
ListResourceScanResourcesInput.add_member(:tag_key, Shapes::ShapeRef.new(shape: TagKey, location_name: "TagKey"))
|
1342
|
+
ListResourceScanResourcesInput.add_member(:tag_value, Shapes::ShapeRef.new(shape: TagValue, location_name: "TagValue"))
|
1343
|
+
ListResourceScanResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1344
|
+
ListResourceScanResourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ResourceScannerMaxResults, location_name: "MaxResults"))
|
1345
|
+
ListResourceScanResourcesInput.struct_class = Types::ListResourceScanResourcesInput
|
1346
|
+
|
1347
|
+
ListResourceScanResourcesOutput.add_member(:resources, Shapes::ShapeRef.new(shape: ScannedResources, location_name: "Resources"))
|
1348
|
+
ListResourceScanResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1349
|
+
ListResourceScanResourcesOutput.struct_class = Types::ListResourceScanResourcesOutput
|
1350
|
+
|
1351
|
+
ListResourceScansInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1352
|
+
ListResourceScansInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ResourceScannerMaxResults, location_name: "MaxResults"))
|
1353
|
+
ListResourceScansInput.add_member(:scan_type_filter, Shapes::ShapeRef.new(shape: ScanType, location_name: "ScanTypeFilter"))
|
1354
|
+
ListResourceScansInput.struct_class = Types::ListResourceScansInput
|
1355
|
+
|
1356
|
+
ListResourceScansOutput.add_member(:resource_scan_summaries, Shapes::ShapeRef.new(shape: ResourceScanSummaries, location_name: "ResourceScanSummaries"))
|
1357
|
+
ListResourceScansOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1358
|
+
ListResourceScansOutput.struct_class = Types::ListResourceScansOutput
|
1359
|
+
|
1360
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
1361
|
+
ListStackInstanceResourceDriftsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1362
|
+
ListStackInstanceResourceDriftsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1363
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_instance_resource_drift_statuses, Shapes::ShapeRef.new(shape: StackResourceDriftStatusFilters, location_name: "StackInstanceResourceDriftStatuses"))
|
1364
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, required: true, location_name: "StackInstanceAccount"))
|
1365
|
+
ListStackInstanceResourceDriftsInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "StackInstanceRegion"))
|
1366
|
+
ListStackInstanceResourceDriftsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
1367
|
+
ListStackInstanceResourceDriftsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1368
|
+
ListStackInstanceResourceDriftsInput.struct_class = Types::ListStackInstanceResourceDriftsInput
|
1369
|
+
|
1370
|
+
ListStackInstanceResourceDriftsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceResourceDriftsSummaries, location_name: "Summaries"))
|
1371
|
+
ListStackInstanceResourceDriftsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1372
|
+
ListStackInstanceResourceDriftsOutput.struct_class = Types::ListStackInstanceResourceDriftsOutput
|
1373
|
+
|
809
1374
|
ListStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
810
1375
|
ListStackInstancesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
811
1376
|
ListStackInstancesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
812
1377
|
ListStackInstancesInput.add_member(:filters, Shapes::ShapeRef.new(shape: StackInstanceFilters, location_name: "Filters"))
|
813
1378
|
ListStackInstancesInput.add_member(:stack_instance_account, Shapes::ShapeRef.new(shape: Account, location_name: "StackInstanceAccount"))
|
814
1379
|
ListStackInstancesInput.add_member(:stack_instance_region, Shapes::ShapeRef.new(shape: Region, location_name: "StackInstanceRegion"))
|
1380
|
+
ListStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
815
1381
|
ListStackInstancesInput.struct_class = Types::ListStackInstancesInput
|
816
1382
|
|
817
1383
|
ListStackInstancesOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackInstanceSummaries, location_name: "Summaries"))
|
818
1384
|
ListStackInstancesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
819
1385
|
ListStackInstancesOutput.struct_class = Types::ListStackInstancesOutput
|
820
1386
|
|
1387
|
+
ListStackRefactorActionsInput.add_member(:stack_refactor_id, Shapes::ShapeRef.new(shape: StackRefactorId, required: true, location_name: "StackRefactorId"))
|
1388
|
+
ListStackRefactorActionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1389
|
+
ListStackRefactorActionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1390
|
+
ListStackRefactorActionsInput.struct_class = Types::ListStackRefactorActionsInput
|
1391
|
+
|
1392
|
+
ListStackRefactorActionsOutput.add_member(:stack_refactor_actions, Shapes::ShapeRef.new(shape: StackRefactorActions, required: true, location_name: "StackRefactorActions"))
|
1393
|
+
ListStackRefactorActionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1394
|
+
ListStackRefactorActionsOutput.struct_class = Types::ListStackRefactorActionsOutput
|
1395
|
+
|
1396
|
+
ListStackRefactorsInput.add_member(:execution_status_filter, Shapes::ShapeRef.new(shape: StackRefactorExecutionStatusFilter, location_name: "ExecutionStatusFilter"))
|
1397
|
+
ListStackRefactorsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1398
|
+
ListStackRefactorsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1399
|
+
ListStackRefactorsInput.struct_class = Types::ListStackRefactorsInput
|
1400
|
+
|
1401
|
+
ListStackRefactorsOutput.add_member(:stack_refactor_summaries, Shapes::ShapeRef.new(shape: StackRefactorSummaries, required: true, location_name: "StackRefactorSummaries"))
|
1402
|
+
ListStackRefactorsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1403
|
+
ListStackRefactorsOutput.struct_class = Types::ListStackRefactorsOutput
|
1404
|
+
|
821
1405
|
ListStackResourcesInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
822
1406
|
ListStackResourcesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
823
1407
|
ListStackResourcesInput.struct_class = Types::ListStackResourcesInput
|
@@ -826,10 +1410,22 @@ module Aws::CloudFormation
|
|
826
1410
|
ListStackResourcesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
827
1411
|
ListStackResourcesOutput.struct_class = Types::ListStackResourcesOutput
|
828
1412
|
|
1413
|
+
ListStackSetAutoDeploymentTargetsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
1414
|
+
ListStackSetAutoDeploymentTargetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1415
|
+
ListStackSetAutoDeploymentTargetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1416
|
+
ListStackSetAutoDeploymentTargetsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1417
|
+
ListStackSetAutoDeploymentTargetsInput.struct_class = Types::ListStackSetAutoDeploymentTargetsInput
|
1418
|
+
|
1419
|
+
ListStackSetAutoDeploymentTargetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummaries, location_name: "Summaries"))
|
1420
|
+
ListStackSetAutoDeploymentTargetsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1421
|
+
ListStackSetAutoDeploymentTargetsOutput.struct_class = Types::ListStackSetAutoDeploymentTargetsOutput
|
1422
|
+
|
829
1423
|
ListStackSetOperationResultsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
830
1424
|
ListStackSetOperationResultsInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
831
1425
|
ListStackSetOperationResultsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
832
1426
|
ListStackSetOperationResultsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1427
|
+
ListStackSetOperationResultsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1428
|
+
ListStackSetOperationResultsInput.add_member(:filters, Shapes::ShapeRef.new(shape: OperationResultFilters, location_name: "Filters"))
|
833
1429
|
ListStackSetOperationResultsInput.struct_class = Types::ListStackSetOperationResultsInput
|
834
1430
|
|
835
1431
|
ListStackSetOperationResultsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationResultSummaries, location_name: "Summaries"))
|
@@ -839,6 +1435,7 @@ module Aws::CloudFormation
|
|
839
1435
|
ListStackSetOperationsInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
840
1436
|
ListStackSetOperationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
841
1437
|
ListStackSetOperationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
1438
|
+
ListStackSetOperationsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
842
1439
|
ListStackSetOperationsInput.struct_class = Types::ListStackSetOperationsInput
|
843
1440
|
|
844
1441
|
ListStackSetOperationsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetOperationSummaries, location_name: "Summaries"))
|
@@ -848,6 +1445,7 @@ module Aws::CloudFormation
|
|
848
1445
|
ListStackSetsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
849
1446
|
ListStackSetsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
850
1447
|
ListStackSetsInput.add_member(:status, Shapes::ShapeRef.new(shape: StackSetStatus, location_name: "Status"))
|
1448
|
+
ListStackSetsInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
851
1449
|
ListStackSetsInput.struct_class = Types::ListStackSetsInput
|
852
1450
|
|
853
1451
|
ListStackSetsOutput.add_member(:summaries, Shapes::ShapeRef.new(shape: StackSetSummaries, location_name: "Summaries"))
|
@@ -876,10 +1474,11 @@ module Aws::CloudFormation
|
|
876
1474
|
|
877
1475
|
ListTypeVersionsInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
878
1476
|
ListTypeVersionsInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
879
|
-
ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape:
|
1477
|
+
ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
880
1478
|
ListTypeVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
881
1479
|
ListTypeVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
882
1480
|
ListTypeVersionsInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
1481
|
+
ListTypeVersionsInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
883
1482
|
ListTypeVersionsInput.struct_class = Types::ListTypeVersionsInput
|
884
1483
|
|
885
1484
|
ListTypeVersionsOutput.add_member(:type_version_summaries, Shapes::ShapeRef.new(shape: TypeVersionSummaries, location_name: "TypeVersionSummaries"))
|
@@ -889,6 +1488,8 @@ module Aws::CloudFormation
|
|
889
1488
|
ListTypesInput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
890
1489
|
ListTypesInput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
891
1490
|
ListTypesInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
1491
|
+
ListTypesInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
1492
|
+
ListTypesInput.add_member(:filters, Shapes::ShapeRef.new(shape: TypeFilters, location_name: "Filters"))
|
892
1493
|
ListTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
893
1494
|
ListTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
894
1495
|
ListTypesInput.struct_class = Types::ListTypesInput
|
@@ -903,6 +1504,13 @@ module Aws::CloudFormation
|
|
903
1504
|
|
904
1505
|
LogicalResourceIds.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
|
905
1506
|
|
1507
|
+
ManagedExecution.add_member(:active, Shapes::ShapeRef.new(shape: ManagedExecutionNullable, location_name: "Active"))
|
1508
|
+
ManagedExecution.struct_class = Types::ManagedExecution
|
1509
|
+
|
1510
|
+
ModuleInfo.add_member(:type_hierarchy, Shapes::ShapeRef.new(shape: TypeHierarchy, location_name: "TypeHierarchy"))
|
1511
|
+
ModuleInfo.add_member(:logical_id_hierarchy, Shapes::ShapeRef.new(shape: LogicalIdHierarchy, location_name: "LogicalIdHierarchy"))
|
1512
|
+
ModuleInfo.struct_class = Types::ModuleInfo
|
1513
|
+
|
906
1514
|
NameAlreadyExistsException.struct_class = Types::NameAlreadyExistsException
|
907
1515
|
|
908
1516
|
NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
|
@@ -913,6 +1521,12 @@ module Aws::CloudFormation
|
|
913
1521
|
|
914
1522
|
OperationNotFoundException.struct_class = Types::OperationNotFoundException
|
915
1523
|
|
1524
|
+
OperationResultFilter.add_member(:name, Shapes::ShapeRef.new(shape: OperationResultFilterName, location_name: "Name"))
|
1525
|
+
OperationResultFilter.add_member(:values, Shapes::ShapeRef.new(shape: OperationResultFilterValues, location_name: "Values"))
|
1526
|
+
OperationResultFilter.struct_class = Types::OperationResultFilter
|
1527
|
+
|
1528
|
+
OperationResultFilters.member = Shapes::ShapeRef.new(shape: OperationResultFilter)
|
1529
|
+
|
916
1530
|
OperationStatusCheckFailedException.struct_class = Types::OperationStatusCheckFailedException
|
917
1531
|
|
918
1532
|
OrganizationalUnitIdList.member = Shapes::ShapeRef.new(shape: OrganizationalUnitId)
|
@@ -960,6 +1574,15 @@ module Aws::CloudFormation
|
|
960
1574
|
|
961
1575
|
PropertyDifferences.member = Shapes::ShapeRef.new(shape: PropertyDifference)
|
962
1576
|
|
1577
|
+
PublishTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
1578
|
+
PublishTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
1579
|
+
PublishTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1580
|
+
PublishTypeInput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
1581
|
+
PublishTypeInput.struct_class = Types::PublishTypeInput
|
1582
|
+
|
1583
|
+
PublishTypeOutput.add_member(:public_type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "PublicTypeArn"))
|
1584
|
+
PublishTypeOutput.struct_class = Types::PublishTypeOutput
|
1585
|
+
|
963
1586
|
RecordHandlerProgressInput.add_member(:bearer_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "BearerToken"))
|
964
1587
|
RecordHandlerProgressInput.add_member(:operation_status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "OperationStatus"))
|
965
1588
|
RecordHandlerProgressInput.add_member(:current_operation_status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "CurrentOperationStatus"))
|
@@ -973,6 +1596,13 @@ module Aws::CloudFormation
|
|
973
1596
|
|
974
1597
|
RegionList.member = Shapes::ShapeRef.new(shape: Region)
|
975
1598
|
|
1599
|
+
RegisterPublisherInput.add_member(:accept_terms_and_conditions, Shapes::ShapeRef.new(shape: AcceptTermsAndConditions, location_name: "AcceptTermsAndConditions"))
|
1600
|
+
RegisterPublisherInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
1601
|
+
RegisterPublisherInput.struct_class = Types::RegisterPublisherInput
|
1602
|
+
|
1603
|
+
RegisterPublisherOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1604
|
+
RegisterPublisherOutput.struct_class = Types::RegisterPublisherOutput
|
1605
|
+
|
976
1606
|
RegisterTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
977
1607
|
RegisterTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, required: true, location_name: "TypeName"))
|
978
1608
|
RegisterTypeInput.add_member(:schema_handler_package, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "SchemaHandlerPackage"))
|
@@ -986,6 +1616,17 @@ module Aws::CloudFormation
|
|
986
1616
|
|
987
1617
|
RegistrationTokenList.member = Shapes::ShapeRef.new(shape: RegistrationToken)
|
988
1618
|
|
1619
|
+
RelatedResources.member = Shapes::ShapeRef.new(shape: ScannedResource)
|
1620
|
+
|
1621
|
+
RequiredActivatedType.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
|
1622
|
+
RequiredActivatedType.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
1623
|
+
RequiredActivatedType.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1624
|
+
RequiredActivatedType.add_member(:supported_major_versions, Shapes::ShapeRef.new(shape: SupportedMajorVersions, location_name: "SupportedMajorVersions"))
|
1625
|
+
RequiredActivatedType.struct_class = Types::RequiredActivatedType
|
1626
|
+
|
1627
|
+
RequiredActivatedTypes.member = Shapes::ShapeRef.new(shape: RequiredActivatedType)
|
1628
|
+
|
1629
|
+
ResourceChange.add_member(:policy_action, Shapes::ShapeRef.new(shape: PolicyAction, location_name: "PolicyAction"))
|
989
1630
|
ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
|
990
1631
|
ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
991
1632
|
ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
@@ -993,6 +1634,10 @@ module Aws::CloudFormation
|
|
993
1634
|
ResourceChange.add_member(:replacement, Shapes::ShapeRef.new(shape: Replacement, location_name: "Replacement"))
|
994
1635
|
ResourceChange.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
995
1636
|
ResourceChange.add_member(:details, Shapes::ShapeRef.new(shape: ResourceChangeDetails, location_name: "Details"))
|
1637
|
+
ResourceChange.add_member(:change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "ChangeSetId"))
|
1638
|
+
ResourceChange.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1639
|
+
ResourceChange.add_member(:before_context, Shapes::ShapeRef.new(shape: BeforeContext, location_name: "BeforeContext"))
|
1640
|
+
ResourceChange.add_member(:after_context, Shapes::ShapeRef.new(shape: AfterContext, location_name: "AfterContext"))
|
996
1641
|
ResourceChange.struct_class = Types::ResourceChange
|
997
1642
|
|
998
1643
|
ResourceChangeDetail.add_member(:target, Shapes::ShapeRef.new(shape: ResourceTargetDefinition, location_name: "Target"))
|
@@ -1003,6 +1648,23 @@ module Aws::CloudFormation
|
|
1003
1648
|
|
1004
1649
|
ResourceChangeDetails.member = Shapes::ShapeRef.new(shape: ResourceChangeDetail)
|
1005
1650
|
|
1651
|
+
ResourceDefinition.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
1652
|
+
ResourceDefinition.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
1653
|
+
ResourceDefinition.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifierProperties, required: true, location_name: "ResourceIdentifier"))
|
1654
|
+
ResourceDefinition.struct_class = Types::ResourceDefinition
|
1655
|
+
|
1656
|
+
ResourceDefinitions.member = Shapes::ShapeRef.new(shape: ResourceDefinition)
|
1657
|
+
|
1658
|
+
ResourceDetail.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
1659
|
+
ResourceDetail.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
1660
|
+
ResourceDetail.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifierProperties, location_name: "ResourceIdentifier"))
|
1661
|
+
ResourceDetail.add_member(:resource_status, Shapes::ShapeRef.new(shape: GeneratedTemplateResourceStatus, location_name: "ResourceStatus"))
|
1662
|
+
ResourceDetail.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1663
|
+
ResourceDetail.add_member(:warnings, Shapes::ShapeRef.new(shape: WarningDetails, location_name: "Warnings"))
|
1664
|
+
ResourceDetail.struct_class = Types::ResourceDetail
|
1665
|
+
|
1666
|
+
ResourceDetails.member = Shapes::ShapeRef.new(shape: ResourceDetail)
|
1667
|
+
|
1006
1668
|
ResourceIdentifierProperties.key = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
1007
1669
|
ResourceIdentifierProperties.value = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyValue)
|
1008
1670
|
|
@@ -1015,9 +1677,40 @@ module Aws::CloudFormation
|
|
1015
1677
|
|
1016
1678
|
ResourceIdentifiers.member = Shapes::ShapeRef.new(shape: ResourceIdentifierPropertyKey)
|
1017
1679
|
|
1680
|
+
ResourceLocation.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
1681
|
+
ResourceLocation.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
|
1682
|
+
ResourceLocation.struct_class = Types::ResourceLocation
|
1683
|
+
|
1684
|
+
ResourceMapping.add_member(:source, Shapes::ShapeRef.new(shape: ResourceLocation, required: true, location_name: "Source"))
|
1685
|
+
ResourceMapping.add_member(:destination, Shapes::ShapeRef.new(shape: ResourceLocation, required: true, location_name: "Destination"))
|
1686
|
+
ResourceMapping.struct_class = Types::ResourceMapping
|
1687
|
+
|
1688
|
+
ResourceMappings.member = Shapes::ShapeRef.new(shape: ResourceMapping)
|
1689
|
+
|
1690
|
+
ResourceScanInProgressException.struct_class = Types::ResourceScanInProgressException
|
1691
|
+
|
1692
|
+
ResourceScanLimitExceededException.struct_class = Types::ResourceScanLimitExceededException
|
1693
|
+
|
1694
|
+
ResourceScanNotFoundException.struct_class = Types::ResourceScanNotFoundException
|
1695
|
+
|
1696
|
+
ResourceScanSummaries.member = Shapes::ShapeRef.new(shape: ResourceScanSummary)
|
1697
|
+
|
1698
|
+
ResourceScanSummary.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, location_name: "ResourceScanId"))
|
1699
|
+
ResourceScanSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceScanStatus, location_name: "Status"))
|
1700
|
+
ResourceScanSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: ResourceScanStatusReason, location_name: "StatusReason"))
|
1701
|
+
ResourceScanSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
1702
|
+
ResourceScanSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
1703
|
+
ResourceScanSummary.add_member(:percentage_completed, Shapes::ShapeRef.new(shape: PercentageCompleted, location_name: "PercentageCompleted"))
|
1704
|
+
ResourceScanSummary.add_member(:scan_type, Shapes::ShapeRef.new(shape: ScanType, location_name: "ScanType"))
|
1705
|
+
ResourceScanSummary.struct_class = Types::ResourceScanSummary
|
1706
|
+
|
1018
1707
|
ResourceTargetDefinition.add_member(:attribute, Shapes::ShapeRef.new(shape: ResourceAttribute, location_name: "Attribute"))
|
1019
1708
|
ResourceTargetDefinition.add_member(:name, Shapes::ShapeRef.new(shape: PropertyName, location_name: "Name"))
|
1020
1709
|
ResourceTargetDefinition.add_member(:requires_recreation, Shapes::ShapeRef.new(shape: RequiresRecreation, location_name: "RequiresRecreation"))
|
1710
|
+
ResourceTargetDefinition.add_member(:path, Shapes::ShapeRef.new(shape: ResourcePropertyPath, location_name: "Path"))
|
1711
|
+
ResourceTargetDefinition.add_member(:before_value, Shapes::ShapeRef.new(shape: BeforeValue, location_name: "BeforeValue"))
|
1712
|
+
ResourceTargetDefinition.add_member(:after_value, Shapes::ShapeRef.new(shape: AfterValue, location_name: "AfterValue"))
|
1713
|
+
ResourceTargetDefinition.add_member(:attribute_change_type, Shapes::ShapeRef.new(shape: AttributeChangeType, location_name: "AttributeChangeType"))
|
1021
1714
|
ResourceTargetDefinition.struct_class = Types::ResourceTargetDefinition
|
1022
1715
|
|
1023
1716
|
ResourceToImport.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
@@ -1025,6 +1718,8 @@ module Aws::CloudFormation
|
|
1025
1718
|
ResourceToImport.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifierProperties, required: true, location_name: "ResourceIdentifier"))
|
1026
1719
|
ResourceToImport.struct_class = Types::ResourceToImport
|
1027
1720
|
|
1721
|
+
ResourceTypeFilters.member = Shapes::ShapeRef.new(shape: ResourceTypeFilter)
|
1722
|
+
|
1028
1723
|
ResourceTypes.member = Shapes::ShapeRef.new(shape: ResourceType)
|
1029
1724
|
|
1030
1725
|
ResourcesToImport.member = Shapes::ShapeRef.new(shape: ResourceToImport)
|
@@ -1037,12 +1732,39 @@ module Aws::CloudFormation
|
|
1037
1732
|
RollbackConfiguration.add_member(:monitoring_time_in_minutes, Shapes::ShapeRef.new(shape: MonitoringTimeInMinutes, location_name: "MonitoringTimeInMinutes"))
|
1038
1733
|
RollbackConfiguration.struct_class = Types::RollbackConfiguration
|
1039
1734
|
|
1735
|
+
RollbackStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
|
1736
|
+
RollbackStackInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
1737
|
+
RollbackStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
1738
|
+
RollbackStackInput.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
1739
|
+
RollbackStackInput.struct_class = Types::RollbackStackInput
|
1740
|
+
|
1741
|
+
RollbackStackOutput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
1742
|
+
RollbackStackOutput.struct_class = Types::RollbackStackOutput
|
1743
|
+
|
1040
1744
|
RollbackTrigger.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
|
1041
1745
|
RollbackTrigger.add_member(:type, Shapes::ShapeRef.new(shape: Type, required: true, location_name: "Type"))
|
1042
1746
|
RollbackTrigger.struct_class = Types::RollbackTrigger
|
1043
1747
|
|
1044
1748
|
RollbackTriggers.member = Shapes::ShapeRef.new(shape: RollbackTrigger)
|
1045
1749
|
|
1750
|
+
ScanFilter.add_member(:types, Shapes::ShapeRef.new(shape: ResourceTypeFilters, location_name: "Types"))
|
1751
|
+
ScanFilter.struct_class = Types::ScanFilter
|
1752
|
+
|
1753
|
+
ScanFilters.member = Shapes::ShapeRef.new(shape: ScanFilter)
|
1754
|
+
|
1755
|
+
ScannedResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
|
1756
|
+
ScannedResource.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: JazzResourceIdentifierProperties, location_name: "ResourceIdentifier"))
|
1757
|
+
ScannedResource.add_member(:managed_by_stack, Shapes::ShapeRef.new(shape: ManagedByStack, location_name: "ManagedByStack"))
|
1758
|
+
ScannedResource.struct_class = Types::ScannedResource
|
1759
|
+
|
1760
|
+
ScannedResourceIdentifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
1761
|
+
ScannedResourceIdentifier.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: JazzResourceIdentifierProperties, required: true, location_name: "ResourceIdentifier"))
|
1762
|
+
ScannedResourceIdentifier.struct_class = Types::ScannedResourceIdentifier
|
1763
|
+
|
1764
|
+
ScannedResourceIdentifiers.member = Shapes::ShapeRef.new(shape: ScannedResourceIdentifier)
|
1765
|
+
|
1766
|
+
ScannedResources.member = Shapes::ShapeRef.new(shape: ScannedResource)
|
1767
|
+
|
1046
1768
|
Scope.member = Shapes::ShapeRef.new(shape: ResourceAttribute)
|
1047
1769
|
|
1048
1770
|
SetStackPolicyInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
@@ -1050,6 +1772,16 @@ module Aws::CloudFormation
|
|
1050
1772
|
SetStackPolicyInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
|
1051
1773
|
SetStackPolicyInput.struct_class = Types::SetStackPolicyInput
|
1052
1774
|
|
1775
|
+
SetTypeConfigurationInput.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
1776
|
+
SetTypeConfigurationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TypeConfiguration, required: true, location_name: "Configuration"))
|
1777
|
+
SetTypeConfigurationInput.add_member(:configuration_alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "ConfigurationAlias"))
|
1778
|
+
SetTypeConfigurationInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1779
|
+
SetTypeConfigurationInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
1780
|
+
SetTypeConfigurationInput.struct_class = Types::SetTypeConfigurationInput
|
1781
|
+
|
1782
|
+
SetTypeConfigurationOutput.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "ConfigurationArn"))
|
1783
|
+
SetTypeConfigurationOutput.struct_class = Types::SetTypeConfigurationOutput
|
1784
|
+
|
1053
1785
|
SetTypeDefaultVersionInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
1054
1786
|
SetTypeDefaultVersionInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
1055
1787
|
SetTypeDefaultVersionInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
@@ -1086,8 +1818,18 @@ module Aws::CloudFormation
|
|
1086
1818
|
Stack.add_member(:parent_id, Shapes::ShapeRef.new(shape: StackId, location_name: "ParentId"))
|
1087
1819
|
Stack.add_member(:root_id, Shapes::ShapeRef.new(shape: StackId, location_name: "RootId"))
|
1088
1820
|
Stack.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackDriftInformation, location_name: "DriftInformation"))
|
1821
|
+
Stack.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
1822
|
+
Stack.add_member(:deletion_mode, Shapes::ShapeRef.new(shape: DeletionMode, location_name: "DeletionMode"))
|
1823
|
+
Stack.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
1089
1824
|
Stack.struct_class = Types::Stack
|
1090
1825
|
|
1826
|
+
StackDefinition.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
1827
|
+
StackDefinition.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
1828
|
+
StackDefinition.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
1829
|
+
StackDefinition.struct_class = Types::StackDefinition
|
1830
|
+
|
1831
|
+
StackDefinitions.member = Shapes::ShapeRef.new(shape: StackDefinition)
|
1832
|
+
|
1091
1833
|
StackDriftInformation.add_member(:stack_drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, required: true, location_name: "StackDriftStatus"))
|
1092
1834
|
StackDriftInformation.add_member(:last_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastCheckTimestamp"))
|
1093
1835
|
StackDriftInformation.struct_class = Types::StackDriftInformation
|
@@ -1107,10 +1849,20 @@ module Aws::CloudFormation
|
|
1107
1849
|
StackEvent.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1108
1850
|
StackEvent.add_member(:resource_properties, Shapes::ShapeRef.new(shape: ResourceProperties, location_name: "ResourceProperties"))
|
1109
1851
|
StackEvent.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
1852
|
+
StackEvent.add_member(:hook_type, Shapes::ShapeRef.new(shape: HookType, location_name: "HookType"))
|
1853
|
+
StackEvent.add_member(:hook_status, Shapes::ShapeRef.new(shape: HookStatus, location_name: "HookStatus"))
|
1854
|
+
StackEvent.add_member(:hook_status_reason, Shapes::ShapeRef.new(shape: HookStatusReason, location_name: "HookStatusReason"))
|
1855
|
+
StackEvent.add_member(:hook_invocation_point, Shapes::ShapeRef.new(shape: HookInvocationPoint, location_name: "HookInvocationPoint"))
|
1856
|
+
StackEvent.add_member(:hook_failure_mode, Shapes::ShapeRef.new(shape: HookFailureMode, location_name: "HookFailureMode"))
|
1857
|
+
StackEvent.add_member(:detailed_status, Shapes::ShapeRef.new(shape: DetailedStatus, location_name: "DetailedStatus"))
|
1110
1858
|
StackEvent.struct_class = Types::StackEvent
|
1111
1859
|
|
1112
1860
|
StackEvents.member = Shapes::ShapeRef.new(shape: StackEvent)
|
1113
1861
|
|
1862
|
+
StackIdList.member = Shapes::ShapeRef.new(shape: StackId)
|
1863
|
+
|
1864
|
+
StackIds.member = Shapes::ShapeRef.new(shape: StackId)
|
1865
|
+
|
1114
1866
|
StackInstance.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
|
1115
1867
|
StackInstance.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
|
1116
1868
|
StackInstance.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
|
@@ -1122,6 +1874,7 @@ module Aws::CloudFormation
|
|
1122
1874
|
StackInstance.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
|
1123
1875
|
StackInstance.add_member(:drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, location_name: "DriftStatus"))
|
1124
1876
|
StackInstance.add_member(:last_drift_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastDriftCheckTimestamp"))
|
1877
|
+
StackInstance.add_member(:last_operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "LastOperationId"))
|
1125
1878
|
StackInstance.struct_class = Types::StackInstance
|
1126
1879
|
|
1127
1880
|
StackInstanceComprehensiveStatus.add_member(:detailed_status, Shapes::ShapeRef.new(shape: StackInstanceDetailedStatus, location_name: "DetailedStatus"))
|
@@ -1135,6 +1888,18 @@ module Aws::CloudFormation
|
|
1135
1888
|
|
1136
1889
|
StackInstanceNotFoundException.struct_class = Types::StackInstanceNotFoundException
|
1137
1890
|
|
1891
|
+
StackInstanceResourceDriftsSummaries.member = Shapes::ShapeRef.new(shape: StackInstanceResourceDriftsSummary)
|
1892
|
+
|
1893
|
+
StackInstanceResourceDriftsSummary.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
1894
|
+
StackInstanceResourceDriftsSummary.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
|
1895
|
+
StackInstanceResourceDriftsSummary.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
1896
|
+
StackInstanceResourceDriftsSummary.add_member(:physical_resource_id_context, Shapes::ShapeRef.new(shape: PhysicalResourceIdContext, location_name: "PhysicalResourceIdContext"))
|
1897
|
+
StackInstanceResourceDriftsSummary.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
1898
|
+
StackInstanceResourceDriftsSummary.add_member(:property_differences, Shapes::ShapeRef.new(shape: PropertyDifferences, location_name: "PropertyDifferences"))
|
1899
|
+
StackInstanceResourceDriftsSummary.add_member(:stack_resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, required: true, location_name: "StackResourceDriftStatus"))
|
1900
|
+
StackInstanceResourceDriftsSummary.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
1901
|
+
StackInstanceResourceDriftsSummary.struct_class = Types::StackInstanceResourceDriftsSummary
|
1902
|
+
|
1138
1903
|
StackInstanceSummaries.member = Shapes::ShapeRef.new(shape: StackInstanceSummary)
|
1139
1904
|
|
1140
1905
|
StackInstanceSummary.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
|
@@ -1147,8 +1912,43 @@ module Aws::CloudFormation
|
|
1147
1912
|
StackInstanceSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
|
1148
1913
|
StackInstanceSummary.add_member(:drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, location_name: "DriftStatus"))
|
1149
1914
|
StackInstanceSummary.add_member(:last_drift_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastDriftCheckTimestamp"))
|
1915
|
+
StackInstanceSummary.add_member(:last_operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "LastOperationId"))
|
1150
1916
|
StackInstanceSummary.struct_class = Types::StackInstanceSummary
|
1151
1917
|
|
1918
|
+
StackNotFoundException.struct_class = Types::StackNotFoundException
|
1919
|
+
|
1920
|
+
StackRefactorAction.add_member(:action, Shapes::ShapeRef.new(shape: StackRefactorActionType, location_name: "Action"))
|
1921
|
+
StackRefactorAction.add_member(:entity, Shapes::ShapeRef.new(shape: StackRefactorActionEntity, location_name: "Entity"))
|
1922
|
+
StackRefactorAction.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
1923
|
+
StackRefactorAction.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: StackRefactorResourceIdentifier, location_name: "ResourceIdentifier"))
|
1924
|
+
StackRefactorAction.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1925
|
+
StackRefactorAction.add_member(:detection, Shapes::ShapeRef.new(shape: StackRefactorDetection, location_name: "Detection"))
|
1926
|
+
StackRefactorAction.add_member(:detection_reason, Shapes::ShapeRef.new(shape: DetectionReason, location_name: "DetectionReason"))
|
1927
|
+
StackRefactorAction.add_member(:tag_resources, Shapes::ShapeRef.new(shape: StackRefactorTagResources, location_name: "TagResources"))
|
1928
|
+
StackRefactorAction.add_member(:untag_resources, Shapes::ShapeRef.new(shape: StackRefactorUntagResources, location_name: "UntagResources"))
|
1929
|
+
StackRefactorAction.add_member(:resource_mapping, Shapes::ShapeRef.new(shape: ResourceMapping, location_name: "ResourceMapping"))
|
1930
|
+
StackRefactorAction.struct_class = Types::StackRefactorAction
|
1931
|
+
|
1932
|
+
StackRefactorActions.member = Shapes::ShapeRef.new(shape: StackRefactorAction)
|
1933
|
+
|
1934
|
+
StackRefactorExecutionStatusFilter.member = Shapes::ShapeRef.new(shape: StackRefactorExecutionStatus)
|
1935
|
+
|
1936
|
+
StackRefactorNotFoundException.struct_class = Types::StackRefactorNotFoundException
|
1937
|
+
|
1938
|
+
StackRefactorSummaries.member = Shapes::ShapeRef.new(shape: StackRefactorSummary)
|
1939
|
+
|
1940
|
+
StackRefactorSummary.add_member(:stack_refactor_id, Shapes::ShapeRef.new(shape: StackRefactorId, location_name: "StackRefactorId"))
|
1941
|
+
StackRefactorSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1942
|
+
StackRefactorSummary.add_member(:execution_status, Shapes::ShapeRef.new(shape: StackRefactorExecutionStatus, location_name: "ExecutionStatus"))
|
1943
|
+
StackRefactorSummary.add_member(:execution_status_reason, Shapes::ShapeRef.new(shape: ExecutionStatusReason, location_name: "ExecutionStatusReason"))
|
1944
|
+
StackRefactorSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackRefactorStatus, location_name: "Status"))
|
1945
|
+
StackRefactorSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackRefactorStatusReason, location_name: "StatusReason"))
|
1946
|
+
StackRefactorSummary.struct_class = Types::StackRefactorSummary
|
1947
|
+
|
1948
|
+
StackRefactorTagResources.member = Shapes::ShapeRef.new(shape: Tag)
|
1949
|
+
|
1950
|
+
StackRefactorUntagResources.member = Shapes::ShapeRef.new(shape: TagKey)
|
1951
|
+
|
1152
1952
|
StackResource.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
1153
1953
|
StackResource.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
1154
1954
|
StackResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
|
@@ -1159,6 +1959,7 @@ module Aws::CloudFormation
|
|
1159
1959
|
StackResource.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1160
1960
|
StackResource.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1161
1961
|
StackResource.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackResourceDriftInformation, location_name: "DriftInformation"))
|
1962
|
+
StackResource.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1162
1963
|
StackResource.struct_class = Types::StackResource
|
1163
1964
|
|
1164
1965
|
StackResourceDetail.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
@@ -1172,6 +1973,7 @@ module Aws::CloudFormation
|
|
1172
1973
|
StackResourceDetail.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1173
1974
|
StackResourceDetail.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
|
1174
1975
|
StackResourceDetail.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackResourceDriftInformation, location_name: "DriftInformation"))
|
1976
|
+
StackResourceDetail.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1175
1977
|
StackResourceDetail.struct_class = Types::StackResourceDetail
|
1176
1978
|
|
1177
1979
|
StackResourceDrift.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, required: true, location_name: "StackId"))
|
@@ -1184,6 +1986,7 @@ module Aws::CloudFormation
|
|
1184
1986
|
StackResourceDrift.add_member(:property_differences, Shapes::ShapeRef.new(shape: PropertyDifferences, location_name: "PropertyDifferences"))
|
1185
1987
|
StackResourceDrift.add_member(:stack_resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, required: true, location_name: "StackResourceDriftStatus"))
|
1186
1988
|
StackResourceDrift.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "Timestamp"))
|
1989
|
+
StackResourceDrift.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1187
1990
|
StackResourceDrift.struct_class = Types::StackResourceDrift
|
1188
1991
|
|
1189
1992
|
StackResourceDriftInformation.add_member(:stack_resource_drift_status, Shapes::ShapeRef.new(shape: StackResourceDriftStatus, required: true, location_name: "StackResourceDriftStatus"))
|
@@ -1207,6 +2010,7 @@ module Aws::CloudFormation
|
|
1207
2010
|
StackResourceSummary.add_member(:resource_status, Shapes::ShapeRef.new(shape: ResourceStatus, required: true, location_name: "ResourceStatus"))
|
1208
2011
|
StackResourceSummary.add_member(:resource_status_reason, Shapes::ShapeRef.new(shape: ResourceStatusReason, location_name: "ResourceStatusReason"))
|
1209
2012
|
StackResourceSummary.add_member(:drift_information, Shapes::ShapeRef.new(shape: StackResourceDriftInformationSummary, location_name: "DriftInformation"))
|
2013
|
+
StackResourceSummary.add_member(:module_info, Shapes::ShapeRef.new(shape: ModuleInfo, location_name: "ModuleInfo"))
|
1210
2014
|
StackResourceSummary.struct_class = Types::StackResourceSummary
|
1211
2015
|
|
1212
2016
|
StackResources.member = Shapes::ShapeRef.new(shape: StackResource)
|
@@ -1226,8 +2030,16 @@ module Aws::CloudFormation
|
|
1226
2030
|
StackSet.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
|
1227
2031
|
StackSet.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
1228
2032
|
StackSet.add_member(:organizational_unit_ids, Shapes::ShapeRef.new(shape: OrganizationalUnitIdList, location_name: "OrganizationalUnitIds"))
|
2033
|
+
StackSet.add_member(:managed_execution, Shapes::ShapeRef.new(shape: ManagedExecution, location_name: "ManagedExecution"))
|
2034
|
+
StackSet.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
1229
2035
|
StackSet.struct_class = Types::StackSet
|
1230
2036
|
|
2037
|
+
StackSetAutoDeploymentTargetSummaries.member = Shapes::ShapeRef.new(shape: StackSetAutoDeploymentTargetSummary)
|
2038
|
+
|
2039
|
+
StackSetAutoDeploymentTargetSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
|
2040
|
+
StackSetAutoDeploymentTargetSummary.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
2041
|
+
StackSetAutoDeploymentTargetSummary.struct_class = Types::StackSetAutoDeploymentTargetSummary
|
2042
|
+
|
1231
2043
|
StackSetDriftDetectionDetails.add_member(:drift_status, Shapes::ShapeRef.new(shape: StackSetDriftStatus, location_name: "DriftStatus"))
|
1232
2044
|
StackSetDriftDetectionDetails.add_member(:drift_detection_status, Shapes::ShapeRef.new(shape: StackSetDriftDetectionStatus, location_name: "DriftDetectionStatus"))
|
1233
2045
|
StackSetDriftDetectionDetails.add_member(:last_drift_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastDriftCheckTimestamp"))
|
@@ -1254,13 +2066,17 @@ module Aws::CloudFormation
|
|
1254
2066
|
StackSetOperation.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
|
1255
2067
|
StackSetOperation.add_member(:deployment_targets, Shapes::ShapeRef.new(shape: DeploymentTargets, location_name: "DeploymentTargets"))
|
1256
2068
|
StackSetOperation.add_member(:stack_set_drift_detection_details, Shapes::ShapeRef.new(shape: StackSetDriftDetectionDetails, location_name: "StackSetDriftDetectionDetails"))
|
2069
|
+
StackSetOperation.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackSetOperationStatusReason, location_name: "StatusReason"))
|
2070
|
+
StackSetOperation.add_member(:status_details, Shapes::ShapeRef.new(shape: StackSetOperationStatusDetails, location_name: "StatusDetails"))
|
1257
2071
|
StackSetOperation.struct_class = Types::StackSetOperation
|
1258
2072
|
|
2073
|
+
StackSetOperationPreferences.add_member(:region_concurrency_type, Shapes::ShapeRef.new(shape: RegionConcurrencyType, location_name: "RegionConcurrencyType"))
|
1259
2074
|
StackSetOperationPreferences.add_member(:region_order, Shapes::ShapeRef.new(shape: RegionList, location_name: "RegionOrder"))
|
1260
2075
|
StackSetOperationPreferences.add_member(:failure_tolerance_count, Shapes::ShapeRef.new(shape: FailureToleranceCount, location_name: "FailureToleranceCount"))
|
1261
2076
|
StackSetOperationPreferences.add_member(:failure_tolerance_percentage, Shapes::ShapeRef.new(shape: FailureTolerancePercentage, location_name: "FailureTolerancePercentage"))
|
1262
2077
|
StackSetOperationPreferences.add_member(:max_concurrent_count, Shapes::ShapeRef.new(shape: MaxConcurrentCount, location_name: "MaxConcurrentCount"))
|
1263
2078
|
StackSetOperationPreferences.add_member(:max_concurrent_percentage, Shapes::ShapeRef.new(shape: MaxConcurrentPercentage, location_name: "MaxConcurrentPercentage"))
|
2079
|
+
StackSetOperationPreferences.add_member(:concurrency_mode, Shapes::ShapeRef.new(shape: ConcurrencyMode, location_name: "ConcurrencyMode"))
|
1264
2080
|
StackSetOperationPreferences.struct_class = Types::StackSetOperationPreferences
|
1265
2081
|
|
1266
2082
|
StackSetOperationResultSummaries.member = Shapes::ShapeRef.new(shape: StackSetOperationResultSummary)
|
@@ -1273,6 +2089,9 @@ module Aws::CloudFormation
|
|
1273
2089
|
StackSetOperationResultSummary.add_member(:organizational_unit_id, Shapes::ShapeRef.new(shape: OrganizationalUnitId, location_name: "OrganizationalUnitId"))
|
1274
2090
|
StackSetOperationResultSummary.struct_class = Types::StackSetOperationResultSummary
|
1275
2091
|
|
2092
|
+
StackSetOperationStatusDetails.add_member(:failed_stack_instances_count, Shapes::ShapeRef.new(shape: FailedStackInstancesCount, location_name: "FailedStackInstancesCount"))
|
2093
|
+
StackSetOperationStatusDetails.struct_class = Types::StackSetOperationStatusDetails
|
2094
|
+
|
1276
2095
|
StackSetOperationSummaries.member = Shapes::ShapeRef.new(shape: StackSetOperationSummary)
|
1277
2096
|
|
1278
2097
|
StackSetOperationSummary.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -1280,6 +2099,9 @@ module Aws::CloudFormation
|
|
1280
2099
|
StackSetOperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: StackSetOperationStatus, location_name: "Status"))
|
1281
2100
|
StackSetOperationSummary.add_member(:creation_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimestamp"))
|
1282
2101
|
StackSetOperationSummary.add_member(:end_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimestamp"))
|
2102
|
+
StackSetOperationSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: StackSetOperationStatusReason, location_name: "StatusReason"))
|
2103
|
+
StackSetOperationSummary.add_member(:status_details, Shapes::ShapeRef.new(shape: StackSetOperationStatusDetails, location_name: "StatusDetails"))
|
2104
|
+
StackSetOperationSummary.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1283
2105
|
StackSetOperationSummary.struct_class = Types::StackSetOperationSummary
|
1284
2106
|
|
1285
2107
|
StackSetSummaries.member = Shapes::ShapeRef.new(shape: StackSetSummary)
|
@@ -1292,6 +2114,7 @@ module Aws::CloudFormation
|
|
1292
2114
|
StackSetSummary.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
1293
2115
|
StackSetSummary.add_member(:drift_status, Shapes::ShapeRef.new(shape: StackDriftStatus, location_name: "DriftStatus"))
|
1294
2116
|
StackSetSummary.add_member(:last_drift_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastDriftCheckTimestamp"))
|
2117
|
+
StackSetSummary.add_member(:managed_execution, Shapes::ShapeRef.new(shape: ManagedExecution, location_name: "ManagedExecution"))
|
1295
2118
|
StackSetSummary.struct_class = Types::StackSetSummary
|
1296
2119
|
|
1297
2120
|
StackStatusFilter.member = Shapes::ShapeRef.new(shape: StackStatus)
|
@@ -1317,18 +2140,32 @@ module Aws::CloudFormation
|
|
1317
2140
|
|
1318
2141
|
StaleRequestException.struct_class = Types::StaleRequestException
|
1319
2142
|
|
2143
|
+
StartResourceScanInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
2144
|
+
StartResourceScanInput.add_member(:scan_filters, Shapes::ShapeRef.new(shape: ScanFilters, location_name: "ScanFilters"))
|
2145
|
+
StartResourceScanInput.struct_class = Types::StartResourceScanInput
|
2146
|
+
|
2147
|
+
StartResourceScanOutput.add_member(:resource_scan_id, Shapes::ShapeRef.new(shape: ResourceScanId, location_name: "ResourceScanId"))
|
2148
|
+
StartResourceScanOutput.struct_class = Types::StartResourceScanOutput
|
2149
|
+
|
1320
2150
|
StopStackSetOperationInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetName, required: true, location_name: "StackSetName"))
|
1321
2151
|
StopStackSetOperationInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "OperationId"))
|
2152
|
+
StopStackSetOperationInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1322
2153
|
StopStackSetOperationInput.struct_class = Types::StopStackSetOperationInput
|
1323
2154
|
|
1324
2155
|
StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
|
1325
2156
|
|
2157
|
+
SupportedMajorVersions.member = Shapes::ShapeRef.new(shape: SupportedMajorVersion)
|
2158
|
+
|
1326
2159
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
1327
2160
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
1328
2161
|
Tag.struct_class = Types::Tag
|
1329
2162
|
|
1330
2163
|
Tags.member = Shapes::ShapeRef.new(shape: Tag)
|
1331
2164
|
|
2165
|
+
TemplateConfiguration.add_member(:deletion_policy, Shapes::ShapeRef.new(shape: GeneratedTemplateDeletionPolicy, location_name: "DeletionPolicy"))
|
2166
|
+
TemplateConfiguration.add_member(:update_replace_policy, Shapes::ShapeRef.new(shape: GeneratedTemplateUpdateReplacePolicy, location_name: "UpdateReplacePolicy"))
|
2167
|
+
TemplateConfiguration.struct_class = Types::TemplateConfiguration
|
2168
|
+
|
1332
2169
|
TemplateParameter.add_member(:parameter_key, Shapes::ShapeRef.new(shape: ParameterKey, location_name: "ParameterKey"))
|
1333
2170
|
TemplateParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: ParameterValue, location_name: "DefaultValue"))
|
1334
2171
|
TemplateParameter.add_member(:no_echo, Shapes::ShapeRef.new(shape: NoEcho, location_name: "NoEcho"))
|
@@ -1337,10 +2174,67 @@ module Aws::CloudFormation
|
|
1337
2174
|
|
1338
2175
|
TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
|
1339
2176
|
|
2177
|
+
TemplateProgress.add_member(:resources_succeeded, Shapes::ShapeRef.new(shape: ResourcesSucceeded, location_name: "ResourcesSucceeded"))
|
2178
|
+
TemplateProgress.add_member(:resources_failed, Shapes::ShapeRef.new(shape: ResourcesFailed, location_name: "ResourcesFailed"))
|
2179
|
+
TemplateProgress.add_member(:resources_processing, Shapes::ShapeRef.new(shape: ResourcesProcessing, location_name: "ResourcesProcessing"))
|
2180
|
+
TemplateProgress.add_member(:resources_pending, Shapes::ShapeRef.new(shape: ResourcesPending, location_name: "ResourcesPending"))
|
2181
|
+
TemplateProgress.struct_class = Types::TemplateProgress
|
2182
|
+
|
2183
|
+
TemplateSummaries.member = Shapes::ShapeRef.new(shape: TemplateSummary)
|
2184
|
+
|
2185
|
+
TemplateSummary.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
2186
|
+
TemplateSummary.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, location_name: "GeneratedTemplateName"))
|
2187
|
+
TemplateSummary.add_member(:status, Shapes::ShapeRef.new(shape: GeneratedTemplateStatus, location_name: "Status"))
|
2188
|
+
TemplateSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: TemplateStatusReason, location_name: "StatusReason"))
|
2189
|
+
TemplateSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
2190
|
+
TemplateSummary.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: LastUpdatedTime, location_name: "LastUpdatedTime"))
|
2191
|
+
TemplateSummary.add_member(:number_of_resources, Shapes::ShapeRef.new(shape: NumberOfResources, location_name: "NumberOfResources"))
|
2192
|
+
TemplateSummary.struct_class = Types::TemplateSummary
|
2193
|
+
|
2194
|
+
TemplateSummaryConfig.add_member(:treat_unrecognized_resource_types_as_warnings, Shapes::ShapeRef.new(shape: TreatUnrecognizedResourceTypesAsWarnings, location_name: "TreatUnrecognizedResourceTypesAsWarnings"))
|
2195
|
+
TemplateSummaryConfig.struct_class = Types::TemplateSummaryConfig
|
2196
|
+
|
2197
|
+
TestTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
2198
|
+
TestTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
2199
|
+
TestTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
2200
|
+
TestTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
|
2201
|
+
TestTypeInput.add_member(:log_delivery_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "LogDeliveryBucket"))
|
2202
|
+
TestTypeInput.struct_class = Types::TestTypeInput
|
2203
|
+
|
2204
|
+
TestTypeOutput.add_member(:type_version_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeVersionArn"))
|
2205
|
+
TestTypeOutput.struct_class = Types::TestTypeOutput
|
2206
|
+
|
1340
2207
|
TokenAlreadyExistsException.struct_class = Types::TokenAlreadyExistsException
|
1341
2208
|
|
1342
2209
|
TransformsList.member = Shapes::ShapeRef.new(shape: TransformName)
|
1343
2210
|
|
2211
|
+
TypeConfigurationDetails.add_member(:arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "Arn"))
|
2212
|
+
TypeConfigurationDetails.add_member(:alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "Alias"))
|
2213
|
+
TypeConfigurationDetails.add_member(:configuration, Shapes::ShapeRef.new(shape: TypeConfiguration, location_name: "Configuration"))
|
2214
|
+
TypeConfigurationDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
2215
|
+
TypeConfigurationDetails.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
2216
|
+
TypeConfigurationDetails.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
2217
|
+
TypeConfigurationDetails.add_member(:is_default_configuration, Shapes::ShapeRef.new(shape: IsDefaultConfiguration, location_name: "IsDefaultConfiguration"))
|
2218
|
+
TypeConfigurationDetails.struct_class = Types::TypeConfigurationDetails
|
2219
|
+
|
2220
|
+
TypeConfigurationDetailsList.member = Shapes::ShapeRef.new(shape: TypeConfigurationDetails)
|
2221
|
+
|
2222
|
+
TypeConfigurationIdentifier.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
2223
|
+
TypeConfigurationIdentifier.add_member(:type_configuration_alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "TypeConfigurationAlias"))
|
2224
|
+
TypeConfigurationIdentifier.add_member(:type_configuration_arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "TypeConfigurationArn"))
|
2225
|
+
TypeConfigurationIdentifier.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
2226
|
+
TypeConfigurationIdentifier.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
2227
|
+
TypeConfigurationIdentifier.struct_class = Types::TypeConfigurationIdentifier
|
2228
|
+
|
2229
|
+
TypeConfigurationIdentifiers.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
|
2230
|
+
|
2231
|
+
TypeConfigurationNotFoundException.struct_class = Types::TypeConfigurationNotFoundException
|
2232
|
+
|
2233
|
+
TypeFilters.add_member(:category, Shapes::ShapeRef.new(shape: Category, location_name: "Category"))
|
2234
|
+
TypeFilters.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
2235
|
+
TypeFilters.add_member(:type_name_prefix, Shapes::ShapeRef.new(shape: TypeNamePrefix, location_name: "TypeNamePrefix"))
|
2236
|
+
TypeFilters.struct_class = Types::TypeFilters
|
2237
|
+
|
1344
2238
|
TypeNotFoundException.struct_class = Types::TypeNotFoundException
|
1345
2239
|
|
1346
2240
|
TypeSummaries.member = Shapes::ShapeRef.new(shape: TypeSummary)
|
@@ -1351,6 +2245,13 @@ module Aws::CloudFormation
|
|
1351
2245
|
TypeSummary.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
1352
2246
|
TypeSummary.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
1353
2247
|
TypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2248
|
+
TypeSummary.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
2249
|
+
TypeSummary.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
2250
|
+
TypeSummary.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
2251
|
+
TypeSummary.add_member(:latest_public_version, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "LatestPublicVersion"))
|
2252
|
+
TypeSummary.add_member(:publisher_identity, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "PublisherIdentity"))
|
2253
|
+
TypeSummary.add_member(:publisher_name, Shapes::ShapeRef.new(shape: PublisherName, location_name: "PublisherName"))
|
2254
|
+
TypeSummary.add_member(:is_activated, Shapes::ShapeRef.new(shape: IsActivated, location_name: "IsActivated"))
|
1354
2255
|
TypeSummary.struct_class = Types::TypeSummary
|
1355
2256
|
|
1356
2257
|
TypeVersionSummaries.member = Shapes::ShapeRef.new(shape: TypeVersionSummary)
|
@@ -1362,8 +2263,22 @@ module Aws::CloudFormation
|
|
1362
2263
|
TypeVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
1363
2264
|
TypeVersionSummary.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
|
1364
2265
|
TypeVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
2266
|
+
TypeVersionSummary.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
1365
2267
|
TypeVersionSummary.struct_class = Types::TypeVersionSummary
|
1366
2268
|
|
2269
|
+
UnprocessedTypeConfigurations.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
|
2270
|
+
|
2271
|
+
UpdateGeneratedTemplateInput.add_member(:generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, required: true, location_name: "GeneratedTemplateName"))
|
2272
|
+
UpdateGeneratedTemplateInput.add_member(:new_generated_template_name, Shapes::ShapeRef.new(shape: GeneratedTemplateName, location_name: "NewGeneratedTemplateName"))
|
2273
|
+
UpdateGeneratedTemplateInput.add_member(:add_resources, Shapes::ShapeRef.new(shape: ResourceDefinitions, location_name: "AddResources"))
|
2274
|
+
UpdateGeneratedTemplateInput.add_member(:remove_resources, Shapes::ShapeRef.new(shape: JazzLogicalResourceIds, location_name: "RemoveResources"))
|
2275
|
+
UpdateGeneratedTemplateInput.add_member(:refresh_all_resources, Shapes::ShapeRef.new(shape: RefreshAllResources, location_name: "RefreshAllResources"))
|
2276
|
+
UpdateGeneratedTemplateInput.add_member(:template_configuration, Shapes::ShapeRef.new(shape: TemplateConfiguration, location_name: "TemplateConfiguration"))
|
2277
|
+
UpdateGeneratedTemplateInput.struct_class = Types::UpdateGeneratedTemplateInput
|
2278
|
+
|
2279
|
+
UpdateGeneratedTemplateOutput.add_member(:generated_template_id, Shapes::ShapeRef.new(shape: GeneratedTemplateId, location_name: "GeneratedTemplateId"))
|
2280
|
+
UpdateGeneratedTemplateOutput.struct_class = Types::UpdateGeneratedTemplateOutput
|
2281
|
+
|
1367
2282
|
UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
1368
2283
|
UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
1369
2284
|
UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
@@ -1379,7 +2294,9 @@ module Aws::CloudFormation
|
|
1379
2294
|
UpdateStackInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
|
1380
2295
|
UpdateStackInput.add_member(:notification_arns, Shapes::ShapeRef.new(shape: NotificationARNs, location_name: "NotificationARNs"))
|
1381
2296
|
UpdateStackInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
2297
|
+
UpdateStackInput.add_member(:disable_rollback, Shapes::ShapeRef.new(shape: DisableRollback, location_name: "DisableRollback"))
|
1382
2298
|
UpdateStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
|
2299
|
+
UpdateStackInput.add_member(:retain_except_on_create, Shapes::ShapeRef.new(shape: RetainExceptOnCreate, location_name: "RetainExceptOnCreate"))
|
1383
2300
|
UpdateStackInput.struct_class = Types::UpdateStackInput
|
1384
2301
|
|
1385
2302
|
UpdateStackInstancesInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
@@ -1388,7 +2305,8 @@ module Aws::CloudFormation
|
|
1388
2305
|
UpdateStackInstancesInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "Regions"))
|
1389
2306
|
UpdateStackInstancesInput.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: Parameters, location_name: "ParameterOverrides"))
|
1390
2307
|
UpdateStackInstancesInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
1391
|
-
UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
2308
|
+
UpdateStackInstancesInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
2309
|
+
UpdateStackInstancesInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
1392
2310
|
UpdateStackInstancesInput.struct_class = Types::UpdateStackInstancesInput
|
1393
2311
|
|
1394
2312
|
UpdateStackInstancesOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -1411,9 +2329,11 @@ module Aws::CloudFormation
|
|
1411
2329
|
UpdateStackSetInput.add_member(:deployment_targets, Shapes::ShapeRef.new(shape: DeploymentTargets, location_name: "DeploymentTargets"))
|
1412
2330
|
UpdateStackSetInput.add_member(:permission_model, Shapes::ShapeRef.new(shape: PermissionModels, location_name: "PermissionModel"))
|
1413
2331
|
UpdateStackSetInput.add_member(:auto_deployment, Shapes::ShapeRef.new(shape: AutoDeployment, location_name: "AutoDeployment"))
|
1414
|
-
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
2332
|
+
UpdateStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken" => true}))
|
1415
2333
|
UpdateStackSetInput.add_member(:accounts, Shapes::ShapeRef.new(shape: AccountList, location_name: "Accounts"))
|
1416
2334
|
UpdateStackSetInput.add_member(:regions, Shapes::ShapeRef.new(shape: RegionList, location_name: "Regions"))
|
2335
|
+
UpdateStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
2336
|
+
UpdateStackSetInput.add_member(:managed_execution, Shapes::ShapeRef.new(shape: ManagedExecution, location_name: "ManagedExecution"))
|
1417
2337
|
UpdateStackSetInput.struct_class = Types::UpdateStackSetInput
|
1418
2338
|
|
1419
2339
|
UpdateStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
@@ -1437,6 +2357,22 @@ module Aws::CloudFormation
|
|
1437
2357
|
ValidateTemplateOutput.add_member(:declared_transforms, Shapes::ShapeRef.new(shape: TransformsList, location_name: "DeclaredTransforms"))
|
1438
2358
|
ValidateTemplateOutput.struct_class = Types::ValidateTemplateOutput
|
1439
2359
|
|
2360
|
+
WarningDetail.add_member(:type, Shapes::ShapeRef.new(shape: WarningType, location_name: "Type"))
|
2361
|
+
WarningDetail.add_member(:properties, Shapes::ShapeRef.new(shape: WarningProperties, location_name: "Properties"))
|
2362
|
+
WarningDetail.struct_class = Types::WarningDetail
|
2363
|
+
|
2364
|
+
WarningDetails.member = Shapes::ShapeRef.new(shape: WarningDetail)
|
2365
|
+
|
2366
|
+
WarningProperties.member = Shapes::ShapeRef.new(shape: WarningProperty)
|
2367
|
+
|
2368
|
+
WarningProperty.add_member(:property_path, Shapes::ShapeRef.new(shape: PropertyPath, location_name: "PropertyPath"))
|
2369
|
+
WarningProperty.add_member(:required, Shapes::ShapeRef.new(shape: RequiredProperty, location_name: "Required"))
|
2370
|
+
WarningProperty.add_member(:description, Shapes::ShapeRef.new(shape: PropertyDescription, location_name: "Description"))
|
2371
|
+
WarningProperty.struct_class = Types::WarningProperty
|
2372
|
+
|
2373
|
+
Warnings.add_member(:unrecognized_resource_types, Shapes::ShapeRef.new(shape: ResourceTypes, location_name: "UnrecognizedResourceTypes"))
|
2374
|
+
Warnings.struct_class = Types::Warnings
|
2375
|
+
|
1440
2376
|
|
1441
2377
|
# @api private
|
1442
2378
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1445,8 +2381,10 @@ module Aws::CloudFormation
|
|
1445
2381
|
|
1446
2382
|
api.metadata = {
|
1447
2383
|
"apiVersion" => "2010-05-15",
|
2384
|
+
"auth" => ["aws.auth#sigv4"],
|
1448
2385
|
"endpointPrefix" => "cloudformation",
|
1449
2386
|
"protocol" => "query",
|
2387
|
+
"protocols" => ["query"],
|
1450
2388
|
"serviceFullName" => "AWS CloudFormation",
|
1451
2389
|
"serviceId" => "CloudFormation",
|
1452
2390
|
"signatureVersion" => "v4",
|
@@ -1454,6 +2392,36 @@ module Aws::CloudFormation
|
|
1454
2392
|
"xmlNamespace" => "http://cloudformation.amazonaws.com/doc/2010-05-15/",
|
1455
2393
|
}
|
1456
2394
|
|
2395
|
+
api.add_operation(:activate_organizations_access, Seahorse::Model::Operation.new.tap do |o|
|
2396
|
+
o.name = "ActivateOrganizationsAccess"
|
2397
|
+
o.http_method = "POST"
|
2398
|
+
o.http_request_uri = "/"
|
2399
|
+
o.input = Shapes::ShapeRef.new(shape: ActivateOrganizationsAccessInput)
|
2400
|
+
o.output = Shapes::ShapeRef.new(shape: ActivateOrganizationsAccessOutput)
|
2401
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2402
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
|
2403
|
+
end)
|
2404
|
+
|
2405
|
+
api.add_operation(:activate_type, Seahorse::Model::Operation.new.tap do |o|
|
2406
|
+
o.name = "ActivateType"
|
2407
|
+
o.http_method = "POST"
|
2408
|
+
o.http_request_uri = "/"
|
2409
|
+
o.input = Shapes::ShapeRef.new(shape: ActivateTypeInput)
|
2410
|
+
o.output = Shapes::ShapeRef.new(shape: ActivateTypeOutput)
|
2411
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2412
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
2413
|
+
end)
|
2414
|
+
|
2415
|
+
api.add_operation(:batch_describe_type_configurations, Seahorse::Model::Operation.new.tap do |o|
|
2416
|
+
o.name = "BatchDescribeTypeConfigurations"
|
2417
|
+
o.http_method = "POST"
|
2418
|
+
o.http_request_uri = "/"
|
2419
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsInput)
|
2420
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsOutput)
|
2421
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeConfigurationNotFoundException)
|
2422
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2423
|
+
end)
|
2424
|
+
|
1457
2425
|
api.add_operation(:cancel_update_stack, Seahorse::Model::Operation.new.tap do |o|
|
1458
2426
|
o.name = "CancelUpdateStack"
|
1459
2427
|
o.http_method = "POST"
|
@@ -1483,6 +2451,17 @@ module Aws::CloudFormation
|
|
1483
2451
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1484
2452
|
end)
|
1485
2453
|
|
2454
|
+
api.add_operation(:create_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2455
|
+
o.name = "CreateGeneratedTemplate"
|
2456
|
+
o.http_method = "POST"
|
2457
|
+
o.http_request_uri = "/"
|
2458
|
+
o.input = Shapes::ShapeRef.new(shape: CreateGeneratedTemplateInput)
|
2459
|
+
o.output = Shapes::ShapeRef.new(shape: CreateGeneratedTemplateOutput)
|
2460
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
2461
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2462
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentResourcesLimitExceededException)
|
2463
|
+
end)
|
2464
|
+
|
1486
2465
|
api.add_operation(:create_stack, Seahorse::Model::Operation.new.tap do |o|
|
1487
2466
|
o.name = "CreateStack"
|
1488
2467
|
o.http_method = "POST"
|
@@ -1509,6 +2488,14 @@ module Aws::CloudFormation
|
|
1509
2488
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1510
2489
|
end)
|
1511
2490
|
|
2491
|
+
api.add_operation(:create_stack_refactor, Seahorse::Model::Operation.new.tap do |o|
|
2492
|
+
o.name = "CreateStackRefactor"
|
2493
|
+
o.http_method = "POST"
|
2494
|
+
o.http_request_uri = "/"
|
2495
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStackRefactorInput)
|
2496
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStackRefactorOutput)
|
2497
|
+
end)
|
2498
|
+
|
1512
2499
|
api.add_operation(:create_stack_set, Seahorse::Model::Operation.new.tap do |o|
|
1513
2500
|
o.name = "CreateStackSet"
|
1514
2501
|
o.http_method = "POST"
|
@@ -1520,6 +2507,26 @@ module Aws::CloudFormation
|
|
1520
2507
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1521
2508
|
end)
|
1522
2509
|
|
2510
|
+
api.add_operation(:deactivate_organizations_access, Seahorse::Model::Operation.new.tap do |o|
|
2511
|
+
o.name = "DeactivateOrganizationsAccess"
|
2512
|
+
o.http_method = "POST"
|
2513
|
+
o.http_request_uri = "/"
|
2514
|
+
o.input = Shapes::ShapeRef.new(shape: DeactivateOrganizationsAccessInput)
|
2515
|
+
o.output = Shapes::ShapeRef.new(shape: DeactivateOrganizationsAccessOutput)
|
2516
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2517
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
|
2518
|
+
end)
|
2519
|
+
|
2520
|
+
api.add_operation(:deactivate_type, Seahorse::Model::Operation.new.tap do |o|
|
2521
|
+
o.name = "DeactivateType"
|
2522
|
+
o.http_method = "POST"
|
2523
|
+
o.http_request_uri = "/"
|
2524
|
+
o.input = Shapes::ShapeRef.new(shape: DeactivateTypeInput)
|
2525
|
+
o.output = Shapes::ShapeRef.new(shape: DeactivateTypeOutput)
|
2526
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2527
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
2528
|
+
end)
|
2529
|
+
|
1523
2530
|
api.add_operation(:delete_change_set, Seahorse::Model::Operation.new.tap do |o|
|
1524
2531
|
o.name = "DeleteChangeSet"
|
1525
2532
|
o.http_method = "POST"
|
@@ -1529,6 +2536,16 @@ module Aws::CloudFormation
|
|
1529
2536
|
o.errors << Shapes::ShapeRef.new(shape: InvalidChangeSetStatusException)
|
1530
2537
|
end)
|
1531
2538
|
|
2539
|
+
api.add_operation(:delete_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2540
|
+
o.name = "DeleteGeneratedTemplate"
|
2541
|
+
o.http_method = "POST"
|
2542
|
+
o.http_request_uri = "/"
|
2543
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteGeneratedTemplateInput)
|
2544
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2545
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
2546
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentResourcesLimitExceededException)
|
2547
|
+
end)
|
2548
|
+
|
1532
2549
|
api.add_operation(:delete_stack, Seahorse::Model::Operation.new.tap do |o|
|
1533
2550
|
o.name = "DeleteStack"
|
1534
2551
|
o.http_method = "POST"
|
@@ -1593,6 +2610,52 @@ module Aws::CloudFormation
|
|
1593
2610
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
1594
2611
|
end)
|
1595
2612
|
|
2613
|
+
api.add_operation(:describe_change_set_hooks, Seahorse::Model::Operation.new.tap do |o|
|
2614
|
+
o.name = "DescribeChangeSetHooks"
|
2615
|
+
o.http_method = "POST"
|
2616
|
+
o.http_request_uri = "/"
|
2617
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeChangeSetHooksInput)
|
2618
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeChangeSetHooksOutput)
|
2619
|
+
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
2620
|
+
end)
|
2621
|
+
|
2622
|
+
api.add_operation(:describe_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2623
|
+
o.name = "DescribeGeneratedTemplate"
|
2624
|
+
o.http_method = "POST"
|
2625
|
+
o.http_request_uri = "/"
|
2626
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeGeneratedTemplateInput)
|
2627
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeGeneratedTemplateOutput)
|
2628
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
2629
|
+
end)
|
2630
|
+
|
2631
|
+
api.add_operation(:describe_organizations_access, Seahorse::Model::Operation.new.tap do |o|
|
2632
|
+
o.name = "DescribeOrganizationsAccess"
|
2633
|
+
o.http_method = "POST"
|
2634
|
+
o.http_request_uri = "/"
|
2635
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOrganizationsAccessInput)
|
2636
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationsAccessOutput)
|
2637
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2638
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
|
2639
|
+
end)
|
2640
|
+
|
2641
|
+
api.add_operation(:describe_publisher, Seahorse::Model::Operation.new.tap do |o|
|
2642
|
+
o.name = "DescribePublisher"
|
2643
|
+
o.http_method = "POST"
|
2644
|
+
o.http_request_uri = "/"
|
2645
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePublisherInput)
|
2646
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePublisherOutput)
|
2647
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2648
|
+
end)
|
2649
|
+
|
2650
|
+
api.add_operation(:describe_resource_scan, Seahorse::Model::Operation.new.tap do |o|
|
2651
|
+
o.name = "DescribeResourceScan"
|
2652
|
+
o.http_method = "POST"
|
2653
|
+
o.http_request_uri = "/"
|
2654
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeResourceScanInput)
|
2655
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeResourceScanOutput)
|
2656
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanNotFoundException)
|
2657
|
+
end)
|
2658
|
+
|
1596
2659
|
api.add_operation(:describe_stack_drift_detection_status, Seahorse::Model::Operation.new.tap do |o|
|
1597
2660
|
o.name = "DescribeStackDriftDetectionStatus"
|
1598
2661
|
o.http_method = "POST"
|
@@ -1624,6 +2687,15 @@ module Aws::CloudFormation
|
|
1624
2687
|
o.errors << Shapes::ShapeRef.new(shape: StackInstanceNotFoundException)
|
1625
2688
|
end)
|
1626
2689
|
|
2690
|
+
api.add_operation(:describe_stack_refactor, Seahorse::Model::Operation.new.tap do |o|
|
2691
|
+
o.name = "DescribeStackRefactor"
|
2692
|
+
o.http_method = "POST"
|
2693
|
+
o.http_request_uri = "/"
|
2694
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStackRefactorInput)
|
2695
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStackRefactorOutput)
|
2696
|
+
o.errors << Shapes::ShapeRef.new(shape: StackRefactorNotFoundException)
|
2697
|
+
end)
|
2698
|
+
|
1627
2699
|
api.add_operation(:describe_stack_resource, Seahorse::Model::Operation.new.tap do |o|
|
1628
2700
|
o.name = "DescribeStackResource"
|
1629
2701
|
o.http_method = "POST"
|
@@ -1752,6 +2824,23 @@ module Aws::CloudFormation
|
|
1752
2824
|
o.errors << Shapes::ShapeRef.new(shape: TokenAlreadyExistsException)
|
1753
2825
|
end)
|
1754
2826
|
|
2827
|
+
api.add_operation(:execute_stack_refactor, Seahorse::Model::Operation.new.tap do |o|
|
2828
|
+
o.name = "ExecuteStackRefactor"
|
2829
|
+
o.http_method = "POST"
|
2830
|
+
o.http_request_uri = "/"
|
2831
|
+
o.input = Shapes::ShapeRef.new(shape: ExecuteStackRefactorInput)
|
2832
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2833
|
+
end)
|
2834
|
+
|
2835
|
+
api.add_operation(:get_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
2836
|
+
o.name = "GetGeneratedTemplate"
|
2837
|
+
o.http_method = "POST"
|
2838
|
+
o.http_request_uri = "/"
|
2839
|
+
o.input = Shapes::ShapeRef.new(shape: GetGeneratedTemplateInput)
|
2840
|
+
o.output = Shapes::ShapeRef.new(shape: GetGeneratedTemplateOutput)
|
2841
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
2842
|
+
end)
|
2843
|
+
|
1755
2844
|
api.add_operation(:get_stack_policy, Seahorse::Model::Operation.new.tap do |o|
|
1756
2845
|
o.name = "GetStackPolicy"
|
1757
2846
|
o.http_method = "POST"
|
@@ -1778,6 +2867,21 @@ module Aws::CloudFormation
|
|
1778
2867
|
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
1779
2868
|
end)
|
1780
2869
|
|
2870
|
+
api.add_operation(:import_stacks_to_stack_set, Seahorse::Model::Operation.new.tap do |o|
|
2871
|
+
o.name = "ImportStacksToStackSet"
|
2872
|
+
o.http_method = "POST"
|
2873
|
+
o.http_request_uri = "/"
|
2874
|
+
o.input = Shapes::ShapeRef.new(shape: ImportStacksToStackSetInput)
|
2875
|
+
o.output = Shapes::ShapeRef.new(shape: ImportStacksToStackSetOutput)
|
2876
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2877
|
+
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
2878
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2879
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
|
2880
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationIdAlreadyExistsException)
|
2881
|
+
o.errors << Shapes::ShapeRef.new(shape: StackNotFoundException)
|
2882
|
+
o.errors << Shapes::ShapeRef.new(shape: StaleRequestException)
|
2883
|
+
end)
|
2884
|
+
|
1781
2885
|
api.add_operation(:list_change_sets, Seahorse::Model::Operation.new.tap do |o|
|
1782
2886
|
o.name = "ListChangeSets"
|
1783
2887
|
o.http_method = "POST"
|
@@ -1804,6 +2908,29 @@ module Aws::CloudFormation
|
|
1804
2908
|
)
|
1805
2909
|
end)
|
1806
2910
|
|
2911
|
+
api.add_operation(:list_generated_templates, Seahorse::Model::Operation.new.tap do |o|
|
2912
|
+
o.name = "ListGeneratedTemplates"
|
2913
|
+
o.http_method = "POST"
|
2914
|
+
o.http_request_uri = "/"
|
2915
|
+
o.input = Shapes::ShapeRef.new(shape: ListGeneratedTemplatesInput)
|
2916
|
+
o.output = Shapes::ShapeRef.new(shape: ListGeneratedTemplatesOutput)
|
2917
|
+
o[:pager] = Aws::Pager.new(
|
2918
|
+
limit_key: "max_results",
|
2919
|
+
tokens: {
|
2920
|
+
"next_token" => "next_token"
|
2921
|
+
}
|
2922
|
+
)
|
2923
|
+
end)
|
2924
|
+
|
2925
|
+
api.add_operation(:list_hook_results, Seahorse::Model::Operation.new.tap do |o|
|
2926
|
+
o.name = "ListHookResults"
|
2927
|
+
o.http_method = "POST"
|
2928
|
+
o.http_request_uri = "/"
|
2929
|
+
o.input = Shapes::ShapeRef.new(shape: ListHookResultsInput)
|
2930
|
+
o.output = Shapes::ShapeRef.new(shape: ListHookResultsOutput)
|
2931
|
+
o.errors << Shapes::ShapeRef.new(shape: HookResultNotFoundException)
|
2932
|
+
end)
|
2933
|
+
|
1807
2934
|
api.add_operation(:list_imports, Seahorse::Model::Operation.new.tap do |o|
|
1808
2935
|
o.name = "ListImports"
|
1809
2936
|
o.http_method = "POST"
|
@@ -1817,6 +2944,63 @@ module Aws::CloudFormation
|
|
1817
2944
|
)
|
1818
2945
|
end)
|
1819
2946
|
|
2947
|
+
api.add_operation(:list_resource_scan_related_resources, Seahorse::Model::Operation.new.tap do |o|
|
2948
|
+
o.name = "ListResourceScanRelatedResources"
|
2949
|
+
o.http_method = "POST"
|
2950
|
+
o.http_request_uri = "/"
|
2951
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceScanRelatedResourcesInput)
|
2952
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceScanRelatedResourcesOutput)
|
2953
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanNotFoundException)
|
2954
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanInProgressException)
|
2955
|
+
o[:pager] = Aws::Pager.new(
|
2956
|
+
limit_key: "max_results",
|
2957
|
+
tokens: {
|
2958
|
+
"next_token" => "next_token"
|
2959
|
+
}
|
2960
|
+
)
|
2961
|
+
end)
|
2962
|
+
|
2963
|
+
api.add_operation(:list_resource_scan_resources, Seahorse::Model::Operation.new.tap do |o|
|
2964
|
+
o.name = "ListResourceScanResources"
|
2965
|
+
o.http_method = "POST"
|
2966
|
+
o.http_request_uri = "/"
|
2967
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceScanResourcesInput)
|
2968
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceScanResourcesOutput)
|
2969
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanNotFoundException)
|
2970
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanInProgressException)
|
2971
|
+
o[:pager] = Aws::Pager.new(
|
2972
|
+
limit_key: "max_results",
|
2973
|
+
tokens: {
|
2974
|
+
"next_token" => "next_token"
|
2975
|
+
}
|
2976
|
+
)
|
2977
|
+
end)
|
2978
|
+
|
2979
|
+
api.add_operation(:list_resource_scans, Seahorse::Model::Operation.new.tap do |o|
|
2980
|
+
o.name = "ListResourceScans"
|
2981
|
+
o.http_method = "POST"
|
2982
|
+
o.http_request_uri = "/"
|
2983
|
+
o.input = Shapes::ShapeRef.new(shape: ListResourceScansInput)
|
2984
|
+
o.output = Shapes::ShapeRef.new(shape: ListResourceScansOutput)
|
2985
|
+
o[:pager] = Aws::Pager.new(
|
2986
|
+
limit_key: "max_results",
|
2987
|
+
tokens: {
|
2988
|
+
"next_token" => "next_token"
|
2989
|
+
}
|
2990
|
+
)
|
2991
|
+
end)
|
2992
|
+
|
2993
|
+
api.add_operation(:list_stack_instance_resource_drifts, Seahorse::Model::Operation.new.tap do |o|
|
2994
|
+
o.name = "ListStackInstanceResourceDrifts"
|
2995
|
+
o.http_method = "POST"
|
2996
|
+
o.http_request_uri = "/"
|
2997
|
+
o.input = Shapes::ShapeRef.new(shape: ListStackInstanceResourceDriftsInput)
|
2998
|
+
o.output = Shapes::ShapeRef.new(shape: ListStackInstanceResourceDriftsOutput)
|
2999
|
+
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
3000
|
+
o.errors << Shapes::ShapeRef.new(shape: StackInstanceNotFoundException)
|
3001
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationNotFoundException)
|
3002
|
+
end)
|
3003
|
+
|
1820
3004
|
api.add_operation(:list_stack_instances, Seahorse::Model::Operation.new.tap do |o|
|
1821
3005
|
o.name = "ListStackInstances"
|
1822
3006
|
o.http_method = "POST"
|
@@ -1832,6 +3016,34 @@ module Aws::CloudFormation
|
|
1832
3016
|
)
|
1833
3017
|
end)
|
1834
3018
|
|
3019
|
+
api.add_operation(:list_stack_refactor_actions, Seahorse::Model::Operation.new.tap do |o|
|
3020
|
+
o.name = "ListStackRefactorActions"
|
3021
|
+
o.http_method = "POST"
|
3022
|
+
o.http_request_uri = "/"
|
3023
|
+
o.input = Shapes::ShapeRef.new(shape: ListStackRefactorActionsInput)
|
3024
|
+
o.output = Shapes::ShapeRef.new(shape: ListStackRefactorActionsOutput)
|
3025
|
+
o[:pager] = Aws::Pager.new(
|
3026
|
+
limit_key: "max_results",
|
3027
|
+
tokens: {
|
3028
|
+
"next_token" => "next_token"
|
3029
|
+
}
|
3030
|
+
)
|
3031
|
+
end)
|
3032
|
+
|
3033
|
+
api.add_operation(:list_stack_refactors, Seahorse::Model::Operation.new.tap do |o|
|
3034
|
+
o.name = "ListStackRefactors"
|
3035
|
+
o.http_method = "POST"
|
3036
|
+
o.http_request_uri = "/"
|
3037
|
+
o.input = Shapes::ShapeRef.new(shape: ListStackRefactorsInput)
|
3038
|
+
o.output = Shapes::ShapeRef.new(shape: ListStackRefactorsOutput)
|
3039
|
+
o[:pager] = Aws::Pager.new(
|
3040
|
+
limit_key: "max_results",
|
3041
|
+
tokens: {
|
3042
|
+
"next_token" => "next_token"
|
3043
|
+
}
|
3044
|
+
)
|
3045
|
+
end)
|
3046
|
+
|
1835
3047
|
api.add_operation(:list_stack_resources, Seahorse::Model::Operation.new.tap do |o|
|
1836
3048
|
o.name = "ListStackResources"
|
1837
3049
|
o.http_method = "POST"
|
@@ -1845,6 +3057,15 @@ module Aws::CloudFormation
|
|
1845
3057
|
)
|
1846
3058
|
end)
|
1847
3059
|
|
3060
|
+
api.add_operation(:list_stack_set_auto_deployment_targets, Seahorse::Model::Operation.new.tap do |o|
|
3061
|
+
o.name = "ListStackSetAutoDeploymentTargets"
|
3062
|
+
o.http_method = "POST"
|
3063
|
+
o.http_request_uri = "/"
|
3064
|
+
o.input = Shapes::ShapeRef.new(shape: ListStackSetAutoDeploymentTargetsInput)
|
3065
|
+
o.output = Shapes::ShapeRef.new(shape: ListStackSetAutoDeploymentTargetsOutput)
|
3066
|
+
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
3067
|
+
end)
|
3068
|
+
|
1848
3069
|
api.add_operation(:list_stack_set_operation_results, Seahorse::Model::Operation.new.tap do |o|
|
1849
3070
|
o.name = "ListStackSetOperationResults"
|
1850
3071
|
o.http_method = "POST"
|
@@ -1948,6 +3169,16 @@ module Aws::CloudFormation
|
|
1948
3169
|
)
|
1949
3170
|
end)
|
1950
3171
|
|
3172
|
+
api.add_operation(:publish_type, Seahorse::Model::Operation.new.tap do |o|
|
3173
|
+
o.name = "PublishType"
|
3174
|
+
o.http_method = "POST"
|
3175
|
+
o.http_request_uri = "/"
|
3176
|
+
o.input = Shapes::ShapeRef.new(shape: PublishTypeInput)
|
3177
|
+
o.output = Shapes::ShapeRef.new(shape: PublishTypeOutput)
|
3178
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
3179
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
3180
|
+
end)
|
3181
|
+
|
1951
3182
|
api.add_operation(:record_handler_progress, Seahorse::Model::Operation.new.tap do |o|
|
1952
3183
|
o.name = "RecordHandlerProgress"
|
1953
3184
|
o.http_method = "POST"
|
@@ -1958,6 +3189,15 @@ module Aws::CloudFormation
|
|
1958
3189
|
o.errors << Shapes::ShapeRef.new(shape: OperationStatusCheckFailedException)
|
1959
3190
|
end)
|
1960
3191
|
|
3192
|
+
api.add_operation(:register_publisher, Seahorse::Model::Operation.new.tap do |o|
|
3193
|
+
o.name = "RegisterPublisher"
|
3194
|
+
o.http_method = "POST"
|
3195
|
+
o.http_request_uri = "/"
|
3196
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterPublisherInput)
|
3197
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterPublisherOutput)
|
3198
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
3199
|
+
end)
|
3200
|
+
|
1961
3201
|
api.add_operation(:register_type, Seahorse::Model::Operation.new.tap do |o|
|
1962
3202
|
o.name = "RegisterType"
|
1963
3203
|
o.http_method = "POST"
|
@@ -1967,6 +3207,15 @@ module Aws::CloudFormation
|
|
1967
3207
|
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
1968
3208
|
end)
|
1969
3209
|
|
3210
|
+
api.add_operation(:rollback_stack, Seahorse::Model::Operation.new.tap do |o|
|
3211
|
+
o.name = "RollbackStack"
|
3212
|
+
o.http_method = "POST"
|
3213
|
+
o.http_request_uri = "/"
|
3214
|
+
o.input = Shapes::ShapeRef.new(shape: RollbackStackInput)
|
3215
|
+
o.output = Shapes::ShapeRef.new(shape: RollbackStackOutput)
|
3216
|
+
o.errors << Shapes::ShapeRef.new(shape: TokenAlreadyExistsException)
|
3217
|
+
end)
|
3218
|
+
|
1970
3219
|
api.add_operation(:set_stack_policy, Seahorse::Model::Operation.new.tap do |o|
|
1971
3220
|
o.name = "SetStackPolicy"
|
1972
3221
|
o.http_method = "POST"
|
@@ -1975,6 +3224,16 @@ module Aws::CloudFormation
|
|
1975
3224
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1976
3225
|
end)
|
1977
3226
|
|
3227
|
+
api.add_operation(:set_type_configuration, Seahorse::Model::Operation.new.tap do |o|
|
3228
|
+
o.name = "SetTypeConfiguration"
|
3229
|
+
o.http_method = "POST"
|
3230
|
+
o.http_request_uri = "/"
|
3231
|
+
o.input = Shapes::ShapeRef.new(shape: SetTypeConfigurationInput)
|
3232
|
+
o.output = Shapes::ShapeRef.new(shape: SetTypeConfigurationOutput)
|
3233
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
3234
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
3235
|
+
end)
|
3236
|
+
|
1978
3237
|
api.add_operation(:set_type_default_version, Seahorse::Model::Operation.new.tap do |o|
|
1979
3238
|
o.name = "SetTypeDefaultVersion"
|
1980
3239
|
o.http_method = "POST"
|
@@ -1993,6 +3252,16 @@ module Aws::CloudFormation
|
|
1993
3252
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1994
3253
|
end)
|
1995
3254
|
|
3255
|
+
api.add_operation(:start_resource_scan, Seahorse::Model::Operation.new.tap do |o|
|
3256
|
+
o.name = "StartResourceScan"
|
3257
|
+
o.http_method = "POST"
|
3258
|
+
o.http_request_uri = "/"
|
3259
|
+
o.input = Shapes::ShapeRef.new(shape: StartResourceScanInput)
|
3260
|
+
o.output = Shapes::ShapeRef.new(shape: StartResourceScanOutput)
|
3261
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanInProgressException)
|
3262
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceScanLimitExceededException)
|
3263
|
+
end)
|
3264
|
+
|
1996
3265
|
api.add_operation(:stop_stack_set_operation, Seahorse::Model::Operation.new.tap do |o|
|
1997
3266
|
o.name = "StopStackSetOperation"
|
1998
3267
|
o.http_method = "POST"
|
@@ -2004,6 +3273,27 @@ module Aws::CloudFormation
|
|
2004
3273
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2005
3274
|
end)
|
2006
3275
|
|
3276
|
+
api.add_operation(:test_type, Seahorse::Model::Operation.new.tap do |o|
|
3277
|
+
o.name = "TestType"
|
3278
|
+
o.http_method = "POST"
|
3279
|
+
o.http_request_uri = "/"
|
3280
|
+
o.input = Shapes::ShapeRef.new(shape: TestTypeInput)
|
3281
|
+
o.output = Shapes::ShapeRef.new(shape: TestTypeOutput)
|
3282
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
3283
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
3284
|
+
end)
|
3285
|
+
|
3286
|
+
api.add_operation(:update_generated_template, Seahorse::Model::Operation.new.tap do |o|
|
3287
|
+
o.name = "UpdateGeneratedTemplate"
|
3288
|
+
o.http_method = "POST"
|
3289
|
+
o.http_request_uri = "/"
|
3290
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateGeneratedTemplateInput)
|
3291
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateGeneratedTemplateOutput)
|
3292
|
+
o.errors << Shapes::ShapeRef.new(shape: AlreadyExistsException)
|
3293
|
+
o.errors << Shapes::ShapeRef.new(shape: GeneratedTemplateNotFoundException)
|
3294
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
3295
|
+
end)
|
3296
|
+
|
2007
3297
|
api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
|
2008
3298
|
o.name = "UpdateStack"
|
2009
3299
|
o.http_method = "POST"
|