aws-sdk-core 2.5.3 → 2.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed145c33b67564cf80c262877c04570e089bcedb
4
- data.tar.gz: 8d841d4026ede8ad25660a1c29a96b7699633bbb
3
+ metadata.gz: 73377d62c2e608b8522a9bfc8108d39909402f9b
4
+ data.tar.gz: 3c64d1bcbf921ca9bdd61978306fde571f00c1f1
5
5
  SHA512:
6
- metadata.gz: d90288fdedb0df75986f342f4dcacd02ff904156d1b7da289942c4f118e7136d44abff897f2b5cd259682668300a2d952dcd7502de1f63ac347ff77652b1010f
7
- data.tar.gz: 9f54c418d5b7b6b91d2b72d5b33e14e4e7955245dc860826eba8952764d563e612a3e252c7a94dbba42d826ba9905f4141e276a8a485a70012b8ed3a94315353
6
+ metadata.gz: 0e80c566db8aa3f13577244a5a3e1644f0068820c028a776d48a03733251e235d47f02a0f7a92927a18eea93c3ffade96c1100d4c8e5465ea7d90adf44195f24
7
+ data.tar.gz: 9e04c20023cbeb731e841b01ac84daf30ebc1d1c3c6eb832201e3f7fcc3fe78aaa1148c70f3c12d6f25f64fbf7af9749893735b05693d8164a326048fc632761
@@ -482,7 +482,7 @@
482
482
  "TagList":{
483
483
  "type":"list",
484
484
  "member":{"shape":"Tag"},
485
- "max":10,
485
+ "max":50,
486
486
  "min":1
487
487
  },
488
488
  "TagValue":{
@@ -22,7 +22,8 @@
22
22
  {"shape":"NotFoundException"},
23
23
  {"shape":"TooManyRequestsException"},
24
24
  {"shape":"LimitExceededException"},
25
- {"shape":"BadRequestException"}
25
+ {"shape":"BadRequestException"},
26
+ {"shape":"ConflictException"}
26
27
  ]
27
28
  },
28
29
  "CreateAuthorizer":{
@@ -164,6 +165,40 @@
164
165
  {"shape":"TooManyRequestsException"}
165
166
  ]
166
167
  },
168
+ "CreateUsagePlan":{
169
+ "name":"CreateUsagePlan",
170
+ "http":{
171
+ "method":"POST",
172
+ "requestUri":"/usageplans",
173
+ "responseCode":201
174
+ },
175
+ "input":{"shape":"CreateUsagePlanRequest"},
176
+ "output":{"shape":"UsagePlan"},
177
+ "errors":[
178
+ {"shape":"BadRequestException"},
179
+ {"shape":"UnauthorizedException"},
180
+ {"shape":"TooManyRequestsException"},
181
+ {"shape":"LimitExceededException"},
182
+ {"shape":"ConflictException"}
183
+ ]
184
+ },
185
+ "CreateUsagePlanKey":{
186
+ "name":"CreateUsagePlanKey",
187
+ "http":{
188
+ "method":"POST",
189
+ "requestUri":"/usageplans/{usageplanId}/keys",
190
+ "responseCode":201
191
+ },
192
+ "input":{"shape":"CreateUsagePlanKeyRequest"},
193
+ "output":{"shape":"UsagePlanKey"},
194
+ "errors":[
195
+ {"shape":"BadRequestException"},
196
+ {"shape":"ConflictException"},
197
+ {"shape":"UnauthorizedException"},
198
+ {"shape":"NotFoundException"},
199
+ {"shape":"TooManyRequestsException"}
200
+ ]
201
+ },
167
202
  "DeleteApiKey":{
168
203
  "name":"DeleteApiKey",
169
204
  "http":{
@@ -263,7 +298,8 @@
263
298
  "errors":[
264
299
  {"shape":"UnauthorizedException"},
265
300
  {"shape":"NotFoundException"},
266
- {"shape":"TooManyRequestsException"}
301
+ {"shape":"TooManyRequestsException"},
302
+ {"shape":"ConflictException"}
267
303
  ]
268
304
  },
269
305
  "DeleteIntegrationResponse":{
@@ -278,7 +314,8 @@
278
314
  {"shape":"UnauthorizedException"},
279
315
  {"shape":"NotFoundException"},
280
316
  {"shape":"TooManyRequestsException"},
281
- {"shape":"BadRequestException"}
317
+ {"shape":"BadRequestException"},
318
+ {"shape":"ConflictException"}
282
319
  ]
283
320
  },
