@pgarbe/cdk-ecr-sync 0.5.22 → 0.5.23

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 (46) hide show
  1. package/.gitattributes +19 -19
  2. package/.jsii +4 -4
  3. package/.projenrc.ts +2 -2
  4. package/lib/ecr-sync.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +21 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +327 -102
  8. package/node_modules/aws-sdk/apis/comprehendmedical-2018-10-30.min.json +244 -29
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  10. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +280 -271
  11. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +235 -107
  12. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +4 -1
  13. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +208 -11
  14. package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +91 -45
  16. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +74 -35
  17. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +29 -0
  18. package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +137 -39
  19. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +132 -22
  20. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.paginators.json +12 -0
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +31 -28
  22. package/node_modules/aws-sdk/clients/appsync.d.ts +330 -109
  23. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +6 -1
  24. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +306 -25
  25. package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
  26. package/node_modules/aws-sdk/clients/health.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/iot.d.ts +13 -0
  28. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +57 -4
  29. package/node_modules/aws-sdk/clients/location.d.ts +139 -9
  30. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +293 -23
  31. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +68 -7
  32. package/node_modules/aws-sdk/clients/outposts.d.ts +47 -3
  33. package/node_modules/aws-sdk/clients/route53.d.ts +11 -11
  34. package/node_modules/aws-sdk/clients/route53domains.d.ts +179 -49
  35. package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +185 -78
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +3 -1
  37. package/node_modules/aws-sdk/clients/savingsplans.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/sms.d.ts +31 -31
  39. package/node_modules/aws-sdk/clients/support.d.ts +62 -62
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +16 -16
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +928 -433
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +10 -13
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1043.0
1
+ // AWS SDK for JavaScript v2.1046.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){
@@ -53776,6 +53776,25 @@ module.exports={
53776
53776
  }
53777
53777
  }
53778
53778
  },
