aws-sdk 2.1369.0 → 2.1371.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +178 -149
- package/apis/appsync-2017-07-25.min.json +42 -34
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/inspector2-2020-06-08.min.json +305 -133
- package/apis/iottwinmaker-2021-11-29.min.json +10 -3
- package/apis/kendra-2019-02-03.min.json +137 -65
- package/apis/network-firewall-2020-11-12.min.json +79 -68
- package/apis/opensearch-2021-01-01.min.json +102 -27
- package/apis/resiliencehub-2020-04-30.min.json +71 -70
- package/apis/sagemaker-2017-07-24.min.json +893 -892
- package/apis/wellarchitected-2020-03-31.min.json +44 -39
- package/clients/appflow.d.ts +26 -1
- package/clients/appsync.d.ts +15 -2
- package/clients/connect.d.ts +1 -1
- package/clients/ecs.d.ts +2 -2
- package/clients/inspector2.d.ts +181 -9
- package/clients/iottwinmaker.d.ts +15 -0
- package/clients/kendra.d.ts +92 -5
- package/clients/networkfirewall.d.ts +14 -4
- package/clients/opensearch.d.ts +139 -11
- package/clients/resiliencehub.d.ts +12 -3
- package/clients/sagemaker.d.ts +6 -1
- package/clients/wellarchitected.d.ts +13 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +12 -12
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +60 -60
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1371.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){
         | 
| @@ -115398,6 +115398,12 @@ module.exports={ | |
| 115398 115398 | 
             
                  "output_token": "NextToken",
         | 
| 115399 115399 | 
             
                  "result_key": "Entries"
         | 
| 115400 115400 | 
             
                },
         | 
| 115401 | 
            +
                "GetNetworkInsightsAccessScopeAnalysisFindings": {
         | 
| 115402 | 
            +
                  "input_token": "NextToken",
         | 
| 115403 | 
            +
                  "limit_key": "MaxResults",
         | 
| 115404 | 
            +
                  "output_token": "NextToken",
         | 
| 115405 | 
            +
                  "result_key": "AnalysisFindings"
         | 
| 115406 | 
            +
                },
         | 
| 115401 115407 | 
             
                "GetSpotPlacementScores": {
         | 
| 115402 115408 | 
             
                  "input_token": "NextToken",
         | 
| 115403 115409 | 
             
                  "limit_key": "MaxResults",
         | 
| @@ -256600,7 +256606,7 @@ AWS.util.update(AWS, { | |
| 256600 256606 | 
             
              /**
         | 
| 256601 256607 | 
             
               * @constant
         | 
| 256602 256608 | 
             
               */
         | 
| 256603 | 
            -
              VERSION: '2. | 
| 256609 | 
            +
              VERSION: '2.1371.0',
         | 
| 256604 256610 |  | 
| 256605 256611 | 
             
              /**
         | 
| 256606 256612 | 
             
               * @api private
         | 
| @@ -278726,7 +278732,7 @@ var LRUCache = /** @class */ (function () { | |
| 278726 278732 | 
             
            }());
         | 
| 278727 278733 | 
             
            exports.LRUCache = LRUCache;
         | 
| 278728 278734 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 278729 | 
            -
            // AWS SDK for JavaScript v2. | 
| 278735 | 
            +
            // AWS SDK for JavaScript v2.1371.0
         | 
| 278730 278736 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 278731 278737 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 278732 278738 | 
             
            require('./browser_loader');
         |