cdk-lambda-subminute 2.0.265 → 2.0.267

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 (55) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +1 -1
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
  7. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
  9. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
  11. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
  12. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
  13. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
  14. package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
  15. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
  16. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
  18. package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
  19. package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
  20. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
  21. package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
  22. package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
  23. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
  25. package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
  26. package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
  27. package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
  28. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
  29. package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
  30. package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
  31. package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
  32. package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
  34. package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
  35. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  37. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  38. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  39. package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
  40. package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
  41. package/node_modules/aws-sdk/lib/core.js +1 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/function-bind/.eslintrc +11 -5
  44. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  45. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  46. package/node_modules/function-bind/.nycrc +13 -0
  47. package/node_modules/function-bind/CHANGELOG.md +136 -0
  48. package/node_modules/function-bind/README.md +25 -27
  49. package/node_modules/function-bind/implementation.js +44 -12
  50. package/node_modules/function-bind/package.json +38 -14
  51. package/package.json +3 -3
  52. package/node_modules/function-bind/.editorconfig +0 -20
  53. package/node_modules/function-bind/.jscs.json +0 -176
  54. package/node_modules/function-bind/.npmignore +0 -22
  55. package/node_modules/function-bind/.travis.yml +0 -168
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1472.0
1
+ // AWS SDK for JavaScript v2.1473.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
  },
@@ -217244,7 +217359,9 @@ module.exports={
217244
217359
  "ProjectName"
217245
217360
  ],
217246
217361
  "members": {
217247
- "ProjectName": {}
217362
+ "ProjectName": {},
217363
+ "Feature": {},
217364
+ "AutoUpdate": {}
217248
217365
  }
217249
217366
  },
217250
217367
  "output": {
@@ -217269,15 +217386,19 @@ module.exports={
217269
217386
  "shape": "S1c"
217270
217387
  },
217271
217388
  "TrainingData": {
217272
- "shape": "S24"
217389
+ "shape": "S26"
217273
217390
  },
217274
217391
  "TestingData": {
217275
- "shape": "S27"
217392
+ "shape": "S29"
217276
217393
  },
217277
217394
  "Tags": {
217278
217395
  "shape": "S1e"
217279
217396
  },
217280
- "KmsKeyId": {}
217397
+ "KmsKeyId": {},
217398
+ "VersionDescription": {},
217399
+ "FeatureConfig": {
217400
+ "shape": "S2b"
217401
+ }
217281
217402
  }
217282
217403
  },
217283
217404
  "output": {
@@ -217299,28 +217420,28 @@ module.exports={
217299
217420
  ],
217300
217421
  "members": {
217301
217422
  "Input": {
217302
- "shape": "S2a"
217423
+ "shape": "S2f"
217303
217424
  },
217304
217425
  "Output": {
217305
- "shape": "S2d"
217426
+ "shape": "S2i"
217306
217427
  },
217307
217428
  "Name": {},
217308
217429
  "Settings": {
217309
- "shape": "S2i"
217430
+ "shape": "S2n"
217310
217431
  },
217311
217432
  "RoleArn": {},
217312
217433
  "Tags": {
217313
217434
  "shape": "S1e"
217314
217435
  },
217315
217436
  "NotificationChannel": {
217316
- "shape": "S2o"
217437
+ "shape": "S2t"
217317
217438
  },
217318
217439
  "KmsKeyId": {},
217319
217440
  "RegionsOfInterest": {
217320
- "shape": "S2q"
217441
+ "shape": "S2v"
217321
217442
  },
217322
217443
  "DataSharingPreference": {
217323
- "shape": "S2u"
217444
+ "shape": "S2z"
217324
217445
  }
217325
217446
  }
217326
217447
  },
@@ -217395,7 +217516,7 @@ module.exports={
217395
217516
  "members": {
217396
217517
  "CollectionId": {},
217397
217518
  "FaceIds": {
217398
- "shape": "S34"
217519
+ "shape": "S39"
217399
217520
  }
217400
217521
  }
217401
217522
  },
@@ -217403,7 +217524,7 @@ module.exports={
217403
217524
  "type": "structure",
217404
217525
  "members": {
217405
217526
  "DeletedFaces": {
217406
- "shape": "S34"
217527
+ "shape": "S39"
217407
217528
  },
217408
217529
  "UnsuccessfulFaceDeletions": {
217409
217530
  "type": "list",
@@ -217631,13 +217752,13 @@ module.exports={
217631
217752
  "type": "structure",
217632
217753
  "members": {
217633
217754
  "Input": {
217634
- "shape": "S24"
217755
+ "shape": "S26"
217635
217756
  },
217636
217757
  "Output": {
217637
- "shape": "S24"
217758
+ "shape": "S26"
217638
217759
  },
217639
217760
  "Validation": {
217640
- "shape": "S48"
217761
+ "shape": "S4d"
217641
217762
  }
217642
217763
  }
217643
217764
  },
@@ -217645,13 +217766,13 @@ module.exports={
217645
217766
  "type": "structure",
217646
217767
  "members": {
217647
217768
  "Input": {
217648
- "shape": "S27"
217769
+ "shape": "S29"
217649
217770
  },
217650
217771
  "Output": {
217651
- "shape": "S27"
217772
+ "shape": "S29"
217652
217773
  },
217653
217774
  "Validation": {
217654
- "shape": "S48"
217775
+ "shape": "S4d"
217655
217776
  }
217656
217777
  }
217657
217778
  },
@@ -217678,7 +217799,13 @@ module.exports={
217678
217799
  "MaxInferenceUnits": {
217679
217800
  "type": "integer"
217680
217801
  },
217681
- "SourceProjectVersionArn": {}
217802
+ "SourceProjectVersionArn": {},
217803
+ "VersionDescription": {},
217804
+ "Feature": {},
217805
+ "BaseModelVersion": {},
217806
+ "FeatureConfig": {
217807
+ "shape": "S2b"
217808
+ }
217682
217809
  }
217683
217810
  }
217684
217811
  },
@@ -217697,6 +217824,10 @@ module.exports={
217697
217824
  "ProjectNames": {
217698
217825
  "type": "list",
217699
217826
  "member": {}
217827
+ },
217828
+ "Features": {
217829
+ "type": "list",
217830
+ "member": {}
217700
217831
  }
217701
217832
  }
217702
217833
  },
