aws-sdk-configservice 1.44.0 → 1.49.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -666,6 +668,7 @@ module Aws::ConfigService
666
668
  ConfigurationAggregator.add_member(:organization_aggregation_source, Shapes::ShapeRef.new(shape: OrganizationAggregationSource, location_name: "OrganizationAggregationSource"))
667
669
  ConfigurationAggregator.add_member(:creation_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationTime"))
668
670
  ConfigurationAggregator.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdatedTime"))
671
+ ConfigurationAggregator.add_member(:created_by, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "CreatedBy"))
669
672
  ConfigurationAggregator.struct_class = Types::ConfigurationAggregator
670
673
 
671
674
  ConfigurationAggregatorList.member = Shapes::ShapeRef.new(shape: ConfigurationAggregator)
@@ -2144,6 +2147,7 @@ module Aws::ConfigService
2144
2147
  o.output = Shapes::ShapeRef.new(shape: DescribeConformancePackStatusResponse)
2145
2148
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2146
2149
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2150
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2147
2151
  end)
2148
2152
 
2149
2153
  api.add_operation(:describe_conformance_packs, Seahorse::Model::Operation.new.tap do |o|
@@ -2155,6 +2159,7 @@ module Aws::ConfigService
2155
2159
  o.errors << Shapes::ShapeRef.new(shape: NoSuchConformancePackException)
2156
2160
  o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
2157
2161
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
2162
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2158
2163
  end)
2159
2164
 
2160
2165
  api.add_operation(:describe_delivery_channel_status, Seahorse::Model::Operation.new.tap do |o|
@@ -2621,6 +2626,7 @@ module Aws::ConfigService
2621
2626
  o.input = Shapes::ShapeRef.new(shape: PutRemediationExceptionsRequest)
2622
2627
  o.output = Shapes::ShapeRef.new(shape: PutRemediationExceptionsResponse)
2623
2628
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
2629
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientPermissionsException)
2624
2630
  end)
2625
2631
 
2626
2632
  api.add_operation(:put_resource_config, Seahorse::Model::Operation.new.tap do |o|
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -37,6 +39,7 @@ module Aws::ConfigService
37
39
  :account_ids,
38
40
  :all_aws_regions,
39
41
  :aws_regions)
42
+ SENSITIVE = []
40
43
  include Aws::Structure
41
44
  end
42
45
 
@@ -71,6 +74,7 @@ module Aws::ConfigService
71
74
  :compliance,
72
75
  :account_id,
73
76
  :aws_region)
77
+ SENSITIVE = []
74
78
  include Aws::Structure
75
79
  end
76
80
 
@@ -90,6 +94,7 @@ module Aws::ConfigService
90
94
  class AggregateComplianceCount < Struct.new(
91
95
  :group_name,
92
96
  :compliance_summary)
97
+ SENSITIVE = []
93
98
  include Aws::Structure
94
99
  end
95
100
 
@@ -141,6 +146,7 @@ module Aws::ConfigService
141
146
  :annotation,
142
147
  :account_id,
143
148
  :aws_region)
149
+ SENSITIVE = []
144
150
  include Aws::Structure
145
151
  end
146
152
 
@@ -155,7 +161,7 @@ module Aws::ConfigService
155
161
  # source_account_id: "AccountId", # required
156
162
  # source_region: "AwsRegion", # required
157
163
  # resource_id: "ResourceId", # required
158
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
164
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
159
165
  # resource_name: "ResourceName",
160
166
  # }
161
167
  #
@@ -187,6 +193,7 @@ module Aws::ConfigService
187
193
  :resource_id,
188
194
  :resource_type,
189
195
  :resource_name)
196
+ SENSITIVE = []
190
197
  include Aws::Structure
191
198
  end
192
199
 
@@ -238,6 +245,7 @@ module Aws::ConfigService
238
245
  :last_update_time,
239
246
  :last_error_code,
240
247
  :last_error_message)
248
+ SENSITIVE = []
241
249
  include Aws::Structure
242
250
  end
243
251
 
@@ -267,6 +275,7 @@ module Aws::ConfigService
267
275
  :authorized_account_id,
268
276
  :authorized_aws_region,
269
277
  :creation_time)
278
+ SENSITIVE = []
270
279
  include Aws::Structure
271
280
  end
272
281
 
@@ -285,7 +294,25 @@ module Aws::ConfigService
285
294
  # @return [Time]
286
295
  #
287
296
  # @!attribute [rw] configuration_item_status
288
- # The configuration item status.
297
+ # The configuration item status. The valid values are:
298
+ #
299
+ # * OK – The resource configuration has been updated
300
+ #
301
+ # * ResourceDiscovered – The resource was newly discovered
302
+ #
303
+ # * ResourceNotRecorded – The resource was discovered but its
304
+ # configuration was not recorded since the recorder excludes the
305
+ # recording of resources of this type
306
+ #
307
+ # * ResourceDeleted – The resource was deleted
308
+ #
309
+ # * ResourceDeletedNotRecorded – The resource was deleted but its
310
+ # configuration was not recorded since the recorder excludes the
311
+ # recording of resources of this type
312
+ #
313
+ # <note markdown="1"> The CIs do not incur any cost.
314
+ #
315
+ # </note>
289
316
  # @return [String]
290
317
  #
291
318
  # @!attribute [rw] configuration_state_id
@@ -348,6 +375,7 @@ module Aws::ConfigService
348
375
  :resource_creation_time,
349
376
  :configuration,
350
377
  :supplementary_configuration)
378
+ SENSITIVE = []
351
379
  include Aws::Structure
352
380
  end
353
381
 
@@ -361,7 +389,7 @@ module Aws::ConfigService
361
389
  # source_account_id: "AccountId", # required
362
390
  # source_region: "AwsRegion", # required
363
391
  # resource_id: "ResourceId", # required
364
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
392
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
365
393
  # resource_name: "ResourceName",
366
394
  # },
367
395
  # ],
@@ -380,6 +408,7 @@ module Aws::ConfigService
380
408
  class BatchGetAggregateResourceConfigRequest < Struct.new(
381
409
  :configuration_aggregator_name,
382
410
  :resource_identifiers)
411
+ SENSITIVE = []
383
412
  include Aws::Structure
384
413
  end
385
414
 
@@ -398,6 +427,7 @@ module Aws::ConfigService
398
427
  class BatchGetAggregateResourceConfigResponse < Struct.new(
399
428
  :base_configuration_items,
400
429
  :unprocessed_resource_identifiers)
430
+ SENSITIVE = []
401
431
  include Aws::Structure
402
432
  end
403
433
 
@@ -407,7 +437,7 @@ module Aws::ConfigService
407
437
  # {
408
438
  # resource_keys: [ # required
409
439
  # {
410
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
440
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
411
441
  # resource_id: "ResourceId", # required
412
442
  # },
413
443
  # ],
@@ -423,6 +453,7 @@ module Aws::ConfigService
423
453
  #
424
454
  class BatchGetResourceConfigRequest < Struct.new(
425
455
  :resource_keys)
456
+ SENSITIVE = []
426
457
  include Aws::Structure
427
458
  end
428
459
 
@@ -445,6 +476,7 @@ module Aws::ConfigService
445
476
  class BatchGetResourceConfigResponse < Struct.new(
446
477
  :base_configuration_items,
447
478
  :unprocessed_resource_keys)
479
+ SENSITIVE = []
448
480
  include Aws::Structure
449
481
  end
450
482
 
@@ -481,6 +513,7 @@ module Aws::ConfigService
481
513
  class Compliance < Struct.new(
482
514
  :compliance_type,
483
515
  :compliance_contributor_count)
516
+ SENSITIVE = []
484
517
  include Aws::Structure
485
518
  end
486
519
 
@@ -501,6 +534,7 @@ module Aws::ConfigService
501
534
  class ComplianceByConfigRule < Struct.new(
502
535
  :config_rule_name,
503
536
  :compliance)
537
+ SENSITIVE = []
504
538
  include Aws::Structure
505
539
  end
506
540
 
@@ -528,6 +562,7 @@ module Aws::ConfigService
528
562
  :resource_type,
529
563
  :resource_id,
530
564
  :compliance)
565
+ SENSITIVE = []
531
566
  include Aws::Structure
532
567
  end
533
568
 
@@ -548,6 +583,7 @@ module Aws::ConfigService
548
583
  class ComplianceContributorCount < Struct.new(
549
584
  :capped_count,
550
585
  :cap_exceeded)
586
+ SENSITIVE = []
551
587
  include Aws::Structure
552
588
  end
553
589
 
@@ -574,6 +610,7 @@ module Aws::ConfigService
574
610
  :compliant_resource_count,
575
611
  :non_compliant_resource_count,
576
612
  :compliance_summary_timestamp)
613
+ SENSITIVE = []
577
614
  include Aws::Structure
578
615
  end
579
616
 
@@ -594,6 +631,7 @@ module Aws::ConfigService
594
631
  class ComplianceSummaryByResourceType < Struct.new(
595
632
  :resource_type,
596
633
  :compliance_summary)
634
+ SENSITIVE = []
597
635
  include Aws::Structure
598
636
  end
599
637
 
@@ -635,6 +673,7 @@ module Aws::ConfigService
635
673
  :last_attempt_time,
636
674
  :last_successful_time,
637
675
  :next_delivery_time)
676
+ SENSITIVE = []
638
677
  include Aws::Structure
639
678
  end
640
679
 
@@ -717,6 +756,10 @@ module Aws::ConfigService
717
756
  # an evaluation for the rule. If you do not specify a scope,
718
757
  # evaluations are triggered when any resource in the recording group
719
758
  # changes.
759
+ #
760
+ # <note markdown="1"> The scope can be empty.
761
+ #
762
+ # </note>
720
763
  # @return [Types::Scope]
721
764
  #
722
765
  # @!attribute [rw] source
@@ -789,6 +832,7 @@ module Aws::ConfigService
789
832
  :maximum_execution_frequency,
790
833
  :config_rule_state,
791
834
  :created_by)
835
+ SENSITIVE = []
792
836
  include Aws::Structure