284
321
  "DeleteMethod":{
@@ -292,7 +329,8 @@
292
329
  "errors":[
293
330
  {"shape":"UnauthorizedException"},
294
331
  {"shape":"NotFoundException"},
295
- {"shape":"TooManyRequestsException"}
332
+ {"shape":"TooManyRequestsException"},
333
+ {"shape":"ConflictException"}
296
334
  ]
297
335
  },
298
336
  "DeleteMethodResponse":{
@@ -307,7 +345,8 @@
307
345
  {"shape":"UnauthorizedException"},
308
346
  {"shape":"NotFoundException"},
309
347
  {"shape":"TooManyRequestsException"},
310
- {"shape":"BadRequestException"}
348
+ {"shape":"BadRequestException"},
349
+ {"shape":"ConflictException"}
311
350
  ]
312
351
  },
313
352
  "DeleteModel":{
@@ -372,6 +411,37 @@
372
411
  {"shape":"BadRequestException"}
373
412
  ]
374
413
  },
414
+ "DeleteUsagePlan":{
415
+ "name":"DeleteUsagePlan",
416
+ "http":{
417
+ "method":"DELETE",
418
+ "requestUri":"/usageplans/{usageplanId}",
419
+ "responseCode":202
420
+ },
421
+ "input":{"shape":"DeleteUsagePlanRequest"},
422
+ "errors":[
423
+ {"shape":"UnauthorizedException"},
424
+ {"shape":"TooManyRequestsException"},
425
+ {"shape":"BadRequestException"},
426
+ {"shape":"NotFoundException"}
427
+ ]
428
+ },
429
+ "DeleteUsagePlanKey":{
430
+ "name":"DeleteUsagePlanKey",
431
+ "http":{
432
+ "method":"DELETE",
433
+ "requestUri":"/usageplans/{usageplanId}/keys/{keyId}",
434
+ "responseCode":202
435
+ },
436
+ "input":{"shape":"DeleteUsagePlanKeyRequest"},
437
+ "errors":[
438
+ {"shape":"BadRequestException"},
439
+ {"shape":"ConflictException"},
440
+ {"shape":"UnauthorizedException"},
441
+ {"shape":"NotFoundException"},
442
+ {"shape":"TooManyRequestsException"}
443
+ ]
444
+ },
375
445
  "FlushStageAuthorizersCache":{
376
446
  "name":"FlushStageAuthorizersCache",
377
447
  "http":{
@@ -820,6 +890,100 @@
820
890
  {"shape":"TooManyRequestsException"}
821
891
  ]
822
892
  },
893
+ "GetUsage":{
894
+ "name":"GetUsage",
895
+ "http":{
896
+ "method":"GET",
897
+ "requestUri":"/usageplans/{usageplanId}/usage"
898
+ },
899
+ "input":{"shape":"GetUsageRequest"},
900
+ "output":{"shape":"Usage"},
901
+ "errors":[
902
+ {"shape":"BadRequestException"},
903
+ {"shape":"UnauthorizedException"},
904
+ {"shape":"NotFoundException"},
905
+ {"shape":"TooManyRequestsException"}
906
+ ]
907
+ },
908
+ "GetUsagePlan":{
909
+ "name":"GetUsagePlan",
910
+ "http":{
911
+ "method":"GET",
912
+ "requestUri":"/usageplans/{usageplanId}"
913
+ },
914
+ "input":{"shape":"GetUsagePlanRequest"},
915
+ "output":{"shape":"UsagePlan"},
916
+ "errors":[
917
+ {"shape":"BadRequestException"},
918
+ {"shape":"UnauthorizedException"},
919
+ {"shape":"NotFoundException"},
920
+ {"shape":"TooManyRequestsException"}
921
+ ]
922
+ },
923
+ "GetUsagePlanKey":{
924
+ "name":"GetUsagePlanKey",
925
+ "http":{
926
+ "method":"GET",
927
+ "requestUri":"/usageplans/{usageplanId}/keys/{keyId}",
928
+ "responseCode":200
929
+ },
930
+ "input":{"shape":"GetUsagePlanKeyRequest"},
931
+ "output":{"shape":"UsagePlanKey"},
932
+ "errors":[
933
+ {"shape":"BadRequestException"},
934
+ {"shape":"UnauthorizedException"},
935
+ {"shape":"NotFoundException"},
936
+ {"shape":"TooManyRequestsException"}
937
+ ]
938
+ },
939
+ "GetUsagePlanKeys":{
940
+ "name":"GetUsagePlanKeys",
941
+ "http":{
942
+ "method":"GET",
943
+ "requestUri":"/usageplans/{usageplanId}/keys"
944
+ },
945
+ "input":{"shape":"GetUsagePlanKeysRequest"},
946
+ "output":{"shape":"UsagePlanKeys"},
947
+ "errors":[
948
+ {"shape":"BadRequestException"},
949
+ {"shape":"UnauthorizedException"},
950
+ {"shape":"NotFoundException"},
951
+ {"shape":"TooManyRequestsException"}
952
+ ]
953
+ },
954
+ "GetUsagePlans":{
955
+ "name":"GetUsagePlans",
956
+ "http":{
957
+ "method":"GET",
958
+ "requestUri":"/usageplans"
959
+ },
960
+ "input":{"shape":"GetUsagePlansRequest"},
961
+ "output":{"shape":"UsagePlans"},
962
+ "errors":[
963
+ {"shape":"BadRequestException"},
964
+ {"shape":"UnauthorizedException"},
965
+ {"shape":"TooManyRequestsException"},
966
+ {"shape":"ConflictException"}
967
+ ]
968
+ },
969
+ "ImportApiKeys":{
970
+ "name":"ImportApiKeys",
971
+ "http":{
972
+ "method":"POST",
973
+ "requestUri":"/apikeys?mode=import",
974
+ "responseCode":201
975
+ },
976
+ "input":{"shape":"ImportApiKeysRequest"},
977
+ "output":{"shape":"ApiKeyIds"},
978
+ "errors":[
979
+ {"shape":"UnauthorizedException"},
980
+ {"shape":"NotFoundException"},
981
+ {"shape":"TooManyRequestsException"},
982
+ {"shape":"LimitExceededException"},
983
+ {"shape":"BadRequestException"},
984
+ {"shape":"ConflictException"}
985
+ ]
986
+ },
823
987
  "ImportRestApi":{
824
988
  "name":"ImportRestApi",
825
989
  "http":{
@@ -833,7 +997,8 @@
833
997
  {"shape":"UnauthorizedException"},
834
998
  {"shape":"LimitExceededException"},
835
999
  {"shape":"BadRequestException"},
836
- {"shape":"TooManyRequestsException"}
1000
+ {"shape":"TooManyRequestsException"},
1001
+ {"shape":"ConflictException"}
837
1002
  ]
838
1003
  },
