aws-sdk 2.1640.0 → 2.1641.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/cloudhsmv2-2017-04-28.min.json +26 -19
 - package/apis/glue-2017-03-31.min.json +99 -98
 - package/apis/iotwireless-2020-11-22.min.json +4 -1
 - package/apis/kms-2014-11-01.examples.json +29 -0
 - package/apis/kms-2014-11-01.min.json +76 -23
 - package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
 - package/apis/mediapackagev2-2022-12-25.min.json +108 -71
 - package/clients/cloudhsmv2.d.ts +18 -1
 - package/clients/glue.d.ts +6 -1
 - package/clients/iotwireless.d.ts +1 -1
 - package/clients/kms.d.ts +80 -14
 - package/clients/mediapackagev2.d.ts +57 -4
 - package/dist/aws-sdk-core-react-native.js +1 -1
 - package/dist/aws-sdk-react-native.js +15 -6
 - package/dist/aws-sdk.js +114 -45
 - package/dist/aws-sdk.min.js +61 -61
 - package/lib/core.js +1 -1
 - package/lib/credentials/cognito_identity_credentials.js +9 -0
 - package/lib/shared-ini/ini-loader.d.ts +24 -1
 - package/lib/shared-ini/ini-loader.js +0 -6
 - package/package.json +1 -1
 - package/scripts/region-checker/allowlist.js +3 -3
 
    
        package/dist/aws-sdk.js
    CHANGED
    
    | 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            // AWS SDK for JavaScript v2. 
     | 
| 
      
 1 
     | 
    
         
            +
            // AWS SDK for JavaScript v2.1641.0
         
     | 
| 
       2 
2 
     | 
    
         
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         
     | 
| 
       3 
3 
     | 
    
         
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         
     | 
| 
       4 
4 
     | 
    
         
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         
     | 
| 
         @@ -41246,6 +41246,9 @@ module.exports={ 
     | 
|
| 
       41246 
41246 
     | 
    
         
             
                "endpointPrefix": "cloudhsmv2",
         
     | 
| 
       41247 
41247 
     | 
    
         
             
                "jsonVersion": "1.1",
         
     | 
| 
       41248 
41248 
     | 
    
         
             
                "protocol": "json",
         
     | 
| 
      
 41249 
     | 
    
         
            +
                "protocols": [
         
     | 
| 
      
 41250 
     | 
    
         
            +
                  "json"
         
     | 
| 
      
 41251 
     | 
    
         
            +
                ],
         
     | 
| 
       41249 
41252 
     | 
    
         
             
                "serviceAbbreviation": "CloudHSM V2",
         
     | 
| 
       41250 
41253 
     | 
    
         
             
                "serviceFullName": "AWS CloudHSM V2",
         
     | 
| 
       41251 
41254 
     | 
    
         
             
                "serviceId": "CloudHSM V2",
         
     | 
| 
         @@ -41306,14 +41309,15 @@ module.exports={ 
     | 
|
| 
       41306 
41309 
     | 
    
         
             
                      },
         
     | 
| 
       41307 
41310 
     | 
    
         
             
                      "TagList": {
         
     | 
| 
       41308 
41311 
     | 
    
         
             
                        "shape": "S4"
         
     | 
| 
       41309 
     | 
    
         
            -
                      }
         
     | 
| 
      
 41312 
     | 
    
         
            +
                      },
         
     | 
| 
      
 41313 
     | 
    
         
            +
                      "Mode": {}
         
     | 
| 
       41310 
41314 
     | 
    
         
             
                    }
         
     | 
| 
       41311 
41315 
     | 
    
         
             
                  },
         
     | 
| 
       41312 
41316 
     | 
    
         
             
                  "output": {
         
     | 
| 
       41313 
41317 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41314 
41318 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41315 
41319 
     | 
    
         
             
                      "Cluster": {
         
     | 
| 
       41316 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41320 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       41317 
41321 
     | 
    
         
             
                      }
         
     | 
| 
       41318 
41322 
     | 
    
         
             
                    }
         
     | 
| 
       41319 
41323 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41335,7 +41339,7 @@ module.exports={ 
     | 
|
| 
       41335 
41339 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41336 
41340 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41337 
41341 
     | 
    
         
             
                      "Hsm": {
         
     | 
| 
       41338 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41342 
     | 
    
         
            +
                        "shape": "So"
         
     | 
| 
       41339 
41343 
     | 
    
         
             
                      }
         
     | 
| 
       41340 
41344 
     | 
    
         
             
                    }
         
     | 
| 
       41341 
