aws-sdk 2.1413.0 → 2.1415.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.
- package/CHANGELOG.md +18 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +42 -13
- package/apis/connect-2017-08-08.min.json +223 -177
- package/apis/datasync-2018-11-09.min.json +11 -2
- package/apis/dms-2016-01-01.min.json +148 -146
- package/apis/fsx-2018-03-01.min.json +236 -131
- package/apis/mediatailor-2018-04-23.min.json +4 -3
- package/apis/personalize-2018-05-22.min.json +40 -6
- package/apis/proton-2020-07-20.min.json +400 -151
- package/apis/proton-2020-07-20.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +92 -92
- package/apis/sagemaker-2017-07-24.min.json +730 -723
- package/apis/secretsmanager-2017-10-17.examples.json +1 -1
- package/clients/connect.d.ts +38 -2
- package/clients/datasync.d.ts +24 -12
- package/clients/dms.d.ts +9 -0
- package/clients/ec2.d.ts +1 -1
- package/clients/fsx.d.ts +134 -4
- package/clients/iam.d.ts +27 -27
- package/clients/mediatailor.d.ts +6 -1
- package/clients/personalize.d.ts +52 -2
- package/clients/proton.d.ts +414 -0
- package/clients/s3.d.ts +4 -4
- package/clients/sagemaker.d.ts +21 -1
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +5 -4
- package/dist/aws-sdk-react-native.js +19 -17
- package/dist/aws-sdk.js +308 -199
- package/dist/aws-sdk.min.js +85 -84
- package/lib/core.js +1 -1
- package/lib/http/node.js +2 -1
- package/package.json +1 -1
@@ -16,6 +16,12 @@
|
|
16
16
|
"limit_key": "maxResults",
|
17
17
|
"result_key": "components"
|
18
18
|
},
|
19
|
+
"ListDeployments": {
|
20
|
+
"input_token": "nextToken",
|
21
|
+
"output_token": "nextToken",
|
22
|
+
"limit_key": "maxResults",
|
23
|
+
"result_key": "deployments"
|
24
|
+
},
|
19
25
|
"ListEnvironmentAccountConnections": {
|
20
26
|
"input_token": "nextToken",
|
21
27
|
"output_token": "nextToken",
|
@@ -84,10 +84,13 @@
|
|
84
84
|
"CreateBucket": [
|
85
85
|
{
|
86
86
|
"input": {
|
87
|
-
"Bucket": "examplebucket"
|
87
|
+
"Bucket": "examplebucket",
|
88
|
+
"CreateBucketConfiguration": {
|
89
|
+
"LocationConstraint": "eu-west-1"
|
90
|
+
}
|
88
91
|
},
|
89
92
|
"output": {
|
90
|
-
"Location": "/
|
93
|
+
"Location": "http://examplebucket.<Region>.s3.amazonaws.com/"
|
91
94
|
},
|
92
95
|
"comments": {
|
93
96
|
"input": {
|
@@ -95,19 +98,16 @@
|
|
95
98
|
"output": {
|
96
99
|
}
|
97
100
|
},
|
98
|
-
"description": "The following example creates a bucket.",
|
99
|
-
"id": "to-create-a-bucket
|
100
|
-
"title": "To create a bucket "
|
101
|
+
"description": "The following example creates a bucket. The request specifies an AWS region where to create the bucket.",
|
102
|
+
"id": "to-create-a-bucket-in-a-specific-region-1483399072992",
|
103
|
+
"title": "To create a bucket in a specific region"
|
101
104
|
},
|
102
105
|
{
|
103
106
|
"input": {
|
104
|
-
"Bucket": "examplebucket"
|
105
|
-
"CreateBucketConfiguration": {
|
106
|
-
"LocationConstraint": "eu-west-1"
|
107
|
-
}
|
107
|
+
"Bucket": "examplebucket"
|
108
108
|
},
|
109
109
|
"output": {
|
110
|
-
"Location": "
|
110
|
+
"Location": "/examplebucket"
|
111
111
|
},
|
112
112
|
"comments": {
|
113
113
|
"input": {
|
@@ -115,9 +115,9 @@
|
|
115
115
|
"output": {
|
116
116
|
}
|
117
117
|
},
|
118
|
-
"description": "The following example creates a bucket.
|
119
|
-
"id": "to-create-a-bucket
|
120
|
-
"title": "To create a bucket
|
118
|
+
"description": "The following example creates a bucket.",
|
119
|
+
"id": "to-create-a-bucket--1472851826060",
|
120
|
+
"title": "To create a bucket "
|
121
121
|
}
|
122
122
|
],
|
123
123
|
"CreateMultipartUpload": [
|
@@ -257,10 +257,8 @@
|
|
257
257
|
"DeleteObject": [
|
258
258
|
{
|
259
259
|
"input": {
|
260
|
-
"Bucket": "
|
261
|
-
"Key": "
|
262
|
-
},
|
263
|
-
"output": {
|
260
|
+
"Bucket": "ExampleBucket",
|
261
|
+
"Key": "HappyFace.jpg"
|
264
262
|
},
|
265
263
|
"comments": {
|
266
264
|
"input": {
|
@@ -268,14 +266,16 @@
|
|
268
266
|
"output": {
|
269
267
|
}
|
270
268
|
},
|
271
|
-
"description": "The following example deletes an object from
|
272
|
-
"id": "to-delete-an-object-
|
273
|
-
"title": "To delete an object"
|
269
|
+
"description": "The following example deletes an object from a non-versioned bucket.",
|
270
|
+
"id": "to-delete-an-object-from-a-non-versioned-bucket-1481588533089",
|
271
|
+
"title": "To delete an object (from a non-versioned bucket)"
|
274
272
|
},
|
275
273
|
{
|
276
274
|
"input": {
|
277
|
-
"Bucket": "
|
278
|
-
"Key": "
|
275
|
+
"Bucket": "examplebucket",
|
276
|
+
"Key": "objectkey.jpg"
|
277
|
+
},
|
278
|
+
"output": {
|
279
279
|
},
|
280
280
|
"comments": {
|
281
281
|
"input": {
|
@@ -283,20 +283,19 @@
|
|
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 an S3 bucket.",
|
287
|
+
"id": "to-delete-an-object-1472850136595",
|
288
|
+
"title": "To delete an object"
|
289
289
|
}
|
290
290
|
],
|
291
291
|
"DeleteObjectTagging": [
|
292
292
|
{
|
293
293
|
"input": {
|
294
294
|
"Bucket": "examplebucket",
|
295
|
-
"Key": "HappyFace.jpg"
|
296
|
-
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
295
|
+
"Key": "HappyFace.jpg"
|
297
296
|
},
|
298
297
|
"output": {
|
299
|
-
"VersionId": "
|
298
|
+
"VersionId": "null"
|
300
299
|
},
|
301
300
|
"comments": {
|
302
301
|
"input": {
|
@@ -304,17 +303,18 @@
|
|
304
303
|
"output": {
|
305
304
|
}
|
306
305
|
},
|
307
|
-
"description": "The following example removes tag set associated with the specified object
|
308
|
-
"id": "to-remove-tag-set-from-an-object-
|
309
|
-
"title": "To remove tag set from an object
|
306
|
+
"description": "The following example removes tag set associated with the specified object. If the bucket is versioning enabled, the operation removes tag set from the latest object version.",
|
307
|
+
"id": "to-remove-tag-set-from-an-object-1483145342862",
|
308
|
+
"title": "To remove tag set from an object"
|
310
309
|
},
|
311
310
|
{
|
312
311
|
"input": {
|
313
312
|
"Bucket": "examplebucket",
|
314
|
-
"Key": "HappyFace.jpg"
|
313
|
+
"Key": "HappyFace.jpg",
|
314
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
315
315
|
},
|
316
316
|
"output": {
|
317
|
-
"VersionId": "
|
317
|
+
"VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
|
318
318
|
},
|
319
319
|
"comments": {
|
320
320
|
"input": {
|
@@ -322,9 +322,9 @@
|
|
322
322
|
"output": {
|
323
323
|
}
|
324
324
|
},
|
325
|
-
"description": "The following example removes tag set associated with the specified object.
|
326
|
-
"id": "to-remove-tag-set-from-an-object-
|
327
|
-
"title": "To remove tag set from an object"
|
325
|
+
"description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
|
326
|
+
"id": "to-remove-tag-set-from-an-object-version-1483145285913",
|
327
|
+
"title": "To remove tag set from an object version"
|
328
328
|
}
|
329
329
|
],
|
330
330
|
"DeleteObjects": [
|
@@ -1569,15 +1569,11 @@
|
|
1569
1569
|
"input": {
|
1570
1570
|
"Body": "filetoupload",
|
1571
1571
|
"Bucket": "examplebucket",
|
1572
|
-
"Key": "
|
1573
|
-
"Metadata": {
|
1574
|
-
"metadata1": "value1",
|
1575
|
-
"metadata2": "value2"
|
1576
|
-
}
|
1572
|
+
"Key": "objectkey"
|
1577
1573
|
},
|
1578
1574
|
"output": {
|
1579
1575
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1580
|
-
"VersionId": "
|
1576
|
+
"VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
1581
1577
|
},
|
1582
1578
|
"comments": {
|
1583
1579
|
"input": {
|
@@ -1585,22 +1581,23 @@
|
|
1585
1581
|
"output": {
|
1586
1582
|
}
|
1587
1583
|
},
|
1588
|
-
"description": "The following example creates an object.
|
1589
|
-
"id": "to-
|
1590
|
-
"title": "To
|
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."
|
1591
1587
|
},
|
1592
1588
|
{
|
1593
1589
|
"input": {
|
1594
|
-
"Body": "
|
1590
|
+
"Body": "filetoupload",
|
1595
1591
|
"Bucket": "examplebucket",
|
1596
|
-
"Key": "
|
1597
|
-
"
|
1598
|
-
|
1592
|
+
"Key": "exampleobject",
|
1593
|
+
"Metadata": {
|
1594
|
+
"metadata1": "value1",
|
1595
|
+
"metadata2": "value2"
|
1596
|
+
}
|
1599
1597
|
},
|
1600
1598
|
"output": {
|
1601
1599
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1602
|
-
"
|
1603
|
-
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1600
|
+
"VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
1604
1601
|
},
|
1605
1602
|
"comments": {
|
1606
1603
|
"input": {
|
@@ -1608,19 +1605,19 @@
|
|
1608
1605
|
"output": {
|
1609
1606
|
}
|
1610
1607
|
},
|
1611
|
-
"description": "The following example
|
1612
|
-
"id": "to-upload-
|
1613
|
-
"title": "To upload
|
1608
|
+
"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.",
|
1609
|
+
"id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
|
1610
|
+
"title": "To upload object and specify user-defined metadata"
|
1614
1611
|
},
|
1615
1612
|
{
|
1616
1613
|
"input": {
|
1617
|
-
"Body": "
|
1614
|
+
"Body": "HappyFace.jpg",
|
1618
1615
|
"Bucket": "examplebucket",
|
1619
|
-
"Key": "
|
1616
|
+
"Key": "HappyFace.jpg"
|
1620
1617
|
},
|
1621
1618
|
"output": {
|
1622
1619
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1623
|
-
"VersionId": "
|
1620
|
+
"VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
1624
1621
|
},
|
1625
1622
|
"comments": {
|
1626
1623
|
"input": {
|
@@ -1628,9 +1625,9 @@
|
|
1628
1625
|
"output": {
|
1629
1626
|
}
|
1630
1627
|
},
|
1631
|
-
"description": "The following example
|
1632
|
-
"id": "to-
|
1633
|
-
"title": "To
|
1628
|
+
"description": "The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.",
|
1629
|
+
"id": "to-upload-an-object-1481760101010",
|
1630
|
+
"title": "To upload an object"
|
1634
1631
|
},
|
1635
1632
|
{
|
1636
1633
|
"input": {
|
@@ -1657,11 +1654,14 @@
|
|
1657
1654
|
"input": {
|
1658
1655
|
"Body": "HappyFace.jpg",
|
1659
1656
|
"Bucket": "examplebucket",
|
1660
|
-
"Key": "HappyFace.jpg"
|
1657
|
+
"Key": "HappyFace.jpg",
|
1658
|
+
"ServerSideEncryption": "AES256",
|
1659
|
+
"StorageClass": "STANDARD_IA"
|
1661
1660
|
},
|
1662
1661
|
"output": {
|
1663
1662
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1664
|
-
"
|
1663
|
+
"ServerSideEncryption": "AES256",
|
1664
|
+
"VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
1665
1665
|
},
|
1666
1666
|
"comments": {
|
1667
1667
|
"input": {
|
@@ -1669,22 +1669,20 @@
|
|
1669
1669
|
"output": {
|
1670
1670
|
}
|
1671
1671
|
},
|
1672
|
-
"description": "The following example uploads an object
|
1673
|
-
"id": "to-upload-an-object-
|
1674
|
-
"title": "To upload an object"
|
1672
|
+
"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.",
|
1673
|
+
"id": "to-upload-an-object-(specify-optional-headers)",
|
1674
|
+
"title": "To upload an object (specify optional headers)"
|
1675
1675
|
},
|
1676
1676
|
{
|
1677
1677
|
"input": {
|
1678
|
-
"Body": "
|
1678
|
+
"Body": "c:\\HappyFace.jpg",
|
1679
1679
|
"Bucket": "examplebucket",
|
1680
|
-
"Key": "
|
1681
|
-
"ServerSideEncryption": "AES256",
|
1680
|
+
"Key": "HappyFace.jpg",
|
1682
1681
|
"Tagging": "key1=value1&key2=value2"
|
1683
1682
|
},
|
1684
1683
|
"output": {
|
1685
1684
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1686
|
-
"
|
1687
|
-
"VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
1685
|
+
"VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
1688
1686
|
},
|
1689
1687
|
"comments": {
|
1690
1688
|
"input": {
|
@@ -1692,20 +1690,22 @@
|
|
1692
1690
|
"output": {
|
1693
1691
|
}
|
1694
1692
|
},
|
1695
|
-
"description": "The following example uploads an object. The request specifies
|
1696
|
-
"id": "to-upload-an-object-and-specify-
|
1697
|
-
"title": "To upload an object and specify
|
1693
|
+
"description": "The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
|
1694
|
+
"id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
|
1695
|
+
"title": "To upload an object and specify optional tags"
|
1698
1696
|
},
|
1699
1697
|
{
|
1700
1698
|
"input": {
|
1701
|
-
"Body": "
|
1699
|
+
"Body": "filetoupload",
|
1702
1700
|
"Bucket": "examplebucket",
|
1703
|
-
"Key": "
|
1701
|
+
"Key": "exampleobject",
|
1702
|
+
"ServerSideEncryption": "AES256",
|
1704
1703
|
"Tagging": "key1=value1&key2=value2"
|
1705
1704
|
},
|
1706
1705
|
"output": {
|
1707
1706
|
"ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
1708
|
-
"
|
1707
|
+
"ServerSideEncryption": "AES256",
|
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 an object. The request specifies optional object tags.
|
1717
|
-
"id": "to-upload-an-object-and-specify-
|
1718
|
-
"title": "To upload an object and specify
|
1716
|
+
"description": "The following example uploads an 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,14 +1826,15 @@
|
|
1826
1826
|
"input": {
|
1827
1827
|
"Bucket": "examplebucket",
|
1828
1828
|
"CopySource": "/bucketname/sourceobjectkey",
|
1829
|
+
"CopySourceRange": "bytes=1-100000",
|
1829
1830
|
"Key": "examplelargeobject",
|
1830
|
-
"PartNumber": "
|
1831
|
+
"PartNumber": "2",
|
1831
1832
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1832
1833
|
},
|
1833
1834
|
"output": {
|
1834
1835
|
"CopyPartResult": {
|
1835
|
-
"ETag": "\"
|
1836
|
-
"LastModified": "2016-12-29T21:
|
1836
|
+
"ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
|
1837
|
+
"LastModified": "2016-12-29T21:44:28.000Z"
|
1837
1838
|
}
|
1838
1839
|
},
|
1839
1840
|
"comments": {
|
@@ -1842,23 +1843,22 @@
|
|
1842
1843
|
"output": {
|
1843
1844
|
}
|
1844
1845
|
},
|
1845
|
-
"description": "The following example uploads a part of a multipart upload by copying
|
1846
|
-
"id": "to-upload-a-part-by-copying-
|
1847
|
-
"title": "To upload a part by copying
|
1846
|
+
"description": "The following example uploads a part of a multipart upload by copying a specified byte range from an existing object as data source.",
|
1847
|
+
"id": "to-upload-a-part-by-copying-byte-range-from-an-existing-object-as-data-source-1483048068594",
|
1848
|
+
"title": "To upload a part by copying byte range from an existing object as data source"
|
1848
1849
|
},
|
1849
1850
|
{
|
1850
1851
|
"input": {
|
1851
1852
|
"Bucket": "examplebucket",
|
1852
1853
|
"CopySource": "/bucketname/sourceobjectkey",
|
1853
|
-
"CopySourceRange": "bytes=1-100000",
|
1854
1854
|
"Key": "examplelargeobject",
|
1855
|
-
"PartNumber": "
|
1855
|
+
"PartNumber": "1",
|
1856
1856
|
"UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
|
1857
1857
|
},
|
1858
1858
|
"output": {
|
1859
1859
|
"CopyPartResult": {
|
1860
|
-
"ETag": "\"
|
1861
|
-
"LastModified": "2016-12-29T21:
|
1860
|
+
"ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
|
1861
|
+
"LastModified": "2016-12-29T21:24:43.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 data from an existing object as data source.",
|
1871
|
+
"id": "to-upload-a-part-by-copying-data-from-an-existing-object-as-data-source-1483046746348",
|
1872
|
+
"title": "To upload a part by copying data from an existing object as data source"
|
1873
1873
|
}
|
1874
1874
|
]
|
1875
1875
|
}
|