aws-sdk 2.1347.0 → 2.1348.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 CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1347.0-->
2
+ <!--LATEST=2.1348.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1348.0
6
+ * feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.
7
+ * feature: SMS: Deprecating AWS Server Migration Service.
8
+ * feature: SageMakerFeatureStoreRuntime: In this release, you can now chose between soft delete and hard delete when calling the DeleteRecord API, so you have more flexibility when it comes to managing online store data.
9
+
5
10
  ## 2.1347.0
6
11
  * feature: Athena: Make DefaultExecutorDpuSize and CoordinatorDpuSize fields optional in StartSession
7
12
  * feature: AutoScaling: Amazon EC2 Auto Scaling now supports Elastic Load Balancing traffic sources with the AttachTrafficSources, DetachTrafficSources, and DescribeTrafficSources APIs. This release also introduces a new activity status, "WaitingForConnectionDraining", for VPC Lattice to the DescribeScalingActivities API.
package/README.md CHANGED
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
70
70
  To use the SDK in the browser, simply add the following script tag to your
71
71
  HTML pages:
72
72
 
73
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1347.0.min.js"></script>
73
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1348.0.min.js"></script>
74
74
 
75
75
  You can also build a custom browser SDK with your specified set of AWS services.
76
76
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -36,6 +36,9 @@
36
36
  },
37
37
  "MaxCityNetworksToMonitor": {
38
38
  "type": "integer"
39
+ },
40
+ "InternetMeasurementsLogDelivery": {
41
+ "shape": "Sa"
39
42
  }
40
43
  }
41
44
  },
@@ -114,19 +117,19 @@
114
117
  "EventArn": {},
115
118
  "EventId": {},
116
119
  "StartedAt": {
117
- "shape": "Si"
120
+ "shape": "Sm"
118
121
  },
119
122
  "EndedAt": {
120
- "shape": "Si"
123
+ "shape": "Sm"
121
124
  },
122
125
  "CreatedAt": {
123
- "shape": "Si"
126
+ "shape": "Sm"
124
127
  },
125
128
  "LastUpdatedAt": {
126
- "shape": "Si"
129
+ "shape": "Sm"
127
130
  },
128
131
  "ImpactedLocations": {
129
- "shape": "Sj"
132
+ "shape": "Sn"
130
133
  },
131
134
  "Status": {},
132
135
  "PercentOfTotalTrafficImpacted": {
@@ -173,10 +176,10 @@
173
176
  },
174
177
  "Status": {},
175
178
  "CreatedAt": {
176
- "shape": "Si"
179
+ "shape": "Sm"
177
180
  },
178
181
  "ModifiedAt": {
179
- "shape": "Si"
182
+ "shape": "Sm"
180
183
  },
181
184
  "ProcessingStatus": {},
182
185
  "ProcessingStatusInfo": {},
@@ -185,6 +188,9 @@
185
188
  },
186
189
  "MaxCityNetworksToMonitor": {
187
190
  "type": "integer"
191
+ },
192
+ "InternetMeasurementsLogDelivery": {
193
+ "shape": "Sa"
188
194
  }
189
195
  }
190
196
  }
@@ -206,12 +212,12 @@
206
212
  "locationName": "MonitorName"
207
213
  },
208
214
  "StartTime": {
209
- "shape": "Si",
215
+ "shape": "Sm",
210
216
  "location": "querystring",
211
217
  "locationName": "StartTime"
212
218
  },
213
219
  "EndTime": {
214
- "shape": "Si",
220
+ "shape": "Sm",
215
221
  "location": "querystring",
216
222
  "locationName": "EndTime"
217
223
  },
@@ -253,19 +259,19 @@
253
259
  "EventArn": {},
254
260
  "EventId": {},
255
261
  "StartedAt": {
256
- "shape": "Si"
262
+ "shape": "Sm"
257
263
  },
258
264
  "EndedAt": {
259
- "shape": "Si"
265
+ "shape": "Sm"
260
266
  },
261
267
  "CreatedAt": {
262
- "shape": "Si"
268
+ "shape": "Sm"
263
269
  },
264
270
  "LastUpdatedAt": {
265
- "shape": "Si"
271
+ "shape": "Sm"
266
272
  },
