aws-sdk-configservice 1.56.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0532a874f194da54898af1e76c765c22c437fd3b3b92358e8b777311dcf5fb5a
4
- data.tar.gz: 6fea0b7b9e414f34196a399f0b5d2338eb74523a4bc64f1d42dbf59f411d9ccb
3
+ metadata.gz: 71554b4f0324e6dd4c07278dd654c89d61b6d20be51be2a3e22fba1aecb524d3
4
+ data.tar.gz: 6b647fbffb572d8cfbf0715b9bb02a97cef84420c1abf66bd9665cbe91e5b3fd
5
5
  SHA512:
6
- metadata.gz: da3b86559e2c193648d118a9dcb3e6f0be1db559259d4f6002e47abe43cd6777f7d9b4e081207260bbdd1a0358314de3279c4500be9c0052f11462c4890b35d9
7
- data.tar.gz: 8c6657dfe058cfe4b4f2a81fc2d56bbf2043f35f98949958dd9ba676b84a3cfe05a661b2167646ebd1d1a6163b4d2436ad731b9ca0801f5013ae51e4b875a8d5
6
+ metadata.gz: 1ede8200ac37c820c2df076a4397a06e851ed902eac7669038c1f40e7b6c87cd82d7b54422a03abe19f12ae32c99bf0e4b22764b81f453b5bc04214dfd7c302b
7
+ data.tar.gz: 999c850ed88015fbbe264d7a68d7a51e50324577b29f806fddb31aaadfd48f0a19570cd8f62cd5e68992571cce7ee52123376acd2bcbf49a25dc900426cdd3cd
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-configservice/customizations'
48
48
  # @!group service
49
49
  module Aws::ConfigService
50
50
 
51
- GEM_VERSION = '1.56.0'
51
+ GEM_VERSION = '1.57.0'
52
52
 
53
53
  end
@@ -888,7 +888,8 @@ module Aws::ConfigService
888
888
  req.send_request(options)
889
889
  end
890
890
 
891
- # Deletes the stored query for an AWS account in an AWS Region.
891
+ # Deletes the stored query for a single AWS account and a single AWS
892
+ # Region.
892
893
  #
893
894
  # @option params [required, String] :query_name
894
895
  # The name of the query that you want to delete.
@@ -1772,6 +1773,7 @@ module Aws::ConfigService
1772
1773
  # resp.delivery_channels[0].name #=> String
1773
1774
  # resp.delivery_channels[0].s3_bucket_name #=> String
1774
1775
  # resp.delivery_channels[0].s3_key_prefix #=> String
1776
+ # resp.delivery_channels[0].s3_kms_key_arn #=> String
1775
1777
  # resp.delivery_channels[0].sns_topic_arn #=> String
1776
1778
  # resp.delivery_channels[0].config_snapshot_delivery_properties.delivery_frequency #=> String, one of "One_Hour", "Three_Hours", "Six_Hours", "Twelve_Hours", "TwentyFour_Hours"
1777
1779
  #
@@ -3258,9 +3260,9 @@ module Aws::ConfigService
3258
3260
  # Filters the results based on the `ResourceFilters` object.
3259
3261
  #
3260
3262
  # @option params [Integer] :limit
3261
- # The maximum number of resource identifiers returned on each page. The
3262
- # default is 100. You cannot specify a number greater than 100. If you
3263
- # specify 0, AWS Config uses the default.
3263
+ # The maximum number of resource identifiers returned on each page. You
3264
+ # cannot specify a number greater than 100. If you specify 0, AWS Config
3265
+ # uses the default.
3264
3266
  #
3265
3267
  # @option params [String] :next_token
3266
3268
  # The `nextToken` string returned on a previous page that you use to get
@@ -3385,8 +3387,8 @@ module Aws::ConfigService
3385
3387
  req.send_request(options)
3386
3388
  end
3387
3389
 
