@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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 (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1060.0
1
+ // AWS SDK for JavaScript v2.1072.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){
@@ -5682,10 +5682,10 @@ module.exports={
5682
5682
  "Type": {},
5683
5683
  "Description": {},
5684
5684
  "Parameters": {
5685
- "shape": "S13"
5685
+ "shape": "S15"
5686
5686
  },
5687
5687
  "Tags": {
5688
- "shape": "S16"
5688
+ "shape": "S18"
5689
5689
  }
5690
5690
  }
5691
5691
  },
@@ -5750,11 +5750,11 @@ module.exports={
5750
5750
  "members": {
5751
5751
  "Name": {},
5752
5752
  "Configuration": {
5753
- "shape": "S1i"
5753
+ "shape": "S1k"
5754
5754
  },
5755
5755
  "Description": {},
5756
5756
  "Tags": {
5757
- "shape": "S16"
5757
+ "shape": "S18"
5758
5758
  }
5759
5759
  }
5760
5760
  },
@@ -5856,7 +5856,7 @@ module.exports={
5856
5856
  "Description": {},
5857
5857
  "Type": {},
5858
5858
  "Parameters": {
5859
- "shape": "S13"
5859
+ "shape": "S15"
5860
5860
  }
5861
5861
  }
5862
5862
  }
@@ -5879,7 +5879,7 @@ module.exports={
5879
5879
  "type": "structure",
5880
5880
  "members": {
5881
5881
  "Database": {
5882
- "shape": "S20"
5882
+ "shape": "S22"
5883
5883
  }
5884
5884
  }
5885
5885
  }
@@ -6049,7 +6049,7 @@ module.exports={
6049
6049
  "type": "structure",
6050
6050
  "members": {
6051
6051
  "TableMetadata": {
6052
- "shape": "S2q"
6052
+ "shape": "S2s"
6053
6053
  }
6054
6054
  }
6055
6055
  }
@@ -6076,7 +6076,7 @@ module.exports={
6076
6076
  "Name": {},
6077
6077
  "State": {},
6078
6078
  "Configuration": {
6079
- "shape": "S1i"
6079
+ "shape": "S1k"
6080
6080
  },
6081
6081
  "Description": {},
6082
6082
  "CreationTime": {
@@ -6134,7 +6134,7 @@ module.exports={
6134
6134
  "DatabaseList": {
6135
6135
  "type": "list",
6136
6136
  "member": {
6137
- "shape": "S20"
6137
+ "shape": "S22"
6138
6138
  }
6139
6139
  },
6140
6140
  "NextToken": {}
@@ -6157,7 +6157,7 @@ module.exports={
6157
6157
  "EngineVersions": {
6158
6158
  "type": "list",
6159
6159
  "member": {
6160
- "shape": "Sy"
6160
+ "shape": "S10"
6161
6161
  }
6162
6162
  },
6163
6163
  "NextToken": {}
@@ -6262,7 +6262,7 @@ module.exports={
6262
6262
  "TableMetadataList": {
6263
6263
  "type": "list",
6264
6264
  "member": {
6265
- "shape": "S2q"
6265
+ "shape": "S2s"
6266
6266
  }
6267
6267
  },
6268
6268
  "NextToken": {}
@@ -6287,7 +6287,7 @@ module.exports={
6287
6287
  "type": "structure",
6288
6288
  "members": {
6289
6289
  "Tags": {
6290
- "shape": "S16"
6290
+ "shape": "S18"
6291
6291
  },
6292
6292
  "NextToken": {}
6293
6293
  }
@@ -6318,7 +6318,7 @@ module.exports={
6318
6318
  "type": "timestamp"
6319
6319
  },
6320
6320
  "EngineVersion": {
6321
- "shape": "Sy"
6321
+ "shape": "S10"
6322
6322
  }
6323
6323
  }
6324
6324
  }
@@ -6383,7 +6383,7 @@ module.exports={
6383
6383
  "members": {
6384
6384
  "ResourceARN": {},
6385
6385
  "Tags": {
6386
- "shape": "S16"
6386
+ "shape": "S18"
6387
6387
  }
6388
6388
  }
6389
6389
  },
@@ -6424,7 +6424,7 @@ module.exports={
6424
6424
  "Type": {},
6425
6425
  "Description": {},
6426
6426
  "Parameters": {
6427
- "shape": "S13"
6427
+ "shape": "S15"
6428
6428
  }
6429
6429
  }
6430
6430
  },
@@ -6480,6 +6480,10 @@ module.exports={
6480
6480
  },
6481
6481
  "RemoveEncryptionConfiguration": {
6482
6482
  "type": "boolean"
6483
+ },
6484
+ "ExpectedBucketOwner": {},
6485
+ "RemoveExpectedBucketOwner": {
6486
+ "type": "boolean"
6483
6487
  }
6484
6488
  }
6485
6489
  },
@@ -6496,7 +6500,7 @@ module.exports={
6496
6500
  "type": "boolean"
6497
6501
  },
6498
6502
  "EngineVersion": {
6499
- "shape": "Sy"
6503
+ "shape": "S10"
6500
6504
  }
6501
6505
  }
6502
6506
  },
@@ -6556,6 +6560,14 @@ module.exports={
6556
6560
  },
6557
6561
  "CompletionDateTime": {
6558
6562
  "type": "timestamp"
6563
+ },
6564
+ "AthenaError": {
6565
+ "type": "structure",
6566
+ "members": {
6567
+ "ErrorCategory": {
6568
+ "type": "integer"
6569
+ }
6570
+ }
6559
6571
  }
6560
6572
  }
6561
6573
  },
@@ -6585,7 +6597,7 @@ module.exports={
6585
6597
  },
6586
6598
  "WorkGroup": {},
6587
6599
  "EngineVersion": {
6588
- "shape": "Sy"
6600
+ "shape": "S10"
6589
6601
  }
6590
6602
  }
6591
6603
  },
@@ -6595,7 +6607,8 @@ module.exports={
6595
6607
  "OutputLocation": {},
6596
6608
  "EncryptionConfiguration": {
6597
6609
  "shape": "Sp"
6598
- }
6610
+ },
6611
+ "ExpectedBucketOwner": {}
6599
6612
  }
6600
6613
  },
6601
6614
  "Sp": {
@@ -6615,19 +6628,19 @@ module.exports={
6615
6628
  "Catalog": {}
6616
6629
  }
6617
6630
  },
