aws-sdk 2.1639.0 → 2.1640.0

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.
@@ -308,7 +308,6 @@ export abstract class ConfigurationServicePlaceholders {
308
308
  redshiftserverless?: AWS.RedshiftServerless.Types.ClientConfiguration;
309
309
  rolesanywhere?: AWS.RolesAnywhere.Types.ClientConfiguration;
310
310
  licensemanagerusersubscriptions?: AWS.LicenseManagerUserSubscriptions.Types.ClientConfiguration;
311
- backupstorage?: AWS.BackupStorage.Types.ClientConfiguration;
312
311
  privatenetworks?: AWS.PrivateNetworks.Types.ClientConfiguration;
313
312
  supportapp?: AWS.SupportApp.Types.ClientConfiguration;
314
313
  controltower?: AWS.ControlTower.Types.ClientConfiguration;
@@ -384,6 +383,7 @@ export abstract class ConfigurationServicePlaceholders {
384
383
  taxsettings?: AWS.TaxSettings.Types.ClientConfiguration;
385
384
  applicationsignals?: AWS.ApplicationSignals.Types.ClientConfiguration;
386
385
  pcaconnectorscep?: AWS.PcaConnectorScep.Types.ClientConfiguration;
386
+ apptest?: AWS.AppTest.Types.ClientConfiguration;
387
387
  }
388
388
  export interface ConfigurationServiceApiVersions {
389
389
  acm?: AWS.ACM.Types.apiVersion;
@@ -694,7 +694,6 @@ export interface ConfigurationServiceApiVersions {
694
694
  redshiftserverless?: AWS.RedshiftServerless.Types.apiVersion;
695
695
  rolesanywhere?: AWS.RolesAnywhere.Types.apiVersion;
696
696
  licensemanagerusersubscriptions?: AWS.LicenseManagerUserSubscriptions.Types.apiVersion;
697
- backupstorage?: AWS.BackupStorage.Types.apiVersion;
698
697
  privatenetworks?: AWS.PrivateNetworks.Types.apiVersion;
699
698
  supportapp?: AWS.SupportApp.Types.apiVersion;
700
699
  controltower?: AWS.ControlTower.Types.apiVersion;
@@ -770,4 +769,5 @@ export interface ConfigurationServiceApiVersions {
770
769
  taxsettings?: AWS.TaxSettings.Types.apiVersion;
771
770
  applicationsignals?: AWS.ApplicationSignals.Types.apiVersion;
772
771
  pcaconnectorscep?: AWS.PcaConnectorScep.Types.apiVersion;
772
+ apptest?: AWS.AppTest.Types.apiVersion;
773
773
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1639.0',
23
+ VERSION: '2.1640.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1639.0",
4
+ "version": "2.1640.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -1,522 +0,0 @@
1
- {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2018-04-10",
5
- "endpointPrefix": "backupstorage",
6
- "jsonVersion": "1.1",
7
- "protocol": "rest-json",
8
- "serviceFullName": "AWS Backup Storage",
9
- "serviceId": "BackupStorage",
10
- "signatureVersion": "v4",
11
- "signingName": "backup-storage",
12
- "uid": "backupstorage-2018-04-10"
13
- },
14
- "operations": {
15
- "DeleteObject": {
16
- "http": {
17
- "method": "DELETE",
18
- "requestUri": "/backup-jobs/{jobId}/object/{objectName}"
19
- },
20
- "input": {
21
- "type": "structure",
22
- "required": [
23
- "BackupJobId",
24
- "ObjectName"
25
- ],
26
- "members": {
27
- "BackupJobId": {
28
- "location": "uri",
29
- "locationName": "jobId"
30
- },
31
- "ObjectName": {
32
- "location": "uri",
33
- "locationName": "objectName"
34
- }
35
- }
36
- }
37
- },
38
- "GetChunk": {
39
- "http": {
40
- "method": "GET",
41
- "requestUri": "/restore-jobs/{jobId}/chunk/{chunkToken}"
42
- },
43
- "input": {
44
- "type": "structure",
45
- "required": [
46
- "StorageJobId",
47
- "ChunkToken"
48
- ],
49
- "members": {
50
- "StorageJobId": {
51
- "location": "uri",
52
- "locationName": "jobId"
53
- },
54
- "ChunkToken": {
55
- "location": "uri",
56
- "locationName": "chunkToken"
57
- }
58
- }
59
- },
60
- "output": {
61
- "type": "structure",
62
- "required": [
63
- "Data",
64
- "Length",
65
- "Checksum",
66
- "ChecksumAlgorithm"
67
- ],
68
- "members": {
69
- "Data": {
70
- "shape": "S5"
71
- },
72
- "Length": {
73
- "location": "header",
74
- "locationName": "x-amz-data-length",
75
- "type": "long"
76
- },
77
- "Checksum": {
78
- "location": "header",
79
- "locationName": "x-amz-checksum"
80
- },
81
- "ChecksumAlgorithm": {
82
- "location": "header",
83
- "locationName": "x-amz-checksum-algorithm"
84
- }
85
- },
86
- "payload": "Data"
87
- }
88
- },
89
- "GetObjectMetadata": {
90
- "http": {
91
- "method": "GET",
92
- "requestUri": "/restore-jobs/{jobId}/object/{objectToken}/metadata"
93
- },
94
- "input": {
95
- "type": "structure",
96
- "required": [
97
- "StorageJobId",
98
- "ObjectToken"
99
- ],
100
- "members": {
101
- "StorageJobId": {
102
- "location": "uri",
103
- "locationName": "jobId"
104
- },
105
- "ObjectToken": {
106
- "location": "uri",
107
- "locationName": "objectToken"
108
- }
109
- }
110
- },
111
- "output": {
112
- "type": "structure",
113
- "members": {
114
- "MetadataString": {
115
- "location": "header",
116
- "locationName": "x-amz-metadata-string"
117
- },
118
- "MetadataBlob": {
119
- "shape": "S5"
120
- },
121
- "MetadataBlobLength": {
122
- "location": "header",
123
- "locationName": "x-amz-data-length",
124
- "type": "long"
125
- },
126
- "MetadataBlobChecksum": {
127
- "location": "header",
128
- "locationName": "x-amz-checksum"
129
- },
130
- "MetadataBlobChecksumAlgorithm": {
131
- "location": "header",
132
- "locationName": "x-amz-checksum-algorithm"
133
- }
134
- },
135
- "payload": "MetadataBlob"
136
- }
137
- },
138
- "ListChunks": {
139
- "http": {
140
- "method": "GET",
141
- "requestUri": "/restore-jobs/{jobId}/chunks/{objectToken}/list"
142
- },
143
- "input": {
144
- "type": "structure",
145
- "required": [
146
- "StorageJobId",
147
- "ObjectToken"
148
- ],
149
- "members": {
150
- "StorageJobId": {
151
- "location": "uri",
152
- "locationName": "jobId"
153
- },
154
- "ObjectToken": {
155
- "location": "uri",
156
- "locationName": "objectToken"
157
- },
158
- "MaxResults": {
159
- "location": "querystring",
160
- "locationName": "max-results",
161
- "type": "integer"
162
- },
163
- "NextToken": {
164
- "location": "querystring",
165
- "locationName": "next-token"
166
- }
167
- }
168
- },
169
- "output": {
170
- "type": "structure",
171
- "required": [
172
- "ChunkList"
173
- ],
174
- "members": {
175
- "ChunkList": {
176
- "type": "list",
177
- "member": {
178
- "type": "structure",
179
- "required": [
180
- "Index",
181
- "Length",
182
- "Checksum",
183
- "ChecksumAlgorithm",
184
- "ChunkToken"
185
- ],
186
- "members": {
187
- "Index": {
188
- "type": "long"
189
- },
190
- "Length": {
191
- "type": "long"
192
- },
193
- "Checksum": {},
194
- "ChecksumAlgorithm": {},
195
- "ChunkToken": {}
196
- }
197
- }
198
- },
199
- "NextToken": {}
200
- }
201
- }
202
- },
203
- "ListObjects": {
204
- "http": {
205
- "method": "GET",
206
- "requestUri": "/restore-jobs/{jobId}/objects/list"
207
- },
208
- "input": {
209
- "type": "structure",
210
- "required": [
211
- "StorageJobId"
212
- ],
213
- "members": {
214
- "StorageJobId": {
215
- "location": "uri",
216
- "locationName": "jobId"
217
- },
218
- "StartingObjectName": {
219
- "location": "querystring",
220
- "locationName": "starting-object-name"
221
- },
222
- "StartingObjectPrefix": {
223
- "location": "querystring",
224
- "locationName": "starting-object-prefix"
225
- },
226
- "MaxResults": {
227
- "location": "querystring",
228
- "locationName": "max-results",
229
- "type": "integer"
230
- },
231
- "NextToken": {
232
- "location": "querystring",
233
- "locationName": "next-token"
234
- },
235
- "CreatedBefore": {
236
- "location": "querystring",
237
- "locationName": "created-before",
238
- "type": "timestamp"
239
- },
240
- "CreatedAfter": {
241
- "location": "querystring",
242
- "locationName": "created-after",
243
- "type": "timestamp"
244
- }
245
- }
246
- },
247
- "output": {
248
- "type": "structure",
249
- "required": [
250
- "ObjectList"
251
- ],
252
- "members": {
253
- "ObjectList": {
254
- "type": "list",
255
- "member": {
256
- "type": "structure",
257
- "required": [
258
- "Name",
259
- "ObjectChecksum",
260
- "ObjectChecksumAlgorithm",
261
- "ObjectToken"
262
- ],
263
- "members": {
264
- "Name": {},
265
- "ChunksCount": {
266
- "type": "long"
267
- },
268
- "MetadataString": {},
269
- "ObjectChecksum": {},
270
- "ObjectChecksumAlgorithm": {},
271
- "ObjectToken": {}
272
- }
273
- }
274
- },
275
- "NextToken": {}
276
- }
277
- }
278
- },
279
- "NotifyObjectComplete": {
280
- "http": {
281
- "method": "PUT",
282
- "requestUri": "/backup-jobs/{jobId}/object/{uploadId}/complete"
283
- },
284
- "input": {
285
- "type": "structure",
286
- "required": [
287
- "BackupJobId",
288
- "UploadId",
289
- "ObjectChecksum",
290
- "ObjectChecksumAlgorithm"
291
- ],
292
- "members": {
293
- "BackupJobId": {
294
- "location": "uri",
295
- "locationName": "jobId"
296
- },
297
- "UploadId": {
298
- "location": "uri",
299
- "locationName": "uploadId"
300
- },
301
- "ObjectChecksum": {
302
- "location": "querystring",
303
- "locationName": "checksum"
304
- },
305
- "ObjectChecksumAlgorithm": {
306
- "location": "querystring",
307
- "locationName": "checksum-algorithm"
308
- },
309
- "MetadataString": {
310
- "location": "querystring",
311
- "locationName": "metadata-string"
312
- },
313
- "MetadataBlob": {
314
- "shape": "S5"
315
- },
316
- "MetadataBlobLength": {
317
- "location": "querystring",
318
- "locationName": "metadata-blob-length",
319
- "type": "long"
320
- },
321
- "MetadataBlobChecksum": {
322
- "location": "querystring",
323
- "locationName": "metadata-checksum"
324
- },
325
- "MetadataBlobChecksumAlgorithm": {
326
- "location": "querystring",
327
- "locationName": "metadata-checksum-algorithm"
328
- }
329
- },
330
- "payload": "MetadataBlob"
331
- },
332
- "output": {
333
- "type": "structure",
334
- "required": [
335
- "ObjectChecksum",
336
- "ObjectChecksumAlgorithm"
337
- ],
338
- "members": {
339
- "ObjectChecksum": {},
340
- "ObjectChecksumAlgorithm": {}
341
- }
342
- },
343
- "authtype": "v4-unsigned-body"
344
- },
345
- "PutChunk": {
346
- "http": {
347
- "method": "PUT",
348
- "requestUri": "/backup-jobs/{jobId}/chunk/{uploadId}/{chunkIndex}"
349
- },
350
- "input": {
351
- "type": "structure",
352
- "required": [
353
- "BackupJobId",
354
- "UploadId",
355
- "ChunkIndex",
356
- "Data",
357
- "Length",
358
- "Checksum",
359
- "ChecksumAlgorithm"
360
- ],
361
- "members": {
362
- "BackupJobId": {
363
- "location": "uri",
364
- "locationName": "jobId"
365
- },
366
- "UploadId": {
367
- "location": "uri",
368
- "locationName": "uploadId"
369
- },
370
- "ChunkIndex": {
371
- "location": "uri",
372
- "locationName": "chunkIndex",
373
- "type": "long"
374
- },
375
- "Data": {
376
- "shape": "S5"
377
- },
378
- "Length": {
379
- "location": "querystring",
380
- "locationName": "length",
381
- "type": "long"
382
- },
383
- "Checksum": {
384
- "location": "querystring",
385
- "locationName": "checksum"
386
- },
387
- "ChecksumAlgorithm": {
388
- "location": "querystring",
389
- "locationName": "checksum-algorithm"
390
- }
391
- },
392
- "payload": "Data"
393
- },
394
- "output": {
395
- "type": "structure",
396
- "required": [
397
- "ChunkChecksum",
398
- "ChunkChecksumAlgorithm"
399
- ],
400
- "members": {
401
- "ChunkChecksum": {},
402
- "ChunkChecksumAlgorithm": {}
403
- }
404
- },
405
- "authtype": "v4-unsigned-body"
406
- },
407
- "PutObject": {
408
- "http": {
409
- "method": "PUT",
410
- "requestUri": "/backup-jobs/{jobId}/object/{objectName}/put-object"
411
- },
412
- "input": {
413
- "type": "structure",
414
- "required": [
415
- "BackupJobId",
416
- "ObjectName"
417
- ],
418
- "members": {
419
- "BackupJobId": {
420
- "location": "uri",
421
- "locationName": "jobId"
422
- },
423
- "ObjectName": {
424
- "location": "uri",
425
- "locationName": "objectName"
426
- },
427
- "MetadataString": {
428
- "location": "querystring",
429
- "locationName": "metadata-string"
430
- },
431
- "InlineChunk": {
432
- "shape": "S5"
433
- },
434
- "InlineChunkLength": {
435
- "location": "querystring",
436
- "locationName": "length",
437
- "type": "long"
438
- },
439
- "InlineChunkChecksum": {
440
- "location": "querystring",
441
- "locationName": "checksum"
442
- },
443
- "InlineChunkChecksumAlgorithm": {
444
- "location": "querystring",
445
- "locationName": "checksum-algorithm"
446
- },
447
- "ObjectChecksum": {
448
- "location": "querystring",
449
- "locationName": "object-checksum"
450
- },
451
- "ObjectChecksumAlgorithm": {
452
- "location": "querystring",
453
- "locationName": "object-checksum-algorithm"
454
- },
455
- "ThrowOnDuplicate": {
456
- "location": "querystring",
457
- "locationName": "throwOnDuplicate",
458
- "type": "boolean"
459
- }
460
- },
461
- "payload": "InlineChunk"
462
- },
463
- "output": {
464
- "type": "structure",
465
- "required": [
466
- "InlineChunkChecksum",
467
- "InlineChunkChecksumAlgorithm",
468
- "ObjectChecksum",
469
- "ObjectChecksumAlgorithm"
470
- ],
471
- "members": {
472
- "InlineChunkChecksum": {},
473
- "InlineChunkChecksumAlgorithm": {},
474
- "ObjectChecksum": {},
475
- "ObjectChecksumAlgorithm": {}
476
- }
477
- },
478
- "authtype": "v4-unsigned-body"
479
- },
480
- "StartObject": {
481
- "http": {
482
- "method": "PUT",
483
- "requestUri": "/backup-jobs/{jobId}/object/{objectName}"
484
- },
485
- "input": {
486
- "type": "structure",
487
- "required": [
488
- "BackupJobId",
489
- "ObjectName"
490
- ],
491
- "members": {
492
- "BackupJobId": {
493
- "location": "uri",
494
- "locationName": "jobId"
495
- },
496
- "ObjectName": {
497
- "location": "uri",
498
- "locationName": "objectName"
499
- },
500
- "ThrowOnDuplicate": {
501
- "type": "boolean"
502
- }
503
- }
504
- },
505
- "output": {
506
- "type": "structure",
507
- "required": [
508
- "UploadId"
509
- ],
510
- "members": {
511
- "UploadId": {}
512
- }
513
- }
514
- }
515
- },
516
- "shapes": {
517
- "S5": {
518
- "type": "blob",
519
- "streaming": true
520
- }
521
- }
522
- }
@@ -1,14 +0,0 @@
1
- {
2
- "pagination": {
3
- "ListChunks": {
4
- "input_token": "NextToken",
5
- "output_token": "NextToken",
6
- "limit_key": "MaxResults"
7
- },
8
- "ListObjects": {
9
- "input_token": "NextToken",
10
- "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
- }
13
- }
14
- }