cdk-lambda-subminute 2.0.249 → 2.0.250

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 (35) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +83 -0
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +241 -32
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +31 -1
  8. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +50 -49
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +298 -238
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  11. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +81 -60
  12. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  13. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +141 -36
  14. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  16. package/node_modules/aws-sdk/clients/appintegrations.d.ts +255 -1
  17. package/node_modules/aws-sdk/clients/apprunner.d.ts +6 -1
  18. package/node_modules/aws-sdk/clients/codedeploy.d.ts +34 -34
  19. package/node_modules/aws-sdk/clients/connect.d.ts +64 -6
  20. package/node_modules/aws-sdk/clients/dynamodb.d.ts +40 -2
  21. package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
  22. package/node_modules/aws-sdk/clients/lakeformation.d.ts +95 -1
  23. package/node_modules/aws-sdk/clients/pinpoint.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +395 -301
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +38 -0
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  33. package/node_modules/xml2js/node_modules/sax/lib/sax.js +13 -4
  34. package/node_modules/xml2js/node_modules/sax/package.json +8 -4
  35. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1464.0
1
+ // AWS SDK for JavaScript v2.1465.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){
@@ -65581,6 +65581,9 @@ module.exports={
65581
65581
  },
65582
65582
  "TagRestrictedResources": {
65583
65583
  "shape": "S6e"
65584
+ },
65585
+ "Applications": {
65586
+ "shape": "S6g"
65584
65587
  }
65585
65588
  }
65586
65589
  },