3388
- # List the stored queries for an AWS account in an AWS Region. The
3389
- # default is 100.
3390
+ # Lists the stored queries for a single AWS account and a single AWS
3391
+ # Region. The default is 100.
3390
3392
  #
3391
3393
  # @option params [String] :next_token
3392
3394
  # The nextToken string returned in a previous request that you use to
@@ -3620,16 +3622,32 @@ module Aws::ConfigService
3620
3622
  # source accounts and regions. The source account can be individual
3621
3623
  # account(s) or an organization.
3622
3624
  #
3625
+ # `accountIds` that are passed will be replaced with existing accounts.
3626
+ # If you want to add additional accounts into the aggregator, call
3627
+ # `DescribeAggregator` to get the previous accounts and then append new
3628
+ # ones.
3629
+ #
3623
3630
  # <note markdown="1"> AWS Config should be enabled in source accounts and regions you want
3624
3631
  # to aggregate.
3625
3632
  #
3626
3633
  # If your source type is an organization, you must be signed in to the
3627
- # master account and all features must be enabled in your organization.
3628
- # AWS Config calls `EnableAwsServiceAccess` API to enable integration
3629
- # between AWS Config and AWS Organizations.
3634
+ # management account or a registered delegated administrator and all the
3635
+ # features must be enabled in your organization. If the caller is a
3636
+ # management account, AWS Config calls `EnableAwsServiceAccess` API to
3637
+ # enable integration between AWS Config and AWS Organizations. If the
3638
+ # caller is a registered delegated administrator, AWS Config calls
3639
+ # `ListDelegatedAdministrators` API to verify whether the caller is a
3640
+ # valid delegated administrator.
3641
+ #
3642
+ # To register a delegated administrator, see [Register a Delegated
3643
+ # Administrator][1] in the AWS Config developer guide.
3630
3644
  #
3631
3645
  # </note>
3632
3646
  #
3647
+ #
3648
+ #
3649
+ # [1]: https://docs.aws.amazon.com/config/latest/developerguide/set-up-aggregator-cli.html#register-a-delegated-administrator-cli
3650
+ #
3633
3651
  # @option params [required, String] :configuration_aggregator_name
3634
3652
  # The name of the configuration aggregator.
3635
3653
  #
@@ -3780,12 +3798,19 @@ module Aws::ConfigService
3780
3798
  # </note>
3781
3799
  #
3782
3800
  # @option params [String] :delivery_s3_bucket
3783
- # AWS Config stores intermediate files while processing conformance pack
3784
- # template.
3801
+ # Amazon S3 bucket where AWS Config stores conformance pack templates.
3802
+ #
3803
+ # <note markdown="1"> This field is optional.
3804
+ #
3805
+ # </note>
3785
3806
  #
3786
3807
  # @option params [String] :delivery_s3_key_prefix
3787
3808
  # The prefix for the Amazon S3 bucket.
3788
3809
  #
3810
+ # <note markdown="1"> This field is optional.
3811
+ #
3812
+ # </note>
3813
+ #
3789
3814
  # @option params [Array<Types::ConformancePackInputParameter>] :conformance_pack_input_parameters
3790
3815
  # A list of `ConformancePackInputParameter` objects.
3791
3816
  #
@@ -3853,6 +3878,7 @@ module Aws::ConfigService
3853
3878
  # name: "ChannelName",
3854
3879
  # s3_bucket_name: "String",
3855
3880
  # s3_key_prefix: "String",
3881
+ # s3_kms_key_arn: "String",
3856
3882
  # sns_topic_arn: "String",
3857
3883
  # config_snapshot_delivery_properties: {
3858
3884
  # delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
@@ -3931,9 +3957,15 @@ module Aws::ConfigService
3931
3957
  req.send_request(options)
3932
3958
  end
3933
3959
 
