aws-sdk-cloudformation 1.27.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,7 @@ module Aws::CloudFormation
24
24
  Arn = Shapes::StringShape.new(name: 'Arn')
25
25
  BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
26
26
  BoxedMaxResults = Shapes::IntegerShape.new(name: 'BoxedMaxResults')
27
+ CFNRegistryException = Shapes::StructureShape.new(name: 'CFNRegistryException')
27
28
  CancelUpdateStackInput = Shapes::StructureShape.new(name: 'CancelUpdateStackInput')
28
29
  Capabilities = Shapes::ListShape.new(name: 'Capabilities')
29
30
  CapabilitiesReason = Shapes::StringShape.new(name: 'CapabilitiesReason')
@@ -65,6 +66,9 @@ module Aws::CloudFormation
65
66
  DeleteStackSetInput = Shapes::StructureShape.new(name: 'DeleteStackSetInput')
66
67
  DeleteStackSetOutput = Shapes::StructureShape.new(name: 'DeleteStackSetOutput')
67
68
  DeletionTime = Shapes::TimestampShape.new(name: 'DeletionTime')
69
+ DeprecatedStatus = Shapes::StringShape.new(name: 'DeprecatedStatus')
70
+ DeregisterTypeInput = Shapes::StructureShape.new(name: 'DeregisterTypeInput')
71
+ DeregisterTypeOutput = Shapes::StructureShape.new(name: 'DeregisterTypeOutput')
68
72
  DescribeAccountLimitsInput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsInput')
69
73
  DescribeAccountLimitsOutput = Shapes::StructureShape.new(name: 'DescribeAccountLimitsOutput')
70
74
  DescribeChangeSetInput = Shapes::StructureShape.new(name: 'DescribeChangeSetInput')
@@ -87,6 +91,10 @@ module Aws::CloudFormation
87
91
  DescribeStackSetOutput = Shapes::StructureShape.new(name: 'DescribeStackSetOutput')
88
92
  DescribeStacksInput = Shapes::StructureShape.new(name: 'DescribeStacksInput')
89
93
  DescribeStacksOutput = Shapes::StructureShape.new(name: 'DescribeStacksOutput')
94
+ DescribeTypeInput = Shapes::StructureShape.new(name: 'DescribeTypeInput')
95
+ DescribeTypeOutput = Shapes::StructureShape.new(name: 'DescribeTypeOutput')
96
+ DescribeTypeRegistrationInput = Shapes::StructureShape.new(name: 'DescribeTypeRegistrationInput')
97
+ DescribeTypeRegistrationOutput = Shapes::StructureShape.new(name: 'DescribeTypeRegistrationOutput')
90
98
  Description = Shapes::StringShape.new(name: 'Description')
91
99
  DetectStackDriftInput = Shapes::StructureShape.new(name: 'DetectStackDriftInput')
92
100
  DetectStackDriftOutput = Shapes::StructureShape.new(name: 'DetectStackDriftOutput')
@@ -95,6 +103,7 @@ module Aws::CloudFormation
95
103
  DifferenceType = Shapes::StringShape.new(name: 'DifferenceType')
96
104
  DisableRollback = Shapes::BooleanShape.new(name: 'DisableRollback')
97
105
  EnableTerminationProtection = Shapes::BooleanShape.new(name: 'EnableTerminationProtection')
106
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
98
107
  EstimateTemplateCostInput = Shapes::StructureShape.new(name: 'EstimateTemplateCostInput')
99
108
  EstimateTemplateCostOutput = Shapes::StructureShape.new(name: 'EstimateTemplateCostOutput')
100
109
  EvaluationType = Shapes::StringShape.new(name: 'EvaluationType')
@@ -115,10 +124,12 @@ module Aws::CloudFormation
115
124
  GetTemplateOutput = Shapes::StructureShape.new(name: 'GetTemplateOutput')
116
125
  GetTemplateSummaryInput = Shapes::StructureShape.new(name: 'GetTemplateSummaryInput')
117
126
  GetTemplateSummaryOutput = Shapes::StructureShape.new(name: 'GetTemplateSummaryOutput')
127
+ HandlerErrorCode = Shapes::StringShape.new(name: 'HandlerErrorCode')
118
128
  Imports = Shapes::ListShape.new(name: 'Imports')