839
1004
  "PutIntegration":{
@@ -981,7 +1146,8 @@
981
1146
  {"shape":"UnauthorizedException"},
982
1147
  {"shape":"NotFoundException"},
983
1148
  {"shape":"BadRequestException"},
984
- {"shape":"TooManyRequestsException"}
1149
+ {"shape":"TooManyRequestsException"},
1150
+ {"shape":"ConflictException"}
985
1151
  ]
986
1152
  },
987
1153
  "UpdateAuthorizer":{
@@ -1191,6 +1357,37 @@
1191
1357
  {"shape":"BadRequestException"},
1192
1358
  {"shape":"TooManyRequestsException"}
1193
1359
  ]
1360
+ },
1361
+ "UpdateUsage":{
1362
+ "name":"UpdateUsage",
1363
+ "http":{
1364
+ "method":"PATCH",
1365
+ "requestUri":"/usageplans/{usageplanId}/keys/{keyId}/usage"
1366
+ },
1367
+ "input":{"shape":"UpdateUsageRequest"},
1368
+ "output":{"shape":"Usage"},
1369
+ "errors":[
1370
+ {"shape":"UnauthorizedException"},
1371
+ {"shape":"TooManyRequestsException"},
1372
+ {"shape":"BadRequestException"},
1373
+ {"shape":"NotFoundException"}
1374
+ ]
1375
+ },
1376
+ "UpdateUsagePlan":{
1377
+ "name":"UpdateUsagePlan",
1378
+ "http":{
1379
+ "method":"PATCH",
1380
+ "requestUri":"/usageplans/{usageplanId}"
1381
+ },
1382
+ "input":{"shape":"UpdateUsagePlanRequest"},
1383
+ "output":{"shape":"UsagePlan"},
1384
+ "errors":[
1385
+ {"shape":"UnauthorizedException"},
1386
+ {"shape":"TooManyRequestsException"},
1387
+ {"shape":"BadRequestException"},
1388
+ {"shape":"NotFoundException"},
1389
+ {"shape":"ConflictException"}
1390
+ ]
1194
1391
  }
1195
1392
  },
1196
1393
  "shapes":{
@@ -1198,24 +1395,35 @@
1198
1395
  "type":"structure",
1199
1396
  "members":{
1200
1397
  "cloudwatchRoleArn":{"shape":"String"},
1201
- "throttleSettings":{"shape":"ThrottleSettings"}
1398
+ "throttleSettings":{"shape":"ThrottleSettings"},
1399
+ "features":{"shape":"ListOfString"},
1400
+ "apiKeyVersion":{"shape":"String"}
1202
1401
  }
1203
1402
  },
