aws-sdk-configservice 1.0.0.rc14 → 1.0.0.rc15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90e79093dd8924072333df520fa598ba346620da
|
4
|
+
data.tar.gz: e083c58c5994a577e7de44c3d92cca61a5a9f713
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94b67ba72399baf247850f6260957011cccfd2f306af32d13c0ee0df6d1ca8da3cb43f9e89f92009332ef6a9ee5386ff3cbb538039cddad586468de0e18b7134
|
7
|
+
data.tar.gz: 9bebb33b696feede490fe578c2e1fb5020552b894512db579aa3d669f45f51d97078879e8edd320acb1b8425167dfe7d1323dbea55b779b2a3c0a3e3c15c923c
|
@@ -444,7 +444,7 @@ module Aws::ConfigService
|
|
444
444
|
#
|
445
445
|
# resp = client.describe_compliance_by_resource({
|
446
446
|
# resource_type: "StringWithCharLimit256",
|
447
|
-
# resource_id: "
|
447
|
+
# resource_id: "BaseResourceId",
|
448
448
|
# compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
449
449
|
# limit: 1,
|
450
450
|
# next_token: "NextToken",
|
@@ -859,7 +859,7 @@ module Aws::ConfigService
|
|
859
859
|
#
|
860
860
|
# resp = client.get_compliance_details_by_resource({
|
861
861
|
# resource_type: "StringWithCharLimit256", # required
|
862
|
-
# resource_id: "
|
862
|
+
# resource_id: "BaseResourceId", # required
|
863
863
|
# compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
864
864
|
# next_token: "String",
|
865
865
|
# })
|
@@ -1292,7 +1292,7 @@ module Aws::ConfigService
|
|
1292
1292
|
# compliance_resource_types: ["StringWithCharLimit256"],
|
1293
1293
|
# tag_key: "StringWithCharLimit128",
|
1294
1294
|
# tag_value: "StringWithCharLimit256",
|
1295
|
-
# compliance_resource_id: "
|
1295
|
+
# compliance_resource_id: "BaseResourceId",
|
1296
1296
|
# },
|
1297
1297
|
# source: { # required
|
1298
1298
|
# owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
|
@@ -1446,7 +1446,7 @@ module Aws::ConfigService
|
|
1446
1446
|
# evaluations: [
|
1447
1447
|
# {
|
1448
1448
|
# compliance_resource_type: "StringWithCharLimit256", # required
|
1449
|
-
# compliance_resource_id: "
|
1449
|
+
# compliance_resource_id: "BaseResourceId", # required
|
1450
1450
|
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
1451
1451
|
# annotation: "StringWithCharLimit256",
|
1452
1452
|
# ordering_timestamp: Time.now, # required
|
@@ -1597,7 +1597,7 @@ module Aws::ConfigService
|
|
1597
1597
|
params: params,
|
1598
1598
|
config: config)
|
1599
1599
|
context[:gem_name] = 'aws-sdk-configservice'
|
1600
|
-
context[:gem_version] = '1.0.0.
|
1600
|
+
context[:gem_version] = '1.0.0.rc15'
|
1601
1601
|
Seahorse::Client::Request.new(handlers, context)
|
1602
1602
|
end
|
1603
1603
|
|
@@ -16,6 +16,7 @@ module Aws::ConfigService
|
|
16
16
|
AllSupported = Shapes::BooleanShape.new(name: 'AllSupported')
|
17
17
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
18
18
|
AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
|
19
|
+
BaseResourceId = Shapes::StringShape.new(name: 'BaseResourceId')
|
19
20
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
20
21
|
ChannelName = Shapes::StringShape.new(name: 'ChannelName')
|
21
22
|
ChronologicalOrder = Shapes::StringShape.new(name: 'ChronologicalOrder')
|
@@ -201,7 +202,7 @@ module Aws::ConfigService
|
|
201
202
|
ComplianceByConfigRules.member = Shapes::ShapeRef.new(shape: ComplianceByConfigRule)
|
202
203
|
|
203
204
|
ComplianceByResource.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
|
204
|
-
ComplianceByResource.add_member(:resource_id, Shapes::ShapeRef.new(shape:
|
205
|
+
ComplianceByResource.add_member(:resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ResourceId"))
|
205
206
|
ComplianceByResource.add_member(:compliance, Shapes::ShapeRef.new(shape: Compliance, location_name: "Compliance"))
|
206
207
|
ComplianceByResource.struct_class = Types::ComplianceByResource
|
207
208
|
|
@@ -365,7 +366,7 @@ module Aws::ConfigService
|
|
365
366
|
DescribeComplianceByConfigRuleResponse.struct_class = Types::DescribeComplianceByConfigRuleResponse
|
366
367
|
|
367
368
|
DescribeComplianceByResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
|
368
|
-
DescribeComplianceByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape:
|
369
|
+
DescribeComplianceByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ResourceId"))
|
369
370
|
DescribeComplianceByResourceRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
|
370
371
|
DescribeComplianceByResourceRequest.add_member(:limit, Shapes::ShapeRef.new(shape: Limit, location_name: "Limit"))
|
371
372
|
DescribeComplianceByResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -417,7 +418,7 @@ module Aws::ConfigService
|
|
417
418
|
DescribeDeliveryChannelsResponse.struct_class = Types::DescribeDeliveryChannelsResponse
|
418
419
|
|
419
420
|
Evaluation.add_member(:compliance_resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ComplianceResourceType"))
|
420
|
-
Evaluation.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape:
|
421
|
+
Evaluation.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, required: true, location_name: "ComplianceResourceId"))
|
421
422
|
Evaluation.add_member(:compliance_type, Shapes::ShapeRef.new(shape: ComplianceType, required: true, location_name: "ComplianceType"))
|
422
423
|
Evaluation.add_member(:annotation, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "Annotation"))
|
423
424
|
Evaluation.add_member(:ordering_timestamp, Shapes::ShapeRef.new(shape: OrderingTimestamp, required: true, location_name: "OrderingTimestamp"))
|
@@ -437,7 +438,7 @@ module Aws::ConfigService
|
|
437
438
|
|
438
439
|
EvaluationResultQualifier.add_member(:config_rule_name, Shapes::ShapeRef.new(shape: StringWithCharLimit64, location_name: "ConfigRuleName"))
|
439
440
|
EvaluationResultQualifier.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "ResourceType"))
|
440
|
-
EvaluationResultQualifier.add_member(:resource_id, Shapes::ShapeRef.new(shape:
|
441
|
+
EvaluationResultQualifier.add_member(:resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ResourceId"))
|
441
442
|
EvaluationResultQualifier.struct_class = Types::EvaluationResultQualifier
|
442
443
|
|
443
444
|
EvaluationResults.member = Shapes::ShapeRef.new(shape: EvaluationResult)
|
@@ -455,7 +456,7 @@ module Aws::ConfigService
|
|
455
456
|
GetComplianceDetailsByConfigRuleResponse.struct_class = Types::GetComplianceDetailsByConfigRuleResponse
|
456
457
|
|
457
458
|
GetComplianceDetailsByResourceRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: StringWithCharLimit256, required: true, location_name: "ResourceType"))
|
458
|
-
GetComplianceDetailsByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape:
|
459
|
+
GetComplianceDetailsByResourceRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, required: true, location_name: "ResourceId"))
|
459
460
|
GetComplianceDetailsByResourceRequest.add_member(:compliance_types, Shapes::ShapeRef.new(shape: ComplianceTypes, location_name: "ComplianceTypes"))
|
460
461
|
GetComplianceDetailsByResourceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
461
462
|
GetComplianceDetailsByResourceRequest.struct_class = Types::GetComplianceDetailsByResourceRequest
|
@@ -565,7 +566,7 @@ module Aws::ConfigService
|
|
565
566
|
Scope.add_member(:compliance_resource_types, Shapes::ShapeRef.new(shape: ComplianceResourceTypes, location_name: "ComplianceResourceTypes"))
|
566
567
|
Scope.add_member(:tag_key, Shapes::ShapeRef.new(shape: StringWithCharLimit128, location_name: "TagKey"))
|
567
568
|
Scope.add_member(:tag_value, Shapes::ShapeRef.new(shape: StringWithCharLimit256, location_name: "TagValue"))
|
568
|
-
Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape:
|
569
|
+
Scope.add_member(:compliance_resource_id, Shapes::ShapeRef.new(shape: BaseResourceId, location_name: "ComplianceResourceId"))
|
569
570
|
Scope.struct_class = Types::Scope
|
570
571
|
|
571
572
|
Source.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, required: true, location_name: "Owner"))
|
@@ -231,7 +231,7 @@ module Aws::ConfigService
|
|
231
231
|
# compliance_resource_types: ["StringWithCharLimit256"],
|
232
232
|
# tag_key: "StringWithCharLimit128",
|
233
233
|
# tag_value: "StringWithCharLimit256",
|
234
|
-
# compliance_resource_id: "
|
234
|
+
# compliance_resource_id: "BaseResourceId",
|
235
235
|
# },
|
236
236
|
# source: { # required
|
237
237
|
# owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
|
@@ -1010,7 +1010,7 @@ module Aws::ConfigService
|
|
1010
1010
|
#
|
1011
1011
|
# {
|
1012
1012
|
# resource_type: "StringWithCharLimit256",
|
1013
|
-
# resource_id: "
|
1013
|
+
# resource_id: "BaseResourceId",
|
1014
1014
|
# compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
1015
1015
|
# limit: 1,
|
1016
1016
|
# next_token: "NextToken",
|
@@ -1325,7 +1325,7 @@ module Aws::ConfigService
|
|
1325
1325
|
#
|
1326
1326
|
# {
|
1327
1327
|
# compliance_resource_type: "StringWithCharLimit256", # required
|
1328
|
-
# compliance_resource_id: "
|
1328
|
+
# compliance_resource_id: "BaseResourceId", # required
|
1329
1329
|
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
1330
1330
|
# annotation: "StringWithCharLimit256",
|
1331
1331
|
# ordering_timestamp: Time.now, # required
|
@@ -1541,7 +1541,7 @@ module Aws::ConfigService
|
|
1541
1541
|
#
|
1542
1542
|
# {
|
1543
1543
|
# resource_type: "StringWithCharLimit256", # required
|
1544
|
-
# resource_id: "
|
1544
|
+
# resource_id: "BaseResourceId", # required
|
1545
1545
|
# compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
1546
1546
|
# next_token: "String",
|
1547
1547
|
# }
|
@@ -1904,7 +1904,7 @@ module Aws::ConfigService
|
|
1904
1904
|
# compliance_resource_types: ["StringWithCharLimit256"],
|
1905
1905
|
# tag_key: "StringWithCharLimit128",
|
1906
1906
|
# tag_value: "StringWithCharLimit256",
|
1907
|
-
# compliance_resource_id: "
|
1907
|
+
# compliance_resource_id: "BaseResourceId",
|
1908
1908
|
# },
|
1909
1909
|
# source: { # required
|
1910
1910
|
# owner: "CUSTOM_LAMBDA", # required, accepts CUSTOM_LAMBDA, AWS
|
@@ -2000,7 +2000,7 @@ module Aws::ConfigService
|
|
2000
2000
|
# evaluations: [
|
2001
2001
|
# {
|
2002
2002
|
# compliance_resource_type: "StringWithCharLimit256", # required
|
2003
|
-
# compliance_resource_id: "
|
2003
|
+
# compliance_resource_id: "BaseResourceId", # required
|
2004
2004
|
# compliance_type: "COMPLIANT", # required, accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
|
2005
2005
|
# annotation: "StringWithCharLimit256",
|
2006
2006
|
# ordering_timestamp: Time.now, # required
|
@@ -2255,7 +2255,7 @@ module Aws::ConfigService
|
|
2255
2255
|
# compliance_resource_types: ["StringWithCharLimit256"],
|
2256
2256
|
# tag_key: "StringWithCharLimit128",
|
2257
2257
|
# tag_value: "StringWithCharLimit256",
|
2258
|
-
# compliance_resource_id: "
|
2258
|
+
# compliance_resource_id: "BaseResourceId",
|
2259
2259
|
# }
|
2260
2260
|
#
|
2261
2261
|
# @!attribute [rw] compliance_resource_types
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-configservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|