aws-sdk 2.1626.0 → 2.1628.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/README.md +1 -1
 - package/apis/dynamodb-2011-12-05.min.json +3 -0
 - package/apis/dynamodb-2012-08-10.min.json +3 -0
 - package/apis/emr-serverless-2021-07-13.min.json +35 -13
 - package/apis/iotfleetwise-2021-06-17.min.json +18 -10
 - package/apis/managedblockchain-2018-09-24.min.json +3 -0
 - package/apis/opsworks-2013-02-18.min.json +3 -0
 - package/clients/dynamodb.d.ts +34 -34
 - package/clients/emrserverless.d.ts +22 -0
 - package/clients/iotfleetwise.d.ts +11 -1
 - package/clients/managedblockchain.d.ts +4 -4
 - package/clients/opsworks.d.ts +117 -117
 - package/dist/aws-sdk-core-react-native.js +3 -2
 - package/dist/aws-sdk-react-native.js +9 -8
 - package/dist/aws-sdk.js +15 -5
 - package/dist/aws-sdk.min.js +39 -39
 - package/lib/core.js +1 -1
 - package/lib/credentials/sso_credentials.js +1 -1
 - package/lib/credentials/token_file_web_identity_credentials.d.ts +2 -2
 - package/lib/dynamodb/document_client.d.ts +10 -10
 - package/lib/metadata_service.d.ts +4 -0
 - package/lib/metadata_service.js +1 -2
 - package/lib/protocol/rest_json.js +2 -1
 - package/package.json +1 -1
 
    
        package/README.md
    CHANGED
    
    | 
         @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; 
     | 
|
| 
       64 
64 
     | 
    
         
             
            To use the SDK in the browser, simply add the following script tag to your
         
     | 
| 
       65 
65 
     | 
    
         
             
            HTML pages:
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
       67 
     | 
    
         
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. 
     | 
| 
      
 67 
     | 
    
         
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1628.0.min.js"></script>
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
       69 
69 
     | 
    
         
             
            You can also build a custom browser SDK with your specified set of AWS services.
         
     | 
| 
       70 
70 
     | 
    
         
             
            This can allow you to reduce the SDK's size, specify different API versions of
         
     | 
| 
         @@ -3,8 +3,10 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
              "metadata": {
         
     | 
| 
       4 
4 
     | 
    
         
             
                "apiVersion": "2021-07-13",
         
     | 
| 
       5 
5 
     | 
    
         
             
                "endpointPrefix": "emr-serverless",
         
     | 
| 
       6 
     | 
    
         
            -
                "jsonVersion": "1.1",
         
     | 
| 
       7 
6 
     | 
    
         
             
                "protocol": "rest-json",
         
     | 
| 
      
 7 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 8 
     | 
    
         
            +
                  "rest-json"
         
     | 
| 
      
 9 
     | 
    
         
            +
                ],
         
     | 
| 
       8 
10 
     | 
    
         
             
                "serviceFullName": "EMR Serverless",
         
     | 
| 
       9 
11 
     | 
    
         
             
                "serviceId": "EMR Serverless",
         
     | 
| 
       10 
12 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
         @@ -97,6 +99,9 @@ 
     | 
|
| 
       97 
99 
     | 
    
         
             
                      },
         
     | 
| 
       98 
100 
     | 
    
         
             
                      "monitoringConfiguration": {
         
     | 
| 
       99 
101 
     | 
    
         
             
                        "shape": "S17"
         
     | 
| 
      
 102 
     | 
    
         
            +
                      },
         
     | 
| 
      
 103 
     | 
    
         
            +
                      "interactiveConfiguration": {
         
     | 
| 
      
 104 
     | 
    
         
            +
                        "shape": "S1k"
         
     | 
| 
       100 
105 
     | 
    
         
             
                      }
         
     | 
| 
       101 
106 
     | 
    
         
             
                    }
         
     | 
| 
       102 
107 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -163,7 +168,7 @@ 
     | 
|
| 
       163 
168 
     | 
    
         
             
                    ],
         
     | 
| 
       164 
169 
     | 
    
         
             
                    "members": {
         
     | 
| 
       165 
170 
     | 
    
         
             
                      "application": {
         
     | 
| 
       166 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 171 
     | 
    
         
            +
                        "shape": "S1r"
         
     | 
| 
       167 
172 
     | 
    
         
             
                      }
         
     | 
| 
       168 
173 
     | 
    
         
             
                    }
         
     | 
| 
       169 
174 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -259,10 +264,10 @@ 
     | 
|
| 
       259 
264 
     | 
    
         
             
                          "stateDetails": {},
         
     | 
| 
       260 
265 
     | 
    
         
             
                          "releaseLabel": {},
         
     | 
| 
       261 
266 
     | 
    
         
             
                          "configurationOverrides": {
         
     | 
| 
       262 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 267 
     | 
    
         
            +
                            "shape": "S29"
         
     | 
| 
       263 
268 
     | 
    
         
             
                          },
         
     | 
| 
       264 
269 
     | 
    
         
             
                          "jobDriver": {
         
     | 
| 
       265 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 270 
     | 
    
         
            +
                            "shape": "S2a"
         
     | 
| 
       266 
271 
     | 
    
         
             
                          },
         
     | 
| 
       267 
272 
     | 
    
         
             
                          "tags": {
         
     | 
| 
       268 
273 
     | 
    
         
             
                            "shape": "Sk"
         
     | 
| 
         @@ -537,10 +542,10 @@ 
     | 
|
| 
       537 
542 
     | 
    
         
             
                      },
         
     | 
| 
       538 
543 
     | 
    
         
             
                      "executionRoleArn": {},
         
     | 
| 
       539 
544 
     | 
    
         
             
                      "jobDriver": {
         
     | 
| 
       540 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 545 
     | 
    
         
            +
                        "shape": "S2a"
         
     | 
| 
       541 
546 
     | 
    
         
             
                      },
         
     | 
| 
       542 
547 
     | 
    
         
             
                      "configurationOverrides": {
         
     | 
| 
       543 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 548 
     | 
    
         
            +
                        "shape": "S29"
         
     | 
| 
       544 
549 
     | 
    
         
             
                      },
         
     | 
| 
       545 
550 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       546 
551 
     | 
    
         
             
                        "shape": "Sk"
         
     | 
| 
         @@ -688,6 +693,9 @@ 
     | 
|
| 
       688 
693 
     | 
    
         
             
                      "workerTypeSpecifications": {
         
     | 
| 
       689 
694 
     | 
    
         
             
                        "shape": "Sz"
         
     | 
| 
       690 
695 
     | 
    
         
             
                      },
         
     | 
| 
      
 696 
     | 
    
         
            +
                      "interactiveConfiguration": {
         
     | 
| 
      
 697 
     | 
    
         
            +
                        "shape": "S1k"
         
     | 
| 
      
 698 
     | 
    
         
            +
                      },
         
     | 
| 
       691 
699 
     | 
    
         
             
                      "releaseLabel": {},
         
     | 
| 
       692 
700 
     | 
    
         
             
                      "runtimeConfiguration": {
         
     | 
| 
       693 
701 
     | 
    
         
             
                        "shape": "S11"
         
     | 
| 
         @@ -704,7 +712,7 @@ 
     | 
|
| 
       704 
712 
     | 
    
         
             
                    ],
         
     | 
| 
       705 
713 
     | 
    
         
             
                    "members": {
         
     | 
| 
       706 
714 
     | 
    
         
             
                      "application": {
         
     | 
| 
       707 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 715 
     | 
    
         
            +
                        "shape": "S1r"
         
     | 
| 
       708 
716 
     | 
    
         
             
                      }
         
     | 
| 
       709 
717 
     | 
    
         
             
                    }
         
     | 