793
837
  end
794
838
 
@@ -832,6 +876,7 @@ module Aws::ConfigService
832
876
  :compliance_type,
833
877
  :account_id,
834
878
  :aws_region)
879
+ SENSITIVE = []
835
880
  include Aws::Structure
836
881
  end
837
882
 
@@ -858,6 +903,7 @@ module Aws::ConfigService
858
903
  class ConfigRuleComplianceSummaryFilters < Struct.new(
859
904
  :account_id,
860
905
  :aws_region)
906
+ SENSITIVE = []
861
907
  include Aws::Structure
862
908
  end
863
909
 
@@ -905,6 +951,7 @@ module Aws::ConfigService
905
951
  # @return [Time]
906
952
  #
907
953
  # @!attribute [rw] last_deactivated_time
954
+ # The time that you last turned off the AWS Config rule.
908
955
  # @return [Time]
909
956
  #
910
957
  # @!attribute [rw] last_error_code
@@ -942,6 +989,7 @@ module Aws::ConfigService
942
989
  :last_error_code,
943
990
  :last_error_message,
944
991
  :first_evaluation_started)
992
+ SENSITIVE = []
945
993
  include Aws::Structure
946
994
  end
947
995
 
@@ -1001,6 +1049,7 @@ module Aws::ConfigService
1001
1049
  #
1002
1050
  class ConfigSnapshotDeliveryProperties < Struct.new(
1003
1051
  :delivery_frequency)
1052
+ SENSITIVE = []
1004
1053
  include Aws::Structure
1005
1054
  end
1006
1055
 
@@ -1038,6 +1087,7 @@ module Aws::ConfigService
1038
1087
  :last_error_code,
1039
1088
  :last_error_message,
1040
1089
  :last_status_change_time)
1090
+ SENSITIVE = []
1041
1091
  include Aws::Structure
1042
1092
  end
1043
1093
 
@@ -1068,6 +1118,10 @@ module Aws::ConfigService
1068
1118
  # The time of the last update.
1069
1119
  # @return [Time]
1070
1120
  #
1121
+ # @!attribute [rw] created_by
1122
+ # AWS service that created the configuration aggregator.
1123
+ # @return [String]
1124
+ #
1071
1125
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ConfigurationAggregator AWS API Documentation
1072
1126
  #
1073
1127
  class ConfigurationAggregator < Struct.new(
@@ -1076,7 +1130,9 @@ module Aws::ConfigService
1076
1130
  :account_aggregation_sources,
1077
1131
  :organization_aggregation_source,
1078
1132
  :creation_time,
1079
- :last_updated_time)
1133
+ :last_updated_time,
1134
+ :created_by)
1135
+ SENSITIVE = []
1080
1136
  include Aws::Structure
1081
1137
  end
1082
1138
 
@@ -1095,7 +1151,25 @@ module Aws::ConfigService
1095
1151
  # @return [Time]
1096
1152
  #
1097
1153
  # @!attribute [rw] configuration_item_status
1098
- # The configuration item status.
1154
+ # The configuration item status. The valid values are:
1155
+ #
1156
+ # * OK – The resource configuration has been updated
1157
+ #
1158
+ # * ResourceDiscovered – The resource was newly discovered
1159
+ #
1160
+ # * ResourceNotRecorded – The resource was discovered but its
1161
+ # configuration was not recorded since the recorder excludes the
1162
+ # recording of resources of this type
1163
+ #
1164
+ # * ResourceDeleted – The resource was deleted
1165
+ #
1166
+ # * ResourceDeletedNotRecorded – The resource was deleted but its
1167
+ # configuration was not recorded since the recorder excludes the
1168
+ # recording of resources of this type
1169
+ #
1170
+ # <note markdown="1"> The CIs do not incur any cost.
1171
+ #
1172
+ # </note>
1099
1173
  # @return [String]
1100
1174
  #
1101
1175
  # @!attribute [rw] configuration_state_id
@@ -1195,6 +1269,7 @@ module Aws::ConfigService
1195
1269
  :relationships,
1196
1270
  :configuration,
1197
1271
  :supplementary_configuration)
1272
+ SENSITIVE = []
1198
1273
  include Aws::Structure
1199
1274
  end
1200
1275
 
@@ -1210,7 +1285,7 @@ module Aws::ConfigService
1210
1285
  # recording_group: {
1211
1286
  # all_supported: false,
1212
1287
  # include_global_resource_types: false,
1213
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
1288
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
1214
1289
  # },
1215
1290
  # }
1216
1291
  #
@@ -1236,6 +1311,7 @@ module Aws::ConfigService
1236
1311
  :name,
1237
1312
  :role_arn,
1238
1313
  :recording_group)
1314
+ SENSITIVE = []
1239
1315
  include Aws::Structure
1240
1316
  end
1241
1317
 
@@ -1284,6 +1360,7 @@ module Aws::ConfigService
1284
1360
  :last_error_code,
1285
1361
  :last_error_message,
1286
1362
  :last_status_change_time)
1363
+ SENSITIVE = []
1287
1364
  include Aws::Structure
1288
1365
  end
1289
1366
 
@@ -1313,6 +1390,7 @@ module Aws::ConfigService
1313
1390
  class ConformancePackComplianceFilters < Struct.new(
1314
1391
  :config_rule_names,
1315
1392
  :compliance_type)
1393
+ SENSITIVE = []
1316
1394
  include Aws::Structure
1317
1395
  end
1318
1396
 
@@ -1332,6 +1410,7 @@ module Aws::ConfigService
1332
1410
  class ConformancePackComplianceSummary < Struct.new(
1333
1411
  :conformance_pack_name,
1334
1412
  :conformance_pack_compliance_status)
1413
+ SENSITIVE = []
1335
1414
  include Aws::Structure
1336
1415
  end
1337
1416
 
@@ -1384,6 +1463,7 @@ module Aws::ConfigService
1384
1463
  :conformance_pack_input_parameters,
1385
1464
  :last_update_requested_time,
1386
1465
  :created_by)
1466
+ SENSITIVE = []
1387
1467
  include Aws::Structure
1388
1468
  end
1389
1469
 
@@ -1431,6 +1511,7 @@ module Aws::ConfigService
1431
1511
  :compliance_type,
1432
1512
  :resource_type,
1433
1513
  :resource_ids)
1514
+ SENSITIVE = []
1434
1515
  include Aws::Structure
1435
1516
  end
1436
1517
 
@@ -1468,12 +1549,13 @@ module Aws::ConfigService
1468
1549
  :config_rule_invoked_time,
1469
1550
  :result_recorded_time,
1470
1551
  :annotation)
1552
+ SENSITIVE = []
1471
1553
  include Aws::Structure
1472
1554
  end
1473
1555
 
1474
1556
  # Input parameters in the form of key-value pairs for the conformance
1475
1557
  # pack, both of which you define. Keys can have a maximum character
1476
- # length of 128 characters, and values can have a maximum length of 256
1558
+ # length of 255 characters, and values can have a maximum length of 4096
1477
1559
  # characters.
1478
1560
  #
1479
1561
  # @note When making an API call, you may pass ConformancePackInputParameter
@@ -1497,6 +1579,7 @@ module Aws::ConfigService
1497
1579
  class ConformancePackInputParameter < Struct.new(
1498
1580
  :parameter_name,
1499
1581
  :parameter_value)
1582
+ SENSITIVE = []
1500
1583
  include Aws::Structure
1501
1584
  end
1502
1585
 
@@ -1519,6 +1602,7 @@ module Aws::ConfigService
1519
1602
  class ConformancePackRuleCompliance < Struct.new(
1520
1603
  :config_rule_name,
1521
1604
  :compliance_type)
1605
+ SENSITIVE = []
1522
1606
  include Aws::Structure
1523
1607
  end
1524
1608
 
@@ -1584,6 +1668,7 @@ module Aws::ConfigService
1584
1668
  :conformance_pack_status_reason,
1585
1669
  :last_update_requested_time,
1586
1670
  :last_update_completed_time)
1671
+ SENSITIVE = []
1587
1672
  include Aws::Structure
1588
1673
  end
1589
1674
 
@@ -1614,6 +1699,7 @@ module Aws::ConfigService
1614
1699
  class DeleteAggregationAuthorizationRequest < Struct.new(
1615
1700
  :authorized_account_id,
1616
1701
  :authorized_aws_region)
1702
+ SENSITIVE = []
1617
1703
  include Aws::Structure
1618
1704
  end
1619
1705
 
@@ -1632,6 +1718,7 @@ module Aws::ConfigService
1632
1718
  #
1633
1719
  class DeleteConfigRuleRequest < Struct.new(
1634
1720
  :config_rule_name)
1721
+ SENSITIVE = []
1635
1722
  include Aws::Structure
1636
1723
  end
1637
1724
 
@@ -1650,6 +1737,7 @@ module Aws::ConfigService
1650
1737
  #
1651
1738
  class DeleteConfigurationAggregatorRequest < Struct.new(
1652
1739
  :configuration_aggregator_name)
1740
+ SENSITIVE = []
1653
1741
  include Aws::Structure
1654
1742
  end
1655
1743
 
@@ -1672,6 +1760,7 @@ module Aws::ConfigService
1672
1760
  #
1673
1761
  class DeleteConfigurationRecorderRequest < Struct.new(
1674
1762
  :configuration_recorder_name)
1763
+ SENSITIVE = []
1675
1764
  include Aws::Structure
1676
1765
  end
1677
1766
 
@@ -1690,6 +1779,7 @@ module Aws::ConfigService
1690
1779
  #
1691
1780
  class DeleteConformancePackRequest < Struct.new(
1692
1781
  :conformance_pack_name)
1782
+ SENSITIVE = []
1693
1783
  include Aws::Structure
1694
1784
  end
1695
1785
 
@@ -1711,6 +1801,7 @@ module Aws::ConfigService
1711
1801
  #
1712
1802
  class DeleteDeliveryChannelRequest < Struct.new(
1713
1803
  :delivery_channel_name)
1804
+ SENSITIVE = []
1714
1805
  include Aws::Structure
