cdk-docker-image-deployment 0.0.185 → 0.0.187

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 (40) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +2 -1
  8. package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +102 -17
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +173 -58
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +114 -105
  12. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +84 -35
  13. package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +33 -0
  14. package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +24 -0
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +59 -31
  16. package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +98 -80
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +664 -653
  18. package/node_modules/aws-sdk/clients/athena.d.ts +7 -3
  19. package/node_modules/aws-sdk/clients/codeartifact.d.ts +106 -21
  20. package/node_modules/aws-sdk/clients/connect.d.ts +131 -0
  21. package/node_modules/aws-sdk/clients/dynamodb.d.ts +25 -11
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/evidently.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/lakeformation.d.ts +50 -0
  25. package/node_modules/aws-sdk/clients/mediapackage.d.ts +47 -3
  26. package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +33 -1
  27. package/node_modules/aws-sdk/clients/networkmanager.d.ts +3 -3
  28. package/node_modules/aws-sdk/clients/quicksight.d.ts +36 -6
  29. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +9 -9
  30. package/node_modules/aws-sdk/clients/route53resolver.d.ts +71 -26
  31. package/node_modules/aws-sdk/clients/sagemaker.d.ts +29 -6
  32. package/node_modules/aws-sdk/clients/sesv2.d.ts +3 -3
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +297 -167
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +25 -11
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1330.0
1
+ // AWS SDK for JavaScript v2.1332.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){
@@ -7459,7 +7459,8 @@ module.exports={
7459
7459
  },
7460
7460
  "ExecutionParameters": {
7461
7461
  "shape": "S1j"
7462
- }
7462
+ },
7463
+ "SubstatementType": {}
7463
7464
  }
7464
7465
  },
7465
7466
  "Sw": {
@@ -65644,6 +65645,90 @@ module.exports={
65644
65645
  }
65645
65646
  }
65646
65647
  },
65648
+ "GetMetricDataV2": {
65649
+ "http": {
65650
+ "requestUri": "/metrics/data"
65651
+ },
65652
+ "input": {
65653
+ "type": "structure",
65654
+ "required": [
65655
+ "ResourceArn",
65656
+ "StartTime",
65657
+ "EndTime",
65658
+ "Filters",
65659
+ "Metrics"
65660
+ ],
65661
+ "members": {
65662
+ "ResourceArn": {},
65663
+ "StartTime": {
65664
+ "type": "timestamp"
65665
+ },
65666
+ "EndTime": {
65667
+ "type": "timestamp"
65668
+ },
65669
+ "Filters": {
65670
+ "type": "list",
65671
+ "member": {
65672
+ "type": "structure",
65673
+ "members": {
65674
+ "FilterKey": {},
65675
+ "FilterValues": {
65676
+ "type": "list",
65677
+ "member": {}
65678
+ }
65679
+ }
65680
+ }
65681
+ },
65682
+ "Groupings": {
65683
+ "type": "list",
65684
+ "member": {}
65685
+ },
65686
+ "Metrics": {
65687
+ "type": "list",
65688
+ "member": {
65689
+ "shape": "Sbx"
65690
+ }
65691
+ },
65692
+ "NextToken": {},
65693
+ "MaxResults": {
65694
+ "type": "integer"
65695
+ }
65696
+ }
65697
+ },
65698
+ "output": {
65699
+ "type": "structure",
65700
+ "members": {
65701
+ "NextToken": {},
65702
+ "MetricResults": {
65703
+ "type": "list",
65704
+ "member": {
65705
+ "type": "structure",
65706
+ "members": {
65707
+ "Dimensions": {
65708
+ "type": "map",
65709
+ "key": {},
65710
+ "value": {}
65711
+ },
65712
+ "Collections": {
65713
+ "type": "list",
65714
+ "member": {
65715
+ "type": "structure",
65716
+ "members": {
65717
+ "Metric": {
65718
+ "shape": "Sbx"
65719
+ },
65720
+ "Value": {
65721
+ "type": "double"
65722
+ }
65723
+ }
65724
+ }
65725
+ }
65726
+ }
65727
+ }
65728
+ }
65729
+ }
65730
+ }
65731
+ },
65647
65732
  "GetTaskTemplate": {
65648
65733
  "http": {
65649
65734
  "method": "GET",
@@ -65727,7 +65812,7 @@ module.exports={
65727
65812
  "type": "structure",
65728
65813
  "members": {
65729
65814
  "TelephonyConfig": {
65730
- "shape": "Sbu"
65815
+ "shape": "Sci"
65731
65816
  },
65732
65817
  "Id": {},
65733
65818
  "Arn": {}
@@ -66439,12 +66524,12 @@ module.exports={
66439
66524
  "locationName": "InstanceId"
66440
66525
  },
66441
66526
  "PhoneNumberTypes": {
66442
- "shape": "Sdw",
66527
+ "shape": "Sek",
66443
66528
  "location": "querystring",
66444
66529
  "locationName": "phoneNumberTypes"
66445
66530
  },
66446
66531
  "PhoneNumberCountryCodes": {
66447
- "shape": "Sdx",
66532
+ "shape": "Sel",
66448
66533
  "location": "querystring",
66449
66534
  "locationName": "phoneNumberCountryCodes"
66450
66535
  },
@@ -66492,10 +66577,10 @@ module.exports={
66492
66577
  },
66493
66578
  "NextToken": {},
66494
66579
  "PhoneNumberCountryCodes": {
66495
- "shape": "Sdx"
66580
+ "shape": "Sel"
66496
66581
  },
66497
66582
  "PhoneNumberTypes": {
66498
- "shape": "Sdw"
66583
+ "shape": "Sek"
66499
66584
  },
66500
66585
  "PhoneNumberPrefix": {}
66501
66586
  }
@@ -66601,7 +66686,7 @@ module.exports={
66601
66686
  "members": {
66602
66687
  "NextToken": {},
66603
66688
  "QuickConnectSummaryList": {
66604
- "shape": "Sef"
66689
+ "shape": "Sf3"
66605
66690
  }
66606
66691
  }
66607
66692
  }
@@ -66693,7 +66778,7 @@ module.exports={
66693
66778
  "type": "structure",
66694
66779
  "members": {
66695
66780
  "QuickConnectSummaryList": {
66696
- "shape": "Sef"
66781
+ "shape": "Sf3"
66697
66782
  },
66698
66783
  "NextToken": {}
66699
66784
  }
@@ -67482,12 +67567,12 @@ module.exports={
67482
67567
  "type": "structure",
67483
67568
  "members": {
67484
67569
  "TagFilter": {
67485
- "shape": "Sgk"
67570
+ "shape": "Sh7"
67486
67571
  }
67487
67572
  }
67488
67573
  },
67489
67574
  "SearchCriteria": {
67490
- "shape": "Sgo"
67575
+ "shape": "Shb"
67491
67576
  }
67492
67577
  }
67493
67578
  },
@@ -67526,12 +67611,12 @@ module.exports={
67526
67611
  "type": "structure",
67527
67612
  "members": {
67528
67613
  "TagFilter": {
67529
- "shape": "Sgk"
67614
+ "shape": "Sh7"
67530
67615
  }
67531
67616
  }
67532
67617
  },
67533
67618
  "SearchCriteria": {
67534
- "shape": "Sgx"
67619
+ "shape": "Shk"
67535
67620
  }
67536
67621
  }
67537
67622
  },
@@ -67567,13 +67652,13 @@ module.exports={
67567
67652
  "type": "integer"
67568
67653
  },
67569
67654
  "SearchCriteria": {
67570
- "shape": "Sh2"
67655
+ "shape": "Shp"
67571
67656
  },
67572
67657
  "SearchFilter": {
67573
67658
  "type": "structure",
67574
67659
  "members": {
67575
67660
  "TagFilter": {
67576
- "shape": "Sgk"
67661
+ "shape": "Sh7"
67577
67662
  }
67578
67663
  }
67579
67664
  }
@@ -67621,12 +67706,12 @@ module.exports={
67621
67706
  "type": "structure",
67622
67707
  "members": {
67623
67708
  "TagFilter": {
67624
- "shape": "Sgk"
67709
+ "shape": "Sh7"
67625
67710
  }
67626
67711
  }
67627
67712
  },
67628
67713
  "SearchCriteria": {
67629
- "shape": "Sha"
67714
+ "shape": "Shx"
67630
67715
  }
67631
67716
  }
67632
67717
  },
@@ -68957,7 +69042,7 @@ module.exports={
68957
69042
  "locationName": "Id"
68958
69043
  },
68959
69044
  "TelephonyConfig": {
68960
- "shape": "Sbu"
69045
+ "shape": "Sci"
68961
69046
  }
68962
69047
  }
68963
69048
  },
@@ -69028,19 +69113,19 @@ module.exports={
69028
69113
  "type": "structure",
69029
69114
  "members": {
69030
69115
  "LevelOne": {
69031
- "shape": "Skf"
69116
+ "shape": "Sl2"
69032
69117
  },
69033
69118
  "LevelTwo": {
69034
- "shape": "Skf"
69119
+ "shape": "Sl2"
69035
69120
  },
69036
69121
  "LevelThree": {
69037
- "shape": "Skf"
69122
+ "shape": "Sl2"
69038
69123
  },
69039
69124
  "LevelFour": {
69040
- "shape": "Skf"
69125
+ "shape": "Sl2"
69041
69126
  },
69042
69127
  "LevelFive": {
69043
- "shape": "Skf"
69128
+ "shape": "Sl2"
69044
69129
  }
69045
69130
  }
69046
69131
  },
@@ -69771,7 +69856,38 @@ module.exports={
69771
69856
  "Unit": {}
69772
69857
  }
69773
69858
  },
69774
- "Sbu": {
69859
+ "Sbx": {
69860
+ "type": "structure",
69861
+ "members": {
69862
+ "Name": {},
69863
+ "Threshold": {
69864
+ "type": "list",
69865
+ "member": {
69866
+ "type": "structure",
69867
+ "members": {
69868
+ "Comparison": {},
69869
+ "ThresholdValue": {
69870
+ "type": "double"
69871
+ }
69872
+ }
69873
+ }
69874
+ },
69875
+ "MetricFilters": {
69876
+ "type": "list",
69877
+ "member": {
69878
+ "type": "structure",
69879
+ "members": {
69880
+ "MetricFilterKey": {},
69881
+ "MetricFilterValues": {
69882
+ "type": "list",
69883
+ "member": {}
69884
+ }
69885
+ }
69886
+ }
69887
+ }
69888
+ }
69889
+ },
69890
+ "Sci": {
69775
69891
  "type": "structure",
69776
69892
  "required": [
69777
69893
  "Distributions"
@@ -69795,15 +69911,15 @@ module.exports={
69795
69911
  }
69796
69912
  }
69797
69913
  },
69798
- "Sdw": {
69914
+ "Sek": {
69799
69915
  "type": "list",
69800
69916
  "member": {}
69801
69917
  },
69802
- "Sdx": {
69918
+ "Sel": {
69803
69919
  "type": "list",
69804
69920
  "member": {}
69805
69921
  },
69806
- "Sef": {
69922
+ "Sf3": {
69807
69923
  "type": "list",
69808
69924
  "member": {
69809
69925
  "type": "structure",
@@ -69815,58 +69931,58 @@ module.exports={
69815
69931
  }
69816
69932
  }
69817
69933
  },
69818
- "Sgk": {
69934
+ "Sh7": {
69819
69935
  "type": "structure",
69820
69936
  "members": {
69821
69937
  "OrConditions": {
69822
69938
  "type": "list",
69823
69939
  "member": {
69824
- "shape": "Sgm"
69940
+ "shape": "Sh9"
69825
69941
  }
69826
69942
  },
69827
69943
  "AndConditions": {
69828
- "shape": "Sgm"
69944
+ "shape": "Sh9"
69829
69945
  },
69830
69946
  "TagCondition": {
69831
- "shape": "Sgn"
69947
+ "shape": "Sha"
69832
69948
  }
69833
69949
  }
69834
69950
  },
69835
- "Sgm": {
69951
+ "Sh9": {
69836
69952
  "type": "list",
69837
69953
  "member": {
69838
- "shape": "Sgn"
69954
+ "shape": "Sha"
69839
69955
  }
69840
69956
  },
69841
- "Sgn": {
69957
+ "Sha": {
69842
69958
  "type": "structure",
69843
69959
  "members": {
69844
69960
  "TagKey": {},
69845
69961
  "TagValue": {}
69846
69962
  }
69847
69963
  },
69848
- "Sgo": {
69964
+ "Shb": {
69849
69965
  "type": "structure",
69850
69966
  "members": {
69851
69967
  "OrConditions": {
69852
- "shape": "Sgp"
69968
+ "shape": "Shc"
69853
69969
  },
69854
69970
  "AndConditions": {
69855
- "shape": "Sgp"
69971
+ "shape": "Shc"
69856
69972
  },
69857
69973
  "StringCondition": {
69858
- "shape": "Sgq"
69974
+ "shape": "Shd"
69859
69975
  },
69860
69976
  "QueueTypeCondition": {}
69861
69977
  }
69862
69978
  },
69863
- "Sgp": {
69979
+ "Shc": {
69864
69980
  "type": "list",
69865
69981
  "member": {
69866
- "shape": "Sgo"
69982
+ "shape": "Shb"
69867
69983
  }
69868
69984
  },
69869
- "Sgq": {
69985
+ "Shd": {
69870
69986
  "type": "structure",
69871
69987
  "members": {
69872
69988
  "FieldName": {},
@@ -69874,57 +69990,57 @@ module.exports={
69874
69990
  "ComparisonType": {}
69875
69991
  }
69876
69992
  },
69877
- "Sgx": {
69993
+ "Shk": {
69878
69994
  "type": "structure",
69879
69995
  "members": {
69880
69996
  "OrConditions": {
69881
- "shape": "Sgy"
69997
+ "shape": "Shl"
69882
69998
  },
69883
69999
  "AndConditions": {
69884
- "shape": "Sgy"
70000
+ "shape": "Shl"
69885
70001
  },
69886
70002
  "StringCondition": {
69887
- "shape": "Sgq"
70003
+ "shape": "Shd"
69888
70004
  }
69889
70005
  }
69890
70006
  },
69891
- "Sgy": {
70007
+ "Shl": {
69892
70008
  "type": "list",
69893
70009
  "member": {
69894
- "shape": "Sgx"
70010
+ "shape": "Shk"
69895
70011
  }
69896
70012
  },
69897
- "Sh2": {
70013
+ "Shp": {
69898
70014
  "type": "structure",
69899
70015
  "members": {
69900
70016
  "OrConditions": {
69901
- "shape": "Sh3"
70017
+ "shape": "Shq"
69902
70018
  },
69903
70019
  "AndConditions": {
69904
- "shape": "Sh3"
70020
+ "shape": "Shq"
69905
70021
  },
69906
70022
  "StringCondition": {
69907
- "shape": "Sgq"
70023
+ "shape": "Shd"
69908
70024
  }
69909
70025
  }
69910
70026
  },
69911
- "Sh3": {
70027
+ "Shq": {
69912
70028
  "type": "list",
69913
70029
  "member": {
69914
- "shape": "Sh2"
70030
+ "shape": "Shp"
69915
70031
  }
69916
70032
  },
69917
- "Sha": {
70033
+ "Shx": {
69918
70034
  "type": "structure",
69919
70035
  "members": {
69920
70036
  "OrConditions": {
69921
- "shape": "Shb"
70037
+ "shape": "Shy"
69922
70038
  },
69923
70039
  "AndConditions": {
69924
- "shape": "Shb"
70040
+ "shape": "Shy"
69925
70041
  },
69926
70042
  "StringCondition": {
69927
- "shape": "Sgq"
70043
+ "shape": "Shd"
69928
70044
  },
69929
70045
  "HierarchyGroupCondition": {
69930
70046
  "type": "structure",
@@ -69935,13 +70051,13 @@ module.exports={
69935
70051
  }
69936
70052
  }
69937
70053
  },
69938
- "Shb": {
70054
+ "Shy": {
69939
70055
  "type": "list",
69940
70056
  "member": {
69941
- "shape": "Sha"
70057
+ "shape": "Shx"
69942
70058
  }
69943
70059
  },
69944
- "Skf": {
70060
+ "Sl2": {
69945
70061
  "type": "structure",
69946
70062
  "required": [
69947
70063
  "Name"
@@ -69970,6 +70086,11 @@ module.exports={
69970
70086
  "limit_key": "MaxResults",
69971
70087
  "output_token": "NextToken"
69972
70088
  },
70089
+ "GetMetricDataV2": {
70090
+ "input_token": "NextToken",
70091
+ "limit_key": "MaxResults",
70092
+ "output_token": "NextToken"
70093
+ },
69973
70094
  "ListAgentStatuses": {
69974
70095
  "input_token": "NextToken",
69975
70096
  "limit_key": "MaxResults",
@@ -75900,14 +76021,17 @@ module.exports={
75900
76021
  "Tags": {
75901
76022
  "shape": "S37"
75902
76023
  },
75903
- "TableClass": {}
76024
+ "TableClass": {},
76025
+ "DeletionProtectionEnabled": {
76026
+ "type": "boolean"
76027
+ }
75904
76028
  }
75905
76029
  },
75906
76030
  "output": {
75907
76031
  "type": "structure",
75908
76032
  "members": {
75909
76033
  "TableDescription": {
75910
- "shape": "S3c"
76034
+ "shape": "S3d"
75911
76035
  }
75912
76036
  }
75913
76037
  },
@@ -75927,7 +76051,7 @@ module.exports={
75927
76051
  "type": "structure",
75928
76052
  "members": {
75929
76053
  "BackupDescription": {
75930
- "shape": "S40"
76054
+ "shape": "S41"
75931
76055
  }
75932
76056
  }
75933
76057
  },
@@ -75946,7 +76070,7 @@ module.exports={
75946
76070
  "shape": "S12"
75947
76071
  },
75948
76072
  "Expected": {
75949
- "shape": "S4d"
76073
+ "shape": "S4e"
75950
76074
  },
75951
76075
  "ConditionalOperator": {},
75952
76076
  "ReturnValues": {},
@@ -75957,7 +76081,7 @@ module.exports={
75957
76081
  "shape": "S15"
75958
76082
  },
75959
76083
  "ExpressionAttributeValues": {
75960
- "shape": "S4l"
76084
+ "shape": "S4m"
75961
76085
  }
75962
76086
  }
75963
76087
  },
@@ -75991,7 +76115,7 @@ module.exports={
75991
76115
  "type": "structure",
75992
76116
  "members": {
75993
76117
  "TableDescription": {
75994
- "shape": "S3c"
76118
+ "shape": "S3d"
75995
76119
  }
75996
76120
  }
75997
76121
  },
@@ -76011,7 +76135,7 @@ module.exports={
76011
76135
  "type": "structure",
76012
76136
  "members": {
76013
76137
  "BackupDescription": {
76014
- "shape": "S40"
76138
+ "shape": "S41"
76015
76139
  }
76016
76140
  }
76017
76141
  },
@@ -76031,7 +76155,7 @@ module.exports={
76031
76155
  "type": "structure",
76032
76156
  "members": {
76033
76157
  "ContinuousBackupsDescription": {
76034
- "shape": "S4u"
76158
+ "shape": "S4v"
76035
76159
  }
76036
76160
  }
76037
76161
  },
@@ -76116,7 +76240,7 @@ module.exports={
76116
76240
  "type": "structure",
76117
76241
  "members": {
76118
76242
  "ExportDescription": {
76119
- "shape": "S5e"
76243
+ "shape": "S5g"
76120
76244
  }
76121
76245
  }
76122
76246
  }
@@ -76156,7 +76280,7 @@ module.exports={
76156
76280
  "members": {
76157
76281
  "GlobalTableName": {},
76158
76282
  "ReplicaSettings": {
76159
- "shape": "S5y"
76283
+ "shape": "S60"
76160
76284
  }
76161
76285
  }
76162
76286
  },
@@ -76179,7 +76303,7 @@ module.exports={
76179
76303
  ],
76180
76304
  "members": {
76181
76305
  "ImportTableDescription": {
76182
- "shape": "S6c"
76306
+ "shape": "S6e"
76183
76307
  }
76184
76308
  }
76185
76309
  }
@@ -76251,7 +76375,7 @@ module.exports={
76251
76375
  "type": "structure",
76252
76376
  "members": {
76253
76377
  "Table": {
76254
- "shape": "S3c"
76378
+ "shape": "S3d"
76255
76379
  }
76256
76380
  }
76257
76381
  },
@@ -76271,7 +76395,7 @@ module.exports={
76271
76395
  "type": "structure",
76272
76396
  "members": {
76273
76397
  "TableAutoScalingDescription": {
76274
- "shape": "S74"
76398
+ "shape": "S76"
76275
76399
  }
76276
76400
  }
76277
76401
  }
@@ -76290,7 +76414,7 @@ module.exports={
76290
76414
  "type": "structure",
76291
76415
  "members": {
76292
76416
  "TimeToLiveDescription": {
76293
- "shape": "S49"
76417
+ "shape": "S4a"
76294
76418
  }
76295
76419
  }
76296
76420
  },
@@ -76298,19 +76422,19 @@ module.exports={
76298
76422
  },
76299
76423
  "DisableKinesisStreamingDestination": {
76300
76424
  "input": {
76301
- "shape": "S7b"
76425
+ "shape": "S7d"
76302
76426
  },
76303
76427
  "output": {
76304
- "shape": "S7c"
76428
+ "shape": "S7e"
76305
76429
  },
76306
76430
  "endpointdiscovery": {}
76307
76431
  },
76308
76432
  "EnableKinesisStreamingDestination": {
76309
76433
  "input": {
76310
- "shape": "S7b"
76434
+ "shape": "S7d"
76311
76435
  },
76312
76436
  "output": {
76313
- "shape": "S7c"
76437
+ "shape": "S7e"
76314
76438
  },
76315
76439
  "endpointdiscovery": {}
76316
76440
  },
@@ -76383,7 +76507,7 @@ module.exports={
76383
76507
  "type": "structure",
76384
76508
  "members": {
76385
76509
  "Responses": {
76386
- "shape": "S7m"
76510
+ "shape": "S7o"
76387
76511
  },
76388
76512
  "ConsumedCapacity": {
76389
76513
  "shape": "Ss"
@@ -76418,7 +76542,7 @@ module.exports={
76418
76542
  "type": "structure",
76419
76543
  "members": {
76420
76544
  "ExportDescription": {
76421
- "shape": "S5e"
76545
+ "shape": "S5g"
76422
76546
  }
76423
76547
  }
76424
76548
  }
@@ -76474,15 +76598,15 @@ module.exports={
76474
76598
  "idempotencyToken": true
76475
76599
  },
76476
76600
  "S3BucketSource": {
76477
- "shape": "S6e"
76601
+ "shape": "S6g"
76478
76602
  },
76479
76603
  "InputFormat": {},
76480
76604
  "InputFormatOptions": {
76481
- "shape": "S6i"
76605
+ "shape": "S6k"
76482
76606
  },
76483
76607
  "InputCompressionType": {},
76484
76608
  "TableCreationParameters": {
76485
- "shape": "S6o"
76609
+ "shape": "S6q"
76486
76610
  }
76487
76611
  }
76488
76612
  },
@@ -76493,7 +76617,7 @@ module.exports={
76493
76617
  ],
76494
76618
  "members": {
76495
76619
  "ImportTableDescription": {
76496
- "shape": "S6c"
76620
+ "shape": "S6e"
76497
76621
  }
76498
76622
  }
76499
76623
  }
@@ -76659,7 +76783,7 @@ module.exports={
76659
76783
  "ImportStatus": {},
76660
76784
  "TableArn": {},
76661
76785
  "S3BucketSource": {
76662
- "shape": "S6e"
76786
+ "shape": "S6g"
76663
76787
  },
76664
76788
  "CloudWatchLogGroupArn": {},
76665
76789
  "InputFormat": {},
@@ -76733,7 +76857,7 @@ module.exports={
76733
76857
  "shape": "S1f"
76734
76858
  },
76735
76859
  "Expected": {
76736
- "shape": "S4d"
76860
+ "shape": "S4e"
76737
76861
  },
76738
76862
  "ReturnValues": {},
76739
76863
  "ReturnConsumedCapacity": {},
@@ -76744,7 +76868,7 @@ module.exports={
76744
76868
  "shape": "S15"
76745
76869
  },
76746
76870
  "ExpressionAttributeValues": {
76747
- "shape": "S4l"
76871
+ "shape": "S4m"
76748
76872
  }
76749
76873
  }
76750
76874
  },
@@ -76787,11 +76911,11 @@ module.exports={
76787
76911
  "type": "map",
76788
76912
  "key": {},
76789
76913
  "value": {
76790
- "shape": "S90"
76914
+ "shape": "S92"
76791
76915
  }
76792
76916
  },
76793
76917
  "QueryFilter": {
76794
- "shape": "S91"
76918
+ "shape": "S93"
76795
76919
  },
76796
76920
  "ConditionalOperator": {},
76797
76921
  "ScanIndexForward": {
@@ -76808,7 +76932,7 @@ module.exports={
76808
76932
  "shape": "S15"
76809
76933
  },
76810
76934
  "ExpressionAttributeValues": {
76811
- "shape": "S4l"
76935
+ "shape": "S4m"
76812
76936
  }
76813
76937
  }
76814
76938
  },
@@ -76863,7 +76987,7 @@ module.exports={
76863
76987
  "type": "structure",
76864
76988
  "members": {
76865
76989
  "TableDescription": {
76866
- "shape": "S3c"
76990
+ "shape": "S3d"
76867
76991
  }
76868
76992
  }
76869
76993
  },
@@ -76904,7 +77028,7 @@ module.exports={
76904
77028
  "type": "structure",
76905
77029
  "members": {
76906
77030
  "TableDescription": {
76907
- "shape": "S3c"
77031
+ "shape": "S3d"
76908
77032
  }
76909
77033
  }
76910
77034
  },
@@ -76927,7 +77051,7 @@ module.exports={
76927
77051
  },
76928
77052
  "Select": {},
76929
77053
  "ScanFilter": {
76930
- "shape": "S91"
77054
+ "shape": "S93"
76931
77055
  },
76932
77056
  "ConditionalOperator": {},
76933
77057
  "ExclusiveStartKey": {
@@ -76946,7 +77070,7 @@ module.exports={
76946
77070
  "shape": "S15"
76947
77071
  },
76948
77072
  "ExpressionAttributeValues": {
76949
- "shape": "S4l"
77073
+ "shape": "S4m"
76950
77074
  },
76951
77075
  "ConsistentRead": {
76952
77076
  "type": "boolean"
@@ -77036,7 +77160,7 @@ module.exports={
77036
77160
  "shape": "Ss"
77037
77161
  },
77038
77162
  "Responses": {
77039
- "shape": "S7m"
77163
+ "shape": "S7o"
77040
77164
  }
77041
77165
  }
77042
77166
  },
@@ -77071,7 +77195,7 @@ module.exports={
77071
77195
  "shape": "S15"
77072
77196
  },
77073
77197
  "ExpressionAttributeValues": {
77074
- "shape": "S4l"
77198
+ "shape": "S4m"
77075
77199
  },
77076
77200
  "ReturnValuesOnConditionCheckFailure": {}
77077
77201
  }
@@ -77092,7 +77216,7 @@ module.exports={
77092
77216
  "shape": "S15"
77093
77217
  },
77094
77218
  "ExpressionAttributeValues": {
77095
- "shape": "S4l"
77219
+ "shape": "S4m"
77096
77220
  },
77097
77221
  "ReturnValuesOnConditionCheckFailure": {}
77098
77222
  }
@@ -77113,7 +77237,7 @@ module.exports={
77113
77237
  "shape": "S15"
77114
77238
  },
77115
77239
  "ExpressionAttributeValues": {
77116
- "shape": "S4l"
77240
+ "shape": "S4m"
77117
77241
  },
77118
77242
  "ReturnValuesOnConditionCheckFailure": {}
77119
77243
  }
@@ -77136,7 +77260,7 @@ module.exports={
77136
77260
  "shape": "S15"
77137
77261
  },
77138
77262
  "ExpressionAttributeValues": {
77139
- "shape": "S4l"
77263
+ "shape": "S4m"
77140
77264
  },
77141
77265
  "ReturnValuesOnConditionCheckFailure": {}
77142
77266
  }
@@ -77207,7 +77331,7 @@ module.exports={
77207
77331
  "type": "structure",
77208
77332
  "members": {
77209
77333
  "ContinuousBackupsDescription": {
77210
- "shape": "S4u"
77334
+ "shape": "S4v"
77211
77335
  }
77212
77336
  }
77213
77337
  },
@@ -77295,7 +77419,7 @@ module.exports={
77295
77419
  "type": "long"
77296
77420
  },
77297
77421
  "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
77298
- "shape": "Sa8"
77422
+ "shape": "Saa"
77299
77423
  },
77300
77424
  "GlobalTableGlobalSecondaryIndexSettingsUpdate": {
77301
77425
  "type": "list",
@@ -77310,7 +77434,7 @@ module.exports={
77310
77434
  "type": "long"
77311
77435
  },
77312
77436
  "ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
77313
- "shape": "Sa8"
77437
+ "shape": "Saa"
77314
77438
  }
77315
77439
  }
77316
77440
  }
@@ -77328,7 +77452,7 @@ module.exports={
77328
77452
  "type": "long"
77329
77453
  },
77330
77454
  "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
77331
- "shape": "Sa8"
77455
+ "shape": "Saa"
77332
77456
  },
77333
77457
  "ReplicaGlobalSecondaryIndexSettingsUpdate": {
77334
77458
  "type": "list",
@@ -77343,7 +77467,7 @@ module.exports={
77343
77467
  "type": "long"
77344
77468
  },
77345
77469
  "ProvisionedReadCapacityAutoScalingSettingsUpdate": {
77346
- "shape": "Sa8"
77470
+ "shape": "Saa"
77347
77471
  }
77348
77472
  }
77349
77473
  }
@@ -77359,7 +77483,7 @@ module.exports={
77359
77483
  "members": {
77360
77484
  "GlobalTableName": {},
77361
77485
  "ReplicaSettings": {
77362
- "shape": "S5y"
77486
+ "shape": "S60"
77363
77487
  }
77364
77488
  }
77365
77489
  },
@@ -77391,7 +77515,7 @@ module.exports={
77391
77515
  }
77392
77516
  },
77393
77517
  "Expected": {
77394
- "shape": "S4d"
77518
+ "shape": "S4e"
77395
77519
  },
77396
77520
  "ConditionalOperator": {},
77397
77521
  "ReturnValues": {},
@@ -77403,7 +77527,7 @@ module.exports={
77403
77527
  "shape": "S15"
77404
77528
  },
77405
77529
  "ExpressionAttributeValues": {
77406
- "shape": "S4l"
77530
+ "shape": "S4m"
77407
77531
  }
77408
77532
  }
77409
77533
  },
@@ -77511,7 +77635,7 @@ module.exports={
77511
77635
  "shape": "S2b"
77512
77636
  },
77513
77637
  "GlobalSecondaryIndexes": {
77514
- "shape": "Sax"
77638
+ "shape": "Saz"
77515
77639
  },
77516
77640
  "TableClassOverride": {}
77517
77641
  }
@@ -77528,7 +77652,7 @@ module.exports={
77528
77652
  "shape": "S2b"
77529
77653
  },
77530
77654
  "GlobalSecondaryIndexes": {
77531
- "shape": "Sax"
77655
+ "shape": "Saz"
77532
77656
  },
77533
77657
  "TableClassOverride": {}
77534
77658
  }
@@ -77545,14 +77669,17 @@ module.exports={
77545
77669
  }
77546
77670
  }
77547
77671
  },
77548
- "TableClass": {}
77672
+ "TableClass": {},
77673
+ "DeletionProtectionEnabled": {
77674
+ "type": "boolean"
77675
+ }
77549
77676
  }
77550
77677
  },
77551
77678
  "output": {
77552
77679
  "type": "structure",
77553
77680
  "members": {
77554
77681
  "TableDescription": {
77555
- "shape": "S3c"
77682
+ "shape": "S3d"
77556
77683
  }
77557
77684
  }
77558
77685
  },
@@ -77572,14 +77699,14 @@ module.exports={
77572
77699
  "members": {
77573
77700
  "IndexName": {},
77574
77701
  "ProvisionedWriteCapacityAutoScalingUpdate": {
77575
- "shape": "Sa8"
77702
+ "shape": "Saa"
77576
77703
  }
77577
77704
  }
77578
77705
  }
77579
77706
  },
77580
77707
  "TableName": {},
77581
77708
  "ProvisionedWriteCapacityAutoScalingUpdate": {
77582
- "shape": "Sa8"
77709
+ "shape": "Saa"
77583
77710
  },
77584
77711
  "ReplicaUpdates": {
77585
77712
  "type": "list",
@@ -77597,13 +77724,13 @@ module.exports={
77597
77724
  "members": {
77598
77725
  "IndexName": {},
77599
77726
  "ProvisionedReadCapacityAutoScalingUpdate": {
77600
- "shape": "Sa8"
77727
+ "shape": "Saa"
77601
77728
  }
77602
77729
  }
77603
77730
  }
77604
77731
  },
77605
77732
  "ReplicaProvisionedReadCapacityAutoScalingUpdate": {
77606
- "shape": "Sa8"
77733
+ "shape": "Saa"
77607
77734
  }
77608
77735
  }
77609
77736
  }
@@ -77614,7 +77741,7 @@ module.exports={
77614
77741
  "type": "structure",
77615
77742
  "members": {
77616
77743
  "TableAutoScalingDescription": {
77617
- "shape": "S74"
77744
+ "shape": "S76"
77618
77745
  }
77619
77746
  }
77620
77747
  }
@@ -77629,7 +77756,7 @@ module.exports={
77629
77756
  "members": {
77630
77757
  "TableName": {},
77631
77758
  "TimeToLiveSpecification": {
77632
- "shape": "Sbb"
77759
+ "shape": "Sbd"
77633
77760
  }
77634
77761
  }
77635
77762
  },
@@ -77637,7 +77764,7 @@ module.exports={
77637
77764
  "type": "structure",
77638
77765
  "members": {
77639
77766
  "TimeToLiveSpecification": {
77640
- "shape": "Sbb"
77767
+ "shape": "Sbd"
77641
77768
  }
77642
77769
  }
77643
77770
  },
@@ -78102,7 +78229,7 @@ module.exports={
78102
78229
  }
78103
78230
  }
78104
78231
  },
78105
- "S3c": {
78232
+ "S3d": {
78106
78233
  "type": "structure",
78107
78234
  "members": {
78108
78235
  "AttributeDefinitions": {
@@ -78117,7 +78244,7 @@ module.exports={
78117
78244
  "type": "timestamp"
78118
78245
  },
78119
78246
  "ProvisionedThroughput": {
78120
- "shape": "S3e"
78247
+ "shape": "S3f"
78121
78248
  },
78122
78249
  "TableSizeBytes": {
78123
78250
  "type": "long"
@@ -78128,7 +78255,7 @@ module.exports={
78128
78255
  "TableArn": {},
78129
78256
  "TableId": {},
78130
78257
  "BillingModeSummary": {
78131
- "shape": "S3i"
78258
+ "shape": "S3j"
78132
78259
  },
78133
78260
  "LocalSecondaryIndexes": {
78134
78261
  "type": "list",
@@ -78169,7 +78296,7 @@ module.exports={
78169
78296
  "type": "boolean"
78170
78297
  },
78171
78298
  "ProvisionedThroughput": {
78172
- "shape": "S3e"
78299
+ "shape": "S3f"
78173
78300
  },
78174
78301
  "IndexSizeBytes": {
78175
78302
  "type": "long"
@@ -78208,7 +78335,7 @@ module.exports={
78208
78335
  }
78209
78336
  },
78210
78337
  "SSEDescription": {
78211
- "shape": "S3t"
78338
+ "shape": "S3u"
78212
78339
  },
78213
78340
  "ArchivalSummary": {
78214
78341
  "type": "structure",
@@ -78222,10 +78349,13 @@ module.exports={
78222
78349
  },
78223
78350
  "TableClassSummary": {
78224
78351
  "shape": "S2f"
78352
+ },
78353
+ "DeletionProtectionEnabled": {
78354
+ "type": "boolean"
78225
78355
  }
78226
78356
  }
78227
78357
  },
78228
- "S3e": {
78358
+ "S3f": {
78229
78359
  "type": "structure",
78230
78360
  "members": {
78231
78361
  "LastIncreaseDateTime": {
@@ -78245,7 +78375,7 @@ module.exports={
78245
78375
  }
78246
78376
  }
78247
78377
  },
78248
- "S3i": {
78378
+ "S3j": {
78249
78379
  "type": "structure",
78250
78380
  "members": {
78251
78381
  "BillingMode": {},
@@ -78254,7 +78384,7 @@ module.exports={
78254
78384
  }
78255
78385
  }
78256
78386
  },
78257
- "S3t": {
78387
+ "S3u": {
78258
78388
  "type": "structure",
78259
78389
  "members": {
78260
78390
  "Status": {},
@@ -78265,7 +78395,7 @@ module.exports={
78265
78395
  }
78266
78396
  }
78267
78397
  },
78268
- "S40": {
78398
+ "S41": {
78269
78399
  "type": "structure",
78270
78400
  "members": {
78271
78401
  "BackupDetails": {
@@ -78342,23 +78472,23 @@ module.exports={
78342
78472
  "shape": "S31"
78343
78473
  },
78344
78474
  "TimeToLiveDescription": {
78345
- "shape": "S49"
78475
+ "shape": "S4a"
78346
78476
  },
78347
78477
  "SSEDescription": {
78348
- "shape": "S3t"
78478
+ "shape": "S3u"
78349
78479
  }
78350
78480
  }
78351
78481
  }
78352
78482
  }
78353
78483
  },
78354
- "S49": {
78484
+ "S4a": {
78355
78485
  "type": "structure",
78356
78486
  "members": {
78357
78487
  "TimeToLiveStatus": {},
78358
78488
  "AttributeName": {}
78359
78489
  }
78360
78490
  },
78361
- "S4d": {
78491
+ "S4e": {
78362
78492
  "type": "map",
78363
78493
  "key": {},
78364
78494
  "value": {
@@ -78372,25 +78502,25 @@ module.exports={
78372
78502
  },
78373
78503
  "ComparisonOperator": {},
78374
78504
  "AttributeValueList": {
78375
- "shape": "S4h"
78505
+ "shape": "S4i"
78376
78506
  }
78377
78507
  }
78378
78508
  }
78379
78509
  },
78380
- "S4h": {
78510
+ "S4i": {
78381
78511
  "type": "list",
78382
78512
  "member": {
78383
78513
  "shape": "S6"
78384
78514
  }
78385
78515
  },
78386
- "S4l": {
78516
+ "S4m": {
78387
78517
  "type": "map",
78388
78518
  "key": {},
78389
78519
  "value": {
78390
78520
  "shape": "S6"
78391
78521
  }
78392
78522
  },
78393
- "S4u": {
78523
+ "S4v": {
78394
78524
  "type": "structure",
78395
78525
  "required": [
78396
78526
  "ContinuousBackupsStatus"
@@ -78411,7 +78541,7 @@ module.exports={
78411
78541
  }
78412
78542
  }
78413
78543
  },
78414
- "S5e": {
78544
+ "S5g": {
78415
78545
  "type": "structure",
78416
78546
  "members": {
78417
78547
  "ExportArn": {},
@@ -78445,7 +78575,7 @@ module.exports={
78445
78575
  }
78446
78576
  }
78447
78577
  },
78448
- "S5y": {
78578
+ "S60": {
78449
78579
  "type": "list",
78450
78580
  "member": {
78451
78581
  "type": "structure",
@@ -78456,19 +78586,19 @@ module.exports={
78456
78586
  "RegionName": {},
78457
78587
  "ReplicaStatus": {},
78458
78588
  "ReplicaBillingModeSummary": {
78459
- "shape": "S3i"
78589
+ "shape": "S3j"
78460
78590
  },
78461
78591
  "ReplicaProvisionedReadCapacityUnits": {
78462
78592
  "type": "long"
78463
78593
  },
78464
78594
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
78465
- "shape": "S60"
78595
+ "shape": "S62"
78466
78596
  },
78467
78597
  "ReplicaProvisionedWriteCapacityUnits": {
78468
78598
  "type": "long"
78469
78599
  },
78470
78600
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
78471
- "shape": "S60"
78601
+ "shape": "S62"
78472
78602
  },
78473
78603
  "ReplicaGlobalSecondaryIndexSettings": {
78474
78604
  "type": "list",
@@ -78484,13 +78614,13 @@ module.exports={
78484
78614
  "type": "long"
78485
78615
  },
78486
78616
  "ProvisionedReadCapacityAutoScalingSettings": {
78487
- "shape": "S60"
78617
+ "shape": "S62"
78488
78618
  },
78489
78619
  "ProvisionedWriteCapacityUnits": {
78490
78620
  "type": "long"
78491
78621
  },
78492
78622
  "ProvisionedWriteCapacityAutoScalingSettings": {
78493
- "shape": "S60"
78623
+ "shape": "S62"
78494
78624
  }
78495
78625
  }
78496
78626
  }
@@ -78501,7 +78631,7 @@ module.exports={
78501
78631
  }
78502
78632
  }
78503
78633
  },
78504
- "S60": {
78634
+ "S62": {
78505
78635
  "type": "structure",
78506
78636
  "members": {
78507
78637
  "MinimumUnits": {
@@ -78545,7 +78675,7 @@ module.exports={
78545
78675
  }
78546
78676
  }
78547
78677
  },
78548
- "S6c": {
78678
+ "S6e": {
78549
78679
  "type": "structure",
78550
78680
  "members": {
78551
78681
  "ImportArn": {},
@@ -78554,7 +78684,7 @@ module.exports={
78554
78684
  "TableId": {},
78555
78685
  "ClientToken": {},
78556
78686
  "S3BucketSource": {
78557
- "shape": "S6e"
78687
+ "shape": "S6g"
78558
78688
  },
78559
78689
  "ErrorCount": {
78560
78690
  "type": "long"
@@ -78562,11 +78692,11 @@ module.exports={
78562
78692
  "CloudWatchLogGroupArn": {},
78563
78693
  "InputFormat": {},
78564
78694
  "InputFormatOptions": {
78565
- "shape": "S6i"
78695
+ "shape": "S6k"
78566
78696
  },
78567
78697
  "InputCompressionType": {},
78568
78698
  "TableCreationParameters": {
78569
- "shape": "S6o"
78699
+ "shape": "S6q"
78570
78700
  },
78571
78701
  "StartTime": {
78572
78702
  "type": "timestamp"
@@ -78587,7 +78717,7 @@ module.exports={
78587
78717
  "FailureMessage": {}
78588
78718
  }
78589
78719
  },
78590
- "S6e": {
78720
+ "S6g": {
78591
78721
  "type": "structure",
78592
78722
  "required": [
78593
78723
  "S3Bucket"
@@ -78598,7 +78728,7 @@ module.exports={
78598
78728
  "S3KeyPrefix": {}
78599
78729
  }
78600
78730
  },
78601
- "S6i": {
78731
+ "S6k": {
78602
78732
  "type": "structure",
78603
78733
  "members": {
78604
78734
  "Csv": {
@@ -78613,7 +78743,7 @@ module.exports={
78613
78743
  }
78614
78744
  }
78615
78745
  },
78616
- "S6o": {
78746
+ "S6q": {
78617
78747
  "type": "structure",
78618
78748
  "required": [
78619
78749
  "TableName",
@@ -78640,7 +78770,7 @@ module.exports={
78640
78770
  }
78641
78771
  }
78642
78772
  },
78643
- "S74": {
78773
+ "S76": {
78644
78774
  "type": "structure",
78645
78775
  "members": {
78646
78776
  "TableName": {},
@@ -78659,19 +78789,19 @@ module.exports={
78659
78789
  "IndexName": {},
78660
78790
  "IndexStatus": {},
78661
78791
  "ProvisionedReadCapacityAutoScalingSettings": {
78662
- "shape": "S60"
78792
+ "shape": "S62"
78663
78793
  },
78664
78794
  "ProvisionedWriteCapacityAutoScalingSettings": {
78665
- "shape": "S60"
78795
+ "shape": "S62"
78666
78796
  }
78667
78797
  }
78668
78798
  }
78669
78799
  },
78670
78800
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
78671
- "shape": "S60"
78801
+ "shape": "S62"
78672
78802
  },
78673
78803
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
78674
- "shape": "S60"
78804
+ "shape": "S62"
78675
78805
  },
78676
78806
  "ReplicaStatus": {}
78677
78807
  }
@@ -78679,7 +78809,7 @@ module.exports={
78679
78809
  }
78680
78810
  }
78681
78811
  },
78682
- "S7b": {
78812
+ "S7d": {
78683
78813
  "type": "structure",
78684
78814
  "required": [
78685
78815
  "TableName",
@@ -78690,7 +78820,7 @@ module.exports={
78690
78820
  "StreamArn": {}
78691
78821
  }
78692
78822
  },
78693
- "S7c": {
78823
+ "S7e": {
78694
78824
  "type": "structure",
78695
78825
  "members": {
78696
78826
  "TableName": {},
@@ -78698,7 +78828,7 @@ module.exports={
78698
78828
  "DestinationStatus": {}
78699
78829
  }
78700
78830
  },
78701
- "S7m": {
78831
+ "S7o": {
78702
78832
  "type": "list",
78703
78833
  "member": {
78704
78834
  "type": "structure",
@@ -78709,26 +78839,26 @@ module.exports={
78709
78839
  }
78710
78840
  }
78711
78841
  },
78712
- "S90": {
78842
+ "S92": {
78713
78843
  "type": "structure",
78714
78844
  "required": [
78715
78845
  "ComparisonOperator"
78716
78846
  ],
78717
78847
  "members": {
78718
78848
  "AttributeValueList": {
78719
- "shape": "S4h"
78849
+ "shape": "S4i"
78720
78850
  },
78721
78851
  "ComparisonOperator": {}
78722
78852
  }
78723
78853
  },
78724
- "S91": {
78854
+ "S93": {
78725
78855
  "type": "map",
78726
78856
  "key": {},
78727
78857
  "value": {
78728
- "shape": "S90"
78858
+ "shape": "S92"
78729
78859
  }
78730
78860
  },
78731
- "Sa8": {
78861
+ "Saa": {
78732
78862
  "type": "structure",
78733
78863
  "members": {
78734
78864
  "MinimumUnits": {
@@ -78772,7 +78902,7 @@ module.exports={
78772
78902
  }
78773
78903
  }
78774
78904
  },
78775
- "Sax": {
78905
+ "Saz": {
78776
78906
  "type": "list",
78777
78907
  "member": {
78778
78908
  "type": "structure",
@@ -78787,7 +78917,7 @@ module.exports={
78787
78917
  }
78788
78918
  }
78789
78919
  },
78790
- "Sbb": {
78920
+ "Sbd": {
78791
78921
  "type": "structure",
78792
78922
  "required": [
78793
78923
  "Enabled",
@@ -253912,7 +254042,7 @@ AWS.util.update(AWS, {
253912
254042
  /**
253913
254043
  * @constant
253914
254044
  */
253915
- VERSION: '2.1330.0',
254045
+ VERSION: '2.1332.0',
253916
254046
 
253917
254047
  /**
253918
254048
  * @api private
@@ -276013,7 +276143,7 @@ var LRUCache = /** @class */ (function () {
276013
276143
  }());
276014
276144
  exports.LRUCache = LRUCache;
276015
276145
  },{}],462:[function(require,module,exports){
276016
- // AWS SDK for JavaScript v2.1330.0
276146
+ // AWS SDK for JavaScript v2.1332.0
276017
276147
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
276018
276148
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
276019
276149
  require('./browser_loader');