aws-sdk-cloudformation 1.52.0 → 1.53.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.
@@ -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,7 @@ 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')
139
156
  Imports = Shapes::ListShape.new(name: 'Imports')
140
157
  InProgressStackInstancesCount = Shapes::IntegerShape.new(name: 'InProgressStackInstancesCount')
141
158
  InSyncStackInstancesCount = Shapes::IntegerShape.new(name: 'InSyncStackInstancesCount')
@@ -144,6 +161,8 @@ module Aws::CloudFormation
144
161
  InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
145
162
  InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
146
163
  InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException')
164
+ IsActivated = Shapes::BooleanShape.new(name: 'IsActivated')
165
+ IsDefaultConfiguration = Shapes::BooleanShape.new(name: 'IsDefaultConfiguration')
147
166
  IsDefaultVersion = Shapes::BooleanShape.new(name: 'IsDefaultVersion')
148
167
  Key = Shapes::StringShape.new(name: 'Key')
149
168
  LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
@@ -179,6 +198,7 @@ module Aws::CloudFormation
179
198
  LogicalIdHierarchy = Shapes::StringShape.new(name: 'LogicalIdHierarchy')
180
199
  LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
181
200
  LogicalResourceIds = Shapes::ListShape.new(name: 'LogicalResourceIds')
201
+ MajorVersion = Shapes::IntegerShape.new(name: 'MajorVersion')
182
202
  MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
183
203
  MaxConcurrentPercentage = Shapes::IntegerShape.new(name: 'MaxConcurrentPercentage')
184
204
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
@@ -223,12 +243,21 @@ module Aws::CloudFormation
223
243
  PropertyPath = Shapes::StringShape.new(name: 'PropertyPath')
224
244
  PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
225
245
  ProvisioningType = Shapes::StringShape.new(name: 'ProvisioningType')
246
+ PublicVersionNumber = Shapes::StringShape.new(name: 'PublicVersionNumber')
247
+ PublishTypeInput = Shapes::StructureShape.new(name: 'PublishTypeInput')
248
+ PublishTypeOutput = Shapes::StructureShape.new(name: 'PublishTypeOutput')
249
+ PublisherId = Shapes::StringShape.new(name: 'PublisherId')
250
+ PublisherName = Shapes::StringShape.new(name: 'PublisherName')
251
+ PublisherProfile = Shapes::StringShape.new(name: 'PublisherProfile')
252
+ PublisherStatus = Shapes::StringShape.new(name: 'PublisherStatus')
226
253
  Reason = Shapes::StringShape.new(name: 'Reason')
227
254
  RecordHandlerProgressInput = Shapes::StructureShape.new(name: 'RecordHandlerProgressInput')
228
255
  RecordHandlerProgressOutput = Shapes::StructureShape.new(name: 'RecordHandlerProgressOutput')
229
256
  Region = Shapes::StringShape.new(name: 'Region')
230
257
  RegionConcurrencyType = Shapes::StringShape.new(name: 'RegionConcurrencyType')
231
258
  RegionList = Shapes::ListShape.new(name: 'RegionList')
259
+ RegisterPublisherInput = Shapes::StructureShape.new(name: 'RegisterPublisherInput')
260
+ RegisterPublisherOutput = Shapes::StructureShape.new(name: 'RegisterPublisherOutput')
232
261
  RegisterTypeInput = Shapes::StructureShape.new(name: 'RegisterTypeInput')
233
262
  RegisterTypeOutput = Shapes::StructureShape.new(name: 'RegisterTypeOutput')
234
263
  RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
@@ -237,6 +266,8 @@ module Aws::CloudFormation
237
266
  RegistryType = Shapes::StringShape.new(name: 'RegistryType')
238
267
  Replacement = Shapes::StringShape.new(name: 'Replacement')
239
268
  RequestToken = Shapes::StringShape.new(name: 'RequestToken')
269
+ RequiredActivatedType = Shapes::StructureShape.new(name: 'RequiredActivatedType')
270
+ RequiredActivatedTypes = Shapes::ListShape.new(name: 'RequiredActivatedTypes')
240
271
  RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
241
272
  ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
242
273
  ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
@@ -270,9 +301,12 @@ module Aws::CloudFormation
270
301
  RollbackConfiguration = Shapes::StructureShape.new(name: 'RollbackConfiguration')
271
302
  RollbackTrigger = Shapes::StructureShape.new(name: 'RollbackTrigger')
272
303
  RollbackTriggers = Shapes::ListShape.new(name: 'RollbackTriggers')
304
+ S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
273
305
  S3Url = Shapes::StringShape.new(name: 'S3Url')