119
129
  InsufficientCapabilitiesException = Shapes::StructureShape.new(name: 'InsufficientCapabilitiesException')
120
130
  InvalidChangeSetStatusException = Shapes::StructureShape.new(name: 'InvalidChangeSetStatusException')
121
131
  InvalidOperationException = Shapes::StructureShape.new(name: 'InvalidOperationException')
132
+ InvalidStateTransitionException = Shapes::StructureShape.new(name: 'InvalidStateTransitionException')
122
133
  Key = Shapes::StringShape.new(name: 'Key')
123
134
  LastUpdatedTime = Shapes::TimestampShape.new(name: 'LastUpdatedTime')
124
135
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
@@ -142,6 +153,14 @@ module Aws::CloudFormation
142
153
  ListStackSetsOutput = Shapes::StructureShape.new(name: 'ListStackSetsOutput')
143
154
  ListStacksInput = Shapes::StructureShape.new(name: 'ListStacksInput')
144
155
  ListStacksOutput = Shapes::StructureShape.new(name: 'ListStacksOutput')
156
+ ListTypeRegistrationsInput = Shapes::StructureShape.new(name: 'ListTypeRegistrationsInput')
157
+ ListTypeRegistrationsOutput = Shapes::StructureShape.new(name: 'ListTypeRegistrationsOutput')
158
+ ListTypeVersionsInput = Shapes::StructureShape.new(name: 'ListTypeVersionsInput')
159
+ ListTypeVersionsOutput = Shapes::StructureShape.new(name: 'ListTypeVersionsOutput')
160
+ ListTypesInput = Shapes::StructureShape.new(name: 'ListTypesInput')
161
+ ListTypesOutput = Shapes::StructureShape.new(name: 'ListTypesOutput')
162
+ LogGroupName = Shapes::StringShape.new(name: 'LogGroupName')
163
+ LoggingConfig = Shapes::StructureShape.new(name: 'LoggingConfig')
145
164
  LogicalResourceId = Shapes::StringShape.new(name: 'LogicalResourceId')
146
165
  LogicalResourceIds = Shapes::ListShape.new(name: 'LogicalResourceIds')
147
166
  MaxConcurrentCount = Shapes::IntegerShape.new(name: 'MaxConcurrentCount')
@@ -158,6 +177,9 @@ module Aws::CloudFormation
158
177
  OperationIdAlreadyExistsException = Shapes::StructureShape.new(name: 'OperationIdAlreadyExistsException')
159
178
  OperationInProgressException = Shapes::StructureShape.new(name: 'OperationInProgressException')
160
179
  OperationNotFoundException = Shapes::StructureShape.new(name: 'OperationNotFoundException')
180
+ OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
181
+ OperationStatusCheckFailedException = Shapes::StructureShape.new(name: 'OperationStatusCheckFailedException')
182
+ OptionalSecureUrl = Shapes::StringShape.new(name: 'OptionalSecureUrl')
161
183
  Output = Shapes::StructureShape.new(name: 'Output')
162
184
  OutputKey = Shapes::StringShape.new(name: 'OutputKey')
163
185
  OutputValue = Shapes::StringShape.new(name: 'OutputValue')
@@ -173,16 +195,27 @@ module Aws::CloudFormation
173
195
  PhysicalResourceId = Shapes::StringShape.new(name: 'PhysicalResourceId')
174
196
  PhysicalResourceIdContext = Shapes::ListShape.new(name: 'PhysicalResourceIdContext')
175
197
  PhysicalResourceIdContextKeyValuePair = Shapes::StructureShape.new(name: 'PhysicalResourceIdContextKeyValuePair')
198
+ PrivateTypeArn = Shapes::StringShape.new(name: 'PrivateTypeArn')
176
199
  Properties = Shapes::StringShape.new(name: 'Properties')
177
200
  PropertyDifference = Shapes::StructureShape.new(name: 'PropertyDifference')
178
201
  PropertyDifferences = Shapes::ListShape.new(name: 'PropertyDifferences')
179
202
  PropertyName = Shapes::StringShape.new(name: 'PropertyName')
180
203
  PropertyPath = Shapes::StringShape.new(name: 'PropertyPath')
181
204
  PropertyValue = Shapes::StringShape.new(name: 'PropertyValue')
205
+ ProvisioningType = Shapes::StringShape.new(name: 'ProvisioningType')
182
206
  Reason = Shapes::StringShape.new(name: 'Reason')
