aws-sdk-configservice 1.51.0 → 1.52.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: '099c2d2923583bf78cb81248bcf89a3931f706a447f5b9f07030b98ecd932c83'
4
- data.tar.gz: 1443644a5050a5c3b27ac0e0a089aa3c6b822a8acfeeebc121cd35808812df70
3
+ metadata.gz: b223f1626a31f2311e0762ed11e807ce624a80654cd1eca5c22d4e10937ca8cf
4
+ data.tar.gz: 9f7ca733239d5319f6d8cdb60220c88fc7aa6d775ca08f8643df7f8ec2ed9696
5
5
  SHA512:
6
- metadata.gz: 7e6372d46f256f64a697619d79e1d0a507f0b305a2b136aede200d226081866ee2038a4e3f6b902ae3fcdeace5a28d03c9fc84e69b566c07d295d0057a3c7545
7
- data.tar.gz: 5a2c8e065ffda69d93512a491126bf7afc24f8ff06ecec27db4f01b7967468bb41a440e406945ff7a9ac7d0bd6aaa35456f5f75e916789de8dba4e2e83ce503b
6
+ metadata.gz: 3235a69ac3a5e688bc62ef592f7c772b576f8b890b523249653697e4e23445ad650a8d8a896936cd0e4d3ece029dad761e58e675149180ef7d0377c30b9c5ea5
7
+ data.tar.gz: 73a8864e6622f3846f4ef8a722272244c030241c8b858efac51d47043d0e097da5e49d11970bf4dbaa168d5f116d5c8e5f21ca716c2fc7de346bf7d676dfb2f9
@@ -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.51.0'
51
+ GEM_VERSION = '1.52.0'
52
52
 
53
53
  end
@@ -3713,7 +3713,7 @@ module Aws::ConfigService
3713
3713
  #
3714
3714
  # </note>
3715
3715
  #
3716
- # @option params [required, String] :delivery_s3_bucket
3716
+ # @option params [String] :delivery_s3_bucket
3717
3717
  # AWS Config stores intermediate files while processing conformance pack
3718
3718
  # template.
3719
3719
  #
@@ -3733,7 +3733,7 @@ module Aws::ConfigService
3733
3733
  # conformance_pack_name: "ConformancePackName", # required
3734
3734
  # template_s3_uri: "TemplateS3Uri",
3735
3735
  # template_body: "TemplateBody",
3736
- # delivery_s3_bucket: "DeliveryS3Bucket", # required
3736
+ # delivery_s3_bucket: "DeliveryS3Bucket",
3737
3737
  # delivery_s3_key_prefix: "DeliveryS3KeyPrefix",
3738
3738
  # conformance_pack_input_parameters: [
3739
3739
  # {
@@ -4015,7 +4015,7 @@ module Aws::ConfigService
4015
4015
  # containing the template body with a minimum length of 1 byte and a
4016
4016
  # maximum length of 51,200 bytes.
4017
4017
  #
4018
- # @option params [required, String] :delivery_s3_bucket
4018
+ # @option params [String] :delivery_s3_bucket
4019
4019
  # Location of an Amazon S3 bucket where AWS Config can deliver
4020
4020
  # evaluation results. AWS Config stores intermediate files while
4021
4021
  # processing conformance pack template.
@@ -4049,7 +4049,7 @@ module Aws::ConfigService
4049
4049
  # organization_conformance_pack_name: "OrganizationConformancePackName", # required
4050
4050
  # template_s3_uri: "TemplateS3Uri",
4051
4051
  # template_body: "TemplateBody",
4052
- # delivery_s3_bucket: "DeliveryS3Bucket", # required
4052
+ # delivery_s3_bucket: "DeliveryS3Bucket",
4053
4053
  # delivery_s3_key_prefix: "DeliveryS3KeyPrefix",
4054
4054
  # conformance_pack_input_parameters: [
4055
4055
  # {
@@ -4692,7 +4692,7 @@ module Aws::ConfigService
4692
4692
  params: params,
4693
4693
  config: config)
4694
4694
  context[:gem_name] = 'aws-sdk-configservice'
4695
- context[:gem_version] = '1.51.0'
4695
+ context[:gem_version] = '1.52.0'
4696
4696
  Seahorse::Client::Request.new(handlers, context)
4697
4697
  end
4698
4698
 
@@ -735,7 +735,7 @@ module Aws::ConfigService
735
735
  ConformancePackDetail.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
736
736
  ConformancePackDetail.add_member(:conformance_pack_arn, Shapes::ShapeRef.new(shape: ConformancePackArn, required: true, location_name: "ConformancePackArn"))