274
306
  Scope = Shapes::ListShape.new(name: 'Scope')
275
307
  SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
308
+ SetTypeConfigurationInput = Shapes::StructureShape.new(name: 'SetTypeConfigurationInput')
309
+ SetTypeConfigurationOutput = Shapes::StructureShape.new(name: 'SetTypeConfigurationOutput')
276
310
  SetTypeDefaultVersionInput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionInput')
277
311
  SetTypeDefaultVersionOutput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionOutput')
278
312
  SignalResourceInput = Shapes::StructureShape.new(name: 'SignalResourceInput')
@@ -347,6 +381,8 @@ module Aws::CloudFormation
347
381
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
348
382
  StopStackSetOperationInput = Shapes::StructureShape.new(name: 'StopStackSetOperationInput')
349
383
  StopStackSetOperationOutput = Shapes::StructureShape.new(name: 'StopStackSetOperationOutput')
384
+ SupportedMajorVersion = Shapes::IntegerShape.new(name: 'SupportedMajorVersion')
385
+ SupportedMajorVersions = Shapes::ListShape.new(name: 'SupportedMajorVersions')
350
386
  Tag = Shapes::StructureShape.new(name: 'Tag')
351
387
  TagKey = Shapes::StringShape.new(name: 'TagKey')
352
388
  TagValue = Shapes::StringShape.new(name: 'TagValue')
@@ -357,6 +393,10 @@ module Aws::CloudFormation
357
393
  TemplateParameters = Shapes::ListShape.new(name: 'TemplateParameters')
358
394
  TemplateStage = Shapes::StringShape.new(name: 'TemplateStage')
359
395
  TemplateURL = Shapes::StringShape.new(name: 'TemplateURL')
396
+ TestTypeInput = Shapes::StructureShape.new(name: 'TestTypeInput')
397
+ TestTypeOutput = Shapes::StructureShape.new(name: 'TestTypeOutput')
398
+ ThirdPartyType = Shapes::StringShape.new(name: 'ThirdPartyType')
399
+ ThirdPartyTypeArn = Shapes::StringShape.new(name: 'ThirdPartyTypeArn')
360
400
  TimeoutMinutes = Shapes::IntegerShape.new(name: 'TimeoutMinutes')
361
401
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
362
402
  TokenAlreadyExistsException = Shapes::StructureShape.new(name: 'TokenAlreadyExistsException')
@@ -365,15 +405,28 @@ module Aws::CloudFormation
365
405
  TransformsList = Shapes::ListShape.new(name: 'TransformsList')
366
406
  Type = Shapes::StringShape.new(name: 'Type')
367
407
  TypeArn = Shapes::StringShape.new(name: 'TypeArn')
408
+ TypeConfiguration = Shapes::StringShape.new(name: 'TypeConfiguration')
409
+ TypeConfigurationAlias = Shapes::StringShape.new(name: 'TypeConfigurationAlias')
410
+ TypeConfigurationArn = Shapes::StringShape.new(name: 'TypeConfigurationArn')
411
+ TypeConfigurationDetails = Shapes::StructureShape.new(name: 'TypeConfigurationDetails')
412
+ TypeConfigurationDetailsList = Shapes::ListShape.new(name: 'TypeConfigurationDetailsList')
413
+ TypeConfigurationIdentifier = Shapes::StructureShape.new(name: 'TypeConfigurationIdentifier')
414
+ TypeConfigurationIdentifiers = Shapes::ListShape.new(name: 'TypeConfigurationIdentifiers')
415
+ TypeConfigurationNotFoundException = Shapes::StructureShape.new(name: 'TypeConfigurationNotFoundException')
416
+ TypeFilters = Shapes::StructureShape.new(name: 'TypeFilters')
368
417
  TypeHierarchy = Shapes::StringShape.new(name: 'TypeHierarchy')
369
418
  TypeName = Shapes::StringShape.new(name: 'TypeName')
419
+ TypeNamePrefix = Shapes::StringShape.new(name: 'TypeNamePrefix')
370
420
  TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException')
371
421
  TypeSchema = Shapes::StringShape.new(name: 'TypeSchema')
372
422
  TypeSummaries = Shapes::ListShape.new(name: 'TypeSummaries')
373
423
  TypeSummary = Shapes::StructureShape.new(name: 'TypeSummary')
424
+ TypeTestsStatus = Shapes::StringShape.new(name: 'TypeTestsStatus')
425
+ TypeTestsStatusDescription = Shapes::StringShape.new(name: 'TypeTestsStatusDescription')
374
426
  TypeVersionId = Shapes::StringShape.new(name: 'TypeVersionId')