207
+ RecordHandlerProgressInput = Shapes::StructureShape.new(name: 'RecordHandlerProgressInput')
208
+ RecordHandlerProgressOutput = Shapes::StructureShape.new(name: 'RecordHandlerProgressOutput')
183
209
  Region = Shapes::StringShape.new(name: 'Region')
184
210
  RegionList = Shapes::ListShape.new(name: 'RegionList')
211
+ RegisterTypeInput = Shapes::StructureShape.new(name: 'RegisterTypeInput')
212
+ RegisterTypeOutput = Shapes::StructureShape.new(name: 'RegisterTypeOutput')
213
+ RegistrationStatus = Shapes::StringShape.new(name: 'RegistrationStatus')
214
+ RegistrationToken = Shapes::StringShape.new(name: 'RegistrationToken')
215
+ RegistrationTokenList = Shapes::ListShape.new(name: 'RegistrationTokenList')
216
+ RegistryType = Shapes::StringShape.new(name: 'RegistryType')
185
217
  Replacement = Shapes::StringShape.new(name: 'Replacement')
218
+ RequestToken = Shapes::StringShape.new(name: 'RequestToken')
186
219
  RequiresRecreation = Shapes::StringShape.new(name: 'RequiresRecreation')
187
220
  ResourceAttribute = Shapes::StringShape.new(name: 'ResourceAttribute')
188
221
  ResourceChange = Shapes::StructureShape.new(name: 'ResourceChange')
@@ -194,6 +227,7 @@ module Aws::CloudFormation
194
227
  ResourceIdentifierSummaries = Shapes::ListShape.new(name: 'ResourceIdentifierSummaries')
195
228
  ResourceIdentifierSummary = Shapes::StructureShape.new(name: 'ResourceIdentifierSummary')
196
229
  ResourceIdentifiers = Shapes::ListShape.new(name: 'ResourceIdentifiers')
230
+ ResourceModel = Shapes::StringShape.new(name: 'ResourceModel')
197
231
  ResourceProperties = Shapes::StringShape.new(name: 'ResourceProperties')
198
232
  ResourceSignalStatus = Shapes::StringShape.new(name: 'ResourceSignalStatus')
199
233
  ResourceSignalUniqueId = Shapes::StringShape.new(name: 'ResourceSignalUniqueId')
@@ -210,11 +244,15 @@ module Aws::CloudFormation
210
244
  RetainStacks = Shapes::BooleanShape.new(name: 'RetainStacks')
211
245
  RetainStacksNullable = Shapes::BooleanShape.new(name: 'RetainStacksNullable')
212
246
  RoleARN = Shapes::StringShape.new(name: 'RoleARN')
247
+ RoleArn = Shapes::StringShape.new(name: 'RoleArn')
213
248
  RollbackConfiguration = Shapes::StructureShape.new(name: 'RollbackConfiguration')
214
249
  RollbackTrigger = Shapes::StructureShape.new(name: 'RollbackTrigger')
215
250
  RollbackTriggers = Shapes::ListShape.new(name: 'RollbackTriggers')
251
+ S3Url = Shapes::StringShape.new(name: 'S3Url')
216
252
  Scope = Shapes::ListShape.new(name: 'Scope')
217
253
  SetStackPolicyInput = Shapes::StructureShape.new(name: 'SetStackPolicyInput')
254
+ SetTypeDefaultVersionInput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionInput')
255
+ SetTypeDefaultVersionOutput = Shapes::StructureShape.new(name: 'SetTypeDefaultVersionOutput')
218
256
  SignalResourceInput = Shapes::StructureShape.new(name: 'SignalResourceInput')
219
257
  Stack = Shapes::StructureShape.new(name: 'Stack')
220
258
  StackDriftDetectionId = Shapes::StringShape.new(name: 'StackDriftDetectionId')
@@ -275,6 +313,7 @@ module Aws::CloudFormation
275
313
  Stacks = Shapes::ListShape.new(name: 'Stacks')
276
314
  StageList = Shapes::ListShape.new(name: 'StageList')
277
315
  StaleRequestException = Shapes::StructureShape.new(name: 'StaleRequestException')
316
+ StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
278
317
  StopStackSetOperationInput = Shapes::StructureShape.new(name: 'StopStackSetOperationInput')
