cdk-lambda-subminute 2.0.360 → 2.0.362

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 (30) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +26 -15
  5. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +1 -1
  6. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -0
  7. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +11 -2
  8. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +0 -1
  9. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +334 -196
  10. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +59 -49
  11. package/node_modules/aws-sdk/apis/storagegateway-2013-06-30.min.json +3 -1
  12. package/node_modules/aws-sdk/clients/acmpca.d.ts +13 -3
  13. package/node_modules/aws-sdk/clients/ec2.d.ts +20 -4
  14. package/node_modules/aws-sdk/clients/ecs.d.ts +9 -6
  15. package/node_modules/aws-sdk/clients/lightsail.d.ts +8 -0
  16. package/node_modules/aws-sdk/clients/outposts.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/rds.d.ts +175 -5
  18. package/node_modules/aws-sdk/clients/s3.d.ts +11 -2
  19. package/node_modules/aws-sdk/clients/storagegateway.d.ts +16 -8
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +34 -9
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +436 -249
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +76 -76
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/lib/services/s3.js +25 -0
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/node_modules/aws-sdk/scripts/lib/set-s3-expires-string.js +53 -0
  28. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +9 -9
  29. package/node_modules/aws-sdk/scripts/translate-api +2 -1
  30. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1542.0
1
+ // AWS SDK for JavaScript v2.1544.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){
@@ -89966,6 +89966,9 @@ module.exports={
89966
89966
  "TagSpecifications": {
89967
89967
  "shape": "S3",
89968
89968
  "locationName": "TagSpecification"
89969
+ },
89970
+ "ClientToken": {
89971
+ "idempotencyToken": true
89969
89972
  }
89970
89973
  }
89971
89974
  },
@@ -89975,6 +89978,9 @@ module.exports={
89975
89978
  "NetworkAcl": {
89976
89979
  "shape": "Skj",
89977
89980
  "locationName": "networkAcl"
89981
+ },
89982
+ "ClientToken": {
89983
+ "locationName": "clientToken"
89978
89984
  }
89979
89985
  }
89980
89986
  }
@@ -90470,6 +90476,9 @@ module.exports={
90470
90476
  "TagSpecifications": {
90471
90477
  "shape": "S3",
90472
90478
  "locationName": "TagSpecification"
90479
+ },
90480
+ "ClientToken": {
90481
+ "idempotencyToken": true
90473
90482
  }
90474
90483
  }
90475
90484
  },
@@ -90479,6 +90488,9 @@ module.exports={
90479
90488
  "RouteTable": {
90480
90489
  "shape": "Sn4",
90481
90490
  "locationName": "routeTable"
90491
+ },
90492
+ "ClientToken": {
90493
+ "locationName": "clientToken"
90482
90494
  }
90483
90495
  }
90484
90496
  }
@@ -213418,6 +213430,9 @@ module.exports={
213418
213430
  "PerformanceInsightsRetentionPeriod": {
213419
213431
  "type": "integer"
213420
213432
  },
213433
+ "EnableLimitlessDatabase": {
213434
+ "type": "boolean"
213435
+ },
213421
213436
  "ServerlessV2ScalingConfiguration": {
213422
213437
  "shape": "S2y"
213423
213438
  },
@@ -213467,7 +213482,7 @@ module.exports={
213467
213482
  }
213468
213483
  },
213469
213484
  "output": {
213470
- "shape": "S3n",
213485
+ "shape": "S3p",
213471
213486
  "resultWrapper": "CreateDBClusterEndpointResult"
213472
213487
  }
213473
213488
  },