375
427
  TypeVersionSummaries = Shapes::ListShape.new(name: 'TypeVersionSummaries')
376
428
  TypeVersionSummary = Shapes::StructureShape.new(name: 'TypeVersionSummary')
429
+ UnprocessedTypeConfigurations = Shapes::ListShape.new(name: 'UnprocessedTypeConfigurations')
377
430
  UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
378
431
  UpdateStackInstancesInput = Shapes::StructureShape.new(name: 'UpdateStackInstancesInput')
379
432
  UpdateStackInstancesOutput = Shapes::StructureShape.new(name: 'UpdateStackInstancesOutput')
@@ -389,6 +442,7 @@ module Aws::CloudFormation
389
442
  ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
390
443
  Value = Shapes::StringShape.new(name: 'Value')
391
444
  Version = Shapes::StringShape.new(name: 'Version')
445
+ VersionBump = Shapes::StringShape.new(name: 'VersionBump')
392
446
  Visibility = Shapes::StringShape.new(name: 'Visibility')
393
447
 
394
448
  AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
@@ -403,6 +457,21 @@ module Aws::CloudFormation
403
457
 
404
458
  AccountList.member = Shapes::ShapeRef.new(shape: Account)
405
459
 
460
+ ActivateTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
461
+ ActivateTypeInput.add_member(:public_type_arn, Shapes::ShapeRef.new(shape: ThirdPartyTypeArn, location_name: "PublicTypeArn"))
462
+ ActivateTypeInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
463
+ ActivateTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
464
+ ActivateTypeInput.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
465
+ ActivateTypeInput.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
466
+ ActivateTypeInput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
467
+ ActivateTypeInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
468
+ ActivateTypeInput.add_member(:version_bump, Shapes::ShapeRef.new(shape: VersionBump, location_name: "VersionBump"))
469
+ ActivateTypeInput.add_member(:major_version, Shapes::ShapeRef.new(shape: MajorVersion, location_name: "MajorVersion"))
470
+ ActivateTypeInput.struct_class = Types::ActivateTypeInput
471
+
472
+ ActivateTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
473
+ ActivateTypeOutput.struct_class = Types::ActivateTypeOutput
474
+
406
475
  AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
407
476
 
408
477
  AlreadyExistsException.struct_class = Types::AlreadyExistsException
@@ -411,6 +480,21 @@ module Aws::CloudFormation
411
480
  AutoDeployment.add_member(:retain_stacks_on_account_removal, Shapes::ShapeRef.new(shape: RetainStacksOnAccountRemovalNullable, location_name: "RetainStacksOnAccountRemoval"))
412
481
  AutoDeployment.struct_class = Types::AutoDeployment
413
482
 
483
+ BatchDescribeTypeConfigurationsError.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "ErrorCode"))
484
+ BatchDescribeTypeConfigurationsError.add_member(:error_message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "ErrorMessage"))
485
+ BatchDescribeTypeConfigurationsError.add_member(:type_configuration_identifier, Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier, location_name: "TypeConfigurationIdentifier"))
486
+ BatchDescribeTypeConfigurationsError.struct_class = Types::BatchDescribeTypeConfigurationsError
487
+
488
+ BatchDescribeTypeConfigurationsErrors.member = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsError)
489
+
490
+ BatchDescribeTypeConfigurationsInput.add_member(:type_configuration_identifiers, Shapes::ShapeRef.new(shape: TypeConfigurationIdentifiers, required: true, location_name: "TypeConfigurationIdentifiers"))
491
+ BatchDescribeTypeConfigurationsInput.struct_class = Types::BatchDescribeTypeConfigurationsInput
492
+
493
+ BatchDescribeTypeConfigurationsOutput.add_member(:errors, Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsErrors, location_name: "Errors"))
494
+ BatchDescribeTypeConfigurationsOutput.add_member(:unprocessed_type_configurations, Shapes::ShapeRef.new(shape: UnprocessedTypeConfigurations, location_name: "UnprocessedTypeConfigurations"))
495
+ BatchDescribeTypeConfigurationsOutput.add_member(:type_configurations, Shapes::ShapeRef.new(shape: TypeConfigurationDetailsList, location_name: "TypeConfigurations"))
496
+ BatchDescribeTypeConfigurationsOutput.struct_class = Types::BatchDescribeTypeConfigurationsOutput
497
+
414
498
  CFNRegistryException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
415
499
  CFNRegistryException.struct_class = Types::CFNRegistryException
416
500
 
