aws-sdk-configservice 1.36.0 → 1.37.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
  SHA1:
3
- metadata.gz: 2383d672771f5fccfce8ceafee42d0346a677932
4
- data.tar.gz: 22754c6d5f4d537583b37ac464ba414f84be68ee
3
+ metadata.gz: 2a22e27d33be53bb1cac106d57fbda49c127b3b4
4
+ data.tar.gz: 88960ced5087a5fd653804da131e542c8bd44fdf
5
5
  SHA512:
6
- metadata.gz: 7497981963b8ffd4ffbda62b447c4cfff14521622efb746a16b0e8828fcc2b46898277c584a8ce882e9afb76934f31d67bfa05fe8d0a05f6c80e554ccc18d061
7
- data.tar.gz: b7a8a813b7be5d12b8772c0aa1def33d9aebeba1a328feb88f52c99da49c8e6f56ec37e4b1f732e8b9cc7f8402e41cae0bc2deafe01faf56dee41dcf5725b291
6
+ metadata.gz: 0bc9144155d5690889167b104db6394aff4c9c821e268782aac387b0ddeca00c798afe63272c8d2119cb5d6298183b1ab206f2dbf241d874aa56c6afcac98ef4
7
+ data.tar.gz: 8697236a29934788e0bc71fea61aadceed141bc73cd860d95a61f73c726f65444143c0c863a80d560bef85422007f855bbd508f52bfc4e8889b28945f5a676d5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-configservice/customizations'
42
42
  # @service
43
43
  module Aws::ConfigService
44
44
 
45
- GEM_VERSION = '1.36.0'
45
+ GEM_VERSION = '1.37.0'
46
46
 
47
47
  end
@@ -582,7 +582,7 @@ module Aws::ConfigService
582
582
  # @example Request syntax with placeholder values
583
583
  #
584
584
  # resp = client.delete_organization_config_rule({
585
- # organization_config_rule_name: "StringWithCharLimit64", # required
585
+ # organization_config_rule_name: "OrganizationConfigRuleName", # required
586
586
  # })
587
587
  #
588
588
  # @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteOrganizationConfigRule AWS API Documentation
@@ -2433,7 +2433,7 @@ module Aws::ConfigService
2433
2433
  # @example Request syntax with placeholder values
2434
2434
  #
2435
2435
  # resp = client.get_organization_config_rule_detailed_status({
2436
- # organization_config_rule_name: "StringWithCharLimit64", # required
2436
+ # organization_config_rule_name: "OrganizationConfigRuleName", # required
2437
2437
  # filters: {
2438
2438
  # account_id: "AccountId",
2439
2439
  # member_account_rule_status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, UPDATE_SUCCESSFUL, UPDATE_FAILED, UPDATE_IN_PROGRESS, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS
@@ -3189,7 +3189,7 @@ module Aws::ConfigService
3189
3189
  # @example Request syntax with placeholder values
3190
3190
  #
3191
3191
  # resp = client.put_organization_config_rule({
3192
- # organization_config_rule_name: "StringWithCharLimit64", # required
3192
+ # organization_config_rule_name: "OrganizationConfigRuleName", # required
3193
3193
  # organization_managed_rule_metadata: {
3194
3194
  # description: "StringWithCharLimit256Min0",
3195
3195
  # rule_identifier: "StringWithCharLimit256", # required
@@ -3697,7 +3697,7 @@ module Aws::ConfigService
3697
3697
  params: params,
3698
3698
  config: config)
3699
3699
  context[:gem_name] = 'aws-sdk-configservice'
3700
- context[:gem_version] = '1.36.0'
3700
+ context[:gem_version] = '1.37.0'
3701
3701
  Seahorse::Client::Request.new(handlers, context)
3702
3702
  end
3703
3703
 
@@ -255,6 +255,7 @@ module Aws::ConfigService
255
255
  OrganizationAllFeaturesNotEnabledException = Shapes::StructureShape.new(name: 'OrganizationAllFeaturesNotEnabledException')
256
256
  OrganizationConfigRule = Shapes::StructureShape.new(name: 'OrganizationConfigRule')
257
257
  OrganizationConfigRuleDetailedStatus = Shapes::ListShape.new(name: 'OrganizationConfigRuleDetailedStatus')
258
+ OrganizationConfigRuleName = Shapes::StringShape.new(name: 'OrganizationConfigRuleName')
258
259
  OrganizationConfigRuleNames = Shapes::ListShape.new(name: 'OrganizationConfigRuleNames')
259
260
  OrganizationConfigRuleStatus = Shapes::StructureShape.new(name: 'OrganizationConfigRuleStatus')
260
261
  OrganizationConfigRuleStatuses = Shapes::ListShape.new(name: 'OrganizationConfigRuleStatuses')
@@ -652,7 +653,7 @@ module Aws::ConfigService
652
653
 
653
654
  DeleteEvaluationResultsResponse.struct_class = Types::DeleteEvaluationResultsResponse
654
655
 
655
- DeleteOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "OrganizationConfigRuleName"))
656
+ DeleteOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
656
657
  DeleteOrganizationConfigRuleRequest.struct_class = Types::DeleteOrganizationConfigRuleRequest
