aws-sdk 2.1383.0 → 2.1384.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 +1 -1
- package/apis/appsync-2017-07-25.min.json +484 -131
- package/apis/connect-2017-08-08.min.json +6 -3
- package/apis/sagemaker-2017-07-24.min.json +127 -95
- package/clients/appsync.d.ts +398 -2
- package/clients/connect.d.ts +1 -1
- package/clients/cur.d.ts +2 -2
- package/clients/sagemaker.d.ts +34 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +9 -6
- package/dist/aws-sdk.min.js +7 -7
- 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.1384.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){
         | 
| @@ -64392,7 +64392,8 @@ module.exports={ | |
| 64392 64392 | 
             
                        "locationName": "EvaluationId"
         | 
| 64393 64393 | 
             
                      }
         | 
| 64394 64394 | 
             
                    }
         | 
| 64395 | 
            -
                  }
         | 
| 64395 | 
            +
                  },
         | 
| 64396 | 
            +
                  "idempotent": true
         | 
| 64396 64397 | 
             
                },
         | 
| 64397 64398 | 
             
                "DeleteContactFlow": {
         | 
| 64398 64399 | 
             
                  "http": {
         | 
| @@ -64474,7 +64475,8 @@ module.exports={ | |
| 64474 64475 | 
             
                        "type": "integer"
         | 
| 64475 64476 | 
             
                      }
         | 
| 64476 64477 | 
             
                    }
         | 
| 64477 | 
            -
                  }
         | 
| 64478 | 
            +
                  },
         | 
| 64479 | 
            +
                  "idempotent": true
         | 
| 64478 64480 | 
             
                },
         | 
| 64479 64481 | 
             
                "DeleteHoursOfOperation": {
         | 
| 64480 64482 | 
             
                  "http": {
         | 
| @@ -70733,7 +70735,8 @@ module.exports={ | |
| 70733 70735 | 
             
                        "type": "structure",
         | 
| 70734 70736 | 
             
                        "required": [
         | 
| 70735 70737 | 
             
                          "Title",
         | 
| 70736 | 
            -
                          "RefId"
         | 
| 70738 | 
            +
                          "RefId",
         | 
| 70739 | 
            +
                          "Items"
         | 
| 70737 70740 | 
             
                        ],
         | 
| 70738 70741 | 
             
                        "members": {
         | 
| 70739 70742 | 
             
                          "Title": {},
         | 
| @@ -256940,7 +256943,7 @@ AWS.util.update(AWS, { | |
| 256940 256943 | 
             
              /**
         | 
| 256941 256944 | 
             
               * @constant
         | 
| 256942 256945 | 
             
               */
         | 
| 256943 | 
            -
              VERSION: '2. | 
| 256946 | 
            +
              VERSION: '2.1384.0',
         | 
| 256944 256947 |  | 
| 256945 256948 | 
             
              /**
         | 
| 256946 256949 | 
             
               * @api private
         | 
| @@ -279109,7 +279112,7 @@ var LRUCache = /** @class */ (function () { | |
| 279109 279112 | 
             
            }());
         | 
| 279110 279113 | 
             
            exports.LRUCache = LRUCache;
         | 
| 279111 279114 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 279112 | 
            -
            // AWS SDK for JavaScript v2. | 
| 279115 | 
            +
            // AWS SDK for JavaScript v2.1384.0
         | 
| 279113 279116 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 279114 279117 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 279115 279118 | 
             
            require('./browser_loader');
         |