aws-sdk-configservice 1.57.0 → 1.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71554b4f0324e6dd4c07278dd654c89d61b6d20be51be2a3e22fba1aecb524d3
4
- data.tar.gz: 6b647fbffb572d8cfbf0715b9bb02a97cef84420c1abf66bd9665cbe91e5b3fd
3
+ metadata.gz: c9b56d724812fb54903f59408c1c947bc3207c7e2d398caf197a16f162fc6ab6
4
+ data.tar.gz: e45318f8b4de04009175bc5066b4c9614c125635f543d31e6eb3d6916d1df811
5
5
  SHA512:
6
- metadata.gz: 1ede8200ac37c820c2df076a4397a06e851ed902eac7669038c1f40e7b6c87cd82d7b54422a03abe19f12ae32c99bf0e4b22764b81f453b5bc04214dfd7c302b
7
- data.tar.gz: 999c850ed88015fbbe264d7a68d7a51e50324577b29f806fddb31aaadfd48f0a19570cd8f62cd5e68992571cce7ee52123376acd2bcbf49a25dc900426cdd3cd
6
+ metadata.gz: 0fa55e5ea6add498252cda3d63c27b4160dc06c4a3625d91d300287cd1be69ba61a4ecf717866254a8a8c9528824136a3a6cbacc822eb4b33c59ac54c0228d21
7
+ data.tar.gz: 9d29a8479e22c4cd1216866e7780b80d51b479c4c5d80279046d2eedfa22f93ce84a99b45dea96a3655d6383105dcb4f8d1d69028cd28370afb7c42fa567d298
@@ -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.57.0'
51
+ GEM_VERSION = '1.58.0'
52
52
 
53
53
  end
@@ -1568,7 +1568,7 @@ module Aws::ConfigService
1568
1568
  # conformance_pack_name: "ConformancePackName", # required
1569
1569
  # filters: {
1570
1570
  # config_rule_names: ["StringWithCharLimit64"],
1571
- # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
1571
+ # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
1572
1572
  # },
1573
1573
  # limit: 1,
1574
1574
  # next_token: "NextToken",
@@ -1579,7 +1579,7 @@ module Aws::ConfigService
1579
1579
  # resp.conformance_pack_name #=> String
1580
1580
  # resp.conformance_pack_rule_compliance_list #=> Array
1581
1581
  # resp.conformance_pack_rule_compliance_list[0].config_rule_name #=> String
1582
- # resp.conformance_pack_rule_compliance_list[0].compliance_type #=> String, one of "COMPLIANT", "NON_COMPLIANT"
1582
+ # resp.conformance_pack_rule_compliance_list[0].compliance_type #=> String, one of "COMPLIANT", "NON_COMPLIANT", "INSUFFICIENT_DATA"
1583
1583
  # resp.next_token #=> String
1584
1584
  #
1585
1585
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeConformancePackCompliance AWS API Documentation
@@ -2815,7 +2815,7 @@ module Aws::ConfigService
2815
2815
  # conformance_pack_name: "ConformancePackName", # required
2816
2816
  # filters: {
2817
2817
  # config_rule_names: ["StringWithCharLimit64"],
2818
- # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
2818
+ # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
2819
2819
  # resource_type: "StringWithCharLimit256",
2820
2820
  # resource_ids: ["StringWithCharLimit256"],
2821
2821
  # },
@@ -2827,7 +2827,7 @@ module Aws::ConfigService
2827
2827
  #
2828
2828
  # resp.conformance_pack_name #=> String
2829
2829
  # resp.conformance_pack_rule_evaluation_results #=> Array
2830
- # resp.conformance_pack_rule_evaluation_results[0].compliance_type #=> String, one of "COMPLIANT", "NON_COMPLIANT"
2830
+ # resp.conformance_pack_rule_evaluation_results[0].compliance_type #=> String, one of "COMPLIANT", "NON_COMPLIANT", "INSUFFICIENT_DATA"
2831
2831
  # resp.conformance_pack_rule_evaluation_results[0].evaluation_result_identifier.evaluation_result_qualifier.config_rule_name #=> String
2832
2832
  # resp.conformance_pack_rule_evaluation_results[0].evaluation_result_identifier.evaluation_result_qualifier.resource_type #=> String
2833
2833
  # resp.conformance_pack_rule_evaluation_results[0].evaluation_result_identifier.evaluation_result_qualifier.resource_id #=> String
@@ -2877,7 +2877,7 @@ module Aws::ConfigService
2877
2877
  #
2878
2878
  # resp.conformance_pack_compliance_summary_list #=> Array
2879
2879
  # resp.conformance_pack_compliance_summary_list[0].conformance_pack_name #=> String
2880
- # resp.conformance_pack_compliance_summary_list[0].conformance_pack_compliance_status #=> String, one of "COMPLIANT", "NON_COMPLIANT"
2880
+ # resp.conformance_pack_compliance_summary_list[0].conformance_pack_compliance_status #=> String, one of "COMPLIANT", "NON_COMPLIANT", "INSUFFICIENT_DATA"
2881
2881
  # resp.next_token #=> String
2882
2882
  #
2883
2883
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetConformancePackComplianceSummary AWS API Documentation
@@ -4873,7 +4873,7 @@ module Aws::ConfigService
4873
4873
  params: params,
4874
4874
  config: config)
4875
4875
  context[:gem_name] = 'aws-sdk-configservice'
4876
- context[:gem_version] = '1.57.0'
4876
+ context[:gem_version] = '1.58.0'
4877
4877
  Seahorse::Client::Request.new(handlers, context)
4878
4878
  end
4879
4879
 
@@ -1372,7 +1372,7 @@ module Aws::ConfigService
1372
1372
  #
1373
1373
  # {
1374
1374
  # config_rule_names: ["StringWithCharLimit64"],
1375
- # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
1375
+ # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
1376
1376
  # }
1377
1377
  #
1378
1378
  # @!attribute [rw] config_rule_names
@@ -1481,7 +1481,7 @@ module Aws::ConfigService
1481
1481
  #
1482
1482
  # {
1483
1483
  # config_rule_names: ["StringWithCharLimit64"],
1484
- # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
1484
+ # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
1485
1485
  # resource_type: "StringWithCharLimit256",
1486
1486
  # resource_ids: ["StringWithCharLimit256"],
1487
1487
  # }
@@ -2739,7 +2739,7 @@ module Aws::ConfigService
2739
2739
  # conformance_pack_name: "ConformancePackName", # required
2740
2740
  # filters: {
2741
2741
  # config_rule_names: ["StringWithCharLimit64"],
2742
- # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
2742
+ # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
2743
2743
  # },
2744
2744
  # limit: 1,
2745
2745
  # next_token: "NextToken",
@@ -4222,7 +4222,7 @@ module Aws::ConfigService
4222
4222
  # conformance_pack_name: "ConformancePackName", # required
4223
4223
  # filters: {
4224
4224
  # config_rule_names: ["StringWithCharLimit64"],
4225
- # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
4225
+ # compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
4226
4226
  # resource_type: "StringWithCharLimit256",
4227
4227
  # resource_ids: ["StringWithCharLimit256"],
4228
4228
  # },
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.57.0
4
+ version: 1.58.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-15 00:00:00.000000000 Z
11
+ date: 2021-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core