aws-sdk-core 2.11.314 → 2.11.315
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/config/2014-11-12/api-2.json +14 -4
- data/apis/dms/2016-01-01/api-2.json +11 -3
- data/lib/aws-sdk-core/plugins/sqs_md5s.rb +3 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56e1b50bc103affbb18e8c9c96842ed62aa70d6e
|
4
|
+
data.tar.gz: bcbb4dce8ec7bc95e1e5330946e1c6a33b1d4a2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62ff69ea974c80a2df4d31984c783db4d62e99b7e65088ce21c8fde00f6a2bb70212cb93a4199ae99cf38ad7ada191459e7b8394a1f533a6a2bbde451d9c16d9
|
7
|
+
data.tar.gz: 1935b6e7b2b314dd3cee7923c5c0b59ab4d0f9000eab968cafd64119387629d6b6a47b9bc50dcb546c5976a29be66bf7684da6afdf92da3de5d3df2ae7c814f8
|
@@ -118,7 +118,8 @@
|
|
118
118
|
"input":{"shape":"DeleteOrganizationConfigRuleRequest"},
|
119
119
|
"errors":[
|
120
120
|
{"shape":"NoSuchOrganizationConfigRuleException"},
|
121
|
-
{"shape":"ResourceInUseException"}
|
121
|
+
{"shape":"ResourceInUseException"},
|
122
|
+
{"shape":"OrganizationAccessDeniedException"}
|
122
123
|
]
|
123
124
|
},
|
124
125
|
"DeletePendingAggregationRequest":{
|
@@ -343,7 +344,8 @@
|
|
343
344
|
"errors":[
|
344
345
|
{"shape":"NoSuchOrganizationConfigRuleException"},
|
345
346
|
{"shape":"InvalidLimitException"},
|
346
|
-
{"shape":"InvalidNextTokenException"}
|
347
|
+
{"shape":"InvalidNextTokenException"},
|
348
|
+
{"shape":"OrganizationAccessDeniedException"}
|
347
349
|
]
|
348
350
|
},
|
349
351
|
"DescribeOrganizationConfigRules":{
|
@@ -357,7 +359,8 @@
|
|
357
359
|
"errors":[
|
358
360
|
{"shape":"NoSuchOrganizationConfigRuleException"},
|
359
361
|
{"shape":"InvalidNextTokenException"},
|
360
|
-
{"shape":"InvalidLimitException"}
|
362
|
+
{"shape":"InvalidLimitException"},
|
363
|
+
{"shape":"OrganizationAccessDeniedException"}
|
361
364
|
]
|
362
365
|
},
|
363
366
|
"DescribePendingAggregationRequests":{
|
@@ -540,7 +543,8 @@
|
|
540
543
|
"errors":[
|
541
544
|
{"shape":"NoSuchOrganizationConfigRuleException"},
|
542
545
|
{"shape":"InvalidLimitException"},
|
543
|
-
{"shape":"InvalidNextTokenException"}
|
546
|
+
{"shape":"InvalidNextTokenException"},
|
547
|
+
{"shape":"OrganizationAccessDeniedException"}
|
544
548
|
]
|
545
549
|
},
|
546
550
|
"GetResourceConfigHistory":{
|
@@ -2273,6 +2277,9 @@
|
|
2273
2277
|
"CREATE_SUCCESSFUL",
|
2274
2278
|
"CREATE_IN_PROGRESS",
|
2275
2279
|
"CREATE_FAILED",
|
2280
|
+
"UPDATE_SUCCESSFUL",
|
2281
|
+
"UPDATE_FAILED",
|
2282
|
+
"UPDATE_IN_PROGRESS",
|
2276
2283
|
"DELETE_SUCCESSFUL",
|
2277
2284
|
"DELETE_FAILED",
|
2278
2285
|
"DELETE_IN_PROGRESS"
|
@@ -2496,6 +2503,9 @@
|
|
2496
2503
|
"CREATE_SUCCESSFUL",
|
2497
2504
|
"CREATE_IN_PROGRESS",
|
2498
2505
|
"CREATE_FAILED",
|
2506
|
+
"UPDATE_SUCCESSFUL",
|
2507
|
+
"UPDATE_FAILED",
|
2508
|
+
"UPDATE_IN_PROGRESS",
|
2499
2509
|
"DELETE_SUCCESSFUL",
|
2500
2510
|
"DELETE_FAILED",
|
2501
2511
|
"DELETE_IN_PROGRESS"
|
@@ -988,7 +988,8 @@
|
|
988
988
|
"DescribeAccountAttributesResponse":{
|
989
989
|
"type":"structure",
|
990
990
|
"members":{
|
991
|
-
"AccountQuotas":{"shape":"AccountQuotaList"}
|
991
|
+
"AccountQuotas":{"shape":"AccountQuotaList"},
|
992
|
+
"UniqueAccountIdentifier":{"shape":"String"}
|
992
993
|
}
|
993
994
|
},
|
994
995
|
"DescribeCertificatesMessage":{
|
@@ -1679,7 +1680,8 @@
|
|
1679
1680
|
"MaxAllocatedStorage":{"shape":"Integer"},
|
1680
1681
|
"DefaultAllocatedStorage":{"shape":"Integer"},
|
1681
1682
|
"IncludedAllocatedStorage":{"shape":"Integer"},
|
1682
|
-
"AvailabilityZones":{"shape":"AvailabilityZonesList"}
|
1683
|
+
"AvailabilityZones":{"shape":"AvailabilityZonesList"},
|
1684
|
+
"ReleaseStatus":{"shape":"ReleaseStatusValues"}
|
1683
1685
|
}
|
1684
1686
|
},
|
1685
1687
|
"OrderableReplicationInstanceList":{
|
@@ -1791,6 +1793,10 @@
|
|
1791
1793
|
"refreshing"
|
1792
1794
|
]
|
1793
1795
|
},
|
1796
|
+
"ReleaseStatusValues":{
|
1797
|
+
"type":"string",
|
1798
|
+
"enum":["beta"]
|
1799
|
+
},
|
1794
1800
|
"ReloadOptionValue":{
|
1795
1801
|
"type":"string",
|
1796
1802
|
"enum":[
|
@@ -2029,7 +2035,9 @@
|
|
2029
2035
|
"DataPageSize":{"shape":"IntegerOptional"},
|
2030
2036
|
"ParquetVersion":{"shape":"ParquetVersionValue"},
|
2031
2037
|
"EnableStatistics":{"shape":"BooleanOptional"},
|
2032
|
-
"
|
2038
|
+
"IncludeOpForFullLoad":{"shape":"BooleanOptional"},
|
2039
|
+
"CdcInsertsOnly":{"shape":"BooleanOptional"},
|
2040
|
+
"TimestampColumnName":{"shape":"String"}
|
2033
2041
|
}
|
2034
2042
|
},
|
2035
2043
|
"SNSInvalidTopicFault":{
|
@@ -56,7 +56,9 @@ module Aws
|
|
56
56
|
|
57
57
|
def validate_single_message(body, attributes, response)
|
58
58
|
validate_body(body, response)
|
59
|
-
|
59
|
+
unless attributes.nil? || attributes.empty?
|
60
|
+
validate_attributes(attributes, response)
|
61
|
+
end
|
60
62
|
end
|
61
63
|
|
62
64
|
def validate_body(body, response)
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.315
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|