279
318
  StopStackSetOperationOutput = Shapes::StructureShape.new(name: 'StopStackSetOperationOutput')
280
319
  Tag = Shapes::StructureShape.new(name: 'Tag')
@@ -293,6 +332,15 @@ module Aws::CloudFormation
293
332
  TransformName = Shapes::StringShape.new(name: 'TransformName')
294
333
  TransformsList = Shapes::ListShape.new(name: 'TransformsList')
295
334
  Type = Shapes::StringShape.new(name: 'Type')
335
+ TypeArn = Shapes::StringShape.new(name: 'TypeArn')
336
+ TypeName = Shapes::StringShape.new(name: 'TypeName')
337
+ TypeNotFoundException = Shapes::StructureShape.new(name: 'TypeNotFoundException')
338
+ TypeSchema = Shapes::StringShape.new(name: 'TypeSchema')
339
+ TypeSummaries = Shapes::ListShape.new(name: 'TypeSummaries')
340
+ TypeSummary = Shapes::StructureShape.new(name: 'TypeSummary')
341
+ TypeVersionId = Shapes::StringShape.new(name: 'TypeVersionId')
342
+ TypeVersionSummaries = Shapes::ListShape.new(name: 'TypeVersionSummaries')
343
+ TypeVersionSummary = Shapes::StructureShape.new(name: 'TypeVersionSummary')
296
344
  UpdateStackInput = Shapes::StructureShape.new(name: 'UpdateStackInput')
297
345
  UpdateStackInstancesInput = Shapes::StructureShape.new(name: 'UpdateStackInstancesInput')
298
346
  UpdateStackInstancesOutput = Shapes::StructureShape.new(name: 'UpdateStackInstancesOutput')
@@ -308,6 +356,7 @@ module Aws::CloudFormation
308
356
  ValidateTemplateOutput = Shapes::StructureShape.new(name: 'ValidateTemplateOutput')
309
357
  Value = Shapes::StringShape.new(name: 'Value')
310
358
  Version = Shapes::StringShape.new(name: 'Version')
359
+ Visibility = Shapes::StringShape.new(name: 'Visibility')
311
360
 
312
361
  AccountGateResult.add_member(:status, Shapes::ShapeRef.new(shape: AccountGateStatus, location_name: "Status"))
313
362
  AccountGateResult.add_member(:status_reason, Shapes::ShapeRef.new(shape: AccountGateStatusReason, location_name: "StatusReason"))
@@ -323,6 +372,9 @@ module Aws::CloudFormation
323
372
 
324
373
  AllowedValues.member = Shapes::ShapeRef.new(shape: AllowedValue)
325
374
 
375
+ CFNRegistryException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
376
+ CFNRegistryException.struct_class = Types::CFNRegistryException
377
+
326
378
  CancelUpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
327
379
  CancelUpdateStackInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
328
380
  CancelUpdateStackInput.struct_class = Types::CancelUpdateStackInput
@@ -454,6 +506,14 @@ module Aws::CloudFormation
454
506
 
455
507
  DeleteStackSetOutput.struct_class = Types::DeleteStackSetOutput
456
508
 
509
+ DeregisterTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
510
+ DeregisterTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
511
+ DeregisterTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
512
+ DeregisterTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
513
+ DeregisterTypeInput.struct_class = Types::DeregisterTypeInput
514
+
515
+ DeregisterTypeOutput.struct_class = Types::DeregisterTypeOutput
516
+
457
517
  DescribeAccountLimitsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
458
518
  DescribeAccountLimitsInput.struct_class = Types::DescribeAccountLimitsInput
459
519
 
@@ -558,6 +618,38 @@ module Aws::CloudFormation
558
618
  DescribeStacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
559
619
  DescribeStacksOutput.struct_class = Types::DescribeStacksOutput
560
620
 