657
658
 
658
659
  DeletePendingAggregationRequestRequest.add_member(:requester_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "RequesterAccountId"))
@@ -1000,7 +1001,7 @@ module Aws::ConfigService
1000
1001
  GetDiscoveredResourceCountsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1001
1002
  GetDiscoveredResourceCountsResponse.struct_class = Types::GetDiscoveredResourceCountsResponse
1002
1003
 
1003
- GetOrganizationConfigRuleDetailedStatusRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "OrganizationConfigRuleName"))
1004
+ GetOrganizationConfigRuleDetailedStatusRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
1004
1005
  GetOrganizationConfigRuleDetailedStatusRequest.add_member(:filters, Shapes::ShapeRef.new(shape: StatusDetailFilters, location_name: "Filters"))
1005
1006
  GetOrganizationConfigRuleDetailedStatusRequest.add_member(:limit, Shapes::ShapeRef.new(shape: CosmosPageLimit, location_name: "Limit"))
1006
1007
  GetOrganizationConfigRuleDetailedStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
@@ -1074,7 +1075,7 @@ module Aws::ConfigService
1074
1075
  OrganizationAggregationSource.add_member(:all_aws_regions, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllAwsRegions"))
1075
1076
  OrganizationAggregationSource.struct_class = Types::OrganizationAggregationSource
1076
1077
 
1077
- OrganizationConfigRule.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "OrganizationConfigRuleName"))
1078
+ OrganizationConfigRule.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
1078
1079
  OrganizationConfigRule.add_member(:organization_config_rule_arn, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "OrganizationConfigRuleArn"))
1079
1080
  OrganizationConfigRule.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
1080
1081
  OrganizationConfigRule.add_member(:organization_custom_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomRuleMetadata, location_name: "OrganizationCustomRuleMetadata"))
@@ -1086,7 +1087,7 @@ module Aws::ConfigService
1086
1087
 
1087
1088
  OrganizationConfigRuleNames.member = Shapes::ShapeRef.new(shape: StringWithCharLimit64)
1088
1089
 
1089
- OrganizationConfigRuleStatus.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "OrganizationConfigRuleName"))
1090
+ OrganizationConfigRuleStatus.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
1090
1091
  OrganizationConfigRuleStatus.add_member(:organization_rule_status, Shapes::ShapeRef.new(shape: OrganizationRuleStatus, required: true, location_name: "OrganizationRuleStatus"))
1091
1092
  OrganizationConfigRuleStatus.add_member(:error_code, Shapes::ShapeRef.new(shape: String, location_name: "ErrorCode"))
1092
1093
  OrganizationConfigRuleStatus.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "ErrorMessage"))
@@ -1161,7 +1162,7 @@ module Aws::ConfigService
1161
1162
  PutEvaluationsResponse.add_member(:failed_evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "FailedEvaluations"))
1162
1163
  PutEvaluationsResponse.struct_class = Types::PutEvaluationsResponse
1163
1164
 
1164
- PutOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, required: true, location_name: "OrganizationConfigRuleName"))
1165
+ PutOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
1165
1166
  PutOrganizationConfigRuleRequest.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
1166
1167
  PutOrganizationConfigRuleRequest.add_member(:organization_custom_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomRuleMetadata, location_name: "OrganizationCustomRuleMetadata"))
1167
1168
  PutOrganizationConfigRuleRequest.add_member(:excluded_accounts, Shapes::ShapeRef.new(shape: ExcludedAccounts, location_name: "ExcludedAccounts"))
@@ -1413,7 +1413,7 @@ module Aws::ConfigService
1413
1413
  # data as a hash:
1414
1414
  #
1415
1415
  # {
1416
- # organization_config_rule_name: "StringWithCharLimit64", # required
1416
+ # organization_config_rule_name: "OrganizationConfigRuleName", # required
1417
1417
  # }
1418
1418
  #
1419
1419
  # @!attribute [rw] organization_config_rule_name
@@ -3403,7 +3403,7 @@ module Aws::ConfigService
3403
3403
  # data as a hash:
3404
3404
  #
3405
3405
  # {
3406
- # organization_config_rule_name: "StringWithCharLimit64", # required
3406
+ # organization_config_rule_name: "OrganizationConfigRuleName", # required
3407
3407
  # filters: {
3408
3408
  # account_id: "AccountId",
3409
3409
  # member_account_rule_status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, UPDATE_SUCCESSFUL, UPDATE_FAILED, UPDATE_IN_PROGRESS, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS
@@ -4474,7 +4474,7 @@ module Aws::ConfigService
4474
4474
  # data as a hash:
4475
4475
  #
4476
4476
  # {
4477
- # organization_config_rule_name: "StringWithCharLimit64", # required
4477
+ # organization_config_rule_name: "OrganizationConfigRuleName", # required
4478
4478
  # organization_managed_rule_metadata: {
4479
4479
  # description: "StringWithCharLimit256Min0",
4480
4480
  # rule_identifier: "StringWithCharLimit256", # required
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.36.0
4
+ version: 1.37.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: 2019-09-05 00:00:00.000000000 Z
11
+ date: 2019-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core