aws-sdk-configservice 1.77.0 → 1.78.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-configservice/client.rb +64 -9
- data/lib/aws-sdk-configservice/types.rb +16 -3
- data/lib/aws-sdk-configservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b389888007987a09824941f02adb5bcb9c04ed5441e66c8d17dca56f73ac8998
|
|
4
|
+
data.tar.gz: fb848f24a9a55917047b2f5967e97e8893d463e2f5f56f6968e9d8348b2d58e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15a309297ef728707803a57321a18ea17eff21c2077ed033faa27f6a7fbaf926c97368041473d1ce1b766cd93d192d935365695581f41610c2ca901256065177
|
|
7
|
+
data.tar.gz: 549dc706886b555a6017c3d0c892474a1ea640a70d67212687dcc8205c3cf1dc2fb11d7798b531afc40948d6a04085f5c3138c6ef49a22ddd89b1a6ad8455e72
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.0
|
|
@@ -1974,9 +1974,26 @@ module Aws::ConfigService
|
|
|
1974
1974
|
# Returns a list of organization Config rules.
|
|
1975
1975
|
#
|
|
1976
1976
|
# <note markdown="1"> When you specify the limit and the next token, you receive a paginated
|
|
1977
|
-
# response.
|
|
1978
|
-
#
|
|
1979
|
-
#
|
|
1977
|
+
# response.
|
|
1978
|
+
#
|
|
1979
|
+
# Limit and next token are not applicable if you specify organization
|
|
1980
|
+
# Config rule names. It is only applicable, when you request all the
|
|
1981
|
+
# organization Config rules.
|
|
1982
|
+
#
|
|
1983
|
+
# *For accounts within an organzation*
|
|
1984
|
+
#
|
|
1985
|
+
# If you deploy an organizational rule or conformance pack in an
|
|
1986
|
+
# organization administrator account, and then establish a delegated
|
|
1987
|
+
# administrator and deploy an organizational rule or conformance pack in
|
|
1988
|
+
# the delegated administrator account, you won't be able to see the
|
|
1989
|
+
# organizational rule or conformance pack in the organization
|
|
1990
|
+
# administrator account from the delegated administrator account or see
|
|
1991
|
+
# the organizational rule or conformance pack in the delegated
|
|
1992
|
+
# administrator account from organization administrator account. The
|
|
1993
|
+
# `DescribeOrganizationConfigRules` and
|
|
1994
|
+
# `DescribeOrganizationConformancePacks` APIs can only see and interact
|
|
1995
|
+
# with the organization-related resource that were deployed from within
|
|
1996
|
+
# the account calling those APIs.
|
|
1980
1997
|
#
|
|
1981
1998
|
# </note>
|
|
1982
1999
|
#
|
|
@@ -2132,6 +2149,21 @@ module Aws::ConfigService
|
|
|
2132
2149
|
# conformance packs names. They are only applicable, when you request
|
|
2133
2150
|
# all the organization conformance packs.
|
|
2134
2151
|
#
|
|
2152
|
+
# *For accounts within an organzation*
|
|
2153
|
+
#
|
|
2154
|
+
# If you deploy an organizational rule or conformance pack in an
|
|
2155
|
+
# organization administrator account, and then establish a delegated
|
|
2156
|
+
# administrator and deploy an organizational rule or conformance pack in
|
|
2157
|
+
# the delegated administrator account, you won't be able to see the
|
|
2158
|
+
# organizational rule or conformance pack in the organization
|
|
2159
|
+
# administrator account from the delegated administrator account or see
|
|
2160
|
+
# the organizational rule or conformance pack in the delegated
|
|
2161
|
+
# administrator account from organization administrator account. The
|
|
2162
|
+
# `DescribeOrganizationConfigRules` and
|
|
2163
|
+
# `DescribeOrganizationConformancePacks` APIs can only see and interact
|
|
2164
|
+
# with the organization-related resource that were deployed from within
|
|
2165
|
+
# the account calling those APIs.
|
|
2166
|
+
#
|
|
2135
2167
|
# </note>
|
|
2136
2168
|
#
|
|
2137
2169
|
# @option params [Array<String>] :organization_conformance_pack_names
|
|
@@ -4413,11 +4445,14 @@ module Aws::ConfigService
|
|
|
4413
4445
|
end
|
|
4414
4446
|
|
|
4415
4447
|
# Deploys conformance packs across member accounts in an Amazon Web
|
|
4416
|
-
# Services Organization.
|
|
4448
|
+
# Services Organization. For information on how many organization
|
|
4449
|
+
# conformance packs and how many Config rules you can have per account,
|
|
4450
|
+
# see [ **Service Limits** ][1] in the Config Developer Guide.
|
|
4417
4451
|
#
|
|
4418
4452
|
# Only a master account and a delegated administrator can call this API.
|
|
4419
4453
|
# When calling this API with a delegated administrator, you must ensure
|
|
4420
|
-
# Organizations `ListDelegatedAdministrator` permissions are added.
|
|
4454
|
+
# Organizations `ListDelegatedAdministrator` permissions are added. An
|
|
4455
|
+
# organization can have up to 3 delegated administrators.
|
|
4421
4456
|
#
|
|
4422
4457
|
# This API enables organization service access for
|
|
4423
4458
|
# `config-multiaccountsetup.amazonaws.com` through the
|
|
@@ -4442,11 +4477,12 @@ module Aws::ConfigService
|
|
|
4442
4477
|
# updated. You cannot update a conformance pack while it is in this
|
|
4443
4478
|
# state.
|
|
4444
4479
|
#
|
|
4445
|
-
# You can create 50 conformance packs with 25 Config rules in each pack
|
|
4446
|
-
# and 3 delegated administrator per organization.
|
|
4447
|
-
#
|
|
4448
4480
|
# </note>
|
|
4449
4481
|
#
|
|
4482
|
+
#
|
|
4483
|
+
#
|
|
4484
|
+
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html
|
|
4485
|
+
#
|
|
4450
4486
|
# @option params [required, String] :organization_conformance_pack_name
|
|
4451
4487
|
# Name of the organization conformance pack you want to create.
|
|
4452
4488
|
#
|
|
@@ -4537,6 +4573,18 @@ module Aws::ConfigService
|
|
|
4537
4573
|
#
|
|
4538
4574
|
# </note>
|
|
4539
4575
|
#
|
|
4576
|
+
# <note markdown="1"> For manual remediation configuration, you need to provide a value for
|
|
4577
|
+
# `automationAssumeRole` or use a value in the `assumeRole`field to
|
|
4578
|
+
# remediate your resources. The SSM automation document can use either
|
|
4579
|
+
# as long as it maps to a valid parameter.
|
|
4580
|
+
#
|
|
4581
|
+
# However, for automatic remediation configuration, the only valid
|
|
4582
|
+
# `assumeRole` field value is `AutomationAssumeRole` and you need to
|
|
4583
|
+
# provide a value for `AutomationAssumeRole` to remediate your
|
|
4584
|
+
# resources.
|
|
4585
|
+
#
|
|
4586
|
+
# </note>
|
|
4587
|
+
#
|
|
4540
4588
|
# @option params [required, Array<Types::RemediationConfiguration>] :remediation_configurations
|
|
4541
4589
|
# A list of remediation configuration objects.
|
|
4542
4590
|
#
|
|
@@ -4723,6 +4771,13 @@ module Aws::ConfigService
|
|
|
4723
4771
|
# @option params [Hash<String,String>] :tags
|
|
4724
4772
|
# Tags associated with the resource.
|
|
4725
4773
|
#
|
|
4774
|
+
# <note markdown="1"> This field is not to be confused with the Amazon Web Services-wide tag
|
|
4775
|
+
# feature for Amazon Web Services resources. Tags for
|
|
4776
|
+
# `PutResourceConfig` are tags that you supply for the configuration
|
|
4777
|
+
# items of your custom resources.
|
|
4778
|
+
#
|
|
4779
|
+
# </note>
|
|
4780
|
+
#
|
|
4726
4781
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
4727
4782
|
#
|
|
4728
4783
|
# @example Request syntax with placeholder values
|
|
@@ -5213,7 +5268,7 @@ module Aws::ConfigService
|
|
|
5213
5268
|
params: params,
|
|
5214
5269
|
config: config)
|
|
5215
5270
|
context[:gem_name] = 'aws-sdk-configservice'
|
|
5216
|
-
context[:gem_version] = '1.
|
|
5271
|
+
context[:gem_version] = '1.78.0'
|
|
5217
5272
|
Seahorse::Client::Request.new(handlers, context)
|
|
5218
5273
|
end
|
|
5219
5274
|
|
|
@@ -982,8 +982,8 @@ module Aws::ConfigService
|
|
|
982
982
|
# The maximum frequency with which Config runs evaluations for a rule.
|
|
983
983
|
# You can specify a value for `MaximumExecutionFrequency` when:
|
|
984
984
|
#
|
|
985
|
-
# *
|
|
986
|
-
#
|
|
985
|
+
# * This is for an Config managed rule that is triggered at a periodic
|
|
986
|
+
# frequency.
|
|
987
987
|
#
|
|
988
988
|
# * Your custom rule is triggered when Config delivers the
|
|
989
989
|
# configuration snapshot. For more information, see
|
|
@@ -1523,6 +1523,12 @@ module Aws::ConfigService
|
|
|
1523
1523
|
# @!attribute [rw] role_arn
|
|
1524
1524
|
# Amazon Resource Name (ARN) of the IAM role used to describe the
|
|
1525
1525
|
# Amazon Web Services resources associated with the account.
|
|
1526
|
+
#
|
|
1527
|
+
# <note markdown="1"> While the API model does not require this field, the server will
|
|
1528
|
+
# reject a request without a defined roleARN for the configuration
|
|
1529
|
+
# recorder.
|
|
1530
|
+
#
|
|
1531
|
+
# </note>
|
|
1526
1532
|
# @return [String]
|
|
1527
1533
|
#
|
|
1528
1534
|
# @!attribute [rw] recording_group
|
|
@@ -6548,7 +6554,7 @@ module Aws::ConfigService
|
|
|
6548
6554
|
#
|
|
6549
6555
|
# @!attribute [rw] maximum_execution_frequency
|
|
6550
6556
|
# The maximum frequency with which Config runs evaluations for a rule.
|
|
6551
|
-
#
|
|
6557
|
+
# This is for an Config managed rule that is triggered at a periodic
|
|
6552
6558
|
# frequency.
|
|
6553
6559
|
#
|
|
6554
6560
|
# <note markdown="1"> By default, rules with a periodic trigger are evaluated every 24
|
|
@@ -7457,6 +7463,13 @@ module Aws::ConfigService
|
|
|
7457
7463
|
#
|
|
7458
7464
|
# @!attribute [rw] tags
|
|
7459
7465
|
# Tags associated with the resource.
|
|
7466
|
+
#
|
|
7467
|
+
# <note markdown="1"> This field is not to be confused with the Amazon Web Services-wide
|
|
7468
|
+
# tag feature for Amazon Web Services resources. Tags for
|
|
7469
|
+
# `PutResourceConfig` are tags that you supply for the configuration
|
|
7470
|
+
# items of your custom resources.
|
|
7471
|
+
#
|
|
7472
|
+
# </note>
|
|
7460
7473
|
# @return [Hash<String,String>]
|
|
7461
7474
|
#
|
|
7462
7475
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutResourceConfigRequest AWS API Documentation
|
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.78.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: 2022-
|
|
11
|
+
date: 2022-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|