aws-sdk 2.661.0 → 2.662.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 +11 -1
- package/README.md +1 -1
- package/apis/application-autoscaling-2016-02-06.examples.json +6 -169
- package/apis/firehose-2015-08-04.min.json +74 -30
- package/apis/mediapackage-vod-2018-11-07.min.json +173 -36
- package/apis/pinpoint-2016-12-01.min.json +363 -335
- package/apis/ram-2018-01-04.min.json +30 -0
- package/apis/rds-2014-10-31.min.json +2 -0
- package/apis/storagegateway-2013-06-30.min.json +99 -14
- package/apis/transfer-2018-11-05.min.json +41 -24
- package/clients/applicationautoscaling.d.ts +83 -83
- package/clients/firehose.d.ts +50 -8
- package/clients/mediapackagevod.d.ts +55 -0
- package/clients/pinpoint.d.ts +115 -77
- package/clients/ram.d.ts +41 -2
- package/clients/rds.d.ts +13 -5
- package/clients/storagegateway.d.ts +137 -60
- package/clients/transfer.d.ts +154 -123
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +8 -8
- package/dist/aws-sdk.js +178 -47
- package/dist/aws-sdk.min.js +43 -43
- 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.662.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){
|
|
@@ -97109,6 +97109,23 @@ module.exports={
|
|
|
97109
97109
|
},
|
|
97110
97110
|
"CloudWatchLoggingOptions": {
|
|
97111
97111
|
"shape": "Sl"
|
|
97112
|
+
},
|
|
97113
|
+
"VpcConfiguration": {
|
|
97114
|
+
"type": "structure",
|
|
97115
|
+
"required": [
|
|
97116
|
+
"SubnetIds",
|
|
97117
|
+
"RoleARN",
|
|
97118
|
+
"SecurityGroupIds"
|
|
97119
|
+
],
|
|
97120
|
+
"members": {
|
|
97121
|
+
"SubnetIds": {
|
|
97122
|
+
"shape": "S2c"
|
|
97123
|
+
},
|
|
97124
|
+
"RoleARN": {},
|
|
97125
|
+
"SecurityGroupIds": {
|
|
97126
|
+
"shape": "S2d"
|
|
97127
|
+
}
|
|
97128
|
+
}
|
|
97112
97129
|
}
|
|
97113
97130
|
}
|
|
97114
97131
|
},
|
|
@@ -97128,7 +97145,7 @@ module.exports={
|
|
|
97128
97145
|
"type": "integer"
|
|
97129
97146
|
},
|
|
97130
97147
|
"RetryOptions": {
|
|
97131
|
-
"shape": "
|
|
97148
|
+
"shape": "S2j"
|
|
97132
97149
|
},
|
|
97133
97150
|
"S3BackupMode": {},
|
|
97134
97151
|
"S3Configuration": {
|
|
@@ -97143,7 +97160,7 @@ module.exports={
|
|
|
97143
97160
|
}
|
|
97144
97161
|
},
|
|
97145
97162
|
"Tags": {
|
|
97146
|
-
"shape": "
|
|
97163
|
+
"shape": "S2m"
|
|
97147
97164
|
}
|
|
97148
97165
|
}
|
|
97149
97166
|
},
|
|
@@ -97208,7 +97225,7 @@ module.exports={
|
|
|
97208
97225
|
"DeliveryStreamARN": {},
|
|
97209
97226
|
"DeliveryStreamStatus": {},
|
|
97210
97227
|
"FailureDescription": {
|
|
97211
|
-
"shape": "
|
|
97228
|
+
"shape": "S30"
|
|
97212
97229
|
},
|
|
97213
97230
|
"DeliveryStreamEncryptionConfiguration": {
|
|
97214
97231
|
"type": "structure",
|
|
@@ -97217,7 +97234,7 @@ module.exports={
|
|
|
97217
97234
|
"KeyType": {},
|
|
97218
97235
|
"Status": {},
|
|
97219
97236
|
"FailureDescription": {
|
|
97220
|
-
"shape": "
|
|
97237
|
+
"shape": "S30"
|
|
97221
97238
|
}
|
|
97222
97239
|
}
|
|
97223
97240
|
},
|
|
@@ -97254,7 +97271,7 @@ module.exports={
|
|
|
97254
97271
|
"members": {
|
|
97255
97272
|
"DestinationId": {},
|
|
97256
97273
|
"S3DestinationDescription": {
|
|
97257
|
-
"shape": "
|
|
97274
|
+
"shape": "S3b"
|
|
97258
97275
|
},
|
|
97259
97276
|
"ExtendedS3DestinationDescription": {
|
|
97260
97277
|
"type": "structure",
|
|
@@ -97285,7 +97302,7 @@ module.exports={
|
|
|
97285
97302
|
},
|
|
97286
97303
|
"S3BackupMode": {},
|
|
97287
97304
|
"S3BackupDescription": {
|
|
97288
|
-
"shape": "
|
|
97305
|
+
"shape": "S3b"
|
|
97289
97306
|
},
|
|
97290
97307
|
"DataFormatConversionConfiguration": {
|
|
97291
97308
|
"shape": "Sz"
|
|
@@ -97314,14 +97331,14 @@ module.exports={
|
|
|
97314
97331
|
"shape": "S1w"
|
|
97315
97332
|
},
|
|
97316
97333
|
"S3DestinationDescription": {
|
|
97317
|
-
"shape": "
|
|
97334
|
+
"shape": "S3b"
|
|
97318
97335
|
},
|
|
97319
97336
|
"ProcessingConfiguration": {
|
|
97320
97337
|
"shape": "Sq"
|
|
97321
97338
|
},
|
|
97322
97339
|
"S3BackupMode": {},
|
|
97323
97340
|
"S3BackupDescription": {
|
|
97324
|
-
"shape": "
|
|
97341
|
+
"shape": "S3b"
|
|
97325
97342
|
},
|
|
97326
97343
|
"CloudWatchLoggingOptions": {
|
|
97327
97344
|
"shape": "Sl"
|
|
@@ -97345,13 +97362,32 @@ module.exports={
|
|
|
97345
97362
|
},
|
|
97346
97363
|
"S3BackupMode": {},
|
|
97347
97364
|
"S3DestinationDescription": {
|
|
97348
|
-
"shape": "
|
|
97365
|
+
"shape": "S3b"
|
|
97349
97366
|
},
|
|
97350
97367
|
"ProcessingConfiguration": {
|
|
97351
97368
|
"shape": "Sq"
|
|
97352
97369
|
},
|
|
97353
97370
|
"CloudWatchLoggingOptions": {
|
|
97354
97371
|
"shape": "Sl"
|
|
97372
|
+
},
|
|
97373
|
+
"VpcConfigurationDescription": {
|
|
97374
|
+
"type": "structure",
|
|
97375
|
+
"required": [
|
|
97376
|
+
"SubnetIds",
|
|
97377
|
+
"RoleARN",
|
|
97378
|
+
"SecurityGroupIds",
|
|
97379
|
+
"VpcId"
|
|
97380
|
+
],
|
|
97381
|
+
"members": {
|
|
97382
|
+
"SubnetIds": {
|
|
97383
|
+
"shape": "S2c"
|
|
97384
|
+
},
|
|
97385
|
+
"RoleARN": {},
|
|
97386
|
+
"SecurityGroupIds": {
|
|
97387
|
+
"shape": "S2d"
|
|
97388
|
+
},
|
|
97389
|
+
"VpcId": {}
|
|
97390
|
+
}
|
|
97355
97391
|
}
|
|
97356
97392
|
}
|
|
97357
97393
|
},
|
|
@@ -97365,11 +97401,11 @@ module.exports={
|
|
|
97365
97401
|
"type": "integer"
|
|
97366
97402
|
},
|
|
97367
97403
|
"RetryOptions": {
|
|
97368
|
-
"shape": "
|
|
97404
|
+
"shape": "S2j"
|
|
97369
97405
|
},
|
|
97370
97406
|
"S3BackupMode": {},
|
|
97371
97407
|
"S3DestinationDescription": {
|
|
97372
|
-
"shape": "
|
|
97408
|
+
"shape": "S3b"
|
|
97373
97409
|
},
|
|
97374
97410
|
"ProcessingConfiguration": {
|
|
97375
97411
|
"shape": "Sq"
|
|
@@ -97442,7 +97478,7 @@ module.exports={
|
|
|
97442
97478
|
"Tags": {
|
|
97443
97479
|
"type": "list",
|
|
97444
97480
|
"member": {
|
|
97445
|
-
"shape": "
|
|
97481
|
+
"shape": "S2n"
|
|
97446
97482
|
}
|
|
97447
97483
|
},
|
|
97448
97484
|
"HasMoreTags": {
|
|
@@ -97461,7 +97497,7 @@ module.exports={
|
|
|
97461
97497
|
"members": {
|
|
97462
97498
|
"DeliveryStreamName": {},
|
|
97463
97499
|
"Record": {
|
|
97464
|
-
"shape": "
|
|
97500
|
+
"shape": "S3q"
|
|
97465
97501
|
}
|
|
97466
97502
|
}
|
|
97467
97503
|
},
|
|
@@ -97490,7 +97526,7 @@ module.exports={
|
|
|
97490
97526
|
"Records": {
|
|
97491
97527
|
"type": "list",
|
|
97492
97528
|
"member": {
|
|
97493
|
-
"shape": "
|
|
97529
|
+
"shape": "S3q"
|
|
97494
97530
|
}
|
|
97495
97531
|
}
|
|
97496
97532
|
}
|
|
@@ -97565,7 +97601,7 @@ module.exports={
|
|
|
97565
97601
|
"members": {
|
|
97566
97602
|
"DeliveryStreamName": {},
|
|
97567
97603
|
"Tags": {
|
|
97568
|
-
"shape": "
|
|
97604
|
+
"shape": "S2m"
|
|
97569
97605
|
}
|
|
97570
97606
|
}
|
|
97571
97607
|
},
|
|
@@ -97607,7 +97643,7 @@ module.exports={
|
|
|
97607
97643
|
"CurrentDeliveryStreamVersionId": {},
|
|
97608
97644
|
"DestinationId": {},
|
|
97609
97645
|
"S3DestinationUpdate": {
|
|
97610
|
-
"shape": "
|
|
97646
|
+
"shape": "S4b",
|
|
97611
97647
|
"deprecated": true
|
|
97612
97648
|
},
|
|
97613
97649
|
"ExtendedS3DestinationUpdate": {
|
|
@@ -97632,7 +97668,7 @@ module.exports={
|
|
|
97632
97668
|
},
|
|
97633
97669
|
"S3BackupMode": {},
|
|
97634
97670
|
"S3BackupUpdate": {
|
|
97635
|
-
"shape": "
|
|
97671
|
+
"shape": "S4b"
|
|
97636
97672
|
},
|
|
97637
97673
|
"DataFormatConversionConfiguration": {
|
|
97638
97674
|
"shape": "Sz"
|
|
@@ -97657,14 +97693,14 @@ module.exports={
|
|
|
97657
97693
|
"shape": "S1w"
|
|
97658
97694
|
},
|
|
97659
97695
|
"S3Update": {
|
|
97660
|
-
"shape": "
|
|
97696
|
+
"shape": "S4b"
|
|
97661
97697
|
},
|
|
97662
97698
|
"ProcessingConfiguration": {
|
|
97663
97699
|
"shape": "Sq"
|
|
97664
97700
|
},
|
|
97665
97701
|
"S3BackupMode": {},
|
|
97666
97702
|
"S3BackupUpdate": {
|
|
97667
|
-
"shape": "
|
|
97703
|
+
"shape": "S4b"
|
|
97668
97704
|
},
|
|
97669
97705
|
"CloudWatchLoggingOptions": {
|
|
97670
97706
|
"shape": "Sl"
|
|
@@ -97687,7 +97723,7 @@ module.exports={
|
|
|
97687
97723
|
"shape": "S28"
|
|
97688
97724
|
},
|
|
97689
97725
|
"S3Update": {
|
|
97690
|
-
"shape": "
|
|
97726
|
+
"shape": "S4b"
|
|
97691
97727
|
},
|
|
97692
97728
|
"ProcessingConfiguration": {
|
|
97693
97729
|
"shape": "Sq"
|
|
@@ -97707,11 +97743,11 @@ module.exports={
|
|
|
97707
97743
|
"type": "integer"
|
|
97708
97744
|
},
|
|
97709
97745
|
"RetryOptions": {
|
|
97710
|
-
"shape": "
|
|
97746
|
+
"shape": "S2j"
|
|
97711
97747
|
},
|
|
97712
97748
|
"S3BackupMode": {},
|
|
97713
97749
|
"S3Update": {
|
|
97714
|
-
"shape": "
|
|
97750
|
+
"shape": "S4b"
|
|
97715
97751
|
},
|
|
97716
97752
|
"ProcessingConfiguration": {
|
|
97717
97753
|
"shape": "Sq"
|
|
@@ -97994,7 +98030,15 @@ module.exports={
|
|
|
97994
98030
|
}
|
|
97995
98031
|
}
|
|
97996
98032
|
},
|
|
97997
|
-
"
|
|
98033
|
+
"S2c": {
|
|
98034
|
+
"type": "list",
|
|
98035
|
+
"member": {}
|
|
98036
|
+
},
|
|
98037
|
+
"S2d": {
|
|
98038
|
+
"type": "list",
|
|
98039
|
+
"member": {}
|
|
98040
|
+
},
|
|
98041
|
+
"S2j": {
|
|
97998
98042
|
"type": "structure",
|
|
97999
98043
|
"members": {
|
|
98000
98044
|
"DurationInSeconds": {
|
|
@@ -98002,13 +98046,13 @@ module.exports={
|
|
|
98002
98046
|
}
|
|
98003
98047
|
}
|
|
98004
98048
|
},
|
|
98005
|
-
"
|
|
98049
|
+
"S2m": {
|
|
98006
98050
|
"type": "list",
|
|
98007
98051
|
"member": {
|
|
98008
|
-
"shape": "
|
|
98052
|
+
"shape": "S2n"
|
|
98009
98053
|
}
|
|
98010
98054
|
},
|
|
98011
|
-
"
|
|
98055
|
+
"S2n": {
|
|
98012
98056
|
"type": "structure",
|
|
98013
98057
|
"required": [
|
|
98014
98058
|
"Key"
|
|
@@ -98018,7 +98062,7 @@ module.exports={
|
|
|
98018
98062
|
"Value": {}
|
|
98019
98063
|
}
|
|
98020
98064
|
},
|
|
98021
|
-
"
|
|
98065
|
+
"S30": {
|
|
98022
98066
|
"type": "structure",
|
|
98023
98067
|
"required": [
|
|
98024
98068
|
"Type",
|
|
@@ -98029,7 +98073,7 @@ module.exports={
|
|
|
98029
98073
|
"Details": {}
|
|
98030
98074
|
}
|
|
98031
98075
|
},
|
|
98032
|
-
"
|
|
98076
|
+
"S3b": {
|
|
98033
98077
|
"type": "structure",
|
|
98034
98078
|
"required": [
|
|
98035
98079
|
"RoleARN",
|
|
@@ -98055,7 +98099,7 @@ module.exports={
|
|
|
98055
98099
|
}
|
|
98056
98100
|
}
|
|
98057
98101
|
},
|
|
98058
|
-
"
|
|
98102
|
+
"S3q": {
|
|
98059
98103
|
"type": "structure",
|
|
98060
98104
|
"required": [
|
|
98061
98105
|
"Data"
|
|
@@ -98066,7 +98110,7 @@ module.exports={
|
|
|
98066
98110
|
}
|
|
98067
98111
|
}
|
|
98068
98112
|
},
|
|
98069
|
-
"
|
|
98113
|
+
"S4b": {
|
|
98070
98114
|
"type": "structure",
|
|
98071
98115
|
"members": {
|
|
98072
98116
|
"RoleARN": {},
|
|
@@ -147841,6 +147885,7 @@ module.exports={
|
|
|
147841
147885
|
"EngineVersion": {},
|
|
147842
147886
|
"DBInstanceClass": {},
|
|
147843
147887
|
"LicenseModel": {},
|
|
147888
|
+
"AvailabilityZoneGroup": {},
|
|
147844
147889
|
"Vpc": {
|
|
147845
147890
|
"type": "boolean"
|
|
147846
147891
|
},
|
|
@@ -147867,6 +147912,7 @@ module.exports={
|
|
|
147867
147912
|
"EngineVersion": {},
|
|
147868
147913
|
"DBInstanceClass": {},
|
|
147869
147914
|
"LicenseModel": {},
|
|
147915
|
+
"AvailabilityZoneGroup": {},
|
|
147870
147916
|
"AvailabilityZones": {
|
|
147871
147917
|
"type": "list",
|
|
147872
147918
|
"member": {
|
|
@@ -178579,6 +178625,23 @@ module.exports={
|
|
|
178579
178625
|
}
|
|
178580
178626
|
}
|
|
178581
178627
|
},
|
|
178628
|
+
"DeleteAutomaticTapeCreationPolicy": {
|
|
178629
|
+
"input": {
|
|
178630
|
+
"type": "structure",
|
|
178631
|
+
"required": [
|
|
178632
|
+
"GatewayARN"
|
|
178633
|
+
],
|
|
178634
|
+
"members": {
|
|
178635
|
+
"GatewayARN": {}
|
|
178636
|
+
}
|
|
178637
|
+
},
|
|
178638
|
+
"output": {
|
|
178639
|
+
"type": "structure",
|
|
178640
|
+
"members": {
|
|
178641
|
+
"GatewayARN": {}
|
|
178642
|
+
}
|
|
178643
|
+
}
|
|
178644
|
+
},
|
|
178582
178645
|
"DeleteBandwidthRateLimit": {
|
|
178583
178646
|
"input": {
|
|
178584
178647
|
"type": "structure",
|
|
@@ -178812,7 +178875,7 @@ module.exports={
|
|
|
178812
178875
|
],
|
|
178813
178876
|
"members": {
|
|
178814
178877
|
"VolumeARNs": {
|
|
178815
|
-
"shape": "
|
|
178878
|
+
"shape": "S38"
|
|
178816
178879
|
}
|
|
178817
178880
|
}
|
|
178818
178881
|
},
|
|
@@ -178837,7 +178900,7 @@ module.exports={
|
|
|
178837
178900
|
},
|
|
178838
178901
|
"SourceSnapshotId": {},
|
|
178839
178902
|
"VolumeiSCSIAttributes": {
|
|
178840
|
-
"shape": "
|
|
178903
|
+
"shape": "S3h"
|
|
178841
178904
|
},
|
|
178842
178905
|
"CreatedDate": {
|
|
178843
178906
|
"type": "timestamp"
|
|
@@ -178873,11 +178936,11 @@ module.exports={
|
|
|
178873
178936
|
"members": {
|
|
178874
178937
|
"TargetARN": {},
|
|
178875
178938
|
"SecretToAuthenticateInitiator": {
|
|
178876
|
-
"shape": "
|
|
178939
|
+
"shape": "S3q"
|
|
178877
178940
|
},
|
|
178878
178941
|
"InitiatorName": {},
|
|
178879
178942
|
"SecretToAuthenticateTarget": {
|
|
178880
|
-
"shape": "
|
|
178943
|
+
"shape": "S3q"
|
|
178881
178944
|
}
|
|
178882
178945
|
}
|
|
178883
178946
|
}
|
|
@@ -178966,7 +179029,7 @@ module.exports={
|
|
|
178966
179029
|
],
|
|
178967
179030
|
"members": {
|
|
178968
179031
|
"FileShareARNList": {
|
|
178969
|
-
"shape": "
|
|
179032
|
+
"shape": "S4a"
|
|
178970
179033
|
}
|
|
178971
179034
|
}
|
|
178972
179035
|
},
|
|
@@ -179024,7 +179087,7 @@ module.exports={
|
|
|
179024
179087
|
],
|
|
179025
179088
|
"members": {
|
|
179026
179089
|
"FileShareARNList": {
|
|
179027
|
-
"shape": "
|
|
179090
|
+
"shape": "S4a"
|
|
179028
179091
|
}
|
|
179029
179092
|
}
|
|
179030
179093
|
},
|
|
@@ -179140,7 +179203,7 @@ module.exports={
|
|
|
179140
179203
|
],
|
|
179141
179204
|
"members": {
|
|
179142
179205
|
"VolumeARNs": {
|
|
179143
|
-
"shape": "
|
|
179206
|
+
"shape": "S38"
|
|
179144
179207
|
}
|
|
179145
179208
|
}
|
|
179146
179209
|
},
|
|
@@ -179169,7 +179232,7 @@ module.exports={
|
|
|
179169
179232
|
"type": "boolean"
|
|
179170
179233
|
},
|
|
179171
179234
|
"VolumeiSCSIAttributes": {
|
|
179172
|
-
"shape": "
|
|
179235
|
+
"shape": "S3h"
|
|
179173
179236
|
},
|
|
179174
179237
|
"CreatedDate": {
|
|
179175
179238
|
"type": "timestamp"
|
|
@@ -179494,6 +179557,31 @@ module.exports={
|
|
|
179494
179557
|
}
|
|
179495
179558
|
}
|
|
179496
179559
|
},
|
|
179560
|
+
"ListAutomaticTapeCreationPolicies": {
|
|
179561
|
+
"input": {
|
|
179562
|
+
"type": "structure",
|
|
179563
|
+
"members": {
|
|
179564
|
+
"GatewayARN": {}
|
|
179565
|
+
}
|
|
179566
|
+
},
|
|
179567
|
+
"output": {
|
|
179568
|
+
"type": "structure",
|
|
179569
|
+
"members": {
|
|
179570
|
+
"AutomaticTapeCreationPolicyInfos": {
|
|
179571
|
+
"type": "list",
|
|
179572
|
+
"member": {
|
|
179573
|
+
"type": "structure",
|
|
179574
|
+
"members": {
|
|
179575
|
+
"AutomaticTapeCreationRules": {
|
|
179576
|
+
"shape": "S69"
|
|
179577
|
+
},
|
|
179578
|
+
"GatewayARN": {}
|
|
179579
|
+
}
|
|
179580
|
+
}
|
|
179581
|
+
}
|
|
179582
|
+
}
|
|
179583
|
+
}
|
|
179584
|
+
},
|
|
179497
179585
|
"ListFileShares": {
|
|
179498
179586
|
"input": {
|
|
179499
179587
|
"type": "structure",
|
|
@@ -179961,6 +180049,27 @@ module.exports={
|
|
|
179961
180049
|
}
|
|
179962
180050
|
}
|
|
179963
180051
|
},
|
|
180052
|
+
"UpdateAutomaticTapeCreationPolicy": {
|
|
180053
|
+
"input": {
|
|
180054
|
+
"type": "structure",
|
|
180055
|
+
"required": [
|
|
180056
|
+
"AutomaticTapeCreationRules",
|
|
180057
|
+
"GatewayARN"
|
|
180058
|
+
],
|
|
180059
|
+
"members": {
|
|
180060
|
+
"AutomaticTapeCreationRules": {
|
|
180061
|
+
"shape": "S69"
|
|
180062
|
+
},
|
|
180063
|
+
"GatewayARN": {}
|
|
180064
|
+
}
|
|
180065
|
+
},
|
|
180066
|
+
"output": {
|
|
180067
|
+
"type": "structure",
|
|
180068
|
+
"members": {
|
|
180069
|
+
"GatewayARN": {}
|
|
180070
|
+
}
|
|
180071
|
+
}
|
|
180072
|
+
},
|
|
179964
180073
|
"UpdateBandwidthRateLimit": {
|
|
179965
180074
|
"input": {
|
|
179966
180075
|
"type": "structure",
|
|
@@ -179995,11 +180104,11 @@ module.exports={
|
|
|
179995
180104
|
"members": {
|
|
179996
180105
|
"TargetARN": {},
|
|
179997
180106
|
"SecretToAuthenticateInitiator": {
|
|
179998
|
-
"shape": "
|
|
180107
|
+
"shape": "S3q"
|
|
179999
180108
|
},
|
|
180000
180109
|
"InitiatorName": {},
|
|
180001
180110
|
"SecretToAuthenticateTarget": {
|
|
180002
|
-
"shape": "
|
|
180111
|
+
"shape": "S3q"
|
|
180003
180112
|
}
|
|
180004
180113
|
}
|
|
180005
180114
|
},
|
|
@@ -180276,11 +180385,11 @@ module.exports={
|
|
|
180276
180385
|
"type": "list",
|
|
180277
180386
|
"member": {}
|
|
180278
180387
|
},
|
|
180279
|
-
"
|
|
180388
|
+
"S38": {
|
|
180280
180389
|
"type": "list",
|
|
180281
180390
|
"member": {}
|
|
180282
180391
|
},
|
|
180283
|
-
"
|
|
180392
|
+
"S3h": {
|
|
180284
180393
|
"type": "structure",
|
|
180285
180394
|
"members": {
|
|
180286
180395
|
"TargetARN": {},
|
|
@@ -180296,13 +180405,35 @@ module.exports={
|
|
|
180296
180405
|
}
|
|
180297
180406
|
}
|
|
180298
180407
|
},
|
|
180299
|
-
"
|
|
180408
|
+
"S3q": {
|
|
180300
180409
|
"type": "string",
|
|
180301
180410
|
"sensitive": true
|
|
180302
180411
|
},
|
|
180303
|
-
"
|
|
180412
|
+
"S4a": {
|
|
180304
180413
|
"type": "list",
|
|
180305
180414
|
"member": {}
|
|
180415
|
+
},
|
|
180416
|
+
"S69": {
|
|
180417
|
+
"type": "list",
|
|
180418
|
+
"member": {
|
|
180419
|
+
"type": "structure",
|
|
180420
|
+
"required": [
|
|
180421
|
+
"TapeBarcodePrefix",
|
|
180422
|
+
"PoolId",
|
|
180423
|
+
"TapeSizeInBytes",
|
|
180424
|
+
"MinimumNumTapes"
|
|
180425
|
+
],
|
|
180426
|
+
"members": {
|
|
180427
|
+
"TapeBarcodePrefix": {},
|
|
180428
|
+
"PoolId": {},
|
|
180429
|
+
"TapeSizeInBytes": {
|
|
180430
|
+
"type": "long"
|
|
180431
|
+
},
|
|
180432
|
+
"MinimumNumTapes": {
|
|
180433
|
+
"type": "integer"
|
|
180434
|
+
}
|
|
180435
|
+
}
|
|
180436
|
+
}
|
|
180306
180437
|
}
|
|
180307
180438
|
}
|
|
180308
180439
|
}
|
|
@@ -190685,7 +190816,7 @@ AWS.util.update(AWS, {
|
|
|
190685
190816
|
/**
|
|
190686
190817
|
* @constant
|
|
190687
190818
|
*/
|
|
190688
|
-
VERSION: '2.
|
|
190819
|
+
VERSION: '2.662.0',
|
|
190689
190820
|
|
|
190690
190821
|
/**
|
|
190691
190822
|
* @api private
|
|
@@ -211646,7 +211777,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
211646
211777
|
}());
|
|
211647
211778
|
exports.LRUCache = LRUCache;
|
|
211648
211779
|
},{}],431:[function(require,module,exports){
|
|
211649
|
-
// AWS SDK for JavaScript v2.
|
|
211780
|
+
// AWS SDK for JavaScript v2.662.0
|
|
211650
211781
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
211651
211782
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
211652
211783
|
require('./browser_loader');
|