aws-sdk 2.1391.0 → 2.1392.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1391.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){
@@ -153791,6 +153791,9 @@ module.exports={
153791
153791
  },
153792
153792
  "schedulingConfig": {
153793
153793
  "shape": "S54"
153794
+ },
153795
+ "destinationPackageVersions": {
153796
+ "shape": "S5b"
153794
153797
  }
153795
153798
  }
153796
153799
  },
@@ -153843,6 +153846,9 @@ module.exports={
153843
153846
  },
153844
153847
  "maintenanceWindows": {
153845
153848
  "shape": "S57"
153849
+ },
153850
+ "destinationPackageVersions": {
153851
+ "shape": "S5b"
153846
153852
  }
153847
153853
  }
153848
153854
  },
@@ -153875,7 +153881,7 @@ module.exports={
153875
153881
  "certificateId": {},
153876
153882
  "certificatePem": {},
153877
153883
  "keyPair": {
153878
- "shape": "S5h"
153884
+ "shape": "S5j"
153879
153885
  }
153880
153886
  }
153881
153887
  }
@@ -153898,7 +153904,7 @@ module.exports={
153898
153904
  },
153899
153905
  "roleArn": {},
153900
153906
  "actionParams": {
153901
- "shape": "S5m"
153907
+ "shape": "S5o"
153902
153908
  },