3960
+ # Add or updates the evaluations for process checks. This API checks if
3961
+ # the rule is a process check when the name of the AWS Config rule is
3962
+ # provided.
3963
+ #
3934
3964
  # @option params [required, String] :config_rule_name
3965
+ # The name of the AWS Config rule.
3935
3966
  #
3936
3967
  # @option params [required, Types::ExternalEvaluation] :external_evaluation
3968
+ # An `ExternalEvaluation` object that provides details about compliance.
3937
3969
  #
3938
3970
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3939
3971
  #
@@ -4110,22 +4142,19 @@ module Aws::ConfigService
4110
4142
  # maximum length of 51,200 bytes.
4111
4143
  #
4112
4144
  # @option params [String] :delivery_s3_bucket
4113
- # Location of an Amazon S3 bucket where AWS Config can deliver
4114
- # evaluation results. AWS Config stores intermediate files while
4115
- # processing conformance pack template.
4145
+ # Amazon S3 bucket where AWS Config stores conformance pack templates.
4116
4146
  #
4117
- # The delivery bucket name should start with awsconfigconforms. For
4118
- # example: "Resource": "arn:aws:s3:::your\_bucket\_name/*". For
4119
- # more information, see [Permissions for cross account bucket
4120
- # access][1].
4147
+ # <note markdown="1"> This field is optional.
4121
4148
  #
4122
- #
4123
- #
4124
- # [1]: https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html
4149
+ # </note>
4125
4150
  #
4126
4151
  # @option params [String] :delivery_s3_key_prefix
4127
4152
  # The prefix for the Amazon S3 bucket.
4128
4153
  #
4154
+ # <note markdown="1"> This field is optional.
4155
+ #
4156
+ # </note>
4157
+ #
4129
4158
  # @option params [Array<Types::ConformancePackInputParameter>] :conformance_pack_input_parameters
4130
4159
  # A list of `ConformancePackInputParameter` objects.
4131
4160
  #
@@ -4259,7 +4288,7 @@ module Aws::ConfigService
4259
4288
 
4260
4289
  # A remediation exception is when a specific resource is no longer
4261
4290
  # considered for auto-remediation. This API adds a new exception or
4262
- # updates an exisiting exception for a specific resource with a specific
4291
+ # updates an existing exception for a specific resource with a specific
4263
4292
  # AWS Config rule.
4264
4293
  #
4265
4294
  # <note markdown="1"> AWS Config generates a remediation exception when a problem occurs
@@ -4439,13 +4468,20 @@ module Aws::ConfigService
4439
4468
  end
4440
4469
 
4441
4470
  # Saves a new query or updates an existing saved query. The `QueryName`
4442
- # must be unique for an AWS account in an AWS Region. You can create
4443
- # upto 300 queries in an AWS account in an AWS Region.
4471
+ # must be unique for a single AWS account and a single AWS Region. You
4472
+ # can create upto 300 queries in a single AWS account and a single AWS
4473
+ # Region.
4444
4474
  #
4445
4475
  # @option params [required, Types::StoredQuery] :stored_query
4446
4476
  # A list of `StoredQuery` objects. The mandatory fields are `QueryName`
4447
4477
  # and `Expression`.
4448
4478
  #
4479
+ # <note markdown="1"> When you are creating a query, you must provide a query name and an
4480
+ # expression. When you are updating a query, you must provide a query
4481
+ # name but updating the description is optional.
4482
+ #
4483
+ # </note>
4484
+ #
4449
4485
  # @option params [Array<Types::Tag>] :tags
4450
4486
  # A list of `Tags` object.
4451
4487
  #
@@ -4837,7 +4873,7 @@ module Aws::ConfigService
4837
4873
  params: params,
4838
4874
  config: config)
4839
4875
  context[:gem_name] = 'aws-sdk-configservice'
4840
- context[:gem_version] = '1.56.0'
4876
+ context[:gem_version] = '1.57.0'
4841
4877
  Seahorse::Client::Request.new(handlers, context)
