aws-sdk-configservice 1.53.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 +4 -4
- data/lib/aws-sdk-configservice.rb +1 -1
- data/lib/aws-sdk-configservice/client.rb +260 -79
- data/lib/aws-sdk-configservice/client_api.rb +140 -0
- data/lib/aws-sdk-configservice/errors.rb +27 -0
- data/lib/aws-sdk-configservice/types.rb +445 -48
- metadata +4 -4
@@ -136,6 +136,8 @@ module Aws::ConfigService
|
|
136
136
|
DeleteRemediationExceptionsResponse = Shapes::StructureShape.new(name: 'DeleteRemediationExceptionsResponse')
|
137
137
|
DeleteResourceConfigRequest = Shapes::StructureShape.new(name: 'DeleteResourceConfigRequest')
|
138
138
|
DeleteRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteRetentionConfigurationRequest')
|
139
|
+
DeleteStoredQueryRequest = Shapes::StructureShape.new(name: 'DeleteStoredQueryRequest')
|
140
|
+
DeleteStoredQueryResponse = Shapes::StructureShape.new(name: 'DeleteStoredQueryResponse')
|
139
141
|
DeliverConfigSnapshotRequest = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotRequest')
|
140
142
|
DeliverConfigSnapshotResponse = Shapes::StructureShape.new(name: 'DeliverConfigSnapshotResponse')
|
141
143
|
DeliveryChannel = Shapes::StructureShape.new(name: 'DeliveryChannel')
|
@@ -199,6 +201,7 @@ module Aws::ConfigService
|
|
199
201
|
DiscoveredResourceIdentifierList = Shapes::ListShape.new(name: 'DiscoveredResourceIdentifierList')
|
200
202
|
EarlierTime = Shapes::TimestampShape.new(name: 'EarlierTime')
|
201
203
|
EmptiableStringWithCharLimit256 = Shapes::StringShape.new(name: 'EmptiableStringWithCharLimit256')
|
204
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
202
205
|
Evaluation = Shapes::StructureShape.new(name: 'Evaluation')
|
203
206
|
EvaluationResult = Shapes::StructureShape.new(name: 'EvaluationResult')
|
204
207
|
EvaluationResultIdentifier = Shapes::StructureShape.new(name: 'EvaluationResultIdentifier')
|
@@ -209,6 +212,7 @@ module Aws::ConfigService
|
|
209
212
|
ExcludedAccounts = Shapes::ListShape.new(name: 'ExcludedAccounts')
|
210
213
|
ExecutionControls = Shapes::StructureShape.new(name: 'ExecutionControls')
|
211
214
|
Expression = Shapes::StringShape.new(name: 'Expression')
|
215
|
+
ExternalEvaluation = Shapes::StructureShape.new(name: 'ExternalEvaluation')
|
212
216
|
FailedDeleteRemediationExceptionsBatch = Shapes::StructureShape.new(name: 'FailedDeleteRemediationExceptionsBatch')
|
213
217
|
FailedDeleteRemediationExceptionsBatches = Shapes::ListShape.new(name: 'FailedDeleteRemediationExceptionsBatches')
|
214
218
|
FailedRemediationBatch = Shapes::StructureShape.new(name: 'FailedRemediationBatch')
|
@@ -246,6 +250,8 @@ module Aws::ConfigService
|
|
246
250
|
GetOrganizationConformancePackDetailedStatusResponse = Shapes::StructureShape.new(name: 'GetOrganizationConformancePackDetailedStatusResponse')
|
247
251
|
GetResourceConfigHistoryRequest = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryRequest')
|
248
252
|
GetResourceConfigHistoryResponse = Shapes::StructureShape.new(name: 'GetResourceConfigHistoryResponse')
|
253
|
+
GetStoredQueryRequest = Shapes::StructureShape.new(name: 'GetStoredQueryRequest')
|
254
|
+
GetStoredQueryResponse = Shapes::StructureShape.new(name: 'GetStoredQueryResponse')
|
249
255
|
GroupByAPILimit = Shapes::IntegerShape.new(name: 'GroupByAPILimit')
|
250
256
|
GroupedResourceCount = Shapes::StructureShape.new(name: 'GroupedResourceCount')
|
251
257
|
GroupedResourceCountList = Shapes::ListShape.new(name: 'GroupedResourceCountList')
|
@@ -263,6 +269,7 @@ module Aws::ConfigService
|
|
263
269
|
InvalidResultTokenException = Shapes::StructureShape.new(name: 'InvalidResultTokenException')
|
264
270
|
InvalidRoleException = Shapes::StructureShape.new(name: 'InvalidRoleException')
|
265
271
|
InvalidS3KeyPrefixException = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixException')
|
272
|
+
InvalidS3KmsKeyArnException = Shapes::StructureShape.new(name: 'InvalidS3KmsKeyArnException')
|
266
273
|
InvalidSNSTopicARNException = Shapes::StructureShape.new(name: 'InvalidSNSTopicARNException')
|
267
274
|
InvalidTimeRangeException = Shapes::StructureShape.new(name: 'InvalidTimeRangeException')
|
268
275
|
LastDeliveryChannelDeleteFailedException = Shapes::StructureShape.new(name: 'LastDeliveryChannelDeleteFailedException')
|
@@ -273,6 +280,8 @@ module Aws::ConfigService
|
|
273
280
|
ListAggregateDiscoveredResourcesResponse = Shapes::StructureShape.new(name: 'ListAggregateDiscoveredResourcesResponse')
|
274
281
|
ListDiscoveredResourcesRequest = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesRequest')
|
275
282
|
ListDiscoveredResourcesResponse = Shapes::StructureShape.new(name: 'ListDiscoveredResourcesResponse')
|
283
|
+
ListStoredQueriesRequest = Shapes::StructureShape.new(name: 'ListStoredQueriesRequest')
|
284
|
+
ListStoredQueriesResponse = Shapes::StructureShape.new(name: 'ListStoredQueriesResponse')
|
276
285
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
277
286
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
278
287
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
@@ -353,6 +362,8 @@ module Aws::ConfigService
|
|
353
362
|
PutDeliveryChannelRequest = Shapes::StructureShape.new(name: 'PutDeliveryChannelRequest')
|
354
363
|
PutEvaluationsRequest = Shapes::StructureShape.new(name: 'PutEvaluationsRequest')
|
355
364
|
PutEvaluationsResponse = Shapes::StructureShape.new(name: 'PutEvaluationsResponse')
|
365
|
+
PutExternalEvaluationRequest = Shapes::StructureShape.new(name: 'PutExternalEvaluationRequest')
|
366
|
+
PutExternalEvaluationResponse = Shapes::StructureShape.new(name: 'PutExternalEvaluationResponse')
|
356
367
|
PutOrganizationConfigRuleRequest = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleRequest')
|
357
368
|
PutOrganizationConfigRuleResponse = Shapes::StructureShape.new(name: 'PutOrganizationConfigRuleResponse')
|
358
369
|
PutOrganizationConformancePackRequest = Shapes::StructureShape.new(name: 'PutOrganizationConformancePackRequest')
|
@@ -364,7 +375,14 @@ module Aws::ConfigService
|
|
364
375
|
PutResourceConfigRequest = Shapes::StructureShape.new(name: 'PutResourceConfigRequest')
|
365
376
|
PutRetentionConfigurationRequest = Shapes::StructureShape.new(name: 'PutRetentionConfigurationRequest')
|
366
377
|
PutRetentionConfigurationResponse = Shapes::StructureShape.new(name: 'PutRetentionConfigurationResponse')
|
378
|
+
PutStoredQueryRequest = Shapes::StructureShape.new(name: 'PutStoredQueryRequest')
|
379
|
+
PutStoredQueryResponse = Shapes::StructureShape.new(name: 'PutStoredQueryResponse')
|
380
|
+
QueryArn = Shapes::StringShape.new(name: 'QueryArn')
|
381
|
+
QueryDescription = Shapes::StringShape.new(name: 'QueryDescription')
|
382
|
+
QueryExpression = Shapes::StringShape.new(name: 'QueryExpression')
|
383
|
+
QueryId = Shapes::StringShape.new(name: 'QueryId')
|
367
384
|
QueryInfo = Shapes::StructureShape.new(name: 'QueryInfo')
|
385
|
+
QueryName = Shapes::StringShape.new(name: 'QueryName')
|
368
386
|
RecorderName = Shapes::StringShape.new(name: 'RecorderName')
|
369
387
|
RecorderStatus = Shapes::StringShape.new(name: 'RecorderStatus')
|
370
388
|
RecordingGroup = Shapes::StructureShape.new(name: 'RecordingGroup')
|
@@ -390,6 +408,7 @@ module Aws::ConfigService
|
|
390
408
|
RemediationParameterValue = Shapes::StructureShape.new(name: 'RemediationParameterValue')
|
391
409
|
RemediationParameters = Shapes::MapShape.new(name: 'RemediationParameters')
|
392
410
|
RemediationTargetType = Shapes::StringShape.new(name: 'RemediationTargetType')
|
411
|
+
ResourceConcurrentModificationException = Shapes::StructureShape.new(name: 'ResourceConcurrentModificationException')
|
393
412
|
ResourceCount = Shapes::StructureShape.new(name: 'ResourceCount')
|
394
413
|
ResourceCountFilters = Shapes::StructureShape.new(name: 'ResourceCountFilters')
|
395
414
|
ResourceCountGroupKey = Shapes::StringShape.new(name: 'ResourceCountGroupKey')
|
@@ -442,6 +461,9 @@ module Aws::ConfigService
|
|
442
461
|
StaticValue = Shapes::StructureShape.new(name: 'StaticValue')
|
443
462
|
StatusDetailFilters = Shapes::StructureShape.new(name: 'StatusDetailFilters')
|
444
463
|
StopConfigurationRecorderRequest = Shapes::StructureShape.new(name: 'StopConfigurationRecorderRequest')
|
464
|
+
StoredQuery = Shapes::StructureShape.new(name: 'StoredQuery')
|
465
|
+
StoredQueryMetadata = Shapes::StructureShape.new(name: 'StoredQueryMetadata')
|
466
|
+
StoredQueryMetadataList = Shapes::ListShape.new(name: 'StoredQueryMetadataList')
|
445
467
|
String = Shapes::StringShape.new(name: 'String')
|
446
468
|
StringWithCharLimit1024 = Shapes::StringShape.new(name: 'StringWithCharLimit1024')
|
447
469
|
StringWithCharLimit128 = Shapes::StringShape.new(name: 'StringWithCharLimit128')
|
@@ -843,6 +865,11 @@ module Aws::ConfigService
|
|
843
865
|
DeleteRetentionConfigurationRequest.add_member(:retention_configuration_name, Shapes::ShapeRef.new(shape: RetentionConfigurationName, required: true, location_name: "RetentionConfigurationName"))
|
844
866
|
DeleteRetentionConfigurationRequest.struct_class = Types::DeleteRetentionConfigurationRequest
|
845
867
|
|
868
|
+
DeleteStoredQueryRequest.add_member(:query_name, Shapes::ShapeRef.new(shape: QueryName, required: true, location_name: "QueryName"))
|
869
|
+
DeleteStoredQueryRequest.struct_class = Types::DeleteStoredQueryRequest
|
870
|
+
|
871
|
+
DeleteStoredQueryResponse.struct_class = Types::DeleteStoredQueryResponse
|
872
|
+
|
846
873
|
DeliverConfigSnapshotRequest.add_member(:delivery_channel_name, Shapes::ShapeRef.new(shape: ChannelName, required: true, location_name: "deliveryChannelName"))
|
847
874
|
DeliverConfigSnapshotRequest.struct_class = Types::DeliverConfigSnapshotRequest
|
848
875
|
|
@@ -852,6 +879,7 @@ module Aws::ConfigService
|
|
852
879
|
DeliveryChannel.add_member(:name, Shapes::ShapeRef.new(shape: ChannelName, location_name: "name"))
|
853
880
|
DeliveryChannel.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "s3BucketName"))
|
854
881
|
DeliveryChannel.add_member(:s3_key_prefix, Shapes::ShapeRef.new(shape: String, location_name: "s3KeyPrefix"))
|
882
|
+
DeliveryChannel.add_member(:s3_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "s3KmsKeyArn"))
|
855
883
|
DeliveryChannel.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "snsTopicARN"))
|
856
884
|
DeliveryChannel.add_member(:config_snapshot_delivery_properties, Shapes::ShapeRef.new(shape: ConfigSnapshotDeliveryProperties, location_name: "configSnapshotDeliveryProperties"))
|
857
885
|
DeliveryChannel.struct_class = Types::DeliveryChannel
|
@@ -1108,6 +1136,13 @@ module Aws::ConfigService
|
|
1108
1136
|
ExecutionControls.add_member(:ssm_controls, Shapes::ShapeRef.new(shape: SsmControls, location_name: "SsmControls"))
|
1109
1137
|
ExecutionControls.struct_class = Types::ExecutionControls
|
1110
1138
|
|
1139
|
+
ExternalEvaluation.add_member(:compliance_resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceType"))
|
1140
|
+
ExternalEvaluation.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, required: true, location_name: "ComplianceResourceId"))
|
1141
|
+
ExternalEvaluation.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, required: true, location_name: "ComplianceType"))
|
1142
|
+
ExternalEvaluation.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
|
1143
|
+
ExternalEvaluation.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: OrderingTimestamp, required: true, location_name: "OrderingTimestamp"))
|
1144
|
+
ExternalEvaluation.struct_class = Types::ExternalEvaluation
|
1145
|
+
|
1111
1146
|
FailedDeleteRemediationExceptionsBatch.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
1112
1147
|
FailedDeleteRemediationExceptionsBatch.add_member(:failed_items, Shapes::ShapeRef.new(shape: RemediationExceptionResourceKeys, location_name: "FailedItems"))
|
1113
1148
|
FailedDeleteRemediationExceptionsBatch.struct_class = Types::FailedDeleteRemediationExceptionsBatch
|
@@ -1268,6 +1303,12 @@ module Aws::ConfigService
|
|
1268
1303
|
GetResourceConfigHistoryResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1269
1304
|
GetResourceConfigHistoryResponse.struct_class = Types::GetResourceConfigHistoryResponse
|
1270
1305
|
|
1306
|
+
GetStoredQueryRequest.add_member(:query_name, Shapes::ShapeRef.new(shape: QueryName, required: true, location_name: "QueryName"))
|
1307
|
+
GetStoredQueryRequest.struct_class = Types::GetStoredQueryRequest
|
1308
|
+
|
1309
|
+
GetStoredQueryResponse.add_member(:stored_query, Shapes::ShapeRef.new(shape: StoredQuery, location_name: "StoredQuery"))
|
1310
|
+
GetStoredQueryResponse.struct_class = Types::GetStoredQueryResponse
|
1311
|
+
|
1271
1312
|
GroupedResourceCount.add_member(:group_name, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "GroupName"))
|
1272
1313
|
GroupedResourceCount.add_member(:resource_count, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "ResourceCount"))
|
1273
1314
|
GroupedResourceCount.struct_class = Types::GroupedResourceCount
|
@@ -1298,6 +1339,8 @@ module Aws::ConfigService
|
|
1298
1339
|
|
1299
1340
|
InvalidS3KeyPrefixException.struct_class = Types::InvalidS3KeyPrefixException
|
1300
1341
|
|
1342
|
+
InvalidS3KmsKeyArnException.struct_class = Types::InvalidS3KmsKeyArnException
|
1343
|
+
|
1301
1344
|
InvalidSNSTopicARNException.struct_class = Types::InvalidSNSTopicARNException
|
1302
1345
|
|
1303
1346
|
InvalidTimeRangeException.struct_class = Types::InvalidTimeRangeException
|
@@ -1329,6 +1372,14 @@ module Aws::ConfigService
|
|
1329
1372
|
ListDiscoveredResourcesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1330
1373
|
ListDiscoveredResourcesResponse.struct_class = Types::ListDiscoveredResourcesResponse
|
1331
1374
|
|
1375
|
+
ListStoredQueriesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken", metadata: {"box"=>true}))
|
1376
|
+
ListStoredQueriesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Limit, location_name: "MaxResults", metadata: {"box"=>true}))
|
1377
|
+
ListStoredQueriesRequest.struct_class = Types::ListStoredQueriesRequest
|
1378
|
+
|
1379
|
+
ListStoredQueriesResponse.add_member(:stored_query_metadata, Shapes::ShapeRef.new(shape: StoredQueryMetadataList, location_name: "StoredQueryMetadata"))
|
1380
|
+
ListStoredQueriesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1381
|
+
ListStoredQueriesResponse.struct_class = Types::ListStoredQueriesResponse
|
1382
|
+
|
1332
1383
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AmazonResourceName, required: true, location_name: "ResourceArn"))
|
1333
1384
|
ListTagsForResourceRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
|
1334
1385
|
ListTagsForResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -1541,6 +1592,12 @@ module Aws::ConfigService
|
|
1541
1592
|
PutEvaluationsResponse.add_member(:failed_evaluations, Shapes::ShapeRef.new(shape: Evaluations, location_name: "FailedEvaluations"))
|
1542
1593
|
PutEvaluationsResponse.struct_class = Types::PutEvaluationsResponse
|
1543
1594
|
|
1595
|
+
PutExternalEvaluationRequest.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: ConfigRuleName, required: true, location_name: "ConfigRuleName"))
|
1596
|
+
PutExternalEvaluationRequest.add_member(:external_evaluation, Shapes::ShapeRef.new(shape: ExternalEvaluation, required: true, location_name: "ExternalEvaluation"))
|
1597
|
+
PutExternalEvaluationRequest.struct_class = Types::PutExternalEvaluationRequest
|
1598
|
+
|
1599
|
+
PutExternalEvaluationResponse.struct_class = Types::PutExternalEvaluationResponse
|
1600
|
+
|
1544
1601
|
PutOrganizationConfigRuleRequest.add_member(:organization_config_rule_name, Shapes::ShapeRef.new(shape: OrganizationConfigRuleName, required: true, location_name: "OrganizationConfigRuleName"))
|
1545
1602
|
PutOrganizationConfigRuleRequest.add_member(:organization_managed_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationManagedRuleMetadata, location_name: "OrganizationManagedRuleMetadata"))
|
1546
1603
|
PutOrganizationConfigRuleRequest.add_member(:organization_custom_rule_metadata, Shapes::ShapeRef.new(shape: OrganizationCustomRuleMetadata, location_name: "OrganizationCustomRuleMetadata"))
|
@@ -1591,6 +1648,13 @@ module Aws::ConfigService
|
|
1591
1648
|
PutRetentionConfigurationResponse.add_member(:retention_configuration, Shapes::ShapeRef.new(shape: RetentionConfiguration, location_name: "RetentionConfiguration"))
|
1592
1649
|
PutRetentionConfigurationResponse.struct_class = Types::PutRetentionConfigurationResponse
|
1593
1650
|
|
1651
|
+
PutStoredQueryRequest.add_member(:stored_query, Shapes::ShapeRef.new(shape: StoredQuery, required: true, location_name: "StoredQuery"))
|
1652
|
+
PutStoredQueryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagsList, location_name: "Tags"))
|
1653
|
+
PutStoredQueryRequest.struct_class = Types::PutStoredQueryRequest
|
1654
|
+
|
1655
|
+
PutStoredQueryResponse.add_member(:query_arn, Shapes::ShapeRef.new(shape: QueryArn, location_name: "QueryArn"))
|
1656
|
+
PutStoredQueryResponse.struct_class = Types::PutStoredQueryResponse
|
1657
|
+
|
1594
1658
|
QueryInfo.add_member(:select_fields, Shapes::ShapeRef.new(shape: FieldInfoList, location_name: "SelectFields"))
|
1595
1659
|
QueryInfo.struct_class = Types::QueryInfo
|
1596
1660
|
|
@@ -1669,6 +1733,9 @@ module Aws::ConfigService
|
|
1669
1733
|
RemediationParameters.key = Shapes::ShapeRef.new(shape: StringWithCharLimit256)
|
1670
1734
|
RemediationParameters.value = Shapes::ShapeRef.new(shape: RemediationParameterValue)
|
1671
1735
|
|
1736
|
+
ResourceConcurrentModificationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1737
|
+
ResourceConcurrentModificationException.struct_class = Types::ResourceConcurrentModificationException
|
1738
|
+
|
1672
1739
|
ResourceCount.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "resourceType"))
|
1673
1740
|
ResourceCount.add_member(:count, Shapes::ShapeRef.new(shape: Long, location_name: "count"))
|
1674
1741
|
ResourceCount.struct_class = Types::ResourceCount
|
@@ -1801,6 +1868,21 @@ module Aws::ConfigService
|
|
1801
1868
|
StopConfigurationRecorderRequest.add_member(:configuration_recorder_name, Shapes::ShapeRef.new(shape: RecorderName, required: true, location_name: "ConfigurationRecorderName"))
|
1802
1869
|
StopConfigurationRecorderRequest.struct_class = Types::StopConfigurationRecorderRequest
|
1803
1870
|
|
1871
|
+
StoredQuery.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryId, location_name: "QueryId", metadata: {"box"=>true}))
|
1872
|
+
StoredQuery.add_member(:query_arn, Shapes::ShapeRef.new(shape: QueryArn, location_name: "QueryArn", metadata: {"box"=>true}))
|
1873
|
+
StoredQuery.add_member(:query_name, Shapes::ShapeRef.new(shape: QueryName, required: true, location_name: "QueryName"))
|
1874
|
+
StoredQuery.add_member(:description, Shapes::ShapeRef.new(shape: QueryDescription, location_name: "Description", metadata: {"box"=>true}))
|
1875
|
+
StoredQuery.add_member(:expression, Shapes::ShapeRef.new(shape: QueryExpression, location_name: "Expression", metadata: {"box"=>true}))
|
1876
|
+
StoredQuery.struct_class = Types::StoredQuery
|
1877
|
+
|
1878
|
+
StoredQueryMetadata.add_member(:query_id, Shapes::ShapeRef.new(shape: QueryId, required: true, location_name: "QueryId"))
|
1879
|
+
StoredQueryMetadata.add_member(:query_arn, Shapes::ShapeRef.new(shape: QueryArn, required: true, location_name: "QueryArn"))
|
1880
|
+
StoredQueryMetadata.add_member(:query_name, Shapes::ShapeRef.new(shape: QueryName, required: true, location_name: "QueryName"))
|
1881
|
+
StoredQueryMetadata.add_member(:description, Shapes::ShapeRef.new(shape: QueryDescription, location_name: "Description"))
|
1882
|
+
StoredQueryMetadata.struct_class = Types::StoredQueryMetadata
|
1883
|
+
|
1884
|
+
StoredQueryMetadataList.member = Shapes::ShapeRef.new(shape: StoredQueryMetadata)
|
1885
|
+
|
1804
1886
|
SupplementaryConfiguration.key = Shapes::ShapeRef.new(shape: SupplementaryConfigurationName)
|
1805
1887
|
SupplementaryConfiguration.value = Shapes::ShapeRef.new(shape: SupplementaryConfigurationValue)
|
1806
1888
|
|
@@ -2008,6 +2090,16 @@ module Aws::ConfigService
|
|
2008
2090
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchRetentionConfigurationException)
|
2009
2091
|
end)
|
2010
2092
|
|
2093
|
+
api.add_operation(:delete_stored_query, Seahorse::Model::Operation.new.tap do |o|
|
2094
|
+
o.name = "DeleteStoredQuery"
|
2095
|
+
o.http_method = "POST"
|
2096
|
+
o.http_request_uri = "/"
|
2097
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStoredQueryRequest)
|
2098
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteStoredQueryResponse)
|
2099
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2100
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2101
|
+
end)
|
2102
|
+
|
2011
2103
|
api.add_operation(:deliver_config_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2012
2104
|
o.name = "DeliverConfigSnapshot"
|
2013
2105
|
o.http_method = "POST"
|
@@ -2454,6 +2546,16 @@ module Aws::ConfigService
|
|
2454
2546
|
)
|
2455
2547
|
end)
|
2456
2548
|
|
2549
|
+
api.add_operation(:get_stored_query, Seahorse::Model::Operation.new.tap do |o|
|
2550
|
+
o.name = "GetStoredQuery"
|
2551
|
+
o.http_method = "POST"
|
2552
|
+
o.http_request_uri = "/"
|
2553
|
+
o.input = Shapes::ShapeRef.new(shape: GetStoredQueryRequest)
|
2554
|
+
o.output = Shapes::ShapeRef.new(shape: GetStoredQueryResponse)
|
2555
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2556
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2557
|
+
end)
|
2558
|
+
|
2457
2559
|
api.add_operation(:list_aggregate_discovered_resources, Seahorse::Model::Operation.new.tap do |o|
|
2458
2560
|
o.name = "ListAggregateDiscoveredResources"
|
2459
2561
|
o.http_method = "POST"
|
@@ -2478,6 +2580,22 @@ module Aws::ConfigService
|
|
2478
2580
|
o.errors << Shapes::ShapeRef.new(shape: NoAvailableConfigurationRecorderException)
|
2479
2581
|
end)
|
2480
2582
|
|
2583
|
+
api.add_operation(:list_stored_queries, Seahorse::Model::Operation.new.tap do |o|
|
2584
|
+
o.name = "ListStoredQueries"
|
2585
|
+
o.http_method = "POST"
|
2586
|
+
o.http_request_uri = "/"
|
2587
|
+
o.input = Shapes::ShapeRef.new(shape: ListStoredQueriesRequest)
|
2588
|
+
o.output = Shapes::ShapeRef.new(shape: ListStoredQueriesResponse)
|
2589
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2590
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
|
2591
|
+
o[:pager] = Aws::Pager.new(
|
2592
|
+
limit_key: "max_results",
|
2593
|
+
tokens: {
|
2594
|
+
"next_token" => "next_token"
|
2595
|
+
}
|
2596
|
+
)
|
2597
|
+
end)
|
2598
|
+
|
2481
2599
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2482
2600
|
o.name = "ListTagsForResource"
|
2483
2601
|
o.http_method = "POST"
|
@@ -2562,6 +2680,7 @@ module Aws::ConfigService
|
|
2562
2680
|
o.errors << Shapes::ShapeRef.new(shape: InvalidDeliveryChannelNameException)
|
2563
2681
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchBucketException)
|
2564
2682
|
o.errors << Shapes::ShapeRef.new(shape: InvalidS3KeyPrefixException)
|
2683
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidS3KmsKeyArnException)
|
2565
2684
|
o.errors << Shapes::ShapeRef.new(shape: InvalidSNSTopicARNException)
|
2566
2685
|
o.errors << Shapes::ShapeRef.new(shape: InsufficientDeliveryPolicyException)
|
2567
2686
|
end)
|
@@ -2577,6 +2696,16 @@ module Aws::ConfigService
|
|
2577
2696
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
|
2578
2697
|
end)
|
2579
2698
|
|
2699
|
+
api.add_operation(:put_external_evaluation, Seahorse::Model::Operation.new.tap do |o|
|
2700
|
+
o.name = "PutExternalEvaluation"
|
2701
|
+
o.http_method = "POST"
|
2702
|
+
o.http_request_uri = "/"
|
2703
|
+
o.input = Shapes::ShapeRef.new(shape: PutExternalEvaluationRequest)
|
2704
|
+
o.output = Shapes::ShapeRef.new(shape: PutExternalEvaluationResponse)
|
2705
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchConfigRuleException)
|
2706
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidParameterValueException)
|
2707
|
+
end)
|
2708
|
+
|
2580
2709
|
api.add_operation(:put_organization_config_rule, Seahorse::Model::Operation.new.tap do |o|
|
2581
2710
|
o.name = "PutOrganizationConfigRule"
|
2582
2711
|
o.http_method = "POST"
|
@@ -2651,6 +2780,17 @@ module Aws::ConfigService
|
|
2651
2780
|
o.errors << Shapes::ShapeRef.new(shape: MaxNumberOfRetentionConfigurationsExceededException)
|
2652
2781
|
end)
|
2653
2782
|
|
2783
|
+
api.add_operation(:put_stored_query, Seahorse::Model::Operation.new.tap do |o|
|
2784
|
+
o.name = "PutStoredQuery"
|
2785
|
+
o.http_method = "POST"
|
2786
|
+
o.http_request_uri = "/"
|
2787
|
+
o.input = Shapes::ShapeRef.new(shape: PutStoredQueryRequest)
|
2788
|
+
o.output = Shapes::ShapeRef.new(shape: PutStoredQueryResponse)
|
2789
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2790
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyTagsException)
|
2791
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceConcurrentModificationException)
|
2792
|
+
end)
|
2793
|
+
|
2654
2794
|
api.add_operation(:select_aggregate_resource_config, Seahorse::Model::Operation.new.tap do |o|
|
2655
2795
|
o.name = "SelectAggregateResourceConfig"
|
2656
2796
|
o.http_method = "POST"
|
@@ -40,6 +40,7 @@ module Aws::ConfigService
|
|
40
40
|
# * {InvalidResultTokenException}
|
41
41
|
# * {InvalidRoleException}
|
42
42
|
# * {InvalidS3KeyPrefixException}
|
43
|
+
# * {InvalidS3KmsKeyArnException}
|
43
44
|
# * {InvalidSNSTopicARNException}
|
44
45
|
# * {InvalidTimeRangeException}
|
45
46
|
# * {LastDeliveryChannelDeleteFailedException}
|
@@ -73,6 +74,7 @@ module Aws::ConfigService
|
|
73
74
|
# * {OrganizationConformancePackTemplateValidationException}
|
74
75
|
# * {OversizedConfigurationItemException}
|
75
76
|
# * {RemediationInProgressException}
|
77
|
+
# * {ResourceConcurrentModificationException}
|
76
78
|
# * {ResourceInUseException}
|
77
79
|
# * {ResourceNotDiscoveredException}
|
78
80
|
# * {ResourceNotFoundException}
|
@@ -215,6 +217,16 @@ module Aws::ConfigService
|
|
215
217
|
end
|
216
218
|
end
|
217
219
|
|
220
|
+
class InvalidS3KmsKeyArnException < ServiceError
|
221
|
+
|
222
|
+
# @param [Seahorse::Client::RequestContext] context
|
223
|
+
# @param [String] message
|
224
|
+
# @param [Aws::ConfigService::Types::InvalidS3KmsKeyArnException] data
|
225
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
226
|
+
super(context, message, data)
|
227
|
+
end
|
228
|
+
end
|
229
|
+
|
218
230
|
class InvalidSNSTopicARNException < ServiceError
|
219
231
|
|
220
232
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -545,6 +557,21 @@ module Aws::ConfigService
|
|
545
557
|
end
|
546
558
|
end
|
547
559
|
|
560
|
+
class ResourceConcurrentModificationException < ServiceError
|
561
|
+
|
562
|
+
# @param [Seahorse::Client::RequestContext] context
|
563
|
+
# @param [String] message
|
564
|
+
# @param [Aws::ConfigService::Types::ResourceConcurrentModificationException] data
|
565
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
566
|
+
super(context, message, data)
|
567
|
+
end
|
568
|
+
|
569
|
+
# @return [String]
|
570
|
+
def message
|
571
|
+
@message || @data[:message]
|
572
|
+
end
|
573
|
+
end
|
574
|
+
|
548
575
|
class ResourceInUseException < ServiceError
|
549
576
|
|
550
577
|
# @param [Seahorse::Client::RequestContext] context
|
@@ -161,7 +161,7 @@ module Aws::ConfigService
|
|
161
161
|
# source_account_id: "AccountId", # required
|
162
162
|
# source_region: "AwsRegion", # required
|
163
163
|
# resource_id: "ResourceId", # required
|
164
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
164
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
165
165
|
# resource_name: "ResourceName",
|
166
166
|
# }
|
167
167
|
#
|
@@ -389,7 +389,7 @@ module Aws::ConfigService
|
|
389
389
|
# source_account_id: "AccountId", # required
|
390
390
|
# source_region: "AwsRegion", # required
|
391
391
|
# resource_id: "ResourceId", # required
|
392
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
392
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
393
393
|
# resource_name: "ResourceName",
|
394
394
|
# },
|
395
395
|
# ],
|
@@ -437,7 +437,7 @@ module Aws::ConfigService
|
|
437
437
|
# {
|
438
438
|
# resource_keys: [ # required
|
439
439
|
# {
|
440
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
440
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
441
441
|
# resource_id: "ResourceId", # required
|
442
442
|
# },
|
443
443
|
# ],
|
@@ -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
|
@@ -1285,7 +1285,7 @@ module Aws::ConfigService
|
|
1285
1285
|
# recording_group: {
|
1286
1286
|
# all_supported: false,
|
1287
1287
|
# include_global_resource_types: false,
|
1288
|
-
# resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
1288
|
+
# resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
1289
1289
|
# },
|
1290
1290
|
# }
|
1291
1291
|
#
|
@@ -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
|
@@ -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
|
@@ -1475,7 +1481,7 @@ module Aws::ConfigService
|
|
1475
1481
|
#
|
1476
1482
|
# {
|
1477
1483
|
# config_rule_names: ["StringWithCharLimit64"],
|
1478
|
-
# compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
|
1484
|
+
# compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
|
1479
1485
|
# resource_type: "StringWithCharLimit256",
|
1480
1486
|
# resource_ids: ["StringWithCharLimit256"],
|
1481
1487
|
# }
|
@@ -2016,6 +2022,29 @@ module Aws::ConfigService
|
|
2016
2022
|
include Aws::Structure
|
2017
2023
|
end
|
2018
2024
|
|
2025
|
+
# @note When making an API call, you may pass DeleteStoredQueryRequest
|
2026
|
+
# data as a hash:
|
2027
|
+
#
|
2028
|
+
# {
|
2029
|
+
# query_name: "QueryName", # required
|
2030
|
+
# }
|
2031
|
+
#
|
2032
|
+
# @!attribute [rw] query_name
|
2033
|
+
# The name of the query that you want to delete.
|
2034
|
+
# @return [String]
|
2035
|
+
#
|
2036
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteStoredQueryRequest AWS API Documentation
|
2037
|
+
#
|
2038
|
+
class DeleteStoredQueryRequest < Struct.new(
|
2039
|
+
:query_name)
|
2040
|
+
SENSITIVE = []
|
2041
|
+
include Aws::Structure
|
2042
|
+
end
|
2043
|
+
|
2044
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteStoredQueryResponse AWS API Documentation
|
2045
|
+
#
|
2046
|
+
class DeleteStoredQueryResponse < Aws::EmptyStructure; end
|
2047
|
+
|
2019
2048
|
# The input for the DeliverConfigSnapshot action.
|
2020
2049
|
#
|
2021
2050
|
# @note When making an API call, you may pass DeliverConfigSnapshotRequest
|
@@ -2062,6 +2091,7 @@ module Aws::ConfigService
|
|
2062
2091
|
# name: "ChannelName",
|
2063
2092
|
# s3_bucket_name: "String",
|
2064
2093
|
# s3_key_prefix: "String",
|
2094
|
+
# s3_kms_key_arn: "String",
|
2065
2095
|
# sns_topic_arn: "String",
|
2066
2096
|
# config_snapshot_delivery_properties: {
|
2067
2097
|
# delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
|
@@ -2095,6 +2125,13 @@ module Aws::ConfigService
|
|
2095
2125
|
# The prefix for the specified Amazon S3 bucket.
|
2096
2126
|
# @return [String]
|
2097
2127
|
#
|
2128
|
+
# @!attribute [rw] s3_kms_key_arn
|
2129
|
+
# The Amazon Resource Name (ARN) of the AWS Key Management Service
|
2130
|
+
# (KMS) customer managed key (CMK) used to encrypt objects delivered
|
2131
|
+
# by AWS Config. Must belong to the same Region as the destination S3
|
2132
|
+
# bucket.
|
2133
|
+
# @return [String]
|
2134
|
+
#
|
2098
2135
|
# @!attribute [rw] sns_topic_arn
|
2099
2136
|
# The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS
|
2100
2137
|
# Config sends notifications about configuration changes.
|
@@ -2120,6 +2157,7 @@ module Aws::ConfigService
|
|
2120
2157
|
:name,
|
2121
2158
|
:s3_bucket_name,
|
2122
2159
|
:s3_key_prefix,
|
2160
|
+
:s3_kms_key_arn,
|
2123
2161
|
:sns_topic_arn,
|
2124
2162
|
:config_snapshot_delivery_properties)
|
2125
2163
|
SENSITIVE = []
|
@@ -2701,7 +2739,7 @@ module Aws::ConfigService
|
|
2701
2739
|
# conformance_pack_name: "ConformancePackName", # required
|
2702
2740
|
# filters: {
|
2703
2741
|
# config_rule_names: ["StringWithCharLimit64"],
|
2704
|
-
# compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
|
2742
|
+
# compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
|
2705
2743
|
# },
|
2706
2744
|
# limit: 1,
|
2707
2745
|
# next_token: "NextToken",
|
@@ -3296,7 +3334,7 @@ module Aws::ConfigService
|
|
3296
3334
|
# config_rule_name: "ConfigRuleName", # required
|
3297
3335
|
# resource_keys: [
|
3298
3336
|
# {
|
3299
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
3337
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
3300
3338
|
# resource_id: "ResourceId", # required
|
3301
3339
|
# },
|
3302
3340
|
# ],
|
@@ -3591,6 +3629,56 @@ module Aws::ConfigService
|
|
3591
3629
|
include Aws::Structure
|
3592
3630
|
end
|
3593
3631
|
|
3632
|
+
# Identifies an AWS resource and indicates whether it complies with the
|
3633
|
+
# AWS Config rule that it was evaluated against.
|
3634
|
+
#
|
3635
|
+
# @note When making an API call, you may pass ExternalEvaluation
|
3636
|
+
# data as a hash:
|
3637
|
+
#
|
3638
|
+
# {
|
3639
|
+
# compliance_resource_type: "StringWithCharLimit256", # required
|
3640
|
+
# compliance_resource_id: "BaseResourceId", # required
|
3641
|
+
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
3642
|
+
# annotation: "StringWithCharLimit256",
|
3643
|
+
# ordering_timestamp: Time.now, # required
|
3644
|
+
# }
|
3645
|
+
#
|
3646
|
+
# @!attribute [rw] compliance_resource_type
|
3647
|
+
# The evaluated compliance resource type. AWS Config accepts
|
3648
|
+
# `AWS::::Account` resource type.
|
3649
|
+
# @return [String]
|
3650
|
+
#
|
3651
|
+
# @!attribute [rw] compliance_resource_id
|
3652
|
+
# The evaluated compliance resource ID. AWS Config accepts only AWS
|
3653
|
+
# account ID.
|
3654
|
+
# @return [String]
|
3655
|
+
#
|
3656
|
+
# @!attribute [rw] compliance_type
|
3657
|
+
# The compliance of the AWS resource. The valid values are `COMPLIANT,
|
3658
|
+
# NON_COMPLIANT, ` and `NOT_APPLICABLE`.
|
3659
|
+
# @return [String]
|
3660
|
+
#
|
3661
|
+
# @!attribute [rw] annotation
|
3662
|
+
# Supplementary information about the reason of compliance. For
|
3663
|
+
# example, this task was completed on a specific date.
|
3664
|
+
# @return [String]
|
3665
|
+
#
|
3666
|
+
# @!attribute [rw] ordering_timestamp
|
3667
|
+
# The time when the compliance was recorded.
|
3668
|
+
# @return [Time]
|
3669
|
+
#
|
3670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ExternalEvaluation AWS API Documentation
|
3671
|
+
#
|
3672
|
+
class ExternalEvaluation < Struct.new(
|
3673
|
+
:compliance_resource_type,
|
3674
|
+
:compliance_resource_id,
|
3675
|
+
:compliance_type,
|
3676
|
+
:annotation,
|
3677
|
+
:ordering_timestamp)
|
3678
|
+
SENSITIVE = []
|
3679
|
+
include Aws::Structure
|
3680
|
+
end
|
3681
|
+
|
3594
3682
|
# List of each of the failed delete remediation exceptions with specific
|
3595
3683
|
# reasons.
|
3596
3684
|
#
|
@@ -3832,7 +3920,7 @@ module Aws::ConfigService
|
|
3832
3920
|
# {
|
3833
3921
|
# configuration_aggregator_name: "ConfigurationAggregatorName", # required
|
3834
3922
|
# filters: {
|
3835
|
-
# resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
3923
|
+
# resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
3836
3924
|
# account_id: "AccountId",
|
3837
3925
|
# region: "AwsRegion",
|
3838
3926
|
# },
|
@@ -3915,7 +4003,7 @@ module Aws::ConfigService
|
|
3915
4003
|
# source_account_id: "AccountId", # required
|
3916
4004
|
# source_region: "AwsRegion", # required
|
3917
4005
|
# resource_id: "ResourceId", # required
|
3918
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4006
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
3919
4007
|
# resource_name: "ResourceName",
|
3920
4008
|
# },
|
3921
4009
|
# }
|
@@ -4134,7 +4222,7 @@ module Aws::ConfigService
|
|
4134
4222
|
# conformance_pack_name: "ConformancePackName", # required
|
4135
4223
|
# filters: {
|
4136
4224
|
# config_rule_names: ["StringWithCharLimit64"],
|
4137
|
-
# compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
|
4225
|
+
# compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
|
4138
4226
|
# resource_type: "StringWithCharLimit256",
|
4139
4227
|
# resource_ids: ["StringWithCharLimit256"],
|
4140
4228
|
# },
|
@@ -4462,7 +4550,7 @@ module Aws::ConfigService
|
|
4462
4550
|
# data as a hash:
|
4463
4551
|
#
|
4464
4552
|
# {
|
4465
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4553
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4466
4554
|
# resource_id: "ResourceId", # required
|
4467
4555
|
# later_time: Time.now,
|
4468
4556
|
# earlier_time: Time.now,
|
@@ -4541,6 +4629,37 @@ module Aws::ConfigService
|
|
4541
4629
|
include Aws::Structure
|
4542
4630
|
end
|
4543
4631
|
|
4632
|
+
# @note When making an API call, you may pass GetStoredQueryRequest
|
4633
|
+
# data as a hash:
|
4634
|
+
#
|
4635
|
+
# {
|
4636
|
+
# query_name: "QueryName", # required
|
4637
|
+
# }
|
4638
|
+
#
|
4639
|
+
# @!attribute [rw] query_name
|
4640
|
+
# The name of the query.
|
4641
|
+
# @return [String]
|
4642
|
+
#
|
4643
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetStoredQueryRequest AWS API Documentation
|
4644
|
+
#
|
4645
|
+
class GetStoredQueryRequest < Struct.new(
|
4646
|
+
:query_name)
|
4647
|
+
SENSITIVE = []
|
4648
|
+
include Aws::Structure
|
4649
|
+
end
|
4650
|
+
|
4651
|
+
# @!attribute [rw] stored_query
|
4652
|
+
# Returns a `StoredQuery` object.
|
4653
|
+
# @return [Types::StoredQuery]
|
4654
|
+
#
|
4655
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetStoredQueryResponse AWS API Documentation
|
4656
|
+
#
|
4657
|
+
class GetStoredQueryResponse < Struct.new(
|
4658
|
+
:stored_query)
|
4659
|
+
SENSITIVE = []
|
4660
|
+
include Aws::Structure
|
4661
|
+
end
|
4662
|
+
|
4544
4663
|
# The count of resources that are grouped by the group name.
|
4545
4664
|
#
|
4546
4665
|
# @!attribute [rw] group_name
|
@@ -4659,6 +4778,12 @@ module Aws::ConfigService
|
|
4659
4778
|
#
|
4660
4779
|
class InvalidS3KeyPrefixException < Aws::EmptyStructure; end
|
4661
4780
|
|
4781
|
+
# The specified Amazon KMS Key ARN is not valid.
|
4782
|
+
#
|
4783
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/InvalidS3KmsKeyArnException AWS API Documentation
|
4784
|
+
#
|
4785
|
+
class InvalidS3KmsKeyArnException < Aws::EmptyStructure; end
|
4786
|
+
|
4662
4787
|
# The specified Amazon SNS topic does not exist.
|
4663
4788
|
#
|
4664
4789
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/InvalidSNSTopicARNException AWS API Documentation
|
@@ -4695,7 +4820,7 @@ module Aws::ConfigService
|
|
4695
4820
|
#
|
4696
4821
|
# {
|
4697
4822
|
# configuration_aggregator_name: "ConfigurationAggregatorName", # required
|
4698
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4823
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4699
4824
|
# filters: {
|
4700
4825
|
# account_id: "AccountId",
|
4701
4826
|
# resource_id: "ResourceId",
|
@@ -4721,8 +4846,8 @@ module Aws::ConfigService
|
|
4721
4846
|
#
|
4722
4847
|
# @!attribute [rw] limit
|
4723
4848
|
# The maximum number of resource identifiers returned on each page.
|
4724
|
-
#
|
4725
|
-
#
|
4849
|
+
# You cannot specify a number greater than 100. If you specify 0, AWS
|
4850
|
+
# Config uses the default.
|
4726
4851
|
# @return [Integer]
|
4727
4852
|
#
|
4728
4853
|
# @!attribute [rw] next_token
|
@@ -4764,7 +4889,7 @@ module Aws::ConfigService
|
|
4764
4889
|
# data as a hash:
|
4765
4890
|
#
|
4766
4891
|
# {
|
4767
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4892
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
4768
4893
|
# resource_ids: ["ResourceId"],
|
4769
4894
|
# resource_name: "ResourceName",
|
4770
4895
|
# limit: 1,
|
@@ -4839,6 +4964,54 @@ module Aws::ConfigService
|
|
4839
4964
|
include Aws::Structure
|
4840
4965
|
end
|
4841
4966
|
|
4967
|
+
# @note When making an API call, you may pass ListStoredQueriesRequest
|
4968
|
+
# data as a hash:
|
4969
|
+
#
|
4970
|
+
# {
|
4971
|
+
# next_token: "String",
|
4972
|
+
# max_results: 1,
|
4973
|
+
# }
|
4974
|
+
#
|
4975
|
+
# @!attribute [rw] next_token
|
4976
|
+
# The nextToken string returned in a previous request that you use to
|
4977
|
+
# request the next page of results in a paginated response.
|
4978
|
+
# @return [String]
|
4979
|
+
#
|
4980
|
+
# @!attribute [rw] max_results
|
4981
|
+
# The maximum number of results to be returned with a single call.
|
4982
|
+
# @return [Integer]
|
4983
|
+
#
|
4984
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListStoredQueriesRequest AWS API Documentation
|
4985
|
+
#
|
4986
|
+
class ListStoredQueriesRequest < Struct.new(
|
4987
|
+
:next_token,
|
4988
|
+
:max_results)
|
4989
|
+
SENSITIVE = []
|
4990
|
+
include Aws::Structure
|
4991
|
+
end
|
4992
|
+
|
4993
|
+
# @!attribute [rw] stored_query_metadata
|
4994
|
+
# A list of `StoredQueryMetadata` objects.
|
4995
|
+
# @return [Array<Types::StoredQueryMetadata>]
|
4996
|
+
#
|
4997
|
+
# @!attribute [rw] next_token
|
4998
|
+
# If the previous paginated request didn't return all of the
|
4999
|
+
# remaining results, the response object's `NextToken` parameter
|
5000
|
+
# value is set to a token. To retrieve the next set of results, call
|
5001
|
+
# this action again and assign that token to the request object's
|
5002
|
+
# `NextToken` parameter. If there are no remaining results, the
|
5003
|
+
# previous response object's `NextToken` parameter is set to `null`.
|
5004
|
+
# @return [String]
|
5005
|
+
#
|
5006
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ListStoredQueriesResponse AWS API Documentation
|
5007
|
+
#
|
5008
|
+
class ListStoredQueriesResponse < Struct.new(
|
5009
|
+
:stored_query_metadata,
|
5010
|
+
:next_token)
|
5011
|
+
SENSITIVE = []
|
5012
|
+
include Aws::Structure
|
5013
|
+
end
|
5014
|
+
|
4842
5015
|
# @note When making an API call, you may pass ListTagsForResourceRequest
|
4843
5016
|
# data as a hash:
|
4844
5017
|
#
|
@@ -5132,11 +5305,29 @@ module Aws::ConfigService
|
|
5132
5305
|
#
|
5133
5306
|
class NoSuchRetentionConfigurationException < Aws::EmptyStructure; end
|
5134
5307
|
|
5135
|
-
# For
|
5136
|
-
#
|
5308
|
+
# For `PutConfigurationAggregator` API, you can see this exception for
|
5309
|
+
# the following reasons:
|
5310
|
+
#
|
5311
|
+
# * No permission to call `EnableAWSServiceAccess` API
|
5312
|
+
#
|
5313
|
+
# * The configuration aggregator cannot be updated because your AWS
|
5314
|
+
# Organization management account or the delegated administrator role
|
5315
|
+
# changed. Delete this aggregator and create a new one with the
|
5316
|
+
# current AWS Organization.
|
5317
|
+
#
|
5318
|
+
# * The configuration aggregator is associated with a previous AWS
|
5319
|
+
# Organization and AWS Config cannot aggregate data with current AWS
|
5320
|
+
# Organization. Delete this aggregator and create a new one with the
|
5321
|
+
# current AWS Organization.
|
5137
5322
|
#
|
5138
|
-
#
|
5139
|
-
#
|
5323
|
+
# * You are not a registered delegated administrator for AWS Config with
|
5324
|
+
# permissions to call `ListDelegatedAdministrators` API. Ensure that
|
5325
|
+
# the management account registers delagated administrator for AWS
|
5326
|
+
# Config service principle name before the delegated administrator
|
5327
|
+
# creates an aggregator.
|
5328
|
+
#
|
5329
|
+
# For all `OrganizationConfigRule` and `OrganizationConformancePack`
|
5330
|
+
# APIs, AWS Config throws an exception if APIs are called from member
|
5140
5331
|
# accounts. All APIs must be called from organization master account.
|
5141
5332
|
#
|
5142
5333
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/OrganizationAccessDeniedException AWS API Documentation
|
@@ -5312,13 +5503,19 @@ module Aws::ConfigService
|
|
5312
5503
|
# @return [String]
|
5313
5504
|
#
|
5314
5505
|
# @!attribute [rw] delivery_s3_bucket
|
5315
|
-
#
|
5316
|
-
#
|
5317
|
-
#
|
5506
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
5507
|
+
#
|
5508
|
+
# <note markdown="1"> This field is optional.
|
5509
|
+
#
|
5510
|
+
# </note>
|
5318
5511
|
# @return [String]
|
5319
5512
|
#
|
5320
5513
|
# @!attribute [rw] delivery_s3_key_prefix
|
5321
5514
|
# Any folder structure you want to add to an Amazon S3 bucket.
|
5515
|
+
#
|
5516
|
+
# <note markdown="1"> This field is optional.
|
5517
|
+
#
|
5518
|
+
# </note>
|
5322
5519
|
# @return [String]
|
5323
5520
|
#
|
5324
5521
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -5966,7 +6163,7 @@ module Aws::ConfigService
|
|
5966
6163
|
# recording_group: {
|
5967
6164
|
# all_supported: false,
|
5968
6165
|
# include_global_resource_types: false,
|
5969
|
-
# resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
6166
|
+
# resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
5970
6167
|
# },
|
5971
6168
|
# },
|
5972
6169
|
# }
|
@@ -6028,12 +6225,19 @@ module Aws::ConfigService
|
|
6028
6225
|
# @return [String]
|
6029
6226
|
#
|
6030
6227
|
# @!attribute [rw] delivery_s3_bucket
|
6031
|
-
# AWS Config stores
|
6032
|
-
#
|
6228
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
6229
|
+
#
|
6230
|
+
# <note markdown="1"> This field is optional.
|
6231
|
+
#
|
6232
|
+
# </note>
|
6033
6233
|
# @return [String]
|
6034
6234
|
#
|
6035
6235
|
# @!attribute [rw] delivery_s3_key_prefix
|
6036
6236
|
# The prefix for the Amazon S3 bucket.
|
6237
|
+
#
|
6238
|
+
# <note markdown="1"> This field is optional.
|
6239
|
+
#
|
6240
|
+
# </note>
|
6037
6241
|
# @return [String]
|
6038
6242
|
#
|
6039
6243
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -6075,6 +6279,7 @@ module Aws::ConfigService
|
|
6075
6279
|
# name: "ChannelName",
|
6076
6280
|
# s3_bucket_name: "String",
|
6077
6281
|
# s3_key_prefix: "String",
|
6282
|
+
# s3_kms_key_arn: "String",
|
6078
6283
|
# sns_topic_arn: "String",
|
6079
6284
|
# config_snapshot_delivery_properties: {
|
6080
6285
|
# delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
|
@@ -6160,6 +6365,42 @@ module Aws::ConfigService
|
|
6160
6365
|
include Aws::Structure
|
6161
6366
|
end
|
6162
6367
|
|
6368
|
+
# @note When making an API call, you may pass PutExternalEvaluationRequest
|
6369
|
+
# data as a hash:
|
6370
|
+
#
|
6371
|
+
# {
|
6372
|
+
# config_rule_name: "ConfigRuleName", # required
|
6373
|
+
# external_evaluation: { # required
|
6374
|
+
# compliance_resource_type: "StringWithCharLimit256", # required
|
6375
|
+
# compliance_resource_id: "BaseResourceId", # required
|
6376
|
+
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
6377
|
+
# annotation: "StringWithCharLimit256",
|
6378
|
+
# ordering_timestamp: Time.now, # required
|
6379
|
+
# },
|
6380
|
+
# }
|
6381
|
+
#
|
6382
|
+
# @!attribute [rw] config_rule_name
|
6383
|
+
# The name of the AWS Config rule.
|
6384
|
+
# @return [String]
|
6385
|
+
#
|
6386
|
+
# @!attribute [rw] external_evaluation
|
6387
|
+
# An `ExternalEvaluation` object that provides details about
|
6388
|
+
# compliance.
|
6389
|
+
# @return [Types::ExternalEvaluation]
|
6390
|
+
#
|
6391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluationRequest AWS API Documentation
|
6392
|
+
#
|
6393
|
+
class PutExternalEvaluationRequest < Struct.new(
|
6394
|
+
:config_rule_name,
|
6395
|
+
:external_evaluation)
|
6396
|
+
SENSITIVE = []
|
6397
|
+
include Aws::Structure
|
6398
|
+
end
|
6399
|
+
|
6400
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutExternalEvaluationResponse AWS API Documentation
|
6401
|
+
#
|
6402
|
+
class PutExternalEvaluationResponse < Aws::EmptyStructure; end
|
6403
|
+
|
6163
6404
|
# @note When making an API call, you may pass PutOrganizationConfigRuleRequest
|
6164
6405
|
# data as a hash:
|
6165
6406
|
#
|
@@ -6267,22 +6508,19 @@ module Aws::ConfigService
|
|
6267
6508
|
# @return [String]
|
6268
6509
|
#
|
6269
6510
|
# @!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].
|
6511
|
+
# Amazon S3 bucket where AWS Config stores conformance pack templates.
|
6278
6512
|
#
|
6513
|
+
# <note markdown="1"> This field is optional.
|
6279
6514
|
#
|
6280
|
-
#
|
6281
|
-
# [1]: https://docs.aws.amazon.com/config/latest/developerguide/conformance-pack-organization-apis.html
|
6515
|
+
# </note>
|
6282
6516
|
# @return [String]
|
6283
6517
|
#
|
6284
6518
|
# @!attribute [rw] delivery_s3_key_prefix
|
6285
6519
|
# The prefix for the Amazon S3 bucket.
|
6520
|
+
#
|
6521
|
+
# <note markdown="1"> This field is optional.
|
6522
|
+
#
|
6523
|
+
# </note>
|
6286
6524
|
# @return [String]
|
6287
6525
|
#
|
6288
6526
|
# @!attribute [rw] conformance_pack_input_parameters
|
@@ -6538,6 +6776,62 @@ module Aws::ConfigService
|
|
6538
6776
|
include Aws::Structure
|
6539
6777
|
end
|
6540
6778
|
|
6779
|
+
# @note When making an API call, you may pass PutStoredQueryRequest
|
6780
|
+
# data as a hash:
|
6781
|
+
#
|
6782
|
+
# {
|
6783
|
+
# stored_query: { # required
|
6784
|
+
# query_id: "QueryId",
|
6785
|
+
# query_arn: "QueryArn",
|
6786
|
+
# query_name: "QueryName", # required
|
6787
|
+
# description: "QueryDescription",
|
6788
|
+
# expression: "QueryExpression",
|
6789
|
+
# },
|
6790
|
+
# tags: [
|
6791
|
+
# {
|
6792
|
+
# key: "TagKey",
|
6793
|
+
# value: "TagValue",
|
6794
|
+
# },
|
6795
|
+
# ],
|
6796
|
+
# }
|
6797
|
+
#
|
6798
|
+
# @!attribute [rw] stored_query
|
6799
|
+
# A list of `StoredQuery` objects. The mandatory fields are
|
6800
|
+
# `QueryName` and `Expression`.
|
6801
|
+
#
|
6802
|
+
# <note markdown="1"> When you are creating a query, you must provide a query name and an
|
6803
|
+
# expression. When you are updating a query, you must provide a query
|
6804
|
+
# name but updating the description is optional.
|
6805
|
+
#
|
6806
|
+
# </note>
|
6807
|
+
# @return [Types::StoredQuery]
|
6808
|
+
#
|
6809
|
+
# @!attribute [rw] tags
|
6810
|
+
# A list of `Tags` object.
|
6811
|
+
# @return [Array<Types::Tag>]
|
6812
|
+
#
|
6813
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutStoredQueryRequest AWS API Documentation
|
6814
|
+
#
|
6815
|
+
class PutStoredQueryRequest < Struct.new(
|
6816
|
+
:stored_query,
|
6817
|
+
:tags)
|
6818
|
+
SENSITIVE = []
|
6819
|
+
include Aws::Structure
|
6820
|
+
end
|
6821
|
+
|
6822
|
+
# @!attribute [rw] query_arn
|
6823
|
+
# Amazon Resource Name (ARN) of the query. For example,
|
6824
|
+
# arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
|
6825
|
+
# @return [String]
|
6826
|
+
#
|
6827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutStoredQueryResponse AWS API Documentation
|
6828
|
+
#
|
6829
|
+
class PutStoredQueryResponse < Struct.new(
|
6830
|
+
:query_arn)
|
6831
|
+
SENSITIVE = []
|
6832
|
+
include Aws::Structure
|
6833
|
+
end
|
6834
|
+
|
6541
6835
|
# Details about the query.
|
6542
6836
|
#
|
6543
6837
|
# @!attribute [rw] select_fields
|
@@ -6599,7 +6893,7 @@ module Aws::ConfigService
|
|
6599
6893
|
# {
|
6600
6894
|
# all_supported: false,
|
6601
6895
|
# include_global_resource_types: false,
|
6602
|
-
# resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
6896
|
+
# resource_types: ["AWS::EC2::CustomerGateway"], # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
6603
6897
|
# }
|
6604
6898
|
#
|
6605
6899
|
# @!attribute [rw] all_supported
|
@@ -6637,8 +6931,8 @@ module Aws::ConfigService
|
|
6637
6931
|
# which AWS Config records configuration changes (for example,
|
6638
6932
|
# `AWS::EC2::Instance` or `AWS::CloudTrail::Trail`).
|
6639
6933
|
#
|
6640
|
-
#
|
6641
|
-
#
|
6934
|
+
# To record all configuration changes, you must set the `allSupported`
|
6935
|
+
# option to `false`.
|
6642
6936
|
#
|
6643
6937
|
# If you set this option to `true`, when AWS Config adds support for a
|
6644
6938
|
# new type of resource, it will not record resources of that type
|
@@ -6771,7 +7065,7 @@ module Aws::ConfigService
|
|
6771
7065
|
# do not select a number, the default is 5.
|
6772
7066
|
#
|
6773
7067
|
# For example, if you specify MaximumAutomaticAttempts as 5 with
|
6774
|
-
#
|
7068
|
+
# RetryAttemptSeconds as 50 seconds, AWS Config will put a
|
6775
7069
|
# RemediationException on your behalf for the failing resource after
|
6776
7070
|
# the 5th failed attempt within 50 seconds.
|
6777
7071
|
# @return [Integer]
|
@@ -6780,7 +7074,7 @@ module Aws::ConfigService
|
|
6780
7074
|
# Maximum time in seconds that AWS Config runs auto-remediation. If
|
6781
7075
|
# you do not select a number, the default is 60 seconds.
|
6782
7076
|
#
|
6783
|
-
# For example, if you specify
|
7077
|
+
# For example, if you specify RetryAttemptSeconds as 50 seconds and
|
6784
7078
|
# MaximumAutomaticAttempts as 5, AWS Config will run auto-remediations
|
6785
7079
|
# 5 times within 50 seconds before throwing an exception.
|
6786
7080
|
# @return [Integer]
|
@@ -6987,6 +7281,20 @@ module Aws::ConfigService
|
|
6987
7281
|
include Aws::Structure
|
6988
7282
|
end
|
6989
7283
|
|
7284
|
+
# Two users are trying to modify the same query at the same time. Wait
|
7285
|
+
# for a moment and try again.
|
7286
|
+
#
|
7287
|
+
# @!attribute [rw] message
|
7288
|
+
# @return [String]
|
7289
|
+
#
|
7290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ResourceConcurrentModificationException AWS API Documentation
|
7291
|
+
#
|
7292
|
+
class ResourceConcurrentModificationException < Struct.new(
|
7293
|
+
:message)
|
7294
|
+
SENSITIVE = []
|
7295
|
+
include Aws::Structure
|
7296
|
+
end
|
7297
|
+
|
6990
7298
|
# An object that contains the resource type and the number of resources.
|
6991
7299
|
#
|
6992
7300
|
# @!attribute [rw] resource_type
|
@@ -7013,7 +7321,7 @@ module Aws::ConfigService
|
|
7013
7321
|
# data as a hash:
|
7014
7322
|
#
|
7015
7323
|
# {
|
7016
|
-
# resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
7324
|
+
# resource_type: "AWS::EC2::CustomerGateway", # accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
7017
7325
|
# account_id: "AccountId",
|
7018
7326
|
# region: "AwsRegion",
|
7019
7327
|
# }
|
@@ -7148,7 +7456,7 @@ module Aws::ConfigService
|
|
7148
7456
|
# data as a hash:
|
7149
7457
|
#
|
7150
7458
|
# {
|
7151
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
7459
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
7152
7460
|
# resource_id: "ResourceId", # required
|
7153
7461
|
# }
|
7154
7462
|
#
|
@@ -7621,7 +7929,7 @@ module Aws::ConfigService
|
|
7621
7929
|
# config_rule_name: "ConfigRuleName", # required
|
7622
7930
|
# resource_keys: [ # required
|
7623
7931
|
# {
|
7624
|
-
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
7932
|
+
# resource_type: "AWS::EC2::CustomerGateway", # required, accepts AWS::EC2::CustomerGateway, AWS::EC2::EIP, AWS::EC2::Host, AWS::EC2::Instance, AWS::EC2::InternetGateway, AWS::EC2::NetworkAcl, AWS::EC2::NetworkInterface, AWS::EC2::RouteTable, AWS::EC2::SecurityGroup, AWS::EC2::Subnet, AWS::CloudTrail::Trail, AWS::EC2::Volume, AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway, AWS::EC2::RegisteredHAInstance, AWS::EC2::NatGateway, AWS::EC2::EgressOnlyInternetGateway, AWS::EC2::VPCEndpoint, AWS::EC2::VPCEndpointService, AWS::EC2::FlowLog, AWS::EC2::VPCPeeringConnection, AWS::Elasticsearch::Domain, AWS::IAM::Group, AWS::IAM::Policy, AWS::IAM::Role, AWS::IAM::User, AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::ACM::Certificate, AWS::RDS::DBInstance, AWS::RDS::DBSubnetGroup, AWS::RDS::DBSecurityGroup, AWS::RDS::DBSnapshot, AWS::RDS::DBCluster, AWS::RDS::DBClusterSnapshot, AWS::RDS::EventSubscription, AWS::S3::Bucket, AWS::S3::AccountPublicAccessBlock, AWS::Redshift::Cluster, AWS::Redshift::ClusterSnapshot, AWS::Redshift::ClusterParameterGroup, AWS::Redshift::ClusterSecurityGroup, AWS::Redshift::ClusterSubnetGroup, AWS::Redshift::EventSubscription, AWS::SSM::ManagedInstanceInventory, AWS::CloudWatch::Alarm, AWS::CloudFormation::Stack, AWS::ElasticLoadBalancing::LoadBalancer, AWS::AutoScaling::AutoScalingGroup, AWS::AutoScaling::LaunchConfiguration, AWS::AutoScaling::ScalingPolicy, AWS::AutoScaling::ScheduledAction, AWS::DynamoDB::Table, AWS::CodeBuild::Project, AWS::WAF::RateBasedRule, AWS::WAF::Rule, AWS::WAF::RuleGroup, AWS::WAF::WebACL, AWS::WAFRegional::RateBasedRule, AWS::WAFRegional::Rule, AWS::WAFRegional::RuleGroup, AWS::WAFRegional::WebACL, AWS::CloudFront::Distribution, AWS::CloudFront::StreamingDistribution, AWS::Lambda::Function, AWS::NetworkFirewall::Firewall, AWS::NetworkFirewall::FirewallPolicy, AWS::NetworkFirewall::RuleGroup, AWS::ElasticBeanstalk::Application, AWS::ElasticBeanstalk::ApplicationVersion, AWS::ElasticBeanstalk::Environment, AWS::WAFv2::WebACL, AWS::WAFv2::RuleGroup, AWS::WAFv2::IPSet, AWS::WAFv2::RegexPatternSet, AWS::WAFv2::ManagedRuleSet, AWS::XRay::EncryptionConfig, AWS::SSM::AssociationCompliance, AWS::SSM::PatchCompliance, AWS::Shield::Protection, AWS::ShieldRegional::Protection, AWS::Config::ResourceCompliance, AWS::ApiGateway::Stage, AWS::ApiGateway::RestApi, AWS::ApiGatewayV2::Stage, AWS::ApiGatewayV2::Api, AWS::CodePipeline::Pipeline, AWS::ServiceCatalog::CloudFormationProvisionedProduct, AWS::ServiceCatalog::CloudFormationProduct, AWS::ServiceCatalog::Portfolio, AWS::SQS::Queue, AWS::KMS::Key, AWS::QLDB::Ledger, AWS::SecretsManager::Secret, AWS::SNS::Topic, AWS::SSM::FileData
|
7625
7933
|
# resource_id: "ResourceId", # required
|
7626
7934
|
# },
|
7627
7935
|
# ],
|
@@ -7774,6 +8082,87 @@ module Aws::ConfigService
|
|
7774
8082
|
include Aws::Structure
|
7775
8083
|
end
|
7776
8084
|
|
8085
|
+
# Provides the details of a stored query.
|
8086
|
+
#
|
8087
|
+
# @note When making an API call, you may pass StoredQuery
|
8088
|
+
# data as a hash:
|
8089
|
+
#
|
8090
|
+
# {
|
8091
|
+
# query_id: "QueryId",
|
8092
|
+
# query_arn: "QueryArn",
|
8093
|
+
# query_name: "QueryName", # required
|
8094
|
+
# description: "QueryDescription",
|
8095
|
+
# expression: "QueryExpression",
|
8096
|
+
# }
|
8097
|
+
#
|
8098
|
+
# @!attribute [rw] query_id
|
8099
|
+
# The ID of the query.
|
8100
|
+
# @return [String]
|
8101
|
+
#
|
8102
|
+
# @!attribute [rw] query_arn
|
8103
|
+
# Amazon Resource Name (ARN) of the query. For example,
|
8104
|
+
# arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
|
8105
|
+
# @return [String]
|
8106
|
+
#
|
8107
|
+
# @!attribute [rw] query_name
|
8108
|
+
# The name of the query.
|
8109
|
+
# @return [String]
|
8110
|
+
#
|
8111
|
+
# @!attribute [rw] description
|
8112
|
+
# A unique description for the query.
|
8113
|
+
# @return [String]
|
8114
|
+
#
|
8115
|
+
# @!attribute [rw] expression
|
8116
|
+
# The expression of the query. For example, `SELECT resourceId,
|
8117
|
+
# resourceType,
|
8118
|
+
# supplementaryConfiguration.BucketVersioningConfiguration.status
|
8119
|
+
# WHERE resourceType = 'AWS::S3::Bucket' AND
|
8120
|
+
# supplementaryConfiguration.BucketVersioningConfiguration.status =
|
8121
|
+
# 'Off'.`
|
8122
|
+
# @return [String]
|
8123
|
+
#
|
8124
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StoredQuery AWS API Documentation
|
8125
|
+
#
|
8126
|
+
class StoredQuery < Struct.new(
|
8127
|
+
:query_id,
|
8128
|
+
:query_arn,
|
8129
|
+
:query_name,
|
8130
|
+
:description,
|
8131
|
+
:expression)
|
8132
|
+
SENSITIVE = []
|
8133
|
+
include Aws::Structure
|
8134
|
+
end
|
8135
|
+
|
8136
|
+
# Returns details of a specific query.
|
8137
|
+
#
|
8138
|
+
# @!attribute [rw] query_id
|
8139
|
+
# The ID of the query.
|
8140
|
+
# @return [String]
|
8141
|
+
#
|
8142
|
+
# @!attribute [rw] query_arn
|
8143
|
+
# Amazon Resource Name (ARN) of the query. For example,
|
8144
|
+
# arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
|
8145
|
+
# @return [String]
|
8146
|
+
#
|
8147
|
+
# @!attribute [rw] query_name
|
8148
|
+
# The name of the query.
|
8149
|
+
# @return [String]
|
8150
|
+
#
|
8151
|
+
# @!attribute [rw] description
|
8152
|
+
# A unique description for the query.
|
8153
|
+
# @return [String]
|
8154
|
+
#
|
8155
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/StoredQueryMetadata AWS API Documentation
|
8156
|
+
#
|
8157
|
+
class StoredQueryMetadata < Struct.new(
|
8158
|
+
:query_id,
|
8159
|
+
:query_arn,
|
8160
|
+
:query_name,
|
8161
|
+
:description)
|
8162
|
+
SENSITIVE = []
|
8163
|
+
include Aws::Structure
|
8164
|
+
end
|
8165
|
+
|
7777
8166
|
# The tags for the resource. The metadata that you apply to a resource
|
7778
8167
|
# to help you categorize and organize them. Each tag consists of a key
|
7779
8168
|
# and an optional value, both of which you define. Tag keys can have a
|
@@ -7877,6 +8266,14 @@ module Aws::ConfigService
|
|
7877
8266
|
|
7878
8267
|
# The requested action is not valid.
|
7879
8268
|
#
|
8269
|
+
# For PutStoredQuery, you will see this exception if there are missing
|
8270
|
+
# required fields or if the input value fails the validation, or if you
|
8271
|
+
# are trying to create more than 300 queries.
|
8272
|
+
#
|
8273
|
+
# For GetStoredQuery, ListStoredQuery, and DeleteStoredQuery you will
|
8274
|
+
# see this exception if there are missing required fields or if the
|
8275
|
+
# input value fails the validation.
|
8276
|
+
#
|
7880
8277
|
# @see http://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/ValidationException AWS API Documentation
|
7881
8278
|
#
|
7882
8279
|
class ValidationException < Aws::EmptyStructure; end
|