aws-sdk 2.1688.0 → 2.1690.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.1688.0
1
+ // AWS SDK for JavaScript v2.1690.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){
@@ -193485,8 +193485,15 @@ module.exports={
193485
193485
  "members": {
193486
193486
  "deliverySourceName": {},
193487
193487
  "deliveryDestinationArn": {},
193488
- "tags": {
193488
+ "recordFields": {
193489
193489
  "shape": "Sa"
193490
+ },
193491
+ "fieldDelimiter": {},
193492
+ "s3DeliveryConfiguration": {
193493
+ "shape": "Sd"
193494
+ },
193495
+ "tags": {
193496
+ "shape": "Sg"
193490
193497
  }
193491
193498
  }
193492
193499
  },
@@ -193494,7 +193501,7 @@ module.exports={
193494
193501
  "type": "structure",
193495
193502
  "members": {
193496
193503
  "delivery": {
193497
- "shape": "Se"
193504
+ "shape": "Sk"
193498
193505
  }
193499
193506
  }
193500
193507
  }
@@ -193537,7 +193544,7 @@ module.exports={
193537
193544
  ],
193538
193545
  "members": {
193539
193546
  "logGroupArnList": {
193540
- "shape": "Sp"
193547
+ "shape": "Sv"
193541
193548
  },
193542
193549
  "detectorName": {},
193543
193550
  "evaluationFrequency": {},
@@ -193547,7 +193554,7 @@ module.exports={
193547
193554
  "type": "long"
193548
193555
  },
193549
193556
  "tags": {
193550
- "shape": "Sa"
193557
+ "shape": "Sg"
193551
193558
  }
193552
193559
  }
193553
193560
  },
@@ -193568,7 +193575,7 @@ module.exports={
193568
193575
  "logGroupName": {},
193569
193576
  "kmsKeyId": {},
193570
193577
  "tags": {
193571
- "shape": "Sa"
193578
+ "shape": "Sg"
193572
193579
  },
193573
193580
  "logGroupClass": {}
193574
193581
  }
@@ -193775,7 +193782,7 @@ module.exports={
193775
193782
  "policyType": {},
193776
193783
  "policyName": {},
193777
193784
  "accountIdentifiers": {
193778
- "shape": "S1p"
193785
+ "shape": "S1v"
193779
193786
  }
193780
193787
  }
193781
193788
  },
@@ -193785,12 +193792,90 @@ module.exports={
193785
193792
  "accountPolicies": {
193786
193793
  "type": "list",
193787
193794
  "member": {
193788
- "shape": "S1t"
193795
+ "shape": "S1z"
193789
193796
  }
193790
193797
  }
193791
193798
  }
193792
193799
  }
193793
193800
  },
