aws-sdk 2.1380.0 → 2.1381.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 +7 -1
- package/README.md +3 -4
- package/apis/backup-2018-11-15.min.json +4 -1
- package/apis/mediapackagev2-2022-12-25.examples.json +5 -0
- package/apis/mediapackagev2-2022-12-25.min.json +1346 -0
- package/apis/mediapackagev2-2022-12-25.paginators.json +22 -0
- package/apis/mediapackagev2-2022-12-25.waiters2.json +5 -0
- package/apis/metadata.json +3 -0
- package/apis/sesv2-2019-09-27.examples.json +19 -0
- package/apis/sesv2-2019-09-27.min.json +38 -13
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/backup.d.ts +16 -4
- package/clients/connectcases.d.ts +1 -1
- package/clients/mediapackagev2.d.ts +1363 -0
- package/clients/mediapackagev2.js +19 -0
- package/clients/sesv2.d.ts +24 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +50 -6
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +9 -9
- package/lib/config_service_placeholders.d.ts +2 -0
- 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.1381.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){
         | 
| @@ -182840,6 +182840,9 @@ module.exports={ | |
| 182840 182840 | 
             
              },
         | 
| 182841 182841 | 
             
              "osis": {
         | 
| 182842 182842 | 
             
                "name": "OSIS"
         | 
| 182843 | 
            +
              },
         | 
| 182844 | 
            +
              "mediapackagev2": {
         | 
| 182845 | 
            +
                "name": "MediaPackageV2"
         | 
| 182843 182846 | 
             
              }
         | 
| 182844 182847 | 
             
            }
         | 
| 182845 182848 | 
             
            },{}],166:[function(require,module,exports){
         | 
| @@ -256870,7 +256873,7 @@ AWS.util.update(AWS, { | |
| 256870 256873 | 
             
              /**
         | 
| 256871 256874 | 
             
               * @constant
         | 
| 256872 256875 | 
             
               */
         | 
| 256873 | 
            -
              VERSION: '2. | 
| 256876 | 
            +
              VERSION: '2.1381.0',
         | 
| 256874 256877 |  | 
| 256875 256878 | 
             
              /**
         | 
| 256876 256879 | 
             
               * @api private
         | 
| @@ -279039,7 +279042,7 @@ var LRUCache = /** @class */ (function () { | |
| 279039 279042 | 
             
            }());
         | 
| 279040 279043 | 
             
            exports.LRUCache = LRUCache;
         | 
| 279041 279044 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 279042 | 
            -
            // AWS SDK for JavaScript v2. | 
| 279045 | 
            +
            // AWS SDK for JavaScript v2.1381.0
         | 
| 279043 279046 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 279044 279047 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 279045 279048 | 
             
            require('./browser_loader');
         |