aws-sdk-core 2.11.123 → 2.11.124
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/appstream/2016-12-01/api-2.json +26 -3
- data/apis/dynamodb/2012-08-10/api-2.json +136 -33
- data/apis/elasticloadbalancing/2012-06-01/api-2.json +1 -0
- data/apis/elasticloadbalancing/2012-06-01/smoke.json +20 -0
- data/apis/s3/2006-03-01/api-2.json +7 -1
- data/apis/s3/2006-03-01/examples-1.json +65 -65
- 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: c2d174fc75635b421b927eb6132ca001097a9fd1
|
|
4
|
+
data.tar.gz: f031e1a0a3b010c4912abace105934337203fd54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6ac0ef219a991a53d8c5649c889ecea2822c974424e68dfeed969d97cc50370a4262d0545d28723f101a535cc29b8ce6ba7225e4b14e0c77403213423d5be39
|
|
7
|
+
data.tar.gz: c4a7cc97b4779ac0c4818b2e276aa11b8bbd79e1026b43acb657c913c2d78b494aa48f848235d050b01c1ef00630acd4df7880ce2254f2c511a062a514d590e3
|
|
@@ -558,6 +558,22 @@
|
|
|
558
558
|
"Metadata":{"shape":"Metadata"}
|
|
559
559
|
}
|
|
560
560
|
},
|
|
561
|
+
"ApplicationSettings":{
|
|
562
|
+
"type":"structure",
|
|
563
|
+
"required":["Enabled"],
|
|
564
|
+
"members":{
|
|
565
|
+
"Enabled":{"shape":"Boolean"},
|
|
566
|
+
"SettingsGroup":{"shape":"SettingsGroup"}
|
|
567
|
+
}
|
|
568
|
+
},
|
|
569
|
+
"ApplicationSettingsResponse":{
|
|
570
|
+
"type":"structure",
|
|
571
|
+
"members":{
|
|
572
|
+
"Enabled":{"shape":"Boolean"},
|
|
573
|
+
"SettingsGroup":{"shape":"SettingsGroup"},
|
|
574
|
+
"S3BucketName":{"shape":"String"}
|
|
575
|
+
}
|
|
576
|
+
},
|
|
561
577
|
"Applications":{
|
|
562
578
|
"type":"list",
|
|
563
579
|
"member":{"shape":"Application"}
|
|
@@ -753,7 +769,8 @@
|
|
|
753
769
|
"StorageConnectors":{"shape":"StorageConnectorList"},
|
|
754
770
|
"RedirectURL":{"shape":"RedirectURL"},
|
|
755
771
|
"FeedbackURL":{"shape":"FeedbackURL"},
|
|
756
|
-
"UserSettings":{"shape":"UserSettingList"}
|
|
772
|
+
"UserSettings":{"shape":"UserSettingList"},
|
|
773
|
+
"ApplicationSettings":{"shape":"ApplicationSettings"}
|
|
757
774
|
}
|
|
758
775
|
},
|
|
759
776
|
"CreateStackResult":{
|
|
@@ -1501,6 +1518,10 @@
|
|
|
1501
1518
|
"EXPIRED"
|
|
1502
1519
|
]
|
|
1503
1520
|
},
|
|
1521
|
+
"SettingsGroup":{
|
|
1522
|
+
"type":"string",
|
|
1523
|
+
"max":100
|
|
1524
|
+
},
|
|
1504
1525
|
"SharedImagePermissions":{
|
|
1505
1526
|
"type":"structure",
|
|
1506
1527
|
"required":[
|
|
@@ -1529,7 +1550,8 @@
|
|
|
1529
1550
|
"RedirectURL":{"shape":"RedirectURL"},
|
|
1530
1551
|
"FeedbackURL":{"shape":"FeedbackURL"},
|
|
1531
1552
|
"StackErrors":{"shape":"StackErrors"},
|
|
1532
|
-
"UserSettings":{"shape":"UserSettingList"}
|
|
1553
|
+
"UserSettings":{"shape":"UserSettingList"},
|
|
1554
|
+
"ApplicationSettings":{"shape":"ApplicationSettingsResponse"}
|
|
1533
1555
|
}
|
|
1534
1556
|
},
|
|
1535
1557
|
"StackAttribute":{
|
|
@@ -1795,7 +1817,8 @@
|
|
|
1795
1817
|
"RedirectURL":{"shape":"RedirectURL"},
|
|
1796
1818
|
"FeedbackURL":{"shape":"FeedbackURL"},
|
|
1797
1819
|
"AttributesToDelete":{"shape":"StackAttributes"},
|
|
1798
|
-
"UserSettings":{"shape":"UserSettingList"}
|
|
1820
|
+
"UserSettings":{"shape":"UserSettingList"},
|
|
1821
|
+
"ApplicationSettings":{"shape":"ApplicationSettings"}
|
|
1799
1822
|
}
|
|
1800
1823
|
},
|
|
1801
1824
|
"UpdateStackResult":{
|
|
@@ -25,7 +25,9 @@
|
|
|
25
25
|
{"shape":"ProvisionedThroughputExceededException"},
|
|
26
26
|
{"shape":"ResourceNotFoundException"},
|
|
27
27
|
{"shape":"InternalServerError"}
|
|
28
|
-
]
|
|
28
|
+
],
|
|
29
|
+
"endpointdiscovery":{
|
|
30
|
+
}
|
|
29
31
|
},
|
|
30
32
|
"BatchWriteItem":{
|
|
31
33
|
"name":"BatchWriteItem",
|
|
@@ -40,7 +42,9 @@
|
|
|
40
42
|
{"shape":"ResourceNotFoundException"},
|
|
41
43
|
{"shape":"ItemCollectionSizeLimitExceededException"},
|
|
42
44
|
{"shape":"InternalServerError"}
|
|
43
|
-
]
|
|
45
|
+
],
|
|
46
|
+
"endpointdiscovery":{
|
|
47
|
+
}
|
|
44
48
|
},
|
|
45
49
|
"CreateBackup":{
|
|
46
50
|
"name":"CreateBackup",
|
|
@@ -57,7 +61,9 @@
|
|
|
57
61
|
{"shape":"BackupInUseException"},
|
|
58
62
|
{"shape":"LimitExceededException"},
|
|
59
63
|
{"shape":"InternalServerError"}
|
|
60
|
-
]
|
|
64
|
+
],
|
|
65
|
+
"endpointdiscovery":{
|
|
66
|
+
}
|
|
61
67
|
},
|
|
62
68
|
"CreateGlobalTable":{
|
|
63
69
|
"name":"CreateGlobalTable",
|
|
@@ -72,7 +78,9 @@
|
|
|
72
78
|
{"shape":"InternalServerError"},
|
|
73
79
|
{"shape":"GlobalTableAlreadyExistsException"},
|
|
74
80
|
{"shape":"TableNotFoundException"}
|
|
75
|
-
]
|
|
81
|
+
],
|
|
82
|
+
"endpointdiscovery":{
|
|
83
|
+
}
|
|
76
84
|
},
|
|
77
85
|
"CreateTable":{
|
|
78
86
|
"name":"CreateTable",
|
|
@@ -86,7 +94,9 @@
|
|
|
86
94
|
{"shape":"ResourceInUseException"},
|
|
87
95
|
{"shape":"LimitExceededException"},
|
|
88
96
|
{"shape":"InternalServerError"}
|
|
89
|
-
]
|
|
97
|
+
],
|
|
98
|
+
"endpointdiscovery":{
|
|
99
|
+
}
|
|
90
100
|
},
|
|
91
101
|
"DeleteBackup":{
|
|
92
102
|
"name":"DeleteBackup",
|
|
@@ -101,7 +111,9 @@
|
|
|
101
111
|
{"shape":"BackupInUseException"},
|
|
102
112
|
{"shape":"LimitExceededException"},
|
|
103
113
|
{"shape":"InternalServerError"}
|
|
104
|
-
]
|
|
114
|
+
],
|
|
115
|
+
"endpointdiscovery":{
|
|
116
|
+
}
|
|
105
117
|
},
|
|
106
118
|
"DeleteItem":{
|
|
107
119
|
"name":"DeleteItem",
|
|
@@ -117,7 +129,9 @@
|
|
|
117
129
|
{"shape":"ResourceNotFoundException"},
|
|
118
130
|
{"shape":"ItemCollectionSizeLimitExceededException"},
|
|
119
131
|
{"shape":"InternalServerError"}
|
|
120
|
-
]
|
|
132
|
+
],
|
|
133
|
+
"endpointdiscovery":{
|
|
134
|
+
}
|
|
121
135
|
},
|
|
122
136
|
"DeleteTable":{
|
|
123
137
|
"name":"DeleteTable",
|
|
@@ -132,7 +146,9 @@
|
|
|
132
146
|
{"shape":"ResourceNotFoundException"},
|
|
133
147
|
{"shape":"LimitExceededException"},
|
|
134
148
|
{"shape":"InternalServerError"}
|
|
135
|
-
]
|
|
149
|
+
],
|
|
150
|
+
"endpointdiscovery":{
|
|
151
|
+
}
|
|
136
152
|
},
|
|
137
153
|
"DescribeBackup":{
|
|
138
154
|
"name":"DescribeBackup",
|
|
@@ -145,7 +161,9 @@
|
|
|
145
161
|
"errors":[
|
|
146
162
|
{"shape":"BackupNotFoundException"},
|
|
147
163
|
{"shape":"InternalServerError"}
|
|
148
|
-
]
|
|
164
|
+
],
|
|
165
|
+
"endpointdiscovery":{
|
|
166
|
+
}
|
|
149
167
|
},
|
|
150
168
|
"DescribeContinuousBackups":{
|
|
151
169
|
"name":"DescribeContinuousBackups",
|
|
@@ -158,7 +176,19 @@
|
|
|
158
176
|
"errors":[
|
|
159
177
|
{"shape":"TableNotFoundException"},
|
|
160
178
|
{"shape":"InternalServerError"}
|
|
161
|
-
]
|
|
179
|
+
],
|
|
180
|
+
"endpointdiscovery":{
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"DescribeEndpoints":{
|
|
184
|
+
"name":"DescribeEndpoints",
|
|
185
|
+
"http":{
|
|
186
|
+
"method":"POST",
|
|
187
|
+
"requestUri":"/"
|
|
188
|
+
},
|
|
189
|
+
"input":{"shape":"DescribeEndpointsRequest"},
|
|
190
|
+
"output":{"shape":"DescribeEndpointsResponse"},
|
|
191
|
+
"endpointoperation":true
|
|
162
192
|
},
|
|
163
193
|
"DescribeGlobalTable":{
|
|
164
194
|
"name":"DescribeGlobalTable",
|
|
@@ -171,7 +201,9 @@
|
|
|
171
201
|
"errors":[
|
|
172
202
|
{"shape":"InternalServerError"},
|
|
173
203
|
{"shape":"GlobalTableNotFoundException"}
|
|
174
|
-
]
|
|
204
|
+
],
|
|
205
|
+
"endpointdiscovery":{
|
|
206
|
+
}
|
|
175
207
|
},
|
|
176
208
|
"DescribeGlobalTableSettings":{
|
|
177
209
|
"name":"DescribeGlobalTableSettings",
|
|
@@ -184,7 +216,9 @@
|
|
|
184
216
|
"errors":[
|
|
185
217
|
{"shape":"GlobalTableNotFoundException"},
|
|
186
218
|
{"shape":"InternalServerError"}
|
|
187
|
-
]
|
|
219
|
+
],
|
|
220
|
+
"endpointdiscovery":{
|
|
221
|
+
}
|
|
188
222
|
},
|
|
189
223
|
"DescribeLimits":{
|
|
190
224
|
"name":"DescribeLimits",
|
|
@@ -196,7 +230,9 @@
|
|
|
196
230
|
"output":{"shape":"DescribeLimitsOutput"},
|
|
197
231
|
"errors":[
|
|
198
232
|
{"shape":"InternalServerError"}
|
|
199
|
-
]
|
|
233
|
+
],
|
|
234
|
+
"endpointdiscovery":{
|
|
235
|
+
}
|
|
200
236
|
},
|
|
201
237
|
"DescribeTable":{
|
|
202
238
|
"name":"DescribeTable",
|
|
@@ -209,7 +245,9 @@
|
|
|
209
245
|
"errors":[
|
|
210
246
|
{"shape":"ResourceNotFoundException"},
|
|
211
247
|
{"shape":"InternalServerError"}
|
|
212
|
-
]
|
|
248
|
+
],
|
|
249
|
+
"endpointdiscovery":{
|
|
250
|
+
}
|
|
213
251
|
},
|
|
214
252
|
"DescribeTimeToLive":{
|
|
215
253
|
"name":"DescribeTimeToLive",
|
|
@@ -222,7 +260,9 @@
|
|
|
222
260
|
"errors":[
|
|
223
261
|
{"shape":"ResourceNotFoundException"},
|
|
224
262
|
{"shape":"InternalServerError"}
|
|
225
|
-
]
|
|
263
|
+
],
|
|
264
|
+
"endpointdiscovery":{
|
|
265
|
+
}
|
|
226
266
|
},
|
|
227
267
|
"GetItem":{
|
|
228
268
|
"name":"GetItem",
|
|
@@ -236,7 +276,9 @@
|
|
|
236
276
|
{"shape":"ProvisionedThroughputExceededException"},
|
|
237
277
|
{"shape":"ResourceNotFoundException"},
|
|
238
278
|
{"shape":"InternalServerError"}
|
|
239
|
-
]
|
|
279
|
+
],
|
|
280
|
+
"endpointdiscovery":{
|
|
281
|
+
}
|
|
240
282
|
},
|
|
241
283
|
"ListBackups":{
|
|
242
284
|
"name":"ListBackups",
|
|
@@ -248,7 +290,9 @@
|
|
|
248
290
|
"output":{"shape":"ListBackupsOutput"},
|
|
249
291
|
"errors":[
|
|
250
292
|
{"shape":"InternalServerError"}
|
|
251
|
-
]
|
|
293
|
+
],
|
|
294
|
+
"endpointdiscovery":{
|
|
295
|
+
}
|
|
252
296
|
},
|
|
253
297
|
"ListGlobalTables":{
|
|
254
298
|
"name":"ListGlobalTables",
|
|
@@ -260,7 +304,9 @@
|
|
|
260
304
|
"output":{"shape":"ListGlobalTablesOutput"},
|
|
261
305
|
"errors":[
|
|
262
306
|
{"shape":"InternalServerError"}
|
|
263
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"endpointdiscovery":{
|
|
309
|
+
}
|
|
264
310
|
},
|
|
265
311
|
"ListTables":{
|
|
266
312
|
"name":"ListTables",
|
|
@@ -272,7 +318,9 @@
|
|
|
272
318
|
"output":{"shape":"ListTablesOutput"},
|
|
273
319
|
"errors":[
|
|
274
320
|
{"shape":"InternalServerError"}
|
|
275
|
-
]
|
|
321
|
+
],
|
|
322
|
+
"endpointdiscovery":{
|
|
323
|
+
}
|
|
276
324
|
},
|
|
277
325
|
"ListTagsOfResource":{
|
|
278
326
|
"name":"ListTagsOfResource",
|
|
@@ -285,7 +333,9 @@
|
|
|
285
333
|
"errors":[
|
|
286
334
|
{"shape":"ResourceNotFoundException"},
|
|
287
335
|
{"shape":"InternalServerError"}
|
|
288
|
-
]
|
|
336
|
+
],
|
|
337
|
+
"endpointdiscovery":{
|
|
338
|
+
}
|
|
289
339
|
},
|
|
290
340
|
"PutItem":{
|
|
291
341
|
"name":"PutItem",
|
|
@@ -301,7 +351,9 @@
|
|
|
301
351
|
{"shape":"ResourceNotFoundException"},
|
|
302
352
|
{"shape":"ItemCollectionSizeLimitExceededException"},
|
|
303
353
|
{"shape":"InternalServerError"}
|
|
304
|
-
]
|
|
354
|
+
],
|
|
355
|
+
"endpointdiscovery":{
|
|
356
|
+
}
|
|
305
357
|
},
|
|
306
358
|
"Query":{
|
|
307
359
|
"name":"Query",
|
|
@@ -315,7 +367,9 @@
|
|
|
315
367
|
{"shape":"ProvisionedThroughputExceededException"},
|
|
316
368
|
{"shape":"ResourceNotFoundException"},
|
|
317
369
|
{"shape":"InternalServerError"}
|
|
318
|
-
]
|
|
370
|
+
],
|
|
371
|
+
"endpointdiscovery":{
|
|
372
|
+
}
|
|
319
373
|
},
|
|
320
374
|
"RestoreTableFromBackup":{
|
|
321
375
|
"name":"RestoreTableFromBackup",
|
|
@@ -332,7 +386,9 @@
|
|
|
332
386
|
{"shape":"BackupInUseException"},
|
|
333
387
|
{"shape":"LimitExceededException"},
|
|
334
388
|
{"shape":"InternalServerError"}
|
|
335
|
-
]
|
|
389
|
+
],
|
|
390
|
+
"endpointdiscovery":{
|
|
391
|
+
}
|
|
336
392
|
},
|
|
337
393
|
"RestoreTableToPointInTime":{
|
|
338
394
|
"name":"RestoreTableToPointInTime",
|
|
@@ -350,7 +406,9 @@
|
|
|
350
406
|
{"shape":"InvalidRestoreTimeException"},
|
|
351
407
|
{"shape":"PointInTimeRecoveryUnavailableException"},
|
|
352
408
|
{"shape":"InternalServerError"}
|
|
353
|
-
]
|
|
409
|
+
],
|
|
410
|
+
"endpointdiscovery":{
|
|
411
|
+
}
|
|
354
412
|
},
|
|
355
413
|
"Scan":{
|
|
356
414
|
"name":"Scan",
|
|
@@ -364,7 +422,9 @@
|
|
|
364
422
|
{"shape":"ProvisionedThroughputExceededException"},
|
|
365
423
|
{"shape":"ResourceNotFoundException"},
|
|
366
424
|
{"shape":"InternalServerError"}
|
|
367
|
-
]
|
|
425
|
+
],
|
|
426
|
+
"endpointdiscovery":{
|
|
427
|
+
}
|
|
368
428
|
},
|
|
369
429
|
"TagResource":{
|
|
370
430
|
"name":"TagResource",
|
|
@@ -378,7 +438,9 @@
|
|
|
378
438
|
{"shape":"ResourceNotFoundException"},
|
|
379
439
|
{"shape":"InternalServerError"},
|
|
380
440
|
{"shape":"ResourceInUseException"}
|
|
381
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"endpointdiscovery":{
|
|
443
|
+
}
|
|
382
444
|
},
|
|
383
445
|
"UntagResource":{
|
|
384
446
|
"name":"UntagResource",
|
|
@@ -392,7 +454,9 @@
|
|
|
392
454
|
{"shape":"ResourceNotFoundException"},
|
|
393
455
|
{"shape":"InternalServerError"},
|
|
394
456
|
{"shape":"ResourceInUseException"}
|
|
395
|
-
]
|
|
457
|
+
],
|
|
458
|
+
"endpointdiscovery":{
|
|
459
|
+
}
|
|
396
460
|
},
|
|
397
461
|
"UpdateContinuousBackups":{
|
|
398
462
|
"name":"UpdateContinuousBackups",
|
|
@@ -406,7 +470,9 @@
|
|
|
406
470
|
{"shape":"TableNotFoundException"},
|
|
407
471
|
{"shape":"ContinuousBackupsUnavailableException"},
|
|
408
472
|
{"shape":"InternalServerError"}
|
|
409
|
-
]
|
|
473
|
+
],
|
|
474
|
+
"endpointdiscovery":{
|
|
475
|
+
}
|
|
410
476
|
},
|
|
411
477
|
"UpdateGlobalTable":{
|
|
412
478
|
"name":"UpdateGlobalTable",
|
|
@@ -422,7 +488,9 @@
|
|
|
422
488
|
{"shape":"ReplicaAlreadyExistsException"},
|
|
423
489
|
{"shape":"ReplicaNotFoundException"},
|
|
424
490
|
{"shape":"TableNotFoundException"}
|
|
425
|
-
]
|
|
491
|
+
],
|
|
492
|
+
"endpointdiscovery":{
|
|
493
|
+
}
|
|
426
494
|
},
|
|
427
495
|
"UpdateGlobalTableSettings":{
|
|
428
496
|
"name":"UpdateGlobalTableSettings",
|
|
@@ -439,7 +507,9 @@
|
|
|
439
507
|
{"shape":"LimitExceededException"},
|
|
440
508
|
{"shape":"ResourceInUseException"},
|
|
441
509
|
{"shape":"InternalServerError"}
|
|
442
|
-
]
|
|
510
|
+
],
|
|
511
|
+
"endpointdiscovery":{
|
|
512
|
+
}
|
|
443
513
|
},
|
|
444
514
|
"UpdateItem":{
|
|
445
515
|
"name":"UpdateItem",
|
|
@@ -455,7 +525,9 @@
|
|
|
455
525
|
{"shape":"ResourceNotFoundException"},
|
|
456
526
|
{"shape":"ItemCollectionSizeLimitExceededException"},
|
|
457
527
|
{"shape":"InternalServerError"}
|
|
458
|
-
]
|
|
528
|
+
],
|
|
529
|
+
"endpointdiscovery":{
|
|
530
|
+
}
|
|
459
531
|
},
|
|
460
532
|
"UpdateTable":{
|
|
461
533
|
"name":"UpdateTable",
|
|
@@ -470,7 +542,9 @@
|
|
|
470
542
|
{"shape":"ResourceNotFoundException"},
|
|
471
543
|
{"shape":"LimitExceededException"},
|
|
472
544
|
{"shape":"InternalServerError"}
|
|
473
|
-
]
|
|
545
|
+
],
|
|
546
|
+
"endpointdiscovery":{
|
|
547
|
+
}
|
|
474
548
|
},
|
|
475
549
|
"UpdateTimeToLive":{
|
|
476
550
|
"name":"UpdateTimeToLive",
|
|
@@ -485,7 +559,9 @@
|
|
|
485
559
|
{"shape":"ResourceNotFoundException"},
|
|
486
560
|
{"shape":"LimitExceededException"},
|
|
487
561
|
{"shape":"InternalServerError"}
|
|
488
|
-
]
|
|
562
|
+
],
|
|
563
|
+
"endpointdiscovery":{
|
|
564
|
+
}
|
|
489
565
|
}
|
|
490
566
|
},
|
|
491
567
|
"shapes":{
|
|
@@ -1059,6 +1135,18 @@
|
|
|
1059
1135
|
"ContinuousBackupsDescription":{"shape":"ContinuousBackupsDescription"}
|
|
1060
1136
|
}
|
|
1061
1137
|
},
|
|
1138
|
+
"DescribeEndpointsRequest":{
|
|
1139
|
+
"type":"structure",
|
|
1140
|
+
"members":{
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
"DescribeEndpointsResponse":{
|
|
1144
|
+
"type":"structure",
|
|
1145
|
+
"required":["Endpoints"],
|
|
1146
|
+
"members":{
|
|
1147
|
+
"Endpoints":{"shape":"Endpoints"}
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1062
1150
|
"DescribeGlobalTableInput":{
|
|
1063
1151
|
"type":"structure",
|
|
1064
1152
|
"required":["GlobalTableName"],
|
|
@@ -1127,6 +1215,21 @@
|
|
|
1127
1215
|
}
|
|
1128
1216
|
},
|
|
1129
1217
|
"Double":{"type":"double"},
|
|
1218
|
+
"Endpoint":{
|
|
1219
|
+
"type":"structure",
|
|
1220
|
+
"required":[
|
|
1221
|
+
"Address",
|
|
1222
|
+
"CachePeriodInMinutes"
|
|
1223
|
+
],
|
|
1224
|
+
"members":{
|
|
1225
|
+
"Address":{"shape":"String"},
|
|
1226
|
+
"CachePeriodInMinutes":{"shape":"Long"}
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
"Endpoints":{
|
|
1230
|
+
"type":"list",
|
|
1231
|
+
"member":{"shape":"Endpoint"}
|
|
1232
|
+
},
|
|
1130
1233
|
"ErrorMessage":{"type":"string"},
|
|
1131
1234
|
"ExpectedAttributeMap":{
|
|
1132
1235
|
"type":"map",
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"endpointPrefix":"elasticloadbalancing",
|
|
6
6
|
"protocol":"query",
|
|
7
7
|
"serviceFullName":"Elastic Load Balancing",
|
|
8
|
+
"serviceId":"Elastic Load Balancing",
|
|
8
9
|
"signatureVersion":"v4",
|
|
9
10
|
"uid":"elasticloadbalancing-2012-06-01",
|
|
10
11
|
"xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"defaultRegion": "us-west-2",
|
|
4
|
+
"testCases": [
|
|
5
|
+
{
|
|
6
|
+
"operationName": "DescribeLoadBalancers",
|
|
7
|
+
"input": {},
|
|
8
|
+
"errorExpectedFromService": false
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"operationName": "DescribeLoadBalancers",
|
|
12
|
+
"input": {
|
|
13
|
+
"LoadBalancerNames": [
|
|
14
|
+
"fake_load_balancer"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"errorExpectedFromService": true
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
|
@@ -3200,7 +3200,8 @@
|
|
|
3200
3200
|
"members":{
|
|
3201
3201
|
"CSV":{"shape":"CSVInput"},
|
|
3202
3202
|
"CompressionType":{"shape":"CompressionType"},
|
|
3203
|
-
"JSON":{"shape":"JSONInput"}
|
|
3203
|
+
"JSON":{"shape":"JSONInput"},
|
|
3204
|
+
"Parquet":{"shape":"ParquetInput"}
|
|
3204
3205
|
}
|
|
3205
3206
|
},
|
|
3206
3207
|
"InventoryConfiguration":{
|
|
@@ -4147,6 +4148,11 @@
|
|
|
4147
4148
|
"type":"string",
|
|
4148
4149
|
"enum":["Destination"]
|
|
4149
4150
|
},
|
|
4151
|
+
"ParquetInput":{
|
|
4152
|
+
"type":"structure",
|
|
4153
|
+
"members":{
|
|
4154
|
+
}
|
|
4155
|
+
},
|
|
4150
4156
|
"Part":{
|
|
4151
4157
|
"type":"structure",
|
|
4152
4158
|
"members":{
|
|
@@ -257,8 +257,10 @@
|
|
|
257
257
|
"DeleteObject": [
|
|
258
258
|
{
|
|
259
259
|
"input": {
|
|
260
|
-
"Bucket": "
|
|
261
|
-
"Key": "
|
|
260
|
+
"Bucket": "examplebucket",
|
|
261
|
+
"Key": "objectkey.jpg"
|
|
262
|
+
},
|
|
263
|
+
"output": {
|
|
262
264
|
},
|
|
263
265
|
"comments": {
|
|
264
266
|
"input": {
|
|
@@ -266,16 +268,14 @@
|
|
|
266
268
|
"output": {
|
|
267
269
|
}
|
|
268
270
|
},
|
|
269
|
-
"description": "The following example deletes an object from
|
|
270
|
-
"id": "to-delete-an-object-
|
|
271
|
-
"title": "To delete an object
|
|
271
|
+
"description": "The following example deletes an object from an S3 bucket.",
|
|
272
|
+
"id": "to-delete-an-object-1472850136595",
|
|
273
|
+
"title": "To delete an object"
|
|
272
274
|
},
|
|
273
275
|
{
|
|
274
276
|
"input": {
|
|
275
|
-
"Bucket": "
|
|
276
|
-
"Key": "
|
|
277
|
-
},
|
|
278
|
-
"output": {
|
|
277
|
+
"Bucket": "ExampleBucket",
|
|
278
|
+
"Key": "HappyFace.jpg"
|
|
279
279
|
},
|
|
280
280
|
"comments": {
|
|
281
281
|
"input": {
|
|
@@ -283,9 +283,9 @@
|
|
|
283
283
|
"output": {
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
|
-
"description": "The following example deletes an object from
|
|
287
|
-
"id": "to-delete-an-object-
|
|
288
|
-
"title": "To delete an object"
|
|
286
|
+
"description": "The following example deletes an object from a non-versioned bucket.",
|
|
287
|
+
"id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
|
|
288
|
+
"title": "To delete an object (from a non-versioned bucket)"
|
|
289
289
|
}
|
|
290
290
|
],
|
|
291
291
|
"DeleteObjectTagging": [
|
|
@@ -1569,14 +1569,34 @@
|
|
|
1569
1569
|
"input": {
|
|
1570
1570
|
"Body": "filetoupload",
|
|
1571
1571
|
"Bucket": "examplebucket",
|
|
1572
|
-
"Key": "
|
|
1572
|
+
"Key": "objectkey"
|
|
1573
|
+
},
|
|
1574
|
+
"output": {
|
|
1575
|
+
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1576
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
1577
|
+
},
|
|
1578
|
+
"comments": {
|
|
1579
|
+
"input": {
|
|
1580
|
+
},
|
|
1581
|
+
"output": {
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1585
|
+
"id": "to-create-an-object-1483147613675",
|
|
1586
|
+
"title": "To create an object."
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"input": {
|
|
1590
|
+
"Body": "HappyFace.jpg",
|
|
1591
|
+
"Bucket": "examplebucket",
|
|
1592
|
+
"Key": "HappyFace.jpg",
|
|
1573
1593
|
"ServerSideEncryption": "AES256",
|
|
1574
|
-
"
|
|
1594
|
+
"StorageClass": "STANDARD_IA"
|
|
1575
1595
|
},
|
|
1576
1596
|
"output": {
|
|
1577
1597
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1578
1598
|
"ServerSideEncryption": "AES256",
|
|
1579
|
-
"VersionId": "
|
|
1599
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
1580
1600
|
},
|
|
1581
1601
|
"comments": {
|
|
1582
1602
|
"input": {
|
|
@@ -1584,9 +1604,9 @@
|
|
|
1584
1604
|
"output": {
|
|
1585
1605
|
}
|
|
1586
1606
|
},
|
|
1587
|
-
"description": "The following example uploads
|
|
1588
|
-
"id": "to-upload-an-object-
|
|
1589
|
-
"title": "To upload an object
|
|
1607
|
+
"description": "The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.",
|
|
1608
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
|
1609
|
+
"title": "To upload an object (specify optional headers)"
|
|
1590
1610
|
},
|
|
1591
1611
|
{
|
|
1592
1612
|
"input": {
|
|
@@ -1633,11 +1653,15 @@
|
|
|
1633
1653
|
"input": {
|
|
1634
1654
|
"Body": "filetoupload",
|
|
1635
1655
|
"Bucket": "examplebucket",
|
|
1636
|
-
"Key": "
|
|
1656
|
+
"Key": "exampleobject",
|
|
1657
|
+
"Metadata": {
|
|
1658
|
+
"metadata1": "value1",
|
|
1659
|
+
"metadata2": "value2"
|
|
1660
|
+
}
|
|
1637
1661
|
},
|
|
1638
1662
|
"output": {
|
|
1639
1663
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1640
|
-
"VersionId": "
|
|
1664
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
|
1641
1665
|
},
|
|
1642
1666
|
"comments": {
|
|
1643
1667
|
"input": {
|
|
@@ -1645,9 +1669,9 @@
|
|
|
1645
1669
|
"output": {
|
|
1646
1670
|
}
|
|
1647
1671
|
},
|
|
1648
|
-
"description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1649
|
-
"id": "to-
|
|
1650
|
-
"title": "To
|
|
1672
|
+
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1673
|
+
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
|
1674
|
+
"title": "To upload object and specify user-defined metadata"
|
|
1651
1675
|
},
|
|
1652
1676
|
{
|
|
1653
1677
|
"input": {
|
|
@@ -1675,37 +1699,13 @@
|
|
|
1675
1699
|
"Body": "filetoupload",
|
|
1676
1700
|
"Bucket": "examplebucket",
|
|
1677
1701
|
"Key": "exampleobject",
|
|
1678
|
-
"Metadata": {
|
|
1679
|
-
"metadata1": "value1",
|
|
1680
|
-
"metadata2": "value2"
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
"output": {
|
|
1684
|
-
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1685
|
-
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
|
1686
|
-
},
|
|
1687
|
-
"comments": {
|
|
1688
|
-
"input": {
|
|
1689
|
-
},
|
|
1690
|
-
"output": {
|
|
1691
|
-
}
|
|
1692
|
-
},
|
|
1693
|
-
"description": "The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1694
|
-
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
|
1695
|
-
"title": "To upload object and specify user-defined metadata"
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"input": {
|
|
1699
|
-
"Body": "HappyFace.jpg",
|
|
1700
|
-
"Bucket": "examplebucket",
|
|
1701
|
-
"Key": "HappyFace.jpg",
|
|
1702
1702
|
"ServerSideEncryption": "AES256",
|
|
1703
|
-
"
|
|
1703
|
+
"Tagging": "key1=value1&key2=value2"
|
|
1704
1704
|
},
|
|
1705
1705
|
"output": {
|
|
1706
1706
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
|
1707
1707
|
"ServerSideEncryption": "AES256",
|
|
1708
|
-
"VersionId": "
|
|
1708
|
+
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
1709
1709
|
},
|
|
1710
1710
|
"comments": {
|
|
1711
1711
|
"input": {
|
|
@@ -1713,9 +1713,9 @@
|
|
|
1713
1713
|
"output": {
|
|
1714
1714
|
}
|
|
1715
1715
|
},
|
|
1716
|
-
"description": "The following example uploads
|
|
1717
|
-
"id": "to-upload-an-object-
|
|
1718
|
-
"title": "To upload an object
|
|
1716
|
+
"description": "The following example uploads and object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.",
|
|
1717
|
+
"id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
|
|
1718
|
+
"title": "To upload an object and specify server-side encryption and object tags"
|
|
1719
1719
|
}
|
|
1720
1720
|
],
|
|
1721
1721
|
"PutObjectAcl": [
|
|
@@ -1826,15 +1826,14 @@
|
|
|
1826
1826
|
"input": {
|
|
1827
1827
|
"Bucket": "examplebucket",
|
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
|
1829
|
-
"CopySourceRange": "bytes=1-100000",
|
|
1830
1829
|
"Key": "examplelargeobject",
|
|
1831
|
-
"PartNumber": "
|
|
1830
|
+
"PartNumber": "1",
|
|
1832
1831
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
|
1833
1832
|
},
|
|
1834
1833
|
"output": {
|
|
1835
1834
|
"CopyPartResult": {
|
|
1836
|
-
"ETag": "\"
|
|
1837
|
-
"LastModified": "2016-12-29T21:
|
|
1835
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
|
1836
|
+
"LastModified": "2016-12-29T21:24:43.000Z"
|
|
1838
1837
|
}
|
|
1839
1838
|
},
|
|
1840
1839
|
"comments": {
|
|
@@ -1843,22 +1842,23 @@
|
|
|
1843
1842
|
"output": {
|
|
1844
1843
|
}
|
|
1845
1844
|
},
|
|
1846
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
|
1847
|
-
"id": "to-upload-a-part-by-copying-
|
|
1848
|
-
"title": "To upload a part by copying
|
|
1845
|
+
"description": "The following example uploads a part of a multipart upload by copying data from an existing object as data source.",
|
|
1846
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
|
1847
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
|
1849
1848
|
},
|
|
1850
1849
|
{
|
|
1851
1850
|
"input": {
|
|
1852
1851
|
"Bucket": "examplebucket",
|
|
1853
1852
|
"CopySource": "/bucketname/sourceobjectkey",
|
|
1853
|
+
"CopySourceRange": "bytes=1-100000",
|
|
1854
1854
|
"Key": "examplelargeobject",
|
|
1855
|
-
"PartNumber": "
|
|
1855
|
+
"PartNumber": "2",
|
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
|
1857
1857
|
},
|
|
1858
1858
|
"output": {
|
|
1859
1859
|
"CopyPartResult": {
|
|
1860
|
-
"ETag": "\"
|
|
1861
|
-
"LastModified": "2016-12-29T21:
|
|
1860
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
|
1861
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
|
1862
1862
|
}
|
|
1863
1863
|
},
|
|
1864
1864
|
"comments": {
|
|
@@ -1867,9 +1867,9 @@
|
|
|
1867
1867
|
"output": {
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
|
1871
|
-
"id": "to-upload-a-part-by-copying-
|
|
1872
|
-
"title": "To upload a part by copying
|
|
1870
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
|
1871
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
|
1872
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
|
1873
1873
|
}
|
|
1874
1874
|
]
|
|
1875
1875
|
}
|
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.124
|
|
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: 2018-09-
|
|
11
|
+
date: 2018-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -284,6 +284,7 @@ files:
|
|
|
284
284
|
- apis/elasticloadbalancing/2012-06-01/api-2.json
|
|
285
285
|
- apis/elasticloadbalancing/2012-06-01/examples-1.json
|
|
286
286
|
- apis/elasticloadbalancing/2012-06-01/paginators-1.json
|
|
287
|
+
- apis/elasticloadbalancing/2012-06-01/smoke.json
|
|
287
288
|
- apis/elasticloadbalancing/2012-06-01/waiters-2.json
|
|
288
289
|
- apis/elasticloadbalancingv2/2015-12-01/api-2.json
|
|
289
290
|
- apis/elasticloadbalancingv2/2015-12-01/examples-1.json
|