aws-sdk 2.624.0 → 2.628.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.
Files changed (38) hide show
  1. package/CHANGELOG.md +24 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +1 -0
  4. package/apis/eventbridge-2015-10-07.min.json +8 -5
  5. package/apis/events-2015-10-07.min.json +8 -5
  6. package/apis/fsx-2018-03-01.min.json +28 -19
  7. package/apis/globalaccelerator-2018-08-08.min.json +235 -30
  8. package/apis/kafka-2018-11-14.min.json +118 -37
  9. package/apis/lightsail-2016-11-28.min.json +368 -110
  10. package/apis/outposts-2019-12-03.min.json +44 -0
  11. package/apis/sagemaker-2017-07-24.min.json +163 -147
  12. package/apis/securityhub-2018-10-26.min.json +19 -15
  13. package/apis/snowball-2016-06-30.min.json +36 -13
  14. package/apis/states-2016-11-23.min.json +3 -0
  15. package/apis/transcribe-2017-10-26.min.json +23 -2
  16. package/clients/cloudwatchevents.d.ts +115 -111
  17. package/clients/docdb.d.ts +5 -5
  18. package/clients/ec2.d.ts +7 -7
  19. package/clients/eventbridge.d.ts +117 -113
  20. package/clients/fsx.d.ts +30 -7
  21. package/clients/globalaccelerator.d.ts +240 -23
  22. package/clients/iotevents.d.ts +22 -22
  23. package/clients/kafka.d.ts +25 -0
  24. package/clients/lightsail.d.ts +492 -130
  25. package/clients/outposts.d.ts +26 -0
  26. package/clients/sagemaker.d.ts +47 -28
  27. package/clients/secretsmanager.d.ts +7 -1
  28. package/clients/securityhub.d.ts +31 -25
  29. package/clients/snowball.d.ts +32 -3
  30. package/clients/stepfunctions.d.ts +36 -38
  31. package/clients/transcribeservice.d.ts +33 -5
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +15 -15
  34. package/dist/aws-sdk.js +13 -9
  35. package/dist/aws-sdk.min.js +45 -45
  36. package/lib/core.js +1 -1
  37. package/lib/s3/managed_upload.js +1 -1
  38. package/package.json +2 -2
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.624.0
1
+ // AWS SDK for JavaScript v2.628.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){
@@ -71142,6 +71142,7 @@ module.exports={
71142
71142
  "locationName": "additionalInfo"
71143
71143
  },
71144
71144
  "ClientToken": {
71145
+ "idempotencyToken": true,
71145
71146
  "locationName": "clientToken"
71146
71147
  },
71147
71148
  "DisableApiTermination": {
@@ -95206,7 +95207,10 @@ module.exports={
95206
95207
  ],
95207
95208
  "members": {
95208
95209
  "Name": {},
95209
- "EventSourceName": {}
95210
+ "EventSourceName": {},
95211
+ "Tags": {
95212
+ "shape": "S5"
95213
+ }
95210
95214
  }
95211
95215
  },
95212
95216
  "output": {
@@ -95604,7 +95608,7 @@ module.exports={
95604
95608
  "type": "structure",
95605
95609
  "members": {
95606
95610
  "Tags": {
95607
- "shape": "S1u"
95611
+ "shape": "S5"
95608
95612
  }
95609
95613
  }
95610
95614
  }
@@ -95770,7 +95774,7 @@ module.exports={
95770
95774
  "Description": {},
95771
95775
  "RoleArn": {},
95772
95776
  "Tags": {
95773
- "shape": "S1u"
95777
+ "shape": "S5"
95774
95778
  },
95775
95779
  "EventBusName": {}
95776
95780
  }
@@ -95878,7 +95882,7 @@ module.exports={
95878
95882
  "members": {
95879
95883
  "ResourceARN": {},
95880
95884
  "Tags": {
95881
- "shape": "S1u"
95885
+ "shape": "S5"
95882
95886
  }
95883
95887
  }
95884
95888
  },
@@ -95930,7 +95934,7 @@ module.exports={
95930
95934
  }
95931
95935
  },
95932
95936
  "shapes": {
95933
- "S1u": {
95937
+ "S5": {
95934
95938
  "type": "list",
95935
95939
  "member": {
95936
95940
  "type": "structure",
@@ -188628,7 +188632,7 @@ AWS.util.update(AWS, {
188628
188632
  /**
188629
188633
  * @constant
188630
188634
  */
188631
- VERSION: '2.624.0',
188635
+ VERSION: '2.628.0',
188632
188636
 
188633
188637
  /**
188634
188638
  * @api private
@@ -196847,7 +196851,7 @@ AWS.S3.ManagedUpload = AWS.util.inherit({
196847
196851
  self.service = new AWS.S3({params: params});
196848
196852
  } else {
196849
196853
  var service = self.service;
196850
- var config = AWS.util.copy(service.config);
196854
+ var config = AWS.util.copy(service._originalConfig || {});
196851
196855
  config.signatureVersion = service.getSignatureVersion();
196852
196856
  self.service = new service.constructor.__super__(config);
196853
196857
  self.service.config.params =
@@ -209563,7 +209567,7 @@ var LRUCache = /** @class */ (function () {
209563
209567
  }());
209564
209568
  exports.LRUCache = LRUCache;
209565
209569
  },{}],431:[function(require,module,exports){
209566
- // AWS SDK for JavaScript v2.624.0
209570
+ // AWS SDK for JavaScript v2.628.0
209567
209571
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
209568
209572
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
209569
209573
  require('./browser_loader');