41345 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41354,7 +41358,7 @@ module.exports={ 
     | 
|
| 
       41354 
41358 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41355 
41359 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41356 
41360 
     | 
    
         
             
                      "Backup": {
         
     | 
| 
       41357 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41361 
     | 
    
         
            +
                        "shape": "S17"
         
     | 
| 
       41358 
41362 
     | 
    
         
             
                      }
         
     | 
| 
       41359 
41363 
     | 
    
         
             
                    }
         
     | 
| 
       41360 
41364 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41373,7 +41377,7 @@ module.exports={ 
     | 
|
| 
       41373 
41377 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41374 
41378 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41375 
41379 
     | 
    
         
             
                      "Cluster": {
         
     | 
| 
       41376 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41380 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       41377 
41381 
     | 
    
         
             
                      }
         
     | 
| 
       41378 
41382 
     | 
    
         
             
                    }
         
     | 
| 
       41379 
41383 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41407,7 +41411,7 @@ module.exports={ 
     | 
|
| 
       41407 
41411 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       41408 
41412 
     | 
    
         
             
                      },
         
     | 
| 
       41409 
41413 
     | 
    
         
             
                      "Filters": {
         
     | 
| 
       41410 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41414 
     | 
    
         
            +
                        "shape": "S1h"
         
     | 
| 
       41411 
41415 
     | 
    
         
             
                      },
         
     | 
| 
       41412 