@@ -213542,7 +213557,7 @@ module.exports={
213542
213557
  "MasterUsername": {},
213543
213558
  "MasterUserPassword": {},
213544
213559
  "DBSecurityGroups": {
213545
- "shape": "S3t"
213560
+ "shape": "S3v"
213546
213561
  },
213547
213562
  "VpcSecurityGroupIds": {
213548
213563
  "shape": "S2t"
@@ -213655,7 +213670,7 @@ module.exports={
213655
213670
  "type": "structure",
213656
213671
  "members": {
213657
213672
  "DBInstance": {
213658
- "shape": "S3v"
213673
+ "shape": "S3x"
213659
213674
  }
213660
213675
  }
213661
213676
  }
@@ -213765,7 +213780,7 @@ module.exports={
213765
213780
  "type": "structure",
213766
213781
  "members": {
213767
213782
  "DBInstance": {
213768
- "shape": "S3v"
213783
+ "shape": "S3x"
213769
213784
  }
213770
213785
  }
213771
213786
  }
@@ -213811,7 +213826,7 @@ module.exports={
213811
213826
  "DBProxyName": {},
213812
213827
  "EngineFamily": {},
213813
213828
  "Auth": {
213814
- "shape": "S4o"
213829
+ "shape": "S4q"
213815
213830
  },
213816
213831
  "RoleArn": {},
213817
213832
  "VpcSubnetIds": {
@@ -213839,7 +213854,7 @@ module.exports={
213839
213854
  "type": "structure",
213840
213855
  "members": {
213841
213856
  "DBProxy": {
213842
- "shape": "S4u"
213857
+ "shape": "S4w"
213843
213858
  }
213844
213859
  }
213845
213860
  }
@@ -213872,7 +213887,7 @@ module.exports={
213872
213887
  "type": "structure",
213873
213888
  "members": {
213874
213889
  "DBProxyEndpoint": {
213875
- "shape": "S53"
213890
+ "shape": "S55"
213876
213891
  }
213877
213892
  }
213878
213893
  }
@@ -213902,6 +213917,33 @@ module.exports={
213902
213917
  }
213903
213918
  }
213904
213919
  },
213920
+ "CreateDBShardGroup": {
213921
+ "input": {
213922
+ "type": "structure",
213923
+ "required": [
213924
+ "DBShardGroupIdentifier",
213925
+ "DBClusterIdentifier",
213926
+ "MaxACU"
213927
+ ],
213928
+ "members": {
213929
+ "DBShardGroupIdentifier": {},
213930
+ "DBClusterIdentifier": {},
213931
+ "ComputeRedundancy": {
213932
+ "type": "integer"
213933
+ },
213934
+ "MaxACU": {
213935
+ "type": "double"
213936
+ },
213937
+ "PubliclyAccessible": {
213938
+ "type": "boolean"
213939
+ }
213940
+ }
213941
+ },
213942
+ "output": {
213943
+ "shape": "S5a",
213944
+ "resultWrapper": "CreateDBShardGroupResult"
213945
+ }
213946
+ },
213905
213947
  "CreateDBSnapshot": {
213906
213948
  "input": {
213907
213949
  "type": "structure",
@@ -213939,7 +213981,7 @@ module.exports={
213939
213981
  "DBSubnetGroupName": {},
213940
213982
  "DBSubnetGroupDescription": {},
213941
213983
  "SubnetIds": {
213942
- "shape": "S5a"
213984
+ "shape": "S5e"
213943
213985
  },
213944
213986
  "Tags": {
213945
213987
  "shape": "Sb"
@@ -213951,7 +213993,7 @@ module.exports={
213951
213993
  "type": "structure",
213952
213994
  "members": {
213953
213995
  "DBSubnetGroup": {
213954
- "shape": "S3z"
213996
+ "shape": "S41"
213955
213997
  }
213956
213998
  }
213957
213999
  }
@@ -214013,7 +214055,7 @@ module.exports={
214013
214055
  "type": "structure",
214014
214056
  "members": {
214015
214057
  "GlobalCluster": {
214016
- "shape": "S5g"
214058
+ "shape": "S5k"
214017
214059
  }
214018
214060
  }
214019
214061
  }
@@ -214032,7 +214074,7 @@ module.exports={
214032
214074
  "IntegrationName": {},
214033
214075
  "KMSKeyId": {},
214034
214076
  "AdditionalEncryptionContext": {
214035
- "shape": "S5r"
214077
+ "shape": "S5v"
214036
214078
  },
214037
214079
  "Tags": {
214038
214080
  "shape": "Sb"
@@ -214040,7 +214082,7 @@ module.exports={
214040
214082
  }
214041
214083
  },
214042
214084
  "output": {
214043
- "shape": "S5s",
214085
+ "shape": "S5w",
214044
214086
  "resultWrapper": "CreateIntegrationResult"
214045
214087
  }
214046
214088
  },
@@ -214087,7 +214129,7 @@ module.exports={
214087
214129
  "TenantDBName": {},
214088
214130
  "MasterUsername": {},
214089
214131
  "MasterUserPassword": {
214090
- "shape": "S60"
214132
+ "shape": "S64"
214091
214133
  },
214092
214134
  "CharacterSetName": {},
214093
214135
  "NcharCharacterSetName": {},
@@ -214101,7 +214143,7 @@ module.exports={
214101
214143
  "type": "structure",
214102
214144
  "members": {
214103
214145
  "TenantDatabase": {
214104
- "shape": "S62"
214146
+ "shape": "S66"
214105
214147
  }
214106
214148
  }
214107
214149
  }
@@ -214188,7 +214230,7 @@ module.exports={
214188
214230
  "type": "structure",
214189
214231
  "members": {
214190
214232
  "DBClusterAutomatedBackup": {
214191
- "shape": "S6b"
214233
+ "shape": "S6f"
214192
214234
  }
214193
214235
  }
214194
214236
  }
@@ -214204,7 +214246,7 @@ module.exports={
214204
214246
  }
214205
214247
  },
214206
214248
  "output": {
214207
- "shape": "S3n",
214249
+ "shape": "S3p",
214208
214250
  "resultWrapper": "DeleteDBClusterEndpointResult"
214209
214251
  }
214210
214252
  },
@@ -214261,7 +214303,7 @@ module.exports={
214261
214303
  "type": "structure",
214262
214304
  "members": {
214263
214305
  "DBInstance": {
214264
- "shape": "S3v"
214306
+ "shape": "S3x"
214265
214307
  }
214266
214308
  }
214267
214309
  }
@@ -214279,7 +214321,7 @@ module.exports={
214279
214321
  "type": "structure",
214280
214322
  "members": {
214281
214323
  "DBInstanceAutomatedBackup": {
214282
- "shape": "S6l"
214324
+ "shape": "S6p"
214283
214325
  }
214284
214326
  }
214285
214327
  }
@@ -214310,7 +214352,7 @@ module.exports={
214310
214352
  "type": "structure",
214311
214353
  "members": {
214312
214354
  "DBProxy": {
214313
- "shape": "S4u"
214355
+ "shape": "S4w"
214314
214356
  }
214315
214357
  }
214316
214358
  }
@@ -214330,7 +214372,7 @@ module.exports={
214330
214372
  "type": "structure",
214331
214373
  "members": {
214332
214374
  "DBProxyEndpoint": {
214333
- "shape": "S53"
214375
+ "shape": "S55"
214334
214376
  }
214335
214377
  }
214336
214378
  }
@@ -214346,6 +214388,21 @@ module.exports={
214346
214388
  }
214347
214389
  }
214348
214390
  },
214391
+ "DeleteDBShardGroup": {
214392
+ "input": {
214393
+ "type": "structure",
214394
+ "required": [
214395
+ "DBShardGroupIdentifier"
214396
+ ],
214397
+ "members": {
214398
+ "DBShardGroupIdentifier": {}
214399
+ }
214400
+ },
214401
+ "output": {
214402
+ "shape": "S5a",
214403
+ "resultWrapper": "DeleteDBShardGroupResult"
214404
+ }
214405
+ },
214349
214406
  "DeleteDBSnapshot": {
214350
214407
  "input": {
214351
214408
  "type": "structure",
@@ -214412,7 +214469,7 @@ module.exports={
214412
214469
  "type": "structure",
214413
214470
  "members": {
214414
214471
  "GlobalCluster": {
214415
- "shape": "S5g"
214472
+ "shape": "S5k"
214416
214473
  }
214417
214474
  }
214418
214475
  }
@@ -214428,7 +214485,7 @@ module.exports={
214428
214485
  }
214429
214486
  },
214430
214487
  "output": {
214431
- "shape": "S5s",
214488
+ "shape": "S5w",
214432
214489
  "resultWrapper": "DeleteIntegrationResult"
214433
214490
  }
214434
214491
  },
@@ -214464,7 +214521,7 @@ module.exports={
214464
214521
  "type": "structure",
214465
214522
  "members": {
214466
214523
  "TenantDatabase": {
214467
- "shape": "S62"
214524
+ "shape": "S66"
214468
214525
  }
214469
214526
  }
214470
214527
  }
@@ -214527,7 +214584,7 @@ module.exports={
214527
214584
  "members": {
214528
214585
  "BlueGreenDeploymentIdentifier": {},
214529
214586
  "Filters": {
214530
- "shape": "S7c"
214587
+ "shape": "S7h"
214531
214588
  },
214532
214589
  "Marker": {},
214533
214590
  "MaxRecords": {
@@ -214555,7 +214612,7 @@ module.exports={
214555
214612
  "members": {
214556
214613
  "CertificateIdentifier": {},
214557
214614
  "Filters": {
214558
- "shape": "S7c"
214615
+ "shape": "S7h"
214559
214616
  },
214560
214617
  "MaxRecords": {
214561
214618
  "type": "integer"
@@ -214571,7 +214628,7 @@ module.exports={
214571
214628
  "Certificates": {
214572
214629
  "type": "list",
214573
214630
  "member": {
214574
- "shape": "S7l",
214631
+ "shape": "S7q",
214575
214632
  "locationName": "Certificate"
214576
214633
  }
214577
214634
  },
@@ -214586,7 +214643,7 @@ module.exports={
214586
214643
  "DbClusterResourceId": {},
214587
214644
  "DBClusterIdentifier": {},
214588
214645
  "Filters": {
214589
- "shape": "S7c"
214646
+ "shape": "S7h"
214590
214647
  },
214591
214648
  "MaxRecords": {
214592
214649
  "type": "integer"
@@ -214602,7 +214659,7 @@ module.exports={
214602
214659
  "DBClusterAutomatedBackups": {
214603
214660
  "type": "list",
214604
214661
  "member": {
214605
- "shape": "S6b",
214662
+ "shape": "S6f",
214606
214663
  "locationName": "DBClusterAutomatedBackup"
214607
214664
  }
214608
214665
  }
@@ -214619,7 +214676,7 @@ module.exports={
214619
214676
  "DBClusterIdentifier": {},
214620
214677
  "BacktrackIdentifier": {},
214621
214678
  "Filters": {
214622
- "shape": "S7c"
214679
+ "shape": "S7h"
214623
214680
  },
214624
214681
  "MaxRecords": {
214625
214682
  "type": "integer"
@@ -214649,7 +214706,7 @@ module.exports={
214649
214706
  "DBClusterIdentifier": {},
214650
214707
  "DBClusterEndpointIdentifier": {},
214651
214708
  "Filters": {
214652
- "shape": "S7c"
214709
+ "shape": "S7h"
214653
214710
  },
214654
214711
  "MaxRecords": {
214655
214712
  "type": "integer"
@@ -214665,7 +214722,7 @@ module.exports={
214665
214722
  "DBClusterEndpoints": {
214666
214723
  "type": "list",
214667
214724
  "member": {
214668
- "shape": "S3n",
214725
+ "shape": "S3p",
214669
214726
  "locationName": "DBClusterEndpointList"
214670
214727
  }
214671
214728
  }
@@ -214678,7 +214735,7 @@ module.exports={
214678
214735
  "members": {
214679
214736
  "DBClusterParameterGroupName": {},
214680
214737
  "Filters": {
214681
- "shape": "S7c"
214738
+ "shape": "S7h"
214682
214739
  },
214683
214740
  "MaxRecords": {
214684
214741
  "type": "integer"
@@ -214711,7 +214768,7 @@ module.exports={
214711
214768
  "DBClusterParameterGroupName": {},
214712
214769
  "Source": {},
214713
214770
  "Filters": {
214714
- "shape": "S7c"
214771
+ "shape": "S7h"
214715
214772
  },
214716
214773
  "MaxRecords": {
214717
214774
  "type": "integer"
@@ -214724,7 +214781,7 @@ module.exports={
214724
214781
  "type": "structure",
214725
214782
  "members": {
214726
214783
  "Parameters": {
214727
- "shape": "S80"
214784
+ "shape": "S85"
214728
214785
  },
214729
214786
  "Marker": {}
214730
214787
  }
@@ -214745,7 +214802,7 @@ module.exports={
214745
214802
  "type": "structure",
214746
214803
  "members": {
214747
214804
  "DBClusterSnapshotAttributesResult": {
214748
- "shape": "S85"
214805
+ "shape": "S8a"
214749
214806
  }
214750
214807
  }
214751
214808
  }
@@ -214758,7 +214815,7 @@ module.exports={
214758
214815
  "DBClusterSnapshotIdentifier": {},
214759
214816
  "SnapshotType": {},
214760
214817
  "Filters": {
214761
- "shape": "S7c"
214818
+ "shape": "S7h"
214762
214819
  },
214763
214820
  "MaxRecords": {
214764
214821
  "type": "integer"
@@ -214794,7 +214851,7 @@ module.exports={
214794
214851
  "members": {
214795
214852
  "DBClusterIdentifier": {},
214796
214853
  "Filters": {
214797
- "shape": "S7c"
214854
+ "shape": "S7h"
214798
214855
  },
214799
214856
  "MaxRecords": {
214800
214857
  "type": "integer"
@@ -214828,7 +214885,7 @@ module.exports={
214828
214885
  "EngineVersion": {},
214829
214886
  "DBParameterGroupFamily": {},
214830
214887
  "Filters": {
214831
- "shape": "S7c"
214888
+ "shape": "S7h"
214832
214889
  },
214833
214890
  "MaxRecords": {
214834
214891
  "type": "integer"
@@ -214870,7 +214927,7 @@ module.exports={
214870
214927
  "DbiResourceId": {},
214871
214928
  "DBInstanceIdentifier": {},
214872
214929
  "Filters": {
214873
- "shape": "S7c"
214930
+ "shape": "S7h"
214874
214931
  },
214875
214932
  "MaxRecords": {
214876
214933
  "type": "integer"
@@ -214887,7 +214944,7 @@ module.exports={
214887
214944
  "DBInstanceAutomatedBackups": {
214888
214945
  "type": "list",
214889
214946
  "member": {
214890
- "shape": "S6l",
214947
+ "shape": "S6p",
214891
214948
  "locationName": "DBInstanceAutomatedBackup"
214892
214949
  }
214893
214950
  }
@@ -214900,7 +214957,7 @@ module.exports={
214900
214957
  "members": {
214901
214958
  "DBInstanceIdentifier": {},
214902
214959
  "Filters": {
214903
- "shape": "S7c"
214960
+ "shape": "S7h"
214904
214961
  },
214905
214962
  "MaxRecords": {
214906
214963
  "type": "integer"
@@ -214916,7 +214973,7 @@ module.exports={
214916
214973
  "DBInstances": {
214917
214974
  "type": "list",
214918
214975
  "member": {
214919
- "shape": "S3v",
214976
+ "shape": "S3x",
214920
214977
  "locationName": "DBInstance"
214921
214978
  }
214922
214979
  }
@@ -214939,7 +214996,7 @@ module.exports={
214939
214996
  "type": "long"
214940
214997
  },
214941
214998
  "Filters": {
214942
- "shape": "S7c"
214999
+ "shape": "S7h"
214943
215000
  },
214944
215001
  "MaxRecords": {
214945
215002
  "type": "integer"
@@ -214977,7 +215034,7 @@ module.exports={
214977
215034
  "members": {
214978
215035
  "DBParameterGroupName": {},
214979
215036
  "Filters": {
214980
- "shape": "S7c"
215037
+ "shape": "S7h"
214981
215038
  },
214982
215039
  "MaxRecords": {
214983
215040
  "type": "integer"
@@ -215010,7 +215067,7 @@ module.exports={
215010
215067
  "DBParameterGroupName": {},
215011
215068
  "Source": {},
215012
215069
  "Filters": {
215013
- "shape": "S7c"
215070
+ "shape": "S7h"
215014
215071
  },
215015
215072
  "MaxRecords": {
215016
215073
  "type": "integer"
@@ -215023,7 +215080,7 @@ module.exports={
215023
215080
  "type": "structure",
215024
215081
  "members": {
215025
215082
  "Parameters": {
215026
- "shape": "S80"
215083
+ "shape": "S85"
215027
215084
  },
215028
215085
  "Marker": {}
215029
215086
  }
@@ -215035,7 +215092,7 @@ module.exports={
215035
215092
  "members": {
215036
215093
  "DBProxyName": {},
215037
215094
  "Filters": {
215038
- "shape": "S7c"
215095
+ "shape": "S7h"
215039
215096
  },
215040
215097
  "Marker": {},
215041
215098
  "MaxRecords": {
@@ -215050,7 +215107,7 @@ module.exports={
215050
215107
  "DBProxies": {
215051
215108
  "type": "list",
215052
215109
  "member": {
215053
- "shape": "S4u"
215110
+ "shape": "S4w"
215054
215111
  }
215055
215112
  },
215056
215113
  "Marker": {}
@@ -215064,7 +215121,7 @@ module.exports={
215064
215121
  "DBProxyName": {},
215065
215122
  "DBProxyEndpointName": {},
215066
215123
  "Filters": {
215067
- "shape": "S7c"
215124
+ "shape": "S7h"
215068
215125
  },
215069
215126
  "Marker": {},
215070
215127
  "MaxRecords": {
@@ -215079,7 +215136,7 @@ module.exports={
215079
215136
  "DBProxyEndpoints": {
215080
215137
  "type": "list",
215081
215138
  "member": {
215082
- "shape": "S53"
215139
+ "shape": "S55"
215083
215140
  }
215084
215141
  },
215085
215142
  "Marker": {}
@@ -215096,7 +215153,7 @@ module.exports={
215096
215153
  "DBProxyName": {},
215097
215154
  "TargetGroupName": {},
215098
215155
  "Filters": {
215099
- "shape": "S7c"
215156
+ "shape": "S7h"
215100
215157
  },
215101
215158
  "Marker": {},
215102
215159
  "MaxRecords": {
@@ -215111,7 +215168,7 @@ module.exports={
215111
215168
  "TargetGroups": {
215112
215169
  "type": "list",
215113
215170
  "member": {
215114
- "shape": "S96"
215171
+ "shape": "S9b"
215115
215172
  }
215116
215173
  },
215117
215174
  "Marker": {}
@@ -215128,7 +215185,7 @@ module.exports={
215128
215185
  "DBProxyName": {},
215129
215186
  "TargetGroupName": {},
215130
215187
  "Filters": {
215131
- "shape": "S7c"
215188
+ "shape": "S7h"
215132
215189
  },
215133
215190
  "Marker": {},
215134
215191
  "MaxRecords": {
@@ -215141,7 +215198,7 @@ module.exports={
215141
215198
  "type": "structure",
215142
215199
  "members": {
215143
215200
  "Targets": {
215144
- "shape": "S9a"
215201
+ "shape": "S9f"
215145
215202
  },
215146
215203
  "Marker": {}
215147
215204
  }
@@ -215159,7 +215216,7 @@ module.exports={
215159
215216
  },
215160
215217
  "Locale": {},
215161
215218
  "Filters": {
215162
- "shape": "S7c"
215219
+ "shape": "S7h"
215163
215220
  },
215164
215221
  "MaxRecords": {
215165
215222
  "type": "integer"
@@ -215174,7 +215231,7 @@ module.exports={
215174
215231
  "DBRecommendations": {
215175
215232
  "type": "list",
215176
215233
  "member": {
215177
- "shape": "S9k"
215234
+ "shape": "S9p"
215178
215235
  }
215179
215236
  },
215180
215237
  "Marker": {}
@@ -215187,7 +215244,7 @@ module.exports={
215187
215244
  "members": {
215188
215245
  "DBSecurityGroupName": {},
215189
215246
  "Filters": {
215190
- "shape": "S7c"
215247
+ "shape": "S7h"
215191
215248
  },
215192
215249
  "MaxRecords": {
215193
215250
  "type": "integer"
@@ -215210,6 +215267,35 @@ module.exports={
215210
215267
  }
215211
215268
  }
215212
215269
  },
215270
+ "DescribeDBShardGroups": {
215271
+ "input": {
215272
+ "type": "structure",
215273
+ "members": {
215274
+ "DBShardGroupIdentifier": {},
215275
+ "Filters": {
215276
+ "shape": "S7h"
215277
+ },
215278
+ "Marker": {},
215279
+ "MaxRecords": {
215280
+ "type": "integer"
215281
+ }
215282
+ }
215283
+ },
215284
+ "output": {
215285
+ "resultWrapper": "DescribeDBShardGroupsResult",
215286
+ "type": "structure",
215287
+ "members": {
215288
+ "DBShardGroups": {
215289
+ "type": "list",
215290
+ "member": {
215291
+ "shape": "S5a",
215292
+ "locationName": "DBShardGroup"
215293
+ }
215294
+ },
215295
+ "Marker": {}
215296
+ }
215297
+ }
215298
+ },
215213
215299
  "DescribeDBSnapshotAttributes": {
215214
215300
  "input": {
215215
215301
  "type": "structure",
@@ -215225,7 +215311,7 @@ module.exports={
215225
215311
  "type": "structure",
215226
215312
  "members": {
215227
215313
  "DBSnapshotAttributesResult": {
215228
- "shape": "Saa"
215314
+ "shape": "Sai"
215229
215315
  }
215230
215316
  }
215231
215317
  }
@@ -215238,7 +215324,7 @@ module.exports={
215238
215324
  "DBSnapshotIdentifier": {},
215239
215325
  "SnapshotType": {},
215240
215326
  "Filters": {
215241
- "shape": "S7c"
215327
+ "shape": "S7h"
215242
215328
  },
215243
215329
  "MaxRecords": {
215244
215330
  "type": "integer"
@@ -215290,7 +215376,7 @@ module.exports={
215290
215376
  "DBSnapshotIdentifier": {},
215291
215377
  "SnapshotType": {},
215292
215378
  "Filters": {
215293
- "shape": "S7c"
215379
+ "shape": "S7h"
215294
215380
  },
215295
215381
  "MaxRecords": {
215296
215382
  "type": "integer"
@@ -215326,7 +215412,7 @@ module.exports={
215326
215412
  "members": {
215327
215413
  "DBSubnetGroupName": {},
215328
215414
  "Filters": {
215329
- "shape": "S7c"
215415
+ "shape": "S7h"
215330
215416
  },
215331
215417
  "MaxRecords": {
215332
215418
  "type": "integer"
@@ -215342,7 +215428,7 @@ module.exports={
215342
215428
  "DBSubnetGroups": {
215343
215429
  "type": "list",
215344
215430
  "member": {
215345
- "shape": "S3z",
215431
+ "shape": "S41",
215346
215432
  "locationName": "DBSubnetGroup"
215347
215433
  }
215348
215434
  }
@@ -215358,7 +215444,7 @@ module.exports={
215358
215444
  "members": {
215359
215445
  "DBParameterGroupFamily": {},
215360
215446
  "Filters": {
215361
- "shape": "S7c"
215447
+ "shape": "S7h"
215362
215448
  },
215363
215449
  "MaxRecords": {
215364
215450
  "type": "integer"
@@ -215371,7 +215457,7 @@ module.exports={
215371
215457
  "type": "structure",
215372
215458
  "members": {
215373
215459
  "EngineDefaults": {
215374
- "shape": "Sap"
215460
+ "shape": "Sax"
215375
215461
  }
215376
215462
  }
215377
215463
  }
@@ -215385,7 +215471,7 @@ module.exports={
215385
215471
  "members": {
215386
215472
  "DBParameterGroupFamily": {},
215387
215473
  "Filters": {
215388
- "shape": "S7c"
215474
+ "shape": "S7h"
215389
215475
  },
215390
215476
  "MaxRecords": {
215391
215477
  "type": "integer"
@@ -215398,7 +215484,7 @@ module.exports={
215398
215484
  "type": "structure",
215399
215485
  "members": {
215400
215486
  "EngineDefaults": {
215401
- "shape": "Sap"
215487
+ "shape": "Sax"
215402
215488
  }
215403
215489
  }
215404
215490
  }
@@ -215409,7 +215495,7 @@ module.exports={
215409
215495
  "members": {
215410
215496
  "SourceType": {},
215411
215497
  "Filters": {
215412
- "shape": "S7c"
215498
+ "shape": "S7h"
215413
215499
  }
215414
215500
  }
215415
215501
  },
@@ -215440,7 +215526,7 @@ module.exports={
215440
215526
  "members": {
215441
215527
  "SubscriptionName": {},
215442
215528
  "Filters": {
215443
- "shape": "S7c"
215529
+ "shape": "S7h"
215444
215530
  },
215445
215531
  "MaxRecords": {
215446
215532
  "type": "integer"
@@ -215482,7 +215568,7 @@ module.exports={
215482
215568
  "shape": "S8"
215483
215569
  },
215484
215570
  "Filters": {
215485
- "shape": "S7c"
215571
+ "shape": "S7h"
215486
215572
  },
215487
215573
  "MaxRecords": {
215488
215574
  "type": "integer"
@@ -215524,7 +215610,7 @@ module.exports={
215524
215610
  "ExportTaskIdentifier": {},
215525
215611
  "SourceArn": {},
215526
215612
  "Filters": {
215527
- "shape": "S7c"
215613
+ "shape": "S7h"
215528
215614
  },
215529
215615
  "Marker": {},
215530
215616
  "MaxRecords": {
@@ -215554,7 +215640,7 @@ module.exports={
215554
215640
  "members": {
215555
215641
  "GlobalClusterIdentifier": {},
215556
215642
  "Filters": {
215557
- "shape": "S7c"
215643
+ "shape": "S7h"
215558
215644
  },
215559
215645
  "MaxRecords": {
215560
215646
  "type": "integer"
@@ -215570,7 +215656,7 @@ module.exports={
215570
215656
  "GlobalClusters": {
215571
215657
  "type": "list",
215572
215658
  "member": {
215573
- "shape": "S5g",
215659
+ "shape": "S5k",
215574
215660
  "locationName": "GlobalClusterMember"
215575
215661
  }
215576
215662
  }
@@ -215583,7 +215669,7 @@ module.exports={
215583
215669
  "members": {
215584
215670
  "IntegrationIdentifier": {},
215585
215671
  "Filters": {
215586
- "shape": "S7c"
215672
+ "shape": "S7h"
215587
215673
  },
215588
215674
  "MaxRecords": {
215589
215675
  "type": "integer"
@@ -215599,7 +215685,7 @@ module.exports={
215599
215685
  "Integrations": {
215600
215686
  "type": "list",
215601
215687
  "member": {
215602
- "shape": "S5s",
215688
+ "shape": "S5w",
215603
215689
  "locationName": "Integration"
215604
215690
  }
215605
215691
  }
@@ -215616,7 +215702,7 @@ module.exports={
215616
215702
  "EngineName": {},
215617
215703
  "MajorEngineVersion": {},
215618
215704
  "Filters": {
215619
- "shape": "S7c"
215705
+ "shape": "S7h"
215620
215706
  },
215621
215707
  "MaxRecords": {
215622
215708
  "type": "integer"
@@ -215732,7 +215818,7 @@ module.exports={
215732
215818
  "members": {
215733
215819
  "OptionGroupName": {},
215734
215820
  "Filters": {
215735
- "shape": "S7c"
215821
+ "shape": "S7h"
215736
215822
  },
215737
215823
  "Marker": {},
215738
215824
  "MaxRecords": {
@@ -215773,7 +215859,7 @@ module.exports={
215773
215859
  "type": "boolean"
215774
215860
  },
215775
215861
  "Filters": {
215776
- "shape": "S7c"
215862
+ "shape": "S7h"
215777
215863
  },
215778
215864
  "MaxRecords": {
215779
215865
  "type": "integer"
@@ -215799,7 +215885,7 @@ module.exports={
215799
215885
  "AvailabilityZones": {
215800
215886
  "type": "list",
215801
215887
  "member": {
215802
- "shape": "S42",
215888
+ "shape": "S44",
215803
215889
  "locationName": "AvailabilityZone"
215804
215890
  }
215805
215891
  },
@@ -215847,7 +215933,7 @@ module.exports={
215847
215933
  "type": "double"
215848
215934
  },
215849
215935
  "AvailableProcessorFeatures": {
215850
- "shape": "Sby"
215936
+ "shape": "Sc6"
215851
215937
  },
215852
215938
  "SupportedEngineModes": {
215853
215939
  "shape": "S2m"
@@ -215906,7 +215992,7 @@ module.exports={
215906
215992
  "members": {
215907
215993
  "ResourceIdentifier": {},
215908
215994
  "Filters": {
215909
- "shape": "S7c"
215995
+ "shape": "S7h"
215910
215996
  },
215911
215997
  "Marker": {},
215912
215998
  "MaxRecords": {
@@ -215944,7 +216030,7 @@ module.exports={
215944
216030
  },
215945
216031
  "LeaseId": {},
215946
216032
  "Filters": {
215947
- "shape": "S7c"
216033
+ "shape": "S7h"
215948
216034
  },
215949
216035
  "MaxRecords": {
215950
216036
  "type": "integer"
@@ -215960,7 +216046,7 @@ module.exports={
215960
216046
  "ReservedDBInstances": {
215961
216047
  "type": "list",
215962
216048
  "member": {
215963
- "shape": "Sc7",
216049
+ "shape": "Scf",
215964
216050
  "locationName": "ReservedDBInstance"
215965
216051
  }
215966
216052
  }
@@ -215980,7 +216066,7 @@ module.exports={
215980
216066
  "type": "boolean"
215981
216067
  },
215982
216068
  "Filters": {
215983
- "shape": "S7c"
216069
+ "shape": "S7h"
215984
216070
  },
215985
216071
  "MaxRecords": {
215986
216072
  "type": "integer"
@@ -216017,7 +216103,7 @@ module.exports={
216017
216103
  "type": "boolean"
216018
216104
  },
216019
216105
  "RecurringCharges": {
216020
- "shape": "Sc8"
216106
+ "shape": "Scg"
216021
216107
  }
216022
216108
  },
216023
216109
  "wrapper": true
@@ -216036,7 +216122,7 @@ module.exports={
216036
216122
  },
216037
216123
  "Marker": {},
216038
216124
  "Filters": {
216039
- "shape": "S7c"
216125
+ "shape": "S7h"
216040
216126
  }
216041
216127
  }
216042
216128
  },
@@ -216070,7 +216156,7 @@ module.exports={
216070
216156
  "DBInstanceIdentifier": {},
216071
216157
  "TenantDBName": {},
216072
216158
  "Filters": {
216073
- "shape": "S7c"
216159
+ "shape": "S7h"
216074
216160
  },
216075
216161
  "Marker": {},
216076
216162
  "MaxRecords": {
@@ -216086,7 +216172,7 @@ module.exports={
216086
216172
  "TenantDatabases": {
216087
216173
  "type": "list",
216088
216174
  "member": {
216089
- "shape": "S62",
216175
+ "shape": "S66",
216090
216176
  "locationName": "TenantDatabase"
216091
216177
  }
216092
216178
  }
@@ -216118,28 +216204,28 @@ module.exports={
216118
216204
  "members": {
216119
216205
  "StorageType": {},
216120
216206
  "StorageSize": {
216121
- "shape": "Scq"
216207
+ "shape": "Scy"
216122
216208
  },
216123
216209
  "ProvisionedIops": {
216124
- "shape": "Scq"
216210
+ "shape": "Scy"
216125
216211
  },
216126
216212
  "IopsToStorageRatio": {
216127
- "shape": "Scs"
216213
+ "shape": "Sd0"
216128
216214
  },
216129
216215
  "SupportsStorageAutoscaling": {
216130
216216
  "type": "boolean"
216131
216217
  },
216132
216218
  "ProvisionedStorageThroughput": {
216133
- "shape": "Scq"
216219
+ "shape": "Scy"
216134
216220
  },
216135
216221
  "StorageThroughputToIopsRatio": {
216136
- "shape": "Scs"
216222
+ "shape": "Sd0"
216137
216223
  }
216138
216224
  }
216139
216225
  }
216140
216226
  },
216141
216227
  "ValidProcessorFeatures": {
216142
- "shape": "Sby"
216228
+ "shape": "Sc6"
216143
216229
  },
216144
216230
  "SupportsDedicatedLogVolume": {
216145
216231
  "type": "boolean"
@@ -216264,7 +216350,7 @@ module.exports={
216264
216350
  "type": "structure",
216265
216351
  "members": {
216266
216352
  "GlobalCluster": {
216267
- "shape": "S5g"
216353
+ "shape": "S5k"
216268
216354
  }
216269
216355
  }
216270
216356
  }
@@ -216278,7 +216364,7 @@ module.exports={
216278
216364
  "members": {
216279
216365
  "ResourceName": {},
216280
216366
  "Filters": {
216281
- "shape": "S7c"
216367
+ "shape": "S7h"
216282
216368
  }
216283
216369
  }
216284
216370
  },
@@ -216330,7 +216416,7 @@ module.exports={
216330
216416
  "type": "structure",
216331
216417
  "members": {
216332
216418
  "Certificate": {
216333
- "shape": "S7l"
216419
+ "shape": "S7q"
216334
216420
  }
216335
216421
  }
216336
216422
  }
@@ -216422,7 +216508,7 @@ module.exports={
216422
216508
  "type": "long"
216423
216509
  },
216424
216510
  "CloudwatchLogsExportConfiguration": {
216425
- "shape": "Sdi"
216511
+ "shape": "Sdq"
216426
216512
  },
216427
216513
  "EngineVersion": {},
216428
216514
  "AllowMajorVersionUpgrade": {
@@ -216486,7 +216572,10 @@ module.exports={
216486
216572
  "EnableLocalWriteForwarding": {
216487
216573
  "type": "boolean"
216488
216574
  },
216489
- "AwsBackupRecoveryPointArn": {}
216575
+ "AwsBackupRecoveryPointArn": {},
216576
+ "EnableLimitlessDatabase": {
216577
+ "type": "boolean"
216578
+ }
216490
216579
  }
216491
216580
  },
216492
216581
  "output": {
@@ -216517,7 +216606,7 @@ module.exports={
216517
216606
  }
216518
216607
  },
216519
216608
  "output": {
216520
- "shape": "S3n",
216609
+ "shape": "S3p",
216521
216610
  "resultWrapper": "ModifyDBClusterEndpointResult"
216522
216611
  }
216523
216612
  },
@@ -216531,12 +216620,12 @@ module.exports={
216531
216620
  "members": {
216532
216621
  "DBClusterParameterGroupName": {},
216533
216622
  "Parameters": {
216534
- "shape": "S80"
216623
+ "shape": "S85"
216535
216624
  }
216536
216625
  }
216537
216626
  },
216538
216627
  "output": {
216539
- "shape": "Sdn",
216628
+ "shape": "Sdv",
216540
216629
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
216541
216630
  }
216542
216631
  },
@@ -216551,10 +216640,10 @@ module.exports={
216551
216640
  "DBClusterSnapshotIdentifier": {},
216552
216641
  "AttributeName": {},
216553
216642
  "ValuesToAdd": {
216554
- "shape": "S88"
216643
+ "shape": "S8d"
216555
216644
  },
216556
216645
  "ValuesToRemove": {
216557
- "shape": "S88"
216646
+ "shape": "S8d"
216558
216647
  }
216559
216648
  }
216560
216649
  },
@@ -216563,7 +216652,7 @@ module.exports={
216563
216652
  "type": "structure",
216564
216653
  "members": {
216565
216654
  "DBClusterSnapshotAttributesResult": {
216566
- "shape": "S85"
216655
+ "shape": "S8a"
216567
216656
  }
216568
216657
  }
216569
216658
  }
@@ -216582,7 +216671,7 @@ module.exports={
216582
216671
  "DBInstanceClass": {},
216583
216672
  "DBSubnetGroupName": {},
216584
216673
  "DBSecurityGroups": {
216585
- "shape": "S3t"
216674
+ "shape": "S3v"
216586
216675
  },
216587
216676
  "VpcSecurityGroupIds": {
216588
216677
  "shape": "S2t"
@@ -216655,7 +216744,7 @@ module.exports={
216655
216744
  "type": "integer"
216656
216745
  },
216657
216746
  "CloudwatchLogsExportConfiguration": {
216658
- "shape": "Sdi"
216747
+ "shape": "Sdq"
216659
216748
  },
216660
216749
  "ProcessorFeatures": {
216661
216750
  "shape": "S1c"
@@ -216706,7 +216795,7 @@ module.exports={
216706
216795
  "type": "structure",
216707
216796
  "members": {
216708
216797
  "DBInstance": {
216709
- "shape": "S3v"
216798
+ "shape": "S3x"
216710
216799
  }
216711
216800
  }
216712
216801
  }
@@ -216721,12 +216810,12 @@ module.exports={
216721
216810
  "members": {
216722
216811
  "DBParameterGroupName": {},
216723
216812
  "Parameters": {
216724
- "shape": "S80"
216813
+ "shape": "S85"
216725
216814
  }
216726
216815
  }
216727
216816
  },
216728
216817
  "output": {
216729
- "shape": "Sdt",
216818
+ "shape": "Se1",
216730
216819
  "resultWrapper": "ModifyDBParameterGroupResult"
216731
216820
  }
216732
216821
  },
@@ -216740,7 +216829,7 @@ module.exports={
216740
216829
  "DBProxyName": {},
216741
216830
  "NewDBProxyName": {},
216742
216831
  "Auth": {
216743
- "shape": "S4o"
216832
+ "shape": "S4q"
216744
216833
  },
216745
216834
  "RequireTLS": {
216746
216835
  "type": "boolean"
@@ -216762,7 +216851,7 @@ module.exports={
216762
216851
  "type": "structure",
216763
216852
  "members": {
216764
216853
  "DBProxy": {
216765
- "shape": "S4u"
216854
+ "shape": "S4w"
216766
216855
  }
216767
216856
  }
216768
216857
  }
@@ -216786,7 +216875,7 @@ module.exports={
216786
216875
  "type": "structure",
216787
216876
  "members": {
216788
216877
  "DBProxyEndpoint": {
216789
- "shape": "S53"
216878
+ "shape": "S55"
216790
216879
  }
216791
216880
  }
216792
216881
  }
@@ -216827,7 +216916,7 @@ module.exports={
216827
216916
  "type": "structure",
216828
216917
  "members": {
216829
216918
  "DBProxyTargetGroup": {
216830
- "shape": "S96"
216919
+ "shape": "S9b"
216831
216920
  }
216832
216921
  }
216833
216922
  }
@@ -216863,11 +216952,29 @@ module.exports={
216863
216952
  "type": "structure",
216864
216953
  "members": {
216865
216954
  "DBRecommendation": {
216866
- "shape": "S9k"
216955
+ "shape": "S9p"
216867
216956
  }
216868
216957
  }
216869
216958
  }
216870
216959
  },
216960
+ "ModifyDBShardGroup": {
216961
+ "input": {
216962
+ "type": "structure",
216963
+ "required": [
216964
+ "DBShardGroupIdentifier"
216965
+ ],
216966
+ "members": {
216967
+ "DBShardGroupIdentifier": {},
216968
+ "MaxACU": {
216969
+ "type": "double"
216970
+ }
216971
+ }
216972
+ },
216973
+ "output": {
216974
+ "shape": "S5a",
216975
+ "resultWrapper": "ModifyDBShardGroupResult"
216976
+ }
216977
+ },
216871
216978
  "ModifyDBSnapshot": {
216872
216979
  "input": {
216873
216980
  "type": "structure",
@@ -216901,10 +217008,10 @@ module.exports={
216901
217008
  "DBSnapshotIdentifier": {},
216902
217009
  "AttributeName": {},
216903
217010
  "ValuesToAdd": {
216904
- "shape": "S88"
217011
+ "shape": "S8d"
216905
217012
  },
216906
217013
  "ValuesToRemove": {
216907
- "shape": "S88"
217014
+ "shape": "S8d"
216908
217015
  }
216909
217016
  }
216910
217017
  },
@@ -216913,7 +217020,7 @@ module.exports={
216913
217020
  "type": "structure",
216914
217021
  "members": {
216915
217022
  "DBSnapshotAttributesResult": {
216916
- "shape": "Saa"
217023
+ "shape": "Sai"
216917
217024
  }
216918
217025
  }
216919
217026
  }
@@ -216929,7 +217036,7 @@ module.exports={
216929
217036
  "DBSubnetGroupName": {},
216930
217037
  "DBSubnetGroupDescription": {},
216931
217038
  "SubnetIds": {
216932
- "shape": "S5a"
217039
+ "shape": "S5e"
216933
217040
  }
216934
217041
  }
216935
217042
  },
@@ -216938,7 +217045,7 @@ module.exports={
216938
217045
  "type": "structure",
216939
217046
  "members": {
216940
217047
  "DBSubnetGroup": {
216941
- "shape": "S3z"
217048
+ "shape": "S41"
216942
217049
  }
216943
217050
  }
216944
217051
  }
@@ -216991,7 +217098,7 @@ module.exports={
216991
217098
  "type": "structure",
216992
217099
  "members": {
216993
217100
  "GlobalCluster": {
216994
- "shape": "S5g"
217101
+ "shape": "S5k"
216995
217102
  }
216996
217103
  }
216997
217104
  }
@@ -217019,7 +217126,7 @@ module.exports={
217019
217126
  },
217020
217127
  "OptionVersion": {},
217021
217128
  "DBSecurityGroupMemberships": {
217022
- "shape": "S3t"
217129
+ "shape": "S3v"
217023
217130
  },
217024
217131
  "VpcSecurityGroupMemberships": {
217025
217132
  "shape": "S2t"
@@ -217064,7 +217171,7 @@ module.exports={
217064
217171
  "DBInstanceIdentifier": {},
217065
217172
  "TenantDBName": {},
217066
217173
  "MasterUserPassword": {
217067
- "shape": "S60"
217174
+ "shape": "S64"
217068
217175
  },
217069
217176
  "NewTenantDBName": {}
217070
217177
  }
@@ -217074,7 +217181,7 @@ module.exports={
217074
217181
  "type": "structure",
217075
217182
  "members": {
217076
217183
  "TenantDatabase": {
217077
- "shape": "S62"
217184
+ "shape": "S66"
217078
217185
  }
217079
217186
  }
217080
217187
  }
@@ -217098,7 +217205,7 @@ module.exports={
217098
217205
  "type": "structure",
217099
217206
  "members": {
217100
217207
  "DBInstance": {
217101
- "shape": "S3v"
217208
+ "shape": "S3x"
217102
217209
  }
217103
217210
  }
217104
217211
  }
@@ -217145,7 +217252,7 @@ module.exports={
217145
217252
  "type": "structure",
217146
217253
  "members": {
217147
217254
  "ReservedDBInstance": {
217148
- "shape": "Sc7"
217255
+ "shape": "Scf"
217149
217256
  }
217150
217257
  }
217151
217258
  }
@@ -217188,11 +217295,26 @@ module.exports={
217188
217295
  "type": "structure",
217189
217296
  "members": {
217190
217297
  "DBInstance": {
217191
- "shape": "S3v"
217298
+ "shape": "S3x"
217192
217299
  }
217193
217300
  }
217194
217301
  }
217195
217302
  },
217303
+ "RebootDBShardGroup": {
217304
+ "input": {
217305
+ "type": "structure",
217306
+ "required": [
217307
+ "DBShardGroupIdentifier"
217308
+ ],
217309
+ "members": {
217310
+ "DBShardGroupIdentifier": {}
217311
+ }
217312
+ },
217313
+ "output": {
217314
+ "shape": "S5a",
217315
+ "resultWrapper": "RebootDBShardGroupResult"
217316
+ }
217317
+ },
217196
217318
  "RegisterDBProxyTargets": {
217197
217319
  "input": {
217198
217320
  "type": "structure",
@@ -217215,7 +217337,7 @@ module.exports={
217215
217337
  "type": "structure",
217216
217338
  "members": {
217217
217339
  "DBProxyTargets": {
217218
- "shape": "S9a"
217340
+ "shape": "S9f"
217219
217341
  }
217220
217342
  }
217221
217343
  }
@@ -217233,7 +217355,7 @@ module.exports={
217233
217355
  "type": "structure",
217234
217356
  "members": {
217235
217357
  "GlobalCluster": {
217236
- "shape": "S5g"
217358
+ "shape": "S5k"
217237
217359
  }
217238
217360
  }
217239
217361
  }
@@ -217317,12 +217439,12 @@ module.exports={
217317
217439
  "type": "boolean"
217318
217440
  },
217319
217441
  "Parameters": {
217320
- "shape": "S80"
217442
+ "shape": "S85"
217321
217443
  }
217322
217444
  }
217323
217445
  },
217324
217446
  "output": {
217325
- "shape": "Sdn",
217447
+ "shape": "Sdv",
217326
217448
  "resultWrapper": "ResetDBClusterParameterGroupResult"
217327
217449
  }
217328
217450
  },
@@ -217338,12 +217460,12 @@ module.exports={
217338
217460
  "type": "boolean"
217339
217461
  },
217340
217462
  "Parameters": {
217341
- "shape": "S80"
217463
+ "shape": "S85"
217342
217464
  }
217343
217465
  }
217344
217466
  },
217345
217467
  "output": {
217346
- "shape": "Sdt",
217468
+ "shape": "Se1",
217347
217469
  "resultWrapper": "ResetDBParameterGroupResult"
217348
217470
  }
217349
217471
  },
@@ -217680,7 +217802,7 @@ module.exports={
217680
217802
  "type": "structure",
217681
217803
  "members": {
217682
217804
  "DBInstance": {
217683
- "shape": "S3v"
217805
+ "shape": "S3x"
217684
217806
  }
217685
217807
  }
217686
217808
  }
@@ -217708,7 +217830,7 @@ module.exports={
217708
217830
  "MasterUsername": {},
217709
217831
  "MasterUserPassword": {},
217710
217832
  "DBSecurityGroups": {
217711
- "shape": "S3t"
217833
+ "shape": "S3v"
217712
217834
  },
217713
217835
  "VpcSecurityGroupIds": {
217714
217836
  "shape": "S2t"
@@ -217802,7 +217924,7 @@ module.exports={
217802
217924
  "type": "structure",
217803
217925
  "members": {
217804
217926
  "DBInstance": {
217805
- "shape": "S3v"
217927
+ "shape": "S3x"
217806
217928
  }
217807
217929
  }
217808
217930
  }
@@ -217907,7 +218029,7 @@ module.exports={
217907
218029
  "type": "structure",
217908
218030
  "members": {
217909
218031
  "DBInstance": {
217910
- "shape": "S3v"
218032
+ "shape": "S3x"
217911
218033
  }
217912
218034
  }
217913
218035
  }
@@ -218008,7 +218130,7 @@ module.exports={
218008
218130
  "type": "structure",
218009
218131
  "members": {
218010
218132
  "DBInstance": {
218011
- "shape": "S3v"
218133
+ "shape": "S3x"
218012
218134
  }
218013
218135
  }
218014
218136
  }
@@ -218033,7 +218155,7 @@ module.exports={
218033
218155
  "type": "structure",
218034
218156
  "members": {
218035
218157
  "DBInstanceAutomatedBackup": {
218036
- "shape": "S6l"
218158
+ "shape": "S6p"
218037
218159
  }
218038
218160
  }
218039
218161
  }
@@ -218124,7 +218246,7 @@ module.exports={
218124
218246
  "type": "structure",
218125
218247
  "members": {
218126
218248
  "DBInstance": {
218127
- "shape": "S3v"
218249
+ "shape": "S3x"
218128
218250
  }
218129
218251
  }
218130
218252
  }
@@ -218144,7 +218266,7 @@ module.exports={
218144
218266
  "type": "structure",
218145
218267
  "members": {
218146
218268
  "DBInstanceAutomatedBackup": {
218147
- "shape": "S6l"
218269
+ "shape": "S6p"
218148
218270
  }
218149
218271
  }
218150
218272
  }
@@ -218189,7 +218311,7 @@ module.exports={
218189
218311
  "type": "structure",
218190
218312
  "members": {
218191
218313
  "GlobalCluster": {
218192
- "shape": "S5g"
218314
+ "shape": "S5k"
218193
218315
  }
218194
218316
  }
218195
218317
  }
@@ -218209,7 +218331,7 @@ module.exports={
218209
218331
  "type": "structure",
218210
218332
  "members": {
218211
218333
  "DBInstance": {
218212
- "shape": "S3v"
218334
+ "shape": "S3x"
218213
218335
  }
218214
218336
  }
218215
218337
  }
@@ -219122,7 +219244,16 @@ module.exports={
219122
219244
  "type": "timestamp"
219123
219245
  },
219124
219246
  "LocalWriteForwardingStatus": {},
219125
- "AwsBackupRecoveryPointArn": {}
219247
+ "AwsBackupRecoveryPointArn": {},
219248
+ "LimitlessDatabase": {
219249
+ "type": "structure",
219250
+ "members": {
219251
+ "Status": {},
219252
+ "MinRequiredACU": {
219253
+ "type": "double"
219254
+ }
219255
+ }
219256
+ }
219126
219257
  },
219127
219258
  "wrapper": true
219128
219259
  },
@@ -219163,7 +219294,7 @@ module.exports={
219163
219294
  "KmsKeyId": {}
219164
219295
  }
219165
219296
  },
219166
- "S3n": {
219297
+ "S3p": {
219167
219298
  "type": "structure",
219168
219299
  "members": {
219169
219300
  "DBClusterEndpointIdentifier": {},
@@ -219182,13 +219313,13 @@ module.exports={
219182
219313
  "DBClusterEndpointArn": {}
219183
219314
  }
219184
219315
  },
219185
- "S3t": {
219316
+ "S3v": {
219186
219317
  "type": "list",
219187
219318
  "member": {
219188
219319
  "locationName": "DBSecurityGroupName"
219189
219320
  }
219190
219321
  },
219191
- "S3v": {
219322
+ "S3x": {
219192
219323
  "type": "structure",
219193
219324
  "members": {
219194
219325
  "DBInstanceIdentifier": {},
@@ -219201,7 +219332,7 @@ module.exports={
219201
219332
  "MasterUsername": {},
219202
219333
  "DBName": {},
219203
219334
  "Endpoint": {
219204
- "shape": "S3w"
219335
+ "shape": "S3y"
219205
219336
  },
219206
219337
  "AllocatedStorage": {
219207
219338
  "type": "integer"
@@ -219232,7 +219363,7 @@ module.exports={
219232
219363
  },
219233
219364
  "AvailabilityZone": {},
219234
219365
  "DBSubnetGroup": {
219235
- "shape": "S3z"
219366
+ "shape": "S41"
219236
219367
  },
219237
219368
  "PreferredMaintenanceWindow": {},
219238
219369
  "PendingModifiedValues": {
@@ -219406,7 +219537,7 @@ module.exports={
219406
219537
  }
219407
219538
  },
219408
219539
  "ListenerEndpoint": {
219409
- "shape": "S3w"
219540
+ "shape": "S3y"
219410
219541
  },
219411
219542
  "MaxAllocatedStorage": {
219412
219543
  "type": "integer"
@@ -219415,7 +219546,7 @@ module.exports={
219415
219546
  "shape": "Sb"
219416
219547
  },
219417
219548
  "DBInstanceAutomatedBackupsReplications": {
219418
- "shape": "S4e"
219549
+ "shape": "S4g"
219419
219550
  },
219420
219551
  "CustomerOwnedIpEnabled": {
219421
219552
  "type": "boolean"
@@ -219466,7 +219597,7 @@ module.exports={
219466
219597
  },
219467
219598
  "wrapper": true
219468
219599
  },
219469
- "S3w": {
219600
+ "S3y": {
219470
219601
  "type": "structure",
219471
219602
  "members": {
219472
219603
  "Address": {},
@@ -219476,7 +219607,7 @@ module.exports={
219476
219607
  "HostedZoneId": {}
219477
219608
  }
219478
219609
  },
219479
- "S3z": {
219610
+ "S41": {
219480
219611
  "type": "structure",
219481
219612
  "members": {
219482
219613
  "DBSubnetGroupName": {},
@@ -219491,7 +219622,7 @@ module.exports={
219491
219622
  "members": {
219492
219623
  "SubnetIdentifier": {},
219493
219624
  "SubnetAvailabilityZone": {
219494
- "shape": "S42"
219625
+ "shape": "S44"
219495
219626
  },
219496
219627
  "SubnetOutpost": {
219497
219628
  "type": "structure",
@@ -219510,14 +219641,14 @@ module.exports={
219510
219641
  },
219511
219642
  "wrapper": true
219512
219643
  },
219513
- "S42": {
219644
+ "S44": {
219514
219645
  "type": "structure",
219515
219646
  "members": {
219516
219647
  "Name": {}
219517
219648
  },
219518
219649
  "wrapper": true
219519
219650
  },
219520
- "S4e": {
219651
+ "S4g": {
219521
219652
  "type": "list",
219522
219653
  "member": {
219523
219654
  "locationName": "DBInstanceAutomatedBackupsReplication",
@@ -219527,7 +219658,7 @@ module.exports={
219527
219658
  }
219528
219659
  }
219529
219660
  },
219530
- "S4o": {
219661
+ "S4q": {
219531
219662
  "type": "list",
219532
219663
  "member": {
219533
219664
  "type": "structure",
@@ -219541,7 +219672,7 @@ module.exports={
219541
219672
  }
219542
219673
  }
219543
219674
  },
219544
- "S4u": {
219675
+ "S4w": {
219545
219676
  "type": "structure",
219546
219677
  "members": {
219547
219678
  "DBProxyName": {},
@@ -219588,7 +219719,7 @@ module.exports={
219588
219719
  }
219589
219720
  }
219590
219721
  },
219591
- "S53": {
219722
+ "S55": {
219592
219723
  "type": "structure",
219593
219724
  "members": {
219594
219725
  "DBProxyEndpointName": {},
@@ -219613,12 +219744,31 @@ module.exports={
219613
219744
  }
219614
219745
  },
219615
219746
  "S5a": {
219747
+ "type": "structure",
219748
+ "members": {
219749
+ "DBShardGroupResourceId": {},
219750
+ "DBShardGroupIdentifier": {},
219751
+ "DBClusterIdentifier": {},
219752
+ "MaxACU": {
219753
+ "type": "double"
219754
+ },
219755
+ "ComputeRedundancy": {
219756
+ "type": "integer"
219757
+ },
219758
+ "Status": {},
219759
+ "PubliclyAccessible": {
219760
+ "type": "boolean"
219761
+ },
219762
+ "Endpoint": {}
219763
+ }
219764
+ },
219765
+ "S5e": {
219616
219766
  "type": "list",
219617
219767
  "member": {
219618
219768
  "locationName": "SubnetIdentifier"
219619
219769
  }
219620
219770
  },
219621
- "S5g": {
219771
+ "S5k": {
219622
219772
  "type": "structure",
219623
219773
  "members": {
219624
219774
  "GlobalClusterIdentifier": {},
@@ -219669,12 +219819,12 @@ module.exports={
219669
219819
  },
219670
219820
  "wrapper": true
219671
219821
  },
219672
- "S5r": {
219822
+ "S5v": {
219673
219823
  "type": "map",
219674
219824
  "key": {},
219675
219825
  "value": {}
219676
219826
  },
219677
- "S5s": {
219827
+ "S5w": {
219678
219828
  "type": "structure",
219679
219829
  "members": {
219680
219830
  "SourceArn": {},
@@ -219683,7 +219833,7 @@ module.exports={
219683
219833
  "IntegrationArn": {},
219684
219834
  "KMSKeyId": {},
219685
219835
  "AdditionalEncryptionContext": {
219686
- "shape": "S5r"
219836
+ "shape": "S5v"
219687
219837
  },
219688
219838
  "Status": {},
219689
219839
  "Tags": {
@@ -219708,11 +219858,11 @@ module.exports={
219708
219858
  }
219709
219859
  }
219710
219860
  },
219711
- "S60": {
219861
+ "S64": {
219712
219862
  "type": "string",
219713
219863
  "sensitive": true
219714
219864
  },
219715
- "S62": {
219865
+ "S66": {
219716
219866
  "type": "structure",
219717
219867
  "members": {
219718
219868
  "TenantDatabaseCreateTime": {
@@ -219734,7 +219884,7 @@ module.exports={
219734
219884
  "type": "structure",
219735
219885
  "members": {
219736
219886
  "MasterUserPassword": {
219737
- "shape": "S60"
219887
+ "shape": "S64"
219738
219888
  },
219739
219889
  "TenantDBName": {}
219740
219890
  }
@@ -219745,7 +219895,7 @@ module.exports={
219745
219895
  },
219746
219896
  "wrapper": true
219747
219897
  },
219748
- "S6b": {
219898
+ "S6f": {
219749
219899
  "type": "structure",
219750
219900
  "members": {
219751
219901
  "Engine": {},
@@ -219753,7 +219903,7 @@ module.exports={
219753
219903
  "DBClusterAutomatedBackupsArn": {},
219754
219904
  "DBClusterIdentifier": {},
219755
219905
  "RestoreWindow": {
219756
- "shape": "S6c"
219906
+ "shape": "S6g"
219757
219907
  },
219758
219908
  "MasterUsername": {},
219759
219909
  "DbClusterResourceId": {},
@@ -219793,7 +219943,7 @@ module.exports={
219793
219943
  },
219794
219944
  "wrapper": true
219795
219945
  },
219796
- "S6c": {
219946
+ "S6g": {
219797
219947
  "type": "structure",
219798
219948
  "members": {
219799
219949
  "EarliestTime": {
@@ -219804,7 +219954,7 @@ module.exports={
219804
219954
  }
219805
219955
  }
219806
219956
  },
219807
- "S6l": {
219957
+ "S6p": {
219808
219958
  "type": "structure",
219809
219959
  "members": {
219810
219960
  "DBInstanceArn": {},
@@ -219812,7 +219962,7 @@ module.exports={
219812
219962
  "Region": {},
219813
219963
  "DBInstanceIdentifier": {},
219814
219964
  "RestoreWindow": {
219815
- "shape": "S6c"
219965
+ "shape": "S6g"
219816
219966
  },
219817
219967
  "AllocatedStorage": {
219818
219968
  "type": "integer"
@@ -219849,7 +219999,7 @@ module.exports={
219849
219999
  },
219850
220000
  "DBInstanceAutomatedBackupsArn": {},
219851
220001
  "DBInstanceAutomatedBackupsReplications": {
219852
- "shape": "S4e"
220002
+ "shape": "S4g"
219853
220003
  },
219854
220004
  "BackupTarget": {},
219855
220005
  "StorageThroughput": {
@@ -219865,7 +220015,7 @@ module.exports={
219865
220015
  },
219866
220016
  "wrapper": true
219867
220017
  },
219868
- "S7c": {
220018
+ "S7h": {
219869
220019
  "type": "list",
219870
220020
  "member": {
219871
220021
  "locationName": "Filter",
@@ -219885,7 +220035,7 @@ module.exports={
219885
220035
  }
219886
220036
  }
219887
220037
  },
219888
- "S7l": {
220038
+ "S7q": {
219889
220039
  "type": "structure",
219890
220040
  "members": {
219891
220041
  "CertificateIdentifier": {},
@@ -219907,7 +220057,7 @@ module.exports={
219907
220057
  },
219908
220058
  "wrapper": true
219909
220059
  },
219910
- "S80": {
220060
+ "S85": {
219911
220061
  "type": "list",
219912
220062
  "member": {
219913
220063
  "locationName": "Parameter",
@@ -219931,7 +220081,7 @@ module.exports={
219931
220081
  }
219932
220082
  }
219933
220083
  },
219934
- "S85": {
220084
+ "S8a": {
219935
220085
  "type": "structure",
219936
220086
  "members": {
219937
220087
  "DBClusterSnapshotIdentifier": {},
@@ -219943,7 +220093,7 @@ module.exports={
219943
220093
  "members": {
219944
220094
  "AttributeName": {},
219945
220095
  "AttributeValues": {
219946
- "shape": "S88"
220096
+ "shape": "S8d"
219947
220097
  }
219948
220098
  }
219949
220099
  }
@@ -219951,13 +220101,13 @@ module.exports={
219951
220101
  },
219952
220102
  "wrapper": true
219953
220103
  },
219954
- "S88": {
220104
+ "S8d": {
219955
220105
  "type": "list",
219956
220106
  "member": {
219957
220107
  "locationName": "AttributeValue"
219958
220108
  }
219959
220109
  },
219960
- "S96": {
220110
+ "S9b": {
219961
220111
  "type": "structure",
219962
220112
  "members": {
219963
220113
  "DBProxyName": {},
@@ -219993,7 +220143,7 @@ module.exports={
219993
220143
  }
219994
220144
  }
219995
220145
  },
219996
- "S9a": {
220146
+ "S9f": {
219997
220147
  "type": "list",
219998
220148
  "member": {
219999
220149
  "type": "structure",
@@ -220018,7 +220168,7 @@ module.exports={
220018
220168
  }
220019
220169
  }
220020
220170
  },
220021
- "S9k": {
220171
+ "S9p": {
220022
220172
  "type": "structure",
220023
220173
  "members": {
220024
220174
  "RecommendationId": {},
@@ -220060,7 +220210,7 @@ module.exports={
220060
220210
  },
220061
220211
  "Status": {},
220062
220212
  "IssueDetails": {
220063
- "shape": "S9p"
220213
+ "shape": "S9u"
220064
220214
  },
220065
220215
  "ContextAttributes": {
220066
220216
  "type": "list",
@@ -220092,11 +220242,11 @@ module.exports={
220092
220242
  }
220093
220243
  },
220094
220244
  "IssueDetails": {
220095
- "shape": "S9p"
220245
+ "shape": "S9u"
220096
220246
  }
220097
220247
  }
220098
220248
  },
220099
- "S9p": {
220249
+ "S9u": {
220100
220250
  "type": "structure",
220101
220251
  "members": {
220102
220252
  "PerformanceIssueDetails": {
@@ -220168,7 +220318,7 @@ module.exports={
220168
220318
  }
220169
220319
  }
220170
220320
  },
220171
- "Saa": {
220321
+ "Sai": {
220172
220322
  "type": "structure",
220173
220323
  "members": {
220174
220324
  "DBSnapshotIdentifier": {},
@@ -220180,7 +220330,7 @@ module.exports={
220180
220330
  "members": {
220181
220331
  "AttributeName": {},
220182
220332
  "AttributeValues": {
220183
- "shape": "S88"
220333
+ "shape": "S8d"
220184
220334
  }
220185
220335
  },
220186
220336
  "wrapper": true
@@ -220189,18 +220339,18 @@ module.exports={
220189
220339
  },
220190
220340
  "wrapper": true
220191
220341
  },
220192
- "Sap": {
220342
+ "Sax": {
220193
220343
  "type": "structure",
220194
220344
  "members": {
220195
220345
  "DBParameterGroupFamily": {},
220196
220346
  "Marker": {},
220197
220347
  "Parameters": {
220198
- "shape": "S80"
220348
+ "shape": "S85"
220199
220349
  }
220200
220350
  },
220201
220351
  "wrapper": true
220202
220352
  },
220203
- "Sby": {
220353
+ "Sc6": {
220204
220354
  "type": "list",
220205
220355
  "member": {
220206
220356
  "locationName": "AvailableProcessorFeature",
@@ -220212,7 +220362,7 @@ module.exports={
220212
220362
  }
220213
220363
  }
220214
220364
  },
220215
- "Sc7": {
220365
+ "Scf": {
220216
220366
  "type": "structure",
220217
220367
  "members": {
220218
220368
  "ReservedDBInstanceId": {},
@@ -220241,14 +220391,14 @@ module.exports={
220241
220391
  },
220242
220392
  "State": {},
220243
220393
  "RecurringCharges": {
220244
- "shape": "Sc8"
220394
+ "shape": "Scg"
220245
220395
  },
220246
220396
  "ReservedDBInstanceArn": {},
220247
220397
  "LeaseId": {}
220248
220398
  },
220249
220399
  "wrapper": true
220250
220400
  },
220251
- "Sc8": {
220401
+ "Scg": {
220252
220402
  "type": "list",
220253
220403
  "member": {
220254
220404
  "locationName": "RecurringCharge",
@@ -220262,7 +220412,7 @@ module.exports={
220262
220412
  "wrapper": true
220263
220413
  }
220264
220414
  },
220265
- "Scq": {
220415
+ "Scy": {
220266
220416
  "type": "list",
220267
220417
  "member": {
220268
220418
  "locationName": "Range",
@@ -220280,7 +220430,7 @@ module.exports={
220280
220430
  }
220281
220431
  }
220282
220432
  },
220283
- "Scs": {
220433
+ "Sd0": {
220284
220434
  "type": "list",
220285
220435
  "member": {
220286
220436
  "locationName": "DoubleRange",
@@ -220295,7 +220445,7 @@ module.exports={
220295
220445
  }
220296
220446
  }
220297
220447
  },
220298
- "Sdi": {
220448
+ "Sdq": {
220299
220449
  "type": "structure",
220300
220450
  "members": {
220301
220451
  "EnableLogTypes": {
@@ -220306,13 +220456,13 @@ module.exports={
220306
220456
  }
220307
220457
  }
220308
220458
  },
220309
- "Sdn": {
220459
+ "Sdv": {
220310
220460
  "type": "structure",
220311
220461
  "members": {
220312
220462
  "DBClusterParameterGroupName": {}
220313
220463
  }
220314
220464
  },
220315
- "Sdt": {
220465
+ "Se1": {
220316
220466
  "type": "structure",
220317
220467
  "members": {
220318
220468
  "DBParameterGroupName": {}
@@ -238837,8 +238987,13 @@ module.exports={
238837
238987
  "Expires": {
238838
238988
  "location": "header",
238839
238989
  "locationName": "Expires",
238990
+ "deprecated": true,
238840
238991
  "type": "timestamp"
238841
238992
  },
238993
+ "ExpiresString": {
238994
+ "location": "header",
238995
+ "locationName": "ExpiresString"
238996
+ },
238842
238997
  "WebsiteRedirectLocation": {
238843
238998
  "location": "header",
238844
238999
  "locationName": "x-amz-website-redirect-location"
@@ -239162,7 +239317,7 @@ module.exports={
239162
239317
  "type": "structure",
239163
239318
  "members": {
239164
239319
  "LegalHold": {
239165
- "shape": "Saq"
239320
+ "shape": "Sar"
239166
239321
  }
239167
239322
  },
239168
239323
  "payload": "LegalHold"
@@ -239196,7 +239351,7 @@ module.exports={
239196
239351
  "type": "structure",
239197
239352
  "members": {
239198
239353
  "ObjectLockConfiguration": {
239199
- "shape": "Sat"
239354
+ "shape": "Sau"
239200
239355
  }
239201
239356
  },
239202
239357
  "payload": "ObjectLockConfiguration"
@@ -239243,7 +239398,7 @@ module.exports={
239243
239398
  "type": "structure",
239244
239399
  "members": {
239245
239400
  "Retention": {
239246
- "shape": "Sb1"
239401
+ "shape": "Sb2"
239247
239402
  }
239248
239403
  },
239249
239404
  "payload": "Retention"
@@ -239378,7 +239533,7 @@ module.exports={
239378
239533
  "type": "structure",
239379
239534
  "members": {
239380
239535
  "PublicAccessBlockConfiguration": {
239381
- "shape": "Sb8"
239536
+ "shape": "Sb9"
239382
239537
  }
239383
239538
  },
239384
239539
  "payload": "PublicAccessBlockConfiguration"
@@ -239606,8 +239761,13 @@ module.exports={
239606
239761
  "Expires": {
239607
239762
  "location": "header",
239608
239763
  "locationName": "Expires",
239764
+ "deprecated": true,
239609
239765
  "type": "timestamp"
239610
239766
  },
239767
+ "ExpiresString": {
239768
+ "location": "header",
239769
+ "locationName": "ExpiresString"
239770
+ },
239611
239771
  "WebsiteRedirectLocation": {
239612
239772
  "location": "header",
239613
239773
  "locationName": "x-amz-website-redirect-location"
@@ -239879,7 +240039,7 @@ module.exports={
239879
240039
  "type": "structure",
239880
240040
  "members": {
239881
240041
  "Buckets": {
239882
- "shape": "Sbx"
240042
+ "shape": "Sby"
239883
240043
  },
239884
240044
  "Owner": {
239885
240045
  "shape": "S3q"
@@ -239910,7 +240070,7 @@ module.exports={
239910
240070
  "type": "structure",
239911
240071
  "members": {
239912
240072
  "Buckets": {
239913
- "shape": "Sbx"
240073
+ "shape": "Sby"
239914
240074
  },
239915
240075
  "ContinuationToken": {}
239916
240076
  }
@@ -240009,7 +240169,7 @@ module.exports={
240009
240169
  "shape": "S3q"
240010
240170
  },
240011
240171
  "Initiator": {
240012
- "shape": "Scg"
240172
+ "shape": "Sch"
240013
240173
  },
240014
240174
  "ChecksumAlgorithm": {}
240015
240175
  }
@@ -240017,7 +240177,7 @@ module.exports={
240017
240177
  "flattened": true
240018
240178
  },
240019
240179
  "CommonPrefixes": {
240020
- "shape": "Sch"
240180
+ "shape": "Sci"
240021
240181
  },
240022
240182
  "EncodingType": {},
240023
240183
  "RequestCharged": {
@@ -240082,7 +240242,7 @@ module.exports={
240082
240242
  "locationName": "x-amz-request-payer"
240083
240243
  },
240084
240244
  "OptionalObjectAttributes": {
240085
- "shape": "Scm",
240245
+ "shape": "Scn",
240086
240246
  "location": "header",
240087
240247
  "locationName": "x-amz-optional-object-attributes"
240088
240248
  }
@@ -240106,7 +240266,7 @@ module.exports={
240106
240266
  "members": {
240107
240267
  "ETag": {},
240108
240268
  "ChecksumAlgorithm": {
240109
- "shape": "Scs"
240269
+ "shape": "Sct"
240110
240270
  },
240111
240271
  "Size": {
240112
240272
  "type": "long"
@@ -240124,7 +240284,7 @@ module.exports={
240124
240284
  "shape": "S3q"
240125
240285
  },
240126
240286
  "RestoreStatus": {
240127
- "shape": "Scv"
240287
+ "shape": "Scw"
240128
240288
  }
240129
240289
  }
240130
240290
  },
@@ -240158,7 +240318,7 @@ module.exports={
240158
240318
  "type": "integer"
240159
240319
  },
240160
240320
  "CommonPrefixes": {
240161
- "shape": "Sch"
240321
+ "shape": "Sci"
240162
240322
  },
240163
240323
  "EncodingType": {},
240164
240324
  "RequestCharged": {
@@ -240220,7 +240380,7 @@ module.exports={
240220
240380
  "locationName": "x-amz-expected-bucket-owner"
240221
240381
  },
240222
240382
  "OptionalObjectAttributes": {
240223
- "shape": "Scm",
240383
+ "shape": "Scn",
240224
240384
  "location": "header",
240225
240385
  "locationName": "x-amz-optional-object-attributes"
240226
240386
  }
@@ -240235,7 +240395,7 @@ module.exports={
240235
240395
  "Marker": {},
240236
240396
  "NextMarker": {},
240237
240397
  "Contents": {
240238
- "shape": "Sd4"
240398
+ "shape": "Sd5"
240239
240399
  },
240240
240400
  "Name": {},
240241
240401
  "Prefix": {},
@@ -240244,7 +240404,7 @@ module.exports={
240244
240404
  "type": "integer"
240245
240405
  },
240246
240406
  "CommonPrefixes": {
240247
- "shape": "Sch"
240407
+ "shape": "Sci"
240248
240408
  },
240249
240409
  "EncodingType": {},
240250
240410
  "RequestCharged": {
@@ -240315,7 +240475,7 @@ module.exports={
240315
240475
  "locationName": "x-amz-expected-bucket-owner"
240316
240476
  },
240317
240477
  "OptionalObjectAttributes": {
240318
- "shape": "Scm",
240478
+ "shape": "Scn",
240319
240479
  "location": "header",
240320
240480
  "locationName": "x-amz-optional-object-attributes"
240321
240481
  }
@@ -240328,7 +240488,7 @@ module.exports={
240328
240488
  "type": "boolean"
240329
240489
  },
240330
240490
  "Contents": {
240331
- "shape": "Sd4"
240491
+ "shape": "Sd5"
240332
240492
  },
240333
240493
  "Name": {},
240334
240494
  "Prefix": {},
@@ -240337,7 +240497,7 @@ module.exports={
240337
240497
  "type": "integer"
240338
240498
  },
240339
240499
  "CommonPrefixes": {
240340
- "shape": "Sch"
240500
+ "shape": "Sci"
240341
240501
  },
240342
240502
  "EncodingType": {},
240343
240503
  "KeyCount": {
@@ -240469,7 +240629,7 @@ module.exports={
240469
240629
  "flattened": true
240470
240630
  },
240471
240631
  "Initiator": {
240472
- "shape": "Scg"
240632
+ "shape": "Sch"
240473
240633
  },
240474
240634
  "Owner": {
240475
240635
  "shape": "S3q"
@@ -240549,7 +240709,7 @@ module.exports={
240549
240709
  "locationName": "x-amz-acl"
240550
240710
  },
240551
240711
  "AccessControlPolicy": {
240552
- "shape": "Sdj",
240712
+ "shape": "Sdk",
240553
240713
  "locationName": "AccessControlPolicy",
240554
240714
  "xmlNamespace": {
240555
240715
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -241393,7 +241553,7 @@ module.exports={
241393
241553
  "locationName": "x-amz-sdk-checksum-algorithm"
241394
241554
  },
241395
241555
  "Tagging": {
241396
- "shape": "Se9",
241556
+ "shape": "Sea",
241397
241557
  "locationName": "Tagging",
241398
241558
  "xmlNamespace": {
241399
241559
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -241805,7 +241965,7 @@ module.exports={
241805
241965
  "locationName": "x-amz-acl"
241806
241966
  },
241807
241967
  "AccessControlPolicy": {
241808
- "shape": "Sdj",
241968
+ "shape": "Sdk",
241809
241969
  "locationName": "AccessControlPolicy",
241810
241970
  "xmlNamespace": {
241811
241971
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -241906,7 +242066,7 @@ module.exports={
241906
242066
  "locationName": "Key"
241907
242067
  },
241908
242068
  "LegalHold": {
241909
- "shape": "Saq",
242069
+ "shape": "Sar",
241910
242070
  "locationName": "LegalHold",
241911
242071
  "xmlNamespace": {
241912
242072
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -241968,7 +242128,7 @@ module.exports={
241968
242128
  "locationName": "Bucket"
241969
242129
  },
241970
242130
  "ObjectLockConfiguration": {
241971
- "shape": "Sat",
242131
+ "shape": "Sau",
241972
242132
  "locationName": "ObjectLockConfiguration",
241973
242133
  "xmlNamespace": {
241974
242134
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -242035,7 +242195,7 @@ module.exports={
242035
242195
  "locationName": "Key"
242036
242196
  },
242037
242197
  "Retention": {
242038
- "shape": "Sb1",
242198
+ "shape": "Sb2",
242039
242199
  "locationName": "Retention",
242040
242200
  "xmlNamespace": {
242041
242201
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -242120,7 +242280,7 @@ module.exports={
242120
242280
  "locationName": "x-amz-sdk-checksum-algorithm"
242121
242281
  },
242122
242282
  "Tagging": {
242123
- "shape": "Se9",
242283
+ "shape": "Sea",
242124
242284
  "locationName": "Tagging",
242125
242285
  "xmlNamespace": {
242126
242286
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -242179,7 +242339,7 @@ module.exports={
242179
242339
  "locationName": "x-amz-sdk-checksum-algorithm"
242180
242340
  },
242181
242341
  "PublicAccessBlockConfiguration": {
242182
- "shape": "Sb8",
242342
+ "shape": "Sb9",
242183
242343
  "locationName": "PublicAccessBlockConfiguration",
242184
242344
  "xmlNamespace": {
242185
242345
  "uri": "http://s3.amazonaws.com/doc/2006-03-01/"
@@ -242260,12 +242420,12 @@ module.exports={
242260
242420
  ],
242261
242421
  "members": {
242262
242422
  "InputSerialization": {
242263
- "shape": "Sez"
242423
+ "shape": "Sf0"
242264
242424
  },
242265
242425
  "ExpressionType": {},
242266
242426
  "Expression": {},
242267
242427
  "OutputSerialization": {
242268
- "shape": "Sfe"
242428
+ "shape": "Sff"
242269
242429
  }
242270
242430
  }
242271
242431
  },
@@ -242299,7 +242459,7 @@ module.exports={
242299
242459
  "shape": "S3t"
242300
242460
  },
242301
242461
  "Tagging": {
242302
- "shape": "Se9"
242462
+ "shape": "Sea"
242303
242463
  },
242304
242464
  "UserMetadata": {
242305
242465
  "type": "list",
@@ -242407,10 +242567,10 @@ module.exports={
242407
242567
  }
242408
242568
  },
242409
242569
  "InputSerialization": {
242410
- "shape": "Sez"
242570
+ "shape": "Sf0"
242411
242571
  },
242412
242572
  "OutputSerialization": {
242413
- "shape": "Sfe"
242573
+ "shape": "Sff"
242414
242574
  },
242415
242575
  "ScanRange": {
242416
242576
  "type": "structure",
@@ -244015,13 +244175,13 @@ module.exports={
244015
244175
  }
244016
244176
  }
244017
244177
  },
244018
- "Saq": {
244178
+ "Sar": {
244019
244179
  "type": "structure",
244020
244180
  "members": {
244021
244181
  "Status": {}
244022
244182
  }
244023
244183
  },
244024
- "Sat": {
244184
+ "Sau": {
244025
244185
  "type": "structure",
244026
244186
  "members": {
244027
244187
  "ObjectLockEnabled": {},
@@ -244044,7 +244204,7 @@ module.exports={
244044
244204
  }
244045
244205
  }
244046
244206
  },
244047
- "Sb1": {
244207
+ "Sb2": {
244048
244208
  "type": "structure",
244049
244209
  "members": {
244050
244210
  "Mode": {},
@@ -244053,7 +244213,7 @@ module.exports={
244053
244213
  }
244054
244214
  }
244055
244215
  },
244056
- "Sb8": {
244216
+ "Sb9": {
244057
244217
  "type": "structure",
244058
244218
  "members": {
244059
244219
  "BlockPublicAcls": {
@@ -244074,7 +244234,7 @@ module.exports={
244074
244234
  }
244075
244235
  }
244076
244236
  },
244077
- "Sbx": {
244237
+ "Sby": {
244078
244238
  "type": "list",
244079
244239
  "member": {
244080
244240
  "locationName": "Bucket",
@@ -244087,14 +244247,14 @@ module.exports={
244087
244247
  }
244088
244248
  }
244089
244249
  },
244090
- "Scg": {
244250
+ "Sch": {
244091
244251
  "type": "structure",
244092
244252
  "members": {
244093
244253
  "ID": {},
244094
244254
  "DisplayName": {}
244095
244255
  }
244096
244256
  },
244097
- "Sch": {
244257
+ "Sci": {
244098
244258
  "type": "list",
244099
244259
  "member": {
244100
244260
  "type": "structure",
@@ -244104,16 +244264,16 @@ module.exports={
244104
244264
  },
244105
244265
  "flattened": true
244106
244266
  },
244107
- "Scm": {
244267
+ "Scn": {
244108
244268
  "type": "list",
244109
244269
  "member": {}
244110
244270
  },
244111
- "Scs": {
244271
+ "Sct": {
244112
244272
  "type": "list",
244113
244273
  "member": {},
244114
244274
  "flattened": true
244115
244275
  },
244116
- "Scv": {
244276
+ "Scw": {
244117
244277
  "type": "structure",
244118
244278
  "members": {
244119
244279
  "IsRestoreInProgress": {
@@ -244124,7 +244284,7 @@ module.exports={
244124
244284
  }
244125
244285
  }
244126
244286
  },
244127
- "Sd4": {
244287
+ "Sd5": {
244128
244288
  "type": "list",
244129
244289
  "member": {
244130
244290
  "type": "structure",
@@ -244135,7 +244295,7 @@ module.exports={
244135
244295
  },
244136
244296
  "ETag": {},
244137
244297
  "ChecksumAlgorithm": {
244138
- "shape": "Scs"
244298
+ "shape": "Sct"
244139
244299
  },
244140
244300
  "Size": {
244141
244301
  "type": "long"
@@ -244145,13 +244305,13 @@ module.exports={
244145
244305
  "shape": "S3q"
244146
244306
  },
244147
244307
  "RestoreStatus": {
244148
- "shape": "Scv"
244308
+ "shape": "Scw"
244149
244309
  }
244150
244310
  }
244151
244311
  },
244152
244312
  "flattened": true
244153
244313
  },
244154
- "Sdj": {
244314
+ "Sdk": {
244155
244315
  "type": "structure",
244156
244316
  "members": {
244157
244317
  "Grants": {
@@ -244163,7 +244323,7 @@ module.exports={
244163
244323
  }
244164
244324
  }
244165
244325
  },
244166
- "Se9": {
244326
+ "Sea": {
244167
244327
  "type": "structure",
244168
244328
  "required": [
244169
244329
  "TagSet"
@@ -244174,7 +244334,7 @@ module.exports={
244174
244334
  }
244175
244335
  }
244176
244336
  },
244177
- "Sez": {
244337
+ "Sf0": {
244178
244338
  "type": "structure",
244179
244339
  "members": {
244180
244340
  "CSV": {
@@ -244204,7 +244364,7 @@ module.exports={
244204
244364
  }
244205
244365
  }
244206
244366
  },
244207
- "Sfe": {
244367
+ "Sff": {
244208
244368
  "type": "structure",
244209
244369
  "members": {
244210
244370
  "CSV": {
@@ -259047,7 +259207,9 @@ module.exports={
259047
259207
  "Ec2InstanceId": {},
259048
259208
  "Ec2InstanceRegion": {},
259049
259209
  "HostEnvironment": {},
259050
- "HostEnvironmentId": {}
259210
+ "HostEnvironmentId": {},
259211
+ "DeprecationDate": {},
259212
+ "SoftwareVersion": {}
259051
259213
  }
259052
259214
  }
259053
259215
  },
@@ -271989,7 +272151,7 @@ AWS.util.update(AWS, {
271989
272151
  /**
271990
272152
  * @constant
271991
272153
  */
271992
- VERSION: '2.1542.0',
272154
+ VERSION: '2.1544.0',
271993
272155
 
271994
272156
  /**
271995
272157
  * @api private
@@ -282817,6 +282979,7 @@ AWS.util.update(AWS.S3.prototype, {
282817
282979
  * @api private
282818
282980
  */
282819
282981
  setupRequestListeners: function setupRequestListeners(request) {
282982
+ request.addListener('validateResponse', this.setExpiresString);
282820
282983
  var prependListener = true;
282821
282984
  request.addListener('validate', this.validateScheme);
282822
282985
  request.addListener('validate', this.validateBucketName, prependListener);
@@ -283982,6 +284145,30 @@ AWS.util.update(AWS.S3.prototype, {
283982
284145
  var uploader = new AWS.S3.ManagedUpload(options);
283983
284146
  if (typeof callback === 'function') uploader.send(callback);
283984
284147
  return uploader;
284148
+ },
284149
+
284150
+ /**
284151
+ * @api private
284152
+ */
284153
+ setExpiresString: function setExpiresString(response) {
284154
+ // Check if response contains Expires value, and populate ExpiresString.
284155
+ if (response && response.httpResponse && response.httpResponse.headers) {
284156
+ if ('expires' in response.httpResponse.headers) {
284157
+ response.httpResponse.headers.expiresstring = response.httpResponse.headers.expires;
284158
+ }
284159
+ }
284160
+
284161
+ // Check if value in Expires is not a Date using parseTimestamp.
284162
+ try {
284163
+ if (response && response.httpResponse && response.httpResponse.headers) {
284164
+ if ('expires' in response.httpResponse.headers) {
284165
+ AWS.util.date.parseTimestamp(response.httpResponse.headers.expires);
284166
+ }
284167
+ }
284168
+ } catch (e) {
284169
+ console.log('AWS SDK', '(warning)', e);
284170
+ delete response.httpResponse.headers.expires;
284171
+ }
283985
284172
  }
283986
284173
  });
283987
284174
 
@@ -294213,7 +294400,7 @@ var LRUCache = /** @class */ (function () {
294213
294400
  }());
294214
294401
  exports.LRUCache = LRUCache;
294215
294402
  },{}],467:[function(require,module,exports){
294216
- // AWS SDK for JavaScript v2.1542.0
294403
+ // AWS SDK for JavaScript v2.1544.0
294217
294404
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
294218
294405
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
294219
294406
  require('./browser_loader');