1715
1806
  end
1716
1807
 
@@ -1730,6 +1821,7 @@ module Aws::ConfigService
1730
1821
  #
1731
1822
  class DeleteEvaluationResultsRequest < Struct.new(
1732
1823
  :config_rule_name)
1824
+ SENSITIVE = []
1733
1825
  include Aws::Structure
1734
1826
  end
1735
1827
 
@@ -1755,6 +1847,7 @@ module Aws::ConfigService
1755
1847
  #
1756
1848
  class DeleteOrganizationConfigRuleRequest < Struct.new(
1757
1849
  :organization_config_rule_name)
1850
+ SENSITIVE = []
1758
1851
  include Aws::Structure
1759
1852
  end
1760
1853
 
@@ -1773,6 +1866,7 @@ module Aws::ConfigService
1773
1866
  #
1774
1867
  class DeleteOrganizationConformancePackRequest < Struct.new(
1775
1868
  :organization_conformance_pack_name)
1869
+ SENSITIVE = []
1776
1870
  include Aws::Structure
1777
1871
  end
1778
1872
 
@@ -1797,6 +1891,7 @@ module Aws::ConfigService
1797
1891
  class DeletePendingAggregationRequestRequest < Struct.new(
1798
1892
  :requester_account_id,
1799
1893
  :requester_aws_region)
1894
+ SENSITIVE = []
1800
1895
  include Aws::Structure
1801
1896
  end
1802
1897
 
@@ -1822,6 +1917,7 @@ module Aws::ConfigService
1822
1917
  class DeleteRemediationConfigurationRequest < Struct.new(
1823
1918
  :config_rule_name,
1824
1919
  :resource_type)
1920
+ SENSITIVE = []
1825
1921
  include Aws::Structure
1826
1922
  end
1827
1923
 
@@ -1858,6 +1954,7 @@ module Aws::ConfigService
1858
1954
  class DeleteRemediationExceptionsRequest < Struct.new(
1859
1955
  :config_rule_name,
1860
1956
  :resource_keys)
1957
+ SENSITIVE = []
1861
1958
  include Aws::Structure
1862
1959
  end
1863
1960
 
@@ -1871,6 +1968,7 @@ module Aws::ConfigService
1871
1968
  #
1872
1969
  class DeleteRemediationExceptionsResponse < Struct.new(
1873
1970
  :failed_batches)
1971
+ SENSITIVE = []
1874
1972
  include Aws::Structure
1875
1973
  end
1876
1974
 
@@ -1895,6 +1993,7 @@ module Aws::ConfigService
1895
1993
  class DeleteResourceConfigRequest < Struct.new(
1896
1994
  :resource_type,
1897
1995
  :resource_id)
1996
+ SENSITIVE = []
1898
1997
  include Aws::Structure
1899
1998
  end
1900
1999
 
@@ -1913,6 +2012,7 @@ module Aws::ConfigService
1913
2012
  #
1914
2013
  class DeleteRetentionConfigurationRequest < Struct.new(
1915
2014
  :retention_configuration_name)
2015
+ SENSITIVE = []
1916
2016
  include Aws::Structure
1917
2017
  end
1918
2018
 
@@ -1934,6 +2034,7 @@ module Aws::ConfigService
1934
2034
  #
1935
2035
  class DeliverConfigSnapshotRequest < Struct.new(
1936
2036
  :delivery_channel_name)
2037
+ SENSITIVE = []
1937
2038
  include Aws::Structure
1938
2039
  end
1939
2040
 
@@ -1947,6 +2048,7 @@ module Aws::ConfigService
1947
2048
  #
1948
2049
  class DeliverConfigSnapshotResponse < Struct.new(
1949
2050
  :config_snapshot_id)
2051
+ SENSITIVE = []
1950
2052
  include Aws::Structure
1951
2053
  end
1952
2054
 
@@ -2020,6 +2122,7 @@ module Aws::ConfigService
2020
2122
  :s3_key_prefix,
2021
2123
  :sns_topic_arn,
2022
2124
  :config_snapshot_delivery_properties)
2125
+ SENSITIVE = []
2023
2126
  include Aws::Structure
2024
2127
  end
2025
2128
 
@@ -2053,6 +2156,7 @@ module Aws::ConfigService
2053
2156
  :config_snapshot_delivery_info,
2054
2157
  :config_history_delivery_info,
2055
2158
  :config_stream_delivery_info)
2159
+ SENSITIVE = []
2056
2160
  include Aws::Structure
2057
2161
  end
2058
2162
 
@@ -2096,6 +2200,7 @@ module Aws::ConfigService
2096
2200
  :filters,
2097
2201
  :limit,
2098
2202
  :next_token)
2203
+ SENSITIVE = []
2099
2204
  include Aws::Structure
2100
2205
  end
2101
2206
 
@@ -2113,6 +2218,7 @@ module Aws::ConfigService
2113
2218
  class DescribeAggregateComplianceByConfigRulesResponse < Struct.new(
2114
2219
  :aggregate_compliance_by_config_rules,
2115
2220
  :next_token)
2221
+ SENSITIVE = []
2116
2222
  include Aws::Structure
2117
2223
  end
2118
2224
 
@@ -2140,6 +2246,7 @@ module Aws::ConfigService
2140
2246
  class DescribeAggregationAuthorizationsRequest < Struct.new(
2141
2247
  :limit,
2142
2248
  :next_token)
2249
+ SENSITIVE = []
2143
2250
  include Aws::Structure
2144
2251
  end
2145
2252
 
@@ -2158,6 +2265,7 @@ module Aws::ConfigService
2158
2265
  class DescribeAggregationAuthorizationsResponse < Struct.new(
2159
2266
  :aggregation_authorizations,
2160
2267
  :next_token)
2268
+ SENSITIVE = []
2161
2269
  include Aws::Structure
2162
2270
  end
2163
2271
 
@@ -2192,6 +2300,7 @@ module Aws::ConfigService
2192
2300
  :config_rule_names,
2193
2301
  :compliance_types,
2194
2302
  :next_token)
2303
+ SENSITIVE = []
2195
2304
  include Aws::Structure
2196
2305
  end
2197
2306
 
@@ -2210,6 +2319,7 @@ module Aws::ConfigService
2210
2319
  class DescribeComplianceByConfigRuleResponse < Struct.new(
2211
2320
  :compliance_by_config_rules,
2212
2321
  :next_token)
2322
+ SENSITIVE = []
2213
2323
  include Aws::Structure
2214
2324
  end
2215
2325
 
@@ -2263,6 +2373,7 @@ module Aws::ConfigService
2263
2373
  :compliance_types,
2264
2374
  :limit,
2265
2375
  :next_token)
2376
+ SENSITIVE = []
2266
2377
  include Aws::Structure
2267
2378
  end
2268
2379
 
@@ -2281,6 +2392,7 @@ module Aws::ConfigService
2281
2392
  class DescribeComplianceByResourceResponse < Struct.new(
2282
2393
  :compliance_by_resources,
2283
2394
  :next_token)
2395
+ SENSITIVE = []
2284
2396
  include Aws::Structure
2285
2397
  end
2286
2398
 
@@ -2324,6 +2436,7 @@ module Aws::ConfigService
2324
2436
  :config_rule_names,
2325
2437
  :next_token,
2326
2438
  :limit)
2439
+ SENSITIVE = []
2327
2440
  include Aws::Structure
2328
2441
  end
2329
2442
 
@@ -2341,6 +2454,7 @@ module Aws::ConfigService
2341
2454
  class DescribeConfigRuleEvaluationStatusResponse < Struct.new(
2342
2455
  :config_rules_evaluation_status,
2343
2456
  :next_token)
2457
+ SENSITIVE = []
2344
2458
  include Aws::Structure
2345
2459
  end
2346
2460
 
@@ -2368,6 +2482,7 @@ module Aws::ConfigService
2368
2482
  class DescribeConfigRulesRequest < Struct.new(
2369
2483
  :config_rule_names,
2370
2484
  :next_token)
2485
+ SENSITIVE = []
2371
2486
  include Aws::Structure
2372
2487
  end
2373
2488
 
@@ -2385,6 +2500,7 @@ module Aws::ConfigService
2385
2500
  class DescribeConfigRulesResponse < Struct.new(
2386
2501
  :config_rules,
2387
2502
  :next_token)
2503
+ SENSITIVE = []
2388
2504
  include Aws::Structure
2389
2505
  end
2390
2506
 
@@ -2430,6 +2546,7 @@ module Aws::ConfigService
2430
2546
  :update_status,
2431
2547
  :next_token,
2432
2548
  :limit)
2549
+ SENSITIVE = []
2433
2550
  include Aws::Structure
2434
2551
  end
2435
2552
 
@@ -2447,6 +2564,7 @@ module Aws::ConfigService
2447
2564
  class DescribeConfigurationAggregatorSourcesStatusResponse < Struct.new(
2448
2565
  :aggregated_source_status_list,
2449
2566
  :next_token)
2567
+ SENSITIVE = []
2450
2568
  include Aws::Structure
2451
2569
  end
2452
2570
 
@@ -2480,6 +2598,7 @@ module Aws::ConfigService
2480
2598
  :configuration_aggregator_names,
2481
2599
  :next_token,
2482
2600
  :limit)
2601
+ SENSITIVE = []
2483
2602
  include Aws::Structure
2484
2603
  end
2485
2604
 
@@ -2497,6 +2616,7 @@ module Aws::ConfigService
2497
2616
  class DescribeConfigurationAggregatorsResponse < Struct.new(
2498
2617
  :configuration_aggregators,
2499
2618
  :next_token)
2619
+ SENSITIVE = []
2500
2620
  include Aws::Structure
2501
2621
  end
2502
2622
 
@@ -2519,6 +2639,7 @@ module Aws::ConfigService
2519
2639
  #
2520
2640
  class DescribeConfigurationRecorderStatusRequest < Struct.new(
2521
2641
  :configuration_recorder_names)
2642
+ SENSITIVE = []
2522
2643
  include Aws::Structure
2523
2644
  end
2524
2645
 