1204
1403
  "ApiKey":{
1205
1404
  "type":"structure",
1206
1405
  "members":{
1207
1406
  "id":{"shape":"String"},
1407
+ "value":{"shape":"String"},
1208
1408
  "name":{"shape":"String"},
1209
1409
  "description":{"shape":"String"},
1210
1410
  "enabled":{"shape":"Boolean"},
1211
- "stageKeys":{"shape":"ListOfString"},
1212
1411
  "createdDate":{"shape":"Timestamp"},
1213
- "lastUpdatedDate":{"shape":"Timestamp"}
1412
+ "lastUpdatedDate":{"shape":"Timestamp"},
1413
+ "stageKeys":{"shape":"ListOfString"}
1414
+ }
1415
+ },
1416
+ "ApiKeyIds":{
1417
+ "type":"structure",
1418
+ "members":{
1419
+ "ids":{"shape":"ListOfString"},
1420
+ "warnings":{"shape":"ListOfString"}
1214
1421
  }
1215
1422
  },
1216
1423
  "ApiKeys":{
1217
1424
  "type":"structure",
1218
1425
  "members":{
1426
+ "warnings":{"shape":"ListOfString"},
1219
1427
  "position":{"shape":"String"},
1220
1428
  "items":{
1221
1429
  "shape":"ListOfApiKey",
@@ -1223,6 +1431,17 @@
1223
1431
  }
1224
1432
  }
1225
1433
  },
1434
+ "ApiKeysFormat":{
1435
+ "type":"string",
1436
+ "enum":["csv"]
1437
+ },
1438
+ "ApiStage":{
1439
+ "type":"structure",
1440
+ "members":{
1441
+ "apiId":{"shape":"String"},
1442
+ "stage":{"shape":"String"}
1443
+ }
1444
+ },
1226
1445
  "Authorizer":{
1227
1446
  "type":"structure",
1228
1447
  "members":{
@@ -1340,6 +1559,8 @@
1340
1559
  "name":{"shape":"String"},
1341
1560
  "description":{"shape":"String"},
1342
1561
  "enabled":{"shape":"Boolean"},
1562
+ "generateDistinctId":{"shape":"Boolean"},
1563
+ "value":{"shape":"String"},
1343
1564
  "stageKeys":{"shape":"ListOfStageKeys"}
1344
1565
  }
1345
1566
  },
@@ -1492,6 +1713,34 @@
1492
1713
  "variables":{"shape":"MapOfStringToString"}
1493
1714
  }
1494
1715
  },
1716
+ "CreateUsagePlanKeyRequest":{
1717
+ "type":"structure",
1718
+ "required":[
1719
+ "usagePlanId",
1720
+ "keyId",
1721
+ "keyType"
1722
+ ],
1723
+ "members":{
1724
+ "usagePlanId":{
1725
+ "shape":"String",
1726
+ "location":"uri",
1727
+ "locationName":"usageplanId"
1728
+ },
1729
+ "keyId":{"shape":"String"},
1730
+ "keyType":{"shape":"String"}
1731
+ }
1732
+ },
1733
+ "CreateUsagePlanRequest":{
1734
+ "type":"structure",
1735
+ "required":["name"],
1736
+ "members":{
1737
+ "name":{"shape":"String"},
1738
+ "description":{"shape":"String"},
1739
+ "apiStages":{"shape":"ListOfApiStage"},
1740
+ "throttle":{"shape":"ThrottleSettings"},
1741
+ "quota":{"shape":"QuotaSettings"}
1742
+ }
1743
+ },
1495
1744
  "DeleteApiKeyRequest":{
1496
1745
  "type":"structure",
1497
1746
  "required":["apiKey"],
@@ -1762,6 +2011,36 @@
1762
2011
  }
1763
2012
  }
1764
2013
  },