6618
- "Sy": {
6631
+ "S10": {
6619
6632
  "type": "structure",
6620
6633
  "members": {
6621
6634
  "SelectedEngineVersion": {},
6622
6635
  "EffectiveEngineVersion": {}
6623
6636
  }
6624
6637
  },
6625
- "S13": {
6638
+ "S15": {
6626
6639
  "type": "map",
6627
6640
  "key": {},
6628
6641
  "value": {}
6629
6642
  },
6630
- "S16": {
6643
+ "S18": {
6631
6644
  "type": "list",
6632
6645
  "member": {
6633
6646
  "type": "structure",
@@ -6637,7 +6650,7 @@ module.exports={
6637
6650
  }
6638
6651
  }
6639
6652
  },
6640
- "S1i": {
6653
+ "S1k": {
6641
6654
  "type": "structure",
6642
6655
  "members": {
6643
6656
  "ResultConfiguration": {
@@ -6656,11 +6669,11 @@ module.exports={
6656
6669
  "type": "boolean"
6657
6670
  },
6658
6671
  "EngineVersion": {
6659
- "shape": "Sy"
6672
+ "shape": "S10"
6660
6673
  }
6661
6674
  }
6662
6675
  },
6663
- "S20": {
6676
+ "S22": {
6664
6677
  "type": "structure",
6665
6678
  "required": [
6666
6679
  "Name"
@@ -6669,11 +6682,11 @@ module.exports={
6669
6682
  "Name": {},
6670
6683
  "Description": {},
6671
6684
  "Parameters": {
6672
- "shape": "S13"
6685
+ "shape": "S15"
6673
6686
  }
6674
6687
  }
6675
6688
  },
6676
- "S2q": {
6689
+ "S2s": {
6677
6690
  "type": "structure",
6678
6691
  "required": [
6679
6692
  "Name"
@@ -6688,17 +6701,17 @@ module.exports={
6688
6701
  },
6689
6702
  "TableType": {},
6690
6703
  "Columns": {
6691
- "shape": "S2t"
6704
+ "shape": "S2v"
6692
6705
  },
6693
6706
  "PartitionKeys": {
6694
- "shape": "S2t"
6707
+ "shape": "S2v"
6695
6708
  },
6696
6709
  "Parameters": {
6697
- "shape": "S13"
6710
+ "shape": "S15"
6698
6711
  }
6699
6712
  }
6700
6713
  },
6701
- "S2t": {
6714
+ "S2v": {
6702
6715
  "type": "list",
6703
6716
  "member": {
6704
6717
  "type": "structure",
@@ -11932,6 +11945,9 @@ module.exports={
11932
11945
  "type": "structure",
11933
11946
  "members": {
11934
11947
  "Type": {},
11948
+ "HookInvocationCount": {
11949
+ "type": "integer"
11950
+ },
11935
11951
  "ResourceChange": {
11936
11952
  "type": "structure",
11937
11953
  "members": {
@@ -11965,7 +11981,7 @@ module.exports={
11965
11981
  },
11966
11982
  "ChangeSetId": {},
11967
11983
  "ModuleInfo": {
11968
- "shape": "S4h"
11984
+ "shape": "S4i"
11969
11985
  }
11970
11986
  }
11971
11987
  }
@@ -11981,6 +11997,59 @@ module.exports={
11981
11997
  }
11982
11998
  }
11983
11999
  },
12000
+ "DescribeChangeSetHooks": {
12001
+ "input": {
12002
+ "type": "structure",
12003
+ "required": [
12004
+ "ChangeSetName"
12005
+ ],
12006
+ "members": {
12007
+ "ChangeSetName": {},
12008
+ "StackName": {},
12009
+ "NextToken": {},
12010
+ "LogicalResourceId": {}
12011
+ }
12012
+ },
12013
+ "output": {
12014
+ "resultWrapper": "DescribeChangeSetHooksResult",
12015
+ "type": "structure",
12016
+ "members": {
12017
+ "ChangeSetId": {},
12018
+ "ChangeSetName": {},
12019
+ "Hooks": {
12020
+ "type": "list",
12021
+ "member": {
12022
+ "type": "structure",
12023
+ "members": {
12024
+ "InvocationPoint": {},
12025
+ "FailureMode": {},
12026
+ "TypeName": {},
12027
+ "TypeVersionId": {},
12028
+ "TypeConfigurationVersionId": {},
12029
+ "TargetDetails": {
12030
+ "type": "structure",
12031
+ "members": {
12032
+ "TargetType": {},
12033
+ "ResourceTargetDetails": {
12034
+ "type": "structure",
12035
+ "members": {
12036
+ "LogicalResourceId": {},
12037
+ "ResourceType": {},
12038
+ "ResourceAction": {}
12039
+ }
12040
+ }
12041
+ }
12042
+ }
12043
+ }
12044
+ }
12045
+ },
12046
+ "Status": {},
12047
+ "NextToken": {},
12048
+ "StackId": {},
12049
+ "StackName": {}
12050
+ }
12051
+ }
12052
+ },
11984
12053
  "DescribePublisher": {
11985
12054
  "input": {
11986
12055
  "type": "structure",
@@ -12069,7 +12138,12 @@ module.exports={
12069
12138
  "ResourceStatus": {},
12070
12139
  "ResourceStatusReason": {},
12071
12140
  "ResourceProperties": {},
12072
- "ClientRequestToken": {}
12141
+ "ClientRequestToken": {},
12142
+ "HookType": {},
12143
+ "HookStatus": {},
12144
+ "HookStatusReason": {},
12145
+ "HookInvocationPoint": {},
12146
+ "HookFailureMode": {}
12073
12147
  }
12074
12148
  }
12075
12149
  },
@@ -12108,7 +12182,7 @@ module.exports={
12108
12182
  },
12109
12183
  "Status": {},
12110
12184
  "StackInstanceStatus": {
12111
- "shape": "S58"
12185
+ "shape": "S5q"
12112
12186
  },
12113
12187
  "StatusReason": {},
12114
12188
  "OrganizationalUnitId": {},
@@ -12159,10 +12233,10 @@ module.exports={
12159
12233
  "Description": {},
12160
12234
  "Metadata": {},
12161
12235
  "DriftInformation": {
12162
- "shape": "S5f"
12236
+ "shape": "S5x"
12163
12237
  },
12164
12238
  "ModuleInfo": {
12165
- "shape": "S4h"
12239
+ "shape": "S4i"
12166
12240
  }
12167
12241
  }
12168
12242
  }
@@ -12197,7 +12271,7 @@ module.exports={
12197
12271
  "StackResourceDrifts": {
12198
12272
  "type": "list",
12199
12273
  "member": {
12200
- "shape": "S5m"
12274
+ "shape": "S64"
12201
12275
  }
12202
12276
  },
12203
12277
  "NextToken": {}
@@ -12240,10 +12314,10 @@ module.exports={
12240
12314
  "ResourceStatusReason": {},
12241
12315
  "Description": {},
12242
12316
  "DriftInformation": {
12243
- "shape": "S5f"
12317
+ "shape": "S5x"
12244
12318
  },
12245
12319
  "ModuleInfo": {
12246
- "shape": "S4h"
12320
+ "shape": "S4i"
12247
12321
  }
12248
12322
  }
12249
12323
  }
@@ -12287,7 +12361,7 @@ module.exports={
12287
12361
  "AdministrationRoleARN": {},
12288
12362
  "ExecutionRoleName": {},
12289
12363
  "StackSetDriftDetectionDetails": {
12290
- "shape": "S66"
12364
+ "shape": "S6o"
12291
12365
  },
12292
12366
  "AutoDeployment": {
12293
12367
  "shape": "S30"
@@ -12346,7 +12420,7 @@ module.exports={
12346
12420
  "shape": "S2j"
12347
12421
  },
12348
12422
  "StackSetDriftDetectionDetails": {
12349
- "shape": "S66"
12423
+ "shape": "S6o"
12350
12424
  }
12351
12425
  }
12352
12426
  }
@@ -12554,7 +12628,7 @@ module.exports={
12554
12628
  "members": {
12555
12629
  "StackName": {},
12556
12630
  "LogicalResourceIds": {
12557
- "shape": "S7k"
12631
+ "shape": "S82"
12558
12632
  }
12559
12633
  }
12560
12634
  },
@@ -12589,7 +12663,7 @@ module.exports={
12589
12663
  ],
12590
12664
  "members": {
12591
12665
  "StackResourceDrift": {
12592
- "shape": "S5m"
12666
+ "shape": "S64"
12593
12667
  }
12594
12668
  }
12595
12669
  }
@@ -12748,7 +12822,7 @@ module.exports={
12748
12822
  "Version": {},
12749
12823
  "Metadata": {},
12750
12824
  "DeclaredTransforms": {
12751
- "shape": "S8d"
12825
+ "shape": "S8v"
12752
12826
  },
12753
12827
  "ResourceIdentifierSummaries": {
12754
12828
  "type": "list",
@@ -12757,7 +12831,7 @@ module.exports={
12757
12831
  "members": {
12758
12832
  "ResourceType": {},
12759
12833
  "LogicalResourceIds": {
12760
- "shape": "S7k"
12834
+ "shape": "S82"
12761
12835
  },
12762
12836
  "ResourceIdentifiers": {
12763
12837
  "type": "list",
@@ -12937,7 +13011,7 @@ module.exports={
12937
13011
  "Status": {},
12938
13012
  "StatusReason": {},
12939
13013
  "StackInstanceStatus": {
12940
- "shape": "S58"
13014
+ "shape": "S5q"
12941
13015
  },
12942
13016
  "OrganizationalUnitId": {},
12943
13017
  "DriftStatus": {},
@@ -12998,7 +13072,7 @@ module.exports={
12998
13072
  }
12999
13073
  },
13000
13074
  "ModuleInfo": {
13001
- "shape": "S4h"
13075
+ "shape": "S4i"
13002
13076
  }
13003
13077
  }
13004
13078
  }
@@ -13739,7 +13813,7 @@ module.exports={
13739
13813
  },
13740
13814
  "CapabilitiesReason": {},
13741
13815
  "DeclaredTransforms": {
13742
- "shape": "S8d"
13816
+ "shape": "S8v"
13743
13817
  }
13744
13818
  }
13745
13819
  }
@@ -13893,20 +13967,20 @@ module.exports={
13893
13967
  }
13894
13968
  }
13895
13969
  },
13896
- "S4h": {
13970
+ "S4i": {
13897
13971
  "type": "structure",
13898
13972
  "members": {
13899
13973
  "TypeHierarchy": {},
13900
13974
  "LogicalIdHierarchy": {}
13901
13975
  }
13902
13976
  },
13903
- "S58": {
13977
+ "S5q": {
13904
13978
  "type": "structure",
13905
13979
  "members": {
13906
13980
  "DetailedStatus": {}
13907
13981
  }
13908
13982
  },
13909
- "S5f": {
13983
+ "S5x": {
13910
13984
  "type": "structure",
13911
13985
  "required": [
13912
13986
  "StackResourceDriftStatus"
@@ -13918,7 +13992,7 @@ module.exports={
13918
13992
  }
13919
13993
  }
13920
13994
  },
13921
- "S5m": {
13995
+ "S64": {
13922
13996
  "type": "structure",
13923
13997
  "required": [
13924
13998
  "StackId",
@@ -13971,11 +14045,11 @@ module.exports={
13971
14045
  "type": "timestamp"
13972
14046
  },
13973
14047
  "ModuleInfo": {
13974
- "shape": "S4h"
14048
+ "shape": "S4i"
13975
14049
  }
13976
14050
  }
13977
14051
  },
13978
- "S66": {
14052
+ "S6o": {
13979
14053
  "type": "structure",
13980
14054
  "members": {
13981
14055
  "DriftStatus": {},
@@ -14000,11 +14074,11 @@ module.exports={
14000
14074
  }
14001
14075
  }
14002
14076
  },
14003
- "S7k": {
14077
+ "S82": {
14004
14078
  "type": "list",
14005
14079
  "member": {}
14006
14080
  },
14007
- "S8d": {
14081
+ "S8v": {
14008
14082
  "type": "list",
14009
14083
  "member": {}
14010
14084
  }
@@ -51871,7 +51945,8 @@ module.exports={
51871
51945
  "shape": "S24"
51872
51946
  },
51873
51947
  "Mode": {},
51874
- "ModelKmsKeyId": {}
51948
+ "ModelKmsKeyId": {},
51949
+ "ModelPolicy": {}
51875
51950
  }
51876
51951
  },
51877
51952
  "output": {
@@ -51928,7 +52003,7 @@ module.exports={
51928
52003
  "shape": "S1n"
51929
52004
  },
51930
52005
  "InputDataConfig": {
51931
- "shape": "S2j"
52006
+ "shape": "S2k"
51932
52007
  },
51933
52008
  "ClientRequestToken": {
51934
52009
  "idempotencyToken": true
@@ -51938,7 +52013,8 @@ module.exports={
51938
52013
  "VpcConfig": {
51939
52014
  "shape": "S24"
51940
52015
  },
51941
- "ModelKmsKeyId": {}
52016
+ "ModelKmsKeyId": {},
52017
+ "ModelPolicy": {}
51942
52018
  }
51943
52019
  },
51944
52020
  "output": {
@@ -51993,6 +52069,22 @@ module.exports={
51993
52069
  "members": {}
51994
52070
  }
51995
52071
  },
52072
+ "DeleteResourcePolicy": {
52073
+ "input": {
52074
+ "type": "structure",
52075
+ "required": [
52076
+ "ResourceArn"
52077
+ ],
52078
+ "members": {
52079
+ "ResourceArn": {},
52080
+ "PolicyRevisionId": {}
52081
+ }
52082
+ },
52083
+ "output": {
52084
+ "type": "structure",
52085
+ "members": {}
52086
+ }
52087
+ },
51996
52088
  "DescribeDocumentClassificationJob": {
51997
52089
  "input": {
51998
52090
  "type": "structure",
@@ -52007,7 +52099,7 @@ module.exports={
52007
52099
  "type": "structure",
52008
52100
  "members": {
52009
52101
  "DocumentClassificationJobProperties": {
52010
- "shape": "S34"
52102
+ "shape": "S38"
52011
52103
  }
52012
52104
  }
52013
52105
  }
@@ -52026,7 +52118,7 @@ module.exports={
52026
52118
  "type": "structure",
52027
52119
  "members": {
52028
52120
  "DocumentClassifierProperties": {
52029
- "shape": "S3j"
52121
+ "shape": "S3n"
52030
52122
  }
52031
52123
  }
52032
52124
  }
@@ -52045,7 +52137,7 @@ module.exports={
52045
52137
  "type": "structure",
52046
52138
  "members": {
52047
52139
  "DominantLanguageDetectionJobProperties": {
52048
- "shape": "S3q"
52140
+ "shape": "S3u"
52049
52141
  }
52050
52142
  }
52051
52143
  }
@@ -52064,7 +52156,7 @@ module.exports={
52064
52156
  "type": "structure",
52065
52157
  "members": {
52066
52158
  "EndpointProperties": {
52067
- "shape": "S3t"
52159
+ "shape": "S3x"
52068
52160
  }
52069
52161
  }
52070
52162
  }
@@ -52083,7 +52175,7 @@ module.exports={
52083
52175
  "type": "structure",
52084
52176
  "members": {
52085
52177
  "EntitiesDetectionJobProperties": {
52086
- "shape": "S3x"
52178
+ "shape": "S41"
52087
52179
  }
52088
52180
  }
52089
52181
  }
@@ -52102,7 +52194,7 @@ module.exports={
52102
52194
  "type": "structure",
52103
52195
  "members": {
52104
52196
  "EntityRecognizerProperties": {
52105
- "shape": "S40"
52197
+ "shape": "S44"
52106
52198
  }
52107
52199
  }
52108
52200
  }
@@ -52121,7 +52213,7 @@ module.exports={
52121
52213
  "type": "structure",
52122
52214
  "members": {
52123
52215
  "EventsDetectionJobProperties": {
52124
- "shape": "S48"
52216
+ "shape": "S4c"
52125
52217
  }
52126
52218
  }
52127
52219
  }
@@ -52140,7 +52232,7 @@ module.exports={
52140
52232
  "type": "structure",
52141
52233
  "members": {
52142
52234
  "KeyPhrasesDetectionJobProperties": {
52143
- "shape": "S4d"
52235
+ "shape": "S4h"
52144
52236
  }
52145
52237
  }
52146
52238
  }
@@ -52159,11 +52251,35 @@ module.exports={
52159
52251
  "type": "structure",
52160
52252
  "members": {
52161
52253
  "PiiEntitiesDetectionJobProperties": {
52162
- "shape": "S4g"
52254
+ "shape": "S4k"
52163
52255
  }
52164
52256
  }
52165
52257
  }
52166
52258
  },
52259
+ "DescribeResourcePolicy": {
52260
+ "input": {
52261
+ "type": "structure",
52262
+ "required": [
52263
+ "ResourceArn"
52264
+ ],
52265
+ "members": {
52266
+ "ResourceArn": {}
52267
+ }
52268
+ },
52269
+ "output": {
52270
+ "type": "structure",
52271
+ "members": {
52272
+ "ResourcePolicy": {},
52273
+ "CreationTime": {
52274
+ "type": "timestamp"
52275
+ },
52276
+ "LastModifiedTime": {
52277
+ "type": "timestamp"
52278
+ },
52279
+ "PolicyRevisionId": {}
52280
+ }
52281
+ }
52282
+ },
52167
52283
  "DescribeSentimentDetectionJob": {
52168
52284
  "input": {
52169
52285
  "type": "structure",
@@ -52178,7 +52294,7 @@ module.exports={
52178
52294
  "type": "structure",
52179
52295
  "members": {
52180
52296
  "SentimentDetectionJobProperties": {
52181
- "shape": "S4p"
52297
+ "shape": "S4v"
52182
52298
  }
52183
52299
  }
52184
52300
  }
@@ -52197,7 +52313,7 @@ module.exports={
52197
52313
  "type": "structure",
52198
52314
  "members": {
52199
52315
  "TopicsDetectionJobProperties": {
52200
- "shape": "S4s"
52316
+ "shape": "S4y"
52201
52317
  }
52202
52318
  }
52203
52319
  }
@@ -52357,6 +52473,30 @@ module.exports={
52357
52473
  "sensitive": true
52358
52474
  }
52359
52475
  },
52476
+ "ImportModel": {
52477
+ "input": {
52478
+ "type": "structure",
52479
+ "required": [
52480
+ "SourceModelArn"
52481
+ ],
52482
+ "members": {
52483
+ "SourceModelArn": {},
52484
+ "ModelName": {},
52485
+ "VersionName": {},
52486
+ "ModelKmsKeyId": {},
52487
+ "DataAccessRoleArn": {},
52488
+ "Tags": {
52489
+ "shape": "S1n"
52490
+ }
52491
+ }
52492
+ },
52493
+ "output": {
52494
+ "type": "structure",
52495
+ "members": {
52496
+ "ModelArn": {}
52497
+ }
52498
+ }
52499
+ },
52360
52500
  "ListDocumentClassificationJobs": {
52361
52501
  "input": {
52362
52502
  "type": "structure",
@@ -52386,7 +52526,7 @@ module.exports={
52386
52526
  "DocumentClassificationJobPropertiesList": {
52387
52527
  "type": "list",
52388
52528
  "member": {
52389
- "shape": "S34"
52529
+ "shape": "S38"
52390
52530
  }
52391
52531
  },
52392
52532
  "NextToken": {}
@@ -52456,7 +52596,7 @@ module.exports={
52456
52596
  "DocumentClassifierPropertiesList": {
52457
52597
  "type": "list",
52458
52598
  "member": {
52459
- "shape": "S3j"
52599
+ "shape": "S3n"
52460
52600
  }
52461
52601
  },
52462
52602
  "NextToken": {}
@@ -52492,7 +52632,7 @@ module.exports={
52492
52632
  "DominantLanguageDetectionJobPropertiesList": {
52493
52633
  "type": "list",
52494
52634
  "member": {
52495
- "shape": "S3q"
52635
+ "shape": "S3u"
52496
52636
  }
52497
52637
  },
52498
52638
  "NextToken": {}
@@ -52528,7 +52668,7 @@ module.exports={
52528
52668
  "EndpointPropertiesList": {
52529
52669
  "type": "list",
52530
52670
  "member": {
52531
- "shape": "S3t"
52671
+ "shape": "S3x"
52532
52672
  }
52533
52673
  },
52534
52674
  "NextToken": {}
@@ -52564,7 +52704,7 @@ module.exports={
52564
52704
  "EntitiesDetectionJobPropertiesList": {
52565
52705
  "type": "list",
52566
52706
  "member": {
52567
- "shape": "S3x"
52707
+ "shape": "S41"
52568
52708
  }
52569
52709
  },
52570
52710
  "NextToken": {}
@@ -52634,7 +52774,7 @@ module.exports={
52634
52774
  "EntityRecognizerPropertiesList": {
52635
52775
  "type": "list",
52636
52776
  "member": {
52637
- "shape": "S40"
52777
+ "shape": "S44"
52638
52778
  }
52639
52779
  },
52640
52780
  "NextToken": {}
@@ -52670,7 +52810,7 @@ module.exports={
52670
52810
  "EventsDetectionJobPropertiesList": {
52671
52811
  "type": "list",
52672
52812
  "member": {
52673
- "shape": "S48"
52813
+ "shape": "S4c"
52674
52814
  }
52675
52815
  },
52676
52816
  "NextToken": {}
@@ -52706,7 +52846,7 @@ module.exports={
52706
52846
  "KeyPhrasesDetectionJobPropertiesList": {
52707
52847
  "type": "list",
52708
52848
  "member": {
52709
- "shape": "S4d"
52849
+ "shape": "S4h"
52710
52850
  }
52711
52851
  },
52712
52852
  "NextToken": {}
@@ -52742,7 +52882,7 @@ module.exports={
52742
52882
  "PiiEntitiesDetectionJobPropertiesList": {
52743
52883
  "type": "list",
52744
52884
  "member": {
52745
- "shape": "S4g"
52885
+ "shape": "S4k"
52746
52886
  }
52747
52887
  },
52748
52888
  "NextToken": {}
@@ -52778,7 +52918,7 @@ module.exports={
52778
52918
  "SentimentDetectionJobPropertiesList": {
52779
52919
  "type": "list",
52780
52920
  "member": {
52781
- "shape": "S4p"
52921
+ "shape": "S4v"
52782
52922
  }
52783
52923
  },
52784
52924
  "NextToken": {}
@@ -52834,13 +52974,33 @@ module.exports={
52834
52974
  "TopicsDetectionJobPropertiesList": {
52835
52975
  "type": "list",
52836
52976
  "member": {
52837
- "shape": "S4s"
52977
+ "shape": "S4y"
52838
52978
  }
52839
52979
  },
52840
52980
  "NextToken": {}
52841
52981
  }
52842
52982
  }
52843
52983
  },
52984
+ "PutResourcePolicy": {
52985
+ "input": {
52986
+ "type": "structure",
52987
+ "required": [
52988
+ "ResourceArn",
52989
+ "ResourcePolicy"
52990
+ ],
52991
+ "members": {
52992
+ "ResourceArn": {},
52993
+ "ResourcePolicy": {},
52994
+ "PolicyRevisionId": {}
52995
+ }
52996
+ },
52997
+ "output": {
52998
+ "type": "structure",
52999
+ "members": {
53000
+ "PolicyRevisionId": {}
53001
+ }
53002
+ }
53003
+ },
52844
53004
  "StartDocumentClassificationJob": {
52845
53005
  "input": {
52846
53006
  "type": "structure",
@@ -52854,10 +53014,10 @@ module.exports={
52854
53014
  "JobName": {},
52855
53015
  "DocumentClassifierArn": {},
52856
53016
  "InputDataConfig": {
52857
- "shape": "S3a"
53017
+ "shape": "S3e"
52858
53018
  },
52859
53019
  "OutputDataConfig": {
52860
- "shape": "S3g"
53020
+ "shape": "S3k"
52861
53021
  },
52862
53022
  "DataAccessRoleArn": {},
52863
53023
  "ClientRequestToken": {
@@ -52891,10 +53051,10 @@ module.exports={
52891
53051
  ],
52892
53052
  "members": {
52893
53053
  "InputDataConfig": {
52894
- "shape": "S3a"
53054
+ "shape": "S3e"
52895
53055
  },
52896
53056
  "OutputDataConfig": {
52897
- "shape": "S3g"
53057
+ "shape": "S3k"
52898
53058
  },
52899
53059
  "DataAccessRoleArn": {},
52900
53060
  "JobName": {},
@@ -52930,10 +53090,10 @@ module.exports={
52930
53090
  ],
52931
53091
  "members": {
52932
53092
  "InputDataConfig": {
52933
- "shape": "S3a"
53093
+ "shape": "S3e"
52934
53094
  },
52935
53095
  "OutputDataConfig": {
52936
- "shape": "S3g"
53096
+ "shape": "S3k"
52937
53097
  },
52938
53098
  "DataAccessRoleArn": {},
52939
53099
  "JobName": {},
@@ -52972,10 +53132,10 @@ module.exports={
52972
53132
  ],
52973
53133
  "members": {
52974
53134
  "InputDataConfig": {
52975
- "shape": "S3a"
53135
+ "shape": "S3e"
52976
53136
  },
52977
53137
  "OutputDataConfig": {
52978
- "shape": "S3g"
53138
+ "shape": "S3k"
52979
53139
  },
52980
53140
  "DataAccessRoleArn": {},
52981
53141
  "JobName": {},
@@ -52984,7 +53144,7 @@ module.exports={
52984
53144
  "idempotencyToken": true
52985
53145
  },
52986
53146
  "TargetEventTypes": {
52987
- "shape": "S49"
53147
+ "shape": "S4d"
52988
53148
  },
52989
53149
  "Tags": {
52990
53150
  "shape": "S1n"
@@ -53011,10 +53171,10 @@ module.exports={
53011
53171
  ],
53012
53172
  "members": {
53013
53173
  "InputDataConfig": {
53014
- "shape": "S3a"
53174
+ "shape": "S3e"
53015
53175
  },
53016
53176
  "OutputDataConfig": {
53017
- "shape": "S3g"
53177
+ "shape": "S3k"
53018
53178
  },
53019
53179
  "DataAccessRoleArn": {},
53020
53180
  "JobName": {},
@@ -53052,14 +53212,14 @@ module.exports={
53052
53212
  ],
53053
53213
  "members": {
53054
53214
  "InputDataConfig": {
53055
- "shape": "S3a"
53215
+ "shape": "S3e"
53056
53216
  },
53057
53217
  "OutputDataConfig": {
53058
- "shape": "S3g"
53218
+ "shape": "S3k"
53059
53219
  },
53060
53220
  "Mode": {},
53061
53221
  "RedactionConfig": {
53062
- "shape": "S4i"
53222
+ "shape": "S4m"
53063
53223
  },
53064
53224
  "DataAccessRoleArn": {},
53065
53225
  "JobName": {},
@@ -53092,10 +53252,10 @@ module.exports={
53092
53252
  ],
53093
53253
  "members": {
53094
53254
  "InputDataConfig": {
53095
- "shape": "S3a"
53255
+ "shape": "S3e"
53096
53256
  },
53097
53257
  "OutputDataConfig": {
53098
- "shape": "S3g"
53258
+ "shape": "S3k"
53099
53259
  },
53100
53260
  "DataAccessRoleArn": {},
53101
53261
  "JobName": {},
@@ -53131,10 +53291,10 @@ module.exports={
53131
53291
  ],
53132
53292
  "members": {
53133
53293
  "InputDataConfig": {
53134
- "shape": "S3a"
53294
+ "shape": "S3e"
53135
53295
  },
53136
53296
  "OutputDataConfig": {
53137
- "shape": "S3g"
53297
+ "shape": "S3k"
53138
53298
  },
53139
53299
  "DataAccessRoleArn": {},
53140
53300
  "JobName": {},
@@ -53548,7 +53708,7 @@ module.exports={
53548
53708
  }
53549
53709
  }
53550
53710
  },
53551
- "S2j": {
53711
+ "S2k": {
53552
53712
  "type": "structure",
53553
53713
  "required": [
53554
53714
  "EntityTypes"
@@ -53605,7 +53765,7 @@ module.exports={
53605
53765
  }
53606
53766
  }
53607
53767
  },
53608
- "S34": {
53768
+ "S38": {
53609
53769
  "type": "structure",
53610
53770
  "members": {
53611
53771
  "JobId": {},
@@ -53621,10 +53781,10 @@ module.exports={
53621
53781
  },
53622
53782
  "DocumentClassifierArn": {},
53623
53783
  "InputDataConfig": {
53624
- "shape": "S3a"
53784
+ "shape": "S3e"
53625
53785
  },
53626
53786
  "OutputDataConfig": {
53627
- "shape": "S3g"
53787
+ "shape": "S3k"
53628
53788
  },
53629
53789
  "DataAccessRoleArn": {},
53630
53790
  "VolumeKmsKeyId": {},
@@ -53633,7 +53793,7 @@ module.exports={
53633
53793
  }
53634
53794
  }
53635
53795
  },
53636
- "S3a": {
53796
+ "S3e": {
53637
53797
  "type": "structure",
53638
53798
  "required": [
53639
53799
  "S3Uri"
@@ -53657,7 +53817,7 @@ module.exports={
53657
53817
  }
53658
53818
  }
53659
53819
  },
53660
- "S3g": {
53820
+ "S3k": {
53661
53821
  "type": "structure",
53662
53822
  "required": [
53663
53823
  "S3Uri"
@@ -53667,7 +53827,7 @@ module.exports={
53667
53827
  "KmsKeyId": {}
53668
53828
  }
53669
53829
  },
53670
- "S3j": {
53830
+ "S3n": {
53671
53831
  "type": "structure",
53672
53832
  "members": {
53673
53833
  "DocumentClassifierArn": {},
@@ -53743,10 +53903,11 @@ module.exports={
53743
53903
  },
53744
53904
  "Mode": {},
53745
53905
  "ModelKmsKeyId": {},
53746
- "VersionName": {}
53906
+ "VersionName": {},
53907
+ "SourceModelArn": {}
53747
53908
  }
53748
53909
  },
53749
- "S3q": {
53910
+ "S3u": {
53750
53911
  "type": "structure",
53751
53912
  "members": {
53752
53913
  "JobId": {},
@@ -53761,10 +53922,10 @@ module.exports={
53761
53922
  "type": "timestamp"
53762
53923
  },
53763
53924
  "InputDataConfig": {
53764
- "shape": "S3a"
53925
+ "shape": "S3e"
53765
53926
  },
53766
53927
  "OutputDataConfig": {
53767
- "shape": "S3g"
53928
+ "shape": "S3k"
53768
53929
  },
53769
53930
  "DataAccessRoleArn": {},
53770
53931
  "VolumeKmsKeyId": {},
@@ -53773,7 +53934,7 @@ module.exports={
53773
53934
  }
53774
53935
  }
53775
53936
  },
53776
- "S3t": {
53937
+ "S3x": {
53777
53938
  "type": "structure",
53778
53939
  "members": {
53779
53940
  "EndpointArn": {},
@@ -53797,7 +53958,7 @@ module.exports={
53797
53958
  "DesiredDataAccessRoleArn": {}
53798
53959
  }
53799
53960
  },
53800
- "S3x": {
53961
+ "S41": {
53801
53962
  "type": "structure",
53802
53963
  "members": {
53803
53964
  "JobId": {},
@@ -53813,10 +53974,10 @@ module.exports={
53813
53974
  },
53814
53975
  "EntityRecognizerArn": {},
53815
53976
  "InputDataConfig": {
53816
- "shape": "S3a"
53977
+ "shape": "S3e"
53817
53978
  },
53818
53979
  "OutputDataConfig": {
53819
- "shape": "S3g"
53980
+ "shape": "S3k"
53820
53981
  },
53821
53982
  "LanguageCode": {},
53822
53983
  "DataAccessRoleArn": {},
@@ -53826,7 +53987,7 @@ module.exports={
53826
53987
  }
53827
53988
  }
53828
53989
  },
53829
- "S40": {
53990
+ "S44": {
53830
53991
  "type": "structure",
53831
53992
  "members": {
53832
53993
  "EntityRecognizerArn": {},
@@ -53846,7 +54007,7 @@ module.exports={
53846
54007
  "type": "timestamp"
53847
54008
  },
53848
54009
  "InputDataConfig": {
53849
- "shape": "S2j"
54010
+ "shape": "S2k"
53850
54011
  },
53851
54012
  "RecognizerMetadata": {
53852
54013
  "type": "structure",
@@ -53906,10 +54067,11 @@ module.exports={
53906
54067
  "shape": "S24"
53907
54068
  },
53908
54069
  "ModelKmsKeyId": {},
53909
- "VersionName": {}
54070
+ "VersionName": {},
54071
+ "SourceModelArn": {}
53910
54072
  }
53911
54073
  },
53912
- "S48": {
54074
+ "S4c": {
53913
54075
  "type": "structure",
53914
54076
  "members": {
53915
54077
  "JobId": {},
@@ -53924,23 +54086,23 @@ module.exports={
53924
54086
  "type": "timestamp"
53925
54087
  },
53926
54088
  "InputDataConfig": {
53927
- "shape": "S3a"
54089
+ "shape": "S3e"
53928
54090
  },
53929
54091
  "OutputDataConfig": {
53930
- "shape": "S3g"
54092
+ "shape": "S3k"
53931
54093
  },
53932
54094
  "LanguageCode": {},
53933
54095
  "DataAccessRoleArn": {},
53934
54096
  "TargetEventTypes": {
53935
- "shape": "S49"
54097
+ "shape": "S4d"
53936
54098
  }
53937
54099
  }
53938
54100
  },
53939
- "S49": {
54101
+ "S4d": {
53940
54102
  "type": "list",
53941
54103
  "member": {}
53942
54104
  },
53943
- "S4d": {
54105
+ "S4h": {
53944
54106
  "type": "structure",
53945
54107
  "members": {
53946
54108
  "JobId": {},
@@ -53955,10 +54117,10 @@ module.exports={
53955
54117
  "type": "timestamp"
53956
54118
  },
53957
54119
  "InputDataConfig": {
53958
- "shape": "S3a"
54120
+ "shape": "S3e"
53959
54121
  },
53960
54122
  "OutputDataConfig": {
53961
- "shape": "S3g"
54123
+ "shape": "S3k"
53962
54124
  },
53963
54125
  "LanguageCode": {},
53964
54126
  "DataAccessRoleArn": {},
@@ -53968,7 +54130,7 @@ module.exports={
53968
54130
  }
53969
54131
  }
53970
54132
  },
53971
- "S4g": {
54133
+ "S4k": {
53972
54134
  "type": "structure",
53973
54135
  "members": {
53974
54136
  "JobId": {},
@@ -53983,7 +54145,7 @@ module.exports={
53983
54145
  "type": "timestamp"
53984
54146
  },
53985
54147
  "InputDataConfig": {
53986
- "shape": "S3a"
54148
+ "shape": "S3e"
53987
54149
  },
53988
54150
  "OutputDataConfig": {
53989
54151
  "type": "structure",
@@ -53996,14 +54158,14 @@ module.exports={
53996
54158
  }
53997
54159
  },
53998
54160
  "RedactionConfig": {
53999
- "shape": "S4i"
54161
+ "shape": "S4m"
54000
54162
  },
54001
54163
  "LanguageCode": {},
54002
54164
  "DataAccessRoleArn": {},
54003
54165
  "Mode": {}
54004
54166
  }
54005
54167
  },
54006
- "S4i": {
54168
+ "S4m": {
54007
54169
  "type": "structure",
54008
54170
  "members": {
54009
54171
  "PiiEntityTypes": {
@@ -54014,7 +54176,7 @@ module.exports={
54014
54176
  "MaskCharacter": {}
54015
54177
  }
54016
54178
  },
54017
- "S4p": {
54179
+ "S4v": {
54018
54180
  "type": "structure",
54019
54181
  "members": {
54020
54182
  "JobId": {},
@@ -54029,10 +54191,10 @@ module.exports={
54029
54191
  "type": "timestamp"
54030
54192
  },
54031
54193
  "InputDataConfig": {
54032
- "shape": "S3a"
54194
+ "shape": "S3e"
54033
54195
  },
54034
54196
  "OutputDataConfig": {
54035
- "shape": "S3g"
54197
+ "shape": "S3k"
54036
54198
  },
54037
54199
  "LanguageCode": {},
54038
54200
  "DataAccessRoleArn": {},
@@ -54042,7 +54204,7 @@ module.exports={
54042
54204
  }
54043
54205
  }
54044
54206
  },
54045
- "S4s": {
54207
+ "S4y": {
54046
54208
  "type": "structure",
54047
54209
  "members": {
54048
54210
  "JobId": {},
@@ -54057,10 +54219,10 @@ module.exports={
54057
54219
  "type": "timestamp"
54058
54220
  },
54059
54221
  "InputDataConfig": {
54060
- "shape": "S3a"
54222
+ "shape": "S3e"
54061
54223
  },
54062
54224
  "OutputDataConfig": {
54063
- "shape": "S3g"
54225
+ "shape": "S3k"
54064
54226
  },
54065
54227
  "NumberOfTopics": {
54066
54228
  "type": "integer"
@@ -58582,6 +58744,34 @@ module.exports={
58582
58744
  }
58583
58745
  }
58584
58746
  },
58747
+ "AssociateDefaultVocabulary": {
58748
+ "http": {
58749
+ "method": "PUT",
58750
+ "requestUri": "/default-vocabulary/{InstanceId}/{LanguageCode}"
58751
+ },
58752
+ "input": {
58753
+ "type": "structure",
58754
+ "required": [
58755
+ "InstanceId",
58756
+ "LanguageCode"
58757
+ ],
58758
+ "members": {
58759
+ "InstanceId": {
58760
+ "location": "uri",
58761
+ "locationName": "InstanceId"
58762
+ },
58763
+ "LanguageCode": {
58764
+ "location": "uri",
58765
+ "locationName": "LanguageCode"
58766
+ },
58767
+ "VocabularyId": {}
58768
+ }
58769
+ },
58770
+ "output": {
58771
+ "type": "structure",
58772
+ "members": {}
58773
+ }
58774
+ },
58585
58775
  "AssociateInstanceStorageConfig": {
58586
58776
  "http": {
58587
58777
  "method": "PUT",
@@ -58601,7 +58791,7 @@ module.exports={
58601
58791
  },
58602
58792
  "ResourceType": {},
58603
58793
  "StorageConfig": {
58604
- "shape": "Sc"
58794
+ "shape": "Sg"
58605
58795
  }
58606
58796
  }
58607
58797
  },
@@ -58675,7 +58865,7 @@ module.exports={
58675
58865
  "locationName": "QueueId"
58676
58866
  },
58677
58867
  "QuickConnectIds": {
58678
- "shape": "Sw"
58868
+ "shape": "S10"
58679
58869
  }
58680
58870
  }
58681
58871
  }
@@ -58701,7 +58891,7 @@ module.exports={
58701
58891
  "locationName": "RoutingProfileId"
58702
58892
  },
58703
58893
  "QueueConfigs": {
58704
- "shape": "S10"
58894
+ "shape": "S14"
58705
58895
  }
58706
58896
  }
58707
58897
  }
@@ -58756,7 +58946,7 @@ module.exports={
58756
58946
  "type": "integer"
58757
58947
  },
58758
58948
  "Tags": {
58759
- "shape": "S1e"
58949
+ "shape": "S1i"
58760
58950
  }
58761
58951
  }
58762
58952
  },
@@ -58791,7 +58981,7 @@ module.exports={
58791
58981
  "Description": {},
58792
58982
  "Content": {},
58793
58983
  "Tags": {
58794
- "shape": "S1e"
58984
+ "shape": "S1i"
58795
58985
  }
58796
58986
  }
58797
58987
  },
@@ -58824,7 +59014,7 @@ module.exports={
58824
59014
  "Description": {},
58825
59015
  "Content": {},
58826
59016
  "Tags": {
58827
- "shape": "S1e"
59017
+ "shape": "S1i"
58828
59018
  },
58829
59019
  "ClientToken": {
58830
59020
  "idempotencyToken": true
@@ -58861,10 +59051,10 @@ module.exports={
58861
59051
  "Description": {},
58862
59052
  "TimeZone": {},
58863
59053
  "Config": {
58864
- "shape": "S21"
59054
+ "shape": "S25"
58865
59055
  },
58866
59056
  "Tags": {
58867
- "shape": "S1e"
59057
+ "shape": "S1i"
58868
59058
  }
58869
59059
  }
58870
59060
  },
@@ -58892,7 +59082,7 @@ module.exports={
58892
59082
  "ClientToken": {},
58893
59083
  "IdentityManagementType": {},
58894
59084
  "InstanceAlias": {
58895
- "shape": "S2b"
59085
+ "shape": "S2f"
58896
59086
  },
58897
59087
  "DirectoryId": {},
58898
59088
  "InboundCallsEnabled": {
@@ -58934,7 +59124,7 @@ module.exports={
58934
59124
  "SourceApplicationName": {},
58935
59125
  "SourceType": {},
58936
59126
  "Tags": {
58937
- "shape": "S1e"
59127
+ "shape": "S1i"
58938
59128
  }
58939
59129
  }
58940
59130
  },
@@ -58966,17 +59156,17 @@ module.exports={
58966
59156
  "Name": {},
58967
59157
  "Description": {},
58968
59158
  "OutboundCallerConfig": {
58969
- "shape": "S2p"
59159
+ "shape": "S2t"
58970
59160
  },
58971
59161
  "HoursOfOperationId": {},
58972
59162
  "MaxContacts": {
58973
59163
  "type": "integer"
58974
59164
  },
58975
59165
  "QuickConnectIds": {
58976
- "shape": "Sw"
59166
+ "shape": "S10"
58977
59167
  },
58978
59168
  "Tags": {
58979
- "shape": "S1e"
59169
+ "shape": "S1i"
58980
59170
  }
58981
59171
  }
58982
59172
  },
@@ -59008,10 +59198,10 @@ module.exports={
59008
59198
  "Name": {},
59009
59199
  "Description": {},
59010
59200
  "QuickConnectConfig": {
59011
- "shape": "S2x"
59201
+ "shape": "S31"
59012
59202
  },
59013
59203
  "Tags": {
59014
- "shape": "S1e"
59204
+ "shape": "S1i"
59015
59205
  }
59016
59206
  }
59017
59207
  },
@@ -59046,13 +59236,13 @@ module.exports={
59046
59236
  "Description": {},
59047
59237
  "DefaultOutboundQueueId": {},
59048
59238
  "QueueConfigs": {
59049
- "shape": "S10"
59239
+ "shape": "S14"
59050
59240
  },
59051
59241
  "MediaConcurrencies": {
59052
- "shape": "S38"
59242
+ "shape": "S3c"
59053
59243
  },
59054
59244
  "Tags": {
59055
- "shape": "S1e"
59245
+ "shape": "S1i"
59056
59246
  }
59057
59247
  }
59058
59248
  },
@@ -59079,14 +59269,14 @@ module.exports={
59079
59269
  "SecurityProfileName": {},
59080
59270
  "Description": {},
59081
59271
  "Permissions": {
59082
- "shape": "S3f"
59272
+ "shape": "S3j"
59083
59273
  },
59084
59274
  "InstanceId": {
59085
59275
  "location": "uri",
59086
59276
  "locationName": "InstanceId"
59087
59277
  },
59088
59278
  "Tags": {
59089
- "shape": "S1e"
59279
+ "shape": "S1i"
59090
59280
  }
59091
59281
  }
59092
59282
  },
@@ -59121,7 +59311,7 @@ module.exports={
59121
59311
  },
59122
59312
  "UseCaseType": {},
59123
59313
  "Tags": {
59124
- "shape": "S1e"
59314
+ "shape": "S1i"
59125
59315
  }
59126
59316
  }
59127
59317
  },
@@ -59151,14 +59341,14 @@ module.exports={
59151
59341
  "Username": {},
59152
59342
  "Password": {},
59153
59343
  "IdentityInfo": {
59154
- "shape": "S3q"
59344
+ "shape": "S3u"
59155
59345
  },
59156
59346
  "PhoneConfig": {
59157
- "shape": "S3u"
59347
+ "shape": "S3y"
59158
59348
  },
59159
59349
  "DirectoryUserId": {},
59160
59350
  "SecurityProfileIds": {
59161
- "shape": "S3z"
59351
+ "shape": "S43"
59162
59352
  },
59163
59353
  "RoutingProfileId": {},
59164
59354
  "HierarchyGroupId": {},
@@ -59167,7 +59357,7 @@ module.exports={
59167
59357
  "locationName": "InstanceId"
59168
59358
  },
59169
59359
  "Tags": {
59170
- "shape": "S1e"
59360
+ "shape": "S1i"
59171
59361
  }
59172
59362
  }
59173
59363
  },
@@ -59196,6 +59386,9 @@ module.exports={
59196
59386
  "InstanceId": {
59197
59387
  "location": "uri",
59198
59388
  "locationName": "InstanceId"
59389
+ },
59390
+ "Tags": {
59391
+ "shape": "S1i"
59199
59392
  }
59200
59393
  }
59201
59394
  },
@@ -59207,6 +59400,48 @@ module.exports={
59207
59400
  }
59208
59401
  }
59209
59402
  },
59403
+ "CreateVocabulary": {
59404
+ "http": {
59405
+ "requestUri": "/vocabulary/{InstanceId}"
59406
+ },
59407
+ "input": {
59408
+ "type": "structure",
59409
+ "required": [
59410
+ "InstanceId",
59411
+ "VocabularyName",
59412
+ "LanguageCode",
59413
+ "Content"
59414
+ ],
59415
+ "members": {
59416
+ "ClientToken": {
59417
+ "idempotencyToken": true
59418
+ },
59419
+ "InstanceId": {
59420
+ "location": "uri",
59421
+ "locationName": "InstanceId"
59422
+ },
59423
+ "VocabularyName": {},
59424
+ "LanguageCode": {},
59425
+ "Content": {},
59426
+ "Tags": {
59427
+ "shape": "S1i"
59428
+ }
59429
+ }
59430
+ },
59431
+ "output": {
59432
+ "type": "structure",
59433
+ "required": [
59434
+ "VocabularyArn",
59435
+ "VocabularyId",
59436
+ "State"
59437
+ ],
59438
+ "members": {
59439
+ "VocabularyArn": {},
59440
+ "VocabularyId": {},
59441
+ "State": {}
59442
+ }
59443
+ }
59444
+ },
59210
59445
  "DeleteContactFlow": {
59211
59446
  "http": {
59212
59447
  "method": "DELETE",
@@ -59441,6 +59676,41 @@ module.exports={
59441
59676
  }
59442
59677
  }
59443
59678
  },
59679
+ "DeleteVocabulary": {
59680
+ "http": {
59681
+ "requestUri": "/vocabulary-remove/{InstanceId}/{VocabularyId}"
59682
+ },
59683
+ "input": {
59684
+ "type": "structure",
59685
+ "required": [
59686
+ "InstanceId",
59687
+ "VocabularyId"
59688
+ ],
59689
+ "members": {
59690
+ "InstanceId": {
59691
+ "location": "uri",
59692
+ "locationName": "InstanceId"
59693
+ },
59694
+ "VocabularyId": {
59695
+ "location": "uri",
59696
+ "locationName": "VocabularyId"
59697
+ }
59698
+ }
59699
+ },
59700
+ "output": {
59701
+ "type": "structure",
59702
+ "required": [
59703
+ "VocabularyArn",
59704
+ "VocabularyId",
59705
+ "State"
59706
+ ],
59707
+ "members": {
59708
+ "VocabularyArn": {},
59709
+ "VocabularyId": {},
59710
+ "State": {}
59711
+ }
59712
+ }
59713
+ },
59444
59714
  "DescribeAgentStatus": {
59445
59715
  "http": {
59446
59716
  "method": "GET",
@@ -59479,7 +59749,7 @@ module.exports={
59479
59749
  },
59480
59750
  "State": {},
59481
59751
  "Tags": {
59482
- "shape": "S1e"
59752
+ "shape": "S1i"
59483
59753
  }
59484
59754
  }
59485
59755
  }
@@ -59593,7 +59863,7 @@ module.exports={
59593
59863
  "Description": {},
59594
59864
  "Content": {},
59595
59865
  "Tags": {
59596
- "shape": "S1e"
59866
+ "shape": "S1i"
59597
59867
  }
59598
59868
  }
59599
59869
  }
@@ -59636,7 +59906,7 @@ module.exports={
59636
59906
  "State": {},
59637
59907
  "Status": {},
59638
59908
  "Tags": {
59639
- "shape": "S1e"
59909
+ "shape": "S1i"
59640
59910
  }
59641
59911
  }
59642
59912
  }
@@ -59677,10 +59947,10 @@ module.exports={
59677
59947
  "Description": {},
59678
59948
  "TimeZone": {},
59679
59949
  "Config": {
59680
- "shape": "S21"
59950
+ "shape": "S25"
59681
59951
  },
59682
59952
  "Tags": {
59683
- "shape": "S1e"
59953
+ "shape": "S1i"
59684
59954
  }
59685
59955
  }
59686
59956
  }
@@ -59714,7 +59984,7 @@ module.exports={
59714
59984
  "Arn": {},
59715
59985
  "IdentityManagementType": {},
59716
59986
  "InstanceAlias": {
59717
- "shape": "S2b"
59987
+ "shape": "S2f"
59718
59988
  },
59719
59989
  "CreatedTime": {
59720
59990
  "type": "timestamp"
@@ -59764,7 +60034,7 @@ module.exports={
59764
60034
  "type": "structure",
59765
60035
  "members": {
59766
60036
  "Attribute": {
59767
- "shape": "S5h"
60037
+ "shape": "S5s"
59768
60038
  }
59769
60039
  }
59770
60040
  }
@@ -59800,7 +60070,7 @@ module.exports={
59800
60070
  "type": "structure",
59801
60071
  "members": {
59802
60072
  "StorageConfig": {
59803
- "shape": "Sc"
60073
+ "shape": "Sg"
59804
60074
  }
59805
60075
  }
59806
60076
  }
@@ -59838,7 +60108,7 @@ module.exports={
59838
60108
  "QueueId": {},
59839
60109
  "Description": {},
59840
60110
  "OutboundCallerConfig": {
59841
- "shape": "S2p"
60111
+ "shape": "S2t"
59842
60112
  },
59843
60113
  "HoursOfOperationId": {},
59844
60114
  "MaxContacts": {
@@ -59846,7 +60116,7 @@ module.exports={
59846
60116
  },
59847
60117
  "Status": {},
59848
60118
  "Tags": {
59849
- "shape": "S1e"
60119
+ "shape": "S1i"
59850
60120
  }
59851
60121
  }
59852
60122
  }
@@ -59886,10 +60156,10 @@ module.exports={
59886
60156
  "Name": {},
59887
60157
  "Description": {},
59888
60158
  "QuickConnectConfig": {
59889
- "shape": "S2x"
60159
+ "shape": "S31"
59890
60160
  },
59891
60161
  "Tags": {
59892
- "shape": "S1e"
60162
+ "shape": "S1i"
59893
60163
  }
59894
60164
  }
59895
60165
  }
@@ -59930,11 +60200,11 @@ module.exports={
59930
60200
  "RoutingProfileId": {},
59931
60201
  "Description": {},
59932
60202
  "MediaConcurrencies": {
59933
- "shape": "S38"
60203
+ "shape": "S3c"
59934
60204
  },
59935
60205
  "DefaultOutboundQueueId": {},
59936
60206
  "Tags": {
59937
- "shape": "S1e"
60207
+ "shape": "S1i"
59938
60208
  }
59939
60209
  }
59940
60210
  }
@@ -59975,7 +60245,7 @@ module.exports={
59975
60245
  "SecurityProfileName": {},
59976
60246
  "Description": {},
59977
60247
  "Tags": {
59978
- "shape": "S1e"
60248
+ "shape": "S1i"
59979
60249
  }
59980
60250
  }
59981
60251
  }
@@ -60014,19 +60284,19 @@ module.exports={
60014
60284
  "Arn": {},
60015
60285
  "Username": {},
60016
60286
  "IdentityInfo": {
60017
- "shape": "S3q"
60287
+ "shape": "S3u"
60018
60288
  },
60019
60289
  "PhoneConfig": {
60020
- "shape": "S3u"
60290
+ "shape": "S3y"
60021
60291
  },
60022
60292
  "DirectoryUserId": {},
60023
60293
  "SecurityProfileIds": {
60024
- "shape": "S3z"
60294
+ "shape": "S43"
60025
60295
  },
60026
60296
  "RoutingProfileId": {},
60027
60297
  "HierarchyGroupId": {},
60028
60298
  "Tags": {
60029
- "shape": "S1e"
60299
+ "shape": "S1i"
60030
60300
  }
60031
60301
  }
60032
60302
  }
@@ -60069,21 +60339,24 @@ module.exports={
60069
60339
  "type": "structure",
60070
60340
  "members": {
60071
60341
  "LevelOne": {
60072
- "shape": "S66"
60342
+ "shape": "S6h"
60073
60343
  },
60074
60344
  "LevelTwo": {
60075
- "shape": "S66"
60345
+ "shape": "S6h"
60076
60346
  },
60077
60347
  "LevelThree": {
60078
- "shape": "S66"
60348
+ "shape": "S6h"
60079
60349
  },
60080
60350
  "LevelFour": {
60081
- "shape": "S66"
60351
+ "shape": "S6h"
60082
60352
  },
60083
60353
  "LevelFive": {
60084
- "shape": "S66"
60354
+ "shape": "S6h"
60085
60355
  }
60086
60356
  }
60357
+ },
60358
+ "Tags": {
60359
+ "shape": "S1i"
60087
60360
  }
60088
60361
  }
60089
60362
  }
@@ -60114,19 +60387,76 @@ module.exports={
60114
60387
  "type": "structure",
60115
60388
  "members": {
60116
60389
  "LevelOne": {
60117
- "shape": "S6a"
60390
+ "shape": "S6l"
60118
60391
  },
60119
60392
  "LevelTwo": {
60120
- "shape": "S6a"
60393
+ "shape": "S6l"
60121
60394
  },
60122
60395
  "LevelThree": {
60123
- "shape": "S6a"
60396
+ "shape": "S6l"
60124
60397
  },
60125
60398
  "LevelFour": {
60126
- "shape": "S6a"
60399
+ "shape": "S6l"
60127
60400
  },
60128
60401
  "LevelFive": {
60129
- "shape": "S6a"
60402
+ "shape": "S6l"
60403
+ }
60404
+ }
60405
+ }
60406
+ }
60407
+ }
60408
+ },
60409
+ "DescribeVocabulary": {
60410
+ "http": {
60411
+ "method": "GET",
60412
+ "requestUri": "/vocabulary/{InstanceId}/{VocabularyId}"
60413
+ },
60414
+ "input": {
60415
+ "type": "structure",
60416
+ "required": [
60417
+ "InstanceId",
60418
+ "VocabularyId"
60419
+ ],
60420
+ "members": {
60421
+ "InstanceId": {
60422
+ "location": "uri",
60423
+ "locationName": "InstanceId"
60424
+ },
60425
+ "VocabularyId": {
60426
+ "location": "uri",
60427
+ "locationName": "VocabularyId"
60428
+ }
60429
+ }
60430
+ },
60431
+ "output": {
60432
+ "type": "structure",
60433
+ "required": [
60434
+ "Vocabulary"
60435
+ ],
60436
+ "members": {
60437
+ "Vocabulary": {
60438
+ "type": "structure",
60439
+ "required": [
60440
+ "Name",
60441
+ "Id",
60442
+ "Arn",
60443
+ "LanguageCode",
60444
+ "State",
60445
+ "LastModifiedTime"
60446
+ ],
60447
+ "members": {
60448
+ "Name": {},
60449
+ "Id": {},
60450
+ "Arn": {},
60451
+ "LanguageCode": {},
60452
+ "State": {},
60453
+ "LastModifiedTime": {
60454
+ "type": "timestamp"
60455
+ },
60456
+ "FailureReason": {},
60457
+ "Content": {},
60458
+ "Tags": {
60459
+ "shape": "S1i"
60130
60460
  }
60131
60461
  }
60132
60462
  }
@@ -60279,7 +60609,7 @@ module.exports={
60279
60609
  "locationName": "QueueId"
60280
60610
  },
60281
60611
  "QuickConnectIds": {
60282
- "shape": "Sw"
60612
+ "shape": "S10"
60283
60613
  }
60284
60614
  }
60285
60615
  }
@@ -60307,7 +60637,7 @@ module.exports={
60307
60637
  "QueueReferences": {
60308
60638
  "type": "list",
60309
60639
  "member": {
60310
- "shape": "S12"
60640
+ "shape": "S16"
60311
60641
  }
60312
60642
  }
60313
60643
  }
@@ -60362,7 +60692,7 @@ module.exports={
60362
60692
  "type": "structure",
60363
60693
  "members": {
60364
60694
  "Attributes": {
60365
- "shape": "S6n"
60695
+ "shape": "S73"
60366
60696
  }
60367
60697
  }
60368
60698
  }
@@ -60384,15 +60714,15 @@ module.exports={
60384
60714
  "locationName": "InstanceId"
60385
60715
  },
60386
60716
  "Filters": {
60387
- "shape": "S6r"
60717
+ "shape": "S77"
60388
60718
  },
60389
60719
  "Groupings": {
60390
- "shape": "S6u"
60720
+ "shape": "S7a"
60391
60721
  },
60392
60722
  "CurrentMetrics": {
60393
60723
  "type": "list",
60394
60724
  "member": {
60395
- "shape": "S6x"
60725
+ "shape": "S7d"
60396
60726
  }
60397
60727
  },
60398
60728
  "NextToken": {},
@@ -60411,7 +60741,7 @@ module.exports={
60411
60741
  "type": "structure",
60412
60742
  "members": {
60413
60743
  "Dimensions": {
60414
- "shape": "S75"
60744
+ "shape": "S7l"
60415
60745
  },
60416
60746
  "Collections": {
60417
60747
  "type": "list",
@@ -60419,7 +60749,7 @@ module.exports={
60419
60749
  "type": "structure",
60420
60750
  "members": {
60421
60751
  "Metric": {
60422
- "shape": "S6x"
60752
+ "shape": "S7d"
60423
60753
  },
60424
60754
  "Value": {
60425
60755
  "type": "double"
@@ -60460,13 +60790,13 @@ module.exports={
60460
60790
  "type": "structure",
60461
60791
  "members": {
60462
60792
  "AccessToken": {
60463
- "shape": "S7d"
60793
+ "shape": "S7t"
60464
60794
  },
60465
60795
  "AccessTokenExpiration": {
60466
60796
  "type": "timestamp"
60467
60797
  },
60468
60798
  "RefreshToken": {
60469
- "shape": "S7d"
60799
+ "shape": "S7t"
60470
60800
  },
60471
60801
  "RefreshTokenExpiration": {
60472
60802
  "type": "timestamp"
@@ -60501,15 +60831,15 @@ module.exports={
60501
60831
  "type": "timestamp"
60502
60832
  },
60503
60833
  "Filters": {
60504
- "shape": "S6r"
60834
+ "shape": "S77"
60505
60835
  },
60506
60836
  "Groupings": {
60507
- "shape": "S6u"
60837
+ "shape": "S7a"
60508
60838
  },
60509
60839
  "HistoricalMetrics": {
60510
60840
  "type": "list",
60511
60841
  "member": {
60512
- "shape": "S7g"
60842
+ "shape": "S7w"
60513
60843
  }
60514
60844
  },
60515
60845
  "NextToken": {},
@@ -60528,7 +60858,7 @@ module.exports={
60528
60858
  "type": "structure",
60529
60859
  "members": {
60530
60860
  "Dimensions": {
60531
- "shape": "S75"
60861
+ "shape": "S7l"
60532
60862
  },
60533
60863
  "Collections": {
60534
60864
  "type": "list",
@@ -60536,7 +60866,7 @@ module.exports={
60536
60866
  "type": "structure",
60537
60867
  "members": {
60538
60868
  "Metric": {
60539
- "shape": "S7g"
60869
+ "shape": "S7w"
60540
60870
  },
60541
60871
  "Value": {
60542
60872
  "type": "double"
@@ -60855,6 +61185,55 @@ module.exports={
60855
61185
  }
60856
61186
  }
60857
61187
  },
61188
+ "ListDefaultVocabularies": {
61189
+ "http": {
61190
+ "requestUri": "/default-vocabulary-summary/{InstanceId}"
61191
+ },
61192
+ "input": {
61193
+ "type": "structure",
61194
+ "required": [
61195
+ "InstanceId"
61196
+ ],
61197
+ "members": {
61198
+ "InstanceId": {
61199
+ "location": "uri",
61200
+ "locationName": "InstanceId"
61201
+ },
61202
+ "LanguageCode": {},
61203
+ "MaxResults": {
61204
+ "type": "integer"
61205
+ },
61206
+ "NextToken": {}
61207
+ }
61208
+ },
61209
+ "output": {
61210
+ "type": "structure",
61211
+ "required": [
61212
+ "DefaultVocabularyList"
61213
+ ],
61214
+ "members": {
61215
+ "DefaultVocabularyList": {
61216
+ "type": "list",
61217
+ "member": {
61218
+ "type": "structure",
61219
+ "required": [
61220
+ "InstanceId",
61221
+ "LanguageCode",
61222
+ "VocabularyId",
61223
+ "VocabularyName"
61224
+ ],
61225
+ "members": {
61226
+ "InstanceId": {},
61227
+ "LanguageCode": {},
61228
+ "VocabularyId": {},
61229
+ "VocabularyName": {}
61230
+ }
61231
+ }
61232
+ },
61233
+ "NextToken": {}
61234
+ }
61235
+ }
61236
+ },
60858
61237
  "ListHoursOfOperations": {
60859
61238
  "http": {
60860
61239
  "method": "GET",
@@ -60931,7 +61310,7 @@ module.exports={
60931
61310
  "Attributes": {
60932
61311
  "type": "list",
60933
61312
  "member": {
60934
- "shape": "S5h"
61313
+ "shape": "S5s"
60935
61314
  }
60936
61315
  },
60937
61316
  "NextToken": {}
@@ -60975,7 +61354,7 @@ module.exports={
60975
61354
  "StorageConfigs": {
60976
61355
  "type": "list",
60977
61356
  "member": {
60978
- "shape": "Sc"
61357
+ "shape": "Sg"
60979
61358
  }
60980
61359
  },
60981
61360
  "NextToken": {}
@@ -61013,7 +61392,7 @@ module.exports={
61013
61392
  "Arn": {},
61014
61393
  "IdentityManagementType": {},
61015
61394
  "InstanceAlias": {
61016
- "shape": "S2b"
61395
+ "shape": "S2f"
61017
61396
  },
61018
61397
  "CreatedTime": {
61019
61398
  "type": "timestamp"
@@ -61300,7 +61679,7 @@ module.exports={
61300
61679
  "members": {
61301
61680
  "NextToken": {},
61302
61681
  "QuickConnectSummaryList": {
61303
- "shape": "S9x"
61682
+ "shape": "Sai"
61304
61683
  }
61305
61684
  }
61306
61685
  }
@@ -61392,7 +61771,7 @@ module.exports={
61392
61771
  "type": "structure",
61393
61772
  "members": {
61394
61773
  "QuickConnectSummaryList": {
61395
- "shape": "S9x"
61774
+ "shape": "Sai"
61396
61775
  },
61397
61776
  "NextToken": {}
61398
61777
  }
@@ -61587,7 +61966,7 @@ module.exports={
61587
61966
  "type": "structure",
61588
61967
  "members": {
61589
61968
  "Permissions": {
61590
- "shape": "S3f"
61969
+ "shape": "S3j"
61591
61970
  },
61592
61971
  "NextToken": {}
61593
61972
  }
@@ -61658,7 +62037,7 @@ module.exports={
61658
62037
  "type": "structure",
61659
62038
  "members": {
61660
62039
  "tags": {
61661
- "shape": "S1e"
62040
+ "shape": "S1i"
61662
62041
  }
61663
62042
  }
61664
62043
  }
@@ -61744,7 +62123,7 @@ module.exports={
61744
62123
  "UserHierarchyGroupSummaryList": {
61745
62124
  "type": "list",
61746
62125
  "member": {
61747
- "shape": "S66"
62126
+ "shape": "S6h"
61748
62127
  }
61749
62128
  },
61750
62129
  "NextToken": {}
@@ -61817,6 +62196,61 @@ module.exports={
61817
62196
  "members": {}
61818
62197
  }
61819
62198
  },
62199
+ "SearchVocabularies": {
62200
+ "http": {
62201
+ "requestUri": "/vocabulary-summary/{InstanceId}"
62202
+ },
62203
+ "input": {
62204
+ "type": "structure",
62205
+ "required": [
62206
+ "InstanceId"
62207
+ ],
62208
+ "members": {
62209
+ "InstanceId": {
62210
+ "location": "uri",
62211
+ "locationName": "InstanceId"
62212
+ },
62213
+ "MaxResults": {
62214
+ "type": "integer"
62215
+ },
62216
+ "NextToken": {},
62217
+ "State": {},
62218
+ "NameStartsWith": {},
62219
+ "LanguageCode": {}
62220
+ }
62221
+ },
62222
+ "output": {
62223
+ "type": "structure",
62224
+ "members": {
62225
+ "VocabularySummaryList": {
62226
+ "type": "list",
62227
+ "member": {
62228
+ "type": "structure",
62229
+ "required": [
62230
+ "Name",
62231
+ "Id",
62232
+ "Arn",
62233
+ "LanguageCode",
62234
+ "State",
62235
+ "LastModifiedTime"
62236
+ ],
62237
+ "members": {
62238
+ "Name": {},
62239
+ "Id": {},
62240
+ "Arn": {},
62241
+ "LanguageCode": {},
62242
+ "State": {},
62243
+ "LastModifiedTime": {
62244
+ "type": "timestamp"
62245
+ },
62246
+ "FailureReason": {}
62247
+ }
62248
+ }
62249
+ },
62250
+ "NextToken": {}
62251
+ }
62252
+ }
62253
+ },
61820
62254
  "StartChatContact": {
61821
62255
  "http": {
61822
62256
  "method": "PUT",
@@ -61833,7 +62267,7 @@ module.exports={
61833
62267
  "InstanceId": {},
61834
62268
  "ContactFlowId": {},
61835
62269
  "Attributes": {
61836
- "shape": "S6n"
62270
+ "shape": "S73"
61837
62271
  },
61838
62272
  "ParticipantDetails": {
61839
62273
  "type": "structure",
@@ -61857,6 +62291,9 @@ module.exports={
61857
62291
  },
61858
62292
  "ClientToken": {
61859
62293
  "idempotencyToken": true
62294
+ },
62295
+ "ChatDurationInMinutes": {
62296
+ "type": "integer"
61860
62297
  }
61861
62298
  }
61862
62299
  },
@@ -61959,7 +62396,7 @@ module.exports={
61959
62396
  "SourcePhoneNumber": {},
61960
62397
  "QueueId": {},
61961
62398
  "Attributes": {
61962
- "shape": "S6n"
62399
+ "shape": "S73"
61963
62400
  },
61964
62401
  "AnswerMachineDetectionConfig": {
61965
62402
  "type": "structure",
@@ -62000,11 +62437,11 @@ module.exports={
62000
62437
  "PreviousContactId": {},
62001
62438
  "ContactFlowId": {},
62002
62439
  "Attributes": {
62003
- "shape": "S6n"
62440
+ "shape": "S73"
62004
62441
  },
62005
62442
  "Name": {},
62006
62443
  "References": {
62007
- "shape": "Sbw"
62444
+ "shape": "Scm"
62008
62445
  },
62009
62446
  "Description": {},
62010
62447
  "ClientToken": {
@@ -62124,7 +62561,7 @@ module.exports={
62124
62561
  "locationName": "resourceArn"
62125
62562
  },
62126
62563
  "tags": {
62127
- "shape": "S1e"
62564
+ "shape": "S1i"
62128
62565
  }
62129
62566
  }
62130
62567
  }
@@ -62207,7 +62644,7 @@ module.exports={
62207
62644
  "Name": {},
62208
62645
  "Description": {},
62209
62646
  "References": {
62210
- "shape": "Sbw"
62647
+ "shape": "Scm"
62211
62648
  }
62212
62649
  }
62213
62650
  },
@@ -62231,7 +62668,7 @@ module.exports={
62231
62668
  "InitialContactId": {},
62232
62669
  "InstanceId": {},
62233
62670
  "Attributes": {
62234
- "shape": "S6n"
62671
+ "shape": "S73"
62235
62672
  }
62236
62673
  }
62237
62674
  },
@@ -62417,7 +62854,7 @@ module.exports={
62417
62854
  "Description": {},
62418
62855
  "TimeZone": {},
62419
62856
  "Config": {
62420
- "shape": "S21"
62857
+ "shape": "S25"
62421
62858
  }
62422
62859
  }
62423
62860
  }
@@ -62472,7 +62909,7 @@ module.exports={
62472
62909
  "locationName": "resourceType"
62473
62910
  },
62474
62911
  "StorageConfig": {
62475
- "shape": "Sc"
62912
+ "shape": "Sg"
62476
62913
  }
62477
62914
  }
62478
62915
  }
@@ -62571,7 +63008,7 @@ module.exports={
62571
63008
  "locationName": "QueueId"
62572
63009
  },
62573
63010
  "OutboundCallerConfig": {
62574
- "shape": "S2p"
63011
+ "shape": "S2t"
62575
63012
  }
62576
63013
  }
62577
63014
  }
@@ -62621,7 +63058,7 @@ module.exports={
62621
63058
  "locationName": "QuickConnectId"
62622
63059
  },
62623
63060
  "QuickConnectConfig": {
62624
- "shape": "S2x"
63061
+ "shape": "S31"
62625
63062
  }
62626
63063
  }
62627
63064
  }
@@ -62671,7 +63108,7 @@ module.exports={
62671
63108
  "locationName": "RoutingProfileId"
62672
63109
  },
62673
63110
  "MediaConcurrencies": {
62674
- "shape": "S38"
63111
+ "shape": "S3c"
62675
63112
  }
62676
63113
  }
62677
63114
  }
@@ -62745,7 +63182,7 @@ module.exports={
62745
63182
  "locationName": "RoutingProfileId"
62746
63183
  },
62747
63184
  "QueueConfigs": {
62748
- "shape": "S10"
63185
+ "shape": "S14"
62749
63186
  }
62750
63187
  }
62751
63188
  }
@@ -62763,7 +63200,7 @@ module.exports={
62763
63200
  "members": {
62764
63201
  "Description": {},
62765
63202
  "Permissions": {
62766
- "shape": "S3f"
63203
+ "shape": "S3j"
62767
63204
  },
62768
63205
  "SecurityProfileId": {
62769
63206
  "location": "uri",
@@ -62838,19 +63275,19 @@ module.exports={
62838
63275
  "type": "structure",
62839
63276
  "members": {
62840
63277
  "LevelOne": {
62841
- "shape": "Sda"
63278
+ "shape": "Se0"
62842
63279
  },
62843
63280
  "LevelTwo": {
62844
- "shape": "Sda"
63281
+ "shape": "Se0"
62845
63282
  },
62846
63283
  "LevelThree": {
62847
- "shape": "Sda"
63284
+ "shape": "Se0"
62848
63285
  },
62849
63286
  "LevelFour": {
62850
- "shape": "Sda"
63287
+ "shape": "Se0"
62851
63288
  },
62852
63289
  "LevelFive": {
62853
- "shape": "Sda"
63290
+ "shape": "Se0"
62854
63291
  }
62855
63292
  }
62856
63293
  },
@@ -62874,7 +63311,7 @@ module.exports={
62874
63311
  ],
62875
63312
  "members": {
62876
63313
  "IdentityInfo": {
62877
- "shape": "S3q"
63314
+ "shape": "S3u"
62878
63315
  },
62879
63316
  "UserId": {
62880
63317
  "location": "uri",
@@ -62900,7 +63337,7 @@ module.exports={
62900
63337
  ],
62901
63338
  "members": {
62902
63339
  "PhoneConfig": {
62903
- "shape": "S3u"
63340
+ "shape": "S3y"
62904
63341
  },
62905
63342
  "UserId": {
62906
63343
  "location": "uri",
@@ -62950,7 +63387,7 @@ module.exports={
62950
63387
  ],
62951
63388
  "members": {
62952
63389
  "SecurityProfileIds": {
62953
- "shape": "S3z"
63390
+ "shape": "S43"
62954
63391
  },
62955
63392
  "UserId": {
62956
63393
  "location": "uri",
@@ -62978,7 +63415,7 @@ module.exports={
62978
63415
  "AliasArn": {}
62979
63416
  }
62980
63417
  },
62981
- "Sc": {
63418
+ "Sg": {
62982
63419
  "type": "structure",
62983
63420
  "required": [
62984
63421
  "StorageType"
@@ -62996,7 +63433,7 @@ module.exports={
62996
63433
  "BucketName": {},
62997
63434
  "BucketPrefix": {},
62998
63435
  "EncryptionConfig": {
62999
- "shape": "Si"
63436
+ "shape": "Sm"
63000
63437
  }
63001
63438
  }
63002
63439
  },
@@ -63013,7 +63450,7 @@ module.exports={
63013
63450
  "type": "integer"
63014
63451
  },
63015
63452
  "EncryptionConfig": {
63016
- "shape": "Si"
63453
+ "shape": "Sm"
63017
63454
  }
63018
63455
  }
63019
63456
  },
@@ -63037,7 +63474,7 @@ module.exports={
63037
63474
  }
63038
63475
  }
63039
63476
  },
63040
- "Si": {
63477
+ "Sm": {
63041
63478
  "type": "structure",
63042
63479
  "required": [
63043
63480
  "EncryptionType",
@@ -63048,11 +63485,11 @@ module.exports={
63048
63485
  "KeyId": {}
63049
63486
  }
63050
63487
  },
63051
- "Sw": {
63488
+ "S10": {
63052
63489
  "type": "list",
63053
63490
  "member": {}
63054
63491
  },
63055
- "S10": {
63492
+ "S14": {
63056
63493
  "type": "list",
63057
63494
  "member": {
63058
63495
  "type": "structure",
@@ -63063,7 +63500,7 @@ module.exports={
63063
63500
  ],
63064
63501
  "members": {
63065
63502
  "QueueReference": {
63066
- "shape": "S12"
63503
+ "shape": "S16"
63067
63504
  },
63068
63505
  "Priority": {
63069
63506
  "type": "integer"
@@ -63074,7 +63511,7 @@ module.exports={
63074
63511
  }
63075
63512
  }
63076
63513
  },
63077
- "S12": {
63514
+ "S16": {
63078
63515
  "type": "structure",
63079
63516
  "required": [
63080
63517
  "QueueId",
@@ -63085,12 +63522,12 @@ module.exports={
63085
63522
  "Channel": {}
63086
63523
  }
63087
63524
  },
63088
- "S1e": {
63525
+ "S1i": {
63089
63526
  "type": "map",
63090
63527
  "key": {},
63091
63528
  "value": {}
63092
63529
  },
63093
- "S21": {
63530
+ "S25": {
63094
63531
  "type": "list",
63095
63532
  "member": {
63096
63533
  "type": "structure",
@@ -63102,15 +63539,15 @@ module.exports={
63102
63539
  "members": {
63103
63540
  "Day": {},
63104
63541
  "StartTime": {
63105
- "shape": "S24"
63542
+ "shape": "S28"
63106
63543
  },
63107
63544
  "EndTime": {
63108
- "shape": "S24"
63545
+ "shape": "S28"
63109
63546
  }
63110
63547
  }
63111
63548
  }
63112
63549
  },
63113
- "S24": {
63550
+ "S28": {
63114
63551
  "type": "structure",
63115
63552
  "required": [
63116
63553
  "Hours",
@@ -63125,11 +63562,11 @@ module.exports={
63125
63562
  }
63126
63563
  }
63127
63564
  },
63128
- "S2b": {
63565
+ "S2f": {
63129
63566
  "type": "string",
63130
63567
  "sensitive": true
63131
63568
  },
63132
- "S2p": {
63569
+ "S2t": {
63133
63570
  "type": "structure",
63134
63571
  "members": {
63135
63572
  "OutboundCallerIdName": {},
@@ -63137,7 +63574,7 @@ module.exports={
63137
63574
  "OutboundFlowId": {}
63138
63575
  }
63139
63576
  },
63140
- "S2x": {
63577
+ "S31": {
63141
63578
  "type": "structure",
63142
63579
  "required": [
63143
63580
  "QuickConnectType"
@@ -63177,7 +63614,7 @@ module.exports={
63177
63614
  }
63178
63615
  }
63179
63616
  },
63180
- "S38": {
63617
+ "S3c": {
63181
63618
  "type": "list",
63182
63619
  "member": {
63183
63620
  "type": "structure",
@@ -63193,11 +63630,11 @@ module.exports={
63193
63630
  }
63194
63631
  }
63195
63632
  },
63196
- "S3f": {
63633
+ "S3j": {
63197
63634
  "type": "list",
63198
63635
  "member": {}
63199
63636
  },
63200
- "S3q": {
63637
+ "S3u": {
63201
63638
  "type": "structure",
63202
63639
  "members": {
63203
63640
  "FirstName": {},
@@ -63205,7 +63642,7 @@ module.exports={
63205
63642
  "Email": {}
63206
63643
  }
63207
63644
  },
63208
- "S3u": {
63645
+ "S3y": {
63209
63646
  "type": "structure",
63210
63647
  "required": [
63211
63648
  "PhoneType"
@@ -63221,18 +63658,18 @@ module.exports={
63221
63658
  "DeskPhoneNumber": {}
63222
63659
  }
63223
63660
  },
63224
- "S3z": {
63661
+ "S43": {
63225
63662
  "type": "list",
63226
63663
  "member": {}
63227
63664
  },
63228
- "S5h": {
63665
+ "S5s": {
63229
63666
  "type": "structure",
63230
63667
  "members": {
63231
63668
  "AttributeType": {},
63232
63669
  "Value": {}
63233
63670
  }
63234
63671
  },
63235
- "S66": {
63672
+ "S6h": {
63236
63673
  "type": "structure",
63237
63674
  "members": {
63238
63675
  "Id": {},
@@ -63240,7 +63677,7 @@ module.exports={
63240
63677
  "Name": {}
63241
63678
  }
63242
63679
  },
63243
- "S6a": {
63680
+ "S6l": {
63244
63681
  "type": "structure",
63245
63682
  "members": {
63246
63683
  "Id": {},
@@ -63248,12 +63685,12 @@ module.exports={
63248
63685
  "Name": {}
63249
63686
  }
63250
63687
  },
63251
- "S6n": {
63688
+ "S73": {
63252
63689
  "type": "map",
63253
63690
  "key": {},
63254
63691
  "value": {}
63255
63692
  },
63256
- "S6r": {
63693
+ "S77": {
63257
63694
  "type": "structure",
63258
63695
  "members": {
63259
63696
  "Queues": {
@@ -63266,18 +63703,18 @@ module.exports={
63266
63703
  }
63267
63704
  }
63268
63705
  },
63269
- "S6u": {
63706
+ "S7a": {
63270
63707
  "type": "list",
63271
63708
  "member": {}
63272
63709
  },
63273
- "S6x": {
63710
+ "S7d": {
63274
63711
  "type": "structure",
63275
63712
  "members": {
63276
63713
  "Name": {},
63277
63714
  "Unit": {}
63278
63715
  }
63279
63716
  },
63280
- "S75": {
63717
+ "S7l": {
63281
63718
  "type": "structure",
63282
63719
  "members": {
63283
63720
  "Queue": {
@@ -63290,11 +63727,11 @@ module.exports={
63290
63727
  "Channel": {}
63291
63728
  }
63292
63729
  },
63293
- "S7d": {
63730
+ "S7t": {
63294
63731
  "type": "string",
63295
63732
  "sensitive": true
63296
63733
  },
63297
- "S7g": {
63734
+ "S7w": {
63298
63735
  "type": "structure",
63299
63736
  "members": {
63300
63737
  "Name": {},
@@ -63311,7 +63748,7 @@ module.exports={
63311
63748
  "Unit": {}
63312
63749
  }
63313
63750
  },
63314
- "S9x": {
63751
+ "Sai": {
63315
63752
  "type": "list",
63316
63753
  "member": {
63317
63754
  "type": "structure",
@@ -63323,7 +63760,7 @@ module.exports={
63323
63760
  }
63324
63761
  }
63325
63762
  },
63326
- "Sbw": {
63763
+ "Scm": {
63327
63764
  "type": "map",
63328
63765
  "key": {},
63329
63766
  "value": {
@@ -63338,7 +63775,7 @@ module.exports={
63338
63775
  }
63339
63776
  }
63340
63777
  },
63341
- "Sda": {
63778
+ "Se0": {
63342
63779
  "type": "structure",
63343
63780
  "required": [
63344
63781
  "Name"
@@ -63397,6 +63834,12 @@ module.exports={
63397
63834
  "output_token": "NextToken",
63398
63835
  "result_key": "ReferenceSummaryList"
63399
63836
  },
63837
+ "ListDefaultVocabularies": {
63838
+ "input_token": "NextToken",
63839
+ "limit_key": "MaxResults",
63840
+ "output_token": "NextToken",
63841
+ "result_key": "DefaultVocabularyList"
63842
+ },
63400
63843
  "ListHoursOfOperations": {
63401
63844
  "input_token": "NextToken",
63402
63845
  "limit_key": "MaxResults",
@@ -63516,6 +63959,12 @@ module.exports={
63516
63959
  "limit_key": "MaxResults",
63517
63960
  "output_token": "NextToken",
63518
63961
  "result_key": "UserSummaryList"
63962
+ },
63963
+ "SearchVocabularies": {
63964
+ "input_token": "NextToken",
63965
+ "limit_key": "MaxResults",
63966
+ "output_token": "NextToken",
63967
+ "result_key": "VocabularySummaryList"
63519
63968
  }
63520
63969
  }
63521
63970
  }
@@ -80724,11 +81173,8 @@ module.exports={
80724
81173
  "locationName": "Filter"
80725
81174
  },
80726
81175
  "ImageIds": {
80727
- "locationName": "ImageId",
80728
- "type": "list",
80729
- "member": {
80730
- "locationName": "ImageId"
80731
- }
81176
+ "shape": "S11w",
81177
+ "locationName": "ImageId"
80732
81178
  },
80733
81179
  "Owners": {
80734
81180
  "shape": "S10e",
@@ -89154,6 +89600,59 @@ module.exports={
89154
89600
  }
89155
89601
  }
89156
89602
  },
89603
+ "ListImagesInRecycleBin": {
89604
+ "input": {
89605
+ "type": "structure",
89606
+ "members": {
89607
+ "ImageIds": {
89608
+ "shape": "S11w",
89609
+ "locationName": "ImageId"
89610
+ },
89611
+ "NextToken": {},
89612
+ "MaxResults": {
89613
+ "type": "integer"
89614
+ },
89615
+ "DryRun": {
89616
+ "type": "boolean"
89617
+ }
89618
+ }
89619
+ },
89620
+ "output": {
89621
+ "type": "structure",
89622
+ "members": {
89623
+ "Images": {
89624
+ "locationName": "imageSet",
89625
+ "type": "list",
89626
+ "member": {
89627
+ "locationName": "item",
89628
+ "type": "structure",
89629
+ "members": {
89630
+ "ImageId": {
89631
+ "locationName": "imageId"
89632
+ },
89633
+ "Name": {
89634
+ "locationName": "name"
89635
+ },
89636
+ "Description": {
89637
+ "locationName": "description"
89638
+ },
89639
+ "RecycleBinEnterTime": {
89640
+ "locationName": "recycleBinEnterTime",
89641
+ "type": "timestamp"
89642
+ },
89643
+ "RecycleBinExitTime": {
89644
+ "locationName": "recycleBinExitTime",
89645
+ "type": "timestamp"
89646
+ }
89647
+ }
89648
+ }
89649
+ },
89650
+ "NextToken": {
89651
+ "locationName": "nextToken"
89652
+ }
89653
+ }
89654
+ }
89655
+ },
89157
89656
  "ListSnapshotsInRecycleBin": {
89158
89657
  "input": {
89159
89658
  "type": "structure",
@@ -89475,25 +89974,25 @@ module.exports={
89475
89974
  "Attribute": {},
89476
89975
  "OperationType": {},
89477
89976
  "UserIds": {
89478
- "shape": "S1t1",
89977
+ "shape": "S1t6",
89479
89978
  "locationName": "UserId"
89480
89979
  },
89481
89980
  "UserGroups": {
89482
- "shape": "S1t2",
89981
+ "shape": "S1t7",
89483
89982
  "locationName": "UserGroup"
89484
89983
  },
89485
89984
  "ProductCodes": {
89486
- "shape": "S1t3",
89985
+ "shape": "S1t8",
89487
89986
  "locationName": "ProductCode"
89488
89987
  },
89489
89988
  "LoadPermission": {
89490
89989
  "type": "structure",
89491
89990
  "members": {
89492
89991
  "Add": {
89493
- "shape": "S1t5"
89992
+ "shape": "S1ta"
89494
89993
  },
89495
89994
  "Remove": {
89496
- "shape": "S1t5"
89995
+ "shape": "S1ta"
89497
89996
  }
89498
89997
  }
89499
89998
  },
@@ -89538,7 +90037,7 @@ module.exports={
89538
90037
  "locationName": "successful"
89539
90038
  },
89540
90039
  "Unsuccessful": {
89541
- "shape": "S1ta",
90040
+ "shape": "S1tf",
89542
90041
  "locationName": "unsuccessful"
89543
90042
  }
89544
90043
  }
@@ -89606,15 +90105,15 @@ module.exports={
89606
90105
  },
89607
90106
  "OperationType": {},
89608
90107
  "ProductCodes": {
89609
- "shape": "S1t3",
90108
+ "shape": "S1t8",
89610
90109
  "locationName": "ProductCode"
89611
90110
  },
89612
90111
  "UserGroups": {
89613
- "shape": "S1t2",
90112
+ "shape": "S1t7",
89614
90113
  "locationName": "UserGroup"
89615
90114
  },
89616
90115
  "UserIds": {
89617
- "shape": "S1t1",
90116
+ "shape": "S1t6",
89618
90117
  "locationName": "UserId"
89619
90118
  },
89620
90119
  "Value": {},
@@ -89753,7 +90252,7 @@ module.exports={
89753
90252
  "members": {
89754
90253
  "InstanceId": {},
89755
90254
  "CapacityReservationSpecification": {
89756
- "shape": "S1tn"
90255
+ "shape": "S1ts"
89757
90256
  },
89758
90257
  "DryRun": {
89759
90258
  "type": "boolean"
@@ -90362,7 +90861,7 @@ module.exports={
90362
90861
  "OperationType": {},
90363
90862
  "SnapshotId": {},
90364
90863
  "UserIds": {
90365
- "shape": "S1t1",
90864
+ "shape": "S1t6",
90366
90865
  "locationName": "UserId"
90367
90866
  },
90368
90867
  "DryRun": {
@@ -90961,13 +91460,13 @@ module.exports={
90961
91460
  ],
90962
91461
  "members": {
90963
91462
  "AccepterPeeringConnectionOptions": {
90964
- "shape": "S1w6"
91463
+ "shape": "S1wb"
90965
91464
  },
90966
91465
  "DryRun": {
90967
91466
  "type": "boolean"
90968
91467
  },
90969
91468
  "RequesterPeeringConnectionOptions": {
90970
- "shape": "S1w6"
91469
+ "shape": "S1wb"
90971
91470
  },
90972
91471
  "VpcPeeringConnectionId": {}
90973
91472
  }
@@ -90976,11 +91475,11 @@ module.exports={
90976
91475
  "type": "structure",
90977
91476
  "members": {
90978
91477
  "AccepterPeeringConnectionOptions": {
90979
- "shape": "S1w8",
91478
+ "shape": "S1wd",
90980
91479
  "locationName": "accepterPeeringConnectionOptions"
90981
91480
  },
90982
91481
  "RequesterPeeringConnectionOptions": {
90983
- "shape": "S1w8",
91482
+ "shape": "S1wd",
90984
91483
  "locationName": "requesterPeeringConnectionOptions"
90985
91484
  }
90986
91485
  }
@@ -91192,7 +91691,7 @@ module.exports={
91192
91691
  "type": "structure",
91193
91692
  "members": {
91194
91693
  "InstanceMonitorings": {
91195
- "shape": "S1wn",
91694
+ "shape": "S1ws",
91196
91695
  "locationName": "instancesSet"
91197
91696
  }
91198
91697
  }
@@ -91837,7 +92336,7 @@ module.exports={
91837
92336
  "locationName": "successful"
91838
92337
  },
91839
92338
  "Unsuccessful": {
91840
- "shape": "S1ta",
92339
+ "shape": "S1tf",
91841
92340
  "locationName": "unsuccessful"
91842
92341
  }
91843
92342
  }
@@ -92443,6 +92942,29 @@ module.exports={
92443
92942
  }
92444
92943
  }
92445
92944
  },
92945
+ "RestoreImageFromRecycleBin": {
92946
+ "input": {
92947
+ "type": "structure",
92948
+ "required": [
92949
+ "ImageId"
92950
+ ],
92951
+ "members": {
92952
+ "ImageId": {},
92953
+ "DryRun": {
92954
+ "type": "boolean"
92955
+ }
92956
+ }
92957
+ },
92958
+ "output": {
92959
+ "type": "structure",
92960
+ "members": {
92961
+ "Return": {
92962
+ "locationName": "return",
92963
+ "type": "boolean"
92964
+ }
92965
+ }
92966
+ }
92967
+ },
92446
92968
  "RestoreManagedPrefixListVersion": {
92447
92969
  "input": {
92448
92970
  "type": "structure",
@@ -92846,7 +93368,7 @@ module.exports={
92846
93368
  }
92847
93369
  },
92848
93370
  "CapacityReservationSpecification": {
92849
- "shape": "S1tn"
93371
+ "shape": "S1ts"
92850
93372
  },
92851
93373
  "HibernationOptions": {
92852
93374
  "type": "structure",
@@ -93000,7 +93522,7 @@ module.exports={
93000
93522
  "type": "integer"
93001
93523
  },
93002
93524
  "Groups": {
93003
- "shape": "S205",
93525
+ "shape": "S20c",
93004
93526
  "locationName": "Group"
93005
93527
  },
93006
93528
  "Ipv6AddressCount": {
@@ -93049,7 +93571,7 @@ module.exports={
93049
93571
  },
93050
93572
  "RamdiskId": {},
93051
93573
  "SecurityGroupIds": {
93052
- "shape": "S205",
93574
+ "shape": "S20c",
93053
93575
  "locationName": "SecurityGroupId"
93054
93576
  },
93055
93577
  "SubnetId": {},
@@ -93259,7 +93781,7 @@ module.exports={
93259
93781
  "type": "structure",
93260
93782
  "members": {
93261
93783
  "StartingInstances": {
93262
- "shape": "S20t",
93784
+ "shape": "S210",
93263
93785
  "locationName": "instancesSet"
93264
93786
  }
93265
93787
  }
@@ -93382,7 +93904,7 @@ module.exports={
93382
93904
  "type": "structure",
93383
93905
  "members": {
93384
93906
  "StoppingInstances": {
93385
- "shape": "S20t",
93907
+ "shape": "S210",
93386
93908
  "locationName": "instancesSet"
93387
93909
  }
93388
93910
  }
@@ -93457,7 +93979,7 @@ module.exports={
93457
93979
  "type": "structure",
93458
93980
  "members": {
93459
93981
  "TerminatingInstances": {
93460
- "shape": "S20t",
93982
+ "shape": "S210",
93461
93983
  "locationName": "instancesSet"
93462
93984
  }
93463
93985
  }
@@ -93542,7 +94064,7 @@ module.exports={
93542
94064
  "type": "structure",
93543
94065
  "members": {
93544
94066
  "InstanceMonitorings": {
93545
- "shape": "S1wn",
94067
+ "shape": "S1ws",
93546
94068
  "locationName": "instancesSet"
93547
94069
  }
93548
94070
  }
@@ -93561,7 +94083,7 @@ module.exports={
93561
94083
  "shape": "S58"
93562
94084
  },
93563
94085
  "SecurityGroupRuleDescriptions": {
93564
- "shape": "S21f",
94086
+ "shape": "S21m",
93565
94087
  "locationName": "SecurityGroupRuleDescription"
93566
94088
  }
93567
94089
  }
@@ -93589,7 +94111,7 @@ module.exports={
93589
94111
  "shape": "S58"
93590
94112
  },
93591
94113
  "SecurityGroupRuleDescriptions": {
93592
- "shape": "S21f",
94114
+ "shape": "S21m",
93593
94115
  "locationName": "SecurityGroupRuleDescription"
93594
94116
  }
93595
94117
  }
@@ -99611,6 +100133,12 @@ module.exports={
99611
100133
  }
99612
100134
  }
99613
100135
  },
100136
+ "S11w": {
100137
+ "type": "list",
100138
+ "member": {
100139
+ "locationName": "ImageId"
100140
+ }
100141
+ },
99614
100142
  "S125": {
99615
100143
  "type": "structure",
99616
100144
  "members": {
@@ -101910,25 +102438,25 @@ module.exports={
101910
102438
  }
101911
102439
  }
101912
102440
  },
101913
- "S1t1": {
102441
+ "S1t6": {
101914
102442
  "type": "list",
101915
102443
  "member": {
101916
102444
  "locationName": "UserId"
101917
102445
  }
101918
102446
  },
101919
- "S1t2": {
102447
+ "S1t7": {
101920
102448
  "type": "list",
101921
102449
  "member": {
101922
102450
  "locationName": "UserGroup"
101923
102451
  }
101924
102452
  },
101925
- "S1t3": {
102453
+ "S1t8": {
101926
102454
  "type": "list",
101927
102455
  "member": {
101928
102456
  "locationName": "ProductCode"
101929
102457
  }
101930
102458
  },
101931
- "S1t5": {
102459
+ "S1ta": {
101932
102460
  "type": "list",
101933
102461
  "member": {
101934
102462
  "locationName": "item",
@@ -101939,14 +102467,14 @@ module.exports={
101939
102467
  }
101940
102468
  }
101941
102469
  },
101942
- "S1ta": {
102470
+ "S1tf": {
101943
102471
  "type": "list",
101944
102472
  "member": {
101945
102473
  "shape": "S17",
101946
102474
  "locationName": "item"
101947
102475
  }
101948
102476
  },
101949
- "S1tn": {
102477
+ "S1ts": {
101950
102478
  "type": "structure",
101951
102479
  "members": {
101952
102480
  "CapacityReservationPreference": {},
@@ -101955,7 +102483,7 @@ module.exports={
101955
102483
  }
101956
102484
  }
101957
102485
  },
101958
- "S1w6": {
102486
+ "S1wb": {
101959
102487
  "type": "structure",
101960
102488
  "members": {
101961
102489
  "AllowDnsResolutionFromRemoteVpc": {
@@ -101969,7 +102497,7 @@ module.exports={
101969
102497
  }
101970
102498
  }
101971
102499
  },
101972
- "S1w8": {
102500
+ "S1wd": {
101973
102501
  "type": "structure",
101974
102502
  "members": {
101975
102503
  "AllowDnsResolutionFromRemoteVpc": {
@@ -101986,7 +102514,7 @@ module.exports={
101986
102514
  }
101987
102515
  }
101988
102516
  },
101989
- "S1wn": {
102517
+ "S1ws": {
101990
102518
  "type": "list",
101991
102519
  "member": {
101992
102520
  "locationName": "item",
@@ -102002,13 +102530,13 @@ module.exports={
102002
102530
  }
102003
102531
  }
102004
102532
  },
102005
- "S205": {
102533
+ "S20c": {
102006
102534
  "type": "list",
102007
102535
  "member": {
102008
102536
  "locationName": "SecurityGroupId"
102009
102537
  }
102010
102538
  },
102011
- "S20t": {
102539
+ "S210": {
102012
102540
  "type": "list",
102013
102541
  "member": {
102014
102542
  "locationName": "item",
@@ -102028,7 +102556,7 @@ module.exports={
102028
102556
  }
102029
102557
  }
102030
102558
  },
102031
- "S21f": {
102559
+ "S21m": {
102032
102560
  "type": "list",
102033
102561
  "member": {
102034
102562
  "locationName": "item",
@@ -102772,6 +103300,12 @@ module.exports={
102772
103300
  "output_token": "NextToken",
102773
103301
  "result_key": "VpnConnectionDeviceTypes"
102774
103302
  },
103303
+ "ListImagesInRecycleBin": {
103304
+ "input_token": "NextToken",
103305
+ "limit_key": "MaxResults",
103306
+ "output_token": "NextToken",
103307
+ "result_key": "Images"
103308
+ },
102775
103309
  "ListSnapshotsInRecycleBin": {
102776
103310
  "input_token": "NextToken",
102777
103311
  "limit_key": "MaxResults",
@@ -113334,6 +113868,39 @@ module.exports={
113334
113868
  "shape": "S1a"
113335
113869
  }
113336
113870
  },
113871
+ "CreateReplicationConfiguration": {
113872
+ "http": {
113873
+ "requestUri": "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration",
113874
+ "responseCode": 200
113875
+ },
113876
+ "input": {
113877
+ "type": "structure",
113878
+ "required": [
113879
+ "SourceFileSystemId",
113880
+ "Destinations"
113881
+ ],
113882
+ "members": {
113883
+ "SourceFileSystemId": {
113884
+ "location": "uri",
113885
+ "locationName": "SourceFileSystemId"
113886
+ },
113887
+ "Destinations": {
113888
+ "type": "list",
113889
+ "member": {
113890
+ "type": "structure",
113891
+ "members": {
113892
+ "Region": {},
113893
+ "AvailabilityZoneName": {},
113894
+ "KmsKeyId": {}
113895
+ }
113896
+ }
113897
+ }
113898
+ }
113899
+ },
113900
+ "output": {
113901
+ "shape": "S1i"
113902
+ }
113903
+ },
113337
113904
  "CreateTags": {
113338
113905
  "http": {
113339
113906
  "requestUri": "/2015-02-01/create-tags/{FileSystemId}",
@@ -113434,6 +114001,25 @@ module.exports={
113434
114001
  }
113435
114002
  }
113436
114003
  },
114004
+ "DeleteReplicationConfiguration": {
114005
+ "http": {
114006
+ "method": "DELETE",
114007
+ "requestUri": "/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration",
114008
+ "responseCode": 204
114009
+ },
114010
+ "input": {
114011
+ "type": "structure",
114012
+ "required": [
114013
+ "SourceFileSystemId"
114014
+ ],
114015
+ "members": {
114016
+ "SourceFileSystemId": {
114017
+ "location": "uri",
114018
+ "locationName": "SourceFileSystemId"
114019
+ }
114020
+ }
114021
+ }
114022
+ },
113437
114023
  "DeleteTags": {
113438
114024
  "http": {
113439
114025
  "requestUri": "/2015-02-01/delete-tags/{FileSystemId}",
@@ -113451,7 +114037,7 @@ module.exports={
113451
114037
  "locationName": "FileSystemId"
113452
114038
  },
113453
114039
  "TagKeys": {
113454
- "shape": "S1k"
114040
+ "shape": "S1t"
113455
114041
  }
113456
114042
  }
113457
114043
  },
@@ -113518,7 +114104,7 @@ module.exports={
113518
114104
  "type": "structure",
113519
114105
  "members": {
113520
114106
  "ResourceIdPreference": {
113521
- "shape": "S1s"
114107
+ "shape": "S21"
113522
114108
  },
113523
114109
  "NextToken": {}
113524
114110
  }
@@ -113543,7 +114129,7 @@ module.exports={
113543
114129
  }
113544
114130
  },
113545
114131
  "output": {
113546
- "shape": "S1x"
114132
+ "shape": "S26"
113547
114133
  }
113548
114134
  },
113549
114135
  "DescribeFileSystemPolicy": {
@@ -113565,7 +114151,7 @@ module.exports={
113565
114151
  }
113566
114152
  },
113567
114153
  "output": {
113568
- "shape": "S21"
114154
+ "shape": "S2a"
113569
114155
  }
113570
114156
  },
113571
114157
  "DescribeFileSystems": {
@@ -113629,7 +114215,7 @@ module.exports={
113629
114215
  }
113630
114216
  },
113631
114217
  "output": {
113632
- "shape": "S29"
114218
+ "shape": "S2i"
113633
114219
  }
113634
114220
  },
113635
114221
  "DescribeMountTargetSecurityGroups": {
@@ -113708,6 +114294,43 @@ module.exports={
113708
114294
  }
113709
114295
  }
113710
114296
  },
114297
+ "DescribeReplicationConfigurations": {
114298
+ "http": {
114299
+ "method": "GET",
114300
+ "requestUri": "/2015-02-01/file-systems/replication-configurations",
114301
+ "responseCode": 200
114302
+ },
114303
+ "input": {
114304
+ "type": "structure",
114305
+ "members": {
114306
+ "FileSystemId": {
114307
+ "location": "querystring",
114308
+ "locationName": "FileSystemId"
114309
+ },
114310
+ "NextToken": {
114311
+ "location": "querystring",
114312
+ "locationName": "NextToken"
114313
+ },
114314
+ "MaxResults": {
114315
+ "location": "querystring",
114316
+ "locationName": "MaxResults",
114317
+ "type": "integer"
114318
+ }
114319
+ }
114320
+ },
114321
+ "output": {
114322
+ "type": "structure",
114323
+ "members": {
114324
+ "Replications": {
114325
+ "type": "list",
114326
+ "member": {
114327
+ "shape": "S1i"
114328
+ }
114329
+ },
114330
+ "NextToken": {}
114331
+ }
114332
+ }
114333
+ },
113711
114334
  "DescribeTags": {
113712
114335
  "http": {
113713
114336
  "method": "GET",
@@ -113829,7 +114452,7 @@ module.exports={
113829
114452
  "type": "structure",
113830
114453
  "members": {
113831
114454
  "ResourceIdPreference": {
113832
- "shape": "S1s"
114455
+ "shape": "S21"
113833
114456
  }
113834
114457
  }
113835
114458
  }
@@ -113852,12 +114475,12 @@ module.exports={
113852
114475
  "locationName": "FileSystemId"
113853
114476
  },
113854
114477
  "BackupPolicy": {
113855
- "shape": "S1y"
114478
+ "shape": "S27"
113856
114479
  }
113857
114480
  }
113858
114481
  },
113859
114482
  "output": {
113860
- "shape": "S1x"
114483
+ "shape": "S26"
113861
114484
  }
113862
114485
  },
113863
114486
  "PutFileSystemPolicy": {
@@ -113884,7 +114507,7 @@ module.exports={
113884
114507
  }
113885
114508
  },
113886
114509
  "output": {
113887
- "shape": "S21"
114510
+ "shape": "S2a"
113888
114511
  }
113889
114512
  },
113890
114513
  "PutLifecycleConfiguration": {
@@ -113905,12 +114528,12 @@ module.exports={
113905
114528
  "locationName": "FileSystemId"
113906
114529
  },
113907
114530
  "LifecyclePolicies": {
113908
- "shape": "S2a"
114531
+ "shape": "S2j"
113909
114532
  }
113910
114533
  }
113911
114534
  },
113912
114535
  "output": {
113913
- "shape": "S29"
114536
+ "shape": "S2i"
113914
114537
  }
113915
114538
  },
113916
114539
  "TagResource": {
@@ -113953,7 +114576,7 @@ module.exports={
113953
114576
  "locationName": "ResourceId"
113954
114577
  },
113955
114578
  "TagKeys": {
113956
- "shape": "S1k",
114579
+ "shape": "S1t",
113957
114580
  "location": "querystring",
113958
114581
  "locationName": "tagKeys"
113959
114582
  }
@@ -114154,11 +114777,50 @@ module.exports={
114154
114777
  "VpcId": {}
114155
114778
  }
114156
114779
  },
114157
- "S1k": {
114780
+ "S1i": {
114781
+ "type": "structure",
114782
+ "required": [
114783
+ "SourceFileSystemId",
114784
+ "SourceFileSystemRegion",
114785
+ "SourceFileSystemArn",
114786
+ "OriginalSourceFileSystemArn",
114787
+ "CreationTime",
114788
+ "Destinations"
114789
+ ],
114790
+ "members": {
114791
+ "SourceFileSystemId": {},
114792
+ "SourceFileSystemRegion": {},
114793
+ "SourceFileSystemArn": {},
114794
+ "OriginalSourceFileSystemArn": {},
114795
+ "CreationTime": {
114796
+ "type": "timestamp"
114797
+ },
114798
+ "Destinations": {
114799
+ "type": "list",
114800
+ "member": {
114801
+ "type": "structure",
114802
+ "required": [
114803
+ "Status",
114804
+ "FileSystemId",
114805
+ "Region"
114806
+ ],
114807
+ "members": {
114808
+ "Status": {},
114809
+ "FileSystemId": {},
114810
+ "Region": {},
114811
+ "LastReplicatedTimestamp": {
114812
+ "type": "timestamp"
114813
+ }
114814
+ }
114815
+ }
114816
+ }
114817
+ }
114818
+ },
114819
+ "S1t": {
114158
114820
  "type": "list",
114159
114821
  "member": {}
114160
114822
  },
114161
- "S1s": {
114823
+ "S21": {
114162
114824
  "type": "structure",
114163
114825
  "members": {
114164
114826
  "ResourceIdType": {},
@@ -114168,15 +114830,15 @@ module.exports={
114168
114830
  }
114169
114831
  }
114170
114832
  },
114171
- "S1x": {
114833
+ "S26": {
114172
114834
  "type": "structure",
114173
114835
  "members": {
114174
114836
  "BackupPolicy": {
114175
- "shape": "S1y"
114837
+ "shape": "S27"
114176
114838
  }
114177
114839
  }
114178
114840
  },
114179
- "S1y": {
114841
+ "S27": {
114180
114842
  "type": "structure",
114181
114843
  "required": [
114182
114844
  "Status"
@@ -114185,22 +114847,22 @@ module.exports={
114185
114847
  "Status": {}
114186
114848
  }
114187
114849
  },
114188
- "S21": {
114850
+ "S2a": {
114189
114851
  "type": "structure",
114190
114852
  "members": {
114191
114853
  "FileSystemId": {},
114192
114854
  "Policy": {}
114193
114855
  }
114194
114856
  },
114195
- "S29": {
114857
+ "S2i": {
114196
114858
  "type": "structure",
114197
114859
  "members": {
114198
114860
  "LifecyclePolicies": {
114199
- "shape": "S2a"
114861
+ "shape": "S2j"
114200
114862
  }
114201
114863
  }
114202
114864
  },
114203
- "S2a": {
114865
+ "S2j": {
114204
114866
  "type": "list",
114205
114867
  "member": {
114206
114868
  "type": "structure",
@@ -172860,6 +173522,9 @@ module.exports={
172860
173522
  "members": {
172861
173523
  "itemExplorationConfig": {
172862
173524
  "shape": "Sc"
173525
+ },
173526
+ "minRecommendationRequestsPerSecond": {
173527
+ "type": "integer"
172863
173528
  }
172864
173529
  }
172865
173530
  },
@@ -209198,7 +209863,7 @@ module.exports={
209198
209863
  "shape": "Se"
209199
209864
  },
209200
209865
  "VersionIdsToStages": {
209201
- "shape": "S17"
209866
+ "shape": "S19"
209202
209867
  },
209203
209868
  "OwningService": {},
209204
209869
  "CreatedDate": {
@@ -209293,7 +209958,7 @@ module.exports={
209293
209958
  "shape": "Sd"
209294
209959
  },
209295
209960
  "VersionStages": {
209296
- "shape": "S18"
209961
+ "shape": "S1a"
209297
209962
  },
209298
209963
  "CreatedDate": {
209299
209964
  "type": "timestamp"
@@ -209328,7 +209993,7 @@ module.exports={
209328
209993
  "members": {
209329
209994
  "VersionId": {},
209330
209995
  "VersionStages": {
209331
- "shape": "S18"
209996
+ "shape": "S1a"
209332
209997
  },
209333
209998
  "LastAccessedDate": {
209334
209999
  "type": "timestamp"
@@ -209408,7 +210073,7 @@ module.exports={
209408
210073
  "shape": "Se"
209409
210074
  },
209410
210075
  "SecretVersionsToStages": {
209411
- "shape": "S17"
210076
+ "shape": "S19"
209412
210077
  },
209413
210078
  "OwningService": {},
209414
210079
  "CreatedDate": {
@@ -209463,7 +210128,7 @@ module.exports={
209463
210128
  "shape": "Sd"
209464
210129
  },
209465
210130
  "VersionStages": {
209466
- "shape": "S18"
210131
+ "shape": "S1a"
209467
210132
  }
209468
210133
  }
209469
210134
  },
@@ -209474,7 +210139,7 @@ module.exports={
209474
210139
  "Name": {},
209475
210140
  "VersionId": {},
209476
210141
  "VersionStages": {
209477
- "shape": "S18"
210142
+ "shape": "S1a"
209478
210143
  }
209479
210144
  }
209480
210145
  }
@@ -209563,6 +210228,9 @@ module.exports={
209563
210228
  "RotationLambdaARN": {},
209564
210229
  "RotationRules": {
209565
210230
  "shape": "S12"
210231
+ },
210232
+ "RotateImmediately": {
210233
+ "type": "boolean"
209566
210234
  }
209567
210235
  }
209568
210236
  },
@@ -209755,17 +210423,19 @@ module.exports={
209755
210423
  "members": {
209756
210424
  "AutomaticallyAfterDays": {
209757
210425
  "type": "long"
209758
- }
210426
+ },
210427
+ "Duration": {},
210428
+ "ScheduleExpression": {}
209759
210429
  }
209760
210430
  },
209761
- "S17": {
210431
+ "S19": {
209762
210432
  "type": "map",
209763
210433
  "key": {},
209764
210434
  "value": {
209765
- "shape": "S18"
210435
+ "shape": "S1a"
209766
210436
  }
209767
210437
  },
209768
- "S18": {
210438
+ "S1a": {
209769
210439
  "type": "list",
209770
210440
  "member": {}
209771
210441
  }
@@ -235295,7 +235965,7 @@ AWS.util.update(AWS, {
235295
235965
  /**
235296
235966
  * @constant
235297
235967
  */
235298
- VERSION: '2.1060.0',
235968
+ VERSION: '2.1072.0',
235299
235969
 
235300
235970
  /**
235301
235971
  * @api private
@@ -240601,6 +241271,8 @@ AWS.ParamValidator = AWS.util.inherit({
240601
241271
  validateStructure: function validateStructure(shape, params, context) {
240602
241272
  this.validateType(params, context, ['object'], 'structure');
240603
241273
 
241274
+ if (shape.isDocument) return true;
241275
+
240604
241276
  var paramName;
240605
241277
  for (var i = 0; shape.required && i < shape.required.length; i++) {
240606
241278
  paramName = shape.required[i];
@@ -252341,6 +253013,18 @@ module.exports = Array.isArray || function (arr) {
252341
253013
  var TYPE_NULL = 7;
252342
253014
  var TYPE_ARRAY_NUMBER = 8;
252343
253015
  var TYPE_ARRAY_STRING = 9;
253016
+ var TYPE_NAME_TABLE = {
253017
+ 0: 'number',
253018
+ 1: 'any',
253019
+ 2: 'string',
253020
+ 3: 'array',
253021
+ 4: 'object',
253022
+ 5: 'boolean',
253023
+ 6: 'expression',
253024
+ 7: 'null',
253025
+ 8: 'Array<number>',
253026
+ 9: 'Array<string>'
253027
+ };
252344
253028
 
252345
253029
  var TOK_EOF = "EOF";
252346
253030
  var TOK_UNQUOTEDIDENTIFIER = "UnquotedIdentifier";
@@ -252752,10 +253436,8 @@ module.exports = Array.isArray || function (arr) {
252752
253436
  var node = {type: "Field", name: token.value};
252753
253437
  if (this._lookahead(0) === TOK_LPAREN) {
252754
253438
  throw new Error("Quoted identifier not allowed for function names.");
252755
- } else {
252756
- return node;
252757
253439
  }
252758
- break;
253440
+ return node;
252759
253441
  case TOK_NOT:
252760
253442
  right = this.expression(bindingPower.Not);
252761
253443
  return {type: "NotExpression", children: [right]};
@@ -252789,10 +253471,8 @@ module.exports = Array.isArray || function (arr) {
252789
253471
  right = this._parseProjectionRHS(bindingPower.Star);
252790
253472
  return {type: "Projection",
252791
253473
  children: [{type: "Identity"}, right]};
252792
- } else {
252793
- return this._parseMultiselectList();
252794
253474
  }
252795
- break;
253475
+ return this._parseMultiselectList();
252796
253476
  case TOK_CURRENT:
252797
253477
  return {type: TOK_CURRENT};
252798
253478
  case TOK_EXPREF:
@@ -252824,13 +253504,11 @@ module.exports = Array.isArray || function (arr) {
252824
253504
  if (this._lookahead(0) !== TOK_STAR) {
252825
253505
  right = this._parseDotRHS(rbp);
252826
253506
  return {type: "Subexpression", children: [left, right]};
252827
- } else {
252828
- // Creating a projection.
252829
- this._advance();
252830
- right = this._parseProjectionRHS(rbp);
252831
- return {type: "ValueProjection", children: [left, right]};
252832
253507
  }
252833
- break;
253508
+ // Creating a projection.
253509
+ this._advance();
253510
+ right = this._parseProjectionRHS(rbp);
253511
+ return {type: "ValueProjection", children: [left, right]};
252834
253512
  case TOK_PIPE:
252835
253513
  right = this.expression(bindingPower.Pipe);
252836
253514
  return {type: TOK_PIPE, children: [left, right]};
@@ -252884,13 +253562,11 @@ module.exports = Array.isArray || function (arr) {
252884
253562
  if (token.type === TOK_NUMBER || token.type === TOK_COLON) {
252885
253563
  right = this._parseIndexExpression();
252886
253564
  return this._projectIfSlice(left, right);
252887
- } else {
252888
- this._match(TOK_STAR);
252889
- this._match(TOK_RBRACKET);
252890
- right = this._parseProjectionRHS(bindingPower.Star);
252891
- return {type: "Projection", children: [left, right]};
252892
253565
  }
252893
- break;
253566
+ this._match(TOK_STAR);
253567
+ this._match(TOK_RBRACKET);
253568
+ right = this._parseProjectionRHS(bindingPower.Star);
253569
+ return {type: "Projection", children: [left, right]};
252894
253570
  default:
252895
253571
  this._errorToken(this._lookaheadToken(0));
252896
253572
  }
@@ -253067,19 +253743,15 @@ module.exports = Array.isArray || function (arr) {
253067
253743
  var matched, current, result, first, second, field, left, right, collected, i;
253068
253744
  switch (node.type) {
253069
253745
  case "Field":
253070
- if (value === null ) {
253071
- return null;
253072
- } else if (isObject(value)) {
253746
+ if (value !== null && isObject(value)) {
253073
253747
  field = value[node.name];
253074
253748
  if (field === undefined) {
253075
253749
  return null;
253076
253750
  } else {
253077
253751
  return field;
253078
253752
  }
253079
- } else {
253080
- return null;
253081
253753
  }
253082
- break;
253754
+ return null;
253083
253755
  case "Subexpression":
253084
253756
  result = this.visit(node.children[0], value);
253085
253757
  for (i = 1; i < node.children.length; i++) {
@@ -253450,11 +254122,16 @@ module.exports = Array.isArray || function (arr) {
253450
254122
  }
253451
254123
  }
253452
254124
  if (!typeMatched) {
254125
+ var expected = currentSpec
254126
+ .map(function(typeIdentifier) {
254127
+ return TYPE_NAME_TABLE[typeIdentifier];
254128
+ })
254129
+ .join(',');
253453
254130
  throw new Error("TypeError: " + name + "() " +
253454
254131
  "expected argument " + (i + 1) +
253455
- " to be type " + currentSpec +
253456
- " but received type " + actualType +
253457
- " instead.");
254132
+ " to be type " + expected +
254133
+ " but received type " +
254134
+ TYPE_NAME_TABLE[actualType] + " instead.");
253458
254135
  }
253459
254136
  }
253460
254137
  },
@@ -256722,7 +257399,7 @@ var LRUCache = /** @class */ (function () {
256722
257399
  }());
256723
257400
  exports.LRUCache = LRUCache;
256724
257401
  },{}],452:[function(require,module,exports){
256725
- // AWS SDK for JavaScript v2.1060.0
257402
+ // AWS SDK for JavaScript v2.1072.0
256726
257403
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
256727
257404
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
256728
257405
  require('./browser_loader');