@@ -2533,6 +2654,7 @@ module Aws::ConfigService
2533
2654
  #
2534
2655
  class DescribeConfigurationRecorderStatusResponse < Struct.new(
2535
2656
  :configuration_recorders_status)
2657
+ SENSITIVE = []
2536
2658
  include Aws::Structure
2537
2659
  end
2538
2660
 
@@ -2553,6 +2675,7 @@ module Aws::ConfigService
2553
2675
  #
2554
2676
  class DescribeConfigurationRecordersRequest < Struct.new(
2555
2677
  :configuration_recorder_names)
2678
+ SENSITIVE = []
2556
2679
  include Aws::Structure
2557
2680
  end
2558
2681
 
@@ -2567,6 +2690,7 @@ module Aws::ConfigService
2567
2690
  #
2568
2691
  class DescribeConfigurationRecordersResponse < Struct.new(
2569
2692
  :configuration_recorders)
2693
+ SENSITIVE = []
2570
2694
  include Aws::Structure
2571
2695
  end
2572
2696
 
@@ -2608,6 +2732,7 @@ module Aws::ConfigService
2608
2732
  :filters,
2609
2733
  :limit,
2610
2734
  :next_token)
2735
+ SENSITIVE = []
2611
2736
  include Aws::Structure
2612
2737
  end
2613
2738
 
@@ -2630,6 +2755,7 @@ module Aws::ConfigService
2630
2755
  :conformance_pack_name,
2631
2756
  :conformance_pack_rule_compliance_list,
2632
2757
  :next_token)
2758
+ SENSITIVE = []
2633
2759
  include Aws::Structure
2634
2760
  end
2635
2761
 
@@ -2662,6 +2788,7 @@ module Aws::ConfigService
2662
2788
  :conformance_pack_names,
2663
2789
  :limit,
2664
2790
  :next_token)
2791
+ SENSITIVE = []
2665
2792
  include Aws::Structure
2666
2793
  end
2667
2794
 
@@ -2679,6 +2806,7 @@ module Aws::ConfigService
2679
2806
  class DescribeConformancePackStatusResponse < Struct.new(
2680
2807
  :conformance_pack_status_details,
2681
2808
  :next_token)
2809
+ SENSITIVE = []
2682
2810
  include Aws::Structure
2683
2811
  end
2684
2812
 
@@ -2712,6 +2840,7 @@ module Aws::ConfigService
2712
2840
  :conformance_pack_names,
2713
2841
  :limit,
2714
2842
  :next_token)
2843
+ SENSITIVE = []
2715
2844
  include Aws::Structure
2716
2845
  end
2717
2846
 
@@ -2729,6 +2858,7 @@ module Aws::ConfigService
2729
2858
  class DescribeConformancePacksResponse < Struct.new(
2730
2859
  :conformance_pack_details,
2731
2860
  :next_token)
2861
+ SENSITIVE = []
2732
2862
  include Aws::Structure
2733
2863
  end
2734
2864
 
@@ -2749,6 +2879,7 @@ module Aws::ConfigService
2749
2879
  #
2750
2880
  class DescribeDeliveryChannelStatusRequest < Struct.new(
2751
2881
  :delivery_channel_names)
2882
+ SENSITIVE = []
2752
2883
  include Aws::Structure
2753
2884
  end
2754
2885
 
@@ -2762,6 +2893,7 @@ module Aws::ConfigService
2762
2893
  #
2763
2894
  class DescribeDeliveryChannelStatusResponse < Struct.new(
2764
2895
  :delivery_channels_status)
2896
+ SENSITIVE = []
2765
2897
  include Aws::Structure
2766
2898
  end
2767
2899
 
@@ -2782,6 +2914,7 @@ module Aws::ConfigService
2782
2914
  #
2783
2915
  class DescribeDeliveryChannelsRequest < Struct.new(
2784
2916
  :delivery_channel_names)
2917
+ SENSITIVE = []
2785
2918
  include Aws::Structure
2786
2919
  end
2787
2920
 
@@ -2796,6 +2929,7 @@ module Aws::ConfigService
2796
2929
  #
2797
2930
  class DescribeDeliveryChannelsResponse < Struct.new(
2798
2931
  :delivery_channels)
2932
+ SENSITIVE = []
2799
2933
  include Aws::Structure
2800
2934
  end
2801
2935
 
@@ -2831,6 +2965,7 @@ module Aws::ConfigService
2831
2965
  :organization_config_rule_names,
2832
2966
  :limit,
2833
2967
  :next_token)
2968
+ SENSITIVE = []
2834
2969
  include Aws::Structure
2835
2970
  end
2836
2971
 
@@ -2848,6 +2983,7 @@ module Aws::ConfigService
2848
2983
  class DescribeOrganizationConfigRuleStatusesResponse < Struct.new(
2849
2984
  :organization_config_rule_statuses,
2850
2985
  :next_token)
2986
+ SENSITIVE = []
2851
2987
  include Aws::Structure
2852
2988
  end
2853
2989
 
@@ -2883,6 +3019,7 @@ module Aws::ConfigService
2883
3019
  :organization_config_rule_names,
2884
3020
  :limit,
2885
3021
  :next_token)
3022
+ SENSITIVE = []
2886
3023
  include Aws::Structure
2887
3024
  end
2888
3025
 
@@ -2900,6 +3037,7 @@ module Aws::ConfigService
2900
3037
  class DescribeOrganizationConfigRulesResponse < Struct.new(
2901
3038
  :organization_config_rules,
2902
3039
  :next_token)
3040
+ SENSITIVE = []
2903
3041
  include Aws::Structure
2904
3042
  end
2905
3043
 
@@ -2935,6 +3073,7 @@ module Aws::ConfigService
2935
3073
  :organization_conformance_pack_names,
2936
3074
  :limit,
2937
3075
  :next_token)
3076
+ SENSITIVE = []
2938
3077
  include Aws::Structure
2939
3078
  end
2940
3079
 
@@ -2952,6 +3091,7 @@ module Aws::ConfigService
2952
3091
  class DescribeOrganizationConformancePackStatusesResponse < Struct.new(
2953
3092
  :organization_conformance_pack_statuses,
2954
3093
  :next_token)
3094
+ SENSITIVE = []
2955
3095
  include Aws::Structure
2956
3096
  end
2957
3097
 
@@ -2985,6 +3125,7 @@ module Aws::ConfigService
2985
3125
  :organization_conformance_pack_names,
2986
3126
  :limit,
2987
3127
  :next_token)
3128
+ SENSITIVE = []
2988
3129
  include Aws::Structure
2989
3130
  end
2990
3131
 
@@ -3002,6 +3143,7 @@ module Aws::ConfigService
3002
3143
  class DescribeOrganizationConformancePacksResponse < Struct.new(
3003
3144
  :organization_conformance_packs,
3004
3145
  :next_token)
3146
+ SENSITIVE = []
3005
3147
  include Aws::Structure
3006
3148
  end
3007
3149
 
@@ -3028,6 +3170,7 @@ module Aws::ConfigService
3028
3170
  class DescribePendingAggregationRequestsRequest < Struct.new(
3029
3171
  :limit,
3030
3172
  :next_token)
3173
+ SENSITIVE = []
3031
3174
  include Aws::Structure
3032
3175
  end
3033
3176
 
@@ -3045,6 +3188,7 @@ module Aws::ConfigService
3045
3188
  class DescribePendingAggregationRequestsResponse < Struct.new(
3046
3189
  :pending_aggregation_requests,
3047
3190
  :next_token)
3191
+ SENSITIVE = []
3048
3192
  include Aws::Structure
3049
3193
  end
3050
3194
 
@@ -3064,6 +3208,7 @@ module Aws::ConfigService
3064
3208
  #
3065
3209
  class DescribeRemediationConfigurationsRequest < Struct.new(
3066
3210
  :config_rule_names)
3211
+ SENSITIVE = []
3067
3212
  include Aws::Structure
3068
3213
  end
3069
3214
 
@@ -3075,6 +3220,7 @@ module Aws::ConfigService
3075
3220
  #
3076
3221
  class DescribeRemediationConfigurationsResponse < Struct.new(
3077
3222
  :remediation_configurations)
3223
+ SENSITIVE = []
3078
3224
  include Aws::Structure
3079
3225
  end
3080
3226
 
@@ -3121,6 +3267,7 @@ module Aws::ConfigService
3121
3267
  :resource_keys,
3122
3268
  :limit,
3123
3269
  :next_token)
3270
+ SENSITIVE = []
3124
3271
  include Aws::Structure
3125
3272
  end
3126
3273
 
@@ -3138,6 +3285,7 @@ module Aws::ConfigService
3138
3285
  class DescribeRemediationExceptionsResponse < Struct.new(
3139
3286
  :remediation_exceptions,
3140
3287
  :next_token)
3288
+ SENSITIVE = []
3141
3289
  include Aws::Structure
3142
3290
  end
3143
3291
 
@@ -3148,7 +3296,7 @@ module Aws::ConfigService
3148
3296
  # config_rule_name: "ConfigRuleName", # required
3149
3297
  # resource_keys: [
3150
3298
  # {
3151
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
3299
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
3152
3300
  # resource_id: "ResourceId", # required
3153
3301
  # },
3154
3302
  # ],
@@ -3184,6 +3332,7 @@ module Aws::ConfigService
3184
3332
  :resource_keys,
3185
3333
  :limit,
3186
3334
  :next_token)
3335
+ SENSITIVE = []
3187
3336
  include Aws::Structure
3188
3337
  end
3189
3338
 
@@ -3201,6 +3350,7 @@ module Aws::ConfigService
3201
3350
  class DescribeRemediationExecutionStatusResponse < Struct.new(
3202
3351
  :remediation_execution_statuses,
3203
3352
  :next_token)
3353
+ SENSITIVE = []
3204
3354
  include Aws::Structure
3205
3355
  end
3206
3356
 
@@ -3233,6 +3383,7 @@ module Aws::ConfigService
3233
3383
  class DescribeRetentionConfigurationsRequest < Struct.new(
3234
3384
  :retention_configuration_names,
3235
3385
  :next_token)
