aws-sdk 2.1359.0 → 2.1361.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 +16 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +107 -86
- package/apis/comprehend-2017-11-27.min.json +181 -154
- package/apis/drs-2020-02-26.min.json +183 -41
- package/apis/drs-2020-02-26.paginators.json +6 -0
- package/apis/emr-serverless-2021-07-13.min.json +14 -0
- package/apis/internetmonitor-2021-06-03.min.json +30 -23
- package/apis/iotwireless-2020-11-22.min.json +122 -107
- package/apis/ram-2018-01-04.min.json +396 -66
- package/apis/ram-2018-01-04.paginators.json +10 -0
- package/apis/s3-2006-03-01.examples.json +94 -94
- package/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/clients/appflow.d.ts +29 -0
- package/clients/comprehend.d.ts +45 -5
- package/clients/drs.d.ts +170 -0
- package/clients/dynamodb.d.ts +4 -4
- package/clients/ecs.d.ts +7 -7
- package/clients/emrserverless.d.ts +22 -4
- package/clients/internetmonitor.d.ts +16 -3
- package/clients/iotwireless.d.ts +21 -0
- package/clients/lambda.d.ts +1 -1
- package/clients/ram.d.ts +538 -91
- package/clients/rds.d.ts +16 -16
- package/clients/s3.d.ts +117 -117
- package/clients/secretsmanager.d.ts +10 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +184 -157
- package/dist/aws-sdk.min.js +74 -74
- package/lib/core.js +1 -1
- package/package.json +1 -1
| @@ -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,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 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": [
         | 
| 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": [
         | 
| @@ -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  | 
| 985 | 
            -
                    "id": "to-list- | 
| 986 | 
            -
                    "title": "To list  | 
| 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"
         | 
| 987 987 | 
             
                  }
         | 
| 988 988 | 
             
                ],
         | 
