aws-sdk 2.1361.0 → 2.1362.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 +12 -1
- package/README.md +1 -1
- package/apis/chime-2018-05-01.min.json +32 -28
- package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/apis/guardduty-2017-11-28.min.json +106 -53
- package/apis/iot-2015-05-28.min.json +1 -1
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/sagemaker-2017-07-24.min.json +710 -703
- package/apis/snowball-2016-06-30.min.json +79 -52
- package/apis/wafv2-2019-07-29.min.json +159 -73
- package/clients/chime.d.ts +94 -42
- package/clients/chimesdkmediapipelines.d.ts +14 -10
- package/clients/chimesdkmeetings.d.ts +33 -24
- package/clients/gamelift.d.ts +240 -240
- package/clients/guardduty.d.ts +61 -4
- package/clients/iot.d.ts +1 -1
- package/clients/sagemaker.d.ts +53 -39
- package/clients/snowball.d.ts +56 -9
- package/clients/wafv2.d.ts +120 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +16 -4
- package/dist/aws-sdk.min.js +48 -48
- 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.1362.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){
         | 
| @@ -150411,7 +150411,7 @@ module.exports={ | |
| 150411 150411 | 
             
                "serviceFullName": "AWS IoT",
         | 
| 150412 150412 | 
             
                "serviceId": "IoT",
         | 
| 150413 150413 | 
             
                "signatureVersion": "v4",
         | 
| 150414 | 
            -
                "signingName": " | 
| 150414 | 
            +
                "signingName": "iot",
         | 
| 150415 150415 | 
             
                "uid": "iot-2015-05-28"
         | 
| 150416 150416 | 
             
              },
         | 
| 150417 150417 | 
             
              "operations": {
         | 
| @@ -160696,6 +160696,12 @@ module.exports={ | |
| 160696 160696 | 
             
                  "output_token": "nextToken",
         | 
| 160697 160697 | 
             
                  "result_key": "jobs"
         | 
| 160698 160698 | 
             
                },
         | 
| 160699 | 
            +
                "ListManagedJobTemplates": {
         | 
| 160700 | 
            +
                  "input_token": "nextToken",
         | 
| 160701 | 
            +
                  "limit_key": "maxResults",
         | 
| 160702 | 
            +
                  "output_token": "nextToken",
         | 
| 160703 | 
            +
                  "result_key": "managedJobTemplates"
         | 
| 160704 | 
            +
                },
         | 
| 160699 160705 | 
             
                "ListMetricValues": {
         | 
| 160700 160706 | 
             
                  "input_token": "nextToken",
         | 
| 160701 160707 | 
             
                  "limit_key": "maxResults",
         | 
| @@ -160756,6 +160762,12 @@ module.exports={ | |
| 160756 160762 | 
             
                  "output_token": "nextToken",
         | 
| 160757 160763 | 
             
                  "result_key": "templates"
         | 
| 160758 160764 | 
             
                },
         | 
| 160765 | 
            +
                "ListRelatedResourcesForAuditFinding": {
         | 
| 160766 | 
            +
                  "input_token": "nextToken",
         | 
| 160767 | 
            +
                  "limit_key": "maxResults",
         | 
| 160768 | 
            +
                  "output_token": "nextToken",
         | 
| 160769 | 
            +
                  "result_key": "relatedResources"
         | 
| 160770 | 
            +
                },
         | 
| 160759 160771 | 
             
                "ListRoleAliases": {
         | 
| 160760 160772 | 
             
                  "input_token": "marker",
         | 
| 160761 160773 | 
             
                  "limit_key": "pageSize",
         | 
| @@ -255162,7 +255174,7 @@ AWS.util.update(AWS, { | |
| 255162 255174 | 
             
              /**
         | 
| 255163 255175 | 
             
               * @constant
         | 
| 255164 255176 | 
             
               */
         | 
| 255165 | 
            -
              VERSION: '2. | 
| 255177 | 
            +
              VERSION: '2.1362.0',
         | 
| 255166 255178 |  | 
| 255167 255179 | 
             
              /**
         | 
| 255168 255180 | 
             
               * @api private
         | 
| @@ -277279,7 +277291,7 @@ var LRUCache = /** @class */ (function () { | |
| 277279 277291 | 
             
            }());
         | 
| 277280 277292 | 
             
            exports.LRUCache = LRUCache;
         | 
| 277281 277293 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 277282 | 
            -
            // AWS SDK for JavaScript v2. | 
| 277294 | 
            +
            // AWS SDK for JavaScript v2.1362.0
         | 
| 277283 277295 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 277284 277296 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 277285 277297 | 
             
            require('./browser_loader');
         |