53779
+ "DescribeSNOMEDCTInferenceJob": {
53780
+ "input": {
53781
+ "type": "structure",
53782
+ "required": [
53783
+ "JobId"
53784
+ ],
53785
+ "members": {
53786
+ "JobId": {}
53787
+ }
53788
+ },
53789
+ "output": {
53790
+ "type": "structure",
53791
+ "members": {
53792
+ "ComprehendMedicalAsyncJobProperties": {
53793
+ "shape": "S4"
53794
+ }
53795
+ }
53796
+ }
53797
+ },
53779
53798
  "DetectEntities": {
53780
53799
  "input": {
53781
53800
  "type": "structure",
@@ -53794,10 +53813,10 @@ module.exports={
53794
53813
  ],
53795
53814
  "members": {
53796
53815
  "Entities": {
53797
- "shape": "Sr"
53816
+ "shape": "St"
53798
53817
  },
53799
53818
  "UnmappedAttributes": {
53800
- "shape": "S14"
53819
+ "shape": "S16"
53801
53820
  },
53802
53821
  "PaginationToken": {},
53803
53822
  "ModelVersion": {}
@@ -53824,10 +53843,10 @@ module.exports={
53824
53843
  ],
53825
53844
  "members": {
53826
53845
  "Entities": {
53827
- "shape": "Sr"
53846
+ "shape": "St"
53828
53847
  },
53829
53848
  "UnmappedAttributes": {
53830
- "shape": "S14"
53849
+ "shape": "S16"
53831
53850
  },
53832
53851
  "PaginationToken": {},
53833
53852
  "ModelVersion": {}
@@ -53852,7 +53871,7 @@ module.exports={
53852
53871
  ],
53853
53872
  "members": {
53854
53873
  "Entities": {
53855
- "shape": "Sr"
53874
+ "shape": "St"
53856
53875
  },
53857
53876
  "PaginationToken": {},
53858
53877
  "ModelVersion": {}
@@ -53918,7 +53937,7 @@ module.exports={
53918
53937
  },
53919
53938
  "Text": {},
53920
53939
  "Traits": {
53921
- "shape": "S1k"
53940
+ "shape": "S1m"
53922
53941
  },
53923
53942
  "Category": {},
53924
53943
  "RelationshipType": {}
@@ -53926,7 +53945,7 @@ module.exports={
53926
53945
  }
53927
53946
  },
53928
53947
  "Traits": {
53929
- "shape": "S1k"
53948
+ "shape": "S1m"
53930
53949
  },
53931
53950
  "ICD10CMConcepts": {
53932
53951
  "type": "list",
@@ -54008,13 +54027,13 @@ module.exports={
54008
54027
  },
54009
54028
  "Text": {},
54010
54029
  "Traits": {
54011
- "shape": "S1z"
54030
+ "shape": "S21"
54012
54031
  }
54013
54032
  }
54014
54033
  }
54015
54034
  },
54016
54035
  "Traits": {
54017
- "shape": "S1z"
54036
+ "shape": "S21"
54018
54037
  },
54019
54038
  "RxNormConcepts": {
54020
54039
  "type": "list",
@@ -54037,12 +54056,111 @@ module.exports={
54037
54056
  }
54038
54057
  }
54039
54058
  },
54059
+ "InferSNOMEDCT": {
54060
+ "input": {
54061
+ "type": "structure",
54062
+ "required": [
54063
+ "Text"
54064
+ ],
54065
+ "members": {
54066
+ "Text": {}
54067
+ }
54068
+ },
54069
+ "output": {
54070
+ "type": "structure",
54071
+ "required": [
54072
+ "Entities"
54073
+ ],
54074
+ "members": {
54075
+ "Entities": {
54076
+ "type": "list",
54077
+ "member": {
54078
+ "type": "structure",
54079
+ "members": {
54080
+ "Id": {
54081
+ "type": "integer"
54082
+ },
54083
+ "Text": {},
54084
+ "Category": {},
54085
+ "Type": {},
54086
+ "Score": {
54087
+ "type": "float"
54088
+ },
54089
+ "BeginOffset": {
54090
+ "type": "integer"
54091
+ },
54092
+ "EndOffset": {
54093
+ "type": "integer"
54094
+ },
54095
+ "Attributes": {
54096
+ "type": "list",
54097
+ "member": {
54098
+ "type": "structure",
54099
+ "members": {
54100
+ "Category": {},
54101
+ "Type": {},
54102
+ "Score": {
54103
+ "type": "float"
54104
+ },
54105
+ "RelationshipScore": {
54106
+ "type": "float"
54107
+ },
54108
+ "RelationshipType": {},
54109
+ "Id": {
54110
+ "type": "integer"
54111
+ },
54112
+ "BeginOffset": {
54113
+ "type": "integer"
54114
+ },
54115
+ "EndOffset": {
54116
+ "type": "integer"
54117
+ },
54118
+ "Text": {},
54119
+ "Traits": {
54120
+ "shape": "S2g"
54121
+ },
54122
+ "SNOMEDCTConcepts": {
54123
+ "shape": "S2j"
54124
+ }
54125
+ }
54126
+ }
54127
+ },
54128
+ "Traits": {
54129
+ "shape": "S2g"
54130
+ },
54131
+ "SNOMEDCTConcepts": {
54132
+ "shape": "S2j"
54133
+ }
54134
+ }
54135
+ }
54136
+ },
54137
+ "PaginationToken": {},
54138
+ "ModelVersion": {},
54139
+ "SNOMEDCTDetails": {
54140
+ "type": "structure",
54141
+ "members": {
54142
+ "Edition": {},
54143
+ "Language": {},
54144
+ "VersionDate": {}
54145
+ }
54146
+ },
54147
+ "Characters": {
54148
+ "type": "structure",
54149
+ "members": {
54150
+ "OriginalTextCharacters": {
54151
+ "type": "integer"
54152
+ }
54153
+ }
54154
+ }
54155
+ }
54156
+ }
54157
+ },
54040
54158
  "ListEntitiesDetectionV2Jobs": {
54041
54159
  "input": {
54042
54160
  "type": "structure",
54043
54161
  "members": {
54044
54162
  "Filter": {
54045
- "shape": "S25"
54163
+ "shape": "S2o"
54046
54164
  },
54047
54165
  "NextToken": {},
54048
54166
  "MaxResults": {
@@ -54054,7 +54172,7 @@ module.exports={
54054
54172
  "type": "structure",
54055
54173
  "members": {
54056
54174
  "ComprehendMedicalAsyncJobPropertiesList": {
54057
- "shape": "S28"
54175
+ "shape": "S2r"
54058
54176
  },
54059
54177
  "NextToken": {}
54060
54178
  }
@@ -54065,7 +54183,7 @@ module.exports={
54065
54183
  "type": "structure",
54066
54184
  "members": {
54067
54185
  "Filter": {
54068
- "shape": "S25"
54186
+ "shape": "S2o"
54069
54187
  },
54070
54188
  "NextToken": {},
54071
54189
  "MaxResults": {
@@ -54077,7 +54195,7 @@ module.exports={
54077
54195
  "type": "structure",
54078
54196
  "members": {
54079
54197
  "ComprehendMedicalAsyncJobPropertiesList": {
54080
- "shape": "S28"
54198
+ "shape": "S2r"
54081
54199
  },
54082
54200
  "NextToken": {}
54083
54201
  }
@@ -54088,7 +54206,7 @@ module.exports={
54088
54206
  "type": "structure",
54089
54207
  "members": {
54090
54208
  "Filter": {
54091
- "shape": "S25"
54209
+ "shape": "S2o"
54092
54210
  },
54093
54211
  "NextToken": {},
54094
54212
  "MaxResults": {
@@ -54100,7 +54218,7 @@ module.exports={
54100
54218
  "type": "structure",
54101
54219
  "members": {
54102
54220
  "ComprehendMedicalAsyncJobPropertiesList": {
54103
- "shape": "S28"
54221
+ "shape": "S2r"
54104
54222
  },
54105
54223
  "NextToken": {}
54106
54224
  }
@@ -54111,7 +54229,7 @@ module.exports={
54111
54229
  "type": "structure",
54112
54230
  "members": {
54113
54231
  "Filter": {
54114
- "shape": "S25"
54232
+ "shape": "S2o"
54115
54233
  },
54116
54234
  "NextToken": {},
54117
54235
  "MaxResults": {
@@ -54123,7 +54241,30 @@ module.exports={
54123
54241
  "type": "structure",
54124
54242
  "members": {
54125
54243
  "ComprehendMedicalAsyncJobPropertiesList": {
54126
- "shape": "S28"
54244
+ "shape": "S2r"
54245
+ },
54246
+ "NextToken": {}
54247
+ }
54248
+ }
54249
+ },
54250
+ "ListSNOMEDCTInferenceJobs": {
54251
+ "input": {
54252
+ "type": "structure",
54253
+ "members": {
54254
+ "Filter": {
54255
+ "shape": "S2o"
54256
+ },
54257
+ "NextToken": {},
54258
+ "MaxResults": {
54259
+ "type": "integer"
54260
+ }
54261
+ }
54262
+ },
54263
+ "output": {
54264
+ "type": "structure",
54265
+ "members": {
54266
+ "ComprehendMedicalAsyncJobPropertiesList": {
54267
+ "shape": "S2r"
54127
54268
  },
54128
54269
  "NextToken": {}
54129
54270
  }
@@ -54257,6 +54398,38 @@ module.exports={
54257
54398
  }
54258
54399
  }
54259
54400
  },
54401
+ "StartSNOMEDCTInferenceJob": {
54402
+ "input": {
54403
+ "type": "structure",
54404
+ "required": [
54405
+ "InputDataConfig",
54406
+ "OutputDataConfig",
54407
+ "DataAccessRoleArn",
54408
+ "LanguageCode"
54409
+ ],
54410
+ "members": {
54411
+ "InputDataConfig": {
54412
+ "shape": "S9"
54413
+ },
54414
+ "OutputDataConfig": {
54415
+ "shape": "Sc"
54416
+ },
54417
+ "DataAccessRoleArn": {},
54418
+ "JobName": {},
54419
+ "ClientRequestToken": {
54420
+ "idempotencyToken": true
54421
+ },
54422
+ "KMSKey": {},
54423
+ "LanguageCode": {}
54424
+ }
54425
+ },
54426
+ "output": {
54427
+ "type": "structure",
54428
+ "members": {
54429
+ "JobId": {}
54430
+ }
54431
+ }
54432
+ },
54260
54433
  "StopEntitiesDetectionV2Job": {
54261
54434
  "input": {
54262
54435
  "type": "structure",
@@ -54324,6 +54497,23 @@ module.exports={
54324
54497
  "JobId": {}
54325
54498
  }
54326
54499
  }
54500
+ },
54501
+ "StopSNOMEDCTInferenceJob": {
54502
+ "input": {
54503
+ "type": "structure",
54504
+ "required": [
54505
+ "JobId"
54506
+ ],
54507
+ "members": {
54508
+ "JobId": {}
54509
+ }
54510
+ },
54511
+ "output": {
54512
+ "type": "structure",
54513
+ "members": {
54514
+ "JobId": {}
54515
+ }
54516
+ }
54327
54517
  }
54328
54518
  },
54329
54519
  "shapes": {
@@ -54376,7 +54566,7 @@ module.exports={
54376
54566
  "S3Key": {}
54377
54567
  }
54378
54568
  },
54379
- "Sr": {
54569
+ "St": {
54380
54570
  "type": "list",
54381
54571
  "member": {
54382
54572
  "type": "structure",
@@ -54397,18 +54587,18 @@ module.exports={
54397
54587
  "Category": {},
54398
54588
  "Type": {},
54399
54589
  "Traits": {
54400
- "shape": "Sy"
54590
+ "shape": "S10"
54401
54591
  },
54402
54592
  "Attributes": {
54403
54593
  "type": "list",
54404
54594
  "member": {
54405
- "shape": "S12"
54595
+ "shape": "S14"
54406
54596
  }
54407
54597
  }
54408
54598
  }
54409
54599
  }
54410
54600
  },
54411
- "Sy": {
54601
+ "S10": {
54412
54602
  "type": "list",
54413
54603
  "member": {
54414
54604
  "type": "structure",
@@ -54420,7 +54610,7 @@ module.exports={
54420
54610
  }
54421
54611
  }
54422
54612
  },
54423
- "S12": {
54613
+ "S14": {
54424
54614
  "type": "structure",
54425
54615
  "members": {
54426
54616
  "Type": {},
@@ -54443,23 +54633,23 @@ module.exports={
54443
54633
  "Text": {},
54444
54634
  "Category": {},
54445
54635
  "Traits": {
54446
- "shape": "Sy"
54636
+ "shape": "S10"
54447
54637
  }
54448
54638
  }
54449
54639
  },
54450
- "S14": {
54640
+ "S16": {
54451
54641
  "type": "list",
54452
54642
  "member": {
54453
54643
  "type": "structure",
54454
54644
  "members": {
54455
54645
  "Type": {},
54456
54646
  "Attribute": {
54457
- "shape": "S12"
54647
+ "shape": "S14"
54458
54648
  }
54459
54649
  }
54460
54650
  }
54461
54651
  },
54462
- "S1k": {
54652
+ "S1m": {
54463
54653
  "type": "list",
54464
54654
  "member": {
54465
54655
  "type": "structure",
@@ -54471,7 +54661,7 @@ module.exports={
54471
54661
  }
54472
54662
  }
54473
54663
  },
54474
- "S1z": {
54664
+ "S21": {
54475
54665
  "type": "list",
54476
54666
  "member": {
54477
54667
  "type": "structure",
@@ -54483,7 +54673,32 @@ module.exports={
54483
54673
  }
54484
54674
  }
54485
54675
  },
54486
- "S25": {
54676
+ "S2g": {
54677
+ "type": "list",
54678
+ "member": {
54679
+ "type": "structure",
54680
+ "members": {
54681
+ "Name": {},
54682
+ "Score": {
54683
+ "type": "float"
54684
+ }
54685
+ }
54686
+ }
54687
+ },
54688
+ "S2j": {
54689
+ "type": "list",
54690
+ "member": {
54691
+ "type": "structure",
54692
+ "members": {
54693
+ "Description": {},
54694
+ "Code": {},
54695
+ "Score": {
54696
+ "type": "float"
54697
+ }
54698
+ }
54699
+ }
54700
+ },
54701
+ "S2o": {
54487
54702
  "type": "structure",
54488
54703
  "members": {
54489
54704
  "JobName": {},
@@ -54496,7 +54711,7 @@ module.exports={
54496
54711
  }
54497
54712
  }
54498
54713
  },
54499
- "S28": {
54714
+ "S2r": {
54500
54715
  "type": "list",
54501
54716
  "member": {
54502
54717
  "shape": "S4"
@@ -102090,6 +102305,24 @@ module.exports={
102090
102305
  }
102091
102306
  ]
102092
102307
  },
102308
+ "InternetGatewayExists": {
102309
+ "operation": "DescribeInternetGateways",
102310
+ "delay": 5,
102311
+ "maxAttempts": 6,
102312
+ "acceptors": [
102313
+ {
102314
+ "expected": true,
102315
+ "matcher": "path",
102316
+ "state": "success",
102317
+ "argument": "length(InternetGateways[].InternetGatewayId) > `0`"
102318
+ },
102319
+ {
102320
+ "expected": "InvalidInternetGateway.NotFound",
102321
+ "matcher": "error",
102322
+ "state": "retry"
102323
+ }
102324
+ ]
102325
+ },
102093
102326
  "KeyPairExists": {
102094
102327
  "operation": "DescribeKeyPairs",
102095
102328
  "delay": 5,
@@ -136743,6 +136976,9 @@ module.exports={
136743
136976
  },
136744
136977
  "signingDisabled": {
136745
136978
  "type": "boolean"
136979
+ },
136980
+ "enableCachingForHttp": {
136981
+ "type": "boolean"
136746
136982
  }
136747
136983
  }
136748
136984
  },
@@ -136769,7 +137005,7 @@ module.exports={
136769
137005
  "locationName": "billingGroupName"
136770
137006
  },
136771
137007
  "billingGroupProperties": {
136772
- "shape": "S2h"
137008
+ "shape": "S2i"
136773
137009
  },
136774
137010
  "tags": {
136775
137011
  "shape": "S29"
@@ -136865,7 +137101,7 @@ module.exports={
136865
137101
  },
136866
137102
  "type": {},
136867
137103
  "stringValues": {
136868
- "shape": "S2z"
137104
+ "shape": "S30"
136869
137105
  },
136870
137106
  "tags": {
136871
137107
  "shape": "S29"
@@ -136904,7 +137140,7 @@ module.exports={
136904
137140
  },
136905
137141
  "validationCertificateArn": {},
136906
137142
  "authorizerConfig": {
136907
- "shape": "S38"
137143
+ "shape": "S39"
136908
137144
  },
136909
137145
  "serviceType": {},
136910
137146
  "tags": {
@@ -136936,7 +137172,7 @@ module.exports={
136936
137172
  "locationName": "thingGroupName"
136937
137173
  },
136938
137174
  "thingGroupProperties": {
136939
- "shape": "S3e"
137175
+ "shape": "S3f"
136940
137176
  },
136941
137177
  "indexName": {},
136942
137178
  "queryString": {},
@@ -136979,7 +137215,7 @@ module.exports={
136979
137215
  },
136980
137216
  "queryString": {},
136981
137217
  "aggregationType": {
136982
- "shape": "S3s"
137218
+ "shape": "S3t"
136983
137219
  },
136984
137220
  "period": {
136985
137221
  "type": "integer"
@@ -137025,17 +137261,17 @@ module.exports={
137025
137261
  "document": {},
137026
137262
  "description": {},
137027
137263
  "presignedUrlConfig": {
137028
- "shape": "S45"
137264
+ "shape": "S46"
137029
137265
  },
137030
137266
  "targetSelection": {},
137031
137267
  "jobExecutionsRolloutConfig": {
137032
- "shape": "S48"
137268
+ "shape": "S49"
137033
137269
  },
137034
137270
  "abortConfig": {
137035
- "shape": "S4f"
137271
+ "shape": "S4g"
137036
137272
  },
137037
137273
  "timeoutConfig": {
137038
- "shape": "S4m"
137274
+ "shape": "S4n"
137039
137275
  },
137040
137276
  "tags": {
137041
137277
  "shape": "S29"
@@ -137043,7 +137279,7 @@ module.exports={
137043
137279
  "namespaceId": {},
137044
137280
  "jobTemplateArn": {},
137045
137281
  "documentParameters": {
137046
- "shape": "S4p"
137282
+ "shape": "S4q"
137047
137283
  }
137048
137284
  }
137049
137285
  },
@@ -137077,16 +137313,16 @@ module.exports={
137077
137313
  "document": {},
137078
137314
  "description": {},
137079
137315
  "presignedUrlConfig": {
137080
- "shape": "S45"
137316
+ "shape": "S46"
137081
137317
  },
137082
137318
  "jobExecutionsRolloutConfig": {
137083
- "shape": "S48"
137319
+ "shape": "S49"
137084
137320
  },
137085
137321
  "abortConfig": {
137086
- "shape": "S4f"
137322
+ "shape": "S4g"
137087
137323
  },
137088
137324
  "timeoutConfig": {
137089
- "shape": "S4m"
137325
+ "shape": "S4n"
137090
137326
  },
137091
137327
  "tags": {
137092
137328
  "shape": "S29"
@@ -137122,7 +137358,7 @@ module.exports={
137122
137358
  "certificateId": {},
137123
137359
  "certificatePem": {},
137124
137360
  "keyPair": {
137125
- "shape": "S4y"
137361
+ "shape": "S4z"
137126
137362
  }
137127
137363
  }
137128
137364
  }
@@ -137145,7 +137381,7 @@ module.exports={
137145
137381
  },
137146
137382
  "roleArn": {},
137147
137383
  "actionParams": {
137148
- "shape": "S53"
137384
+ "shape": "S54"
137149
137385
  },
137150
137386
  "tags": {
137151
137387
  "shape": "S29"
@@ -137179,17 +137415,17 @@ module.exports={
137179
137415
  },
137180
137416
  "description": {},
137181
137417
  "targets": {
137182
- "shape": "S5m"
137418
+ "shape": "S5n"
137183
137419
  },
137184
137420
  "protocols": {
137185
- "shape": "S5o"
137421
+ "shape": "S5p"
137186
137422
  },
137187
137423
  "targetSelection": {},
137188
137424
  "awsJobExecutionsRolloutConfig": {
137189
- "shape": "S5q"
137425
+ "shape": "S5r"
137190
137426
  },
137191
137427
  "awsJobPresignedUrlConfig": {
137192
- "shape": "S5x"
137428
+ "shape": "S5y"
137193
137429
  },
137194
137430
  "awsJobAbortConfig": {
137195
137431
  "type": "structure",
@@ -137230,11 +137466,11 @@ module.exports={
137230
137466
  }
137231
137467
  },
137232
137468
  "files": {
137233
- "shape": "S68"
137469
+ "shape": "S69"
137234
137470
  },
137235
137471
  "roleArn": {},
137236
137472
  "additionalParameters": {
137237
- "shape": "S76"
137473
+ "shape": "S77"
137238
137474
  },
137239
137475
  "tags": {
137240
137476
  "shape": "S29"
@@ -137340,7 +137576,7 @@ module.exports={
137340
137576
  "certificateId": {},
137341
137577
  "certificatePem": {},
137342
137578
  "keyPair": {
137343
- "shape": "S4y"
137579
+ "shape": "S4z"
137344
137580
  },
137345
137581
  "expiration": {
137346
137582
  "type": "timestamp"
@@ -137368,7 +137604,7 @@ module.exports={
137368
137604
  },
137369
137605
  "provisioningRoleArn": {},
137370
137606
  "preProvisioningHook": {
137371
- "shape": "S7s"
137607
+ "shape": "S7t"
137372
137608
  },
137373
137609
  "tags": {
137374
137610
  "shape": "S29"
@@ -137471,7 +137707,7 @@ module.exports={
137471
137707
  "dayOfMonth": {},
137472
137708
  "dayOfWeek": {},
137473
137709
  "targetCheckNames": {
137474
- "shape": "S87"
137710
+ "shape": "S88"
137475
137711
  },
137476
137712
  "scheduledAuditName": {
137477
137713
  "location": "uri",
@@ -137505,18 +137741,18 @@ module.exports={
137505
137741
  },
137506
137742
  "securityProfileDescription": {},
137507
137743
  "behaviors": {
137508
- "shape": "S8d"
137744
+ "shape": "S8e"
137509
137745
  },
137510
137746
  "alertTargets": {
137511
- "shape": "S93"
137747
+ "shape": "S94"
137512
137748
  },
137513
137749
  "additionalMetricsToRetain": {
137514
- "shape": "S97",
137750
+ "shape": "S98",
137515
137751
  "deprecated": true,
137516
137752
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
137517
137753
  },
137518
137754
  "additionalMetricsToRetainV2": {
137519
- "shape": "S98"
137755
+ "shape": "S99"
137520
137756
  },
137521
137757
  "tags": {
137522
137758
  "shape": "S29"
@@ -137549,7 +137785,7 @@ module.exports={
137549
137785
  },
137550
137786
  "description": {},
137551
137787
  "files": {
137552
- "shape": "S9e"
137788
+ "shape": "S9f"
137553
137789
  },
137554
137790
  "roleArn": {},
137555
137791
  "tags": {
@@ -137585,7 +137821,7 @@ module.exports={
137585
137821
  },
137586
137822
  "thingTypeName": {},
137587
137823
  "attributePayload": {
137588
- "shape": "S3g"
137824
+ "shape": "S3h"
137589
137825
  },
137590
137826
  "billingGroupName": {}
137591
137827
  }
@@ -137615,7 +137851,7 @@ module.exports={
137615
137851
  },
137616
137852
  "parentGroupName": {},
137617
137853
  "thingGroupProperties": {
137618
- "shape": "S3e"
137854
+ "shape": "S3f"
137619
137855
  },
137620
137856
  "tags": {
137621
137857
  "shape": "S29"
@@ -137646,7 +137882,7 @@ module.exports={
137646
137882
  "locationName": "thingTypeName"
137647
137883
  },
137648
137884
  "thingTypeProperties": {
137649
- "shape": "S9q"
137885
+ "shape": "S9r"
137650
137886
  },
137651
137887
  "tags": {
137652
137888
  "shape": "S29"
@@ -137678,7 +137914,7 @@ module.exports={
137678
137914
  "locationName": "ruleName"
137679
137915
  },
137680
137916
  "topicRulePayload": {
137681
- "shape": "S9y"
137917
+ "shape": "S9z"
137682
137918
  },
137683
137919
  "tags": {
137684
137920
  "location": "header",
@@ -137719,10 +137955,10 @@ module.exports={
137719
137955
  ],
137720
137956
  "members": {
137721
137957
  "subnetIds": {
137722
- "shape": "Scz"
137958
+ "shape": "Sd0"
137723
137959
  },
137724
137960
  "securityGroups": {
137725
- "shape": "Sd1"
137961
+ "shape": "Sd2"
137726
137962
  },
137727
137963
  "vpcId": {},
137728
137964
  "roleArn": {}
@@ -137736,7 +137972,7 @@ module.exports={
137736
137972
  "type": "structure",
137737
137973
  "members": {
137738
137974
  "topicRuleDestination": {
137739
- "shape": "Sd5"
137975
+ "shape": "Sd6"
137740
137976
  }
137741
137977
  }
137742
137978
  }
@@ -138505,10 +138741,10 @@ module.exports={
138505
138741
  "members": {
138506
138742
  "roleArn": {},
138507
138743
  "auditNotificationTargetConfigurations": {
138508
- "shape": "Sf5"
138744
+ "shape": "Sf6"
138509
138745
  },
138510
138746
  "auditCheckConfigurations": {
138511
- "shape": "Sf8"
138747
+ "shape": "Sf9"
138512
138748
  }
138513
138749
  }
138514
138750
  }
@@ -138534,7 +138770,7 @@ module.exports={
138534
138770
  "type": "structure",
138535
138771
  "members": {
138536
138772
  "finding": {
138537
- "shape": "Sfd"
138773
+ "shape": "Sfe"
138538
138774
  }
138539
138775
  }
138540
138776
  }
@@ -138591,13 +138827,13 @@ module.exports={
138591
138827
  }
138592
138828
  },
138593
138829
  "target": {
138594
- "shape": "Sfx"
138830
+ "shape": "Sfy"
138595
138831
  },
138596
138832
  "auditCheckToActionsMapping": {
138597
- "shape": "Sg1"
138833
+ "shape": "Sg2"
138598
138834
  },
138599
138835
  "actionsDefinition": {
138600
- "shape": "Sg3"
138836
+ "shape": "Sg4"
138601
138837
  }
138602
138838
  }
138603
138839
  }
@@ -138736,7 +138972,7 @@ module.exports={
138736
138972
  "type": "structure",
138737
138973
  "members": {
138738
138974
  "authorizerDescription": {
138739
- "shape": "Sgu"
138975
+ "shape": "Sgv"
138740
138976
  }
138741
138977
  }
138742
138978
  }
@@ -138768,7 +139004,7 @@ module.exports={
138768
139004
  "type": "long"
138769
139005
  },
138770
139006
  "billingGroupProperties": {
138771
- "shape": "S2h"
139007
+ "shape": "S2i"
138772
139008
  },
138773
139009
  "billingGroupMetadata": {
138774
139010
  "type": "structure",
@@ -138821,12 +139057,12 @@ module.exports={
138821
139057
  },
138822
139058
  "generationId": {},
138823
139059
  "validity": {
138824
- "shape": "Sh7"
139060
+ "shape": "Sh8"
138825
139061
  }
138826
139062
  }
138827
139063
  },
138828
139064
  "registrationConfig": {
138829
- "shape": "Sh8"
139065
+ "shape": "Sh9"
138830
139066
  }
138831
139067
  }
138832
139068
  }
@@ -138888,7 +139124,7 @@ module.exports={
138888
139124
  },
138889
139125
  "generationId": {},
138890
139126
  "validity": {
138891
- "shape": "Sh7"
139127
+ "shape": "Sh8"
138892
139128
  },
138893
139129
  "certificateMode": {}
138894
139130
  }
@@ -138942,7 +139178,7 @@ module.exports={
138942
139178
  "type": "structure",
138943
139179
  "members": {
138944
139180
  "authorizerDescription": {
138945
- "shape": "Sgu"
139181
+ "shape": "Sgv"
138946
139182
  }
138947
139183
  }
138948
139184
  }
@@ -138968,7 +139204,7 @@ module.exports={
138968
139204
  "type": "structure",
138969
139205
  "members": {
138970
139206
  "taskSummary": {
138971
- "shape": "Shm"
139207
+ "shape": "Shn"
138972
139208
  }
138973
139209
  }
138974
139210
  }
@@ -138997,7 +139233,7 @@ module.exports={
138997
139233
  "arn": {},
138998
139234
  "type": {},
138999
139235
  "stringValues": {
139000
- "shape": "S2z"
139236
+ "shape": "S30"
139001
139237
  },
139002
139238
  "creationDate": {
139003
139239
  "type": "timestamp"
@@ -139043,7 +139279,7 @@ module.exports={
139043
139279
  }
139044
139280
  },
139045
139281
  "authorizerConfig": {
139046
- "shape": "S38"
139282
+ "shape": "S39"
139047
139283
  },
139048
139284
  "domainConfigurationStatus": {},
139049
139285
  "serviceType": {},
@@ -139088,7 +139324,7 @@ module.exports={
139088
139324
  "type": "structure",
139089
139325
  "members": {
139090
139326
  "eventConfigurations": {
139091
- "shape": "Sic"
139327
+ "shape": "Sid"
139092
139328
  },
139093
139329
  "creationDate": {
139094
139330
  "type": "timestamp"
@@ -139122,7 +139358,7 @@ module.exports={
139122
139358
  "metricName": {},
139123
139359
  "queryString": {},
139124
139360
  "aggregationType": {
139125
- "shape": "S3s"
139361
+ "shape": "S3t"
139126
139362
  },
139127
139363
  "period": {
139128
139364
  "type": "integer"
@@ -139209,13 +139445,13 @@ module.exports={
139209
139445
  },
139210
139446
  "description": {},
139211
139447
  "presignedUrlConfig": {
139212
- "shape": "S45"
139448
+ "shape": "S46"
139213
139449
  },
139214
139450
  "jobExecutionsRolloutConfig": {
139215
- "shape": "S48"
139451
+ "shape": "S49"
139216
139452
  },
139217
139453
  "abortConfig": {
139218
- "shape": "S4f"
139454
+ "shape": "S4g"
139219
139455
  },
139220
139456
  "createdAt": {
139221
139457
  "type": "timestamp"
@@ -139260,12 +139496,12 @@ module.exports={
139260
139496
  }
139261
139497
  },
139262
139498
  "timeoutConfig": {
139263
- "shape": "S4m"
139499
+ "shape": "S4n"
139264
139500
  },
139265
139501
  "namespaceId": {},
139266
139502
  "jobTemplateArn": {},
139267
139503
  "documentParameters": {
139268
- "shape": "S4p"
139504
+ "shape": "S4q"
139269
139505
  }
139270
139506
  }
139271
139507
  }
@@ -139371,16 +139607,16 @@ module.exports={
139371
139607
  "type": "timestamp"
139372
139608
  },
139373
139609
  "presignedUrlConfig": {
139374
- "shape": "S45"
139610
+ "shape": "S46"
139375
139611
  },
139376
139612
  "jobExecutionsRolloutConfig": {
139377
- "shape": "S48"
139613
+ "shape": "S49"
139378
139614
  },
139379
139615
  "abortConfig": {
139380
- "shape": "S4f"
139616
+ "shape": "S4g"
139381
139617
  },
139382
139618
  "timeoutConfig": {
139383
- "shape": "S4m"
139619
+ "shape": "S4n"
139384
139620
  }
139385
139621
  }
139386
139622
  }
@@ -139414,7 +139650,7 @@ module.exports={
139414
139650
  "description": {},
139415
139651
  "templateVersion": {},
139416
139652
  "environments": {
139417
- "shape": "Sjf"
139653
+ "shape": "Sjg"
139418
139654
  },
139419
139655
  "documentParameters": {
139420
139656
  "type": "list",
@@ -139461,7 +139697,7 @@ module.exports={
139461
139697
  "actionId": {},
139462
139698
  "roleArn": {},
139463
139699
  "actionParams": {
139464
- "shape": "S53"
139700
+ "shape": "S54"
139465
139701
  },
139466
139702
  "creationDate": {
139467
139703
  "type": "timestamp"
@@ -139510,7 +139746,7 @@ module.exports={
139510
139746
  },
139511
139747
  "provisioningRoleArn": {},
139512
139748
  "preProvisioningHook": {
139513
- "shape": "S7s"
139749
+ "shape": "S7t"
139514
139750
  }
139515
139751
  }
139516
139752
  }
@@ -139619,7 +139855,7 @@ module.exports={
139619
139855
  "dayOfMonth": {},
139620
139856
  "dayOfWeek": {},
139621
139857
  "targetCheckNames": {
139622
- "shape": "S87"
139858
+ "shape": "S88"
139623
139859
  },
139624
139860
  "scheduledAuditName": {},
139625
139861
  "scheduledAuditArn": {}
@@ -139650,18 +139886,18 @@ module.exports={
139650
139886
  "securityProfileArn": {},
139651
139887
  "securityProfileDescription": {},
139652
139888
  "behaviors": {
139653
- "shape": "S8d"
139889
+ "shape": "S8e"
139654
139890
  },
139655
139891
  "alertTargets": {
139656
- "shape": "S93"
139892
+ "shape": "S94"
139657
139893
  },
139658
139894
  "additionalMetricsToRetain": {
139659
- "shape": "S97",
139895
+ "shape": "S98",
139660
139896
  "deprecated": true,
139661
139897
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
139662
139898
  },
139663
139899
  "additionalMetricsToRetainV2": {
139664
- "shape": "S98"
139900
+ "shape": "S99"
139665
139901
  },
139666
139902
  "version": {
139667
139903
  "type": "long"
@@ -139705,7 +139941,7 @@ module.exports={
139705
139941
  },
139706
139942
  "description": {},
139707
139943
  "files": {
139708
- "shape": "S9e"
139944
+ "shape": "S9f"
139709
139945
  },
139710
139946
  "createdAt": {
139711
139947
  "type": "timestamp"
@@ -139745,7 +139981,7 @@ module.exports={
139745
139981
  "thingArn": {},
139746
139982
  "thingTypeName": {},
139747
139983
  "attributes": {
139748
- "shape": "S3h"
139984
+ "shape": "S3i"
139749
139985
  },
139750
139986
  "version": {
139751
139987
  "type": "long"
@@ -139781,14 +140017,14 @@ module.exports={
139781
140017
  "type": "long"
139782
140018
  },
139783
140019
  "thingGroupProperties": {
139784
- "shape": "S3e"
140020
+ "shape": "S3f"
139785
140021
  },
139786
140022
  "thingGroupMetadata": {
139787
140023
  "type": "structure",
139788
140024
  "members": {
139789
140025
  "parentGroupName": {},
139790
140026
  "rootToParentThingGroups": {
139791
- "shape": "Sk8"
140027
+ "shape": "Sk9"
139792
140028
  },
139793
140029
  "creationDate": {
139794
140030
  "type": "timestamp"
@@ -139871,10 +140107,10 @@ module.exports={
139871
140107
  "thingTypeId": {},
139872
140108
  "thingTypeArn": {},
139873
140109
  "thingTypeProperties": {
139874
- "shape": "S9q"
140110
+ "shape": "S9r"
139875
140111
  },
139876
140112
  "thingTypeMetadata": {
139877
- "shape": "Skl"
140113
+ "shape": "Skm"
139878
140114
  }
139879
140115
  }
139880
140116
  }
@@ -140182,10 +140418,10 @@ module.exports={
140182
140418
  "type": "structure",
140183
140419
  "members": {
140184
140420
  "thingIndexingConfiguration": {
140185
- "shape": "Slk"
140421
+ "shape": "Sll"
140186
140422
  },
140187
140423
  "thingGroupIndexingConfiguration": {
140188
- "shape": "Slt"
140424
+ "shape": "Slu"
140189
140425
  }
140190
140426
  }
140191
140427
  }
@@ -140264,20 +140500,20 @@ module.exports={
140264
140500
  },
140265
140501
  "description": {},
140266
140502
  "targets": {
140267
- "shape": "S5m"
140503
+ "shape": "S5n"
140268
140504
  },
140269
140505
  "protocols": {
140270
- "shape": "S5o"
140506
+ "shape": "S5p"
140271
140507
  },
140272
140508
  "awsJobExecutionsRolloutConfig": {
140273
- "shape": "S5q"
140509
+ "shape": "S5r"
140274
140510
  },
140275
140511
  "awsJobPresignedUrlConfig": {
140276
- "shape": "S5x"
140512
+ "shape": "S5y"
140277
140513
  },
140278
140514
  "targetSelection": {},
140279
140515
  "otaUpdateFiles": {
140280
- "shape": "S68"
140516
+ "shape": "S69"
140281
140517
  },
140282
140518
  "otaUpdateStatus": {},
140283
140519
  "awsIotJobId": {},
@@ -140290,7 +140526,7 @@ module.exports={
140290
140526
  }
140291
140527
  },
140292
140528
  "additionalParameters": {
140293
- "shape": "S76"
140529
+ "shape": "S77"
140294
140530
  }
140295
140531
  }
140296
140532
  }
@@ -140513,14 +140749,14 @@ module.exports={
140513
140749
  "type": "timestamp"
140514
140750
  },
140515
140751
  "actions": {
140516
- "shape": "Sa1"
140752
+ "shape": "Sa2"
140517
140753
  },
140518
140754
  "ruleDisabled": {
140519
140755
  "type": "boolean"
140520
140756
  },
140521
140757
  "awsIotSqlVersion": {},
140522
140758
  "errorAction": {
140523
- "shape": "Sa2"
140759
+ "shape": "Sa3"
140524
140760
  }
140525
140761
  }
140526
140762
  }
@@ -140548,7 +140784,7 @@ module.exports={
140548
140784
  "type": "structure",
140549
140785
  "members": {
140550
140786
  "topicRuleDestination": {
140551
- "shape": "Sd5"
140787
+ "shape": "Sd6"
140552
140788
  }
140553
140789
  }
140554
140790
  }
@@ -140625,13 +140861,13 @@ module.exports={
140625
140861
  "thingName": {},
140626
140862
  "securityProfileName": {},
140627
140863
  "behavior": {
140628
- "shape": "S8e"
140864
+ "shape": "S8f"
140629
140865
  },
140630
140866
  "lastViolationValue": {
140631
- "shape": "S8l"
140867
+ "shape": "S8m"
140632
140868
  },
140633
140869
  "violationEventAdditionalInfo": {
140634
- "shape": "Snb"
140870
+ "shape": "Snc"
140635
140871
  },
140636
140872
  "verificationState": {},
140637
140873
  "verificationStateDescription": {},
@@ -140682,7 +140918,7 @@ module.exports={
140682
140918
  "type": "structure",
140683
140919
  "members": {
140684
140920
  "policies": {
140685
- "shape": "Sni"
140921
+ "shape": "Snj"
140686
140922
  },
140687
140923
  "nextMarker": {}
140688
140924
  }
@@ -140721,7 +140957,7 @@ module.exports={
140721
140957
  "findings": {
140722
140958
  "type": "list",
140723
140959
  "member": {
140724
- "shape": "Sfd"
140960
+ "shape": "Sfe"
140725
140961
  }
140726
140962
  },
140727
140963
  "nextToken": {}
@@ -141039,7 +141275,7 @@ module.exports={
141039
141275
  "billingGroups": {
141040
141276
  "type": "list",
141041
141277
  "member": {
141042
- "shape": "Sk9"
141278
+ "shape": "Ska"
141043
141279
  }
141044
141280
  },
141045
141281
  "nextToken": {}
@@ -141119,7 +141355,7 @@ module.exports={
141119
141355
  "type": "structure",
141120
141356
  "members": {
141121
141357
  "certificates": {
141122
- "shape": "Sok"
141358
+ "shape": "Sol"
141123
141359
  },
141124
141360
  "nextMarker": {}
141125
141361
  }
@@ -141160,7 +141396,7 @@ module.exports={
141160
141396
  "type": "structure",
141161
141397
  "members": {
141162
141398
  "certificates": {
141163
- "shape": "Sok"
141399
+ "shape": "Sol"
141164
141400
  },
141165
141401
  "nextMarker": {}
141166
141402
  }
@@ -141304,7 +141540,7 @@ module.exports={
141304
141540
  "tasks": {
141305
141541
  "type": "list",
141306
141542
  "member": {
141307
- "shape": "Shm"
141543
+ "shape": "Shn"
141308
141544
  }
141309
141545
  },
141310
141546
  "nextToken": {}
@@ -141488,7 +141724,7 @@ module.exports={
141488
141724
  "members": {
141489
141725
  "thingArn": {},
141490
141726
  "jobExecutionSummary": {
141491
- "shape": "Spk"
141727
+ "shape": "Spl"
141492
141728
  }
141493
141729
  }
141494
141730
  }
@@ -141541,7 +141777,7 @@ module.exports={
141541
141777
  "members": {
141542
141778
  "jobId": {},
141543
141779
  "jobExecutionSummary": {
141544
- "shape": "Spk"
141780
+ "shape": "Spl"
141545
141781
  }
141546
141782
  }
141547
141783
  }
@@ -141693,7 +141929,7 @@ module.exports={
141693
141929
  "templateName": {},
141694
141930
  "description": {},
141695
141931
  "environments": {
141696
- "shape": "Sjf"
141932
+ "shape": "Sjg"
141697
141933
  },
141698
141934
  "templateVersion": {}
141699
141935
  }
@@ -141866,7 +142102,7 @@ module.exports={
141866
142102
  "type": "structure",
141867
142103
  "members": {
141868
142104
  "policies": {
141869
- "shape": "Sni"
142105
+ "shape": "Snj"
141870
142106
  },
141871
142107
  "nextMarker": {}
141872
142108
  }
@@ -141907,7 +142143,7 @@ module.exports={
141907
142143
  "type": "structure",
141908
142144
  "members": {
141909
142145
  "principals": {
141910
- "shape": "Sqh"
142146
+ "shape": "Sqi"
141911
142147
  },
141912
142148
  "nextMarker": {}
141913
142149
  }
@@ -141987,7 +142223,7 @@ module.exports={
141987
142223
  "type": "structure",
141988
142224
  "members": {
141989
142225
  "policies": {
141990
- "shape": "Sni"
142226
+ "shape": "Snj"
141991
142227
  },
141992
142228
  "nextMarker": {}
141993
142229
  }
@@ -142024,7 +142260,7 @@ module.exports={
142024
142260
  "type": "structure",
142025
142261
  "members": {
142026
142262
  "things": {
142027
- "shape": "Sqr"
142263
+ "shape": "Sqs"
142028
142264
  },
142029
142265
  "nextToken": {}
142030
142266
  }
@@ -142233,7 +142469,7 @@ module.exports={
142233
142469
  "securityProfileIdentifiers": {
142234
142470
  "type": "list",
142235
142471
  "member": {
142236
- "shape": "Sra"
142472
+ "shape": "Srb"
142237
142473
  }
142238
142474
  },
142239
142475
  "nextToken": {}
@@ -142280,10 +142516,10 @@ module.exports={
142280
142516
  "type": "structure",
142281
142517
  "members": {
142282
142518
  "securityProfileIdentifier": {
142283
- "shape": "Sra"
142519
+ "shape": "Srb"
142284
142520
  },
142285
142521
  "target": {
142286
- "shape": "Srf"
142522
+ "shape": "Srg"
142287
142523
  }
142288
142524
  }
142289
142525
  }
@@ -142436,7 +142672,7 @@ module.exports={
142436
142672
  "securityProfileTargets": {
142437
142673
  "type": "list",
142438
142674
  "member": {
142439
- "shape": "Srf"
142675
+ "shape": "Srg"
142440
142676
  }
142441
142677
  },
142442
142678
  "nextToken": {}
@@ -142479,7 +142715,7 @@ module.exports={
142479
142715
  "type": "structure",
142480
142716
  "members": {
142481
142717
  "thingGroups": {
142482
- "shape": "Sk8"
142718
+ "shape": "Sk9"
142483
142719
  },
142484
142720
  "nextToken": {}
142485
142721
  }
@@ -142515,7 +142751,7 @@ module.exports={
142515
142751
  "type": "structure",
142516
142752
  "members": {
142517
142753
  "thingGroups": {
142518
- "shape": "Sk8"
142754
+ "shape": "Sk9"
142519
142755
  },
142520
142756
  "nextToken": {}
142521
142757
  }
@@ -142551,7 +142787,7 @@ module.exports={
142551
142787
  "type": "structure",
142552
142788
  "members": {
142553
142789
  "principals": {
142554
- "shape": "Sqh"
142790
+ "shape": "Sqi"
142555
142791
  },
142556
142792
  "nextToken": {}
142557
142793
  }
@@ -142668,10 +142904,10 @@ module.exports={
142668
142904
  "thingTypeName": {},
142669
142905
  "thingTypeArn": {},
142670
142906
  "thingTypeProperties": {
142671
- "shape": "S9q"
142907
+ "shape": "S9r"
142672
142908
  },
142673
142909
  "thingTypeMetadata": {
142674
- "shape": "Skl"
142910
+ "shape": "Skm"
142675
142911
  }
142676
142912
  }
142677
142913
  }
@@ -142728,7 +142964,7 @@ module.exports={
142728
142964
  "thingTypeName": {},
142729
142965
  "thingArn": {},
142730
142966
  "attributes": {
142731
- "shape": "S3h"
142967
+ "shape": "S3i"
142732
142968
  },
142733
142969
  "version": {
142734
142970
  "type": "long"
@@ -142770,7 +143006,7 @@ module.exports={
142770
143006
  "type": "structure",
142771
143007
  "members": {
142772
143008
  "things": {
142773
- "shape": "Sqr"
143009
+ "shape": "Sqs"
142774
143010
  },
142775
143011
  "nextToken": {}
142776
143012
  }
@@ -142811,7 +143047,7 @@ module.exports={
142811
143047
  "type": "structure",
142812
143048
  "members": {
142813
143049
  "things": {
142814
- "shape": "Sqr"
143050
+ "shape": "Sqs"
142815
143051
  },
142816
143052
  "nextToken": {}
142817
143053
  }
@@ -142863,10 +143099,10 @@ module.exports={
142863
143099
  "type": "structure",
142864
143100
  "members": {
142865
143101
  "subnetIds": {
142866
- "shape": "Scz"
143102
+ "shape": "Sd0"
142867
143103
  },
142868
143104
  "securityGroups": {
142869
- "shape": "Sd1"
143105
+ "shape": "Sd2"
142870
143106
  },
142871
143107
  "vpcId": {},
142872
143108
  "roleArn": {}
@@ -142963,7 +143199,7 @@ module.exports={
142963
143199
  "type": "structure",
142964
143200
  "members": {
142965
143201
  "logTarget": {
142966
- "shape": "St3"
143202
+ "shape": "St4"
142967
143203
  },
142968
143204
  "logLevel": {}
142969
143205
  }
@@ -143039,13 +143275,13 @@ module.exports={
143039
143275
  "thingName": {},
143040
143276
  "securityProfileName": {},
143041
143277
  "behavior": {
143042
- "shape": "S8e"
143278
+ "shape": "S8f"
143043
143279
  },
143044
143280
  "metricValue": {
143045
- "shape": "S8l"
143281
+ "shape": "S8m"
143046
143282
  },
143047
143283
  "violationEventAdditionalInfo": {
143048
- "shape": "Snb"
143284
+ "shape": "Snc"
143049
143285
  },
143050
143286
  "violationEventType": {},
143051
143287
  "verificationState": {},
@@ -143108,7 +143344,7 @@ module.exports={
143108
143344
  "type": "boolean"
143109
143345
  },
143110
143346
  "registrationConfig": {
143111
- "shape": "Sh8"
143347
+ "shape": "Sh9"
143112
143348
  },
143113
143349
  "tags": {
143114
143350
  "shape": "S29"
@@ -143278,7 +143514,7 @@ module.exports={
143278
143514
  "locationName": "ruleName"
143279
143515
  },
143280
143516
  "topicRulePayload": {
143281
- "shape": "S9y"
143517
+ "shape": "S9z"
143282
143518
  }
143283
143519
  },
143284
143520
  "payload": "topicRulePayload"
@@ -143316,10 +143552,10 @@ module.exports={
143316
143552
  "thingId": {},
143317
143553
  "thingTypeName": {},
143318
143554
  "thingGroupNames": {
143319
- "shape": "Stz"
143555
+ "shape": "Su0"
143320
143556
  },
143321
143557
  "attributes": {
143322
- "shape": "S3h"
143558
+ "shape": "S3i"
143323
143559
  },
143324
143560
  "shadow": {},
143325
143561
  "deviceDefender": {},
@@ -143347,10 +143583,10 @@ module.exports={
143347
143583
  "thingGroupId": {},
143348
143584
  "thingGroupDescription": {},
143349
143585
  "attributes": {
143350
- "shape": "S3h"
143586
+ "shape": "S3i"
143351
143587
  },
143352
143588
  "parentGroupNames": {
143353
- "shape": "Stz"
143589
+ "shape": "Su0"
143354
143590
  }
143355
143591
  }
143356
143592
  }
@@ -143438,7 +143674,7 @@ module.exports={
143438
143674
  ],
143439
143675
  "members": {
143440
143676
  "logTarget": {
143441
- "shape": "St3"
143677
+ "shape": "St4"
143442
143678
  },
143443
143679
  "logLevel": {}
143444
143680
  }
@@ -143477,10 +143713,10 @@ module.exports={
143477
143713
  "locationName": "taskId"
143478
143714
  },
143479
143715
  "target": {
143480
- "shape": "Sfx"
143716
+ "shape": "Sfy"
143481
143717
  },
143482
143718
  "auditCheckToActionsMapping": {
143483
- "shape": "Sg1"
143719
+ "shape": "Sg2"
143484
143720
  },
143485
143721
  "clientRequestToken": {
143486
143722
  "idempotencyToken": true
@@ -143513,14 +143749,14 @@ module.exports={
143513
143749
  "locationName": "taskId"
143514
143750
  },
143515
143751
  "target": {
143516
- "shape": "Sho"
143752
+ "shape": "Shp"
143517
143753
  },
143518
143754
  "actions": {
143519
143755
  "type": "list",
143520
143756
  "member": {}
143521
143757
  },
143522
143758
  "violationEventOccurrenceRange": {
143523
- "shape": "Shr"
143759
+ "shape": "Shs"
143524
143760
  },
143525
143761
  "includeOnlyActiveViolations": {
143526
143762
  "type": "boolean"
@@ -143551,7 +143787,7 @@ module.exports={
143551
143787
  ],
143552
143788
  "members": {
143553
143789
  "targetCheckNames": {
143554
- "shape": "S87"
143790
+ "shape": "S88"
143555
143791
  }
143556
143792
  }
143557
143793
  },
@@ -143647,7 +143883,7 @@ module.exports={
143647
143883
  "authInfos": {
143648
143884
  "type": "list",
143649
143885
  "member": {
143650
- "shape": "Sut"
143886
+ "shape": "Suu"
143651
143887
  }
143652
143888
  },
143653
143889
  "clientId": {
@@ -143655,10 +143891,10 @@ module.exports={
143655
143891
  "locationName": "clientId"
143656
143892
  },
143657
143893
  "policyNamesToAdd": {
143658
- "shape": "Sux"
143894
+ "shape": "Suy"
143659
143895
  },
143660
143896
  "policyNamesToSkip": {
143661
- "shape": "Sux"
143897
+ "shape": "Suy"
143662
143898
  }
143663
143899
  }
143664
143900
  },
@@ -143671,13 +143907,13 @@ module.exports={
143671
143907
  "type": "structure",
143672
143908
  "members": {
143673
143909
  "authInfo": {
143674
- "shape": "Sut"
143910
+ "shape": "Suu"
143675
143911
  },
143676
143912
  "allowed": {
143677
143913
  "type": "structure",
143678
143914
  "members": {
143679
143915
  "policies": {
143680
- "shape": "Sni"
143916
+ "shape": "Snj"
143681
143917
  }
143682
143918
  }
143683
143919
  },
@@ -143688,7 +143924,7 @@ module.exports={
143688
143924
  "type": "structure",
143689
143925
  "members": {
143690
143926
  "policies": {
143691
- "shape": "Sni"
143927
+ "shape": "Snj"
143692
143928
  }
143693
143929
  }
143694
143930
  },
@@ -143696,7 +143932,7 @@ module.exports={
143696
143932
  "type": "structure",
143697
143933
  "members": {
143698
143934
  "policies": {
143699
- "shape": "Sni"
143935
+ "shape": "Snj"
143700
143936
  }
143701
143937
  }
143702
143938
  }
@@ -143841,10 +144077,10 @@ module.exports={
143841
144077
  "members": {
143842
144078
  "roleArn": {},
143843
144079
  "auditNotificationTargetConfigurations": {
143844
- "shape": "Sf5"
144080
+ "shape": "Sf6"
143845
144081
  },
143846
144082
  "auditCheckConfigurations": {
143847
- "shape": "Sf8"
144083
+ "shape": "Sf9"
143848
144084
  }
143849
144085
  }
143850
144086
  },
@@ -143903,7 +144139,10 @@ module.exports={
143903
144139
  "tokenSigningPublicKeys": {
143904
144140
  "shape": "S25"
143905
144141
  },
143906
- "status": {}
144142
+ "status": {},
144143
+ "enableCachingForHttp": {
144144
+ "type": "boolean"
144145
+ }
143907
144146
  }
143908
144147
  },
143909
144148
  "output": {
@@ -143931,7 +144170,7 @@ module.exports={
143931
144170
  "locationName": "billingGroupName"
143932
144171
  },
143933
144172
  "billingGroupProperties": {
143934
- "shape": "S2h"
144173
+ "shape": "S2i"
143935
144174
  },
143936
144175
  "expectedVersion": {
143937
144176
  "type": "long"
@@ -143971,7 +144210,7 @@ module.exports={
143971
144210
  "locationName": "newAutoRegistrationStatus"
143972
144211
  },
143973
144212
  "registrationConfig": {
143974
- "shape": "Sh8"
144213
+ "shape": "Sh9"
143975
144214
  },
143976
144215
  "removeAutoRegistration": {
143977
144216
  "type": "boolean"
@@ -144054,7 +144293,7 @@ module.exports={
144054
144293
  "locationName": "name"
144055
144294
  },
144056
144295
  "stringValues": {
144057
- "shape": "S2z"
144296
+ "shape": "S30"
144058
144297
  }
144059
144298
  }
144060
144299
  },
@@ -144065,7 +144304,7 @@ module.exports={
144065
144304
  "arn": {},
144066
144305
  "type": {},
144067
144306
  "stringValues": {
144068
- "shape": "S2z"
144307
+ "shape": "S30"
144069
144308
  },
144070
144309
  "creationDate": {
144071
144310
  "type": "timestamp"
@@ -144092,7 +144331,7 @@ module.exports={
144092
144331
  "locationName": "domainConfigurationName"
144093
144332
  },
144094
144333
  "authorizerConfig": {
144095
- "shape": "S38"
144334
+ "shape": "S39"
144096
144335
  },
144097
144336
  "domainConfigurationStatus": {},
144098
144337
  "removeAuthorizerConfig": {
@@ -144125,7 +144364,7 @@ module.exports={
144125
144364
  "locationName": "thingGroupName"
144126
144365
  },
144127
144366
  "thingGroupProperties": {
144128
- "shape": "S3e"
144367
+ "shape": "S3f"
144129
144368
  },
144130
144369
  "expectedVersion": {
144131
144370
  "type": "long"
@@ -144153,7 +144392,7 @@ module.exports={
144153
144392
  "type": "structure",
144154
144393
  "members": {
144155
144394
  "eventConfigurations": {
144156
- "shape": "Sic"
144395
+ "shape": "Sid"
144157
144396
  }
144158
144397
  }
144159
144398
  },
@@ -144180,7 +144419,7 @@ module.exports={
144180
144419
  },
144181
144420
  "queryString": {},
144182
144421
  "aggregationType": {
144183
- "shape": "S3s"
144422
+ "shape": "S3t"
144184
144423
  },
144185
144424
  "period": {
144186
144425
  "type": "integer"
@@ -144204,10 +144443,10 @@ module.exports={
144204
144443
  "type": "structure",
144205
144444
  "members": {
144206
144445
  "thingIndexingConfiguration": {
144207
- "shape": "Slk"
144446
+ "shape": "Sll"
144208
144447
  },
144209
144448
  "thingGroupIndexingConfiguration": {
144210
- "shape": "Slt"
144449
+ "shape": "Slu"
144211
144450
  }
144212
144451
  }
144213
144452
  },
@@ -144233,16 +144472,16 @@ module.exports={
144233
144472
  },
144234
144473
  "description": {},
144235
144474
  "presignedUrlConfig": {
144236
- "shape": "S45"
144475
+ "shape": "S46"
144237
144476
  },
144238
144477
  "jobExecutionsRolloutConfig": {
144239
- "shape": "S48"
144478
+ "shape": "S49"
144240
144479
  },
144241
144480
  "abortConfig": {
144242
- "shape": "S4f"
144481
+ "shape": "S4g"
144243
144482
  },
144244
144483
  "timeoutConfig": {
144245
- "shape": "S4m"
144484
+ "shape": "S4n"
144246
144485
  },
144247
144486
  "namespaceId": {
144248
144487
  "location": "querystring",
@@ -144268,7 +144507,7 @@ module.exports={
144268
144507
  },
144269
144508
  "roleArn": {},
144270
144509
  "actionParams": {
144271
- "shape": "S53"
144510
+ "shape": "S54"
144272
144511
  }
144273
144512
  }
144274
144513
  },
@@ -144304,7 +144543,7 @@ module.exports={
144304
144543
  },
144305
144544
  "provisioningRoleArn": {},
144306
144545
  "preProvisioningHook": {
144307
- "shape": "S7s"
144546
+ "shape": "S7t"
144308
144547
  },
144309
144548
  "removePreProvisioningHook": {
144310
144549
  "type": "boolean"
@@ -144360,7 +144599,7 @@ module.exports={
144360
144599
  "dayOfMonth": {},
144361
144600
  "dayOfWeek": {},
144362
144601
  "targetCheckNames": {
144363
- "shape": "S87"
144602
+ "shape": "S88"
144364
144603
  },
144365
144604
  "scheduledAuditName": {
144366
144605
  "location": "uri",
@@ -144392,18 +144631,18 @@ module.exports={
144392
144631
  },
144393
144632
  "securityProfileDescription": {},
144394
144633
  "behaviors": {
144395
- "shape": "S8d"
144634
+ "shape": "S8e"
144396
144635
  },
144397
144636
  "alertTargets": {
144398
- "shape": "S93"
144637
+ "shape": "S94"
144399
144638
  },
144400
144639
  "additionalMetricsToRetain": {
144401
- "shape": "S97",
144640
+ "shape": "S98",
144402
144641
  "deprecated": true,
144403
144642
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
144404
144643
  },
144405
144644
  "additionalMetricsToRetainV2": {
144406
- "shape": "S98"
144645
+ "shape": "S99"
144407
144646
  },
144408
144647
  "deleteBehaviors": {
144409
144648
  "type": "boolean"
@@ -144428,18 +144667,18 @@ module.exports={
144428
144667
  "securityProfileArn": {},
144429
144668
  "securityProfileDescription": {},
144430
144669
  "behaviors": {
144431
- "shape": "S8d"
144670
+ "shape": "S8e"
144432
144671
  },
144433
144672
  "alertTargets": {
144434
- "shape": "S93"
144673
+ "shape": "S94"
144435
144674
  },
144436
144675
  "additionalMetricsToRetain": {
144437
- "shape": "S97",
144676
+ "shape": "S98",
144438
144677
  "deprecated": true,
144439
144678
  "deprecatedMessage": "Use additionalMetricsToRetainV2."
144440
144679
  },
144441
144680
  "additionalMetricsToRetainV2": {
144442
- "shape": "S98"
144681
+ "shape": "S99"
144443
144682
  },
144444
144683
  "version": {
144445
144684
  "type": "long"
@@ -144470,7 +144709,7 @@ module.exports={
144470
144709
  },
144471
144710
  "description": {},
144472
144711
  "files": {
144473
- "shape": "S9e"
144712
+ "shape": "S9f"
144474
144713
  },
144475
144714
  "roleArn": {}
144476
144715
  }
@@ -144504,7 +144743,7 @@ module.exports={
144504
144743
  },
144505
144744
  "thingTypeName": {},
144506
144745
  "attributePayload": {
144507
- "shape": "S3g"
144746
+ "shape": "S3h"
144508
144747
  },
144509
144748
  "expectedVersion": {
144510
144749
  "type": "long"
@@ -144536,7 +144775,7 @@ module.exports={
144536
144775
  "locationName": "thingGroupName"
144537
144776
  },
144538
144777
  "thingGroupProperties": {
144539
- "shape": "S3e"
144778
+ "shape": "S3f"
144540
144779
  },
144541
144780
  "expectedVersion": {
144542
144781
  "type": "long"
@@ -144562,10 +144801,10 @@ module.exports={
144562
144801
  "members": {
144563
144802
  "thingName": {},
144564
144803
  "thingGroupsToAdd": {
144565
- "shape": "Sx8"
144804
+ "shape": "Sx9"
144566
144805
  },
144567
144806
  "thingGroupsToRemove": {
144568
- "shape": "Sx8"
144807
+ "shape": "Sx9"
144569
144808
  },
144570
144809
  "overrideDynamicGroups": {
144571
144810
  "type": "boolean"
@@ -144609,7 +144848,7 @@ module.exports={
144609
144848
  ],
144610
144849
  "members": {
144611
144850
  "behaviors": {
144612
- "shape": "S8d"
144851
+ "shape": "S8e"
144613
144852
  }
144614
144853
  }
144615
144854
  },
@@ -144679,17 +144918,17 @@ module.exports={
144679
144918
  }
144680
144919
  }
144681
144920
  },
144682
- "S2h": {
144921
+ "S2i": {
144683
144922
  "type": "structure",
144684
144923
  "members": {
144685
144924
  "billingGroupDescription": {}
144686
144925
  }
144687
144926
  },
144688
- "S2z": {
144927
+ "S30": {
144689
144928
  "type": "list",
144690
144929
  "member": {}
144691
144930
  },
144692
- "S38": {
144931
+ "S39": {
144693
144932
  "type": "structure",
144694
144933
  "members": {
144695
144934
  "defaultAuthorizerName": {},
@@ -144698,32 +144937,32 @@ module.exports={
144698
144937
  }
144699
144938
  }
144700
144939
  },
144701
- "S3e": {
144940
+ "S3f": {
144702
144941
  "type": "structure",
144703
144942
  "members": {
144704
144943
  "thingGroupDescription": {},
144705
144944
  "attributePayload": {
144706
- "shape": "S3g"
144945
+ "shape": "S3h"
144707
144946
  }
144708
144947
  }
144709
144948
  },
144710
- "S3g": {
144949
+ "S3h": {
144711
144950
  "type": "structure",
144712
144951
  "members": {
144713
144952
  "attributes": {
144714
- "shape": "S3h"
144953
+ "shape": "S3i"
144715
144954
  },
144716
144955
  "merge": {
144717
144956
  "type": "boolean"
144718
144957
  }
144719
144958
  }
144720
144959
  },
144721
- "S3h": {
144960
+ "S3i": {
144722
144961
  "type": "map",
144723
144962
  "key": {},
144724
144963
  "value": {}
144725
144964
  },
144726
- "S3s": {
144965
+ "S3t": {
144727
144966
  "type": "structure",
144728
144967
  "required": [
144729
144968
  "name"
@@ -144736,7 +144975,7 @@ module.exports={
144736
144975
  }
144737
144976
  }
144738
144977
  },
144739
- "S45": {
144978
+ "S46": {
144740
144979
  "type": "structure",
144741
144980
  "members": {
144742
144981
  "roleArn": {},
@@ -144745,7 +144984,7 @@ module.exports={
144745
144984
  }
144746
144985
  }
144747
144986
  },
144748
- "S48": {
144987
+ "S49": {
144749
144988
  "type": "structure",
144750
144989
  "members": {
144751
144990
  "maximumPerMinute": {
@@ -144780,7 +145019,7 @@ module.exports={
144780
145019
  }
144781
145020
  }
144782
145021
  },
144783
- "S4f": {
145022
+ "S4g": {
144784
145023
  "type": "structure",
144785
145024
  "required": [
144786
145025
  "criteriaList"
@@ -144810,7 +145049,7 @@ module.exports={
144810
145049
  }
144811
145050
  }
144812
145051
  },
144813
- "S4m": {
145052
+ "S4n": {
144814
145053
  "type": "structure",
144815
145054
  "members": {
144816
145055
  "inProgressTimeoutInMinutes": {
@@ -144818,12 +145057,12 @@ module.exports={
144818
145057
  }
144819
145058
  }
144820
145059
  },
144821
- "S4p": {
145060
+ "S4q": {
144822
145061
  "type": "map",
144823
145062
  "key": {},
144824
145063
  "value": {}
144825
145064
  },
144826
- "S4y": {
145065
+ "S4z": {
144827
145066
  "type": "structure",
144828
145067
  "members": {
144829
145068
  "PublicKey": {},
@@ -144833,7 +145072,7 @@ module.exports={
144833
145072
  }
144834
145073
  }
144835
145074
  },
144836
- "S53": {
145075
+ "S54": {
144837
145076
  "type": "structure",
144838
145077
  "members": {
144839
145078
  "updateDeviceCertificateParams": {
@@ -144900,15 +145139,15 @@ module.exports={
144900
145139
  }
144901
145140
  }
144902
145141
  },
144903
- "S5m": {
145142
+ "S5n": {
144904
145143
  "type": "list",
144905
145144
  "member": {}
144906
145145
  },
144907
- "S5o": {
145146
+ "S5p": {
144908
145147
  "type": "list",
144909
145148
  "member": {}
144910
145149
  },
144911
- "S5q": {
145150
+ "S5r": {
144912
145151
  "type": "structure",
144913
145152
  "members": {
144914
145153
  "maximumPerMinute": {
@@ -144943,7 +145182,7 @@ module.exports={
144943
145182
  }
144944
145183
  }
144945
145184
  },
144946
- "S5x": {
145185
+ "S5y": {
144947
145186
  "type": "structure",
144948
145187
  "members": {
144949
145188
  "expiresInSec": {
@@ -144951,7 +145190,7 @@ module.exports={
144951
145190
  }
144952
145191
  }
144953
145192
  },
144954
- "S68": {
145193
+ "S69": {
144955
145194
  "type": "list",
144956
145195
  "member": {
144957
145196
  "type": "structure",
@@ -144974,7 +145213,7 @@ module.exports={
144974
145213
  }
144975
145214
  },
144976
145215
  "s3Location": {
144977
- "shape": "S6h"
145216
+ "shape": "S6i"
144978
145217
  }
144979
145218
  }
144980
145219
  },
@@ -145040,7 +145279,7 @@ module.exports={
145040
145279
  }
145041
145280
  }
145042
145281
  },
145043
- "S6h": {
145282
+ "S6i": {
145044
145283
  "type": "structure",
145045
145284
  "members": {
145046
145285
  "bucket": {},
@@ -145048,12 +145287,12 @@ module.exports={
145048
145287
  "version": {}
145049
145288
  }
145050
145289
  },
145051
- "S76": {
145290
+ "S77": {
145052
145291
  "type": "map",
145053
145292
  "key": {},
145054
145293
  "value": {}
145055
145294
  },
145056
- "S7s": {
145295
+ "S7t": {
145057
145296
  "type": "structure",
145058
145297
  "required": [
145059
145298
  "targetArn"
@@ -145063,17 +145302,17 @@ module.exports={
145063
145302
  "targetArn": {}
145064
145303
  }
145065
145304
  },
145066
- "S87": {
145305
+ "S88": {
145067
145306
  "type": "list",
145068
145307
  "member": {}
145069
145308
  },
145070
- "S8d": {
145309
+ "S8e": {
145071
145310
  "type": "list",
145072
145311
  "member": {
145073
- "shape": "S8e"
145312
+ "shape": "S8f"
145074
145313
  }
145075
145314
  },
145076
- "S8e": {
145315
+ "S8f": {
145077
145316
  "type": "structure",
145078
145317
  "required": [
145079
145318
  "name"
@@ -145082,14 +145321,14 @@ module.exports={
145082
145321
  "name": {},
145083
145322
  "metric": {},
145084
145323
  "metricDimension": {
145085
- "shape": "S8h"
145324
+ "shape": "S8i"
145086
145325
  },
145087
145326
  "criteria": {
145088
145327
  "type": "structure",
145089
145328
  "members": {
145090
145329
  "comparisonOperator": {},
145091
145330
  "value": {
145092
- "shape": "S8l"
145331
+ "shape": "S8m"
145093
145332
  },
145094
145333
  "durationSeconds": {
145095
145334
  "type": "integer"
@@ -145122,7 +145361,7 @@ module.exports={
145122
145361
  }
145123
145362
  }
145124
145363
  },
145125
- "S8h": {
145364
+ "S8i": {
145126
145365
  "type": "structure",
145127
145366
  "required": [
145128
145367
  "dimensionName"
@@ -145132,7 +145371,7 @@ module.exports={
145132
145371
  "operator": {}
145133
145372
  }
145134
145373
  },
145135
- "S8l": {
145374
+ "S8m": {
145136
145375
  "type": "structure",
145137
145376
  "members": {
145138
145377
  "count": {
@@ -145163,7 +145402,7 @@ module.exports={
145163
145402
  }
145164
145403
  }
145165
145404
  },
145166
- "S93": {
145405
+ "S94": {
145167
145406
  "type": "map",
145168
145407
  "key": {},
145169
145408
  "value": {
@@ -145178,11 +145417,11 @@ module.exports={
145178
145417
  }
145179
145418
  }
145180
145419
  },
145181
- "S97": {
145420
+ "S98": {
145182
145421
  "type": "list",
145183
145422
  "member": {}
145184
145423
  },
145185
- "S98": {
145424
+ "S99": {
145186
145425
  "type": "list",
145187
145426
  "member": {
145188
145427
  "type": "structure",
@@ -145192,12 +145431,12 @@ module.exports={
145192
145431
  "members": {
145193
145432
  "metric": {},
145194
145433
  "metricDimension": {
145195
- "shape": "S8h"
145434
+ "shape": "S8i"
145196
145435
  }
145197
145436
  }
145198
145437
  }
145199
145438
  },
145200
- "S9e": {
145439
+ "S9f": {
145201
145440
  "type": "list",
145202
145441
  "member": {
145203
145442
  "type": "structure",
@@ -145206,12 +145445,12 @@ module.exports={
145206
145445
  "type": "integer"
145207
145446
  },
145208
145447
  "s3Location": {
145209
- "shape": "S6h"
145448
+ "shape": "S6i"
145210
145449
  }
145211
145450
  }
145212
145451
  }
145213
145452
  },
145214
- "S9q": {
145453
+ "S9r": {
145215
145454
  "type": "structure",
145216
145455
  "members": {
145217
145456
  "thingTypeDescription": {},
@@ -145221,7 +145460,7 @@ module.exports={
145221
145460
  }
145222
145461
  }
145223
145462
  },
145224
- "S9y": {
145463
+ "S9z": {
145225
145464
  "type": "structure",
145226
145465
  "required": [
145227
145466
  "sql",
@@ -145231,24 +145470,24 @@ module.exports={
145231
145470
  "sql": {},
145232
145471
  "description": {},
145233
145472
  "actions": {
145234
- "shape": "Sa1"
145473
+ "shape": "Sa2"
145235
145474
  },
145236
145475
  "ruleDisabled": {
145237
145476
  "type": "boolean"
145238
145477
  },
145239
145478
  "awsIotSqlVersion": {},
145240
145479
  "errorAction": {
145241
- "shape": "Sa2"
145480
+ "shape": "Sa3"
145242
145481
  }
145243
145482
  }
145244
145483
  },
145245
- "Sa1": {
145484
+ "Sa2": {
145246
145485
  "type": "list",
145247
145486
  "member": {
145248
- "shape": "Sa2"
145487
+ "shape": "Sa3"
145249
145488
  }
145250
145489
  },
145251
- "Sa2": {
145490
+ "Sa3": {
145252
145491
  "type": "structure",
145253
145492
  "members": {
145254
145493
  "dynamoDB": {
@@ -145667,15 +145906,15 @@ module.exports={
145667
145906
  }
145668
145907
  }
145669
145908
  },
145670
- "Scz": {
145909
+ "Sd0": {
145671
145910
  "type": "list",
145672
145911
  "member": {}
145673
145912
  },
145674
- "Sd1": {
145913
+ "Sd2": {
145675
145914
  "type": "list",
145676
145915
  "member": {}
145677
145916
  },
145678
- "Sd5": {
145917
+ "Sd6": {
145679
145918
  "type": "structure",
145680
145919
  "members": {
145681
145920
  "arn": {},
@@ -145697,10 +145936,10 @@ module.exports={
145697
145936
  "type": "structure",
145698
145937
  "members": {
145699
145938
  "subnetIds": {
145700
- "shape": "Scz"
145939
+ "shape": "Sd0"
145701
145940
  },
145702
145941
  "securityGroups": {
145703
- "shape": "Sd1"
145942
+ "shape": "Sd2"
145704
145943
  },
145705
145944
  "vpcId": {},
145706
145945
  "roleArn": {}
@@ -145708,7 +145947,7 @@ module.exports={
145708
145947
  }
145709
145948
  }
145710
145949
  },
145711
- "Sf5": {
145950
+ "Sf6": {
145712
145951
  "type": "map",
145713
145952
  "key": {},
145714
145953
  "value": {
@@ -145722,7 +145961,7 @@ module.exports={
145722
145961
  }
145723
145962
  }
145724
145963
  },
145725
- "Sf8": {
145964
+ "Sf9": {
145726
145965
  "type": "map",
145727
145966
  "key": {},
145728
145967
  "value": {
@@ -145734,7 +145973,7 @@ module.exports={
145734
145973
  }
145735
145974
  }
145736
145975
  },
145737
- "Sfd": {
145976
+ "Sfe": {
145738
145977
  "type": "structure",
145739
145978
  "members": {
145740
145979
  "findingId": {},
@@ -145755,7 +145994,7 @@ module.exports={
145755
145994
  "shape": "S1o"
145756
145995
  },
145757
145996
  "additionalInfo": {
145758
- "shape": "Sfh"
145997
+ "shape": "Sfi"
145759
145998
  }
145760
145999
  }
145761
146000
  },
@@ -145769,7 +146008,7 @@ module.exports={
145769
146008
  "shape": "S1o"
145770
146009
  },
145771
146010
  "additionalInfo": {
145772
- "shape": "Sfh"
146011
+ "shape": "Sfi"
145773
146012
  }
145774
146013
  }
145775
146014
  }
@@ -145781,12 +146020,12 @@ module.exports={
145781
146020
  }
145782
146021
  }
145783
146022
  },
145784
- "Sfh": {
146023
+ "Sfi": {
145785
146024
  "type": "map",
145786
146025
  "key": {},
145787
146026
  "value": {}
145788
146027
  },
145789
- "Sfx": {
146028
+ "Sfy": {
145790
146029
  "type": "structure",
145791
146030
  "members": {
145792
146031
  "auditTaskId": {},
@@ -145804,7 +146043,7 @@ module.exports={
145804
146043
  }
145805
146044
  }
145806
146045
  },
145807
- "Sg1": {
146046
+ "Sg2": {
145808
146047
  "type": "map",
145809
146048
  "key": {},
145810
146049
  "value": {
@@ -145812,7 +146051,7 @@ module.exports={
145812
146051
  "member": {}
145813
146052
  }
145814
146053
  },
145815
- "Sg3": {
146054
+ "Sg4": {
145816
146055
  "type": "list",
145817
146056
  "member": {
145818
146057
  "type": "structure",
@@ -145821,12 +146060,12 @@ module.exports={
145821
146060
  "id": {},
145822
146061
  "roleArn": {},
145823
146062
  "actionParams": {
145824
- "shape": "S53"
146063
+ "shape": "S54"
145825
146064
  }
145826
146065
  }
145827
146066
  }
145828
146067
  },
145829
- "Sgu": {
146068
+ "Sgv": {
145830
146069
  "type": "structure",
145831
146070
  "members": {
145832
146071
  "authorizerName": {},
@@ -145845,10 +146084,13 @@ module.exports={
145845
146084
  },
145846
146085
  "signingDisabled": {
145847
146086
  "type": "boolean"
146087
+ },
146088
+ "enableCachingForHttp": {
146089
+ "type": "boolean"
145848
146090
  }
145849
146091
  }
145850
146092
  },
145851
- "Sh7": {
146093
+ "Sh8": {
145852
146094
  "type": "structure",
145853
146095
  "members": {
145854
146096
  "notBefore": {
@@ -145859,14 +146101,14 @@ module.exports={
145859
146101
  }
145860
146102
  }
145861
146103
  },
145862
- "Sh8": {
146104
+ "Sh9": {
145863
146105
  "type": "structure",
145864
146106
  "members": {
145865
146107
  "templateBody": {},
145866
146108
  "roleArn": {}
145867
146109
  }
145868
146110
  },
145869
- "Shm": {
146111
+ "Shn": {
145870
146112
  "type": "structure",
145871
146113
  "members": {
145872
146114
  "taskId": {},
@@ -145878,10 +146120,10 @@ module.exports={
145878
146120
  "type": "timestamp"
145879
146121
  },
145880
146122
  "target": {
145881
- "shape": "Sho"
146123
+ "shape": "Shp"
145882
146124
  },
145883
146125
  "violationEventOccurrenceRange": {
145884
- "shape": "Shr"
146126
+ "shape": "Shs"
145885
146127
  },
145886
146128
  "onlyActiveViolationsIncluded": {
145887
146129
  "type": "boolean"
@@ -145890,7 +146132,7 @@ module.exports={
145890
146132
  "type": "boolean"
145891
146133
  },
145892
146134
  "actionsDefinition": {
145893
- "shape": "Sg3"
146135
+ "shape": "Sg4"
145894
146136
  },
145895
146137
  "taskStatistics": {
145896
146138
  "type": "structure",
@@ -145908,7 +146150,7 @@ module.exports={
145908
146150
  }
145909
146151
  }
145910
146152
  },
145911
- "Sho": {
146153
+ "Shp": {
145912
146154
  "type": "structure",
145913
146155
  "members": {
145914
146156
  "violationIds": {
@@ -145919,7 +146161,7 @@ module.exports={
145919
146161
  "behaviorName": {}
145920
146162
  }
145921
146163
  },
145922
- "Shr": {
146164
+ "Shs": {
145923
146165
  "type": "structure",
145924
146166
  "required": [
145925
146167
  "startTime",
@@ -145934,7 +146176,7 @@ module.exports={
145934
146176
  }
145935
146177
  }
145936
146178
  },
145937
- "Sic": {
146179
+ "Sid": {
145938
146180
  "type": "map",
145939
146181
  "key": {},
145940
146182
  "value": {
@@ -145946,24 +146188,24 @@ module.exports={
145946
146188
  }
145947
146189
  }
145948
146190
  },
145949
- "Sjf": {
146191
+ "Sjg": {
145950
146192
  "type": "list",
145951
146193
  "member": {}
145952
146194
  },
145953
- "Sk8": {
146195
+ "Sk9": {
145954
146196
  "type": "list",
145955
146197
  "member": {
145956
- "shape": "Sk9"
146198
+ "shape": "Ska"
145957
146199
  }
145958
146200
  },
145959
- "Sk9": {
146201
+ "Ska": {
145960
146202
  "type": "structure",
145961
146203
  "members": {
145962
146204
  "groupName": {},
145963
146205
  "groupArn": {}
145964
146206
  }
145965
146207
  },
145966
- "Skl": {
146208
+ "Skm": {
145967
146209
  "type": "structure",
145968
146210
  "members": {
145969
146211
  "deprecated": {
@@ -145977,7 +146219,7 @@ module.exports={
145977
146219
  }
145978
146220
  }
145979
146221
  },
145980
- "Slk": {
146222
+ "Sll": {
145981
146223
  "type": "structure",
145982
146224
  "required": [
145983
146225
  "thingIndexingMode"
@@ -145988,14 +146230,14 @@ module.exports={
145988
146230
  "deviceDefenderIndexingMode": {},
145989
146231
  "namedShadowIndexingMode": {},
145990
146232
  "managedFields": {
145991
- "shape": "Slp"
146233
+ "shape": "Slq"
145992
146234
  },
145993
146235
  "customFields": {
145994
- "shape": "Slp"
146236
+ "shape": "Slq"
145995
146237
  }
145996
146238
  }
145997
146239
  },
145998
- "Slp": {
146240
+ "Slq": {
145999
146241
  "type": "list",
146000
146242
  "member": {
146001
146243
  "type": "structure",
@@ -146005,7 +146247,7 @@ module.exports={
146005
146247
  }
146006
146248
  }
146007
146249
  },
146008
- "Slt": {
146250
+ "Slu": {
146009
146251
  "type": "structure",
146010
146252
  "required": [
146011
146253
  "thingGroupIndexingMode"
@@ -146013,20 +146255,20 @@ module.exports={
146013
146255
  "members": {
146014
146256
  "thingGroupIndexingMode": {},
146015
146257
  "managedFields": {
146016
- "shape": "Slp"
146258
+ "shape": "Slq"
146017
146259
  },
146018
146260
  "customFields": {
146019
- "shape": "Slp"
146261
+ "shape": "Slq"
146020
146262
  }
146021
146263
  }
146022
146264
  },
146023
- "Snb": {
146265
+ "Snc": {
146024
146266
  "type": "structure",
146025
146267
  "members": {
146026
146268
  "confidenceLevel": {}
146027
146269
  }
146028
146270
  },
146029
- "Sni": {
146271
+ "Snj": {
146030
146272
  "type": "list",
146031
146273
  "member": {
146032
146274
  "type": "structure",
@@ -146036,7 +146278,7 @@ module.exports={
146036
146278
  }
146037
146279
  }
146038
146280
  },
146039
- "Sok": {
146281
+ "Sol": {
146040
146282
  "type": "list",
146041
146283
  "member": {
146042
146284
  "type": "structure",
@@ -146051,7 +146293,7 @@ module.exports={
146051
146293
  }
146052
146294
  }
146053
146295
  },
146054
- "Spk": {
146296
+ "Spl": {
146055
146297
  "type": "structure",
146056
146298
  "members": {
146057
146299
  "status": {},
@@ -146069,15 +146311,15 @@ module.exports={
146069
146311
  }
146070
146312
  }
146071
146313
  },
146072
- "Sqh": {
146314
+ "Sqi": {
146073
146315
  "type": "list",
146074
146316
  "member": {}
146075
146317
  },
146076
- "Sqr": {
146318
+ "Sqs": {
146077
146319
  "type": "list",
146078
146320
  "member": {}
146079
146321
  },
146080
- "Sra": {
146322
+ "Srb": {
146081
146323
  "type": "structure",
146082
146324
  "required": [
146083
146325
  "name",
@@ -146088,7 +146330,7 @@ module.exports={
146088
146330
  "arn": {}
146089
146331
  }
146090
146332
  },
146091
- "Srf": {
146333
+ "Srg": {
146092
146334
  "type": "structure",
146093
146335
  "required": [
146094
146336
  "arn"
@@ -146097,7 +146339,7 @@ module.exports={
146097
146339
  "arn": {}
146098
146340
  }
146099
146341
  },
146100
- "St3": {
146342
+ "St4": {
146101
146343
  "type": "structure",
146102
146344
  "required": [
146103
146345
  "targetType"
@@ -146107,11 +146349,11 @@ module.exports={
146107
146349
  "targetName": {}
146108
146350
  }
146109
146351
  },
146110
- "Stz": {
146352
+ "Su0": {
146111
146353
  "type": "list",
146112
146354
  "member": {}
146113
146355
  },
146114
- "Sut": {
146356
+ "Suu": {
146115
146357
  "type": "structure",
146116
146358
  "required": [
146117
146359
  "resources"
@@ -146124,11 +146366,11 @@ module.exports={
146124
146366
  }
146125
146367
  }
146126
146368
  },
146127
- "Sux": {
146369
+ "Suy": {
146128
146370
  "type": "list",
146129
146371
  "member": {}
146130
146372
  },
146131
- "Sx8": {
146373
+ "Sx9": {
146132
146374
  "type": "list",
146133
146375
  "member": {}
146134
146376
  }
@@ -157485,7 +157727,7 @@ module.exports={
157485
157727
  "shape": "Sb"
157486
157728
  },
157487
157729
  "SampleTime": {
157488
- "shape": "So"
157730
+ "shape": "St"
157489
157731
  }
157490
157732
  }
157491
157733
  }
@@ -157526,7 +157768,7 @@ module.exports={
157526
157768
  ],
157527
157769
  "members": {
157528
157770
  "DevicePositions": {
157529
- "shape": "Sw"
157771
+ "shape": "S11"
157530
157772
  },
157531
157773
  "Errors": {
157532
157774
  "type": "list",
@@ -157577,7 +157819,7 @@ module.exports={
157577
157819
  "members": {
157578
157820
  "GeofenceId": {},
157579
157821
  "Geometry": {
157580
- "shape": "S13"
157822
+ "shape": "S18"
157581
157823
  }
157582
157824
  }
157583
157825
  }
@@ -157618,11 +157860,11 @@ module.exports={
157618
157860
  ],
157619
157861
  "members": {
157620
157862
  "CreateTime": {
157621
- "shape": "So"
157863
+ "shape": "St"
157622
157864
  },
157623
157865
  "GeofenceId": {},
157624
157866
  "UpdateTime": {
157625
- "shape": "So"
157867
+ "shape": "St"
157626
157868
  }
157627
157869
  }
157628
157870
  }
@@ -157678,7 +157920,7 @@ module.exports={
157678
157920
  "shape": "Sb"
157679
157921
  },
157680
157922
  "SampleTime": {
157681
- "shape": "So"
157923
+ "shape": "St"
157682
157924
  }
157683
157925
  }
157684
157926
  }
@@ -157721,13 +157963,13 @@ module.exports={
157721
157963
  "type": "boolean"
157722
157964
  },
157723
157965
  "DeparturePosition": {
157724
- "shape": "Sm"
157966
+ "shape": "So"
157725
157967
  },
157726
157968
  "DepartureTime": {
157727
- "shape": "So"
157969
+ "shape": "St"
157728
157970
  },
157729
157971
  "DestinationPosition": {
157730
- "shape": "Sm"
157972
+ "shape": "So"
157731
157973
  },
157732
157974
  "DistanceUnit": {},
157733
157975
  "IncludeLegGeometry": {
@@ -157772,7 +158014,7 @@ module.exports={
157772
158014
  "WaypointPositions": {
157773
158015
  "type": "list",
157774
158016
  "member": {
157775
- "shape": "Sm"
158017
+ "shape": "So"
157776
158018
  }
157777
158019
  }
157778
158020
  }
@@ -157803,7 +158045,7 @@ module.exports={
157803
158045
  "type": "double"
157804
158046
  },
157805
158047
  "EndPosition": {
157806
- "shape": "Sm"
158048
+ "shape": "So"
157807
158049
  },
157808
158050
  "Geometry": {
157809
158051
  "type": "structure",
@@ -157811,13 +158053,13 @@ module.exports={
157811
158053
  "LineString": {
157812
158054
  "type": "list",
157813
158055
  "member": {
157814
- "shape": "Sm"
158056
+ "shape": "So"
157815
158057
  }
157816
158058
  }
157817
158059
  }
157818
158060
  },
157819
158061
  "StartPosition": {
157820
- "shape": "Sm"
158062
+ "shape": "So"
157821
158063
  },
157822
158064
  "Steps": {
157823
158065
  "type": "list",
@@ -157837,13 +158079,13 @@ module.exports={
157837
158079
  "type": "double"
157838
158080
  },
157839
158081
  "EndPosition": {
157840
- "shape": "Sm"
158082
+ "shape": "So"
157841
158083
  },
157842
158084
  "GeometryOffset": {
157843
158085
  "type": "integer"
157844
158086
  },
157845
158087
  "StartPosition": {
157846
- "shape": "Sm"
158088
+ "shape": "So"
157847
158089
  }
157848
158090
  }
157849
158091
  }
@@ -157870,7 +158112,7 @@ module.exports={
157870
158112
  "type": "double"
157871
158113
  },
157872
158114
  "RouteBBox": {
157873
- "shape": "S2a"
158115
+ "shape": "S2f"
157874
158116
  }
157875
158117
  }
157876
158118
  }
@@ -157898,7 +158140,7 @@ module.exports={
157898
158140
  "PricingPlan": {},
157899
158141
  "PricingPlanDataSource": {},
157900
158142
  "Tags": {
157901
- "shape": "S2f"
158143
+ "shape": "S2k"
157902
158144
  }
157903
158145
  }
157904
158146
  },
@@ -157913,7 +158155,7 @@ module.exports={
157913
158155
  "CollectionArn": {},
157914
158156
  "CollectionName": {},
157915
158157
  "CreateTime": {
157916
- "shape": "So"
158158
+ "shape": "St"
157917
158159
  }
157918
158160
  }
157919
158161
  },
@@ -157936,13 +158178,13 @@ module.exports={
157936
158178
  ],
157937
158179
  "members": {
157938
158180
  "Configuration": {
157939
- "shape": "S2k"
158181
+ "shape": "S2p"
157940
158182
  },
157941
158183
  "Description": {},
157942
158184
  "MapName": {},
157943
158185
  "PricingPlan": {},
157944
158186
  "Tags": {
157945
- "shape": "S2f"
158187
+ "shape": "S2k"
157946
158188
  }
157947
158189
  }
157948
158190
  },
@@ -157955,7 +158197,7 @@ module.exports={
157955
158197
  ],
157956
158198
  "members": {
157957
158199
  "CreateTime": {
157958
- "shape": "So"
158200
+ "shape": "St"
157959
158201
  },
157960
158202
  "MapArn": {},
157961
158203
  "MapName": {}
@@ -157981,13 +158223,13 @@ module.exports={
157981
158223
  "members": {
157982
158224
  "DataSource": {},
157983
158225
  "DataSourceConfiguration": {
157984
- "shape": "S2o"
158226
+ "shape": "S2t"
157985
158227
  },
157986
158228
  "Description": {},
157987
158229
  "IndexName": {},
157988
158230
  "PricingPlan": {},
157989
158231
  "Tags": {
157990
- "shape": "S2f"
158232
+ "shape": "S2k"
157991
158233
  }
157992
158234
  }
157993
158235
  },
@@ -158000,7 +158242,7 @@ module.exports={
158000
158242
  ],
158001
158243
  "members": {
158002
158244
  "CreateTime": {
158003
- "shape": "So"
158245
+ "shape": "St"
158004
158246
  },
158005
158247
  "IndexArn": {},
158006
158248
  "IndexName": {}
@@ -158029,7 +158271,7 @@ module.exports={
158029
158271
  "Description": {},
158030
158272
  "PricingPlan": {},
158031
158273
  "Tags": {
158032
- "shape": "S2f"
158274
+ "shape": "S2k"
158033
158275
  }
158034
158276
  }
158035
158277
  },
@@ -158044,7 +158286,7 @@ module.exports={
158044
158286
  "CalculatorArn": {},
158045
158287
  "CalculatorName": {},
158046
158288
  "CreateTime": {
158047
- "shape": "So"
158289
+ "shape": "St"
158048
158290
  }
158049
158291
  }
158050
158292
  },
@@ -158071,7 +158313,7 @@ module.exports={
158071
158313
  "PricingPlan": {},
158072
158314
  "PricingPlanDataSource": {},
158073
158315
  "Tags": {
158074
- "shape": "S2f"
158316
+ "shape": "S2k"
158075
158317
  },
158076
158318
  "TrackerName": {}
158077
158319
  }
@@ -158085,7 +158327,7 @@ module.exports={
158085
158327
  ],
158086
158328
  "members": {
158087
158329
  "CreateTime": {
158088
- "shape": "So"
158330
+ "shape": "St"
158089
158331
  },
158090
158332
  "TrackerArn": {},
158091
158333
  "TrackerName": {}
@@ -158263,17 +158505,17 @@ module.exports={
158263
158505
  "CollectionArn": {},
158264
158506
  "CollectionName": {},
158265
158507
  "CreateTime": {
158266
- "shape": "So"
158508
+ "shape": "St"
158267
158509
  },
158268
158510
  "Description": {},
158269
158511
  "KmsKeyId": {},
158270
158512
  "PricingPlan": {},
158271
158513
  "PricingPlanDataSource": {},
158272
158514
  "Tags": {
158273
- "shape": "S2f"
158515
+ "shape": "S2k"
158274
158516
  },
158275
158517
  "UpdateTime": {
158276
- "shape": "So"
158518
+ "shape": "St"
158277
158519
  }
158278
158520
  }
158279
158521
  },
@@ -158313,10 +158555,10 @@ module.exports={
158313
158555
  ],
158314
158556
  "members": {
158315
158557
  "Configuration": {
158316
- "shape": "S2k"
158558
+ "shape": "S2p"
158317
158559
  },
158318
158560
  "CreateTime": {
158319
- "shape": "So"
158561
+ "shape": "St"
158320
158562
  },
158321
158563
  "DataSource": {},
158322
158564
  "Description": {},
@@ -158324,10 +158566,10 @@ module.exports={
158324
158566
  "MapName": {},
158325
158567
  "PricingPlan": {},
158326
158568
  "Tags": {
158327
- "shape": "S2f"
158569
+ "shape": "S2k"
158328
158570
  },
158329
158571
  "UpdateTime": {
158330
- "shape": "So"
158572
+ "shape": "St"
158331
158573
  }
158332
158574
  }
158333
158575
  },
@@ -158367,21 +158609,21 @@ module.exports={
158367
158609
  ],
158368
158610
  "members": {
158369
158611
  "CreateTime": {
158370
- "shape": "So"
158612
+ "shape": "St"
158371
158613
  },
158372
158614
  "DataSource": {},
158373
158615
  "DataSourceConfiguration": {
158374
- "shape": "S2o"
158616
+ "shape": "S2t"
158375
158617
  },
158376
158618
  "Description": {},
158377
158619
  "IndexArn": {},
158378
158620
  "IndexName": {},
158379
158621
  "PricingPlan": {},
158380
158622
  "Tags": {
158381
- "shape": "S2f"
158623
+ "shape": "S2k"
158382
158624
  },
158383
158625
  "UpdateTime": {
158384
- "shape": "So"
158626
+ "shape": "St"
158385
158627
  }
158386
158628
  }
158387
158629
  },
@@ -158422,16 +158664,16 @@ module.exports={
158422
158664
  "CalculatorArn": {},
158423
158665
  "CalculatorName": {},
158424
158666
  "CreateTime": {
158425
- "shape": "So"
158667
+ "shape": "St"
158426
158668
  },
158427
158669
  "DataSource": {},
158428
158670
  "Description": {},
158429
158671
  "PricingPlan": {},
158430
158672
  "Tags": {
158431
- "shape": "S2f"
158673
+ "shape": "S2k"
158432
158674
  },
158433
158675
  "UpdateTime": {
158434
- "shape": "So"
158676
+ "shape": "St"
158435
158677
  }
158436
158678
  }
158437
158679
  },
@@ -158469,7 +158711,7 @@ module.exports={
158469
158711
  ],
158470
158712
  "members": {
158471
158713
  "CreateTime": {
158472
- "shape": "So"
158714
+ "shape": "St"
158473
158715
  },
158474
158716
  "Description": {},
158475
158717
  "KmsKeyId": {},
@@ -158477,12 +158719,12 @@ module.exports={
158477
158719
  "PricingPlan": {},
158478
158720
  "PricingPlanDataSource": {},
158479
158721
  "Tags": {
158480
- "shape": "S2f"
158722
+ "shape": "S2k"
158481
158723
  },
158482
158724
  "TrackerArn": {},
158483
158725
  "TrackerName": {},
158484
158726
  "UpdateTime": {
158485
- "shape": "So"
158727
+ "shape": "St"
158486
158728
  }
158487
158729
  }
158488
158730
  },
@@ -158552,15 +158794,21 @@ module.exports={
158552
158794
  "SampleTime"
158553
158795
  ],
158554
158796
  "members": {
158797
+ "Accuracy": {
158798
+ "shape": "Sm"
158799
+ },
158555
158800
  "DeviceId": {},
158556
158801
  "Position": {
158557
- "shape": "Sm"
158802
+ "shape": "So"
158803
+ },
158804
+ "PositionProperties": {
158805
+ "shape": "Sq"
158558
158806
  },
158559
158807
  "ReceivedTime": {
158560
- "shape": "So"
158808
+ "shape": "St"
158561
158809
  },
158562
158810
  "SampleTime": {
158563
- "shape": "So"
158811
+ "shape": "St"
158564
158812
  }
158565
158813
  }
158566
158814
  },
@@ -158585,11 +158833,11 @@ module.exports={
158585
158833
  "locationName": "DeviceId"
158586
158834
  },
158587
158835
  "EndTimeExclusive": {
158588
- "shape": "So"
158836
+ "shape": "St"
158589
158837
  },
158590
158838
  "NextToken": {},
158591
158839
  "StartTimeInclusive": {
158592
- "shape": "So"
158840
+ "shape": "St"
158593
158841
  },
158594
158842
  "TrackerName": {
158595
158843
  "location": "uri",
@@ -158604,7 +158852,7 @@ module.exports={
158604
158852
  ],
158605
158853
  "members": {
158606
158854
  "DevicePositions": {
158607
- "shape": "Sw"
158855
+ "shape": "S11"
158608
158856
  },
158609
158857
  "NextToken": {}
158610
158858
  }
@@ -158647,15 +158895,15 @@ module.exports={
158647
158895
  ],
158648
158896
  "members": {
158649
158897
  "CreateTime": {
158650
- "shape": "So"
158898
+ "shape": "St"
158651
158899
  },
158652
158900
  "GeofenceId": {},
158653
158901
  "Geometry": {
158654
- "shape": "S13"
158902
+ "shape": "S18"
158655
158903
  },
158656
158904
  "Status": {},
158657
158905
  "UpdateTime": {
158658
- "shape": "So"
158906
+ "shape": "St"
158659
158907
  }
158660
158908
  }
158661
158909
  },
@@ -158870,12 +159118,18 @@ module.exports={
158870
159118
  "SampleTime"
158871
159119
  ],
158872
159120
  "members": {
159121
+ "Accuracy": {
159122
+ "shape": "Sm"
159123
+ },
158873
159124
  "DeviceId": {},
158874
159125
  "Position": {
158875
- "shape": "Sm"
159126
+ "shape": "So"
159127
+ },
159128
+ "PositionProperties": {
159129
+ "shape": "Sq"
158876
159130
  },
158877
159131
  "SampleTime": {
158878
- "shape": "So"
159132
+ "shape": "St"
158879
159133
  }
158880
159134
  }
158881
159135
  }
@@ -158921,13 +159175,13 @@ module.exports={
158921
159175
  "members": {
158922
159176
  "CollectionName": {},
158923
159177
  "CreateTime": {
158924
- "shape": "So"
159178
+ "shape": "St"
158925
159179
  },
158926
159180
  "Description": {},
158927
159181
  "PricingPlan": {},
158928
159182
  "PricingPlanDataSource": {},
158929
159183
  "UpdateTime": {
158930
- "shape": "So"
159184
+ "shape": "St"
158931
159185
  }
158932
159186
  }
158933
159187
  }
@@ -158976,15 +159230,15 @@ module.exports={
158976
159230
  ],
158977
159231
  "members": {
158978
159232
  "CreateTime": {
158979
- "shape": "So"
159233
+ "shape": "St"
158980
159234
  },
158981
159235
  "GeofenceId": {},
158982
159236
  "Geometry": {
158983
- "shape": "S13"
159237
+ "shape": "S18"
158984
159238
  },
158985
159239
  "Status": {},
158986
159240
  "UpdateTime": {
158987
- "shape": "So"
159241
+ "shape": "St"
158988
159242
  }
158989
159243
  }
158990
159244
  }
@@ -159030,14 +159284,14 @@ module.exports={
159030
159284
  ],
159031
159285
  "members": {
159032
159286
  "CreateTime": {
159033
- "shape": "So"
159287
+ "shape": "St"
159034
159288
  },
159035
159289
  "DataSource": {},
159036
159290
  "Description": {},
159037
159291
  "MapName": {},
159038
159292
  "PricingPlan": {},
159039
159293
  "UpdateTime": {
159040
- "shape": "So"
159294
+ "shape": "St"
159041
159295
  }
159042
159296
  }
159043
159297
  }
@@ -159083,14 +159337,14 @@ module.exports={
159083
159337
  ],
159084
159338
  "members": {
159085
159339
  "CreateTime": {
159086
- "shape": "So"
159340
+ "shape": "St"
159087
159341
  },
159088
159342
  "DataSource": {},
159089
159343
  "Description": {},
159090
159344
  "IndexName": {},
159091
159345
  "PricingPlan": {},
159092
159346
  "UpdateTime": {
159093
- "shape": "So"
159347
+ "shape": "St"
159094
159348
  }
159095
159349
  }
159096
159350
  }
@@ -159137,13 +159391,13 @@ module.exports={
159137
159391
  "members": {
159138
159392
  "CalculatorName": {},
159139
159393
  "CreateTime": {
159140
- "shape": "So"
159394
+ "shape": "St"
159141
159395
  },
159142
159396
  "DataSource": {},
159143
159397
  "Description": {},
159144
159398
  "PricingPlan": {},
159145
159399
  "UpdateTime": {
159146
- "shape": "So"
159400
+ "shape": "St"
159147
159401
  }
159148
159402
  }
159149
159403
  }
@@ -159177,7 +159431,7 @@ module.exports={
159177
159431
  "type": "structure",
159178
159432
  "members": {
159179
159433
  "Tags": {
159180
- "shape": "S2f"
159434
+ "shape": "S2k"
159181
159435
  }
159182
159436
  }
159183
159437
  },
@@ -159256,14 +159510,14 @@ module.exports={
159256
159510
  ],
159257
159511
  "members": {
159258
159512
  "CreateTime": {
159259
- "shape": "So"
159513
+ "shape": "St"
159260
159514
  },
159261
159515
  "Description": {},
159262
159516
  "PricingPlan": {},
159263
159517
  "PricingPlanDataSource": {},
159264
159518
  "TrackerName": {},
159265
159519
  "UpdateTime": {
159266
- "shape": "So"
159520
+ "shape": "St"
159267
159521
  }
159268
159522
  }
159269
159523
  }
@@ -159298,7 +159552,7 @@ module.exports={
159298
159552
  "locationName": "GeofenceId"
159299
159553
  },
159300
159554
  "Geometry": {
159301
- "shape": "S13"
159555
+ "shape": "S18"
159302
159556
  }
159303
159557
  }
159304
159558
  },
@@ -159311,11 +159565,11 @@ module.exports={
159311
159565
  ],
159312
159566
  "members": {
159313
159567
  "CreateTime": {
159314
- "shape": "So"
159568
+ "shape": "St"
159315
159569
  },
159316
159570
  "GeofenceId": {},
159317
159571
  "UpdateTime": {
159318
- "shape": "So"
159572
+ "shape": "St"
159319
159573
  }
159320
159574
  }
159321
159575
  },
@@ -159344,7 +159598,7 @@ module.exports={
159344
159598
  "type": "integer"
159345
159599
  },
159346
159600
  "Position": {
159347
- "shape": "Sm"
159601
+ "shape": "So"
159348
159602
  }
159349
159603
  }
159350
159604
  },
@@ -159368,7 +159622,7 @@ module.exports={
159368
159622
  "type": "double"
159369
159623
  },
159370
159624
  "Place": {
159371
- "shape": "S5g"
159625
+ "shape": "S5l"
159372
159626
  }
159373
159627
  }
159374
159628
  }
@@ -159386,7 +159640,94 @@ module.exports={
159386
159640
  "type": "integer"
159387
159641
  },
159388
159642
  "Position": {
159389
- "shape": "Sm"
159643
+ "shape": "So"
159644
+ }
159645
+ }
159646
+ }
159647
+ }
159648
+ },
159649
+ "endpoint": {
159650
+ "hostPrefix": "places."
159651
+ }
159652
+ },
159653
+ "SearchPlaceIndexForSuggestions": {
159654
+ "http": {
159655
+ "requestUri": "/places/v0/indexes/{IndexName}/search/suggestions",
159656
+ "responseCode": 200
159657
+ },
159658
+ "input": {
159659
+ "type": "structure",
159660
+ "required": [
159661
+ "IndexName",
159662
+ "Text"
159663
+ ],
159664
+ "members": {
159665
+ "BiasPosition": {
159666
+ "shape": "So"
159667
+ },
159668
+ "FilterBBox": {
159669
+ "shape": "S2f"
159670
+ },
159671
+ "FilterCountries": {
159672
+ "shape": "S5r"
159673
+ },
159674
+ "IndexName": {
159675
+ "location": "uri",
159676
+ "locationName": "IndexName"
159677
+ },
159678
+ "Language": {},
159679
+ "MaxResults": {
159680
+ "type": "integer"
159681
+ },
159682
+ "Text": {
159683
+ "type": "string",
159684
+ "sensitive": true
159685
+ }
159686
+ }
159687
+ },
159688
+ "output": {
159689
+ "type": "structure",
159690
+ "required": [
159691
+ "Results",
159692
+ "Summary"
159693
+ ],
159694
+ "members": {
159695
+ "Results": {
159696
+ "type": "list",
159697
+ "member": {
159698
+ "type": "structure",
159699
+ "required": [
159700
+ "Text"
159701
+ ],
159702
+ "members": {
159703
+ "Text": {}
159704
+ }
159705
+ }
159706
+ },
159707
+ "Summary": {
159708
+ "type": "structure",
159709
+ "required": [
159710
+ "DataSource",
159711
+ "Text"
159712
+ ],
159713
+ "members": {
159714
+ "BiasPosition": {
159715
+ "shape": "So"
159716
+ },
159717
+ "DataSource": {},
159718
+ "FilterBBox": {
159719
+ "shape": "S2f"
159720
+ },
159721
+ "FilterCountries": {
159722
+ "shape": "S5r"
159723
+ },
159724
+ "Language": {},
159725
+ "MaxResults": {
159726
+ "type": "integer"
159727
+ },
159728
+ "Text": {
159729
+ "type": "string",
159730
+ "sensitive": true
159390
159731
  }
159391
159732
  }
159392
159733
  }
@@ -159409,13 +159750,13 @@ module.exports={
159409
159750
  ],
159410
159751
  "members": {
159411
159752
  "BiasPosition": {
159412
- "shape": "Sm"
159753
+ "shape": "So"
159413
159754
  },
159414
159755
  "FilterBBox": {
159415
- "shape": "S2a"
159756
+ "shape": "S2f"
159416
159757
  },
159417
159758
  "FilterCountries": {
159418
- "shape": "S5m"
159759
+ "shape": "S5r"
159419
159760
  },
159420
159761
  "IndexName": {
159421
159762
  "location": "uri",
@@ -159450,7 +159791,7 @@ module.exports={
159450
159791
  "type": "double"
159451
159792
  },
159452
159793
  "Place": {
159453
- "shape": "S5g"
159794
+ "shape": "S5l"
159454
159795
  },
159455
159796
  "Relevance": {
159456
159797
  "type": "double"
@@ -159466,21 +159807,21 @@ module.exports={
159466
159807
  ],
159467
159808
  "members": {
159468
159809
  "BiasPosition": {
159469
- "shape": "Sm"
159810
+ "shape": "So"
159470
159811
  },
159471
159812
  "DataSource": {},
159472
159813
  "FilterBBox": {
159473
- "shape": "S2a"
159814
+ "shape": "S2f"
159474
159815
  },
159475
159816
  "FilterCountries": {
159476
- "shape": "S5m"
159817
+ "shape": "S5r"
159477
159818
  },
159478
159819
  "Language": {},
159479
159820
  "MaxResults": {
159480
159821
  "type": "integer"
159481
159822
  },
159482
159823
  "ResultBBox": {
159483
- "shape": "S2a"
159824
+ "shape": "S2f"
159484
159825
  },
159485
159826
  "Text": {
159486
159827
  "type": "string",
@@ -159511,7 +159852,7 @@ module.exports={
159511
159852
  "locationName": "ResourceArn"
159512
159853
  },
159513
159854
  "Tags": {
159514
- "shape": "S2f"
159855
+ "shape": "S2k"
159515
159856
  }
159516
159857
  }
159517
159858
  },
@@ -159589,7 +159930,7 @@ module.exports={
159589
159930
  "CollectionArn": {},
159590
159931
  "CollectionName": {},
159591
159932
  "UpdateTime": {
159592
- "shape": "So"
159933
+ "shape": "St"
159593
159934
  }
159594
159935
  }
159595
159936
  },
@@ -159629,7 +159970,7 @@ module.exports={
159629
159970
  "MapArn": {},
159630
159971
  "MapName": {},
159631
159972
  "UpdateTime": {
159632
- "shape": "So"
159973
+ "shape": "St"
159633
159974
  }
159634
159975
  }
159635
159976
  },
@@ -159651,7 +159992,7 @@ module.exports={
159651
159992
  ],
159652
159993
  "members": {
159653
159994
  "DataSourceConfiguration": {
159654
- "shape": "S2o"
159995
+ "shape": "S2t"
159655
159996
  },
159656
159997
  "Description": {},
159657
159998
  "IndexName": {
@@ -159672,7 +160013,7 @@ module.exports={
159672
160013
  "IndexArn": {},
159673
160014
  "IndexName": {},
159674
160015
  "UpdateTime": {
159675
- "shape": "So"
160016
+ "shape": "St"
159676
160017
  }
159677
160018
  }
159678
160019
  },
@@ -159712,7 +160053,7 @@ module.exports={
159712
160053
  "CalculatorArn": {},
159713
160054
  "CalculatorName": {},
159714
160055
  "UpdateTime": {
159715
- "shape": "So"
160056
+ "shape": "St"
159716
160057
  }
159717
160058
  }
159718
160059
  },
@@ -159754,7 +160095,7 @@ module.exports={
159754
160095
  "TrackerArn": {},
159755
160096
  "TrackerName": {},
159756
160097
  "UpdateTime": {
159757
- "shape": "So"
160098
+ "shape": "St"
159758
160099
  }
159759
160100
  }
159760
160101
  },
@@ -159780,27 +160121,50 @@ module.exports={
159780
160121
  "SampleTime"
159781
160122
  ],
159782
160123
  "members": {
160124
+ "Accuracy": {
160125
+ "shape": "Sm"
160126
+ },
159783
160127
  "DeviceId": {},
159784
160128
  "Position": {
159785
- "shape": "Sm"
160129
+ "shape": "So"
160130
+ },
160131
+ "PositionProperties": {
160132
+ "shape": "Sq"
159786
160133
  },
159787
160134
  "SampleTime": {
159788
- "shape": "So"
160135
+ "shape": "St"
159789
160136
  }
159790
160137
  }
159791
160138
  },
159792
160139
  "Sm": {
160140
+ "type": "structure",
160141
+ "required": [
160142
+ "Horizontal"
160143
+ ],
160144
+ "members": {
160145
+ "Horizontal": {
160146
+ "type": "double"
160147
+ }
160148
+ }
160149
+ },
160150
+ "So": {
159793
160151
  "type": "list",
159794
160152
  "member": {
159795
160153
  "type": "double"
159796
160154
  },
159797
160155
  "sensitive": true
159798
160156
  },
159799
- "So": {
160157
+ "Sq": {
160158
+ "type": "map",
160159
+ "key": {},
160160
+ "value": {},
160161
+ "sensitive": true
160162
+ },
160163
+ "St": {
159800
160164
  "type": "timestamp",
159801
160165
  "timestampFormat": "iso8601"
159802
160166
  },
159803
- "Sw": {
160167
+ "S11": {
159804
160168
  "type": "list",
159805
160169
  "member": {
159806
160170
  "type": "structure",
@@ -159810,20 +160174,26 @@ module.exports={
159810
160174
  "SampleTime"
159811
160175
  ],
159812
160176
  "members": {
160177
+ "Accuracy": {
160178
+ "shape": "Sm"
160179
+ },
159813
160180
  "DeviceId": {},
159814
160181
  "Position": {
159815
- "shape": "Sm"
160182
+ "shape": "So"
160183
+ },
160184
+ "PositionProperties": {
160185
+ "shape": "Sq"
159816
160186
  },
159817
160187
  "ReceivedTime": {
159818
- "shape": "So"
160188
+ "shape": "St"
159819
160189
  },
159820
160190
  "SampleTime": {
159821
- "shape": "So"
160191
+ "shape": "St"
159822
160192
  }
159823
160193
  }
159824
160194
  }
159825
160195
  },
159826
- "S13": {
160196
+ "S18": {
159827
160197
  "type": "structure",
159828
160198
  "members": {
159829
160199
  "Polygon": {
@@ -159831,25 +160201,25 @@ module.exports={
159831
160201
  "member": {
159832
160202
  "type": "list",
159833
160203
  "member": {
159834
- "shape": "Sm"
160204
+ "shape": "So"
159835
160205
  }
159836
160206
  }
159837
160207
  }
159838
160208
  }
159839
160209
  },
159840
- "S2a": {
160210
+ "S2f": {
159841
160211
  "type": "list",
159842
160212
  "member": {
159843
160213
  "type": "double"
159844
160214
  },
159845
160215
  "sensitive": true
159846
160216
  },
159847
- "S2f": {
160217
+ "S2k": {
159848
160218
  "type": "map",
159849
160219
  "key": {},
159850
160220
  "value": {}
159851
160221
  },
159852
- "S2k": {
160222
+ "S2p": {
159853
160223
  "type": "structure",
159854
160224
  "required": [
159855
160225
  "Style"
@@ -159858,13 +160228,13 @@ module.exports={
159858
160228
  "Style": {}
159859
160229
  }
159860
160230
  },
159861
- "S2o": {
160231
+ "S2t": {
159862
160232
  "type": "structure",
159863
160233
  "members": {
159864
160234
  "IntendedUse": {}
159865
160235
  }
159866
160236
  },
159867
- "S5g": {
160237
+ "S5l": {
159868
160238
  "type": "structure",
159869
160239
  "required": [
159870
160240
  "Geometry"
@@ -159876,7 +160246,7 @@ module.exports={
159876
160246
  "type": "structure",
159877
160247
  "members": {
159878
160248
  "Point": {
159879
- "shape": "Sm"
160249
+ "shape": "So"
159880
160250
  }
159881
160251
  }
159882
160252
  },
@@ -159904,7 +160274,7 @@ module.exports={
159904
160274
  }
159905
160275
  }
159906
160276
  },
159907
- "S5m": {
160277
+ "S5r": {
159908
160278
  "type": "list",
159909
160279
  "member": {}
159910
160280
  }
@@ -160781,7 +161151,10 @@ module.exports={
160781
161151
  ],
160782
161152
  "members": {
160783
161153
  "destinationName": {},
160784
- "accessPolicy": {}
161154
+ "accessPolicy": {},
161155
+ "forceUpdate": {
161156
+ "type": "boolean"
161157
+ }
160785
161158
  }
160786
161159
  }
160787
161160
  },
@@ -198907,6 +199280,23 @@ module.exports={
198907
199280
  }
198908
199281
  }
198909
199282
  },
199283
+ "DeleteDomain": {
199284
+ "input": {
199285
+ "type": "structure",
199286
+ "required": [
199287
+ "DomainName"
199288
+ ],
199289
+ "members": {
199290
+ "DomainName": {}
199291
+ }
199292
+ },
199293
+ "output": {
199294
+ "type": "structure",
199295
+ "members": {
199296
+ "OperationId": {}
199297
+ }
199298
+ }
199299
+ },
198910
199300
  "DeleteTagsForDomain": {
198911
199301
  "input": {
198912
199302
  "type": "structure",
@@ -199034,19 +199424,19 @@ module.exports={
199034
199424
  "members": {
199035
199425
  "DomainName": {},
199036
199426
  "Nameservers": {
199037
- "shape": "Sy"
199427
+ "shape": "S10"
199038
199428
  },
199039
199429
  "AutoRenew": {
199040
199430
  "type": "boolean"
199041
199431
  },
199042
199432
  "AdminContact": {
199043
- "shape": "S14"
199433
+ "shape": "S16"
199044
199434
  },
199045
199435
  "RegistrantContact": {
199046
- "shape": "S14"
199436
+ "shape": "S16"
199047
199437
  },
199048
199438
  "TechContact": {
199049
- "shape": "S14"
199439
+ "shape": "S16"
199050
199440
  },
199051
199441
  "AdminPrivacy": {
199052
199442
  "type": "boolean"
@@ -199143,6 +199533,36 @@ module.exports={
199143
199533
  "input": {
199144
199534
  "type": "structure",
199145
199535
  "members": {
199536
+ "FilterConditions": {
199537
+ "type": "list",
199538
+ "member": {
199539
+ "type": "structure",
199540
+ "required": [
199541
+ "Name",
199542
+ "Operator",
199543
+ "Values"
199544
+ ],
199545
+ "members": {
199546
+ "Name": {},
199547
+ "Operator": {},
199548
+ "Values": {
199549
+ "type": "list",
199550
+ "member": {}
199551
+ }
199552
+ }
199553
+ }
199554
+ },
199555
+ "SortCondition": {
199556
+ "type": "structure",
199557
+ "required": [
199558
+ "Name",
199559
+ "SortOrder"
199560
+ ],
199561
+ "members": {
199562
+ "Name": {},
199563
+ "SortOrder": {}
199564
+ }
199565
+ },
199146
199566
  "Marker": {},
199147
199567
  "MaxItems": {
199148
199568
  "type": "integer"
@@ -199223,6 +199643,51 @@ module.exports={
199223
199643
  }
199224
199644
  }
199225
199645
  },
199646
+ "ListPrices": {
199647
+ "input": {
199648
+ "type": "structure",
199649
+ "members": {
199650
+ "Tld": {},
199651
+ "Marker": {},
199652
+ "MaxItems": {
199653
+ "type": "integer"
199654
+ }
199655
+ }
199656
+ },
199657
+ "output": {
199658
+ "type": "structure",
199659
+ "required": [
199660
+ "Prices"
199661
+ ],
199662
+ "members": {
199663
+ "Prices": {
199664
+ "type": "list",
199665
+ "member": {
199666
+ "type": "structure",
199667
+ "members": {
199668
+ "Name": {},
199669
+ "RegistrationPrice": {
199670
+ "shape": "S2r"
199671
+ },
199672
+ "TransferPrice": {
199673
+ "shape": "S2r"
199674
+ },
199675
+ "RenewalPrice": {
199676
+ "shape": "S2r"
199677
+ },
199678
+ "ChangeOwnershipPrice": {
199679
+ "shape": "S2r"
199680
+ },
199681
+ "RestorationPrice": {
199682
+ "shape": "S2r"
199683
+ }
199684
+ }
199685
+ }
199686
+ },
199687
+ "NextPageMarker": {}
199688
+ }
199689
+ }
199690
+ },
199226
199691
  "ListTagsForDomain": {
199227
199692
  "input": {
199228
199693
  "type": "structure",
@@ -199240,7 +199705,7 @@ module.exports={
199240
199705
  ],
199241
199706
  "members": {
199242
199707
  "TagList": {
199243
- "shape": "S2d"
199708
+ "shape": "S2w"
199244
199709
  }
199245
199710
  }
199246
199711
  }
@@ -199265,13 +199730,13 @@ module.exports={
199265
199730
  "type": "boolean"
199266
199731
  },
199267
199732
  "AdminContact": {
199268
- "shape": "S14"
199733
+ "shape": "S16"
199269
199734
  },
199270
199735
  "RegistrantContact": {
199271
- "shape": "S14"
199736
+ "shape": "S16"
199272
199737
  },
199273
199738
  "TechContact": {
199274
- "shape": "S14"
199739
+ "shape": "S16"
199275
199740
  },
199276
199741
  "PrivacyProtectAdminContact": {
199277
199742
  "type": "boolean"
@@ -199395,7 +199860,7 @@ module.exports={
199395
199860
  "type": "integer"
199396
199861
  },
199397
199862
  "Nameservers": {
199398
- "shape": "Sy"
199863
+ "shape": "S10"
199399
199864
  },
199400
199865
  "AuthCode": {
199401
199866
  "shape": "Sd"
@@ -199404,13 +199869,13 @@ module.exports={
199404
199869
  "type": "boolean"
199405
199870
  },
199406
199871
  "AdminContact": {
199407
- "shape": "S14"
199872
+ "shape": "S16"
199408
199873
  },
199409
199874
  "RegistrantContact": {
199410
- "shape": "S14"
199875
+ "shape": "S16"
199411
199876
  },
199412
199877
  "TechContact": {
199413
- "shape": "S14"
199878
+ "shape": "S16"
199414
199879
  },
199415
199880
  "PrivacyProtectAdminContact": {
199416
199881
  "type": "boolean"
@@ -199462,13 +199927,13 @@ module.exports={
199462
199927
  "members": {
199463
199928
  "DomainName": {},
199464
199929
  "AdminContact": {
199465
- "shape": "S14"
199930
+ "shape": "S16"
199466
199931
  },
199467
199932
  "RegistrantContact": {
199468
- "shape": "S14"
199933
+ "shape": "S16"
199469
199934
  },
199470
199935
  "TechContact": {
199471
- "shape": "S14"
199936
+ "shape": "S16"
199472
199937
  }
199473
199938
  }
199474
199939
  },
@@ -199521,10 +199986,12 @@ module.exports={
199521
199986
  "members": {
199522
199987
  "DomainName": {},
199523
199988
  "FIAuthKey": {
199524
- "deprecated": true
199989
+ "deprecated": true,
199990
+ "type": "string",
199991
+ "sensitive": true
199525
199992
  },
199526
199993
  "Nameservers": {
199527
- "shape": "Sy"
199994
+ "shape": "S10"
199528
199995
  }
199529
199996
  }
199530
199997
  },
@@ -199547,7 +200014,7 @@ module.exports={
199547
200014
  "members": {
199548
200015
  "DomainName": {},
199549
200016
  "TagsToUpdate": {
199550
- "shape": "S2d"
200017
+ "shape": "S2w"
199551
200018
  }
199552
200019
  }
199553
200020
  },
@@ -199602,7 +200069,7 @@ module.exports={
199602
200069
  "type": "string",
199603
200070
  "sensitive": true
199604
200071
  },
199605
- "Sy": {
200072
+ "S10": {
199606
200073
  "type": "list",
199607
200074
  "member": {
199608
200075
  "type": "structure",
@@ -199618,7 +200085,7 @@ module.exports={
199618
200085
  }
199619
200086
  }
199620
200087
  },
199621
- "S14": {
200088
+ "S16": {
199622
200089
  "type": "structure",
199623
200090
  "members": {
199624
200091
  "FirstName": {},
@@ -199644,14 +200111,30 @@ module.exports={
199644
200111
  ],
199645
200112
  "members": {
199646
200113
  "Name": {},
199647
- "Value": {}
200114
+ "Value": {
200115
+ "type": "string",
200116
+ "sensitive": true
200117
+ }
199648
200118
  }
199649
200119
  }
199650
200120
  }
199651
200121
  },
199652
200122
  "sensitive": true
199653
200123
  },
199654
- "S2d": {
200124
+ "S2r": {
200125
+ "type": "structure",
200126
+ "required": [
200127
+ "Price",
200128
+ "Currency"
200129
+ ],
200130
+ "members": {
200131
+ "Price": {
200132
+ "type": "double"
200133
+ },
200134
+ "Currency": {}
200135
+ }
200136
+ },
200137
+ "S2w": {
199655
200138
  "type": "list",
199656
200139
  "member": {
199657
200140
  "type": "structure",
@@ -199677,6 +200160,18 @@ module.exports={
199677
200160
  "limit_key": "MaxItems",
199678
200161
  "output_token": "NextPageMarker",
199679
200162
  "result_key": "Operations"
200163
+ },
200164
+ "ListPrices": {
200165
+ "input_token": "Marker",
200166
+ "limit_key": "MaxItems",
200167
+ "output_token": "NextPageMarker",
200168
+ "result_key": "Prices"
200169
+ },
200170
+ "ViewBilling": {
200171
+ "input_token": "Marker",
200172
+ "limit_key": "MaxItems",
200173
+ "output_token": "NextPageMarker",
200174
+ "result_key": "BillingRecords"
199680
200175
  }
199681
200176
  }
199682
200177
  }
@@ -233746,7 +234241,7 @@ AWS.util.update(AWS, {
233746
234241
  /**
233747
234242
  * @constant
233748
234243
  */
233749
- VERSION: '2.1043.0',
234244
+ VERSION: '2.1046.0',
233750
234245
 
233751
234246
  /**
233752
234247
  * @api private
@@ -255173,7 +255668,7 @@ var LRUCache = /** @class */ (function () {
255173
255668
  }());
255174
255669
  exports.LRUCache = LRUCache;
255175
255670
  },{}],452:[function(require,module,exports){
255176
- // AWS SDK for JavaScript v2.1043.0
255671
+ // AWS SDK for JavaScript v2.1046.0
255177
255672
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
255178
255673
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
255179
255674
  require('./browser_loader');