aws-sdk-core 2.6.23 → 2.6.24
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/apis/apigateway/2015-07-09/api-2.json +30 -13
- data/apis/autoscaling/2011-01-01/resources-1.json +12 -1
- data/apis/meteringmarketplace/2016-01-14/api-2.json +135 -0
- data/apis/monitoring/2010-08-01/api-2.json +26 -6
- data/apis/sqs/2012-11-05/api-2.json +73 -38
- data/apis/sqs/2012-11-05/examples-1.json +0 -613
- data/apis/sqs/2012-11-05/resources-1.json +232 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/credential_provider_chain.rb +3 -3
- data/lib/aws-sdk-core/plugins/request_signer.rb +4 -0
- data/lib/aws-sdk-core/rest/request/endpoint.rb +10 -65
- data/lib/aws-sdk-core/rest/request/querystring_builder.rb +90 -0
- data/lib/aws-sdk-core/sqs.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/seahorse/client/net_http/connection_pool.rb +11 -7
- data/lib/seahorse/client/response.rb +9 -20
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 288e127ef0bc8b17b9a1d85e08764363d9690770
|
4
|
+
data.tar.gz: a6fdc5256431d618002ad1571ae30e287857ce94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db7d7c61b46066e207a1257f746f6ebb1dfa143b4c646673bf2072c3f62afe4702a4519c451f0124c7650296a6eef54af252a832dcb9cb1d2a9ff350d3d513b7
|
7
|
+
data.tar.gz: c247702c4d5849646254f120a8fe9ef54650016fb8f3a96f3d8139bbe473ab77dda0bd221cc90abfff5da517a54742eb64794534f972cdacf51131be3c6cbde1
|
@@ -179,7 +179,8 @@
|
|
179
179
|
{"shape":"UnauthorizedException"},
|
180
180
|
{"shape":"TooManyRequestsException"},
|
181
181
|
{"shape":"LimitExceededException"},
|
182
|
-
{"shape":"ConflictException"}
|
182
|
+
{"shape":"ConflictException"},
|
183
|
+
{"shape":"NotFoundException"}
|
183
184
|
]
|
184
185
|
},
|
185
186
|
"CreateUsagePlanKey":{
|
@@ -963,7 +964,8 @@
|
|
963
964
|
{"shape":"BadRequestException"},
|
964
965
|
{"shape":"UnauthorizedException"},
|
965
966
|
{"shape":"TooManyRequestsException"},
|
966
|
-
{"shape":"ConflictException"}
|
967
|
+
{"shape":"ConflictException"},
|
968
|
+
{"shape":"NotFoundException"}
|
967
969
|
]
|
968
970
|
},
|
969
971
|
"ImportApiKeys":{
|
@@ -1553,6 +1555,13 @@
|
|
1553
1555
|
"error":{"httpStatusCode":409},
|
1554
1556
|
"exception":true
|
1555
1557
|
},
|
1558
|
+
"ContentHandlingStrategy":{
|
1559
|
+
"type":"string",
|
1560
|
+
"enum":[
|
1561
|
+
"CONVERT_TO_BINARY",
|
1562
|
+
"CONVERT_TO_TEXT"
|
1563
|
+
]
|
1564
|
+
},
|
1556
1565
|
"CreateApiKeyRequest":{
|
1557
1566
|
"type":"structure",
|
1558
1567
|
"members":{
|
@@ -1608,10 +1617,7 @@
|
|
1608
1617
|
},
|
1609
1618
|
"CreateDeploymentRequest":{
|
1610
1619
|
"type":"structure",
|
1611
|
-
"required":[
|
1612
|
-
"restApiId",
|
1613
|
-
"stageName"
|
1614
|
-
],
|
1620
|
+
"required":["restApiId"],
|
1615
1621
|
"members":{
|
1616
1622
|
"restApiId":{
|
1617
1623
|
"shape":"String",
|
@@ -1689,7 +1695,8 @@
|
|
1689
1695
|
"members":{
|
1690
1696
|
"name":{"shape":"String"},
|
1691
1697
|
"description":{"shape":"String"},
|
1692
|
-
"cloneFrom":{"shape":"String"}
|
1698
|
+
"cloneFrom":{"shape":"String"},
|
1699
|
+
"binaryMediaTypes":{"shape":"ListOfString"}
|
1693
1700
|
}
|
1694
1701
|
},
|
1695
1702
|
"CreateStageRequest":{
|
@@ -2156,7 +2163,7 @@
|
|
2156
2163
|
"locationName":"api_Key"
|
2157
2164
|
},
|
2158
2165
|
"includeValue":{
|
2159
|
-
"shape":"
|
2166
|
+
"shape":"NullableBoolean",
|
2160
2167
|
"location":"querystring",
|
2161
2168
|
"locationName":"includeValue"
|
2162
2169
|
}
|
@@ -2180,8 +2187,13 @@
|
|
2180
2187
|
"location":"querystring",
|
2181
2188
|
"locationName":"name"
|
2182
2189
|
},
|
2190
|
+
"customerId":{
|
2191
|
+
"shape":"String",
|
2192
|
+
"location":"querystring",
|
2193
|
+
"locationName":"customerId"
|
2194
|
+
},
|
2183
2195
|
"includeValues":{
|
2184
|
-
"shape":"
|
2196
|
+
"shape":"NullableBoolean",
|
2185
2197
|
"location":"querystring",
|
2186
2198
|
"locationName":"includeValues"
|
2187
2199
|
}
|
@@ -2864,6 +2876,7 @@
|
|
2864
2876
|
"requestParameters":{"shape":"MapOfStringToString"},
|
2865
2877
|
"requestTemplates":{"shape":"MapOfStringToString"},
|
2866
2878
|
"passthroughBehavior":{"shape":"String"},
|
2879
|
+
"contentHandling":{"shape":"ContentHandlingStrategy"},
|
2867
2880
|
"cacheNamespace":{"shape":"String"},
|
2868
2881
|
"cacheKeyParameters":{"shape":"ListOfString"},
|
2869
2882
|
"integrationResponses":{"shape":"MapOfIntegrationResponse"}
|
@@ -2875,7 +2888,8 @@
|
|
2875
2888
|
"statusCode":{"shape":"StatusCode"},
|
2876
2889
|
"selectionPattern":{"shape":"String"},
|
2877
2890
|
"responseParameters":{"shape":"MapOfStringToString"},
|
2878
|
-
"responseTemplates":{"shape":"MapOfStringToString"}
|
2891
|
+
"responseTemplates":{"shape":"MapOfStringToString"},
|
2892
|
+
"contentHandling":{"shape":"ContentHandlingStrategy"}
|
2879
2893
|
}
|
2880
2894
|
},
|
2881
2895
|
"IntegrationType":{
|
@@ -3162,7 +3176,8 @@
|
|
3162
3176
|
"requestTemplates":{"shape":"MapOfStringToString"},
|
3163
3177
|
"passthroughBehavior":{"shape":"String"},
|
3164
3178
|
"cacheNamespace":{"shape":"String"},
|
3165
|
-
"cacheKeyParameters":{"shape":"ListOfString"}
|
3179
|
+
"cacheKeyParameters":{"shape":"ListOfString"},
|
3180
|
+
"contentHandling":{"shape":"ContentHandlingStrategy"}
|
3166
3181
|
}
|
3167
3182
|
},
|
3168
3183
|
"PutIntegrationResponseRequest":{
|
@@ -3196,7 +3211,8 @@
|
|
3196
3211
|
},
|
3197
3212
|
"selectionPattern":{"shape":"String"},
|
3198
3213
|
"responseParameters":{"shape":"MapOfStringToString"},
|
3199
|
-
"responseTemplates":{"shape":"MapOfStringToString"}
|
3214
|
+
"responseTemplates":{"shape":"MapOfStringToString"},
|
3215
|
+
"contentHandling":{"shape":"ContentHandlingStrategy"}
|
3200
3216
|
}
|
3201
3217
|
},
|
3202
3218
|
"PutMethodRequest":{
|
@@ -3343,7 +3359,8 @@
|
|
3343
3359
|
"name":{"shape":"String"},
|
3344
3360
|
"description":{"shape":"String"},
|
3345
3361
|
"createdDate":{"shape":"Timestamp"},
|
3346
|
-
"warnings":{"shape":"ListOfString"}
|
3362
|
+
"warnings":{"shape":"ListOfString"},
|
3363
|
+
"binaryMediaTypes":{"shape":"ListOfString"}
|
3347
3364
|
}
|
3348
3365
|
},
|
3349
3366
|
"RestApis":{
|
@@ -569,7 +569,8 @@
|
|
569
569
|
"source": "data",
|
570
570
|
"path": "Tags[].ResourceType"
|
571
571
|
}
|
572
|
-
]
|
572
|
+
],
|
573
|
+
"path": "Tags[]"
|
573
574
|
}
|
574
575
|
}
|
575
576
|
},
|
@@ -1511,6 +1512,16 @@
|
|
1511
1512
|
"target": "Filters[0].Values[0]",
|
1512
1513
|
"source": "identifier",
|
1513
1514
|
"name": "Key"
|
1515
|
+
},
|
1516
|
+
{
|
1517
|
+
"target": "Filters[1].Name",
|
1518
|
+
"source": "identifier",
|
1519
|
+
"name": "ResourceType"
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"target": "Filters[1].Values[0]",
|
1523
|
+
"source": "identifier",
|
1524
|
+
"name": "ResourceId"
|
1514
1525
|
}
|
1515
1526
|
]
|
1516
1527
|
},
|
@@ -11,6 +11,23 @@
|
|
11
11
|
"targetPrefix":"AWSMPMeteringService"
|
12
12
|
},
|
13
13
|
"operations":{
|
14
|
+
"BatchMeterUsage":{
|
15
|
+
"name":"BatchMeterUsage",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"BatchMeterUsageRequest"},
|
21
|
+
"output":{"shape":"BatchMeterUsageResult"},
|
22
|
+
"errors":[
|
23
|
+
{"shape":"InternalServiceErrorException"},
|
24
|
+
{"shape":"InvalidProductCodeException"},
|
25
|
+
{"shape":"InvalidUsageDimensionException"},
|
26
|
+
{"shape":"InvalidCustomerIdentifierException"},
|
27
|
+
{"shape":"TimestampOutOfBoundsException"},
|
28
|
+
{"shape":"ThrottlingException"}
|
29
|
+
]
|
30
|
+
},
|
14
31
|
"MeterUsage":{
|
15
32
|
"name":"MeterUsage",
|
16
33
|
"http":{
|
@@ -28,10 +45,48 @@
|
|
28
45
|
{"shape":"DuplicateRequestException"},
|
29
46
|
{"shape":"ThrottlingException"}
|
30
47
|
]
|
48
|
+
},
|
49
|
+
"ResolveCustomer":{
|
50
|
+
"name":"ResolveCustomer",
|
51
|
+
"http":{
|
52
|
+
"method":"POST",
|
53
|
+
"requestUri":"/"
|
54
|
+
},
|
55
|
+
"input":{"shape":"ResolveCustomerRequest"},
|
56
|
+
"output":{"shape":"ResolveCustomerResult"},
|
57
|
+
"errors":[
|
58
|
+
{"shape":"InvalidTokenException"},
|
59
|
+
{"shape":"ExpiredTokenException"},
|
60
|
+
{"shape":"ThrottlingException"},
|
61
|
+
{"shape":"InternalServiceErrorException"}
|
62
|
+
]
|
31
63
|
}
|
32
64
|
},
|
33
65
|
"shapes":{
|
66
|
+
"BatchMeterUsageRequest":{
|
67
|
+
"type":"structure",
|
68
|
+
"required":[
|
69
|
+
"UsageRecords",
|
70
|
+
"ProductCode"
|
71
|
+
],
|
72
|
+
"members":{
|
73
|
+
"UsageRecords":{"shape":"UsageRecordList"},
|
74
|
+
"ProductCode":{"shape":"ProductCode"}
|
75
|
+
}
|
76
|
+
},
|
77
|
+
"BatchMeterUsageResult":{
|
78
|
+
"type":"structure",
|
79
|
+
"members":{
|
80
|
+
"Results":{"shape":"UsageRecordResultList"},
|
81
|
+
"UnprocessedRecords":{"shape":"UsageRecordList"}
|
82
|
+
}
|
83
|
+
},
|
34
84
|
"Boolean":{"type":"boolean"},
|
85
|
+
"CustomerIdentifier":{
|
86
|
+
"type":"string",
|
87
|
+
"max":255,
|
88
|
+
"min":1
|
89
|
+
},
|
35
90
|
"DuplicateRequestException":{
|
36
91
|
"type":"structure",
|
37
92
|
"members":{
|
@@ -39,6 +94,13 @@
|
|
39
94
|
},
|
40
95
|
"exception":true
|
41
96
|
},
|
97
|
+
"ExpiredTokenException":{
|
98
|
+
"type":"structure",
|
99
|
+
"members":{
|
100
|
+
"message":{"shape":"errorMessage"}
|
101
|
+
},
|
102
|
+
"exception":true
|
103
|
+
},
|
42
104
|
"InternalServiceErrorException":{
|
43
105
|
"type":"structure",
|
44
106
|
"members":{
|
@@ -47,6 +109,13 @@
|
|
47
109
|
"exception":true,
|
48
110
|
"fault":true
|
49
111
|
},
|
112
|
+
"InvalidCustomerIdentifierException":{
|
113
|
+
"type":"structure",
|
114
|
+
"members":{
|
115
|
+
"message":{"shape":"errorMessage"}
|
116
|
+
},
|
117
|
+
"exception":true
|
118
|
+
},
|
50
119
|
"InvalidEndpointRegionException":{
|
51
120
|
"type":"structure",
|
52
121
|
"members":{
|
@@ -61,6 +130,13 @@
|
|
61
130
|
},
|
62
131
|
"exception":true
|
63
132
|
},
|
133
|
+
"InvalidTokenException":{
|
134
|
+
"type":"structure",
|
135
|
+
"members":{
|
136
|
+
"message":{"shape":"errorMessage"}
|
137
|
+
},
|
138
|
+
"exception":true
|
139
|
+
},
|
64
140
|
"InvalidUsageDimensionException":{
|
65
141
|
"type":"structure",
|
66
142
|
"members":{
|
@@ -91,11 +167,29 @@
|
|
91
167
|
"MeteringRecordId":{"shape":"String"}
|
92
168
|
}
|
93
169
|
},
|
170
|
+
"NonEmptyString":{
|
171
|
+
"type":"string",
|
172
|
+
"pattern":"\\S+"
|
173
|
+
},
|
94
174
|
"ProductCode":{
|
95
175
|
"type":"string",
|
96
176
|
"max":255,
|
97
177
|
"min":1
|
98
178
|
},
|
179
|
+
"ResolveCustomerRequest":{
|
180
|
+
"type":"structure",
|
181
|
+
"required":["RegistrationToken"],
|
182
|
+
"members":{
|
183
|
+
"RegistrationToken":{"shape":"NonEmptyString"}
|
184
|
+
}
|
185
|
+
},
|
186
|
+
"ResolveCustomerResult":{
|
187
|
+
"type":"structure",
|
188
|
+
"members":{
|
189
|
+
"CustomerIdentifier":{"shape":"CustomerIdentifier"},
|
190
|
+
"ProductCode":{"shape":"ProductCode"}
|
191
|
+
}
|
192
|
+
},
|
99
193
|
"String":{"type":"string"},
|
100
194
|
"ThrottlingException":{
|
101
195
|
"type":"structure",
|
@@ -122,6 +216,47 @@
|
|
122
216
|
"max":1000000,
|
123
217
|
"min":0
|
124
218
|
},
|
219
|
+
"UsageRecord":{
|
220
|
+
"type":"structure",
|
221
|
+
"required":[
|
222
|
+
"Timestamp",
|
223
|
+
"CustomerIdentifier",
|
224
|
+
"Dimension",
|
225
|
+
"Quantity"
|
226
|
+
],
|
227
|
+
"members":{
|
228
|
+
"Timestamp":{"shape":"Timestamp"},
|
229
|
+
"CustomerIdentifier":{"shape":"CustomerIdentifier"},
|
230
|
+
"Dimension":{"shape":"UsageDimension"},
|
231
|
+
"Quantity":{"shape":"UsageQuantity"}
|
232
|
+
}
|
233
|
+
},
|
234
|
+
"UsageRecordList":{
|
235
|
+
"type":"list",
|
236
|
+
"member":{"shape":"UsageRecord"},
|
237
|
+
"max":25,
|
238
|
+
"min":0
|
239
|
+
},
|
240
|
+
"UsageRecordResult":{
|
241
|
+
"type":"structure",
|
242
|
+
"members":{
|
243
|
+
"UsageRecord":{"shape":"UsageRecord"},
|
244
|
+
"MeteringRecordId":{"shape":"String"},
|
245
|
+
"Status":{"shape":"UsageRecordResultStatus"}
|
246
|
+
}
|
247
|
+
},
|
248
|
+
"UsageRecordResultList":{
|
249
|
+
"type":"list",
|
250
|
+
"member":{"shape":"UsageRecordResult"}
|
251
|
+
},
|
252
|
+
"UsageRecordResultStatus":{
|
253
|
+
"type":"string",
|
254
|
+
"enum":[
|
255
|
+
"Success",
|
256
|
+
"CustomerNotSubscribed",
|
257
|
+
"DuplicateRecord"
|
258
|
+
]
|
259
|
+
},
|
125
260
|
"errorMessage":{"type":"string"}
|
126
261
|
}
|
127
262
|
}
|
@@ -216,7 +216,8 @@
|
|
216
216
|
"Sum":{"shape":"DatapointValue"},
|
217
217
|
"Minimum":{"shape":"DatapointValue"},
|
218
218
|
"Maximum":{"shape":"DatapointValue"},
|
219
|
-
"Unit":{"shape":"StandardUnit"}
|
219
|
+
"Unit":{"shape":"StandardUnit"},
|
220
|
+
"ExtendedStatistics":{"shape":"DatapointValueMap"}
|
220
221
|
},
|
221
222
|
"xmlOrder":[
|
222
223
|
"Timestamp",
|
@@ -225,10 +226,16 @@
|
|
225
226
|
"Sum",
|
226
227
|
"Minimum",
|
227
228
|
"Maximum",
|
228
|
-
"Unit"
|
229
|
+
"Unit",
|
230
|
+
"ExtendedStatistics"
|
229
231
|
]
|
230
232
|
},
|
231
233
|
"DatapointValue":{"type":"double"},
|
234
|
+
"DatapointValueMap":{
|
235
|
+
"type":"map",
|
236
|
+
"key":{"shape":"ExtendedStatistic"},
|
237
|
+
"value":{"shape":"DatapointValue"}
|
238
|
+
},
|
232
239
|
"Datapoints":{
|
233
240
|
"type":"list",
|
234
241
|
"member":{"shape":"Datapoint"}
|
@@ -268,6 +275,7 @@
|
|
268
275
|
"MetricName":{"shape":"MetricName"},
|
269
276
|
"Namespace":{"shape":"Namespace"},
|
270
277
|
"Statistic":{"shape":"Statistic"},
|
278
|
+
"ExtendedStatistic":{"shape":"ExtendedStatistic"},
|
271
279
|
"Dimensions":{"shape":"Dimensions"},
|
272
280
|
"Period":{"shape":"Period"},
|
273
281
|
"Unit":{"shape":"StandardUnit"}
|
@@ -363,6 +371,16 @@
|
|
363
371
|
"type":"integer",
|
364
372
|
"min":1
|
365
373
|
},
|
374
|
+
"ExtendedStatistic":{
|
375
|
+
"type":"string",
|
376
|
+
"pattern":"p(\\d{1,2}(\\.\\d{0,2})?|100)"
|
377
|
+
},
|
378
|
+
"ExtendedStatistics":{
|
379
|
+
"type":"list",
|
380
|
+
"member":{"shape":"ExtendedStatistic"},
|
381
|
+
"max":10,
|
382
|
+
"min":1
|
383
|
+
},
|
366
384
|
"FaultDescription":{"type":"string"},
|
367
385
|
"GetMetricStatisticsInput":{
|
368
386
|
"type":"structure",
|
@@ -371,8 +389,7 @@
|
|
371
389
|
"MetricName",
|
372
390
|
"StartTime",
|
373
391
|
"EndTime",
|
374
|
-
"Period"
|
375
|
-
"Statistics"
|
392
|
+
"Period"
|
376
393
|
],
|
377
394
|
"members":{
|
378
395
|
"Namespace":{"shape":"Namespace"},
|
@@ -382,6 +399,7 @@
|
|
382
399
|
"EndTime":{"shape":"Timestamp"},
|
383
400
|
"Period":{"shape":"Period"},
|
384
401
|
"Statistics":{"shape":"Statistics"},
|
402
|
+
"ExtendedStatistics":{"shape":"ExtendedStatistics"},
|
385
403
|
"Unit":{"shape":"StandardUnit"}
|
386
404
|
}
|
387
405
|
},
|
@@ -538,6 +556,7 @@
|
|
538
556
|
"MetricName":{"shape":"MetricName"},
|
539
557
|
"Namespace":{"shape":"Namespace"},
|
540
558
|
"Statistic":{"shape":"Statistic"},
|
559
|
+
"ExtendedStatistic":{"shape":"ExtendedStatistic"},
|
541
560
|
"Dimensions":{"shape":"Dimensions"},
|
542
561
|
"Period":{"shape":"Period"},
|
543
562
|
"Unit":{"shape":"StandardUnit"},
|
@@ -566,7 +585,8 @@
|
|
566
585
|
"Unit",
|
567
586
|
"EvaluationPeriods",
|
568
587
|
"Threshold",
|
569
|
-
"ComparisonOperator"
|
588
|
+
"ComparisonOperator",
|
589
|
+
"ExtendedStatistic"
|
570
590
|
]
|
571
591
|
},
|
572
592
|
"MetricAlarms":{
|
@@ -632,7 +652,6 @@
|
|
632
652
|
"AlarmName",
|
633
653
|
"MetricName",
|
634
654
|
"Namespace",
|
635
|
-
"Statistic",
|
636
655
|
"Period",
|
637
656
|
"EvaluationPeriods",
|
638
657
|
"Threshold",
|
@@ -648,6 +667,7 @@
|
|
648
667
|
"MetricName":{"shape":"MetricName"},
|
649
668
|
"Namespace":{"shape":"Namespace"},
|
650
669
|
"Statistic":{"shape":"Statistic"},
|
670
|
+
"ExtendedStatistic":{"shape":"ExtendedStatistic"},
|
651
671
|
"Dimensions":{"shape":"Dimensions"},
|
652
672
|
"Period":{"shape":"Period"},
|
653
673
|
"Unit":{"shape":"StandardUnit"},
|