41416 
     | 
    
         
             
                      "SortAscending": {
         
     | 
| 
       41413 
41417 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
         @@ -41420,7 +41424,7 @@ module.exports={ 
     | 
|
| 
       41420 
41424 
     | 
    
         
             
                      "Backups": {
         
     | 
| 
       41421 
41425 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       41422 
41426 
     | 
    
         
             
                        "member": {
         
     | 
| 
       41423 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 41427 
     | 
    
         
            +
                          "shape": "S17"
         
     | 
| 
       41424 
41428 
     | 
    
         
             
                        }
         
     | 
| 
       41425 
41429 
     | 
    
         
             
                      },
         
     | 
| 
       41426 
41430 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -41432,7 +41436,7 @@ module.exports={ 
     | 
|
| 
       41432 
41436 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41433 
41437 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41434 
41438 
     | 
    
         
             
                      "Filters": {
         
     | 
| 
       41435 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41439 
     | 
    
         
            +
                        "shape": "S1h"
         
     | 
| 
       41436 
41440 
     | 
    
         
             
                      },
         
     | 
| 
       41437 
41441 
     | 
    
         
             
                      "NextToken": {},
         
     | 
| 
       41438 
41442 
     | 
    
         
             
                      "MaxResults": {
         
     | 
| 
         @@ -41446,7 +41450,7 @@ module.exports={ 
     | 
|
| 
       41446 
41450 
     | 
    
         
             
                      "Clusters": {
         
     | 
| 
       41447 
41451 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       41448 
41452 
     | 
    
         
             
                        "member": {
         
     | 
| 
       41449 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 41453 
     | 
    
         
            +
                          "shape": "Sl"
         
     | 
| 
       41450 
41454 
     | 
    
         
             
                        }
         
     | 
| 
       41451 
41455 
     | 
    
         
             
                      },
         
     | 
| 
       41452 
41456 
     | 
    
         
             
                      "NextToken": {}
         
     | 
| 
         @@ -41520,7 +41524,7 @@ module.exports={ 
     | 
|
| 
       41520 
41524 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41521 
41525 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41522 
41526 
     | 
    
         
             
                      "Backup": {
         
     | 
| 
       41523 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41527 
     | 
    
         
            +
                        "shape": "S17"
         
     | 
| 
       41524 
41528 
     | 
    
         
             
                      }
         
     | 
| 
       41525 
41529 
     | 
    
         
             
                    }
         
     | 
| 
       41526 
41530 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41543,7 +41547,7 @@ module.exports={ 
     | 
|
| 
       41543 
41547 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41544 
41548 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41545 
41549 
     | 
    
         
             
                      "Cluster": {
         
     | 
| 
       41546 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41550 
     | 
    
         
            +
                        "shape": "Sl"
         
     | 
| 
       41547 
41551 
     | 
    
         
             
                      }
         
     | 
| 
       41548 
41552 
     | 
    
         
             
                    }
         
     | 
| 
       41549 
41553 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41562,7 +41566,7 @@ module.exports={ 
     | 
|
| 
       41562 
41566 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       41563 
41567 
     | 
    
         
             
                    "members": {
         
     | 
| 
       41564 
41568 
     | 
    
         
             
                      "Backup": {
         
     | 
| 
       41565 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41569 
     | 
    
         
            +
                        "shape": "S17"
         
     | 
| 
       41566 
41570 
     | 
    
         
             
                      }
         
     | 
| 
       41567 
41571 
     | 
    
         
             
                    }
         
     | 
| 
       41568 
41572 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -41629,7 +41633,7 @@ module.exports={ 
     | 
|
| 
       41629 
41633 
     | 
    
         
             
                    "Value": {}
         
     | 
| 
       41630 
41634 
     | 
    
         
             
                  }
         
     | 
| 
       41631 
41635 
     | 
    
         
             
                },
         
     | 
| 
       41632 
     | 
    
         
            -
                " 
     | 
| 
      
 41636 
     | 
    
         
            +
                "Sl": {
         
     | 
| 
       41633 
41637 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       41634 
41638 
     | 
    
         
             
                  "members": {
         
     | 
| 
       41635 
41639 
     | 
    
         
             
                    "BackupPolicy": {},
         
     | 
| 
         @@ -41643,7 +41647,7 @@ module.exports={ 
     | 
|
| 
       41643 
41647 
     | 
    
         
             
                    "Hsms": {
         
     | 
| 
       41644 
41648 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
       41645 
41649 
     | 
    
         
             
                      "member": {
         
     | 
| 
       41646 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 41650 
     | 
    
         
            +
                        "shape": "So"
         
     | 
| 
       41647 
41651 
     | 
    
         
             
                      }
         
     | 
| 
       41648 
41652 
     | 
    
         
             
                    },
         
     | 
| 
       41649 
41653 
     | 
    
         
             
                    "HsmType": {},
         
     | 
| 
         @@ -41670,10 +41674,11 @@ module.exports={ 
     | 
|
| 
       41670 
41674 
     | 
    
         
             
                    },
         
     | 
| 
       41671 
41675 
     | 
    
         
             
                    "TagList": {
         
     | 
| 
       41672 
41676 
     | 
    
         
             
                      "shape": "S4"
         
     | 
| 
       41673 
     | 
    
         
            -
                    }
         
     | 
| 
      
 41677 
     | 
    
         
            +
                    },
         
     | 
| 
      
 41678 
     | 
    
         
            +
                    "Mode": {}
         
     | 
| 
       41674 
41679 
     | 
    
         
             
                  }
         
     | 
| 
       41675 
41680 
     | 
    
         
             
                },
         
     | 
| 
       41676 
     | 
    
         
            -
                " 
     | 
| 
      
 41681 
     | 
    
         
            +
                "So": {
         
     | 
| 
       41677 
41682 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       41678 
41683 
     | 
    
         
             
                  "required": [
         
     | 
| 
       41679 
41684 
     | 
    
         
             
                    "HsmId"
         
     | 
| 
         @@ -41689,7 +41694,7 @@ module.exports={ 
     | 
|
| 
       41689 
41694 
     | 
    
         
             
                    "StateMessage": {}
         
     | 
| 
       41690 
41695 
     | 
    
         
             
                  }
         
     | 
| 
       41691 
41696 
     | 
    
         
             
                },
         
     | 
| 
       41692 
     | 
    
         
            -
                " 
     | 
| 
      
 41697 
     | 
    
         
            +
                "S17": {
         
     | 
| 
       41693 
41698 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       41694 
41699 
     | 
    
         
             
                  "required": [
         
     | 
| 
       41695 
41700 
     | 
    
         
             
                    "BackupId"
         
     | 
| 
         @@ -41715,10 +41720,12 @@ module.exports={ 
     | 
|
| 
       41715 
41720 
     | 
    
         
             
                    },
         
     | 
| 
       41716 
41721 
     | 
    
         
             
                    "TagList": {
         
     | 
| 
       41717 
41722 
     | 
    
         
             
                      "shape": "S4"
         
     | 
| 
       41718 
     | 
    
         
            -
                    }
         
     | 
| 
      
 41723 
     | 
    
         
            +
                    },
         
     | 
| 
      
 41724 
     | 
    
         
            +
                    "HsmType": {},
         
     | 
| 
      
 41725 
     | 
    
         
            +
                    "Mode": {}
         
     | 
| 
       41719 
41726 
     | 
    
         
             
                  }
         
     | 
| 
       41720 
41727 
     | 
    
         
             
                },
         
     | 
| 
       41721 
     | 
    
         
            -
                " 
     | 
| 
      
 41728 
     | 
    
         
            +
                "S1h": {
         
     | 
| 
       41722 
41729 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       41723 
41730 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       41724 
41731 
     | 
    
         
             
                  "value": {
         
     | 
| 
         @@ -179970,7 +179977,10 @@ module.exports={ 
     | 
|
| 
       179970 
179977 
     | 
    
         
             
                "serviceId": "KMS",
         
     | 
| 
       179971 
179978 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
       179972 
179979 
     | 
    
         
             
                "targetPrefix": "TrentService",
         
     | 
| 
       179973 
     | 
    
         
            -
                "uid": "kms-2014-11-01"
         
     | 
| 
      
 179980 
     | 
    
         
            +
                "uid": "kms-2014-11-01",
         
     | 
| 
      
 179981 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 179982 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 179983 
     | 
    
         
            +
                ]
         
     | 
| 
       179974 
179984 
     | 
    
         
             
              },
         
     | 
| 
       179975 
179985 
     | 
    
         
             
              "operations": {
         
     | 
| 
       179976 
179986 
     | 
    
         
             
                "CancelKeyDeletion": {
         
     | 
| 
         @@ -180138,7 +180148,7 @@ module.exports={ 
     | 
|
| 
       180138 
180148 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       180139 
180149 
     | 
    
         
             
                      "EncryptionAlgorithm": {},
         
     | 
| 
       180140 
180150 
     | 
    
         
             
                      "Recipient": {
         
     | 
| 
       180141 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180151 
     | 
    
         
            +
                        "shape": "S23"
         
     | 
| 
       180142 
180152 
     | 
    
         
             
                      },
         
     | 
| 
       180143 
180153 
     | 
    
         
             
                      "DryRun": {
         
     | 
| 
       180144 
180154 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
         @@ -180150,7 +180160,7 @@ module.exports={ 
     | 
|
| 
       180150 
180160 
     | 
    
         
             
                    "members": {
         
     | 
| 
       180151 
180161 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       180152 
180162 
     | 
    
         
             
                      "Plaintext": {
         
     | 
| 
       180153 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180163 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180154 
180164 
     | 
    
         
             
                      },
         
     | 
| 
       180155 
180165 
     | 
    
         
             
                      "EncryptionAlgorithm": {},
         
     | 
| 
       180156 
180166 
     | 
    
         
             
                      "CiphertextForRecipient": {
         
     | 
| 
         @@ -180196,6 +180206,46 @@ module.exports={ 
     | 
|
| 
       180196 
180206 
     | 
    
         
             
                    }
         
     | 
| 
       180197 
180207 
     | 
    
         
             
                  }
         
     | 
| 
       180198 
180208 
     | 
    
         
             
                },
         
     | 
| 
      
 180209 
     | 
    
         
            +
                "DeriveSharedSecret": {
         
     | 
| 
      
 180210 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 180211 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 180212 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 180213 
     | 
    
         
            +
                      "KeyId",
         
     | 
| 
      
 180214 
     | 
    
         
            +
                      "KeyAgreementAlgorithm",
         
     | 
| 
      
 180215 
     | 
    
         
            +
                      "PublicKey"
         
     | 
| 
      
 180216 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 180217 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 180218 
     | 
    
         
            +
                      "KeyId": {},
         
     | 
| 
      
 180219 
     | 
    
         
            +
                      "KeyAgreementAlgorithm": {},
         
     | 
| 
      
 180220 
     | 
    
         
            +
                      "PublicKey": {
         
     | 
| 
      
 180221 
     | 
    
         
            +
                        "type": "blob"
         
     | 
| 
      
 180222 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180223 
     | 
    
         
            +
                      "GrantTokens": {
         
     | 
| 
      
 180224 
     | 
    
         
            +
                        "shape": "Sv"
         
     | 
| 
      
 180225 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180226 
     | 
    
         
            +
                      "DryRun": {
         
     | 
| 
      
 180227 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
      
 180228 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180229 
     | 
    
         
            +
                      "Recipient": {
         
     | 
| 
      
 180230 
     | 
    
         
            +
                        "shape": "S23"
         
     | 
| 
      
 180231 
     | 
    
         
            +
                      }
         
     | 
| 
      
 180232 
     | 
    
         
            +
                    }
         
     | 
| 
      
 180233 
     | 
    
         
            +
                  },
         
     | 
| 
      
 180234 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 180235 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 180236 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 180237 
     | 
    
         
            +
                      "KeyId": {},
         
     | 
| 
      
 180238 
     | 
    
         
            +
                      "SharedSecret": {
         
     | 
| 
      
 180239 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
      
 180240 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180241 
     | 
    
         
            +
                      "CiphertextForRecipient": {
         
     | 
| 
      
 180242 
     | 
    
         
            +
                        "type": "blob"
         
     | 
| 
      
 180243 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180244 
     | 
    
         
            +
                      "KeyAgreementAlgorithm": {},
         
     | 
| 
      
 180245 
     | 
    
         
            +
                      "KeyOrigin": {}
         
     | 
| 
      
 180246 
     | 
    
         
            +
                    }
         
     | 
| 
      
 180247 
     | 
    
         
            +
                  }
         
     | 
| 
      
 180248 
     | 
    
         
            +
                },
         
     | 
| 
       180199 
180249 
     | 
    
         
             
                "DescribeCustomKeyStores": {
         
     | 
| 
       180200 
180250 
     | 
    
         
             
                  "input": {
         
     | 
| 
       180201 
180251 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -180342,7 +180392,7 @@ module.exports={ 
     | 
|
| 
       180342 
180392 
     | 
    
         
             
                    "members": {
         
     | 
| 
       180343 
180393 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       180344 
180394 
     | 
    
         
             
                      "Plaintext": {
         
     | 
| 
       180345 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180395 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180346 
180396 
     | 
    
         
             
                      },
         
     | 
| 
       180347 
180397 
     | 
    
         
             
                      "EncryptionContext": {
         
     | 
| 
       180348 
180398 
     | 
    
         
             
                        "shape": "Ss"
         
     | 
| 
         @@ -180386,7 +180436,7 @@ module.exports={ 
     | 
|
| 
       180386 
180436 
     | 
    
         
             
                        "shape": "Sv"
         
     | 
| 
       180387 
180437 
     | 
    
         
             
                      },
         
     | 
| 
       180388 
180438 
     | 
    
         
             
                      "Recipient": {
         
     | 
| 
       180389 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180439 
     | 
    
         
            +
                        "shape": "S23"
         
     | 
| 
       180390 
180440 
     | 
    
         
             
                      },
         
     | 
| 
       180391 
180441 
     | 
    
         
             
                      "DryRun": {
         
     | 
| 
       180392 
180442 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
         @@ -180400,7 +180450,7 @@ module.exports={ 
     | 
|
| 
       180400 
180450 
     | 
    
         
             
                        "type": "blob"
         
     | 
| 
       180401 
180451 
     | 
    
         
             
                      },
         
     | 
| 
       180402 
180452 
     | 
    
         
             
                      "Plaintext": {
         
     | 
| 
       180403 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180453 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180404 
180454 
     | 
    
         
             
                      },
         
     | 
| 
       180405 
180455 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       180406 
180456 
     | 
    
         
             
                      "CiphertextForRecipient": {
         
     | 
| 
         @@ -180426,7 +180476,7 @@ module.exports={ 
     | 
|
| 
       180426 
180476 
     | 
    
         
             
                        "shape": "Sv"
         
     | 
| 
       180427 
180477 
     | 
    
         
             
                      },
         
     | 
| 
       180428 
180478 
     | 
    
         
             
                      "Recipient": {
         
     | 
| 
       180429 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180479 
     | 
    
         
            +
                        "shape": "S23"
         
     | 
| 
       180430 
180480 
     | 
    
         
             
                      },
         
     | 
| 
       180431 
180481 
     | 
    
         
             
                      "DryRun": {
         
     | 
| 
       180432 
180482 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
         @@ -180440,7 +180490,7 @@ module.exports={ 
     | 
|
| 
       180440 
180490 
     | 
    
         
             
                        "type": "blob"
         
     | 
| 
       180441 
180491 
     | 
    
         
             
                      },
         
     | 
| 
       180442 
180492 
     | 
    
         
             
                      "PrivateKeyPlaintext": {
         
     | 
| 
       180443 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180493 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180444 
180494 
     | 
    
         
             
                      },
         
     | 
| 
       180445 
180495 
     | 
    
         
             
                      "PublicKey": {
         
     | 
| 
       180446 
180496 
     | 
    
         
             
                        "type": "blob"
         
     | 
| 
         @@ -180531,7 +180581,7 @@ module.exports={ 
     | 
|
| 
       180531 
180581 
     | 
    
         
             
                    ],
         
     | 
| 
       180532 
180582 
     | 
    
         
             
                    "members": {
         
     | 
| 
       180533 
180583 
     | 
    
         
             
                      "Message": {
         
     | 
| 
       180534 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180584 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180535 
180585 
     | 
    
         
             
                      },
         
     | 
| 
       180536 
180586 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       180537 
180587 
     | 
    
         
             
                      "MacAlgorithm": {},
         
     | 
| 
         @@ -180563,7 +180613,7 @@ module.exports={ 
     | 
|
| 
       180563 
180613 
     | 
    
         
             
                      },
         
     | 
| 
       180564 
180614 
     | 
    
         
             
                      "CustomKeyStoreId": {},
         
     | 
| 
       180565 
180615 
     | 
    
         
             
                      "Recipient": {
         
     | 
| 
       180566 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180616 
     | 
    
         
            +
                        "shape": "S23"
         
     | 
| 
       180567 
180617 
     | 
    
         
             
                      }
         
     | 
| 
       180568 
180618 
     | 
    
         
             
                    }
         
     | 
| 
       180569 
180619 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -180571,7 +180621,7 @@ module.exports={ 
     | 
|
| 
       180571 
180621 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       180572 
180622 
     | 
    
         
             
                    "members": {
         
     | 
| 
       180573 
180623 
     | 
    
         
             
                      "Plaintext": {
         
     | 
| 
       180574 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180624 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180575 
180625 
     | 
    
         
             
                      },
         
     | 
| 
       180576 
180626 
     | 
    
         
             
                      "CiphertextForRecipient": {
         
     | 
| 
       180577 
180627 
     | 
    
         
             
                        "type": "blob"
         
     | 
| 
         @@ -180649,7 +180699,7 @@ module.exports={ 
     | 
|
| 
       180649 
180699 
     | 
    
         
             
                        "type": "blob"
         
     | 
| 
       180650 
180700 
     | 
    
         
             
                      },
         
     | 
| 
       180651 
180701 
     | 
    
         
             
                      "PublicKey": {
         
     | 
| 
       180652 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 180702 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       180653 
180703 
     | 
    
         
             
                      },
         
     | 
| 
       180654 
180704 
     | 
    
         
             
                      "ParametersValidTo": {
         
     | 
| 
       180655 
180705 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -180689,6 +180739,9 @@ module.exports={ 
     | 
|
| 
       180689 
180739 
     | 
    
         
             
                      },
         
     | 
| 
       180690 
180740 
     | 
    
         
             
                      "SigningAlgorithms": {
         
     | 
| 
       180691 
180741 
     | 
    
         
             
                        "shape": "S1o"
         
     | 
| 
      
 180742 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180743 
     | 
    
         
            +
                      "KeyAgreementAlgorithms": {
         
     | 
| 
      
 180744 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       180692 
180745 
     | 
    
         
             
                      }
         
     | 
| 
       180693 
180746 
     | 
    
         
             
                    }
         
     | 
| 
       180694 
180747 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -180775,7 +180828,7 @@ module.exports={ 
     | 
|
| 
       180775 
180828 
     | 
    
         
             
                    }
         
     | 
| 
       180776 
180829 
     | 
    
         
             
                  },
         
     | 
| 
       180777 
180830 
     | 
    
         
             
                  "output": {
         
     | 
| 
       180778 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 180831 
     | 
    
         
            +
                    "shape": "S3w"
         
     | 
| 
       180779 
180832 
     | 
    
         
             
                  }
         
     | 
| 
       180780 
180833 
     | 
    
         
             
                },
         
     | 
| 
       180781 
180834 
     | 
    
         
             
                "ListKeyPolicies": {
         
     | 
| 
         @@ -180915,7 +180968,7 @@ module.exports={ 
     | 
|
| 
       180915 
180968 
     | 
    
         
             
                    }
         
     | 
| 
       180916 
180969 
     | 
    
         
             
                  },
         
     | 
| 
       180917 
180970 
     | 
    
         
             
                  "output": {
         
     | 
| 
       180918 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 180971 
     | 
    
         
            +
                    "shape": "S3w"
         
     | 
| 
       180919 
180972 
     | 
    
         
             
                  }
         
     | 
| 
       180920 
180973 
     | 
    
         
             
                },
         
     | 
| 
       180921 
180974 
     | 
    
         
             
                "PutKeyPolicy": {
         
     | 
| 
         @@ -181094,7 +181147,7 @@ module.exports={ 
     | 
|
| 
       181094 
181147 
     | 
    
         
             
                    "members": {
         
     | 
| 
       181095 
181148 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       181096 
181149 
     | 
    
         
             
                      "Message": {
         
     | 
| 
       181097 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 181150 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       181098 
181151 
     | 
    
         
             
                      },
         
     | 
| 
       181099 
181152 
     | 
    
         
             
                      "MessageType": {},
         
     | 
| 
       181100 
181153 
     | 
    
         
             
                      "GrantTokens": {
         
     | 
| 
         @@ -181226,7 +181279,7 @@ module.exports={ 
     | 
|
| 
       181226 
181279 
     | 
    
         
             
                    "members": {
         
     | 
| 
       181227 
181280 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       181228 
181281 
     | 
    
         
             
                      "Message": {
         
     | 
| 
       181229 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 181282 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       181230 
181283 
     | 
    
         
             
                      },
         
     | 
| 
       181231 
181284 
     | 
    
         
             
                      "MessageType": {},
         
     | 
| 
       181232 
181285 
     | 
    
         
             
                      "Signature": {
         
     | 
| 
         @@ -181263,7 +181316,7 @@ module.exports={ 
     | 
|
| 
       181263 
181316 
     | 
    
         
             
                    ],
         
     | 
| 
       181264 
181317 
     | 
    
         
             
                    "members": {
         
     | 
| 
       181265 
181318 
     | 
    
         
             
                      "Message": {
         
     | 
| 
       181266 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 181319 
     | 
    
         
            +
                        "shape": "S27"
         
     | 
| 
       181267 
181320 
     | 
    
         
             
                      },
         
     | 
| 
       181268 
181321 
     | 
    
         
             
                      "KeyId": {},
         
     | 
| 
       181269 
181322 
     | 
    
         
             
                      "MacAlgorithm": {},
         
     | 
| 
         @@ -181399,6 +181452,9 @@ module.exports={ 
     | 
|
| 
       181399 
181452 
     | 
    
         
             
                    "SigningAlgorithms": {
         
     | 
| 
       181400 
181453 
     | 
    
         
             
                      "shape": "S1o"
         
     | 
| 
       181401 
181454 
     | 
    
         
             
                    },
         
     | 
| 
      
 181455 
     | 
    
         
            +
                    "KeyAgreementAlgorithms": {
         
     | 
| 
      
 181456 
     | 
    
         
            +
                      "shape": "S1q"
         
     | 
| 
      
 181457 
     | 
    
         
            +
                    },
         
     | 
| 
       181402 
181458 
     | 
    
         
             
                    "MultiRegion": {
         
     | 
| 
       181403 
181459 
     | 
    
         
             
                      "type": "boolean"
         
     | 
| 
       181404 
181460 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -181407,12 +181463,12 @@ module.exports={ 
     | 
|
| 
       181407 
181463 
     | 
    
         
             
                      "members": {
         
     | 
| 
       181408 
181464 
     | 
    
         
             
                        "MultiRegionKeyType": {},
         
     | 
| 
       181409 
181465 
     | 
    
         
             
                        "PrimaryKey": {
         
     | 
| 
       181410 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 181466 
     | 
    
         
            +
                          "shape": "S1u"
         
     | 
| 
       181411 
181467 
     | 
    
         
             
                        },
         
     | 
| 
       181412 
181468 
     | 
    
         
             
                        "ReplicaKeys": {
         
     | 
| 
       181413 
181469 
     | 
    
         
             
                          "type": "list",
         
     | 
| 
       181414 
181470 
     | 
    
         
             
                          "member": {
         
     | 
| 
       181415 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 181471 
     | 
    
         
            +
                            "shape": "S1u"
         
     | 
| 
       181416 
181472 
     | 
    
         
             
                          }
         
     | 
| 
       181417 
181473 
     | 
    
         
             
                        }
         
     | 
| 
       181418 
181474 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -181440,14 +181496,18 @@ module.exports={ 
     | 
|
| 
       181440 
181496 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       181441 
181497 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       181442 
181498 
     | 
    
         
             
                },
         
     | 
| 
       181443 
     | 
    
         
            -
                " 
     | 
| 
      
 181499 
     | 
    
         
            +
                "S1q": {
         
     | 
| 
      
 181500 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 181501 
     | 
    
         
            +
                  "member": {}
         
     | 
| 
      
 181502 
     | 
    
         
            +
                },
         
     | 
| 
      
 181503 
     | 
    
         
            +
                "S1u": {
         
     | 
| 
       181444 
181504 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       181445 
181505 
     | 
    
         
             
                  "members": {
         
     | 
| 
       181446 
181506 
     | 
    
         
             
                    "Arn": {},
         
     | 
| 
       181447 
181507 
     | 
    
         
             
                    "Region": {}
         
     | 
| 
       181448 
181508 
     | 
    
         
             
                  }
         
     | 
| 
       181449 
181509 
     | 
    
         
             
                },
         
     | 
| 
       181450 
     | 
    
         
            -
                " 
     | 
| 
      
 181510 
     | 
    
         
            +
                "S23": {
         
     | 
| 
       181451 
181511 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       181452 
181512 
     | 
    
         
             
                  "members": {
         
     | 
| 
       181453 
181513 
     | 
    
         
             
                    "KeyEncryptionAlgorithm": {},
         
     | 
| 
         @@ -181456,11 +181516,11 @@ module.exports={ 
     | 
|
| 
       181456 
181516 
     | 
    
         
             
                    }
         
     | 
| 
       181457 
181517 
     | 
    
         
             
                  }
         
     | 
| 
       181458 
181518 
     | 
    
         
             
                },
         
     | 
| 
       181459 
     | 
    
         
            -
                " 
     | 
| 
      
 181519 
     | 
    
         
            +
                "S27": {
         
     | 
| 
       181460 
181520 
     | 
    
         
             
                  "type": "blob",
         
     | 
| 
       181461 
181521 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       181462 
181522 
     | 
    
         
             
                },
         
     | 
| 
       181463 
     | 
    
         
            -
                " 
     | 
| 
      
 181523 
     | 
    
         
            +
                "S3w": {
         
     | 
| 
       181464 
181524 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       181465 
181525 
     | 
    
         
             
                  "members": {
         
     | 
| 
       181466 
181526 
     | 
    
         
             
                    "Grants": {
         
     | 
| 
         @@ -275674,7 +275734,7 @@ AWS.util.update(AWS, { 
     | 
|
| 
       275674 
275734 
     | 
    
         
             
              /**
         
     | 
| 
       275675 
275735 
     | 
    
         
             
               * @constant
         
     | 
| 
       275676 
275736 
     | 
    
         
             
               */
         
     | 
| 
       275677 
     | 
    
         
            -
              VERSION: '2. 
     | 
| 
      
 275737 
     | 
    
         
            +
              VERSION: '2.1641.0',
         
     | 
| 
       275678 
275738 
     | 
    
         | 
| 
       275679 
275739 
     | 
    
         
             
              /**
         
     | 
| 
       275680 
275740 
     | 
    
         
             
               * @api private
         
     | 
| 
         @@ -276239,6 +276299,15 @@ var STS = require('../../clients/sts'); 
     | 
|
| 
       276239 
276299 
     | 
    
         
             
             * identity providers. See {constructor} for an example on creating a credentials
         
     | 
| 
       276240 
276300 
     | 
    
         
             
             * object with proper property values.
         
     | 
| 
       276241 
276301 
     | 
    
         
             
             *
         
     | 
| 
      
 276302 
     | 
    
         
            +
             * DISCLAIMER: This convenience method leverages the Enhanced (simplified) Authflow. The underlying
         
     | 
| 
      
 276303 
     | 
    
         
            +
             * implementation calls Cognito's `getId()` and `GetCredentialsForIdentity()`.
         
     | 
| 
      
 276304 
     | 
    
         
            +
             * In this flow there is no way to explicitly set a session policy, resulting in
         
     | 
| 
      
 276305 
     | 
    
         
            +
             * STS attaching the default policy and limiting the permissions of the federated role.
         
     | 
| 
      
 276306 
     | 
    
         
            +
             * To be able to explicitly set a session policy, do not use this convenience method.
         
     | 
| 
      
 276307 
     | 
    
         
            +
             * Instead, you can use the Cognito client to call `getId()`, `GetOpenIdToken()` and then use
         
     | 
| 
      
 276308 
     | 
    
         
            +
             * that token with your desired session policy to call STS's `AssumeRoleWithWebIdentity()`
         
     | 
| 
      
 276309 
     | 
    
         
            +
             * For further reading refer to: https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html
         
     | 
| 
      
 276310 
     | 
    
         
            +
             *
         
     | 
| 
       276242 
276311 
     | 
    
         
             
             * ## Refreshing Credentials from Identity Service
         
     | 
| 
       276243 
276312 
     | 
    
         
             
             *
         
     | 
| 
       276244 
276313 
     | 
    
         
             
             * In addition to AWS credentials expiring after a given amount of time, the
         
     | 
| 
         @@ -297936,7 +298005,7 @@ var LRUCache = /** @class */ (function () { 
     | 
|
| 
       297936 
298005 
     | 
    
         
             
            }());
         
     | 
| 
       297937 
298006 
     | 
    
         
             
            exports.LRUCache = LRUCache;
         
     | 
| 
       297938 
298007 
     | 
    
         
             
            },{}],467:[function(require,module,exports){
         
     | 
| 
       297939 
     | 
    
         
            -
            // AWS SDK for JavaScript v2. 
     | 
| 
      
 298008 
     | 
    
         
            +
            // AWS SDK for JavaScript v2.1641.0
         
     | 
| 
       297940 
298009 
     | 
    
         
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         
     | 
| 
       297941 
298010 
     | 
    
         
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         
     | 
| 
       297942 
298011 
     | 
    
         
             
            require('./browser_loader');
         
     |