@@ -530,6 +614,13 @@ module Aws::CloudFormation
530
614
 
531
615
  CreatedButModifiedException.struct_class = Types::CreatedButModifiedException
532
616
 
617
+ DeactivateTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
618
+ DeactivateTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
619
+ DeactivateTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
620
+ DeactivateTypeInput.struct_class = Types::DeactivateTypeInput
621
+
622
+ DeactivateTypeOutput.struct_class = Types::DeactivateTypeOutput
623
+
533
624
  DeleteChangeSetInput.add_member(:change_set_name, Shapes::ShapeRef.new(shape: ChangeSetNameOrId, required: true, location_name: "ChangeSetName"))
534
625
  DeleteChangeSetInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, location_name: "StackName"))
535
626
  DeleteChangeSetInput.struct_class = Types::DeleteChangeSetInput
@@ -607,6 +698,15 @@ module Aws::CloudFormation
607
698
  DescribeChangeSetOutput.add_member(:root_change_set_id, Shapes::ShapeRef.new(shape: ChangeSetId, location_name: "RootChangeSetId"))
608
699
  DescribeChangeSetOutput.struct_class = Types::DescribeChangeSetOutput
609
700
 
701
+ DescribePublisherInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
702
+ DescribePublisherInput.struct_class = Types::DescribePublisherInput
703
+
704
+ DescribePublisherOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
705
+ DescribePublisherOutput.add_member(:publisher_status, Shapes::ShapeRef.new(shape: PublisherStatus, location_name: "PublisherStatus"))
706
+ DescribePublisherOutput.add_member(:identity_provider, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "IdentityProvider"))
707
+ DescribePublisherOutput.add_member(:publisher_profile, Shapes::ShapeRef.new(shape: PublisherProfile, location_name: "PublisherProfile"))
708
+ DescribePublisherOutput.struct_class = Types::DescribePublisherOutput
709
+
610
710
  DescribeStackDriftDetectionStatusInput.add_member(:stack_drift_detection_id, Shapes::ShapeRef.new(shape: StackDriftDetectionId, required: true, location_name: "StackDriftDetectionId"))
611
711
  DescribeStackDriftDetectionStatusInput.struct_class = Types::DescribeStackDriftDetectionStatusInput
612
712
 
@@ -688,6 +788,8 @@ module Aws::CloudFormation
688
788
  DescribeTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
689
789
  DescribeTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
690
790
  DescribeTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
791
+ DescribeTypeInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
792
+ DescribeTypeInput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
691
793
  DescribeTypeInput.struct_class = Types::DescribeTypeInput
692
794
 
693
795
  DescribeTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
@@ -695,17 +797,28 @@ module Aws::CloudFormation
695
797
  DescribeTypeOutput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
696
798
  DescribeTypeOutput.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "DefaultVersionId"))
697
799
  DescribeTypeOutput.add_member(:is_default_version, Shapes::ShapeRef.new(shape: IsDefaultVersion, location_name: "IsDefaultVersion"))
800
+ DescribeTypeOutput.add_member(:type_tests_status, Shapes::ShapeRef.new(shape: TypeTestsStatus, location_name: "TypeTestsStatus"))
801
+ DescribeTypeOutput.add_member(:type_tests_status_description, Shapes::ShapeRef.new(shape: TypeTestsStatusDescription, location_name: "TypeTestsStatusDescription"))
698
802
  DescribeTypeOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
699
803
  DescribeTypeOutput.add_member(:schema, Shapes::ShapeRef.new(shape: TypeSchema, location_name: "Schema"))
700
804
  DescribeTypeOutput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
701
805
  DescribeTypeOutput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
702
806
  DescribeTypeOutput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
807
+ DescribeTypeOutput.add_member(:required_activated_types, Shapes::ShapeRef.new(shape: RequiredActivatedTypes, location_name: "RequiredActivatedTypes"))
703
808
  DescribeTypeOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
704
809
  DescribeTypeOutput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
705
810
  DescribeTypeOutput.add_member(:source_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "SourceUrl"))
706
811
  DescribeTypeOutput.add_member(:documentation_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "DocumentationUrl"))
707
812
  DescribeTypeOutput.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
708
813
  DescribeTypeOutput.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