2014
+ "DeleteUsagePlanKeyRequest":{
2015
+ "type":"structure",
2016
+ "required":[
2017
+ "usagePlanId",
2018
+ "keyId"
2019
+ ],
2020
+ "members":{
2021
+ "usagePlanId":{
2022
+ "shape":"String",
2023
+ "location":"uri",
2024
+ "locationName":"usageplanId"
2025
+ },
2026
+ "keyId":{
2027
+ "shape":"String",
2028
+ "location":"uri",
2029
+ "locationName":"keyId"
2030
+ }
2031
+ }
2032
+ },
2033
+ "DeleteUsagePlanRequest":{
2034
+ "type":"structure",
2035
+ "required":["usagePlanId"],
2036
+ "members":{
2037
+ "usagePlanId":{
2038
+ "shape":"String",
2039
+ "location":"uri",
2040
+ "locationName":"usageplanId"
2041
+ }
2042
+ }
2043
+ },
1765
2044
  "Deployment":{
1766
2045
  "type":"structure",
1767
2046
  "members":{
@@ -1875,6 +2154,11 @@
1875
2154
  "shape":"String",
1876
2155
  "location":"uri",
1877
2156
  "locationName":"api_Key"
2157
+ },
2158
+ "includeValue":{
2159
+ "shape":"Boolean",
2160
+ "location":"querystring",
2161
+ "locationName":"includeValue"
1878
2162
  }
1879
2163
  }
1880
2164
  },
@@ -1890,6 +2174,16 @@
1890
2174
  "shape":"NullableInteger",
1891
2175
  "location":"querystring",
1892
2176
  "locationName":"limit"
2177
+ },
2178
+ "nameQuery":{
2179
+ "shape":"String",
2180
+ "location":"querystring",
2181
+ "locationName":"name"
2182
+ },
2183
+ "includeValues":{
2184
+ "shape":"Boolean",
2185
+ "location":"querystring",
2186
+ "locationName":"includeValues"
1893
2187
  }
1894
2188
  }
1895
2189
  },
@@ -2405,6 +2699,143 @@
2405
2699
  }
2406
2700
  }
2407
2701
  },
2702
+ "GetUsagePlanKeyRequest":{
2703
+ "type":"structure",
2704
+ "required":[
2705
+ "usagePlanId",
2706
+ "keyId"
2707
+ ],
2708
+ "members":{
2709
+ "usagePlanId":{
2710
+ "shape":"String",
2711
+ "location":"uri",
2712
+ "locationName":"usageplanId"
2713
+ },
2714
+ "keyId":{
2715
+ "shape":"String",
2716
+ "location":"uri",
2717
+ "locationName":"keyId"
2718
+ }
2719
+ }
2720
+ },
2721
+ "GetUsagePlanKeysRequest":{
2722
+ "type":"structure",
2723
+ "required":["usagePlanId"],
2724
+ "members":{
2725
+ "usagePlanId":{
2726
+ "shape":"String",
2727
+ "location":"uri",
2728
+ "locationName":"usageplanId"
2729
+ },
2730
+ "position":{
2731
+ "shape":"String",
2732
+ "location":"querystring",
2733
+ "locationName":"position"
2734
+ },
2735
+ "limit":{
2736
+ "shape":"NullableInteger",
2737
+ "location":"querystring",
2738
+ "locationName":"limit"
2739
+ },
2740
+ "nameQuery":{
2741
+ "shape":"String",
2742
+ "location":"querystring",
2743
+ "locationName":"name"
2744
+ }
2745
+ }
2746
+ },
2747
+ "GetUsagePlanRequest":{
2748
+ "type":"structure",
2749
+ "required":["usagePlanId"],
2750
+ "members":{
2751
+ "usagePlanId":{
2752
+ "shape":"String",
2753
+ "location":"uri",
2754
+ "locationName":"usageplanId"
2755
+ }
2756
+ }
2757
+ },
2758
+ "GetUsagePlansRequest":{
2759
+ "type":"structure",
2760
+ "members":{
2761
+ "position":{
2762
+ "shape":"String",
2763
+ "location":"querystring",
2764
+ "locationName":"position"
2765
+ },
2766
+ "keyId":{
2767
+ "shape":"String",
2768
+ "location":"querystring",
2769
+ "locationName":"keyId"
2770
+ },
2771
+ "limit":{
2772
+ "shape":"NullableInteger",
2773
+ "location":"querystring",
2774
+ "locationName":"limit"
2775
+ }
2776
+ }
2777
+ },
2778
+ "GetUsageRequest":{
2779
+ "type":"structure",
2780
+ "required":[
2781
+ "usagePlanId",
2782
+ "startDate",
2783
+ "endDate"
2784
+ ],
2785
+ "members":{
2786
+ "usagePlanId":{
2787
+ "shape":"String",
2788
+ "location":"uri",
2789
+ "locationName":"usageplanId"
2790
+ },
2791
+ "keyId":{
2792
+ "shape":"String",
2793
+ "location":"querystring",
2794
+ "locationName":"keyId"
2795
+ },
2796
+ "startDate":{
2797
+ "shape":"String",
2798
+ "location":"querystring",
2799
+ "locationName":"startDate"
2800
+ },
2801
+ "endDate":{
2802
+ "shape":"String",
2803
+ "location":"querystring",
2804
+ "locationName":"endDate"
2805
+ },
2806
+ "position":{
2807
+ "shape":"String",
2808
+ "location":"querystring",
2809
+ "locationName":"position"
2810
+ },
2811
+ "limit":{
2812
+ "shape":"NullableInteger",
2813
+ "location":"querystring",
2814
+ "locationName":"limit"
2815
+ }
2816
+ }
2817
+ },
2818
+ "ImportApiKeysRequest":{
2819
+ "type":"structure",
2820
+ "required":[
2821
+ "body",
2822
+ "format"
2823
+ ],
2824
+ "members":{
2825
+ "body":{"shape":"Blob"},
2826
+ "format":{
2827
+ "shape":"ApiKeysFormat",
2828
+ "location":"querystring",
2829
+ "locationName":"format"
2830
+ },
2831
+ "failOnWarnings":{
2832
+ "shape":"Boolean",
2833
+ "location":"querystring",
2834
+ "locationName":"failonwarnings"
2835
+ }
2836
+ },
2837
+ "payload":"body"
2838
+ },
2408
2839
  "ImportRestApiRequest":{
2409
2840
  "type":"structure",
2410
2841
  "required":["body"],
@@ -2476,6 +2907,10 @@
2476
2907
  "type":"list",
2477
2908
  "member":{"shape":"ApiKey"}
2478
2909
  },