| 989 989 | 
             
                "ListMultipartUploads": [
         | 
| @@ -1184,7 +1184,7 @@ | |
| 1184 1184 | 
             
                "ListObjectsV2": [
         | 
| 1185 1185 | 
             
                  {
         | 
| 1186 1186 | 
             
                    "input": {
         | 
| 1187 | 
            -
                      "Bucket": " | 
| 1187 | 
            +
                      "Bucket": "examplebucket",
         | 
| 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": " | 
| 1210 | 
            +
                      "Name": "examplebucket",
         | 
| 1211 1211 | 
             
                      "NextContinuationToken": "1w41l63U0xa8q7smH50vCxyTQqdxo69O3EmK28Bi5PcROI4wI/EyIJg==",
         | 
| 1212 1212 | 
             
                      "Prefix": ""
         | 
| 1213 1213 | 
             
                    },
         | 
| @@ -1565,30 +1565,6 @@ | |
| 1565 1565 | 
             
                  }
         | 
| 1566 1566 | 
             
                ],
         | 
| 1567 1567 | 
             
                "PutObject": [
         | 
| 1568 | 
            -
                  {
         | 
| 1569 | 
            -
                    "input": {
         | 
| 1570 | 
            -
                      "Body": "filetoupload",
         | 
| 1571 | 
            -
                      "Bucket": "examplebucket",
         | 
| 1572 | 
            -
                      "Key": "exampleobject",
         | 
| 1573 | 
            -
                      "Metadata": {
         | 
| 1574 | 
            -
                        "metadata1": "value1",
         | 
| 1575 | 
            -
                        "metadata2": "value2"
         | 
| 1576 | 
            -
                      }
         | 
| 1577 | 
            -
                    },
         | 
| 1578 | 
            -
                    "output": {
         | 
| 1579 | 
            -
                      "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
         | 
| 1580 | 
            -
                      "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
         | 
| 1581 | 
            -
                    },
         | 
| 1582 | 
            -
                    "comments": {
         | 
| 1583 | 
            -
                      "input": {
         | 
| 1584 | 
            -
                      },
         | 
| 1585 | 
            -
                      "output": {
         | 
| 1586 | 
            -
                      }
         | 
| 1587 | 
            -
                    },
         | 
| 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"
         | 
| 1591 | 
            -
                  },
         | 
| 1592 1568 | 
             
                  {
         | 
| 1593 1569 | 
             
                    "input": {
         | 
| 1594 1570 | 
             
                      "Body": "c:\\HappyFace.jpg",
         | 
| @@ -1612,14 +1588,13 @@ | |
| 1612 1588 | 
             
                  },
         | 
| 1613 1589 | 
             
                  {
         | 
| 1614 1590 | 
             
                    "input": {
         | 
| 1615 | 
            -
                      " | 
| 1616 | 
            -
                      "Body": "filetoupload",
         | 
| 1591 | 
            +
                      "Body": "HappyFace.jpg",
         | 
| 1617 1592 | 
             
                      "Bucket": "examplebucket",
         | 
| 1618 | 
            -
                      "Key": " | 
| 1593 | 
            +
                      "Key": "HappyFace.jpg"
         | 
| 1619 1594 | 
             
                    },
         | 
| 1620 1595 | 
             
                    "output": {
         | 
| 1621 1596 | 
             
                      "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
         | 
| 1622 | 
            -
                      "VersionId": " | 
| 1597 | 
            +
                      "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
         | 
| 1623 1598 | 
             
                    },
         | 
| 1624 1599 | 
             
                    "comments": {
         | 
| 1625 1600 | 
             
                      "input": {
         | 
| @@ -1627,19 +1602,22 @@ | |
| 1627 1602 | 
             
                      "output": {
         | 
| 1628 1603 | 
             
                      }
         | 
| 1629 1604 | 
             
                    },
         | 
| 1630 | 
            -
                    "description": "The following example uploads  | 
| 1631 | 
            -
                    "id": "to-upload-an-object- | 
| 1632 | 
            -
                    "title": "To upload an object | 
| 1605 | 
            +
                    "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.",
         | 
| 1606 | 
            +
                    "id": "to-upload-an-object-1481760101010",
         | 
| 1607 | 
            +
                    "title": "To upload an object"
         | 
| 1633 1608 | 
             
                  },
         | 
| 1634 1609 | 
             
                  {
         | 
| 1635 1610 | 
             
                    "input": {
         | 
| 1636 1611 | 
             
                      "Body": "filetoupload",
         | 
| 1637 1612 | 
             
                      "Bucket": "examplebucket",
         | 
| 1638 | 
            -
                      "Key": " | 
| 1613 | 
            +
                      "Key": "exampleobject",
         | 
| 1614 | 
            +
                      "ServerSideEncryption": "AES256",
         | 
| 1615 | 
            +
                      "Tagging": "key1=value1&key2=value2"
         | 
| 1639 1616 | 
             
                    },
         | 
| 1640 1617 | 
             
                    "output": {
         | 
| 1641 1618 | 
             
                      "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
         | 
| 1642 | 
            -
                      " | 
| 1619 | 
            +
                      "ServerSideEncryption": "AES256",
         | 
| 1620 | 
            +
                      "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
         | 
| 1643 1621 | 
             
                    },
         | 
| 1644 1622 | 
             
                    "comments": {
         | 
| 1645 1623 | 
             
                      "input": {
         | 
| @@ -1647,19 +1625,23 @@ | |
| 1647 1625 | 
             
                      "output": {
         | 
| 1648 1626 | 
             
                      }
         | 
| 1649 1627 | 
             
                    },
         | 
| 1650 | 
            -
                    "description": "The following example  | 
| 1651 | 
            -
                    "id": "to- | 
| 1652 | 
            -
                    "title": "To  | 
| 1628 | 
            +
                    "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.",
         | 
| 1629 | 
            +
                    "id": "to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831",
         | 
| 1630 | 
            +
                    "title": "To upload an object and specify server-side encryption and object tags"
         | 
| 1653 1631 | 
             
                  },
         | 
| 1654 1632 | 
             
                  {
         | 
| 1655 1633 | 
             
                    "input": {
         | 
| 1656 | 
            -
                      "Body": " | 
| 1634 | 
            +
                      "Body": "filetoupload",
         | 
| 1657 1635 | 
             
                      "Bucket": "examplebucket",
         | 
| 1658 | 
            -
                      "Key": " | 
| 1636 | 
            +
                      "Key": "exampleobject",
         | 
| 1637 | 
            +
                      "Metadata": {
         | 
| 1638 | 
            +
                        "metadata1": "value1",
         | 
| 1639 | 
            +
                        "metadata2": "value2"
         | 
| 1640 | 
            +
                      }
         | 
| 1659 1641 | 
             
                    },
         | 
| 1660 1642 | 
             
                    "output": {
         | 
| 1661 1643 | 
             
                      "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
         | 
| 1662 | 
            -
                      "VersionId": " | 
| 1644 | 
            +
                      "VersionId": "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
         | 
| 1663 1645 | 
             
                    },
         | 
| 1664 1646 | 
             
                    "comments": {
         | 
| 1665 1647 | 
             
                      "input": {
         | 
| @@ -1667,9 +1649,9 @@ | |
| 1667 1649 | 
             
                      "output": {
         | 
| 1668 1650 | 
             
                      }
         | 
| 1669 1651 | 
             
                    },
         | 
| 1670 | 
            -
                    "description": "The following example  | 
| 1671 | 
            -
                    "id": "to-upload- | 
| 1672 | 
            -
                    "title": "To upload  | 
| 1652 | 
            +
                    "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.",
         | 
| 1653 | 
            +
                    "id": "to-upload-object-and-specify-user-defined-metadata-1483396974757",
         | 
| 1654 | 
            +
                    "title": "To upload object and specify user-defined metadata"
         | 
| 1673 1655 | 
             
                  },
         | 
| 1674 1656 | 
             
                  {
         | 
| 1675 1657 | 
             
                    "input": {
         | 
| @@ -1696,16 +1678,14 @@ | |
| 1696 1678 | 
             
                  },
         | 
| 1697 1679 | 
             
                  {
         | 
| 1698 1680 | 
             
                    "input": {
         | 
| 1681 | 
            +
                      "ACL": "authenticated-read",
         | 
| 1699 1682 | 
             
                      "Body": "filetoupload",
         | 
| 1700 1683 | 
             
                      "Bucket": "examplebucket",
         | 
| 1701 | 
            -
                      "Key": "exampleobject" | 
| 1702 | 
            -
                      "ServerSideEncryption": "AES256",
         | 
| 1703 | 
            -
                      "Tagging": "key1=value1&key2=value2"
         | 
| 1684 | 
            +
                      "Key": "exampleobject"
         | 
| 1704 1685 | 
             
                    },
         | 
| 1705 1686 | 
             
                    "output": {
         | 
| 1706 1687 | 
             
                      "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
         | 
| 1707 | 
            -
                      " | 
| 1708 | 
            -
                      "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
         | 
| 1688 | 
            +
                      "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
         | 
| 1709 1689 | 
             
                    },
         | 
| 1710 1690 | 
             
                    "comments": {
         | 
| 1711 1691 | 
             
                      "input": {
         | 
| @@ -1713,9 +1693,29 @@ | |
| 1713 1693 | 
             
                      "output": {
         | 
| 1714 1694 | 
             
                      }
         | 
| 1715 1695 | 
             
                    },
         | 
| 1716 | 
            -
                    "description": "The following example uploads  | 
| 1717 | 
            -
                    "id": "to-upload-an-object-and-specify- | 
| 1718 | 
            -
                    "title": "To upload an object and specify  | 
| 1696 | 
            +
                    "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.",
         | 
| 1697 | 
            +
                    "id": "to-upload-an-object-and-specify-canned-acl-1483397779571",
         | 
| 1698 | 
            +
                    "title": "To upload an object and specify canned ACL."
         | 
| 1699 | 
            +
                  },
         | 
| 1700 | 
            +
                  {
         | 
| 1701 | 
            +
                    "input": {
         | 
| 1702 | 
            +
                      "Body": "filetoupload",
         | 
| 1703 | 
            +
                      "Bucket": "examplebucket",
         | 
| 1704 | 
            +
                      "Key": "objectkey"
         | 
| 1705 | 
            +
                    },
         | 
| 1706 | 
            +
                    "output": {
         | 
| 1707 | 
            +
                      "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
         | 
| 1708 | 
            +
                      "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
         | 
| 1709 | 
            +
                    },
         | 
| 1710 | 
            +
                    "comments": {
         | 
| 1711 | 
            +
                      "input": {
         | 
| 1712 | 
            +
                      },
         | 
| 1713 | 
            +
                      "output": {
         | 
| 1714 | 
            +
                      }
         | 
| 1715 | 
            +
                    },
         | 
| 1716 | 
            +
                    "description": "The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.",
         | 
| 1717 | 
            +
                    "id": "to-create-an-object-1483147613675",
         | 
| 1718 | 
            +
                    "title": "To create an object."
         | 
| 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 | 
             
              }
         | 
| @@ -335,6 +335,38 @@ | |
| 335 335 | 
             
                    "title": "To store a secret value in a new version of a secret"
         | 
| 336 336 | 
             
                  }
         | 
| 337 337 | 
             
                ],
         | 
| 338 | 
            +
                "ReplicateSecretToRegions": [
         | 
| 339 | 
            +
                  {
         | 
| 340 | 
            +
                    "input": {
         | 
| 341 | 
            +
                      "AddReplicaRegions": [
         | 
| 342 | 
            +
                        {
         | 
| 343 | 
            +
                          "Region": "eu-west-3"
         | 
| 344 | 
            +
                        }
         | 
| 345 | 
            +
                      ],
         | 
| 346 | 
            +
                      "ForceOverwriteReplicaSecret": true,
         | 
| 347 | 
            +
                      "SecretId": "MyTestSecret"
         | 
| 348 | 
            +
                    },
         | 
| 349 | 
            +
                    "output": {
         | 
| 350 | 
            +
                      "ARN": "arn:aws:secretsmanager:us-west-2:123456789012:secret:MyTestSecret-1a2b3c",
         | 
| 351 | 
            +
                      "ReplicationStatus": [
         | 
| 352 | 
            +
                        {
         | 
| 353 | 
            +
                          "KmsKeyId": "alias/aws/secretsmanager",
         | 
| 354 | 
            +
                          "Region": "eu-west-3",
         | 
| 355 | 
            +
                          "Status": "InProgress"
         | 
| 356 | 
            +
                        }
         | 
| 357 | 
            +
                      ]
         | 
| 358 | 
            +
                    },
         | 
| 359 | 
            +
                    "comments": {
         | 
| 360 | 
            +
                      "input": {
         | 
| 361 | 
            +
                      },
         | 
| 362 | 
            +
                      "output": {
         | 
| 363 | 
            +
                      }
         | 
| 364 | 
            +
                    },
         | 
| 365 | 
            +
                    "description": "The following example replicates a secret to eu-west-3. The replica is encrypted with the AWS managed key aws/secretsmanager.",
         | 
| 366 | 
            +
                    "id": "example-1679591984774",
         | 
| 367 | 
            +
                    "title": "Example"
         | 
| 368 | 
            +
                  }
         | 
| 369 | 
            +
                ],
         | 
| 338 370 | 
             
                "RestoreSecret": [
         | 
| 339 371 | 
             
                  {
         | 
| 340 372 | 
             
                    "input": {
         |