aws-sdk-core 2.9.9 → 2.9.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/devicefarm/2015-06-23/api-2.json +72 -5
- data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +18 -0
- data/apis/kms/2014-11-01/examples-1.json +42 -0
- data/apis/route53domains/2014-05-15/api-2.json +2 -2
- data/apis/route53domains/2014-05-15/examples-1.json +5 -0
- data/apis/route53domains/2014-05-15/paginators-1.json +3 -4
- data/lib/aws-sdk-core/route53domains.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c029400162ad59e9869047f14ca5fdccdb0999a
|
4
|
+
data.tar.gz: 66e35880f24381b1c7279556cc93083fe9888c7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4ce38ce7362ba4db8c9b9802660921bac6c362bf48327ffde06a7179929f94b412859cacb1c1eec067f7440e9eb98ac878b8c5350018ce36c39bec6eaa56ed1
|
7
|
+
data.tar.gz: dfd1ca04e03de4f65fefd7c2c5cbaff0780b9f31409693313c2df468e97ccef1ecd4ceedc24a977b758d37e72dafdf634e61ab67a10d458c857a06989fe59344
|
@@ -462,6 +462,22 @@
|
|
462
462
|
{"shape":"ServiceAccountException"}
|
463
463
|
]
|
464
464
|
},
|
465
|
+
"ListOfferingPromotions":{
|
466
|
+
"name":"ListOfferingPromotions",
|
467
|
+
"http":{
|
468
|
+
"method":"POST",
|
469
|
+
"requestUri":"/"
|
470
|
+
},
|
471
|
+
"input":{"shape":"ListOfferingPromotionsRequest"},
|
472
|
+
"output":{"shape":"ListOfferingPromotionsResult"},
|
473
|
+
"errors":[
|
474
|
+
{"shape":"ArgumentException"},
|
475
|
+
{"shape":"NotFoundException"},
|
476
|
+
{"shape":"NotEligibleException"},
|
477
|
+
{"shape":"LimitExceededException"},
|
478
|
+
{"shape":"ServiceAccountException"}
|
479
|
+
]
|
480
|
+
},
|
465
481
|
"ListOfferingTransactions":{
|
466
482
|
"name":"ListOfferingTransactions",
|
467
483
|
"http":{
|
@@ -751,9 +767,12 @@
|
|
751
767
|
"unmeteredDevices":{"shape":"PurchasedDevicesMap"},
|
752
768
|
"unmeteredRemoteAccessDevices":{"shape":"PurchasedDevicesMap"},
|
753
769
|
"maxJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
|
770
|
+
"trialMinutes":{"shape":"TrialMinutes"},
|
771
|
+
"maxSlots":{"shape":"MaxSlotMap"},
|
754
772
|
"defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
|
755
773
|
}
|
756
774
|
},
|
775
|
+
"AccountsCleanup":{"type":"boolean"},
|
757
776
|
"AmazonResourceName":{
|
758
777
|
"type":"string",
|
759
778
|
"min":32
|
@@ -762,6 +781,7 @@
|
|
762
781
|
"type":"list",
|
763
782
|
"member":{"shape":"AmazonResourceName"}
|
764
783
|
},
|
784
|
+
"AppPackagesCleanup":{"type":"boolean"},
|
765
785
|
"ArgumentException":{
|
766
786
|
"type":"structure",
|
767
787
|
"members":{
|
@@ -1066,7 +1086,8 @@
|
|
1066
1086
|
"PLATFORM",
|
1067
1087
|
"FORM_FACTOR",
|
1068
1088
|
"MANUFACTURER",
|
1069
|
-
"REMOTE_ACCESS_ENABLED"
|
1089
|
+
"REMOTE_ACCESS_ENABLED",
|
1090
|
+
"APPIUM_VERSION"
|
1070
1091
|
]
|
1071
1092
|
},
|
1072
1093
|
"DeviceFormFactor":{
|
@@ -1132,7 +1153,9 @@
|
|
1132
1153
|
"ExecutionConfiguration":{
|
1133
1154
|
"type":"structure",
|
1134
1155
|
"members":{
|
1135
|
-
"jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
|
1156
|
+
"jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
|
1157
|
+
"accountsCleanup":{"shape":"AccountsCleanup"},
|
1158
|
+
"appPackagesCleanup":{"shape":"AppPackagesCleanup"}
|
1136
1159
|
}
|
1137
1160
|
},
|
1138
1161
|
"ExecutionResult":{
|
@@ -1183,7 +1206,8 @@
|
|
1183
1206
|
"members":{
|
1184
1207
|
"devicePoolArn":{"shape":"AmazonResourceName"},
|
1185
1208
|
"appArn":{"shape":"AmazonResourceName"},
|
1186
|
-
"testType":{"shape":"TestType"}
|
1209
|
+
"testType":{"shape":"TestType"},
|
1210
|
+
"test":{"shape":"ScheduleRunTest"}
|
1187
1211
|
}
|
1188
1212
|
},
|
1189
1213
|
"GetDevicePoolCompatibilityResult":{
|
@@ -1482,6 +1506,19 @@
|
|
1482
1506
|
"nextToken":{"shape":"PaginationToken"}
|
1483
1507
|
}
|
1484
1508
|
},
|
1509
|
+
"ListOfferingPromotionsRequest":{
|
1510
|
+
"type":"structure",
|
1511
|
+
"members":{
|
1512
|
+
"nextToken":{"shape":"PaginationToken"}
|
1513
|
+
}
|
1514
|
+
},
|
1515
|
+
"ListOfferingPromotionsResult":{
|
1516
|
+
"type":"structure",
|
1517
|
+
"members":{
|
1518
|
+
"offeringPromotions":{"shape":"OfferingPromotions"},
|
1519
|
+
"nextToken":{"shape":"PaginationToken"}
|
1520
|
+
}
|
1521
|
+
},
|
1485
1522
|
"ListOfferingTransactionsRequest":{
|
1486
1523
|
"type":"structure",
|
1487
1524
|
"members":{
|
@@ -1639,6 +1676,11 @@
|
|
1639
1676
|
}
|
1640
1677
|
},
|
1641
1678
|
"Long":{"type":"long"},
|
1679
|
+
"MaxSlotMap":{
|
1680
|
+
"type":"map",
|
1681
|
+
"key":{"shape":"String"},
|
1682
|
+
"value":{"shape":"Integer"}
|
1683
|
+
},
|
1642
1684
|
"Message":{
|
1643
1685
|
"type":"string",
|
1644
1686
|
"max":16384,
|
@@ -1717,6 +1759,21 @@
|
|
1717
1759
|
"type":"string",
|
1718
1760
|
"min":32
|
1719
1761
|
},
|
1762
|
+
"OfferingPromotion":{
|
1763
|
+
"type":"structure",
|
1764
|
+
"members":{
|
1765
|
+
"id":{"shape":"OfferingPromotionIdentifier"},
|
1766
|
+
"description":{"shape":"Message"}
|
1767
|
+
}
|
1768
|
+
},
|
1769
|
+
"OfferingPromotionIdentifier":{
|
1770
|
+
"type":"string",
|
1771
|
+
"min":4
|
1772
|
+
},
|
1773
|
+
"OfferingPromotions":{
|
1774
|
+
"type":"list",
|
1775
|
+
"member":{"shape":"OfferingPromotion"}
|
1776
|
+
},
|
1720
1777
|
"OfferingStatus":{
|
1721
1778
|
"type":"structure",
|
1722
1779
|
"members":{
|
@@ -1736,6 +1793,7 @@
|
|
1736
1793
|
"members":{
|
1737
1794
|
"offeringStatus":{"shape":"OfferingStatus"},
|
1738
1795
|
"transactionId":{"shape":"TransactionIdentifier"},
|
1796
|
+
"offeringPromotionId":{"shape":"OfferingPromotionIdentifier"},
|
1739
1797
|
"createdOn":{"shape":"DateTime"},
|
1740
1798
|
"cost":{"shape":"MonetaryAmount"}
|
1741
1799
|
}
|
@@ -1810,7 +1868,8 @@
|
|
1810
1868
|
"type":"structure",
|
1811
1869
|
"members":{
|
1812
1870
|
"offeringId":{"shape":"OfferingIdentifier"},
|
1813
|
-
"quantity":{"shape":"Integer"}
|
1871
|
+
"quantity":{"shape":"Integer"},
|
1872
|
+
"offeringPromotionId":{"shape":"OfferingPromotionIdentifier"}
|
1814
1873
|
}
|
1815
1874
|
},
|
1816
1875
|
"PurchaseOfferingResult":{
|
@@ -1904,7 +1963,8 @@
|
|
1904
1963
|
"LESS_THAN",
|
1905
1964
|
"GREATER_THAN",
|
1906
1965
|
"IN",
|
1907
|
-
"NOT_IN"
|
1966
|
+
"NOT_IN",
|
1967
|
+
"CONTAINS"
|
1908
1968
|
]
|
1909
1969
|
},
|
1910
1970
|
"Rules":{
|
@@ -2117,6 +2177,13 @@
|
|
2117
2177
|
"type":"string",
|
2118
2178
|
"min":32
|
2119
2179
|
},
|
2180
|
+
"TrialMinutes":{
|
2181
|
+
"type":"structure",
|
2182
|
+
"members":{
|
2183
|
+
"total":{"shape":"Double"},
|
2184
|
+
"remaining":{"shape":"Double"}
|
2185
|
+
}
|
2186
|
+
},
|
2120
2187
|
"URL":{
|
2121
2188
|
"type":"string",
|
2122
2189
|
"max":2048,
|
@@ -41,6 +41,24 @@
|
|
41
41
|
"expected": "LoadBalancerNotFound"
|
42
42
|
}
|
43
43
|
]
|
44
|
+
},
|
45
|
+
"LoadBalancersDeleted": {
|
46
|
+
"delay": 15,
|
47
|
+
"operation": "DescribeLoadBalancers",
|
48
|
+
"maxAttempts": 40,
|
49
|
+
"acceptors": [
|
50
|
+
{
|
51
|
+
"state": "retry",
|
52
|
+
"matcher": "pathAll",
|
53
|
+
"argument": "LoadBalancers[].State.Code",
|
54
|
+
"expected": "active"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"matcher": "error",
|
58
|
+
"expected": "LoadBalancerNotFound",
|
59
|
+
"state": "success"
|
60
|
+
}
|
61
|
+
]
|
44
62
|
}
|
45
63
|
}
|
46
64
|
}
|
@@ -824,6 +824,48 @@
|
|
824
824
|
"title": "To schedule a customer master key (CMK) for deletion"
|
825
825
|
}
|
826
826
|
],
|
827
|
+
"TagResource": [
|
828
|
+
{
|
829
|
+
"input": {
|
830
|
+
"KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
|
831
|
+
"Tags": [
|
832
|
+
{
|
833
|
+
"TagKey": "Purpose",
|
834
|
+
"TagValue": "Test"
|
835
|
+
}
|
836
|
+
]
|
837
|
+
},
|
838
|
+
"comments": {
|
839
|
+
"input": {
|
840
|
+
"KeyId": "The identifier of the CMK you are tagging. You can use the key ID or the Amazon Resource Name (ARN) of the CMK.",
|
841
|
+
"Tags": "A list of tags."
|
842
|
+
}
|
843
|
+
},
|
844
|
+
"description": "The following example tags a CMK.",
|
845
|
+
"id": "to-tag-a-cmk-1483997246518",
|
846
|
+
"title": "To tag a customer master key (CMK)"
|
847
|
+
}
|
848
|
+
],
|
849
|
+
"UntagResource": [
|
850
|
+
{
|
851
|
+
"input": {
|
852
|
+
"KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
|
853
|
+
"TagKeys": [
|
854
|
+
"Purpose",
|
855
|
+
"CostCenter"
|
856
|
+
]
|
857
|
+
},
|
858
|
+
"comments": {
|
859
|
+
"input": {
|
860
|
+
"KeyId": "The identifier of the CMK whose tags you are removing.",
|
861
|
+
"TagKeys": "A list of tag keys. Provide only the tag keys, not the tag values."
|
862
|
+
}
|
863
|
+
},
|
864
|
+
"description": "The following example removes tags from a CMK.",
|
865
|
+
"id": "to-remove-tags-from-a-cmk-1483997590962",
|
866
|
+
"title": "To remove tags from a customer master key (CMK)"
|
867
|
+
}
|
868
|
+
],
|
827
869
|
"UpdateAlias": [
|
828
870
|
{
|
829
871
|
"input": {
|
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"uid":"route53domains-2014-05-15",
|
5
4
|
"apiVersion":"2014-05-15",
|
6
5
|
"endpointPrefix":"route53domains",
|
7
6
|
"jsonVersion":"1.1",
|
8
7
|
"protocol":"json",
|
9
8
|
"serviceFullName":"Amazon Route 53 Domains",
|
10
9
|
"signatureVersion":"v4",
|
11
|
-
"targetPrefix":"Route53Domains_v20140515"
|
10
|
+
"targetPrefix":"Route53Domains_v20140515",
|
11
|
+
"uid":"route53domains-2014-05-15"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
14
|
"CheckDomainAvailability":{
|
@@ -1,17 +1,16 @@
|
|
1
1
|
{
|
2
|
-
"version": "1.0",
|
3
2
|
"pagination": {
|
4
3
|
"ListDomains": {
|
5
|
-
"limit_key": "MaxItems",
|
6
4
|
"input_token": "Marker",
|
5
|
+
"limit_key": "MaxItems",
|
7
6
|
"output_token": "NextPageMarker",
|
8
7
|
"result_key": "Domains"
|
9
8
|
},
|
10
9
|
"ListOperations": {
|
11
|
-
"limit_key": "MaxItems",
|
12
10
|
"input_token": "Marker",
|
11
|
+
"limit_key": "MaxItems",
|
13
12
|
"output_token": "NextPageMarker",
|
14
13
|
"result_key": "Operations"
|
15
14
|
}
|
16
15
|
}
|
17
|
-
}
|
16
|
+
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
Aws.add_service(:Route53Domains, {
|
2
2
|
api: "#{Aws::API_DIR}/route53domains/2014-05-15/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/route53domains/2014-05-15/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/route53domains/2014-05-15/examples-1.json",
|
4
5
|
paginators: "#{Aws::API_DIR}/route53domains/2014-05-15/paginators-1.json",
|
5
6
|
})
|
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.9.
|
4
|
+
version: 2.9.10
|
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-04-
|
11
|
+
date: 2017-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -340,6 +340,7 @@ files:
|
|
340
340
|
- apis/route53/2013-04-01/paginators-1.json
|
341
341
|
- apis/route53/2013-04-01/waiters-2.json
|
342
342
|
- apis/route53domains/2014-05-15/api-2.json
|
343
|
+
- apis/route53domains/2014-05-15/examples-1.json
|
343
344
|
- apis/route53domains/2014-05-15/paginators-1.json
|
344
345
|
- apis/runtime.lex/2016-11-28/api-2.json
|
345
346
|
- apis/runtime.lex/2016-11-28/examples-1.json
|