aws-sdk 2.1382.0 → 2.1383.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 +6 -1
- package/README.md +1 -1
- package/apis/sagemaker-2017-07-24.min.json +124 -107
- package/apis/translate-2017-07-01.min.json +84 -17
- package/clients/sagemaker.d.ts +42 -4
- package/clients/translate.d.ts +69 -5
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +87 -20
- package/dist/aws-sdk.min.js +15 -15
- 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.1383.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){
         | 
| @@ -246138,6 +246138,70 @@ module.exports={ | |
| 246138 246138 | 
             
                    "members": {}
         | 
| 246139 246139 | 
             
                  }
         | 
| 246140 246140 | 
             
                },
         | 
| 246141 | 
            +
                "TranslateDocument": {
         | 
| 246142 | 
            +
                  "input": {
         | 
| 246143 | 
            +
                    "type": "structure",
         | 
| 246144 | 
            +
                    "required": [
         | 
| 246145 | 
            +
                      "Document",
         | 
| 246146 | 
            +
                      "SourceLanguageCode",
         | 
| 246147 | 
            +
                      "TargetLanguageCode"
         | 
| 246148 | 
            +
                    ],
         | 
| 246149 | 
            +
                    "members": {
         | 
| 246150 | 
            +
                      "Document": {
         | 
| 246151 | 
            +
                        "type": "structure",
         | 
| 246152 | 
            +
                        "required": [
         | 
| 246153 | 
            +
                          "Content",
         | 
| 246154 | 
            +
                          "ContentType"
         | 
| 246155 | 
            +
                        ],
         | 
| 246156 | 
            +
                        "members": {
         | 
| 246157 | 
            +
                          "Content": {
         | 
| 246158 | 
            +
                            "type": "blob",
         | 
| 246159 | 
            +
                            "sensitive": true
         | 
| 246160 | 
            +
                          },
         | 
| 246161 | 
            +
                          "ContentType": {}
         | 
| 246162 | 
            +
                        }
         | 
| 246163 | 
            +
                      },
         | 
| 246164 | 
            +
                      "TerminologyNames": {
         | 
| 246165 | 
            +
                        "shape": "Su"
         | 
| 246166 | 
            +
                      },
         | 
| 246167 | 
            +
                      "SourceLanguageCode": {},
         | 
| 246168 | 
            +
                      "TargetLanguageCode": {},
         | 
| 246169 | 
            +
                      "Settings": {
         | 
| 246170 | 
            +
                        "shape": "S11"
         | 
| 246171 | 
            +
                      }
         | 
| 246172 | 
            +
                    }
         | 
| 246173 | 
            +
                  },
         | 
| 246174 | 
            +
                  "output": {
         | 
| 246175 | 
            +
                    "type": "structure",
         | 
| 246176 | 
            +
                    "required": [
         | 
| 246177 | 
            +
                      "TranslatedDocument",
         | 
| 246178 | 
            +
                      "SourceLanguageCode",
         | 
| 246179 | 
            +
                      "TargetLanguageCode"
         | 
| 246180 | 
            +
                    ],
         | 
| 246181 | 
            +
                    "members": {
         | 
| 246182 | 
            +
                      "TranslatedDocument": {
         | 
| 246183 | 
            +
                        "type": "structure",
         | 
| 246184 | 
            +
                        "required": [
         | 
| 246185 | 
            +
                          "Content"
         | 
| 246186 | 
            +
                        ],
         | 
| 246187 | 
            +
                        "members": {
         | 
| 246188 | 
            +
                          "Content": {
         | 
| 246189 | 
            +
                            "type": "blob",
         | 
| 246190 | 
            +
                            "sensitive": true
         | 
| 246191 | 
            +
                          }
         | 
| 246192 | 
            +
                        }
         | 
| 246193 | 
            +
                      },
         | 
| 246194 | 
            +
                      "SourceLanguageCode": {},
         | 
| 246195 | 
            +
                      "TargetLanguageCode": {},
         | 
| 246196 | 
            +
                      "AppliedTerminologies": {
         | 
| 246197 | 
            +
                        "shape": "S2l"
         | 
| 246198 | 
            +
                      },
         | 
| 246199 | 
            +
                      "AppliedSettings": {
         | 
| 246200 | 
            +
                        "shape": "S11"
         | 
| 246201 | 
            +
                      }
         | 
| 246202 | 
            +
                    }
         | 
| 246203 | 
            +
                  }
         | 
| 246204 | 
            +
                },
         | 
