cdk-comprehend-s3olap 2.0.174 → 2.0.176

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 (44) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  9. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
  10. package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
  11. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
  12. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
  13. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
  14. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
  15. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
  16. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
  17. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
  18. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
  19. package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
  20. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
  21. package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
  22. package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
  26. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  27. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  28. package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
  29. package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
  30. package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
  31. package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
  32. package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
  34. package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
  35. package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
  36. package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
  37. package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +1019 -375
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  42. package/node_modules/aws-sdk/lib/core.js +1 -1
  43. package/node_modules/aws-sdk/package.json +1 -1
  44. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1390.0
1
+ // AWS SDK for JavaScript v2.1392.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){
@@ -14235,6 +14235,17 @@ module.exports={
14235
14235
  "xmlNamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/"
14236
14236
  },
14237
14237
  "operations": {
14238
+ "ActivateOrganizationsAccess": {
14239
+ "input": {
14240
+ "type": "structure",
14241
+ "members": {}
14242
+ },
14243
+ "output": {
14244
+ "resultWrapper": "ActivateOrganizationsAccessResult",
14245
+ "type": "structure",
14246
+ "members": {}
14247
+ }
14248
+ },
14238
14249
  "ActivateType": {
14239
14250
  "input": {
14240
14251
  "type": "structure",
@@ -14248,7 +14259,7 @@ module.exports={
14248
14259
  "type": "boolean"
14249
14260
  },
14250
14261
  "LoggingConfig": {
14251
- "shape": "S7"
14262
+ "shape": "S9"
14252
14263
  },
14253
14264
  "ExecutionRoleArn": {},
14254
14265
  "VersionBump": {},
@@ -14276,7 +14287,7 @@ module.exports={
14276
14287
  "TypeConfigurationIdentifiers": {
14277
14288
  "type": "list",
14278
14289
  "member": {
14279
- "shape": "Sg"
14290
+ "shape": "Si"
14280
14291
  }
14281
14292
  }
14282
14293
  }
@@ -14293,7 +14304,7 @@ module.exports={
14293
14304
  "ErrorCode": {},
14294
14305
  "ErrorMessage": {},
14295
14306
  "TypeConfigurationIdentifier": {
14296
- "shape": "Sg"
14307
+ "shape": "Si"
14297
14308
  }
14298
14309
  }
14299
14310
  }
@@ -14301,7 +14312,7 @@ module.exports={
14301
14312
  "UnprocessedTypeConfigurations": {
14302
14313
  "type": "list",
14303
14314
  "member": {
14304
- "shape": "Sg"
14315
+ "shape": "Si"
14305
14316
  }
14306
14317
  },
14307
14318
  "TypeConfigurations": {
@@ -14375,23 +14386,23 @@ module.exports={
14375
14386
  "type": "boolean"
14376
14387
  },
14377
14388
  "Parameters": {
14378
- "shape": "S18"
14389
+ "shape": "S1a"
14379
14390
  },
14380
14391
  "Capabilities": {
14381
- "shape": "S1d"
14392
+ "shape": "S1f"
14382
14393
  },
14383
14394
  "ResourceTypes": {
14384
- "shape": "S1f"
14395
+ "shape": "S1h"
14385
14396
  },
14386
14397
  "RoleARN": {},
14387
14398
  "RollbackConfiguration": {
14388
- "shape": "S1h"
14399
+ "shape": "S1j"
14389
14400
  },
14390
14401
  "NotificationARNs": {
14391
- "shape": "S1n"
14402
+ "shape": "S1p"
14392
14403
  },
14393
14404
  "Tags": {
14394
- "shape": "S1p"
14405
+ "shape": "S1r"
14395
14406
  },
14396
14407
  "ChangeSetName": {},
14397
14408
  "ClientToken": {},
@@ -14442,32 +14453,32 @@ module.exports={
14442
14453
  "TemplateBody": {},
14443
14454
  "TemplateURL": {},
14444
14455
  "Parameters": {
14445
- "shape": "S18"
14456
+ "shape": "S1a"
14446
14457
  },
14447
14458
  "DisableRollback": {
14448
14459
  "type": "boolean"
14449
14460
  },
14450
14461
  "RollbackConfiguration": {
14451
- "shape": "S1h"
14462
+ "shape": "S1j"
14452
14463
  },
14453
14464
  "TimeoutInMinutes": {
14454
14465
  "type": "integer"
14455
14466
  },
14456
14467
  "NotificationARNs": {
14457
- "shape": "S1n"
14468
+ "shape": "S1p"
14458
14469
  },
14459
14470
  "Capabilities": {
14460
- "shape": "S1d"
14471
+ "shape": "S1f"
14461
14472
  },
14462
14473
  "ResourceTypes": {
14463
- "shape": "S1f"
14474
+ "shape": "S1h"
14464
14475
  },
14465
14476
  "RoleARN": {},
14466
14477
  "OnFailure": {},
14467
14478
  "StackPolicyBody": {},
14468
14479
  "StackPolicyURL": {},
14469
14480
  "Tags": {
14470
- "shape": "S1p"
14481
+ "shape": "S1r"
14471
14482
  },
14472
14483
  "ClientRequestToken": {},
14473
14484
  "EnableTerminationProtection": {
@@ -14493,19 +14504,19 @@ module.exports={
14493
14504
  "members": {
14494
14505
  "StackSetName": {},
14495
14506
  "Accounts": {
14496
- "shape": "S2h"
14507
+ "shape": "S2j"
14497
14508
  },
14498
14509
  "DeploymentTargets": {
14499
- "shape": "S2j"
14510
+ "shape": "S2l"
14500
14511
  },
14501
14512
  "Regions": {
14502
- "shape": "S2o"
14513
+ "shape": "S2q"
14503
14514
  },
14504
14515
  "ParameterOverrides": {
14505
- "shape": "S18"
14516
+ "shape": "S1a"
14506
14517
  },
14507
14518
  "OperationPreferences": {
14508
- "shape": "S2q"
14519
+ "shape": "S2s"
14509
14520
  },
14510
14521
  "OperationId": {
14511
14522
  "idempotencyToken": true
@@ -14534,26 +14545,26 @@ module.exports={
14534
14545
  "TemplateURL": {},
14535
14546
  "StackId": {},
14536
14547
  "Parameters": {
14537
- "shape": "S18"
14548
+ "shape": "S1a"
14538
14549
  },
14539
14550
  "Capabilities": {
14540
- "shape": "S1d"
14551
+ "shape": "S1f"
14541
14552
  },
14542
14553
  "Tags": {
14543
- "shape": "S1p"
14554
+ "shape": "S1r"
14544
14555
  },
14545
14556
  "AdministrationRoleARN": {},
14546
14557
  "ExecutionRoleName": {},
14547
14558
  "PermissionModel": {},
14548
14559
  "AutoDeployment": {
14549
- "shape": "S31"
14560
+ "shape": "S33"
14550
14561
  },
14551
14562
  "CallAs": {},
14552
14563
  "ClientRequestToken": {
14553
14564
  "idempotencyToken": true
14554
14565
  },
14555
14566
  "ManagedExecution": {
14556
- "shape": "S34"
14567
+ "shape": "S36"
14557
14568
  }
14558
14569
  }
14559
14570
  },
@@ -14565,6 +14576,17 @@ module.exports={
14565
14576
  }
14566
14577
  }
14567
14578
  },
14579
+ "DeactivateOrganizationsAccess": {
14580
+ "input": {
14581
+ "type": "structure",
14582
+ "members": {}
14583
+ },
14584
+ "output": {
14585
+ "resultWrapper": "DeactivateOrganizationsAccessResult",
14586
+ "type": "structure",
14587
+ "members": {}
14588
+ }
14589
+ },
14568
14590
  "DeactivateType": {
14569
14591
  "input": {
14570
14592
  "type": "structure",
@@ -14626,16 +14648,16 @@ module.exports={
14626
14648
  "members": {
14627
14649
  "StackSetName": {},
14628
14650
  "Accounts": {
14629
- "shape": "S2h"
14651
+ "shape": "S2j"
14630
14652
  },
14631
14653
  "DeploymentTargets": {
14632
- "shape": "S2j"
14654
+ "shape": "S2l"
14633
14655
  },
14634
14656
  "Regions": {
14635
- "shape": "S2o"
14657
+ "shape": "S2q"
14636
14658
  },
14637
14659
  "OperationPreferences": {
14638
- "shape": "S2q"
14660
+ "shape": "S2s"
14639
14661
  },
14640
14662
  "RetainStacks": {
14641
14663
  "type": "boolean"
@@ -14737,7 +14759,7 @@ module.exports={
14737
14759
  "StackName": {},
14738
14760
  "Description": {},
14739
14761
  "Parameters": {
14740
- "shape": "S18"
14762
+ "shape": "S1a"
14741
14763
  },
14742
14764
  "CreationTime": {
14743
14765
  "type": "timestamp"
@@ -14746,16 +14768,16 @@ module.exports={
14746
14768
  "Status": {},
14747
14769
  "StatusReason": {},
14748
14770
  "NotificationARNs": {
14749
- "shape": "S1n"
14771
+ "shape": "S1p"
14750
14772
  },
14751
14773
  "RollbackConfiguration": {
14752
- "shape": "S1h"
14774
+ "shape": "S1j"
14753
14775
  },
14754
14776
  "Capabilities": {
14755
- "shape": "S1d"
14777
+ "shape": "S1f"
14756
14778
  },
14757
14779
  "Tags": {
14758
- "shape": "S1p"
14780
+ "shape": "S1r"
14759
14781
  },
14760
14782
  "Changes": {
14761
14783
  "type": "list",
@@ -14799,7 +14821,7 @@ module.exports={
14799
14821
  },
14800
14822
  "ChangeSetId": {},
14801
14823
  "ModuleInfo": {
14802
- "shape": "S4j"
14824
+ "shape": "S4n"
14803
14825
  }
14804
14826
  }
14805
14827
  }
@@ -14868,6 +14890,21 @@ module.exports={
14868
14890
  }
14869
14891
  }
14870
14892
  },
14893
+ "DescribeOrganizationsAccess": {
14894
+ "input": {
14895
+ "type": "structure",
14896
+ "members": {
14897
+ "CallAs": {}
14898
+ }
14899
+ },
14900
+ "output": {
14901
+ "resultWrapper": "DescribeOrganizationsAccessResult",
14902
+ "type": "structure",
14903
+ "members": {
14904
+ "Status": {}
14905
+ }
14906
+ }
14907
+ },
14871
14908
  "DescribePublisher": {
14872
14909
  "input": {
14873
14910
  "type": "structure",
@@ -14996,11 +15033,11 @@ module.exports={
14996
15033
  "Account": {},
14997
15034
  "StackId": {},
14998
15035
  "ParameterOverrides": {
14999
- "shape": "S18"
15036
+ "shape": "S1a"
15000
15037
  },
15001
15038
  "Status": {},
15002
15039
  "StackInstanceStatus": {
15003
- "shape": "S5r"
15040
+ "shape": "S5y"
15004
15041
  },
15005
15042
  "StatusReason": {},
15006
15043
  "OrganizationalUnitId": {},
@@ -15052,10 +15089,10 @@ module.exports={
15052
15089
  "Description": {},
15053
15090
  "Metadata": {},
15054
15091
  "DriftInformation": {
15055
- "shape": "S5y"
15092
+ "shape": "S65"
15056
15093
  },
15057
15094
  "ModuleInfo": {
15058
- "shape": "S4j"
15095
+ "shape": "S4n"
15059
15096
  }
15060
15097
  }
15061
15098
  }
@@ -15090,7 +15127,7 @@ module.exports={
15090
15127
  "StackResourceDrifts": {
15091
15128
  "type": "list",
15092
15129
  "member": {
15093
- "shape": "S65"
15130
+ "shape": "S6c"
15094
15131
  }
15095
15132
  },
15096
15133
  "NextToken": {}
@@ -15133,10 +15170,10 @@ module.exports={
15133
15170
  "ResourceStatusReason": {},
15134
15171
  "Description": {},
15135
15172
  "DriftInformation": {
15136
- "shape": "S5y"
15173
+ "shape": "S65"
15137
15174
  },
15138
15175
  "ModuleInfo": {
15139
- "shape": "S4j"
15176
+ "shape": "S4n"
15140
15177
  }
15141
15178
  }
15142
15179
  }
@@ -15168,32 +15205,32 @@ module.exports={
15168
15205
  "Status": {},
15169
15206
  "TemplateBody": {},
15170
15207
  "Parameters": {
15171
- "shape": "S18"
15208
+ "shape": "S1a"
15172
15209
  },
15173
15210
  "Capabilities": {
15174
- "shape": "S1d"
15211
+ "shape": "S1f"
15175
15212
  },
15176
15213
  "Tags": {
15177
- "shape": "S1p"
15214
+ "shape": "S1r"
15178
15215
  },
15179
15216
  "StackSetARN": {},
15180
15217
  "AdministrationRoleARN": {},
15181
15218
  "ExecutionRoleName": {},
15182
15219
  "StackSetDriftDetectionDetails": {
15183
- "shape": "S6p"
15220
+ "shape": "S6w"
15184
15221
  },
15185
15222
  "AutoDeployment": {
15186
- "shape": "S31"
15223
+ "shape": "S33"
15187
15224
  },
15188
15225
  "PermissionModel": {},
15189
15226
  "OrganizationalUnitIds": {
15190
- "shape": "S2l"
15227
+ "shape": "S2n"
15191
15228
  },
15192
15229
  "ManagedExecution": {
15193
- "shape": "S34"
15230
+ "shape": "S36"
15194
15231
  },
15195
15232
  "Regions": {
15196
- "shape": "S2o"
15233
+ "shape": "S2q"
15197
15234
  }
15198
15235
  }
15199
15236
  }
@@ -15225,7 +15262,7 @@ module.exports={
15225
15262
  "Action": {},
15226
15263
  "Status": {},
15227
15264
  "OperationPreferences": {
15228
- "shape": "S2q"
15265
+ "shape": "S2s"
15229
15266
  },
15230
15267
  "RetainStacks": {
15231
15268
  "type": "boolean"
@@ -15239,14 +15276,14 @@ module.exports={
15239
15276
  "type": "timestamp"
15240
15277
  },
15241
15278
  "DeploymentTargets": {
15242
- "shape": "S2j"
15279
+ "shape": "S2l"
15243
15280
  },
15244
15281
  "StackSetDriftDetectionDetails": {
15245
- "shape": "S6p"
15282
+ "shape": "S6w"
15246
15283
  },
15247
15284
  "StatusReason": {},
15248
15285
  "StatusDetails": {
15249
- "shape": "S74"
15286
+ "shape": "S7b"
15250
15287
  }
15251
15288
  }
15252
15289
  }
@@ -15280,7 +15317,7 @@ module.exports={
15280
15317
  "ChangeSetId": {},
15281
15318
  "Description": {},
15282
15319
  "Parameters": {
15283
- "shape": "S18"
15320
+ "shape": "S1a"
15284
15321
  },
15285
15322
  "CreationTime": {
15286
15323
  "type": "timestamp"
@@ -15292,7 +15329,7 @@ module.exports={
15292
15329
  "type": "timestamp"
15293
15330
  },
15294
15331
  "RollbackConfiguration": {
15295
- "shape": "S1h"
15332
+ "shape": "S1j"
15296
15333
  },
15297
15334
  "StackStatus": {},
15298
15335
  "StackStatusReason": {},
@@ -15300,13 +15337,13 @@ module.exports={
15300
15337
  "type": "boolean"
15301
15338
  },
15302
15339
  "NotificationARNs": {
15303
- "shape": "S1n"
15340
+ "shape": "S1p"
15304
15341
  },
15305
15342
  "TimeoutInMinutes": {
15306
15343
  "type": "integer"
15307
15344
  },
15308
15345
  "Capabilities": {
15309
- "shape": "S1d"
15346
+ "shape": "S1f"
15310
15347
  },
15311
15348
  "Outputs": {
15312
15349
  "type": "list",
@@ -15322,7 +15359,7 @@ module.exports={
15322
15359
  },
15323
15360
  "RoleARN": {},
15324
15361
  "Tags": {
15325
- "shape": "S1p"
15362
+ "shape": "S1r"
15326
15363
  },
15327
15364
  "EnableTerminationProtection": {
15328
15365
  "type": "boolean"
@@ -15378,7 +15415,7 @@ module.exports={
15378
15415
  "ProvisioningType": {},
15379
15416
  "DeprecatedStatus": {},
15380
15417
  "LoggingConfig": {
15381
- "shape": "S7"
15418
+ "shape": "S9"
15382
15419
  },
15383
15420
  "RequiredActivatedTypes": {
15384
15421
  "type": "list",
@@ -15454,7 +15491,7 @@ module.exports={
15454
15491
  "members": {
15455
15492
  "StackName": {},
15456
15493
  "LogicalResourceIds": {
15457
- "shape": "S85"
15494
+ "shape": "S8c"
15458
15495
  }
15459
15496
  }
15460
15497
  },
@@ -15489,7 +15526,7 @@ module.exports={
15489
15526
  ],
15490
15527
  "members": {
15491
15528
  "StackResourceDrift": {
15492
- "shape": "S65"
15529
+ "shape": "S6c"
15493
15530
  }
15494
15531
  }
15495
15532
  }
@@ -15503,7 +15540,7 @@ module.exports={
15503
15540
  "members": {
15504
15541
  "StackSetName": {},
15505
15542
  "OperationPreferences": {
15506
- "shape": "S2q"
15543
+ "shape": "S2s"
15507
15544
  },
15508
15545
  "OperationId": {
15509
15546
  "idempotencyToken": true
@@ -15526,7 +15563,7 @@ module.exports={
15526
15563
  "TemplateBody": {},
15527
15564
  "TemplateURL": {},
15528
15565
  "Parameters": {
15529
- "shape": "S18"
15566
+ "shape": "S1a"
15530
15567
  }
15531
15568
  }
15532
15569
  },
@@ -15639,16 +15676,16 @@ module.exports={
15639
15676
  },
15640
15677
  "Description": {},
15641
15678
  "Capabilities": {
15642
- "shape": "S1d"
15679
+ "shape": "S1f"
15643
15680
  },
15644
15681
  "CapabilitiesReason": {},
15645
15682
  "ResourceTypes": {
15646
- "shape": "S1f"
15683
+ "shape": "S1h"
15647
15684
  },
15648
15685
  "Version": {},
15649
15686
  "Metadata": {},
15650
15687
  "DeclaredTransforms": {
15651
- "shape": "S8y"
15688
+ "shape": "S95"
15652
15689
  },
15653
15690
  "ResourceIdentifierSummaries": {
15654
15691
  "type": "list",
@@ -15657,7 +15694,7 @@ module.exports={
15657
15694
  "members": {
15658
15695
  "ResourceType": {},
15659
15696
  "LogicalResourceIds": {
15660
- "shape": "S85"
15697
+ "shape": "S8c"
15661
15698
  },
15662
15699
  "ResourceIdentifiers": {
15663
15700
  "type": "list",
@@ -15683,10 +15720,10 @@ module.exports={
15683
15720
  },
15684
15721
  "StackIdsUrl": {},
15685
15722
  "OrganizationalUnitIds": {
15686
- "shape": "S2l"
15723
+ "shape": "S2n"
15687
15724
  },
15688
15725
  "OperationPreferences": {
15689
- "shape": "S2q"
15726
+ "shape": "S2s"
15690
15727
  },
15691
15728
  "OperationId": {
15692
15729
  "idempotencyToken": true
@@ -15837,7 +15874,7 @@ module.exports={
15837
15874
  "Status": {},
15838
15875
  "StatusReason": {},
15839
15876
  "StackInstanceStatus": {
15840
- "shape": "S5r"
15877
+ "shape": "S5y"
15841
15878
  },
15842
15879
  "OrganizationalUnitId": {},
15843
15880
  "DriftStatus": {},
@@ -15899,7 +15936,7 @@ module.exports={
15899
15936
  }
15900
15937
  },
15901
15938
  "ModuleInfo": {
15902
- "shape": "S4j"
15939
+ "shape": "S4n"
15903
15940
  }
15904
15941
  }
15905
15942
  }
@@ -15998,10 +16035,10 @@ module.exports={
15998
16035
  },
15999
16036
  "StatusReason": {},
16000
16037
  "StatusDetails": {
16001
- "shape": "S74"
16038
+ "shape": "S7b"
16002
16039
  },
16003
16040
  "OperationPreferences": {
16004
- "shape": "S2q"
16041
+ "shape": "S2s"
16005
16042
  }
16006
16043
  }
16007
16044
  }
@@ -16036,7 +16073,7 @@ module.exports={
16036
16073
  "Description": {},
16037
16074
  "Status": {},
16038
16075
  "AutoDeployment": {
16039
- "shape": "S31"
16076
+ "shape": "S33"
16040
16077
  },
16041
16078
  "PermissionModel": {},
16042
16079
  "DriftStatus": {},
@@ -16044,7 +16081,7 @@ module.exports={
16044
16081
  "type": "timestamp"
16045
16082
  },
16046
16083
  "ManagedExecution": {
16047
- "shape": "S34"
16084
+ "shape": "S36"
16048
16085
  }
16049
16086
  }
16050
16087
  }
@@ -16314,7 +16351,7 @@ module.exports={
16314
16351
  "TypeName": {},
16315
16352
  "SchemaHandlerPackage": {},
16316
16353
  "LoggingConfig": {
16317
- "shape": "S7"
16354
+ "shape": "S9"
16318
16355
  },
16319
16356
  "ExecutionRoleArn": {},
16320
16357
  "ClientRequestToken": {}
@@ -16473,25 +16510,25 @@ module.exports={
16473
16510
  "StackPolicyDuringUpdateBody": {},
16474
16511
  "StackPolicyDuringUpdateURL": {},
16475
16512
  "Parameters": {
16476
- "shape": "S18"
16513
+ "shape": "S1a"
16477
16514
  },
16478
16515
  "Capabilities": {
16479
- "shape": "S1d"
16516
+ "shape": "S1f"
16480
16517
  },
16481
16518
  "ResourceTypes": {
16482
- "shape": "S1f"
16519
+ "shape": "S1h"
16483
16520
  },
16484
16521
  "RoleARN": {},
16485
16522
  "RollbackConfiguration": {
16486
- "shape": "S1h"
16523
+ "shape": "S1j"
16487
16524
  },
16488
16525
  "StackPolicyBody": {},
16489
16526
  "StackPolicyURL": {},
16490
16527
  "NotificationARNs": {
16491
- "shape": "S1n"
16528
+ "shape": "S1p"
16492
16529
  },
16493
16530
  "Tags": {
16494
- "shape": "S1p"
16531
+ "shape": "S1r"
16495
16532
  },
16496
16533
  "DisableRollback": {
16497
16534
  "type": "boolean"
@@ -16517,19 +16554,19 @@ module.exports={
16517
16554
  "members": {
16518
16555
  "StackSetName": {},
16519
16556
  "Accounts": {
16520
- "shape": "S2h"
16557
+ "shape": "S2j"
16521
16558
  },
16522
16559
  "DeploymentTargets": {
16523
- "shape": "S2j"
16560
+ "shape": "S2l"
16524
16561
  },
16525
16562
  "Regions": {
16526
- "shape": "S2o"
16563
+ "shape": "S2q"
16527
16564
  },
16528
16565
  "ParameterOverrides": {
16529
- "shape": "S18"
16566
+ "shape": "S1a"
16530
16567
  },
16531
16568
  "OperationPreferences": {
16532
- "shape": "S2q"
16569
+ "shape": "S2s"
16533
16570
  },
16534
16571
  "OperationId": {
16535
16572
  "idempotencyToken": true
@@ -16560,38 +16597,38 @@ module.exports={
16560
16597
  "type": "boolean"
16561
16598
  },
16562
16599
  "Parameters": {
16563
- "shape": "S18"
16600
+ "shape": "S1a"
16564
16601
  },
16565
16602
  "Capabilities": {
16566
- "shape": "S1d"
16603
+ "shape": "S1f"
16567
16604
  },
16568
16605
  "Tags": {
16569
- "shape": "S1p"
16606
+ "shape": "S1r"
16570
16607
  },
16571
16608
  "OperationPreferences": {
16572
- "shape": "S2q"
16609
+ "shape": "S2s"
16573
16610
  },
16574
16611
  "AdministrationRoleARN": {},
16575
16612
  "ExecutionRoleName": {},
16576
16613
  "DeploymentTargets": {
16577
- "shape": "S2j"
16614
+ "shape": "S2l"
16578
16615
  },
16579
16616
  "PermissionModel": {},
16580
16617
  "AutoDeployment": {
16581
- "shape": "S31"
16618
+ "shape": "S33"
16582
16619
  },
16583
16620
  "OperationId": {
16584
16621
  "idempotencyToken": true
16585
16622
  },
16586
16623
  "Accounts": {
16587
- "shape": "S2h"
16624
+ "shape": "S2j"
16588
16625
  },
16589
16626
  "Regions": {
16590
- "shape": "S2o"
16627
+ "shape": "S2q"
16591
16628
  },
16592
16629
  "CallAs": {},
16593
16630
  "ManagedExecution": {
16594
- "shape": "S34"
16631
+ "shape": "S36"
16595
16632
  }
16596
16633
  }
16597
16634
  },
@@ -16653,18 +16690,18 @@ module.exports={
16653
16690
  },
16654
16691
  "Description": {},
16655
16692
  "Capabilities": {
16656
- "shape": "S1d"
16693
+ "shape": "S1f"
16657
16694
  },
16658
16695
  "CapabilitiesReason": {},
16659
16696
  "DeclaredTransforms": {
16660
- "shape": "S8y"
16697
+ "shape": "S95"
16661
16698
  }
16662
16699
  }
16663
16700
  }
16664
16701
  }
16665
16702
  },
16666
16703
  "shapes": {
16667
- "S7": {
16704
+ "S9": {
16668
16705
  "type": "structure",
16669
16706
  "required": [
16670
16707
  "LogRoleArn",
@@ -16675,7 +16712,7 @@ module.exports={
16675
16712
  "LogGroupName": {}
16676
16713
  }
16677
16714
  },
16678
- "Sg": {
16715
+ "Si": {
16679
16716
  "type": "structure",
16680
16717
  "members": {
16681
16718
  "TypeArn": {},
@@ -16685,7 +16722,7 @@ module.exports={
16685
16722
  "TypeName": {}
16686
16723
  }
16687
16724
  },
16688
- "S18": {
16725
+ "S1a": {
16689
16726
  "type": "list",
16690
16727
  "member": {
16691
16728
  "type": "structure",
@@ -16699,15 +16736,15 @@ module.exports={
16699
16736
  }
16700
16737
  }
16701
16738
  },
16702
- "S1d": {
16739
+ "S1f": {
16703
16740
  "type": "list",
16704
16741
  "member": {}
16705
16742
  },
16706
- "S1f": {
16743
+ "S1h": {
16707
16744
  "type": "list",
16708
16745
  "member": {}
16709
16746
  },
16710
- "S1h": {
16747
+ "S1j": {
16711
16748
  "type": "structure",
16712
16749
  "members": {
16713
16750
  "RollbackTriggers": {
@@ -16729,11 +16766,11 @@ module.exports={
16729
16766
  }
16730
16767
  }
16731
16768
  },
16732
- "S1n": {
16769
+ "S1p": {
16733
16770
  "type": "list",
16734
16771
  "member": {}
16735
16772
  },
16736
- "S1p": {
16773
+ "S1r": {
16737
16774
  "type": "list",
16738
16775
  "member": {
16739
16776
  "type": "structure",
@@ -16747,37 +16784,37 @@ module.exports={
16747
16784
  }
16748
16785
  }
16749
16786
  },
16750
- "S2h": {
16787
+ "S2j": {
16751
16788
  "type": "list",
16752
16789
  "member": {}
16753
16790
  },
16754
- "S2j": {
16791
+ "S2l": {
16755
16792
  "type": "structure",
16756
16793
  "members": {
16757
16794
  "Accounts": {
16758
- "shape": "S2h"
16795
+ "shape": "S2j"
16759
16796
  },
16760
16797
  "AccountsUrl": {},
16761
16798
  "OrganizationalUnitIds": {
16762
- "shape": "S2l"
16799
+ "shape": "S2n"
16763
16800
  },
16764
16801
  "AccountFilterType": {}
16765
16802
  }
16766
16803
  },
16767
- "S2l": {
16804
+ "S2n": {
16768
16805
  "type": "list",
16769
16806
  "member": {}
16770
16807
  },
16771
- "S2o": {
16808
+ "S2q": {
16772
16809
  "type": "list",
16773
16810
  "member": {}
16774
16811
  },
16775
- "S2q": {
16812
+ "S2s": {
16776
16813
  "type": "structure",
16777
16814
  "members": {
16778
16815
  "RegionConcurrencyType": {},
16779
16816
  "RegionOrder": {
16780
- "shape": "S2o"
16817
+ "shape": "S2q"
16781
16818
  },
16782
16819
  "FailureToleranceCount": {
16783
16820
  "type": "integer"
@@ -16793,7 +16830,7 @@ module.exports={
16793
16830
  }
16794
16831
  }
16795
16832
  },
16796
- "S31": {
16833
+ "S33": {
16797
16834
  "type": "structure",
16798
16835
  "members": {
16799
16836
  "Enabled": {
@@ -16804,7 +16841,7 @@ module.exports={
16804
16841
  }
16805
16842
  }
16806
16843
  },
16807
- "S34": {
16844
+ "S36": {
16808
16845
  "type": "structure",
16809
16846
  "members": {
16810
16847
  "Active": {
@@ -16812,20 +16849,20 @@ module.exports={
16812
16849
  }
16813
16850
  }
16814
16851
  },
16815
- "S4j": {
16852
+ "S4n": {
16816
16853
  "type": "structure",
16817
16854
  "members": {
16818
16855
  "TypeHierarchy": {},
16819
16856
  "LogicalIdHierarchy": {}
16820
16857
  }
16821
16858
  },
16822
- "S5r": {
16859
+ "S5y": {
16823
16860
  "type": "structure",
16824
16861
  "members": {
16825
16862
  "DetailedStatus": {}
16826
16863
  }
16827
16864
  },
16828
- "S5y": {
16865
+ "S65": {
16829
16866
  "type": "structure",
16830
16867
  "required": [
16831
16868
  "StackResourceDriftStatus"
@@ -16837,7 +16874,7 @@ module.exports={
16837
16874
  }
16838
16875
  }
16839
16876
  },
16840
- "S65": {
16877
+ "S6c": {
16841
16878
  "type": "structure",
16842
16879
  "required": [
16843
16880
  "StackId",
@@ -16890,11 +16927,11 @@ module.exports={
16890
16927
  "type": "timestamp"
16891
16928
  },
16892
16929
  "ModuleInfo": {
16893
- "shape": "S4j"
16930
+ "shape": "S4n"
16894
16931
  }
16895
16932
  }
16896
16933
  },
16897
- "S6p": {
16934
+ "S6w": {
16898
16935
  "type": "structure",
16899
16936
  "members": {
16900
16937
  "DriftStatus": {},
@@ -16919,7 +16956,7 @@ module.exports={
16919
16956
  }
16920
16957
  }
16921
16958
  },
16922
- "S74": {
16959
+ "S7b": {
16923
16960
  "type": "structure",
16924
16961
  "members": {
16925
16962
  "FailedStackInstancesCount": {
@@ -16927,11 +16964,11 @@ module.exports={
16927
16964
  }
16928
16965
  }
16929
16966
  },
16930
- "S85": {
16967
+ "S8c": {
16931
16968
  "type": "list",
16932
16969
  "member": {}
16933
16970
  },
16934
- "S8y": {
16971
+ "S95": {
16935
16972
  "type": "list",
16936
16973
  "member": {}
16937
16974
  }
@@ -88598,6 +88635,9 @@ module.exports={
88598
88635
  "DeregisterInstanceEventNotificationAttributes": {
88599
88636
  "input": {
88600
88637
  "type": "structure",
88638
+ "required": [
88639
+ "InstanceTagAttribute"
88640
+ ],
88601
88641
  "members": {
88602
88642
  "DryRun": {
88603
88643
  "type": "boolean"
@@ -103914,6 +103954,9 @@ module.exports={
103914
103954
  "RegisterInstanceEventNotificationAttributes": {
103915
103955
  "input": {
103916
103956
  "type": "structure",
103957
+ "required": [
103958
+ "InstanceTagAttribute"
103959
+ ],
103917
103960
  "members": {
103918
103961
  "DryRun": {
103919
103962
  "type": "boolean"
@@ -153748,6 +153791,9 @@ module.exports={
153748
153791
  },
153749
153792
  "schedulingConfig": {
153750
153793
  "shape": "S54"
153794
+ },
153795
+ "destinationPackageVersions": {
153796
+ "shape": "S5b"
153751
153797
  }
153752
153798
  }
153753
153799
  },
@@ -153800,6 +153846,9 @@ module.exports={
153800
153846
  },
153801
153847
  "maintenanceWindows": {
153802
153848
  "shape": "S57"
153849
+ },
153850
+ "destinationPackageVersions": {
153851
+ "shape": "S5b"
153803
153852
  }
153804
153853
  }
153805
153854
  },
@@ -153832,7 +153881,7 @@ module.exports={
153832
153881
  "certificateId": {},
153833
153882
  "certificatePem": {},
153834
153883
  "keyPair": {
153835
- "shape": "S5h"
153884
+ "shape": "S5j"
153836
153885
  }
153837
153886
  }
153838
153887
  }
@@ -153855,7 +153904,7 @@ module.exports={
153855
153904
  },
153856
153905
  "roleArn": {},
153857
153906
  "actionParams": {
153858
- "shape": "S5m"
153907
+ "shape": "S5o"
153859
153908
  },
153860
153909
  "tags": {
153861
153910
  "shape": "S2e"
@@ -153889,17 +153938,17 @@ module.exports={
153889
153938
  },
153890
153939
  "description": {},
153891
153940
  "targets": {
153892
- "shape": "S66"
153941
+ "shape": "S68"
153893
153942
  },
153894
153943
  "protocols": {
153895
- "shape": "S68"
153944
+ "shape": "S6a"
153896
153945
  },
153897
153946
  "targetSelection": {},
153898
153947
  "awsJobExecutionsRolloutConfig": {
153899
- "shape": "S6a"
153948
+ "shape": "S6c"
153900
153949
  },
153901
153950
  "awsJobPresignedUrlConfig": {
153902
- "shape": "S6h"
153951
+ "shape": "S6j"
153903
153952
  },
153904
153953
  "awsJobAbortConfig": {
153905
153954
  "type": "structure",
@@ -153940,11 +153989,11 @@ module.exports={
153940
153989
  }
153941
153990
  },
153942
153991
  "files": {
153943
- "shape": "S6s"
153992
+ "shape": "S6u"
153944
153993
  },
153945
153994
  "roleArn": {},
153946
153995
  "additionalParameters": {
153947
- "shape": "S7q"
153996
+ "shape": "S7s"
153948
153997
  },
153949
153998
  "tags": {
153950
153999
  "shape": "S2e"
@@ -153962,6 +154011,102 @@ module.exports={
153962
154011
  }
153963
154012
  }
153964
154013
  },
154014
+ "CreatePackage": {
154015
+ "http": {
154016
+ "method": "PUT",
154017
+ "requestUri": "/packages/{packageName}",
154018
+ "responseCode": 200
154019
+ },
154020
+ "input": {
154021
+ "type": "structure",
154022
+ "required": [
154023
+ "packageName"
154024
+ ],
154025
+ "members": {
154026
+ "packageName": {
154027
+ "location": "uri",
154028
+ "locationName": "packageName"
154029
+ },
154030
+ "description": {
154031
+ "shape": "S80"
154032
+ },
154033
+ "tags": {
154034
+ "shape": "S81"
154035
+ },
154036
+ "clientToken": {
154037
+ "idempotencyToken": true,
154038
+ "location": "querystring",
154039
+ "locationName": "clientToken"
154040
+ }
154041
+ }
154042
+ },
154043
+ "output": {
154044
+ "type": "structure",
154045
+ "members": {
154046
+ "packageName": {},
154047
+ "packageArn": {},
154048
+ "description": {
154049
+ "shape": "S80"
154050
+ }
154051
+ }
154052
+ },
154053
+ "idempotent": true
154054
+ },
154055
+ "CreatePackageVersion": {
154056
+ "http": {
154057
+ "method": "PUT",
154058
+ "requestUri": "/packages/{packageName}/versions/{versionName}",
154059
+ "responseCode": 200
154060
+ },
154061
+ "input": {
154062
+ "type": "structure",
154063
+ "required": [
154064
+ "packageName",
154065
+ "versionName"
154066
+ ],
154067
+ "members": {
154068
+ "packageName": {
154069
+ "location": "uri",
154070
+ "locationName": "packageName"
154071
+ },
154072
+ "versionName": {
154073
+ "location": "uri",
154074
+ "locationName": "versionName"
154075
+ },
154076
+ "description": {
154077
+ "shape": "S80"
154078
+ },
154079
+ "attributes": {
154080
+ "shape": "S87"
154081
+ },
154082
+ "tags": {
154083
+ "shape": "S81"
154084
+ },
154085
+ "clientToken": {
154086
+ "idempotencyToken": true,
154087
+ "location": "querystring",
154088
+ "locationName": "clientToken"
154089
+ }
154090
+ }
154091
+ },
154092
+ "output": {
154093
+ "type": "structure",
154094
+ "members": {
154095
+ "packageVersionArn": {},
154096
+ "packageName": {},
154097
+ "versionName": {},
154098
+ "description": {
154099
+ "shape": "S80"
154100
+ },
154101
+ "attributes": {
154102
+ "shape": "S87"
154103
+ },
154104
+ "status": {},
154105
+ "errorReason": {}
154106
+ }
154107
+ },
154108
+ "idempotent": true
154109
+ },
153965
154110
  "CreatePolicy": {
153966
154111
  "http": {
153967
154112
  "requestUri": "/policies/{policyName}"
@@ -154050,7 +154195,7 @@ module.exports={
154050
154195
  "certificateId": {},
154051
154196
  "certificatePem": {},
154052
154197
  "keyPair": {
154053
- "shape": "S5h"
154198
+ "shape": "S5j"
154054
154199
  },
154055
154200
  "expiration": {
154056
154201
  "type": "timestamp"
@@ -154078,7 +154223,7 @@ module.exports={
154078
154223
  },
154079
154224
  "provisioningRoleArn": {},
154080
154225
  "preProvisioningHook": {
154081
- "shape": "S8c"
154226
+ "shape": "S8t"
154082
154227
  },
154083
154228
  "tags": {
154084
154229
  "shape": "S2e"
@@ -154182,7 +154327,7 @@ module.exports={
154182
154327
  "dayOfMonth": {},
154183
154328
  "dayOfWeek": {},
154184
154329
  "targetCheckNames": {
154185
- "shape": "S8s"
154330
+ "shape": "S99"
154186
154331
  },
154187
154332
  "scheduledAuditName": {
154188
154333
  "location": "uri",
@@ -154216,18 +154361,18 @@ module.exports={
154216
154361
  },
154217
154362
  "securityProfileDescription": {},
154218
154363
  "behaviors": {
154219
- "shape": "S8y"
154364
+ "shape": "S9f"
154220
154365
  },
154221
154366
  "alertTargets": {
154222
- "shape": "S9o"
154367
+ "shape": "Sa5"
154223
154368
  },
154224
154369
  "additionalMetricsToRetain": {
154225
- "shape": "S9s",
154370
+ "shape": "Sa9",
154226
154371
  "deprecated": true,
154227
154372
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
154228
154373
  },
154229
154374
  "additionalMetricsToRetainV2": {
154230
- "shape": "S9t"
154375
+ "shape": "Saa"
154231
154376
  },
154232
154377
  "tags": {
154233
154378
  "shape": "S2e"
@@ -154260,7 +154405,7 @@ module.exports={
154260
154405
  },
154261
154406
  "description": {},
154262
154407
  "files": {
154263
- "shape": "S9z"
154408
+ "shape": "Sag"
154264
154409
  },
154265
154410
  "roleArn": {},
154266
154411
  "tags": {
@@ -154357,7 +154502,7 @@ module.exports={
154357
154502
  "locationName": "thingTypeName"
154358
154503
  },
154359
154504
  "thingTypeProperties": {
154360
- "shape": "Sab"
154505
+ "shape": "Sas"
154361
154506
  },
154362
154507
  "tags": {
154363
154508
  "shape": "S2e"
@@ -154389,7 +154534,7 @@ module.exports={
154389
154534
  "locationName": "ruleName"
154390
154535
  },
154391
154536
  "topicRulePayload": {
154392
- "shape": "Saj"
154537
+ "shape": "Sb0"
154393
154538
  },
154394
154539
  "tags": {
154395
154540
  "location": "header",
@@ -154430,10 +154575,10 @@ module.exports={
154430
154575
  ],
154431
154576
  "members": {
154432
154577
  "subnetIds": {
154433
- "shape": "Sdw"
154578
+ "shape": "Sed"
154434
154579
  },
154435
154580
  "securityGroups": {
154436
- "shape": "Sdy"
154581
+ "shape": "Sef"
154437
154582
  },
154438
154583
  "vpcId": {},
154439
154584
  "roleArn": {}
@@ -154447,7 +154592,7 @@ module.exports={
154447
154592
  "type": "structure",
154448
154593
  "members": {
154449
154594
  "topicRuleDestination": {
154450
- "shape": "Se2"
154595
+ "shape": "Sej"
154451
154596
  }
154452
154597
  }
154453
154598
  }
@@ -154841,6 +154986,69 @@ module.exports={
154841
154986
  "members": {}
154842
154987
  }
154843
154988
  },
154989
+ "DeletePackage": {
154990
+ "http": {
154991
+ "method": "DELETE",
154992
+ "requestUri": "/packages/{packageName}",
154993
+ "responseCode": 200
154994
+ },
154995
+ "input": {
154996
+ "type": "structure",
154997
+ "required": [
154998
+ "packageName"
154999
+ ],
155000
+ "members": {
155001
+ "packageName": {
155002
+ "location": "uri",
155003
+ "locationName": "packageName"
155004
+ },
155005
+ "clientToken": {
155006
+ "idempotencyToken": true,
155007
+ "location": "querystring",
155008
+ "locationName": "clientToken"
155009
+ }
155010
+ }
155011
+ },
155012
+ "output": {
155013
+ "type": "structure",
155014
+ "members": {}
155015
+ },
155016
+ "idempotent": true
155017
+ },
155018
+ "DeletePackageVersion": {
155019
+ "http": {
155020
+ "method": "DELETE",
155021
+ "requestUri": "/packages/{packageName}/versions/{versionName}",
155022
+ "responseCode": 200
155023
+ },
155024
+ "input": {
155025
+ "type": "structure",
155026
+ "required": [
155027
+ "packageName",
155028
+ "versionName"
155029
+ ],
155030
+ "members": {
155031
+ "packageName": {
155032
+ "location": "uri",
155033
+ "locationName": "packageName"
155034
+ },
155035
+ "versionName": {
155036
+ "location": "uri",
155037
+ "locationName": "versionName"
155038
+ },
155039
+ "clientToken": {
155040
+ "idempotencyToken": true,
155041
+ "location": "querystring",
155042
+ "locationName": "clientToken"
155043
+ }
155044
+ }
155045
+ },
155046
+ "output": {
155047
+ "type": "structure",
155048
+ "members": {}
155049
+ },
155050
+ "idempotent": true
155051
+ },
154844
155052
  "DeletePolicy": {
154845
155053
  "http": {
154846
155054
  "method": "DELETE",
@@ -155216,10 +155424,10 @@ module.exports={
155216
155424
  "members": {
155217
155425
  "roleArn": {},
155218
155426
  "auditNotificationTargetConfigurations": {
155219
- "shape": "Sg2"
155427
+ "shape": "Sgn"
155220
155428
  },
155221
155429
  "auditCheckConfigurations": {
155222
- "shape": "Sg5"
155430
+ "shape": "Sgq"
155223
155431
  }
155224
155432
  }
155225
155433
  }
@@ -155245,7 +155453,7 @@ module.exports={
155245
155453
  "type": "structure",
155246
155454
  "members": {
155247
155455
  "finding": {
155248
- "shape": "Sga"
155456
+ "shape": "Sgv"
155249
155457
  }
155250
155458
  }
155251
155459
  }
@@ -155302,13 +155510,13 @@ module.exports={
155302
155510
  }
155303
155511
  },
155304
155512
  "target": {
155305
- "shape": "Sgu"
155513
+ "shape": "Shf"
155306
155514
  },
155307
155515
  "auditCheckToActionsMapping": {
155308
- "shape": "Sgy"
155516
+ "shape": "Shj"
155309
155517
  },
155310
155518
  "actionsDefinition": {
155311
- "shape": "Sh0"
155519
+ "shape": "Shl"
155312
155520
  }
155313
155521
  }
155314
155522
  }
@@ -155447,7 +155655,7 @@ module.exports={
155447
155655
  "type": "structure",
155448
155656
  "members": {
155449
155657
  "authorizerDescription": {
155450
- "shape": "Shr"
155658
+ "shape": "Sic"
155451
155659
  }
155452
155660
  }
155453
155661
  }
@@ -155532,13 +155740,13 @@ module.exports={
155532
155740
  },
155533
155741
  "generationId": {},
155534
155742
  "validity": {
155535
- "shape": "Si4"
155743
+ "shape": "Sip"
155536
155744
  },
155537
155745
  "certificateMode": {}
155538
155746
  }
155539
155747
  },
155540
155748
  "registrationConfig": {
155541
- "shape": "Si6"
155749
+ "shape": "Sir"
155542
155750
  }
155543
155751
  }
155544
155752
  }
@@ -155600,7 +155808,7 @@ module.exports={
155600
155808
  },
155601
155809
  "generationId": {},
155602
155810
  "validity": {
155603
- "shape": "Si4"
155811
+ "shape": "Sip"
155604
155812
  },
155605
155813
  "certificateMode": {}
155606
155814
  }
@@ -155654,7 +155862,7 @@ module.exports={
155654
155862
  "type": "structure",
155655
155863
  "members": {
155656
155864
  "authorizerDescription": {
155657
- "shape": "Shr"
155865
+ "shape": "Sic"
155658
155866
  }
155659
155867
  }
155660
155868
  }
@@ -155680,7 +155888,7 @@ module.exports={
155680
155888
  "type": "structure",
155681
155889
  "members": {
155682
155890
  "taskSummary": {
155683
- "shape": "Sij"
155891
+ "shape": "Sj4"
155684
155892
  }
155685
155893
  }
155686
155894
  }
@@ -155803,7 +156011,7 @@ module.exports={
155803
156011
  "type": "structure",
155804
156012
  "members": {
155805
156013
  "eventConfigurations": {
155806
- "shape": "Sj9"
156014
+ "shape": "Sju"
155807
156015
  },
155808
156016
  "creationDate": {
155809
156017
  "type": "timestamp"
@@ -155999,6 +156207,9 @@ module.exports={
155999
156207
  "startTime": {}
156000
156208
  }
156001
156209
  }
156210
+ },
156211
+ "destinationPackageVersions": {
156212
+ "shape": "S5b"
156002
156213
  }
156003
156214
  }
156004
156215
  }
@@ -156120,6 +156331,9 @@ module.exports={
156120
156331
  },
156121
156332
  "maintenanceWindows": {
156122
156333
  "shape": "S57"
156334
+ },
156335
+ "destinationPackageVersions": {
156336
+ "shape": "S5b"
156123
156337
  }
156124
156338
  }
156125
156339
  }
@@ -156153,7 +156367,7 @@ module.exports={
156153
156367
  "description": {},
156154
156368
  "templateVersion": {},
156155
156369
  "environments": {
156156
- "shape": "Skf"
156370
+ "shape": "Sl0"
156157
156371
  },
156158
156372
  "documentParameters": {
156159
156373
  "type": "list",
@@ -156200,7 +156414,7 @@ module.exports={
156200
156414
  "actionId": {},
156201
156415
  "roleArn": {},
156202
156416
  "actionParams": {
156203
- "shape": "S5m"
156417
+ "shape": "S5o"
156204
156418
  },
156205
156419
  "creationDate": {
156206
156420
  "type": "timestamp"
@@ -156249,7 +156463,7 @@ module.exports={
156249
156463
  },
156250
156464
  "provisioningRoleArn": {},
156251
156465
  "preProvisioningHook": {
156252
- "shape": "S8c"
156466
+ "shape": "S8t"
156253
156467
  },
156254
156468
  "type": {}
156255
156469
  }
@@ -156359,7 +156573,7 @@ module.exports={
156359
156573
  "dayOfMonth": {},
156360
156574
  "dayOfWeek": {},
156361
156575
  "targetCheckNames": {
156362
- "shape": "S8s"
156576
+ "shape": "S99"
156363
156577
  },
156364
156578
  "scheduledAuditName": {},
156365
156579
  "scheduledAuditArn": {}
@@ -156390,18 +156604,18 @@ module.exports={
156390
156604
  "securityProfileArn": {},
156391
156605
  "securityProfileDescription": {},
156392
156606
  "behaviors": {
156393
- "shape": "S8y"
156607
+ "shape": "S9f"
156394
156608
  },
156395
156609
  "alertTargets": {
156396
- "shape": "S9o"
156610
+ "shape": "Sa5"
156397
156611
  },
156398
156612
  "additionalMetricsToRetain": {
156399
- "shape": "S9s",
156613
+ "shape": "Sa9",
156400
156614
  "deprecated": true,
156401
156615
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
156402
156616
  },
156403
156617
  "additionalMetricsToRetainV2": {
156404
- "shape": "S9t"
156618
+ "shape": "Saa"
156405
156619
  },
156406
156620
  "version": {
156407
156621
  "type": "long"
@@ -156445,7 +156659,7 @@ module.exports={
156445
156659
  },
156446
156660
  "description": {},
156447
156661
  "files": {
156448
- "shape": "S9z"
156662
+ "shape": "Sag"
156449
156663
  },
156450
156664
  "createdAt": {
156451
156665
  "type": "timestamp"
@@ -156528,7 +156742,7 @@ module.exports={
156528
156742
  "members": {
156529
156743
  "parentGroupName": {},
156530
156744
  "rootToParentThingGroups": {
156531
- "shape": "Sl8"
156745
+ "shape": "Slt"
156532
156746
  },
156533
156747
  "creationDate": {
156534
156748
  "type": "timestamp"
@@ -156611,10 +156825,10 @@ module.exports={
156611
156825
  "thingTypeId": {},
156612
156826
  "thingTypeArn": {},
156613
156827
  "thingTypeProperties": {
156614
- "shape": "Sab"
156828
+ "shape": "Sas"
156615
156829
  },
156616
156830
  "thingTypeMetadata": {
156617
- "shape": "Sll"
156831
+ "shape": "Sm6"
156618
156832
  }
156619
156833
  }
156620
156834
  }
@@ -156922,10 +157136,10 @@ module.exports={
156922
157136
  "type": "structure",
156923
157137
  "members": {
156924
157138
  "thingIndexingConfiguration": {
156925
- "shape": "Smk"
157139
+ "shape": "Sn5"
156926
157140
  },
156927
157141
  "thingGroupIndexingConfiguration": {
156928
- "shape": "Smw"
157142
+ "shape": "Snh"
156929
157143
  }
156930
157144
  }
156931
157145
  }
@@ -157004,20 +157218,20 @@ module.exports={
157004
157218
  },
157005
157219
  "description": {},
157006
157220
  "targets": {
157007
- "shape": "S66"
157221
+ "shape": "S68"
157008
157222
  },
157009
157223
  "protocols": {
157010
- "shape": "S68"
157224
+ "shape": "S6a"
157011
157225
  },
157012
157226
  "awsJobExecutionsRolloutConfig": {
157013
- "shape": "S6a"
157227
+ "shape": "S6c"
157014
157228
  },
157015
157229
  "awsJobPresignedUrlConfig": {
157016
- "shape": "S6h"
157230
+ "shape": "S6j"
157017
157231
  },
157018
157232
  "targetSelection": {},
157019
157233
  "otaUpdateFiles": {
157020
- "shape": "S6s"
157234
+ "shape": "S6u"
157021
157235
  },
157022
157236
  "otaUpdateStatus": {},
157023
157237
  "awsIotJobId": {},
@@ -157030,13 +157244,114 @@ module.exports={
157030
157244
  }
157031
157245
  },
157032
157246
  "additionalParameters": {
157033
- "shape": "S7q"
157247
+ "shape": "S7s"
157034
157248
  }
157035
157249
  }
157036
157250
  }
157037
157251
  }
157038
157252
  }
157039
157253
  },
157254
+ "GetPackage": {
157255
+ "http": {
157256
+ "method": "GET",
157257
+ "requestUri": "/packages/{packageName}",
157258
+ "responseCode": 200
157259
+ },
157260
+ "input": {
157261
+ "type": "structure",
157262
+ "required": [
157263
+ "packageName"
157264
+ ],
157265
+ "members": {
157266
+ "packageName": {
157267
+ "location": "uri",
157268
+ "locationName": "packageName"
157269
+ }
157270
+ }
157271
+ },
157272
+ "output": {
157273
+ "type": "structure",
157274
+ "members": {
157275
+ "packageName": {},
157276
+ "packageArn": {},
157277
+ "description": {
157278
+ "shape": "S80"
157279
+ },
157280
+ "defaultVersionName": {},
157281
+ "creationDate": {
157282
+ "type": "timestamp"
157283
+ },
157284
+ "lastModifiedDate": {
157285
+ "type": "timestamp"
157286
+ }
157287
+ }
157288
+ }
157289
+ },
157290
+ "GetPackageConfiguration": {
157291
+ "http": {
157292
+ "method": "GET",
157293
+ "requestUri": "/package-configuration",
157294
+ "responseCode": 200
157295
+ },
157296
+ "input": {
157297
+ "type": "structure",
157298
+ "members": {}
157299
+ },
157300
+ "output": {
157301
+ "type": "structure",
157302
+ "members": {
157303
+ "versionUpdateByJobsConfig": {
157304
+ "shape": "Snx"
157305
+ }
157306
+ }
157307
+ }
157308
+ },
157309
+ "GetPackageVersion": {
157310
+ "http": {
157311
+ "method": "GET",
157312
+ "requestUri": "/packages/{packageName}/versions/{versionName}",
157313
+ "responseCode": 200
157314
+ },
157315
+ "input": {
157316
+ "type": "structure",
157317
+ "required": [
157318
+ "packageName",
157319
+ "versionName"
157320
+ ],
157321
+ "members": {
157322
+ "packageName": {
157323
+ "location": "uri",
157324
+ "locationName": "packageName"
157325
+ },
157326
+ "versionName": {
157327
+ "location": "uri",
157328
+ "locationName": "versionName"
157329
+ }
157330
+ }
157331
+ },
157332
+ "output": {
157333
+ "type": "structure",
157334
+ "members": {
157335
+ "packageVersionArn": {},
157336
+ "packageName": {},
157337
+ "versionName": {},
157338
+ "description": {
157339
+ "shape": "S80"
157340
+ },
157341
+ "attributes": {
157342
+ "shape": "S87"
157343
+ },
157344
+ "status": {},
157345
+ "errorReason": {},
157346
+ "creationDate": {
157347
+ "type": "timestamp"
157348
+ },
157349
+ "lastModifiedDate": {
157350
+ "type": "timestamp"
157351
+ }
157352
+ }
157353
+ }
157354
+ },
157040
157355
  "GetPercentiles": {
157041
157356
  "http": {
157042
157357
  "requestUri": "/indices/percentiles"
@@ -157253,14 +157568,14 @@ module.exports={
157253
157568
  "type": "timestamp"
157254
157569
  },
157255
157570
  "actions": {
157256
- "shape": "Sam"
157571
+ "shape": "Sb3"
157257
157572
  },
157258
157573
  "ruleDisabled": {
157259
157574
  "type": "boolean"
157260
157575
  },
157261
157576
  "awsIotSqlVersion": {},
157262
157577
  "errorAction": {
157263
- "shape": "San"
157578
+ "shape": "Sb4"
157264
157579
  }
157265
157580
  }
157266
157581
  }
@@ -157288,7 +157603,7 @@ module.exports={
157288
157603
  "type": "structure",
157289
157604
  "members": {
157290
157605
  "topicRuleDestination": {
157291
- "shape": "Se2"
157606
+ "shape": "Sej"
157292
157607
  }
157293
157608
  }
157294
157609
  }
@@ -157365,13 +157680,13 @@ module.exports={
157365
157680
  "thingName": {},
157366
157681
  "securityProfileName": {},
157367
157682
  "behavior": {
157368
- "shape": "S8z"
157683
+ "shape": "S9g"
157369
157684
  },
157370
157685
  "lastViolationValue": {
157371
- "shape": "S96"
157686
+ "shape": "S9n"
157372
157687
  },
157373
157688
  "violationEventAdditionalInfo": {
157374
- "shape": "Soe"
157689
+ "shape": "Sp7"
157375
157690
  },
157376
157691
  "verificationState": {},
157377
157692
  "verificationStateDescription": {},
@@ -157422,7 +157737,7 @@ module.exports={
157422
157737
  "type": "structure",
157423
157738
  "members": {
157424
157739
  "policies": {
157425
- "shape": "Sol"
157740
+ "shape": "Spe"
157426
157741
  },
157427
157742
  "nextMarker": {}
157428
157743
  }
@@ -157461,7 +157776,7 @@ module.exports={
157461
157776
  "findings": {
157462
157777
  "type": "list",
157463
157778
  "member": {
157464
- "shape": "Sga"
157779
+ "shape": "Sgv"
157465
157780
  }
157466
157781
  },
157467
157782
  "nextToken": {}
@@ -157779,7 +158094,7 @@ module.exports={
157779
158094
  "billingGroups": {
157780
158095
  "type": "list",
157781
158096
  "member": {
157782
- "shape": "Sl9"
158097
+ "shape": "Slu"
157783
158098
  }
157784
158099
  },
157785
158100
  "nextToken": {}
@@ -157863,7 +158178,7 @@ module.exports={
157863
158178
  "type": "structure",
157864
158179
  "members": {
157865
158180
  "certificates": {
157866
- "shape": "Spn"
158181
+ "shape": "Sqg"
157867
158182
  },
157868
158183
  "nextMarker": {}
157869
158184
  }
@@ -157904,7 +158219,7 @@ module.exports={
157904
158219
  "type": "structure",
157905
158220
  "members": {
157906
158221
  "certificates": {
157907
- "shape": "Spn"
158222
+ "shape": "Sqg"
157908
158223
  },
157909
158224
  "nextMarker": {}
157910
158225
  }
@@ -158048,7 +158363,7 @@ module.exports={
158048
158363
  "tasks": {
158049
158364
  "type": "list",
158050
158365
  "member": {
158051
- "shape": "Sij"
158366
+ "shape": "Sj4"
158052
158367
  }
158053
158368
  },
158054
158369
  "nextToken": {}
@@ -158232,7 +158547,7 @@ module.exports={
158232
158547
  "members": {
158233
158548
  "thingArn": {},
158234
158549
  "jobExecutionSummary": {
158235
- "shape": "Sqn"
158550
+ "shape": "Srg"
158236
158551
  }
158237
158552
  }
158238
158553
  }
@@ -158289,7 +158604,7 @@ module.exports={
158289
158604
  "members": {
158290
158605
  "jobId": {},
158291
158606
  "jobExecutionSummary": {
158292
- "shape": "Sqn"
158607
+ "shape": "Srg"
158293
158608
  }
158294
158609
  }
158295
158610
  }
@@ -158444,7 +158759,7 @@ module.exports={
158444
158759
  "templateName": {},
158445
158760
  "description": {},
158446
158761
  "environments": {
158447
- "shape": "Skf"
158762
+ "shape": "Sl0"
158448
158763
  },
158449
158764
  "templateVersion": {}
158450
158765
  }
@@ -158517,7 +158832,7 @@ module.exports={
158517
158832
  "type": "timestamp"
158518
158833
  },
158519
158834
  "value": {
158520
- "shape": "S96"
158835
+ "shape": "S9n"
158521
158836
  }
158522
158837
  }
158523
158838
  }
@@ -158661,6 +158976,104 @@ module.exports={
158661
158976
  }
158662
158977
  }
158663
158978
  },
158979
+ "ListPackageVersions": {
158980
+ "http": {
158981
+ "method": "GET",
158982
+ "requestUri": "/packages/{packageName}/versions",
158983
+ "responseCode": 200
158984
+ },
158985
+ "input": {
158986
+ "type": "structure",
158987
+ "required": [
158988
+ "packageName"
158989
+ ],
158990
+ "members": {
158991
+ "packageName": {
158992
+ "location": "uri",
158993
+ "locationName": "packageName"
158994
+ },
158995
+ "status": {
158996
+ "location": "querystring",
158997
+ "locationName": "status"
158998
+ },
158999
+ "maxResults": {
159000
+ "location": "querystring",
159001
+ "locationName": "maxResults",
159002
+ "type": "integer"
159003
+ },
159004
+ "nextToken": {
159005
+ "location": "querystring",
159006
+ "locationName": "nextToken"
159007
+ }
159008
+ }
159009
+ },
159010
+ "output": {
159011
+ "type": "structure",
159012
+ "members": {
159013
+ "packageVersionSummaries": {
159014
+ "type": "list",
159015
+ "member": {
159016
+ "type": "structure",
159017
+ "members": {
159018
+ "packageName": {},
159019
+ "versionName": {},
159020
+ "status": {},
159021
+ "creationDate": {
159022
+ "type": "timestamp"
159023
+ },
159024
+ "lastModifiedDate": {
159025
+ "type": "timestamp"
159026
+ }
159027
+ }
159028
+ }
159029
+ },
159030
+ "nextToken": {}
159031
+ }
159032
+ }
159033
+ },
159034
+ "ListPackages": {
159035
+ "http": {
159036
+ "method": "GET",
159037
+ "requestUri": "/packages",
159038
+ "responseCode": 200
159039
+ },
159040
+ "input": {
159041
+ "type": "structure",
159042
+ "members": {
159043
+ "maxResults": {
159044
+ "location": "querystring",
159045
+ "locationName": "maxResults",
159046
+ "type": "integer"
159047
+ },
159048
+ "nextToken": {
159049
+ "location": "querystring",
159050
+ "locationName": "nextToken"
159051
+ }
159052
+ }
159053
+ },
159054
+ "output": {
159055
+ "type": "structure",
159056
+ "members": {
159057
+ "packageSummaries": {
159058
+ "type": "list",
159059
+ "member": {
159060
+ "type": "structure",
159061
+ "members": {
159062
+ "packageName": {},
159063
+ "defaultVersionName": {},
159064
+ "creationDate": {
159065
+ "type": "timestamp"
159066
+ },
159067
+ "lastModifiedDate": {
159068
+ "type": "timestamp"
159069
+ }
159070
+ }
159071
+ }
159072
+ },
159073
+ "nextToken": {}
159074
+ }
159075
+ }
159076
+ },
158664
159077
  "ListPolicies": {
158665
159078
  "http": {
158666
159079
  "method": "GET",
@@ -158689,7 +159102,7 @@ module.exports={
158689
159102
  "type": "structure",
158690
159103
  "members": {
158691
159104
  "policies": {
158692
- "shape": "Sol"
159105
+ "shape": "Spe"
158693
159106
  },
158694
159107
  "nextMarker": {}
158695
159108
  }
@@ -158730,7 +159143,7 @@ module.exports={
158730
159143
  "type": "structure",
158731
159144
  "members": {
158732
159145
  "principals": {
158733
- "shape": "Srp"
159146
+ "shape": "Ssr"
158734
159147
  },
158735
159148
  "nextMarker": {}
158736
159149
  }
@@ -158810,7 +159223,7 @@ module.exports={
158810
159223
  "type": "structure",
158811
159224
  "members": {
158812
159225
  "policies": {
158813
- "shape": "Sol"
159226
+ "shape": "Spe"
158814
159227
  },
158815
159228
  "nextMarker": {}
158816
159229
  }
@@ -158847,7 +159260,7 @@ module.exports={
158847
159260
  "type": "structure",
158848
159261
  "members": {
158849
159262
  "things": {
158850
- "shape": "Srz"
159263
+ "shape": "St1"
158851
159264
  },
158852
159265
  "nextToken": {}
158853
159266
  }
@@ -158980,7 +159393,7 @@ module.exports={
158980
159393
  "type": "structure",
158981
159394
  "members": {
158982
159395
  "relatedResources": {
158983
- "shape": "Sgf"
159396
+ "shape": "Sh0"
158984
159397
  },
158985
159398
  "nextToken": {}
158986
159399
  }
@@ -159093,7 +159506,7 @@ module.exports={
159093
159506
  "securityProfileIdentifiers": {
159094
159507
  "type": "list",
159095
159508
  "member": {
159096
- "shape": "Ssk"
159509
+ "shape": "Stm"
159097
159510
  }
159098
159511
  },
159099
159512
  "nextToken": {}
@@ -159140,10 +159553,10 @@ module.exports={
159140
159553
  "type": "structure",
159141
159554
  "members": {
159142
159555
  "securityProfileIdentifier": {
159143
- "shape": "Ssk"
159556
+ "shape": "Stm"
159144
159557
  },
159145
159558
  "target": {
159146
- "shape": "Ssp"
159559
+ "shape": "Str"
159147
159560
  }
159148
159561
  }
159149
159562
  }
@@ -159296,7 +159709,7 @@ module.exports={
159296
159709
  "securityProfileTargets": {
159297
159710
  "type": "list",
159298
159711
  "member": {
159299
- "shape": "Ssp"
159712
+ "shape": "Str"
159300
159713
  }
159301
159714
  },
159302
159715
  "nextToken": {}
@@ -159339,7 +159752,7 @@ module.exports={
159339
159752
  "type": "structure",
159340
159753
  "members": {
159341
159754
  "thingGroups": {
159342
- "shape": "Sl8"
159755
+ "shape": "Slt"
159343
159756
  },
159344
159757
  "nextToken": {}
159345
159758
  }
@@ -159375,7 +159788,7 @@ module.exports={
159375
159788
  "type": "structure",
159376
159789
  "members": {
159377
159790
  "thingGroups": {
159378
- "shape": "Sl8"
159791
+ "shape": "Slt"
159379
159792
  },
159380
159793
  "nextToken": {}
159381
159794
  }
@@ -159411,7 +159824,7 @@ module.exports={
159411
159824
  "type": "structure",
159412
159825
  "members": {
159413
159826
  "principals": {
159414
- "shape": "Srp"
159827
+ "shape": "Ssr"
159415
159828
  },
159416
159829
  "nextToken": {}
159417
159830
  }
@@ -159528,10 +159941,10 @@ module.exports={
159528
159941
  "thingTypeName": {},
159529
159942
  "thingTypeArn": {},
159530
159943
  "thingTypeProperties": {
159531
- "shape": "Sab"
159944
+ "shape": "Sas"
159532
159945
  },
159533
159946
  "thingTypeMetadata": {
159534
- "shape": "Sll"
159947
+ "shape": "Sm6"
159535
159948
  }
159536
159949
  }
159537
159950
  }
@@ -159630,7 +160043,7 @@ module.exports={
159630
160043
  "type": "structure",
159631
160044
  "members": {
159632
160045
  "things": {
159633
- "shape": "Srz"
160046
+ "shape": "St1"
159634
160047
  },
159635
160048
  "nextToken": {}
159636
160049
  }
@@ -159671,7 +160084,7 @@ module.exports={
159671
160084
  "type": "structure",
159672
160085
  "members": {
159673
160086
  "things": {
159674
- "shape": "Srz"
160087
+ "shape": "St1"
159675
160088
  },
159676
160089
  "nextToken": {}
159677
160090
  }
@@ -159723,10 +160136,10 @@ module.exports={
159723
160136
  "type": "structure",
159724
160137
  "members": {
159725
160138
  "subnetIds": {
159726
- "shape": "Sdw"
160139
+ "shape": "Sed"
159727
160140
  },
159728
160141
  "securityGroups": {
159729
- "shape": "Sdy"
160142
+ "shape": "Sef"
159730
160143
  },
159731
160144
  "vpcId": {},
159732
160145
  "roleArn": {}
@@ -159823,7 +160236,7 @@ module.exports={
159823
160236
  "type": "structure",
159824
160237
  "members": {
159825
160238
  "logTarget": {
159826
- "shape": "Sud"
160239
+ "shape": "Svf"
159827
160240
  },
159828
160241
  "logLevel": {}
159829
160242
  }
@@ -159899,13 +160312,13 @@ module.exports={
159899
160312
  "thingName": {},
159900
160313
  "securityProfileName": {},
159901
160314
  "behavior": {
159902
- "shape": "S8z"
160315
+ "shape": "S9g"
159903
160316
  },
159904
160317
  "metricValue": {
159905
- "shape": "S96"
160318
+ "shape": "S9n"
159906
160319
  },
159907
160320
  "violationEventAdditionalInfo": {
159908
- "shape": "Soe"
160321
+ "shape": "Sp7"
159909
160322
  },
159910
160323
  "violationEventType": {},
159911
160324
  "verificationState": {},
@@ -159967,7 +160380,7 @@ module.exports={
159967
160380
  "type": "boolean"
159968
160381
  },
159969
160382
  "registrationConfig": {
159970
- "shape": "Si6"
160383
+ "shape": "Sir"
159971
160384
  },
159972
160385
  "tags": {
159973
160386
  "shape": "S2e"
@@ -160138,7 +160551,7 @@ module.exports={
160138
160551
  "locationName": "ruleName"
160139
160552
  },
160140
160553
  "topicRulePayload": {
160141
- "shape": "Saj"
160554
+ "shape": "Sb0"
160142
160555
  }
160143
160556
  },
160144
160557
  "payload": "topicRulePayload"
@@ -160176,7 +160589,7 @@ module.exports={
160176
160589
  "thingId": {},
160177
160590
  "thingTypeName": {},
160178
160591
  "thingGroupNames": {
160179
- "shape": "Sv9"
160592
+ "shape": "Swb"
160180
160593
  },
160181
160594
  "attributes": {
160182
160595
  "shape": "S3o"
@@ -160210,7 +160623,7 @@ module.exports={
160210
160623
  "shape": "S3o"
160211
160624
  },
160212
160625
  "parentGroupNames": {
160213
- "shape": "Sv9"
160626
+ "shape": "Swb"
160214
160627
  }
160215
160628
  }
160216
160629
  }
@@ -160298,7 +160711,7 @@ module.exports={
160298
160711
  ],
160299
160712
  "members": {
160300
160713
  "logTarget": {
160301
- "shape": "Sud"
160714
+ "shape": "Svf"
160302
160715
  },
160303
160716
  "logLevel": {}
160304
160717
  }
@@ -160337,10 +160750,10 @@ module.exports={
160337
160750
  "locationName": "taskId"
160338
160751
  },
160339
160752
  "target": {
160340
- "shape": "Sgu"
160753
+ "shape": "Shf"
160341
160754
  },
160342
160755
  "auditCheckToActionsMapping": {
160343
- "shape": "Sgy"
160756
+ "shape": "Shj"
160344
160757
  },
160345
160758
  "clientRequestToken": {
160346
160759
  "idempotencyToken": true
@@ -160373,14 +160786,14 @@ module.exports={
160373
160786
  "locationName": "taskId"
160374
160787
  },
160375
160788
  "target": {
160376
- "shape": "Sil"
160789
+ "shape": "Sj6"
160377
160790
  },
160378
160791
  "actions": {
160379
160792
  "type": "list",
160380
160793
  "member": {}
160381
160794
  },
160382
160795
  "violationEventOccurrenceRange": {
160383
- "shape": "Sio"
160796
+ "shape": "Sj9"
160384
160797
  },
160385
160798
  "includeOnlyActiveViolations": {
160386
160799
  "type": "boolean"
@@ -160411,7 +160824,7 @@ module.exports={
160411
160824
  ],
160412
160825
  "members": {
160413
160826
  "targetCheckNames": {
160414
- "shape": "S8s"
160827
+ "shape": "S99"
160415
160828
  }
160416
160829
  }
160417
160830
  },
@@ -160507,7 +160920,7 @@ module.exports={
160507
160920
  "authInfos": {
160508
160921
  "type": "list",
160509
160922
  "member": {
160510
- "shape": "Sw2"
160923
+ "shape": "Sx4"
160511
160924
  }
160512
160925
  },
160513
160926
  "clientId": {
@@ -160515,10 +160928,10 @@ module.exports={
160515
160928
  "locationName": "clientId"
160516
160929
  },
160517
160930
  "policyNamesToAdd": {
160518
- "shape": "Sw6"
160931
+ "shape": "Sx8"
160519
160932
  },
160520
160933
  "policyNamesToSkip": {
160521
- "shape": "Sw6"
160934
+ "shape": "Sx8"
160522
160935
  }
160523
160936
  }
160524
160937
  },
@@ -160531,13 +160944,13 @@ module.exports={
160531
160944
  "type": "structure",
160532
160945
  "members": {
160533
160946
  "authInfo": {
160534
- "shape": "Sw2"
160947
+ "shape": "Sx4"
160535
160948
  },
160536
160949
  "allowed": {
160537
160950
  "type": "structure",
160538
160951
  "members": {
160539
160952
  "policies": {
160540
- "shape": "Sol"
160953
+ "shape": "Spe"
160541
160954
  }
160542
160955
  }
160543
160956
  },
@@ -160548,7 +160961,7 @@ module.exports={
160548
160961
  "type": "structure",
160549
160962
  "members": {
160550
160963
  "policies": {
160551
- "shape": "Sol"
160964
+ "shape": "Spe"
160552
160965
  }
160553
160966
  }
160554
160967
  },
@@ -160556,7 +160969,7 @@ module.exports={
160556
160969
  "type": "structure",
160557
160970
  "members": {
160558
160971
  "policies": {
160559
- "shape": "Sol"
160972
+ "shape": "Spe"
160560
160973
  }
160561
160974
  }
160562
160975
  }
@@ -160701,10 +161114,10 @@ module.exports={
160701
161114
  "members": {
160702
161115
  "roleArn": {},
160703
161116
  "auditNotificationTargetConfigurations": {
160704
- "shape": "Sg2"
161117
+ "shape": "Sgn"
160705
161118
  },
160706
161119
  "auditCheckConfigurations": {
160707
- "shape": "Sg5"
161120
+ "shape": "Sgq"
160708
161121
  }
160709
161122
  }
160710
161123
  },
@@ -160834,7 +161247,7 @@ module.exports={
160834
161247
  "locationName": "newAutoRegistrationStatus"
160835
161248
  },
160836
161249
  "registrationConfig": {
160837
- "shape": "Si6"
161250
+ "shape": "Sir"
160838
161251
  },
160839
161252
  "removeAutoRegistration": {
160840
161253
  "type": "boolean"
@@ -161019,7 +161432,7 @@ module.exports={
161019
161432
  "type": "structure",
161020
161433
  "members": {
161021
161434
  "eventConfigurations": {
161022
- "shape": "Sj9"
161435
+ "shape": "Sju"
161023
161436
  }
161024
161437
  }
161025
161438
  },
@@ -161070,10 +161483,10 @@ module.exports={
161070
161483
  "type": "structure",
161071
161484
  "members": {
161072
161485
  "thingIndexingConfiguration": {
161073
- "shape": "Smk"
161486
+ "shape": "Sn5"
161074
161487
  },
161075
161488
  "thingGroupIndexingConfiguration": {
161076
- "shape": "Smw"
161489
+ "shape": "Snh"
161077
161490
  }
161078
161491
  }
161079
161492
  },
@@ -161137,7 +161550,7 @@ module.exports={
161137
161550
  },
161138
161551
  "roleArn": {},
161139
161552
  "actionParams": {
161140
- "shape": "S5m"
161553
+ "shape": "S5o"
161141
161554
  }
161142
161555
  }
161143
161556
  },
@@ -161149,6 +161562,108 @@ module.exports={
161149
161562
  }
161150
161563
  }
161151
161564
  },
161565
+ "UpdatePackage": {
161566
+ "http": {
161567
+ "method": "PATCH",
161568
+ "requestUri": "/packages/{packageName}",
161569
+ "responseCode": 200
161570
+ },
161571
+ "input": {
161572
+ "type": "structure",
161573
+ "required": [
161574
+ "packageName"
161575
+ ],
161576
+ "members": {
161577
+ "packageName": {
161578
+ "location": "uri",
161579
+ "locationName": "packageName"
161580
+ },
161581
+ "description": {
161582
+ "shape": "S80"
161583
+ },
161584
+ "defaultVersionName": {},
161585
+ "unsetDefaultVersion": {
161586
+ "type": "boolean"
161587
+ },
161588
+ "clientToken": {
161589
+ "idempotencyToken": true,
161590
+ "location": "querystring",
161591
+ "locationName": "clientToken"
161592
+ }
161593
+ }
161594
+ },
161595
+ "output": {
161596
+ "type": "structure",
161597
+ "members": {}
161598
+ },
161599
+ "idempotent": true
161600
+ },
161601
+ "UpdatePackageConfiguration": {
161602
+ "http": {
161603
+ "method": "PATCH",
161604
+ "requestUri": "/package-configuration",
161605
+ "responseCode": 200
161606
+ },
161607
+ "input": {
161608
+ "type": "structure",
161609
+ "members": {
161610
+ "versionUpdateByJobsConfig": {
161611
+ "shape": "Snx"
161612
+ },
161613
+ "clientToken": {
161614
+ "idempotencyToken": true,
161615
+ "location": "querystring",
161616
+ "locationName": "clientToken"
161617
+ }
161618
+ }
161619
+ },
161620
+ "output": {
161621
+ "type": "structure",
161622
+ "members": {}
161623
+ },
161624
+ "idempotent": true
161625
+ },
161626
+ "UpdatePackageVersion": {
161627
+ "http": {
161628
+ "method": "PATCH",
161629
+ "requestUri": "/packages/{packageName}/versions/{versionName}",
161630
+ "responseCode": 200
161631
+ },
161632
+ "input": {
161633
+ "type": "structure",
161634
+ "required": [
161635
+ "packageName",
161636
+ "versionName"
161637
+ ],
161638
+ "members": {
161639
+ "packageName": {
161640
+ "location": "uri",
161641
+ "locationName": "packageName"
161642
+ },
161643
+ "versionName": {
161644
+ "location": "uri",
161645
+ "locationName": "versionName"
161646
+ },
161647
+ "description": {
161648
+ "shape": "S80"
161649
+ },
161650
+ "attributes": {
161651
+ "shape": "S87"
161652
+ },
161653
+ "action": {},
161654
+ "clientToken": {
161655
+ "idempotencyToken": true,
161656
+ "location": "querystring",
161657
+ "locationName": "clientToken"
161658
+ }
161659
+ }
161660
+ },
161661
+ "output": {
161662
+ "type": "structure",
161663
+ "members": {}
161664
+ },
161665
+ "idempotent": true
161666
+ },
161152
161667
  "UpdateProvisioningTemplate": {
161153
161668
  "http": {
161154
161669
  "method": "PATCH",
@@ -161173,7 +161688,7 @@ module.exports={
161173
161688
  },
161174
161689
  "provisioningRoleArn": {},
161175
161690
  "preProvisioningHook": {
161176
- "shape": "S8c"
161691
+ "shape": "S8t"
161177
161692
  },
161178
161693
  "removePreProvisioningHook": {
161179
161694
  "type": "boolean"
@@ -161229,7 +161744,7 @@ module.exports={
161229
161744
  "dayOfMonth": {},
161230
161745
  "dayOfWeek": {},
161231
161746
  "targetCheckNames": {
161232
- "shape": "S8s"
161747
+ "shape": "S99"
161233
161748
  },
161234
161749
  "scheduledAuditName": {
161235
161750
  "location": "uri",
@@ -161261,18 +161776,18 @@ module.exports={
161261
161776
  },
161262
161777
  "securityProfileDescription": {},
161263
161778
  "behaviors": {
161264
- "shape": "S8y"
161779
+ "shape": "S9f"
161265
161780
  },
161266
161781
  "alertTargets": {
161267
- "shape": "S9o"
161782
+ "shape": "Sa5"
161268
161783
  },
161269
161784
  "additionalMetricsToRetain": {
161270
- "shape": "S9s",
161785
+ "shape": "Sa9",
161271
161786
  "deprecated": true,
161272
161787
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
161273
161788
  },
161274
161789
  "additionalMetricsToRetainV2": {
161275
- "shape": "S9t"
161790
+ "shape": "Saa"
161276
161791
  },
161277
161792
  "deleteBehaviors": {
161278
161793
  "type": "boolean"
@@ -161297,18 +161812,18 @@ module.exports={
161297
161812
  "securityProfileArn": {},
161298
161813
  "securityProfileDescription": {},
161299
161814
  "behaviors": {
161300
- "shape": "S8y"
161815
+ "shape": "S9f"
161301
161816
  },
161302
161817
  "alertTargets": {
161303
- "shape": "S9o"
161818
+ "shape": "Sa5"
161304
161819
  },
161305
161820
  "additionalMetricsToRetain": {
161306
- "shape": "S9s",
161821
+ "shape": "Sa9",
161307
161822
  "deprecated": true,
161308
161823
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
161309
161824
  },
161310
161825
  "additionalMetricsToRetainV2": {
161311
- "shape": "S9t"
161826
+ "shape": "Saa"
161312
161827
  },
161313
161828
  "version": {
161314
161829
  "type": "long"
@@ -161339,7 +161854,7 @@ module.exports={
161339
161854
  },
161340
161855
  "description": {},
161341
161856
  "files": {
161342
- "shape": "S9z"
161857
+ "shape": "Sag"
161343
161858
  },
161344
161859
  "roleArn": {}
161345
161860
  }
@@ -161431,10 +161946,10 @@ module.exports={
161431
161946
  "members": {
161432
161947
  "thingName": {},
161433
161948
  "thingGroupsToAdd": {
161434
- "shape": "Syh"
161949
+ "shape": "Szr"
161435
161950
  },
161436
161951
  "thingGroupsToRemove": {
161437
- "shape": "Syh"
161952
+ "shape": "Szr"
161438
161953
  },
161439
161954
  "overrideDynamicGroups": {
161440
161955
  "type": "boolean"
@@ -161478,7 +161993,7 @@ module.exports={
161478
161993
  ],
161479
161994
  "members": {
161480
161995
  "behaviors": {
161481
- "shape": "S8y"
161996
+ "shape": "S9f"
161482
161997
  }
161483
161998
  }
161484
161999
  },
@@ -161758,7 +162273,11 @@ module.exports={
161758
162273
  }
161759
162274
  }
161760
162275
  },
161761
- "S5h": {
162276
+ "S5b": {
162277
+ "type": "list",
162278
+ "member": {}
162279
+ },
162280
+ "S5j": {
161762
162281
  "type": "structure",
161763
162282
  "members": {
161764
162283
  "PublicKey": {},
@@ -161768,7 +162287,7 @@ module.exports={
161768
162287
  }
161769
162288
  }
161770
162289
  },
161771
- "S5m": {
162290
+ "S5o": {
161772
162291
  "type": "structure",
161773
162292
  "members": {
161774
162293
  "updateDeviceCertificateParams": {
@@ -161835,15 +162354,15 @@ module.exports={
161835
162354
  }
161836
162355
  }
161837
162356
  },
161838
- "S66": {
162357
+ "S68": {
161839
162358
  "type": "list",
161840
162359
  "member": {}
161841
162360
  },
161842
- "S68": {
162361
+ "S6a": {
161843
162362
  "type": "list",
161844
162363
  "member": {}
161845
162364
  },
161846
- "S6a": {
162365
+ "S6c": {
161847
162366
  "type": "structure",
161848
162367
  "members": {
161849
162368
  "maximumPerMinute": {
@@ -161878,7 +162397,7 @@ module.exports={
161878
162397
  }
161879
162398
  }
161880
162399
  },
161881
- "S6h": {
162400
+ "S6j": {
161882
162401
  "type": "structure",
161883
162402
  "members": {
161884
162403
  "expiresInSec": {
@@ -161886,7 +162405,7 @@ module.exports={
161886
162405
  }
161887
162406
  }
161888
162407
  },
161889
- "S6s": {
162408
+ "S6u": {
161890
162409
  "type": "list",
161891
162410
  "member": {
161892
162411
  "type": "structure",
@@ -161909,7 +162428,7 @@ module.exports={
161909
162428
  }
161910
162429
  },
161911
162430
  "s3Location": {
161912
- "shape": "S71"
162431
+ "shape": "S73"
161913
162432
  }
161914
162433
  }
161915
162434
  },
@@ -161975,7 +162494,7 @@ module.exports={
161975
162494
  }
161976
162495
  }
161977
162496
  },
161978
- "S71": {
162497
+ "S73": {
161979
162498
  "type": "structure",
161980
162499
  "members": {
161981
162500
  "bucket": {},
@@ -161983,12 +162502,27 @@ module.exports={
161983
162502
  "version": {}
161984
162503
  }
161985
162504
  },
161986
- "S7q": {
162505
+ "S7s": {
161987
162506
  "type": "map",
161988
162507
  "key": {},
161989
162508
  "value": {}
161990
162509
  },
161991
- "S8c": {
162510
+ "S80": {
162511
+ "type": "string",
162512
+ "sensitive": true
162513
+ },
162514
+ "S81": {
162515
+ "type": "map",
162516
+ "key": {},
162517
+ "value": {}
162518
+ },
162519
+ "S87": {
162520
+ "type": "map",
162521
+ "key": {},
162522
+ "value": {},
162523
+ "sensitive": true
162524
+ },
162525
+ "S8t": {
161992
162526
  "type": "structure",
161993
162527
  "required": [
161994
162528
  "targetArn"
@@ -161998,17 +162532,17 @@ module.exports={
161998
162532
  "targetArn": {}
161999
162533
  }
162000
162534
  },
162001
- "S8s": {
162535
+ "S99": {
162002
162536
  "type": "list",
162003
162537
  "member": {}
162004
162538
  },
162005
- "S8y": {
162539
+ "S9f": {
162006
162540
  "type": "list",
162007
162541
  "member": {
162008
- "shape": "S8z"
162542
+ "shape": "S9g"
162009
162543
  }
162010
162544
  },
162011
- "S8z": {
162545
+ "S9g": {
162012
162546
  "type": "structure",
162013
162547
  "required": [
162014
162548
  "name"
@@ -162017,14 +162551,14 @@ module.exports={
162017
162551
  "name": {},
162018
162552
  "metric": {},
162019
162553
  "metricDimension": {
162020
- "shape": "S92"
162554
+ "shape": "S9j"
162021
162555
  },
162022
162556
  "criteria": {
162023
162557
  "type": "structure",
162024
162558
  "members": {
162025
162559
  "comparisonOperator": {},
162026
162560
  "value": {
162027
- "shape": "S96"
162561
+ "shape": "S9n"
162028
162562
  },
162029
162563
  "durationSeconds": {
162030
162564
  "type": "integer"
@@ -162057,7 +162591,7 @@ module.exports={
162057
162591
  }
162058
162592
  }
162059
162593
  },
162060
- "S92": {
162594
+ "S9j": {
162061
162595
  "type": "structure",
162062
162596
  "required": [
162063
162597
  "dimensionName"
@@ -162067,7 +162601,7 @@ module.exports={
162067
162601
  "operator": {}
162068
162602
  }
162069
162603
  },
162070
- "S96": {
162604
+ "S9n": {
162071
162605
  "type": "structure",
162072
162606
  "members": {
162073
162607
  "count": {
@@ -162098,7 +162632,7 @@ module.exports={
162098
162632
  }
162099
162633
  }
162100
162634
  },
162101
- "S9o": {
162635
+ "Sa5": {
162102
162636
  "type": "map",
162103
162637
  "key": {},
162104
162638
  "value": {
@@ -162113,11 +162647,11 @@ module.exports={
162113
162647
  }
162114
162648
  }
162115
162649
  },
162116
- "S9s": {
162650
+ "Sa9": {
162117
162651
  "type": "list",
162118
162652
  "member": {}
162119
162653
  },
162120
- "S9t": {
162654
+ "Saa": {
162121
162655
  "type": "list",
162122
162656
  "member": {
162123
162657
  "type": "structure",
@@ -162127,12 +162661,12 @@ module.exports={
162127
162661
  "members": {
162128
162662
  "metric": {},
162129
162663
  "metricDimension": {
162130
- "shape": "S92"
162664
+ "shape": "S9j"
162131
162665
  }
162132
162666
  }
162133
162667
  }
162134
162668
  },
162135
- "S9z": {
162669
+ "Sag": {
162136
162670
  "type": "list",
162137
162671
  "member": {
162138
162672
  "type": "structure",
@@ -162141,12 +162675,12 @@ module.exports={
162141
162675
  "type": "integer"
162142
162676
  },
162143
162677
  "s3Location": {
162144
- "shape": "S71"
162678
+ "shape": "S73"
162145
162679
  }
162146
162680
  }
162147
162681
  }
162148
162682
  },
162149
- "Sab": {
162683
+ "Sas": {
162150
162684
  "type": "structure",
162151
162685
  "members": {
162152
162686
  "thingTypeDescription": {},
@@ -162156,7 +162690,7 @@ module.exports={
162156
162690
  }
162157
162691
  }
162158
162692
  },
162159
- "Saj": {
162693
+ "Sb0": {
162160
162694
  "type": "structure",
162161
162695
  "required": [
162162
162696
  "sql",
@@ -162166,24 +162700,24 @@ module.exports={
162166
162700
  "sql": {},
162167
162701
  "description": {},
162168
162702
  "actions": {
162169
- "shape": "Sam"
162703
+ "shape": "Sb3"
162170
162704
  },
162171
162705
  "ruleDisabled": {
162172
162706
  "type": "boolean"
162173
162707
  },
162174
162708
  "awsIotSqlVersion": {},
162175
162709
  "errorAction": {
162176
- "shape": "San"
162710
+ "shape": "Sb4"
162177
162711
  }
162178
162712
  }
162179
162713
  },
162180
- "Sam": {
162714
+ "Sb3": {
162181
162715
  "type": "list",
162182
162716
  "member": {
162183
- "shape": "San"
162717
+ "shape": "Sb4"
162184
162718
  }
162185
162719
  },
162186
- "San": {
162720
+ "Sb4": {
162187
162721
  "type": "structure",
162188
162722
  "members": {
162189
162723
  "dynamoDB": {
@@ -162656,15 +163190,15 @@ module.exports={
162656
163190
  }
162657
163191
  }
162658
163192
  },
162659
- "Sdw": {
163193
+ "Sed": {
162660
163194
  "type": "list",
162661
163195
  "member": {}
162662
163196
  },
162663
- "Sdy": {
163197
+ "Sef": {
162664
163198
  "type": "list",
162665
163199
  "member": {}
162666
163200
  },
162667
- "Se2": {
163201
+ "Sej": {
162668
163202
  "type": "structure",
162669
163203
  "members": {
162670
163204
  "arn": {},
@@ -162686,10 +163220,10 @@ module.exports={
162686
163220
  "type": "structure",
162687
163221
  "members": {
162688
163222
  "subnetIds": {
162689
- "shape": "Sdw"
163223
+ "shape": "Sed"
162690
163224
  },
162691
163225
  "securityGroups": {
162692
- "shape": "Sdy"
163226
+ "shape": "Sef"
162693
163227
  },
162694
163228
  "vpcId": {},
162695
163229
  "roleArn": {}
@@ -162697,7 +163231,7 @@ module.exports={
162697
163231
  }
162698
163232
  }
162699
163233
  },
162700
- "Sg2": {
163234
+ "Sgn": {
162701
163235
  "type": "map",
162702
163236
  "key": {},
162703
163237
  "value": {
@@ -162711,7 +163245,7 @@ module.exports={
162711
163245
  }
162712
163246
  }
162713
163247
  },
162714
- "Sg5": {
163248
+ "Sgq": {
162715
163249
  "type": "map",
162716
163250
  "key": {},
162717
163251
  "value": {
@@ -162723,7 +163257,7 @@ module.exports={
162723
163257
  }
162724
163258
  }
162725
163259
  },
162726
- "Sga": {
163260
+ "Sgv": {
162727
163261
  "type": "structure",
162728
163262
  "members": {
162729
163263
  "findingId": {},
@@ -162744,12 +163278,12 @@ module.exports={
162744
163278
  "shape": "S1o"
162745
163279
  },
162746
163280
  "additionalInfo": {
162747
- "shape": "Sge"
163281
+ "shape": "Sgz"
162748
163282
  }
162749
163283
  }
162750
163284
  },
162751
163285
  "relatedResources": {
162752
- "shape": "Sgf"
163286
+ "shape": "Sh0"
162753
163287
  },
162754
163288
  "reasonForNonCompliance": {},
162755
163289
  "reasonForNonComplianceCode": {},
@@ -162758,12 +163292,12 @@ module.exports={
162758
163292
  }
162759
163293
  }
162760
163294
  },
162761
- "Sge": {
163295
+ "Sgz": {
162762
163296
  "type": "map",
162763
163297
  "key": {},
162764
163298
  "value": {}
162765
163299
  },
162766
- "Sgf": {
163300
+ "Sh0": {
162767
163301
  "type": "list",
162768
163302
  "member": {
162769
163303
  "type": "structure",
@@ -162773,12 +163307,12 @@ module.exports={
162773
163307
  "shape": "S1o"
162774
163308
  },
162775
163309
  "additionalInfo": {
162776
- "shape": "Sge"
163310
+ "shape": "Sgz"
162777
163311
  }
162778
163312
  }
162779
163313
  }
162780
163314
  },
162781
- "Sgu": {
163315
+ "Shf": {
162782
163316
  "type": "structure",
162783
163317
  "members": {
162784
163318
  "auditTaskId": {},
@@ -162796,7 +163330,7 @@ module.exports={
162796
163330
  }
162797
163331
  }
162798
163332
  },
162799
- "Sgy": {
163333
+ "Shj": {
162800
163334
  "type": "map",
162801
163335
  "key": {},
162802
163336
  "value": {
@@ -162804,7 +163338,7 @@ module.exports={
162804
163338
  "member": {}
162805
163339
  }
162806
163340
  },
162807
- "Sh0": {
163341
+ "Shl": {
162808
163342
  "type": "list",
162809
163343
  "member": {
162810
163344
  "type": "structure",
@@ -162813,12 +163347,12 @@ module.exports={
162813
163347
  "id": {},
162814
163348
  "roleArn": {},
162815
163349
  "actionParams": {
162816
- "shape": "S5m"
163350
+ "shape": "S5o"
162817
163351
  }
162818
163352
  }
162819
163353
  }
162820
163354
  },
162821
- "Shr": {
163355
+ "Sic": {
162822
163356
  "type": "structure",
162823
163357
  "members": {
162824
163358
  "authorizerName": {},
@@ -162843,7 +163377,7 @@ module.exports={
162843
163377
  }
162844
163378
  }
162845
163379
  },
162846
- "Si4": {
163380
+ "Sip": {
162847
163381
  "type": "structure",
162848
163382
  "members": {
162849
163383
  "notBefore": {
@@ -162854,7 +163388,7 @@ module.exports={
162854
163388
  }
162855
163389
  }
162856
163390
  },
162857
- "Si6": {
163391
+ "Sir": {
162858
163392
  "type": "structure",
162859
163393
  "members": {
162860
163394
  "templateBody": {},
@@ -162862,7 +163396,7 @@ module.exports={
162862
163396
  "templateName": {}
162863
163397
  }
162864
163398
  },
162865
- "Sij": {
163399
+ "Sj4": {
162866
163400
  "type": "structure",
162867
163401
  "members": {
162868
163402
  "taskId": {},
@@ -162874,10 +163408,10 @@ module.exports={
162874
163408
  "type": "timestamp"
162875
163409
  },
162876
163410
  "target": {
162877
- "shape": "Sil"
163411
+ "shape": "Sj6"
162878
163412
  },
162879
163413
  "violationEventOccurrenceRange": {
162880
- "shape": "Sio"
163414
+ "shape": "Sj9"
162881
163415
  },
162882
163416
  "onlyActiveViolationsIncluded": {
162883
163417
  "type": "boolean"
@@ -162886,7 +163420,7 @@ module.exports={
162886
163420
  "type": "boolean"
162887
163421
  },
162888
163422
  "actionsDefinition": {
162889
- "shape": "Sh0"
163423
+ "shape": "Shl"
162890
163424
  },
162891
163425
  "taskStatistics": {
162892
163426
  "type": "structure",
@@ -162904,7 +163438,7 @@ module.exports={
162904
163438
  }
162905
163439
  }
162906
163440
  },
162907
- "Sil": {
163441
+ "Sj6": {
162908
163442
  "type": "structure",
162909
163443
  "members": {
162910
163444
  "violationIds": {
@@ -162915,7 +163449,7 @@ module.exports={
162915
163449
  "behaviorName": {}
162916
163450
  }
162917
163451
  },
162918
- "Sio": {
163452
+ "Sj9": {
162919
163453
  "type": "structure",
162920
163454
  "required": [
162921
163455
  "startTime",
@@ -162930,7 +163464,7 @@ module.exports={
162930
163464
  }
162931
163465
  }
162932
163466
  },
162933
- "Sj9": {
163467
+ "Sju": {
162934
163468
  "type": "map",
162935
163469
  "key": {},
162936
163470
  "value": {
@@ -162942,24 +163476,24 @@ module.exports={
162942
163476
  }
162943
163477
  }
162944
163478
  },
162945
- "Skf": {
163479
+ "Sl0": {
162946
163480
  "type": "list",
162947
163481
  "member": {}
162948
163482
  },
162949
- "Sl8": {
163483
+ "Slt": {
162950
163484
  "type": "list",
162951
163485
  "member": {
162952
- "shape": "Sl9"
163486
+ "shape": "Slu"
162953
163487
  }
162954
163488
  },
162955
- "Sl9": {
163489
+ "Slu": {
162956
163490
  "type": "structure",
162957
163491
  "members": {
162958
163492
  "groupName": {},
162959
163493
  "groupArn": {}
162960
163494
  }
162961
163495
  },
162962
- "Sll": {
163496
+ "Sm6": {
162963
163497
  "type": "structure",
162964
163498
  "members": {
162965
163499
  "deprecated": {
@@ -162973,7 +163507,7 @@ module.exports={
162973
163507
  }
162974
163508
  }
162975
163509
  },
162976
- "Smk": {
163510
+ "Sn5": {
162977
163511
  "type": "structure",
162978
163512
  "required": [
162979
163513
  "thingIndexingMode"
@@ -162984,10 +163518,10 @@ module.exports={
162984
163518
  "deviceDefenderIndexingMode": {},
162985
163519
  "namedShadowIndexingMode": {},
162986
163520
  "managedFields": {
162987
- "shape": "Smp"
163521
+ "shape": "Sna"
162988
163522
  },
162989
163523
  "customFields": {
162990
- "shape": "Smp"
163524
+ "shape": "Sna"
162991
163525
  },
162992
163526
  "filter": {
162993
163527
  "type": "structure",
@@ -163000,7 +163534,7 @@ module.exports={
163000
163534
  }
163001
163535
  }
163002
163536
  },
163003
- "Smp": {
163537
+ "Sna": {
163004
163538
  "type": "list",
163005
163539
  "member": {
163006
163540
  "type": "structure",
@@ -163010,7 +163544,7 @@ module.exports={
163010
163544
  }
163011
163545
  }
163012
163546
  },
163013
- "Smw": {
163547
+ "Snh": {
163014
163548
  "type": "structure",
163015
163549
  "required": [
163016
163550
  "thingGroupIndexingMode"
@@ -163018,20 +163552,29 @@ module.exports={
163018
163552
  "members": {
163019
163553
  "thingGroupIndexingMode": {},
163020
163554
  "managedFields": {
163021
- "shape": "Smp"
163555
+ "shape": "Sna"
163022
163556
  },
163023
163557
  "customFields": {
163024
- "shape": "Smp"
163558
+ "shape": "Sna"
163025
163559
  }
163026
163560
  }
163027
163561
  },
163028
- "Soe": {
163562
+ "Snx": {
163563
+ "type": "structure",
163564
+ "members": {
163565
+ "enabled": {
163566
+ "type": "boolean"
163567
+ },
163568
+ "roleArn": {}
163569
+ }
163570
+ },
163571
+ "Sp7": {
163029
163572
  "type": "structure",
163030
163573
  "members": {
163031
163574
  "confidenceLevel": {}
163032
163575
  }
163033
163576
  },
163034
- "Sol": {
163577
+ "Spe": {
163035
163578
  "type": "list",
163036
163579
  "member": {
163037
163580
  "type": "structure",
@@ -163041,7 +163584,7 @@ module.exports={
163041
163584
  }
163042
163585
  }
163043
163586
  },
163044
- "Spn": {
163587
+ "Sqg": {
163045
163588
  "type": "list",
163046
163589
  "member": {
163047
163590
  "type": "structure",
@@ -163056,7 +163599,7 @@ module.exports={
163056
163599
  }
163057
163600
  }
163058
163601
  },
163059
- "Sqn": {
163602
+ "Srg": {
163060
163603
  "type": "structure",
163061
163604
  "members": {
163062
163605
  "status": {},
@@ -163077,15 +163620,15 @@ module.exports={
163077
163620
  }
163078
163621
  }
163079
163622
  },
163080
- "Srp": {
163623
+ "Ssr": {
163081
163624
  "type": "list",
163082
163625
  "member": {}
163083
163626
  },
163084
- "Srz": {
163627
+ "St1": {
163085
163628
  "type": "list",
163086
163629
  "member": {}
163087
163630
  },
163088
- "Ssk": {
163631
+ "Stm": {
163089
163632
  "type": "structure",
163090
163633
  "required": [
163091
163634
  "name",
@@ -163096,7 +163639,7 @@ module.exports={
163096
163639
  "arn": {}
163097
163640
  }
163098
163641
  },
163099
- "Ssp": {
163642
+ "Str": {
163100
163643
  "type": "structure",
163101
163644
  "required": [
163102
163645
  "arn"
@@ -163105,7 +163648,7 @@ module.exports={
163105
163648
  "arn": {}
163106
163649
  }
163107
163650
  },
163108
- "Sud": {
163651
+ "Svf": {
163109
163652
  "type": "structure",
163110
163653
  "required": [
163111
163654
  "targetType"
@@ -163115,11 +163658,11 @@ module.exports={
163115
163658
  "targetName": {}
163116
163659
  }
163117
163660
  },
163118
- "Sv9": {
163661
+ "Swb": {
163119
163662
  "type": "list",
163120
163663
  "member": {}
163121
163664
  },
163122
- "Sw2": {
163665
+ "Sx4": {
163123
163666
  "type": "structure",
163124
163667
  "required": [
163125
163668
  "resources"
@@ -163132,11 +163675,11 @@ module.exports={
163132
163675
  }
163133
163676
  }
163134
163677
  },
163135
- "Sw6": {
163678
+ "Sx8": {
163136
163679
  "type": "list",
163137
163680
  "member": {}
163138
163681
  },
163139
- "Syh": {
163682
+ "Szr": {
163140
163683
  "type": "list",
163141
163684
  "member": {}
163142
163685
  }
@@ -163319,6 +163862,18 @@ module.exports={
163319
163862
  "output_token": "nextMarker",
163320
163863
  "result_key": "outgoingCertificates"
163321
163864
  },
163865
+ "ListPackageVersions": {
163866
+ "input_token": "nextToken",
163867
+ "limit_key": "maxResults",
163868
+ "output_token": "nextToken",
163869
+ "result_key": "packageVersionSummaries"
163870
+ },
163871
+ "ListPackages": {
163872
+ "input_token": "nextToken",
163873
+ "limit_key": "maxResults",
163874
+ "output_token": "nextToken",
163875
+ "result_key": "packageSummaries"
163876
+ },
163322
163877
  "ListPolicies": {
163323
163878
  "input_token": "marker",
163324
163879
  "limit_key": "pageSize",
@@ -235582,6 +236137,26 @@ module.exports={
235582
236137
  }
235583
236138
  }
235584
236139
  },
236140
+ "CancelMessageMoveTask": {
236141
+ "input": {
236142
+ "type": "structure",
236143
+ "required": [
236144
+ "TaskHandle"
236145
+ ],
236146
+ "members": {
236147
+ "TaskHandle": {}
236148
+ }
236149
+ },
236150
+ "output": {
236151
+ "resultWrapper": "CancelMessageMoveTaskResult",
236152
+ "type": "structure",
236153
+ "members": {
236154
+ "ApproximateNumberOfMessagesMoved": {
236155
+ "type": "long"
236156
+ }
236157
+ }
236158
+ }
236159
+ },
235585
236160
  "ChangeMessageVisibility": {
235586
236161
  "input": {
235587
236162
  "type": "structure",
@@ -235652,7 +236227,7 @@ module.exports={
235652
236227
  "flattened": true
235653
236228
  },
235654
236229
  "Failed": {
235655
- "shape": "Sd"
236230
+ "shape": "Sg"
235656
236231
  }
235657
236232
  }
235658
236233
  }
@@ -235666,11 +236241,11 @@ module.exports={
235666
236241
  "members": {
235667
236242
  "QueueName": {},
235668
236243
  "Attributes": {
235669
- "shape": "Sh",
236244
+ "shape": "Sk",
235670
236245
  "locationName": "Attribute"
235671
236246
  },
235672
236247
  "tags": {
235673
- "shape": "Sj",
236248
+ "shape": "Sm",
235674
236249
  "locationName": "Tag"
235675
236250
  }
235676
236251
  }
@@ -235746,7 +236321,7 @@ module.exports={
235746
236321
  "flattened": true
235747
236322
  },
235748
236323
  "Failed": {
235749
- "shape": "Sd"
236324
+ "shape": "Sg"
235750
236325
  }
235751
236326
  }
235752
236327
  }
@@ -235771,7 +236346,7 @@ module.exports={
235771
236346
  "members": {
235772
236347
  "QueueUrl": {},
235773
236348
  "AttributeNames": {
235774
- "shape": "Sw"
236349
+ "shape": "Sz"
235775
236350
  }
235776
236351
  }
235777
236352
  },
@@ -235780,7 +236355,7 @@ module.exports={
235780
236355
  "type": "structure",
235781
236356
  "members": {
235782
236357
  "Attributes": {
235783
- "shape": "Sh",
236358
+ "shape": "Sk",
235784
236359
  "locationName": "Attribute"
235785
236360
  }
235786
236361
  }
@@ -235827,12 +236402,59 @@ module.exports={
235827
236402
  ],
235828
236403
  "members": {
235829
236404
  "queueUrls": {
235830
- "shape": "S14"
236405
+ "shape": "S17"
235831
236406
  },
235832
236407
  "NextToken": {}
235833
236408
  }
235834
236409
  }
235835
236410
  },
236411
+ "ListMessageMoveTasks": {
236412
+ "input": {
236413
+ "type": "structure",
236414
+ "required": [
236415
+ "SourceArn"
236416
+ ],
236417
+ "members": {
236418
+ "SourceArn": {},
236419
+ "MaxResults": {
236420
+ "type": "integer"
236421
+ }
236422
+ }
236423
+ },
236424
+ "output": {
236425
+ "resultWrapper": "ListMessageMoveTasksResult",
236426
+ "type": "structure",
236427
+ "members": {
236428
+ "Results": {
236429
+ "type": "list",
236430
+ "member": {
236431
+ "locationName": "ListMessageMoveTasksResultEntry",
236432
+ "type": "structure",
236433
+ "members": {
236434
+ "TaskHandle": {},
236435
+ "Status": {},
236436
+ "SourceArn": {},
236437
+ "DestinationArn": {},
236438
+ "MaxNumberOfMessagesPerSecond": {
236439
+ "type": "integer"
236440
+ },
236441
+ "ApproximateNumberOfMessagesMoved": {
236442
+ "type": "long"
236443
+ },
236444
+ "ApproximateNumberOfMessagesToMove": {
236445
+ "type": "long"
236446
+ },
236447
+ "FailureReason": {},
236448
+ "StartedTimestamp": {
236449
+ "type": "long"
236450
+ }
236451
+ }
236452
+ },
236453
+ "flattened": true
236454
+ }
236455
+ }
236456
+ }
236457
+ },
235836
236458
  "ListQueueTags": {
235837
236459
  "input": {
235838
236460
  "type": "structure",
@@ -235848,7 +236470,7 @@ module.exports={
235848
236470
  "type": "structure",
235849
236471
  "members": {
235850
236472
  "Tags": {
235851
- "shape": "Sj",
236473
+ "shape": "Sm",
235852
236474
  "locationName": "Tag"
235853
236475
  }
235854
236476
  }
@@ -235870,7 +236492,7 @@ module.exports={
235870
236492
  "type": "structure",
235871
236493
  "members": {
235872
236494
  "QueueUrls": {
235873
- "shape": "S14"
236495
+ "shape": "S17"
235874
236496
  },
235875
236497
  "NextToken": {}
235876
236498
  }
@@ -235896,7 +236518,7 @@ module.exports={
235896
236518
  "members": {
235897
236519
  "QueueUrl": {},
235898
236520
  "AttributeNames": {
235899
- "shape": "Sw"
236521
+ "shape": "Sz"
235900
236522
  },
235901
236523
  "MessageAttributeNames": {
235902
236524
  "type": "list",
@@ -235944,7 +236566,7 @@ module.exports={
235944
236566
  },
235945
236567
  "MD5OfMessageAttributes": {},
235946
236568
  "MessageAttributes": {
235947
- "shape": "S1i",
236569
+ "shape": "S1p",
235948
236570
  "locationName": "MessageAttribute"
235949
236571
  }
235950
236572
  }
@@ -235981,11 +236603,11 @@ module.exports={
235981
236603
  "type": "integer"
235982
236604
  },
235983
236605
  "MessageAttributes": {
235984
- "shape": "S1i",
236606
+ "shape": "S1p",
235985
236607
  "locationName": "MessageAttribute"
235986
236608
  },
235987
236609
  "MessageSystemAttributes": {
235988
- "shape": "S1p",
236610
+ "shape": "S1w",
235989
236611
  "locationName": "MessageSystemAttribute"
235990
236612
  },
235991
236613
  "MessageDeduplicationId": {},
@@ -236029,11 +236651,11 @@ module.exports={
236029
236651
  "type": "integer"
236030
236652
  },
236031
236653
  "MessageAttributes": {
236032
- "shape": "S1i",
236654
+ "shape": "S1p",
236033
236655
  "locationName": "MessageAttribute"
236034
236656
  },
236035
236657
  "MessageSystemAttributes": {
236036
- "shape": "S1p",
236658
+ "shape": "S1w",
236037
236659
  "locationName": "MessageSystemAttribute"
236038
236660
  },
236039
236661
  "MessageDeduplicationId": {},
@@ -236074,7 +236696,7 @@ module.exports={
236074
236696
  "flattened": true
236075
236697
  },
236076
236698
  "Failed": {
236077
- "shape": "Sd"
236699
+ "shape": "Sg"
236078
236700
  }
236079
236701
  }
236080
236702
  }
@@ -236089,12 +236711,34 @@ module.exports={
236089
236711
  "members": {
236090
236712
  "QueueUrl": {},
236091
236713
  "Attributes": {
236092
- "shape": "Sh",
236714
+ "shape": "Sk",
236093
236715
  "locationName": "Attribute"
236094
236716
  }
236095
236717
  }
236096
236718
  }
236097
236719
  },
236720
+ "StartMessageMoveTask": {
236721
+ "input": {
236722
+ "type": "structure",
236723
+ "required": [
236724
+ "SourceArn"
236725
+ ],
236726
+ "members": {
236727
+ "SourceArn": {},
236728
+ "DestinationArn": {},
236729
+ "MaxNumberOfMessagesPerSecond": {
236730
+ "type": "integer"
236731
+ }
236732
+ }
236733
+ },
236734
+ "output": {
236735
+ "resultWrapper": "StartMessageMoveTaskResult",
236736
+ "type": "structure",
236737
+ "members": {
236738
+ "TaskHandle": {}
236739
+ }
236740
+ }
236741
+ },
236098
236742
  "TagQueue": {
236099
236743
  "input": {
236100
236744
  "type": "structure",
@@ -236105,7 +236749,7 @@ module.exports={
236105
236749
  "members": {
236106
236750
  "QueueUrl": {},
236107
236751
  "Tags": {
236108
- "shape": "Sj"
236752
+ "shape": "Sm"
236109
236753
  }
236110
236754
  }
236111
236755
  }
@@ -236131,7 +236775,7 @@ module.exports={
236131
236775
  }
236132
236776
  },
236133
236777
  "shapes": {
236134
- "Sd": {
236778
+ "Sg": {
236135
236779
  "type": "list",
236136
236780
  "member": {
236137
236781
  "locationName": "BatchResultErrorEntry",
@@ -236152,7 +236796,7 @@ module.exports={
236152
236796
  },
236153
236797
  "flattened": true
236154
236798
  },
236155
- "Sh": {
236799
+ "Sk": {
236156
236800
  "type": "map",
236157
236801
  "key": {
236158
236802
  "locationName": "Name"
@@ -236163,7 +236807,7 @@ module.exports={
236163
236807
  "flattened": true,
236164
236808
  "locationName": "Attribute"
236165
236809
  },
236166
- "Sj": {
236810
+ "Sm": {
236167
236811
  "type": "map",
236168
236812
  "key": {
236169
236813
  "locationName": "Key"
@@ -236174,21 +236818,21 @@ module.exports={
236174
236818
  "flattened": true,
236175
236819
  "locationName": "Tag"
236176
236820
  },
236177
- "Sw": {
236821
+ "Sz": {
236178
236822
  "type": "list",
236179
236823
  "member": {
236180
236824
  "locationName": "AttributeName"
236181
236825
  },
236182
236826
  "flattened": true
236183
236827
  },
236184
- "S14": {
236828
+ "S17": {
236185
236829
  "type": "list",
236186
236830
  "member": {
236187
236831
  "locationName": "QueueUrl"
236188
236832
  },
236189
236833
  "flattened": true
236190
236834
  },
236191
- "S1i": {
236835
+ "S1p": {
236192
236836
  "type": "map",
236193
236837
  "key": {
236194
236838
  "locationName": "Name"
@@ -236205,12 +236849,12 @@ module.exports={
236205
236849
  "type": "blob"
236206
236850
  },
236207
236851
  "StringListValues": {
236208
- "shape": "S1l",
236852
+ "shape": "S1s",
236209
236853
  "flattened": true,
236210
236854
  "locationName": "StringListValue"
236211
236855
  },
236212
236856
  "BinaryListValues": {
236213
- "shape": "S1m",
236857
+ "shape": "S1t",
236214
236858
  "flattened": true,
236215
236859
  "locationName": "BinaryListValue"
236216
236860
  },
@@ -236219,20 +236863,20 @@ module.exports={
236219
236863
  },
236220
236864
  "flattened": true
236221
236865
  },
236222
- "S1l": {
236866
+ "S1s": {
236223
236867
  "type": "list",
236224
236868
  "member": {
236225
236869
  "locationName": "StringListValue"
236226
236870
  }
236227
236871
  },
236228
- "S1m": {
236872
+ "S1t": {
236229
236873
  "type": "list",
236230
236874
  "member": {
236231
236875
  "locationName": "BinaryListValue",
236232
236876
  "type": "blob"
236233
236877
  }
236234
236878
  },
236235
- "S1p": {
236879
+ "S1w": {
236236
236880
  "type": "map",
236237
236881
  "key": {
236238
236882
  "locationName": "Name"
@@ -236249,12 +236893,12 @@ module.exports={
236249
236893
  "type": "blob"
236250
236894
  },
236251
236895
  "StringListValues": {
236252
- "shape": "S1l",
236896
+ "shape": "S1s",
236253
236897
  "flattened": true,
236254
236898
  "locationName": "StringListValue"
236255
236899
  },
236256
236900
  "BinaryListValues": {
236257
- "shape": "S1m",
236901
+ "shape": "S1t",
236258
236902
  "flattened": true,
236259
236903
  "locationName": "BinaryListValue"
236260
236904
  },
@@ -258034,7 +258678,7 @@ AWS.util.update(AWS, {
258034
258678
  /**
258035
258679
  * @constant
258036
258680
  */
258037
- VERSION: '2.1390.0',
258681
+ VERSION: '2.1392.0',
258038
258682
 
258039
258683
  /**
258040
258684
  * @api private
@@ -280203,7 +280847,7 @@ var LRUCache = /** @class */ (function () {
280203
280847
  }());
280204
280848
  exports.LRUCache = LRUCache;
280205
280849
  },{}],466:[function(require,module,exports){
280206
- // AWS SDK for JavaScript v2.1390.0
280850
+ // AWS SDK for JavaScript v2.1392.0
280207
280851
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
280208
280852
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
280209
280853
  require('./browser_loader');