621
+ DescribeTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
622
+ DescribeTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
623
+ DescribeTypeInput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
624
+ DescribeTypeInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
625
+ DescribeTypeInput.struct_class = Types::DescribeTypeInput
626
+
627
+ DescribeTypeOutput.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
628
+ DescribeTypeOutput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
629
+ DescribeTypeOutput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
630
+ DescribeTypeOutput.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "DefaultVersionId"))
631
+ DescribeTypeOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
632
+ DescribeTypeOutput.add_member(:schema, Shapes::ShapeRef.new(shape: TypeSchema, location_name: "Schema"))
633
+ DescribeTypeOutput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
634
+ DescribeTypeOutput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
635
+ DescribeTypeOutput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
636
+ DescribeTypeOutput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
637
+ DescribeTypeOutput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
638
+ DescribeTypeOutput.add_member(:source_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "SourceUrl"))
639
+ DescribeTypeOutput.add_member(:documentation_url, Shapes::ShapeRef.new(shape: OptionalSecureUrl, location_name: "DocumentationUrl"))
640
+ DescribeTypeOutput.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
641
+ DescribeTypeOutput.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
642
+ DescribeTypeOutput.struct_class = Types::DescribeTypeOutput
643
+
644
+ DescribeTypeRegistrationInput.add_member(:registration_token, Shapes::ShapeRef.new(shape: RegistrationToken, required: true, location_name: "RegistrationToken"))
645
+ DescribeTypeRegistrationInput.struct_class = Types::DescribeTypeRegistrationInput
646
+
647
+ DescribeTypeRegistrationOutput.add_member(:progress_status, Shapes::ShapeRef.new(shape: RegistrationStatus, location_name: "ProgressStatus"))
648
+ DescribeTypeRegistrationOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
649
+ DescribeTypeRegistrationOutput.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
650
+ DescribeTypeRegistrationOutput.add_member(:type_version_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeVersionArn"))
651
+ DescribeTypeRegistrationOutput.struct_class = Types::DescribeTypeRegistrationOutput
652
+
561
653
  DetectStackDriftInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
562
654
  DetectStackDriftInput.add_member(:logical_resource_ids, Shapes::ShapeRef.new(shape: LogicalResourceIds, location_name: "LogicalResourceIds"))
563
655
  DetectStackDriftInput.struct_class = Types::DetectStackDriftInput
@@ -706,6 +798,45 @@ module Aws::CloudFormation
706
798
  ListStacksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
707
799
  ListStacksOutput.struct_class = Types::ListStacksOutput
708
800
 
801
+ ListTypeRegistrationsInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
802
+ ListTypeRegistrationsInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
803
+ ListTypeRegistrationsInput.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
804
+ ListTypeRegistrationsInput.add_member(:registration_status_filter, Shapes::ShapeRef.new(shape: RegistrationStatus, location_name: "RegistrationStatusFilter"))
805
+ ListTypeRegistrationsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
806
+ ListTypeRegistrationsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
807
+ ListTypeRegistrationsInput.struct_class = Types::ListTypeRegistrationsInput
808
+
809
+ ListTypeRegistrationsOutput.add_member(:registration_token_list, Shapes::ShapeRef.new(shape: RegistrationTokenList, location_name: "RegistrationTokenList"))
810
+ ListTypeRegistrationsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
811
+ ListTypeRegistrationsOutput.struct_class = Types::ListTypeRegistrationsOutput
812
+
813
+ ListTypeVersionsInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
814
+ ListTypeVersionsInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
815
+ ListTypeVersionsInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
816
+ ListTypeVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
817
+ ListTypeVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
818
+ ListTypeVersionsInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
819
+ ListTypeVersionsInput.struct_class = Types::ListTypeVersionsInput
820
+
821
+ ListTypeVersionsOutput.add_member(:type_version_summaries, Shapes::ShapeRef.new(shape: TypeVersionSummaries, location_name: "TypeVersionSummaries"))
822
+ ListTypeVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
823
+ ListTypeVersionsOutput.struct_class = Types::ListTypeVersionsOutput
824
+
825
+ ListTypesInput.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
826
+ ListTypesInput.add_member(:provisioning_type, Shapes::ShapeRef.new(shape: ProvisioningType, location_name: "ProvisioningType"))
827
+ ListTypesInput.add_member(:deprecated_status, Shapes::ShapeRef.new(shape: DeprecatedStatus, location_name: "DeprecatedStatus"))
828
+ ListTypesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
829
+ ListTypesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
830
+ ListTypesInput.struct_class = Types::ListTypesInput
831
+
832
+ ListTypesOutput.add_member(:type_summaries, Shapes::ShapeRef.new(shape: TypeSummaries, location_name: "TypeSummaries"))
833
+ ListTypesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
834
+ ListTypesOutput.struct_class = Types::ListTypesOutput
835
+
836
+ LoggingConfig.add_member(:log_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "LogRoleArn"))
837
+ LoggingConfig.add_member(:log_group_name, Shapes::ShapeRef.new(shape: LogGroupName, required: true, location_name: "LogGroupName"))
838
+ LoggingConfig.struct_class = Types::LoggingConfig
839
+
709
840
  LogicalResourceIds.member = Shapes::ShapeRef.new(shape: LogicalResourceId)