| 246141 246205 | 
             
                "TranslateText": {
         | 
| 246142 246206 | 
             
                  "input": {
         | 
| 246143 246207 | 
             
                    "type": "structure",
         | 
| @@ -246170,23 +246234,7 @@ module.exports={ | |
| 246170 246234 | 
             
                      "SourceLanguageCode": {},
         | 
| 246171 246235 | 
             
                      "TargetLanguageCode": {},
         | 
| 246172 246236 | 
             
                      "AppliedTerminologies": {
         | 
| 246173 | 
            -
                        " | 
| 246174 | 
            -
                        "member": {
         | 
| 246175 | 
            -
                          "type": "structure",
         | 
| 246176 | 
            -
                          "members": {
         | 
| 246177 | 
            -
                            "Name": {},
         | 
| 246178 | 
            -
                            "Terms": {
         | 
| 246179 | 
            -
                              "type": "list",
         | 
| 246180 | 
            -
                              "member": {
         | 
| 246181 | 
            -
                                "type": "structure",
         | 
| 246182 | 
            -
                                "members": {
         | 
| 246183 | 
            -
                                  "SourceText": {},
         | 
| 246184 | 
            -
                                  "TargetText": {}
         | 
| 246185 | 
            -
                                }
         | 
| 246186 | 
            -
                              }
         | 
| 246187 | 
            -
                            }
         | 
| 246188 | 
            -
                          }
         | 
| 246189 | 
            -
                        }
         | 
| 246237 | 
            +
                        "shape": "S2l"
         | 
| 246190 246238 | 
             
                      },
         | 
| 246191 246239 | 
             
                      "AppliedSettings": {
         | 
| 246192 246240 | 
             
                        "shape": "S11"
         | 
| @@ -246470,6 +246518,25 @@ module.exports={ | |
| 246470 246518 | 
             
                    "RepositoryType": {},
         | 
| 246471 246519 | 
             
                    "Location": {}
         | 
| 246472 246520 | 
             
                  }
         | 
| 246521 | 
            +
                },
         | 
| 246522 | 
            +
                "S2l": {
         | 
| 246523 | 
            +
                  "type": "list",
         | 
| 246524 | 
            +
                  "member": {
         | 
| 246525 | 
            +
                    "type": "structure",
         | 
| 246526 | 
            +
                    "members": {
         | 
| 246527 | 
            +
                      "Name": {},
         | 
| 246528 | 
            +
                      "Terms": {
         | 
| 246529 | 
            +
                        "type": "list",
         | 
| 246530 | 
            +
                        "member": {
         | 
| 246531 | 
            +
                          "type": "structure",
         | 
| 246532 | 
            +
                          "members": {
         | 
| 246533 | 
            +
                            "SourceText": {},
         | 
| 246534 | 
            +
                            "TargetText": {}
         | 
| 246535 | 
            +
                          }
         | 
| 246536 | 
            +
                        }
         | 
| 246537 | 
            +
                      }
         | 
| 246538 | 
            +
                    }
         | 
| 246539 | 
            +
                  }
         | 
| 246473 246540 | 
             
                }
         | 
| 246474 246541 | 
             
              }
         | 
| 246475 246542 | 
             
            }
         | 
| @@ -256873,7 +256940,7 @@ AWS.util.update(AWS, { | |
| 256873 256940 | 
             
              /**
         | 
| 256874 256941 | 
             
               * @constant
         | 
| 256875 256942 | 
             
               */
         | 
| 256876 | 
            -
              VERSION: '2. | 
| 256943 | 
            +
              VERSION: '2.1383.0',
         | 
| 256877 256944 |  | 
| 256878 256945 | 
             
              /**
         | 
| 256879 256946 | 
             
               * @api private
         | 
| @@ -279042,7 +279109,7 @@ var LRUCache = /** @class */ (function () { | |
| 279042 279109 | 
             
            }());
         | 
| 279043 279110 | 
             
            exports.LRUCache = LRUCache;
         | 
| 279044 279111 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 279045 | 
            -
            // AWS SDK for JavaScript v2. | 
| 279112 | 
            +
            // AWS SDK for JavaScript v2.1383.0
         | 
| 279046 279113 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 279047 279114 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 279048 279115 | 
             
            require('./browser_loader');
         |