aws-sdk-configservice 1.82.0 → 1.84.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -475,6 +475,8 @@ module Aws::ConfigService
475
475
  RetentionConfigurationNameList = Shapes::ListShape.new(name: 'RetentionConfigurationNameList')
476
476
  RetentionPeriodInDays = Shapes::IntegerShape.new(name: 'RetentionPeriodInDays')
477
477
  RuleLimit = Shapes::IntegerShape.new(name: 'RuleLimit')
478
+ SSMDocumentName = Shapes::StringShape.new(name: 'SSMDocumentName')
479
+ SSMDocumentVersion = Shapes::StringShape.new(name: 'SSMDocumentVersion')
478
480
  SchemaVersionId = Shapes::StringShape.new(name: 'SchemaVersionId')
479
481
  Scope = Shapes::StructureShape.new(name: 'Scope')
480
482
  SelectAggregateResourceConfigRequest = Shapes::StructureShape.new(name: 'SelectAggregateResourceConfigRequest')
@@ -521,6 +523,7 @@ module Aws::ConfigService
521
523
  TagsList = Shapes::ListShape.new(name: 'TagsList')
522
524
  TemplateBody = Shapes::StringShape.new(name: 'TemplateBody')
523
525
  TemplateS3Uri = Shapes::StringShape.new(name: 'TemplateS3Uri')
526
+ TemplateSSMDocumentDetails = Shapes::StructureShape.new(name: 'TemplateSSMDocumentDetails')
524
527
  TooManyTagsException = Shapes::StructureShape.new(name: 'TooManyTagsException')
525
528
  UnprocessedResourceIdentifierList = Shapes::ListShape.new(name: 'UnprocessedResourceIdentifierList')
526
529
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
@@ -845,6 +848,7 @@ module Aws::ConfigService
845
848
  ConformancePackDetail.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
846
849
  ConformancePackDetail.add_member(:last_update_requested_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateRequestedTime"))
847
850
  ConformancePackDetail.add_member(:created_by, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "CreatedBy"))
851
+ ConformancePackDetail.add_member(:template_ssm_document_details, Shapes::ShapeRef.new(shape: TemplateSSMDocumentDetails, location_name: "TemplateSSMDocumentDetails"))
848
852
  ConformancePackDetail.struct_class = Types::ConformancePackDetail
849
853
 
850
854
  ConformancePackDetailList.member = Shapes::ShapeRef.new(shape: ConformancePackDetail)
@@ -1744,6 +1748,7 @@ module Aws::ConfigService
1744
1748
  PutConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, location_name: "DeliveryS3Bucket"))
1745
1749
  PutConformancePackRequest.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1746
1750
  PutConformancePackRequest.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1751
+ PutConformancePackRequest.add_member(:template_ssm_document_details, Shapes::ShapeRef.new(shape: TemplateSSMDocumentDetails, location_name: "TemplateSSMDocumentDetails"))
1747
1752
  PutConformancePackRequest.struct_class = Types::PutConformancePackRequest
1748
1753
 
1749
1754
  PutConformancePackResponse.add_member(:conformance_pack_arn, Shapes::ShapeRef.new(shape: ConformancePackArn, location_name: "ConformancePackArn"))
@@ -2073,6 +2078,10 @@ module Aws::ConfigService
2073
2078
 
2074
2079
  TagsList.member = Shapes::ShapeRef.new(shape: Tag)
2075
2080
 
2081
+ TemplateSSMDocumentDetails.add_member(:document_name, Shapes::ShapeRef.new(shape: SSMDocumentName, required: true, location_name: "DocumentName"))
2082
+ TemplateSSMDocumentDetails.add_member(:document_version, Shapes::ShapeRef.new(shape: SSMDocumentVersion, location_name: "DocumentVersion"))
2083
+ TemplateSSMDocumentDetails.struct_class = Types::TemplateSSMDocumentDetails
2084
+
2076
2085
  TooManyTagsException.struct_class = Types::TooManyTagsException
2077
2086
 
2078
2087
  UnprocessedResourceIdentifierList.member = Shapes::ShapeRef.new(shape: AggregateResourceIdentifier)