aws-sdk-cloudformation 1.50.0 → 1.54.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation.rb +2 -2
- data/lib/aws-sdk-cloudformation/client.rb +1303 -498
- data/lib/aws-sdk-cloudformation/client_api.rb +312 -1
- data/lib/aws-sdk-cloudformation/errors.rb +22 -0
- data/lib/aws-sdk-cloudformation/event.rb +2 -2
- data/lib/aws-sdk-cloudformation/resource.rb +41 -42
- data/lib/aws-sdk-cloudformation/stack.rb +102 -105
- data/lib/aws-sdk-cloudformation/stack_resource.rb +5 -5
- data/lib/aws-sdk-cloudformation/stack_resource_summary.rb +2 -2
- data/lib/aws-sdk-cloudformation/types.rb +2109 -761
- metadata +5 -6
@@ -13,6 +13,7 @@ module Aws::CloudFormation
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
AcceptTermsAndConditions = Shapes::BooleanShape.new(name: 'AcceptTermsAndConditions')
|
16
17
|
Account = Shapes::StringShape.new(name: 'Account')
|
17
18
|
AccountGateResult = Shapes::StructureShape.new(name: 'AccountGateResult')
|
18
19
|
AccountGateStatus = Shapes::StringShape.new(name: 'AccountGateStatus')
|
@@ -21,12 +22,19 @@ module Aws::CloudFormation
|
|
21
22
|
AccountLimitList = Shapes::ListShape.new(name: 'AccountLimitList')
|
22
23
|
AccountList = Shapes::ListShape.new(name: 'AccountList')
|
23
24
|
AccountsUrl = Shapes::StringShape.new(name: 'AccountsUrl')
|
25
|
+
ActivateTypeInput = Shapes::StructureShape.new(name: 'ActivateTypeInput')
|
26
|
+
ActivateTypeOutput = Shapes::StructureShape.new(name: 'ActivateTypeOutput')
|
24
27
|
AllowedValue = Shapes::StringShape.new(name: 'AllowedValue')
|
25
28
|
AllowedValues = Shapes::ListShape.new(name: 'AllowedValues')
|
26
29
|
AlreadyExistsException = Shapes::StructureShape.new(name: 'AlreadyExistsException')
|
27
30
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
28
31
|
AutoDeployment = Shapes::StructureShape.new(name: 'AutoDeployment')
|
29
32
|
AutoDeploymentNullable = Shapes::BooleanShape.new(name: 'AutoDeploymentNullable')
|
33
|
+
AutoUpdate = Shapes::BooleanShape.new(name: 'AutoUpdate')
|
34
|
+
BatchDescribeTypeConfigurationsError = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsError')
|
35
|
+
BatchDescribeTypeConfigurationsErrors = Shapes::ListShape.new(name: 'BatchDescribeTypeConfigurationsErrors')
|
36
|
+
BatchDescribeTypeConfigurationsInput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsInput')
|
37
|
+
BatchDescribeTypeConfigurationsOutput = Shapes::StructureShape.new(name: 'BatchDescribeTypeConfigurationsOutput')
|
30
38
|
BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
|
31
39
|
BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
|
32
40
|
CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException')
|
@@ -35,6 +43,7 @@ module Aws::CloudFormation
|
|
35
43
|
Capabilities = Shapes::ListShape.new(name: 'Capabilities')
|
36
44
|
CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
|
37
45
|
Capability = Shapes::StringShape.new(name: 'Capability')
|
46
|
+
Category = Shapes::StringShape.new(name: 'Category')
|
38
47
|
CausingEntity = Shapes::StringShape.new(name: 'CausingEntity')
|
39
48
|
Change = Shapes::StructureShape.new(name: 'Change')
|
40
49
|
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
@@ -52,6 +61,8 @@ module Aws::CloudFormation
|
|
52
61
|
Changes = Shapes::ListShape.new(name: 'Changes')
|
53
62
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
54
63
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
64
|
+
ConfigurationSchema = Shapes::StringShape.new(name: 'ConfigurationSchema')
|
65
|
+
ConnectionArn = Shapes::StringShape.new(name: 'ConnectionArn')
|
55
66
|
ContinueUpdateRollbackInput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackInput')
|
56
67
|
ContinueUpdateRollbackOutput = Shapes::StructureShape.new(name: 'ContinueUpdateRollbackOutput')
|
57
68
|
CreateChangeSetInput = Shapes::StructureShape.new(name: 'CreateChangeSetInput')
|
@@ -64,6 +75,8 @@ module Aws::CloudFormation
|
|
64
75
|
CreateStackSetOutput = Shapes::StructureShape.new(name: 'CreateStackSetOutput')
|
65
76
|
CreatedButModifiedException = Shapes::StructureShape.new(name: 'CreatedButModifiedException')
|
66
77
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
78
|
+
DeactivateTypeInput = Shapes::StructureShape.new(name: 'DeactivateTypeInput')
|
79
|
+
DeactivateTypeOutput = Shapes::StructureShape.new(name: 'DeactivateTypeOutput')
|
67
80
|
DeleteChangeSetInput = Shapes::StructureShape.new(name: 'DeleteChangeSetInput')
|
68
81
|
DeleteChangeSetOutput = Shapes::StructureShape.new(name: 'DeleteChangeSetOutput')
|
69
82
|
DeleteStackInput = Shapes::StructureShape.new(name: 'DeleteStackInput')
|
@@ -80,6 +93,8 @@ module Aws::CloudFormation
|
|
80
93
|
DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
|
81
94
|
DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
|
82
95
|
DescribeChangeSetOutput = Shapes::StructureShape.new(name: 'DescribeChangeSetOutput')
|
96
|
+
DescribePublisherInput = Shapes::StructureShape.new(name: 'DescribePublisherInput')
|
97
|
+
DescribePublisherOutput = Shapes::StructureShape.new(name: 'DescribePublisherOutput')
|
83
98
|
DescribeStackDriftDetectionStatusInput = Shapes::StructureShape.new(name: 'DescribeStackDriftDetectionStatusInput')
|
84
99
|
DescribeStackDriftDetectionStatusOutput = Shapes::StructureShape.new(name: 'DescribeStackDriftDetectionStatusOutput')
|
85
100
|
DescribeStackEventsInput = Shapes::StructureShape.new(name: 'DescribeStackEventsInput')
|
@@ -113,6 +128,7 @@ module Aws::CloudFormation
|
|
113
128
|
DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
|
114
129
|
DriftedStackInstancesCount = Shapes::IntegerShape.new(name: 'DriftedStackInstancesCount')
|
115
130
|
EnableTerminationProtection = Shapes::BooleanShape.new(name: 'EnableTerminationProtection')
|
131
|
+
ErrorCode = Shapes::StringShape.new(name: 'ErrorCode')
|
116
132
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
117
133
|
EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
|
118
134
|
EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
|
@@ -136,6 +152,9 @@ module Aws::CloudFormation
|
|
136
152
|
GetTemplateSummaryInput = Shapes::StructureShape.new(name: 'GetTemplateSummaryInput')
|
137
153
|
GetTemplateSummaryOutput = Shapes::StructureShape.new(name: 'GetTemplateSummaryOutput')
|
138
154
|
HandlerErrorCode = Shapes::StringShape.new(name: 'HandlerErrorCode')
|
155
|
+
IdentityProvider = Shapes::StringShape.new(name: 'IdentityProvider')
|
156
|
+
ImportStacksToStackSetInput = Shapes::StructureShape.new(name: 'ImportStacksToStackSetInput')
|
157
|
+
ImportStacksToStackSetOutput = Shapes::StructureShape.new(name: 'ImportStacksToStackSetOutput')
|
139
158
|
Imports = Shapes::ListShape.new(name: 'Imports')
|
140
159
|
InProgressStackInstancesCount = Shapes::IntegerShape.new(name: 'InProgressStackInstancesCount')
|
141
160
|
InSyncStackInstancesCount = Shapes::IntegerShape.new(name: 'InSyncStackInstancesCount')
|
@@ -144,6 +163,8 @@ module Aws::CloudFormation
|
|
144
163
|
InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
|
145
164
|
InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
|
146
165
|
InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException')
|
166
|
+
IsActivated = Shapes::BooleanShape.new(name: 'IsActivated')
|
167
|
+
IsDefaultConfiguration = Shapes::BooleanShape.new(name: 'IsDefaultConfiguration')
|
147
168
|
IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
|
148
169
|
Key = Shapes::StringShape.new(name: 'Key')
|
149
170
|
LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
|
@@ -179,6 +200,7 @@ module Aws::CloudFormation
|
|
179
200
|
LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
|
180
201
|
LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
|
181
202
|
LogicalResourceIds = Shapes::ListShape.new(name: 'LogicalResourceIds')
|
203
|
+
MajorVersion = Shapes::IntegerShape.new(name: 'MajorVersion')
|
182
204
|
MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
|
183
205
|
MaxConcurrentPercentage = Shapes::IntegerShape.new(name: 'MaxConcurrentPercentage')
|
184
206
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
@@ -223,12 +245,21 @@ module Aws::CloudFormation
|
|
223
245
|
PropertyPath = Shapes::StringShape.new(name: 'PropertyPath')
|
224
246
|
PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
|
225
247
|
ProvisioningType = Shapes::StringShape.new(name: 'ProvisioningType')
|
248
|
+
PublicVersionNumber = Shapes::StringShape.new(name: 'PublicVersionNumber')
|
249
|
+
PublishTypeInput = Shapes::StructureShape.new(name: 'PublishTypeInput')
|
250
|
+
PublishTypeOutput = Shapes::StructureShape.new(name: 'PublishTypeOutput')
|
251
|
+
PublisherId = Shapes::StringShape.new(name: 'PublisherId')
|
252
|
+
PublisherName = Shapes::StringShape.new(name: 'PublisherName')
|
253
|
+
PublisherProfile = Shapes::StringShape.new(name: 'PublisherProfile')
|
254
|
+
PublisherStatus = Shapes::StringShape.new(name: 'PublisherStatus')
|
226
255
|
Reason = Shapes::StringShape.new(name: 'Reason')
|
227
256
|
RecordHandlerProgressInput = Shapes::StructureShape.new(name: 'RecordHandlerProgressInput')
|
228
257
|
RecordHandlerProgressOutput = Shapes::StructureShape.new(name: 'RecordHandlerProgressOutput')
|
229
258
|
Region = Shapes::StringShape.new(name: 'Region')
|
230
259
|
RegionConcurrencyType = Shapes::StringShape.new(name: 'RegionConcurrencyType')
|
231
260
|
RegionList = Shapes::ListShape.new(name: 'RegionList')
|
261
|
+
RegisterPublisherInput = Shapes::StructureShape.new(name: 'RegisterPublisherInput')
|
262
|
+
RegisterPublisherOutput = Shapes::StructureShape.new(name: 'RegisterPublisherOutput')
|
232
263
|
RegisterTypeInput = Shapes::StructureShape.new(name: 'RegisterTypeInput')
|
233
264
|
RegisterTypeOutput = Shapes::StructureShape.new(name: 'RegisterTypeOutput')
|
234
265
|
RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
|
@@ -237,6 +268,8 @@ module Aws::CloudFormation
|
|
237
268
|
RegistryType = Shapes::StringShape.new(name: 'RegistryType')
|
238
269
|
Replacement = Shapes::StringShape.new(name: 'Replacement')
|
239
270
|
RequestToken = Shapes::StringShape.new(name: 'RequestToken')
|
271
|
+
RequiredActivatedType = Shapes::StructureShape.new(name: 'RequiredActivatedType')
|
272
|
+
RequiredActivatedTypes = Shapes::ListShape.new(name: 'RequiredActivatedTypes')
|
240
273
|
RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
|
241
274
|
ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
|
242
275
|
ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
|
@@ -270,9 +303,12 @@ module Aws::CloudFormation
|
|
270
303
|
RollbackConfiguration = Shapes::StructureShape.new(name: 'RollbackConfiguration')
|
271
304
|
RollbackTrigger = Shapes::StructureShape.new(name: 'RollbackTrigger')
|
272
305
|
RollbackTriggers = Shapes::ListShape.new(name: 'RollbackTriggers')
|
306
|
+
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
273
307
|
S3Url = Shapes::StringShape.new(name: 'S3Url')
|
274
308
|
Scope = Shapes::ListShape.new(name: 'Scope')
|
275
309
|
SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
|
310
|
+
SetTypeConfigurationInput = Shapes::StructureShape.new(name: 'SetTypeConfigurationInput')
|
311
|
+
SetTypeConfigurationOutput = Shapes::StructureShape.new(name: 'SetTypeConfigurationOutput')
|
276
312
|
SetTypeDefaultVersionInput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionInput')
|
277
313
|
SetTypeDefaultVersionOutput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionOutput')
|
278
314
|
SignalResourceInput = Shapes::StructureShape.new(name: 'SignalResourceInput')
|
@@ -286,6 +322,7 @@ module Aws::CloudFormation
|
|
286
322
|
StackEvent = Shapes::StructureShape.new(name: 'StackEvent')
|
287
323
|
StackEvents = Shapes::ListShape.new(name: 'StackEvents')
|
288
324
|
StackId = Shapes::StringShape.new(name: 'StackId')
|
325
|
+
StackIdList = Shapes::ListShape.new(name: 'StackIdList')
|
289
326
|
StackInstance = Shapes::StructureShape.new(name: 'StackInstance')
|
290
327
|
StackInstanceComprehensiveStatus = Shapes::StructureShape.new(name: 'StackInstanceComprehensiveStatus')
|
291
328
|
StackInstanceDetailedStatus = Shapes::StringShape.new(name: 'StackInstanceDetailedStatus')
|
@@ -299,6 +336,7 @@ module Aws::CloudFormation
|
|
299
336
|
StackInstanceSummary = Shapes::StructureShape.new(name: 'StackInstanceSummary')
|
300
337
|
StackName = Shapes::StringShape.new(name: 'StackName')
|
301
338
|
StackNameOrId = Shapes::StringShape.new(name: 'StackNameOrId')
|
339
|
+
StackNotFoundException = Shapes::StructureShape.new(name: 'StackNotFoundException')
|
302
340
|
StackPolicyBody = Shapes::StringShape.new(name: 'StackPolicyBody')
|
303
341
|
StackPolicyDuringUpdateBody = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateBody')
|
304
342
|
StackPolicyDuringUpdateURL = Shapes::StringShape.new(name: 'StackPolicyDuringUpdateURL')
|
@@ -347,6 +385,8 @@ module Aws::CloudFormation
|
|
347
385
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
348
386
|
StopStackSetOperationInput = Shapes::StructureShape.new(name: 'StopStackSetOperationInput')
|
349
387
|
StopStackSetOperationOutput = Shapes::StructureShape.new(name: 'StopStackSetOperationOutput')
|
388
|
+
SupportedMajorVersion = Shapes::IntegerShape.new(name: 'SupportedMajorVersion')
|
389
|
+
SupportedMajorVersions = Shapes::ListShape.new(name: 'SupportedMajorVersions')
|
350
390
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
351
391
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
352
392
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
@@ -357,6 +397,10 @@ module Aws::CloudFormation
|
|
357
397
|
TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
|
358
398
|
TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
|
359
399
|
TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
|
400
|
+
TestTypeInput = Shapes::StructureShape.new(name: 'TestTypeInput')
|
401
|
+
TestTypeOutput = Shapes::StructureShape.new(name: 'TestTypeOutput')
|
402
|
+
ThirdPartyType = Shapes::StringShape.new(name: 'ThirdPartyType')
|
403
|
+
ThirdPartyTypeArn = Shapes::StringShape.new(name: 'ThirdPartyTypeArn')
|
360
404
|
TimeoutMinutes = Shapes::IntegerShape.new(name: 'TimeoutMinutes')
|
361
405
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
362
406
|
TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException')
|
@@ -365,15 +409,28 @@ module Aws::CloudFormation
|
|
365
409
|
TransformsList = Shapes::ListShape.new(name: 'TransformsList')
|
366
410
|
Type = Shapes::StringShape.new(name: 'Type')
|
367
411
|
TypeArn = Shapes::StringShape.new(name: 'TypeArn')
|
412
|
+
TypeConfiguration = Shapes::StringShape.new(name: 'TypeConfiguration')
|
413
|
+
TypeConfigurationAlias = Shapes::StringShape.new(name: 'TypeConfigurationAlias')
|
414
|
+
TypeConfigurationArn = Shapes::StringShape.new(name: 'TypeConfigurationArn')
|
415
|
+
TypeConfigurationDetails = Shapes::StructureShape.new(name: 'TypeConfigurationDetails')
|
416
|
+
TypeConfigurationDetailsList = Shapes::ListShape.new(name: 'TypeConfigurationDetailsList')
|
417
|
+
TypeConfigurationIdentifier = Shapes::StructureShape.new(name: 'TypeConfigurationIdentifier')
|
418
|
+
TypeConfigurationIdentifiers = Shapes::ListShape.new(name: 'TypeConfigurationIdentifiers')
|
419
|
+
TypeConfigurationNotFoundException = Shapes::StructureShape.new(name: 'TypeConfigurationNotFoundException')
|
420
|
+
TypeFilters = Shapes::StructureShape.new(name: 'TypeFilters')
|
368
421
|
TypeHierarchy = Shapes::StringShape.new(name: 'TypeHierarchy')
|
369
422
|
TypeName = Shapes::StringShape.new(name: 'TypeName')
|
423
|
+
TypeNamePrefix = Shapes::StringShape.new(name: 'TypeNamePrefix')
|
370
424
|
TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException')
|
371
425
|
TypeSchema = Shapes::StringShape.new(name: 'TypeSchema')
|
372
426
|
TypeSummaries = Shapes::ListShape.new(name: 'TypeSummaries')
|
373
427
|
TypeSummary = Shapes::StructureShape.new(name: 'TypeSummary')
|
428
|
+
TypeTestsStatus = Shapes::StringShape.new(name: 'TypeTestsStatus')
|
429
|
+
TypeTestsStatusDescription = Shapes::StringShape.new(name: 'TypeTestsStatusDescription')
|
374
430
|
TypeVersionId = Shapes::StringShape.new(name: 'TypeVersionId')
|
375
431
|
TypeVersionSummaries = Shapes::ListShape.new(name: 'TypeVersionSummaries')
|
376
432
|
TypeVersionSummary = Shapes::StructureShape.new(name: 'TypeVersionSummary')
|
433
|
+
UnprocessedTypeConfigurations = Shapes::ListShape.new(name: 'UnprocessedTypeConfigurations')
|
377
434
|
UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
|
378
435
|
UpdateStackInstancesInput = Shapes::StructureShape.new(name: 'UpdateStackInstancesInput')
|
379
436
|
UpdateStackInstancesOutput = Shapes::StructureShape.new(name: 'UpdateStackInstancesOutput')
|
@@ -389,6 +446,7 @@ module Aws::CloudFormation
|
|
389
446
|
ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
|
390
447
|
Value = Shapes::StringShape.new(name: 'Value')
|
391
448
|
Version = Shapes::StringShape.new(name: 'Version')
|
449
|
+
VersionBump = Shapes::StringShape.new(name: 'VersionBump')
|
392
450
|
Visibility = Shapes::StringShape.new(name: 'Visibility')
|
393
451
|
|
394
452
|
AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
|
@@ -403,6 +461,21 @@ module Aws::CloudFormation
|
|
403
461
|
|
404
462
|
AccountList.member = Shapes::ShapeRef.new(shape: Account)
|
405
463
|
|
464
|
+
ActivateTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
465
|
+
ActivateTypeInput.add_member(:public_type_arn, Shapes::ShapeRef.new(shape: ThirdPartyTypeArn, location_name: "PublicTypeArn"))
|
466
|
+
ActivateTypeInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
467
|
+
ActivateTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
468
|
+
ActivateTypeInput.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
|
469
|
+
ActivateTypeInput.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
|
470
|
+
ActivateTypeInput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
471
|
+
ActivateTypeInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
472
|
+
ActivateTypeInput.add_member(:version_bump, Shapes::ShapeRef.new(shape: VersionBump, location_name: "VersionBump"))
|
473
|
+
ActivateTypeInput.add_member(:major_version, Shapes::ShapeRef.new(shape: MajorVersion, location_name: "MajorVersion"))
|
474
|
+
ActivateTypeInput.struct_class = Types::ActivateTypeInput
|
475
|
+
|
476
|
+
ActivateTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
477
|
+
ActivateTypeOutput.struct_class = Types::ActivateTypeOutput
|
478
|
+
|
406
479
|
AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
|
407
480
|
|
408
481
|
AlreadyExistsException.struct_class = Types::AlreadyExistsException
|
@@ -411,6 +484,21 @@ module Aws::CloudFormation
|
|
411
484
|
AutoDeployment.add_member(:retain_stacks_on_account_removal, Shapes::ShapeRef.new(shape: RetainStacksOnAccountRemovalNullable, location_name: "RetainStacksOnAccountRemoval"))
|
412
485
|
AutoDeployment.struct_class = Types::AutoDeployment
|
413
486
|
|
487
|
+
BatchDescribeTypeConfigurationsError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
|
488
|
+
BatchDescribeTypeConfigurationsError.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
|
489
|
+
BatchDescribeTypeConfigurationsError.add_member(:type_configuration_identifier, Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier, location_name: "TypeConfigurationIdentifier"))
|
490
|
+
BatchDescribeTypeConfigurationsError.struct_class = Types::BatchDescribeTypeConfigurationsError
|
491
|
+
|
492
|
+
BatchDescribeTypeConfigurationsErrors.member = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsError)
|
493
|
+
|
494
|
+
BatchDescribeTypeConfigurationsInput.add_member(:type_configuration_identifiers, Shapes::ShapeRef.new(shape: TypeConfigurationIdentifiers, required: true, location_name: "TypeConfigurationIdentifiers"))
|
495
|
+
BatchDescribeTypeConfigurationsInput.struct_class = Types::BatchDescribeTypeConfigurationsInput
|
496
|
+
|
497
|
+
BatchDescribeTypeConfigurationsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsErrors, location_name: "Errors"))
|
498
|
+
BatchDescribeTypeConfigurationsOutput.add_member(:unprocessed_type_configurations, Shapes::ShapeRef.new(shape: UnprocessedTypeConfigurations, location_name: "UnprocessedTypeConfigurations"))
|
499
|
+
BatchDescribeTypeConfigurationsOutput.add_member(:type_configurations, Shapes::ShapeRef.new(shape: TypeConfigurationDetailsList, location_name: "TypeConfigurations"))
|
500
|
+
BatchDescribeTypeConfigurationsOutput.struct_class = Types::BatchDescribeTypeConfigurationsOutput
|
501
|
+
|
414
502
|
CFNRegistryException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
415
503
|
CFNRegistryException.struct_class = Types::CFNRegistryException
|
416
504
|
|
@@ -514,6 +602,7 @@ module Aws::CloudFormation
|
|
514
602
|
CreateStackSetInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
515
603
|
CreateStackSetInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
516
604
|
CreateStackSetInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
605
|
+
CreateStackSetInput.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
517
606
|
CreateStackSetInput.add_member(:parameters, Shapes::ShapeRef.new(shape: Parameters, location_name: "Parameters"))
|
518
607
|
CreateStackSetInput.add_member(:capabilities, Shapes::ShapeRef.new(shape: Capabilities, location_name: "Capabilities"))
|
519
608
|
CreateStackSetInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
|
@@ -530,6 +619,13 @@ module Aws::CloudFormation
|
|
530
619
|
|
531
620
|
CreatedButModifiedException.struct_class = Types::CreatedButModifiedException
|
532
621
|
|
622
|
+
DeactivateTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
623
|
+
DeactivateTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
624
|
+
DeactivateTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
625
|
+
DeactivateTypeInput.struct_class = Types::DeactivateTypeInput
|
626
|
+
|
627
|
+
DeactivateTypeOutput.struct_class = Types::DeactivateTypeOutput
|
628
|
+
|
533
629
|
DeleteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
|
534
630
|
DeleteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
535
631
|
DeleteChangeSetInput.struct_class = Types::DeleteChangeSetInput
|
@@ -607,6 +703,15 @@ module Aws::CloudFormation
|
|
607
703
|
DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
|
608
704
|
DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
|
609
705
|
|
706
|
+
DescribePublisherInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
707
|
+
DescribePublisherInput.struct_class = Types::DescribePublisherInput
|
708
|
+
|
709
|
+
DescribePublisherOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
710
|
+
DescribePublisherOutput.add_member(:publisher_status, Shapes::ShapeRef.new(shape: PublisherStatus, location_name: "PublisherStatus"))
|
711
|
+
DescribePublisherOutput.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
|
712
|
+
DescribePublisherOutput.add_member(:publisher_profile, Shapes::ShapeRef.new(shape: PublisherProfile, location_name: "PublisherProfile"))
|
713
|
+
DescribePublisherOutput.struct_class = Types::DescribePublisherOutput
|
714
|
+
|
610
715
|
DescribeStackDriftDetectionStatusInput.add_member(:stack_drift_detection_id, Shapes::ShapeRef.new(shape: StackDriftDetectionId, required: true, location_name: "StackDriftDetectionId"))
|
611
716
|
DescribeStackDriftDetectionStatusInput.struct_class = Types::DescribeStackDriftDetectionStatusInput
|
612
717
|
|
@@ -688,6 +793,8 @@ module Aws::CloudFormation
|
|
688
793
|
DescribeTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
689
794
|
DescribeTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
690
795
|
DescribeTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
|
796
|
+
DescribeTypeInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
797
|
+
DescribeTypeInput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
691
798
|
DescribeTypeInput.struct_class = Types::DescribeTypeInput
|
692
799
|
|
693
800
|
DescribeTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
@@ -695,17 +802,28 @@ module Aws::CloudFormation
|
|
695
802
|
DescribeTypeOutput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
696
803
|
DescribeTypeOutput.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "DefaultVersionId"))
|
697
804
|
DescribeTypeOutput.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "IsDefaultVersion"))
|
805
|
+
DescribeTypeOutput.add_member(:type_tests_status, Shapes::ShapeRef.new(shape: TypeTestsStatus, location_name: "TypeTestsStatus"))
|
806
|
+
DescribeTypeOutput.add_member(:type_tests_status_description, Shapes::ShapeRef.new(shape: TypeTestsStatusDescription, location_name: "TypeTestsStatusDescription"))
|
698
807
|
DescribeTypeOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
699
808
|
DescribeTypeOutput.add_member(:schema, Shapes::ShapeRef.new(shape: TypeSchema, location_name: "Schema"))
|
700
809
|
DescribeTypeOutput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
701
810
|
DescribeTypeOutput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
702
811
|
DescribeTypeOutput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
|
812
|
+
DescribeTypeOutput.add_member(:required_activated_types, Shapes::ShapeRef.new(shape: RequiredActivatedTypes, location_name: "RequiredActivatedTypes"))
|
703
813
|
DescribeTypeOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
704
814
|
DescribeTypeOutput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
705
815
|
DescribeTypeOutput.add_member(:source_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "SourceUrl"))
|
706
816
|
DescribeTypeOutput.add_member(:documentation_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "DocumentationUrl"))
|
707
817
|
DescribeTypeOutput.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
708
818
|
DescribeTypeOutput.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
|
819
|
+
DescribeTypeOutput.add_member(:configuration_schema, Shapes::ShapeRef.new(shape: ConfigurationSchema, location_name: "ConfigurationSchema"))
|
820
|
+
DescribeTypeOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
821
|
+
DescribeTypeOutput.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
822
|
+
DescribeTypeOutput.add_member(:original_type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "OriginalTypeArn"))
|
823
|
+
DescribeTypeOutput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
824
|
+
DescribeTypeOutput.add_member(:latest_public_version, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "LatestPublicVersion"))
|
825
|
+
DescribeTypeOutput.add_member(:is_activated, Shapes::ShapeRef.new(shape: IsActivated, location_name: "IsActivated"))
|
826
|
+
DescribeTypeOutput.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
|
709
827
|
DescribeTypeOutput.struct_class = Types::DescribeTypeOutput
|
710
828
|
|
711
829
|
DescribeTypeRegistrationInput.add_member(:registration_token, Shapes::ShapeRef.new(shape: RegistrationToken, required: true, location_name: "RegistrationToken"))
|
@@ -781,6 +899,7 @@ module Aws::CloudFormation
|
|
781
899
|
GetTemplateSummaryInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
782
900
|
GetTemplateSummaryInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
|
783
901
|
GetTemplateSummaryInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, location_name: "StackSetName"))
|
902
|
+
GetTemplateSummaryInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
784
903
|
GetTemplateSummaryInput.struct_class = Types::GetTemplateSummaryInput
|
785
904
|
|
786
905
|
GetTemplateSummaryOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterDeclarations, location_name: "Parameters"))
|
@@ -794,6 +913,16 @@ module Aws::CloudFormation
|
|
794
913
|
GetTemplateSummaryOutput.add_member(:resource_identifier_summaries, Shapes::ShapeRef.new(shape: ResourceIdentifierSummaries, location_name: "ResourceIdentifierSummaries"))
|
795
914
|
GetTemplateSummaryOutput.struct_class = Types::GetTemplateSummaryOutput
|
796
915
|
|
916
|
+
ImportStacksToStackSetInput.add_member(:stack_set_name, Shapes::ShapeRef.new(shape: StackSetNameOrId, required: true, location_name: "StackSetName"))
|
917
|
+
ImportStacksToStackSetInput.add_member(:stack_ids, Shapes::ShapeRef.new(shape: StackIdList, required: true, location_name: "StackIds"))
|
918
|
+
ImportStacksToStackSetInput.add_member(:operation_preferences, Shapes::ShapeRef.new(shape: StackSetOperationPreferences, location_name: "OperationPreferences"))
|
919
|
+
ImportStacksToStackSetInput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId", metadata: {"idempotencyToken"=>true}))
|
920
|
+
ImportStacksToStackSetInput.add_member(:call_as, Shapes::ShapeRef.new(shape: CallAs, location_name: "CallAs"))
|
921
|
+
ImportStacksToStackSetInput.struct_class = Types::ImportStacksToStackSetInput
|
922
|
+
|
923
|
+
ImportStacksToStackSetOutput.add_member(:operation_id, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "OperationId"))
|
924
|
+
ImportStacksToStackSetOutput.struct_class = Types::ImportStacksToStackSetOutput
|
925
|
+
|
797
926
|
Imports.member = Shapes::ShapeRef.new(shape: StackName)
|
798
927
|
|
799
928
|
InsufficientCapabilitiesException.struct_class = Types::InsufficientCapabilitiesException
|
@@ -903,10 +1032,11 @@ module Aws::CloudFormation
|
|
903
1032
|
|
904
1033
|
ListTypeVersionsInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
905
1034
|
ListTypeVersionsInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
906
|
-
ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape:
|
1035
|
+
ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
907
1036
|
ListTypeVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
908
1037
|
ListTypeVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
909
1038
|
ListTypeVersionsInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
1039
|
+
ListTypeVersionsInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
910
1040
|
ListTypeVersionsInput.struct_class = Types::ListTypeVersionsInput
|
911
1041
|
|
912
1042
|
ListTypeVersionsOutput.add_member(:type_version_summaries, Shapes::ShapeRef.new(shape: TypeVersionSummaries, location_name: "TypeVersionSummaries"))
|
@@ -917,6 +1047,7 @@ module Aws::CloudFormation
|
|
917
1047
|
ListTypesInput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
|
918
1048
|
ListTypesInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
|
919
1049
|
ListTypesInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
1050
|
+
ListTypesInput.add_member(:filters, Shapes::ShapeRef.new(shape: TypeFilters, location_name: "Filters"))
|
920
1051
|
ListTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
921
1052
|
ListTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
922
1053
|
ListTypesInput.struct_class = Types::ListTypesInput
|
@@ -992,6 +1123,15 @@ module Aws::CloudFormation
|
|
992
1123
|
|
993
1124
|
PropertyDifferences.member = Shapes::ShapeRef.new(shape: PropertyDifference)
|
994
1125
|
|
1126
|
+
PublishTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
1127
|
+
PublishTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
1128
|
+
PublishTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1129
|
+
PublishTypeInput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
1130
|
+
PublishTypeInput.struct_class = Types::PublishTypeInput
|
1131
|
+
|
1132
|
+
PublishTypeOutput.add_member(:public_type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "PublicTypeArn"))
|
1133
|
+
PublishTypeOutput.struct_class = Types::PublishTypeOutput
|
1134
|
+
|
995
1135
|
RecordHandlerProgressInput.add_member(:bearer_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "BearerToken"))
|
996
1136
|
RecordHandlerProgressInput.add_member(:operation_status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "OperationStatus"))
|
997
1137
|
RecordHandlerProgressInput.add_member(:current_operation_status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "CurrentOperationStatus"))
|
@@ -1005,6 +1145,13 @@ module Aws::CloudFormation
|
|
1005
1145
|
|
1006
1146
|
RegionList.member = Shapes::ShapeRef.new(shape: Region)
|
1007
1147
|
|
1148
|
+
RegisterPublisherInput.add_member(:accept_terms_and_conditions, Shapes::ShapeRef.new(shape: AcceptTermsAndConditions, location_name: "AcceptTermsAndConditions"))
|
1149
|
+
RegisterPublisherInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
|
1150
|
+
RegisterPublisherInput.struct_class = Types::RegisterPublisherInput
|
1151
|
+
|
1152
|
+
RegisterPublisherOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1153
|
+
RegisterPublisherOutput.struct_class = Types::RegisterPublisherOutput
|
1154
|
+
|
1008
1155
|
RegisterTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
1009
1156
|
RegisterTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, required: true, location_name: "TypeName"))
|
1010
1157
|
RegisterTypeInput.add_member(:schema_handler_package, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "SchemaHandlerPackage"))
|
@@ -1018,6 +1165,14 @@ module Aws::CloudFormation
|
|
1018
1165
|
|
1019
1166
|
RegistrationTokenList.member = Shapes::ShapeRef.new(shape: RegistrationToken)
|
1020
1167
|
|
1168
|
+
RequiredActivatedType.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
|
1169
|
+
RequiredActivatedType.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
1170
|
+
RequiredActivatedType.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1171
|
+
RequiredActivatedType.add_member(:supported_major_versions, Shapes::ShapeRef.new(shape: SupportedMajorVersions, location_name: "SupportedMajorVersions"))
|
1172
|
+
RequiredActivatedType.struct_class = Types::RequiredActivatedType
|
1173
|
+
|
1174
|
+
RequiredActivatedTypes.member = Shapes::ShapeRef.new(shape: RequiredActivatedType)
|
1175
|
+
|
1021
1176
|
ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
|
1022
1177
|
ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
|
1023
1178
|
ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
|
@@ -1084,6 +1239,16 @@ module Aws::CloudFormation
|
|
1084
1239
|
SetStackPolicyInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
|
1085
1240
|
SetStackPolicyInput.struct_class = Types::SetStackPolicyInput
|
1086
1241
|
|
1242
|
+
SetTypeConfigurationInput.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
1243
|
+
SetTypeConfigurationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TypeConfiguration, required: true, location_name: "Configuration"))
|
1244
|
+
SetTypeConfigurationInput.add_member(:configuration_alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "ConfigurationAlias"))
|
1245
|
+
SetTypeConfigurationInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1246
|
+
SetTypeConfigurationInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
1247
|
+
SetTypeConfigurationInput.struct_class = Types::SetTypeConfigurationInput
|
1248
|
+
|
1249
|
+
SetTypeConfigurationOutput.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "ConfigurationArn"))
|
1250
|
+
SetTypeConfigurationOutput.struct_class = Types::SetTypeConfigurationOutput
|
1251
|
+
|
1087
1252
|
SetTypeDefaultVersionInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
|
1088
1253
|
SetTypeDefaultVersionInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
|
1089
1254
|
SetTypeDefaultVersionInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
@@ -1145,6 +1310,8 @@ module Aws::CloudFormation
|
|
1145
1310
|
|
1146
1311
|
StackEvents.member = Shapes::ShapeRef.new(shape: StackEvent)
|
1147
1312
|
|
1313
|
+
StackIdList.member = Shapes::ShapeRef.new(shape: StackId)
|
1314
|
+
|
1148
1315
|
StackInstance.add_member(:stack_set_id, Shapes::ShapeRef.new(shape: StackSetId, location_name: "StackSetId"))
|
1149
1316
|
StackInstance.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "Region"))
|
1150
1317
|
StackInstance.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
|
@@ -1183,6 +1350,8 @@ module Aws::CloudFormation
|
|
1183
1350
|
StackInstanceSummary.add_member(:last_drift_check_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastDriftCheckTimestamp"))
|
1184
1351
|
StackInstanceSummary.struct_class = Types::StackInstanceSummary
|
1185
1352
|
|
1353
|
+
StackNotFoundException.struct_class = Types::StackNotFoundException
|
1354
|
+
|
1186
1355
|
StackResource.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, location_name: "StackName"))
|
1187
1356
|
StackResource.add_member(:stack_id, Shapes::ShapeRef.new(shape: StackId, location_name: "StackId"))
|
1188
1357
|
StackResource.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
|
@@ -1363,6 +1532,8 @@ module Aws::CloudFormation
|
|
1363
1532
|
|
1364
1533
|
StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
|
1365
1534
|
|
1535
|
+
SupportedMajorVersions.member = Shapes::ShapeRef.new(shape: SupportedMajorVersion)
|
1536
|
+
|
1366
1537
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
|
1367
1538
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
|
1368
1539
|
Tag.struct_class = Types::Tag
|
@@ -1377,10 +1548,47 @@ module Aws::CloudFormation
|
|
1377
1548
|
|
1378
1549
|
TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
|
1379
1550
|
|
1551
|
+
TestTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
1552
|
+
TestTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
1553
|
+
TestTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1554
|
+
TestTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
|
1555
|
+
TestTypeInput.add_member(:log_delivery_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "LogDeliveryBucket"))
|
1556
|
+
TestTypeInput.struct_class = Types::TestTypeInput
|
1557
|
+
|
1558
|
+
TestTypeOutput.add_member(:type_version_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeVersionArn"))
|
1559
|
+
TestTypeOutput.struct_class = Types::TestTypeOutput
|
1560
|
+
|
1380
1561
|
TokenAlreadyExistsException.struct_class = Types::TokenAlreadyExistsException
|
1381
1562
|
|
1382
1563
|
TransformsList.member = Shapes::ShapeRef.new(shape: TransformName)
|
1383
1564
|
|
1565
|
+
TypeConfigurationDetails.add_member(:arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "Arn"))
|
1566
|
+
TypeConfigurationDetails.add_member(:alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "Alias"))
|
1567
|
+
TypeConfigurationDetails.add_member(:configuration, Shapes::ShapeRef.new(shape: TypeConfiguration, location_name: "Configuration"))
|
1568
|
+
TypeConfigurationDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
1569
|
+
TypeConfigurationDetails.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
1570
|
+
TypeConfigurationDetails.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1571
|
+
TypeConfigurationDetails.add_member(:is_default_configuration, Shapes::ShapeRef.new(shape: IsDefaultConfiguration, location_name: "IsDefaultConfiguration"))
|
1572
|
+
TypeConfigurationDetails.struct_class = Types::TypeConfigurationDetails
|
1573
|
+
|
1574
|
+
TypeConfigurationDetailsList.member = Shapes::ShapeRef.new(shape: TypeConfigurationDetails)
|
1575
|
+
|
1576
|
+
TypeConfigurationIdentifier.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
1577
|
+
TypeConfigurationIdentifier.add_member(:type_configuration_alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "TypeConfigurationAlias"))
|
1578
|
+
TypeConfigurationIdentifier.add_member(:type_configuration_arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "TypeConfigurationArn"))
|
1579
|
+
TypeConfigurationIdentifier.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
|
1580
|
+
TypeConfigurationIdentifier.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
|
1581
|
+
TypeConfigurationIdentifier.struct_class = Types::TypeConfigurationIdentifier
|
1582
|
+
|
1583
|
+
TypeConfigurationIdentifiers.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
|
1584
|
+
|
1585
|
+
TypeConfigurationNotFoundException.struct_class = Types::TypeConfigurationNotFoundException
|
1586
|
+
|
1587
|
+
TypeFilters.add_member(:category, Shapes::ShapeRef.new(shape: Category, location_name: "Category"))
|
1588
|
+
TypeFilters.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1589
|
+
TypeFilters.add_member(:type_name_prefix, Shapes::ShapeRef.new(shape: TypeNamePrefix, location_name: "TypeNamePrefix"))
|
1590
|
+
TypeFilters.struct_class = Types::TypeFilters
|
1591
|
+
|
1384
1592
|
TypeNotFoundException.struct_class = Types::TypeNotFoundException
|
1385
1593
|
|
1386
1594
|
TypeSummaries.member = Shapes::ShapeRef.new(shape: TypeSummary)
|
@@ -1391,6 +1599,13 @@ module Aws::CloudFormation
|
|
1391
1599
|
TypeSummary.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
|
1392
1600
|
TypeSummary.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
|
1393
1601
|
TypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1602
|
+
TypeSummary.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
|
1603
|
+
TypeSummary.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
|
1604
|
+
TypeSummary.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
1605
|
+
TypeSummary.add_member(:latest_public_version, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "LatestPublicVersion"))
|
1606
|
+
TypeSummary.add_member(:publisher_identity, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "PublisherIdentity"))
|
1607
|
+
TypeSummary.add_member(:publisher_name, Shapes::ShapeRef.new(shape: PublisherName, location_name: "PublisherName"))
|
1608
|
+
TypeSummary.add_member(:is_activated, Shapes::ShapeRef.new(shape: IsActivated, location_name: "IsActivated"))
|
1394
1609
|
TypeSummary.struct_class = Types::TypeSummary
|
1395
1610
|
|
1396
1611
|
TypeVersionSummaries.member = Shapes::ShapeRef.new(shape: TypeVersionSummary)
|
@@ -1402,8 +1617,11 @@ module Aws::CloudFormation
|
|
1402
1617
|
TypeVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
|
1403
1618
|
TypeVersionSummary.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
|
1404
1619
|
TypeVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
1620
|
+
TypeVersionSummary.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
|
1405
1621
|
TypeVersionSummary.struct_class = Types::TypeVersionSummary
|
1406
1622
|
|
1623
|
+
UnprocessedTypeConfigurations.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
|
1624
|
+
|
1407
1625
|
UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
|
1408
1626
|
UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
|
1409
1627
|
UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
|
@@ -1496,6 +1714,26 @@ module Aws::CloudFormation
|
|
1496
1714
|
"xmlNamespace" => "http://cloudformation.amazonaws.com/doc/2010-05-15/",
|
1497
1715
|
}
|
1498
1716
|
|
1717
|
+
api.add_operation(:activate_type, Seahorse::Model::Operation.new.tap do |o|
|
1718
|
+
o.name = "ActivateType"
|
1719
|
+
o.http_method = "POST"
|
1720
|
+
o.http_request_uri = "/"
|
1721
|
+
o.input = Shapes::ShapeRef.new(shape: ActivateTypeInput)
|
1722
|
+
o.output = Shapes::ShapeRef.new(shape: ActivateTypeOutput)
|
1723
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
1724
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
1725
|
+
end)
|
1726
|
+
|
1727
|
+
api.add_operation(:batch_describe_type_configurations, Seahorse::Model::Operation.new.tap do |o|
|
1728
|
+
o.name = "BatchDescribeTypeConfigurations"
|
1729
|
+
o.http_method = "POST"
|
1730
|
+
o.http_request_uri = "/"
|
1731
|
+
o.input = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsInput)
|
1732
|
+
o.output = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsOutput)
|
1733
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeConfigurationNotFoundException)
|
1734
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
1735
|
+
end)
|
1736
|
+
|
1499
1737
|
api.add_operation(:cancel_update_stack, Seahorse::Model::Operation.new.tap do |o|
|
1500
1738
|
o.name = "CancelUpdateStack"
|
1501
1739
|
o.http_method = "POST"
|
@@ -1562,6 +1800,16 @@ module Aws::CloudFormation
|
|
1562
1800
|
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1563
1801
|
end)
|
1564
1802
|
|
1803
|
+
api.add_operation(:deactivate_type, Seahorse::Model::Operation.new.tap do |o|
|
1804
|
+
o.name = "DeactivateType"
|
1805
|
+
o.http_method = "POST"
|
1806
|
+
o.http_request_uri = "/"
|
1807
|
+
o.input = Shapes::ShapeRef.new(shape: DeactivateTypeInput)
|
1808
|
+
o.output = Shapes::ShapeRef.new(shape: DeactivateTypeOutput)
|
1809
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
1810
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
1811
|
+
end)
|
1812
|
+
|
1565
1813
|
api.add_operation(:delete_change_set, Seahorse::Model::Operation.new.tap do |o|
|
1566
1814
|
o.name = "DeleteChangeSet"
|
1567
1815
|
o.http_method = "POST"
|
@@ -1635,6 +1883,15 @@ module Aws::CloudFormation
|
|
1635
1883
|
o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
|
1636
1884
|
end)
|
1637
1885
|
|
1886
|
+
api.add_operation(:describe_publisher, Seahorse::Model::Operation.new.tap do |o|
|
1887
|
+
o.name = "DescribePublisher"
|
1888
|
+
o.http_method = "POST"
|
1889
|
+
o.http_request_uri = "/"
|
1890
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePublisherInput)
|
1891
|
+
o.output = Shapes::ShapeRef.new(shape: DescribePublisherOutput)
|
1892
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
1893
|
+
end)
|
1894
|
+
|
1638
1895
|
api.add_operation(:describe_stack_drift_detection_status, Seahorse::Model::Operation.new.tap do |o|
|
1639
1896
|
o.name = "DescribeStackDriftDetectionStatus"
|
1640
1897
|
o.http_method = "POST"
|
@@ -1820,6 +2077,21 @@ module Aws::CloudFormation
|
|
1820
2077
|
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
1821
2078
|
end)
|
1822
2079
|
|
2080
|
+
api.add_operation(:import_stacks_to_stack_set, Seahorse::Model::Operation.new.tap do |o|
|
2081
|
+
o.name = "ImportStacksToStackSet"
|
2082
|
+
o.http_method = "POST"
|
2083
|
+
o.http_request_uri = "/"
|
2084
|
+
o.input = Shapes::ShapeRef.new(shape: ImportStacksToStackSetInput)
|
2085
|
+
o.output = Shapes::ShapeRef.new(shape: ImportStacksToStackSetOutput)
|
2086
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: StackSetNotFoundException)
|
2088
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
|
2090
|
+
o.errors << Shapes::ShapeRef.new(shape: OperationIdAlreadyExistsException)
|
2091
|
+
o.errors << Shapes::ShapeRef.new(shape: StackNotFoundException)
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: StaleRequestException)
|
2093
|
+
end)
|
2094
|
+
|
1823
2095
|
api.add_operation(:list_change_sets, Seahorse::Model::Operation.new.tap do |o|
|
1824
2096
|
o.name = "ListChangeSets"
|
1825
2097
|
o.http_method = "POST"
|
@@ -1990,6 +2262,16 @@ module Aws::CloudFormation
|
|
1990
2262
|
)
|
1991
2263
|
end)
|
1992
2264
|
|
2265
|
+
api.add_operation(:publish_type, Seahorse::Model::Operation.new.tap do |o|
|
2266
|
+
o.name = "PublishType"
|
2267
|
+
o.http_method = "POST"
|
2268
|
+
o.http_request_uri = "/"
|
2269
|
+
o.input = Shapes::ShapeRef.new(shape: PublishTypeInput)
|
2270
|
+
o.output = Shapes::ShapeRef.new(shape: PublishTypeOutput)
|
2271
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2272
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
2273
|
+
end)
|
2274
|
+
|
1993
2275
|
api.add_operation(:record_handler_progress, Seahorse::Model::Operation.new.tap do |o|
|
1994
2276
|
o.name = "RecordHandlerProgress"
|
1995
2277
|
o.http_method = "POST"
|
@@ -2000,6 +2282,15 @@ module Aws::CloudFormation
|
|
2000
2282
|
o.errors << Shapes::ShapeRef.new(shape: OperationStatusCheckFailedException)
|
2001
2283
|
end)
|
2002
2284
|
|
2285
|
+
api.add_operation(:register_publisher, Seahorse::Model::Operation.new.tap do |o|
|
2286
|
+
o.name = "RegisterPublisher"
|
2287
|
+
o.http_method = "POST"
|
2288
|
+
o.http_request_uri = "/"
|
2289
|
+
o.input = Shapes::ShapeRef.new(shape: RegisterPublisherInput)
|
2290
|
+
o.output = Shapes::ShapeRef.new(shape: RegisterPublisherOutput)
|
2291
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2292
|
+
end)
|
2293
|
+
|
2003
2294
|
api.add_operation(:register_type, Seahorse::Model::Operation.new.tap do |o|
|
2004
2295
|
o.name = "RegisterType"
|
2005
2296
|
o.http_method = "POST"
|
@@ -2017,6 +2308,16 @@ module Aws::CloudFormation
|
|
2017
2308
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2018
2309
|
end)
|
2019
2310
|
|
2311
|
+
api.add_operation(:set_type_configuration, Seahorse::Model::Operation.new.tap do |o|
|
2312
|
+
o.name = "SetTypeConfiguration"
|
2313
|
+
o.http_method = "POST"
|
2314
|
+
o.http_request_uri = "/"
|
2315
|
+
o.input = Shapes::ShapeRef.new(shape: SetTypeConfigurationInput)
|
2316
|
+
o.output = Shapes::ShapeRef.new(shape: SetTypeConfigurationOutput)
|
2317
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2318
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
2319
|
+
end)
|
2320
|
+
|
2020
2321
|
api.add_operation(:set_type_default_version, Seahorse::Model::Operation.new.tap do |o|
|
2021
2322
|
o.name = "SetTypeDefaultVersion"
|
2022
2323
|
o.http_method = "POST"
|
@@ -2046,6 +2347,16 @@ module Aws::CloudFormation
|
|
2046
2347
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
2047
2348
|
end)
|
2048
2349
|
|
2350
|
+
api.add_operation(:test_type, Seahorse::Model::Operation.new.tap do |o|
|
2351
|
+
o.name = "TestType"
|
2352
|
+
o.http_method = "POST"
|
2353
|
+
o.http_request_uri = "/"
|
2354
|
+
o.input = Shapes::ShapeRef.new(shape: TestTypeInput)
|
2355
|
+
o.output = Shapes::ShapeRef.new(shape: TestTypeOutput)
|
2356
|
+
o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
|
2357
|
+
o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
|
2358
|
+
end)
|
2359
|
+
|
2049
2360
|
api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
|
2050
2361
|
o.name = "UpdateStack"
|
2051
2362
|
o.http_method = "POST"
|