| 
       710 
718 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -876,7 +884,18 @@ 
     | 
|
| 
       876 
884 
     | 
    
         
             
                    }
         
     | 
| 
       877 
885 
     | 
    
         
             
                  }
         
     | 
| 
       878 
886 
     | 
    
         
             
                },
         
     | 
| 
       879 
     | 
    
         
            -
                " 
     | 
| 
      
 887 
     | 
    
         
            +
                "S1k": {
         
     | 
| 
      
 888 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 889 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 890 
     | 
    
         
            +
                    "studioEnabled": {
         
     | 
| 
      
 891 
     | 
    
         
            +
                      "type": "boolean"
         
     | 
| 
      
 892 
     | 
    
         
            +
                    },
         
     | 
| 
      
 893 
     | 
    
         
            +
                    "livyEndpointEnabled": {
         
     | 
| 
      
 894 
     | 
    
         
            +
                      "type": "boolean"
         
     | 
| 
      
 895 
     | 
    
         
            +
                    }
         
     | 
| 
      
 896 
     | 
    
         
            +
                  }
         
     | 
| 
      
 897 
     | 
    
         
            +
                },
         
     | 
| 
      
 898 
     | 
    
         
            +
                "S1r": {
         
     | 
| 
       880 
899 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       881 
900 
     | 
    
         
             
                  "required": [
         
     | 
| 
       882 
901 
     | 
    
         
             
                    "applicationId",
         
     | 
| 
         @@ -921,7 +940,7 @@ 
     | 
|
| 
       921 
940 
     | 
    
         
             
                    },
         
     | 
| 
       922 
941 
     | 
    
         
             
                    "architecture": {},
         
     | 
| 
       923 
942 
     | 
    
         
             
                    "imageConfiguration": {
         
     | 
| 
       924 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 943 
     | 
    
         
            +
                      "shape": "S1v"
         
     | 
| 
       925 
944 
     | 
    
         
             
                    },
         
     | 
| 
       926 
945 
     | 
    
         
             
                    "workerTypeSpecifications": {
         
     | 
| 
       927 
946 
     | 
    
         
             
                      "type": "map",
         
     | 
| 
         @@ -930,7 +949,7 @@ 
     | 
|
| 
       930 
949 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       931 
950 
     | 
    
         
             
                        "members": {
         
     | 
| 
       932 
951 
     | 
    
         
             
                          "imageConfiguration": {
         
     | 
| 
       933 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 952 
     | 
    
         
            +
                            "shape": "S1v"
         
     | 
| 
       934 
953 
     | 
    
         
             
                          }
         
     | 
| 
       935 
954 
     | 
    
         
             
                        }
         
     | 
| 
       936 
955 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -940,10 +959,13 @@ 
     | 
|
| 
       940 
959 
     | 
    
         
             
                    },
         
     | 
| 
       941 
960 
     | 
    
         
             
                    "monitoringConfiguration": {
         
     | 
| 
       942 
961 
     | 
    
         
             
                      "shape": "S17"
         
     | 
| 
      
 962 
     | 
    
         
            +
                    },
         
     | 
| 
      
 963 
     | 
    
         
            +
                    "interactiveConfiguration": {
         
     | 
| 
      
 964 
     | 
    
         
            +
                      "shape": "S1k"
         
     | 
| 
       943 
965 
     | 
    
         
             
                    }
         
     | 
| 
       944 
966 
     | 
    
         
             
                  }
         
     | 
| 
       945 
967 
     | 
    
         
             
                },
         
     | 
| 
       946 
     | 
    
         
            -
                " 
     | 
| 
      
 968 
     | 
    
         
            +
                "S1v": {
         
     | 
| 
       947 
969 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       948 
970 
     | 
    
         
             
                  "required": [
         
     | 
| 
       949 
971 
     | 
    
         
             
                    "imageUri"
         
     | 
| 
         @@ -953,7 +975,7 @@ 
     | 
|
| 
       953 
975 
     | 
    
         
             
                    "resolvedImageDigest": {}
         
     | 
| 
       954 
976 
     | 
    
         
             
                  }
         
     | 
| 
       955 
977 
     | 
    
         
             
                },
         
     | 
| 
       956 
     | 
    
         
            -
                " 
     | 
| 
      
 978 
     | 
    
         
            +
                "S29": {
         
     | 
| 
       957 
979 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       958 
980 
     | 
    
         
             
                  "members": {
         
     | 
| 
       959 
981 
     | 
    
         
             
                    "applicationConfiguration": {
         
     | 
| 
         @@ -964,7 +986,7 @@ 
     | 
|
| 
       964 
986 
     | 
    
         
             
                    }
         
     | 
| 
       965 
987 
     | 
    
         
             
                  }
         
     | 
| 
       966 
988 
     | 
    
         
             
                },
         
     | 
| 
       967 
     | 
    
         
            -
                " 
     | 