2910
+ "ListOfApiStage":{
2911
+ "type":"list",
2912
+ "member":{"shape":"ApiStage"}
2913
+ },
2479
2914
  "ListOfAuthorizer":{
2480
2915
  "type":"list",
2481
2916
  "member":{"shape":"Authorizer"}
@@ -2496,6 +2931,10 @@
2496
2931
  "type":"list",
2497
2932
  "member":{"shape":"DomainName"}
2498
2933
  },
2934
+ "ListOfLong":{
2935
+ "type":"list",
2936
+ "member":{"shape":"Long"}
2937
+ },
2499
2938
  "ListOfModel":{
2500
2939
  "type":"list",
2501
2940
  "member":{"shape":"Model"}
@@ -2524,6 +2963,18 @@
2524
2963
  "type":"list",
2525
2964
  "member":{"shape":"String"}
2526
2965
  },
2966
+ "ListOfUsage":{
2967
+ "type":"list",
2968
+ "member":{"shape":"ListOfLong"}
2969
+ },
2970
+ "ListOfUsagePlan":{
2971
+ "type":"list",
2972
+ "member":{"shape":"UsagePlan"}
2973
+ },
2974
+ "ListOfUsagePlanKey":{
2975
+ "type":"list",
2976
+ "member":{"shape":"UsagePlanKey"}
2977
+ },
2527
2978
  "Long":{"type":"long"},
2528
2979
  "MapOfHeaderValues":{
2529
2980
  "type":"map",
@@ -2535,6 +2986,11 @@
2535
2986
  "key":{"shape":"String"},
2536
2987
  "value":{"shape":"IntegrationResponse"}
2537
2988
  },
2989
+ "MapOfKeyUsages":{
2990
+ "type":"map",
2991
+ "key":{"shape":"String"},
2992
+ "value":{"shape":"ListOfUsage"}
2993
+ },
2538
2994
  "MapOfMethod":{
2539
2995
  "type":"map",
2540
2996
  "key":{"shape":"String"},
@@ -2831,6 +3287,22 @@
2831
3287
  },
2832
3288
  "payload":"body"
2833
3289
  },
3290
+ "QuotaPeriodType":{
3291
+ "type":"string",
3292
+ "enum":[
3293
+ "DAY",
3294
+ "WEEK",
3295
+ "MONTH"
3296
+ ]
3297
+ },
3298
+ "QuotaSettings":{
3299
+ "type":"structure",
3300
+ "members":{
3301
+ "limit":{"shape":"Integer"},
3302
+ "offset":{"shape":"Integer"},
3303
+ "period":{"shape":"QuotaPeriodType"}
3304
+ }
3305
+ },
2834
3306
  "Resource":{
2835
3307
  "type":"structure",
2836
3308
  "members":{
@@ -3345,6 +3817,91 @@
3345
3817
  "patchOperations":{"shape":"ListOfPatchOperation"}
3346
3818
  }
3347
3819
  },