3386
+ SENSITIVE = []
3236
3387
  include Aws::Structure
3237
3388
  end
3238
3389
 
@@ -3250,6 +3401,7 @@ module Aws::ConfigService
3250
3401
  class DescribeRetentionConfigurationsResponse < Struct.new(
3251
3402
  :retention_configurations,
3252
3403
  :next_token)
3404
+ SENSITIVE = []
3253
3405
  include Aws::Structure
3254
3406
  end
3255
3407
 
@@ -3312,6 +3464,7 @@ module Aws::ConfigService
3312
3464
  :compliance_type,
3313
3465
  :annotation,
3314
3466
  :ordering_timestamp)
3467
+ SENSITIVE = []
3315
3468
  include Aws::Structure
3316
3469
  end
3317
3470
 
@@ -3361,6 +3514,7 @@ module Aws::ConfigService
3361
3514
  :config_rule_invoked_time,
3362
3515
  :annotation,
3363
3516
  :result_token)
3517
+ SENSITIVE = []
3364
3518
  include Aws::Structure
3365
3519
  end
3366
3520
 
@@ -3384,6 +3538,7 @@ module Aws::ConfigService
3384
3538
  class EvaluationResultIdentifier < Struct.new(
3385
3539
  :evaluation_result_qualifier,
3386
3540
  :ordering_timestamp)
3541
+ SENSITIVE = []
3387
3542
  include Aws::Structure
3388
3543
  end
3389
3544
 
@@ -3408,6 +3563,7 @@ module Aws::ConfigService
3408
3563
  :config_rule_name,
3409
3564
  :resource_type,
3410
3565
  :resource_id)
3566
+ SENSITIVE = []
3411
3567
  include Aws::Structure
3412
3568
  end
3413
3569
 
@@ -3431,6 +3587,7 @@ module Aws::ConfigService
3431
3587
  #
3432
3588
  class ExecutionControls < Struct.new(
3433
3589
  :ssm_controls)
3590
+ SENSITIVE = []
3434
3591
  include Aws::Structure
3435
3592
  end
3436
3593
 
@@ -3452,6 +3609,7 @@ module Aws::ConfigService
3452
3609
  class FailedDeleteRemediationExceptionsBatch < Struct.new(
3453
3610
  :failure_message,
3454
3611
  :failed_items)
3612
+ SENSITIVE = []
3455
3613
  include Aws::Structure
3456
3614
  end
3457
3615
 
@@ -3471,6 +3629,7 @@ module Aws::ConfigService
3471
3629
  class FailedRemediationBatch < Struct.new(
3472
3630
  :failure_message,
3473
3631
  :failed_items)
3632
+ SENSITIVE = []
3474
3633
  include Aws::Structure
3475
3634
  end
3476
3635
 
@@ -3492,6 +3651,7 @@ module Aws::ConfigService
3492
3651
  class FailedRemediationExceptionBatch < Struct.new(
3493
3652
  :failure_message,
3494
3653
  :failed_items)
3654
+ SENSITIVE = []
3495
3655
  include Aws::Structure
3496
3656
  end
3497
3657
 
@@ -3505,6 +3665,7 @@ module Aws::ConfigService
3505
3665
  #
3506
3666
  class FieldInfo < Struct.new(
3507
3667
  :name)
3668
+ SENSITIVE = []
3508
3669
  include Aws::Structure
3509
3670
  end
3510
3671
 
@@ -3570,6 +3731,7 @@ module Aws::ConfigService
3570
3731
  :compliance_type,
3571
3732
  :limit,
3572
3733
  :next_token)
3734
+ SENSITIVE = []
3573
3735
  include Aws::Structure
3574
3736
  end
3575
3737
 
@@ -3587,6 +3749,7 @@ module Aws::ConfigService
3587
3749
  class GetAggregateComplianceDetailsByConfigRuleResponse < Struct.new(
3588
3750
  :aggregate_evaluation_results,
3589
3751
  :next_token)
3752
+ SENSITIVE = []
3590
3753
  include Aws::Structure
3591
3754
  end
3592
3755
 
@@ -3636,6 +3799,7 @@ module Aws::ConfigService
3636
3799
  :group_by_key,
3637
3800
  :limit,
3638
3801
  :next_token)
3802
+ SENSITIVE = []
3639
3803
  include Aws::Structure
3640
3804
  end
3641
3805
 
@@ -3658,6 +3822,7 @@ module Aws::ConfigService
3658
3822
  :group_by_key,
3659
3823
  :aggregate_compliance_counts,
3660
3824
  :next_token)
3825
+ SENSITIVE = []
3661
3826
  include Aws::Structure
3662
3827
  end
3663
3828
 
@@ -3667,7 +3832,7 @@ module Aws::ConfigService
3667
3832
  # {
3668
3833
  # configuration_aggregator_name: "ConfigurationAggregatorName", # required
3669
3834
  # filters: {
3670
- # resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
3835
+ # resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
3671
3836
  # account_id: "AccountId",
3672
3837
  # region: "AwsRegion",
3673
3838
  # },
@@ -3707,6 +3872,7 @@ module Aws::ConfigService
3707
3872
  :group_by_key,
3708
3873
  :limit,
3709
3874
  :next_token)
3875
+ SENSITIVE = []
3710
3876
  include Aws::Structure
3711
3877
  end
3712
3878
 
@@ -3736,6 +3902,7 @@ module Aws::ConfigService
3736
3902
  :group_by_key,
3737
3903
  :grouped_resource_counts,
3738
3904
  :next_token)
3905
+ SENSITIVE = []
3739
3906
  include Aws::Structure
3740
3907
  end
3741
3908
 
@@ -3748,7 +3915,7 @@ module Aws::ConfigService
3748
3915
  # source_account_id: "AccountId", # required
3749
3916
  # source_region: "AwsRegion", # required
3750
3917
  # resource_id: "ResourceId", # required
3751
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
3918
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
3752
3919
  # resource_name: "ResourceName",
3753
3920
  # },
3754
3921
  # }
@@ -3766,6 +3933,7 @@ module Aws::ConfigService
3766
3933
  class GetAggregateResourceConfigRequest < Struct.new(
3767
3934
  :configuration_aggregator_name,
3768
3935
  :resource_identifier)
3936
+ SENSITIVE = []
3769
3937
  include Aws::Structure
3770
3938
  end
3771
3939
 
@@ -3777,6 +3945,7 @@ module Aws::ConfigService
3777
3945
  #
3778
3946
  class GetAggregateResourceConfigResponse < Struct.new(
3779
3947
  :configuration_item)
3948
+ SENSITIVE = []
3780
3949
  include Aws::Structure
3781
3950
  end
3782
3951
 
@@ -3820,6 +3989,7 @@ module Aws::ConfigService
3820
3989
  :compliance_types,
3821
3990
  :limit,
3822
3991
  :next_token)
3992
+ SENSITIVE = []
3823
3993
  include Aws::Structure
3824
3994
  end
3825
3995
 
@@ -3838,6 +4008,7 @@ module Aws::ConfigService
3838
4008
  class GetComplianceDetailsByConfigRuleResponse < Struct.new(
3839
4009
  :evaluation_results,
3840
4010
  :next_token)
4011
+ SENSITIVE = []
3841
4012
  include Aws::Structure
3842
4013
  end
3843
4014
 
@@ -3880,6 +4051,7 @@ module Aws::ConfigService
3880
4051
  :resource_id,
3881
4052
  :compliance_types,
3882
4053
  :next_token)
4054
+ SENSITIVE = []
3883
4055
  include Aws::Structure
3884
4056
  end
3885
4057
 
@@ -3898,6 +4070,7 @@ module Aws::ConfigService
3898
4070
  class GetComplianceDetailsByResourceResponse < Struct.new(
3899
4071
  :evaluation_results,
3900
4072
  :next_token)
4073
+ SENSITIVE = []
3901
4074
  include Aws::Structure
3902
4075
  end
3903
4076
 
@@ -3910,6 +4083,7 @@ module Aws::ConfigService
3910
4083
  #
3911
4084
  class GetComplianceSummaryByConfigRuleResponse < Struct.new(
3912
4085
  :compliance_summary)
4086
+ SENSITIVE = []
3913
4087
  include Aws::Structure
3914
4088
  end
3915
4089
 
@@ -3934,6 +4108,7 @@ module Aws::ConfigService
3934
4108
  #
3935
4109
  class GetComplianceSummaryByResourceTypeRequest < Struct.new(
3936
4110
  :resource_types)
4111
+ SENSITIVE = []
3937
4112
  include Aws::Structure
3938
4113
  end
3939
4114
 
@@ -3948,6 +4123,7 @@ module Aws::ConfigService
3948
4123
  #
3949
4124
  class GetComplianceSummaryByResourceTypeResponse < Struct.new(
3950
4125
  :compliance_summaries_by_resource_type)
4126
+ SENSITIVE = []
3951
4127
  include Aws::Structure
3952
4128
  end
3953
4129
 
@@ -3992,6 +4168,7 @@ module Aws::ConfigService
3992
4168
  :filters,
3993
4169
  :limit,
3994
4170
  :next_token)
4171
+ SENSITIVE = []
3995
4172
  include Aws::Structure
3996
4173
  end
3997
4174
 
@@ -4014,6 +4191,7 @@ module Aws::ConfigService
4014
4191
  :conformance_pack_name,
4015
4192
  :conformance_pack_rule_evaluation_results,
4016
4193
  :next_token)
4194
+ SENSITIVE = []
4017
4195
  include Aws::Structure
4018
4196
  end
4019
4197
 
@@ -4045,6 +4223,7 @@ module Aws::ConfigService
4045
4223
  :conformance_pack_names,
4046
4224
  :limit,
4047
4225
  :next_token)
4226
+ SENSITIVE = []
4048
4227
  include Aws::Structure
4049
4228
  end
4050
4229
 
@@ -4062,6 +4241,7 @@ module Aws::ConfigService
4062
4241
  class GetConformancePackComplianceSummaryResponse < Struct.new(
4063
4242
  :conformance_pack_compliance_summary_list,
4064
4243
  :next_token)
4244
+ SENSITIVE = []
4065
4245
  include Aws::Structure
4066
4246
  end
4067
4247
 
@@ -4109,6 +4289,7 @@ module Aws::ConfigService
4109
4289
  :resource_types,
4110
4290
  :limit,
4111
4291
  :next_token)
4292
+ SENSITIVE = []
4112
4293
  include Aws::Structure
4113
4294
  end
4114
4295
 
@@ -4147,6 +4328,7 @@ module Aws::ConfigService
4147
4328
  :total_discovered_resources,
4148
4329
  :resource_counts,
4149
4330
  :next_token)
4331
+ SENSITIVE = []
4150
4332
  include Aws::Structure
4151
4333
  end
4152
4334
 
@@ -4190,6 +4372,7 @@ module Aws::ConfigService
4190
4372
  :filters,
4191
4373
  :limit,
4192
4374
  :next_token)
4375
+ SENSITIVE = []
4193
4376
  include Aws::Structure
4194
4377
  end
4195
4378
 
@@ -4207,6 +4390,7 @@ module Aws::ConfigService
4207
4390
  class GetOrganizationConfigRuleDetailedStatusResponse < Struct.new(
4208
4391
  :organization_config_rule_detailed_status,
4209
4392
  :next_token)
4393
+ SENSITIVE = []
4210
4394
  include Aws::Structure
4211
4395
  end
4212
4396
 
@@ -4250,6 +4434,7 @@ module Aws::ConfigService
4250
4434
  :filters,
4251
4435
  :limit,
4252
4436
  :next_token)
4437
+ SENSITIVE = []
4253
4438
  include Aws::Structure
4254
4439
  end
4255
4440
 
@@ -4267,6 +4452,7 @@ module Aws::ConfigService
4267
4452
  class GetOrganizationConformancePackDetailedStatusResponse < Struct.new(
4268
4453
  :organization_conformance_pack_detailed_statuses,
4269
4454
  :next_token)
4455
+ SENSITIVE = []
4270
4456
  include Aws::Structure
4271
4457
  end
4272
4458
 
@@ -4276,7 +4462,7 @@ module Aws::ConfigService
4276
4462
  # data as a hash:
4277
4463
  #
4278
4464
  # {
4279
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
4465
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
4280
4466
  # resource_id: "ResourceId", # required
4281
4467
  # later_time: Time.now,
4282
4468
  # earlier_time: Time.now,
@@ -4330,6 +4516,7 @@ module Aws::ConfigService
4330
4516
  :chronological_order,
4331
4517
  :limit,
4332
4518
  :next_token)
4519
+ SENSITIVE = []
4333
4520
  include Aws::Structure
4334
4521
  end
4335
4522
 
@@ -4350,6 +4537,7 @@ module Aws::ConfigService
4350
4537
  class GetResourceConfigHistoryResponse < Struct.new(
4351
4538
  :configuration_items,
4352
4539
  :next_token)
4540
+ SENSITIVE = []
4353
4541
  include Aws::Structure
4354
4542
  end
4355
4543
 
@@ -4370,6 +4558,7 @@ module Aws::ConfigService
4370
4558
  class GroupedResourceCount < Struct.new(
4371
4559
  :group_name,
4372
4560
  :resource_count)
4561
+ SENSITIVE = []
4373
4562
  include Aws::Structure
4374
4563
  end
4375
4564
 
@@ -4506,7 +4695,7 @@ module Aws::ConfigService
4506
4695
  #
4507
4696
  # {
4508
4697
  # configuration_aggregator_name: "ConfigurationAggregatorName", # required
4509
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
4698
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
4510
4699
  # filters: {
4511
4700
  # account_id: "AccountId",
4512
4701
  # resource_id: "ResourceId",
@@ -4549,6 +4738,7 @@ module Aws::ConfigService
4549
4738
  :filters,
4550
4739
  :limit,
4551
4740
  :next_token)
4741
+ SENSITIVE = []
4552
4742
  include Aws::Structure
4553
4743
  end
4554
4744
 
@@ -4566,6 +4756,7 @@ module Aws::ConfigService
4566
4756
  class ListAggregateDiscoveredResourcesResponse < Struct.new(
4567
4757
  :resource_identifiers,
4568
4758
  :next_token)
4759
+ SENSITIVE = []
4569
4760
  include Aws::Structure
4570
4761
  end
4571
4762
 
@@ -4573,7 +4764,7 @@ module Aws::ConfigService
4573
4764
  # data as a hash:
4574
4765
  #
4575
4766
  # {
4576
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
4767
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
4577
4768
  # resource_ids: ["ResourceId"],
4578
4769
  # resource_name: "ResourceName",
4579
4770
  # limit: 1,
@@ -4624,6 +4815,7 @@ module Aws::ConfigService
4624
4815
  :limit,
4625
4816
  :include_deleted_resources,
4626
4817
  :next_token)
4818
+ SENSITIVE = []
4627
4819
  include Aws::Structure
4628
4820
  end
4629
4821
 
@@ -4643,6 +4835,7 @@ module Aws::ConfigService
4643
4835
  class ListDiscoveredResourcesResponse < Struct.new(
4644
4836
  :resource_identifiers,
4645
4837
  :next_token)
4838
+ SENSITIVE = []
4646
4839
  include Aws::Structure
4647
4840
  end
4648
4841
 
@@ -4679,6 +4872,7 @@ module Aws::ConfigService
4679
4872
  :resource_arn,
4680
4873
  :limit,
4681
4874
  :next_token)
4875
+ SENSITIVE = []
4682
4876
  include Aws::Structure
4683
4877
  end
4684
4878
 
@@ -4696,6 +4890,7 @@ module Aws::ConfigService
4696
4890
  class ListTagsForResourceResponse < Struct.new(
4697
4891
  :tags,
4698
4892
  :next_token)
4893
+ SENSITIVE = []
4699
4894
  include Aws::Structure
4700
4895
  end
4701
4896
 
@@ -4831,6 +5026,7 @@ module Aws::ConfigService
4831
5026
  :error_code,
4832
5027
  :error_message,
4833
5028
  :last_update_time)
5029
+ SENSITIVE = []
4834
5030
  include Aws::Structure
4835
5031
  end
4836
5032
 
@@ -4978,6 +5174,7 @@ module Aws::ConfigService
4978
5174
  :role_arn,
4979
5175
  :aws_regions,
4980
5176
  :all_aws_regions)
5177
+ SENSITIVE = []
4981
5178
  include Aws::Structure
4982
5179
  end
4983
5180
 
@@ -5025,6 +5222,7 @@ module Aws::ConfigService
5025
5222
  :organization_custom_rule_metadata,
5026
5223
  :excluded_accounts,
5027
5224
  :last_update_time)
5225
+ SENSITIVE = []
5028
5226
  include Aws::Structure
5029
5227
  end
5030
5228
 
@@ -5098,6 +5296,7 @@ module Aws::ConfigService
5098
5296
  :error_code,
5099
5297
  :error_message,
5100
5298
  :last_update_time)
5299
+ SENSITIVE = []
5101
5300
  include Aws::Structure
5102
5301
  end
5103
5302
 
@@ -5145,6 +5344,7 @@ module Aws::ConfigService
5145
5344
  :conformance_pack_input_parameters,
5146
5345
  :excluded_accounts,
5147
5346
  :last_update_time)
5347
+ SENSITIVE = []
5148
5348
  include Aws::Structure
5149
5349
  end
5150
5350
 
@@ -5225,6 +5425,7 @@ module Aws::ConfigService
5225
5425
  :error_code,
5226
5426
  :error_message,
5227
5427
  :last_update_time)
5428
+ SENSITIVE = []
5228
5429
  include Aws::Structure
5229
5430
  end
5230
5431
 
@@ -5299,6 +5500,7 @@ module Aws::ConfigService
5299
5500
  :error_code,
5300
5501
  :error_message,
5301
5502
  :last_update_time)
5503
+ SENSITIVE = []
5302
5504
  include Aws::Structure
5303
5505
  end
5304
5506
 
@@ -5405,6 +5607,7 @@ module Aws::ConfigService
5405
5607
  :resource_id_scope,
5406
5608
  :tag_key_scope,
5407
5609
  :tag_value_scope)
5610
+ SENSITIVE = []
5408
5611
  include Aws::Structure
5409
5612
  end
5410
5613
 
@@ -5487,6 +5690,7 @@ module Aws::ConfigService
5487
5690
  :resource_id_scope,
5488
5691
  :tag_key_scope,
5489
5692
  :tag_value_scope)
5693
+ SENSITIVE = []
5490
5694
  include Aws::Structure
5491
5695
  end
5492
5696
 
@@ -5552,6 +5756,7 @@ module Aws::ConfigService
5552
5756
  class OrganizationResourceDetailedStatusFilters < Struct.new(
5553
5757
  :account_id,
5554
5758
  :status)
5759
+ SENSITIVE = []
5555
5760
  include Aws::Structure
5556
5761
  end
5557
5762
 
@@ -5577,6 +5782,7 @@ module Aws::ConfigService
5577
5782
  class PendingAggregationRequest < Struct.new(
5578
5783
  :requester_account_id,
5579
5784
  :requester_aws_region)
5785
+ SENSITIVE = []
5580
5786
  include Aws::Structure
5581
5787
  end
5582
5788
 
@@ -5612,6 +5818,7 @@ module Aws::ConfigService
5612
5818
  :authorized_account_id,
5613
5819
  :authorized_aws_region,
5614
5820
  :tags)
5821
+ SENSITIVE = []
5615
5822
  include Aws::Structure
5616
5823
  end
5617
5824
 
@@ -5623,6 +5830,7 @@ module Aws::ConfigService
5623
5830
  #
5624
5831
  class PutAggregationAuthorizationResponse < Struct.new(
5625
5832
  :aggregation_authorization)
5833
+ SENSITIVE = []
5626
5834
  include Aws::Structure
5627
5835
  end
5628
5836
 