814
+ DescribeTypeOutput.add_member(:configuration_schema, Shapes::ShapeRef.new(shape: ConfigurationSchema, location_name: "ConfigurationSchema"))
815
+ DescribeTypeOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
816
+ DescribeTypeOutput.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
817
+ DescribeTypeOutput.add_member(:original_type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "OriginalTypeArn"))
818
+ DescribeTypeOutput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
819
+ DescribeTypeOutput.add_member(:latest_public_version, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "LatestPublicVersion"))
820
+ DescribeTypeOutput.add_member(:is_activated, Shapes::ShapeRef.new(shape: IsActivated, location_name: "IsActivated"))
821
+ DescribeTypeOutput.add_member(:auto_update, Shapes::ShapeRef.new(shape: AutoUpdate, location_name: "AutoUpdate"))
709
822
  DescribeTypeOutput.struct_class = Types::DescribeTypeOutput
710
823
 
711
824
  DescribeTypeRegistrationInput.add_member(:registration_token, Shapes::ShapeRef.new(shape: RegistrationToken, required: true, location_name: "RegistrationToken"))
@@ -904,10 +1017,11 @@ module Aws::CloudFormation
904
1017
 
905
1018
  ListTypeVersionsInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
906
1019
  ListTypeVersionsInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
907
- ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
1020
+ ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
908
1021
  ListTypeVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
909
1022
  ListTypeVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
910
1023
  ListTypeVersionsInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
1024
+ ListTypeVersionsInput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
911
1025
  ListTypeVersionsInput.struct_class = Types::ListTypeVersionsInput
912
1026
 
913
1027
  ListTypeVersionsOutput.add_member(:type_version_summaries, Shapes::ShapeRef.new(shape: TypeVersionSummaries, location_name: "TypeVersionSummaries"))
@@ -918,6 +1032,7 @@ module Aws::CloudFormation
918
1032
  ListTypesInput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
919
1033
  ListTypesInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
920
1034
  ListTypesInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
1035
+ ListTypesInput.add_member(:filters, Shapes::ShapeRef.new(shape: TypeFilters, location_name: "Filters"))
921
1036
  ListTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
922
1037
  ListTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
923
1038
  ListTypesInput.struct_class = Types::ListTypesInput
@@ -993,6 +1108,15 @@ module Aws::CloudFormation
993
1108
 
994
1109
  PropertyDifferences.member = Shapes::ShapeRef.new(shape: PropertyDifference)
995
1110
 
1111
+ PublishTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
1112
+ PublishTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
1113
+ PublishTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1114
+ PublishTypeInput.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
1115
+ PublishTypeInput.struct_class = Types::PublishTypeInput
1116
+
1117
+ PublishTypeOutput.add_member(:public_type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "PublicTypeArn"))
1118
+ PublishTypeOutput.struct_class = Types::PublishTypeOutput
1119
+
996
1120
  RecordHandlerProgressInput.add_member(:bearer_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "BearerToken"))
997
1121
  RecordHandlerProgressInput.add_member(:operation_status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "OperationStatus"))
998
1122
  RecordHandlerProgressInput.add_member(:current_operation_status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "CurrentOperationStatus"))
@@ -1006,6 +1130,13 @@ module Aws::CloudFormation
1006
1130
 
1007
1131
  RegionList.member = Shapes::ShapeRef.new(shape: Region)
1008
1132
 
1133
+ RegisterPublisherInput.add_member(:accept_terms_and_conditions, Shapes::ShapeRef.new(shape: AcceptTermsAndConditions, location_name: "AcceptTermsAndConditions"))
1134
+ RegisterPublisherInput.add_member(:connection_arn, Shapes::ShapeRef.new(shape: ConnectionArn, location_name: "ConnectionArn"))
1135
+ RegisterPublisherInput.struct_class = Types::RegisterPublisherInput
1136
+
1137
+ RegisterPublisherOutput.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
1138
+ RegisterPublisherOutput.struct_class = Types::RegisterPublisherOutput
1139
+
1009
1140
  RegisterTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
1010
1141
  RegisterTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, required: true, location_name: "TypeName"))
1011
1142
  RegisterTypeInput.add_member(:schema_handler_package, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "SchemaHandlerPackage"))
@@ -1019,6 +1150,14 @@ module Aws::CloudFormation
1019
1150
 
1020
1151
  RegistrationTokenList.member = Shapes::ShapeRef.new(shape: RegistrationToken)
1021
1152
 