267
273
  "ImpactedLocations": {
268
- "shape": "Sj"
274
+ "shape": "Sn"
269
275
  },
270
276
  "Status": {},
271
277
  "PercentOfTotalTrafficImpacted": {
@@ -443,6 +449,9 @@
443
449
  },
444
450
  "MaxCityNetworksToMonitor": {
445
451
  "type": "integer"
452
+ },
453
+ "InternetMeasurementsLogDelivery": {
454
+ "shape": "Sa"
446
455
  }
447
456
  }
448
457
  },
@@ -470,11 +479,24 @@
470
479
  "key": {},
471
480
  "value": {}
472
481
  },
473
- "Si": {
482
+ "Sa": {
483
+ "type": "structure",
484
+ "members": {
485
+ "S3Config": {
486
+ "type": "structure",
487
+ "members": {
488
+ "BucketName": {},
489
+ "BucketPrefix": {},
490
+ "LogDeliveryStatus": {}
491
+ }
492
+ }
493
+ }
494
+ },
495
+ "Sm": {
474
496
  "type": "timestamp",
475
497
  "timestampFormat": "iso8601"
476
498
  },
477
- "Sj": {
499
+ "Sn": {
478
500
  "type": "list",
479
501
  "member": {
480
502
  "type": "structure",
@@ -512,10 +534,10 @@
512
534
  ],
513
535
  "members": {
514
536
  "Networks": {
515
- "shape": "Sp"
537
+ "shape": "St"
516
538
  },
517
539
  "AsPath": {
518
- "shape": "Sp"
540
+ "shape": "St"
519
541
  },
520
542
  "NetworkEventType": {}
521
543
  }
@@ -570,7 +592,7 @@
570
592
  }
571
593
  }
572
594
  },