| 
      
 989 
     | 
    
         
            +
                "S2a": {
         
     | 
| 
       968 
990 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       969 
991 
     | 
    
         
             
                  "members": {
         
     | 
| 
       970 
992 
     | 
    
         
             
                    "sparkSubmit": {
         
     | 
| 
         @@ -1307,6 +1307,14 @@ 
     | 
|
| 
       1307 
1307 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1308 
1308 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1309 
1309 
     | 
    
         
             
                      "modelManifestArn": {},
         
     | 
| 
      
 1310 
     | 
    
         
            +
                      "attributeNames": {
         
     | 
| 
      
 1311 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 1312 
     | 
    
         
            +
                        "member": {}
         
     | 
| 
      
 1313 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1314 
     | 
    
         
            +
                      "attributeValues": {
         
     | 
| 
      
 1315 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 1316 
     | 
    
         
            +
                        "member": {}
         
     | 
| 
      
 1317 
     | 
    
         
            +
                      },
         
     | 
| 
       1310 
1318 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       1311 
1319 
     | 
    
         
             
                      "maxResults": {
         
     | 
| 
       1312 
1320 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
         @@ -1421,12 +1429,12 @@ 
     | 
|
| 
       1421 
1429 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1422 
1430 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1423 
1431 
     | 
    
         
             
                      "timestreamResources": {
         
     | 
| 
       1424 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1432 
     | 
    
         
            +
                        "shape": "S6u",
         
     | 
| 
       1425 
1433 
     | 
    
         
             
                        "deprecated": true,
         
     | 
| 
       1426 
1434 
     | 
    
         
             
                        "deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API."
         
     | 
| 
       1427 
1435 
     | 
    
         
             
                      },
         
     | 
| 
       1428 
1436 
     | 
    
         
             
                      "iamResources": {
         
     | 
| 
       1429 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1437 
     | 
    
         
            +
                        "shape": "S6v",
         
     | 
| 
       1430 
1438 
     | 
    
         
             
                        "deprecated": true,
         
     | 
| 
       1431 
1439 
     | 
    
         
             
                        "deprecatedMessage": "iamResources is no longer used or needed as input"
         
     | 
| 
       1432 
1440 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -1443,10 +1451,10 @@ 
     | 
|
| 
       1443 
1451 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1444 
1452 
     | 
    
         
             
                      "registerAccountStatus": {},
         
     | 
| 
       1445 
1453 
     | 
    
         
             
                      "timestreamResources": {
         
     | 
| 
       1446 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1454 
     | 
    
         
            +
                        "shape": "S6u"
         
     | 
| 
       1447 
1455 
     | 
    
         
             
                      },
         
     | 
| 
       1448 
1456 
     | 
    
         
             
                      "iamResources": {
         
     | 
| 
       1449 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1457 
     | 
    
         
            +
                        "shape": "S6v"
         
     | 
| 
       1450 
1458 
     | 
    
         
             
                      },
         
     | 
| 
       1451 
1459 
     | 
    
         
             
                      "creationTime": {
         
     | 
| 
       1452 
1460 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1597,10 +1605,10 @@ 
     | 
|
| 
       1597 
1605 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       1598 
1606 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       1599 
1607 
     | 
    
         
             
                      "nodesToAdd": {
         
     | 
| 
       1600 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1608 
     | 
    
         
            +
                        "shape": "S7c"
         
     | 
| 
       1601 
1609 
     | 
    
         
             
                      },
         
     | 
| 
       1602 
1610 
     | 
    
         
             
                      "nodesToRemove": {
         
     | 
| 
       1603 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1611 
     | 
    
         
            +
                        "shape": "S7c"
         
     | 
| 
       1604 
1612 
     | 
    
         
             
                      },
         
     | 
| 
       1605 
1613 
     | 
    
         
             
                      "status": {}
         
     | 
| 
       1606 
1614 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1634,7 +1642,7 @@ 
     | 
|
| 
       1634 
1642 
     | 
    
         
             
                        "shape": "S36"
         
     | 
| 
       1635 
1643 
     | 
    
         
             
                      },
         
     | 
| 
       1636 
1644 
     | 
    
         
             
                      "nodesToRemove": {
         
     | 
| 
       1637 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1645 
     | 
    
         
            +
                        "shape": "S7c"
         
     | 
| 
       1638 
1646 
     | 
    
         
             
                      }
         
     | 
| 
       1639 
1647 
     | 
    
         
             
                    }
         
     | 
| 
       1640 
1648 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2161,7 +2169,7 @@ 
     | 
|
| 
       2161 
2169 
     | 
    
         
             
                    "logGroupName": {}
         
     | 
| 
       2162 
2170 
     | 
    
         
             
                  }
         
     | 
| 
       2163 
2171 
     | 
    
         
             
                },
         
     | 
| 
       2164 
     | 
    
         
            -
                " 
     | 
| 
      
 2172 
     | 
    
         
            +
                "S6u": {
         
     | 
| 
       2165 
2173 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2166 
2174 
     | 
    
         
             
                  "required": [
         
     | 
| 
       2167 
2175 
     | 
    
         
             
                    "timestreamDatabaseName",
         
     | 
| 
         @@ -2172,7 +2180,7 @@ 
     | 
|
| 
       2172 
2180 
     | 
    
         
             
                    "timestreamTableName": {}
         
     | 
| 
       2173 
2181 
     | 
    
         
             
                  }
         
     | 
| 
       2174 
2182 
     | 
    
         
             
                },
         
     | 
| 
       2175 
     | 
    
         
            -
                " 
     | 
| 
      
 2183 
     | 
    
         
            +
                "S6v": {
         
     | 
| 
       2176 
2184 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2177 
2185 
     | 
    
         
             
                  "required": [
         
     | 
| 
       2178 
2186 
     | 
    
         
             
                    "roleArn"
         
     | 
| 
         @@ -2181,7 +2189,7 @@ 
     | 
|
| 
       2181 
2189 
     | 
    
         
             
                    "roleArn": {}
         
     | 
| 
       2182 
2190 
     | 
    
         
             
                  }
         
     | 
| 
       2183 
2191 
     | 
    
         
             
                },
         
     | 
| 
       2184 
     | 
    
         
            -
                " 
     | 
| 
      
 2192 
     | 
    
         
            +
                "S7c": {
         
     | 
| 
       2185 
2193 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2186 
2194 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       2187 
2195 
     | 
    
         
             
                }
         
     | 
    
        package/clients/dynamodb.d.ts
    CHANGED
    
    | 
         @@ -31,11 +31,11 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       31 
31 
     | 
    
         
             
               */
         
     | 
| 
       32 
32 
     | 
    
         
             
              batchGetItem(callback?: (err: AWSError, data: DynamoDB.Types.BatchGetItemOutput) => void): Request<DynamoDB.Types.BatchGetItemOutput, AWSError>;
         
     | 
| 
       33 
33 
     | 
    
         
             
              /**
         
     | 
| 
       34 
     | 
    
         
            -
               * The BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can transmit up to 16MB of data over the network, consisting of up to 25 item put or delete operations. While individual items can be up to 400 KB once stored, it's important to note that an item's representation might be greater than 400KB while being sent in DynamoDB's JSON format for the API call. For more details on this distinction, see Naming Rules and Data Types.   BatchWriteItem cannot update items. If you perform a BatchWriteItem operation on an existing item, that item's values will be overwritten by the operation and it will appear like it was updated. To update items, we recommend you use the UpdateItem action.  The individual PutItem and DeleteItem operations specified in BatchWriteItem are atomic; however BatchWriteItem as a whole is not. If any requested operations fail because the table's provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the UnprocessedItems response parameter. You can investigate and optionally resend the requests. Typically, you would call BatchWriteItem in a loop. Each iteration would check for unprocessed items and submit a new BatchWriteItem request with those unprocessed items until all items have been processed. If none of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then BatchWriteItem returns a ProvisionedThroughputExceededException.  If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, we strongly recommend that you use an exponential backoff algorithm. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. For more information, see Batch Operations and Error Handling in the Amazon DynamoDB Developer Guide.  With BatchWriteItem, you can efficiently write or delete large amounts of data, such as from Amazon EMR, or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, BatchWriteItem does not behave in the same way as individual PutItem and DeleteItem calls would. For example, you cannot specify conditions on individual put and delete requests, and BatchWriteItem does not return deleted items in the response. If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don't support threading, you must update or delete the specified items one at a time. In both situations, BatchWriteItem performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application. Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit. If one or more of the following is true, DynamoDB rejects the entire batch write operation:   One or more tables specified in the BatchWriteItem request does not exist.   Primary key attributes specified on an item in the request do not match those in the corresponding table's primary key schema.   You try to perform multiple operations on the same item in the same BatchWriteItem request. For example, you cannot put and delete the same item in the same BatchWriteItem request.     Your request contains at least two items with identical hash and range keys (which essentially is two put operations).    There are more than 25 requests in the batch.   Any individual item in a batch exceeds 400 KB.   The total request size exceeds 16 MB.  
         
     | 
| 
      
 34 
     | 
    
         
            +
               * The BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can transmit up to 16MB of data over the network, consisting of up to 25 item put or delete operations. While individual items can be up to 400 KB once stored, it's important to note that an item's representation might be greater than 400KB while being sent in DynamoDB's JSON format for the API call. For more details on this distinction, see Naming Rules and Data Types.   BatchWriteItem cannot update items. If you perform a BatchWriteItem operation on an existing item, that item's values will be overwritten by the operation and it will appear like it was updated. To update items, we recommend you use the UpdateItem action.  The individual PutItem and DeleteItem operations specified in BatchWriteItem are atomic; however BatchWriteItem as a whole is not. If any requested operations fail because the table's provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the UnprocessedItems response parameter. You can investigate and optionally resend the requests. Typically, you would call BatchWriteItem in a loop. Each iteration would check for unprocessed items and submit a new BatchWriteItem request with those unprocessed items until all items have been processed. If none of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then BatchWriteItem returns a ProvisionedThroughputExceededException.  If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, we strongly recommend that you use an exponential backoff algorithm. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. For more information, see Batch Operations and Error Handling in the Amazon DynamoDB Developer Guide.  With BatchWriteItem, you can efficiently write or delete large amounts of data, such as from Amazon EMR, or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, BatchWriteItem does not behave in the same way as individual PutItem and DeleteItem calls would. For example, you cannot specify conditions on individual put and delete requests, and BatchWriteItem does not return deleted items in the response. If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don't support threading, you must update or delete the specified items one at a time. In both situations, BatchWriteItem performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application. Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit. If one or more of the following is true, DynamoDB rejects the entire batch write operation:   One or more tables specified in the BatchWriteItem request does not exist.   Primary key attributes specified on an item in the request do not match those in the corresponding table's primary key schema.   You try to perform multiple operations on the same item in the same BatchWriteItem request. For example, you cannot put and delete the same item in the same BatchWriteItem request.     Your request contains at least two items with identical hash and range keys (which essentially is two put operations).    There are more than 25 requests in the batch.   Any individual item in a batch exceeds 400 KB.   The total request size exceeds 16 MB.   Any individual items with keys exceeding the key length limits. For a partition key, the limit is 2048 bytes and for a sort key, the limit is 1024 bytes.  
         
     | 
| 
       35 
35 
     | 
    
         
             
               */
         
     | 
| 
       36 
36 
     | 
    
         
             
              batchWriteItem(params: DynamoDB.Types.BatchWriteItemInput, callback?: (err: AWSError, data: DynamoDB.Types.BatchWriteItemOutput) => void): Request<DynamoDB.Types.BatchWriteItemOutput, AWSError>;
         
     | 
| 
       37 
37 
     | 
    
         
             
              /**
         
     | 
| 
       38 
     | 
    
         
            -
               * The BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can transmit up to 16MB of data over the network, consisting of up to 25 item put or delete operations. While individual items can be up to 400 KB once stored, it's important to note that an item's representation might be greater than 400KB while being sent in DynamoDB's JSON format for the API call. For more details on this distinction, see Naming Rules and Data Types.   BatchWriteItem cannot update items. If you perform a BatchWriteItem operation on an existing item, that item's values will be overwritten by the operation and it will appear like it was updated. To update items, we recommend you use the UpdateItem action.  The individual PutItem and DeleteItem operations specified in BatchWriteItem are atomic; however BatchWriteItem as a whole is not. If any requested operations fail because the table's provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the UnprocessedItems response parameter. You can investigate and optionally resend the requests. Typically, you would call BatchWriteItem in a loop. Each iteration would check for unprocessed items and submit a new BatchWriteItem request with those unprocessed items until all items have been processed. If none of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then BatchWriteItem returns a ProvisionedThroughputExceededException.  If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, we strongly recommend that you use an exponential backoff algorithm. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. For more information, see Batch Operations and Error Handling in the Amazon DynamoDB Developer Guide.  With BatchWriteItem, you can efficiently write or delete large amounts of data, such as from Amazon EMR, or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, BatchWriteItem does not behave in the same way as individual PutItem and DeleteItem calls would. For example, you cannot specify conditions on individual put and delete requests, and BatchWriteItem does not return deleted items in the response. If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don't support threading, you must update or delete the specified items one at a time. In both situations, BatchWriteItem performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application. Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit. If one or more of the following is true, DynamoDB rejects the entire batch write operation:   One or more tables specified in the BatchWriteItem request does not exist.   Primary key attributes specified on an item in the request do not match those in the corresponding table's primary key schema.   You try to perform multiple operations on the same item in the same BatchWriteItem request. For example, you cannot put and delete the same item in the same BatchWriteItem request.     Your request contains at least two items with identical hash and range keys (which essentially is two put operations).    There are more than 25 requests in the batch.   Any individual item in a batch exceeds 400 KB.   The total request size exceeds 16 MB.  
         
     | 
| 
      
 38 
     | 
    
         
            +
               * The BatchWriteItem operation puts or deletes multiple items in one or more tables. A single call to BatchWriteItem can transmit up to 16MB of data over the network, consisting of up to 25 item put or delete operations. While individual items can be up to 400 KB once stored, it's important to note that an item's representation might be greater than 400KB while being sent in DynamoDB's JSON format for the API call. For more details on this distinction, see Naming Rules and Data Types.   BatchWriteItem cannot update items. If you perform a BatchWriteItem operation on an existing item, that item's values will be overwritten by the operation and it will appear like it was updated. To update items, we recommend you use the UpdateItem action.  The individual PutItem and DeleteItem operations specified in BatchWriteItem are atomic; however BatchWriteItem as a whole is not. If any requested operations fail because the table's provisioned throughput is exceeded or an internal processing failure occurs, the failed operations are returned in the UnprocessedItems response parameter. You can investigate and optionally resend the requests. Typically, you would call BatchWriteItem in a loop. Each iteration would check for unprocessed items and submit a new BatchWriteItem request with those unprocessed items until all items have been processed. If none of the items can be processed due to insufficient provisioned throughput on all of the tables in the request, then BatchWriteItem returns a ProvisionedThroughputExceededException.  If DynamoDB returns any unprocessed items, you should retry the batch operation on those items. However, we strongly recommend that you use an exponential backoff algorithm. If you retry the batch operation immediately, the underlying read or write requests can still fail due to throttling on the individual tables. If you delay the batch operation using exponential backoff, the individual requests in the batch are much more likely to succeed. For more information, see Batch Operations and Error Handling in the Amazon DynamoDB Developer Guide.  With BatchWriteItem, you can efficiently write or delete large amounts of data, such as from Amazon EMR, or copy data from another database into DynamoDB. In order to improve performance with these large-scale operations, BatchWriteItem does not behave in the same way as individual PutItem and DeleteItem calls would. For example, you cannot specify conditions on individual put and delete requests, and BatchWriteItem does not return deleted items in the response. If you use a programming language that supports concurrency, you can use threads to write items in parallel. Your application must include the necessary logic to manage the threads. With languages that don't support threading, you must update or delete the specified items one at a time. In both situations, BatchWriteItem performs the specified put and delete operations in parallel, giving you the power of the thread pool approach without having to introduce complexity into your application. Parallel processing reduces latency, but each specified put and delete request consumes the same number of write capacity units whether it is processed in parallel or not. Delete operations on nonexistent items consume one write capacity unit. If one or more of the following is true, DynamoDB rejects the entire batch write operation:   One or more tables specified in the BatchWriteItem request does not exist.   Primary key attributes specified on an item in the request do not match those in the corresponding table's primary key schema.   You try to perform multiple operations on the same item in the same BatchWriteItem request. For example, you cannot put and delete the same item in the same BatchWriteItem request.     Your request contains at least two items with identical hash and range keys (which essentially is two put operations).    There are more than 25 requests in the batch.   Any individual item in a batch exceeds 400 KB.   The total request size exceeds 16 MB.   Any individual items with keys exceeding the key length limits. For a partition key, the limit is 2048 bytes and for a sort key, the limit is 1024 bytes.  
         
     | 
| 
       39 
39 
     | 
    
         
             
               */
         
     | 
| 
       40 
40 
     | 
    
         
             
              batchWriteItem(callback?: (err: AWSError, data: DynamoDB.Types.BatchWriteItemOutput) => void): Request<DynamoDB.Types.BatchWriteItemOutput, AWSError>;
         
     | 
| 
       41 
41 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -47,11 +47,11 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       47 
47 
     | 
    
         
             
               */
         
     | 
| 
       48 
48 
     | 
    
         
             
              createBackup(callback?: (err: AWSError, data: DynamoDB.Types.CreateBackupOutput) => void): Request<DynamoDB.Types.CreateBackupOutput, AWSError>;
         
     | 
| 
       49 
49 
     | 
    
         
             
              /**
         
     | 
| 
       50 
     | 
    
         
            -
               * Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.    
     | 
| 
      
 50 
     | 
    
         
            +
               * Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.   For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.   If you want to add a new replica table to a global table, each of the following conditions must be true:   The table must have the same primary key as all of the other replicas.   The table must have the same name as all of the other replicas.   The table must have DynamoDB Streams enabled, with the stream containing both the new and the old images of the item.   None of the replica tables in the global table can contain any data.    If global secondary indexes are specified, then the following conditions must also be met:     The global secondary indexes must have the same name.     The global secondary indexes must have the same hash key and sort key (if present).     If local secondary indexes are specified, then the following conditions must also be met:     The local secondary indexes must have the same name.     The local secondary indexes must have the same hash key and sort key (if present).      Write capacity settings should be set consistently across your replica tables and secondary indexes. DynamoDB strongly recommends enabling auto scaling to manage the write capacity settings for all of your global tables replicas and indexes.   If you prefer to manage write capacity settings manually, you should provision equal replicated write capacity units to your replica tables. You should also provision equal replicated write capacity units to matching secondary indexes across your global table.  
         
     | 
| 
       51 
51 
     | 
    
         
             
               */
         
     | 
| 
       52 
52 
     | 
    
         
             
              createGlobalTable(params: DynamoDB.Types.CreateGlobalTableInput, callback?: (err: AWSError, data: DynamoDB.Types.CreateGlobalTableOutput) => void): Request<DynamoDB.Types.CreateGlobalTableOutput, AWSError>;
         
     | 
| 
       53 
53 
     | 
    
         
             
              /**
         
     | 
| 
       54 
     | 
    
         
            -
               * Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.    
     | 
| 
      
 54 
     | 
    
         
            +
               * Creates a global table from an existing table. A global table creates a replication relationship between two or more DynamoDB tables with the same table name in the provided Regions.   For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.   If you want to add a new replica table to a global table, each of the following conditions must be true:   The table must have the same primary key as all of the other replicas.   The table must have the same name as all of the other replicas.   The table must have DynamoDB Streams enabled, with the stream containing both the new and the old images of the item.   None of the replica tables in the global table can contain any data.    If global secondary indexes are specified, then the following conditions must also be met:     The global secondary indexes must have the same name.     The global secondary indexes must have the same hash key and sort key (if present).     If local secondary indexes are specified, then the following conditions must also be met:     The local secondary indexes must have the same name.     The local secondary indexes must have the same hash key and sort key (if present).      Write capacity settings should be set consistently across your replica tables and secondary indexes. DynamoDB strongly recommends enabling auto scaling to manage the write capacity settings for all of your global tables replicas and indexes.   If you prefer to manage write capacity settings manually, you should provision equal replicated write capacity units to your replica tables. You should also provision equal replicated write capacity units to matching secondary indexes across your global table.  
         
     | 
| 
       55 
55 
     | 
    
         
             
               */
         
     | 
| 
       56 
56 
     | 
    
         
             
              createGlobalTable(callback?: (err: AWSError, data: DynamoDB.Types.CreateGlobalTableOutput) => void): Request<DynamoDB.Types.CreateGlobalTableOutput, AWSError>;
         
     | 
| 
       57 
57 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -87,11 +87,11 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       87 
87 
     | 
    
         
             
               */
         
     | 
| 
       88 
88 
     | 
    
         
             
              deleteResourcePolicy(callback?: (err: AWSError, data: DynamoDB.Types.DeleteResourcePolicyOutput) => void): Request<DynamoDB.Types.DeleteResourcePolicyOutput, AWSError>;
         
     | 
| 
       89 
89 
     | 
    
         
             
              /**
         
     | 
| 
       90 
     | 
    
         
            -
               * The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException. If the specified table does not exist, DynamoDB returns a ResourceNotFoundException. If table is already in the DELETING state, no error is returned.    
     | 
| 
      
 90 
     | 
    
         
            +
               * The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException. If the specified table does not exist, DynamoDB returns a ResourceNotFoundException. If table is already in the DELETING state, no error is returned.   For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).    DynamoDB might continue to accept data read and write operations, such as GetItem and PutItem, on a table in the DELETING state until the table deletion is complete.  When you delete a table, any indexes on that table are also deleted. If you have DynamoDB Streams enabled on the table, then the corresponding stream on that table goes into the DISABLED state, and the stream is automatically deleted after 24 hours. Use the DescribeTable action to check the status of the table. 
         
     | 
| 
       91 
91 
     | 
    
         
             
               */
         
     | 
| 
       92 
92 
     | 
    
         
             
              deleteTable(params: DynamoDB.Types.DeleteTableInput, callback?: (err: AWSError, data: DynamoDB.Types.DeleteTableOutput) => void): Request<DynamoDB.Types.DeleteTableOutput, AWSError>;
         
     | 
| 
       93 
93 
     | 
    
         
             
              /**
         
     | 
| 
       94 
     | 
    
         
            -
               * The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException. If the specified table does not exist, DynamoDB returns a ResourceNotFoundException. If table is already in the DELETING state, no error is returned.    
     | 
| 
      
 94 
     | 
    
         
            +
               * The DeleteTable operation deletes a table and all of its items. After a DeleteTable request, the specified table is in the DELETING state until DynamoDB completes the deletion. If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states, then DynamoDB returns a ResourceInUseException. If the specified table does not exist, DynamoDB returns a ResourceNotFoundException. If table is already in the DELETING state, no error is returned.   For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).    DynamoDB might continue to accept data read and write operations, such as GetItem and PutItem, on a table in the DELETING state until the table deletion is complete.  When you delete a table, any indexes on that table are also deleted. If you have DynamoDB Streams enabled on the table, then the corresponding stream on that table goes into the DISABLED state, and the stream is automatically deleted after 24 hours. Use the DescribeTable action to check the status of the table. 
         
     | 
| 
       95 
95 
     | 
    
         
             
               */
         
     | 
| 
       96 
96 
     | 
    
         
             
              deleteTable(callback?: (err: AWSError, data: DynamoDB.Types.DeleteTableOutput) => void): Request<DynamoDB.Types.DeleteTableOutput, AWSError>;
         
     | 
| 
       97 
97 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -135,19 +135,19 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       135 
135 
     | 
    
         
             
               */
         
     | 
| 
       136 
136 
     | 
    
         
             
              describeExport(callback?: (err: AWSError, data: DynamoDB.Types.DescribeExportOutput) => void): Request<DynamoDB.Types.DescribeExportOutput, AWSError>;
         
     | 
| 
       137 
137 
     | 
    
         
             
              /**
         
     | 
| 
       138 
     | 
    
         
            -
               * Returns information about the specified global table.   
     | 
| 
      
 138 
     | 
    
         
            +
               * Returns information about the specified global table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       139 
139 
     | 
    
         
             
               */
         
     | 
| 
       140 
140 
     | 
    
         
             
              describeGlobalTable(params: DynamoDB.Types.DescribeGlobalTableInput, callback?: (err: AWSError, data: DynamoDB.Types.DescribeGlobalTableOutput) => void): Request<DynamoDB.Types.DescribeGlobalTableOutput, AWSError>;
         
     | 
| 
       141 
141 
     | 
    
         
             
              /**
         
     | 
| 
       142 
     | 
    
         
            -
               * Returns information about the specified global table.   
     | 
| 
      
 142 
     | 
    
         
            +
               * Returns information about the specified global table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       143 
143 
     | 
    
         
             
               */
         
     | 
| 
       144 
144 
     | 
    
         
             
              describeGlobalTable(callback?: (err: AWSError, data: DynamoDB.Types.DescribeGlobalTableOutput) => void): Request<DynamoDB.Types.DescribeGlobalTableOutput, AWSError>;
         
     | 
| 
       145 
145 
     | 
    
         
             
              /**
         
     | 
| 
       146 
     | 
    
         
            -
               * Describes Region-specific settings for a global table.   
     | 
| 
      
 146 
     | 
    
         
            +
               * Describes Region-specific settings for a global table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       147 
147 
     | 
    
         
             
               */
         
     | 
| 
       148 
148 
     | 
    
         
             
              describeGlobalTableSettings(params: DynamoDB.Types.DescribeGlobalTableSettingsInput, callback?: (err: AWSError, data: DynamoDB.Types.DescribeGlobalTableSettingsOutput) => void): Request<DynamoDB.Types.DescribeGlobalTableSettingsOutput, AWSError>;
         
     | 
| 
       149 
149 
     | 
    
         
             
              /**
         
     | 
| 
       150 
     | 
    
         
            -
               * Describes Region-specific settings for a global table.   
     | 
| 
      
 150 
     | 
    
         
            +
               * Describes Region-specific settings for a global table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       151 
151 
     | 
    
         
             
               */
         
     | 
| 
       152 
152 
     | 
    
         
             
              describeGlobalTableSettings(callback?: (err: AWSError, data: DynamoDB.Types.DescribeGlobalTableSettingsOutput) => void): Request<DynamoDB.Types.DescribeGlobalTableSettingsOutput, AWSError>;
         
     | 
| 
       153 
153 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -175,19 +175,19 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       175 
175 
     | 
    
         
             
               */
         
     | 
| 
       176 
176 
     | 
    
         
             
              describeLimits(callback?: (err: AWSError, data: DynamoDB.Types.DescribeLimitsOutput) => void): Request<DynamoDB.Types.DescribeLimitsOutput, AWSError>;
         
     | 
| 
       177 
177 
     | 
    
         
             
              /**
         
     | 
| 
       178 
     | 
    
         
            -
               * Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.   
     | 
| 
      
 178 
     | 
    
         
            +
               * Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).    If you issue a DescribeTable request immediately after a CreateTable request, DynamoDB might return a ResourceNotFoundException. This is because DescribeTable uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the DescribeTable request again. 
         
     | 
| 
       179 
179 
     | 
    
         
             
               */
         
     | 
| 
       180 
180 
     | 
    
         
             
              describeTable(params: DynamoDB.Types.DescribeTableInput, callback?: (err: AWSError, data: DynamoDB.Types.DescribeTableOutput) => void): Request<DynamoDB.Types.DescribeTableOutput, AWSError>;
         
     | 
| 
       181 
181 
     | 
    
         
             
              /**
         
     | 
| 
       182 
     | 
    
         
            -
               * Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.   
     | 
| 
      
 182 
     | 
    
         
            +
               * Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).    If you issue a DescribeTable request immediately after a CreateTable request, DynamoDB might return a ResourceNotFoundException. This is because DescribeTable uses an eventually consistent query, and the metadata for your table might not be available at that moment. Wait for a few seconds, and then try the DescribeTable request again. 
         
     | 
| 
       183 
183 
     | 
    
         
             
               */
         
     | 
| 
       184 
184 
     | 
    
         
             
              describeTable(callback?: (err: AWSError, data: DynamoDB.Types.DescribeTableOutput) => void): Request<DynamoDB.Types.DescribeTableOutput, AWSError>;
         
     | 
| 
       185 
185 
     | 
    
         
             
              /**
         
     | 
| 
       186 
     | 
    
         
            -
               * Describes auto scaling settings across replicas of the global table at once.   
     | 
| 
      
 186 
     | 
    
         
            +
               * Describes auto scaling settings across replicas of the global table at once.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version). 
         
     | 
| 
       187 
187 
     | 
    
         
             
               */
         
     | 
| 
       188 
188 
     | 
    
         
             
              describeTableReplicaAutoScaling(params: DynamoDB.Types.DescribeTableReplicaAutoScalingInput, callback?: (err: AWSError, data: DynamoDB.Types.DescribeTableReplicaAutoScalingOutput) => void): Request<DynamoDB.Types.DescribeTableReplicaAutoScalingOutput, AWSError>;
         
     | 
| 
       189 
189 
     | 
    
         
             
              /**
         
     | 
| 
       190 
     | 
    
         
            -
               * Describes auto scaling settings across replicas of the global table at once.   
     | 
| 
      
 190 
     | 
    
         
            +
               * Describes auto scaling settings across replicas of the global table at once.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version). 
         
     | 
| 
       191 
191 
     | 
    
         
             
               */
         
     | 
| 
       192 
192 
     | 
    
         
             
              describeTableReplicaAutoScaling(callback?: (err: AWSError, data: DynamoDB.Types.DescribeTableReplicaAutoScalingOutput) => void): Request<DynamoDB.Types.DescribeTableReplicaAutoScalingOutput, AWSError>;
         
     | 
| 
       193 
193 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -287,11 +287,11 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       287 
287 
     | 
    
         
             
               */
         
     | 
| 
       288 
288 
     | 
    
         
             
              listExports(callback?: (err: AWSError, data: DynamoDB.Types.ListExportsOutput) => void): Request<DynamoDB.Types.ListExportsOutput, AWSError>;
         
     | 
| 
       289 
289 
     | 
    
         
             
              /**
         
     | 
| 
       290 
     | 
    
         
            -
               * Lists all global tables that have a replica in the specified Region.   
     | 
| 
      
 290 
     | 
    
         
            +
               * Lists all global tables that have a replica in the specified Region.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       291 
291 
     | 
    
         
             
               */
         
     | 
| 
       292 
292 
     | 
    
         
             
              listGlobalTables(params: DynamoDB.Types.ListGlobalTablesInput, callback?: (err: AWSError, data: DynamoDB.Types.ListGlobalTablesOutput) => void): Request<DynamoDB.Types.ListGlobalTablesOutput, AWSError>;
         
     | 
| 
       293 
293 
     | 
    
         
             
              /**
         
     | 
| 
       294 
     | 
    
         
            -
               * Lists all global tables that have a replica in the specified Region.   
     | 
| 
      
 294 
     | 
    
         
            +
               * Lists all global tables that have a replica in the specified Region.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       295 
295 
     | 
    
         
             
               */
         
     | 
| 
       296 
296 
     | 
    
         
             
              listGlobalTables(callback?: (err: AWSError, data: DynamoDB.Types.ListGlobalTablesOutput) => void): Request<DynamoDB.Types.ListGlobalTablesOutput, AWSError>;
         
     | 
| 
       297 
297 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -415,19 +415,19 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       415 
415 
     | 
    
         
             
               */
         
     | 
| 
       416 
416 
     | 
    
         
             
              updateContributorInsights(callback?: (err: AWSError, data: DynamoDB.Types.UpdateContributorInsightsOutput) => void): Request<DynamoDB.Types.UpdateContributorInsightsOutput, AWSError>;
         
     | 
| 
       417 
417 
     | 
    
         
             
              /**
         
     | 
| 
       418 
     | 
    
         
            -
               * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.   
     | 
| 
      
 418 
     | 
    
         
            +
               * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.     For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version). If you are using global tables Version 2019.11.21 you can use UpdateTable instead.   Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas.    If global secondary indexes are specified, then the following conditions must also be met:     The global secondary indexes must have the same name.     The global secondary indexes must have the same hash key and sort key (if present).     The global secondary indexes must have the same provisioned and maximum write capacity units.   
         
     | 
| 
       419 
419 
     | 
    
         
             
               */
         
     | 
| 
       420 
420 
     | 
    
         
             
              updateGlobalTable(params: DynamoDB.Types.UpdateGlobalTableInput, callback?: (err: AWSError, data: DynamoDB.Types.UpdateGlobalTableOutput) => void): Request<DynamoDB.Types.UpdateGlobalTableOutput, AWSError>;
         
     | 
| 
       421 
421 
     | 
    
         
             
              /**
         
     | 
| 
       422 
     | 
    
         
            -
               * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.   
     | 
| 
      
 422 
     | 
    
         
            +
               * Adds or removes replicas in the specified global table. The global table must already exist to be able to use this operation. Any replica to be added must be empty, have the same name as the global table, have the same key schema, have DynamoDB Streams enabled, and have the same provisioned and maximum write capacity units.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.     For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version). If you are using global tables Version 2019.11.21 you can use UpdateTable instead.   Although you can use UpdateGlobalTable to add replicas and remove replicas in a single request, for simplicity we recommend that you issue separate requests for adding or removing replicas.    If global secondary indexes are specified, then the following conditions must also be met:     The global secondary indexes must have the same name.     The global secondary indexes must have the same hash key and sort key (if present).     The global secondary indexes must have the same provisioned and maximum write capacity units.   
         
     | 
| 
       423 
423 
     | 
    
         
             
               */
         
     | 
| 
       424 
424 
     | 
    
         
             
              updateGlobalTable(callback?: (err: AWSError, data: DynamoDB.Types.UpdateGlobalTableOutput) => void): Request<DynamoDB.Types.UpdateGlobalTableOutput, AWSError>;
         
     | 
| 
       425 
425 
     | 
    
         
             
              /**
         
     | 
| 
       426 
     | 
    
         
            -
               * Updates settings for a global table.   
     | 
| 
      
 426 
     | 
    
         
            +
               * Updates settings for a global table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       427 
427 
     | 
    
         
             
               */
         
     | 
| 
       428 
428 
     | 
    
         
             
              updateGlobalTableSettings(params: DynamoDB.Types.UpdateGlobalTableSettingsInput, callback?: (err: AWSError, data: DynamoDB.Types.UpdateGlobalTableSettingsOutput) => void): Request<DynamoDB.Types.UpdateGlobalTableSettingsOutput, AWSError>;
         
     | 
| 
       429 
429 
     | 
    
         
             
              /**
         
     | 
| 
       430 
     | 
    
         
            -
               * Updates settings for a global table.   
     | 
| 
      
 430 
     | 
    
         
            +
               * Updates settings for a global table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version), as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see  Updating global tables.  
         
     | 
| 
       431 
431 
     | 
    
         
             
               */
         
     | 
| 
       432 
432 
     | 
    
         
             
              updateGlobalTableSettings(callback?: (err: AWSError, data: DynamoDB.Types.UpdateGlobalTableSettingsOutput) => void): Request<DynamoDB.Types.UpdateGlobalTableSettingsOutput, AWSError>;
         
     | 
| 
       433 
433 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -447,19 +447,19 @@ declare class DynamoDB extends DynamoDBCustomizations { 
     | 
|
| 
       447 
447 
     | 
    
         
             
               */
         
     | 
| 
       448 
448 
     | 
    
         
             
              updateKinesisStreamingDestination(callback?: (err: AWSError, data: DynamoDB.Types.UpdateKinesisStreamingDestinationOutput) => void): Request<DynamoDB.Types.UpdateKinesisStreamingDestinationOutput, AWSError>;
         
     | 
| 
       449 
449 
     | 
    
         
             
              /**
         
     | 
| 
       450 
     | 
    
         
            -
               * Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.   
     | 
| 
      
 450 
     | 
    
         
            +
               * Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).   You can only perform one of the following operations at once:   Modify the provisioned throughput settings of the table.   Remove a global secondary index from the table.   Create a new global secondary index on the table. After the index begins backfilling, you can use UpdateTable to perform other operations.    UpdateTable is an asynchronous operation; while it's executing, the table status changes from ACTIVE to UPDATING. While it's UPDATING, you can't issue another UpdateTable request. When the table returns to the ACTIVE state, the UpdateTable operation is complete.
         
     | 
| 
       451 
451 
     | 
    
         
             
               */
         
     | 
| 
       452 
452 
     | 
    
         
             
              updateTable(params: DynamoDB.Types.UpdateTableInput, callback?: (err: AWSError, data: DynamoDB.Types.UpdateTableOutput) => void): Request<DynamoDB.Types.UpdateTableOutput, AWSError>;
         
     | 
| 
       453 
453 
     | 
    
         
             
              /**
         
     | 
| 
       454 
     | 
    
         
            -
               * Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.   
     | 
| 
      
 454 
     | 
    
         
            +
               * Modifies the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).   You can only perform one of the following operations at once:   Modify the provisioned throughput settings of the table.   Remove a global secondary index from the table.   Create a new global secondary index on the table. After the index begins backfilling, you can use UpdateTable to perform other operations.    UpdateTable is an asynchronous operation; while it's executing, the table status changes from ACTIVE to UPDATING. While it's UPDATING, you can't issue another UpdateTable request. When the table returns to the ACTIVE state, the UpdateTable operation is complete.
         
     | 
| 
       455 
455 
     | 
    
         
             
               */
         
     | 
| 
       456 
456 
     | 
    
         
             
              updateTable(callback?: (err: AWSError, data: DynamoDB.Types.UpdateTableOutput) => void): Request<DynamoDB.Types.UpdateTableOutput, AWSError>;
         
     | 
| 
       457 
457 
     | 
    
         
             
              /**
         
     | 
| 
       458 
     | 
    
         
            -
               * Updates auto scaling settings on your global tables at once.   
     | 
| 
      
 458 
     | 
    
         
            +
               * Updates auto scaling settings on your global tables at once.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).  
         
     | 
| 
       459 
459 
     | 
    
         
             
               */
         
     | 
| 
       460 
460 
     | 
    
         
             
              updateTableReplicaAutoScaling(params: DynamoDB.Types.UpdateTableReplicaAutoScalingInput, callback?: (err: AWSError, data: DynamoDB.Types.UpdateTableReplicaAutoScalingOutput) => void): Request<DynamoDB.Types.UpdateTableReplicaAutoScalingOutput, AWSError>;
         
     | 
| 
       461 
461 
     | 
    
         
             
              /**
         
     | 
| 
       462 
     | 
    
         
            -
               * Updates auto scaling settings on your global tables at once.   
     | 
| 
      
 462 
     | 
    
         
            +
               * Updates auto scaling settings on your global tables at once.  For global tables, this operation only applies to global tables using Version 2019.11.21 (Current version).  
         
     | 
| 
       463 
463 
     | 
    
         
             
               */
         
     | 
| 
       464 
464 
     | 
    
         
             
              updateTableReplicaAutoScaling(callback?: (err: AWSError, data: DynamoDB.Types.UpdateTableReplicaAutoScalingOutput) => void): Request<DynamoDB.Types.UpdateTableReplicaAutoScalingOutput, AWSError>;
         
     | 
| 
       465 
465 
     | 
    
         
             
              /**
         
     | 
| 
         @@ -1133,7 +1133,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       1133 
1133 
     | 
    
         
             
                 */
         
     | 
| 
       1134 
1134 
     | 
    
         
             
                GlobalSecondaryIndexes?: GlobalSecondaryIndexList;
         
     | 
| 
       1135 
1135 
     | 
    
         
             
                /**
         
     | 
| 
       1136 
     | 
    
         
            -
                 * Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.    PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned  
     | 
| 
      
 1136 
     | 
    
         
            +
                 * Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.    PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.    PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.   
         
     | 
| 
       1137 
1137 
     | 
    
         
             
                 */
         
     | 
| 
       1138 
1138 
     | 
    
         
             
                BillingMode?: BillingMode;
         
     | 
| 
       1139 
1139 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1282,7 +1282,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       1282 
1282 
     | 
    
         
             
                 */
         
     | 
| 
       1283 
1283 
     | 
    
         
             
                Attributes?: AttributeMap;
         
     | 
| 
       1284 
1284 
     | 
    
         
             
                /**
         
     | 
| 
       1285 
     | 
    
         
            -
                 * The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned  
     | 
| 
      
 1285 
     | 
    
         
            +
                 * The capacity units consumed by the DeleteItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Provisioned capacity mode in the Amazon DynamoDB Developer Guide.
         
     | 
| 
       1286 
1286 
     | 
    
         
             
                 */
         
     | 
| 
       1287 
1287 
     | 
    
         
             
                ConsumedCapacity?: ConsumedCapacity;
         
     | 
| 
       1288 
1288 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -1869,7 +1869,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       1869 
1869 
     | 
    
         
             
                 */
         
     | 
| 
       1870 
1870 
     | 
    
         
             
                Item?: AttributeMap;
         
     | 
| 
       1871 
1871 
     | 
    
         
             
                /**
         
     | 
| 
       1872 
     | 
    
         
            -
                 * The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see  
     | 
| 
      
 1872 
     | 
    
         
            +
                 * The capacity units consumed by the GetItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Capacity unit consumption for read operations in the Amazon DynamoDB Developer Guide.
         
     | 
| 
       1873 
1873 
     | 
    
         
             
                 */
         
     | 
| 
       1874 
1874 
     | 
    
         
             
                ConsumedCapacity?: ConsumedCapacity;
         
     | 
| 
       1875 
1875 
     | 
    
         
             
              }
         
     | 
| 
         @@ -2773,7 +2773,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       2773 
2773 
     | 
    
         
             
                 */
         
     | 
| 
       2774 
2774 
     | 
    
         
             
                Attributes?: AttributeMap;
         
     | 
| 
       2775 
2775 
     | 
    
         
             
                /**
         
     | 
| 
       2776 
     | 
    
         
            -
                 * The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see  
     | 
| 
      
 2776 
     | 
    
         
            +
                 * The capacity units consumed by the PutItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Capacity unity consumption for write operations in the Amazon DynamoDB Developer Guide.
         
     | 
| 
       2777 
2777 
     | 
    
         
             
                 */
         
     | 
| 
       2778 
2778 
     | 
    
         
             
                ConsumedCapacity?: ConsumedCapacity;
         
     | 
| 
       2779 
2779 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -2896,7 +2896,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       2896 
2896 
     | 
    
         
             
                 */
         
     | 
| 
       2897 
2897 
     | 
    
         
             
                LastEvaluatedKey?: Key;
         
     | 
| 
       2898 
2898 
     | 
    
         
             
                /**
         
     | 
| 
       2899 
     | 
    
         
            -
                 * The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see  
     | 
| 
      
 2899 
     | 
    
         
            +
                 * The capacity units consumed by the Query operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Capacity unit consumption for read operations in the Amazon DynamoDB Developer Guide.
         
     | 
| 
       2900 
2900 
     | 
    
         
             
                 */
         
     | 
| 
       2901 
2901 
     | 
    
         
             
                ConsumedCapacity?: ConsumedCapacity;
         
     | 
| 
       2902 
2902 
     | 
    
         
             
              }
         
     | 
| 
         @@ -3405,7 +3405,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       3405 
3405 
     | 
    
         
             
                 */
         
     | 
| 
       3406 
3406 
     | 
    
         
             
                LastEvaluatedKey?: Key;
         
     | 
| 
       3407 
3407 
     | 
    
         
             
                /**
         
     | 
| 
       3408 
     | 
    
         
            -
                 * The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see  
     | 
| 
      
 3408 
     | 
    
         
            +
                 * The capacity units consumed by the Scan operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Capacity unit consumption for read operations in the Amazon DynamoDB Developer Guide.
         
     | 
| 
       3409 
3409 
     | 
    
         
             
                 */
         
     | 
| 
       3410 
3410 
     | 
    
         
             
                ConsumedCapacity?: ConsumedCapacity;
         
     | 
| 
       3411 
3411 
     | 
    
         
             
              }
         
     | 
| 
         @@ -3885,7 +3885,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       3885 
3885 
     | 
    
         
             
                 */
         
     | 
| 
       3886 
3886 
     | 
    
         
             
                GlobalTableName: TableName;
         
     | 
| 
       3887 
3887 
     | 
    
         
             
                /**
         
     | 
| 
       3888 
     | 
    
         
            -
                 * The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.    PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned  
     | 
| 
      
 3888 
     | 
    
         
            +
                 * The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.    PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.    PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.   
         
     | 
| 
       3889 
3889 
     | 
    
         
             
                 */
         
     | 
| 
       3890 
3890 
     | 
    
         
             
                GlobalTableBillingMode?: BillingMode;
         
     | 
| 
       3891 
3891 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -3972,7 +3972,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       3972 
3972 
     | 
    
         
             
                 */
         
     | 
| 
       3973 
3973 
     | 
    
         
             
                Attributes?: AttributeMap;
         
     | 
| 
       3974 
3974 
     | 
    
         
             
                /**
         
     | 
| 
       3975 
     | 
    
         
            -
                 * The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see  
     | 
| 
      
 3975 
     | 
    
         
            +
                 * The capacity units consumed by the UpdateItem operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity is only returned if the ReturnConsumedCapacity parameter was specified. For more information, see Capacity unity consumption for write operations in the Amazon DynamoDB Developer Guide.
         
     | 
| 
       3976 
3976 
     | 
    
         
             
                 */
         
     | 
| 
       3977 
3977 
     | 
    
         
             
                ConsumedCapacity?: ConsumedCapacity;
         
     | 
| 
       3978 
3978 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -4054,7 +4054,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       4054 
4054 
     | 
    
         
             
                 */
         
     | 
| 
       4055 
4055 
     | 
    
         
             
                TableName: TableArn;
         
     | 
| 
       4056 
4056 
     | 
    
         
             
                /**
         
     | 
| 
       4057 
     | 
    
         
            -
                 * Controls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes.    PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned  
     | 
| 
      
 4057 
     | 
    
         
            +
                 * Controls how you are charged for read and write throughput and how you manage capacity. When switching from pay-per-request to provisioned capacity, initial provisioned capacity values must be set. The initial provisioned capacity values are estimated based on the consumed read and write capacity of your table and global secondary indexes over the past 30 minutes.    PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned capacity mode.    PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.   
         
     | 
| 
       4058 
4058 
     | 
    
         
             
                 */
         
     | 
| 
       4059 
4059 
     | 
    
         
             
                BillingMode?: BillingMode;
         
     | 
| 
       4060 
4060 
     | 
    
         
             
                /**
         
     | 
| 
         @@ -4074,7 +4074,7 @@ declare namespace DynamoDB { 
     | 
|
| 
       4074 
4074 
     | 
    
         
             
                 */
         
     | 
| 
       4075 
4075 
     | 
    
         
             
                SSESpecification?: SSESpecification;
         
     | 
| 
       4076 
4076 
     | 
    
         
             
                /**
         
     | 
| 
       4077 
     | 
    
         
            -
                 * A list of replica update actions (create, delete, or update) for the table.   
     | 
| 
      
 4077 
     | 
    
         
            +
                 * A list of replica update actions (create, delete, or update) for the table.  For global tables, this property only applies to global tables using Version 2019.11.21 (Current version).  
         
     | 
| 
       4078 
4078 
     | 
    
         
             
                 */
         
     | 
| 
       4079 
4079 
     | 
    
         
             
                ReplicaUpdates?: ReplicationGroupUpdateList;
         
     | 
| 
       4080 
4080 
     | 
    
         
             
                /**
         
     |