aws-sdk-configservice 1.33.0 → 1.34.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 324a5cbcc077923307aae77f73ad707a607c900b
|
|
4
|
+
data.tar.gz: 52e025fceb0ebbfc586e12404aa5711536c4c60c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aceb1cf528ea857c219f5a88f01dda84ad654345ca0e829d52d33fec87b87805e9d95e7aab1db4746f968c5b78f058eaf7b532cfe6b3c958ed12a83c68a61e56
|
|
7
|
+
data.tar.gz: fe757817dc970622d0e8b69026e5042eb575e602bd778a88a9f6d1e95d22443e3b54377a0b1675dea150b616c3f7d1ddebc032ea94f0923d26f710a15abca95a
|
|
@@ -1399,7 +1399,7 @@ module Aws::ConfigService
|
|
|
1399
1399
|
#
|
|
1400
1400
|
# resp.organization_config_rule_statuses #=> Array
|
|
1401
1401
|
# resp.organization_config_rule_statuses[0].organization_config_rule_name #=> String
|
|
1402
|
-
# resp.organization_config_rule_statuses[0].organization_rule_status #=> String, one of "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS"
|
|
1402
|
+
# resp.organization_config_rule_statuses[0].organization_rule_status #=> String, one of "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "UPDATE_IN_PROGRESS", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS"
|
|
1403
1403
|
# resp.organization_config_rule_statuses[0].error_code #=> String
|
|
1404
1404
|
# resp.organization_config_rule_statuses[0].error_message #=> String
|
|
1405
1405
|
# resp.organization_config_rule_statuses[0].last_update_time #=> Time
|
|
@@ -2248,7 +2248,7 @@ module Aws::ConfigService
|
|
|
2248
2248
|
# organization_config_rule_name: "StringWithCharLimit64", # required
|
|
2249
2249
|
# filters: {
|
|
2250
2250
|
# account_id: "AccountId",
|
|
2251
|
-
# member_account_rule_status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS
|
|
2251
|
+
# 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
|
|
2252
2252
|
# },
|
|
2253
2253
|
# limit: 1,
|
|
2254
2254
|
# next_token: "String",
|
|
@@ -2259,7 +2259,7 @@ module Aws::ConfigService
|
|
|
2259
2259
|
# resp.organization_config_rule_detailed_status #=> Array
|
|
2260
2260
|
# resp.organization_config_rule_detailed_status[0].account_id #=> String
|
|
2261
2261
|
# resp.organization_config_rule_detailed_status[0].config_rule_name #=> String
|
|
2262
|
-
# resp.organization_config_rule_detailed_status[0].member_account_rule_status #=> String, one of "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS"
|
|
2262
|
+
# resp.organization_config_rule_detailed_status[0].member_account_rule_status #=> String, one of "CREATE_SUCCESSFUL", "CREATE_IN_PROGRESS", "CREATE_FAILED", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "UPDATE_IN_PROGRESS", "DELETE_SUCCESSFUL", "DELETE_FAILED", "DELETE_IN_PROGRESS"
|
|
2263
2263
|
# resp.organization_config_rule_detailed_status[0].error_code #=> String
|
|
2264
2264
|
# resp.organization_config_rule_detailed_status[0].error_message #=> String
|
|
2265
2265
|
# resp.organization_config_rule_detailed_status[0].last_update_time #=> Time
|
|
@@ -3396,7 +3396,7 @@ module Aws::ConfigService
|
|
|
3396
3396
|
params: params,
|
|
3397
3397
|
config: config)
|
|
3398
3398
|
context[:gem_name] = 'aws-sdk-configservice'
|
|
3399
|
-
context[:gem_version] = '1.
|
|
3399
|
+
context[:gem_version] = '1.34.0'
|
|
3400
3400
|
Seahorse::Client::Request.new(handlers, context)
|
|
3401
3401
|
end
|
|
3402
3402
|
|
|
@@ -1425,6 +1425,7 @@ module Aws::ConfigService
|
|
|
1425
1425
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1426
1426
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConfigRuleException)
|
|
1427
1427
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
|
1428
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
|
|
1428
1429
|
end)
|
|
1429
1430
|
|
|
1430
1431
|
api.add_operation(:delete_pending_aggregation_request, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1601,6 +1602,7 @@ module Aws::ConfigService
|
|
|
1601
1602
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConfigRuleException)
|
|
1602
1603
|
o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
|
|
1603
1604
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1605
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
|
|
1604
1606
|
end)
|
|
1605
1607
|
|
|
1606
1608
|
api.add_operation(:describe_organization_config_rules, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1612,6 +1614,7 @@ module Aws::ConfigService
|
|
|
1612
1614
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConfigRuleException)
|
|
1613
1615
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1614
1616
|
o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
|
|
1617
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
|
|
1615
1618
|
end)
|
|
1616
1619
|
|
|
1617
1620
|
api.add_operation(:describe_pending_aggregation_requests, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -1764,6 +1767,7 @@ module Aws::ConfigService
|
|
|
1764
1767
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchOrganizationConfigRuleException)
|
|
1765
1768
|
o.errors << Shapes::ShapeRef.new(shape: InvalidLimitException)
|
|
1766
1769
|
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
|
1770
|
+
o.errors << Shapes::ShapeRef.new(shape: OrganizationAccessDeniedException)
|
|
1767
1771
|
end)
|
|
1768
1772
|
|
|
1769
1773
|
api.add_operation(:get_resource_config_history, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -3210,7 +3210,7 @@ module Aws::ConfigService
|
|
|
3210
3210
|
# organization_config_rule_name: "StringWithCharLimit64", # required
|
|
3211
3211
|
# filters: {
|
|
3212
3212
|
# account_id: "AccountId",
|
|
3213
|
-
# member_account_rule_status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS
|
|
3213
|
+
# 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
|
|
3214
3214
|
# },
|
|
3215
3215
|
# limit: 1,
|
|
3216
3216
|
# next_token: "String",
|
|
@@ -5077,7 +5077,7 @@ module Aws::ConfigService
|
|
|
5077
5077
|
#
|
|
5078
5078
|
# {
|
|
5079
5079
|
# account_id: "AccountId",
|
|
5080
|
-
# member_account_rule_status: "CREATE_SUCCESSFUL", # accepts CREATE_SUCCESSFUL, CREATE_IN_PROGRESS, CREATE_FAILED, DELETE_SUCCESSFUL, DELETE_FAILED, DELETE_IN_PROGRESS
|
|
5080
|
+
# 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
|
|
5081
5081
|
# }
|
|
5082
5082
|
#
|
|
5083
5083
|
# @!attribute [rw] account_id
|
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.
|
|
4
|
+
version: 1.34.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-07-
|
|
11
|
+
date: 2019-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|