3820
+ "UpdateUsagePlanRequest":{
3821
+ "type":"structure",
3822
+ "required":["usagePlanId"],
3823
+ "members":{
3824
+ "usagePlanId":{
3825
+ "shape":"String",
3826
+ "location":"uri",
3827
+ "locationName":"usageplanId"
3828
+ },
3829
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3830
+ }
3831
+ },
3832
+ "UpdateUsageRequest":{
3833
+ "type":"structure",
3834
+ "required":[
3835
+ "usagePlanId",
3836
+ "keyId"
3837
+ ],
3838
+ "members":{
3839
+ "usagePlanId":{
3840
+ "shape":"String",
3841
+ "location":"uri",
3842
+ "locationName":"usageplanId"
3843
+ },
3844
+ "keyId":{
3845
+ "shape":"String",
3846
+ "location":"uri",
3847
+ "locationName":"keyId"
3848
+ },
3849
+ "patchOperations":{"shape":"ListOfPatchOperation"}
3850
+ }
3851
+ },
3852
+ "Usage":{
3853
+ "type":"structure",
3854
+ "members":{
3855
+ "usagePlanId":{"shape":"String"},
3856
+ "startDate":{"shape":"String"},
3857
+ "endDate":{"shape":"String"},
3858
+ "position":{"shape":"String"},
3859
+ "items":{
3860
+ "shape":"MapOfKeyUsages",
3861
+ "locationName":"values"
3862
+ }
3863
+ }
3864
+ },
3865
+ "UsagePlan":{
3866
+ "type":"structure",
3867
+ "members":{
3868
+ "id":{"shape":"String"},
3869
+ "name":{"shape":"String"},
3870
+ "description":{"shape":"String"},
3871
+ "apiStages":{"shape":"ListOfApiStage"},
3872
+ "throttle":{"shape":"ThrottleSettings"},
3873
+ "quota":{"shape":"QuotaSettings"}
3874
+ }
3875
+ },
3876
+ "UsagePlanKey":{
3877
+ "type":"structure",
3878
+ "members":{
3879
+ "id":{"shape":"String"},
3880
+ "type":{"shape":"String"},
3881
+ "value":{"shape":"String"},
3882
+ "name":{"shape":"String"}
3883
+ }
3884
+ },
3885
+ "UsagePlanKeys":{
3886
+ "type":"structure",
3887
+ "members":{
3888
+ "position":{"shape":"String"},
3889
+ "items":{
3890
+ "shape":"ListOfUsagePlanKey",
3891
+ "locationName":"item"
3892
+ }
3893
+ }
3894
+ },
3895
+ "UsagePlans":{
3896
+ "type":"structure",
3897
+ "members":{
3898
+ "position":{"shape":"String"},
3899
+ "items":{
3900
+ "shape":"ListOfUsagePlan",
3901
+ "locationName":"item"
3902
+ }
3903
+ }
3904
+ },
3348
3905
  "op":{
3349
3906
  "type":"string",
3350
3907
  "enum":[
@@ -47,6 +47,24 @@
47
47
  "output_token": "position",
48
48
  "limit_key": "limit",
49
49
  "result_key": "items"
50
+ },
51
+ "GetUsage": {
52
+ "input_token": "position",
53
+ "output_token": "position",
54
+ "limit_key": "limit",
55
+ "result_key": "items"
56
+ },
57
+ "GetUsagePlans": {
58
+ "input_token": "position",
59
+ "output_token": "position",
60
+ "limit_key": "limit",
61
+ "result_key": "items"
62
+ },
63
+ "GetUsagePlanKeys": {
64
+ "input_token": "position",
65
+ "output_token": "position",
66
+ "limit_key": "limit",
67
+ "result_key": "items"
50
68
  }
51
69
  }
52
70
  }
@@ -503,6 +503,7 @@
503
503
  "image":{"shape":"String"},
504
504
  "cpu":{"shape":"Integer"},
505
505
  "memory":{"shape":"BoxedInteger"},
506
+ "memoryReservation":{"shape":"BoxedInteger"},
506
507
  "links":{"shape":"StringList"},
507
508
  "portMappings":{"shape":"PortMappingList"},
508
509
  "essential":{"shape":"BoxedBoolean"},
@@ -961,7 +962,8 @@
961
962
  "journald",
962
963
  "gelf",
963
964
  "fluentd",
964
- "awslogs"
965
+ "awslogs",
966
+ "splunk"
965
967
  ]
966
968
  },
967
969
  "Long":{"type":"long"},
@@ -996,6 +998,14 @@
996
998
  "type":"list",
997
999
  "member":{"shape":"NetworkBinding"}
998
1000
  },