4842
4878
  end
4843
4879
 
@@ -269,6 +269,7 @@ module Aws::ConfigService
269
269
  InvalidResultTokenException = Shapes::StructureShape.new(name: 'InvalidResultTokenException')
270
270
  InvalidRoleException = Shapes::StructureShape.new(name: 'InvalidRoleException')
271
271
  InvalidS3KeyPrefixException = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixException')
272
+ InvalidS3KmsKeyArnException = Shapes::StructureShape.new(name: 'InvalidS3KmsKeyArnException')
272
273
  InvalidSNSTopicARNException = Shapes::StructureShape.new(name: 'InvalidSNSTopicARNException')
273
274
  InvalidTimeRangeException = Shapes::StructureShape.new(name: 'InvalidTimeRangeException')
274
275
  LastDeliveryChannelDeleteFailedException = Shapes::StructureShape.new(name: 'LastDeliveryChannelDeleteFailedException')
@@ -878,6 +879,7 @@ module Aws::ConfigService
878
879
  DeliveryChannel.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
879
880
  DeliveryChannel.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "s3BucketName"))
880
881
  DeliveryChannel.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3KeyPrefix"))
882
+ DeliveryChannel.add_member(:s3_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "s3KmsKeyArn"))
881
883
  DeliveryChannel.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "snsTopicARN"))
882
884
  DeliveryChannel.add_member(:config_snapshot_delivery_properties, Shapes::ShapeRef.new(shape: ConfigSnapshotDeliveryProperties, location_name: "configSnapshotDeliveryProperties"))
883
885
  DeliveryChannel.struct_class = Types::DeliveryChannel
@@ -1337,6 +1339,8 @@ module Aws::ConfigService
1337
1339
 
1338
1340
  InvalidS3KeyPrefixException.struct_class = Types::InvalidS3KeyPrefixException
1339
1341
 
1342
+ InvalidS3KmsKeyArnException.struct_class = Types::InvalidS3KmsKeyArnException
1343
+
1340
1344
  InvalidSNSTopicARNException.struct_class = Types::InvalidSNSTopicARNException
1341
1345
 
1342
1346
  InvalidTimeRangeException.struct_class = Types::InvalidTimeRangeException
@@ -2676,6 +2680,7 @@ module Aws::ConfigService
2676
2680
  o.errors << Shapes::ShapeRef.new(shape: InvalidDeliveryChannelNameException)
2677
2681
  o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException)
2678
2682
  o.errors << Shapes::ShapeRef.new(shape: InvalidS3KeyPrefixException)
2683
+ o.errors << Shapes::ShapeRef.new(shape: InvalidS3KmsKeyArnException)
2679
2684
  o.errors << Shapes::ShapeRef.new(shape: InvalidSNSTopicARNException)
2680
2685
  o.errors << Shapes::ShapeRef.new(shape: InsufficientDeliveryPolicyException)
2681
2686
  end)
@@ -40,6 +40,7 @@ module Aws::ConfigService
40
40
  # * {InvalidResultTokenException}
41
41
  # * {InvalidRoleException}
42
42
  # * {InvalidS3KeyPrefixException}
43
+ # * {InvalidS3KmsKeyArnException}
43
44
  # * {InvalidSNSTopicARNException}
44
45
  # * {InvalidTimeRangeException}
45
46
  # * {LastDeliveryChannelDeleteFailedException}
@@ -216,6 +217,16 @@ module Aws::ConfigService
216
217
  end
217
218
  end
218
219
 
220
+ class InvalidS3KmsKeyArnException < ServiceError
221
+
222
+ # @param [Seahorse::Client::RequestContext] context
223
+ # @param [String] message
224
+ # @param [Aws::ConfigService::Types::InvalidS3KmsKeyArnException] data
225
+ def initialize(context, message, data = Aws::EmptyStructure.new)
226
+ super(context, message, data)
227
+ end
228
+ end
229
+
219
230
  class InvalidSNSTopicARNException < ServiceError
220
231
 
221
232
  # @param [Seahorse::Client::RequestContext] context
@@ -1185,7 +1185,7 @@ module Aws::ConfigService
1185
1185
  # @return [String]
1186
1186
  #
1187
1187
  # @!attribute [rw] arn
1188
- # accoun
1188
+ # Amazon Resource Name (ARN) associated with the resource.
1189
1189
  # @return [String]
1190
1190
  #
1191
1191
  # @!attribute [rw] resource_type
@@ -1431,13 +1431,19 @@ module Aws::ConfigService
1431
1431
  # @return [String]
1432
1432
  #
1433
1433
  # @!attribute [rw] delivery_s3_bucket
1434
- # Conformance pack template that is used to create a pack. The
1435
- # delivery bucket name should start with awsconfigconforms. For
1436
- # example: "Resource": "arn:aws:s3:::your\_bucket\_name/*".
1434
+ # Amazon S3 bucket where AWS Config stores conformance pack templates.
1435
+ #
1436
+ # <note markdown="1"> This field is optional.
1437
+ #
1438
+ # </note>
1437
1439
  # @return [String]
1438
1440
  #
1439
1441
  # @!attribute [rw] delivery_s3_key_prefix
1440
1442
  # The prefix for the Amazon S3 bucket.
1443
+ #
1444
+ # <note markdown="1"> This field is optional.
1445
+ #
1446
+ # </note>
1441
1447
  # @return [String]
1442
1448
  #
1443
1449
  # @!attribute [rw] conformance_pack_input_parameters
@@ -2085,6 +2091,7 @@ module Aws::ConfigService
2085
2091
  # name: "ChannelName",
2086
2092
  # s3_bucket_name: "String",
2087
2093
  # s3_key_prefix: "String",
2094
+ # s3_kms_key_arn: "String",
2088
2095
  # sns_topic_arn: "String",
2089
2096
  # config_snapshot_delivery_properties: {
2090
2097
  # delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
@@ -2118,6 +2125,13 @@ module Aws::ConfigService
2118
2125
  # The prefix for the specified Amazon S3 bucket.
2119
2126
  # @return [String]
2120
2127
  #
2128
+ # @!attribute [rw] s3_kms_key_arn
2129
+ # The Amazon Resource Name (ARN) of the AWS Key Management Service
2130
+ # (KMS) customer managed key (CMK) used to encrypt objects delivered
2131
+ # by AWS Config. Must belong to the same Region as the destination S3
2132
+ # bucket.
2133
+ # @return [String]
2134
+ #
2121
2135
  # @!attribute [rw] sns_topic_arn
2122
2136
  # The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS
2123
2137
  # Config sends notifications about configuration changes.
@@ -2143,6 +2157,7 @@ module Aws::ConfigService
2143
2157
  :name,
2144
2158
  :s3_bucket_name,
2145
2159
  :s3_key_prefix,
2160
+ :s3_kms_key_arn,
2146
2161
  :sns_topic_arn,
2147
2162
  :config_snapshot_delivery_properties)
2148
2163
  SENSITIVE = []
@@ -3614,6 +3629,9 @@ module Aws::ConfigService
3614
3629
  include Aws::Structure
3615
3630
  end
3616
3631
 
3632
+ # Identifies an AWS resource and indicates whether it complies with the
3633
+ # AWS Config rule that it was evaluated against.
3634
+ #
3617
3635
  # @note When making an API call, you may pass ExternalEvaluation
3618
3636
  # data as a hash:
3619
3637
  #
@@ -3626,18 +3644,27 @@ module Aws::ConfigService
3626
3644
  # }
3627
3645
  #
3628
3646
  # @!attribute [rw] compliance_resource_type
3647
+ # The evaluated compliance resource type. AWS Config accepts
3648
+ # `AWS::::Account` resource type.
3629
3649
  # @return [String]
3630
3650
  #
3631
3651
  # @!attribute [rw] compliance_resource_id
3652
+ # The evaluated compliance resource ID. AWS Config accepts only AWS
3653
+ # account ID.
3632
3654
  # @return [String]
3633
3655
  #
3634
3656
  # @!attribute [rw] compliance_type
3657
+ # The compliance of the AWS resource. The valid values are `COMPLIANT,
3658
+ # NON_COMPLIANT, ` and `NOT_APPLICABLE`.
3635
3659
  # @return [String]
3636
3660
  #
3637
3661
  # @!attribute [rw] annotation
3662
+ # Supplementary information about the reason of compliance. For
3663
+ # example, this task was completed on a specific date.
3638
3664
  # @return [String]
3639
3665
  #
3640
3666
  # @!attribute [rw] ordering_timestamp
3667
+ # The time when the compliance was recorded.
3641
3668
  # @return [Time]
3642
3669
  #
3643
3670
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ExternalEvaluation AWS API Documentation
@@ -4751,6 +4778,12 @@ module Aws::ConfigService
4751
4778
  #
4752
4779
  class InvalidS3KeyPrefixException < Aws::EmptyStructure; end
4753
4780
 
4781
+ # The specified Amazon KMS Key ARN is not valid.
4782
+ #
4783
+ # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/InvalidS3KmsKeyArnException AWS API Documentation
4784
+ #
4785
+ class InvalidS3KmsKeyArnException < Aws::EmptyStructure; end
4786
+
4754
4787
  # The specified Amazon SNS topic does not exist.
4755
4788
  #
4756
4789
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/InvalidSNSTopicARNException AWS API Documentation
@@ -4813,8 +4846,8 @@ module Aws::ConfigService
4813
4846
  #
4814
4847
  # @!attribute [rw] limit
4815
4848
  # The maximum number of resource identifiers returned on each page.
4816
- # The default is 100. You cannot specify a number greater than 100. If
4817
- # you specify 0, AWS Config uses the default.
4849
+ # You cannot specify a number greater than 100. If you specify 0, AWS
4850
+ # Config uses the default.
4818
4851
  # @return [Integer]
4819
4852
  #
4820
4853
  # @!attribute [rw] next_token
@@ -5272,11 +5305,29 @@ module Aws::ConfigService
5272
5305
  #
5273
5306
  class NoSuchRetentionConfigurationException < Aws::EmptyStructure; end
5274
5307
 
5275
- # For PutConfigAggregator API, no permission to call
5276
- # EnableAWSServiceAccess API.
5308
+ # For `PutConfigurationAggregator` API, you can see this exception for
5309
+ # the following reasons:
5310
+ #
5311
+ # * No permission to call `EnableAWSServiceAccess` API
5312
+ #
5313
+ # * The configuration aggregator cannot be updated because your AWS
5314
+ # Organization management account or the delegated administrator role
5315
+ # changed. Delete this aggregator and create a new one with the
5316
+ # current AWS Organization.
5277
5317
  #
5278
- # For all OrganizationConfigRule and OrganizationConformancePack APIs,
5279
- # AWS Config throws an exception if APIs are called from member
5318
+ # * The configuration aggregator is associated with a previous AWS
5319
+ # Organization and AWS Config cannot aggregate data with current AWS
5320
+ # Organization. Delete this aggregator and create a new one with the
5321
+ # current AWS Organization.
5322
+ #
5323
+ # * You are not a registered delegated administrator for AWS Config with
5324
+ # permissions to call `ListDelegatedAdministrators` API. Ensure that
5325
+ # the management account registers delagated administrator for AWS
5326
+ # Config service principle name before the delegated administrator
5327
+ # creates an aggregator.
5328
+ #
5329
+ # For all `OrganizationConfigRule` and `OrganizationConformancePack`
5330
+ # APIs, AWS Config throws an exception if APIs are called from member
5280
5331
  # accounts. All APIs must be called from organization master account.
5281
5332
  #
5282
5333
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationAccessDeniedException AWS API Documentation
@@ -5452,13 +5503,19 @@ module Aws::ConfigService
5452
5503
  # @return [String]
5453
5504
  #
5454
5505
  # @!attribute [rw] delivery_s3_bucket
5455
- # Location of an Amazon S3 bucket where AWS Config can deliver
5456
- # evaluation results and conformance pack template that is used to
5457
- # create a pack.
5506
+ # Amazon S3 bucket where AWS Config stores conformance pack templates.
5507
+ #
5508
+ # <note markdown="1"> This field is optional.
5509
+ #
5510
+ # </note>
5458
5511
  # @return [String]
5459
5512
  #
5460
5513
  # @!attribute [rw] delivery_s3_key_prefix
5461
5514
  # Any folder structure you want to add to an Amazon S3 bucket.
5515
+ #
5516
+ # <note markdown="1"> This field is optional.
5517
+ #
5518
+ # </note>
5462
5519
  # @return [String]
5463
5520
  #
5464
5521
  # @!attribute [rw] conformance_pack_input_parameters
@@ -6168,12 +6225,19 @@ module Aws::ConfigService
6168
6225
  # @return [String]
6169
6226
  #
6170
6227
  # @!attribute [rw] delivery_s3_bucket
6171
- # AWS Config stores intermediate files while processing conformance
6172
- # pack template.
6228
+ # Amazon S3 bucket where AWS Config stores conformance pack templates.
6229
+ #
6230
+ # <note markdown="1"> This field is optional.
6231
+ #
6232
+ # </note>
6173
6233
  # @return [String]
6174
6234
  #
6175
6235
  # @!attribute [rw] delivery_s3_key_prefix
6176
6236
  # The prefix for the Amazon S3 bucket.
6237
+ #
6238
+ # <note markdown="1"> This field is optional.
6239
+ #
6240
+ # </note>
6177
6241
  # @return [String]
6178
6242
  #
6179
6243
  # @!attribute [rw] conformance_pack_input_parameters
@@ -6215,6 +6279,7 @@ module Aws::ConfigService
6215
6279
  # name: "ChannelName",
6216
6280
  # s3_bucket_name: "String",
6217
6281
  # s3_key_prefix: "String",
6282
+ # s3_kms_key_arn: "String",
6218
6283
  # sns_topic_arn: "String",
6219
6284
  # config_snapshot_delivery_properties: {
6220
6285
  # delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
@@ -6315,9 +6380,12 @@ module Aws::ConfigService
6315
6380
  # }
6316
6381
  #
6317
6382
  # @!attribute [rw] config_rule_name
6383
+ # The name of the AWS Config rule.
6318
6384
  # @return [String]
6319
6385
  #
6320
6386
  # @!attribute [rw] external_evaluation
6387
+ # An `ExternalEvaluation` object that provides details about
6388
+ # compliance.
6321
6389
  # @return [Types::ExternalEvaluation]
6322
6390
  #
6323
6391
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluationRequest AWS API Documentation
@@ -6440,22 +6508,19 @@ module Aws::ConfigService
6440
6508
  # @return [String]
6441
6509
  #
6442
6510
  # @!attribute [rw] delivery_s3_bucket
6443
- # Location of an Amazon S3 bucket where AWS Config can deliver
6444
- # evaluation results. AWS Config stores intermediate files while
6445
- # processing conformance pack template.
6446
- #
6447
- # The delivery bucket name should start with awsconfigconforms. For
6448
- # example: "Resource": "arn:aws:s3:::your\_bucket\_name/*". For
6449
- # more information, see [Permissions for cross account bucket
6450
- # access][1].
6511
+ # Amazon S3 bucket where AWS Config stores conformance pack templates.
6451
6512
  #
6513
+ # <note markdown="1"> This field is optional.
6452
6514
  #
6453
- #
6454
- # [1]: https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html
6515
+ # </note>
6455
6516
  # @return [String]
6456
6517
  #
6457
6518
  # @!attribute [rw] delivery_s3_key_prefix
6458
6519
  # The prefix for the Amazon S3 bucket.
6520
+ #
6521
+ # <note markdown="1"> This field is optional.
6522
+ #
6523
+ # </note>
6459
6524
  # @return [String]
6460
6525
  #
6461
6526
  # @!attribute [rw] conformance_pack_input_parameters
@@ -6733,6 +6798,12 @@ module Aws::ConfigService
6733
6798
  # @!attribute [rw] stored_query
6734
6799
  # A list of `StoredQuery` objects. The mandatory fields are
6735
6800
  # `QueryName` and `Expression`.
6801
+ #
6802
+ # <note markdown="1"> When you are creating a query, you must provide a query name and an
6803
+ # expression. When you are updating a query, you must provide a query
6804
+ # name but updating the description is optional.
6805
+ #
6806
+ # </note>
6736
6807
  # @return [Types::StoredQuery]
6737
6808
  #
6738
6809
  # @!attribute [rw] tags
@@ -6750,7 +6821,7 @@ module Aws::ConfigService
6750
6821
 
6751
6822
  # @!attribute [rw] query_arn
6752
6823
  # Amazon Resource Name (ARN) of the query. For example,
6753
- # arn:partition:service:region:account-id:resource-type/resource-id.
6824
+ # arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
6754
6825
  # @return [String]
6755
6826
  #
6756
6827
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutStoredQueryResponse AWS API Documentation
@@ -6860,8 +6931,8 @@ module Aws::ConfigService
6860
6931
  # which AWS Config records configuration changes (for example,
6861
6932
  # `AWS::EC2::Instance` or `AWS::CloudTrail::Trail`).
6862
6933
  #
6863
- # Before you can set this option to `true`, you must set the
6864
- # `allSupported` option to `false`.
6934
+ # To record all configuration changes, you must set the `allSupported`
6935
+ # option to `false`.
6865
6936
  #
6866
6937
  # If you set this option to `true`, when AWS Config adds support for a
6867
6938
  # new type of resource, it will not record resources of that type
@@ -8030,7 +8101,7 @@ module Aws::ConfigService
8030
8101
  #
8031
8102
  # @!attribute [rw] query_arn
8032
8103
  # Amazon Resource Name (ARN) of the query. For example,
8033
- # arn:partition:service:region:account-id:resource-type/resource-id.
8104
+ # arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
8034
8105
  # @return [String]
8035
8106
  #
8036
8107
  # @!attribute [rw] query_name
@@ -8070,7 +8141,7 @@ module Aws::ConfigService
8070
8141
  #
8071
8142
  # @!attribute [rw] query_arn
8072
8143
  # Amazon Resource Name (ARN) of the query. For example,
8073
- # arn:partition:service:region:account-id:resource-type/resource-id.
8144
+ # arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
8074
8145
  # @return [String]
8075
8146
  #
8076
8147
  # @!attribute [rw] query_name
@@ -8195,6 +8266,14 @@ module Aws::ConfigService
8195
8266
 
8196
8267
  # The requested action is not valid.
8197
8268
  #
8269
+ # For PutStoredQuery, you will see this exception if there are missing
8270
+ # required fields or if the input value fails the validation, or if you
8271
+ # are trying to create more than 300 queries.
8272
+ #
8273
+ # For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will
8274
+ # see this exception if there are missing required fields or if the
8275
+ # input value fails the validation.
8276
+ #
8198
8277
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ValidationException AWS API Documentation
8199
8278
  #
8200
8279
  class ValidationException < Aws::EmptyStructure; end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core