1153
+ RequiredActivatedType.add_member(:type_name_alias, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeNameAlias"))
1154
+ RequiredActivatedType.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
1155
+ RequiredActivatedType.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
1156
+ RequiredActivatedType.add_member(:supported_major_versions, Shapes::ShapeRef.new(shape: SupportedMajorVersions, location_name: "SupportedMajorVersions"))
1157
+ RequiredActivatedType.struct_class = Types::RequiredActivatedType
1158
+
1159
+ RequiredActivatedTypes.member = Shapes::ShapeRef.new(shape: RequiredActivatedType)
1160
+
1022
1161
  ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
1023
1162
  ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
1024
1163
  ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
@@ -1085,6 +1224,16 @@ module Aws::CloudFormation
1085
1224
  SetStackPolicyInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
1086
1225
  SetStackPolicyInput.struct_class = Types::SetStackPolicyInput
1087
1226
 
1227
+ SetTypeConfigurationInput.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
1228
+ SetTypeConfigurationInput.add_member(:configuration, Shapes::ShapeRef.new(shape: TypeConfiguration, required: true, location_name: "Configuration"))
1229
+ SetTypeConfigurationInput.add_member(:configuration_alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "ConfigurationAlias"))
1230
+ SetTypeConfigurationInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1231
+ SetTypeConfigurationInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
1232
+ SetTypeConfigurationInput.struct_class = Types::SetTypeConfigurationInput
1233
+
1234
+ SetTypeConfigurationOutput.add_member(:configuration_arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "ConfigurationArn"))
1235
+ SetTypeConfigurationOutput.struct_class = Types::SetTypeConfigurationOutput
1236
+
1088
1237
  SetTypeDefaultVersionInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
1089
1238
  SetTypeDefaultVersionInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
1090
1239
  SetTypeDefaultVersionInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
@@ -1364,6 +1513,8 @@ module Aws::CloudFormation
1364
1513
 
1365
1514
  StopStackSetOperationOutput.struct_class = Types::StopStackSetOperationOutput
1366
1515
 
1516
+ SupportedMajorVersions.member = Shapes::ShapeRef.new(shape: SupportedMajorVersion)
1517
+
1367
1518
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
1368
1519
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
1369
1520
  Tag.struct_class = Types::Tag
@@ -1378,10 +1529,47 @@ module Aws::CloudFormation
1378
1529
 
1379
1530
  TemplateParameters.member = Shapes::ShapeRef.new(shape: TemplateParameter)
1380
1531
 
1532
+ TestTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
1533
+ TestTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
1534
+ TestTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1535
+ TestTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
1536
+ TestTypeInput.add_member(:log_delivery_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "LogDeliveryBucket"))
1537
+ TestTypeInput.struct_class = Types::TestTypeInput
1538
+
1539
+ TestTypeOutput.add_member(:type_version_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeVersionArn"))
1540
+ TestTypeOutput.struct_class = Types::TestTypeOutput
1541
+
1381
1542
  TokenAlreadyExistsException.struct_class = Types::TokenAlreadyExistsException
1382
1543
 
1383
1544
  TransformsList.member = Shapes::ShapeRef.new(shape: TransformName)
1384
1545
 
1546
+ TypeConfigurationDetails.add_member(:arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "Arn"))
1547
+ TypeConfigurationDetails.add_member(:alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "Alias"))
1548
+ TypeConfigurationDetails.add_member(:configuration, Shapes::ShapeRef.new(shape: TypeConfiguration, location_name: "Configuration"))
1549
+ TypeConfigurationDetails.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
1550
+ TypeConfigurationDetails.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
1551
+ TypeConfigurationDetails.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1552
+ TypeConfigurationDetails.add_member(:is_default_configuration, Shapes::ShapeRef.new(shape: IsDefaultConfiguration, location_name: "IsDefaultConfiguration"))
1553
+ TypeConfigurationDetails.struct_class = Types::TypeConfigurationDetails
1554
+
1555
+ TypeConfigurationDetailsList.member = Shapes::ShapeRef.new(shape: TypeConfigurationDetails)
1556
+
1557
+ TypeConfigurationIdentifier.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
1558
+ TypeConfigurationIdentifier.add_member(:type_configuration_alias, Shapes::ShapeRef.new(shape: TypeConfigurationAlias, location_name: "TypeConfigurationAlias"))
1559
+ TypeConfigurationIdentifier.add_member(:type_configuration_arn, Shapes::ShapeRef.new(shape: TypeConfigurationArn, location_name: "TypeConfigurationArn"))
1560
+ TypeConfigurationIdentifier.add_member(:type, Shapes::ShapeRef.new(shape: ThirdPartyType, location_name: "Type"))
1561
+ TypeConfigurationIdentifier.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1562
+ TypeConfigurationIdentifier.struct_class = Types::TypeConfigurationIdentifier
1563
+
1564
+ TypeConfigurationIdentifiers.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
1565
+
1566
+ TypeConfigurationNotFoundException.struct_class = Types::TypeConfigurationNotFoundException
1567
+
1568
+ TypeFilters.add_member(:category, Shapes::ShapeRef.new(shape: Category, location_name: "Category"))
1569
+ TypeFilters.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
1570
+ TypeFilters.add_member(:type_name_prefix, Shapes::ShapeRef.new(shape: TypeNamePrefix, location_name: "TypeNamePrefix"))
1571
+ TypeFilters.struct_class = Types::TypeFilters
1572
+
1385
1573
  TypeNotFoundException.struct_class = Types::TypeNotFoundException