573
- "Sp": {
595
+ "St": {
574
596
  "type": "list",
575
597
  "member": {
576
598
  "type": "structure",
@@ -292,10 +292,11 @@
292
292
  {
293
293
  "input": {
294
294
  "Bucket": "examplebucket",
295
- "Key": "HappyFace.jpg"
295
+ "Key": "HappyFace.jpg",
296
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
296
297
  },
297
298
  "output": {
298
- "VersionId": "null"
299
+ "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
299
300
  },
300
301
  "comments": {
301
302
  "input": {
@@ -303,18 +304,17 @@
303
304
  "output": {
304
305
  }
305
306
  },
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"
307
+ "description": "The following example removes tag set associated with the specified object version. The request specifies both the object key and object version.",
308
+ "id": "to-remove-tag-set-from-an-object-version-1483145285913",
309
+ "title": "To remove tag set from an object version"
309
310
  },
310
311
  {
311
312
  "input": {
312
313
  "Bucket": "examplebucket",
313
- "Key": "HappyFace.jpg",
314
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
314
+ "Key": "HappyFace.jpg"
315
315
  },
316
316
  "output": {
317
- "VersionId": "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI"
317
+ "VersionId": "null"
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 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"
325
+ "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.",
326
+ "id": "to-remove-tag-set-from-an-object-1483145342862",
327
+ "title": "To remove tag set from an object"
328
328
  }
329
329
  ],
330
330
  "DeleteObjects": [
@@ -728,18 +728,17 @@
728
728
  {
729
729
  "input": {
730
730
  "Bucket": "examplebucket",
731
- "Key": "SampleFile.txt",
732
- "Range": "bytes=0-9"
731
+ "Key": "HappyFace.jpg"
733
732
  },
734
733
  "output": {
735
734
  "AcceptRanges": "bytes",
736
- "ContentLength": "10",
737
- "ContentRange": "bytes 0-9/43",
738
- "ContentType": "text/plain",
739
- "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
740
- "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
735
+ "ContentLength": "3191",
736
+ "ContentType": "image/jpeg",
737
+ "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
738
+ "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
741
739
  "Metadata": {
742
740
  },
741
+ "TagCount": 2,
743
742
  "VersionId": "null"
744
743
  },
745
744
  "comments": {
@@ -748,24 +747,25 @@
748
747
  "output": {
749
748
  }
750
749
  },
751
- "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
752
- "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
753
- "title": "To retrieve a byte range of an object "
750
+ "description": "The following example retrieves an object for an S3 bucket.",
751
+ "id": "to-retrieve-an-object-1481827837012",
752
+ "title": "To retrieve an object"
754
753
  },
755
754
  {
756
755
  "input": {
757
756
  "Bucket": "examplebucket",
758
- "Key": "HappyFace.jpg"
757
+ "Key": "SampleFile.txt",
758
+ "Range": "bytes=0-9"
759
759
  },
760
760
  "output": {
761
761
  "AcceptRanges": "bytes",
762
- "ContentLength": "3191",
763
- "ContentType": "image/jpeg",
764
- "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
765
- "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
762
+ "ContentLength": "10",
763
+ "ContentRange": "bytes 0-9/43",
764
+ "ContentType": "text/plain",
765
+ "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
766
+ "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
766
767
  "Metadata": {
767
768
  },
768
- "TagCount": 2,
769
769
  "VersionId": "null"
770
770
  },
771
771
  "comments": {
@@ -774,9 +774,9 @@
774
774
  "output": {
775
775
  }
776
776
  },
777
- "description": "The following example retrieves an object for an S3 bucket.",
778
- "id": "to-retrieve-an-object-1481827837012",
779
- "title": "To retrieve an object"
777
+ "description": "The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.",
778
+ "id": "to-retrieve-a-byte-range-of-an-object--1481832674603",
779
+ "title": "To retrieve a byte range of an object "
780
780
  }
781
781
  ],
782
782
  "GetObjectAcl": [
@@ -958,15 +958,15 @@
958
958
  "output": {
959
959
  "Buckets": [
960
960
  {
961
- "CreationDate": "2012-02-15T21: 03: 02.000Z",
961
+ "CreationDate": "2012-02-15T21:03:02.000Z",
962
962
  "Name": "examplebucket"
963
963
  },
964
964
  {
965
- "CreationDate": "2011-07-24T19: 33: 50.000Z",
965
+ "CreationDate": "2011-07-24T19:33:50.000Z",
966
966
  "Name": "examplebucket2"
967
967
  },
968
968
  {
969
- "CreationDate": "2010-12-17T00: 56: 49.000Z",
969
+ "CreationDate": "2010-12-17T00:56:49.000Z",
970
970
  "Name": "examplebucket3"
971
971
  }
972
972
  ],
@@ -981,9 +981,9 @@
981
981
  "output": {
982
982
  }
983
983
  },
984
- "description": "The following example return versions of an object with specific key name prefix. The request limits the number of items returned to two. If there are are more than two object version, S3 returns NextToken in the response. You can specify this token value in your next request to fetch next set of object versions.",
985
- "id": "to-list-object-versions-1481910996058",
986
- "title": "To list object versions"
984
+ "description": "The following example returns all the buckets owned by the sender of this request.",
985
+ "id": "to-list-buckets-1481910996058",
986
+ "title": "To list all buckets"
987
987
  }
988
988
  ],
989
989
  "ListMultipartUploads": [
@@ -1184,7 +1184,7 @@
1184
1184
  "ListObjectsV2": [
1185
1185
  {
1186
1186
  "input": {
1187
- "Bucket": "examplebucket",
1187
+ "Bucket": "DOC-EXAMPLE-BUCKET",
1188
1188
  "MaxKeys": "2"
1189
1189
  },
1190
1190
  "output": {
@@ -1207,7 +1207,7 @@
1207
1207
  "IsTruncated": true,
1208
1208
  "KeyCount": "2",
1209
1209
  "MaxKeys": "2",
1210
- "Name": "examplebucket",
1210
+ "Name": "DOC-EXAMPLE-BUCKET",
1211
1211
  "NextContinuationToken": "1w41l63U0xa8q7smH50vCxyTQqdxo69O3EmK28Bi5PcROI4wI/EyIJg==",
1212
1212
  "Prefix": ""
1213
1213
  },
@@ -1567,13 +1567,17 @@
1567
1567
  "PutObject": [
1568
1568
  {
1569
1569
  "input": {
1570
- "Body": "HappyFace.jpg",
1570
+ "Body": "filetoupload",
1571
1571
  "Bucket": "examplebucket",
1572
- "Key": "HappyFace.jpg"
1572
+ "Key": "exampleobject",
1573
+ "Metadata": {
1574
+ "metadata1": "value1",
1575
+ "metadata2": "value2"
1576
+ }
1573
1577
  },
1574
1578
  "output": {
1575
1579
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1576
- "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1580
+ "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1577
1581
  },
1578
1582
  "comments": {
1579
1583
  "input": {
@@ -1581,23 +1585,20 @@
1581
1585
  "output": {
1582
1586
  }
1583
1587
  },
1584
- "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.",
1585
- "id": "to-upload-an-object-1481760101010",
1586
- "title": "To upload an object"
1588
+ "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.",
1589
+ "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
1590
+ "title": "To upload object and specify user-defined metadata"
1587
1591
  },
1588
1592
  {
1589
1593
  "input": {
1590
- "Body": "filetoupload",
1594
+ "Body": "c:\\HappyFace.jpg",
1591
1595
  "Bucket": "examplebucket",
1592
- "Key": "exampleobject",
1593
- "Metadata": {
1594
- "metadata1": "value1",
1595
- "metadata2": "value2"
1596
- }
1596
+ "Key": "HappyFace.jpg",
1597
+ "Tagging": "key1=value1&key2=value2"
1597
1598
  },
1598
1599
  "output": {
1599
1600
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1600
- "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
1601
+ "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1601
1602
  },
1602
1603
  "comments": {
1603
1604
  "input": {
@@ -1605,22 +1606,20 @@
1605
1606
  "output": {
1606
1607
  }
1607
1608
  },
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"
1609
+ "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.",
1610
+ "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1611
+ "title": "To upload an object and specify optional tags"
1611
1612
  },
1612
1613
  {
1613
1614
  "input": {
1614
- "Body": "HappyFace.jpg",
1615
+ "ACL": "authenticated-read",
1616
+ "Body": "filetoupload",
1615
1617
  "Bucket": "examplebucket",
1616
- "Key": "HappyFace.jpg",
1617
- "ServerSideEncryption": "AES256",
1618
- "StorageClass": "STANDARD_IA"
1618
+ "Key": "exampleobject"
1619
1619
  },
1620
1620
  "output": {
1621
1621
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1622
- "ServerSideEncryption": "AES256",
1623
- "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
1622
+ "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
1624
1623
  },
1625
1624
  "comments": {
1626
1625
  "input": {
@@ -1628,9 +1627,9 @@
1628
1627
  "output": {
1629
1628
  }
1630
1629
  },
1631
- "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.",
1632
- "id": "to-upload-an-object-(specify-optional-headers)",
1633
- "title": "To upload an object (specify optional headers)"
1630
+ "description": "The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1631
+ "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1632
+ "title": "To upload an object and specify canned ACL."
1634
1633
  },
1635
1634
  {
1636
1635
  "input": {
@@ -1654,16 +1653,13 @@
1654
1653
  },
1655
1654
  {
1656
1655
  "input": {
1657
- "Body": "filetoupload",
1656
+ "Body": "HappyFace.jpg",
1658
1657
  "Bucket": "examplebucket",
1659
- "Key": "exampleobject",
1660
- "ServerSideEncryption": "AES256",
1661
- "Tagging": "key1=value1&key2=value2"
1658
+ "Key": "HappyFace.jpg"
1662
1659
  },
1663
1660
  "output": {
1664
1661
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1665
- "ServerSideEncryption": "AES256",
1666
- "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
1662
+ "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
1667
1663
  },
1668
1664
  "comments": {
1669
1665
  "input": {
@@ -1671,20 +1667,22 @@
1671
1667
  "output": {
1672
1668
  }
1673
1669
  },
1674
- "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.",
1675
- "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
1676
- "title": "To upload an object and specify server-side encryption and object tags"
1670
+ "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.",
1671
+ "id": "to-upload-an-object-1481760101010",
1672
+ "title": "To upload an object"
1677
1673
  },
1678
1674
  {
1679
1675
  "input": {
1680
- "Body": "c:\\HappyFace.jpg",
1676
+ "Body": "HappyFace.jpg",
1681
1677
  "Bucket": "examplebucket",
1682
1678
  "Key": "HappyFace.jpg",
1683
- "Tagging": "key1=value1&key2=value2"
1679
+ "ServerSideEncryption": "AES256",
1680
+ "StorageClass": "STANDARD_IA"
1684
1681
  },
1685
1682
  "output": {
1686
1683
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1687
- "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
1684
+ "ServerSideEncryption": "AES256",
1685
+ "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
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 optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.",
1696
- "id": "to-upload-an-object-and-specify-optional-tags-1481762310955",
1697
- "title": "To upload an object and specify optional tags"
1693
+ "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.",
1694
+ "id": "to-upload-an-object-(specify-optional-headers)",
1695
+ "title": "To upload an object (specify optional headers)"
1698
1696
  },
1699
1697
  {
1700
1698
  "input": {
1701
- "ACL": "authenticated-read",
1702
1699
  "Body": "filetoupload",
1703
1700
  "Bucket": "examplebucket",
1704
- "Key": "exampleobject"
1701
+ "Key": "exampleobject",
1702
+ "ServerSideEncryption": "AES256",
1703
+ "Tagging": "key1=value1&key2=value2"
1705
1704
  },
1706
1705
  "output": {
1707
1706
  "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
1708
- "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
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 and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.",
1717
- "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
1718
- "title": "To upload an object and specify canned ACL."
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,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": "2",
1830
+ "PartNumber": "1",
1832
1831
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1833
1832
  },
1834
1833
  "output": {
1835
1834
  "CopyPartResult": {
1836
- "ETag": "\"65d16d19e65a7508a51f043180edcc36\"",
1837
- "LastModified": "2016-12-29T21:44:28.000Z"
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 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"
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": "1",
1855
+ "PartNumber": "2",
1856
1856
  "UploadId": "exampleuoh_10OhKhT7YukE9bjzTPRiuaCotmZM_pFngJFir9OZNrSr5cWa3cq3LZSUsfjI4FI7PkP91We7Nrw--"
1857
1857
  },
1858
1858
  "output": {
1859
1859
  "CopyPartResult": {
1860
- "ETag": "\"b0c6f0e7e054ab8fa2536a2677f8734d\"",
1861
- "LastModified": "2016-12-29T21:24:43.000Z"
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 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"
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
  }
@@ -112,6 +112,10 @@
112
112
  "shape": "Sj",
113
113
  "location": "querystring",
114
114
  "locationName": "TargetStores"
115
+ },
116
+ "DeletionMode": {
117
+ "location": "querystring",
118
+ "locationName": "DeletionMode"
115
119
  }
116
120
  }
117
121
  }
@@ -1074,5 +1074,7 @@
1074
1074
  }
1075
1075
  }
1076
1076
  }
1077
- }
1077
+ },
1078
+ "deprecated": true,
1079
+ "deprecatedMessage": "AWS Server Migration Service is Deprecated."
1078
1080
  }
package/clients/ec2.d.ts CHANGED
@@ -20550,7 +20550,7 @@ declare namespace EC2 {
20550
20550
  }
20551
20551
  export interface GetGroupsForCapacityReservationRequest {
20552
20552
  /**
20553
- * The ID of the Capacity Reservation.
20553
+ * The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.
20554
20554
  */
20555
20555
  CapacityReservationId: CapacityReservationId;
20556
20556
  /**
@@ -22849,7 +22849,7 @@ declare namespace EC2 {
22849
22849
  */
22850
22850
  ElasticGpuAssociations?: ElasticGpuAssociationList;
22851
22851
  /**
22852
- * The elastic inference accelerator associated with the instance.
22852
+ * The elastic inference accelerator associated with the instance.
22853
22853
  */
22854
22854
  ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociationList;
22855
22855
  /**
@@ -32645,7 +32645,7 @@ declare namespace EC2 {
32645
32645
  */
32646
32646
  ElasticGpuSpecification?: ElasticGpuSpecifications;
32647
32647
  /**
32648
- * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads. You cannot specify accelerators from different generations in the same request.
32648
+ * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads. You cannot specify accelerators from different generations in the same request. Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
32649
32649
  */
32650
32650
  ElasticInferenceAccelerators?: ElasticInferenceAccelerators;
32651
32651
  /**