737
737
  ConformancePackDetail.add_member(:conformance_pack_id, Shapes::ShapeRef.new(shape: ConformancePackId, required: true, location_name: "ConformancePackId"))
738
- ConformancePackDetail.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
738
+ ConformancePackDetail.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, location_name: "DeliveryS3Bucket"))
739
739
  ConformancePackDetail.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
740
740
  ConformancePackDetail.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
741
741
  ConformancePackDetail.add_member(:last_update_requested_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastUpdateRequestedTime"))
@@ -1430,7 +1430,7 @@ module Aws::ConfigService
1430
1430
 
1431
1431
  OrganizationConformancePack.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
1432
1432
  OrganizationConformancePack.add_member(:organization_conformance_pack_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "OrganizationConformancePackArn"))
1433
- OrganizationConformancePack.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
1433
+ OrganizationConformancePack.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, location_name: "DeliveryS3Bucket"))
1434
1434
  OrganizationConformancePack.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1435
1435
  OrganizationConformancePack.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1436
1436
  OrganizationConformancePack.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
@@ -1522,7 +1522,7 @@ module Aws::ConfigService
1522
1522
  PutConformancePackRequest.add_member(:conformance_pack_name, Shapes::ShapeRef.new(shape: ConformancePackName, required: true, location_name: "ConformancePackName"))
1523
1523
  PutConformancePackRequest.add_member(:template_s3_uri, Shapes::ShapeRef.new(shape: TemplateS3Uri, location_name: "TemplateS3Uri"))
1524
1524
  PutConformancePackRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
1525
- PutConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
1525
+ PutConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, location_name: "DeliveryS3Bucket"))
1526
1526
  PutConformancePackRequest.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1527
1527
  PutConformancePackRequest.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1528
1528
  PutConformancePackRequest.struct_class = Types::PutConformancePackRequest
@@ -1553,7 +1553,7 @@ module Aws::ConfigService
1553
1553
  PutOrganizationConformancePackRequest.add_member(:organization_conformance_pack_name, Shapes::ShapeRef.new(shape: OrganizationConformancePackName, required: true, location_name: "OrganizationConformancePackName"))
1554
1554
  PutOrganizationConformancePackRequest.add_member(:template_s3_uri, Shapes::ShapeRef.new(shape: TemplateS3Uri, location_name: "TemplateS3Uri"))
1555
1555
  PutOrganizationConformancePackRequest.add_member(:template_body, Shapes::ShapeRef.new(shape: TemplateBody, location_name: "TemplateBody"))
1556
- PutOrganizationConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, required: true, location_name: "DeliveryS3Bucket"))
1556
+ PutOrganizationConformancePackRequest.add_member(:delivery_s3_bucket, Shapes::ShapeRef.new(shape: DeliveryS3Bucket, location_name: "DeliveryS3Bucket"))
1557
1557
  PutOrganizationConformancePackRequest.add_member(:delivery_s3_key_prefix, Shapes::ShapeRef.new(shape: DeliveryS3KeyPrefix, location_name: "DeliveryS3KeyPrefix"))
1558
1558
  PutOrganizationConformancePackRequest.add_member(:conformance_pack_input_parameters, Shapes::ShapeRef.new(shape: ConformancePackInputParameters, location_name: "ConformancePackInputParameters"))
1559
1559
  PutOrganizationConformancePackRequest.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
@@ -5991,7 +5991,7 @@ module Aws::ConfigService
5991
5991
  # conformance_pack_name: "ConformancePackName", # required
5992
5992
  # template_s3_uri: "TemplateS3Uri",
5993
5993
  # template_body: "TemplateBody",
5994
- # delivery_s3_bucket: "DeliveryS3Bucket", # required
5994
+ # delivery_s3_bucket: "DeliveryS3Bucket",
5995
5995
  # delivery_s3_key_prefix: "DeliveryS3KeyPrefix",
5996
5996
  # conformance_pack_input_parameters: [
5997
5997
  # {
@@ -6236,7 +6236,7 @@ module Aws::ConfigService
6236
6236
  # organization_conformance_pack_name: "OrganizationConformancePackName", # required
6237
6237
  # template_s3_uri: "TemplateS3Uri",
6238
6238
  # template_body: "TemplateBody",
6239
- # delivery_s3_bucket: "DeliveryS3Bucket", # required
6239
+ # delivery_s3_bucket: "DeliveryS3Bucket",
6240
6240
  # delivery_s3_key_prefix: "DeliveryS3KeyPrefix",
6241
6241
  # conformance_pack_input_parameters: [
6242
6242
  # {
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.51.0
4
+ version: 1.52.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: 2020-09-15 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core