aws-sdk 2.1354.0 → 2.1356.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/ecr-public-2020-10-30.min.json +8 -8
- package/apis/emr-serverless-2021-07-13.min.json +3 -0
- package/apis/eventbridge-2015-10-07.min.json +18 -6
- package/apis/iot-data-2015-05-28.min.json +3 -0
- package/apis/wafv2-2019-07-29.min.json +55 -28
- package/clients/ecrpublic.d.ts +2 -2
- package/clients/emrserverless.d.ts +7 -3
- package/clients/eventbridge.d.ts +3 -1
- package/clients/iotdata.d.ts +5 -0
- package/clients/wafv2.d.ts +89 -62
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +10 -10
- 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.1356.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){
         | 
| @@ -160936,6 +160936,9 @@ module.exports={ | |
| 160936 160936 | 
             
                      },
         | 
| 160937 160937 | 
             
                      "lastModifiedTime": {
         | 
| 160938 160938 | 
             
                        "type": "long"
         | 
| 160939 | 
            +
                      },
         | 
| 160940 | 
            +
                      "userProperties": {
         | 
| 160941 | 
            +
                        "type": "blob"
         | 
| 160939 160942 | 
             
                      }
         | 
| 160940 160943 | 
             
                    }
         | 
| 160941 160944 | 
             
                  }
         | 
| @@ -255128,7 +255131,7 @@ AWS.util.update(AWS, { | |
| 255128 255131 | 
             
              /**
         | 
| 255129 255132 | 
             
               * @constant
         | 
| 255130 255133 | 
             
               */
         | 
| 255131 | 
            -
              VERSION: '2. | 
| 255134 | 
            +
              VERSION: '2.1356.0',
         | 
| 255132 255135 |  | 
| 255133 255136 | 
             
              /**
         | 
| 255134 255137 | 
             
               * @api private
         | 
| @@ -277245,7 +277248,7 @@ var LRUCache = /** @class */ (function () { | |
| 277245 277248 | 
             
            }());
         | 
| 277246 277249 | 
             
            exports.LRUCache = LRUCache;
         | 
| 277247 277250 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 277248 | 
            -
            // AWS SDK for JavaScript v2. | 
| 277251 | 
            +
            // AWS SDK for JavaScript v2.1356.0
         | 
| 277249 277252 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 277250 277253 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 277251 277254 | 
             
            require('./browser_loader');
         |