aws-sdk 2.977.0 → 2.978.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.977.0
1
+ // AWS SDK for JavaScript v2.978.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){
@@ -77693,6 +77693,9 @@ module.exports={
77693
77693
  },
77694
77694
  "UsageOperation": {
77695
77695
  "locationName": "usageOperation"
77696
+ },
77697
+ "BootMode": {
77698
+ "locationName": "bootMode"
77696
77699
  }
77697
77700
  }
77698
77701
  }
@@ -84695,7 +84698,8 @@ module.exports={
84695
84698
  "shape": "S1t",
84696
84699
  "locationName": "TagSpecification"
84697
84700
  },
84698
- "UsageOperation": {}
84701
+ "UsageOperation": {},
84702
+ "BootMode": {}
84699
84703
  }
84700
84704
  },
84701
84705
  "output": {
@@ -110978,6 +110982,25 @@ module.exports={
110978
110982
  }
110979
110983
  }
110980
110984
  },
110985
+ "GetAutoTerminationPolicy": {
110986
+ "input": {
110987
+ "type": "structure",
110988
+ "required": [
110989
+ "ClusterId"
110990
+ ],
110991
+ "members": {
110992
+ "ClusterId": {}
110993
+ }
110994
+ },
110995
+ "output": {
110996
+ "type": "structure",
110997
+ "members": {
110998
+ "AutoTerminationPolicy": {
110999
+ "shape": "S4h"
111000
+ }
111001
+ }
111002
+ }
111003
+ },
110981
111004
  "GetBlockPublicAccessConfiguration": {
110982
111005
  "input": {
110983
111006
  "type": "structure",
@@ -110991,7 +111014,7 @@ module.exports={
110991
111014
  ],
110992
111015
  "members": {
110993
111016
  "BlockPublicAccessConfiguration": {
110994
- "shape": "S4h"
111017
+ "shape": "S4l"
110995
111018
  },
110996
111019
  "BlockPublicAccessConfigurationMetadata": {
110997
111020
  "type": "structure",
@@ -111023,7 +111046,7 @@ module.exports={
111023
111046
  "type": "structure",
111024
111047
  "members": {
111025
111048
  "ManagedScalingPolicy": {
111026
- "shape": "S4o"
111049
+ "shape": "S4s"
111027
111050
  }
111028
111051
  }
111029
111052
  }
@@ -111215,7 +111238,7 @@ module.exports={
111215
111238
  "shape": "Sh"
111216
111239
  },
111217
111240
  "EbsBlockDevices": {
111218
- "shape": "S5f"
111241
+ "shape": "S5j"
111219
111242
  },
111220
111243
  "EbsOptimized": {
111221
111244
  "type": "boolean"
@@ -111305,16 +111328,16 @@ module.exports={
111305
111328
  "type": "long"
111306
111329
  },
111307
111330
  "EbsBlockDevices": {
111308
- "shape": "S5f"
111331
+ "shape": "S5j"
111309
111332
  },
111310
111333
  "EbsOptimized": {
111311
111334
  "type": "boolean"
111312
111335
  },
111313
111336
  "ShrinkPolicy": {
111314
- "shape": "S5s"
111337
+ "shape": "S5v"
111315
111338
  },
111316
111339
  "AutoScalingPolicy": {
111317
- "shape": "S5w"
111340
+ "shape": "S5z"
111318
111341
  },
111319
111342
  "CustomAmiId": {}
111320
111343
  }
@@ -111676,7 +111699,7 @@ module.exports={
111676
111699
  "member": {}
111677
111700
  },
111678
111701
  "ShrinkPolicy": {
111679
- "shape": "S5s"
111702
+ "shape": "S5v"
111680
111703
  },
111681
111704
  "Configurations": {
111682
111705
  "shape": "Sh"
@@ -111709,12 +111732,30 @@ module.exports={
111709
111732
  "ClusterId": {},
111710
111733
  "InstanceGroupId": {},
111711
111734
  "AutoScalingPolicy": {
111712
- "shape": "S5w"
111735
+ "shape": "S5z"
111713
111736
  },
111714
111737
  "ClusterArn": {}
111715
111738
  }
111716
111739
  }
111717
111740
  },
111741
+ "PutAutoTerminationPolicy": {
111742
+ "input": {
111743
+ "type": "structure",
111744
+ "required": [
111745
+ "ClusterId"
111746
+ ],
111747
+ "members": {
111748
+ "ClusterId": {},
111749
+ "AutoTerminationPolicy": {
111750
+ "shape": "S4h"
111751
+ }
111752
+ }
111753
+ },
111754
+ "output": {
111755
+ "type": "structure",
111756
+ "members": {}
111757
+ }
111758
+ },
111718
111759
  "PutBlockPublicAccessConfiguration": {
111719
111760
  "input": {
111720
111761
  "type": "structure",
@@ -111723,7 +111764,7 @@ module.exports={
111723
111764
  ],
111724
111765
  "members": {
111725
111766
  "BlockPublicAccessConfiguration": {
111726
- "shape": "S4h"
111767
+ "shape": "S4l"
111727
111768
  }
111728
111769
  }
111729
111770
  },
@@ -111742,7 +111783,7 @@ module.exports={
111742
111783
  "members": {
111743
111784
  "ClusterId": {},
111744
111785
  "ManagedScalingPolicy": {
111745
- "shape": "S4o"
111786
+ "shape": "S4s"
111746
111787
  }
111747
111788
  }
111748
111789
  },
@@ -111768,6 +111809,21 @@ module.exports={
111768
111809
  "members": {}
111769
111810
  }
111770
111811
  },
111812
+ "RemoveAutoTerminationPolicy": {
111813
+ "input": {
111814
+ "type": "structure",
111815
+ "required": [
111816
+ "ClusterId"
111817
+ ],
111818
+ "members": {
111819
+ "ClusterId": {}
111820
+ }
111821
+ },
111822
+ "output": {
111823
+ "type": "structure",
111824
+ "members": {}
111825
+ }
111826
+ },
111771
111827
  "RemoveManagedScalingPolicy": {
111772
111828
  "input": {
111773
111829
  "type": "structure",
@@ -111852,10 +111908,10 @@ module.exports={
111852
111908
  "EmrManagedSlaveSecurityGroup": {},
111853
111909
  "ServiceAccessSecurityGroup": {},
111854
111910
  "AdditionalMasterSecurityGroups": {
111855
- "shape": "S7p"
111911
+ "shape": "S7w"
111856
111912
  },
111857
111913
  "AdditionalSlaveSecurityGroups": {
111858
- "shape": "S7p"
111914
+ "shape": "S7w"
111859
111915
  }
111860
111916
  }
111861
111917
  },
@@ -111912,10 +111968,13 @@ module.exports={
111912
111968
  "type": "integer"
111913
111969
  },
111914
111970
  "ManagedScalingPolicy": {
111915
- "shape": "S4o"
111971
+ "shape": "S4s"
111916
111972
  },
111917
111973
  "PlacementGroupConfigs": {
111918
111974
  "shape": "S31"
111975
+ },
111976
+ "AutoTerminationPolicy": {
111977
+ "shape": "S4h"
111919
111978
  }
111920
111979
  }
111921
111980
  },
@@ -112575,6 +112634,14 @@ module.exports={
112575
112634
  }
112576
112635
  },
112577
112636
  "S4h": {
112637
+ "type": "structure",
112638
+ "members": {
112639
+ "IdleTimeout": {
112640
+ "type": "long"
112641
+ }
112642
+ }
112643
+ },
112644
+ "S4l": {
112578
112645
  "type": "structure",
112579
112646
  "required": [
112580
112647
  "BlockPublicSecurityGroupRules"
@@ -112602,7 +112669,7 @@ module.exports={
112602
112669
  }
112603
112670
  }
112604
112671
  },
112605
- "S4o": {
112672
+ "S4s": {
112606
112673
  "type": "structure",
112607
112674
  "members": {
112608
112675
  "ComputeLimits": {
@@ -112630,7 +112697,7 @@ module.exports={
112630
112697
  }
112631
112698
  }
112632
112699
  },
112633
- "S5f": {
112700
+ "S5j": {
112634
112701
  "type": "list",
112635
112702
  "member": {
112636
112703
  "type": "structure",
@@ -112642,7 +112709,7 @@ module.exports={
112642
112709
  }
112643
112710
  }
112644
112711
  },
112645
- "S5s": {
112712
+ "S5v": {
112646
112713
  "type": "structure",
112647
112714
  "members": {
112648
112715
  "DecommissionTimeout": {
@@ -112652,10 +112719,10 @@ module.exports={
112652
112719
  "type": "structure",
112653
112720
  "members": {
112654
112721
  "InstancesToTerminate": {
112655
- "shape": "S5u"
112722
+ "shape": "S5x"
112656
112723
  },
112657
112724
  "InstancesToProtect": {
112658
- "shape": "S5u"
112725
+ "shape": "S5x"
112659
112726
  },
112660
112727
  "InstanceTerminationTimeout": {
112661
112728
  "type": "integer"
@@ -112664,11 +112731,11 @@ module.exports={
112664
112731
  }
112665
112732
  }
112666
112733
  },
112667
- "S5u": {
112734
+ "S5x": {
112668
112735
  "type": "list",
112669
112736
  "member": {}
112670
112737
  },
112671
- "S5w": {
112738
+ "S5z": {
112672
112739
  "type": "structure",
112673
112740
  "members": {
112674
112741
  "Status": {
@@ -112692,7 +112759,7 @@ module.exports={
112692
112759
  }
112693
112760
  }
112694
112761
  },
112695
- "S7p": {
112762
+ "S7w": {
112696
112763
  "type": "list",
112697
112764
  "member": {}
112698
112765
  }
@@ -225652,7 +225719,7 @@ AWS.util.update(AWS, {
225652
225719
  /**
225653
225720
  * @constant
225654
225721
  */
225655
- VERSION: '2.977.0',
225722
+ VERSION: '2.978.0',
225656
225723
 
225657
225724
  /**
225658
225725
  * @api private
@@ -246905,7 +246972,7 @@ var LRUCache = /** @class */ (function () {
246905
246972
  }());
246906
246973
  exports.LRUCache = LRUCache;
246907
246974
  },{}],451:[function(require,module,exports){
246908
- // AWS SDK for JavaScript v2.977.0
246975
+ // AWS SDK for JavaScript v2.978.0
246909
246976
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
246910
246977
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
246911
246978
  require('./browser_loader');