aws-sdk 2.1347.0 → 2.1349.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.
@@ -90,6 +90,8 @@
90
90
  "type": "integer"
91
91
  },
92
92
  "SourceBucketArn": {},
93
+ "StartupScriptS3ObjectVersion": {},
94
+ "StartupScriptS3Path": {},
93
95
  "Tags": {
94
96
  "shape": "St"
95
97
  },
@@ -258,6 +260,8 @@
258
260
  },
259
261
  "ServiceRoleArn": {},
260
262
  "SourceBucketArn": {},
263
+ "StartupScriptS3ObjectVersion": {},
264
+ "StartupScriptS3Path": {},
261
265
  "Status": {},
262
266
  "Tags": {
263
267
  "shape": "St"
@@ -531,6 +535,8 @@
531
535
  "type": "integer"
532
536
  },
533
537
  "SourceBucketArn": {},
538
+ "StartupScriptS3ObjectVersion": {},
539
+ "StartupScriptS3Path": {},
534
540
  "WebserverAccessMode": {},
535
541
  "WeeklyMaintenanceWindowStart": {}
536
542
  }
@@ -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
  }
@@ -1966,6 +1966,96 @@
1966
1966
  }
1967
1967
  }
1968
1968
  },
1969
+ "NotifyProvisionProductEngineWorkflowResult": {
1970
+ "input": {
1971
+ "type": "structure",
1972
+ "required": [
1973
+ "WorkflowToken",
1974
+ "RecordId",
1975
+ "Status",
1976
+ "IdempotencyToken"
1977
+ ],
1978
+ "members": {
1979
+ "WorkflowToken": {},
1980
+ "RecordId": {},
1981
+ "Status": {},
1982
+ "FailureReason": {},
1983
+ "ResourceIdentifier": {
1984
+ "type": "structure",
1985
+ "members": {
1986
+ "UniqueTag": {
1987
+ "type": "structure",
1988
+ "members": {
1989
+ "Key": {},
1990
+ "Value": {}
1991
+ }
1992
+ }
1993
+ }
1994
+ },
1995
+ "Outputs": {
1996
+ "shape": "S7q"
1997
+ },
1998
+ "IdempotencyToken": {
1999
+ "idempotencyToken": true
2000
+ }
2001
+ }
2002
+ },
2003
+ "output": {
2004
+ "type": "structure",
2005
+ "members": {}
2006
+ }
2007
+ },
2008
+ "NotifyTerminateProvisionedProductEngineWorkflowResult": {
2009
+ "input": {
2010
+ "type": "structure",
2011
+ "required": [
2012
+ "WorkflowToken",
2013
+ "RecordId",
2014
+ "Status",
2015
+ "IdempotencyToken"
2016
+ ],
2017
+ "members": {
2018
+ "WorkflowToken": {},
2019
+ "RecordId": {},
2020
+ "Status": {},
2021
+ "FailureReason": {},
2022
+ "IdempotencyToken": {
2023
+ "idempotencyToken": true
2024
+ }
2025
+ }
2026
+ },
2027
+ "output": {
2028
+ "type": "structure",
2029
+ "members": {}
2030
+ }
2031
+ },
2032
+ "NotifyUpdateProvisionedProductEngineWorkflowResult": {
2033
+ "input": {
2034
+ "type": "structure",
2035
+ "required": [
2036
+ "WorkflowToken",
2037
+ "RecordId",
2038
+ "Status",
2039
+ "IdempotencyToken"
2040
+ ],
2041
+ "members": {
2042
+ "WorkflowToken": {},
2043
+ "RecordId": {},
2044
+ "Status": {},
2045
+ "FailureReason": {},
2046
+ "Outputs": {
2047
+ "shape": "S7q"
2048
+ },
2049
+ "IdempotencyToken": {
2050
+ "idempotencyToken": true
2051
+ }
2052
+ }
2053
+ },
2054
+ "output": {
2055
+ "type": "structure",
2056
+ "members": {}
2057
+ }
2058
+ },
1969
2059
  "ProvisionProduct": {
1970
2060
  "input": {
1971
2061
  "type": "structure",
@@ -2085,7 +2175,7 @@
2085
2175
  "members": {
2086
2176
  "AcceptLanguage": {},
2087
2177
  "Filters": {
2088
- "shape": "Sba"
2178
+ "shape": "Sbn"
2089
2179
  },
2090
2180
  "PageSize": {
2091
2181
  "type": "integer"
@@ -2131,7 +2221,7 @@
2131
2221
  "AcceptLanguage": {},
2132
2222
  "PortfolioId": {},
2133
2223
  "Filters": {
2134
- "shape": "Sba"
2224
+ "shape": "Sbn"
2135
2225
  },
2136
2226
  "SortBy": {},
2137
2227
  "SortOrder": {},
@@ -2290,7 +2380,7 @@
2290
2380
  "shape": "S1i"
2291
2381
  },
2292
2382
  "RemoveTags": {
2293
- "shape": "Scb"
2383
+ "shape": "Sco"
2294
2384
  }
2295
2385
  }
2296
2386
  },
@@ -2355,7 +2445,7 @@
2355
2445
  "shape": "S1i"
2356
2446
  },
2357
2447
  "RemoveTags": {
2358
- "shape": "Scb"
2448
+ "shape": "Sco"
2359
2449
  },
2360
2450
  "SourceConnection": {
2361
2451
  "shape": "S2c"
@@ -2446,7 +2536,7 @@
2446
2536
  "AcceptLanguage": {},
2447
2537
  "ProvisionedProductId": {},
2448
2538
  "ProvisionedProductProperties": {
2449
- "shape": "Scn"
2539
+ "shape": "Sd0"
2450
2540
  },
2451
2541
  "IdempotencyToken": {
2452
2542
  "idempotencyToken": true
@@ -2458,7 +2548,7 @@
2458
2548
  "members": {
2459
2549
  "ProvisionedProductId": {},
2460
2550
  "ProvisionedProductProperties": {
2461
- "shape": "Scn"
2551
+ "shape": "Sd0"
2462
2552
  },
2463
2553
  "RecordId": {},
2464
2554
  "Status": {}
@@ -2963,7 +3053,7 @@
2963
3053
  "shape": "S3n"
2964
3054
  }
2965
3055
  },
2966
- "Sba": {
3056
+ "Sbn": {
2967
3057
  "type": "map",
2968
3058
  "key": {},
2969
3059
  "value": {
@@ -2971,11 +3061,11 @@
2971
3061
  "member": {}
2972
3062
  }
2973
3063
  },
2974
- "Scb": {
3064
+ "Sco": {
2975
3065
  "type": "list",
2976
3066
  "member": {}
2977
3067
  },
2978
- "Scn": {
3068
+ "Sd0": {
2979
3069
  "type": "map",
2980
3070
  "key": {},
2981
3071
  "value": {}
@@ -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
  }