@@ -217728,7 +217859,9 @@ module.exports={
217728
217859
  "StatusMessageCode": {}
217729
217860
  }
217730
217861
  }
217731
- }
217862
+ },
217863
+ "Feature": {},
217864
+ "AutoUpdate": {}
217732
217865
  }
217733
217866
  }
217734
217867
  },
@@ -217760,24 +217893,24 @@ module.exports={
217760
217893
  "type": "timestamp"
217761
217894
  },
217762
217895
  "Input": {
217763
- "shape": "S2a"
217896
+ "shape": "S2f"
217764
217897
  },
217765
217898
  "Output": {
217766
- "shape": "S2d"
217899
+ "shape": "S2i"
217767
217900
  },
217768
217901
  "RoleArn": {},
217769
217902
  "Settings": {
217770
- "shape": "S2i"
217903
+ "shape": "S2n"
217771
217904
  },
217772
217905
  "NotificationChannel": {
217773
- "shape": "S2o"
217906
+ "shape": "S2t"
217774
217907
  },
217775
217908
  "KmsKeyId": {},
217776
217909
  "RegionsOfInterest": {
217777
- "shape": "S2q"
217910
+ "shape": "S2v"
217778
217911
  },
217779
217912
  "DataSharingPreference": {
217780
- "shape": "S2u"
217913
+ "shape": "S2z"
217781
217914
  }
217782
217915
  }
217783
217916
  }
@@ -217815,7 +217948,7 @@ module.exports={
217815
217948
  "type": "float"
217816
217949
  },
217817
217950
  "Geometry": {
217818
- "shape": "S4r"
217951
+ "shape": "S4x"
217819
217952
  }
217820
217953
  }
217821
217954
  }
@@ -217834,7 +217967,7 @@ module.exports={
217834
217967
  "shape": "Sh"
217835
217968
  },
217836
217969
  "Attributes": {
217837
- "shape": "S4t"
217970
+ "shape": "S4z"
217838
217971
  }
217839
217972
  }
217840
217973
  },
@@ -217844,7 +217977,7 @@ module.exports={
217844
217977
  "FaceDetails": {
217845
217978
  "type": "list",
217846
217979
  "member": {
217847
- "shape": "S4x"
217980
+ "shape": "S53"
217848
217981
  }
217849
217982
  },
217850
217983
  "OrientationCorrection": {}
@@ -217875,7 +218008,7 @@ module.exports={
217875
218008
  "type": "structure",
217876
218009
  "members": {
217877
218010
  "GeneralLabels": {
217878
- "shape": "S5d"
218011
+ "shape": "S5j"
217879
218012
  },
217880
218013
  "ImageProperties": {
217881
218014
  "type": "structure",
@@ -217895,7 +218028,7 @@ module.exports={
217895
218028
  "Labels": {
217896
218029
  "type": "list",
217897
218030
  "member": {
217898
- "shape": "S5k"
218031
+ "shape": "S5q"
217899
218032
  }
217900
218033
  },
217901
218034
  "OrientationCorrection": {},
@@ -217904,19 +218037,19 @@ module.exports={
217904
218037
  "type": "structure",
217905
218038
  "members": {
217906
218039
  "Quality": {
217907
- "shape": "S5w"
218040
+ "shape": "S62"
217908
218041
  },
217909
218042
  "DominantColors": {
217910
- "shape": "S5n"
218043
+ "shape": "S5t"
217911
218044
  },
217912
218045
  "Foreground": {
217913
218046
  "type": "structure",
217914
218047
  "members": {
217915
218048
  "Quality": {
217916
- "shape": "S5w"
218049
+ "shape": "S62"
217917
218050
  },
217918
218051
  "DominantColors": {
217919
- "shape": "S5n"
218052
+ "shape": "S5t"
217920
218053
  }
217921
218054
  }
217922
218055
  },
@@ -217924,10 +218057,10 @@ module.exports={
217924
218057
  "type": "structure",
217925
218058
  "members": {
217926
218059
  "Quality": {
217927
- "shape": "S5w"
218060
+ "shape": "S62"
217928
218061
  },
217929
218062
  "DominantColors": {
217930
- "shape": "S5n"
218063
+ "shape": "S5t"
217931
218064
  }
217932
218065
  }
217933
218066
  }
@@ -217968,7 +218101,8 @@ module.exports={
217968
218101
  }
217969
218102
  }
217970
218103
  }
217971
- }
218104
+ },
218105
+ "ProjectVersion": {}
217972
218106
  }
217973
218107
  },
217974
218108
  "output": {
@@ -217977,7 +218111,7 @@ module.exports={
217977
218111
  "ModerationLabels": {
217978
218112
  "type": "list",
217979
218113
  "member": {
217980
- "shape": "S68"
218114
+ "shape": "S6f"
217981
218115
  }
217982
218116
  },
217983
218117
  "ModerationModelVersion": {},
@@ -217993,7 +218127,8 @@ module.exports={
217993
218127
  "jsonvalue": true
217994
218128
  }
217995
218129
  }
217996
- }
218130
+ },
218131
+ "ProjectVersion": {}
217997
218132
  }