710
841
 
711
842
  NotificationARNs.member = Shapes::ShapeRef.new(shape: NotificationARN)
@@ -753,8 +884,32 @@ module Aws::CloudFormation
753
884
 
754
885
  PropertyDifferences.member = Shapes::ShapeRef.new(shape: PropertyDifference)
755
886
 
887
+ RecordHandlerProgressInput.add_member(:bearer_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "BearerToken"))
888
+ RecordHandlerProgressInput.add_member(:operation_status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "OperationStatus"))
889
+ RecordHandlerProgressInput.add_member(:current_operation_status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "CurrentOperationStatus"))
890
+ RecordHandlerProgressInput.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
891
+ RecordHandlerProgressInput.add_member(:error_code, Shapes::ShapeRef.new(shape: HandlerErrorCode, location_name: "ErrorCode"))
892
+ RecordHandlerProgressInput.add_member(:resource_model, Shapes::ShapeRef.new(shape: ResourceModel, location_name: "ResourceModel"))
893
+ RecordHandlerProgressInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
894
+ RecordHandlerProgressInput.struct_class = Types::RecordHandlerProgressInput
895
+
896
+ RecordHandlerProgressOutput.struct_class = Types::RecordHandlerProgressOutput
897
+
756
898
  RegionList.member = Shapes::ShapeRef.new(shape: Region)
757
899
 
900
+ RegisterTypeInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
901
+ RegisterTypeInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, required: true, location_name: "TypeName"))
902
+ RegisterTypeInput.add_member(:schema_handler_package, Shapes::ShapeRef.new(shape: S3Url, required: true, location_name: "SchemaHandlerPackage"))
903
+ RegisterTypeInput.add_member(:logging_config, Shapes::ShapeRef.new(shape: LoggingConfig, location_name: "LoggingConfig"))
904
+ RegisterTypeInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
905
+ RegisterTypeInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: RequestToken, location_name: "ClientRequestToken"))
906
+ RegisterTypeInput.struct_class = Types::RegisterTypeInput
907
+
908
+ RegisterTypeOutput.add_member(:registration_token, Shapes::ShapeRef.new(shape: RegistrationToken, location_name: "RegistrationToken"))
909
+ RegisterTypeOutput.struct_class = Types::RegisterTypeOutput
910
+
911
+ RegistrationTokenList.member = Shapes::ShapeRef.new(shape: RegistrationToken)
912
+
758
913
  ResourceChange.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
759
914
  ResourceChange.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, location_name: "LogicalResourceId"))
760
915
  ResourceChange.add_member(:physical_resource_id, Shapes::ShapeRef.new(shape: PhysicalResourceId, location_name: "PhysicalResourceId"))
@@ -819,6 +974,14 @@ module Aws::CloudFormation
819
974
  SetStackPolicyInput.add_member(:stack_policy_url, Shapes::ShapeRef.new(shape: StackPolicyURL, location_name: "StackPolicyURL"))
820
975
  SetStackPolicyInput.struct_class = Types::SetStackPolicyInput
821
976
 
977
+ SetTypeDefaultVersionInput.add_member(:arn, Shapes::ShapeRef.new(shape: PrivateTypeArn, location_name: "Arn"))
978
+ SetTypeDefaultVersionInput.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
979
+ SetTypeDefaultVersionInput.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
980
+ SetTypeDefaultVersionInput.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
981
+ SetTypeDefaultVersionInput.struct_class = Types::SetTypeDefaultVersionInput
982
+
983
+ SetTypeDefaultVersionOutput.struct_class = Types::SetTypeDefaultVersionOutput
984
+
822
985
  SignalResourceInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackNameOrId, required: true, location_name: "StackName"))
823
986
  SignalResourceInput.add_member(:logical_resource_id, Shapes::ShapeRef.new(shape: LogicalResourceId, required: true, location_name: "LogicalResourceId"))