193801
+ "DescribeConfigurationTemplates": {
193802
+ "input": {
193803
+ "type": "structure",
193804
+ "members": {
193805
+ "service": {},
193806
+ "logTypes": {
193807
+ "type": "list",
193808
+ "member": {}
193809
+ },
193810
+ "resourceTypes": {
193811
+ "type": "list",
193812
+ "member": {}
193813
+ },
193814
+ "deliveryDestinationTypes": {
193815
+ "type": "list",
193816
+ "member": {}
193817
+ },
193818
+ "nextToken": {},
193819
+ "limit": {
193820
+ "type": "integer"
193821
+ }
193822
+ }
193823
+ },
193824
+ "output": {
193825
+ "type": "structure",
193826
+ "members": {
193827
+ "configurationTemplates": {
193828
+ "type": "list",
193829
+ "member": {
193830
+ "type": "structure",
193831
+ "members": {
193832
+ "service": {},
193833
+ "logType": {},
193834
+ "resourceType": {},
193835
+ "deliveryDestinationType": {},
193836
+ "defaultDeliveryConfigValues": {
193837
+ "type": "structure",
193838
+ "members": {
193839
+ "recordFields": {
193840
+ "shape": "Sa"
193841
+ },
193842
+ "fieldDelimiter": {},
193843
+ "s3DeliveryConfiguration": {
193844
+ "shape": "Sd"
193845
+ }
193846
+ }
193847
+ },
193848
+ "allowedFields": {
193849
+ "type": "list",
193850
+ "member": {
193851
+ "type": "structure",
193852
+ "members": {
193853
+ "name": {},
193854
+ "mandatory": {
193855
+ "type": "boolean"
193856
+ }
193857
+ }
193858
+ }
193859
+ },
193860
+ "allowedOutputFormats": {
193861
+ "type": "list",
193862
+ "member": {}
193863
+ },
193864
+ "allowedActionForAllowVendedLogsDeliveryForResource": {},
193865
+ "allowedFieldDelimiters": {
193866
+ "type": "list",
193867
+ "member": {}
193868
+ },
193869
+ "allowedSuffixPathFields": {
193870
+ "shape": "Sa"
193871
+ }
193872
+ }
193873
+ }
193874
+ },
193875
+ "nextToken": {}
193876
+ }
193877
+ }
193878
+ },
193794
193879
  "DescribeDeliveries": {
193795
193880
  "input": {
193796
193881
  "type": "structure",
@@ -193807,7 +193892,7 @@ module.exports={
193807
193892
  "deliveries": {
193808
193893
  "type": "list",
193809
193894
  "member": {
193810
- "shape": "Se"
193895
+ "shape": "Sk"
193811
193896
  }
193812
193897
  },
193813
193898
  "nextToken": {}
@@ -193830,7 +193915,7 @@ module.exports={
193830
193915
  "deliveryDestinations": {
193831
193916
  "type": "list",
193832
193917
  "member": {
193833
- "shape": "S25"
193918
+ "shape": "S2s"
193834
193919
  }
193835
193920
  },
193836
193921
  "nextToken": {}
@@ -193853,7 +193938,7 @@ module.exports={
193853
193938
  "deliverySources": {
193854
193939
  "type": "list",
193855
193940
  "member": {
193856
- "shape": "S2b"
193941
+ "shape": "S2x"
193857
193942
  }
193858
193943
  },
193859
193944
  "nextToken": {}
@@ -193877,7 +193962,7 @@ module.exports={
193877
193962
  "destinations": {
193878
193963
  "type": "list",
193879
193964
  "member": {
193880
- "shape": "S2i"
193965
+ "shape": "S32"
193881
193966
  }
193882
193967
  },
193883
193968
  "nextToken": {}
@@ -193945,7 +194030,7 @@ module.exports={
193945
194030
  "type": "structure",
193946
194031
  "members": {
193947
194032
  "accountIdentifiers": {
193948
- "shape": "S1p"
194033
+ "shape": "S1v"
193949
194034
  },
193950
194035
  "logGroupNamePrefix": {},
193951
194036
  "logGroupNamePattern": {},
@@ -194073,7 +194158,7 @@ module.exports={
194073
194158
  "filterName": {},
194074
194159
  "filterPattern": {},
194075
194160
  "metricTransformations": {
194076
- "shape": "S3j"
194161
+ "shape": "S43"
194077
194162
  },
194078
194163
  "creationTime": {
194079
194164
  "type": "long"
@@ -194146,7 +194231,7 @@ module.exports={
194146
194231
  "type": "long"
194147
194232
  },
194148
194233
  "logGroupNames": {
194149
- "shape": "S45"
194234
+ "shape": "S4p"
194150
194235
  }
194151
194236
  }
194152
194237
  }
@@ -194171,7 +194256,7 @@ module.exports={
194171
194256
  "resourcePolicies": {
194172
194257
  "type": "list",
194173
194258
  "member": {
194174
- "shape": "S49"
194259
+ "shape": "S4t"
194175
194260
  }
194176
194261
  },
194177
194262
  "nextToken": {}
@@ -194233,7 +194318,7 @@ module.exports={
194233
194318
  "logGroupName": {},
194234
194319
  "logGroupIdentifier": {},
194235
194320
  "logStreamNames": {
194236
- "shape": "S4j"
194321
+ "shape": "S53"
194237
194322
  },
194238
194323
  "logStreamNamePrefix": {},
194239
194324
  "startTime": {
@@ -194328,7 +194413,7 @@ module.exports={
194328
194413
  "type": "structure",
194329
194414
  "members": {
194330
194415
  "delivery": {
194331
- "shape": "Se"
194416
+ "shape": "Sk"
194332
194417
  }
194333
194418
  }
194334
194419
  }
@@ -194347,7 +194432,7 @@ module.exports={
194347
194432
  "type": "structure",
194348
194433
  "members": {
194349
194434
  "deliveryDestination": {
194350
- "shape": "S25"
194435
+ "shape": "S2s"
194351
194436
  }
194352
194437
  }
194353
194438
  }
@@ -194366,7 +194451,7 @@ module.exports={
194366
194451
  "type": "structure",
194367
194452
  "members": {
194368
194453
  "policy": {
194369
- "shape": "S54"
194454
+ "shape": "S5o"
194370
194455
  }
194371
194456
  }
194372
194457
  }
@@ -194385,7 +194470,7 @@ module.exports={
194385
194470
  "type": "structure",
194386
194471
  "members": {
194387
194472
  "deliverySource": {
194388
- "shape": "S2b"
194473
+ "shape": "S2x"
194389
194474
  }
194390
194475
  }
194391
194476
  }
@@ -194405,7 +194490,7 @@ module.exports={
194405
194490
  "members": {
194406
194491
  "detectorName": {},
194407
194492
  "logGroupArnList": {
194408
- "shape": "Sp"
194493
+ "shape": "Sv"
194409
194494
  },
194410
194495
  "evaluationFrequency": {},
194411
194496
  "filterPattern": {},
@@ -194666,7 +194751,7 @@ module.exports={
194666
194751
  }
194667
194752
  },
194668
194753
  "logGroupArnList": {
194669
- "shape": "Sp"
194754
+ "shape": "Sv"
194670
194755
  },
194671
194756
  "suppressed": {
194672
194757
  "type": "boolean"
@@ -194709,7 +194794,7 @@ module.exports={
194709
194794
  "anomalyDetectorArn": {},
194710
194795
  "detectorName": {},
194711
194796
  "logGroupArnList": {
194712
- "shape": "Sp"
194797
+ "shape": "Sv"
194713
194798
  },
194714
194799
  "evaluationFrequency": {},
194715
194800
  "filterPattern": {},
@@ -194745,7 +194830,7 @@ module.exports={
194745
194830
  "type": "structure",
194746
194831
  "members": {
194747
194832
  "tags": {
194748
- "shape": "Sa"
194833
+ "shape": "Sg"
194749
194834
  }
194750
194835
  }
194751
194836
  }
@@ -194766,7 +194851,7 @@ module.exports={
194766
194851
  "type": "structure",
194767
194852
  "members": {
194768
194853
  "tags": {
194769
- "shape": "Sa"
194854
+ "shape": "Sg"
194770
194855
  }
194771
194856
  },
194772
194857
  "deprecated": true,
@@ -194795,7 +194880,7 @@ module.exports={
194795
194880
  "type": "structure",
194796
194881
  "members": {
194797
194882
  "accountPolicy": {
194798
- "shape": "S1t"
194883
+ "shape": "S1z"
194799
194884
  }
194800
194885
  }
194801
194886
  }
@@ -194834,10 +194919,10 @@ module.exports={
194834
194919
  "name": {},
194835
194920
  "outputFormat": {},
194836
194921
  "deliveryDestinationConfiguration": {
194837
- "shape": "S27"
194922
+ "shape": "S2t"
194838
194923
  },
194839
194924
  "tags": {
194840
- "shape": "Sa"
194925
+ "shape": "Sg"
194841
194926
  }
194842
194927
  }
194843
194928
  },
@@ -194845,7 +194930,7 @@ module.exports={
194845
194930
  "type": "structure",
194846
194931
  "members": {
194847
194932
  "deliveryDestination": {
194848
- "shape": "S25"
194933
+ "shape": "S2s"
194849
194934
  }
194850
194935
  }
194851
194936
  }
@@ -194866,7 +194951,7 @@ module.exports={
194866
194951
  "type": "structure",
194867
194952
  "members": {
194868
194953
  "policy": {
194869
- "shape": "S54"
194954
+ "shape": "S5o"
194870
194955
  }
194871
194956
  }
194872
194957
  }
@@ -194884,7 +194969,7 @@ module.exports={
194884
194969
  "resourceArn": {},
194885
194970
  "logType": {},
194886
194971
  "tags": {
194887
- "shape": "Sa"
194972
+ "shape": "Sg"
194888
194973
  }
194889
194974
  }
194890
194975
  },
@@ -194892,7 +194977,7 @@ module.exports={
194892
194977
  "type": "structure",
194893
194978
  "members": {
194894
194979
  "deliverySource": {
194895
- "shape": "S2b"
194980
+ "shape": "S2x"
194896
194981
  }
194897
194982
  }
194898
194983
  }
@@ -194910,7 +194995,7 @@ module.exports={
194910
194995
  "targetArn": {},
194911
194996
  "roleArn": {},
194912
194997
  "tags": {
194913
- "shape": "Sa"
194998
+ "shape": "Sg"
194914
194999
  }
194915
195000
  }
194916
195001
  },
@@ -194918,7 +195003,7 @@ module.exports={
194918
195003
  "type": "structure",
194919
195004
  "members": {
194920
195005
  "destination": {
194921
- "shape": "S2i"
195006
+ "shape": "S32"
194922
195007
  }
194923
195008
  }
194924
195009
  }
@@ -195028,7 +195113,7 @@ module.exports={
195028
195113
  "filterName": {},
195029
195114
  "filterPattern": {},
195030
195115
  "metricTransformations": {
195031
- "shape": "S3j"
195116
+ "shape": "S43"
195032
195117
  }
195033
195118
  }
195034
195119
  }
@@ -195044,7 +195129,7 @@ module.exports={
195044
195129
  "name": {},
195045
195130
  "queryDefinitionId": {},
195046
195131
  "logGroupNames": {
195047
- "shape": "S45"
195132
+ "shape": "S4p"
195048
195133
  },
195049
195134
  "queryString": {},
195050
195135
  "clientToken": {
@@ -195071,7 +195156,7 @@ module.exports={
195071
195156
  "type": "structure",
195072
195157
  "members": {
195073
195158
  "resourcePolicy": {
195074
- "shape": "S49"
195159
+ "shape": "S4t"
195075
195160
  }
195076
195161
  }
195077
195162
  }
@@ -195118,13 +195203,13 @@ module.exports={
195118
195203
  ],
195119
195204
  "members": {
195120
195205
  "logGroupIdentifiers": {
195121
- "shape": "S81"
195206
+ "shape": "S8k"
195122
195207
  },
195123
195208
  "logStreamNames": {
195124
- "shape": "S4j"
195209
+ "shape": "S53"
195125
195210
  },
195126
195211
  "logStreamNamePrefixes": {
195127
- "shape": "S4j"
195212
+ "shape": "S53"
195128
195213
  },
195129
195214
  "logEventFilterPattern": {}
195130
195215
  }
@@ -195141,13 +195226,13 @@ module.exports={
195141
195226
  "requestId": {},
195142
195227
  "sessionId": {},
195143
195228
  "logGroupIdentifiers": {
195144
- "shape": "S81"
195229
+ "shape": "S8k"
195145
195230
  },
195146
195231
  "logStreamNames": {
195147
- "shape": "S4j"
195232
+ "shape": "S53"
195148
195233
  },
195149
195234
  "logStreamNamePrefixes": {
195150
- "shape": "S4j"
195235
+ "shape": "S53"
195151
195236
  },
195152
195237
  "logEventFilterPattern": {}
195153
195238
  },
@@ -195218,7 +195303,7 @@ module.exports={
195218
195303
  "members": {
195219
195304
  "logGroupName": {},
195220
195305
  "logGroupNames": {
195221
- "shape": "S45"
195306
+ "shape": "S4p"
195222
195307
  },
195223
195308
  "logGroupIdentifiers": {
195224
195309
  "type": "list",
@@ -195272,7 +195357,7 @@ module.exports={
195272
195357
  "members": {
195273
195358
  "logGroupName": {},
195274
195359
  "tags": {
195275
- "shape": "Sa"
195360
+ "shape": "Sg"
195276
195361
  }
195277
195362
  },
195278
195363
  "deprecated": true,
@@ -195291,7 +195376,7 @@ module.exports={
195291
195376
  "members": {
195292
195377
  "resourceArn": {},
195293
195378
  "tags": {
195294
- "shape": "Sa"
195379
+ "shape": "Sg"
195295
195380
  }
195296
195381
  }
195297
195382
  }
@@ -195393,6 +195478,28 @@ module.exports={
195393
195478
  }
195394
195479
  }
195395
195480
  },
195481
+ "UpdateDeliveryConfiguration": {
195482
+ "input": {
195483
+ "type": "structure",
195484
+ "required": [
195485
+ "id"
195486
+ ],
195487
+ "members": {
195488
+ "id": {},
195489
+ "recordFields": {
195490
+ "shape": "Sa"
195491
+ },
195492
+ "fieldDelimiter": {},
195493
+ "s3DeliveryConfiguration": {
195494
+ "shape": "Sd"
195495
+ }
195496
+ }
195497
+ },
195498
+ "output": {
195499
+ "type": "structure",
195500
+ "members": {}
195501
+ }
195502
+ },
195396
195503
  "UpdateLogAnomalyDetector": {
195397
195504
  "input": {
195398
195505
  "type": "structure",
@@ -195416,11 +195523,24 @@ module.exports={
195416
195523
  },
195417
195524
  "shapes": {
195418
195525
  "Sa": {
195526
+ "type": "list",
195527
+ "member": {}
195528
+ },
195529
+ "Sd": {
195530
+ "type": "structure",
195531
+ "members": {
195532
+ "suffixPath": {},
195533
+ "enableHiveCompatiblePath": {
195534
+ "type": "boolean"
195535
+ }
195536
+ }
195537
+ },
195538
+ "Sg": {
195419
195539
  "type": "map",
195420
195540
  "key": {},
195421
195541
  "value": {}
195422
195542
  },
195423
- "Se": {
195543
+ "Sk": {
195424
195544
  "type": "structure",
195425
195545
  "members": {
195426
195546
  "id": {},
@@ -195428,20 +195548,27 @@ module.exports={
195428
195548
  "deliverySourceName": {},
195429
195549
  "deliveryDestinationArn": {},
195430
195550
  "deliveryDestinationType": {},
195431
- "tags": {
195551
+ "recordFields": {
195432
195552
  "shape": "Sa"
195553
+ },
195554
+ "fieldDelimiter": {},
195555
+ "s3DeliveryConfiguration": {
195556
+ "shape": "Sd"
195557
+ },
195558
+ "tags": {
195559
+ "shape": "Sg"
195433
195560
  }
195434
195561
  }
195435
195562
  },
195436
- "Sp": {
195563
+ "Sv": {
195437
195564
  "type": "list",
195438
195565
  "member": {}
195439
195566
  },
195440
- "S1p": {
195567
+ "S1v": {
195441
195568
  "type": "list",
195442
195569
  "member": {}
195443
195570
  },
195444
- "S1t": {
195571
+ "S1z": {
195445
195572
  "type": "structure",
195446
195573
  "members": {
195447
195574
  "policyName": {},
@@ -195455,7 +195582,7 @@ module.exports={
195455
195582
  "accountId": {}
195456
195583
  }
195457
195584
  },
195458
- "S25": {
195585
+ "S2s": {
195459
195586
  "type": "structure",
195460
195587
  "members": {
195461
195588
  "name": {},
@@ -195463,14 +195590,14 @@ module.exports={
195463
195590
  "deliveryDestinationType": {},
195464
195591
  "outputFormat": {},
195465
195592
  "deliveryDestinationConfiguration": {
195466
- "shape": "S27"
195593
+ "shape": "S2t"
195467
195594
  },
195468
195595
  "tags": {
195469
- "shape": "Sa"
195596
+ "shape": "Sg"
195470
195597
  }
195471
195598
  }
195472
195599
  },
195473
- "S27": {
195600
+ "S2t": {
195474
195601
  "type": "structure",
195475
195602
  "required": [
195476
195603
  "destinationResourceArn"
@@ -195479,7 +195606,7 @@ module.exports={
195479
195606
  "destinationResourceArn": {}
195480
195607
  }
195481
195608
  },
195482
- "S2b": {
195609
+ "S2x": {
195483
195610
  "type": "structure",
195484
195611
  "members": {
195485
195612
  "name": {},
@@ -195491,11 +195618,11 @@ module.exports={
195491
195618
  "service": {},
195492
195619
  "logType": {},
195493
195620
  "tags": {
195494
- "shape": "Sa"
195621
+ "shape": "Sg"
195495
195622
  }
195496
195623
  }
195497
195624
  },
195498
- "S2i": {
195625
+ "S32": {
195499
195626
  "type": "structure",
195500
195627
  "members": {
195501
195628
  "destinationName": {},
@@ -195508,7 +195635,7 @@ module.exports={
195508
195635
  }
195509
195636
  }
195510
195637
  },
195511
- "S3j": {
195638
+ "S43": {
195512
195639
  "type": "list",
195513
195640
  "member": {
195514
195641
  "type": "structure",
@@ -195533,11 +195660,11 @@ module.exports={
195533
195660
  }
195534
195661
  }
195535
195662
  },
195536
- "S45": {
195663
+ "S4p": {
195537
195664
  "type": "list",
195538
195665
  "member": {}
195539
195666
  },
195540
- "S49": {
195667
+ "S4t": {
195541
195668
  "type": "structure",
195542
195669
  "members": {
195543
195670
  "policyName": {},
@@ -195547,17 +195674,17 @@ module.exports={
195547
195674
  }
195548
195675
  }
195549
195676
  },
195550
- "S4j": {
195677
+ "S53": {
195551
195678
  "type": "list",
195552
195679
  "member": {}
195553
195680
  },
195554
- "S54": {
195681
+ "S5o": {
195555
195682
  "type": "structure",
195556
195683
  "members": {
195557
195684
  "deliveryDestinationPolicy": {}
195558
195685
  }
195559
195686
  },
195560
- "S81": {
195687
+ "S8k": {
195561
195688
  "type": "list",
195562
195689
  "member": {}
195563
195690
  }
@@ -195566,6 +195693,12 @@ module.exports={
195566
195693
  },{}],158:[function(require,module,exports){
195567
195694
  module.exports={
195568
195695
  "pagination": {
195696
+ "DescribeConfigurationTemplates": {
195697
+ "input_token": "nextToken",
195698
+ "limit_key": "limit",
195699
+ "output_token": "nextToken",
195700
+ "result_key": "configurationTemplates"
195701
+ },
195569
195702
  "DescribeDeliveries": {
195570
195703
  "input_token": "nextToken",
195571
195704
  "limit_key": "limit",
@@ -277892,7 +278025,7 @@ AWS.util.update(AWS, {
277892
278025
  /**
277893
278026
  * @constant
277894
278027
  */
277895
- VERSION: '2.1688.0',
278028
+ VERSION: '2.1690.0',
277896
278029
 
277897
278030
  /**
277898
278031
  * @api private
@@ -284866,6 +284999,8 @@ module.exports={
284866
284999
  "globalEndpoint": true,
284867
285000
  "signingRegion": "us-isob-east-1"
284868
285001
  },
285002
+ "us-isof-*/route53": "globalUsIsof",
285003
+ "eu-isoe-*/route53": "globalEuIsoe",
284869
285004
 
284870
285005
  "*/waf": "globalSSL",
284871
285006
 
@@ -285071,6 +285206,16 @@ module.exports={
285071
285206
  "globalEndpoint": true,
285072
285207
  "signingRegion": "us-gov-west-1"
285073
285208
  },
285209
+ "globalUsIsof": {
285210
+ "endpoint": "{service}.csp.hci.ic.gov",
285211
+ "globalEndpoint": true,
285212
+ "signingRegion": "us-isof-south-1"
285213
+ },
285214
+ "globalEuIsoe": {
285215
+ "endpoint": "{service}.cloud.adc-e.uk",
285216
+ "globalEndpoint": true,
285217
+ "signingRegion": "eu-isoe-west-1"
285218
+ },
285074
285219
  "s3signature": {
285075
285220
  "endpoint": "{service}.{region}.amazonaws.com",
285076
285221
  "signatureVersion": "s3"
@@ -300214,7 +300359,7 @@ var LRUCache = /** @class */ (function () {
300214
300359
  }());
300215
300360
  exports.LRUCache = LRUCache;
300216
300361
  },{}],467:[function(require,module,exports){
300217
- // AWS SDK for JavaScript v2.1688.0
300362
+ // AWS SDK for JavaScript v2.1690.0
300218
300363
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
300219
300364
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
300220
300365
  require('./browser_loader');