aws-sdk 2.1646.0 → 2.1648.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.1646.0
1
+ // AWS SDK for JavaScript v2.1648.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){
@@ -9585,11 +9585,17 @@ module.exports={
9585
9585
  "apiVersion": "2011-01-01",
9586
9586
  "endpointPrefix": "autoscaling",
9587
9587
  "protocol": "query",
9588
+ "protocols": [
9589
+ "query"
9590
+ ],
9588
9591
  "serviceFullName": "Auto Scaling",
9589
9592
  "serviceId": "Auto Scaling",
9590
9593
  "signatureVersion": "v4",
9591
9594
  "uid": "autoscaling-2011-01-01",
9592
- "xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/"
9595
+ "xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/",
9596
+ "auth": [
9597
+ "aws.auth#sigv4"
9598
+ ]
9593
9599
  },
9594
9600
  "operations": {
9595
9601
  "AttachInstances": {
@@ -88445,7 +88451,7 @@ module.exports={
88445
88451
  "endpointPrefix": "ec2",
88446
88452
  "protocol": "ec2",
88447
88453
  "protocols": [
88448
- "query"
88454
+ "ec2"
88449
88455
  ],
88450
88456
  "serviceAbbreviation": "Amazon EC2",
88451
88457
  "serviceFullName": "Amazon Elastic Compute Cloud",
@@ -253965,7 +253971,10 @@ module.exports={
253965
253971
  "serviceId": "SSM",
253966
253972
  "signatureVersion": "v4",
253967
253973
  "targetPrefix": "AmazonSSM",
253968
- "uid": "ssm-2014-11-06"
253974
+ "uid": "ssm-2014-11-06",
253975
+ "auth": [
253976
+ "aws.auth#sigv4"
253977
+ ]
253969
253978
  },
253970
253979
  "operations": {
253971
253980
  "AddTagsToResource": {
@@ -255328,7 +255337,9 @@ module.exports={
255328
255337
  },
255329
255338
  "ResourceType": {},
255330
255339
  "Name": {},
255331
- "IPAddress": {},
255340
+ "IPAddress": {
255341
+ "shape": "Scp"
255342
+ },
255332
255343
  "ComputerName": {},
255333
255344
  "AssociationStatus": {},
255334
255345
  "LastAssociationExecutionDate": {
@@ -255531,7 +255542,9 @@ module.exports={
255531
255542
  "KeyName": {},
255532
255543
  "InstanceState": {},
255533
255544
  "Architecture": {},
255534
- "IPAddress": {},
255545
+ "IPAddress": {
255546
+ "shape": "Scp"
255547
+ },
255535
255548
  "LaunchTime": {
255536
255549
  "type": "timestamp"
255537
255550
  },
@@ -260203,6 +260216,10 @@ module.exports={
260203
260216
  "type": "list",
260204
260217
  "member": {}
260205
260218
  },
260219
+ "Scp": {
260220
+ "type": "string",
260221
+ "sensitive": true
260222
+ },
260206
260223
  "Scr": {
260207
260224
  "type": "structure",
260208
260225
  "members": {
@@ -275902,7 +275919,7 @@ AWS.util.update(AWS, {
275902
275919
  /**
275903
275920
  * @constant
275904
275921
  */
275905
- VERSION: '2.1646.0',
275922
+ VERSION: '2.1648.0',
275906
275923
 
275907
275924
  /**
275908
275925
  * @api private
@@ -298173,7 +298190,7 @@ var LRUCache = /** @class */ (function () {
298173
298190
  }());
298174
298191
  exports.LRUCache = LRUCache;
298175
298192
  },{}],467:[function(require,module,exports){
298176
- // AWS SDK for JavaScript v2.1646.0
298193
+ // AWS SDK for JavaScript v2.1648.0
298177
298194
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
298178
298195
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
298179
298196
  require('./browser_loader');