aws-sdk 2.1359.0 → 2.1360.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 +9 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +107 -86
- package/apis/drs-2020-02-26.min.json +183 -41
- package/apis/drs-2020-02-26.paginators.json +6 -0
- package/apis/emr-serverless-2021-07-13.min.json +14 -0
- package/apis/internetmonitor-2021-06-03.min.json +30 -23
- package/apis/iotwireless-2020-11-22.min.json +122 -107
- package/clients/appflow.d.ts +29 -0
- package/clients/drs.d.ts +170 -0
- package/clients/dynamodb.d.ts +4 -4
- package/clients/emrserverless.d.ts +22 -4
- package/clients/internetmonitor.d.ts +16 -3
- package/clients/iotwireless.d.ts +21 -0
- package/clients/lambda.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- 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.1360.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){
         | 
| @@ -255135,7 +255135,7 @@ AWS.util.update(AWS, { | |
| 255135 255135 | 
             
              /**
         | 
| 255136 255136 | 
             
               * @constant
         | 
| 255137 255137 | 
             
               */
         | 
| 255138 | 
            -
              VERSION: '2. | 
| 255138 | 
            +
              VERSION: '2.1360.0',
         | 
| 255139 255139 |  | 
| 255140 255140 | 
             
              /**
         | 
| 255141 255141 | 
             
               * @api private
         | 
| @@ -277252,7 +277252,7 @@ var LRUCache = /** @class */ (function () { | |
| 277252 277252 | 
             
            }());
         | 
| 277253 277253 | 
             
            exports.LRUCache = LRUCache;
         | 
| 277254 277254 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 277255 | 
            -
            // AWS SDK for JavaScript v2. | 
| 277255 | 
            +
            // AWS SDK for JavaScript v2.1360.0
         | 
| 277256 277256 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 277257 277257 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 277258 277258 | 
             
            require('./browser_loader');
         |