@@ -65613,14 +65616,14 @@ module.exports={
65613
65616
  "Description": {},
65614
65617
  "ContactFlowId": {},
65615
65618
  "Constraints": {
65616
- "shape": "S6l"
65619
+ "shape": "S6q"
65617
65620
  },
65618
65621
  "Defaults": {
65619
- "shape": "S6u"
65622
+ "shape": "S6z"
65620
65623
  },
65621
65624
  "Status": {},
65622
65625
  "Fields": {
65623
- "shape": "S6z"
65626
+ "shape": "S74"
65624
65627
  },
65625
65628
  "ClientToken": {
65626
65629
  "idempotencyToken": true
@@ -65723,14 +65726,14 @@ module.exports={
65723
65726
  "Username": {},
65724
65727
  "Password": {},
65725
65728
  "IdentityInfo": {
65726
- "shape": "S7m"
65729
+ "shape": "S7r"
65727
65730
  },
65728
65731
  "PhoneConfig": {
65729
- "shape": "S7q"
65732
+ "shape": "S7v"
65730
65733
  },
65731
65734
  "DirectoryUserId": {},
65732
65735
  "SecurityProfileIds": {
65733
- "shape": "S7v"
65736
+ "shape": "S80"
65734
65737
  },
65735
65738
  "RoutingProfileId": {},
65736
65739
  "HierarchyGroupId": {},
@@ -65803,11 +65806,11 @@ module.exports={
65803
65806
  "ClientToken": {},
65804
65807
  "Status": {},
65805
65808
  "Content": {
65806
- "shape": "S85"
65809
+ "shape": "S8a"
65807
65810
  },
65808
65811
  "Description": {},
65809
65812
  "Name": {
65810
- "shape": "S8a"
65813
+ "shape": "S8f"
65811
65814
  },
65812
65815
  "Tags": {
65813
65816
  "shape": "S1r"
@@ -65818,7 +65821,7 @@ module.exports={
65818
65821
  "type": "structure",
65819
65822
  "members": {
65820
65823
  "View": {
65821
- "shape": "S8c"
65824
+ "shape": "S8h"
65822
65825
  }
65823
65826
  }
65824
65827
  },
@@ -65852,7 +65855,7 @@ module.exports={
65852
65855
  "type": "structure",
65853
65856
  "members": {
65854
65857
  "View": {
65855
- "shape": "S8c"
65858
+ "shape": "S8h"
65856
65859
  }
65857
65860
  }
65858
65861
  },
@@ -66646,7 +66649,7 @@ module.exports={
66646
66649
  "EvaluatorArn": {},
66647
66650
  "ContactAgentId": {},
66648
66651
  "Score": {
66649
- "shape": "Sa4"
66652
+ "shape": "Sa9"
66650
66653
  }
66651
66654
  }
66652
66655
  },
@@ -66657,23 +66660,23 @@ module.exports={
66657
66660
  "type": "structure",
66658
66661
  "members": {
66659
66662
  "Value": {
66660
- "shape": "Sa8"
66663
+ "shape": "Sad"
66661
66664
  },
66662
66665
  "SystemSuggestedValue": {
66663
- "shape": "Sa8"
66666
+ "shape": "Sad"
66664
66667
  }
66665
66668
  }
66666
66669
  }
66667
66670
  },
66668
66671
  "Notes": {
66669
- "shape": "Sab"
66672
+ "shape": "Sag"
66670
66673
  },
66671
66674
  "Status": {},
66672
66675
  "Scores": {
66673
66676
  "type": "map",
66674
66677
  "key": {},
66675
66678
  "value": {
66676
- "shape": "Sa4"
66679
+ "shape": "Sa9"
66677
66680
  }
66678
66681
  },
66679
66682
  "CreatedTime": {
@@ -66909,7 +66912,7 @@ module.exports={
66909
66912
  "type": "structure",
66910
66913
  "members": {
66911
66914
  "HoursOfOperation": {
66912
- "shape": "Sax"
66915
+ "shape": "Sb2"
66913
66916
  }
66914
66917
  }
66915
66918
  }
@@ -66992,7 +66995,7 @@ module.exports={
66992
66995
  "type": "structure",
66993
66996
  "members": {
66994
66997
  "Attribute": {
66995
- "shape": "Sb7"
66998
+ "shape": "Sbc"
66996
66999
  }
66997
67000
  }
66998
67001
  }
@@ -67104,7 +67107,7 @@ module.exports={
67104
67107
  "type": "structure",
67105
67108
  "members": {
67106
67109
  "Prompt": {
67107
- "shape": "Sbl"
67110
+ "shape": "Sbq"
67108
67111
  }
67109
67112
  }
67110
67113
  }
@@ -67135,7 +67138,7 @@ module.exports={
67135
67138
  "type": "structure",
67136
67139
  "members": {
67137
67140
  "Queue": {
67138
- "shape": "Sbo"
67141
+ "shape": "Sbt"
67139
67142
  }
67140
67143
  }
67141
67144
  }
@@ -67166,7 +67169,7 @@ module.exports={
67166
67169
  "type": "structure",
67167
67170
  "members": {
67168
67171
  "QuickConnect": {
67169
- "shape": "Sbs"
67172
+ "shape": "Sbx"
67170
67173
  }
67171
67174
  }
67172
67175
  }
@@ -67197,7 +67200,7 @@ module.exports={
67197
67200
  "type": "structure",
67198
67201
  "members": {
67199
67202
  "RoutingProfile": {
67200
- "shape": "Sbv"
67203
+ "shape": "Sc0"
67201
67204
  }
67202
67205
  }
67203
67206
  }
@@ -67390,14 +67393,14 @@ module.exports={
67390
67393
  "Arn": {},
67391
67394
  "Username": {},
67392
67395
  "IdentityInfo": {
67393
- "shape": "S7m"
67396
+ "shape": "S7r"
67394
67397
  },
67395
67398
  "PhoneConfig": {
67396
- "shape": "S7q"
67399
+ "shape": "S7v"
67397
67400
  },
67398
67401
  "DirectoryUserId": {},
67399
67402
  "SecurityProfileIds": {
67400
- "shape": "S7v"
67403
+ "shape": "S80"
67401
67404
  },
67402
67405
  "RoutingProfileId": {},
67403
67406
  "HierarchyGroupId": {},
@@ -67445,19 +67448,19 @@ module.exports={
67445
67448
  "type": "structure",
67446
67449
  "members": {
67447
67450
  "LevelOne": {
67448
- "shape": "Sch"
67451
+ "shape": "Scm"
67449
67452
  },
67450
67453
  "LevelTwo": {
67451
- "shape": "Sch"
67454
+ "shape": "Scm"
67452
67455
  },
67453
67456
  "LevelThree": {
67454
- "shape": "Sch"
67457
+ "shape": "Scm"
67455
67458
  },
67456
67459
  "LevelFour": {
67457
- "shape": "Sch"
67460
+ "shape": "Scm"
67458
67461
  },
67459
67462
  "LevelFive": {
67460
- "shape": "Sch"
67463
+ "shape": "Scm"
67461
67464
  }
67462
67465
  }
67463
67466
  },
@@ -67493,19 +67496,19 @@ module.exports={
67493
67496
  "type": "structure",
67494
67497
  "members": {
67495
67498
  "LevelOne": {
67496
- "shape": "Scl"
67499
+ "shape": "Scq"
67497
67500
  },
67498
67501
  "LevelTwo": {
67499
- "shape": "Scl"
67502
+ "shape": "Scq"
67500
67503
  },
67501
67504
  "LevelThree": {
67502
- "shape": "Scl"
67505
+ "shape": "Scq"
67503
67506
  },
67504
67507
  "LevelFour": {
67505
- "shape": "Scl"
67508
+ "shape": "Scq"
67506
67509
  },
67507
67510
  "LevelFive": {
67508
- "shape": "Scl"
67511
+ "shape": "Scq"
67509
67512
  }
67510
67513
  }
67511
67514
  }
@@ -67538,7 +67541,7 @@ module.exports={
67538
67541
  "type": "structure",
67539
67542
  "members": {
67540
67543
  "View": {
67541
- "shape": "S8c"
67544
+ "shape": "S8h"
67542
67545
  }
67543
67546
  }
67544
67547
  }
@@ -67913,7 +67916,7 @@ module.exports={
67913
67916
  "type": "structure",
67914
67917
  "members": {
67915
67918
  "Attributes": {
67916
- "shape": "Sda"
67919
+ "shape": "Sdf"
67917
67920
  }
67918
67921
  }
67919
67922
  }
@@ -67935,15 +67938,15 @@ module.exports={
67935
67938
  "locationName": "InstanceId"
67936
67939
  },
67937
67940
  "Filters": {
67938
- "shape": "Sde"
67941
+ "shape": "Sdj"
67939
67942
  },
67940
67943
  "Groupings": {
67941
- "shape": "Sdi"
67944
+ "shape": "Sdn"
67942
67945
  },
67943
67946
  "CurrentMetrics": {
67944
67947
  "type": "list",
67945
67948
  "member": {
67946
- "shape": "Sdl"
67949
+ "shape": "Sdq"
67947
67950
  }
67948
67951
  },
67949
67952
  "NextToken": {},
@@ -67972,7 +67975,7 @@ module.exports={
67972
67975
  "type": "structure",
67973
67976
  "members": {
67974
67977
  "Dimensions": {
67975
- "shape": "Sdw"
67978
+ "shape": "Se1"
67976
67979
  },
67977
67980
  "Collections": {
67978
67981
  "type": "list",
@@ -67980,7 +67983,7 @@ module.exports={
67980
67983
  "type": "structure",
67981
67984
  "members": {
67982
67985
  "Metric": {
67983
- "shape": "Sdl"
67986
+ "shape": "Sdq"
67984
67987
  },
67985
67988
  "Value": {
67986
67989
  "type": "double"
@@ -68019,7 +68022,7 @@ module.exports={
68019
68022
  "type": "structure",
68020
68023
  "members": {
68021
68024
  "Queues": {
68022
- "shape": "Sdf"
68025
+ "shape": "Sdk"
68023
68026
  },
68024
68027
  "ContactFilter": {
68025
68028
  "type": "structure",
@@ -68031,7 +68034,7 @@ module.exports={
68031
68034
  }
68032
68035
  },
68033
68036
  "RoutingProfiles": {
68034
- "shape": "Sdh"
68037
+ "shape": "Sdm"
68035
68038
  },
68036
68039
  "Agents": {
68037
68040
  "type": "list",
@@ -68066,25 +68069,25 @@ module.exports={
68066
68069
  }
68067
68070
  },
68068
68071
  "RoutingProfile": {
68069
- "shape": "Sdy"
68072
+ "shape": "Se3"
68070
68073
  },
68071
68074
  "HierarchyPath": {
68072
68075
  "type": "structure",
68073
68076
  "members": {
68074
68077
  "LevelOne": {
68075
- "shape": "Sef"
68078
+ "shape": "Sek"
68076
68079
  },
68077
68080
  "LevelTwo": {
68078
- "shape": "Sef"
68081
+ "shape": "Sek"
68079
68082
  },
68080
68083
  "LevelThree": {
68081
- "shape": "Sef"
68084
+ "shape": "Sek"
68082
68085
  },
68083
68086
  "LevelFour": {
68084
- "shape": "Sef"
68087
+ "shape": "Sek"
68085
68088
  },
68086
68089
  "LevelFive": {
68087
- "shape": "Sef"
68090
+ "shape": "Sek"
68088
68091
  }
68089
68092
  }
68090
68093
  },
@@ -68099,13 +68102,13 @@ module.exports={
68099
68102
  }
68100
68103
  },
68101
68104
  "AvailableSlotsByChannel": {
68102
- "shape": "Seh"
68105
+ "shape": "Sem"
68103
68106
  },
68104
68107
  "MaxSlotsByChannel": {
68105
- "shape": "Seh"
68108
+ "shape": "Sem"
68106
68109
  },
68107
68110
  "ActiveSlotsByChannel": {
68108
- "shape": "Seh"
68111
+ "shape": "Sem"
68109
68112
  },
68110
68113
  "Contacts": {
68111
68114
  "type": "list",
@@ -68123,7 +68126,7 @@ module.exports={
68123
68126
  "type": "timestamp"
68124
68127
  },
68125
68128
  "Queue": {
68126
- "shape": "Sdx"
68129
+ "shape": "Se2"
68127
68130
  }
68128
68131
  }
68129
68132
  }
@@ -68162,13 +68165,13 @@ module.exports={
68162
68165
  "type": "structure",
68163
68166
  "members": {
68164
68167
  "AccessToken": {
68165
- "shape": "Seo"
68168
+ "shape": "Set"
68166
68169
  },
68167
68170
  "AccessTokenExpiration": {
68168
68171
  "type": "timestamp"
68169
68172
  },
68170
68173
  "RefreshToken": {
68171
- "shape": "Seo"
68174
+ "shape": "Set"
68172
68175
  },
68173
68176
  "RefreshTokenExpiration": {
68174
68177
  "type": "timestamp"
@@ -68206,15 +68209,15 @@ module.exports={
68206
68209
  "type": "timestamp"
68207
68210
  },
68208
68211
  "Filters": {
68209
- "shape": "Sde"
68212
+ "shape": "Sdj"
68210
68213
  },
68211
68214
  "Groupings": {
68212
- "shape": "Sdi"
68215
+ "shape": "Sdn"
68213
68216
  },
68214
68217
  "HistoricalMetrics": {
68215
68218
  "type": "list",
68216
68219
  "member": {
68217
- "shape": "Ser"
68220
+ "shape": "Sew"
68218
68221
  }
68219
68222
  },
68220
68223
  "NextToken": {},
@@ -68233,7 +68236,7 @@ module.exports={
68233
68236
  "type": "structure",
68234
68237
  "members": {
68235
68238
  "Dimensions": {
68236
- "shape": "Sdw"
68239
+ "shape": "Se1"
68237
68240
  },
68238
68241
  "Collections": {
68239
68242
  "type": "list",
@@ -68241,7 +68244,7 @@ module.exports={
68241
68244
  "type": "structure",
68242
68245
  "members": {
68243
68246
  "Metric": {
68244
- "shape": "Ser"
68247
+ "shape": "Sew"
68245
68248
  },
68246
68249
  "Value": {
68247
68250
  "type": "double"
@@ -68296,7 +68299,7 @@ module.exports={
68296
68299
  "Metrics": {
68297
68300
  "type": "list",
68298
68301
  "member": {
68299
- "shape": "Sfa"
68302
+ "shape": "Sff"
68300
68303
  }
68301
68304
  },
68302
68305
  "NextToken": {},
@@ -68325,7 +68328,7 @@ module.exports={
68325
68328
  "type": "structure",
68326
68329
  "members": {
68327
68330
  "Metric": {
68328
- "shape": "Sfa"
68331
+ "shape": "Sff"
68329
68332
  },
68330
68333
  "Value": {
68331
68334
  "type": "double"
@@ -68409,13 +68412,13 @@ module.exports={
68409
68412
  "Description": {},
68410
68413
  "ContactFlowId": {},
68411
68414
  "Constraints": {
68412
- "shape": "S6l"
68415
+ "shape": "S6q"
68413
68416
  },
68414
68417
  "Defaults": {
68415
- "shape": "S6u"
68418
+ "shape": "S6z"
68416
68419
  },
68417
68420
  "Fields": {
68418
- "shape": "S6z"
68421
+ "shape": "S74"
68419
68422
  },
68420
68423
  "Status": {},
68421
68424
  "LastModifiedTime": {
@@ -68451,15 +68454,15 @@ module.exports={
68451
68454
  "type": "structure",
68452
68455
  "members": {
68453
68456
  "TelephonyConfig": {
68454
- "shape": "Sfy"
68457
+ "shape": "Sg3"
68455
68458
  },
68456
68459
  "Id": {},
68457
68460
  "Arn": {},
68458
68461
  "SignInConfig": {
68459
- "shape": "Sg3"
68462
+ "shape": "Sg8"
68460
68463
  },
68461
68464
  "AgentConfig": {
68462
- "shape": "Sg6"
68465
+ "shape": "Sgb"
68463
68466
  }
68464
68467
  }
68465
68468
  }
@@ -68658,7 +68661,7 @@ module.exports={
68658
68661
  "Status": {},
68659
68662
  "EvaluatorArn": {},
68660
68663
  "Score": {
68661
- "shape": "Sa4"
68664
+ "shape": "Sa9"
68662
68665
  },
68663
68666
  "CreatedTime": {
68664
68667
  "type": "timestamp"
@@ -69143,7 +69146,7 @@ module.exports={
69143
69146
  "Attributes": {
69144
69147
  "type": "list",
69145
69148
  "member": {
69146
- "shape": "Sb7"
69149
+ "shape": "Sbc"
69147
69150
  }
69148
69151
  },
69149
69152
  "NextToken": {}
@@ -69391,12 +69394,12 @@ module.exports={
69391
69394
  "locationName": "InstanceId"
69392
69395
  },
69393
69396
  "PhoneNumberTypes": {
69394
- "shape": "Sig",
69397
+ "shape": "Sil",
69395
69398
  "location": "querystring",
69396
69399
  "locationName": "phoneNumberTypes"
69397
69400
  },
69398
69401
  "PhoneNumberCountryCodes": {
69399
- "shape": "Sih",
69402
+ "shape": "Sim",
69400
69403
  "location": "querystring",
69401
69404
  "locationName": "phoneNumberCountryCodes"
69402
69405
  },
@@ -69444,10 +69447,10 @@ module.exports={
69444
69447
  },
69445
69448
  "NextToken": {},
69446
69449
  "PhoneNumberCountryCodes": {
69447
- "shape": "Sih"
69450
+ "shape": "Sim"
69448
69451
  },
69449
69452
  "PhoneNumberTypes": {
69450
- "shape": "Sig"
69453
+ "shape": "Sil"
69451
69454
  },
69452
69455
  "PhoneNumberPrefix": {}
69453
69456
  }
@@ -69553,7 +69556,7 @@ module.exports={
69553
69556
  "members": {
69554
69557
  "NextToken": {},
69555
69558
  "QuickConnectSummaryList": {
69556
- "shape": "Siy"
69559
+ "shape": "Sj3"
69557
69560
  }
69558
69561
  }
69559
69562
  }
@@ -69645,7 +69648,7 @@ module.exports={
69645
69648
  "type": "structure",
69646
69649
  "members": {
69647
69650
  "QuickConnectSummaryList": {
69648
- "shape": "Siy"
69651
+ "shape": "Sj3"
69649
69652
  },
69650
69653
  "NextToken": {}
69651
69654
  }
@@ -69890,6 +69893,47 @@ module.exports={
69890
69893
  }
69891
69894
  }
69892
69895
  },
69896
+ "ListSecurityProfileApplications": {
69897
+ "http": {
69898
+ "method": "GET",
69899
+ "requestUri": "/security-profiles-applications/{InstanceId}/{SecurityProfileId}"
69900
+ },
69901
+ "input": {
69902
+ "type": "structure",
69903
+ "required": [
69904
+ "SecurityProfileId",
69905
+ "InstanceId"
69906
+ ],
69907
+ "members": {
69908
+ "SecurityProfileId": {
69909
+ "location": "uri",
69910
+ "locationName": "SecurityProfileId"
69911
+ },
69912
+ "InstanceId": {
69913
+ "location": "uri",
69914
+ "locationName": "InstanceId"
69915
+ },
69916
+ "NextToken": {
69917
+ "location": "querystring",
69918
+ "locationName": "nextToken"
69919
+ },
69920
+ "MaxResults": {
69921
+ "location": "querystring",
69922
+ "locationName": "maxResults",
69923
+ "type": "integer"
69924
+ }
69925
+ }
69926
+ },
69927
+ "output": {
69928
+ "type": "structure",
69929
+ "members": {
69930
+ "Applications": {
69931
+ "shape": "S6g"
69932
+ },
69933
+ "NextToken": {}
69934
+ }
69935
+ }
69936
+ },
69893
69937
  "ListSecurityProfilePermissions": {
69894
69938
  "http": {
69895
69939
  "method": "GET",
@@ -70230,7 +70274,7 @@ module.exports={
70230
70274
  "UserHierarchyGroupSummaryList": {
70231
70275
  "type": "list",
70232
70276
  "member": {
70233
- "shape": "Sch"
70277
+ "shape": "Scm"
70234
70278
  }
70235
70279
  },
70236
70280
  "NextToken": {}
@@ -70324,7 +70368,7 @@ module.exports={
70324
70368
  "Arn": {},
70325
70369
  "Description": {},
70326
70370
  "Name": {
70327
- "shape": "S8a"
70371
+ "shape": "S8f"
70328
70372
  },
70329
70373
  "Type": {},
70330
70374
  "Version": {
@@ -70379,7 +70423,7 @@ module.exports={
70379
70423
  "Id": {},
70380
70424
  "Arn": {},
70381
70425
  "Name": {
70382
- "shape": "S8a"
70426
+ "shape": "S8f"
70383
70427
  },
70384
70428
  "Type": {},
70385
70429
  "Status": {},
@@ -70589,12 +70633,12 @@ module.exports={
70589
70633
  "type": "structure",
70590
70634
  "members": {
70591
70635
  "TagFilter": {
70592
- "shape": "Slg"
70636
+ "shape": "Sln"
70593
70637
  }
70594
70638
  }
70595
70639
  },
70596
70640
  "SearchCriteria": {
70597
- "shape": "Slk"
70641
+ "shape": "Slr"
70598
70642
  }
70599
70643
  }
70600
70644
  },
@@ -70604,7 +70648,7 @@ module.exports={
70604
70648
  "HoursOfOperations": {
70605
70649
  "type": "list",
70606
70650
  "member": {
70607
- "shape": "Sax"
70651
+ "shape": "Sb2"
70608
70652
  }
70609
70653
  },
70610
70654
  "NextToken": {},
@@ -70633,12 +70677,12 @@ module.exports={
70633
70677
  "type": "structure",
70634
70678
  "members": {
70635
70679
  "TagFilter": {
70636
- "shape": "Slg"
70680
+ "shape": "Sln"
70637
70681
  }
70638
70682
  }
70639
70683
  },
70640
70684
  "SearchCriteria": {
70641
- "shape": "Sls"
70685
+ "shape": "Slz"
70642
70686
  }
70643
70687
  }
70644
70688
  },
@@ -70648,7 +70692,7 @@ module.exports={
70648
70692
  "Prompts": {
70649
70693
  "type": "list",
70650
70694
  "member": {
70651
- "shape": "Sbl"
70695
+ "shape": "Sbq"
70652
70696
  }
70653
70697
  },
70654
70698
  "NextToken": {},
@@ -70677,12 +70721,12 @@ module.exports={
70677
70721
  "type": "structure",
70678
70722
  "members": {
70679
70723
  "TagFilter": {
70680
- "shape": "Slg"
70724
+ "shape": "Sln"
70681
70725
  }
70682
70726
  }
70683
70727
  },
70684
70728
  "SearchCriteria": {
70685
- "shape": "Sly"
70729
+ "shape": "Sm5"
70686
70730
  }
70687
70731
  }
70688
70732
  },
@@ -70692,7 +70736,7 @@ module.exports={
70692
70736
  "Queues": {
70693
70737
  "type": "list",
70694
70738
  "member": {
70695
- "shape": "Sbo"
70739
+ "shape": "Sbt"
70696
70740
  }
70697
70741
  },
70698
70742
  "NextToken": {},
@@ -70721,12 +70765,12 @@ module.exports={
70721
70765
  "type": "structure",
70722
70766
  "members": {
70723
70767
  "TagFilter": {
70724
- "shape": "Slg"
70768
+ "shape": "Sln"
70725
70769
  }
70726
70770
  }
70727
70771
  },
70728
70772
  "SearchCriteria": {
70729
- "shape": "Sm5"
70773
+ "shape": "Smc"
70730
70774
  }
70731
70775
  }
70732
70776
  },
@@ -70736,7 +70780,7 @@ module.exports={
70736
70780
  "QuickConnects": {
70737
70781
  "type": "list",
70738
70782
  "member": {
70739
- "shape": "Sbs"
70783
+ "shape": "Sbx"
70740
70784
  }
70741
70785
  },
70742
70786
  "NextToken": {},
@@ -70817,12 +70861,12 @@ module.exports={
70817
70861
  "type": "structure",
70818
70862
  "members": {
70819
70863
  "TagFilter": {
70820
- "shape": "Slg"
70864
+ "shape": "Sln"
70821
70865
  }
70822
70866
  }
70823
70867
  },
70824
70868
  "SearchCriteria": {
70825
- "shape": "Smk"
70869
+ "shape": "Smr"
70826
70870
  }
70827
70871
  }
70828
70872
  },
@@ -70832,7 +70876,7 @@ module.exports={
70832
70876
  "RoutingProfiles": {
70833
70877
  "type": "list",
70834
70878
  "member": {
70835
- "shape": "Sbv"
70879
+ "shape": "Sc0"
70836
70880
  }
70837
70881
  },
70838
70882
  "NextToken": {},
@@ -70858,13 +70902,13 @@ module.exports={
70858
70902
  "type": "integer"
70859
70903
  },
70860
70904
  "SearchCriteria": {
70861
- "shape": "Smp"
70905
+ "shape": "Smw"
70862
70906
  },
70863
70907
  "SearchFilter": {
70864
70908
  "type": "structure",
70865
70909
  "members": {
70866
70910
  "TagFilter": {
70867
- "shape": "Slg"
70911
+ "shape": "Sln"
70868
70912
  }
70869
70913
  }
70870
70914
  }
@@ -70912,12 +70956,12 @@ module.exports={
70912
70956
  "type": "structure",
70913
70957
  "members": {
70914
70958
  "TagFilter": {
70915
- "shape": "Slg"
70959
+ "shape": "Sln"
70916
70960
  }
70917
70961
  }
70918
70962
  },
70919
70963
  "SearchCriteria": {
70920
- "shape": "Smx"
70964
+ "shape": "Sn4"
70921
70965
  }
70922
70966
  }
70923
70967
  },
@@ -70941,11 +70985,11 @@ module.exports={
70941
70985
  }
70942
70986
  },
70943
70987
  "PhoneConfig": {
70944
- "shape": "S7q"
70988
+ "shape": "S7v"
70945
70989
  },
70946
70990
  "RoutingProfileId": {},
70947
70991
  "SecurityProfileIds": {
70948
- "shape": "S7v"
70992
+ "shape": "S80"
70949
70993
  },
70950
70994
  "Tags": {
70951
70995
  "shape": "S1r"
@@ -71032,7 +71076,7 @@ module.exports={
71032
71076
  "InstanceId": {},
71033
71077
  "ContactFlowId": {},
71034
71078
  "Attributes": {
71035
- "shape": "Sda"
71079
+ "shape": "Sdf"
71036
71080
  },
71037
71081
  "ParticipantDetails": {
71038
71082
  "type": "structure",
@@ -71211,7 +71255,7 @@ module.exports={
71211
71255
  "SourcePhoneNumber": {},
71212
71256
  "QueueId": {},
71213
71257
  "Attributes": {
71214
- "shape": "Sda"
71258
+ "shape": "Sdf"
71215
71259
  },
71216
71260
  "AnswerMachineDetectionConfig": {
71217
71261
  "type": "structure",
@@ -71251,7 +71295,7 @@ module.exports={
71251
71295
  "PreviousContactId": {},
71252
71296
  "ContactFlowId": {},
71253
71297
  "Attributes": {
71254
- "shape": "Sda"
71298
+ "shape": "Sdf"
71255
71299
  },
71256
71300
  "Name": {},
71257
71301
  "References": {
@@ -71360,10 +71404,10 @@ module.exports={
71360
71404
  "locationName": "EvaluationId"
71361
71405
  },
71362
71406
  "Answers": {
71363
- "shape": "So9"
71407
+ "shape": "Sog"
71364
71408
  },
71365
71409
  "Notes": {
71366
- "shape": "Sab"
71410
+ "shape": "Sag"
71367
71411
  }
71368
71412
  }
71369
71413
  },
@@ -71554,7 +71598,7 @@ module.exports={
71554
71598
  "InitialContactId": {},
71555
71599
  "InstanceId": {},
71556
71600
  "Attributes": {
71557
- "shape": "Sda"
71601
+ "shape": "Sdf"
71558
71602
  }
71559
71603
  }
71560
71604
  },
@@ -71583,10 +71627,10 @@ module.exports={
71583
71627
  "locationName": "EvaluationId"
71584
71628
  },
71585
71629
  "Answers": {
71586
- "shape": "So9"
71630
+ "shape": "Sog"
71587
71631
  },
71588
71632
  "Notes": {
71589
- "shape": "Sab"
71633
+ "shape": "Sag"
71590
71634
  }
71591
71635
  }
71592
71636
  },
@@ -72397,6 +72441,9 @@ module.exports={
72397
72441
  },
72398
72442
  "TagRestrictedResources": {
72399
72443
  "shape": "S6e"
72444
+ },
72445
+ "Applications": {
72446
+ "shape": "S6g"
72400
72447
  }
72401
72448
  }
72402
72449
  }
@@ -72424,14 +72471,14 @@ module.exports={
72424
72471
  "Description": {},
72425
72472
  "ContactFlowId": {},
72426
72473
  "Constraints": {
72427
- "shape": "S6l"
72474
+ "shape": "S6q"
72428
72475
  },
72429
72476
  "Defaults": {
72430
- "shape": "S6u"
72477
+ "shape": "S6z"
72431
72478
  },
72432
72479
  "Status": {},
72433
72480
  "Fields": {
72434
- "shape": "S6z"
72481
+ "shape": "S74"
72435
72482
  }
72436
72483
  }
72437
72484
  },
@@ -72445,13 +72492,13 @@ module.exports={
72445
72492
  "Description": {},
72446
72493
  "ContactFlowId": {},
72447
72494
  "Constraints": {
72448
- "shape": "S6l"
72495
+ "shape": "S6q"
72449
72496
  },
72450
72497
  "Defaults": {
72451
- "shape": "S6u"
72498
+ "shape": "S6z"
72452
72499
  },
72453
72500
  "Fields": {
72454
- "shape": "S6z"
72501
+ "shape": "S74"
72455
72502
  },
72456
72503
  "Status": {},
72457
72504
  "LastModifiedTime": {
@@ -72479,13 +72526,13 @@ module.exports={
72479
72526
  "locationName": "Id"
72480
72527
  },
72481
72528
  "TelephonyConfig": {
72482
- "shape": "Sfy"
72529
+ "shape": "Sg3"
72483
72530
  },
72484
72531
  "SignInConfig": {
72485
- "shape": "Sg3"
72532
+ "shape": "Sg8"
72486
72533
  },
72487
72534
  "AgentConfig": {
72488
- "shape": "Sg6"
72535
+ "shape": "Sgb"
72489
72536
  }
72490
72537
  }
72491
72538
  },
@@ -72556,19 +72603,19 @@ module.exports={
72556
72603
  "type": "structure",
72557
72604
  "members": {
72558
72605
  "LevelOne": {
72559
- "shape": "Sqc"
72606
+ "shape": "Sqj"
72560
72607
  },
72561
72608
  "LevelTwo": {
72562
- "shape": "Sqc"
72609
+ "shape": "Sqj"
72563
72610
  },
72564
72611
  "LevelThree": {
72565
- "shape": "Sqc"
72612
+ "shape": "Sqj"
72566
72613
  },
72567
72614
  "LevelFour": {
72568
- "shape": "Sqc"
72615
+ "shape": "Sqj"
72569
72616
  },
72570
72617
  "LevelFive": {
72571
- "shape": "Sqc"
72618
+ "shape": "Sqj"
72572
72619
  }
72573
72620
  }
72574
72621
  },
@@ -72592,7 +72639,7 @@ module.exports={
72592
72639
  ],
72593
72640
  "members": {
72594
72641
  "IdentityInfo": {
72595
- "shape": "S7m"
72642
+ "shape": "S7r"
72596
72643
  },
72597
72644
  "UserId": {
72598
72645
  "location": "uri",
@@ -72618,7 +72665,7 @@ module.exports={
72618
72665
  ],
72619
72666
  "members": {
72620
72667
  "PhoneConfig": {
72621
- "shape": "S7q"
72668
+ "shape": "S7v"
72622
72669
  },
72623
72670
  "UserId": {
72624
72671
  "location": "uri",
@@ -72668,7 +72715,7 @@ module.exports={
72668
72715
  ],
72669
72716
  "members": {
72670
72717
  "SecurityProfileIds": {
72671
- "shape": "S7v"
72718
+ "shape": "S80"
72672
72719
  },
72673
72720
  "UserId": {
72674
72721
  "location": "uri",
@@ -72704,7 +72751,7 @@ module.exports={
72704
72751
  },
72705
72752
  "Status": {},
72706
72753
  "Content": {
72707
- "shape": "S85"
72754
+ "shape": "S8a"
72708
72755
  }
72709
72756
  }
72710
72757
  },
@@ -72712,7 +72759,7 @@ module.exports={
72712
72759
  "type": "structure",
72713
72760
  "members": {
72714
72761
  "View": {
72715
- "shape": "S8c"
72762
+ "shape": "S8h"
72716
72763
  }
72717
72764
  }
72718
72765
  }
@@ -72737,7 +72784,7 @@ module.exports={
72737
72784
  "locationName": "ViewId"
72738
72785
  },
72739
72786
  "Name": {
72740
- "shape": "S8a"
72787
+ "shape": "S8f"
72741
72788
  },
72742
72789
  "Description": {}
72743
72790
  }
@@ -73276,7 +73323,20 @@ module.exports={
73276
73323
  "type": "list",
73277
73324
  "member": {}
73278
73325
  },
73279
- "S6l": {
73326
+ "S6g": {
73327
+ "type": "list",
73328
+ "member": {
73329
+ "type": "structure",
73330
+ "members": {
73331
+ "Namespace": {},
73332
+ "ApplicationPermissions": {
73333
+ "type": "list",
73334
+ "member": {}
73335
+ }
73336
+ }
73337
+ }
73338
+ },
73339
+ "S6q": {
73280
73340
  "type": "structure",
73281
73341
  "members": {
73282
73342
  "RequiredFields": {
@@ -73285,7 +73345,7 @@ module.exports={
73285
73345
  "type": "structure",
73286
73346
  "members": {
73287
73347
  "Id": {
73288
- "shape": "S6o"
73348
+ "shape": "S6t"
73289
73349
  }
73290
73350
  }
73291
73351
  }
@@ -73296,7 +73356,7 @@ module.exports={
73296
73356
  "type": "structure",
73297
73357
  "members": {
73298
73358
  "Id": {
73299
- "shape": "S6o"
73359
+ "shape": "S6t"
73300
73360
  }
73301
73361
  }
73302
73362
  }
@@ -73307,20 +73367,20 @@ module.exports={
73307
73367
  "type": "structure",
73308
73368
  "members": {
73309
73369
  "Id": {
73310
- "shape": "S6o"
73370
+ "shape": "S6t"
73311
73371
  }
73312
73372
  }
73313
73373
  }
73314
73374
  }
73315
73375
  }
73316
73376
  },
73317
- "S6o": {
73377
+ "S6t": {
73318
73378
  "type": "structure",
73319
73379
  "members": {
73320
73380
  "Name": {}
73321
73381
  }
73322
73382
  },
73323
- "S6u": {
73383
+ "S6z": {
73324
73384
  "type": "structure",
73325
73385
  "members": {
73326
73386
  "DefaultFieldValues": {
@@ -73329,7 +73389,7 @@ module.exports={
73329
73389
  "type": "structure",
73330
73390
  "members": {
73331
73391
  "Id": {
73332
- "shape": "S6o"
73392
+ "shape": "S6t"
73333
73393
  },
73334
73394
  "DefaultValue": {}
73335
73395
  }
@@ -73337,7 +73397,7 @@ module.exports={
73337
73397
  }
73338
73398
  }
73339
73399
  },
73340
- "S6z": {
73400
+ "S74": {
73341
73401
  "type": "list",
73342
73402
  "member": {
73343
73403
  "type": "structure",
@@ -73346,7 +73406,7 @@ module.exports={
73346
73406
  ],
73347
73407
  "members": {
73348
73408
  "Id": {
73349
- "shape": "S6o"
73409
+ "shape": "S6t"
73350
73410
  },
73351
73411
  "Description": {},
73352
73412
  "Type": {},
@@ -73357,7 +73417,7 @@ module.exports={
73357
73417
  }
73358
73418
  }
73359
73419
  },
73360
- "S7m": {
73420
+ "S7r": {
73361
73421
  "type": "structure",
73362
73422
  "members": {
73363
73423
  "FirstName": {},
@@ -73367,7 +73427,7 @@ module.exports={
73367
73427
  "Mobile": {}
73368
73428
  }
73369
73429
  },
73370
- "S7q": {
73430
+ "S7v": {
73371
73431
  "type": "structure",
73372
73432
  "required": [
73373
73433
  "PhoneType"
@@ -73383,37 +73443,37 @@ module.exports={
73383
73443
  "DeskPhoneNumber": {}
73384
73444
  }
73385
73445
  },
73386
- "S7v": {
73446
+ "S80": {
73387
73447
  "type": "list",
73388
73448
  "member": {}
73389
73449
  },
73390
- "S85": {
73450
+ "S8a": {
73391
73451
  "type": "structure",
73392
73452
  "members": {
73393
73453
  "Template": {},
73394
73454
  "Actions": {
73395
- "shape": "S87"
73455
+ "shape": "S8c"
73396
73456
  }
73397
73457
  }
73398
73458
  },
73399
- "S87": {
73459
+ "S8c": {
73400
73460
  "type": "list",
73401
73461
  "member": {
73402
73462
  "type": "string",
73403
73463
  "sensitive": true
73404
73464
  }
73405
73465
  },
73406
- "S8a": {
73466
+ "S8f": {
73407
73467
  "type": "string",
73408
73468
  "sensitive": true
73409
73469
  },
73410
- "S8c": {
73470
+ "S8h": {
73411
73471
  "type": "structure",
73412
73472
  "members": {
73413
73473
  "Id": {},
73414
73474
  "Arn": {},
73415
73475
  "Name": {
73416
- "shape": "S8a"
73476
+ "shape": "S8f"
73417
73477
  },
73418
73478
  "Status": {},
73419
73479
  "Type": {},
@@ -73431,7 +73491,7 @@ module.exports={
73431
73491
  },
73432
73492
  "Template": {},
73433
73493
  "Actions": {
73434
- "shape": "S87"
73494
+ "shape": "S8c"
73435
73495
  }
73436
73496
  }
73437
73497
  },
@@ -73447,7 +73507,7 @@ module.exports={
73447
73507
  "ViewContentSha256": {}
73448
73508
  }
73449
73509
  },
73450
- "Sa4": {
73510
+ "Sa9": {
73451
73511
  "type": "structure",
73452
73512
  "members": {
73453
73513
  "Percentage": {
@@ -73461,7 +73521,7 @@ module.exports={
73461
73521
  }
73462
73522
  }
73463
73523
  },
73464
- "Sa8": {
73524
+ "Sad": {
73465
73525
  "type": "structure",
73466
73526
  "members": {
73467
73527
  "StringValue": {},
@@ -73474,7 +73534,7 @@ module.exports={
73474
73534
  },
73475
73535
  "union": true
73476
73536
  },
73477
- "Sab": {
73537
+ "Sag": {
73478
73538
  "type": "map",
73479
73539
  "key": {},
73480
73540
  "value": {
@@ -73484,7 +73544,7 @@ module.exports={
73484
73544
  }
73485
73545
  }
73486
73546
  },
73487
- "Sax": {
73547
+ "Sb2": {
73488
73548
  "type": "structure",
73489
73549
  "members": {
73490
73550
  "HoursOfOperationId": {},
@@ -73500,14 +73560,14 @@ module.exports={
73500
73560
  }
73501
73561
  }
73502
73562
  },
73503
- "Sb7": {
73563
+ "Sbc": {
73504
73564
  "type": "structure",
73505
73565
  "members": {
73506
73566
  "AttributeType": {},
73507
73567
  "Value": {}
73508
73568
  }
73509
73569
  },
73510
- "Sbl": {
73570
+ "Sbq": {
73511
73571
  "type": "structure",
73512
73572
  "members": {
73513
73573
  "PromptARN": {},
@@ -73519,7 +73579,7 @@ module.exports={
73519
73579
  }
73520
73580
  }
73521
73581
  },
73522
- "Sbo": {
73582
+ "Sbt": {
73523
73583
  "type": "structure",
73524
73584
  "members": {
73525
73585
  "Name": {},
@@ -73539,7 +73599,7 @@ module.exports={
73539
73599
  }
73540
73600
  }
73541
73601
  },
73542
- "Sbs": {
73602
+ "Sbx": {
73543
73603
  "type": "structure",
73544
73604
  "members": {
73545
73605
  "QuickConnectARN": {},
@@ -73554,7 +73614,7 @@ module.exports={
73554
73614
  }
73555
73615
  }
73556
73616
  },
73557
- "Sbv": {
73617
+ "Sc0": {
73558
73618
  "type": "structure",
73559
73619
  "members": {
73560
73620
  "InstanceId": {},
@@ -73578,7 +73638,7 @@ module.exports={
73578
73638
  "AgentAvailabilityTimer": {}
73579
73639
  }
73580
73640
  },
73581
- "Sch": {
73641
+ "Scm": {
73582
73642
  "type": "structure",
73583
73643
  "members": {
73584
73644
  "Id": {},
@@ -73586,7 +73646,7 @@ module.exports={
73586
73646
  "Name": {}
73587
73647
  }
73588
73648
  },
73589
- "Scl": {
73649
+ "Scq": {
73590
73650
  "type": "structure",
73591
73651
  "members": {
73592
73652
  "Id": {},
@@ -73594,90 +73654,90 @@ module.exports={
73594
73654
  "Name": {}
73595
73655
  }
73596
73656
  },
73597
- "Sda": {
73657
+ "Sdf": {
73598
73658
  "type": "map",
73599
73659
  "key": {},
73600
73660
  "value": {}
73601
73661
  },
73602
- "Sde": {
73662
+ "Sdj": {
73603
73663
  "type": "structure",
73604
73664
  "members": {
73605
73665
  "Queues": {
73606
- "shape": "Sdf"
73666
+ "shape": "Sdk"
73607
73667
  },
73608
73668
  "Channels": {
73609
73669
  "type": "list",
73610
73670
  "member": {}
73611
73671
  },
73612
73672
  "RoutingProfiles": {
73613
- "shape": "Sdh"
73673
+ "shape": "Sdm"
73614
73674
  }
73615
73675
  }
73616
73676
  },
73617
- "Sdf": {
73677
+ "Sdk": {
73618
73678
  "type": "list",
73619
73679
  "member": {}
73620
73680
  },
73621
- "Sdh": {
73681
+ "Sdm": {
73622
73682
  "type": "list",
73623
73683
  "member": {}
73624
73684
  },
73625
- "Sdi": {
73685
+ "Sdn": {
73626
73686
  "type": "list",
73627
73687
  "member": {}
73628
73688
  },
73629
- "Sdl": {
73689
+ "Sdq": {
73630
73690
  "type": "structure",
73631
73691
  "members": {
73632
73692
  "Name": {},
73633
73693
  "Unit": {}
73634
73694
  }
73635
73695
  },
73636
- "Sdw": {
73696
+ "Se1": {
73637
73697
  "type": "structure",
73638
73698
  "members": {
73639
73699
  "Queue": {
73640
- "shape": "Sdx"
73700
+ "shape": "Se2"
73641
73701
  },
73642
73702
  "Channel": {},
73643
73703
  "RoutingProfile": {
73644
- "shape": "Sdy"
73704
+ "shape": "Se3"
73645
73705
  }
73646
73706
  }
73647
73707
  },
73648
- "Sdx": {
73708
+ "Se2": {
73649
73709
  "type": "structure",
73650
73710
  "members": {
73651
73711
  "Id": {},
73652
73712
  "Arn": {}
73653
73713
  }
73654
73714
  },
73655
- "Sdy": {
73715
+ "Se3": {
73656
73716
  "type": "structure",
73657
73717
  "members": {
73658
73718
  "Id": {},
73659
73719
  "Arn": {}
73660
73720
  }
73661
73721
  },
73662
- "Sef": {
73722
+ "Sek": {
73663
73723
  "type": "structure",
73664
73724
  "members": {
73665
73725
  "Id": {},
73666
73726
  "Arn": {}
73667
73727
  }
73668
73728
  },
73669
- "Seh": {
73729
+ "Sem": {
73670
73730
  "type": "map",
73671
73731
  "key": {},
73672
73732
  "value": {
73673
73733
  "type": "integer"
73674
73734
  }
73675
73735
  },
73676
- "Seo": {
73736
+ "Set": {
73677
73737
  "type": "string",
73678
73738
  "sensitive": true
73679
73739
  },
73680
- "Ser": {
73740
+ "Sew": {
73681
73741
  "type": "structure",
73682
73742
  "members": {
73683
73743
  "Name": {},
@@ -73694,7 +73754,7 @@ module.exports={
73694
73754
  "Unit": {}
73695
73755
  }
73696
73756
  },
73697
- "Sfa": {
73757
+ "Sff": {
73698
73758
  "type": "structure",
73699
73759
  "members": {
73700
73760
  "Name": {},
@@ -73725,18 +73785,18 @@ module.exports={
73725
73785
  }
73726
73786
  }
73727
73787
  },
73728
- "Sfy": {
73788
+ "Sg3": {
73729
73789
  "type": "structure",
73730
73790
  "required": [
73731
73791
  "Distributions"
73732
73792
  ],
73733
73793
  "members": {
73734
73794
  "Distributions": {
73735
- "shape": "Sfz"
73795
+ "shape": "Sg4"
73736
73796
  }
73737
73797
  }
73738
73798
  },
73739
- "Sfz": {
73799
+ "Sg4": {
73740
73800
  "type": "list",
73741
73801
  "member": {
73742
73802
  "type": "structure",
@@ -73752,7 +73812,7 @@ module.exports={
73752
73812
  }
73753
73813
  }
73754
73814
  },
73755
- "Sg3": {
73815
+ "Sg8": {
73756
73816
  "type": "structure",
73757
73817
  "required": [
73758
73818
  "Distributions"
@@ -73776,26 +73836,26 @@ module.exports={
73776
73836
  }
73777
73837
  }
73778
73838
  },
73779
- "Sg6": {
73839
+ "Sgb": {
73780
73840
  "type": "structure",
73781
73841
  "required": [
73782
73842
  "Distributions"
73783
73843
  ],
73784
73844
  "members": {
73785
73845
  "Distributions": {
73786
- "shape": "Sfz"
73846
+ "shape": "Sg4"
73787
73847
  }
73788
73848
  }
73789
73849
  },
73790
- "Sig": {
73850
+ "Sil": {
73791
73851
  "type": "list",
73792
73852
  "member": {}
73793
73853
  },
73794
- "Sih": {
73854
+ "Sim": {
73795
73855
  "type": "list",
73796
73856
  "member": {}
73797
73857
  },
73798
- "Siy": {
73858
+ "Sj3": {
73799
73859
  "type": "list",
73800
73860
  "member": {
73801
73861
  "type": "structure",
@@ -73807,57 +73867,57 @@ module.exports={
73807
73867
  }
73808
73868
  }
73809
73869
  },
73810
- "Slg": {
73870
+ "Sln": {
73811
73871
  "type": "structure",
73812
73872
  "members": {
73813
73873
  "OrConditions": {
73814
73874
  "type": "list",
73815
73875
  "member": {
73816
- "shape": "Sli"
73876
+ "shape": "Slp"
73817
73877
  }
73818
73878
  },
73819
73879
  "AndConditions": {
73820
- "shape": "Sli"
73880
+ "shape": "Slp"
73821
73881
  },
73822
73882
  "TagCondition": {
73823
- "shape": "Slj"
73883
+ "shape": "Slq"
73824
73884
  }
73825
73885
  }
73826
73886
  },
73827
- "Sli": {
73887
+ "Slp": {
73828
73888
  "type": "list",
73829
73889
  "member": {
73830
- "shape": "Slj"
73890
+ "shape": "Slq"
73831
73891
  }
73832
73892
  },
73833
- "Slj": {
73893
+ "Slq": {
73834
73894
  "type": "structure",
73835
73895
  "members": {
73836
73896
  "TagKey": {},
73837
73897
  "TagValue": {}
73838
73898
  }
73839
73899
  },
73840
- "Slk": {
73900
+ "Slr": {
73841
73901
  "type": "structure",
73842
73902
  "members": {
73843
73903
  "OrConditions": {
73844
- "shape": "Sll"
73904
+ "shape": "Sls"
73845
73905
  },
73846
73906
  "AndConditions": {
73847
- "shape": "Sll"
73907
+ "shape": "Sls"
73848
73908
  },
73849
73909
  "StringCondition": {
73850
- "shape": "Slm"
73910
+ "shape": "Slt"
73851
73911
  }
73852
73912
  }
73853
73913
  },
73854
- "Sll": {
73914
+ "Sls": {
73855
73915
  "type": "list",
73856
73916
  "member": {
73857
- "shape": "Slk"
73917
+ "shape": "Slr"
73858
73918
  }
73859
73919
  },
73860
- "Slm": {
73920
+ "Slt": {
73861
73921
  "type": "structure",
73862
73922
  "members": {
73863
73923
  "FieldName": {},
@@ -73865,118 +73925,118 @@ module.exports={
73865
73925
  "ComparisonType": {}
73866
73926
  }
73867
73927
  },
73868
- "Sls": {
73928
+ "Slz": {
73869
73929
  "type": "structure",
73870
73930
  "members": {
73871
73931
  "OrConditions": {
73872
- "shape": "Slt"
73932
+ "shape": "Sm0"
73873
73933
  },
73874
73934
  "AndConditions": {
73875
- "shape": "Slt"
73935
+ "shape": "Sm0"
73876
73936
  },
73877
73937
  "StringCondition": {
73878
- "shape": "Slm"
73938
+ "shape": "Slt"
73879
73939
  }
73880
73940
  }
73881
73941
  },
73882
- "Slt": {
73942
+ "Sm0": {
73883
73943
  "type": "list",
73884
73944
  "member": {
73885
- "shape": "Sls"
73945
+ "shape": "Slz"
73886
73946
  }
73887
73947
  },
73888
- "Sly": {
73948
+ "Sm5": {
73889
73949
  "type": "structure",
73890
73950
  "members": {
73891
73951
  "OrConditions": {
73892
- "shape": "Slz"
73952
+ "shape": "Sm6"
73893
73953
  },
73894
73954
  "AndConditions": {
73895
- "shape": "Slz"
73955
+ "shape": "Sm6"
73896
73956
  },
73897
73957
  "StringCondition": {
73898
- "shape": "Slm"
73958
+ "shape": "Slt"
73899
73959
  },
73900
73960
  "QueueTypeCondition": {}
73901
73961
  }
73902
73962
  },
73903
- "Slz": {
73963
+ "Sm6": {
73904
73964
  "type": "list",
73905
73965
  "member": {
73906
- "shape": "Sly"
73966
+ "shape": "Sm5"
73907
73967
  }
73908
73968
  },
73909
- "Sm5": {
73969
+ "Smc": {
73910
73970
  "type": "structure",
73911
73971
  "members": {
73912
73972
  "OrConditions": {
73913
- "shape": "Sm6"
73973
+ "shape": "Smd"
73914
73974
  },
73915
73975
  "AndConditions": {
73916
- "shape": "Sm6"
73976
+ "shape": "Smd"
73917
73977
  },
73918
73978
  "StringCondition": {
73919
- "shape": "Slm"
73979
+ "shape": "Slt"
73920
73980
  }
73921
73981
  }
73922
73982
  },
73923
- "Sm6": {
73983
+ "Smd": {
73924
73984
  "type": "list",
73925
73985
  "member": {
73926
- "shape": "Sm5"
73986
+ "shape": "Smc"
73927
73987
  }
73928
73988
  },
73929
- "Smk": {
73989
+ "Smr": {
73930
73990
  "type": "structure",
73931
73991
  "members": {
73932
73992
  "OrConditions": {
73933
- "shape": "Sml"
73993
+ "shape": "Sms"
73934
73994
  },
73935
73995
  "AndConditions": {
73936
- "shape": "Sml"
73996
+ "shape": "Sms"
73937
73997
  },
73938
73998
  "StringCondition": {
73939
- "shape": "Slm"
73999
+ "shape": "Slt"
73940
74000
  }
73941
74001
  }
73942
74002
  },
73943
- "Sml": {
74003
+ "Sms": {
73944
74004
  "type": "list",
73945
74005
  "member": {
73946
- "shape": "Smk"
74006
+ "shape": "Smr"
73947
74007
  }
73948
74008
  },
73949
- "Smp": {
74009
+ "Smw": {
73950
74010
  "type": "structure",
73951
74011
  "members": {
73952
74012
  "OrConditions": {
73953
- "shape": "Smq"
74013
+ "shape": "Smx"
73954
74014
  },
73955
74015
  "AndConditions": {
73956
- "shape": "Smq"
74016
+ "shape": "Smx"
73957
74017
  },
73958
74018
  "StringCondition": {
73959
- "shape": "Slm"
74019
+ "shape": "Slt"
73960
74020
  }
73961
74021
  }
73962
74022
  },
73963
- "Smq": {
74023
+ "Smx": {
73964
74024
  "type": "list",
73965
74025
  "member": {
73966
- "shape": "Smp"
74026
+ "shape": "Smw"
73967
74027
  }
73968
74028
  },
73969
- "Smx": {
74029
+ "Sn4": {
73970
74030
  "type": "structure",
73971
74031
  "members": {
73972
74032
  "OrConditions": {
73973
- "shape": "Smy"
74033
+ "shape": "Sn5"
73974
74034
  },
73975
74035
  "AndConditions": {
73976
- "shape": "Smy"
74036
+ "shape": "Sn5"
73977
74037
  },
73978
74038
  "StringCondition": {
73979
- "shape": "Slm"
74039
+ "shape": "Slt"
73980
74040
  },
73981
74041
  "HierarchyGroupCondition": {
73982
74042
  "type": "structure",
@@ -73987,25 +74047,25 @@ module.exports={
73987
74047
  }
73988
74048
  }
73989
74049
  },
73990
- "Smy": {
74050
+ "Sn5": {
73991
74051
  "type": "list",
73992
74052
  "member": {
73993
- "shape": "Smx"
74053
+ "shape": "Sn4"
73994
74054
  }
73995
74055
  },
73996
- "So9": {
74056
+ "Sog": {
73997
74057
  "type": "map",
73998
74058
  "key": {},
73999
74059
  "value": {
74000
74060
  "type": "structure",
74001
74061
  "members": {
74002
74062
  "Value": {
74003
- "shape": "Sa8"
74063
+ "shape": "Sad"
74004
74064
  }
74005
74065
  }
74006
74066
  }
74007
74067
  },
74008
- "Sqc": {
74068
+ "Sqj": {
74009
74069
  "type": "structure",
74010
74070
  "required": [
74011
74071
  "Name"
@@ -74199,6 +74259,12 @@ module.exports={
74199
74259
  "output_token": "NextToken",
74200
74260
  "result_key": "SecurityKeys"
74201
74261
  },
74262
+ "ListSecurityProfileApplications": {
74263
+ "input_token": "NextToken",
74264
+ "limit_key": "MaxResults",
74265
+ "output_token": "NextToken",
74266
+ "result_key": "Applications"
74267
+ },
74202
74268
  "ListSecurityProfilePermissions": {
74203
74269
  "input_token": "NextToken",
74204
74270
  "limit_key": "MaxResults",
@@ -80301,7 +80367,7 @@ module.exports={
80301
80367
  "members": {
80302
80368
  "GlobalTableName": {},
80303
80369
  "ReplicaSettings": {
80304
- "shape": "S61"
80370
+ "shape": "S66"
80305
80371
  }
80306
80372
  }
80307
80373
  },
@@ -80324,7 +80390,7 @@ module.exports={
80324
80390
  ],
80325
80391
  "members": {
80326
80392
  "ImportTableDescription": {
80327
- "shape": "S6f"
80393
+ "shape": "S6k"
80328
80394
  }
80329
80395
  }
80330
80396
  }
@@ -80416,7 +80482,7 @@ module.exports={
80416
80482
  "type": "structure",
80417
80483
  "members": {
80418
80484
  "TableAutoScalingDescription": {
80419
- "shape": "S77"
80485
+ "shape": "S7c"
80420
80486
  }
80421
80487
  }
80422
80488
  }
@@ -80443,19 +80509,19 @@ module.exports={
80443
80509
  },
80444
80510
  "DisableKinesisStreamingDestination": {
80445
80511
  "input": {
80446
- "shape": "S7e"
80512
+ "shape": "S7j"
80447
80513
  },
80448
80514
  "output": {
80449
- "shape": "S7f"
80515
+ "shape": "S7k"
80450
80516
  },
80451
80517
  "endpointdiscovery": {}
80452
80518
  },
80453
80519
  "EnableKinesisStreamingDestination": {
80454
80520
  "input": {
80455
- "shape": "S7e"
80521
+ "shape": "S7j"
80456
80522
  },
80457
80523
  "output": {
80458
- "shape": "S7f"
80524
+ "shape": "S7k"
80459
80525
  },
80460
80526
  "endpointdiscovery": {}
80461
80527
  },
@@ -80530,7 +80596,7 @@ module.exports={
80530
80596
  "type": "structure",
80531
80597
  "members": {
80532
80598
  "Responses": {
80533
- "shape": "S7p"
80599
+ "shape": "S7u"
80534
80600
  },
80535
80601
  "ConsumedCapacity": {
80536
80602
  "shape": "St"
@@ -80558,7 +80624,11 @@ module.exports={
80558
80624
  "S3Prefix": {},
80559
80625
  "S3SseAlgorithm": {},
80560
80626
  "S3SseKmsKeyId": {},
80561
- "ExportFormat": {}
80627
+ "ExportFormat": {},
80628
+ "ExportType": {},
80629
+ "IncrementalExportSpecification": {
80630
+ "shape": "S5y"
80631
+ }
80562
80632
  }
80563
80633
  },
80564
80634
  "output": {
@@ -80621,15 +80691,15 @@ module.exports={
80621
80691
  "idempotencyToken": true
80622
80692
  },
80623
80693
  "S3BucketSource": {
80624
- "shape": "S6h"
80694
+ "shape": "S6m"
80625
80695
  },
80626
80696
  "InputFormat": {},
80627
80697
  "InputFormatOptions": {
80628
- "shape": "S6l"
80698
+ "shape": "S6q"
80629
80699
  },
80630
80700
  "InputCompressionType": {},
80631
80701
  "TableCreationParameters": {
80632
- "shape": "S6r"
80702
+ "shape": "S6w"
80633
80703
  }
80634
80704
  }
80635
80705
  },
@@ -80640,7 +80710,7 @@ module.exports={
80640
80710
  ],
80641
80711
  "members": {
80642
80712
  "ImportTableDescription": {
80643
- "shape": "S6f"
80713
+ "shape": "S6k"
80644
80714
  }
80645
80715
  }
80646
80716
  }
@@ -80744,7 +80814,8 @@ module.exports={
80744
80814
  "type": "structure",
80745
80815
  "members": {
80746
80816
  "ExportArn": {},
80747
- "ExportStatus": {}
80817
+ "ExportStatus": {},
80818
+ "ExportType": {}
80748
80819
  }
80749
80820
  }
80750
80821
  },
@@ -80806,7 +80877,7 @@ module.exports={
80806
80877
  "ImportStatus": {},
80807
80878
  "TableArn": {},
80808
80879
  "S3BucketSource": {
80809
- "shape": "S6h"
80880
+ "shape": "S6m"
80810
80881
  },
80811
80882
  "CloudWatchLogGroupArn": {},
80812
80883
  "InputFormat": {},
@@ -80935,11 +81006,11 @@ module.exports={
80935
81006
  "type": "map",
80936
81007
  "key": {},
80937
81008
  "value": {
80938
- "shape": "S93"
81009
+ "shape": "S98"
80939
81010
  }
80940
81011
  },
80941
81012
  "QueryFilter": {
80942
- "shape": "S94"
81013
+ "shape": "S99"
80943
81014
  },
80944
81015
  "ConditionalOperator": {},
80945
81016
  "ScanIndexForward": {
@@ -81075,7 +81146,7 @@ module.exports={
81075
81146
  },
81076
81147
  "Select": {},
81077
81148
  "ScanFilter": {
81078
- "shape": "S94"
81149
+ "shape": "S99"
81079
81150
  },
81080
81151
  "ConditionalOperator": {},
81081
81152
  "ExclusiveStartKey": {
@@ -81184,7 +81255,7 @@ module.exports={
81184
81255
  "shape": "St"
81185
81256
  },
81186
81257
  "Responses": {
81187
- "shape": "S7p"
81258
+ "shape": "S7u"
81188
81259
  }
81189
81260
  }
81190
81261
  },
@@ -81443,7 +81514,7 @@ module.exports={
81443
81514
  "type": "long"
81444
81515
  },
81445
81516
  "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
81446
- "shape": "Saa"
81517
+ "shape": "Saf"
81447
81518
  },
81448
81519
  "GlobalTableGlobalSecondaryIndexSettingsUpdate": {
81449
81520
  "type": "list",
@@ -81458,7 +81529,7 @@ module.exports={
81458
81529
  "type": "long"
81459
81530
  },
81460
81531
  "ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
81461
- "shape": "Saa"
81532
+ "shape": "Saf"
81462
81533
  }
81463
81534
  }
81464
81535
  }
@@ -81476,7 +81547,7 @@ module.exports={
81476
81547
  "type": "long"
81477
81548
  },
81478
81549
  "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
81479
- "shape": "Saa"
81550
+ "shape": "Saf"
81480
81551
  },
81481
81552
  "ReplicaGlobalSecondaryIndexSettingsUpdate": {
81482
81553
  "type": "list",
@@ -81491,7 +81562,7 @@ module.exports={
81491
81562
  "type": "long"
81492
81563
  },
81493
81564
  "ProvisionedReadCapacityAutoScalingSettingsUpdate": {
81494
- "shape": "Saa"
81565
+ "shape": "Saf"
81495
81566
  }
81496
81567
  }
81497
81568
  }
@@ -81507,7 +81578,7 @@ module.exports={
81507
81578
  "members": {
81508
81579
  "GlobalTableName": {},
81509
81580
  "ReplicaSettings": {
81510
- "shape": "S61"
81581
+ "shape": "S66"
81511
81582
  }
81512
81583
  }
81513
81584
  },
@@ -81660,7 +81731,7 @@ module.exports={
81660
81731
  "shape": "S2c"
81661
81732
  },
81662
81733
  "GlobalSecondaryIndexes": {
81663
- "shape": "Saz"
81734
+ "shape": "Sb4"
81664
81735
  },
81665
81736
  "TableClassOverride": {}
81666
81737
  }
@@ -81677,7 +81748,7 @@ module.exports={
81677
81748
  "shape": "S2c"
81678
81749
  },
81679
81750
  "GlobalSecondaryIndexes": {
81680
- "shape": "Saz"
81751
+ "shape": "Sb4"
81681
81752
  },
81682
81753
  "TableClassOverride": {}
81683
81754
  }
@@ -81724,14 +81795,14 @@ module.exports={
81724
81795
  "members": {
81725
81796
  "IndexName": {},
81726
81797
  "ProvisionedWriteCapacityAutoScalingUpdate": {
81727
- "shape": "Saa"
81798
+ "shape": "Saf"
81728
81799
  }
81729
81800
  }
81730
81801
  }
81731
81802
  },
81732
81803
  "TableName": {},
81733
81804
  "ProvisionedWriteCapacityAutoScalingUpdate": {
81734
- "shape": "Saa"
81805
+ "shape": "Saf"
81735
81806
  },
81736
81807
  "ReplicaUpdates": {
81737
81808
  "type": "list",
@@ -81749,13 +81820,13 @@ module.exports={
81749
81820
  "members": {
81750
81821
  "IndexName": {},
81751
81822
  "ProvisionedReadCapacityAutoScalingUpdate": {
81752
- "shape": "Saa"
81823
+ "shape": "Saf"
81753
81824
  }
81754
81825
  }
81755
81826
  }
81756
81827
  },
81757
81828
  "ReplicaProvisionedReadCapacityAutoScalingUpdate": {
81758
- "shape": "Saa"
81829
+ "shape": "Saf"
81759
81830
  }
81760
81831
  }
81761
81832
  }
@@ -81766,7 +81837,7 @@ module.exports={
81766
81837
  "type": "structure",
81767
81838
  "members": {
81768
81839
  "TableAutoScalingDescription": {
81769
- "shape": "S77"
81840
+ "shape": "S7c"
81770
81841
  }
81771
81842
  }
81772
81843
  }
@@ -81781,7 +81852,7 @@ module.exports={
81781
81852
  "members": {
81782
81853
  "TableName": {},
81783
81854
  "TimeToLiveSpecification": {
81784
- "shape": "Sbd"
81855
+ "shape": "Sbi"
81785
81856
  }
81786
81857
  }
81787
81858
  },
@@ -81789,7 +81860,7 @@ module.exports={
81789
81860
  "type": "structure",
81790
81861
  "members": {
81791
81862
  "TimeToLiveSpecification": {
81792
- "shape": "Sbd"
81863
+ "shape": "Sbi"
81793
81864
  }
81794
81865
  }
81795
81866
  },
@@ -82597,10 +82668,26 @@ module.exports={
82597
82668
  },
82598
82669
  "ItemCount": {
82599
82670
  "type": "long"
82671
+ },
82672
+ "ExportType": {},
82673
+ "IncrementalExportSpecification": {
82674
+ "shape": "S5y"
82600
82675
  }
82601
82676
  }
82602
82677
  },
82603
- "S61": {
82678
+ "S5y": {
82679
+ "type": "structure",
82680
+ "members": {
82681
+ "ExportFromTime": {
82682
+ "type": "timestamp"
82683
+ },
82684
+ "ExportToTime": {
82685
+ "type": "timestamp"
82686
+ },
82687
+ "ExportViewType": {}
82688
+ }
82689
+ },
82690
+ "S66": {
82604
82691
  "type": "list",
82605
82692
  "member": {
82606
82693
  "type": "structure",
@@ -82617,13 +82704,13 @@ module.exports={
82617
82704
  "type": "long"
82618
82705
  },
82619
82706
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
82620
- "shape": "S63"
82707
+ "shape": "S68"
82621
82708
  },
82622
82709
  "ReplicaProvisionedWriteCapacityUnits": {
82623
82710
  "type": "long"
82624
82711
  },
82625
82712
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
82626
- "shape": "S63"
82713
+ "shape": "S68"
82627
82714
  },
82628
82715
  "ReplicaGlobalSecondaryIndexSettings": {
82629
82716
  "type": "list",
@@ -82639,13 +82726,13 @@ module.exports={
82639
82726
  "type": "long"
82640
82727
  },
82641
82728
  "ProvisionedReadCapacityAutoScalingSettings": {
82642
- "shape": "S63"
82729
+ "shape": "S68"
82643
82730
  },
82644
82731
  "ProvisionedWriteCapacityUnits": {
82645
82732
  "type": "long"
82646
82733
  },
82647
82734
  "ProvisionedWriteCapacityAutoScalingSettings": {
82648
- "shape": "S63"
82735
+ "shape": "S68"
82649
82736
  }
82650
82737
  }
82651
82738
  }
@@ -82656,7 +82743,7 @@ module.exports={
82656
82743
  }
82657
82744
  }
82658
82745
  },
82659
- "S63": {
82746
+ "S68": {
82660
82747
  "type": "structure",
82661
82748
  "members": {
82662
82749
  "MinimumUnits": {
@@ -82700,7 +82787,7 @@ module.exports={
82700
82787
  }
82701
82788
  }
82702
82789
  },
82703
- "S6f": {
82790
+ "S6k": {
82704
82791
  "type": "structure",
82705
82792
  "members": {
82706
82793
  "ImportArn": {},
@@ -82709,7 +82796,7 @@ module.exports={
82709
82796
  "TableId": {},
82710
82797
  "ClientToken": {},
82711
82798
  "S3BucketSource": {
82712
- "shape": "S6h"
82799
+ "shape": "S6m"
82713
82800
  },
82714
82801
  "ErrorCount": {
82715
82802
  "type": "long"
@@ -82717,11 +82804,11 @@ module.exports={
82717
82804
  "CloudWatchLogGroupArn": {},
82718
82805
  "InputFormat": {},
82719
82806
  "InputFormatOptions": {
82720
- "shape": "S6l"
82807
+ "shape": "S6q"
82721
82808
  },
82722
82809
  "InputCompressionType": {},
82723
82810
  "TableCreationParameters": {
82724
- "shape": "S6r"
82811
+ "shape": "S6w"
82725
82812
  },
82726
82813
  "StartTime": {
82727
82814
  "type": "timestamp"
@@ -82742,7 +82829,7 @@ module.exports={
82742
82829
  "FailureMessage": {}
82743
82830
  }
82744
82831
  },
82745
- "S6h": {
82832
+ "S6m": {
82746
82833
  "type": "structure",
82747
82834
  "required": [
82748
82835
  "S3Bucket"
@@ -82753,7 +82840,7 @@ module.exports={
82753
82840
  "S3KeyPrefix": {}
82754
82841
  }
82755
82842
  },
82756
- "S6l": {
82843
+ "S6q": {
82757
82844
  "type": "structure",
82758
82845
  "members": {
82759
82846
  "Csv": {
@@ -82768,7 +82855,7 @@ module.exports={
82768
82855
  }
82769
82856
  }
82770
82857
  },
82771
- "S6r": {
82858
+ "S6w": {
82772
82859
  "type": "structure",
82773
82860
  "required": [
82774
82861
  "TableName",
@@ -82795,7 +82882,7 @@ module.exports={
82795
82882
  }
82796
82883
  }
82797
82884
  },
82798
- "S77": {
82885
+ "S7c": {
82799
82886
  "type": "structure",
82800
82887
  "members": {
82801
82888
  "TableName": {},
@@ -82814,19 +82901,19 @@ module.exports={
82814
82901
  "IndexName": {},
82815
82902
  "IndexStatus": {},
82816
82903
  "ProvisionedReadCapacityAutoScalingSettings": {
82817
- "shape": "S63"
82904
+ "shape": "S68"
82818
82905
  },
82819
82906
  "ProvisionedWriteCapacityAutoScalingSettings": {
82820
- "shape": "S63"
82907
+ "shape": "S68"
82821
82908
  }
82822
82909
  }
82823
82910
  }
82824
82911
  },
82825
82912
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
82826
- "shape": "S63"
82913
+ "shape": "S68"
82827
82914
  },
82828
82915
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
82829
- "shape": "S63"
82916
+ "shape": "S68"
82830
82917
  },
82831
82918
  "ReplicaStatus": {}
82832
82919
  }
@@ -82834,7 +82921,7 @@ module.exports={
82834
82921
  }
82835
82922
  }
82836
82923
  },
82837
- "S7e": {
82924
+ "S7j": {
82838
82925
  "type": "structure",
82839
82926
  "required": [
82840
82927
  "TableName",
@@ -82845,7 +82932,7 @@ module.exports={
82845
82932
  "StreamArn": {}
82846
82933
  }
82847
82934
  },
82848
- "S7f": {
82935
+ "S7k": {
82849
82936
  "type": "structure",
82850
82937
  "members": {
82851
82938
  "TableName": {},
@@ -82853,7 +82940,7 @@ module.exports={
82853
82940
  "DestinationStatus": {}
82854
82941
  }
82855
82942
  },
82856
- "S7p": {
82943
+ "S7u": {
82857
82944
  "type": "list",
82858
82945
  "member": {
82859
82946
  "type": "structure",
@@ -82864,7 +82951,7 @@ module.exports={
82864
82951
  }
82865
82952
  }
82866
82953
  },
82867
- "S93": {
82954
+ "S98": {
82868
82955
  "type": "structure",
82869
82956
  "required": [
82870
82957
  "ComparisonOperator"
@@ -82876,14 +82963,14 @@ module.exports={
82876
82963
  "ComparisonOperator": {}
82877
82964
  }
82878
82965
  },
82879
- "S94": {
82966
+ "S99": {
82880
82967
  "type": "map",
82881
82968
  "key": {},
82882
82969
  "value": {
82883
- "shape": "S93"
82970
+ "shape": "S98"
82884
82971
  }
82885
82972
  },
82886
- "Saa": {
82973
+ "Saf": {
82887
82974
  "type": "structure",
82888
82975
  "members": {
82889
82976
  "MinimumUnits": {
@@ -82927,7 +83014,7 @@ module.exports={
82927
83014
  }
82928
83015
  }
82929
83016
  },
82930
- "Saz": {
83017
+ "Sb4": {
82931
83018
  "type": "list",
82932
83019
  "member": {
82933
83020
  "type": "structure",
@@ -82942,7 +83029,7 @@ module.exports={
82942
83029
  }
82943
83030
  }
82944
83031
  },
82945
- "Sbd": {
83032
+ "Sbi": {
82946
83033
  "type": "structure",
82947
83034
  "required": [
82948
83035
  "Enabled",
@@ -87719,6 +87806,9 @@ module.exports={
87719
87806
  },
87720
87807
  "DryRun": {
87721
87808
  "type": "boolean"
87809
+ },
87810
+ "FIPSEnabled": {
87811
+ "type": "boolean"
87722
87812
  }
87723
87813
  }
87724
87814
  },
@@ -108693,6 +108783,10 @@ module.exports={
108693
108783
  "Tags": {
108694
108784
  "shape": "S6",
108695
108785
  "locationName": "tagSet"
108786
+ },
108787
+ "FipsEnabled": {
108788
+ "locationName": "fipsEnabled",
108789
+ "type": "boolean"
108696
108790
  }
108697
108791
  }
108698
108792
  },
@@ -261828,7 +261922,7 @@ AWS.util.update(AWS, {
261828
261922
  /**
261829
261923
  * @constant
261830
261924
  */
261831
- VERSION: '2.1464.0',
261925
+ VERSION: '2.1465.0',
261832
261926
 
261833
261927
  /**
261834
261928
  * @api private
@@ -284009,7 +284103,7 @@ var LRUCache = /** @class */ (function () {
284009
284103
  }());
284010
284104
  exports.LRUCache = LRUCache;
284011
284105
  },{}],467:[function(require,module,exports){
284012
- // AWS SDK for JavaScript v2.1464.0
284106
+ // AWS SDK for JavaScript v2.1465.0
284013
284107
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
284014
284108
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
284015
284109
  require('./browser_loader');