1386
1574
 
1387
1575
  TypeSummaries.member = Shapes::ShapeRef.new(shape: TypeSummary)
@@ -1392,6 +1580,13 @@ module Aws::CloudFormation
1392
1580
  TypeSummary.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
1393
1581
  TypeSummary.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
1394
1582
  TypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1583
+ TypeSummary.add_member(:publisher_id, Shapes::ShapeRef.new(shape: PublisherId, location_name: "PublisherId"))
1584
+ TypeSummary.add_member(:original_type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "OriginalTypeName"))
1585
+ TypeSummary.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
1586
+ TypeSummary.add_member(:latest_public_version, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "LatestPublicVersion"))
1587
+ TypeSummary.add_member(:publisher_identity, Shapes::ShapeRef.new(shape: IdentityProvider, location_name: "PublisherIdentity"))
1588
+ TypeSummary.add_member(:publisher_name, Shapes::ShapeRef.new(shape: PublisherName, location_name: "PublisherName"))
1589
+ TypeSummary.add_member(:is_activated, Shapes::ShapeRef.new(shape: IsActivated, location_name: "IsActivated"))
1395
1590
  TypeSummary.struct_class = Types::TypeSummary
1396
1591
 
1397
1592
  TypeVersionSummaries.member = Shapes::ShapeRef.new(shape: TypeVersionSummary)
@@ -1403,8 +1598,11 @@ module Aws::CloudFormation
1403
1598
  TypeVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
1404
1599
  TypeVersionSummary.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
1405
1600
  TypeVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1601
+ TypeVersionSummary.add_member(:public_version_number, Shapes::ShapeRef.new(shape: PublicVersionNumber, location_name: "PublicVersionNumber"))
1406
1602
  TypeVersionSummary.struct_class = Types::TypeVersionSummary
1407
1603
 
1604
+ UnprocessedTypeConfigurations.member = Shapes::ShapeRef.new(shape: TypeConfigurationIdentifier)
1605
+
1408
1606
  UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
1409
1607
  UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
1410
1608
  UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
@@ -1497,6 +1695,26 @@ module Aws::CloudFormation
1497
1695
  "xmlNamespace" => "http://cloudformation.amazonaws.com/doc/2010-05-15/",
1498
1696
  }
1499
1697
 
1698
+ api.add_operation(:activate_type, Seahorse::Model::Operation.new.tap do |o|
1699
+ o.name = "ActivateType"
1700
+ o.http_method = "POST"
1701
+ o.http_request_uri = "/"
1702
+ o.input = Shapes::ShapeRef.new(shape: ActivateTypeInput)
1703
+ o.output = Shapes::ShapeRef.new(shape: ActivateTypeOutput)
1704
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
1706
+ end)
1707
+
1708
+ api.add_operation(:batch_describe_type_configurations, Seahorse::Model::Operation.new.tap do |o|
1709
+ o.name = "BatchDescribeTypeConfigurations"
1710
+ o.http_method = "POST"
1711
+ o.http_request_uri = "/"
1712
+ o.input = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsInput)
1713
+ o.output = Shapes::ShapeRef.new(shape: BatchDescribeTypeConfigurationsOutput)
1714
+ o.errors << Shapes::ShapeRef.new(shape: TypeConfigurationNotFoundException)
1715
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1716
+ end)
1717
+
1500
1718
  api.add_operation(:cancel_update_stack, Seahorse::Model::Operation.new.tap do |o|
1501
1719
  o.name = "CancelUpdateStack"
1502
1720
  o.http_method = "POST"
@@ -1563,6 +1781,16 @@ module Aws::CloudFormation
1563
1781
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1564
1782
  end)
1565
1783
 
1784
+ api.add_operation(:deactivate_type, Seahorse::Model::Operation.new.tap do |o|
1785
+ o.name = "DeactivateType"
1786
+ o.http_method = "POST"
1787
+ o.http_request_uri = "/"
1788
+ o.input = Shapes::ShapeRef.new(shape: DeactivateTypeInput)
1789
+ o.output = Shapes::ShapeRef.new(shape: DeactivateTypeOutput)
1790
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1791
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
1792
+ end)
1793
+
1566
1794
  api.add_operation(:delete_change_set, Seahorse::Model::Operation.new.tap do |o|
1567
1795
  o.name = "DeleteChangeSet"
1568
1796
  o.http_method = "POST"
@@ -1636,6 +1864,15 @@ module Aws::CloudFormation
1636
1864
  o.errors << Shapes::ShapeRef.new(shape: ChangeSetNotFoundException)
1637
1865
  end)