153903
153909
  "tags": {
153904
153910
  "shape": "S2e"
@@ -153932,17 +153938,17 @@ module.exports={
153932
153938
  },
153933
153939
  "description": {},
153934
153940
  "targets": {
153935
- "shape": "S66"
153941
+ "shape": "S68"
153936
153942
  },
153937
153943
  "protocols": {
153938
- "shape": "S68"
153944
+ "shape": "S6a"
153939
153945
  },
153940
153946
  "targetSelection": {},
153941
153947
  "awsJobExecutionsRolloutConfig": {
153942
- "shape": "S6a"
153948
+ "shape": "S6c"
153943
153949
  },
153944
153950
  "awsJobPresignedUrlConfig": {
153945
- "shape": "S6h"
153951
+ "shape": "S6j"
153946
153952
  },
153947
153953
  "awsJobAbortConfig": {
153948
153954
  "type": "structure",
@@ -153983,11 +153989,11 @@ module.exports={
153983
153989
  }
153984
153990
  },
153985
153991
  "files": {
153986
- "shape": "S6s"
153992
+ "shape": "S6u"
153987
153993
  },
153988
153994
  "roleArn": {},
153989
153995
  "additionalParameters": {
153990
- "shape": "S7q"
153996
+ "shape": "S7s"
153991
153997
  },
153992
153998
  "tags": {
153993
153999
  "shape": "S2e"
@@ -154005,6 +154011,102 @@ module.exports={
154005
154011
  }
154006
154012
  }
154007
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
+ },
154008
154110
  "CreatePolicy": {
154009
154111
  "http": {
154010
154112
  "requestUri": "/policies/{policyName}"
@@ -154093,7 +154195,7 @@ module.exports={
154093
154195
  "certificateId": {},
154094
154196
  "certificatePem": {},
154095
154197
  "keyPair": {
154096
- "shape": "S5h"
154198
+ "shape": "S5j"
154097
154199
  },
154098
154200
  "expiration": {
154099
154201
  "type": "timestamp"
@@ -154121,7 +154223,7 @@ module.exports={
154121
154223
  },
154122
154224
  "provisioningRoleArn": {},
154123
154225
  "preProvisioningHook": {
154124
- "shape": "S8c"
154226
+ "shape": "S8t"
154125
154227
  },
154126
154228
  "tags": {
154127
154229
  "shape": "S2e"
@@ -154225,7 +154327,7 @@ module.exports={
154225
154327
  "dayOfMonth": {},
154226
154328
  "dayOfWeek": {},
154227
154329
  "targetCheckNames": {
154228
- "shape": "S8s"
154330
+ "shape": "S99"
154229
154331
  },
154230
154332
  "scheduledAuditName": {
154231
154333
  "location": "uri",
@@ -154259,18 +154361,18 @@ module.exports={
154259
154361
  },
154260
154362
  "securityProfileDescription": {},
154261
154363
  "behaviors": {
154262
- "shape": "S8y"
154364
+ "shape": "S9f"
154263
154365
  },
154264
154366
  "alertTargets": {
154265
- "shape": "S9o"
154367
+ "shape": "Sa5"
154266
154368
  },
154267
154369
  "additionalMetricsToRetain": {
154268
- "shape": "S9s",
154370
+ "shape": "Sa9",
154269
154371
  "deprecated": true,
154270
154372
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
154271
154373
  },
154272
154374
  "additionalMetricsToRetainV2": {
154273
- "shape": "S9t"
154375
+ "shape": "Saa"
154274
154376
  },
154275
154377
  "tags": {
154276
154378
  "shape": "S2e"
@@ -154303,7 +154405,7 @@ module.exports={
154303
154405
  },
154304
154406
  "description": {},
154305
154407
  "files": {
154306
- "shape": "S9z"
154408
+ "shape": "Sag"
154307
154409
  },
154308
154410
  "roleArn": {},
154309
154411
  "tags": {
@@ -154400,7 +154502,7 @@ module.exports={
154400
154502
  "locationName": "thingTypeName"
154401
154503
  },
154402
154504
  "thingTypeProperties": {
154403
- "shape": "Sab"
154505
+ "shape": "Sas"
154404
154506
  },
154405
154507
  "tags": {
154406
154508
  "shape": "S2e"
@@ -154432,7 +154534,7 @@ module.exports={
154432
154534
  "locationName": "ruleName"
154433
154535
  },
154434
154536
  "topicRulePayload": {
154435
- "shape": "Saj"
154537
+ "shape": "Sb0"
154436
154538
  },
154437
154539
  "tags": {
154438
154540
  "location": "header",
@@ -154473,10 +154575,10 @@ module.exports={
154473
154575
  ],
154474
154576
  "members": {
154475
154577
  "subnetIds": {
154476
- "shape": "Sdw"
154578
+ "shape": "Sed"
154477
154579
  },
154478
154580
  "securityGroups": {
154479
- "shape": "Sdy"
154581
+ "shape": "Sef"
154480
154582
  },
154481
154583
  "vpcId": {},
154482
154584
  "roleArn": {}
@@ -154490,7 +154592,7 @@ module.exports={
154490
154592
  "type": "structure",
154491
154593
  "members": {
154492
154594
  "topicRuleDestination": {
154493
- "shape": "Se2"
154595
+ "shape": "Sej"
154494
154596
  }
154495
154597
  }
154496
154598
  }
@@ -154884,6 +154986,69 @@ module.exports={
154884
154986
  "members": {}
154885
154987
  }
154886
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
+ },
154887
155052
  "DeletePolicy": {
154888
155053
  "http": {
154889
155054
  "method": "DELETE",
@@ -155259,10 +155424,10 @@ module.exports={
155259
155424
  "members": {
155260
155425
  "roleArn": {},
155261
155426
  "auditNotificationTargetConfigurations": {
155262
- "shape": "Sg2"
155427
+ "shape": "Sgn"
155263
155428
  },
155264
155429
  "auditCheckConfigurations": {
155265
- "shape": "Sg5"
155430
+ "shape": "Sgq"
155266
155431
  }
155267
155432
  }
155268
155433
  }
@@ -155288,7 +155453,7 @@ module.exports={
155288
155453
  "type": "structure",
155289
155454
  "members": {
155290
155455
  "finding": {
155291
- "shape": "Sga"
155456
+ "shape": "Sgv"
155292
155457
  }
155293
155458
  }
155294
155459
  }
@@ -155345,13 +155510,13 @@ module.exports={
155345
155510
  }
155346
155511
  },
155347
155512
  "target": {
155348
- "shape": "Sgu"
155513
+ "shape": "Shf"
155349
155514
  },
155350
155515
  "auditCheckToActionsMapping": {
155351
- "shape": "Sgy"
155516
+ "shape": "Shj"
155352
155517
  },
155353
155518
  "actionsDefinition": {
155354
- "shape": "Sh0"
155519
+ "shape": "Shl"
155355
155520
  }
155356
155521
  }
155357
155522
  }
@@ -155490,7 +155655,7 @@ module.exports={
155490
155655
  "type": "structure",
155491
155656
  "members": {
155492
155657
  "authorizerDescription": {
155493
- "shape": "Shr"
155658
+ "shape": "Sic"
155494
155659
  }
155495
155660
  }
155496
155661
  }
@@ -155575,13 +155740,13 @@ module.exports={
155575
155740
  },
155576
155741
  "generationId": {},
155577
155742
  "validity": {
155578
- "shape": "Si4"
155743
+ "shape": "Sip"
155579
155744
  },
155580
155745
  "certificateMode": {}
155581
155746
  }
155582
155747
  },
155583
155748
  "registrationConfig": {
155584
- "shape": "Si6"
155749
+ "shape": "Sir"
155585
155750
  }
155586
155751
  }
155587
155752
  }
@@ -155643,7 +155808,7 @@ module.exports={
155643
155808
  },
155644
155809
  "generationId": {},
155645
155810
  "validity": {
155646
- "shape": "Si4"
155811
+ "shape": "Sip"
155647
155812
  },
155648
155813
  "certificateMode": {}
155649
155814
  }
@@ -155697,7 +155862,7 @@ module.exports={
155697
155862
  "type": "structure",
155698
155863
  "members": {
155699
155864
  "authorizerDescription": {
155700
- "shape": "Shr"
155865
+ "shape": "Sic"
155701
155866
  }
155702
155867
  }
155703
155868
  }
@@ -155723,7 +155888,7 @@ module.exports={
155723
155888
  "type": "structure",
155724
155889
  "members": {
155725
155890
  "taskSummary": {
155726
- "shape": "Sij"
155891
+ "shape": "Sj4"
155727
155892
  }
155728
155893
  }
155729
155894
  }
@@ -155846,7 +156011,7 @@ module.exports={
155846
156011
  "type": "structure",
155847
156012
  "members": {
155848
156013
  "eventConfigurations": {
155849
- "shape": "Sj9"
156014
+ "shape": "Sju"
155850
156015
  },
155851
156016
  "creationDate": {
155852
156017
  "type": "timestamp"
@@ -156042,6 +156207,9 @@ module.exports={
156042
156207
  "startTime": {}
156043
156208
  }
156044
156209
  }
156210
+ },
156211
+ "destinationPackageVersions": {
156212
+ "shape": "S5b"
156045
156213
  }
156046
156214
  }
156047
156215
  }
@@ -156163,6 +156331,9 @@ module.exports={
156163
156331
  },
156164
156332
  "maintenanceWindows": {
156165
156333
  "shape": "S57"
156334
+ },
156335
+ "destinationPackageVersions": {
156336
+ "shape": "S5b"
156166
156337
  }
156167
156338
  }
156168
156339
  }
@@ -156196,7 +156367,7 @@ module.exports={
156196
156367
  "description": {},
156197
156368
  "templateVersion": {},
156198
156369
  "environments": {
156199
- "shape": "Skf"
156370
+ "shape": "Sl0"
156200
156371
  },
156201
156372
  "documentParameters": {
156202
156373
  "type": "list",
@@ -156243,7 +156414,7 @@ module.exports={
156243
156414
  "actionId": {},
156244
156415
  "roleArn": {},
156245
156416
  "actionParams": {
156246
- "shape": "S5m"
156417
+ "shape": "S5o"
156247
156418
  },
156248
156419
  "creationDate": {
156249
156420
  "type": "timestamp"
@@ -156292,7 +156463,7 @@ module.exports={
156292
156463
  },
156293
156464
  "provisioningRoleArn": {},
156294
156465
  "preProvisioningHook": {
156295
- "shape": "S8c"
156466
+ "shape": "S8t"
156296
156467
  },
156297
156468
  "type": {}
156298
156469
  }
@@ -156402,7 +156573,7 @@ module.exports={
156402
156573
  "dayOfMonth": {},
156403
156574
  "dayOfWeek": {},
156404
156575
  "targetCheckNames": {
156405
- "shape": "S8s"
156576
+ "shape": "S99"
156406
156577
  },
156407
156578
  "scheduledAuditName": {},
156408
156579
  "scheduledAuditArn": {}
@@ -156433,18 +156604,18 @@ module.exports={
156433
156604
  "securityProfileArn": {},
156434
156605
  "securityProfileDescription": {},
156435
156606
  "behaviors": {
156436
- "shape": "S8y"
156607
+ "shape": "S9f"
156437
156608
  },
156438
156609
  "alertTargets": {
156439
- "shape": "S9o"
156610
+ "shape": "Sa5"
156440
156611
  },
156441
156612
  "additionalMetricsToRetain": {
156442
- "shape": "S9s",
156613
+ "shape": "Sa9",
156443
156614
  "deprecated": true,
156444
156615
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
156445
156616
  },
156446
156617
  "additionalMetricsToRetainV2": {
156447
- "shape": "S9t"
156618
+ "shape": "Saa"
156448
156619
  },
156449
156620
  "version": {
156450
156621
  "type": "long"
@@ -156488,7 +156659,7 @@ module.exports={
156488
156659
  },
156489
156660
  "description": {},
156490
156661
  "files": {
156491
- "shape": "S9z"
156662
+ "shape": "Sag"
156492
156663
  },
156493
156664
  "createdAt": {
156494
156665
  "type": "timestamp"
@@ -156571,7 +156742,7 @@ module.exports={
156571
156742
  "members": {
156572
156743
  "parentGroupName": {},
156573
156744
  "rootToParentThingGroups": {
156574
- "shape": "Sl8"
156745
+ "shape": "Slt"
156575
156746
  },
156576
156747
  "creationDate": {
156577
156748
  "type": "timestamp"
@@ -156654,10 +156825,10 @@ module.exports={
156654
156825
  "thingTypeId": {},
156655
156826
  "thingTypeArn": {},
156656
156827
  "thingTypeProperties": {
156657
- "shape": "Sab"
156828
+ "shape": "Sas"
156658
156829
  },
156659
156830
  "thingTypeMetadata": {
156660
- "shape": "Sll"
156831
+ "shape": "Sm6"
156661
156832
  }
156662
156833
  }
156663
156834
  }
@@ -156965,10 +157136,10 @@ module.exports={
156965
157136
  "type": "structure",
156966
157137
  "members": {
156967
157138
  "thingIndexingConfiguration": {
156968
- "shape": "Smk"
157139
+ "shape": "Sn5"
156969
157140
  },
156970
157141
  "thingGroupIndexingConfiguration": {
156971
- "shape": "Smw"
157142
+ "shape": "Snh"
156972
157143
  }
156973
157144
  }
156974
157145
  }
@@ -157047,20 +157218,20 @@ module.exports={
157047
157218
  },
157048
157219
  "description": {},
157049
157220
  "targets": {
157050
- "shape": "S66"
157221
+ "shape": "S68"
157051
157222
  },
157052
157223
  "protocols": {
157053
- "shape": "S68"
157224
+ "shape": "S6a"
157054
157225
  },
157055
157226
  "awsJobExecutionsRolloutConfig": {
157056
- "shape": "S6a"
157227
+ "shape": "S6c"
157057
157228
  },
157058
157229
  "awsJobPresignedUrlConfig": {
157059
- "shape": "S6h"
157230
+ "shape": "S6j"
157060
157231
  },
157061
157232
  "targetSelection": {},
157062
157233
  "otaUpdateFiles": {
157063
- "shape": "S6s"
157234
+ "shape": "S6u"
157064
157235
  },
157065
157236
  "otaUpdateStatus": {},
157066
157237
  "awsIotJobId": {},
@@ -157073,13 +157244,114 @@ module.exports={
157073
157244
  }
157074
157245
  },
157075
157246
  "additionalParameters": {
157076
- "shape": "S7q"
157247
+ "shape": "S7s"
157077
157248
  }
157078
157249
  }
157079
157250
  }
157080
157251
  }
157081
157252
  }
157082
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
+ },
157083
157355
  "GetPercentiles": {
157084
157356
  "http": {
157085
157357
  "requestUri": "/indices/percentiles"
@@ -157296,14 +157568,14 @@ module.exports={
157296
157568
  "type": "timestamp"
157297
157569
  },
157298
157570
  "actions": {
157299
- "shape": "Sam"
157571
+ "shape": "Sb3"
157300
157572
  },
157301
157573
  "ruleDisabled": {
157302
157574
  "type": "boolean"
157303
157575
  },
157304
157576
  "awsIotSqlVersion": {},
157305
157577
  "errorAction": {
157306
- "shape": "San"
157578
+ "shape": "Sb4"
157307
157579
  }
157308
157580
  }
157309
157581
  }
@@ -157331,7 +157603,7 @@ module.exports={
157331
157603
  "type": "structure",
157332
157604
  "members": {
157333
157605
  "topicRuleDestination": {
157334
- "shape": "Se2"
157606
+ "shape": "Sej"
157335
157607
  }
157336
157608
  }
157337
157609
  }
@@ -157408,13 +157680,13 @@ module.exports={
157408
157680
  "thingName": {},
157409
157681
  "securityProfileName": {},
157410
157682
  "behavior": {
157411
- "shape": "S8z"
157683
+ "shape": "S9g"
157412
157684
  },
157413
157685
  "lastViolationValue": {
157414
- "shape": "S96"
157686
+ "shape": "S9n"
157415
157687
  },
157416
157688
  "violationEventAdditionalInfo": {
157417
- "shape": "Soe"
157689
+ "shape": "Sp7"
157418
157690
  },
157419
157691
  "verificationState": {},
157420
157692
  "verificationStateDescription": {},
@@ -157465,7 +157737,7 @@ module.exports={
157465
157737
  "type": "structure",
157466
157738
  "members": {
157467
157739
  "policies": {
157468
- "shape": "Sol"
157740
+ "shape": "Spe"
157469
157741
  },
157470
157742
  "nextMarker": {}
157471
157743
  }
@@ -157504,7 +157776,7 @@ module.exports={
157504
157776
  "findings": {
157505
157777
  "type": "list",
157506
157778
  "member": {
157507
- "shape": "Sga"
157779
+ "shape": "Sgv"
157508
157780
  }
157509
157781
  },
157510
157782
  "nextToken": {}
@@ -157822,7 +158094,7 @@ module.exports={
157822
158094
  "billingGroups": {
157823
158095
  "type": "list",
157824
158096
  "member": {
157825
- "shape": "Sl9"
158097
+ "shape": "Slu"
157826
158098
  }
157827
158099
  },
157828
158100
  "nextToken": {}
@@ -157906,7 +158178,7 @@ module.exports={
157906
158178
  "type": "structure",
157907
158179
  "members": {
157908
158180
  "certificates": {
157909
- "shape": "Spn"
158181
+ "shape": "Sqg"
157910
158182
  },
157911
158183
  "nextMarker": {}
157912
158184
  }
@@ -157947,7 +158219,7 @@ module.exports={
157947
158219
  "type": "structure",
157948
158220
  "members": {
157949
158221
  "certificates": {
157950
- "shape": "Spn"
158222
+ "shape": "Sqg"
157951
158223
  },
157952
158224
  "nextMarker": {}
157953
158225
  }
@@ -158091,7 +158363,7 @@ module.exports={
158091
158363
  "tasks": {
158092
158364
  "type": "list",
158093
158365
  "member": {
158094
- "shape": "Sij"
158366
+ "shape": "Sj4"
158095
158367
  }
158096
158368
  },
158097
158369
  "nextToken": {}
@@ -158275,7 +158547,7 @@ module.exports={
158275
158547
  "members": {
158276
158548
  "thingArn": {},
158277
158549
  "jobExecutionSummary": {
158278
- "shape": "Sqn"
158550
+ "shape": "Srg"
158279
158551
  }
158280
158552
  }
158281
158553
  }
@@ -158332,7 +158604,7 @@ module.exports={
158332
158604
  "members": {
158333
158605
  "jobId": {},
158334
158606
  "jobExecutionSummary": {
158335
- "shape": "Sqn"
158607
+ "shape": "Srg"
158336
158608
  }
158337
158609
  }
158338
158610
  }
@@ -158487,7 +158759,7 @@ module.exports={
158487
158759
  "templateName": {},
158488
158760
  "description": {},
158489
158761
  "environments": {
158490
- "shape": "Skf"
158762
+ "shape": "Sl0"
158491
158763
  },
158492
158764
  "templateVersion": {}
158493
158765
  }
@@ -158560,7 +158832,7 @@ module.exports={
158560
158832
  "type": "timestamp"
158561
158833
  },
158562
158834
  "value": {
158563
- "shape": "S96"
158835
+ "shape": "S9n"
158564
158836
  }
158565
158837
  }
158566
158838
  }
@@ -158704,6 +158976,104 @@ module.exports={
158704
158976
  }
158705
158977
  }
158706
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
+ },
158707
159077
  "ListPolicies": {
158708
159078
  "http": {
158709
159079
  "method": "GET",
@@ -158732,7 +159102,7 @@ module.exports={
158732
159102
  "type": "structure",
158733
159103
  "members": {
158734
159104
  "policies": {
158735
- "shape": "Sol"
159105
+ "shape": "Spe"
158736
159106
  },
158737
159107
  "nextMarker": {}
158738
159108
  }
@@ -158773,7 +159143,7 @@ module.exports={
158773
159143
  "type": "structure",
158774
159144
  "members": {
158775
159145
  "principals": {
158776
- "shape": "Srp"
159146
+ "shape": "Ssr"
158777
159147
  },
158778
159148
  "nextMarker": {}
158779
159149
  }
@@ -158853,7 +159223,7 @@ module.exports={
158853
159223
  "type": "structure",
158854
159224
  "members": {
158855
159225
  "policies": {
158856
- "shape": "Sol"
159226
+ "shape": "Spe"
158857
159227
  },
158858
159228
  "nextMarker": {}
158859
159229
  }
@@ -158890,7 +159260,7 @@ module.exports={
158890
159260
  "type": "structure",
158891
159261
  "members": {
158892
159262
  "things": {
158893
- "shape": "Srz"
159263
+ "shape": "St1"
158894
159264
  },
158895
159265
  "nextToken": {}
158896
159266
  }
@@ -159023,7 +159393,7 @@ module.exports={
159023
159393
  "type": "structure",
159024
159394
  "members": {
159025
159395
  "relatedResources": {
159026
- "shape": "Sgf"
159396
+ "shape": "Sh0"
159027
159397
  },
159028
159398
  "nextToken": {}
159029
159399
  }
@@ -159136,7 +159506,7 @@ module.exports={
159136
159506
  "securityProfileIdentifiers": {
159137
159507
  "type": "list",
159138
159508
  "member": {
159139
- "shape": "Ssk"
159509
+ "shape": "Stm"
159140
159510
  }
159141
159511
  },
159142
159512
  "nextToken": {}
@@ -159183,10 +159553,10 @@ module.exports={
159183
159553
  "type": "structure",
159184
159554
  "members": {
159185
159555
  "securityProfileIdentifier": {
159186
- "shape": "Ssk"
159556
+ "shape": "Stm"
159187
159557
  },
159188
159558
  "target": {
159189
- "shape": "Ssp"
159559
+ "shape": "Str"
159190
159560
  }
159191
159561
  }
159192
159562
  }
@@ -159339,7 +159709,7 @@ module.exports={
159339
159709
  "securityProfileTargets": {
159340
159710
  "type": "list",
159341
159711
  "member": {
159342
- "shape": "Ssp"
159712
+ "shape": "Str"
159343
159713
  }
159344
159714
  },
159345
159715
  "nextToken": {}
@@ -159382,7 +159752,7 @@ module.exports={
159382
159752
  "type": "structure",
159383
159753
  "members": {
159384
159754
  "thingGroups": {
159385
- "shape": "Sl8"
159755
+ "shape": "Slt"
159386
159756
  },
159387
159757
  "nextToken": {}
159388
159758
  }
@@ -159418,7 +159788,7 @@ module.exports={
159418
159788
  "type": "structure",
159419
159789
  "members": {
159420
159790
  "thingGroups": {
159421
- "shape": "Sl8"
159791
+ "shape": "Slt"
159422
159792
  },
159423
159793
  "nextToken": {}
159424
159794
  }
@@ -159454,7 +159824,7 @@ module.exports={
159454
159824
  "type": "structure",
159455
159825
  "members": {
159456
159826
  "principals": {
159457
- "shape": "Srp"
159827
+ "shape": "Ssr"
159458
159828
  },
159459
159829
  "nextToken": {}
159460
159830
  }
@@ -159571,10 +159941,10 @@ module.exports={
159571
159941
  "thingTypeName": {},
159572
159942
  "thingTypeArn": {},
159573
159943
  "thingTypeProperties": {
159574
- "shape": "Sab"
159944
+ "shape": "Sas"
159575
159945
  },
159576
159946
  "thingTypeMetadata": {
159577
- "shape": "Sll"
159947
+ "shape": "Sm6"
159578
159948
  }
159579
159949
  }
159580
159950
  }
@@ -159673,7 +160043,7 @@ module.exports={
159673
160043
  "type": "structure",
159674
160044
  "members": {
159675
160045
  "things": {
159676
- "shape": "Srz"
160046
+ "shape": "St1"
159677
160047
  },
159678
160048
  "nextToken": {}
159679
160049
  }
@@ -159714,7 +160084,7 @@ module.exports={
159714
160084
  "type": "structure",
159715
160085
  "members": {
159716
160086
  "things": {
159717
- "shape": "Srz"
160087
+ "shape": "St1"
159718
160088
  },
159719
160089
  "nextToken": {}
159720
160090
  }
@@ -159766,10 +160136,10 @@ module.exports={
159766
160136
  "type": "structure",
159767
160137
  "members": {
159768
160138
  "subnetIds": {
159769
- "shape": "Sdw"
160139
+ "shape": "Sed"
159770
160140
  },
159771
160141
  "securityGroups": {
159772
- "shape": "Sdy"
160142
+ "shape": "Sef"
159773
160143
  },
159774
160144
  "vpcId": {},
159775
160145
  "roleArn": {}
@@ -159866,7 +160236,7 @@ module.exports={
159866
160236
  "type": "structure",
159867
160237
  "members": {
159868
160238
  "logTarget": {
159869
- "shape": "Sud"
160239
+ "shape": "Svf"
159870
160240
  },
159871
160241
  "logLevel": {}
159872
160242
  }
@@ -159942,13 +160312,13 @@ module.exports={
159942
160312
  "thingName": {},
159943
160313
  "securityProfileName": {},
159944
160314
  "behavior": {
159945
- "shape": "S8z"
160315
+ "shape": "S9g"
159946
160316
  },
159947
160317
  "metricValue": {
159948
- "shape": "S96"
160318
+ "shape": "S9n"
159949
160319
  },
159950
160320
  "violationEventAdditionalInfo": {
159951
- "shape": "Soe"
160321
+ "shape": "Sp7"
159952
160322
  },
159953
160323
  "violationEventType": {},
159954
160324
  "verificationState": {},
@@ -160010,7 +160380,7 @@ module.exports={
160010
160380
  "type": "boolean"
160011
160381
  },
160012
160382
  "registrationConfig": {
160013
- "shape": "Si6"
160383
+ "shape": "Sir"
160014
160384
  },
160015
160385
  "tags": {
160016
160386
  "shape": "S2e"
@@ -160181,7 +160551,7 @@ module.exports={
160181
160551
  "locationName": "ruleName"
160182
160552
  },
160183
160553
  "topicRulePayload": {
160184
- "shape": "Saj"
160554
+ "shape": "Sb0"
160185
160555
  }
160186
160556
  },
160187
160557
  "payload": "topicRulePayload"
@@ -160219,7 +160589,7 @@ module.exports={
160219
160589
  "thingId": {},
160220
160590
  "thingTypeName": {},
160221
160591
  "thingGroupNames": {
160222
- "shape": "Sv9"
160592
+ "shape": "Swb"
160223
160593
  },
160224
160594
  "attributes": {
160225
160595
  "shape": "S3o"
@@ -160253,7 +160623,7 @@ module.exports={
160253
160623
  "shape": "S3o"
160254
160624
  },
160255
160625
  "parentGroupNames": {
160256
- "shape": "Sv9"
160626
+ "shape": "Swb"
160257
160627
  }
160258
160628
  }
160259
160629
  }
@@ -160341,7 +160711,7 @@ module.exports={
160341
160711
  ],
160342
160712
  "members": {
160343
160713
  "logTarget": {
160344
- "shape": "Sud"
160714
+ "shape": "Svf"
160345
160715
  },
160346
160716
  "logLevel": {}
160347
160717
  }
@@ -160380,10 +160750,10 @@ module.exports={
160380
160750
  "locationName": "taskId"
160381
160751
  },
160382
160752
  "target": {
160383
- "shape": "Sgu"
160753
+ "shape": "Shf"
160384
160754
  },
160385
160755
  "auditCheckToActionsMapping": {
160386
- "shape": "Sgy"
160756
+ "shape": "Shj"
160387
160757
  },
160388
160758
  "clientRequestToken": {
160389
160759
  "idempotencyToken": true
@@ -160416,14 +160786,14 @@ module.exports={
160416
160786
  "locationName": "taskId"
160417
160787
  },
160418
160788
  "target": {
160419
- "shape": "Sil"
160789
+ "shape": "Sj6"
160420
160790
  },
160421
160791
  "actions": {
160422
160792
  "type": "list",
160423
160793
  "member": {}
160424
160794
  },
160425
160795
  "violationEventOccurrenceRange": {
160426
- "shape": "Sio"
160796
+ "shape": "Sj9"
160427
160797
  },
160428
160798
  "includeOnlyActiveViolations": {
160429
160799
  "type": "boolean"
@@ -160454,7 +160824,7 @@ module.exports={
160454
160824
  ],
160455
160825
  "members": {
160456
160826
  "targetCheckNames": {
160457
- "shape": "S8s"
160827
+ "shape": "S99"
160458
160828
  }
160459
160829
  }
160460
160830
  },
@@ -160550,7 +160920,7 @@ module.exports={
160550
160920
  "authInfos": {
160551
160921
  "type": "list",
160552
160922
  "member": {
160553
- "shape": "Sw2"
160923
+ "shape": "Sx4"
160554
160924
  }
160555
160925
  },
160556
160926
  "clientId": {
@@ -160558,10 +160928,10 @@ module.exports={
160558
160928
  "locationName": "clientId"
160559
160929
  },
160560
160930
  "policyNamesToAdd": {
160561
- "shape": "Sw6"
160931
+ "shape": "Sx8"
160562
160932
  },
160563
160933
  "policyNamesToSkip": {
160564
- "shape": "Sw6"
160934
+ "shape": "Sx8"
160565
160935
  }
160566
160936
  }
160567
160937
  },
@@ -160574,13 +160944,13 @@ module.exports={
160574
160944
  "type": "structure",
160575
160945
  "members": {
160576
160946
  "authInfo": {
160577
- "shape": "Sw2"
160947
+ "shape": "Sx4"
160578
160948
  },
160579
160949
  "allowed": {
160580
160950
  "type": "structure",
160581
160951
  "members": {
160582
160952
  "policies": {
160583
- "shape": "Sol"
160953
+ "shape": "Spe"
160584
160954
  }
160585
160955
  }
160586
160956
  },
@@ -160591,7 +160961,7 @@ module.exports={
160591
160961
  "type": "structure",
160592
160962
  "members": {
160593
160963
  "policies": {
160594
- "shape": "Sol"
160964
+ "shape": "Spe"
160595
160965
  }
160596
160966
  }
160597
160967
  },
@@ -160599,7 +160969,7 @@ module.exports={
160599
160969
  "type": "structure",
160600
160970
  "members": {
160601
160971
  "policies": {
160602
- "shape": "Sol"
160972
+ "shape": "Spe"
160603
160973
  }
160604
160974
  }
160605
160975
  }
@@ -160744,10 +161114,10 @@ module.exports={
160744
161114
  "members": {
160745
161115
  "roleArn": {},
160746
161116
  "auditNotificationTargetConfigurations": {
160747
- "shape": "Sg2"
161117
+ "shape": "Sgn"
160748
161118
  },
160749
161119
  "auditCheckConfigurations": {
160750
- "shape": "Sg5"
161120
+ "shape": "Sgq"
160751
161121
  }
160752
161122
  }
160753
161123
  },
@@ -160877,7 +161247,7 @@ module.exports={
160877
161247
  "locationName": "newAutoRegistrationStatus"
160878
161248
  },
160879
161249
  "registrationConfig": {
160880
- "shape": "Si6"
161250
+ "shape": "Sir"
160881
161251
  },
160882
161252
  "removeAutoRegistration": {
160883
161253
  "type": "boolean"
@@ -161062,7 +161432,7 @@ module.exports={
161062
161432
  "type": "structure",
161063
161433
  "members": {
161064
161434
  "eventConfigurations": {
161065
- "shape": "Sj9"
161435
+ "shape": "Sju"
161066
161436
  }
161067
161437
  }
161068
161438
  },
@@ -161113,10 +161483,10 @@ module.exports={
161113
161483
  "type": "structure",
161114
161484
  "members": {
161115
161485
  "thingIndexingConfiguration": {
161116
- "shape": "Smk"
161486
+ "shape": "Sn5"
161117
161487
  },
161118
161488
  "thingGroupIndexingConfiguration": {
161119
- "shape": "Smw"
161489
+ "shape": "Snh"
161120
161490
  }
161121
161491
  }
161122
161492
  },
@@ -161180,7 +161550,7 @@ module.exports={
161180
161550
  },
161181
161551
  "roleArn": {},
161182
161552
  "actionParams": {
161183
- "shape": "S5m"
161553
+ "shape": "S5o"
161184
161554
  }
161185
161555
  }
161186
161556
  },
@@ -161192,6 +161562,108 @@ module.exports={
161192
161562
  }
161193
161563
  }
161194
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
+ },
161195
161667
  "UpdateProvisioningTemplate": {
161196
161668
  "http": {
161197
161669
  "method": "PATCH",
@@ -161216,7 +161688,7 @@ module.exports={
161216
161688
  },
161217
161689
  "provisioningRoleArn": {},
161218
161690
  "preProvisioningHook": {
161219
- "shape": "S8c"
161691
+ "shape": "S8t"
161220
161692
  },
161221
161693
  "removePreProvisioningHook": {
161222
161694
  "type": "boolean"
@@ -161272,7 +161744,7 @@ module.exports={
161272
161744
  "dayOfMonth": {},
161273
161745
  "dayOfWeek": {},
161274
161746
  "targetCheckNames": {
161275
- "shape": "S8s"
161747
+ "shape": "S99"
161276
161748
  },
161277
161749
  "scheduledAuditName": {
161278
161750
  "location": "uri",
@@ -161304,18 +161776,18 @@ module.exports={
161304
161776
  },
161305
161777
  "securityProfileDescription": {},
161306
161778
  "behaviors": {
161307
- "shape": "S8y"
161779
+ "shape": "S9f"
161308
161780
  },
161309
161781
  "alertTargets": {
161310
- "shape": "S9o"
161782
+ "shape": "Sa5"
161311
161783
  },
161312
161784
  "additionalMetricsToRetain": {
161313
- "shape": "S9s",
161785
+ "shape": "Sa9",
161314
161786
  "deprecated": true,
161315
161787
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
161316
161788
  },
161317
161789
  "additionalMetricsToRetainV2": {
161318
- "shape": "S9t"
161790
+ "shape": "Saa"
161319
161791
  },
161320
161792
  "deleteBehaviors": {
161321
161793
  "type": "boolean"
@@ -161340,18 +161812,18 @@ module.exports={
161340
161812
  "securityProfileArn": {},
161341
161813
  "securityProfileDescription": {},
161342
161814
  "behaviors": {
161343
- "shape": "S8y"
161815
+ "shape": "S9f"
161344
161816
  },
161345
161817
  "alertTargets": {
161346
- "shape": "S9o"
161818
+ "shape": "Sa5"
161347
161819
  },
161348
161820
  "additionalMetricsToRetain": {
161349
- "shape": "S9s",
161821
+ "shape": "Sa9",
161350
161822
  "deprecated": true,
161351
161823
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
161352
161824
  },
161353
161825
  "additionalMetricsToRetainV2": {
161354
- "shape": "S9t"
161826
+ "shape": "Saa"
161355
161827
  },
161356
161828
  "version": {
161357
161829
  "type": "long"
@@ -161382,7 +161854,7 @@ module.exports={
161382
161854
  },
161383
161855
  "description": {},
161384
161856
  "files": {
161385
- "shape": "S9z"
161857
+ "shape": "Sag"
161386
161858
  },
161387
161859
  "roleArn": {}
161388
161860
  }
@@ -161474,10 +161946,10 @@ module.exports={
161474
161946
  "members": {
161475
161947
  "thingName": {},
161476
161948
  "thingGroupsToAdd": {
161477
- "shape": "Syh"
161949
+ "shape": "Szr"
161478
161950
  },
161479
161951
  "thingGroupsToRemove": {
161480
- "shape": "Syh"
161952
+ "shape": "Szr"
161481
161953
  },
161482
161954
  "overrideDynamicGroups": {
161483
161955
  "type": "boolean"
@@ -161521,7 +161993,7 @@ module.exports={
161521
161993
  ],
161522
161994
  "members": {
161523
161995
  "behaviors": {
161524
- "shape": "S8y"
161996
+ "shape": "S9f"
161525
161997
  }
161526
161998
  }
161527
161999
  },
@@ -161801,7 +162273,11 @@ module.exports={
161801
162273
  }
161802
162274
  }
161803
162275
  },
161804
- "S5h": {
162276
+ "S5b": {
162277
+ "type": "list",
162278
+ "member": {}
162279
+ },
162280
+ "S5j": {
161805
162281
  "type": "structure",
161806
162282
  "members": {
161807
162283
  "PublicKey": {},
@@ -161811,7 +162287,7 @@ module.exports={
161811
162287
  }
161812
162288
  }
161813
162289
  },
161814
- "S5m": {
162290
+ "S5o": {
161815
162291
  "type": "structure",
161816
162292
  "members": {
161817
162293
  "updateDeviceCertificateParams": {
@@ -161878,15 +162354,15 @@ module.exports={
161878
162354
  }
161879
162355
  }
161880
162356
  },
161881
- "S66": {
162357
+ "S68": {
161882
162358
  "type": "list",
161883
162359
  "member": {}
161884
162360
  },
161885
- "S68": {
162361
+ "S6a": {
161886
162362
  "type": "list",
161887
162363
  "member": {}
161888
162364
  },
161889
- "S6a": {
162365
+ "S6c": {
161890
162366
  "type": "structure",
161891
162367
  "members": {
161892
162368
  "maximumPerMinute": {
@@ -161921,7 +162397,7 @@ module.exports={
161921
162397
  }
161922
162398
  }
161923
162399
  },
161924
- "S6h": {
162400
+ "S6j": {
161925
162401
  "type": "structure",
161926
162402
  "members": {
161927
162403
  "expiresInSec": {
@@ -161929,7 +162405,7 @@ module.exports={
161929
162405
  }
161930
162406
  }
161931
162407
  },
161932
- "S6s": {
162408
+ "S6u": {
161933
162409
  "type": "list",
161934
162410
  "member": {
161935
162411
  "type": "structure",
@@ -161952,7 +162428,7 @@ module.exports={
161952
162428
  }
161953
162429
  },
161954
162430
  "s3Location": {
161955
- "shape": "S71"
162431
+ "shape": "S73"
161956
162432
  }
161957
162433
  }
161958
162434
  },
@@ -162018,7 +162494,7 @@ module.exports={
162018
162494
  }
162019
162495
  }
162020
162496
  },
162021
- "S71": {
162497
+ "S73": {
162022
162498
  "type": "structure",
162023
162499
  "members": {
162024
162500
  "bucket": {},
@@ -162026,12 +162502,27 @@ module.exports={
162026
162502
  "version": {}
162027
162503
  }
162028
162504
  },
162029
- "S7q": {
162505
+ "S7s": {
162030
162506
  "type": "map",
162031
162507
  "key": {},
162032
162508
  "value": {}
162033
162509
  },
162034
- "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": {
162035
162526
  "type": "structure",
162036
162527
  "required": [
162037
162528
  "targetArn"
@@ -162041,17 +162532,17 @@ module.exports={
162041
162532
  "targetArn": {}
162042
162533
  }
162043
162534
  },
162044
- "S8s": {
162535
+ "S99": {
162045
162536
  "type": "list",
162046
162537
  "member": {}
162047
162538
  },
162048
- "S8y": {
162539
+ "S9f": {
162049
162540
  "type": "list",
162050
162541
  "member": {
162051
- "shape": "S8z"
162542
+ "shape": "S9g"
162052
162543
  }
162053
162544
  },
162054
- "S8z": {
162545
+ "S9g": {
162055
162546
  "type": "structure",
162056
162547
  "required": [
162057
162548
  "name"
@@ -162060,14 +162551,14 @@ module.exports={
162060
162551
  "name": {},
162061
162552
  "metric": {},
162062
162553
  "metricDimension": {
162063
- "shape": "S92"
162554
+ "shape": "S9j"
162064
162555
  },
162065
162556
  "criteria": {
162066
162557
  "type": "structure",
162067
162558
  "members": {
162068
162559
  "comparisonOperator": {},
162069
162560
  "value": {
162070
- "shape": "S96"
162561
+ "shape": "S9n"
162071
162562
  },
162072
162563
  "durationSeconds": {
162073
162564
  "type": "integer"
@@ -162100,7 +162591,7 @@ module.exports={
162100
162591
  }
162101
162592
  }
162102
162593
  },
162103
- "S92": {
162594
+ "S9j": {
162104
162595
  "type": "structure",
162105
162596
  "required": [
162106
162597
  "dimensionName"
@@ -162110,7 +162601,7 @@ module.exports={
162110
162601
  "operator": {}
162111
162602
  }
162112
162603
  },
162113
- "S96": {
162604
+ "S9n": {
162114
162605
  "type": "structure",
162115
162606
  "members": {
162116
162607
  "count": {
@@ -162141,7 +162632,7 @@ module.exports={
162141
162632
  }
162142
162633
  }
162143
162634
  },
162144
- "S9o": {
162635
+ "Sa5": {
162145
162636
  "type": "map",
162146
162637
  "key": {},
162147
162638
  "value": {
@@ -162156,11 +162647,11 @@ module.exports={
162156
162647
  }
162157
162648
  }
162158
162649
  },
162159
- "S9s": {
162650
+ "Sa9": {
162160
162651
  "type": "list",
162161
162652
  "member": {}
162162
162653
  },
162163
- "S9t": {
162654
+ "Saa": {
162164
162655
  "type": "list",
162165
162656
  "member": {
162166
162657
  "type": "structure",
@@ -162170,12 +162661,12 @@ module.exports={
162170
162661
  "members": {
162171
162662
  "metric": {},
162172
162663
  "metricDimension": {
162173
- "shape": "S92"
162664
+ "shape": "S9j"
162174
162665
  }
162175
162666
  }
162176
162667
  }
162177
162668
  },
162178
- "S9z": {
162669
+ "Sag": {
162179
162670
  "type": "list",
162180
162671
  "member": {
162181
162672
  "type": "structure",
@@ -162184,12 +162675,12 @@ module.exports={
162184
162675
  "type": "integer"
162185
162676
  },
162186
162677
  "s3Location": {
162187
- "shape": "S71"
162678
+ "shape": "S73"
162188
162679
  }
162189
162680
  }
162190
162681
  }
162191
162682
  },
162192
- "Sab": {
162683
+ "Sas": {
162193
162684
  "type": "structure",
162194
162685
  "members": {
162195
162686
  "thingTypeDescription": {},
@@ -162199,7 +162690,7 @@ module.exports={
162199
162690
  }
162200
162691
  }
162201
162692
  },
162202
- "Saj": {
162693
+ "Sb0": {
162203
162694
  "type": "structure",
162204
162695
  "required": [
162205
162696
  "sql",
@@ -162209,24 +162700,24 @@ module.exports={
162209
162700
  "sql": {},
162210
162701
  "description": {},
162211
162702
  "actions": {
162212
- "shape": "Sam"
162703
+ "shape": "Sb3"
162213
162704
  },
162214
162705
  "ruleDisabled": {
162215
162706
  "type": "boolean"
162216
162707
  },
162217
162708
  "awsIotSqlVersion": {},
162218
162709
  "errorAction": {
162219
- "shape": "San"
162710
+ "shape": "Sb4"
162220
162711
  }
162221
162712
  }
162222
162713
  },
162223
- "Sam": {
162714
+ "Sb3": {
162224
162715
  "type": "list",
162225
162716
  "member": {
162226
- "shape": "San"
162717
+ "shape": "Sb4"
162227
162718
  }
162228
162719
  },
162229
- "San": {
162720
+ "Sb4": {
162230
162721
  "type": "structure",
162231
162722
  "members": {
162232
162723
  "dynamoDB": {
@@ -162699,15 +163190,15 @@ module.exports={
162699
163190
  }
162700
163191
  }
162701
163192
  },
162702
- "Sdw": {
163193
+ "Sed": {
162703
163194
  "type": "list",
162704
163195
  "member": {}
162705
163196
  },
162706
- "Sdy": {
163197
+ "Sef": {
162707
163198
  "type": "list",
162708
163199
  "member": {}
162709
163200
  },
162710
- "Se2": {
163201
+ "Sej": {
162711
163202
  "type": "structure",
162712
163203
  "members": {
162713
163204
  "arn": {},
@@ -162729,10 +163220,10 @@ module.exports={
162729
163220
  "type": "structure",
162730
163221
  "members": {
162731
163222
  "subnetIds": {
162732
- "shape": "Sdw"
163223
+ "shape": "Sed"
162733
163224
  },
162734
163225
  "securityGroups": {
162735
- "shape": "Sdy"
163226
+ "shape": "Sef"
162736
163227
  },
162737
163228
  "vpcId": {},
162738
163229
  "roleArn": {}
@@ -162740,7 +163231,7 @@ module.exports={
162740
163231
  }
162741
163232
  }
162742
163233
  },
162743
- "Sg2": {
163234
+ "Sgn": {
162744
163235
  "type": "map",
162745
163236
  "key": {},
162746
163237
  "value": {
@@ -162754,7 +163245,7 @@ module.exports={
162754
163245
  }
162755
163246
  }
162756
163247
  },
162757
- "Sg5": {
163248
+ "Sgq": {
162758
163249
  "type": "map",
162759
163250
  "key": {},
162760
163251
  "value": {
@@ -162766,7 +163257,7 @@ module.exports={
162766
163257
  }
162767
163258
  }
162768
163259
  },
162769
- "Sga": {
163260
+ "Sgv": {
162770
163261
  "type": "structure",
162771
163262
  "members": {
162772
163263
  "findingId": {},
@@ -162787,12 +163278,12 @@ module.exports={
162787
163278
  "shape": "S1o"
162788
163279
  },
162789
163280
  "additionalInfo": {
162790
- "shape": "Sge"
163281
+ "shape": "Sgz"
162791
163282
  }
162792
163283
  }
162793
163284
  },
162794
163285
  "relatedResources": {
162795
- "shape": "Sgf"
163286
+ "shape": "Sh0"
162796
163287
  },
162797
163288
  "reasonForNonCompliance": {},
162798
163289
  "reasonForNonComplianceCode": {},
@@ -162801,12 +163292,12 @@ module.exports={
162801
163292
  }
162802
163293
  }
162803
163294
  },
162804
- "Sge": {
163295
+ "Sgz": {
162805
163296
  "type": "map",
162806
163297
  "key": {},
162807
163298
  "value": {}
162808
163299
  },
162809
- "Sgf": {
163300
+ "Sh0": {
162810
163301
  "type": "list",
162811
163302
  "member": {
162812
163303
  "type": "structure",
@@ -162816,12 +163307,12 @@ module.exports={
162816
163307
  "shape": "S1o"
162817
163308
  },
162818
163309
  "additionalInfo": {
162819
- "shape": "Sge"
163310
+ "shape": "Sgz"
162820
163311
  }
162821
163312
  }
162822
163313
  }
162823
163314
  },
162824
- "Sgu": {
163315
+ "Shf": {
162825
163316
  "type": "structure",
162826
163317
  "members": {
162827
163318
  "auditTaskId": {},
@@ -162839,7 +163330,7 @@ module.exports={
162839
163330
  }
162840
163331
  }
162841
163332
  },
162842
- "Sgy": {
163333
+ "Shj": {
162843
163334
  "type": "map",
162844
163335
  "key": {},
162845
163336
  "value": {
@@ -162847,7 +163338,7 @@ module.exports={
162847
163338
  "member": {}
162848
163339
  }
162849
163340
  },
162850
- "Sh0": {
163341
+ "Shl": {
162851
163342
  "type": "list",
162852
163343
  "member": {
162853
163344
  "type": "structure",
@@ -162856,12 +163347,12 @@ module.exports={
162856
163347
  "id": {},
162857
163348
  "roleArn": {},
162858
163349
  "actionParams": {
162859
- "shape": "S5m"
163350
+ "shape": "S5o"
162860
163351
  }
162861
163352
  }
162862
163353
  }
162863
163354
  },
162864
- "Shr": {
163355
+ "Sic": {
162865
163356
  "type": "structure",
162866
163357
  "members": {
162867
163358
  "authorizerName": {},
@@ -162886,7 +163377,7 @@ module.exports={
162886
163377
  }
162887
163378
  }
162888
163379
  },
162889
- "Si4": {
163380
+ "Sip": {
162890
163381
  "type": "structure",
162891
163382
  "members": {
162892
163383
  "notBefore": {
@@ -162897,7 +163388,7 @@ module.exports={
162897
163388
  }
162898
163389
  }
162899
163390
  },
162900
- "Si6": {
163391
+ "Sir": {
162901
163392
  "type": "structure",
162902
163393
  "members": {
162903
163394
  "templateBody": {},
@@ -162905,7 +163396,7 @@ module.exports={
162905
163396
  "templateName": {}
162906
163397
  }
162907
163398
  },
162908
- "Sij": {
163399
+ "Sj4": {
162909
163400
  "type": "structure",
162910
163401
  "members": {
162911
163402
  "taskId": {},
@@ -162917,10 +163408,10 @@ module.exports={
162917
163408
  "type": "timestamp"
162918
163409
  },
162919
163410
  "target": {
162920
- "shape": "Sil"
163411
+ "shape": "Sj6"
162921
163412
  },
162922
163413
  "violationEventOccurrenceRange": {
162923
- "shape": "Sio"
163414
+ "shape": "Sj9"
162924
163415
  },
162925
163416
  "onlyActiveViolationsIncluded": {
162926
163417
  "type": "boolean"
@@ -162929,7 +163420,7 @@ module.exports={
162929
163420
  "type": "boolean"
162930
163421
  },
162931
163422
  "actionsDefinition": {
162932
- "shape": "Sh0"
163423
+ "shape": "Shl"
162933
163424
  },
162934
163425
  "taskStatistics": {
162935
163426
  "type": "structure",
@@ -162947,7 +163438,7 @@ module.exports={
162947
163438
  }
162948
163439
  }
162949
163440
  },
162950
- "Sil": {
163441
+ "Sj6": {
162951
163442
  "type": "structure",
162952
163443
  "members": {
162953
163444
  "violationIds": {
@@ -162958,7 +163449,7 @@ module.exports={
162958
163449
  "behaviorName": {}
162959
163450
  }
162960
163451
  },
162961
- "Sio": {
163452
+ "Sj9": {
162962
163453
  "type": "structure",
162963
163454
  "required": [
162964
163455
  "startTime",
@@ -162973,7 +163464,7 @@ module.exports={
162973
163464
  }
162974
163465
  }
162975
163466
  },
162976
- "Sj9": {
163467
+ "Sju": {
162977
163468
  "type": "map",
162978
163469
  "key": {},
162979
163470
  "value": {
@@ -162985,24 +163476,24 @@ module.exports={
162985
163476
  }
162986
163477
  }
162987
163478
  },
162988
- "Skf": {
163479
+ "Sl0": {
162989
163480
  "type": "list",
162990
163481
  "member": {}
162991
163482
  },
162992
- "Sl8": {
163483
+ "Slt": {
162993
163484
  "type": "list",
162994
163485
  "member": {
162995
- "shape": "Sl9"
163486
+ "shape": "Slu"
162996
163487
  }
162997
163488
  },
162998
- "Sl9": {
163489
+ "Slu": {
162999
163490
  "type": "structure",
163000
163491
  "members": {
163001
163492
  "groupName": {},
163002
163493
  "groupArn": {}
163003
163494
  }
163004
163495
  },
163005
- "Sll": {
163496
+ "Sm6": {
163006
163497
  "type": "structure",
163007
163498
  "members": {
163008
163499
  "deprecated": {
@@ -163016,7 +163507,7 @@ module.exports={
163016
163507
  }
163017
163508
  }
163018
163509
  },
163019
- "Smk": {
163510
+ "Sn5": {
163020
163511
  "type": "structure",
163021
163512
  "required": [
163022
163513
  "thingIndexingMode"
@@ -163027,10 +163518,10 @@ module.exports={
163027
163518
  "deviceDefenderIndexingMode": {},
163028
163519
  "namedShadowIndexingMode": {},
163029
163520
  "managedFields": {
163030
- "shape": "Smp"
163521
+ "shape": "Sna"
163031
163522
  },
163032
163523
  "customFields": {
163033
- "shape": "Smp"
163524
+ "shape": "Sna"
163034
163525
  },
163035
163526
  "filter": {
163036
163527
  "type": "structure",
@@ -163043,7 +163534,7 @@ module.exports={
163043
163534
  }
163044
163535
  }
163045
163536
  },
163046
- "Smp": {
163537
+ "Sna": {
163047
163538
  "type": "list",
163048
163539
  "member": {
163049
163540
  "type": "structure",
@@ -163053,7 +163544,7 @@ module.exports={
163053
163544
  }
163054
163545
  }
163055
163546
  },
163056
- "Smw": {
163547
+ "Snh": {
163057
163548
  "type": "structure",
163058
163549
  "required": [
163059
163550
  "thingGroupIndexingMode"
@@ -163061,20 +163552,29 @@ module.exports={
163061
163552
  "members": {
163062
163553
  "thingGroupIndexingMode": {},
163063
163554
  "managedFields": {
163064
- "shape": "Smp"
163555
+ "shape": "Sna"
163065
163556
  },
163066
163557
  "customFields": {
163067
- "shape": "Smp"
163558
+ "shape": "Sna"
163068
163559
  }
163069
163560
  }
163070
163561
  },
163071
- "Soe": {
163562
+ "Snx": {
163563
+ "type": "structure",
163564
+ "members": {
163565
+ "enabled": {
163566
+ "type": "boolean"
163567
+ },
163568
+ "roleArn": {}
163569
+ }
163570
+ },
163571
+ "Sp7": {
163072
163572
  "type": "structure",
163073
163573
  "members": {
163074
163574
  "confidenceLevel": {}
163075
163575
  }
163076
163576
  },
163077
- "Sol": {
163577
+ "Spe": {
163078
163578
  "type": "list",
163079
163579
  "member": {
163080
163580
  "type": "structure",
@@ -163084,7 +163584,7 @@ module.exports={
163084
163584
  }
163085
163585
  }
163086
163586
  },
163087
- "Spn": {
163587
+ "Sqg": {
163088
163588
  "type": "list",
163089
163589
  "member": {
163090
163590
  "type": "structure",
@@ -163099,7 +163599,7 @@ module.exports={
163099
163599
  }
163100
163600
  }
163101
163601
  },
163102
- "Sqn": {
163602
+ "Srg": {
163103
163603
  "type": "structure",
163104
163604
  "members": {
163105
163605
  "status": {},
@@ -163120,15 +163620,15 @@ module.exports={
163120
163620
  }
163121
163621
  }
163122
163622
  },
163123
- "Srp": {
163623
+ "Ssr": {
163124
163624
  "type": "list",
163125
163625
  "member": {}
163126
163626
  },
163127
- "Srz": {
163627
+ "St1": {
163128
163628
  "type": "list",
163129
163629
  "member": {}
163130
163630
  },
163131
- "Ssk": {
163631
+ "Stm": {
163132
163632
  "type": "structure",
163133
163633
  "required": [
163134
163634
  "name",
@@ -163139,7 +163639,7 @@ module.exports={
163139
163639
  "arn": {}
163140
163640
  }
163141
163641
  },
163142
- "Ssp": {
163642
+ "Str": {
163143
163643
  "type": "structure",
163144
163644
  "required": [
163145
163645
  "arn"
@@ -163148,7 +163648,7 @@ module.exports={
163148
163648
  "arn": {}
163149
163649
  }
163150
163650
  },
163151
- "Sud": {
163651
+ "Svf": {
163152
163652
  "type": "structure",
163153
163653
  "required": [
163154
163654
  "targetType"
@@ -163158,11 +163658,11 @@ module.exports={
163158
163658
  "targetName": {}
163159
163659
  }
163160
163660
  },
163161
- "Sv9": {
163661
+ "Swb": {
163162
163662
  "type": "list",
163163
163663
  "member": {}
163164
163664
  },
163165
- "Sw2": {
163665
+ "Sx4": {
163166
163666
  "type": "structure",
163167
163667
  "required": [
163168
163668
  "resources"
@@ -163175,11 +163675,11 @@ module.exports={
163175
163675
  }
163176
163676
  }
163177
163677
  },
163178
- "Sw6": {
163678
+ "Sx8": {
163179
163679
  "type": "list",
163180
163680
  "member": {}
163181
163681
  },
163182
- "Syh": {
163682
+ "Szr": {
163183
163683
  "type": "list",
163184
163684
  "member": {}
163185
163685
  }
@@ -163362,6 +163862,18 @@ module.exports={
163362
163862
  "output_token": "nextMarker",
163363
163863
  "result_key": "outgoingCertificates"
163364
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
+ },
163365
163877
  "ListPolicies": {
163366
163878
  "input_token": "marker",
163367
163879
  "limit_key": "pageSize",
@@ -235625,6 +236137,26 @@ module.exports={
235625
236137
  }
235626
236138
  }
235627
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
+ },
235628
236160
  "ChangeMessageVisibility": {
235629
236161
  "input": {
235630
236162
  "type": "structure",
@@ -235695,7 +236227,7 @@ module.exports={
235695
236227
  "flattened": true
235696
236228
  },
235697
236229
  "Failed": {
235698
- "shape": "Sd"
236230
+ "shape": "Sg"
235699
236231
  }
235700
236232
  }
235701
236233
  }
@@ -235709,11 +236241,11 @@ module.exports={
235709
236241
  "members": {
235710
236242
  "QueueName": {},
235711
236243
  "Attributes": {
235712
- "shape": "Sh",
236244
+ "shape": "Sk",
235713
236245
  "locationName": "Attribute"
235714
236246
  },
235715
236247
  "tags": {
235716
- "shape": "Sj",
236248
+ "shape": "Sm",
235717
236249
  "locationName": "Tag"
235718
236250
  }
235719
236251
  }
@@ -235789,7 +236321,7 @@ module.exports={
235789
236321
  "flattened": true
235790
236322
  },
235791
236323
  "Failed": {
235792
- "shape": "Sd"
236324
+ "shape": "Sg"
235793
236325
  }
235794
236326
  }
235795
236327
  }
@@ -235814,7 +236346,7 @@ module.exports={
235814
236346
  "members": {
235815
236347
  "QueueUrl": {},
235816
236348
  "AttributeNames": {
235817
- "shape": "Sw"
236349
+ "shape": "Sz"
235818
236350
  }
235819
236351
  }
235820
236352
  },
@@ -235823,7 +236355,7 @@ module.exports={
235823
236355
  "type": "structure",
235824
236356
  "members": {
235825
236357
  "Attributes": {
235826
- "shape": "Sh",
236358
+ "shape": "Sk",
235827
236359
  "locationName": "Attribute"
235828
236360
  }
235829
236361
  }
@@ -235870,12 +236402,59 @@ module.exports={
235870
236402
  ],
235871
236403
  "members": {
235872
236404
  "queueUrls": {
235873
- "shape": "S14"
236405
+ "shape": "S17"
235874
236406
  },
235875
236407
  "NextToken": {}
235876
236408
  }
235877
236409
  }
235878
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
+ },
235879
236458
  "ListQueueTags": {
235880
236459
  "input": {
235881
236460
  "type": "structure",
@@ -235891,7 +236470,7 @@ module.exports={
235891
236470
  "type": "structure",
235892
236471
  "members": {
235893
236472
  "Tags": {
235894
- "shape": "Sj",
236473
+ "shape": "Sm",
235895
236474
  "locationName": "Tag"
235896
236475
  }
235897
236476
  }
@@ -235913,7 +236492,7 @@ module.exports={
235913
236492
  "type": "structure",
235914
236493
  "members": {
235915
236494
  "QueueUrls": {
235916
- "shape": "S14"
236495
+ "shape": "S17"
235917
236496
  },
235918
236497
  "NextToken": {}
235919
236498
  }
@@ -235939,7 +236518,7 @@ module.exports={
235939
236518
  "members": {
235940
236519
  "QueueUrl": {},
235941
236520
  "AttributeNames": {
235942
- "shape": "Sw"
236521
+ "shape": "Sz"
235943
236522
  },
235944
236523
  "MessageAttributeNames": {
235945
236524
  "type": "list",
@@ -235987,7 +236566,7 @@ module.exports={
235987
236566
  },
235988
236567
  "MD5OfMessageAttributes": {},
235989
236568
  "MessageAttributes": {
235990
- "shape": "S1i",
236569
+ "shape": "S1p",
235991
236570
  "locationName": "MessageAttribute"
235992
236571
  }
235993
236572
  }
@@ -236024,11 +236603,11 @@ module.exports={
236024
236603
  "type": "integer"
236025
236604
  },
236026
236605
  "MessageAttributes": {
236027
- "shape": "S1i",
236606
+ "shape": "S1p",
236028
236607
  "locationName": "MessageAttribute"
236029
236608
  },
236030
236609
  "MessageSystemAttributes": {
236031
- "shape": "S1p",
236610
+ "shape": "S1w",
236032
236611
  "locationName": "MessageSystemAttribute"
236033
236612
  },
236034
236613
  "MessageDeduplicationId": {},
@@ -236072,11 +236651,11 @@ module.exports={
236072
236651
  "type": "integer"
236073
236652
  },
236074
236653
  "MessageAttributes": {
236075
- "shape": "S1i",
236654
+ "shape": "S1p",
236076
236655
  "locationName": "MessageAttribute"
236077
236656
  },
236078
236657
  "MessageSystemAttributes": {
236079
- "shape": "S1p",
236658
+ "shape": "S1w",
236080
236659
  "locationName": "MessageSystemAttribute"
236081
236660
  },
236082
236661
  "MessageDeduplicationId": {},
@@ -236117,7 +236696,7 @@ module.exports={
236117
236696
  "flattened": true
236118
236697
  },
236119
236698
  "Failed": {
236120
- "shape": "Sd"
236699
+ "shape": "Sg"
236121
236700
  }
236122
236701
  }
236123
236702
  }
@@ -236132,12 +236711,34 @@ module.exports={
236132
236711
  "members": {
236133
236712
  "QueueUrl": {},
236134
236713
  "Attributes": {
236135
- "shape": "Sh",
236714
+ "shape": "Sk",
236136
236715
  "locationName": "Attribute"
236137
236716
  }
236138
236717
  }
236139
236718
  }
236140
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
+ },
236141
236742
  "TagQueue": {
236142
236743
  "input": {
236143
236744
  "type": "structure",
@@ -236148,7 +236749,7 @@ module.exports={
236148
236749
  "members": {
236149
236750
  "QueueUrl": {},
236150
236751
  "Tags": {
236151
- "shape": "Sj"
236752
+ "shape": "Sm"
236152
236753
  }
236153
236754
  }
236154
236755
  }
@@ -236174,7 +236775,7 @@ module.exports={
236174
236775
  }
236175
236776
  },
236176
236777
  "shapes": {
236177
- "Sd": {
236778
+ "Sg": {
236178
236779
  "type": "list",
236179
236780
  "member": {
236180
236781
  "locationName": "BatchResultErrorEntry",
@@ -236195,7 +236796,7 @@ module.exports={
236195
236796
  },
236196
236797
  "flattened": true
236197
236798
  },
236198
- "Sh": {
236799
+ "Sk": {
236199
236800
  "type": "map",
236200
236801
  "key": {
236201
236802
  "locationName": "Name"
@@ -236206,7 +236807,7 @@ module.exports={
236206
236807
  "flattened": true,
236207
236808
  "locationName": "Attribute"
236208
236809
  },
236209
- "Sj": {
236810
+ "Sm": {
236210
236811
  "type": "map",
236211
236812
  "key": {
236212
236813
  "locationName": "Key"
@@ -236217,21 +236818,21 @@ module.exports={
236217
236818
  "flattened": true,
236218
236819
  "locationName": "Tag"
236219
236820
  },
236220
- "Sw": {
236821
+ "Sz": {
236221
236822
  "type": "list",
236222
236823
  "member": {
236223
236824
  "locationName": "AttributeName"
236224
236825
  },
236225
236826
  "flattened": true
236226
236827
  },
236227
- "S14": {
236828
+ "S17": {
236228
236829
  "type": "list",
236229
236830
  "member": {
236230
236831
  "locationName": "QueueUrl"
236231
236832
  },
236232
236833
  "flattened": true
236233
236834
  },
236234
- "S1i": {
236835
+ "S1p": {
236235
236836
  "type": "map",
236236
236837
  "key": {
236237
236838
  "locationName": "Name"
@@ -236248,12 +236849,12 @@ module.exports={
236248
236849
  "type": "blob"
236249
236850
  },
236250
236851
  "StringListValues": {
236251
- "shape": "S1l",
236852
+ "shape": "S1s",
236252
236853
  "flattened": true,
236253
236854
  "locationName": "StringListValue"
236254
236855
  },
236255
236856
  "BinaryListValues": {
236256
- "shape": "S1m",
236857
+ "shape": "S1t",
236257
236858
  "flattened": true,
236258
236859
  "locationName": "BinaryListValue"
236259
236860
  },
@@ -236262,20 +236863,20 @@ module.exports={
236262
236863
  },
236263
236864
  "flattened": true
236264
236865
  },
236265
- "S1l": {
236866
+ "S1s": {
236266
236867
  "type": "list",
236267
236868
  "member": {
236268
236869
  "locationName": "StringListValue"
236269
236870
  }
236270
236871
  },
236271
- "S1m": {
236872
+ "S1t": {
236272
236873
  "type": "list",
236273
236874
  "member": {
236274
236875
  "locationName": "BinaryListValue",
236275
236876
  "type": "blob"
236276
236877
  }
236277
236878
  },
236278
- "S1p": {
236879
+ "S1w": {
236279
236880
  "type": "map",
236280
236881
  "key": {
236281
236882
  "locationName": "Name"
@@ -236292,12 +236893,12 @@ module.exports={
236292
236893
  "type": "blob"
236293
236894
  },
236294
236895
  "StringListValues": {
236295
- "shape": "S1l",
236896
+ "shape": "S1s",
236296
236897
  "flattened": true,
236297
236898
  "locationName": "StringListValue"
236298
236899
  },
236299
236900
  "BinaryListValues": {
236300
- "shape": "S1m",
236901
+ "shape": "S1t",
236301
236902
  "flattened": true,
236302
236903
  "locationName": "BinaryListValue"
236303
236904
  },
@@ -258077,7 +258678,7 @@ AWS.util.update(AWS, {
258077
258678
  /**
258078
258679
  * @constant
258079
258680
  */
258080
- VERSION: '2.1391.0',
258681
+ VERSION: '2.1392.0',
258081
258682
 
258082
258683
  /**
258083
258684
  * @api private
@@ -280246,7 +280847,7 @@ var LRUCache = /** @class */ (function () {
280246
280847
  }());
280247
280848
  exports.LRUCache = LRUCache;
280248
280849
  },{}],466:[function(require,module,exports){
280249
- // AWS SDK for JavaScript v2.1391.0
280850
+ // AWS SDK for JavaScript v2.1392.0
280250
280851
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
280251
280852
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
280252
280853
  require('./browser_loader');