1001
+ "NetworkMode":{
1002
+ "type":"string",
1003
+ "enum":[
1004
+ "bridge",
1005
+ "host",
1006
+ "none"
1007
+ ]
1008
+ },
999
1009
  "NoUpdateAvailableException":{
1000
1010
  "type":"structure",
1001
1011
  "members":{
@@ -1041,6 +1051,7 @@
1041
1051
  "members":{
1042
1052
  "family":{"shape":"String"},
1043
1053
  "taskRoleArn":{"shape":"String"},
1054
+ "networkMode":{"shape":"NetworkMode"},
1044
1055
  "containerDefinitions":{"shape":"ContainerDefinitions"},
1045
1056
  "volumes":{"shape":"VolumeList"}
1046
1057
  }
@@ -1249,6 +1260,7 @@
1249
1260
  "containerDefinitions":{"shape":"ContainerDefinitions"},
1250
1261
  "family":{"shape":"String"},
1251
1262
  "taskRoleArn":{"shape":"String"},
1263
+ "networkMode":{"shape":"NetworkMode"},
1252
1264
  "revision":{"shape":"Integer"},
1253
1265
  "volumes":{"shape":"VolumeList"},
1254
1266
  "status":{"shape":"TaskDefinitionStatus"},
@@ -964,8 +964,7 @@
964
964
  "required":[
965
965
  "KeyId",
966
966
  "ImportToken",
967
- "EncryptedKeyMaterial",
968
- "ValidTo"
967
+ "EncryptedKeyMaterial"
969
968
  ],
970
969
  "members":{
971
970
  "KeyId":{"shape":"KeyIdType"},
@@ -220,25 +220,25 @@
220
220
  "cognito-identity": {
221
221
  "endpoints": {
222
222
  "us-east-1": {},
223
+ "us-west-2": {},
223
224
  "eu-west-1": {},
224
- "ap-northeast-1": {},
225
- "ap-northeast-2": {}
225
+ "ap-northeast-1": {}
226
226
  }
227
227
  },
228
228
  "cognito-idp": {
229
229
  "endpoints": {
230
230
  "us-east-1": {},
231
+ "us-west-2": {},
231
232
  "eu-west-1": {},
232
- "ap-northeast-1": {},
233
- "ap-northeast-2": {}
233
+ "ap-northeast-1": {}
234
234
  }
235
235
  },
236
236
  "cognito-sync": {
237
237
  "endpoints": {
238
238
  "us-east-1": {},
239
+ "us-west-2": {},
239
240
  "eu-west-1": {},
240
- "ap-northeast-1": {},
241
- "ap-northeast-2": {}
241
+ "ap-northeast-1": {}
242
242
  }
243
243
  },
244
244
  "config": {
@@ -316,8 +316,11 @@
316
316
  "us-west-1": {},
317
317
  "us-west-2": {},
318
318
  "ap-northeast-1": {},
319
+ "ap-northeast-2": {},
320
+ "ap-south-1": {},
319
321
  "ap-southeast-1": {},
320
322
  "ap-southeast-2": {},
323
+ "sa-east-1": {},
321
324
  "eu-west-1": {},
322
325
  "eu-central-1": {}
323
326
  }
@@ -601,7 +604,10 @@
601
604
  "us-west-2": {},
602
605
  "us-east-1": {},
603
606
  "eu-west-1": {},
604
- "ap-northeast-1": {}
607
+ "ap-northeast-1": {},
608
+ "ap-northeast-2": {},
609
+ "ap-south-1": {},
610
+ "ap-southeast-2": {}
605
611
  }
606
612
  },
607
613
  "iot": {
@@ -896,6 +902,17 @@
896
902
  "ap-southeast-1": {}
897
903
  }
898
904
  },
905
+ "snowball": {
906
+ "endpoints": {
907
+ "us-east-1": {},
908
+ "us-west-1": {},
909
+ "us-west-2": {},
910
+ "ap-south-1": {},
911
+ "ap-southeast-2": {},
912
+ "eu-central-1": {},
913
+ "eu-west-1": {}
914
+ }
915
+ },
899
916
  "sns": {
900
917
  "defaults": {
901
918
  "protocols": [
@@ -917,18 +934,6 @@
917
934
  "eu-central-1": {}
918
935
  }
919
936
  },
920
- "snowball": {
921
- "endpoints": {
922
- "us-east-1": {},
923
- "us-west-1": {},
924
- "us-west-2": {},
925
- "ap-northeast-1": {},
926
- "ap-south-1": {},
927
- "ap-southeast-2": {},
928
- "eu-west-1": {},
929
- "eu-central-1": {}
930
- }
931
- },
932
937
  "sqs": {
933
938
  "defaults": {
934
939
  "protocols": [
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.5.3'
2
+ VERSION = '2.5.4'
3
3
  end
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.5.3
4
+ version: 2.5.4
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: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2016-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath