aws-sdk 2.1472.0 → 2.1474.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +1 -1
  4. package/apis/autoscaling-2011-01-01.min.json +57 -57
  5. package/apis/autoscaling-2011-01-01.paginators.json +15 -0
  6. package/apis/controltower-2018-05-10.min.json +68 -1
  7. package/apis/customer-profiles-2020-08-15.min.json +31 -18
  8. package/apis/drs-2020-02-26.min.json +28 -6
  9. package/apis/ec2-2016-11-15.min.json +134 -82
  10. package/apis/entityresolution-2018-05-10.min.json +721 -79
  11. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  12. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  13. package/apis/lambda-2015-03-31.min.json +102 -96
  14. package/apis/location-2020-11-19.min.json +36 -36
  15. package/apis/machinelearning-2014-12-12.min.json +8 -2
  16. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  17. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  18. package/apis/opensearch-2021-01-01.min.json +78 -59
  19. package/apis/rds-2014-10-31.min.json +43 -7
  20. package/apis/redshift-2012-12-01.min.json +205 -184
  21. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  22. package/apis/rekognition-2016-06-27.min.json +194 -161
  23. package/apis/sagemaker-2017-07-24.min.json +740 -728
  24. package/apis/sesv2-2019-09-27.min.json +40 -18
  25. package/apis/textract-2018-06-27.min.json +483 -76
  26. package/apis/textract-2018-06-27.paginators.json +12 -0
  27. package/clients/autoscaling.d.ts +4 -3
  28. package/clients/cloudformation.d.ts +1 -1
  29. package/clients/configservice.d.ts +15 -15
  30. package/clients/controltower.d.ts +104 -15
  31. package/clients/customerprofiles.d.ts +6 -6
  32. package/clients/drs.d.ts +27 -1
  33. package/clients/ec2.d.ts +62 -6
  34. package/clients/elbv2.d.ts +7 -7
  35. package/clients/entityresolution.d.ts +650 -12
  36. package/clients/glue.d.ts +5 -5
  37. package/clients/inspector2.d.ts +25 -25
  38. package/clients/ivsrealtime.d.ts +25 -0
  39. package/clients/lambda.d.ts +9 -0
  40. package/clients/managedblockchainquery.d.ts +125 -9
  41. package/clients/mediapackagev2.d.ts +13 -13
  42. package/clients/opensearch.d.ts +46 -6
  43. package/clients/pricing.d.ts +8 -8
  44. package/clients/rds.d.ts +48 -0
  45. package/clients/redshift.d.ts +47 -7
  46. package/clients/redshiftserverless.d.ts +42 -2
  47. package/clients/rekognition.d.ts +141 -72
  48. package/clients/sagemaker.d.ts +26 -6
  49. package/clients/sesv2.d.ts +43 -3
  50. package/clients/textract.d.ts +534 -2
  51. package/clients/transcribeservice.d.ts +1 -1
  52. package/clients/transfer.d.ts +8 -8
  53. package/clients/workspaces.d.ts +2 -2
  54. package/clients/xray.d.ts +2 -2
  55. package/dist/aws-sdk-core-react-native.js +45 -13
  56. package/dist/aws-sdk-react-native.js +112 -48
  57. package/dist/aws-sdk.js +797 -628
  58. package/dist/aws-sdk.min.js +99 -99
  59. package/lib/core.js +1 -1
  60. package/lib/s3/managed_upload.d.ts +1 -1
  61. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1472.0
1
+ // AWS SDK for JavaScript v2.1474.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){
@@ -9906,13 +9906,13 @@ module.exports={
9906
9906
  "type": "integer"
9907
9907
  },
9908
9908
  "ProgressDetails": {
9909
- "shape": "S5a"
9909
+ "shape": "S5b"
9910
9910
  },
9911
9911
  "Preferences": {
9912
- "shape": "S5d"
9912
+ "shape": "S5e"
9913
9913
  },
9914
9914
  "DesiredConfiguration": {
9915
- "shape": "S5o"
9915
+ "shape": "S5p"
9916
9916
  },
9917
9917
  "RollbackDetails": {
9918
9918
  "type": "structure",
@@ -9928,7 +9928,7 @@ module.exports={
9928
9928
  "type": "integer"
9929
9929
  },
9930
9930
  "ProgressDetailsOnRollback": {
9931
- "shape": "S5a"
9931
+ "shape": "S5b"
9932
9932
  }
9933
9933
  }
9934
9934
  }
@@ -10226,7 +10226,7 @@ module.exports={
10226
10226
  "PolicyType": {},
10227
10227
  "AdjustmentType": {},
10228
10228
  "MinAdjustmentStep": {
10229
- "shape": "S6p"
10229
+ "shape": "S6q"
10230
10230
  },
10231
10231
  "MinAdjustmentMagnitude": {
10232
10232
  "type": "integer"
@@ -10238,23 +10238,23 @@ module.exports={
10238
10238
  "type": "integer"
10239
10239
  },
10240
10240
  "StepAdjustments": {
10241
- "shape": "S6s"
10241
+ "shape": "S6t"
10242
10242
  },
10243
10243
  "MetricAggregationType": {},
10244
10244
  "EstimatedInstanceWarmup": {
10245
10245
  "type": "integer"
10246
10246
  },
10247
10247
  "Alarms": {
10248
- "shape": "S6w"
10248
+ "shape": "S6x"
10249
10249
  },
10250
10250
  "TargetTrackingConfiguration": {
10251
- "shape": "S6y"
10251
+ "shape": "S6z"
10252
10252
  },
10253
10253
  "Enabled": {
10254
10254
  "type": "boolean"
10255
10255
  },
10256
10256
  "PredictiveScalingConfiguration": {
10257
- "shape": "S7j"
10257
+ "shape": "S7k"
10258
10258
  }
10259
10259
  }
10260
10260
  }
@@ -10289,7 +10289,7 @@ module.exports={
10289
10289
  ],
10290
10290
  "members": {
10291
10291
  "Activities": {
10292
- "shape": "S86"
10292
+ "shape": "S87"
10293
10293
  },
10294
10294
  "NextToken": {}
10295
10295
  }
@@ -10497,7 +10497,7 @@ module.exports={
10497
10497
  "type": "structure",
10498
10498
  "members": {
10499
10499
  "Activities": {
10500
- "shape": "S86"
10500
+ "shape": "S87"
10501
10501
  }
10502
10502
  }
10503
10503
  }
@@ -10571,7 +10571,7 @@ module.exports={
10571
10571
  "members": {
10572
10572
  "AutoScalingGroupName": {},
10573
10573
  "Metrics": {
10574
- "shape": "S91"
10574
+ "shape": "S92"
10575
10575
  }
10576
10576
  }
10577
10577
  }
@@ -10586,7 +10586,7 @@ module.exports={
10586
10586
  "members": {
10587
10587
  "AutoScalingGroupName": {},
10588
10588
  "Metrics": {
10589
- "shape": "S91"
10589
+ "shape": "S92"
10590
10590
  },
10591
10591
  "Granularity": {}
10592
10592
  }
@@ -10614,7 +10614,7 @@ module.exports={
10614
10614
  "type": "structure",
10615
10615
  "members": {
10616
10616
  "Activities": {
10617
- "shape": "S86"
10617
+ "shape": "S87"
10618
10618
  }
10619
10619
  }
10620
10620
  }
@@ -10658,7 +10658,7 @@ module.exports={
10658
10658
  "type": "structure",
10659
10659
  "members": {
10660
10660
  "Activities": {
10661
- "shape": "S86"
10661
+ "shape": "S87"
10662
10662
  }
10663
10663
  }
10664
10664
  }
@@ -10703,13 +10703,13 @@ module.exports={
10703
10703
  ],
10704
10704
  "members": {
10705
10705
  "Timestamps": {
10706
- "shape": "S9d"
10706
+ "shape": "S9e"
10707
10707
  },
10708
10708
  "Values": {
10709
- "shape": "S9e"
10709
+ "shape": "S9f"
10710
10710
  },
10711
10711
  "MetricSpecification": {
10712
- "shape": "S7l"
10712
+ "shape": "S7m"
10713
10713
  }
10714
10714
  }
10715
10715
  }
@@ -10722,10 +10722,10 @@ module.exports={
10722
10722
  ],
10723
10723
  "members": {
10724
10724
  "Timestamps": {
10725
- "shape": "S9d"
10725
+ "shape": "S9e"
10726
10726
  },
10727
10727
  "Values": {
10728
- "shape": "S9e"
10728
+ "shape": "S9f"
10729
10729
  }
10730
10730
  }
10731
10731
  },
@@ -10791,7 +10791,7 @@ module.exports={
10791
10791
  "PolicyType": {},
10792
10792
  "AdjustmentType": {},
10793
10793
  "MinAdjustmentStep": {
10794
- "shape": "S6p"
10794
+ "shape": "S6q"
10795
10795
  },
10796
10796
  "MinAdjustmentMagnitude": {
10797
10797
  "type": "integer"
@@ -10804,19 +10804,19 @@ module.exports={
10804
10804
  },
10805
10805
  "MetricAggregationType": {},
10806
10806
  "StepAdjustments": {
10807
- "shape": "S6s"
10807
+ "shape": "S6t"
10808
10808
  },
10809
10809
  "EstimatedInstanceWarmup": {
10810
10810
  "type": "integer"
10811
10811
  },
10812
10812
  "TargetTrackingConfiguration": {
10813
- "shape": "S6y"
10813
+ "shape": "S6z"
10814
10814
  },
10815
10815
  "Enabled": {
10816
10816
  "type": "boolean"
10817
10817
  },
10818
10818
  "PredictiveScalingConfiguration": {
10819
- "shape": "S7j"
10819
+ "shape": "S7k"
10820
10820
  }
10821
10821
  }
10822
10822
  },
@@ -10826,7 +10826,7 @@ module.exports={
10826
10826
  "members": {
10827
10827
  "PolicyARN": {},
10828
10828
  "Alarms": {
10829
- "shape": "S6w"
10829
+ "shape": "S6x"
10830
10830
  }
10831
10831
  }
10832
10832
  }
@@ -10912,7 +10912,7 @@ module.exports={
10912
10912
  },
10913
10913
  "ResumeProcesses": {
10914
10914
  "input": {
10915
- "shape": "S9q"
10915
+ "shape": "S9r"
10916
10916
  }
10917
10917
  },
10918
10918
  "RollbackInstanceRefresh": {
@@ -11001,10 +11001,10 @@ module.exports={
11001
11001
  "AutoScalingGroupName": {},
11002
11002
  "Strategy": {},
11003
11003
  "DesiredConfiguration": {
11004
- "shape": "S5o"
11004
+ "shape": "S5p"
11005
11005
  },
11006
11006
  "Preferences": {
11007
- "shape": "S5d"
11007
+ "shape": "S5e"
11008
11008
  }
11009
11009
  }
11010
11010
  },
@@ -11018,7 +11018,7 @@ module.exports={
11018
11018
  },
11019
11019
  "SuspendProcesses": {
11020
11020
  "input": {
11021
- "shape": "S9q"
11021
+ "shape": "S9r"
11022
11022
  }
11023
11023
  },
11024
11024
  "TerminateInstanceInAutoScalingGroup": {
@@ -11040,7 +11040,7 @@ module.exports={
11040
11040
  "type": "structure",
11041
11041
  "members": {
11042
11042
  "Activity": {
11043
- "shape": "S87"
11043
+ "shape": "S88"
11044
11044
  }
11045
11045
  }
11046
11046
  }
@@ -11534,7 +11534,7 @@ module.exports={
11534
11534
  "type": "list",
11535
11535
  "member": {}
11536
11536
  },
11537
- "S5a": {
11537
+ "S5b": {
11538
11538
  "type": "structure",
11539
11539
  "members": {
11540
11540
  "LivePoolProgress": {
@@ -11561,7 +11561,7 @@ module.exports={
11561
11561
  }
11562
11562
  }
11563
11563
  },
11564
- "S5d": {
11564
+ "S5e": {
11565
11565
  "type": "structure",
11566
11566
  "members": {
11567
11567
  "MinHealthyPercentage": {
@@ -11598,7 +11598,7 @@ module.exports={
11598
11598
  }
11599
11599
  }
11600
11600
  },
11601
- "S5o": {
11601
+ "S5p": {
11602
11602
  "type": "structure",
11603
11603
  "members": {
11604
11604
  "LaunchTemplate": {
@@ -11609,11 +11609,11 @@ module.exports={
11609
11609
  }
11610
11610
  }
11611
11611
  },
11612
- "S6p": {
11612
+ "S6q": {
11613
11613
  "type": "integer",
11614
11614
  "deprecated": true
11615
11615
  },
11616
- "S6s": {
11616
+ "S6t": {
11617
11617
  "type": "list",
11618
11618
  "member": {
11619
11619
  "type": "structure",
@@ -11633,7 +11633,7 @@ module.exports={
11633
11633
  }
11634
11634
  }
11635
11635
  },
11636
- "S6w": {
11636
+ "S6x": {
11637
11637
  "type": "list",
11638
11638
  "member": {
11639
11639
  "type": "structure",
@@ -11643,7 +11643,7 @@ module.exports={
11643
11643
  }
11644
11644
  }
11645
11645
  },
11646
- "S6y": {
11646
+ "S6z": {
11647
11647
  "type": "structure",
11648
11648
  "required": [
11649
11649
  "TargetValue"
@@ -11665,7 +11665,7 @@ module.exports={
11665
11665
  "MetricName": {},
11666
11666
  "Namespace": {},
11667
11667
  "Dimensions": {
11668
- "shape": "S74"
11668
+ "shape": "S75"
11669
11669
  },
11670
11670
  "Statistic": {},
11671
11671
  "Unit": {},
@@ -11687,7 +11687,7 @@ module.exports={
11687
11687
  ],
11688
11688
  "members": {
11689
11689
  "Metric": {
11690
- "shape": "S7d"
11690
+ "shape": "S7e"
11691
11691
  },
11692
11692
  "Stat": {},
11693
11693
  "Unit": {}
@@ -11710,7 +11710,7 @@ module.exports={
11710
11710
  }
11711
11711
  }
11712
11712
  },
11713
- "S74": {
11713
+ "S75": {
11714
11714
  "type": "list",
11715
11715
  "member": {
11716
11716
  "type": "structure",
@@ -11724,7 +11724,7 @@ module.exports={
11724
11724
  }
11725
11725
  }
11726
11726
  },
11727
- "S7d": {
11727
+ "S7e": {
11728
11728
  "type": "structure",
11729
11729
  "required": [
11730
11730
  "Namespace",
@@ -11734,11 +11734,11 @@ module.exports={
11734
11734
  "Namespace": {},
11735
11735
  "MetricName": {},
11736
11736
  "Dimensions": {
11737
- "shape": "S74"
11737
+ "shape": "S75"
11738
11738
  }
11739
11739
  }
11740
11740
  },
11741
- "S7j": {
11741
+ "S7k": {
11742
11742
  "type": "structure",
11743
11743
  "required": [
11744
11744
  "MetricSpecifications"
@@ -11747,7 +11747,7 @@ module.exports={
11747
11747
  "MetricSpecifications": {
11748
11748
  "type": "list",
11749
11749
  "member": {
11750
- "shape": "S7l"
11750
+ "shape": "S7m"
11751
11751
  }
11752
11752
  },
11753
11753
  "Mode": {},
@@ -11760,7 +11760,7 @@ module.exports={
11760
11760
  }
11761
11761
  }
11762
11762
  },
11763
- "S7l": {
11763
+ "S7m": {
11764
11764
  "type": "structure",
11765
11765
  "required": [
11766
11766
  "TargetValue"
@@ -11806,7 +11806,7 @@ module.exports={
11806
11806
  ],
11807
11807
  "members": {
11808
11808
  "MetricDataQueries": {
11809
- "shape": "S7t"
11809
+ "shape": "S7u"
11810
11810
  }
11811
11811
  }
11812
11812
  },
@@ -11817,7 +11817,7 @@ module.exports={
11817
11817
  ],
11818
11818
  "members": {
11819
11819
  "MetricDataQueries": {
11820
- "shape": "S7t"
11820
+ "shape": "S7u"
11821
11821
  }
11822
11822
  }
11823
11823
  },
@@ -11828,13 +11828,13 @@ module.exports={
11828
11828
  ],
11829
11829
  "members": {
11830
11830
  "MetricDataQueries": {
11831
- "shape": "S7t"
11831
+ "shape": "S7u"
11832
11832
  }
11833
11833
  }
11834
11834
  }
11835
11835
  }
11836
11836
  },
11837
- "S7t": {
11837
+ "S7u": {
11838
11838
  "type": "list",
11839
11839
  "member": {
11840
11840
  "type": "structure",
@@ -11852,7 +11852,7 @@ module.exports={
11852
11852
  ],
11853
11853
  "members": {
11854
11854
  "Metric": {
11855
- "shape": "S7d"
11855
+ "shape": "S7e"
11856
11856
  },
11857
11857
  "Stat": {},
11858
11858
  "Unit": {}
@@ -11865,13 +11865,13 @@ module.exports={
11865
11865
  }
11866
11866
  }
11867
11867
  },
11868
- "S86": {
11868
+ "S87": {
11869
11869
  "type": "list",
11870
11870
  "member": {
11871
- "shape": "S87"
11871
+ "shape": "S88"
11872
11872
  }
11873
11873
  },
11874
- "S87": {
11874
+ "S88": {
11875
11875
  "type": "structure",
11876
11876
  "required": [
11877
11877
  "ActivityId",
@@ -11901,23 +11901,23 @@ module.exports={
11901
11901
  "AutoScalingGroupARN": {}
11902
11902
  }
11903
11903
  },
11904
- "S91": {
11904
+ "S92": {
11905
11905
  "type": "list",
11906
11906
  "member": {}
11907
11907
  },
11908
- "S9d": {
11908
+ "S9e": {
11909
11909
  "type": "list",
11910
11910
  "member": {
11911
11911
  "type": "timestamp"
11912
11912
  }
11913
11913
  },
11914
- "S9e": {
11914
+ "S9f": {
11915
11915
  "type": "list",
11916
11916
  "member": {
11917
11917
  "type": "double"
11918
11918
  }
11919
11919
  },
11920
- "S9q": {
11920
+ "S9r": {
11921
11921
  "type": "structure",
11922
11922
  "required": [
11923
11923
  "AutoScalingGroupName"
@@ -11947,12 +11947,27 @@ module.exports={
11947
11947
  "output_token": "NextToken",
11948
11948
  "result_key": "AutoScalingInstances"
11949
11949
  },
11950
+ "DescribeInstanceRefreshes": {
11951
+ "input_token": "NextToken",
11952
+ "limit_key": "MaxRecords",
11953
+ "output_token": "NextToken"
11954
+ },
11950
11955
  "DescribeLaunchConfigurations": {
11951
11956
  "input_token": "NextToken",
11952
11957
  "limit_key": "MaxRecords",
11953
11958
  "output_token": "NextToken",
11954
11959
  "result_key": "LaunchConfigurations"
11955
11960
  },
11961
+ "DescribeLoadBalancerTargetGroups": {
11962
+ "input_token": "NextToken",
11963
+ "limit_key": "MaxRecords",
11964
+ "output_token": "NextToken"
11965
+ },
11966
+ "DescribeLoadBalancers": {
11967
+ "input_token": "NextToken",
11968
+ "limit_key": "MaxRecords",
11969
+ "output_token": "NextToken"
11970
+ },
11956
11971
  "DescribeNotificationConfigurations": {
11957
11972
  "input_token": "NextToken",
11958
11973
  "limit_key": "MaxRecords",
@@ -93075,6 +93090,9 @@ module.exports={
93075
93090
  "IncludeDeprecated": {
93076
93091
  "type": "boolean"
93077
93092
  },
93093
+ "IncludeDisabled": {
93094
+ "type": "boolean"
93095
+ },
93078
93096
  "DryRun": {
93079
93097
  "locationName": "dryRun",
93080
93098
  "type": "boolean"
@@ -93190,6 +93208,9 @@ module.exports={
93190
93208
  },
93191
93209
  "ImdsSupport": {
93192
93210
  "locationName": "imdsSupport"
93211
+ },
93212
+ "SourceInstanceId": {
93213
+ "locationName": "sourceInstanceId"
93193
93214
  }
93194
93215
  }
93195
93216
  }
@@ -99243,6 +99264,29 @@ module.exports={
99243
99264
  }
99244
99265
  }
99245
99266
  },
99267
+ "DisableImage": {
99268
+ "input": {
99269
+ "type": "structure",
99270
+ "required": [
99271
+ "ImageId"
99272
+ ],
99273
+ "members": {
99274
+ "ImageId": {},
99275
+ "DryRun": {
99276
+ "type": "boolean"
99277
+ }
99278
+ }
99279
+ },
99280
+ "output": {
99281
+ "type": "structure",
99282
+ "members": {
99283
+ "Return": {
99284
+ "locationName": "return",
99285
+ "type": "boolean"
99286
+ }
99287
+ }
99288
+ }
99289
+ },
99246
99290
  "DisableImageBlockPublicAccess": {
99247
99291
  "input": {
99248
99292
  "type": "structure",
@@ -99345,7 +99389,7 @@ module.exports={
99345
99389
  "type": "structure",
99346
99390
  "members": {
99347
99391
  "Propagation": {
99348
- "shape": "S1tr",
99392
+ "shape": "S1tt",
99349
99393
  "locationName": "propagation"
99350
99394
  }
99351
99395
  }
@@ -100029,6 +100073,29 @@ module.exports={
100029
100073
  }
100030
100074
  }
100031
100075
  },
100076
+ "EnableImage": {
100077
+ "input": {
100078
+ "type": "structure",
100079
+ "required": [
100080
+ "ImageId"
100081
+ ],
100082
+ "members": {
100083
+ "ImageId": {},
100084
+ "DryRun": {
100085
+ "type": "boolean"
100086
+ }
100087
+ }
100088
+ },
100089
+ "output": {
100090
+ "type": "structure",
100091
+ "members": {
100092
+ "Return": {
100093
+ "locationName": "return",
100094
+ "type": "boolean"
100095
+ }
100096
+ }
100097
+ }
100098
+ },
100032
100099
  "EnableImageBlockPublicAccess": {
100033
100100
  "input": {
100034
100101
  "type": "structure",
@@ -100158,7 +100225,7 @@ module.exports={
100158
100225
  "type": "structure",
100159
100226
  "members": {
100160
100227
  "Propagation": {
100161
- "shape": "S1tr",
100228
+ "shape": "S1tt",
100162
100229
  "locationName": "propagation"
100163
100230
  }
100164
100231
  }
@@ -100769,7 +100836,7 @@ module.exports={
100769
100836
  "type": "structure",
100770
100837
  "members": {
100771
100838
  "InstanceFamilyCreditSpecification": {
100772
- "shape": "S1x4",
100839
+ "shape": "S1x8",
100773
100840
  "locationName": "instanceFamilyCreditSpecification"
100774
100841
  }
100775
100842
  }
@@ -100919,7 +100986,7 @@ module.exports={
100919
100986
  ],
100920
100987
  "members": {
100921
100988
  "HostIdSet": {
100922
- "shape": "S1xl"
100989
+ "shape": "S1xp"
100923
100990
  },
100924
100991
  "OfferingId": {}
100925
100992
  }
@@ -100931,7 +100998,7 @@ module.exports={
100931
100998
  "locationName": "currencyCode"
100932
100999
  },
100933
101000
  "Purchase": {
100934
- "shape": "S1xn",
101001
+ "shape": "S1xr",
100935
101002
  "locationName": "purchase"
100936
101003
  },
100937
101004
  "TotalHourlyPrice": {
@@ -100974,11 +101041,11 @@ module.exports={
100974
101041
  "type": "boolean"
100975
101042
  },
100976
101043
  "ArchitectureTypes": {
100977
- "shape": "S1xs",
101044
+ "shape": "S1xw",
100978
101045
  "locationName": "ArchitectureType"
100979
101046
  },
100980
101047
  "VirtualizationTypes": {
100981
- "shape": "S1xt",
101048
+ "shape": "S1xx",
100982
101049
  "locationName": "VirtualizationType"
100983
101050
  },
100984
101051
  "InstanceRequirements": {
@@ -101375,7 +101442,7 @@ module.exports={
101375
101442
  "locationName": "ipamResourceCidrSet",
101376
101443
  "type": "list",
101377
101444
  "member": {
101378
- "shape": "S1yt",
101445
+ "shape": "S1yx",
101379
101446
  "locationName": "item"
101380
101447
  }
101381
101448
  }
@@ -101640,7 +101707,7 @@ module.exports={
101640
101707
  "locationName": "paymentDue"
101641
101708
  },
101642
101709
  "ReservedInstanceValueRollup": {
101643
- "shape": "S1zh",
101710
+ "shape": "S1zl",
101644
101711
  "locationName": "reservedInstanceValueRollup"
101645
101712
  },
101646
101713
  "ReservedInstanceValueSet": {
@@ -101651,7 +101718,7 @@ module.exports={
101651
101718
  "type": "structure",
101652
101719
  "members": {
101653
101720
  "ReservationValue": {
101654
- "shape": "S1zh",
101721
+ "shape": "S1zl",
101655
101722
  "locationName": "reservationValue"
101656
101723
  },
101657
101724
  "ReservedInstanceId": {
@@ -101661,7 +101728,7 @@ module.exports={
101661
101728
  }
101662
101729
  },
101663
101730
  "TargetConfigurationValueRollup": {
101664
- "shape": "S1zh",
101731
+ "shape": "S1zl",
101665
101732
  "locationName": "targetConfigurationValueRollup"
101666
101733
  },
101667
101734
  "TargetConfigurationValueSet": {
@@ -101672,7 +101739,7 @@ module.exports={
101672
101739
  "type": "structure",
101673
101740
  "members": {
101674
101741
  "ReservationValue": {
101675
- "shape": "S1zh",
101742
+ "shape": "S1zl",
101676
101743
  "locationName": "reservationValue"
101677
101744
  },
101678
101745
  "TargetConfiguration": {
@@ -101744,11 +101811,11 @@ module.exports={
101744
101811
  "type": "structure",
101745
101812
  "members": {
101746
101813
  "ArchitectureTypes": {
101747
- "shape": "S1xs",
101814
+ "shape": "S1xw",
101748
101815
  "locationName": "ArchitectureType"
101749
101816
  },
101750
101817
  "VirtualizationTypes": {
101751
- "shape": "S1xt",
101818
+ "shape": "S1xx",
101752
101819
  "locationName": "VirtualizationType"
101753
101820
  },
101754
101821
  "InstanceRequirements": {
@@ -101819,11 +101886,11 @@ module.exports={
101819
101886
  "type": "structure",
101820
101887
  "members": {
101821
101888
  "SubnetIpv4CidrReservations": {
101822
- "shape": "S201",
101889
+ "shape": "S205",
101823
101890
  "locationName": "subnetIpv4CidrReservationSet"
101824
101891
  },
101825
101892
  "SubnetIpv6CidrReservations": {
101826
- "shape": "S201",
101893
+ "shape": "S205",
101827
101894
  "locationName": "subnetIpv6CidrReservationSet"
101828
101895
  },
101829
101896
  "NextToken": {
@@ -102400,7 +102467,7 @@ module.exports={
102400
102467
  "members": {
102401
102468
  "Architecture": {},
102402
102469
  "ClientData": {
102403
- "shape": "S21d"
102470
+ "shape": "S21h"
102404
102471
  },
102405
102472
  "ClientToken": {},
102406
102473
  "Description": {},
@@ -102419,7 +102486,7 @@ module.exports={
102419
102486
  "shape": "S183"
102420
102487
  },
102421
102488
  "UserBucket": {
102422
- "shape": "S21g"
102489
+ "shape": "S21k"
102423
102490
  }
102424
102491
  }
102425
102492
  }
@@ -102529,10 +102596,10 @@ module.exports={
102529
102596
  "members": {
102530
102597
  "Description": {},
102531
102598
  "Image": {
102532
- "shape": "S21n"
102599
+ "shape": "S21r"
102533
102600
  },
102534
102601
  "Volume": {
102535
- "shape": "S21o"
102602
+ "shape": "S21s"
102536
102603
  }
102537
102604
  }
102538
102605
  }
@@ -102655,7 +102722,7 @@ module.exports={
102655
102722
  "type": "structure",
102656
102723
  "members": {
102657
102724
  "ClientData": {
102658
- "shape": "S21d"
102725
+ "shape": "S21h"
102659
102726
  },
102660
102727
  "ClientToken": {},
102661
102728
  "Description": {},
@@ -102668,7 +102735,7 @@ module.exports={
102668
102735
  "shape": "S183"
102669
102736
  },
102670
102737
  "UserBucket": {
102671
- "shape": "S21g"
102738
+ "shape": "S21k"
102672
102739
  }
102673
102740
  }
102674
102741
  },
@@ -102726,11 +102793,11 @@ module.exports={
102726
102793
  "type": "boolean"
102727
102794
  },
102728
102795
  "Image": {
102729
- "shape": "S21n",
102796
+ "shape": "S21r",
102730
102797
  "locationName": "image"
102731
102798
  },
102732
102799
  "Volume": {
102733
- "shape": "S21o",
102800
+ "shape": "S21s",
102734
102801
  "locationName": "volume"
102735
102802
  }
102736
102803
  }
@@ -103045,7 +103112,7 @@ module.exports={
103045
103112
  "type": "structure",
103046
103113
  "members": {
103047
103114
  "InstanceFamilyCreditSpecification": {
103048
- "shape": "S1x4",
103115
+ "shape": "S1x8",
103049
103116
  "locationName": "instanceFamilyCreditSpecification"
103050
103117
  }
103051
103118
  }
@@ -103119,25 +103186,25 @@ module.exports={
103119
103186
  "Attribute": {},
103120
103187
  "OperationType": {},
103121
103188
  "UserIds": {
103122
- "shape": "S22t",
103189
+ "shape": "S22x",
103123
103190
  "locationName": "UserId"
103124
103191
  },
103125
103192
  "UserGroups": {
103126
- "shape": "S22u",
103193
+ "shape": "S22y",
103127
103194
  "locationName": "UserGroup"
103128
103195
  },
103129
103196
  "ProductCodes": {
103130
- "shape": "S22v",
103197
+ "shape": "S22z",
103131
103198
  "locationName": "ProductCode"
103132
103199
  },
103133
103200
  "LoadPermission": {
103134
103201
  "type": "structure",
103135
103202
  "members": {
103136
103203
  "Add": {
103137
- "shape": "S22x"
103204
+ "shape": "S231"
103138
103205
  },
103139
103206
  "Remove": {
103140
- "shape": "S22x"
103207
+ "shape": "S231"
103141
103208
  }
103142
103209
  }
103143
103210
  },
@@ -103183,7 +103250,7 @@ module.exports={
103183
103250
  "locationName": "successful"
103184
103251
  },
103185
103252
  "Unsuccessful": {
103186
- "shape": "S232",
103253
+ "shape": "S236",
103187
103254
  "locationName": "unsuccessful"
103188
103255
  }
103189
103256
  }
@@ -103251,15 +103318,15 @@ module.exports={
103251
103318
  },
103252
103319
  "OperationType": {},
103253
103320
  "ProductCodes": {
103254
- "shape": "S22v",
103321
+ "shape": "S22z",
103255
103322
  "locationName": "ProductCode"
103256
103323
  },
103257
103324
  "UserGroups": {
103258
- "shape": "S22u",
103325
+ "shape": "S22y",
103259
103326
  "locationName": "UserGroup"
103260
103327
  },
103261
103328
  "UserIds": {
103262
- "shape": "S22t",
103329
+ "shape": "S22x",
103263
103330
  "locationName": "UserId"
103264
103331
  },
103265
103332
  "Value": {},
@@ -103404,7 +103471,7 @@ module.exports={
103404
103471
  "members": {
103405
103472
  "InstanceId": {},
103406
103473
  "CapacityReservationSpecification": {
103407
- "shape": "S23f"
103474
+ "shape": "S23j"
103408
103475
  },
103409
103476
  "DryRun": {
103410
103477
  "type": "boolean"
@@ -103664,7 +103731,7 @@ module.exports={
103664
103731
  "locationName": "AddOperatingRegion"
103665
103732
  },
103666
103733
  "RemoveOperatingRegions": {
103667
- "shape": "S244",
103734
+ "shape": "S248",
103668
103735
  "locationName": "RemoveOperatingRegion"
103669
103736
  }
103670
103737
  }
@@ -103754,7 +103821,7 @@ module.exports={
103754
103821
  "type": "structure",
103755
103822
  "members": {
103756
103823
  "IpamResourceCidr": {
103757
- "shape": "S1yt",
103824
+ "shape": "S1yx",
103758
103825
  "locationName": "ipamResourceCidr"
103759
103826
  }
103760
103827
  }
@@ -103777,7 +103844,7 @@ module.exports={
103777
103844
  "locationName": "AddOperatingRegion"
103778
103845
  },
103779
103846
  "RemoveOperatingRegions": {
103780
- "shape": "S244",
103847
+ "shape": "S248",
103781
103848
  "locationName": "RemoveOperatingRegion"
103782
103849
  }
103783
103850
  }
@@ -104108,7 +104175,7 @@ module.exports={
104108
104175
  "OperationType": {},
104109
104176
  "SnapshotId": {},
104110
104177
  "UserIds": {
104111
- "shape": "S22t",
104178
+ "shape": "S22x",
104112
104179
  "locationName": "UserId"
104113
104180
  },
104114
104181
  "DryRun": {
@@ -105057,13 +105124,13 @@ module.exports={
105057
105124
  ],
105058
105125
  "members": {
105059
105126
  "AccepterPeeringConnectionOptions": {
105060
- "shape": "S26s"
105127
+ "shape": "S26w"
105061
105128
  },
105062
105129
  "DryRun": {
105063
105130
  "type": "boolean"
105064
105131
  },
105065
105132
  "RequesterPeeringConnectionOptions": {
105066
- "shape": "S26s"
105133
+ "shape": "S26w"
105067
105134
  },
105068
105135
  "VpcPeeringConnectionId": {}
105069
105136
  }
@@ -105072,11 +105139,11 @@ module.exports={
105072
105139
  "type": "structure",
105073
105140
  "members": {
105074
105141
  "AccepterPeeringConnectionOptions": {
105075
- "shape": "S26u",
105142
+ "shape": "S26y",
105076
105143
  "locationName": "accepterPeeringConnectionOptions"
105077
105144
  },
105078
105145
  "RequesterPeeringConnectionOptions": {
105079
- "shape": "S26u",
105146
+ "shape": "S26y",
105080
105147
  "locationName": "requesterPeeringConnectionOptions"
105081
105148
  }
105082
105149
  }
@@ -105300,7 +105367,7 @@ module.exports={
105300
105367
  "type": "structure",
105301
105368
  "members": {
105302
105369
  "InstanceMonitorings": {
105303
- "shape": "S279",
105370
+ "shape": "S27d",
105304
105371
  "locationName": "instancesSet"
105305
105372
  }
105306
105373
  }
@@ -105486,7 +105553,7 @@ module.exports={
105486
105553
  "ClientToken": {},
105487
105554
  "CurrencyCode": {},
105488
105555
  "HostIdSet": {
105489
- "shape": "S1xl"
105556
+ "shape": "S1xp"
105490
105557
  },
105491
105558
  "LimitPrice": {},
105492
105559
  "OfferingId": {},
@@ -105506,7 +105573,7 @@ module.exports={
105506
105573
  "locationName": "currencyCode"
105507
105574
  },
105508
105575
  "Purchase": {
105509
- "shape": "S1xn",
105576
+ "shape": "S1xr",
105510
105577
  "locationName": "purchase"
105511
105578
  },
105512
105579
  "TotalHourlyPrice": {
@@ -105965,7 +106032,7 @@ module.exports={
105965
106032
  "locationName": "successful"
105966
106033
  },
105967
106034
  "Unsuccessful": {
105968
- "shape": "S232",
106035
+ "shape": "S236",
105969
106036
  "locationName": "unsuccessful"
105970
106037
  }
105971
106038
  }
@@ -107034,7 +107101,7 @@ module.exports={
107034
107101
  }
107035
107102
  },
107036
107103
  "CapacityReservationSpecification": {
107037
- "shape": "S23f"
107104
+ "shape": "S23j"
107038
107105
  },
107039
107106
  "HibernationOptions": {
107040
107107
  "type": "structure",
@@ -107200,7 +107267,7 @@ module.exports={
107200
107267
  "type": "integer"
107201
107268
  },
107202
107269
  "Groups": {
107203
- "shape": "S2ay",
107270
+ "shape": "S2b2",
107204
107271
  "locationName": "Group"
107205
107272
  },
107206
107273
  "Ipv6AddressCount": {
@@ -107249,7 +107316,7 @@ module.exports={
107249
107316
  },
107250
107317
  "RamdiskId": {},
107251
107318
  "SecurityGroupIds": {
107252
- "shape": "S2ay",
107319
+ "shape": "S2b2",
107253
107320
  "locationName": "SecurityGroupId"
107254
107321
  },
107255
107322
  "SubnetId": {},
@@ -107463,7 +107530,7 @@ module.exports={
107463
107530
  "type": "structure",
107464
107531
  "members": {
107465
107532
  "StartingInstances": {
107466
- "shape": "S2bm",
107533
+ "shape": "S2bq",
107467
107534
  "locationName": "instancesSet"
107468
107535
  }
107469
107536
  }
@@ -107590,7 +107657,7 @@ module.exports={
107590
107657
  "type": "structure",
107591
107658
  "members": {
107592
107659
  "StoppingInstances": {
107593
- "shape": "S2bm",
107660
+ "shape": "S2bq",
107594
107661
  "locationName": "instancesSet"
107595
107662
  }
107596
107663
  }
@@ -107665,7 +107732,7 @@ module.exports={
107665
107732
  "type": "structure",
107666
107733
  "members": {
107667
107734
  "TerminatingInstances": {
107668
- "shape": "S2bm",
107735
+ "shape": "S2bq",
107669
107736
  "locationName": "instancesSet"
107670
107737
  }
107671
107738
  }
@@ -107784,7 +107851,7 @@ module.exports={
107784
107851
  "type": "structure",
107785
107852
  "members": {
107786
107853
  "InstanceMonitorings": {
107787
- "shape": "S279",
107854
+ "shape": "S27d",
107788
107855
  "locationName": "instancesSet"
107789
107856
  }
107790
107857
  }
@@ -107803,7 +107870,7 @@ module.exports={
107803
107870
  "shape": "S6q"
107804
107871
  },
107805
107872
  "SecurityGroupRuleDescriptions": {
107806
- "shape": "S2ca",
107873
+ "shape": "S2ce",
107807
107874
  "locationName": "SecurityGroupRuleDescription"
107808
107875
  }
107809
107876
  }
@@ -107831,7 +107898,7 @@ module.exports={
107831
107898
  "shape": "S6q"
107832
107899
  },
107833
107900
  "SecurityGroupRuleDescriptions": {
107834
- "shape": "S2ca",
107901
+ "shape": "S2ce",
107835
107902
  "locationName": "SecurityGroupRuleDescription"
107836
107903
  }
107837
107904
  }
@@ -117409,7 +117476,7 @@ module.exports={
117409
117476
  "locationName": "AvailabilityZone"
117410
117477
  }
117411
117478
  },
117412
- "S1tr": {
117479
+ "S1tt": {
117413
117480
  "type": "structure",
117414
117481
  "members": {
117415
117482
  "TransitGatewayAttachmentId": {
@@ -117432,7 +117499,7 @@ module.exports={
117432
117499
  }
117433
117500
  }
117434
117501
  },
117435
- "S1x4": {
117502
+ "S1x8": {
117436
117503
  "type": "structure",
117437
117504
  "members": {
117438
117505
  "InstanceFamily": {
@@ -117443,13 +117510,13 @@ module.exports={
117443
117510
  }
117444
117511
  }
117445
117512
  },
117446
- "S1xl": {
117513
+ "S1xp": {
117447
117514
  "type": "list",
117448
117515
  "member": {
117449
117516
  "locationName": "item"
117450
117517
  }
117451
117518
  },
117452
- "S1xn": {
117519
+ "S1xr": {
117453
117520
  "type": "list",
117454
117521
  "member": {
117455
117522
  "locationName": "item",
@@ -117484,19 +117551,19 @@ module.exports={
117484
117551
  }
117485
117552
  }
117486
117553
  },
117487
- "S1xs": {
117554
+ "S1xw": {
117488
117555
  "type": "list",
117489
117556
  "member": {
117490
117557
  "locationName": "item"
117491
117558
  }
117492
117559
  },
117493
- "S1xt": {
117560
+ "S1xx": {
117494
117561
  "type": "list",
117495
117562
  "member": {
117496
117563
  "locationName": "item"
117497
117564
  }
117498
117565
  },
117499
- "S1yt": {
117566
+ "S1yx": {
117500
117567
  "type": "structure",
117501
117568
  "members": {
117502
117569
  "IpamId": {
@@ -117548,7 +117615,7 @@ module.exports={
117548
117615
  }
117549
117616
  }
117550
117617
  },
117551
- "S1zh": {
117618
+ "S1zl": {
117552
117619
  "type": "structure",
117553
117620
  "members": {
117554
117621
  "HourlyPrice": {
@@ -117562,14 +117629,14 @@ module.exports={
117562
117629
  }
117563
117630
  }
117564
117631
  },
117565
- "S201": {
117632
+ "S205": {
117566
117633
  "type": "list",
117567
117634
  "member": {
117568
117635
  "shape": "Snn",
117569
117636
  "locationName": "item"
117570
117637
  }
117571
117638
  },
117572
- "S21d": {
117639
+ "S21h": {
117573
117640
  "type": "structure",
117574
117641
  "members": {
117575
117642
  "Comment": {},
@@ -117584,14 +117651,14 @@ module.exports={
117584
117651
  }
117585
117652
  }
117586
117653
  },
117587
- "S21g": {
117654
+ "S21k": {
117588
117655
  "type": "structure",
117589
117656
  "members": {
117590
117657
  "S3Bucket": {},
117591
117658
  "S3Key": {}
117592
117659
  }
117593
117660
  },
117594
- "S21n": {
117661
+ "S21r": {
117595
117662
  "type": "structure",
117596
117663
  "required": [
117597
117664
  "Bytes",
@@ -117612,7 +117679,7 @@ module.exports={
117612
117679
  }
117613
117680
  }
117614
117681
  },
117615
- "S21o": {
117682
+ "S21s": {
117616
117683
  "type": "structure",
117617
117684
  "required": [
117618
117685
  "Size"
@@ -117624,25 +117691,25 @@ module.exports={
117624
117691
  }
117625
117692
  }
117626
117693
  },
117627
- "S22t": {
117694
+ "S22x": {
117628
117695
  "type": "list",
117629
117696
  "member": {
117630
117697
  "locationName": "UserId"
117631
117698
  }
117632
117699
  },
117633
- "S22u": {
117700
+ "S22y": {
117634
117701
  "type": "list",
117635
117702
  "member": {
117636
117703
  "locationName": "UserGroup"
117637
117704
  }
117638
117705
  },
117639
- "S22v": {
117706
+ "S22z": {
117640
117707
  "type": "list",
117641
117708
  "member": {
117642
117709
  "locationName": "ProductCode"
117643
117710
  }
117644
117711
  },
117645
- "S22x": {
117712
+ "S231": {
117646
117713
  "type": "list",
117647
117714
  "member": {
117648
117715
  "locationName": "item",
@@ -117653,14 +117720,14 @@ module.exports={
117653
117720
  }
117654
117721
  }
117655
117722
  },
117656
- "S232": {
117723
+ "S236": {
117657
117724
  "type": "list",
117658
117725
  "member": {
117659
117726
  "shape": "S1h",
117660
117727
  "locationName": "item"
117661
117728
  }
117662
117729
  },
117663
- "S23f": {
117730
+ "S23j": {
117664
117731
  "type": "structure",
117665
117732
  "members": {
117666
117733
  "CapacityReservationPreference": {},
@@ -117669,7 +117736,7 @@ module.exports={
117669
117736
  }
117670
117737
  }
117671
117738
  },
117672
- "S244": {
117739
+ "S248": {
117673
117740
  "type": "list",
117674
117741
  "member": {
117675
117742
  "type": "structure",
@@ -117678,7 +117745,7 @@ module.exports={
117678
117745
  }
117679
117746
  }
117680
117747
  },
117681
- "S26s": {
117748
+ "S26w": {
117682
117749
  "type": "structure",
117683
117750
  "members": {
117684
117751
  "AllowDnsResolutionFromRemoteVpc": {
@@ -117692,7 +117759,7 @@ module.exports={
117692
117759
  }
117693
117760
  }
117694
117761
  },
117695
- "S26u": {
117762
+ "S26y": {
117696
117763
  "type": "structure",
117697
117764
  "members": {
117698
117765
  "AllowDnsResolutionFromRemoteVpc": {
@@ -117709,7 +117776,7 @@ module.exports={
117709
117776
  }
117710
117777
  }
117711
117778
  },
117712
- "S279": {
117779
+ "S27d": {
117713
117780
  "type": "list",
117714
117781
  "member": {
117715
117782
  "locationName": "item",
@@ -117725,13 +117792,13 @@ module.exports={
117725
117792
  }
117726
117793
  }
117727
117794
  },
117728
- "S2ay": {
117795
+ "S2b2": {
117729
117796
  "type": "list",
117730
117797
  "member": {
117731
117798
  "locationName": "SecurityGroupId"
117732
117799
  }
117733
117800
  },
117734
- "S2bm": {
117801
+ "S2bq": {
117735
117802
  "type": "list",
117736
117803
  "member": {
117737
117804
  "locationName": "item",
@@ -117751,7 +117818,7 @@ module.exports={
117751
117818
  }
117752
117819
  }
117753
117820
  },
117754
- "S2ca": {
117821
+ "S2ce": {
117755
117822
  "type": "list",
117756
117823
  "member": {
117757
117824
  "locationName": "item",
@@ -173387,41 +173454,41 @@ module.exports={
173387
173454
  },
173388
173455
  "PackageType": {},
173389
173456
  "DeadLetterConfig": {
173390
- "shape": "S2u"
173457
+ "shape": "S2v"
173391
173458
  },
173392
173459
  "Environment": {
173393
- "shape": "S2w"
173460
+ "shape": "S2x"
173394
173461
  },
173395
173462
  "KMSKeyArn": {},
173396
173463
  "TracingConfig": {
173397
- "shape": "S31"
173464
+ "shape": "S32"
173398
173465
  },
173399
173466
  "Tags": {
173400
- "shape": "S33"
173467
+ "shape": "S34"
173401
173468
  },
173402
173469
  "Layers": {
173403
- "shape": "S36"
173470
+ "shape": "S37"
173404
173471
  },
173405
173472
  "FileSystemConfigs": {
173406
- "shape": "S38"
173473
+ "shape": "S39"
173407
173474
  },
173408
173475
  "ImageConfig": {
173409
- "shape": "S3c"
173476
+ "shape": "S3d"
173410
173477
  },
173411
173478
  "CodeSigningConfigArn": {},
173412
173479
  "Architectures": {
173413
- "shape": "S3f"
173480
+ "shape": "S3g"
173414
173481
  },
173415
173482
  "EphemeralStorage": {
173416
- "shape": "S3h"
173483
+ "shape": "S3i"
173417
173484
  },
173418
173485
  "SnapStart": {
173419
- "shape": "S3j"
173486
+ "shape": "S3k"
173420
173487
  }
173421
173488
  }
173422
173489
  },
173423
173490
  "output": {
173424
- "shape": "S3l"
173491
+ "shape": "S3m"
173425
173492
  }
173426
173493
  },
173427
173494
  "CreateFunctionUrlConfig": {
@@ -173446,7 +173513,7 @@ module.exports={
173446
173513
  },
173447
173514
  "AuthType": {},
173448
173515
  "Cors": {
173449
- "shape": "S4c"
173516
+ "shape": "S4d"
173450
173517
  },
173451
173518
  "InvokeMode": {}
173452
173519
  }
@@ -173464,7 +173531,7 @@ module.exports={
173464
173531
  "FunctionArn": {},
173465
173532
  "AuthType": {},
173466
173533
  "Cors": {
173467
- "shape": "S4c"
173534
+ "shape": "S4d"
173468
173535
  },
173469
173536
  "CreationTime": {},
173470
173537
  "InvokeMode": {}
@@ -173848,7 +173915,7 @@ module.exports={
173848
173915
  "type": "structure",
173849
173916
  "members": {
173850
173917
  "Configuration": {
173851
- "shape": "S3l"
173918
+ "shape": "S3m"
173852
173919
  },
173853
173920
  "Code": {
173854
173921
  "type": "structure",
@@ -173860,10 +173927,10 @@ module.exports={
173860
173927
  }
173861
173928
  },
173862
173929
  "Tags": {
173863
- "shape": "S33"
173930
+ "shape": "S34"
173864
173931
  },
173865
173932
  "Concurrency": {
173866
- "shape": "S5c"
173933
+ "shape": "S5d"
173867
173934
  }
173868
173935
  }
173869
173936
  }
@@ -173948,7 +174015,7 @@ module.exports={
173948
174015
  }
173949
174016
  },
173950
174017
  "output": {
173951
- "shape": "S3l"
174018
+ "shape": "S3m"
173952
174019
  }
173953
174020
  },
173954
174021
  "GetFunctionEventInvokeConfig": {
@@ -173974,7 +174041,7 @@ module.exports={
173974
174041
  }
173975
174042
  },
173976
174043
  "output": {
173977
- "shape": "S5k"
174044
+ "shape": "S5l"
173978
174045
  }
173979
174046
  },
173980
174047
  "GetFunctionUrlConfig": {
@@ -174013,7 +174080,7 @@ module.exports={
174013
174080
  "FunctionArn": {},
174014
174081
  "AuthType": {},
174015
174082
  "Cors": {
174016
- "shape": "S4c"
174083
+ "shape": "S4d"
174017
174084
  },
174018
174085
  "CreationTime": {},
174019
174086
  "LastModifiedTime": {},
@@ -174046,7 +174113,7 @@ module.exports={
174046
174113
  }
174047
174114
  },
174048
174115
  "output": {
174049
- "shape": "S5q"
174116
+ "shape": "S5r"
174050
174117
  }
174051
174118
  },
174052
174119
  "GetLayerVersionByArn": {
@@ -174068,7 +174135,7 @@ module.exports={
174068
174135
  }
174069
174136
  },
174070
174137
  "output": {
174071
- "shape": "S5q"
174138
+ "shape": "S5r"
174072
174139
  }
174073
174140
  },
174074
174141
  "GetLayerVersionPolicy": {
@@ -174534,7 +174601,7 @@ module.exports={
174534
174601
  "FunctionEventInvokeConfigs": {
174535
174602
  "type": "list",
174536
174603
  "member": {
174537
- "shape": "S5k"
174604
+ "shape": "S5l"
174538
174605
  }
174539
174606
  },
174540
174607
  "NextMarker": {}
@@ -174591,7 +174658,7 @@ module.exports={
174591
174658
  "CreationTime": {},
174592
174659
  "LastModifiedTime": {},
174593
174660
  "Cors": {
174594
- "shape": "S4c"
174661
+ "shape": "S4d"
174595
174662
  },
174596
174663
  "AuthType": {},
174597
174664
  "InvokeMode": {}
@@ -174635,7 +174702,7 @@ module.exports={
174635
174702
  "members": {
174636
174703
  "NextMarker": {},
174637
174704
  "Functions": {
174638
- "shape": "S7a"
174705
+ "shape": "S7b"
174639
174706
  }
174640
174707
  }
174641
174708
  }
@@ -174720,7 +174787,7 @@ module.exports={
174720
174787
  "LayerVersions": {
174721
174788
  "type": "list",
174722
174789
  "member": {
174723
- "shape": "S7i"
174790
+ "shape": "S7j"
174724
174791
  }
174725
174792
  }
174726
174793
  }
@@ -174766,7 +174833,7 @@ module.exports={
174766
174833
  "LayerName": {},
174767
174834
  "LayerArn": {},
174768
174835
  "LatestMatchingVersion": {
174769
- "shape": "S7i"
174836
+ "shape": "S7j"
174770
174837
  }
174771
174838
  }
174772
174839
  }
@@ -174850,7 +174917,7 @@ module.exports={
174850
174917
  "type": "structure",
174851
174918
  "members": {
174852
174919
  "Tags": {
174853
- "shape": "S33"
174920
+ "shape": "S34"
174854
174921
  }
174855
174922
  }
174856
174923
  }
@@ -174887,7 +174954,7 @@ module.exports={
174887
174954
  "members": {
174888
174955
  "NextMarker": {},
174889
174956
  "Versions": {
174890
- "shape": "S7a"
174957
+ "shape": "S7b"
174891
174958
  }
174892
174959
  }
174893
174960
  }
@@ -174921,11 +174988,11 @@ module.exports={
174921
174988
  }
174922
174989
  },
174923
174990
  "CompatibleRuntimes": {
174924
- "shape": "S5t"
174991
+ "shape": "S5u"
174925
174992
  },
174926
174993
  "LicenseInfo": {},
174927
174994
  "CompatibleArchitectures": {
174928
- "shape": "S5v"
174995
+ "shape": "S5w"
174929
174996
  }
174930
174997
  }
174931
174998
  },
@@ -174933,7 +175000,7 @@ module.exports={
174933
175000
  "type": "structure",
174934
175001
  "members": {
174935
175002
  "Content": {
174936
- "shape": "S5r"
175003
+ "shape": "S5s"
174937
175004
  },
174938
175005
  "LayerArn": {},
174939
175006
  "LayerVersionArn": {},
@@ -174943,11 +175010,11 @@ module.exports={
174943
175010
  "type": "long"
174944
175011
  },
174945
175012
  "CompatibleRuntimes": {
174946
- "shape": "S5t"
175013
+ "shape": "S5u"
174947
175014
  },
174948
175015
  "LicenseInfo": {},
174949
175016
  "CompatibleArchitectures": {
174950
- "shape": "S5v"
175017
+ "shape": "S5w"
174951
175018
  }
174952
175019
  }
174953
175020
  }
@@ -174973,7 +175040,7 @@ module.exports={
174973
175040
  }
174974
175041
  },
174975
175042
  "output": {
174976
- "shape": "S3l"
175043
+ "shape": "S3m"
174977
175044
  }
174978
175045
  },
174979
175046
  "PutFunctionCodeSigningConfig": {
@@ -175031,7 +175098,7 @@ module.exports={
175031
175098
  }
175032
175099
  },
175033
175100
  "output": {
175034
- "shape": "S5c"
175101
+ "shape": "S5d"
175035
175102
  }
175036
175103
  },
175037
175104
  "PutFunctionEventInvokeConfig": {
@@ -175066,7 +175133,7 @@ module.exports={
175066
175133
  }
175067
175134
  },
175068
175135
  "output": {
175069
- "shape": "S5k"
175136
+ "shape": "S5l"
175070
175137
  }
175071
175138
  },
175072
175139
  "PutProvisionedConcurrencyConfig": {
@@ -175235,7 +175302,7 @@ module.exports={
175235
175302
  "locationName": "ARN"
175236
175303
  },
175237
175304
  "Tags": {
175238
- "shape": "S33"
175305
+ "shape": "S34"
175239
175306
  }
175240
175307
  }
175241
175308
  }
@@ -175432,12 +175499,12 @@ module.exports={
175432
175499
  },
175433
175500
  "RevisionId": {},
175434
175501
  "Architectures": {
175435
- "shape": "S3f"
175502
+ "shape": "S3g"
175436
175503
  }
175437
175504
  }
175438
175505
  },
175439
175506
  "output": {
175440
- "shape": "S3l"
175507
+ "shape": "S3m"
175441
175508
  }
175442
175509
  },
175443
175510
  "UpdateFunctionConfiguration": {
@@ -175469,36 +175536,36 @@ module.exports={
175469
175536
  "shape": "S2o"
175470
175537
  },
175471
175538
  "Environment": {
175472
- "shape": "S2w"
175539
+ "shape": "S2x"
175473
175540
  },
175474
175541
  "Runtime": {},
175475
175542
  "DeadLetterConfig": {
175476
- "shape": "S2u"
175543
+ "shape": "S2v"
175477
175544
  },
175478
175545
  "KMSKeyArn": {},
175479
175546
  "TracingConfig": {
175480
- "shape": "S31"
175547
+ "shape": "S32"
175481
175548
  },
175482
175549
  "RevisionId": {},
175483
175550
  "Layers": {
175484
- "shape": "S36"
175551
+ "shape": "S37"
175485
175552
  },
175486
175553
  "FileSystemConfigs": {
175487
- "shape": "S38"
175554
+ "shape": "S39"
175488
175555
  },
175489
175556
  "ImageConfig": {
175490
- "shape": "S3c"
175557
+ "shape": "S3d"
175491
175558
  },
175492
175559
  "EphemeralStorage": {
175493
- "shape": "S3h"
175560
+ "shape": "S3i"
175494
175561
  },
175495
175562
  "SnapStart": {
175496
- "shape": "S3j"
175563
+ "shape": "S3k"
175497
175564
  }
175498
175565
  }
175499
175566
  },
175500
175567
  "output": {
175501
- "shape": "S3l"
175568
+ "shape": "S3m"
175502
175569
  }
175503
175570
  },
175504
175571
  "UpdateFunctionEventInvokeConfig": {
@@ -175532,7 +175599,7 @@ module.exports={
175532
175599
  }
175533
175600
  },
175534
175601
  "output": {
175535
- "shape": "S5k"
175602
+ "shape": "S5l"
175536
175603
  }
175537
175604
  },
175538
175605
  "UpdateFunctionUrlConfig": {
@@ -175557,7 +175624,7 @@ module.exports={
175557
175624
  },
175558
175625
  "AuthType": {},
175559
175626
  "Cors": {
175560
- "shape": "S4c"
175627
+ "shape": "S4d"
175561
175628
  },
175562
175629
  "InvokeMode": {}
175563
175630
  }
@@ -175576,7 +175643,7 @@ module.exports={
175576
175643
  "FunctionArn": {},
175577
175644
  "AuthType": {},
175578
175645
  "Cors": {
175579
- "shape": "S4c"
175646
+ "shape": "S4d"
175580
175647
  },
175581
175648
  "CreationTime": {},
175582
175649
  "LastModifiedTime": {},
@@ -175829,6 +175896,9 @@ module.exports={
175829
175896
  },
175830
175897
  "SecurityGroupIds": {
175831
175898
  "shape": "S2r"
175899
+ },
175900
+ "Ipv6AllowedForDualStack": {
175901
+ "type": "boolean"
175832
175902
  }
175833
175903
  }
175834
175904
  },
@@ -175840,21 +175910,21 @@ module.exports={
175840
175910
  "type": "list",
175841
175911
  "member": {}
175842
175912
  },
175843
- "S2u": {
175913
+ "S2v": {
175844
175914
  "type": "structure",
175845
175915
  "members": {
175846
175916
  "TargetArn": {}
175847
175917
  }
175848
175918
  },
175849
- "S2w": {
175919
+ "S2x": {
175850
175920
  "type": "structure",
175851
175921
  "members": {
175852
175922
  "Variables": {
175853
- "shape": "S2x"
175923
+ "shape": "S2y"
175854
175924
  }
175855
175925
  }
175856
175926
  },
175857
- "S2x": {
175927
+ "S2y": {
175858
175928
  "type": "map",
175859
175929
  "key": {
175860
175930
  "type": "string",
@@ -175866,22 +175936,22 @@ module.exports={
175866
175936
  },
175867
175937
  "sensitive": true
175868
175938
  },
175869
- "S31": {
175939
+ "S32": {
175870
175940
  "type": "structure",
175871
175941
  "members": {
175872
175942
  "Mode": {}
175873
175943
  }
175874
175944
  },
175875
- "S33": {
175945
+ "S34": {
175876
175946
  "type": "map",
175877
175947
  "key": {},
175878
175948
  "value": {}
175879
175949
  },
175880
- "S36": {
175950
+ "S37": {
175881
175951
  "type": "list",
175882
175952
  "member": {}
175883
175953
  },
175884
- "S38": {
175954
+ "S39": {
175885
175955
  "type": "list",
175886
175956
  "member": {
175887
175957
  "type": "structure",
@@ -175895,27 +175965,27 @@ module.exports={
175895
175965
  }
175896
175966
  }
175897
175967
  },
175898
- "S3c": {
175968
+ "S3d": {
175899
175969
  "type": "structure",
175900
175970
  "members": {
175901
175971
  "EntryPoint": {
175902
- "shape": "S3d"
175972
+ "shape": "S3e"
175903
175973
  },
175904
175974
  "Command": {
175905
- "shape": "S3d"
175975
+ "shape": "S3e"
175906
175976
  },
175907
175977
  "WorkingDirectory": {}
175908
175978
  }
175909
175979
  },
175910
- "S3d": {
175980
+ "S3e": {
175911
175981
  "type": "list",
175912
175982
  "member": {}
175913
175983
  },
175914
- "S3f": {
175984
+ "S3g": {
175915
175985
  "type": "list",
175916
175986
  "member": {}
175917
175987
  },
175918
- "S3h": {
175988
+ "S3i": {
175919
175989
  "type": "structure",
175920
175990
  "required": [
175921
175991
  "Size"
@@ -175926,13 +175996,13 @@ module.exports={
175926
175996
  }
175927
175997
  }
175928
175998
  },
175929
- "S3j": {
175999
+ "S3k": {
175930
176000
  "type": "structure",
175931
176001
  "members": {
175932
176002
  "ApplyOn": {}
175933
176003
  }
175934
176004
  },
175935
- "S3l": {
176005
+ "S3m": {
175936
176006
  "type": "structure",
175937
176007
  "members": {
175938
176008
  "FunctionName": {},
@@ -175962,24 +176032,27 @@ module.exports={
175962
176032
  "SecurityGroupIds": {
175963
176033
  "shape": "S2r"
175964
176034
  },
175965
- "VpcId": {}
176035
+ "VpcId": {},
176036
+ "Ipv6AllowedForDualStack": {
176037
+ "type": "boolean"
176038
+ }
175966
176039
  }
175967
176040
  },
175968
176041
  "DeadLetterConfig": {
175969
- "shape": "S2u"
176042
+ "shape": "S2v"
175970
176043
  },
175971
176044
  "Environment": {
175972
176045
  "type": "structure",
175973
176046
  "members": {
175974
176047
  "Variables": {
175975
- "shape": "S2x"
176048
+ "shape": "S2y"
175976
176049
  },
175977
176050
  "Error": {
175978
176051
  "type": "structure",
175979
176052
  "members": {
175980
176053
  "ErrorCode": {},
175981
176054
  "Message": {
175982
- "shape": "S3t"
176055
+ "shape": "S3u"
175983
176056
  }
175984
176057
  }
175985
176058
  }
@@ -176015,21 +176088,21 @@ module.exports={
176015
176088
  "LastUpdateStatusReason": {},
176016
176089
  "LastUpdateStatusReasonCode": {},
176017
176090
  "FileSystemConfigs": {
176018
- "shape": "S38"
176091
+ "shape": "S39"
176019
176092
  },
176020
176093
  "PackageType": {},
176021
176094
  "ImageConfigResponse": {
176022
176095
  "type": "structure",
176023
176096
  "members": {
176024
176097
  "ImageConfig": {
176025
- "shape": "S3c"
176098
+ "shape": "S3d"
176026
176099
  },
176027
176100
  "Error": {
176028
176101
  "type": "structure",
176029
176102
  "members": {
176030
176103
  "ErrorCode": {},
176031
176104
  "Message": {
176032
- "shape": "S3t"
176105
+ "shape": "S3u"
176033
176106
  }
176034
176107
  }
176035
176108
  }
@@ -176038,10 +176111,10 @@ module.exports={
176038
176111
  "SigningProfileVersionArn": {},
176039
176112
  "SigningJobArn": {},
176040
176113
  "Architectures": {
176041
- "shape": "S3f"
176114
+ "shape": "S3g"
176042
176115
  },
176043
176116
  "EphemeralStorage": {
176044
- "shape": "S3h"
176117
+ "shape": "S3i"
176045
176118
  },
176046
176119
  "SnapStart": {
176047
176120
  "type": "structure",
@@ -176059,7 +176132,7 @@ module.exports={
176059
176132
  "members": {
176060
176133
  "ErrorCode": {},
176061
176134
  "Message": {
176062
- "shape": "S3t"
176135
+ "shape": "S3u"
176063
176136
  }
176064
176137
  }
176065
176138
  }
@@ -176067,18 +176140,18 @@ module.exports={
176067
176140
  }
176068
176141
  }
176069
176142
  },
176070
- "S3t": {
176143
+ "S3u": {
176071
176144
  "type": "string",
176072
176145
  "sensitive": true
176073
176146
  },
176074
- "S4c": {
176147
+ "S4d": {
176075
176148
  "type": "structure",
176076
176149
  "members": {
176077
176150
  "AllowCredentials": {
176078
176151
  "type": "boolean"
176079
176152
  },
176080
176153
  "AllowHeaders": {
176081
- "shape": "S4e"
176154
+ "shape": "S4f"
176082
176155
  },
176083
176156
  "AllowMethods": {
176084
176157
  "type": "list",
@@ -176089,18 +176162,18 @@ module.exports={
176089
176162
  "member": {}
176090
176163
  },
176091
176164
  "ExposeHeaders": {
176092
- "shape": "S4e"
176165
+ "shape": "S4f"
176093
176166
  },
176094
176167
  "MaxAge": {
176095
176168
  "type": "integer"
176096
176169
  }
176097
176170
  }
176098
176171
  },
176099
- "S4e": {
176172
+ "S4f": {
176100
176173
  "type": "list",
176101
176174
  "member": {}
176102
176175
  },
176103
- "S5c": {
176176
+ "S5d": {
176104
176177
  "type": "structure",
176105
176178
  "members": {
176106
176179
  "ReservedConcurrentExecutions": {
@@ -176108,7 +176181,7 @@ module.exports={
176108
176181
  }
176109
176182
  }
176110
176183
  },
176111
- "S5k": {
176184
+ "S5l": {
176112
176185
  "type": "structure",
176113
176186
  "members": {
176114
176187
  "LastModified": {
@@ -176126,11 +176199,11 @@ module.exports={
176126
176199
  }
176127
176200
  }
176128
176201
  },
176129
- "S5q": {
176202
+ "S5r": {
176130
176203
  "type": "structure",
176131
176204
  "members": {
176132
176205
  "Content": {
176133
- "shape": "S5r"
176206
+ "shape": "S5s"
176134
176207
  },
176135
176208
  "LayerArn": {},
176136
176209
  "LayerVersionArn": {},
@@ -176140,15 +176213,15 @@ module.exports={
176140
176213
  "type": "long"
176141
176214
  },
176142
176215
  "CompatibleRuntimes": {
176143
- "shape": "S5t"
176216
+ "shape": "S5u"
176144
176217
  },
176145
176218
  "LicenseInfo": {},
176146
176219
  "CompatibleArchitectures": {
176147
- "shape": "S5v"
176220
+ "shape": "S5w"
176148
176221
  }
176149
176222
  }
176150
176223
  },
176151
- "S5r": {
176224
+ "S5s": {
176152
176225
  "type": "structure",
176153
176226
  "members": {
176154
176227
  "Location": {},
@@ -176160,21 +176233,21 @@ module.exports={
176160
176233
  "SigningJobArn": {}
176161
176234
  }
176162
176235
  },
176163
- "S5t": {
176236
+ "S5u": {
176164
176237
  "type": "list",
176165
176238
  "member": {}
176166
176239
  },
176167
- "S5v": {
176240
+ "S5w": {
176168
176241
  "type": "list",
176169
176242
  "member": {}
176170
176243
  },
176171
- "S7a": {
176244
+ "S7b": {
176172
176245
  "type": "list",
176173
176246
  "member": {
176174
- "shape": "S3l"
176247
+ "shape": "S3m"
176175
176248
  }
176176
176249
  },
176177
- "S7i": {
176250
+ "S7j": {
176178
176251
  "type": "structure",
176179
176252
  "members": {
176180
176253
  "LayerVersionArn": {},
@@ -176184,11 +176257,11 @@ module.exports={
176184
176257
  "Description": {},
176185
176258
  "CreatedDate": {},
176186
176259
  "CompatibleRuntimes": {
176187
- "shape": "S5t"
176260
+ "shape": "S5u"
176188
176261
  },
176189
176262
  "LicenseInfo": {},
176190
176263
  "CompatibleArchitectures": {
176191
- "shape": "S5v"
176264
+ "shape": "S5w"
176192
176265
  }
176193
176266
  }
176194
176267
  }
@@ -178758,7 +178831,7 @@ module.exports={
178758
178831
  "members": {}
178759
178832
  },
178760
178833
  "endpoint": {
178761
- "hostPrefix": "tracking."
178834
+ "hostPrefix": "cp.tracking."
178762
178835
  }
178763
178836
  },
178764
178837
  "BatchDeleteDevicePositionHistory": {
@@ -179433,7 +179506,7 @@ module.exports={
179433
179506
  }
179434
179507
  },
179435
179508
  "endpoint": {
179436
- "hostPrefix": "geofencing."
179509
+ "hostPrefix": "cp.geofencing."
179437
179510
  },
179438
179511
  "idempotent": true
179439
179512
  },
@@ -179485,7 +179558,7 @@ module.exports={
179485
179558
  }
179486
179559
  },
179487
179560
  "endpoint": {
179488
- "hostPrefix": "metadata."
179561
+ "hostPrefix": "cp.metadata."
179489
179562
  },
179490
179563
  "idempotent": true
179491
179564
  },
@@ -179531,7 +179604,7 @@ module.exports={
179531
179604
  }
179532
179605
  },
179533
179606
  "endpoint": {
179534
- "hostPrefix": "maps."
179607
+ "hostPrefix": "cp.maps."
179535
179608
  },
179536
179609
  "idempotent": true
179537
179610
  },
@@ -179578,7 +179651,7 @@ module.exports={
179578
179651
  }
179579
179652
  },
179580
179653
  "endpoint": {
179581
- "hostPrefix": "places."
179654
+ "hostPrefix": "cp.places."
179582
179655
  },
179583
179656
  "idempotent": true
179584
179657
  },
@@ -179622,7 +179695,7 @@ module.exports={
179622
179695
  }
179623
179696
  },
179624
179697
  "endpoint": {
179625
- "hostPrefix": "routes."
179698
+ "hostPrefix": "cp.routes."
179626
179699
  },
179627
179700
  "idempotent": true
179628
179701
  },
@@ -179676,7 +179749,7 @@ module.exports={
179676
179749
  }
179677
179750
  },
179678
179751
  "endpoint": {
179679
- "hostPrefix": "tracking."
179752
+ "hostPrefix": "cp.tracking."
179680
179753
  },
179681
179754
  "idempotent": true
179682
179755
  },
@@ -179703,7 +179776,7 @@ module.exports={
179703
179776
  "members": {}
179704
179777
  },
179705
179778
  "endpoint": {
179706
- "hostPrefix": "geofencing."
179779
+ "hostPrefix": "cp.geofencing."
179707
179780
  },
179708
179781
  "idempotent": true
179709
179782
  },
@@ -179730,7 +179803,7 @@ module.exports={
179730
179803
  "members": {}
179731
179804
  },
179732
179805
  "endpoint": {
179733
- "hostPrefix": "metadata."
179806
+ "hostPrefix": "cp.metadata."
179734
179807
  },
179735
179808
  "idempotent": true
179736
179809
  },
@@ -179757,7 +179830,7 @@ module.exports={
179757
179830
  "members": {}
179758
179831
  },
179759
179832
  "endpoint": {
179760
- "hostPrefix": "maps."
179833
+ "hostPrefix": "cp.maps."
179761
179834
  },
179762
179835
  "idempotent": true
179763
179836
  },
@@ -179784,7 +179857,7 @@ module.exports={
179784
179857
  "members": {}
179785
179858
  },
179786
179859
  "endpoint": {
179787
- "hostPrefix": "places."
179860
+ "hostPrefix": "cp.places."
179788
179861
  },
179789
179862
  "idempotent": true
179790
179863
  },
@@ -179811,7 +179884,7 @@ module.exports={
179811
179884
  "members": {}
179812
179885
  },
179813
179886
  "endpoint": {
179814
- "hostPrefix": "routes."
179887
+ "hostPrefix": "cp.routes."
179815
179888
  },
179816
179889
  "idempotent": true
179817
179890
  },
@@ -179838,7 +179911,7 @@ module.exports={
179838
179911
  "members": {}
179839
179912
  },
179840
179913
  "endpoint": {
179841
- "hostPrefix": "tracking."
179914
+ "hostPrefix": "cp.tracking."
179842
179915
  },
179843
179916
  "idempotent": true
179844
179917
  },
@@ -179897,7 +179970,7 @@ module.exports={
179897
179970
  }
179898
179971
  },
179899
179972
  "endpoint": {
179900
- "hostPrefix": "geofencing."
179973
+ "hostPrefix": "cp.geofencing."
179901
179974
  }
179902
179975
  },
179903
179976
  "DescribeKey": {
@@ -179954,7 +180027,7 @@ module.exports={
179954
180027
  }
179955
180028
  },
179956
180029
  "endpoint": {
179957
- "hostPrefix": "metadata."
180030
+ "hostPrefix": "cp.metadata."
179958
180031
  }
179959
180032
  },
179960
180033
  "DescribeMap": {
@@ -180010,7 +180083,7 @@ module.exports={
180010
180083
  }
180011
180084
  },
180012
180085
  "endpoint": {
180013
- "hostPrefix": "maps."
180086
+ "hostPrefix": "cp.maps."
180014
180087
  }
180015
180088
  },
180016
180089
  "DescribePlaceIndex": {
@@ -180066,7 +180139,7 @@ module.exports={
180066
180139
  }
180067
180140
  },
180068
180141
  "endpoint": {
180069
- "hostPrefix": "places."
180142
+ "hostPrefix": "cp.places."
180070
180143
  }
180071
180144
  },
180072
180145
  "DescribeRouteCalculator": {
@@ -180118,7 +180191,7 @@ module.exports={
180118
180191
  }
180119
180192
  },
180120
180193
  "endpoint": {
180121
- "hostPrefix": "routes."
180194
+ "hostPrefix": "cp.routes."
180122
180195
  }
180123
180196
  },
180124
180197
  "DescribeTracker": {
@@ -180180,7 +180253,7 @@ module.exports={
180180
180253
  }
180181
180254
  },
180182
180255
  "endpoint": {
180183
- "hostPrefix": "tracking."
180256
+ "hostPrefix": "cp.tracking."
180184
180257
  }
180185
180258
  },
180186
180259
  "DisassociateTrackerConsumer": {
@@ -180211,7 +180284,7 @@ module.exports={
180211
180284
  "members": {}
180212
180285
  },
180213
180286
  "endpoint": {
180214
- "hostPrefix": "tracking."
180287
+ "hostPrefix": "cp.tracking."
180215
180288
  }
180216
180289
  },
180217
180290
  "GetDevicePosition": {
@@ -180743,7 +180816,7 @@ module.exports={
180743
180816
  }
180744
180817
  },
180745
180818
  "endpoint": {
180746
- "hostPrefix": "geofencing."
180819
+ "hostPrefix": "cp.geofencing."
180747
180820
  }
180748
180821
  },
180749
180822
  "ListGeofences": {
@@ -180868,7 +180941,7 @@ module.exports={
180868
180941
  }
180869
180942
  },
180870
180943
  "endpoint": {
180871
- "hostPrefix": "metadata."
180944
+ "hostPrefix": "cp.metadata."
180872
180945
  }
180873
180946
  },
180874
180947
  "ListMaps": {
@@ -180923,7 +180996,7 @@ module.exports={
180923
180996
  }
180924
180997
  },
180925
180998
  "endpoint": {
180926
- "hostPrefix": "maps."
180999
+ "hostPrefix": "cp.maps."
180927
181000
  }
180928
181001
  },
180929
181002
  "ListPlaceIndexes": {
@@ -180978,7 +181051,7 @@ module.exports={
180978
181051
  }
180979
181052
  },
180980
181053
  "endpoint": {
180981
- "hostPrefix": "places."
181054
+ "hostPrefix": "cp.places."
180982
181055
  }
180983
181056
  },
180984
181057
  "ListRouteCalculators": {
@@ -181033,7 +181106,7 @@ module.exports={
181033
181106
  }
181034
181107
  },
181035
181108
  "endpoint": {
181036
- "hostPrefix": "routes."
181109
+ "hostPrefix": "cp.routes."
181037
181110
  }
181038
181111
  },
181039
181112
  "ListTagsForResource": {
@@ -181063,7 +181136,7 @@ module.exports={
181063
181136
  }
181064
181137
  },
181065
181138
  "endpoint": {
181066
- "hostPrefix": "metadata."
181139
+ "hostPrefix": "cp.metadata."
181067
181140
  }
181068
181141
  },
181069
181142
  "ListTrackerConsumers": {
@@ -181101,7 +181174,7 @@ module.exports={
181101
181174
  }
181102
181175
  },
181103
181176
  "endpoint": {
181104
- "hostPrefix": "tracking."
181177
+ "hostPrefix": "cp.tracking."
181105
181178
  }
181106
181179
  },
181107
181180
  "ListTrackers": {
@@ -181158,7 +181231,7 @@ module.exports={
181158
181231
  }
181159
181232
  },
181160
181233
  "endpoint": {
181161
- "hostPrefix": "tracking."
181234
+ "hostPrefix": "cp.tracking."
181162
181235
  }
181163
181236
  },
181164
181237
  "PutGeofence": {
@@ -181530,7 +181603,7 @@ module.exports={
181530
181603
  "members": {}
181531
181604
  },
181532
181605
  "endpoint": {
181533
- "hostPrefix": "metadata."
181606
+ "hostPrefix": "cp.metadata."
181534
181607
  }
181535
181608
  },
181536
181609
  "UntagResource": {
@@ -181563,7 +181636,7 @@ module.exports={
181563
181636
  "members": {}
181564
181637
  },
181565
181638
  "endpoint": {
181566
- "hostPrefix": "metadata."
181639
+ "hostPrefix": "cp.metadata."
181567
181640
  },
181568
181641
  "idempotent": true
181569
181642
  },
@@ -181610,7 +181683,7 @@ module.exports={
181610
181683
  }
181611
181684
  },
181612
181685
  "endpoint": {
181613
- "hostPrefix": "geofencing."
181686
+ "hostPrefix": "cp.geofencing."
181614
181687
  },
181615
181688
  "idempotent": true
181616
181689
  },
@@ -181661,7 +181734,7 @@ module.exports={
181661
181734
  }
181662
181735
  },
181663
181736
  "endpoint": {
181664
- "hostPrefix": "metadata."
181737
+ "hostPrefix": "cp.metadata."
181665
181738
  },
181666
181739
  "idempotent": true
181667
181740
  },
@@ -181710,7 +181783,7 @@ module.exports={
181710
181783
  }
181711
181784
  },
181712
181785
  "endpoint": {
181713
- "hostPrefix": "maps."
181786
+ "hostPrefix": "cp.maps."
181714
181787
  },
181715
181788
  "idempotent": true
181716
181789
  },
@@ -181756,7 +181829,7 @@ module.exports={
181756
181829
  }
181757
181830
  },
181758
181831
  "endpoint": {
181759
- "hostPrefix": "places."
181832
+ "hostPrefix": "cp.places."
181760
181833
  },
181761
181834
  "idempotent": true
181762
181835
  },
@@ -181799,7 +181872,7 @@ module.exports={
181799
181872
  }
181800
181873
  },
181801
181874
  "endpoint": {
181802
- "hostPrefix": "routes."
181875
+ "hostPrefix": "cp.routes."
181803
181876
  },
181804
181877
  "idempotent": true
181805
181878
  },
@@ -181853,7 +181926,7 @@ module.exports={
181853
181926
  }
181854
181927
  },
181855
181928
  "endpoint": {
181856
- "hostPrefix": "tracking."
181929
+ "hostPrefix": "cp.tracking."
181857
181930
  },
181858
181931
  "idempotent": true
181859
181932
  }
@@ -183731,7 +183804,10 @@ module.exports={
183731
183804
  ],
183732
183805
  "members": {
183733
183806
  "Username": {},
183734
- "Password": {}
183807
+ "Password": {
183808
+ "type": "string",
183809
+ "sensitive": true
183810
+ }
183735
183811
  }
183736
183812
  },
183737
183813
  "S3StagingLocation": {},
@@ -183792,7 +183868,10 @@ module.exports={
183792
183868
  ],
183793
183869
  "members": {
183794
183870
  "Username": {},
183795
- "Password": {}
183871
+ "Password": {
183872
+ "type": "string",
183873
+ "sensitive": true
183874
+ }
183796
183875
  }
183797
183876
  },
183798
183877
  "S3StagingLocation": {},
@@ -205736,7 +205815,10 @@ module.exports={
205736
205815
  },
205737
205816
  "MasterUserSecretKmsKeyId": {},
205738
205817
  "CACertificateIdentifier": {},
205739
- "DBSystemId": {}
205818
+ "DBSystemId": {},
205819
+ "DedicatedLogVolume": {
205820
+ "type": "boolean"
205821
+ }
205740
205822
  }
205741
205823
  },
205742
205824
  "output": {
@@ -205840,6 +205922,9 @@ module.exports={
205840
205922
  "type": "integer"
205841
205923
  },
205842
205924
  "SourceDBClusterIdentifier": {},
205925
+ "DedicatedLogVolume": {
205926
+ "type": "boolean"
205927
+ },
205843
205928
  "SourceRegion": {}
205844
205929
  }
205845
205930
  },
@@ -207756,6 +207841,9 @@ module.exports={
207756
207841
  },
207757
207842
  "MaxStorageThroughputPerIops": {
207758
207843
  "type": "double"
207844
+ },
207845
+ "SupportsDedicatedLogVolume": {
207846
+ "type": "boolean"
207759
207847
  }
207760
207848
  },
207761
207849
  "wrapper": true
@@ -207975,6 +208063,9 @@ module.exports={
207975
208063
  },
207976
208064
  "ValidProcessorFeatures": {
207977
208065
  "shape": "Saf"
208066
+ },
208067
+ "SupportsDedicatedLogVolume": {
208068
+ "type": "boolean"
207978
208069
  }
207979
208070
  },
207980
208071
  "wrapper": true
@@ -208482,7 +208573,10 @@ module.exports={
208482
208573
  "type": "boolean"
208483
208574
  },
208484
208575
  "MasterUserSecretKmsKeyId": {},
208485
- "Engine": {}
208576
+ "Engine": {},
208577
+ "DedicatedLogVolume": {
208578
+ "type": "boolean"
208579
+ }
208486
208580
  }
208487
208581
  },
208488
208582
  "output": {
@@ -209385,6 +209479,9 @@ module.exports={
209385
209479
  "DBClusterSnapshotIdentifier": {},
209386
209480
  "AllocatedStorage": {
209387
209481
  "type": "integer"
209482
+ },
209483
+ "DedicatedLogVolume": {
209484
+ "type": "boolean"
209388
209485
  }
209389
209486
  }
209390
209487
  },
@@ -209504,7 +209601,10 @@ module.exports={
209504
209601
  "ManageMasterUserPassword": {
209505
209602
  "type": "boolean"
209506
209603
  },
209507
- "MasterUserSecretKmsKeyId": {}
209604
+ "MasterUserSecretKmsKeyId": {},
209605
+ "DedicatedLogVolume": {
209606
+ "type": "boolean"
209607
+ }
209508
209608
  }
209509
209609
  },
209510
209610
  "output": {
@@ -209606,6 +209706,9 @@ module.exports={
209606
209706
  },
209607
209707
  "AllocatedStorage": {
209608
209708
  "type": "integer"
209709
+ },
209710
+ "DedicatedLogVolume": {
209711
+ "type": "boolean"
209609
209712
  }
209610
209713
  }
209611
209714
  },
@@ -210222,7 +210325,10 @@ module.exports={
210222
210325
  "StorageThroughput": {
210223
210326
  "type": "integer"
210224
210327
  },
210225
- "DBSystemId": {}
210328
+ "DBSystemId": {},
210329
+ "DedicatedLogVolume": {
210330
+ "type": "boolean"
210331
+ }
210226
210332
  },
210227
210333
  "wrapper": true
210228
210334
  },
@@ -210943,7 +211049,10 @@ module.exports={
210943
211049
  "StorageThroughput": {
210944
211050
  "type": "integer"
210945
211051
  },
210946
- "Engine": {}
211052
+ "Engine": {},
211053
+ "DedicatedLogVolume": {
211054
+ "type": "boolean"
211055
+ }
210947
211056
  }
210948
211057
  },
210949
211058
  "LatestRestorableTime": {
@@ -211113,7 +211222,10 @@ module.exports={
211113
211222
  }
211114
211223
  },
211115
211224
  "ReadReplicaSourceDBClusterIdentifier": {},
211116
- "PercentProgress": {}
211225
+ "PercentProgress": {},
211226
+ "DedicatedLogVolume": {
211227
+ "type": "boolean"
211228
+ }
211117
211229
  },
211118
211230
  "wrapper": true
211119
211231
  },
@@ -211430,7 +211542,10 @@ module.exports={
211430
211542
  "StorageThroughput": {
211431
211543
  "type": "integer"
211432
211544
  },
211433
- "AwsBackupRecoveryPointArn": {}
211545
+ "AwsBackupRecoveryPointArn": {},
211546
+ "DedicatedLogVolume": {
211547
+ "type": "boolean"
211548
+ }
211434
211549
  },
211435
211550
  "wrapper": true
211436
211551
  },
@@ -212588,8 +212703,7 @@ module.exports={
212588
212703
  "required": [
212589
212704
  "ClusterIdentifier",
212590
212705
  "NodeType",
212591
- "MasterUsername",
212592
- "MasterUserPassword"
212706
+ "MasterUsername"
212593
212707
  ],
212594
212708
  "members": {
212595
212709
  "DBName": {},
@@ -212597,13 +212711,15 @@ module.exports={
212597
212711
  "ClusterType": {},
212598
212712
  "NodeType": {},
212599
212713
  "MasterUsername": {},
212600
- "MasterUserPassword": {},
212601
- "ClusterSecurityGroups": {
212714
+ "MasterUserPassword": {
212602
212715
  "shape": "S1x"
212603
212716
  },
212604
- "VpcSecurityGroupIds": {
212717
+ "ClusterSecurityGroups": {
212605
212718
  "shape": "S1y"
212606
212719
  },
212720
+ "VpcSecurityGroupIds": {
212721
+ "shape": "S1z"
212722
+ },
212607
212723
  "ClusterSubnetGroupName": {},
212608
212724
  "AvailabilityZone": {},
212609
212725
  "PreferredMaintenanceWindow": {},
@@ -212642,7 +212758,7 @@ module.exports={
212642
212758
  },
212643
212759
  "AdditionalInfo": {},
212644
212760
  "IamRoles": {
212645
- "shape": "S1z"
212761
+ "shape": "S20"
212646
212762
  },
212647
212763
  "MaintenanceTrackName": {},
212648
212764
  "SnapshotScheduleIdentifier": {},
@@ -212651,7 +212767,11 @@ module.exports={
212651
212767
  },
212652
212768
  "AquaConfigurationStatus": {},
212653
212769
  "DefaultIamRoleArn": {},
212654
- "LoadSampleData": {}
212770
+ "LoadSampleData": {},
212771
+ "ManageMasterPassword": {
212772
+ "type": "boolean"
212773
+ },
212774
+ "MasterPasswordSecretKmsKeyId": {}
212655
212775
  }
212656
212776
  },
212657
212777
  "output": {
@@ -212659,7 +212779,7 @@ module.exports={
212659
212779
  "type": "structure",
212660
212780
  "members": {
212661
212781
  "Cluster": {
212662
- "shape": "S22"
212782
+ "shape": "S23"
212663
212783
  }
212664
212784
  }
212665
212785
  }
@@ -212686,7 +212806,7 @@ module.exports={
212686
212806
  "type": "structure",
212687
212807
  "members": {
212688
212808
  "ClusterParameterGroup": {
212689
- "shape": "S31"
212809
+ "shape": "S32"
212690
212810
  }
212691
212811
  }
212692
212812
  }
@@ -212756,7 +212876,7 @@ module.exports={
212756
212876
  "ClusterSubnetGroupName": {},
212757
212877
  "Description": {},
212758
212878
  "SubnetIds": {
212759
- "shape": "S37"
212879
+ "shape": "S38"
212760
212880
  },
212761
212881
  "Tags": {
212762
212882
  "shape": "St"
@@ -212768,7 +212888,7 @@ module.exports={
212768
212888
  "type": "structure",
212769
212889
  "members": {
212770
212890
  "ClusterSubnetGroup": {
212771
- "shape": "S39"
212891
+ "shape": "S3a"
212772
212892
  }
212773
212893
  }
212774
212894
  }
@@ -212811,12 +212931,12 @@ module.exports={
212811
212931
  "EndpointName": {},
212812
212932
  "SubnetGroupName": {},
212813
212933
  "VpcSecurityGroupIds": {
212814
- "shape": "S1y"
212934
+ "shape": "S1z"
212815
212935
  }
212816
212936
  }
212817
212937
  },
212818
212938
  "output": {
212819
- "shape": "S3k",
212939
+ "shape": "S3l",
212820
212940
  "resultWrapper": "CreateEndpointAccessResult"
212821
212941
  }
212822
212942
  },
@@ -212832,10 +212952,10 @@ module.exports={
212832
212952
  "SnsTopicArn": {},
212833
212953
  "SourceType": {},
212834
212954
  "SourceIds": {
212835
- "shape": "S3m"
212955
+ "shape": "S3n"
212836
212956
  },
212837
212957
  "EventCategories": {
212838
- "shape": "S3n"
212958
+ "shape": "S3o"
212839
212959
  },
212840
212960
  "Severity": {},
212841
212961
  "Enabled": {
@@ -212851,7 +212971,7 @@ module.exports={
212851
212971
  "type": "structure",
212852
212972
  "members": {
212853
212973
  "EventSubscription": {
212854
- "shape": "S3p"
212974
+ "shape": "S3q"
212855
212975
  }
212856
212976
  }
212857
212977
  }
@@ -212874,7 +212994,7 @@ module.exports={
212874
212994
  "type": "structure",
212875
212995
  "members": {
212876
212996
  "HsmClientCertificate": {
212877
- "shape": "S3s"
212997
+ "shape": "S3t"
212878
212998
  }
212879
212999
  }
212880
213000
  }
@@ -212907,7 +213027,7 @@ module.exports={
212907
213027
  "type": "structure",
212908
213028
  "members": {
212909
213029
  "HsmConfiguration": {
212910
- "shape": "S3v"
213030
+ "shape": "S3w"
212911
213031
  }
212912
213032
  }
212913
213033
  }
@@ -212924,7 +213044,7 @@ module.exports={
212924
213044
  "members": {
212925
213045
  "ScheduledActionName": {},
212926
213046
  "TargetAction": {
212927
- "shape": "S3x"
213047
+ "shape": "S3y"
212928
213048
  },
212929
213049
  "Schedule": {},
212930
213050
  "IamRole": {},
@@ -212941,7 +213061,7 @@ module.exports={
212941
213061
  }
212942
213062
  },
212943
213063
  "output": {
212944
- "shape": "S41",
213064
+ "shape": "S42",
212945
213065
  "resultWrapper": "CreateScheduledActionResult"
212946
213066
  }
212947
213067
  },
@@ -212964,7 +213084,7 @@ module.exports={
212964
213084
  "type": "structure",
212965
213085
  "members": {
212966
213086
  "SnapshotCopyGrant": {
212967
- "shape": "S46"
213087
+ "shape": "S47"
212968
213088
  }
212969
213089
  }
212970
213090
  }
@@ -212974,7 +213094,7 @@ module.exports={
212974
213094
  "type": "structure",
212975
213095
  "members": {
212976
213096
  "ScheduleDefinitions": {
212977
- "shape": "S48"
213097
+ "shape": "S49"
212978
213098
  },
212979
213099
  "ScheduleIdentifier": {},
212980
213100
  "ScheduleDescription": {},
@@ -212990,7 +213110,7 @@ module.exports={
212990
213110
  }
212991
213111
  },
212992
213112
  "output": {
212993
- "shape": "S49",
213113
+ "shape": "S4a",
212994
213114
  "resultWrapper": "CreateSnapshotScheduleResult"
212995
213115
  }
212996
213116
  },
@@ -213033,7 +213153,7 @@ module.exports={
213033
213153
  }
213034
213154
  },
213035
213155
  "output": {
213036
- "shape": "S4j",
213156
+ "shape": "S4k",
213037
213157
  "resultWrapper": "CreateUsageLimitResult"
213038
213158
  }
213039
213159
  },
@@ -213094,7 +213214,7 @@ module.exports={
213094
213214
  "type": "structure",
213095
213215
  "members": {
213096
213216
  "Cluster": {
213097
- "shape": "S22"
213217
+ "shape": "S23"
213098
213218
  }
213099
213219
  }
213100
213220
  }
@@ -213168,7 +213288,7 @@ module.exports={
213168
213288
  }
213169
213289
  },
213170
213290
  "output": {
213171
- "shape": "S3k",
213291
+ "shape": "S3l",
213172
213292
  "resultWrapper": "DeleteEndpointAccessResult"
213173
213293
  }
213174
213294
  },
@@ -213257,7 +213377,7 @@ module.exports={
213257
213377
  "members": {
213258
213378
  "ResourceName": {},
213259
213379
  "TagKeys": {
213260
- "shape": "S52"
213380
+ "shape": "S53"
213261
213381
  }
213262
213382
  }
213263
213383
  }
@@ -213393,10 +213513,10 @@ module.exports={
213393
213513
  },
213394
213514
  "Marker": {},
213395
213515
  "TagKeys": {
213396
- "shape": "S52"
213516
+ "shape": "S53"
213397
213517
  },
213398
213518
  "TagValues": {
213399
- "shape": "S5m"
213519
+ "shape": "S5n"
213400
213520
  }
213401
213521
  }
213402
213522
  },
@@ -213408,7 +213528,7 @@ module.exports={
213408
213528
  "ParameterGroups": {
213409
213529
  "type": "list",
213410
213530
  "member": {
213411
- "shape": "S31",
213531
+ "shape": "S32",
213412
213532
  "locationName": "ClusterParameterGroup"
213413
213533
  }
213414
213534
  }
@@ -213435,7 +213555,7 @@ module.exports={
213435
213555
  "type": "structure",
213436
213556
  "members": {
213437
213557
  "Parameters": {
213438
- "shape": "S5r"
213558
+ "shape": "S5s"
213439
213559
  },
213440
213560
  "Marker": {}
213441
213561
  }
@@ -213451,10 +213571,10 @@ module.exports={
213451
213571
  },
213452
213572
  "Marker": {},
213453
213573
  "TagKeys": {
213454
- "shape": "S52"
213574
+ "shape": "S53"
213455
213575
  },
213456
213576
  "TagValues": {
213457
- "shape": "S5m"
213577
+ "shape": "S5n"
213458
213578
  }
213459
213579
  }
213460
213580
  },
@@ -213493,10 +213613,10 @@ module.exports={
213493
213613
  "Marker": {},
213494
213614
  "OwnerAccount": {},
213495
213615
  "TagKeys": {
213496
- "shape": "S52"
213616
+ "shape": "S53"
213497
213617
  },
213498
213618
  "TagValues": {
213499
- "shape": "S5m"
213619
+ "shape": "S5n"
213500
213620
  },
213501
213621
  "ClusterExists": {
213502
213622
  "type": "boolean"
@@ -213542,10 +213662,10 @@ module.exports={
213542
213662
  },
213543
213663
  "Marker": {},
213544
213664
  "TagKeys": {
213545
- "shape": "S52"
213665
+ "shape": "S53"
213546
213666
  },
213547
213667
  "TagValues": {
213548
- "shape": "S5m"
213668
+ "shape": "S5n"
213549
213669
  }
213550
213670
  }
213551
213671
  },
@@ -213557,7 +213677,7 @@ module.exports={
213557
213677
  "ClusterSubnetGroups": {
213558
213678
  "type": "list",
213559
213679
  "member": {
213560
- "shape": "S39",
213680
+ "shape": "S3a",
213561
213681
  "locationName": "ClusterSubnetGroup"
213562
213682
  }
213563
213683
  }
@@ -213657,10 +213777,10 @@ module.exports={
213657
213777
  },
213658
213778
  "Marker": {},
213659
213779
  "TagKeys": {
213660
- "shape": "S52"
213780
+ "shape": "S53"
213661
213781
  },
213662
213782
  "TagValues": {
213663
- "shape": "S5m"
213783
+ "shape": "S5n"
213664
213784
  }
213665
213785
  }
213666
213786
  },
@@ -213672,7 +213792,7 @@ module.exports={
213672
213792
  "Clusters": {
213673
213793
  "type": "list",
213674
213794
  "member": {
213675
- "shape": "S22",
213795
+ "shape": "S23",
213676
213796
  "locationName": "Cluster"
213677
213797
  }
213678
213798
  }
@@ -213740,7 +213860,7 @@ module.exports={
213740
213860
  "type": "structure",
213741
213861
  "members": {
213742
213862
  "DataShares": {
213743
- "shape": "S6u"
213863
+ "shape": "S6v"
213744
213864
  },
213745
213865
  "Marker": {}
213746
213866
  }
@@ -213763,7 +213883,7 @@ module.exports={
213763
213883
  "type": "structure",
213764
213884
  "members": {
213765
213885
  "DataShares": {
213766
- "shape": "S6u"
213886
+ "shape": "S6v"
213767
213887
  },
213768
213888
  "Marker": {}
213769
213889
  }
@@ -213786,7 +213906,7 @@ module.exports={
213786
213906
  "type": "structure",
213787
213907
  "members": {
213788
213908
  "DataShares": {
213789
- "shape": "S6u"
213909
+ "shape": "S6v"
213790
213910
  },
213791
213911
  "Marker": {}
213792
213912
  }
@@ -213816,7 +213936,7 @@ module.exports={
213816
213936
  "ParameterGroupFamily": {},
213817
213937
  "Marker": {},
213818
213938
  "Parameters": {
213819
- "shape": "S5r"
213939
+ "shape": "S5s"
213820
213940
  }
213821
213941
  },
213822
213942
  "wrapper": true
@@ -213845,7 +213965,7 @@ module.exports={
213845
213965
  "EndpointAccessList": {
213846
213966
  "type": "list",
213847
213967
  "member": {
213848
- "shape": "S3k"
213968
+ "shape": "S3l"
213849
213969
  }
213850
213970
  },
213851
213971
  "Marker": {}
@@ -213907,7 +214027,7 @@ module.exports={
213907
214027
  "members": {
213908
214028
  "EventId": {},
213909
214029
  "EventCategories": {
213910
- "shape": "S3n"
214030
+ "shape": "S3o"
213911
214031
  },
213912
214032
  "EventDescription": {},
213913
214033
  "Severity": {}
@@ -213932,10 +214052,10 @@ module.exports={
213932
214052
  },
213933
214053
  "Marker": {},
213934
214054
  "TagKeys": {
213935
- "shape": "S52"
214055
+ "shape": "S53"
213936
214056
  },
213937
214057
  "TagValues": {
213938
- "shape": "S5m"
214058
+ "shape": "S5n"
213939
214059
  }
213940
214060
  }
213941
214061
  },
@@ -213947,7 +214067,7 @@ module.exports={
213947
214067
  "EventSubscriptionsList": {
213948
214068
  "type": "list",
213949
214069
  "member": {
213950
- "shape": "S3p",
214070
+ "shape": "S3q",
213951
214071
  "locationName": "EventSubscription"
213952
214072
  }
213953
214073
  }
@@ -213990,7 +214110,7 @@ module.exports={
213990
214110
  "SourceType": {},
213991
214111
  "Message": {},
213992
214112
  "EventCategories": {
213993
- "shape": "S3n"
214113
+ "shape": "S3o"
213994
214114
  },
213995
214115
  "Severity": {},
213996
214116
  "Date": {
@@ -214013,10 +214133,10 @@ module.exports={
214013
214133
  },
214014
214134
  "Marker": {},
214015
214135
  "TagKeys": {
214016
- "shape": "S52"
214136
+ "shape": "S53"
214017
214137
  },
214018
214138
  "TagValues": {
214019
- "shape": "S5m"
214139
+ "shape": "S5n"
214020
214140
  }
214021
214141
  }
214022
214142
  },
@@ -214028,7 +214148,7 @@ module.exports={
214028
214148
  "HsmClientCertificates": {
214029
214149
  "type": "list",
214030
214150
  "member": {
214031
- "shape": "S3s",
214151
+ "shape": "S3t",
214032
214152
  "locationName": "HsmClientCertificate"
214033
214153
  }
214034
214154
  }
@@ -214045,10 +214165,10 @@ module.exports={
214045
214165
  },
214046
214166
  "Marker": {},
214047
214167
  "TagKeys": {
214048
- "shape": "S52"
214168
+ "shape": "S53"
214049
214169
  },
214050
214170
  "TagValues": {
214051
- "shape": "S5m"
214171
+ "shape": "S5n"
214052
214172
  }
214053
214173
  }
214054
214174
  },
@@ -214060,7 +214180,7 @@ module.exports={
214060
214180
  "HsmConfigurations": {
214061
214181
  "type": "list",
214062
214182
  "member": {
214063
- "shape": "S3v",
214183
+ "shape": "S3w",
214064
214184
  "locationName": "HsmConfiguration"
214065
214185
  }
214066
214186
  }
@@ -214078,7 +214198,7 @@ module.exports={
214078
214198
  }
214079
214199
  },
214080
214200
  "output": {
214081
- "shape": "S7v",
214201
+ "shape": "S7w",
214082
214202
  "resultWrapper": "DescribeLoggingStatusResult"
214083
214203
  }
214084
214204
  },
@@ -214104,7 +214224,7 @@ module.exports={
214104
214224
  "Name": {},
214105
214225
  "Operator": {},
214106
214226
  "Values": {
214107
- "shape": "S84",
214227
+ "shape": "S85",
214108
214228
  "locationName": "Value"
214109
214229
  }
214110
214230
  }
@@ -214169,7 +214289,7 @@ module.exports={
214169
214289
  "AvailabilityZones": {
214170
214290
  "type": "list",
214171
214291
  "member": {
214172
- "shape": "S3c",
214292
+ "shape": "S3d",
214173
214293
  "locationName": "AvailabilityZone"
214174
214294
  }
214175
214295
  }
@@ -214240,7 +214360,7 @@ module.exports={
214240
214360
  "ReservedNodeExchangeStatusDetails": {
214241
214361
  "type": "list",
214242
214362
  "member": {
214243
- "shape": "S2x",
214363
+ "shape": "S2y",
214244
214364
  "locationName": "ReservedNodeExchangeStatus"
214245
214365
  }
214246
214366
  },
@@ -214265,7 +214385,7 @@ module.exports={
214265
214385
  "members": {
214266
214386
  "Marker": {},
214267
214387
  "ReservedNodeOfferings": {
214268
- "shape": "S8p"
214388
+ "shape": "S8q"
214269
214389
  }
214270
214390
  }
214271
214391
  }
@@ -214338,7 +214458,7 @@ module.exports={
214338
214458
  "members": {
214339
214459
  "Name": {},
214340
214460
  "Values": {
214341
- "shape": "S84"
214461
+ "shape": "S85"
214342
214462
  }
214343
214463
  }
214344
214464
  }
@@ -214357,7 +214477,7 @@ module.exports={
214357
214477
  "ScheduledActions": {
214358
214478
  "type": "list",
214359
214479
  "member": {
214360
- "shape": "S41",
214480
+ "shape": "S42",
214361
214481
  "locationName": "ScheduledAction"
214362
214482
  }
214363
214483
  }
@@ -214374,10 +214494,10 @@ module.exports={
214374
214494
  },
214375
214495
  "Marker": {},
214376
214496
  "TagKeys": {
214377
- "shape": "S52"
214497
+ "shape": "S53"
214378
214498
  },
214379
214499
  "TagValues": {
214380
- "shape": "S5m"
214500
+ "shape": "S5n"
214381
214501
  }
214382
214502
  }
214383
214503
  },
@@ -214389,7 +214509,7 @@ module.exports={
214389
214509
  "SnapshotCopyGrants": {
214390
214510
  "type": "list",
214391
214511
  "member": {
214392
- "shape": "S46",
214512
+ "shape": "S47",
214393
214513
  "locationName": "SnapshotCopyGrant"
214394
214514
  }
214395
214515
  }
@@ -214403,10 +214523,10 @@ module.exports={
214403
214523
  "ClusterIdentifier": {},
214404
214524
  "ScheduleIdentifier": {},
214405
214525
  "TagKeys": {
214406
- "shape": "S52"
214526
+ "shape": "S53"
214407
214527
  },
214408
214528
  "TagValues": {
214409
- "shape": "S5m"
214529
+ "shape": "S5n"
214410
214530
  },
214411
214531
  "Marker": {},
214412
214532
  "MaxRecords": {
@@ -214421,7 +214541,7 @@ module.exports={
214421
214541
  "SnapshotSchedules": {
214422
214542
  "type": "list",
214423
214543
  "member": {
214424
- "shape": "S49",
214544
+ "shape": "S4a",
214425
214545
  "locationName": "SnapshotSchedule"
214426
214546
  }
214427
214547
  },
@@ -214462,7 +214582,7 @@ module.exports={
214462
214582
  "TableRestoreStatusDetails": {
214463
214583
  "type": "list",
214464
214584
  "member": {
214465
- "shape": "S9c",
214585
+ "shape": "S9d",
214466
214586
  "locationName": "TableRestoreStatus"
214467
214587
  }
214468
214588
  },
@@ -214481,10 +214601,10 @@ module.exports={
214481
214601
  },
214482
214602
  "Marker": {},
214483
214603
  "TagKeys": {
214484
- "shape": "S52"
214604
+ "shape": "S53"
214485
214605
  },
214486
214606
  "TagValues": {
214487
- "shape": "S5m"
214607
+ "shape": "S5n"
214488
214608
  }
214489
214609
  }
214490
214610
  },
@@ -214522,10 +214642,10 @@ module.exports={
214522
214642
  },
214523
214643
  "Marker": {},
214524
214644
  "TagKeys": {
214525
- "shape": "S52"
214645
+ "shape": "S53"
214526
214646
  },
214527
214647
  "TagValues": {
214528
- "shape": "S5m"
214648
+ "shape": "S5n"
214529
214649
  }
214530
214650
  }
214531
214651
  },
@@ -214536,7 +214656,7 @@ module.exports={
214536
214656
  "UsageLimits": {
214537
214657
  "type": "list",
214538
214658
  "member": {
214539
- "shape": "S4j"
214659
+ "shape": "S4k"
214540
214660
  }
214541
214661
  },
214542
214662
  "Marker": {}
@@ -214554,7 +214674,7 @@ module.exports={
214554
214674
  }
214555
214675
  },
214556
214676
  "output": {
214557
- "shape": "S7v",
214677
+ "shape": "S7w",
214558
214678
  "resultWrapper": "DisableLoggingResult"
214559
214679
  }
214560
214680
  },
@@ -214573,7 +214693,7 @@ module.exports={
214573
214693
  "type": "structure",
214574
214694
  "members": {
214575
214695
  "Cluster": {
214576
- "shape": "S22"
214696
+ "shape": "S23"
214577
214697
  }
214578
214698
  }
214579
214699
  }
@@ -214610,12 +214730,12 @@ module.exports={
214610
214730
  "S3KeyPrefix": {},
214611
214731
  "LogDestinationType": {},
214612
214732
  "LogExports": {
214613
- "shape": "S7x"
214733
+ "shape": "S7y"
214614
214734
  }
214615
214735
  }
214616
214736
  },
214617
214737
  "output": {
214618
- "shape": "S7v",
214738
+ "shape": "S7w",
214619
214739
  "resultWrapper": "EnableLoggingResult"
214620
214740
  }
214621
214741
  },
@@ -214643,7 +214763,7 @@ module.exports={
214643
214763
  "type": "structure",
214644
214764
  "members": {
214645
214765
  "Cluster": {
214646
- "shape": "S22"
214766
+ "shape": "S23"
214647
214767
  }
214648
214768
  }
214649
214769
  }
@@ -214679,7 +214799,7 @@ module.exports={
214679
214799
  "members": {
214680
214800
  "DbUser": {},
214681
214801
  "DbPassword": {
214682
- "shape": "S9v"
214802
+ "shape": "S1x"
214683
214803
  },
214684
214804
  "Expiration": {
214685
214805
  "type": "timestamp"
@@ -214705,7 +214825,7 @@ module.exports={
214705
214825
  "members": {
214706
214826
  "DbUser": {},
214707
214827
  "DbPassword": {
214708
- "shape": "S9v"
214828
+ "shape": "S1x"
214709
214829
  },
214710
214830
  "Expiration": {
214711
214831
  "type": "timestamp"
@@ -214750,7 +214870,7 @@ module.exports={
214750
214870
  "type": "integer"
214751
214871
  },
214752
214872
  "TargetReservedNodeOffering": {
214753
- "shape": "S8q"
214873
+ "shape": "S8r"
214754
214874
  }
214755
214875
  },
214756
214876
  "wrapper": true
@@ -214779,7 +214899,7 @@ module.exports={
214779
214899
  "members": {
214780
214900
  "Marker": {},
214781
214901
  "ReservedNodeOfferings": {
214782
- "shape": "S8p"
214902
+ "shape": "S8q"
214783
214903
  }
214784
214904
  }
214785
214905
  }
@@ -214800,7 +214920,7 @@ module.exports={
214800
214920
  "type": "structure",
214801
214921
  "members": {
214802
214922
  "AquaConfiguration": {
214803
- "shape": "S2v"
214923
+ "shape": "S2w"
214804
214924
  }
214805
214925
  }
214806
214926
  }
@@ -214840,12 +214960,14 @@ module.exports={
214840
214960
  "type": "integer"
214841
214961
  },
214842
214962
  "ClusterSecurityGroups": {
214843
- "shape": "S1x"
214963
+ "shape": "S1y"
214844
214964
  },
214845
214965
  "VpcSecurityGroupIds": {
214846
- "shape": "S1y"
214966
+ "shape": "S1z"
214967
+ },
214968
+ "MasterUserPassword": {
214969
+ "shape": "S1x"
214847
214970
  },
214848
- "MasterUserPassword": {},
214849
214971
  "ClusterParameterGroupName": {},
214850
214972
  "AutomatedSnapshotRetentionPeriod": {
214851
214973
  "type": "integer"
@@ -214879,7 +215001,11 @@ module.exports={
214879
215001
  "AvailabilityZone": {},
214880
215002
  "Port": {
214881
215003
  "type": "integer"
214882
- }
215004
+ },
215005
+ "ManageMasterPassword": {
215006
+ "type": "boolean"
215007
+ },
215008
+ "MasterPasswordSecretKmsKeyId": {}
214883
215009
  }
214884
215010
  },
214885
215011
  "output": {
@@ -214887,7 +215013,7 @@ module.exports={
214887
215013
  "type": "structure",
214888
215014
  "members": {
214889
215015
  "Cluster": {
214890
- "shape": "S22"
215016
+ "shape": "S23"
214891
215017
  }
214892
215018
  }
214893
215019
  }
@@ -214909,7 +215035,7 @@ module.exports={
214909
215035
  "type": "structure",
214910
215036
  "members": {
214911
215037
  "Cluster": {
214912
- "shape": "S22"
215038
+ "shape": "S23"
214913
215039
  }
214914
215040
  }
214915
215041
  }
@@ -214923,10 +215049,10 @@ module.exports={
214923
215049
  "members": {
214924
215050
  "ClusterIdentifier": {},
214925
215051
  "AddIamRoles": {
214926
- "shape": "S1z"
215052
+ "shape": "S20"
214927
215053
  },
214928
215054
  "RemoveIamRoles": {
214929
- "shape": "S1z"
215055
+ "shape": "S20"
214930
215056
  },
214931
215057
  "DefaultIamRoleArn": {}
214932
215058
  }
@@ -214936,7 +215062,7 @@ module.exports={
214936
215062
  "type": "structure",
214937
215063
  "members": {
214938
215064
  "Cluster": {
214939
- "shape": "S22"
215065
+ "shape": "S23"
214940
215066
  }
214941
215067
  }
214942
215068
  }
@@ -214969,7 +215095,7 @@ module.exports={
214969
215095
  "type": "structure",
214970
215096
  "members": {
214971
215097
  "Cluster": {
214972
- "shape": "S22"
215098
+ "shape": "S23"
214973
215099
  }
214974
215100
  }
214975
215101
  }
@@ -214984,7 +215110,7 @@ module.exports={
214984
215110
  "members": {
214985
215111
  "ParameterGroupName": {},
214986
215112
  "Parameters": {
214987
- "shape": "S5r"
215113
+ "shape": "S5s"
214988
215114
  }
214989
215115
  }
214990
215116
  },
@@ -215045,7 +215171,7 @@ module.exports={
215045
215171
  "ClusterSubnetGroupName": {},
215046
215172
  "Description": {},
215047
215173
  "SubnetIds": {
215048
- "shape": "S37"
215174
+ "shape": "S38"
215049
215175
  }
215050
215176
  }
215051
215177
  },
@@ -215054,7 +215180,7 @@ module.exports={
215054
215180
  "type": "structure",
215055
215181
  "members": {
215056
215182
  "ClusterSubnetGroup": {
215057
- "shape": "S39"
215183
+ "shape": "S3a"
215058
215184
  }
215059
215185
  }
215060
215186
  }
@@ -215091,12 +215217,12 @@ module.exports={
215091
215217
  "members": {
215092
215218
  "EndpointName": {},
215093
215219
  "VpcSecurityGroupIds": {
215094
- "shape": "S1y"
215220
+ "shape": "S1z"
215095
215221
  }
215096
215222
  }
215097
215223
  },
215098
215224
  "output": {
215099
- "shape": "S3k",
215225
+ "shape": "S3l",
215100
215226
  "resultWrapper": "ModifyEndpointAccessResult"
215101
215227
  }
215102
215228
  },
@@ -215111,10 +215237,10 @@ module.exports={
215111
215237
  "SnsTopicArn": {},
215112
215238
  "SourceType": {},
215113
215239
  "SourceIds": {
215114
- "shape": "S3m"
215240
+ "shape": "S3n"
215115
215241
  },
215116
215242
  "EventCategories": {
215117
- "shape": "S3n"
215243
+ "shape": "S3o"
215118
215244
  },
215119
215245
  "Severity": {},
215120
215246
  "Enabled": {
@@ -215127,7 +215253,7 @@ module.exports={
215127
215253
  "type": "structure",
215128
215254
  "members": {
215129
215255
  "EventSubscription": {
215130
- "shape": "S3p"
215256
+ "shape": "S3q"
215131
215257
  }
215132
215258
  }
215133
215259
  }
@@ -215141,7 +215267,7 @@ module.exports={
215141
215267
  "members": {
215142
215268
  "ScheduledActionName": {},
215143
215269
  "TargetAction": {
215144
- "shape": "S3x"
215270
+ "shape": "S3y"
215145
215271
  },
215146
215272
  "Schedule": {},
215147
215273
  "IamRole": {},
@@ -215158,7 +215284,7 @@ module.exports={
215158
215284
  }
215159
215285
  },
215160
215286
  "output": {
215161
- "shape": "S41",
215287
+ "shape": "S42",
215162
215288
  "resultWrapper": "ModifyScheduledActionResult"
215163
215289
  }
215164
215290
  },
@@ -215184,7 +215310,7 @@ module.exports={
215184
215310
  "type": "structure",
215185
215311
  "members": {
215186
215312
  "Cluster": {
215187
- "shape": "S22"
215313
+ "shape": "S23"
215188
215314
  }
215189
215315
  }
215190
215316
  }
@@ -215199,12 +215325,12 @@ module.exports={
215199
215325
  "members": {
215200
215326
  "ScheduleIdentifier": {},
215201
215327
  "ScheduleDefinitions": {
215202
- "shape": "S48"
215328
+ "shape": "S49"
215203
215329
  }
215204
215330
  }
215205
215331
  },
215206
215332
  "output": {
215207
- "shape": "S49",
215333
+ "shape": "S4a",
215208
215334
  "resultWrapper": "ModifySnapshotScheduleResult"
215209
215335
  }
215210
215336
  },
@@ -215223,20 +215349,20 @@ module.exports={
215223
215349
  }
215224
215350
  },
215225
215351
  "output": {
215226
- "shape": "S4j",
215352
+ "shape": "S4k",
215227
215353
  "resultWrapper": "ModifyUsageLimitResult"
215228
215354
  }
215229
215355
  },
215230
215356
  "PauseCluster": {
215231
215357
  "input": {
215232
- "shape": "S3z"
215358
+ "shape": "S40"
215233
215359
  },
215234
215360
  "output": {
215235
215361
  "resultWrapper": "PauseClusterResult",
215236
215362
  "type": "structure",
215237
215363
  "members": {
215238
215364
  "Cluster": {
215239
- "shape": "S22"
215365
+ "shape": "S23"
215240
215366
  }
215241
215367
  }
215242
215368
  }
@@ -215279,7 +215405,7 @@ module.exports={
215279
215405
  "type": "structure",
215280
215406
  "members": {
215281
215407
  "Cluster": {
215282
- "shape": "S22"
215408
+ "shape": "S23"
215283
215409
  }
215284
215410
  }
215285
215411
  }
@@ -215311,7 +215437,7 @@ module.exports={
215311
215437
  "type": "boolean"
215312
215438
  },
215313
215439
  "Parameters": {
215314
- "shape": "S5r"
215440
+ "shape": "S5s"
215315
215441
  }
215316
215442
  }
215317
215443
  },
@@ -215322,14 +215448,14 @@ module.exports={
215322
215448
  },
215323
215449
  "ResizeCluster": {
215324
215450
  "input": {
215325
- "shape": "S3y"
215451
+ "shape": "S3z"
215326
215452
  },
215327
215453
  "output": {
215328
215454
  "resultWrapper": "ResizeClusterResult",
215329
215455
  "type": "structure",
215330
215456
  "members": {
215331
215457
  "Cluster": {
215332
- "shape": "S22"
215458
+ "shape": "S23"
215333
215459
  }
215334
215460
  }
215335
215461
  }
@@ -215362,10 +215488,10 @@ module.exports={
215362
215488
  "ElasticIp": {},
215363
215489
  "ClusterParameterGroupName": {},
215364
215490
  "ClusterSecurityGroups": {
215365
- "shape": "S1x"
215491
+ "shape": "S1y"
215366
215492
  },
215367
215493
  "VpcSecurityGroupIds": {
215368
- "shape": "S1y"
215494
+ "shape": "S1z"
215369
215495
  },
215370
215496
  "PreferredMaintenanceWindow": {},
215371
215497
  "AutomatedSnapshotRetentionPeriod": {
@@ -215381,7 +215507,7 @@ module.exports={
215381
215507
  },
215382
215508
  "AdditionalInfo": {},
215383
215509
  "IamRoles": {
215384
- "shape": "S1z"
215510
+ "shape": "S20"
215385
215511
  },
215386
215512
  "MaintenanceTrackName": {},
215387
215513
  "SnapshotScheduleIdentifier": {},
@@ -215397,7 +215523,11 @@ module.exports={
215397
215523
  "TargetReservedNodeOfferingId": {},
215398
215524
  "Encrypted": {
215399
215525
  "type": "boolean"
215400
- }
215526
+ },
215527
+ "ManageMasterPassword": {
215528
+ "type": "boolean"
215529
+ },
215530
+ "MasterPasswordSecretKmsKeyId": {}
215401
215531
  }
215402
215532
  },
215403
215533
  "output": {
@@ -215405,7 +215535,7 @@ module.exports={
215405
215535
  "type": "structure",
215406
215536
  "members": {
215407
215537
  "Cluster": {
215408
- "shape": "S22"
215538
+ "shape": "S23"
215409
215539
  }
215410
215540
  }
215411
215541
  }
@@ -215439,21 +215569,21 @@ module.exports={
215439
215569
  "type": "structure",
215440
215570
  "members": {
215441
215571
  "TableRestoreStatus": {
215442
- "shape": "S9c"
215572
+ "shape": "S9d"
215443
215573
  }
215444
215574
  }
215445
215575
  }
215446
215576
  },
215447
215577
  "ResumeCluster": {
215448
215578
  "input": {
215449
- "shape": "S40"
215579
+ "shape": "S41"
215450
215580
  },
215451
215581
  "output": {
215452
215582
  "resultWrapper": "ResumeClusterResult",
215453
215583
  "type": "structure",
215454
215584
  "members": {
215455
215585
  "Cluster": {
215456
- "shape": "S22"
215586
+ "shape": "S23"
215457
215587
  }
215458
215588
  }
215459
215589
  }
@@ -215538,7 +215668,7 @@ module.exports={
215538
215668
  "type": "structure",
215539
215669
  "members": {
215540
215670
  "Cluster": {
215541
- "shape": "S22"
215671
+ "shape": "S23"
215542
215672
  }
215543
215673
  }
215544
215674
  }
@@ -215831,7 +215961,9 @@ module.exports={
215831
215961
  },
215832
215962
  "SnapshotRetentionStartTime": {
215833
215963
  "type": "timestamp"
215834
- }
215964
+ },
215965
+ "MasterPasswordSecretArn": {},
215966
+ "MasterPasswordSecretKmsKeyId": {}
215835
215967
  },
215836
215968
  "wrapper": true
215837
215969
  },
@@ -215905,24 +216037,28 @@ module.exports={
215905
216037
  }
215906
216038
  },
215907
216039
  "S1x": {
216040
+ "type": "string",
216041
+ "sensitive": true
216042
+ },
216043
+ "S1y": {
215908
216044
  "type": "list",
215909
216045
  "member": {
215910
216046
  "locationName": "ClusterSecurityGroupName"
215911
216047
  }
215912
216048
  },
215913
- "S1y": {
216049
+ "S1z": {
215914
216050
  "type": "list",
215915
216051
  "member": {
215916
216052
  "locationName": "VpcSecurityGroupId"
215917
216053
  }
215918
216054
  },
215919
- "S1z": {
216055
+ "S20": {
215920
216056
  "type": "list",
215921
216057
  "member": {
215922
216058
  "locationName": "IamRoleArn"
215923
216059
  }
215924
216060
  },
215925
- "S22": {
216061
+ "S23": {
215926
216062
  "type": "structure",
215927
216063
  "members": {
215928
216064
  "ClusterIdentifier": {},
@@ -215942,7 +216078,7 @@ module.exports={
215942
216078
  "VpcEndpoints": {
215943
216079
  "type": "list",
215944
216080
  "member": {
215945
- "shape": "S25",
216081
+ "shape": "S26",
215946
216082
  "locationName": "VpcEndpoint"
215947
216083
  }
215948
216084
  }
@@ -215969,7 +216105,7 @@ module.exports={
215969
216105
  }
215970
216106
  },
215971
216107
  "VpcSecurityGroups": {
215972
- "shape": "S2a"
216108
+ "shape": "S2b"
215973
216109
  },
215974
216110
  "ClusterParameterGroups": {
215975
216111
  "type": "list",
@@ -216000,7 +216136,9 @@ module.exports={
216000
216136
  "PendingModifiedValues": {
216001
216137
  "type": "structure",
216002
216138
  "members": {
216003
- "MasterUserPassword": {},
216139
+ "MasterUserPassword": {
216140
+ "shape": "S1x"
216141
+ },
216004
216142
  "NodeType": {},
216005
216143
  "NumberOfNodes": {
216006
216144
  "type": "integer"
@@ -216181,21 +216319,23 @@ module.exports={
216181
216319
  "type": "long"
216182
216320
  },
216183
216321
  "AquaConfiguration": {
216184
- "shape": "S2v"
216322
+ "shape": "S2w"
216185
216323
  },
216186
216324
  "DefaultIamRoleArn": {},
216187
216325
  "ReservedNodeExchangeStatus": {
216188
- "shape": "S2x"
216326
+ "shape": "S2y"
216189
216327
  },
216190
216328
  "CustomDomainName": {},
216191
216329
  "CustomDomainCertificateArn": {},
216192
216330
  "CustomDomainCertificateExpiryDate": {
216193
216331
  "type": "timestamp"
216194
- }
216332
+ },
216333
+ "MasterPasswordSecretArn": {},
216334
+ "MasterPasswordSecretKmsKeyId": {}
216195
216335
  },
216196
216336
  "wrapper": true
216197
216337
  },
216198
- "S25": {
216338
+ "S26": {
216199
216339
  "type": "structure",
216200
216340
  "members": {
216201
216341
  "VpcEndpointId": {},
@@ -216215,7 +216355,7 @@ module.exports={
216215
216355
  }
216216
216356
  }
216217
216357
  },
216218
- "S2a": {
216358
+ "S2b": {
216219
216359
  "type": "list",
216220
216360
  "member": {
216221
216361
  "locationName": "VpcSecurityGroup",
@@ -216226,14 +216366,14 @@ module.exports={
216226
216366
  }
216227
216367
  }
216228
216368
  },
216229
- "S2v": {
216369
+ "S2w": {
216230
216370
  "type": "structure",
216231
216371
  "members": {
216232
216372
  "AquaStatus": {},
216233
216373
  "AquaConfigurationStatus": {}
216234
216374
  }
216235
216375
  },
216236
- "S2x": {
216376
+ "S2y": {
216237
216377
  "type": "structure",
216238
216378
  "members": {
216239
216379
  "ReservedNodeExchangeRequestId": {},
@@ -216254,7 +216394,7 @@ module.exports={
216254
216394
  },
216255
216395
  "wrapper": true
216256
216396
  },
216257
- "S31": {
216397
+ "S32": {
216258
216398
  "type": "structure",
216259
216399
  "members": {
216260
216400
  "ParameterGroupName": {},
@@ -216266,13 +216406,13 @@ module.exports={
216266
216406
  },
216267
216407
  "wrapper": true
216268
216408
  },
216269
- "S37": {
216409
+ "S38": {
216270
216410
  "type": "list",
216271
216411
  "member": {
216272
216412
  "locationName": "SubnetIdentifier"
216273
216413
  }
216274
216414
  },
216275
- "S39": {
216415
+ "S3a": {
216276
216416
  "type": "structure",
216277
216417
  "members": {
216278
216418
  "ClusterSubnetGroupName": {},
@@ -216287,7 +216427,7 @@ module.exports={
216287
216427
  "members": {
216288
216428
  "SubnetIdentifier": {},
216289
216429
  "SubnetAvailabilityZone": {
216290
- "shape": "S3c"
216430
+ "shape": "S3d"
216291
216431
  },
216292
216432
  "SubnetStatus": {}
216293
216433
  }
@@ -216299,7 +216439,7 @@ module.exports={
216299
216439
  },
216300
216440
  "wrapper": true
216301
216441
  },
216302
- "S3c": {
216442
+ "S3d": {
216303
216443
  "type": "structure",
216304
216444
  "members": {
216305
216445
  "Name": {},
@@ -216317,7 +216457,7 @@ module.exports={
216317
216457
  },
216318
216458
  "wrapper": true
216319
216459
  },
216320
- "S3k": {
216460
+ "S3l": {
216321
216461
  "type": "structure",
216322
216462
  "members": {
216323
216463
  "ClusterIdentifier": {},
@@ -216333,26 +216473,26 @@ module.exports={
216333
216473
  },
216334
216474
  "Address": {},
216335
216475
  "VpcSecurityGroups": {
216336
- "shape": "S2a"
216476
+ "shape": "S2b"
216337
216477
  },
216338
216478
  "VpcEndpoint": {
216339
- "shape": "S25"
216479
+ "shape": "S26"
216340
216480
  }
216341
216481
  }
216342
216482
  },
216343
- "S3m": {
216483
+ "S3n": {
216344
216484
  "type": "list",
216345
216485
  "member": {
216346
216486
  "locationName": "SourceId"
216347
216487
  }
216348
216488
  },
216349
- "S3n": {
216489
+ "S3o": {
216350
216490
  "type": "list",
216351
216491
  "member": {
216352
216492
  "locationName": "EventCategory"
216353
216493
  }
216354
216494
  },
216355
- "S3p": {
216495
+ "S3q": {
216356
216496
  "type": "structure",
216357
216497
  "members": {
216358
216498
  "CustomerAwsId": {},
@@ -216364,10 +216504,10 @@ module.exports={
216364
216504
  },
216365
216505
  "SourceType": {},
216366
216506
  "SourceIdsList": {
216367
- "shape": "S3m"
216507
+ "shape": "S3n"
216368
216508
  },
216369
216509
  "EventCategoriesList": {
216370
- "shape": "S3n"
216510
+ "shape": "S3o"
216371
216511
  },
216372
216512
  "Severity": {},
216373
216513
  "Enabled": {
@@ -216379,7 +216519,7 @@ module.exports={
216379
216519
  },
216380
216520
  "wrapper": true
216381
216521
  },
216382
- "S3s": {
216522
+ "S3t": {
216383
216523
  "type": "structure",
216384
216524
  "members": {
216385
216525
  "HsmClientCertificateIdentifier": {},
@@ -216390,7 +216530,7 @@ module.exports={
216390
216530
  },
216391
216531
  "wrapper": true
216392
216532
  },
216393
- "S3v": {
216533
+ "S3w": {
216394
216534
  "type": "structure",
216395
216535
  "members": {
216396
216536
  "HsmConfigurationIdentifier": {},
@@ -216403,21 +216543,21 @@ module.exports={
216403
216543
  },
216404
216544
  "wrapper": true
216405
216545
  },
216406
- "S3x": {
216546
+ "S3y": {
216407
216547
  "type": "structure",
216408
216548
  "members": {
216409
216549
  "ResizeCluster": {
216410
- "shape": "S3y"
216550
+ "shape": "S3z"
216411
216551
  },
216412
216552
  "PauseCluster": {
216413
- "shape": "S3z"
216553
+ "shape": "S40"
216414
216554
  },
216415
216555
  "ResumeCluster": {
216416
- "shape": "S40"
216556
+ "shape": "S41"
216417
216557
  }
216418
216558
  }
216419
216559
  },
216420
- "S3y": {
216560
+ "S3z": {
216421
216561
  "type": "structure",
216422
216562
  "required": [
216423
216563
  "ClusterIdentifier"
@@ -216436,7 +216576,7 @@ module.exports={
216436
216576
  "TargetReservedNodeOfferingId": {}
216437
216577
  }
216438
216578
  },
216439
- "S3z": {
216579
+ "S40": {
216440
216580
  "type": "structure",
216441
216581
  "required": [
216442
216582
  "ClusterIdentifier"
@@ -216445,7 +216585,7 @@ module.exports={
216445
216585
  "ClusterIdentifier": {}
216446
216586
  }
216447
216587
  },
216448
- "S40": {
216588
+ "S41": {
216449
216589
  "type": "structure",
216450
216590
  "required": [
216451
216591
  "ClusterIdentifier"
@@ -216454,12 +216594,12 @@ module.exports={
216454
216594
  "ClusterIdentifier": {}
216455
216595
  }
216456
216596
  },
216457
- "S41": {
216597
+ "S42": {
216458
216598
  "type": "structure",
216459
216599
  "members": {
216460
216600
  "ScheduledActionName": {},
216461
216601
  "TargetAction": {
216462
- "shape": "S3x"
216602
+ "shape": "S3y"
216463
216603
  },
216464
216604
  "Schedule": {},
216465
216605
  "IamRole": {},
@@ -216480,7 +216620,7 @@ module.exports={
216480
216620
  }
216481
216621
  }
216482
216622
  },
216483
- "S46": {
216623
+ "S47": {
216484
216624
  "type": "structure",
216485
216625
  "members": {
216486
216626
  "SnapshotCopyGrantName": {},
@@ -216491,17 +216631,17 @@ module.exports={
216491
216631
  },
216492
216632
  "wrapper": true
216493
216633
  },
216494
- "S48": {
216634
+ "S49": {
216495
216635
  "type": "list",
216496
216636
  "member": {
216497
216637
  "locationName": "ScheduleDefinition"
216498
216638
  }
216499
216639
  },
216500
- "S49": {
216640
+ "S4a": {
216501
216641
  "type": "structure",
216502
216642
  "members": {
216503
216643
  "ScheduleDefinitions": {
216504
- "shape": "S48"
216644
+ "shape": "S49"
216505
216645
  },
216506
216646
  "ScheduleIdentifier": {},
216507
216647
  "ScheduleDescription": {},
@@ -216531,7 +216671,7 @@ module.exports={
216531
216671
  }
216532
216672
  }
216533
216673
  },
216534
- "S4j": {
216674
+ "S4k": {
216535
216675
  "type": "structure",
216536
216676
  "members": {
216537
216677
  "UsageLimitId": {},
@@ -216548,19 +216688,19 @@ module.exports={
216548
216688
  }
216549
216689
  }
216550
216690
  },
216551
- "S52": {
216691
+ "S53": {
216552
216692
  "type": "list",
216553
216693
  "member": {
216554
216694
  "locationName": "TagKey"
216555
216695
  }
216556
216696
  },
216557
- "S5m": {
216697
+ "S5n": {
216558
216698
  "type": "list",
216559
216699
  "member": {
216560
216700
  "locationName": "TagValue"
216561
216701
  }
216562
216702
  },
216563
- "S5r": {
216703
+ "S5s": {
216564
216704
  "type": "list",
216565
216705
  "member": {
216566
216706
  "locationName": "Parameter",
@@ -216580,13 +216720,13 @@ module.exports={
216580
216720
  }
216581
216721
  }
216582
216722
  },
216583
- "S6u": {
216723
+ "S6v": {
216584
216724
  "type": "list",
216585
216725
  "member": {
216586
216726
  "shape": "Sj"
216587
216727
  }
216588
216728
  },
216589
- "S7v": {
216729
+ "S7w": {
216590
216730
  "type": "structure",
216591
216731
  "members": {
216592
216732
  "LoggingEnabled": {
@@ -216603,28 +216743,28 @@ module.exports={
216603
216743
  "LastFailureMessage": {},
216604
216744
  "LogDestinationType": {},
216605
216745
  "LogExports": {
216606
- "shape": "S7x"
216746
+ "shape": "S7y"
216607
216747
  }
216608
216748
  }
216609
216749
  },
216610
- "S7x": {
216750
+ "S7y": {
216611
216751
  "type": "list",
216612
216752
  "member": {}
216613
216753
  },
216614
- "S84": {
216754
+ "S85": {
216615
216755
  "type": "list",
216616
216756
  "member": {
216617
216757
  "locationName": "item"
216618
216758
  }
216619
216759
  },
216620
- "S8p": {
216760
+ "S8q": {
216621
216761
  "type": "list",
216622
216762
  "member": {
216623
- "shape": "S8q",
216763
+ "shape": "S8r",
216624
216764
  "locationName": "ReservedNodeOffering"
216625
216765
  }
216626
216766
  },
216627
- "S8q": {
216767
+ "S8r": {
216628
216768
  "type": "structure",
216629
216769
  "members": {
216630
216770
  "ReservedNodeOfferingId": {},
@@ -216647,7 +216787,7 @@ module.exports={
216647
216787
  },
216648
216788
  "wrapper": true
216649
216789
  },
216650
- "S9c": {
216790
+ "S9d": {
216651
216791
  "type": "structure",
216652
216792
  "members": {
216653
216793
  "TableRestoreRequestId": {},
@@ -216673,10 +216813,6 @@ module.exports={
216673
216813
  },
216674
216814
  "wrapper": true
216675
216815
  },
216676
- "S9v": {
216677
- "type": "string",
216678
- "sensitive": true
216679
- },
216680
216816
  "Sai": {
216681
216817
  "type": "structure",
216682
216818
  "members": {
@@ -217244,7 +217380,9 @@ module.exports={
217244
217380
  "ProjectName"
217245
217381
  ],
217246
217382
  "members": {
217247
- "ProjectName": {}
217383
+ "ProjectName": {},
217384
+ "Feature": {},
217385
+ "AutoUpdate": {}
217248
217386
  }
217249
217387
  },
217250
217388
  "output": {
@@ -217269,15 +217407,19 @@ module.exports={
217269
217407
  "shape": "S1c"
217270
217408
  },
217271
217409
  "TrainingData": {
217272
- "shape": "S24"
217410
+ "shape": "S26"
217273
217411
  },
217274
217412
  "TestingData": {
217275
- "shape": "S27"
217413
+ "shape": "S29"
217276
217414
  },
217277
217415
  "Tags": {
217278
217416
  "shape": "S1e"
217279
217417
  },
217280
- "KmsKeyId": {}
217418
+ "KmsKeyId": {},
217419
+ "VersionDescription": {},
217420
+ "FeatureConfig": {
217421
+ "shape": "S2b"
217422
+ }
217281
217423
  }
217282
217424
  },
217283
217425
  "output": {
@@ -217299,28 +217441,28 @@ module.exports={
217299
217441
  ],
217300
217442
  "members": {
217301
217443
  "Input": {
217302
- "shape": "S2a"
217444
+ "shape": "S2f"
217303
217445
  },
217304
217446
  "Output": {
217305
- "shape": "S2d"
217447
+ "shape": "S2i"
217306
217448
  },
217307
217449
  "Name": {},
217308
217450
  "Settings": {
217309
- "shape": "S2i"
217451
+ "shape": "S2n"
217310
217452
  },
217311
217453
  "RoleArn": {},
217312
217454
  "Tags": {
217313
217455
  "shape": "S1e"
217314
217456
  },
217315
217457
  "NotificationChannel": {
217316
- "shape": "S2o"
217458
+ "shape": "S2t"
217317
217459
  },
217318
217460
  "KmsKeyId": {},
217319
217461
  "RegionsOfInterest": {
217320
- "shape": "S2q"
217462
+ "shape": "S2v"
217321
217463
  },
217322
217464
  "DataSharingPreference": {
217323
- "shape": "S2u"
217465
+ "shape": "S2z"
217324
217466
  }
217325
217467
  }
217326
217468
  },
@@ -217395,7 +217537,7 @@ module.exports={
217395
217537
  "members": {
217396
217538
  "CollectionId": {},
217397
217539
  "FaceIds": {
217398
- "shape": "S34"
217540
+ "shape": "S39"
217399
217541
  }
217400
217542
  }
217401
217543
  },
@@ -217403,7 +217545,7 @@ module.exports={
217403
217545
  "type": "structure",
217404
217546
  "members": {
217405
217547
  "DeletedFaces": {
217406
- "shape": "S34"
217548
+ "shape": "S39"
217407
217549
  },
217408
217550
  "UnsuccessfulFaceDeletions": {
217409
217551
  "type": "list",
@@ -217631,13 +217773,13 @@ module.exports={
217631
217773
  "type": "structure",
217632
217774
  "members": {
217633
217775
  "Input": {
217634
- "shape": "S24"
217776
+ "shape": "S26"
217635
217777
  },
217636
217778
  "Output": {
217637
- "shape": "S24"
217779
+ "shape": "S26"
217638
217780
  },
217639
217781
  "Validation": {
217640
- "shape": "S48"
217782
+ "shape": "S4d"
217641
217783
  }
217642
217784
  }
217643
217785
  },
@@ -217645,13 +217787,13 @@ module.exports={
217645
217787
  "type": "structure",
217646
217788
  "members": {
217647
217789
  "Input": {
217648
- "shape": "S27"
217790
+ "shape": "S29"
217649
217791
  },
217650
217792
  "Output": {
217651
- "shape": "S27"
217793
+ "shape": "S29"
217652
217794
  },
217653
217795
  "Validation": {
217654
- "shape": "S48"
217796
+ "shape": "S4d"
217655
217797
  }
217656
217798
  }
217657
217799
  },
@@ -217678,7 +217820,13 @@ module.exports={
217678
217820
  "MaxInferenceUnits": {
217679
217821
  "type": "integer"
217680
217822
  },
217681
- "SourceProjectVersionArn": {}
217823
+ "SourceProjectVersionArn": {},
217824
+ "VersionDescription": {},
217825
+ "Feature": {},
217826
+ "BaseModelVersion": {},
217827
+ "FeatureConfig": {
217828
+ "shape": "S2b"
217829
+ }
217682
217830
  }
217683
217831
  }
217684
217832
  },
@@ -217697,6 +217845,10 @@ module.exports={
217697
217845
  "ProjectNames": {
217698
217846
  "type": "list",
217699
217847
  "member": {}
217848
+ },
217849
+ "Features": {
217850
+ "type": "list",
217851
+ "member": {}
217700
217852
  }
217701
217853
  }
217702
217854
  },
@@ -217728,7 +217880,9 @@ module.exports={
217728
217880
  "StatusMessageCode": {}
217729
217881
  }
217730
217882
  }
217731
- }
217883
+ },
217884
+ "Feature": {},
217885
+ "AutoUpdate": {}
217732
217886
  }
217733
217887
  }
217734
217888
  },
@@ -217760,24 +217914,24 @@ module.exports={
217760
217914
  "type": "timestamp"
217761
217915
  },
217762
217916
  "Input": {
217763
- "shape": "S2a"
217917
+ "shape": "S2f"
217764
217918
  },
217765
217919
  "Output": {
217766
- "shape": "S2d"
217920
+ "shape": "S2i"
217767
217921
  },
217768
217922
  "RoleArn": {},
217769
217923
  "Settings": {
217770
- "shape": "S2i"
217924
+ "shape": "S2n"
217771
217925
  },
217772
217926
  "NotificationChannel": {
217773
- "shape": "S2o"
217927
+ "shape": "S2t"
217774
217928
  },
217775
217929
  "KmsKeyId": {},
217776
217930
  "RegionsOfInterest": {
217777
- "shape": "S2q"
217931
+ "shape": "S2v"
217778
217932
  },
217779
217933
  "DataSharingPreference": {
217780
- "shape": "S2u"
217934
+ "shape": "S2z"
217781
217935
  }
217782
217936
  }
217783
217937
  }
@@ -217815,7 +217969,7 @@ module.exports={
217815
217969
  "type": "float"
217816
217970
  },
217817
217971
  "Geometry": {
217818
- "shape": "S4r"
217972
+ "shape": "S4x"
217819
217973
  }
217820
217974
  }
217821
217975
  }
@@ -217834,7 +217988,7 @@ module.exports={
217834
217988
  "shape": "Sh"
217835
217989
  },
217836
217990
  "Attributes": {
217837
- "shape": "S4t"
217991
+ "shape": "S4z"
217838
217992
  }
217839
217993
  }
217840
217994
  },
@@ -217844,7 +217998,7 @@ module.exports={
217844
217998
  "FaceDetails": {
217845
217999
  "type": "list",
217846
218000
  "member": {
217847
- "shape": "S4x"
218001
+ "shape": "S53"
217848
218002
  }
217849
218003
  },
217850
218004
  "OrientationCorrection": {}
@@ -217875,7 +218029,7 @@ module.exports={
217875
218029
  "type": "structure",
217876
218030
  "members": {
217877
218031
  "GeneralLabels": {
217878
- "shape": "S5d"
218032
+ "shape": "S5j"
217879
218033
  },
217880
218034
  "ImageProperties": {
217881
218035
  "type": "structure",
@@ -217895,7 +218049,7 @@ module.exports={
217895
218049
  "Labels": {
217896
218050
  "type": "list",
217897
218051
  "member": {
217898
- "shape": "S5k"
218052
+ "shape": "S5q"
217899
218053
  }
217900
218054
  },
217901
218055
  "OrientationCorrection": {},
@@ -217904,19 +218058,19 @@ module.exports={
217904
218058
  "type": "structure",
217905
218059
  "members": {
217906
218060
  "Quality": {
217907
- "shape": "S5w"
218061
+ "shape": "S62"
217908
218062
  },
217909
218063
  "DominantColors": {
217910
- "shape": "S5n"
218064
+ "shape": "S5t"
217911
218065
  },
217912
218066
  "Foreground": {
217913
218067
  "type": "structure",
217914
218068
  "members": {
217915
218069
  "Quality": {
217916
- "shape": "S5w"
218070
+ "shape": "S62"
217917
218071
  },
217918
218072
  "DominantColors": {
217919
- "shape": "S5n"
218073
+ "shape": "S5t"
217920
218074
  }
217921
218075
  }
217922
218076
  },
@@ -217924,10 +218078,10 @@ module.exports={
217924
218078
  "type": "structure",
217925
218079
  "members": {
217926
218080
  "Quality": {
217927
- "shape": "S5w"
218081
+ "shape": "S62"
217928
218082
  },
217929
218083
  "DominantColors": {
217930
- "shape": "S5n"
218084
+ "shape": "S5t"
217931
218085
  }
217932
218086
  }
217933
218087
  }
@@ -217968,7 +218122,8 @@ module.exports={
217968
218122
  }
217969
218123
  }
217970
218124
  }
217971
- }
218125
+ },
218126
+ "ProjectVersion": {}
217972
218127
  }
217973
218128
  },
217974
218129
  "output": {
@@ -217977,7 +218132,7 @@ module.exports={
217977
218132
  "ModerationLabels": {
217978
218133
  "type": "list",
217979
218134
  "member": {
217980
- "shape": "S68"
218135
+ "shape": "S6f"
217981
218136
  }
217982
218137
  },
217983
218138
  "ModerationModelVersion": {},
@@ -217993,7 +218148,8 @@ module.exports={
217993
218148
  "jsonvalue": true
217994
218149
  }
217995
218150
  }
217996
- }
218151
+ },
218152
+ "ProjectVersion": {}
217997
218153
  }
217998
218154
  }
217999
218155
  },
@@ -218088,13 +218244,13 @@ module.exports={
218088
218244
  "type": "structure",
218089
218245
  "members": {
218090
218246
  "PersonsWithRequiredEquipment": {
218091
- "shape": "S6s"
218247
+ "shape": "S6z"
218092
218248
  },
218093
218249
  "PersonsWithoutRequiredEquipment": {
218094
- "shape": "S6s"
218250
+ "shape": "S6z"
218095
218251
  },
218096
218252
  "PersonsIndeterminate": {
218097
- "shape": "S6s"
218253
+ "shape": "S6z"
218098
218254
  }
218099
218255
  }
218100
218256
  }
@@ -218115,10 +218271,10 @@ module.exports={
218115
218271
  "type": "structure",
218116
218272
  "members": {
218117
218273
  "WordFilter": {
218118
- "shape": "S6v"
218274
+ "shape": "S72"
218119
218275
  },
218120
218276
  "RegionsOfInterest": {
218121
- "shape": "S2q"
218277
+ "shape": "S2v"
218122
218278
  }
218123
218279
  }
218124
218280
  }
@@ -218130,7 +218286,7 @@ module.exports={
218130
218286
  "TextDetections": {
218131
218287
  "type": "list",
218132
218288
  "member": {
218133
- "shape": "S70"
218289
+ "shape": "S77"
218134
218290
  }
218135
218291
  },
218136
218292
  "TextModelVersion": {}
@@ -218226,11 +218382,11 @@ module.exports={
218226
218382
  "type": "structure",
218227
218383
  "members": {
218228
218384
  "Urls": {
218229
- "shape": "S7h"
218385
+ "shape": "S7o"
218230
218386
  },
218231
218387
  "Name": {},
218232
218388
  "KnownGender": {
218233
- "shape": "S7j"
218389
+ "shape": "S7q"
218234
218390
  }
218235
218391
  }
218236
218392
  }
@@ -218256,7 +218412,7 @@ module.exports={
218256
218412
  "JobStatus": {},
218257
218413
  "StatusMessage": {},
218258
218414
  "VideoMetadata": {
218259
- "shape": "S7s"
218415
+ "shape": "S7z"
218260
218416
  },
218261
218417
  "NextToken": {},
218262
218418
  "Celebrities": {
@@ -218271,7 +218427,7 @@ module.exports={
218271
218427
  "type": "structure",
218272
218428
  "members": {
218273
218429
  "Urls": {
218274
- "shape": "S7h"
218430
+ "shape": "S7o"
218275
218431
  },
218276
218432
  "Name": {},
218277
218433
  "Id": {},
@@ -218282,10 +218438,10 @@ module.exports={
218282
218438
  "shape": "Sq"
218283
218439
  },
218284
218440
  "Face": {
218285
- "shape": "S4x"
218441
+ "shape": "S53"
218286
218442
  },
218287
218443
  "KnownGender": {
218288
- "shape": "S7j"
218444
+ "shape": "S7q"
218289
218445
  }
218290
218446
  }
218291
218447
  }
@@ -218294,7 +218450,7 @@ module.exports={
218294
218450
  },
218295
218451
  "JobId": {},
218296
218452
  "Video": {
218297
- "shape": "S7y"
218453
+ "shape": "S85"
218298
218454
  },
218299
218455
  "JobTag": {}
218300
218456
  }
@@ -218322,7 +218478,7 @@ module.exports={
218322
218478
  "JobStatus": {},
218323
218479
  "StatusMessage": {},
218324
218480
  "VideoMetadata": {
218325
- "shape": "S7s"
218481
+ "shape": "S7z"
218326
218482
  },
218327
218483
  "ModerationLabels": {
218328
218484
  "type": "list",
@@ -218333,7 +218489,7 @@ module.exports={
218333
218489
  "type": "long"
218334
218490
  },
218335
218491
  "ModerationLabel": {
218336
- "shape": "S68"
218492
+ "shape": "S6f"
218337
218493
  },
218338
218494
  "StartTimestampMillis": {
218339
218495
  "type": "long"
@@ -218351,7 +218507,7 @@ module.exports={
218351
218507
  "ModerationModelVersion": {},
218352
218508
  "JobId": {},
218353
218509
  "Video": {
218354
- "shape": "S7y"
218510
+ "shape": "S85"
218355
218511
  },
218356
218512
  "JobTag": {},
218357
218513
  "GetRequestMetadata": {
@@ -218384,7 +218540,7 @@ module.exports={
218384
218540
  "JobStatus": {},
218385
218541
  "StatusMessage": {},
218386
218542
  "VideoMetadata": {
218387
- "shape": "S7s"
218543
+ "shape": "S7z"
218388
218544
  },
218389
218545
  "NextToken": {},
218390
218546
  "Faces": {
@@ -218396,14 +218552,14 @@ module.exports={
218396
218552
  "type": "long"
218397
218553
  },
218398
218554
  "Face": {
218399
- "shape": "S4x"
218555
+ "shape": "S53"
218400
218556
  }
218401
218557
  }
218402
218558
  }
218403
218559
  },
218404
218560
  "JobId": {},
218405
218561
  "Video": {
218406
- "shape": "S7y"
218562
+ "shape": "S85"
218407
218563
  },
218408
218564
  "JobTag": {}
218409
218565
  }
@@ -218432,12 +218588,12 @@ module.exports={
218432
218588
  "type": "float"
218433
218589
  },
218434
218590
  "ReferenceImage": {
218435
- "shape": "S8e"
218591
+ "shape": "S8l"
218436
218592
  },
218437
218593
  "AuditImages": {
218438
218594
  "type": "list",
218439
218595
  "member": {
218440
- "shape": "S8e"
218596
+ "shape": "S8l"
218441
218597
  }
218442
218598
  }
218443
218599
  }
@@ -218465,7 +218621,7 @@ module.exports={
218465
218621
  "StatusMessage": {},
218466
218622
  "NextToken": {},
218467
218623
  "VideoMetadata": {
218468
- "shape": "S7s"
218624
+ "shape": "S7z"
218469
218625
  },
218470
218626
  "Persons": {
218471
218627
  "type": "list",
@@ -218476,17 +218632,17 @@ module.exports={
218476
218632
  "type": "long"
218477
218633
  },
218478
218634
  "Person": {
218479
- "shape": "S8m"
218635
+ "shape": "S8t"
218480
218636
  },
218481
218637
  "FaceMatches": {
218482
- "shape": "S8o"
218638
+ "shape": "S8v"
218483
218639
  }
218484
218640
  }
218485
218641
  }
218486
218642
  },
218487
218643
  "JobId": {},
218488
218644
  "Video": {
218489
- "shape": "S7y"
218645
+ "shape": "S85"
218490
218646
  },
218491
218647
  "JobTag": {}
218492
218648
  }
@@ -218514,7 +218670,7 @@ module.exports={
218514
218670
  "JobStatus": {},
218515
218671
  "StatusMessage": {},
218516
218672
  "VideoMetadata": {
218517
- "shape": "S7s"
218673
+ "shape": "S7z"
218518
218674
  },
218519
218675
  "NextToken": {},
218520
218676
  "Labels": {
@@ -218526,7 +218682,7 @@ module.exports={
218526
218682
  "type": "long"
218527
218683
  },
218528
218684
  "Label": {
218529
- "shape": "S5k"
218685
+ "shape": "S5q"
218530
218686
  },
218531
218687
  "StartTimestampMillis": {
218532
218688
  "type": "long"
@@ -218543,7 +218699,7 @@ module.exports={
218543
218699
  "LabelModelVersion": {},
218544
218700
  "JobId": {},
218545
218701
  "Video": {
218546
- "shape": "S7y"
218702
+ "shape": "S85"
218547
218703
  },
218548
218704
  "JobTag": {},
218549
218705
  "GetRequestMetadata": {
@@ -218577,7 +218733,7 @@ module.exports={
218577
218733
  "JobStatus": {},
218578
218734
  "StatusMessage": {},
218579
218735
  "VideoMetadata": {
218580
- "shape": "S7s"
218736
+ "shape": "S7z"
218581
218737
  },
218582
218738
  "NextToken": {},
218583
218739
  "Persons": {
@@ -218589,14 +218745,14 @@ module.exports={
218589
218745
  "type": "long"
218590
218746
  },
218591
218747
  "Person": {
218592
- "shape": "S8m"
218748
+ "shape": "S8t"
218593
218749
  }
218594
218750
  }
218595
218751
  }
218596
218752
  },
218597
218753
  "JobId": {},
218598
218754
  "Video": {
218599
- "shape": "S7y"
218755
+ "shape": "S85"
218600
218756
  },
218601
218757
  "JobTag": {}
218602
218758
  }
@@ -218624,7 +218780,7 @@ module.exports={
218624
218780
  "VideoMetadata": {
218625
218781
  "type": "list",
218626
218782
  "member": {
218627
- "shape": "S7s"
218783
+ "shape": "S7z"
218628
218784
  }
218629
218785
  },
218630
218786
  "AudioMetadata": {
@@ -218708,7 +218864,7 @@ module.exports={
218708
218864
  },
218709
218865
  "JobId": {},
218710
218866
  "Video": {
218711
- "shape": "S7y"
218867
+ "shape": "S85"
218712
218868
  },
218713
218869
  "JobTag": {}
218714
218870
  }
@@ -218734,7 +218890,7 @@ module.exports={
218734
218890
  "JobStatus": {},
218735
218891
  "StatusMessage": {},
218736
218892
  "VideoMetadata": {
218737
- "shape": "S7s"
218893
+ "shape": "S7z"
218738
218894
  },
218739
218895
  "TextDetections": {
218740
218896
  "type": "list",
@@ -218745,7 +218901,7 @@ module.exports={
218745
218901
  "type": "long"
218746
218902
  },
218747
218903
  "TextDetection": {
218748
- "shape": "S70"
218904
+ "shape": "S77"
218749
218905
  }
218750
218906
  }
218751
218907
  }
@@ -218754,7 +218910,7 @@ module.exports={
218754
218910
  "TextModelVersion": {},
218755
218911
  "JobId": {},
218756
218912
  "Video": {
218757
- "shape": "S7y"
218913
+ "shape": "S85"
218758
218914
  },
218759
218915
  "JobTag": {}
218760
218916
  }
@@ -218774,7 +218930,7 @@ module.exports={
218774
218930
  },
218775
218931
  "ExternalImageId": {},
218776
218932
  "DetectionAttributes": {
218777
- "shape": "S4t"
218933
+ "shape": "S4z"
218778
218934
  },
218779
218935
  "MaxFaces": {
218780
218936
  "type": "integer"
@@ -218791,10 +218947,10 @@ module.exports={
218791
218947
  "type": "structure",
218792
218948
  "members": {
218793
218949
  "Face": {
218794
- "shape": "S8q"
218950
+ "shape": "S8x"
218795
218951
  },
218796
218952
  "FaceDetail": {
218797
- "shape": "S4x"
218953
+ "shape": "S53"
218798
218954
  }
218799
218955
  }
218800
218956
  }
@@ -218811,7 +218967,7 @@ module.exports={
218811
218967
  "member": {}
218812
218968
  },
218813
218969
  "FaceDetail": {
218814
- "shape": "S4x"
218970
+ "shape": "S53"
218815
218971
  }
218816
218972
  }
218817
218973
  }
@@ -218935,7 +219091,7 @@ module.exports={
218935
219091
  },
218936
219092
  "UserId": {},
218937
219093
  "FaceIds": {
218938
- "shape": "S34"
219094
+ "shape": "S39"
218939
219095
  }
218940
219096
  }
218941
219097
  },
@@ -218945,7 +219101,7 @@ module.exports={
218945
219101
  "Faces": {
218946
219102
  "type": "list",
218947
219103
  "member": {
218948
- "shape": "S8q"
219104
+ "shape": "S8x"
218949
219105
  }
218950
219106
  },
218951
219107
  "NextToken": {},
@@ -219112,7 +219268,7 @@ module.exports={
219112
219268
  "type": "structure",
219113
219269
  "members": {
219114
219270
  "Urls": {
219115
- "shape": "S7h"
219271
+ "shape": "S7o"
219116
219272
  },
219117
219273
  "Name": {},
219118
219274
  "Id": {},
@@ -219123,7 +219279,7 @@ module.exports={
219123
219279
  "type": "float"
219124
219280
  },
219125
219281
  "KnownGender": {
219126
- "shape": "S7j"
219282
+ "shape": "S7q"
219127
219283
  }
219128
219284
  }
219129
219285
  }
@@ -219161,7 +219317,7 @@ module.exports={
219161
219317
  "members": {
219162
219318
  "SearchedFaceId": {},
219163
219319
  "FaceMatches": {
219164
- "shape": "S8o"
219320
+ "shape": "S8v"
219165
219321
  },
219166
219322
  "FaceModelVersion": {}
219167
219323
  }
@@ -219198,7 +219354,7 @@ module.exports={
219198
219354
  "type": "float"
219199
219355
  },
219200
219356
  "FaceMatches": {
219201
- "shape": "S8o"
219357
+ "shape": "S8v"
219202
219358
  },
219203
219359
  "FaceModelVersion": {}
219204
219360
  }
@@ -219226,7 +219382,7 @@ module.exports={
219226
219382
  "type": "structure",
219227
219383
  "members": {
219228
219384
  "UserMatches": {
219229
- "shape": "Sbi"
219385
+ "shape": "Sbp"
219230
219386
  },
219231
219387
  "FaceModelVersion": {},
219232
219388
  "SearchedFace": {
@@ -219269,14 +219425,14 @@ module.exports={
219269
219425
  "type": "structure",
219270
219426
  "members": {
219271
219427
  "UserMatches": {
219272
- "shape": "Sbi"
219428
+ "shape": "Sbp"
219273
219429
  },
219274
219430
  "FaceModelVersion": {},
219275
219431
  "SearchedFace": {
219276
219432
  "type": "structure",
219277
219433
  "members": {
219278
219434
  "FaceDetail": {
219279
- "shape": "S4x"
219435
+ "shape": "S53"
219280
219436
  }
219281
219437
  }
219282
219438
  },
@@ -219286,7 +219442,7 @@ module.exports={
219286
219442
  "type": "structure",
219287
219443
  "members": {
219288
219444
  "FaceDetails": {
219289
- "shape": "S4x"
219445
+ "shape": "S53"
219290
219446
  },
219291
219447
  "Reasons": {
219292
219448
  "type": "list",
@@ -219306,11 +219462,11 @@ module.exports={
219306
219462
  ],
219307
219463
  "members": {
219308
219464
  "Video": {
219309
- "shape": "S7y"
219465
+ "shape": "S85"
219310
219466
  },
219311
219467
  "ClientRequestToken": {},
219312
219468
  "NotificationChannel": {
219313
- "shape": "Sbv"
219469
+ "shape": "Sc2"
219314
219470
  },
219315
219471
  "JobTag": {}
219316
219472
  }
@@ -219331,14 +219487,14 @@ module.exports={
219331
219487
  ],
219332
219488
  "members": {
219333
219489
  "Video": {
219334
- "shape": "S7y"
219490
+ "shape": "S85"
219335
219491
  },
219336
219492
  "MinConfidence": {
219337
219493
  "type": "float"
219338
219494
  },
219339
219495
  "ClientRequestToken": {},
219340
219496
  "NotificationChannel": {
219341
- "shape": "Sbv"
219497
+ "shape": "Sc2"
219342
219498
  },
219343
219499
  "JobTag": {}
219344
219500
  }
@@ -219359,11 +219515,11 @@ module.exports={
219359
219515
  ],
219360
219516
  "members": {
219361
219517
  "Video": {
219362
- "shape": "S7y"
219518
+ "shape": "S85"
219363
219519
  },
219364
219520
  "ClientRequestToken": {},
219365
219521
  "NotificationChannel": {
219366
- "shape": "Sbv"
219522
+ "shape": "Sc2"
219367
219523
  },
219368
219524
  "FaceAttributes": {},
219369
219525
  "JobTag": {}
@@ -219386,7 +219542,7 @@ module.exports={
219386
219542
  ],
219387
219543
  "members": {
219388
219544
  "Video": {
219389
- "shape": "S7y"
219545
+ "shape": "S85"
219390
219546
  },
219391
219547
  "ClientRequestToken": {},
219392
219548
  "FaceMatchThreshold": {
@@ -219394,7 +219550,7 @@ module.exports={
219394
219550
  },
219395
219551
  "CollectionId": {},
219396
219552
  "NotificationChannel": {
219397
- "shape": "Sbv"
219553
+ "shape": "Sc2"
219398
219554
  },
219399
219555
  "JobTag": {}
219400
219556
  }
@@ -219415,14 +219571,14 @@ module.exports={
219415
219571
  ],
219416
219572
  "members": {
219417
219573
  "Video": {
219418
- "shape": "S7y"
219574
+ "shape": "S85"
219419
219575
  },
219420
219576
  "ClientRequestToken": {},
219421
219577
  "MinConfidence": {
219422
219578
  "type": "float"
219423
219579
  },
219424
219580
  "NotificationChannel": {
219425
- "shape": "Sbv"
219581
+ "shape": "Sc2"
219426
219582
  },
219427
219583
  "JobTag": {},
219428
219584
  "Features": {
@@ -219433,7 +219589,7 @@ module.exports={
219433
219589
  "type": "structure",
219434
219590
  "members": {
219435
219591
  "GeneralLabels": {
219436
- "shape": "S5d"
219592
+ "shape": "S5j"
219437
219593
  }
219438
219594
  }
219439
219595
  }
@@ -219455,11 +219611,11 @@ module.exports={
219455
219611
  ],
219456
219612
  "members": {
219457
219613
  "Video": {
219458
- "shape": "S7y"
219614
+ "shape": "S85"
219459
219615
  },
219460
219616
  "ClientRequestToken": {},
219461
219617
  "NotificationChannel": {
219462
- "shape": "Sbv"
219618
+ "shape": "Sc2"
219463
219619
  },
219464
219620
  "JobTag": {}
219465
219621
  }
@@ -219505,11 +219661,11 @@ module.exports={
219505
219661
  ],
219506
219662
  "members": {
219507
219663
  "Video": {
219508
- "shape": "S7y"
219664
+ "shape": "S85"
219509
219665
  },
219510
219666
  "ClientRequestToken": {},
219511
219667
  "NotificationChannel": {
219512
- "shape": "Sbv"
219668
+ "shape": "Sc2"
219513
219669
  },
219514
219670
  "JobTag": {},
219515
219671
  "Filters": {
@@ -219605,21 +219761,21 @@ module.exports={
219605
219761
  ],
219606
219762
  "members": {
219607
219763
  "Video": {
219608
- "shape": "S7y"
219764
+ "shape": "S85"
219609
219765
  },
219610
219766
  "ClientRequestToken": {},
219611
219767
  "NotificationChannel": {
219612
- "shape": "Sbv"
219768
+ "shape": "Sc2"
219613
219769
  },
219614
219770
  "JobTag": {},
219615
219771
  "Filters": {
219616
219772
  "type": "structure",
219617
219773
  "members": {
219618
219774
  "WordFilter": {
219619
- "shape": "S6v"
219775
+ "shape": "S72"
219620
219776
  },
219621
219777
  "RegionsOfInterest": {
219622
- "shape": "S2q"
219778
+ "shape": "S2v"
219623
219779
  }
219624
219780
  }
219625
219781
  }
@@ -219746,7 +219902,7 @@ module.exports={
219746
219902
  "type": "structure",
219747
219903
  "members": {
219748
219904
  "Labels": {
219749
- "shape": "S2l"
219905
+ "shape": "S2q"
219750
219906
  },
219751
219907
  "MinConfidence": {
219752
219908
  "type": "float"
@@ -219756,10 +219912,10 @@ module.exports={
219756
219912
  }
219757
219913
  },
219758
219914
  "RegionsOfInterestForUpdate": {
219759
- "shape": "S2q"
219915
+ "shape": "S2v"
219760
219916
  },
219761
219917
  "DataSharingPreferenceForUpdate": {
219762
- "shape": "S2u"
219918
+ "shape": "S2z"
219763
219919
  },
219764
219920
  "ParametersToDelete": {
219765
219921
  "type": "list",
@@ -219923,15 +220079,15 @@ module.exports={
219923
220079
  }
219924
220080
  }
219925
220081
  },
219926
- "S24": {
220082
+ "S26": {
219927
220083
  "type": "structure",
219928
220084
  "members": {
219929
220085
  "Assets": {
219930
- "shape": "S25"
220086
+ "shape": "S27"
219931
220087
  }
219932
220088
  }
219933
220089
  },
219934
- "S25": {
220090
+ "S27": {
219935
220091
  "type": "list",
219936
220092
  "member": {
219937
220093
  "type": "structure",
@@ -219942,18 +220098,31 @@ module.exports={
219942
220098
  }
219943
220099
  }
219944
220100
  },
219945
- "S27": {
220101
+ "S29": {
219946
220102
  "type": "structure",
219947
220103
  "members": {
219948
220104
  "Assets": {
219949
- "shape": "S25"
220105
+ "shape": "S27"
219950
220106
  },
219951
220107
  "AutoCreate": {
219952
220108
  "type": "boolean"
219953
220109
  }
219954
220110
  }
219955
220111
  },
219956
- "S2a": {
220112
+ "S2b": {
220113
+ "type": "structure",
220114
+ "members": {
220115
+ "ContentModeration": {
220116
+ "type": "structure",
220117
+ "members": {
220118
+ "ConfidenceThreshold": {
220119
+ "type": "float"
220120
+ }
220121
+ }
220122
+ }
220123
+ }
220124
+ },
220125
+ "S2f": {
219957
220126
  "type": "structure",
219958
220127
  "members": {
219959
220128
  "KinesisVideoStream": {
@@ -219964,7 +220133,7 @@ module.exports={
219964
220133
  }
219965
220134
  }
219966
220135
  },
219967
- "S2d": {
220136
+ "S2i": {
219968
220137
  "type": "structure",
219969
220138
  "members": {
219970
220139
  "KinesisDataStream": {
@@ -219982,7 +220151,7 @@ module.exports={
219982
220151
  }
219983
220152
  }
219984
220153
  },
219985
- "S2i": {
220154
+ "S2n": {
219986
220155
  "type": "structure",
219987
220156
  "members": {
219988
220157
  "FaceSearch": {
@@ -220001,7 +220170,7 @@ module.exports={
220001
220170
  ],
220002
220171
  "members": {
220003
220172
  "Labels": {
220004
- "shape": "S2l"
220173
+ "shape": "S2q"
220005
220174
  },
220006
220175
  "MinConfidence": {
220007
220176
  "type": "float"
@@ -220010,11 +220179,11 @@ module.exports={
220010
220179
  }
220011
220180
  }
220012
220181
  },
220013
- "S2l": {
220182
+ "S2q": {
220014
220183
  "type": "list",
220015
220184
  "member": {}
220016
220185
  },
220017
- "S2o": {
220186
+ "S2t": {
220018
220187
  "type": "structure",
220019
220188
  "required": [
220020
220189
  "SNSTopicArn"
@@ -220023,7 +220192,7 @@ module.exports={
220023
220192
  "SNSTopicArn": {}
220024
220193
  }
220025
220194
  },
220026
- "S2q": {
220195
+ "S2v": {
220027
220196
  "type": "list",
220028
220197
  "member": {
220029
220198
  "type": "structure",
@@ -220032,12 +220201,12 @@ module.exports={
220032
220201
  "shape": "Sq"
220033
220202
  },
220034
220203
  "Polygon": {
220035
- "shape": "S2s"
220204
+ "shape": "S2x"
220036
220205
  }
220037
220206
  }
220038
220207
  }
220039
220208
  },
220040
- "S2s": {
220209
+ "S2x": {
220041
220210
  "type": "list",
220042
220211
  "member": {
220043
220212
  "type": "structure",
@@ -220051,7 +220220,7 @@ module.exports={
220051
220220
  }
220052
220221
  }
220053
220222
  },
220054
- "S2u": {
220223
+ "S2z": {
220055
220224
  "type": "structure",
220056
220225
  "required": [
220057
220226
  "OptIn"
@@ -220062,34 +220231,34 @@ module.exports={
220062
220231
  }
220063
220232
  }
220064
220233
  },
220065
- "S34": {
220234
+ "S39": {
220066
220235
  "type": "list",
220067
220236
  "member": {}
220068
220237
  },
220069
- "S48": {
220238
+ "S4d": {
220070
220239
  "type": "structure",
220071
220240
  "members": {
220072
220241
  "Assets": {
220073
- "shape": "S25"
220242
+ "shape": "S27"
220074
220243
  }
220075
220244
  }
220076
220245
  },
220077
- "S4r": {
220246
+ "S4x": {
220078
220247
  "type": "structure",
220079
220248
  "members": {
220080
220249
  "BoundingBox": {
220081
220250
  "shape": "Sq"
220082
220251
  },
220083
220252
  "Polygon": {
220084
- "shape": "S2s"
220253
+ "shape": "S2x"
220085
220254
  }
220086
220255
  }
220087
220256
  },
220088
- "S4t": {
220257
+ "S4z": {
220089
220258
  "type": "list",
220090
220259
  "member": {}
220091
220260
  },
220092
- "S4x": {
220261
+ "S53": {
220093
220262
  "type": "structure",
220094
220263
  "members": {
220095
220264
  "BoundingBox": {
@@ -220226,28 +220395,28 @@ module.exports={
220226
220395
  }
220227
220396
  }
220228
220397
  },
220229
- "S5d": {
220398
+ "S5j": {
220230
220399
  "type": "structure",
220231
220400
  "members": {
220232
220401
  "LabelInclusionFilters": {
220233
- "shape": "S5e"
220402
+ "shape": "S5k"
220234
220403
  },
220235
220404
  "LabelExclusionFilters": {
220236
- "shape": "S5e"
220405
+ "shape": "S5k"
220237
220406
  },
220238
220407
  "LabelCategoryInclusionFilters": {
220239
- "shape": "S5e"
220408
+ "shape": "S5k"
220240
220409
  },
220241
220410
  "LabelCategoryExclusionFilters": {
220242
- "shape": "S5e"
220411
+ "shape": "S5k"
220243
220412
  }
220244
220413
  }
220245
220414
  },
220246
- "S5e": {
220415
+ "S5k": {
220247
220416
  "type": "list",
220248
220417
  "member": {}
220249
220418
  },
220250
- "S5k": {
220419
+ "S5q": {
220251
220420
  "type": "structure",
220252
220421
  "members": {
220253
220422
  "Name": {},
@@ -220266,7 +220435,7 @@ module.exports={
220266
220435
  "type": "float"
220267
220436
  },
220268
220437
  "DominantColors": {
220269
- "shape": "S5n"
220438
+ "shape": "S5t"
220270
220439
  }
220271
220440
  }
220272
220441
  }
@@ -220300,7 +220469,7 @@ module.exports={
220300
220469
  }
220301
220470
  }
220302
220471
  },
220303
- "S5n": {
220472
+ "S5t": {
220304
220473
  "type": "list",
220305
220474
  "member": {
220306
220475
  "type": "structure",
@@ -220323,7 +220492,7 @@ module.exports={
220323
220492
  }
220324
220493
  }
220325
220494
  },
220326
- "S5w": {
220495
+ "S62": {
220327
220496
  "type": "structure",
220328
220497
  "members": {
220329
220498
  "Brightness": {
@@ -220337,7 +220506,7 @@ module.exports={
220337
220506
  }
220338
220507
  }
220339
220508
  },
220340
- "S68": {
220509
+ "S6f": {
220341
220510
  "type": "structure",
220342
220511
  "members": {
220343
220512
  "Confidence": {
@@ -220347,13 +220516,13 @@ module.exports={
220347
220516
  "ParentName": {}
220348
220517
  }
220349
220518
  },
220350
- "S6s": {
220519
+ "S6z": {
220351
220520
  "type": "list",
220352
220521
  "member": {
220353
220522
  "type": "integer"
220354
220523
  }
220355
220524
  },
220356
- "S6v": {
220525
+ "S72": {
220357
220526
  "type": "structure",
220358
220527
  "members": {
220359
220528
  "MinConfidence": {
@@ -220367,7 +220536,7 @@ module.exports={
220367
220536
  }
220368
220537
  }
220369
220538
  },
220370
- "S70": {
220539
+ "S77": {
220371
220540
  "type": "structure",
220372
220541
  "members": {
220373
220542
  "DetectedText": {},
@@ -220382,21 +220551,21 @@ module.exports={
220382
220551
  "type": "float"
220383
220552
  },
220384
220553
  "Geometry": {
220385
- "shape": "S4r"
220554
+ "shape": "S4x"
220386
220555
  }
220387
220556
  }
220388
220557
  },
220389
- "S7h": {
220558
+ "S7o": {
220390
220559
  "type": "list",
220391
220560
  "member": {}
220392
220561
  },
220393
- "S7j": {
220562
+ "S7q": {
220394
220563
  "type": "structure",
220395
220564
  "members": {
220396
220565
  "Type": {}
220397
220566
  }
220398
220567
  },
220399
- "S7s": {
220568
+ "S7z": {
220400
220569
  "type": "structure",
220401
220570
  "members": {
220402
220571
  "Codec": {},
@@ -220416,7 +220585,7 @@ module.exports={
220416
220585
  "ColorRange": {}
220417
220586
  }
220418
220587
  },
220419
- "S7y": {
220588
+ "S85": {
220420
220589
  "type": "structure",
220421
220590
  "members": {
220422
220591
  "S3Object": {
@@ -220424,7 +220593,7 @@ module.exports={
220424
220593
  }
220425
220594
  }
220426
220595
  },
220427
- "S8e": {
220596
+ "S8l": {
220428
220597
  "type": "structure",
220429
220598
  "members": {
220430
220599
  "Bytes": {
@@ -220439,7 +220608,7 @@ module.exports={
220439
220608
  }
220440
220609
  }
220441
220610
  },
220442
- "S8m": {
220611
+ "S8t": {
220443
220612
  "type": "structure",
220444
220613
  "members": {
220445
220614
  "Index": {
@@ -220449,11 +220618,11 @@ module.exports={
220449
220618
  "shape": "Sq"
220450
220619
  },
220451
220620
  "Face": {
220452
- "shape": "S4x"
220621
+ "shape": "S53"
220453
220622
  }
220454
220623
  }
220455
220624
  },
220456
- "S8o": {
220625
+ "S8v": {
220457
220626
  "type": "list",
220458
220627
  "member": {
220459
220628
  "type": "structure",
@@ -220462,12 +220631,12 @@ module.exports={
220462
220631
  "type": "float"
220463
220632
  },
220464
220633
  "Face": {
220465
- "shape": "S8q"
220634
+ "shape": "S8x"
220466
220635
  }
220467
220636
  }
220468
220637
  }
220469
220638
  },
220470
- "S8q": {
220639
+ "S8x": {
220471
220640
  "type": "structure",
220472
220641
  "members": {
220473
220642
  "FaceId": {},
@@ -220483,7 +220652,7 @@ module.exports={
220483
220652
  "UserId": {}
220484
220653
  }
220485
220654
  },
220486
- "Sbi": {
220655
+ "Sbp": {
220487
220656
  "type": "list",
220488
220657
  "member": {
220489
220658
  "type": "structure",
@@ -220501,7 +220670,7 @@ module.exports={
220501
220670
  }
220502
220671
  }
220503
220672
  },
220504
- "Sbv": {
220673
+ "Sc2": {
220505
220674
  "type": "structure",
220506
220675
  "required": [
220507
220676
  "SNSTopicArn",
@@ -262113,7 +262282,7 @@ AWS.util.update(AWS, {
262113
262282
  /**
262114
262283
  * @constant
262115
262284
  */
262116
- VERSION: '2.1472.0',
262285
+ VERSION: '2.1474.0',
262117
262286
 
262118
262287
  /**
262119
262288
  * @api private
@@ -284294,7 +284463,7 @@ var LRUCache = /** @class */ (function () {
284294
284463
  }());
284295
284464
  exports.LRUCache = LRUCache;
284296
284465
  },{}],467:[function(require,module,exports){
284297
- // AWS SDK for JavaScript v2.1472.0
284466
+ // AWS SDK for JavaScript v2.1474.0
284298
284467
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
284299
284468
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
284300
284469
  require('./browser_loader');