824
987
  SignalResourceInput.add_member(:unique_id, Shapes::ShapeRef.new(shape: ResourceSignalUniqueId, required: true, location_name: "UniqueId"))
@@ -1054,6 +1217,26 @@ module Aws::CloudFormation
1054
1217
 
1055
1218
  TransformsList.member = Shapes::ShapeRef.new(shape: TransformName)
1056
1219
 
1220
+ TypeSummaries.member = Shapes::ShapeRef.new(shape: TypeSummary)
1221
+
1222
+ TypeSummary.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
1223
+ TypeSummary.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1224
+ TypeSummary.add_member(:default_version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "DefaultVersionId"))
1225
+ TypeSummary.add_member(:type_arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "TypeArn"))
1226
+ TypeSummary.add_member(:last_updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdated"))
1227
+ TypeSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1228
+ TypeSummary.struct_class = Types::TypeSummary
1229
+
1230
+ TypeVersionSummaries.member = Shapes::ShapeRef.new(shape: TypeVersionSummary)
1231
+
1232
+ TypeVersionSummary.add_member(:type, Shapes::ShapeRef.new(shape: RegistryType, location_name: "Type"))
1233
+ TypeVersionSummary.add_member(:type_name, Shapes::ShapeRef.new(shape: TypeName, location_name: "TypeName"))
1234
+ TypeVersionSummary.add_member(:version_id, Shapes::ShapeRef.new(shape: TypeVersionId, location_name: "VersionId"))
1235
+ TypeVersionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: TypeArn, location_name: "Arn"))
1236
+ TypeVersionSummary.add_member(:time_created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "TimeCreated"))
1237
+ TypeVersionSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1238
+ TypeVersionSummary.struct_class = Types::TypeVersionSummary
1239
+
1057
1240
  UpdateStackInput.add_member(:stack_name, Shapes::ShapeRef.new(shape: StackName, required: true, location_name: "StackName"))
1058
1241
  UpdateStackInput.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
1059
1242
  UpdateStackInput.add_member(:template_url, Shapes::ShapeRef.new(shape: TemplateURL, location_name: "TemplateURL"))
@@ -1247,6 +1430,16 @@ module Aws::CloudFormation
1247
1430
  o.errors << Shapes::ShapeRef.new(shape: OperationInProgressException)
1248
1431
  end)
1249
1432
 
1433
+ api.add_operation(:deregister_type, Seahorse::Model::Operation.new.tap do |o|
1434
+ o.name = "DeregisterType"
1435
+ o.http_method = "POST"
1436
+ o.http_request_uri = "/"
1437
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTypeInput)
1438
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTypeOutput)
1439
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1440
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
1441
+ end)
1442
+
1250
1443
  api.add_operation(:describe_account_limits, Seahorse::Model::Operation.new.tap do |o|
1251
1444
  o.name = "DescribeAccountLimits"
1252
1445
  o.http_method = "POST"
@@ -1357,6 +1550,25 @@ module Aws::CloudFormation
1357
1550
  )
1358
1551
  end)
1359
1552
 
1553
+ api.add_operation(:describe_type, Seahorse::Model::Operation.new.tap do |o|
1554
+ o.name = "DescribeType"
1555
+ o.http_method = "POST"
1556
+ o.http_request_uri = "/"
1557
+ o.input = Shapes::ShapeRef.new(shape: DescribeTypeInput)
1558
+ o.output = Shapes::ShapeRef.new(shape: DescribeTypeOutput)
1559
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1560
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
1561
+ end)
1562
+
1563
+ api.add_operation(:describe_type_registration, Seahorse::Model::Operation.new.tap do |o|
1564
+ o.name = "DescribeTypeRegistration"
1565
+ o.http_method = "POST"
1566
+ o.http_request_uri = "/"
1567
+ o.input = Shapes::ShapeRef.new(shape: DescribeTypeRegistrationInput)
1568
+ o.output = Shapes::ShapeRef.new(shape: DescribeTypeRegistrationOutput)
1569
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1570
+ end)
1571
+
1360
1572
  api.add_operation(:detect_stack_drift, Seahorse::Model::Operation.new.tap do |o|
1361
1573
  o.name = "DetectStackDrift"
1362
1574
  o.http_method = "POST"
@@ -1515,6 +1727,70 @@ module Aws::CloudFormation
1515
1727
  )
1516
1728
  end)
