aws-sdk 2.1361.0 → 2.1362.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/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1361.0
1
+ // AWS SDK for JavaScript v2.1362.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){
@@ -150411,7 +150411,7 @@ module.exports={
150411
150411
  "serviceFullName": "AWS IoT",
150412
150412
  "serviceId": "IoT",
150413
150413
  "signatureVersion": "v4",
150414
- "signingName": "execute-api",
150414
+ "signingName": "iot",
150415
150415
  "uid": "iot-2015-05-28"
150416
150416
  },
150417
150417
  "operations": {
@@ -160696,6 +160696,12 @@ module.exports={
160696
160696
  "output_token": "nextToken",
160697
160697
  "result_key": "jobs"
160698
160698
  },
160699
+ "ListManagedJobTemplates": {
160700
+ "input_token": "nextToken",
160701
+ "limit_key": "maxResults",
160702
+ "output_token": "nextToken",
160703
+ "result_key": "managedJobTemplates"
160704
+ },
160699
160705
  "ListMetricValues": {
160700
160706
  "input_token": "nextToken",
160701
160707
  "limit_key": "maxResults",
@@ -160756,6 +160762,12 @@ module.exports={
160756
160762
  "output_token": "nextToken",
160757
160763
  "result_key": "templates"
160758
160764
  },
160765
+ "ListRelatedResourcesForAuditFinding": {
160766
+ "input_token": "nextToken",
160767
+ "limit_key": "maxResults",
160768
+ "output_token": "nextToken",
160769
+ "result_key": "relatedResources"
160770
+ },
160759
160771
  "ListRoleAliases": {
160760
160772
  "input_token": "marker",
160761
160773
  "limit_key": "pageSize",
@@ -255162,7 +255174,7 @@ AWS.util.update(AWS, {
255162
255174
  /**
255163
255175
  * @constant
255164
255176
  */
255165
- VERSION: '2.1361.0',
255177
+ VERSION: '2.1362.0',
255166
255178
 
255167
255179
  /**
255168
255180
  * @api private
@@ -277279,7 +277291,7 @@ var LRUCache = /** @class */ (function () {
277279
277291
  }());
277280
277292
  exports.LRUCache = LRUCache;
277281
277293
  },{}],462:[function(require,module,exports){
277282
- // AWS SDK for JavaScript v2.1361.0
277294
+ // AWS SDK for JavaScript v2.1362.0
277283
277295
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
277284
277296
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
277285
277297
  require('./browser_loader');