217998
218133
  }
217999
218134
  },
@@ -218088,13 +218223,13 @@ module.exports={
218088
218223
  "type": "structure",
218089
218224
  "members": {
218090
218225
  "PersonsWithRequiredEquipment": {
218091
- "shape": "S6s"
218226
+ "shape": "S6z"
218092
218227
  },
218093
218228
  "PersonsWithoutRequiredEquipment": {
218094
- "shape": "S6s"
218229
+ "shape": "S6z"
218095
218230
  },
218096
218231
  "PersonsIndeterminate": {
218097
- "shape": "S6s"
218232
+ "shape": "S6z"
218098
218233
  }
218099
218234
  }
218100
218235
  }
@@ -218115,10 +218250,10 @@ module.exports={
218115
218250
  "type": "structure",
218116
218251
  "members": {
218117
218252
  "WordFilter": {
218118
- "shape": "S6v"
218253
+ "shape": "S72"
218119
218254
  },
218120
218255
  "RegionsOfInterest": {
218121
- "shape": "S2q"
218256
+ "shape": "S2v"
218122
218257
  }
218123
218258
  }
218124
218259
  }
@@ -218130,7 +218265,7 @@ module.exports={
218130
218265
  "TextDetections": {
218131
218266
  "type": "list",
218132
218267
  "member": {
218133
- "shape": "S70"
218268
+ "shape": "S77"
218134
218269
  }
218135
218270
  },
218136
218271
  "TextModelVersion": {}
@@ -218226,11 +218361,11 @@ module.exports={
218226
218361
  "type": "structure",
218227
218362
  "members": {
218228
218363
  "Urls": {
218229
- "shape": "S7h"
218364
+ "shape": "S7o"
218230
218365
  },
218231
218366
  "Name": {},
218232
218367
  "KnownGender": {
218233
- "shape": "S7j"
218368
+ "shape": "S7q"
218234
218369
  }
218235
218370
  }
218236
218371
  }
@@ -218256,7 +218391,7 @@ module.exports={
218256
218391
  "JobStatus": {},
218257
218392
  "StatusMessage": {},
218258
218393
  "VideoMetadata": {
218259
- "shape": "S7s"
218394
+ "shape": "S7z"
218260
218395
  },
218261
218396
  "NextToken": {},
218262
218397
  "Celebrities": {
@@ -218271,7 +218406,7 @@ module.exports={
218271
218406
  "type": "structure",
218272
218407
  "members": {
218273
218408
  "Urls": {
218274
- "shape": "S7h"
218409
+ "shape": "S7o"
218275
218410
  },
218276
218411
  "Name": {},
218277
218412
  "Id": {},
@@ -218282,10 +218417,10 @@ module.exports={
218282
218417
  "shape": "Sq"
218283
218418
  },
218284
218419
  "Face": {
218285
- "shape": "S4x"
218420
+ "shape": "S53"
218286
218421
  },
218287
218422
  "KnownGender": {
218288
- "shape": "S7j"
218423
+ "shape": "S7q"
218289
218424
  }
218290
218425
  }
218291
218426
  }
@@ -218294,7 +218429,7 @@ module.exports={
218294
218429
  },
218295
218430
  "JobId": {},
218296
218431
  "Video": {
218297
- "shape": "S7y"
218432
+ "shape": "S85"
218298
218433
  },
218299
218434
  "JobTag": {}
218300
218435
  }
@@ -218322,7 +218457,7 @@ module.exports={
218322
218457
  "JobStatus": {},
218323
218458
  "StatusMessage": {},
218324
218459
  "VideoMetadata": {
218325
- "shape": "S7s"
218460
+ "shape": "S7z"
218326
218461
  },
218327
218462
  "ModerationLabels": {
218328
218463
  "type": "list",
@@ -218333,7 +218468,7 @@ module.exports={
218333
218468
  "type": "long"
218334
218469
  },
218335
218470
  "ModerationLabel": {
218336
- "shape": "S68"
218471
+ "shape": "S6f"
218337
218472
  },
218338
218473
  "StartTimestampMillis": {
218339
218474
  "type": "long"
@@ -218351,7 +218486,7 @@ module.exports={
218351
218486
  "ModerationModelVersion": {},
218352
218487
  "JobId": {},
218353
218488
  "Video": {
218354
- "shape": "S7y"
218489
+ "shape": "S85"
218355
218490
  },
218356
218491
  "JobTag": {},
218357
218492
  "GetRequestMetadata": {
@@ -218384,7 +218519,7 @@ module.exports={
218384
218519
  "JobStatus": {},
218385
218520
  "StatusMessage": {},
218386
218521
  "VideoMetadata": {
218387
- "shape": "S7s"
218522
+ "shape": "S7z"
218388
218523
  },
218389
218524
  "NextToken": {},
218390
218525
  "Faces": {
@@ -218396,14 +218531,14 @@ module.exports={
218396
218531
  "type": "long"
218397
218532
  },
218398
218533
  "Face": {
218399
- "shape": "S4x"
218534
+ "shape": "S53"
218400
218535
  }
218401
218536
  }
218402
218537
  }
218403
218538
  },
218404
218539
  "JobId": {},
218405
218540
  "Video": {
218406
- "shape": "S7y"
218541
+ "shape": "S85"
218407
218542
  },
218408
218543
  "JobTag": {}
218409
218544
  }
@@ -218432,12 +218567,12 @@ module.exports={
218432
218567
  "type": "float"
218433
218568
  },
218434
218569
  "ReferenceImage": {
218435
- "shape": "S8e"
218570
+ "shape": "S8l"
218436
218571
  },
218437
218572
  "AuditImages": {
218438
218573
  "type": "list",
218439
218574
  "member": {
218440
- "shape": "S8e"
218575
+ "shape": "S8l"
218441
218576
  }
218442
218577
  }
218443
218578
  }
@@ -218465,7 +218600,7 @@ module.exports={
218465
218600
  "StatusMessage": {},
218466
218601
  "NextToken": {},
218467
218602
  "VideoMetadata": {
218468
- "shape": "S7s"
218603
+ "shape": "S7z"
218469
218604
  },
218470
218605
  "Persons": {
218471
218606
  "type": "list",
@@ -218476,17 +218611,17 @@ module.exports={
218476
218611
  "type": "long"
218477
218612
  },
218478
218613
  "Person": {
218479
- "shape": "S8m"
218614
+ "shape": "S8t"
218480
218615
  },
218481
218616
  "FaceMatches": {
218482
- "shape": "S8o"
218617
+ "shape": "S8v"
218483
218618
  }
218484
218619
  }
218485
218620
  }
218486
218621
  },
218487
218622
  "JobId": {},
218488
218623
  "Video": {
218489
- "shape": "S7y"
218624
+ "shape": "S85"
218490
218625
  },
218491
218626
  "JobTag": {}
218492
218627
  }
@@ -218514,7 +218649,7 @@ module.exports={
218514
218649
  "JobStatus": {},
218515
218650
  "StatusMessage": {},
218516
218651
  "VideoMetadata": {
218517
- "shape": "S7s"
218652
+ "shape": "S7z"
218518
218653
  },
218519
218654
  "NextToken": {},
218520
218655
  "Labels": {
@@ -218526,7 +218661,7 @@ module.exports={
218526
218661
  "type": "long"
218527
218662
  },
218528
218663
  "Label": {
218529
- "shape": "S5k"
218664
+ "shape": "S5q"
218530
218665
  },
218531
218666
  "StartTimestampMillis": {
218532
218667
  "type": "long"
@@ -218543,7 +218678,7 @@ module.exports={
218543
218678
  "LabelModelVersion": {},
218544
218679
  "JobId": {},
218545
218680
  "Video": {
218546
- "shape": "S7y"
218681
+ "shape": "S85"
218547
218682
  },
218548
218683
  "JobTag": {},
218549
218684
  "GetRequestMetadata": {
@@ -218577,7 +218712,7 @@ module.exports={
218577
218712
  "JobStatus": {},
218578
218713
  "StatusMessage": {},
218579
218714
  "VideoMetadata": {
218580
- "shape": "S7s"
218715
+ "shape": "S7z"
218581
218716
  },
218582
218717
  "NextToken": {},
218583
218718
  "Persons": {
@@ -218589,14 +218724,14 @@ module.exports={
218589
218724
  "type": "long"
218590
218725
  },
218591
218726
  "Person": {
218592
- "shape": "S8m"
218727
+ "shape": "S8t"
218593
218728
  }
218594
218729
  }
218595
218730
  }
218596
218731
  },
218597
218732
  "JobId": {},
218598
218733
  "Video": {
218599
- "shape": "S7y"
218734
+ "shape": "S85"
218600
218735
  },
218601
218736
  "JobTag": {}
218602
218737
  }
@@ -218624,7 +218759,7 @@ module.exports={
218624
218759
  "VideoMetadata": {
218625
218760
  "type": "list",
218626
218761
  "member": {
218627
- "shape": "S7s"
218762
+ "shape": "S7z"
218628
218763
  }
218629
218764
  },
218630
218765
  "AudioMetadata": {
@@ -218708,7 +218843,7 @@ module.exports={
218708
218843
  },
218709
218844
  "JobId": {},
218710
218845
  "Video": {
218711
- "shape": "S7y"
218846
+ "shape": "S85"
218712
218847
  },
218713
218848
  "JobTag": {}
218714
218849
  }
@@ -218734,7 +218869,7 @@ module.exports={
218734
218869
  "JobStatus": {},
218735
218870
  "StatusMessage": {},
218736
218871
  "VideoMetadata": {
218737
- "shape": "S7s"
218872
+ "shape": "S7z"
218738
218873
  },
218739
218874
  "TextDetections": {
218740
218875
  "type": "list",
@@ -218745,7 +218880,7 @@ module.exports={
218745
218880
  "type": "long"
218746
218881
  },
218747
218882
  "TextDetection": {
218748
- "shape": "S70"
218883
+ "shape": "S77"
218749
218884
  }
218750
218885
  }
218751
218886
  }
@@ -218754,7 +218889,7 @@ module.exports={
218754
218889
  "TextModelVersion": {},
218755
218890
  "JobId": {},
218756
218891
  "Video": {
218757
- "shape": "S7y"
218892
+ "shape": "S85"
218758
218893
  },
218759
218894
  "JobTag": {}
218760
218895
  }
@@ -218774,7 +218909,7 @@ module.exports={
218774
218909
  },
218775
218910
  "ExternalImageId": {},
218776
218911
  "DetectionAttributes": {
218777
- "shape": "S4t"
218912
+ "shape": "S4z"
218778
218913
  },
218779
218914
  "MaxFaces": {
218780
218915
  "type": "integer"
@@ -218791,10 +218926,10 @@ module.exports={
218791
218926
  "type": "structure",
218792
218927
  "members": {
218793
218928
  "Face": {
218794
- "shape": "S8q"
218929
+ "shape": "S8x"
218795
218930
  },
218796
218931
  "FaceDetail": {
218797
- "shape": "S4x"
218932
+ "shape": "S53"
218798
218933
  }
218799
218934
  }
218800
218935
  }
@@ -218811,7 +218946,7 @@ module.exports={
218811
218946
  "member": {}
218812
218947
  },
218813
218948
  "FaceDetail": {
218814
- "shape": "S4x"
218949
+ "shape": "S53"
218815
218950
  }
218816
218951
  }
218817
218952
  }
@@ -218935,7 +219070,7 @@ module.exports={
218935
219070
  },
218936
219071
  "UserId": {},
218937
219072
  "FaceIds": {
218938
- "shape": "S34"
219073
+ "shape": "S39"
218939
219074
  }
218940
219075
  }
218941
219076
  },
@@ -218945,7 +219080,7 @@ module.exports={
218945
219080
  "Faces": {
218946
219081
  "type": "list",
218947
219082
  "member": {
218948
- "shape": "S8q"
219083
+ "shape": "S8x"
218949
219084
  }
218950
219085
  },
218951
219086
  "NextToken": {},
@@ -219112,7 +219247,7 @@ module.exports={
219112
219247
  "type": "structure",
219113
219248
  "members": {
219114
219249
  "Urls": {
219115
- "shape": "S7h"
219250
+ "shape": "S7o"
219116
219251
  },
219117
219252
  "Name": {},
219118
219253
  "Id": {},
@@ -219123,7 +219258,7 @@ module.exports={
219123
219258
  "type": "float"
219124
219259
  },
219125
219260
  "KnownGender": {
219126
- "shape": "S7j"
219261
+ "shape": "S7q"
219127
219262
  }
219128
219263
  }
219129
219264
  }
@@ -219161,7 +219296,7 @@ module.exports={
219161
219296
  "members": {
219162
219297
  "SearchedFaceId": {},
219163
219298
  "FaceMatches": {
219164
- "shape": "S8o"
219299
+ "shape": "S8v"
219165
219300
  },
219166
219301
  "FaceModelVersion": {}
219167
219302
  }
@@ -219198,7 +219333,7 @@ module.exports={
219198
219333
  "type": "float"
219199
219334
  },
219200
219335
  "FaceMatches": {
219201
- "shape": "S8o"
219336
+ "shape": "S8v"
219202
219337
  },
219203
219338
  "FaceModelVersion": {}
219204
219339
  }
@@ -219226,7 +219361,7 @@ module.exports={
219226
219361
  "type": "structure",
219227
219362
  "members": {
219228
219363
  "UserMatches": {
219229
- "shape": "Sbi"
219364
+ "shape": "Sbp"
219230
219365
  },
219231
219366
  "FaceModelVersion": {},
219232
219367
  "SearchedFace": {
@@ -219269,14 +219404,14 @@ module.exports={
219269
219404
  "type": "structure",
219270
219405
  "members": {
219271
219406
  "UserMatches": {
219272
- "shape": "Sbi"
219407
+ "shape": "Sbp"
219273
219408
  },
219274
219409
  "FaceModelVersion": {},
219275
219410
  "SearchedFace": {
219276
219411
  "type": "structure",
219277
219412
  "members": {
219278
219413
  "FaceDetail": {
219279
- "shape": "S4x"
219414
+ "shape": "S53"
219280
219415
  }
219281
219416
  }
219282
219417
  },
@@ -219286,7 +219421,7 @@ module.exports={
219286
219421
  "type": "structure",
219287
219422
  "members": {
219288
219423
  "FaceDetails": {
219289
- "shape": "S4x"
219424
+ "shape": "S53"
219290
219425
  },
219291
219426
  "Reasons": {
219292
219427
  "type": "list",
@@ -219306,11 +219441,11 @@ module.exports={
219306
219441
  ],
219307
219442
  "members": {
219308
219443
  "Video": {
219309
- "shape": "S7y"
219444
+ "shape": "S85"
219310
219445
  },
219311
219446
  "ClientRequestToken": {},
219312
219447
  "NotificationChannel": {
219313
- "shape": "Sbv"
219448
+ "shape": "Sc2"
219314
219449
  },
219315
219450
  "JobTag": {}
219316
219451
  }
@@ -219331,14 +219466,14 @@ module.exports={
219331
219466
  ],
219332
219467
  "members": {
219333
219468
  "Video": {
219334
- "shape": "S7y"
219469
+ "shape": "S85"
219335
219470
  },
219336
219471
  "MinConfidence": {
219337
219472
  "type": "float"
219338
219473
  },
219339
219474
  "ClientRequestToken": {},
219340
219475
  "NotificationChannel": {
219341
- "shape": "Sbv"
219476
+ "shape": "Sc2"
219342
219477
  },
219343
219478
  "JobTag": {}
219344
219479
  }
@@ -219359,11 +219494,11 @@ module.exports={
219359
219494
  ],
219360
219495
  "members": {
219361
219496
  "Video": {
219362
- "shape": "S7y"
219497
+ "shape": "S85"
219363
219498
  },
219364
219499
  "ClientRequestToken": {},
219365
219500
  "NotificationChannel": {
219366
- "shape": "Sbv"
219501
+ "shape": "Sc2"
219367
219502
  },
219368
219503
  "FaceAttributes": {},
219369
219504
  "JobTag": {}
@@ -219386,7 +219521,7 @@ module.exports={
219386
219521
  ],
219387
219522
  "members": {
219388
219523
  "Video": {
219389
- "shape": "S7y"
219524
+ "shape": "S85"
219390
219525
  },
219391
219526
  "ClientRequestToken": {},
219392
219527
  "FaceMatchThreshold": {
@@ -219394,7 +219529,7 @@ module.exports={
219394
219529
  },
219395
219530
  "CollectionId": {},
219396
219531
  "NotificationChannel": {
219397
- "shape": "Sbv"
219532
+ "shape": "Sc2"
219398
219533
  },
219399
219534
  "JobTag": {}
219400
219535
  }
@@ -219415,14 +219550,14 @@ module.exports={
219415
219550
  ],
219416
219551
  "members": {
219417
219552
  "Video": {
219418
- "shape": "S7y"
219553
+ "shape": "S85"
219419
219554
  },
219420
219555
  "ClientRequestToken": {},
219421
219556
  "MinConfidence": {
219422
219557
  "type": "float"
219423
219558
  },
219424
219559
  "NotificationChannel": {
219425
- "shape": "Sbv"
219560
+ "shape": "Sc2"
219426
219561
  },
219427
219562
  "JobTag": {},
219428
219563
  "Features": {
@@ -219433,7 +219568,7 @@ module.exports={
219433
219568
  "type": "structure",
219434
219569
  "members": {
219435
219570
  "GeneralLabels": {
219436
- "shape": "S5d"
219571
+ "shape": "S5j"
219437
219572
  }
219438
219573
  }
219439
219574
  }
@@ -219455,11 +219590,11 @@ module.exports={
219455
219590
  ],
219456
219591
  "members": {
219457
219592
  "Video": {
219458
- "shape": "S7y"
219593
+ "shape": "S85"
219459
219594
  },
219460
219595
  "ClientRequestToken": {},
219461
219596
  "NotificationChannel": {
219462
- "shape": "Sbv"
219597
+ "shape": "Sc2"
219463
219598
  },
219464
219599
  "JobTag": {}
219465
219600
  }
@@ -219505,11 +219640,11 @@ module.exports={
219505
219640
  ],
219506
219641
  "members": {
219507
219642
  "Video": {
219508
- "shape": "S7y"
219643
+ "shape": "S85"
219509
219644
  },
219510
219645
  "ClientRequestToken": {},
219511
219646
  "NotificationChannel": {
219512
- "shape": "Sbv"
219647
+ "shape": "Sc2"
219513
219648
  },
219514
219649
  "JobTag": {},
219515
219650
  "Filters": {
@@ -219605,21 +219740,21 @@ module.exports={
219605
219740
  ],
219606
219741
  "members": {
219607
219742
  "Video": {
219608
- "shape": "S7y"
219743
+ "shape": "S85"
219609
219744
  },
219610
219745
  "ClientRequestToken": {},
219611
219746
  "NotificationChannel": {
219612
- "shape": "Sbv"
219747
+ "shape": "Sc2"
219613
219748
  },
219614
219749
  "JobTag": {},
219615
219750
  "Filters": {
219616
219751
  "type": "structure",
219617
219752
  "members": {
219618
219753
  "WordFilter": {
219619
- "shape": "S6v"
219754
+ "shape": "S72"
219620
219755
  },
219621
219756
  "RegionsOfInterest": {
219622
- "shape": "S2q"
219757
+ "shape": "S2v"
219623
219758
  }
219624
219759
  }
219625
219760
  }
@@ -219746,7 +219881,7 @@ module.exports={
219746
219881
  "type": "structure",
219747
219882
  "members": {
219748
219883
  "Labels": {
219749
- "shape": "S2l"
219884
+ "shape": "S2q"
219750
219885
  },
219751
219886
  "MinConfidence": {
219752
219887
  "type": "float"
@@ -219756,10 +219891,10 @@ module.exports={
219756
219891
  }
219757
219892
  },
219758
219893
  "RegionsOfInterestForUpdate": {
219759
- "shape": "S2q"
219894
+ "shape": "S2v"
219760
219895
  },
219761
219896
  "DataSharingPreferenceForUpdate": {
219762
- "shape": "S2u"
219897
+ "shape": "S2z"
219763
219898
  },
219764
219899
  "ParametersToDelete": {
219765
219900
  "type": "list",
@@ -219923,15 +220058,15 @@ module.exports={
219923
220058
  }
219924
220059
  }
219925
220060
  },
219926
- "S24": {
220061
+ "S26": {
219927
220062
  "type": "structure",
219928
220063
  "members": {
219929
220064
  "Assets": {
219930
- "shape": "S25"
220065
+ "shape": "S27"
219931
220066
  }
219932
220067
  }
219933
220068
  },
219934
- "S25": {
220069
+ "S27": {
219935
220070
  "type": "list",
219936
220071
  "member": {
219937
220072
  "type": "structure",
@@ -219942,18 +220077,31 @@ module.exports={
219942
220077
  }
219943
220078
  }
219944
220079
  },
219945
- "S27": {
220080
+ "S29": {
219946
220081
  "type": "structure",
219947
220082
  "members": {
219948
220083
  "Assets": {
219949
- "shape": "S25"
220084
+ "shape": "S27"
219950
220085
  },
219951
220086
  "AutoCreate": {
219952
220087
  "type": "boolean"
219953
220088
  }
219954
220089
  }
219955
220090
  },
219956
- "S2a": {
220091
+ "S2b": {
220092
+ "type": "structure",
220093
+ "members": {
220094
+ "ContentModeration": {
220095
+ "type": "structure",
220096
+ "members": {
220097
+ "ConfidenceThreshold": {
220098
+ "type": "float"
220099
+ }
220100
+ }
220101
+ }
220102
+ }
220103
+ },
220104
+ "S2f": {
219957
220105
  "type": "structure",
219958
220106
  "members": {
219959
220107
  "KinesisVideoStream": {
@@ -219964,7 +220112,7 @@ module.exports={
219964
220112
  }
219965
220113
  }
219966
220114
  },
219967
- "S2d": {
220115
+ "S2i": {
219968
220116
  "type": "structure",
219969
220117
  "members": {
219970
220118
  "KinesisDataStream": {
@@ -219982,7 +220130,7 @@ module.exports={
219982
220130
  }
219983
220131
  }
219984
220132
  },
219985
- "S2i": {
220133
+ "S2n": {
219986
220134
  "type": "structure",
219987
220135
  "members": {
219988
220136
  "FaceSearch": {
@@ -220001,7 +220149,7 @@ module.exports={
220001
220149
  ],
220002
220150
  "members": {
220003
220151
  "Labels": {
220004
- "shape": "S2l"
220152
+ "shape": "S2q"
220005
220153
  },
220006
220154
  "MinConfidence": {
220007
220155
  "type": "float"
@@ -220010,11 +220158,11 @@ module.exports={
220010
220158
  }
220011
220159
  }
220012
220160
  },
220013
- "S2l": {
220161
+ "S2q": {
220014
220162
  "type": "list",
220015
220163
  "member": {}
220016
220164
  },
220017
- "S2o": {
220165
+ "S2t": {
220018
220166
  "type": "structure",
220019
220167
  "required": [
220020
220168
  "SNSTopicArn"
@@ -220023,7 +220171,7 @@ module.exports={
220023
220171
  "SNSTopicArn": {}
220024
220172
  }
220025
220173
  },
220026
- "S2q": {
220174
+ "S2v": {
220027
220175
  "type": "list",
220028
220176
  "member": {
220029
220177
  "type": "structure",
@@ -220032,12 +220180,12 @@ module.exports={
220032
220180
  "shape": "Sq"
220033
220181
  },
220034
220182
  "Polygon": {
220035
- "shape": "S2s"
220183
+ "shape": "S2x"
220036
220184
  }
220037
220185
  }
220038
220186
  }
220039
220187
  },
220040
- "S2s": {
220188
+ "S2x": {
220041
220189
  "type": "list",
220042
220190
  "member": {
220043
220191
  "type": "structure",
@@ -220051,7 +220199,7 @@ module.exports={
220051
220199
  }
220052
220200
  }
220053
220201
  },
220054
- "S2u": {
220202
+ "S2z": {
220055
220203
  "type": "structure",
220056
220204
  "required": [
220057
220205
  "OptIn"
@@ -220062,34 +220210,34 @@ module.exports={
220062
220210
  }
220063
220211
  }
220064
220212
  },
220065
- "S34": {
220213
+ "S39": {
220066
220214
  "type": "list",
220067
220215
  "member": {}
220068
220216
  },
220069
- "S48": {
220217
+ "S4d": {
220070
220218
  "type": "structure",
220071
220219
  "members": {
220072
220220
  "Assets": {
220073
- "shape": "S25"
220221
+ "shape": "S27"
220074
220222
  }
220075
220223
  }
220076
220224
  },
220077
- "S4r": {
220225
+ "S4x": {
220078
220226
  "type": "structure",
220079
220227
  "members": {
220080
220228
  "BoundingBox": {
220081
220229
  "shape": "Sq"
220082
220230
  },
220083
220231
  "Polygon": {
220084
- "shape": "S2s"
220232
+ "shape": "S2x"
220085
220233
  }
220086
220234
  }
220087
220235
  },
220088
- "S4t": {
220236
+ "S4z": {
220089
220237
  "type": "list",
220090
220238
  "member": {}
220091
220239
  },
220092
- "S4x": {
220240
+ "S53": {
220093
220241
  "type": "structure",
220094
220242
  "members": {
220095
220243
  "BoundingBox": {
@@ -220226,28 +220374,28 @@ module.exports={
220226
220374
  }
220227
220375
  }
220228
220376
  },
220229
- "S5d": {
220377
+ "S5j": {
220230
220378
  "type": "structure",
220231
220379
  "members": {
220232
220380
  "LabelInclusionFilters": {
220233
- "shape": "S5e"
220381
+ "shape": "S5k"
220234
220382
  },
220235
220383
  "LabelExclusionFilters": {
220236
- "shape": "S5e"
220384
+ "shape": "S5k"
220237
220385
  },
220238
220386
  "LabelCategoryInclusionFilters": {
220239
- "shape": "S5e"
220387
+ "shape": "S5k"
220240
220388
  },
220241
220389
  "LabelCategoryExclusionFilters": {
220242
- "shape": "S5e"
220390
+ "shape": "S5k"
220243
220391
  }
220244
220392
  }
220245
220393
  },
220246
- "S5e": {
220394
+ "S5k": {
220247
220395
  "type": "list",
220248
220396
  "member": {}
220249
220397
  },
220250
- "S5k": {
220398
+ "S5q": {
220251
220399
  "type": "structure",
220252
220400
  "members": {
220253
220401
  "Name": {},
@@ -220266,7 +220414,7 @@ module.exports={
220266
220414
  "type": "float"
220267
220415
  },
220268
220416
  "DominantColors": {
220269
- "shape": "S5n"
220417
+ "shape": "S5t"
220270
220418
  }
220271
220419
  }
220272
220420
  }
@@ -220300,7 +220448,7 @@ module.exports={
220300
220448
  }
220301
220449
  }
220302
220450
  },
220303
- "S5n": {
220451
+ "S5t": {
220304
220452
  "type": "list",
220305
220453
  "member": {
220306
220454
  "type": "structure",
@@ -220323,7 +220471,7 @@ module.exports={
220323
220471
  }
220324
220472
  }
220325
220473
  },
220326
- "S5w": {
220474
+ "S62": {
220327
220475
  "type": "structure",
220328
220476
  "members": {
220329
220477
  "Brightness": {
@@ -220337,7 +220485,7 @@ module.exports={
220337
220485
  }
220338
220486
  }
220339
220487
  },
220340
- "S68": {
220488
+ "S6f": {
220341
220489
  "type": "structure",
220342
220490
  "members": {
220343
220491
  "Confidence": {
@@ -220347,13 +220495,13 @@ module.exports={
220347
220495
  "ParentName": {}
220348
220496
  }
220349
220497
  },
220350
- "S6s": {
220498
+ "S6z": {
220351
220499
  "type": "list",
220352
220500
  "member": {
220353
220501
  "type": "integer"
220354
220502
  }
220355
220503
  },
220356
- "S6v": {
220504
+ "S72": {
220357
220505
  "type": "structure",
220358
220506
  "members": {
220359
220507
  "MinConfidence": {
@@ -220367,7 +220515,7 @@ module.exports={
220367
220515
  }
220368
220516
  }
220369
220517
  },
220370
- "S70": {
220518
+ "S77": {
220371
220519
  "type": "structure",
220372
220520
  "members": {
220373
220521
  "DetectedText": {},
@@ -220382,21 +220530,21 @@ module.exports={
220382
220530
  "type": "float"
220383
220531
  },
220384
220532
  "Geometry": {
220385
- "shape": "S4r"
220533
+ "shape": "S4x"
220386
220534
  }
220387
220535
  }
220388
220536
  },
220389
- "S7h": {
220537
+ "S7o": {
220390
220538
  "type": "list",
220391
220539
  "member": {}
220392
220540
  },
220393
- "S7j": {
220541
+ "S7q": {
220394
220542
  "type": "structure",
220395
220543
  "members": {
220396
220544
  "Type": {}
220397
220545
  }
220398
220546
  },
220399
- "S7s": {
220547
+ "S7z": {
220400
220548
  "type": "structure",
220401
220549
  "members": {
220402
220550
  "Codec": {},
@@ -220416,7 +220564,7 @@ module.exports={
220416
220564
  "ColorRange": {}
220417
220565
  }
220418
220566
  },
220419
- "S7y": {
220567
+ "S85": {
220420
220568
  "type": "structure",
220421
220569
  "members": {
220422
220570
  "S3Object": {
@@ -220424,7 +220572,7 @@ module.exports={
220424
220572
  }
220425
220573
  }
220426
220574
  },
220427
- "S8e": {
220575
+ "S8l": {
220428
220576
  "type": "structure",
220429
220577
  "members": {
220430
220578
  "Bytes": {
@@ -220439,7 +220587,7 @@ module.exports={
220439
220587
  }
220440
220588
  }
220441
220589
  },
220442
- "S8m": {
220590
+ "S8t": {
220443
220591
  "type": "structure",
220444
220592
  "members": {
220445
220593
  "Index": {
@@ -220449,11 +220597,11 @@ module.exports={
220449
220597
  "shape": "Sq"
220450
220598
  },
220451
220599
  "Face": {
220452
- "shape": "S4x"
220600
+ "shape": "S53"
220453
220601
  }
220454
220602
  }
220455
220603
  },
220456
- "S8o": {
220604
+ "S8v": {
220457
220605
  "type": "list",
220458
220606
  "member": {
220459
220607
  "type": "structure",
@@ -220462,12 +220610,12 @@ module.exports={
220462
220610
  "type": "float"
220463
220611
  },
220464
220612
  "Face": {
220465
- "shape": "S8q"
220613
+ "shape": "S8x"
220466
220614
  }
220467
220615
  }
220468
220616
  }
220469
220617
  },
220470
- "S8q": {
220618
+ "S8x": {
220471
220619
  "type": "structure",
220472
220620
  "members": {
220473
220621
  "FaceId": {},
@@ -220483,7 +220631,7 @@ module.exports={
220483
220631
  "UserId": {}
220484
220632
  }
220485
220633
  },
220486
- "Sbi": {
220634
+ "Sbp": {
220487
220635
  "type": "list",
220488
220636
  "member": {
220489
220637
  "type": "structure",
@@ -220501,7 +220649,7 @@ module.exports={
220501
220649
  }
220502
220650
  }
220503
220651
  },
220504
- "Sbv": {
220652
+ "Sc2": {
220505
220653
  "type": "structure",
220506
220654
  "required": [
220507
220655
  "SNSTopicArn",
@@ -262113,7 +262261,7 @@ AWS.util.update(AWS, {
262113
262261
  /**
262114
262262
  * @constant
262115
262263
  */
262116
- VERSION: '2.1472.0',
262264
+ VERSION: '2.1473.0',
262117
262265
 
262118
262266
  /**
262119
262267
  * @api private
@@ -284294,7 +284442,7 @@ var LRUCache = /** @class */ (function () {
284294
284442
  }());
284295
284443
  exports.LRUCache = LRUCache;
284296
284444
  },{}],467:[function(require,module,exports){
284297
- // AWS SDK for JavaScript v2.1472.0
284445
+ // AWS SDK for JavaScript v2.1473.0
284298
284446
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
284299
284447
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
284300
284448
  require('./browser_loader');