1517
1729
 
1730
+ api.add_operation(:list_type_registrations, Seahorse::Model::Operation.new.tap do |o|
1731
+ o.name = "ListTypeRegistrations"
1732
+ o.http_method = "POST"
1733
+ o.http_request_uri = "/"
1734
+ o.input = Shapes::ShapeRef.new(shape: ListTypeRegistrationsInput)
1735
+ o.output = Shapes::ShapeRef.new(shape: ListTypeRegistrationsOutput)
1736
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1737
+ o[:pager] = Aws::Pager.new(
1738
+ limit_key: "max_results",
1739
+ tokens: {
1740
+ "next_token" => "next_token"
1741
+ }
1742
+ )
1743
+ end)
1744
+
1745
+ api.add_operation(:list_type_versions, Seahorse::Model::Operation.new.tap do |o|
1746
+ o.name = "ListTypeVersions"
1747
+ o.http_method = "POST"
1748
+ o.http_request_uri = "/"
1749
+ o.input = Shapes::ShapeRef.new(shape: ListTypeVersionsInput)
1750
+ o.output = Shapes::ShapeRef.new(shape: ListTypeVersionsOutput)
1751
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1752
+ o[:pager] = Aws::Pager.new(
1753
+ limit_key: "max_results",
1754
+ tokens: {
1755
+ "next_token" => "next_token"
1756
+ }
1757
+ )
1758
+ end)
1759
+
1760
+ api.add_operation(:list_types, Seahorse::Model::Operation.new.tap do |o|
1761
+ o.name = "ListTypes"
1762
+ o.http_method = "POST"
1763
+ o.http_request_uri = "/"
1764
+ o.input = Shapes::ShapeRef.new(shape: ListTypesInput)
1765
+ o.output = Shapes::ShapeRef.new(shape: ListTypesOutput)
1766
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1767
+ o[:pager] = Aws::Pager.new(
1768
+ limit_key: "max_results",
1769
+ tokens: {
1770
+ "next_token" => "next_token"
1771
+ }
1772
+ )
1773
+ end)
1774
+
1775
+ api.add_operation(:record_handler_progress, Seahorse::Model::Operation.new.tap do |o|
1776
+ o.name = "RecordHandlerProgress"
1777
+ o.http_method = "POST"
1778
+ o.http_request_uri = "/"
1779
+ o.input = Shapes::ShapeRef.new(shape: RecordHandlerProgressInput)
1780
+ o.output = Shapes::ShapeRef.new(shape: RecordHandlerProgressOutput)
1781
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateTransitionException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: OperationStatusCheckFailedException)
1783
+ end)
1784
+
1785
+ api.add_operation(:register_type, Seahorse::Model::Operation.new.tap do |o|
1786
+ o.name = "RegisterType"
1787
+ o.http_method = "POST"
1788
+ o.http_request_uri = "/"
1789
+ o.input = Shapes::ShapeRef.new(shape: RegisterTypeInput)
1790
+ o.output = Shapes::ShapeRef.new(shape: RegisterTypeOutput)
1791
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1792
+ end)
1793
+
1518
1794
  api.add_operation(:set_stack_policy, Seahorse::Model::Operation.new.tap do |o|
1519
1795
  o.name = "SetStackPolicy"
1520
1796
  o.http_method = "POST"
@@ -1523,6 +1799,16 @@ module Aws::CloudFormation
1523
1799
  o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1524
1800
  end)
1525
1801
 
1802
+ api.add_operation(:set_type_default_version, Seahorse::Model::Operation.new.tap do |o|
1803
+ o.name = "SetTypeDefaultVersion"
1804
+ o.http_method = "POST"
1805
+ o.http_request_uri = "/"
1806
+ o.input = Shapes::ShapeRef.new(shape: SetTypeDefaultVersionInput)
1807
+ o.output = Shapes::ShapeRef.new(shape: SetTypeDefaultVersionOutput)
1808
+ o.errors << Shapes::ShapeRef.new(shape: CFNRegistryException)
1809
+ o.errors << Shapes::ShapeRef.new(shape: TypeNotFoundException)
1810
+ end)
1811
+
1526
1812
  api.add_operation(:signal_resource, Seahorse::Model::Operation.new.tap do |o|
1527
1813
  o.name = "SignalResource"
1528
1814
  o.http_method = "POST"