1638
1866
 
1867
+ api.add_operation(:describe_publisher, Seahorse::Model::Operation.new.tap do |o|
1868
+ o.name = "DescribePublisher"
1869
+ o.http_method = "POST"
1870
+ o.http_request_uri = "/"
1871
+ o.input = Shapes::ShapeRef.new(shape: DescribePublisherInput)
1872
+ o.output = Shapes::ShapeRef.new(shape: DescribePublisherOutput)
1873
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1874
+ end)
1875
+
1639
1876
  api.add_operation(:describe_stack_drift_detection_status, Seahorse::Model::Operation.new.tap do |o|
1640
1877
  o.name = "DescribeStackDriftDetectionStatus"
1641
1878
  o.http_method = "POST"
@@ -1991,6 +2228,16 @@ module Aws::CloudFormation
1991
2228
  )
1992
2229
  end)
1993
2230
 
2231
+ api.add_operation(:publish_type, Seahorse::Model::Operation.new.tap do |o|
2232
+ o.name = "PublishType"
2233
+ o.http_method = "POST"
2234
+ o.http_request_uri = "/"
2235
+ o.input = Shapes::ShapeRef.new(shape: PublishTypeInput)
2236
+ o.output = Shapes::ShapeRef.new(shape: PublishTypeOutput)
2237
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
2238
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
2239
+ end)
2240
+
1994
2241
  api.add_operation(:record_handler_progress, Seahorse::Model::Operation.new.tap do |o|
1995
2242
  o.name = "RecordHandlerProgress"
1996
2243
  o.http_method = "POST"
@@ -2001,6 +2248,15 @@ module Aws::CloudFormation
2001
2248
  o.errors << Shapes::ShapeRef.new(shape: OperationStatusCheckFailedException)
2002
2249
  end)
2003
2250
 
2251
+ api.add_operation(:register_publisher, Seahorse::Model::Operation.new.tap do |o|
2252
+ o.name = "RegisterPublisher"
2253
+ o.http_method = "POST"
2254
+ o.http_request_uri = "/"
2255
+ o.input = Shapes::ShapeRef.new(shape: RegisterPublisherInput)
2256
+ o.output = Shapes::ShapeRef.new(shape: RegisterPublisherOutput)
2257
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
2258
+ end)
2259
+
2004
2260
  api.add_operation(:register_type, Seahorse::Model::Operation.new.tap do |o|
2005
2261
  o.name = "RegisterType"
2006
2262
  o.http_method = "POST"
@@ -2018,6 +2274,16 @@ module Aws::CloudFormation
2018
2274
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2019
2275
  end)
2020
2276
 
2277
+ api.add_operation(:set_type_configuration, Seahorse::Model::Operation.new.tap do |o|
2278
+ o.name = "SetTypeConfiguration"
2279
+ o.http_method = "POST"
2280
+ o.http_request_uri = "/"
2281
+ o.input = Shapes::ShapeRef.new(shape: SetTypeConfigurationInput)
2282
+ o.output = Shapes::ShapeRef.new(shape: SetTypeConfigurationOutput)
2283
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
2284
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
2285
+ end)
2286
+
2021
2287
  api.add_operation(:set_type_default_version, Seahorse::Model::Operation.new.tap do |o|
2022
2288
  o.name = "SetTypeDefaultVersion"
2023
2289
  o.http_method = "POST"
@@ -2047,6 +2313,16 @@ module Aws::CloudFormation
2047
2313
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
2048
2314
  end)
2049
2315
 
2316
+ api.add_operation(:test_type, Seahorse::Model::Operation.new.tap do |o|
2317
+ o.name = "TestType"
2318
+ o.http_method = "POST"
2319
+ o.http_request_uri = "/"
2320
+ o.input = Shapes::ShapeRef.new(shape: TestTypeInput)
2321
+ o.output = Shapes::ShapeRef.new(shape: TestTypeOutput)
2322
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
2323
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
2324
+ end)
2325
+
2050
2326
  api.add_operation(:update_stack, Seahorse::Model::Operation.new.tap do |o|
2051
2327
  o.name = "UpdateStack"
2052
2328
  o.http_method = "POST"