@@ -5678,6 +5886,7 @@ module Aws::ConfigService
5678
5886
  class PutConfigRuleRequest < Struct.new(
5679
5887
  :config_rule,
5680
5888
  :tags)
5889
+ SENSITIVE = []
5681
5890
  include Aws::Structure
5682
5891
  end
5683
5892
 
@@ -5729,6 +5938,7 @@ module Aws::ConfigService
5729
5938
  :account_aggregation_sources,
5730
5939
  :organization_aggregation_source,
5731
5940
  :tags)
5941
+ SENSITIVE = []
5732
5942
  include Aws::Structure
5733
5943
  end
5734
5944
 
@@ -5740,6 +5950,7 @@ module Aws::ConfigService
5740
5950
  #
5741
5951
  class PutConfigurationAggregatorResponse < Struct.new(
5742
5952
  :configuration_aggregator)
5953
+ SENSITIVE = []
5743
5954
  include Aws::Structure
5744
5955
  end
5745
5956
 
@@ -5755,7 +5966,7 @@ module Aws::ConfigService
5755
5966
  # recording_group: {
5756
5967
  # all_supported: false,
5757
5968
  # include_global_resource_types: false,
5758
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
5969
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
5759
5970
  # },
5760
5971
  # },
5761
5972
  # }
@@ -5769,6 +5980,7 @@ module Aws::ConfigService
5769
5980
  #
5770
5981
  class PutConfigurationRecorderRequest < Struct.new(
5771
5982
  :configuration_recorder)
5983
+ SENSITIVE = []
5772
5984
  include Aws::Structure
5773
5985
  end
5774
5986
 
@@ -5837,6 +6049,7 @@ module Aws::ConfigService
5837
6049
  :delivery_s3_bucket,
5838
6050
  :delivery_s3_key_prefix,
5839
6051
  :conformance_pack_input_parameters)
6052
+ SENSITIVE = []
5840
6053
  include Aws::Structure
5841
6054
  end
5842
6055
 
@@ -5848,6 +6061,7 @@ module Aws::ConfigService
5848
6061
  #
5849
6062
  class PutConformancePackResponse < Struct.new(
5850
6063
  :conformance_pack_arn)
6064
+ SENSITIVE = []
5851
6065
  include Aws::Structure
5852
6066
  end
5853
6067
 
@@ -5878,6 +6092,7 @@ module Aws::ConfigService
5878
6092
  #
5879
6093
  class PutDeliveryChannelRequest < Struct.new(
5880
6094
  :delivery_channel)
6095
+ SENSITIVE = []
5881
6096
  include Aws::Structure
5882
6097
  end
5883
6098
 
@@ -5929,6 +6144,7 @@ module Aws::ConfigService
5929
6144
  :evaluations,
5930
6145
  :result_token,
5931
6146
  :test_mode)
6147
+ SENSITIVE = []
5932
6148
  include Aws::Structure
5933
6149
  end
5934
6150
 
@@ -5940,6 +6156,7 @@ module Aws::ConfigService
5940
6156
  #
5941
6157
  class PutEvaluationsResponse < Struct.new(
5942
6158
  :failed_evaluations)
6159
+ SENSITIVE = []
5943
6160
  include Aws::Structure
5944
6161
  end
5945
6162
 
@@ -5996,6 +6213,7 @@ module Aws::ConfigService
5996
6213
  :organization_managed_rule_metadata,
5997
6214
  :organization_custom_rule_metadata,
5998
6215
  :excluded_accounts)
6216
+ SENSITIVE = []
5999
6217
  include Aws::Structure
6000
6218
  end
6001
6219
 
@@ -6007,6 +6225,7 @@ module Aws::ConfigService
6007
6225
  #
6008
6226
  class PutOrganizationConfigRuleResponse < Struct.new(
6009
6227
  :organization_config_rule_arn)
6228
+ SENSITIVE = []
6010
6229
  include Aws::Structure
6011
6230
  end
6012
6231
 
@@ -6085,6 +6304,7 @@ module Aws::ConfigService
6085
6304
  :delivery_s3_key_prefix,
6086
6305
  :conformance_pack_input_parameters,
6087
6306
  :excluded_accounts)
6307
+ SENSITIVE = []
6088
6308
  include Aws::Structure
6089
6309
  end
6090
6310
 
@@ -6096,6 +6316,7 @@ module Aws::ConfigService
6096
6316
  #
6097
6317
  class PutOrganizationConformancePackResponse < Struct.new(
6098
6318
  :organization_conformance_pack_arn)
6319
+ SENSITIVE = []
6099
6320
  include Aws::Structure
6100
6321
  end
6101
6322
 
@@ -6143,6 +6364,7 @@ module Aws::ConfigService
6143
6364
  #
6144
6365
  class PutRemediationConfigurationsRequest < Struct.new(
6145
6366
  :remediation_configurations)
6367
+ SENSITIVE = []
6146
6368
  include Aws::Structure
6147
6369
  end
6148
6370
 
@@ -6154,6 +6376,7 @@ module Aws::ConfigService
6154
6376
  #
6155
6377
  class PutRemediationConfigurationsResponse < Struct.new(
6156
6378
  :failed_batches)
6379
+ SENSITIVE = []
6157
6380
  include Aws::Structure
6158
6381
  end
6159
6382
 
@@ -6198,6 +6421,7 @@ module Aws::ConfigService
6198
6421
  :resource_keys,
6199
6422
  :message,
6200
6423
  :expiration_time)
6424
+ SENSITIVE = []
6201
6425
  include Aws::Structure
6202
6426
  end
6203
6427
 
@@ -6211,6 +6435,7 @@ module Aws::ConfigService
6211
6435
  #
6212
6436
  class PutRemediationExceptionsResponse < Struct.new(
6213
6437
  :failed_batches)
6438
+ SENSITIVE = []
6214
6439
  include Aws::Structure
6215
6440
  end
6216
6441
 
@@ -6274,6 +6499,7 @@ module Aws::ConfigService
6274
6499
  :resource_name,
6275
6500
  :configuration,
6276
6501
  :tags)
6502
+ SENSITIVE = []
6277
6503
  include Aws::Structure
6278
6504
  end
6279
6505
 
@@ -6296,6 +6522,7 @@ module Aws::ConfigService
6296
6522
  #
6297
6523
  class PutRetentionConfigurationRequest < Struct.new(
6298
6524
  :retention_period_in_days)
6525
+ SENSITIVE = []
6299
6526
  include Aws::Structure
6300
6527
  end
6301
6528
 
@@ -6307,6 +6534,7 @@ module Aws::ConfigService
6307
6534
  #
6308
6535
  class PutRetentionConfigurationResponse < Struct.new(
6309
6536
  :retention_configuration)
6537
+ SENSITIVE = []
6310
6538
  include Aws::Structure
6311
6539
  end
6312
6540
 
@@ -6320,6 +6548,7 @@ module Aws::ConfigService
6320
6548
  #
6321
6549
  class QueryInfo < Struct.new(
6322
6550
  :select_fields)
6551
+ SENSITIVE = []
6323
6552
  include Aws::Structure
6324
6553
  end
6325
6554
 
@@ -6370,7 +6599,7 @@ module Aws::ConfigService
6370
6599
  # {
6371
6600
  # all_supported: false,
6372
6601
  # include_global_resource_types: false,
6373
- # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
6602
+ # resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
6374
6603
  # }
6375
6604
  #
6376
6605
  # @!attribute [rw] all_supported
@@ -6429,6 +6658,7 @@ module Aws::ConfigService
6429
6658
  :all_supported,
6430
6659
  :include_global_resource_types,
6431
6660
  :resource_types)
6661
+ SENSITIVE = []
6432
6662
  include Aws::Structure
6433
6663
  end
6434
6664
 
@@ -6457,6 +6687,7 @@ module Aws::ConfigService
6457
6687
  :resource_id,
6458
6688
  :resource_name,
6459
6689
  :relationship_name)
6690
+ SENSITIVE = []
6460
6691
  include Aws::Structure
6461
6692
  end
6462
6693
 
@@ -6511,6 +6742,12 @@ module Aws::ConfigService
6511
6742
  #
6512
6743
  # @!attribute [rw] target_version
6513
6744
  # Version of the target. For example, version of the SSM document.
6745
+ #
6746
+ # <note markdown="1"> If you make backward incompatible changes to the SSM document, you
6747
+ # must call PutRemediationConfiguration API again to ensure the
6748
+ # remediations can run.
6749
+ #
6750
+ # </note>
6514
6751
  # @return [String]
6515
6752
  #
6516
6753
  # @!attribute [rw] parameters
@@ -6534,8 +6771,9 @@ module Aws::ConfigService
6534
6771
  # do not select a number, the default is 5.
6535
6772
  #
6536
6773
  # For example, if you specify MaximumAutomaticAttempts as 5 with
6537
- # RetryAttemptsSeconds as 50 seconds, AWS Config throws an exception
6538
- # after the 5th failed attempt within 50 seconds.
6774
+ # RetryAttemptsSeconds as 50 seconds, AWS Config will put a
6775
+ # RemediationException on your behalf for the failing resource after
6776
+ # the 5th failed attempt within 50 seconds.
6539
6777
  # @return [Integer]
6540
6778
  #
6541
6779
  # @!attribute [rw] retry_attempt_seconds
@@ -6571,6 +6809,7 @@ module Aws::ConfigService
6571
6809
  :retry_attempt_seconds,
6572
6810
  :arn,
6573
6811
  :created_by_service)
6812
+ SENSITIVE = []
6574
6813
  include Aws::Structure
6575
6814
  end
6576
6815
 
@@ -6607,6 +6846,7 @@ module Aws::ConfigService
6607
6846
  :resource_id,
6608
6847
  :message,
6609
6848
  :expiration_time)
6849
+ SENSITIVE = []
6610
6850
  include Aws::Structure
6611
6851
  end
6612
6852
 
@@ -6634,6 +6874,7 @@ module Aws::ConfigService
6634
6874
  class RemediationExceptionResourceKey < Struct.new(
6635
6875
  :resource_type,
6636
6876
  :resource_id)
