aws-sdk-configservice 1.53.0 → 1.54.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/lib/aws-sdk-configservice.rb +1 -1
- data/lib/aws-sdk-configservice/client.rb +54 -47
- data/lib/aws-sdk-configservice/client_api.rb +26 -0
- data/lib/aws-sdk-configservice/types.rb +110 -23
- 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: 05f273d8c04401a492e22cdf33557114f4f85299a0d5374b3f14504e7ee57ff4
|
4
|
+
data.tar.gz: d3f559a20cbc7d172efc2485a75ea2fe9e6136426916845dc96f600f3f553a1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '019d10b6bf098afc8eeb60a54bb89f738d6b74e9c9f9f33497a0f6492d263ee32d294035f62a6cd7075c94fb4adf0c0c737eb3cd3e73f2a93d8a1c40d62e1e58'
|
7
|
+
data.tar.gz: 96fae96018bec13e93f8fa662efa636236147b01bce7a86ea5be70e7da0256ca7e778807610b69ed8a8dcc1b1d4b23e5b405efd55f6eb6e4d5cf292e00eb5690
|
@@ -1765,11 +1765,6 @@ module Aws::ConfigService
|
|
1765
1765
|
# Provides organization config rule deployment status for an
|
1766
1766
|
# organization.
|
1767
1767
|
#
|
1768
|
-
# Only a master account and a delegated administrator account can call
|
1769
|
-
# this API. When calling this API with a delegated administrator, you
|
1770
|
-
# must ensure AWS Organizations `ListDelegatedAdministrator` permissions
|
1771
|
-
# are added.
|
1772
|
-
#
|
1773
1768
|
# <note markdown="1"> The status is not considered successful until organization config rule
|
1774
1769
|
# is successfully deployed in all the member accounts with an exception
|
1775
1770
|
# of excluded accounts.
|
@@ -1829,11 +1824,6 @@ module Aws::ConfigService
|
|
1829
1824
|
|
1830
1825
|
# Returns a list of organization config rules.
|
1831
1826
|
#
|
1832
|
-
# Only a master account and a delegated administrator account can call
|
1833
|
-
# this API. When calling this API with a delegated administrator, you
|
1834
|
-
# must ensure AWS Organizations `ListDelegatedAdministrator` permissions
|
1835
|
-
# are added.
|
1836
|
-
#
|
1837
1827
|
# <note markdown="1"> When you specify the limit and the next token, you receive a paginated
|
1838
1828
|
# response. Limit and next token are not applicable if you specify
|
1839
1829
|
# organization config rule names. It is only applicable, when you
|
@@ -1910,11 +1900,6 @@ module Aws::ConfigService
|
|
1910
1900
|
# Provides organization conformance pack deployment status for an
|
1911
1901
|
# organization.
|
1912
1902
|
#
|
1913
|
-
# Only a master account and a delegated administrator account can call
|
1914
|
-
# this API. When calling this API with a delegated administrator, you
|
1915
|
-
# must ensure AWS Organizations `ListDelegatedAdministrator` permissions
|
1916
|
-
# are added.
|
1917
|
-
#
|
1918
1903
|
# <note markdown="1"> The status is not considered successful until organization conformance
|
1919
1904
|
# pack is successfully deployed in all the member accounts with an
|
1920
1905
|
# exception of excluded accounts.
|
@@ -1974,11 +1959,6 @@ module Aws::ConfigService
|
|
1974
1959
|
|
1975
1960
|
# Returns a list of organization conformance packs.
|
1976
1961
|
#
|
1977
|
-
# Only a master account and a delegated administrator account can call
|
1978
|
-
# this API. When calling this API with a delegated administrator, you
|
1979
|
-
# must ensure AWS Organizations `ListDelegatedAdministrator` permissions
|
1980
|
-
# are added.
|
1981
|
-
#
|
1982
1962
|
# <note markdown="1"> When you specify the limit and the next token, you receive a paginated
|
1983
1963
|
# response.
|
1984
1964
|
#
|
@@ -2985,11 +2965,6 @@ module Aws::ConfigService
|
|
2985
2965
|
# Returns detailed status for each member account within an organization
|
2986
2966
|
# for a given organization config rule.
|
2987
2967
|
#
|
2988
|
-
# Only a master account and a delegated administrator account can call
|
2989
|
-
# this API. When calling this API with a delegated administrator, you
|
2990
|
-
# must ensure AWS Organizations `ListDelegatedAdministrator` permissions
|
2991
|
-
# are added.
|
2992
|
-
#
|
2993
2968
|
# @option params [required, String] :organization_config_rule_name
|
2994
2969
|
# The name of organization config rule for which you want status details
|
2995
2970
|
# for member accounts.
|
@@ -3046,11 +3021,6 @@ module Aws::ConfigService
|
|
3046
3021
|
# Returns detailed status for each member account within an organization
|
3047
3022
|
# for a given organization conformance pack.
|
3048
3023
|
#
|
3049
|
-
# Only a master account and a delegated administrator account can call
|
3050
|
-
# this API. When calling this API with a delegated administrator, you
|
3051
|
-
# must ensure AWS Organizations `ListDelegatedAdministrator` permissions
|
3052
|
-
# are added.
|
3053
|
-
#
|
3054
3024
|
# @option params [required, String] :organization_conformance_pack_name
|
3055
3025
|
# The name of organization conformance pack for which you want status
|
3056
3026
|
# details for member accounts.
|
@@ -3234,9 +3204,9 @@ module Aws::ConfigService
|
|
3234
3204
|
# Filters the results based on the `ResourceFilters` object.
|
3235
3205
|
#
|
3236
3206
|
# @option params [Integer] :limit
|
3237
|
-
# The maximum number of resource identifiers returned on each page.
|
3238
|
-
#
|
3239
|
-
#
|
3207
|
+
# The maximum number of resource identifiers returned on each page. You
|
3208
|
+
# cannot specify a number greater than 100. If you specify 0, AWS Config
|
3209
|
+
# uses the default.
|
3240
3210
|
#
|
3241
3211
|
# @option params [String] :next_token
|
3242
3212
|
# The `nextToken` string returned on a previous page that you use to get
|
@@ -3714,12 +3684,19 @@ module Aws::ConfigService
|
|
3714
3684
|
# </note>
|
3715
3685
|
#
|
3716
3686
|
# @option params [String] :delivery_s3_bucket
|
3717
|
-
#
|
3718
|
-
#
|
3687
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
3688
|
+
#
|
3689
|
+
# <note markdown="1"> This field is optional.
|
3690
|
+
#
|
3691
|
+
# </note>
|
3719
3692
|
#
|
3720
3693
|
# @option params [String] :delivery_s3_key_prefix
|
3721
3694
|
# The prefix for the Amazon S3 bucket.
|
3722
3695
|
#
|
3696
|
+
# <note markdown="1"> This field is optional.
|
3697
|
+
#
|
3698
|
+
# </note>
|
3699
|
+
#
|
3723
3700
|
# @option params [Array<Types::ConformancePackInputParameter>] :conformance_pack_input_parameters
|
3724
3701
|
# A list of `ConformancePackInputParameter` objects.
|
3725
3702
|
#
|
@@ -3865,6 +3842,34 @@ module Aws::ConfigService
|
|
3865
3842
|
req.send_request(options)
|
3866
3843
|
end
|
3867
3844
|
|
3845
|
+
# @option params [required, String] :config_rule_name
|
3846
|
+
#
|
3847
|
+
# @option params [required, Types::ExternalEvaluation] :external_evaluation
|
3848
|
+
#
|
3849
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3850
|
+
#
|
3851
|
+
# @example Request syntax with placeholder values
|
3852
|
+
#
|
3853
|
+
# resp = client.put_external_evaluation({
|
3854
|
+
# config_rule_name: "ConfigRuleName", # required
|
3855
|
+
# external_evaluation: { # required
|
3856
|
+
# compliance_resource_type: "StringWithCharLimit256", # required
|
3857
|
+
# compliance_resource_id: "BaseResourceId", # required
|
3858
|
+
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
3859
|
+
# annotation: "StringWithCharLimit256",
|
3860
|
+
# ordering_timestamp: Time.now, # required
|
3861
|
+
# },
|
3862
|
+
# })
|
3863
|
+
#
|
3864
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluation AWS API Documentation
|
3865
|
+
#
|
3866
|
+
# @overload put_external_evaluation(params = {})
|
3867
|
+
# @param [Hash] params ({})
|
3868
|
+
def put_external_evaluation(params = {}, options = {})
|
3869
|
+
req = build_request(:put_external_evaluation, params)
|
3870
|
+
req.send_request(options)
|
3871
|
+
end
|
3872
|
+
|
3868
3873
|
# Adds or updates organization config rule for your entire organization
|
3869
3874
|
# evaluating whether your AWS resources comply with your desired
|
3870
3875
|
# configurations.
|
@@ -4016,22 +4021,19 @@ module Aws::ConfigService
|
|
4016
4021
|
# maximum length of 51,200 bytes.
|
4017
4022
|
#
|
4018
4023
|
# @option params [String] :delivery_s3_bucket
|
4019
|
-
#
|
4020
|
-
# evaluation results. AWS Config stores intermediate files while
|
4021
|
-
# processing conformance pack template.
|
4022
|
-
#
|
4023
|
-
# The delivery bucket name should start with awsconfigconforms. For
|
4024
|
-
# example: "Resource": "arn:aws:s3:::your\_bucket\_name/*". For
|
4025
|
-
# more information, see [Permissions for cross account bucket
|
4026
|
-
# access][1].
|
4024
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
4027
4025
|
#
|
4026
|
+
# <note markdown="1"> This field is optional.
|
4028
4027
|
#
|
4029
|
-
#
|
4030
|
-
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html
|
4028
|
+
# </note>
|
4031
4029
|
#
|
4032
4030
|
# @option params [String] :delivery_s3_key_prefix
|
4033
4031
|
# The prefix for the Amazon S3 bucket.
|
4034
4032
|
#
|
4033
|
+
# <note markdown="1"> This field is optional.
|
4034
|
+
#
|
4035
|
+
# </note>
|
4036
|
+
#
|
4035
4037
|
# @option params [Array<Types::ConformancePackInputParameter>] :conformance_pack_input_parameters
|
4036
4038
|
# A list of `ConformancePackInputParameter` objects.
|
4037
4039
|
#
|
@@ -4083,6 +4085,11 @@ module Aws::ConfigService
|
|
4083
4085
|
# <note markdown="1"> If you make backward incompatible changes to the SSM document, you
|
4084
4086
|
# must call this again to ensure the remediations can run.
|
4085
4087
|
#
|
4088
|
+
# This API does not support adding remediation configurations for
|
4089
|
+
# service-linked AWS Config Rules such as Organization Config rules, the
|
4090
|
+
# rules deployed by conformance packs, and rules deployed by AWS
|
4091
|
+
# Security Hub.
|
4092
|
+
#
|
4086
4093
|
# </note>
|
4087
4094
|
#
|
4088
4095
|
# @option params [required, Array<Types::RemediationConfiguration>] :remediation_configurations
|
@@ -4160,7 +4167,7 @@ module Aws::ConfigService
|
|
4160
4167
|
|
4161
4168
|
# A remediation exception is when a specific resource is no longer
|
4162
4169
|
# considered for auto-remediation. This API adds a new exception or
|
4163
|
-
# updates an
|
4170
|
+
# updates an existing exception for a specific resource with a specific
|
4164
4171
|
# AWS Config rule.
|
4165
4172
|
#
|
4166
4173
|
# <note markdown="1"> AWS Config generates a remediation exception when a problem occurs
|
@@ -4692,7 +4699,7 @@ module Aws::ConfigService
|
|
4692
4699
|
params: params,
|
4693
4700
|
config: config)
|
4694
4701
|
context[:gem_name] = 'aws-sdk-configservice'
|
4695
|
-
context[:gem_version] = '1.
|
4702
|
+
context[:gem_version] = '1.54.0'
|
4696
4703
|
Seahorse::Client::Request.new(handlers, context)
|
4697
4704
|
end
|
4698
4705
|
|
@@ -209,6 +209,7 @@ module Aws::ConfigService
|
|
209
209
|
ExcludedAccounts = Shapes::ListShape.new(name: 'ExcludedAccounts')
|
210
210
|
ExecutionControls = Shapes::StructureShape.new(name: 'ExecutionControls')
|
211
211
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
212
|
+
ExternalEvaluation = Shapes::StructureShape.new(name: 'ExternalEvaluation')
|
212
213
|
FailedDeleteRemediationExceptionsBatch = Shapes::StructureShape.new(name: 'FailedDeleteRemediationExceptionsBatch')
|
213
214
|
FailedDeleteRemediationExceptionsBatches = Shapes::ListShape.new(name: 'FailedDeleteRemediationExceptionsBatches')
|
214
215
|
FailedRemediationBatch = Shapes::StructureShape.new(name: 'FailedRemediationBatch')
|
@@ -353,6 +354,8 @@ module Aws::ConfigService
|
|
353
354
|
PutDeliveryChannelRequest = Shapes::StructureShape.new(name: 'PutDeliveryChannelRequest')
|
354
355
|
PutEvaluationsRequest = Shapes::StructureShape.new(name: 'PutEvaluationsRequest')
|
355
356
|
PutEvaluationsResponse = Shapes::StructureShape.new(name: 'PutEvaluationsResponse')
|
357
|
+
PutExternalEvaluationRequest = Shapes::StructureShape.new(name: 'PutExternalEvaluationRequest')
|
358
|
+
PutExternalEvaluationResponse = Shapes::StructureShape.new(name: 'PutExternalEvaluationResponse')
|
356
359
|
PutOrganizationConfigRuleRequest = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleRequest')
|
357
360
|
PutOrganizationConfigRuleResponse = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleResponse')
|
358
361
|
PutOrganizationConformancePackRequest = Shapes::StructureShape.new(name: 'PutOrganizationConformancePackRequest')
|
@@ -1108,6 +1111,13 @@ module Aws::ConfigService
|
|
1108
1111
|
ExecutionControls.add_member(:ssm_controls, Shapes::ShapeRef.new(shape: SsmControls, location_name: "SsmControls"))
|
1109
1112
|
ExecutionControls.struct_class = Types::ExecutionControls
|
1110
1113
|
|
1114
|
+
ExternalEvaluation.add_member(:compliance_resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceType"))
|
1115
|
+
ExternalEvaluation.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, required: true, location_name: "ComplianceResourceId"))
|
1116
|
+
ExternalEvaluation.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, required: true, location_name: "ComplianceType"))
|
1117
|
+
ExternalEvaluation.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
|
1118
|
+
ExternalEvaluation.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: OrderingTimestamp, required: true, location_name: "OrderingTimestamp"))
|
1119
|
+
ExternalEvaluation.struct_class = Types::ExternalEvaluation
|
1120
|
+
|
1111
1121
|
FailedDeleteRemediationExceptionsBatch.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
1112
1122
|
FailedDeleteRemediationExceptionsBatch.add_member(:failed_items, Shapes::ShapeRef.new(shape: RemediationExceptionResourceKeys, location_name: "FailedItems"))
|
1113
1123
|
FailedDeleteRemediationExceptionsBatch.struct_class = Types::FailedDeleteRemediationExceptionsBatch
|
@@ -1541,6 +1551,12 @@ module Aws::ConfigService
|
|
1541
1551
|
PutEvaluationsResponse.add_member(:failed_evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "FailedEvaluations"))
|
1542
1552
|
PutEvaluationsResponse.struct_class = Types::PutEvaluationsResponse
|
1543
1553
|
|
1554
|
+
PutExternalEvaluationRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
|
1555
|
+
PutExternalEvaluationRequest.add_member(:external_evaluation, Shapes::ShapeRef.new(shape: ExternalEvaluation, required: true, location_name: "ExternalEvaluation"))
|
1556
|
+
PutExternalEvaluationRequest.struct_class = Types::PutExternalEvaluationRequest
|
1557
|
+
|
1558
|
+
PutExternalEvaluationResponse.struct_class = Types::PutExternalEvaluationResponse
|
1559
|
+
|
1544
1560
|
PutOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
|
1545
1561
|
PutOrganizationConfigRuleRequest.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
|
1546
1562
|
PutOrganizationConfigRuleRequest.add_member(:organization_custom_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomRuleMetadata, location_name: "OrganizationCustomRuleMetadata"))
|
@@ -2577,6 +2593,16 @@ module Aws::ConfigService
|
|
2577
2593
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
|
2578
2594
|
end)
|
2579
2595
|
|
2596
|
+
api.add_operation(:put_external_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
2597
|
+
o.name = "PutExternalEvaluation"
|
2598
|
+
o.http_method = "POST"
|
2599
|
+
o.http_request_uri = "/"
|
2600
|
+
o.input = Shapes::ShapeRef.new(shape: PutExternalEvaluationRequest)
|
2601
|
+
o.output = Shapes::ShapeRef.new(shape: PutExternalEvaluationResponse)
|
2602
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
|
2603
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2604
|
+
end)
|
2605
|
+
|
2580
2606
|
api.add_operation(:put_organization_config_rule, Seahorse::Model::Operation.new.tap do |o|
|
2581
2607
|
o.name = "PutOrganizationConfigRule"
|
2582
2608
|
o.http_method = "POST"
|
@@ -1185,7 +1185,7 @@ module Aws::ConfigService
|
|
1185
1185
|
# @return [String]
|
1186
1186
|
#
|
1187
1187
|
# @!attribute [rw] arn
|
1188
|
-
#
|
1188
|
+
# Amazon Resource Name (ARN) associated with the resource.
|
1189
1189
|
# @return [String]
|
1190
1190
|
#
|
1191
1191
|
# @!attribute [rw] resource_type
|
@@ -1431,13 +1431,19 @@ module Aws::ConfigService
|
|
1431
1431
|
# @return [String]
|
1432
1432
|
#
|
1433
1433
|
# @!attribute [rw] delivery_s3_bucket
|
1434
|
-
#
|
1435
|
-
#
|
1436
|
-
#
|
1434
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
1435
|
+
#
|
1436
|
+
# <note markdown="1"> This field is optional.
|
1437
|
+
#
|
1438
|
+
# </note>
|
1437
1439
|
# @return [String]
|
1438
1440
|
#
|
1439
1441
|
# @!attribute [rw] delivery_s3_key_prefix
|
1440
1442
|
# The prefix for the Amazon S3 bucket.
|
1443
|
+
#
|
1444
|
+
# <note markdown="1"> This field is optional.
|
1445
|
+
#
|
1446
|
+
# </note>
|
1441
1447
|
# @return [String]
|
1442
1448
|
#
|
1443
1449
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -3591,6 +3597,44 @@ module Aws::ConfigService
|
|
3591
3597
|
include Aws::Structure
|
3592
3598
|
end
|
3593
3599
|
|
3600
|
+
# @note When making an API call, you may pass ExternalEvaluation
|
3601
|
+
# data as a hash:
|
3602
|
+
#
|
3603
|
+
# {
|
3604
|
+
# compliance_resource_type: "StringWithCharLimit256", # required
|
3605
|
+
# compliance_resource_id: "BaseResourceId", # required
|
3606
|
+
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
3607
|
+
# annotation: "StringWithCharLimit256",
|
3608
|
+
# ordering_timestamp: Time.now, # required
|
3609
|
+
# }
|
3610
|
+
#
|
3611
|
+
# @!attribute [rw] compliance_resource_type
|
3612
|
+
# @return [String]
|
3613
|
+
#
|
3614
|
+
# @!attribute [rw] compliance_resource_id
|
3615
|
+
# @return [String]
|
3616
|
+
#
|
3617
|
+
# @!attribute [rw] compliance_type
|
3618
|
+
# @return [String]
|
3619
|
+
#
|
3620
|
+
# @!attribute [rw] annotation
|
3621
|
+
# @return [String]
|
3622
|
+
#
|
3623
|
+
# @!attribute [rw] ordering_timestamp
|
3624
|
+
# @return [Time]
|
3625
|
+
#
|
3626
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ExternalEvaluation AWS API Documentation
|
3627
|
+
#
|
3628
|
+
class ExternalEvaluation < Struct.new(
|
3629
|
+
:compliance_resource_type,
|
3630
|
+
:compliance_resource_id,
|
3631
|
+
:compliance_type,
|
3632
|
+
:annotation,
|
3633
|
+
:ordering_timestamp)
|
3634
|
+
SENSITIVE = []
|
3635
|
+
include Aws::Structure
|
3636
|
+
end
|
3637
|
+
|
3594
3638
|
# List of each of the failed delete remediation exceptions with specific
|
3595
3639
|
# reasons.
|
3596
3640
|
#
|
@@ -4721,8 +4765,8 @@ module Aws::ConfigService
|
|
4721
4765
|
#
|
4722
4766
|
# @!attribute [rw] limit
|
4723
4767
|
# The maximum number of resource identifiers returned on each page.
|
4724
|
-
#
|
4725
|
-
#
|
4768
|
+
# You cannot specify a number greater than 100. If you specify 0, AWS
|
4769
|
+
# Config uses the default.
|
4726
4770
|
# @return [Integer]
|
4727
4771
|
#
|
4728
4772
|
# @!attribute [rw] next_token
|
@@ -5312,13 +5356,19 @@ module Aws::ConfigService
|
|
5312
5356
|
# @return [String]
|
5313
5357
|
#
|
5314
5358
|
# @!attribute [rw] delivery_s3_bucket
|
5315
|
-
#
|
5316
|
-
#
|
5317
|
-
#
|
5359
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
5360
|
+
#
|
5361
|
+
# <note markdown="1"> This field is optional.
|
5362
|
+
#
|
5363
|
+
# </note>
|
5318
5364
|
# @return [String]
|
5319
5365
|
#
|
5320
5366
|
# @!attribute [rw] delivery_s3_key_prefix
|
5321
5367
|
# Any folder structure you want to add to an Amazon S3 bucket.
|
5368
|
+
#
|
5369
|
+
# <note markdown="1"> This field is optional.
|
5370
|
+
#
|
5371
|
+
# </note>
|
5322
5372
|
# @return [String]
|
5323
5373
|
#
|
5324
5374
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -6028,12 +6078,19 @@ module Aws::ConfigService
|
|
6028
6078
|
# @return [String]
|
6029
6079
|
#
|
6030
6080
|
# @!attribute [rw] delivery_s3_bucket
|
6031
|
-
# AWS Config stores
|
6032
|
-
#
|
6081
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
6082
|
+
#
|
6083
|
+
# <note markdown="1"> This field is optional.
|
6084
|
+
#
|
6085
|
+
# </note>
|
6033
6086
|
# @return [String]
|
6034
6087
|
#
|
6035
6088
|
# @!attribute [rw] delivery_s3_key_prefix
|
6036
6089
|
# The prefix for the Amazon S3 bucket.
|
6090
|
+
#
|
6091
|
+
# <note markdown="1"> This field is optional.
|
6092
|
+
#
|
6093
|
+
# </note>
|
6037
6094
|
# @return [String]
|
6038
6095
|
#
|
6039
6096
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -6160,6 +6217,39 @@ module Aws::ConfigService
|
|
6160
6217
|
include Aws::Structure
|
6161
6218
|
end
|
6162
6219
|
|
6220
|
+
# @note When making an API call, you may pass PutExternalEvaluationRequest
|
6221
|
+
# data as a hash:
|
6222
|
+
#
|
6223
|
+
# {
|
6224
|
+
# config_rule_name: "ConfigRuleName", # required
|
6225
|
+
# external_evaluation: { # required
|
6226
|
+
# compliance_resource_type: "StringWithCharLimit256", # required
|
6227
|
+
# compliance_resource_id: "BaseResourceId", # required
|
6228
|
+
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
6229
|
+
# annotation: "StringWithCharLimit256",
|
6230
|
+
# ordering_timestamp: Time.now, # required
|
6231
|
+
# },
|
6232
|
+
# }
|
6233
|
+
#
|
6234
|
+
# @!attribute [rw] config_rule_name
|
6235
|
+
# @return [String]
|
6236
|
+
#
|
6237
|
+
# @!attribute [rw] external_evaluation
|
6238
|
+
# @return [Types::ExternalEvaluation]
|
6239
|
+
#
|
6240
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluationRequest AWS API Documentation
|
6241
|
+
#
|
6242
|
+
class PutExternalEvaluationRequest < Struct.new(
|
6243
|
+
:config_rule_name,
|
6244
|
+
:external_evaluation)
|
6245
|
+
SENSITIVE = []
|
6246
|
+
include Aws::Structure
|
6247
|
+
end
|
6248
|
+
|
6249
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluationResponse AWS API Documentation
|
6250
|
+
#
|
6251
|
+
class PutExternalEvaluationResponse < Aws::EmptyStructure; end
|
6252
|
+
|
6163
6253
|
# @note When making an API call, you may pass PutOrganizationConfigRuleRequest
|
6164
6254
|
# data as a hash:
|
6165
6255
|
#
|
@@ -6267,22 +6357,19 @@ module Aws::ConfigService
|
|
6267
6357
|
# @return [String]
|
6268
6358
|
#
|
6269
6359
|
# @!attribute [rw] delivery_s3_bucket
|
6270
|
-
#
|
6271
|
-
# evaluation results. AWS Config stores intermediate files while
|
6272
|
-
# processing conformance pack template.
|
6273
|
-
#
|
6274
|
-
# The delivery bucket name should start with awsconfigconforms. For
|
6275
|
-
# example: "Resource": "arn:aws:s3:::your\_bucket\_name/*". For
|
6276
|
-
# more information, see [Permissions for cross account bucket
|
6277
|
-
# access][1].
|
6360
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
6278
6361
|
#
|
6362
|
+
# <note markdown="1"> This field is optional.
|
6279
6363
|
#
|
6280
|
-
#
|
6281
|
-
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html
|
6364
|
+
# </note>
|
6282
6365
|
# @return [String]
|
6283
6366
|
#
|
6284
6367
|
# @!attribute [rw] delivery_s3_key_prefix
|
6285
6368
|
# The prefix for the Amazon S3 bucket.
|
6369
|
+
#
|
6370
|
+
# <note markdown="1"> This field is optional.
|
6371
|
+
#
|
6372
|
+
# </note>
|
6286
6373
|
# @return [String]
|
6287
6374
|
#
|
6288
6375
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -6771,7 +6858,7 @@ module Aws::ConfigService
|
|
6771
6858
|
# do not select a number, the default is 5.
|
6772
6859
|
#
|
6773
6860
|
# For example, if you specify MaximumAutomaticAttempts as 5 with
|
6774
|
-
#
|
6861
|
+
# RetryAttemptSeconds as 50 seconds, AWS Config will put a
|
6775
6862
|
# RemediationException on your behalf for the failing resource after
|
6776
6863
|
# the 5th failed attempt within 50 seconds.
|
6777
6864
|
# @return [Integer]
|
@@ -6780,7 +6867,7 @@ module Aws::ConfigService
|
|
6780
6867
|
# Maximum time in seconds that AWS Config runs auto-remediation. If
|
6781
6868
|
# you do not select a number, the default is 60 seconds.
|
6782
6869
|
#
|
6783
|
-
# For example, if you specify
|
6870
|
+
# For example, if you specify RetryAttemptSeconds as 50 seconds and
|
6784
6871
|
# MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations
|
6785
6872
|
# 5 times within 50 seconds before throwing an exception.
|
6786
6873
|
# @return [Integer]
|
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.54.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-
|
11
|
+
date: 2020-12-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|