6877
+ SENSITIVE = []
6637
6878
  include Aws::Structure
6638
6879
  end
6639
6880
 
@@ -6669,6 +6910,7 @@ module Aws::ConfigService
6669
6910
  :step_details,
6670
6911
  :invocation_time,
6671
6912
  :last_updated_time)
6913
+ SENSITIVE = []
6672
6914
  include Aws::Structure
6673
6915
  end
6674
6916
 
@@ -6702,6 +6944,7 @@ module Aws::ConfigService
6702
6944
  :error_message,
6703
6945
  :start_time,
6704
6946
  :stop_time)
6947
+ SENSITIVE = []
6705
6948
  include Aws::Structure
6706
6949
  end
6707
6950
 
@@ -6740,6 +6983,7 @@ module Aws::ConfigService
6740
6983
  class RemediationParameterValue < Struct.new(
6741
6984
  :resource_value,
6742
6985
  :static_value)
6986
+ SENSITIVE = []
6743
6987
  include Aws::Structure
6744
6988
  end
6745
6989
 
@@ -6758,6 +7002,7 @@ module Aws::ConfigService
6758
7002
  class ResourceCount < Struct.new(
6759
7003
  :resource_type,
6760
7004
  :count)
7005
+ SENSITIVE = []
6761
7006
  include Aws::Structure
6762
7007
  end
6763
7008
 
@@ -6768,7 +7013,7 @@ module Aws::ConfigService
6768
7013
  # data as a hash:
6769
7014
  #
6770
7015
  # {
6771
- # resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
7016
+ # resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
6772
7017
  # account_id: "AccountId",
6773
7018
  # region: "AwsRegion",
6774
7019
  # }
@@ -6791,6 +7036,7 @@ module Aws::ConfigService
6791
7036
  :resource_type,
6792
7037
  :account_id,
6793
7038
  :region)
7039
+ SENSITIVE = []
6794
7040
  include Aws::Structure
6795
7041
  end
6796
7042
 
@@ -6830,6 +7076,7 @@ module Aws::ConfigService
6830
7076
  :resource_id,
6831
7077
  :resource_name,
6832
7078
  :region)
7079
+ SENSITIVE = []
6833
7080
  include Aws::Structure
6834
7081
  end
6835
7082
 
@@ -6860,6 +7107,7 @@ module Aws::ConfigService
6860
7107
  :resource_id,
6861
7108
  :resource_name,
6862
7109
  :resource_deletion_time)
7110
+ SENSITIVE = []
6863
7111
  include Aws::Structure
6864
7112
  end
6865
7113
 
@@ -6900,7 +7148,7 @@ module Aws::ConfigService
6900
7148
  # data as a hash:
6901
7149
  #
6902
7150
  # {
6903
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
7151
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
6904
7152
  # resource_id: "ResourceId", # required
6905
7153
  # }
6906
7154
  #
@@ -6917,6 +7165,7 @@ module Aws::ConfigService
6917
7165
  class ResourceKey < Struct.new(
6918
7166
  :resource_type,
6919
7167
  :resource_id)
7168
+ SENSITIVE = []
6920
7169
  include Aws::Structure
6921
7170
  end
6922
7171
 
@@ -6950,6 +7199,7 @@ module Aws::ConfigService
6950
7199
  #
6951
7200
  class ResourceValue < Struct.new(
6952
7201
  :value)
7202
+ SENSITIVE = []
6953
7203
  include Aws::Structure
6954
7204
  end
6955
7205
 
@@ -6974,6 +7224,7 @@ module Aws::ConfigService
6974
7224
  class RetentionConfiguration < Struct.new(
6975
7225
  :name,
6976
7226
  :retention_period_in_days)
7227
+ SENSITIVE = []
6977
7228
  include Aws::Structure
6978
7229
  end
6979
7230
 
@@ -7025,6 +7276,7 @@ module Aws::ConfigService
7025
7276
  :tag_key,
7026
7277
  :tag_value,
7027
7278
  :compliance_resource_id)
7279
+ SENSITIVE = []
7028
7280
  include Aws::Structure
7029
7281
  end
7030
7282
 
@@ -7052,6 +7304,8 @@ module Aws::ConfigService
7052
7304
  # @return [Integer]
7053
7305
  #
7054
7306
  # @!attribute [rw] max_results
7307
+ # The maximum number of query results returned on each page. AWS
7308
+ # Config also allows the Limit request parameter.
7055
7309
  # @return [Integer]
7056
7310
  #
7057
7311
  # @!attribute [rw] next_token
@@ -7067,6 +7321,7 @@ module Aws::ConfigService
7067
7321
  :limit,
7068
7322
  :max_results,
7069
7323
  :next_token)
7324
+ SENSITIVE = []
7070
7325
  include Aws::Structure
7071
7326
  end
7072
7327
 
@@ -7089,6 +7344,7 @@ module Aws::ConfigService
7089
7344
  :results,
7090
7345
  :query_info,
7091
7346
  :next_token)
7347
+ SENSITIVE = []
7092
7348
  include Aws::Structure
7093
7349
  end
7094
7350
 
@@ -7120,6 +7376,7 @@ module Aws::ConfigService
7120
7376
  :expression,
7121
7377
  :limit,
7122
7378
  :next_token)
7379
+ SENSITIVE = []
7123
7380
  include Aws::Structure
7124
7381
  end
7125
7382
 
@@ -7142,6 +7399,7 @@ module Aws::ConfigService
7142
7399
  :results,
7143
7400
  :query_info,
7144
7401
  :next_token)
7402
+ SENSITIVE = []
7145
7403
  include Aws::Structure
7146
7404
  end
7147
7405
 
@@ -7194,6 +7452,7 @@ module Aws::ConfigService
7194
7452
  :owner,
7195
7453
  :source_identifier,
7196
7454
  :source_details)
7455
+ SENSITIVE = []
7197
7456
  include Aws::Structure
7198
7457
  end
7199
7458
 
@@ -7268,6 +7527,7 @@ module Aws::ConfigService
7268
7527
  :event_source,
7269
7528
  :message_type,
7270
7529
  :maximum_execution_frequency)
7530
+ SENSITIVE = []
7271
7531
  include Aws::Structure
7272
7532
  end
7273
7533
 
@@ -7301,6 +7561,7 @@ module Aws::ConfigService
7301
7561
  class SsmControls < Struct.new(
7302
7562
  :concurrent_execution_rate_percentage,
7303
7563
  :error_percentage)
7564
+ SENSITIVE = []
7304
7565
  include Aws::Structure
7305
7566
  end
7306
7567
 
@@ -7320,6 +7581,7 @@ module Aws::ConfigService
7320
7581
  #
7321
7582
  class StartConfigRulesEvaluationRequest < Struct.new(
7322
7583
  :config_rule_names)
7584
+ SENSITIVE = []
7323
7585
  include Aws::Structure
7324
7586
  end
7325
7587
 
@@ -7348,6 +7610,7 @@ module Aws::ConfigService
7348
7610
  #
7349
7611
  class StartConfigurationRecorderRequest < Struct.new(
7350
7612
  :configuration_recorder_name)
7613
+ SENSITIVE = []
7351
7614
  include Aws::Structure
7352
7615
  end
7353
7616
 
@@ -7358,7 +7621,7 @@ module Aws::ConfigService
7358
7621
  # config_rule_name: "ConfigRuleName", # required
7359
7622
  # resource_keys: [ # required
7360
7623
  # {
7361
- # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger
7624
+ # resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
7362
7625
  # resource_id: "ResourceId", # required
7363
7626
  # },
7364
7627
  # ],
@@ -7380,6 +7643,7 @@ module Aws::ConfigService
7380
7643
  class StartRemediationExecutionRequest < Struct.new(
7381
7644
  :config_rule_name,
7382
7645
  :resource_keys)
7646
+ SENSITIVE = []
7383
7647
  include Aws::Structure
7384
7648
  end
7385
7649
 
@@ -7398,6 +7662,7 @@ module Aws::ConfigService
7398
7662
  class StartRemediationExecutionResponse < Struct.new(
7399
7663
  :failure_message,
7400
7664
  :failed_items)
7665
+ SENSITIVE = []
7401
7666
  include Aws::Structure
7402
7667
  end
7403
7668
 
@@ -7418,6 +7683,7 @@ module Aws::ConfigService
7418
7683
  #
7419
7684
  class StaticValue < Struct.new(
7420
7685
  :values)
7686
+ SENSITIVE = []
7421
7687
  include Aws::Structure
7422
7688
  end
7423
7689
 
@@ -7482,6 +7748,7 @@ module Aws::ConfigService
7482
7748
  class StatusDetailFilters < Struct.new(
7483
7749
  :account_id,
7484
7750
  :member_account_rule_status)
7751
+ SENSITIVE = []
7485
7752
  include Aws::Structure
7486
7753
  end
7487
7754
 
@@ -7503,6 +7770,7 @@ module Aws::ConfigService
7503
7770
  #
7504
7771
  class StopConfigurationRecorderRequest < Struct.new(
7505
7772
  :configuration_recorder_name)
7773
+ SENSITIVE = []
7506
7774
  include Aws::Structure
7507
7775
  end
7508
7776
 
@@ -7535,6 +7803,7 @@ module Aws::ConfigService
7535
7803
  class Tag < Struct.new(
7536
7804
  :key,
7537
7805
  :value)
7806
+ SENSITIVE = []
7538
7807
  include Aws::Structure
7539
7808
  end
7540
7809
 
@@ -7567,6 +7836,7 @@ module Aws::ConfigService
7567
7836
  class TagResourceRequest < Struct.new(
7568
7837
  :resource_arn,
7569
7838
  :tags)
7839
+ SENSITIVE = []
7570
7840
  include Aws::Structure
7571
7841
  end
7572
7842
 
@@ -7601,6 +7871,7 @@ module Aws::ConfigService
7601
7871
  class UntagResourceRequest < Struct.new(
7602
7872
  :resource_arn,
7603
7873
  :tag_keys)
7874
+ SENSITIVE = []
7604
7875
  include Aws::Structure
7605
7876
  end
7606
7877