cdk-docker-image-deployment 0.0.68 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +123 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +76 -3
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +457 -137
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +365 -317
- package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +93 -40
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +88 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +192 -63
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +701 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +39 -15
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ec2.d.ts +5 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +79 -0
- package/node_modules/aws-sdk/clients/es.d.ts +301 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -8
- package/node_modules/aws-sdk/clients/iot.d.ts +60 -3
- package/node_modules/aws-sdk/clients/licensemanager.d.ts +73 -5
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +89 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +171 -11
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/scheduler.d.ts +829 -0
- package/node_modules/aws-sdk/clients/scheduler.js +18 -0
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +32 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +727 -386
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +114 -49
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1253.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){
|
|
@@ -111132,6 +111132,31 @@ module.exports={
|
|
|
111132
111132
|
}
|
|
111133
111133
|
}
|
|
111134
111134
|
},
|
|
111135
|
+
"GetTaskProtection": {
|
|
111136
|
+
"input": {
|
|
111137
|
+
"type": "structure",
|
|
111138
|
+
"required": [
|
|
111139
|
+
"cluster"
|
|
111140
|
+
],
|
|
111141
|
+
"members": {
|
|
111142
|
+
"cluster": {},
|
|
111143
|
+
"tasks": {
|
|
111144
|
+
"shape": "Sr"
|
|
111145
|
+
}
|
|
111146
|
+
}
|
|
111147
|
+
},
|
|
111148
|
+
"output": {
|
|
111149
|
+
"type": "structure",
|
|
111150
|
+
"members": {
|
|
111151
|
+
"protectedTasks": {
|
|
111152
|
+
"shape": "S6y"
|
|
111153
|
+
},
|
|
111154
|
+
"failures": {
|
|
111155
|
+
"shape": "S5d"
|
|
111156
|
+
}
|
|
111157
|
+
}
|
|
111158
|
+
}
|
|
111159
|
+
},
|
|
111135
111160
|
"ListAccountSettings": {
|
|
111136
111161
|
"input": {
|
|
111137
111162
|
"type": "structure",
|
|
@@ -111671,7 +111696,7 @@ module.exports={
|
|
|
111671
111696
|
"members": {
|
|
111672
111697
|
"cluster": {},
|
|
111673
111698
|
"attachments": {
|
|
111674
|
-
"shape": "
|
|
111699
|
+
"shape": "S89"
|
|
111675
111700
|
}
|
|
111676
111701
|
}
|
|
111677
111702
|
},
|
|
@@ -111735,7 +111760,7 @@ module.exports={
|
|
|
111735
111760
|
}
|
|
111736
111761
|
},
|
|
111737
111762
|
"attachments": {
|
|
111738
|
-
"shape": "
|
|
111763
|
+
"shape": "S89"
|
|
111739
111764
|
},
|
|
111740
111765
|
"managedAgents": {
|
|
111741
111766
|
"type": "list",
|
|
@@ -112017,6 +112042,39 @@ module.exports={
|
|
|
112017
112042
|
}
|
|
112018
112043
|
}
|
|
112019
112044
|
},
|
|
112045
|
+
"UpdateTaskProtection": {
|
|
112046
|
+
"input": {
|
|
112047
|
+
"type": "structure",
|
|
112048
|
+
"required": [
|
|
112049
|
+
"cluster",
|
|
112050
|
+
"tasks",
|
|
112051
|
+
"protectionEnabled"
|
|
112052
|
+
],
|
|
112053
|
+
"members": {
|
|
112054
|
+
"cluster": {},
|
|
112055
|
+
"tasks": {
|
|
112056
|
+
"shape": "Sr"
|
|
112057
|
+
},
|
|
112058
|
+
"protectionEnabled": {
|
|
112059
|
+
"type": "boolean"
|
|
112060
|
+
},
|
|
112061
|
+
"expiresInMinutes": {
|
|
112062
|
+
"type": "integer"
|
|
112063
|
+
}
|
|
112064
|
+
}
|
|
112065
|
+
},
|
|
112066
|
+
"output": {
|
|
112067
|
+
"type": "structure",
|
|
112068
|
+
"members": {
|
|
112069
|
+
"protectedTasks": {
|
|
112070
|
+
"shape": "S6y"
|
|
112071
|
+
},
|
|
112072
|
+
"failures": {
|
|
112073
|
+
"shape": "S5d"
|
|
112074
|
+
}
|
|
112075
|
+
}
|
|
112076
|
+
}
|
|
112077
|
+
},
|
|
112020
112078
|
"UpdateTaskSet": {
|
|
112021
112079
|
"input": {
|
|
112022
112080
|
"type": "structure",
|
|
@@ -113418,7 +113476,22 @@ module.exports={
|
|
|
113418
113476
|
}
|
|
113419
113477
|
}
|
|
113420
113478
|
},
|
|
113421
|
-
"
|
|
113479
|
+
"S6y": {
|
|
113480
|
+
"type": "list",
|
|
113481
|
+
"member": {
|
|
113482
|
+
"type": "structure",
|
|
113483
|
+
"members": {
|
|
113484
|
+
"taskArn": {},
|
|
113485
|
+
"protectionEnabled": {
|
|
113486
|
+
"type": "boolean"
|
|
113487
|
+
},
|
|
113488
|
+
"expirationDate": {
|
|
113489
|
+
"type": "timestamp"
|
|
113490
|
+
}
|
|
113491
|
+
}
|
|
113492
|
+
}
|
|
113493
|
+
},
|
|
113494
|
+
"S89": {
|
|
113422
113495
|
"type": "list",
|
|
113423
113496
|
"member": {
|
|
113424
113497
|
"type": "structure",
|
|
@@ -144118,11 +144191,11 @@ module.exports={
|
|
|
144118
144191
|
"authorizerFunctionArn": {},
|
|
144119
144192
|
"tokenKeyName": {},
|
|
144120
144193
|
"tokenSigningPublicKeys": {
|
|
144121
|
-
"shape": "
|
|
144194
|
+
"shape": "S2a"
|
|
144122
144195
|
},
|
|
144123
144196
|
"status": {},
|
|
144124
144197
|
"tags": {
|
|
144125
|
-
"shape": "
|
|
144198
|
+
"shape": "S2e"
|
|
144126
144199
|
},
|
|
144127
144200
|
"signingDisabled": {
|
|
144128
144201
|
"type": "boolean"
|
|
@@ -144155,10 +144228,10 @@ module.exports={
|
|
|
144155
144228
|
"locationName": "billingGroupName"
|
|
144156
144229
|
},
|
|
144157
144230
|
"billingGroupProperties": {
|
|
144158
|
-
"shape": "
|
|
144231
|
+
"shape": "S2n"
|
|
144159
144232
|
},
|
|
144160
144233
|
"tags": {
|
|
144161
|
-
"shape": "
|
|
144234
|
+
"shape": "S2e"
|
|
144162
144235
|
}
|
|
144163
144236
|
}
|
|
144164
144237
|
},
|
|
@@ -144217,7 +144290,7 @@ module.exports={
|
|
|
144217
144290
|
"displayName": {},
|
|
144218
144291
|
"metricType": {},
|
|
144219
144292
|
"tags": {
|
|
144220
|
-
"shape": "
|
|
144293
|
+
"shape": "S2e"
|
|
144221
144294
|
},
|
|
144222
144295
|
"clientRequestToken": {
|
|
144223
144296
|
"idempotencyToken": true
|
|
@@ -144251,10 +144324,10 @@ module.exports={
|
|
|
144251
144324
|
},
|
|
144252
144325
|
"type": {},
|
|
144253
144326
|
"stringValues": {
|
|
144254
|
-
"shape": "
|
|
144327
|
+
"shape": "S34"
|
|
144255
144328
|
},
|
|
144256
144329
|
"tags": {
|
|
144257
|
-
"shape": "
|
|
144330
|
+
"shape": "S2e"
|
|
144258
144331
|
},
|
|
144259
144332
|
"clientRequestToken": {
|
|
144260
144333
|
"idempotencyToken": true
|
|
@@ -144290,11 +144363,11 @@ module.exports={
|
|
|
144290
144363
|
},
|
|
144291
144364
|
"validationCertificateArn": {},
|
|
144292
144365
|
"authorizerConfig": {
|
|
144293
|
-
"shape": "
|
|
144366
|
+
"shape": "S3d"
|
|
144294
144367
|
},
|
|
144295
144368
|
"serviceType": {},
|
|
144296
144369
|
"tags": {
|
|
144297
|
-
"shape": "
|
|
144370
|
+
"shape": "S2e"
|
|
144298
144371
|
}
|
|
144299
144372
|
}
|
|
144300
144373
|
},
|
|
@@ -144322,13 +144395,13 @@ module.exports={
|
|
|
144322
144395
|
"locationName": "thingGroupName"
|
|
144323
144396
|
},
|
|
144324
144397
|
"thingGroupProperties": {
|
|
144325
|
-
"shape": "
|
|
144398
|
+
"shape": "S3j"
|
|
144326
144399
|
},
|
|
144327
144400
|
"indexName": {},
|
|
144328
144401
|
"queryString": {},
|
|
144329
144402
|
"queryVersion": {},
|
|
144330
144403
|
"tags": {
|
|
144331
|
-
"shape": "
|
|
144404
|
+
"shape": "S2e"
|
|
144332
144405
|
}
|
|
144333
144406
|
}
|
|
144334
144407
|
},
|
|
@@ -144365,7 +144438,7 @@ module.exports={
|
|
|
144365
144438
|
},
|
|
144366
144439
|
"queryString": {},
|
|
144367
144440
|
"aggregationType": {
|
|
144368
|
-
"shape": "
|
|
144441
|
+
"shape": "S3x"
|
|
144369
144442
|
},
|
|
144370
144443
|
"period": {
|
|
144371
144444
|
"type": "integer"
|
|
@@ -144376,7 +144449,7 @@ module.exports={
|
|
|
144376
144449
|
"indexName": {},
|
|
144377
144450
|
"unit": {},
|
|
144378
144451
|
"tags": {
|
|
144379
|
-
"shape": "
|
|
144452
|
+
"shape": "S2e"
|
|
144380
144453
|
}
|
|
144381
144454
|
}
|
|
144382
144455
|
},
|
|
@@ -144411,28 +144484,28 @@ module.exports={
|
|
|
144411
144484
|
"document": {},
|
|
144412
144485
|
"description": {},
|
|
144413
144486
|
"presignedUrlConfig": {
|
|
144414
|
-
"shape": "
|
|
144487
|
+
"shape": "S4a"
|
|
144415
144488
|
},
|
|
144416
144489
|
"targetSelection": {},
|
|
144417
144490
|
"jobExecutionsRolloutConfig": {
|
|
144418
|
-
"shape": "
|
|
144491
|
+
"shape": "S4d"
|
|
144419
144492
|
},
|
|
144420
144493
|
"abortConfig": {
|
|
144421
|
-
"shape": "
|
|
144494
|
+
"shape": "S4k"
|
|
144422
144495
|
},
|
|
144423
144496
|
"timeoutConfig": {
|
|
144424
|
-
"shape": "
|
|
144497
|
+
"shape": "S4r"
|
|
144425
144498
|
},
|
|
144426
144499
|
"tags": {
|
|
144427
|
-
"shape": "
|
|
144500
|
+
"shape": "S2e"
|
|
144428
144501
|
},
|
|
144429
144502
|
"namespaceId": {},
|
|
144430
144503
|
"jobTemplateArn": {},
|
|
144431
144504
|
"jobExecutionsRetryConfig": {
|
|
144432
|
-
"shape": "
|
|
144505
|
+
"shape": "S4u"
|
|
144433
144506
|
},
|
|
144434
144507
|
"documentParameters": {
|
|
144435
|
-
"shape": "
|
|
144508
|
+
"shape": "S4z"
|
|
144436
144509
|
}
|
|
144437
144510
|
}
|
|
144438
144511
|
},
|
|
@@ -144466,22 +144539,22 @@ module.exports={
|
|
|
144466
144539
|
"document": {},
|
|
144467
144540
|
"description": {},
|
|
144468
144541
|
"presignedUrlConfig": {
|
|
144469
|
-
"shape": "
|
|
144542
|
+
"shape": "S4a"
|
|
144470
144543
|
},
|
|
144471
144544
|
"jobExecutionsRolloutConfig": {
|
|
144472
|
-
"shape": "
|
|
144545
|
+
"shape": "S4d"
|
|
144473
144546
|
},
|
|
144474
144547
|
"abortConfig": {
|
|
144475
|
-
"shape": "
|
|
144548
|
+
"shape": "S4k"
|
|
144476
144549
|
},
|
|
144477
144550
|
"timeoutConfig": {
|
|
144478
|
-
"shape": "
|
|
144551
|
+
"shape": "S4r"
|
|
144479
144552
|
},
|
|
144480
144553
|
"tags": {
|
|
144481
|
-
"shape": "
|
|
144554
|
+
"shape": "S2e"
|
|
144482
144555
|
},
|
|
144483
144556
|
"jobExecutionsRetryConfig": {
|
|
144484
|
-
"shape": "
|
|
144557
|
+
"shape": "S4u"
|
|
144485
144558
|
}
|
|
144486
144559
|
}
|
|
144487
144560
|
},
|
|
@@ -144514,7 +144587,7 @@ module.exports={
|
|
|
144514
144587
|
"certificateId": {},
|
|
144515
144588
|
"certificatePem": {},
|
|
144516
144589
|
"keyPair": {
|
|
144517
|
-
"shape": "
|
|
144590
|
+
"shape": "S58"
|
|
144518
144591
|
}
|
|
144519
144592
|
}
|
|
144520
144593
|
}
|
|
@@ -144537,10 +144610,10 @@ module.exports={
|
|
|
144537
144610
|
},
|
|
144538
144611
|
"roleArn": {},
|
|
144539
144612
|
"actionParams": {
|
|
144540
|
-
"shape": "
|
|
144613
|
+
"shape": "S5d"
|
|
144541
144614
|
},
|
|
144542
144615
|
"tags": {
|
|
144543
|
-
"shape": "
|
|
144616
|
+
"shape": "S2e"
|
|
144544
144617
|
}
|
|
144545
144618
|
}
|
|
144546
144619
|
},
|
|
@@ -144571,17 +144644,17 @@ module.exports={
|
|
|
144571
144644
|
},
|
|
144572
144645
|
"description": {},
|
|
144573
144646
|
"targets": {
|
|
144574
|
-
"shape": "
|
|
144647
|
+
"shape": "S5x"
|
|
144575
144648
|
},
|
|
144576
144649
|
"protocols": {
|
|
144577
|
-
"shape": "
|
|
144650
|
+
"shape": "S5z"
|
|
144578
144651
|
},
|
|
144579
144652
|
"targetSelection": {},
|
|
144580
144653
|
"awsJobExecutionsRolloutConfig": {
|
|
144581
|
-
"shape": "
|
|
144654
|
+
"shape": "S61"
|
|
144582
144655
|
},
|
|
144583
144656
|
"awsJobPresignedUrlConfig": {
|
|
144584
|
-
"shape": "
|
|
144657
|
+
"shape": "S68"
|
|
144585
144658
|
},
|
|
144586
144659
|
"awsJobAbortConfig": {
|
|
144587
144660
|
"type": "structure",
|
|
@@ -144622,14 +144695,14 @@ module.exports={
|
|
|
144622
144695
|
}
|
|
144623
144696
|
},
|
|
144624
144697
|
"files": {
|
|
144625
|
-
"shape": "
|
|
144698
|
+
"shape": "S6j"
|
|
144626
144699
|
},
|
|
144627
144700
|
"roleArn": {},
|
|
144628
144701
|
"additionalParameters": {
|
|
144629
|
-
"shape": "
|
|
144702
|
+
"shape": "S7h"
|
|
144630
144703
|
},
|
|
144631
144704
|
"tags": {
|
|
144632
|
-
"shape": "
|
|
144705
|
+
"shape": "S2e"
|
|
144633
144706
|
}
|
|
144634
144707
|
}
|
|
144635
144708
|
},
|
|
@@ -144661,7 +144734,7 @@ module.exports={
|
|
|
144661
144734
|
},
|
|
144662
144735
|
"policyDocument": {},
|
|
144663
144736
|
"tags": {
|
|
144664
|
-
"shape": "
|
|
144737
|
+
"shape": "S2e"
|
|
144665
144738
|
}
|
|
144666
144739
|
}
|
|
144667
144740
|
},
|
|
@@ -144732,7 +144805,7 @@ module.exports={
|
|
|
144732
144805
|
"certificateId": {},
|
|
144733
144806
|
"certificatePem": {},
|
|
144734
144807
|
"keyPair": {
|
|
144735
|
-
"shape": "
|
|
144808
|
+
"shape": "S58"
|
|
144736
144809
|
},
|
|
144737
144810
|
"expiration": {
|
|
144738
144811
|
"type": "timestamp"
|
|
@@ -144760,10 +144833,10 @@ module.exports={
|
|
|
144760
144833
|
},
|
|
144761
144834
|
"provisioningRoleArn": {},
|
|
144762
144835
|
"preProvisioningHook": {
|
|
144763
|
-
"shape": "
|
|
144836
|
+
"shape": "S83"
|
|
144764
144837
|
},
|
|
144765
144838
|
"tags": {
|
|
144766
|
-
"shape": "
|
|
144839
|
+
"shape": "S2e"
|
|
144767
144840
|
},
|
|
144768
144841
|
"type": {}
|
|
144769
144842
|
}
|
|
@@ -144836,7 +144909,7 @@ module.exports={
|
|
|
144836
144909
|
"type": "integer"
|
|
144837
144910
|
},
|
|
144838
144911
|
"tags": {
|
|
144839
|
-
"shape": "
|
|
144912
|
+
"shape": "S2e"
|
|
144840
144913
|
}
|
|
144841
144914
|
}
|
|
144842
144915
|
},
|
|
@@ -144864,14 +144937,14 @@ module.exports={
|
|
|
144864
144937
|
"dayOfMonth": {},
|
|
144865
144938
|
"dayOfWeek": {},
|
|
144866
144939
|
"targetCheckNames": {
|
|
144867
|
-
"shape": "
|
|
144940
|
+
"shape": "S8j"
|
|
144868
144941
|
},
|
|
144869
144942
|
"scheduledAuditName": {
|
|
144870
144943
|
"location": "uri",
|
|
144871
144944
|
"locationName": "scheduledAuditName"
|
|
144872
144945
|
},
|
|
144873
144946
|
"tags": {
|
|
144874
|
-
"shape": "
|
|
144947
|
+
"shape": "S2e"
|
|
144875
144948
|
}
|
|
144876
144949
|
}
|
|
144877
144950
|
},
|
|
@@ -144898,21 +144971,21 @@ module.exports={
|
|
|
144898
144971
|
},
|
|
144899
144972
|
"securityProfileDescription": {},
|
|
144900
144973
|
"behaviors": {
|
|
144901
|
-
"shape": "
|
|
144974
|
+
"shape": "S8p"
|
|
144902
144975
|
},
|
|
144903
144976
|
"alertTargets": {
|
|
144904
|
-
"shape": "
|
|
144977
|
+
"shape": "S9f"
|
|
144905
144978
|
},
|
|
144906
144979
|
"additionalMetricsToRetain": {
|
|
144907
|
-
"shape": "
|
|
144980
|
+
"shape": "S9j",
|
|
144908
144981
|
"deprecated": true,
|
|
144909
144982
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
144910
144983
|
},
|
|
144911
144984
|
"additionalMetricsToRetainV2": {
|
|
144912
|
-
"shape": "
|
|
144985
|
+
"shape": "S9k"
|
|
144913
144986
|
},
|
|
144914
144987
|
"tags": {
|
|
144915
|
-
"shape": "
|
|
144988
|
+
"shape": "S2e"
|
|
144916
144989
|
}
|
|
144917
144990
|
}
|
|
144918
144991
|
},
|
|
@@ -144942,11 +145015,11 @@ module.exports={
|
|
|
144942
145015
|
},
|
|
144943
145016
|
"description": {},
|
|
144944
145017
|
"files": {
|
|
144945
|
-
"shape": "
|
|
145018
|
+
"shape": "S9q"
|
|
144946
145019
|
},
|
|
144947
145020
|
"roleArn": {},
|
|
144948
145021
|
"tags": {
|
|
144949
|
-
"shape": "
|
|
145022
|
+
"shape": "S2e"
|
|
144950
145023
|
}
|
|
144951
145024
|
}
|
|
144952
145025
|
},
|
|
@@ -144978,7 +145051,7 @@ module.exports={
|
|
|
144978
145051
|
},
|
|
144979
145052
|
"thingTypeName": {},
|
|
144980
145053
|
"attributePayload": {
|
|
144981
|
-
"shape": "
|
|
145054
|
+
"shape": "S3l"
|
|
144982
145055
|
},
|
|
144983
145056
|
"billingGroupName": {}
|
|
144984
145057
|
}
|
|
@@ -145008,10 +145081,10 @@ module.exports={
|
|
|
145008
145081
|
},
|
|
145009
145082
|
"parentGroupName": {},
|
|
145010
145083
|
"thingGroupProperties": {
|
|
145011
|
-
"shape": "
|
|
145084
|
+
"shape": "S3j"
|
|
145012
145085
|
},
|
|
145013
145086
|
"tags": {
|
|
145014
|
-
"shape": "
|
|
145087
|
+
"shape": "S2e"
|
|
145015
145088
|
}
|
|
145016
145089
|
}
|
|
145017
145090
|
},
|
|
@@ -145039,10 +145112,10 @@ module.exports={
|
|
|
145039
145112
|
"locationName": "thingTypeName"
|
|
145040
145113
|
},
|
|
145041
145114
|
"thingTypeProperties": {
|
|
145042
|
-
"shape": "
|
|
145115
|
+
"shape": "Sa2"
|
|
145043
145116
|
},
|
|
145044
145117
|
"tags": {
|
|
145045
|
-
"shape": "
|
|
145118
|
+
"shape": "S2e"
|
|
145046
145119
|
}
|
|
145047
145120
|
}
|
|
145048
145121
|
},
|
|
@@ -145071,7 +145144,7 @@ module.exports={
|
|
|
145071
145144
|
"locationName": "ruleName"
|
|
145072
145145
|
},
|
|
145073
145146
|
"topicRulePayload": {
|
|
145074
|
-
"shape": "
|
|
145147
|
+
"shape": "Saa"
|
|
145075
145148
|
},
|
|
145076
145149
|
"tags": {
|
|
145077
145150
|
"location": "header",
|
|
@@ -145112,10 +145185,10 @@ module.exports={
|
|
|
145112
145185
|
],
|
|
145113
145186
|
"members": {
|
|
145114
145187
|
"subnetIds": {
|
|
145115
|
-
"shape": "
|
|
145188
|
+
"shape": "Sdd"
|
|
145116
145189
|
},
|
|
145117
145190
|
"securityGroups": {
|
|
145118
|
-
"shape": "
|
|
145191
|
+
"shape": "Sdf"
|
|
145119
145192
|
},
|
|
145120
145193
|
"vpcId": {},
|
|
145121
145194
|
"roleArn": {}
|
|
@@ -145129,7 +145202,7 @@ module.exports={
|
|
|
145129
145202
|
"type": "structure",
|
|
145130
145203
|
"members": {
|
|
145131
145204
|
"topicRuleDestination": {
|
|
145132
|
-
"shape": "
|
|
145205
|
+
"shape": "Sdj"
|
|
145133
145206
|
}
|
|
145134
145207
|
}
|
|
145135
145208
|
}
|
|
@@ -145898,10 +145971,10 @@ module.exports={
|
|
|
145898
145971
|
"members": {
|
|
145899
145972
|
"roleArn": {},
|
|
145900
145973
|
"auditNotificationTargetConfigurations": {
|
|
145901
|
-
"shape": "
|
|
145974
|
+
"shape": "Sfj"
|
|
145902
145975
|
},
|
|
145903
145976
|
"auditCheckConfigurations": {
|
|
145904
|
-
"shape": "
|
|
145977
|
+
"shape": "Sfm"
|
|
145905
145978
|
}
|
|
145906
145979
|
}
|
|
145907
145980
|
}
|
|
@@ -145927,7 +146000,7 @@ module.exports={
|
|
|
145927
146000
|
"type": "structure",
|
|
145928
146001
|
"members": {
|
|
145929
146002
|
"finding": {
|
|
145930
|
-
"shape": "
|
|
146003
|
+
"shape": "Sfr"
|
|
145931
146004
|
}
|
|
145932
146005
|
}
|
|
145933
146006
|
}
|
|
@@ -145984,13 +146057,13 @@ module.exports={
|
|
|
145984
146057
|
}
|
|
145985
146058
|
},
|
|
145986
146059
|
"target": {
|
|
145987
|
-
"shape": "
|
|
146060
|
+
"shape": "Sgb"
|
|
145988
146061
|
},
|
|
145989
146062
|
"auditCheckToActionsMapping": {
|
|
145990
|
-
"shape": "
|
|
146063
|
+
"shape": "Sgf"
|
|
145991
146064
|
},
|
|
145992
146065
|
"actionsDefinition": {
|
|
145993
|
-
"shape": "
|
|
146066
|
+
"shape": "Sgh"
|
|
145994
146067
|
}
|
|
145995
146068
|
}
|
|
145996
146069
|
}
|
|
@@ -146129,7 +146202,7 @@ module.exports={
|
|
|
146129
146202
|
"type": "structure",
|
|
146130
146203
|
"members": {
|
|
146131
146204
|
"authorizerDescription": {
|
|
146132
|
-
"shape": "
|
|
146205
|
+
"shape": "Sh8"
|
|
146133
146206
|
}
|
|
146134
146207
|
}
|
|
146135
146208
|
}
|
|
@@ -146161,7 +146234,7 @@ module.exports={
|
|
|
146161
146234
|
"type": "long"
|
|
146162
146235
|
},
|
|
146163
146236
|
"billingGroupProperties": {
|
|
146164
|
-
"shape": "
|
|
146237
|
+
"shape": "S2n"
|
|
146165
146238
|
},
|
|
146166
146239
|
"billingGroupMetadata": {
|
|
146167
146240
|
"type": "structure",
|
|
@@ -146214,13 +146287,13 @@ module.exports={
|
|
|
146214
146287
|
},
|
|
146215
146288
|
"generationId": {},
|
|
146216
146289
|
"validity": {
|
|
146217
|
-
"shape": "
|
|
146290
|
+
"shape": "Shl"
|
|
146218
146291
|
},
|
|
146219
146292
|
"certificateMode": {}
|
|
146220
146293
|
}
|
|
146221
146294
|
},
|
|
146222
146295
|
"registrationConfig": {
|
|
146223
|
-
"shape": "
|
|
146296
|
+
"shape": "Shn"
|
|
146224
146297
|
}
|
|
146225
146298
|
}
|
|
146226
146299
|
}
|
|
@@ -146282,7 +146355,7 @@ module.exports={
|
|
|
146282
146355
|
},
|
|
146283
146356
|
"generationId": {},
|
|
146284
146357
|
"validity": {
|
|
146285
|
-
"shape": "
|
|
146358
|
+
"shape": "Shl"
|
|
146286
146359
|
},
|
|
146287
146360
|
"certificateMode": {}
|
|
146288
146361
|
}
|
|
@@ -146336,7 +146409,7 @@ module.exports={
|
|
|
146336
146409
|
"type": "structure",
|
|
146337
146410
|
"members": {
|
|
146338
146411
|
"authorizerDescription": {
|
|
146339
|
-
"shape": "
|
|
146412
|
+
"shape": "Sh8"
|
|
146340
146413
|
}
|
|
146341
146414
|
}
|
|
146342
146415
|
}
|
|
@@ -146362,7 +146435,7 @@ module.exports={
|
|
|
146362
146435
|
"type": "structure",
|
|
146363
146436
|
"members": {
|
|
146364
146437
|
"taskSummary": {
|
|
146365
|
-
"shape": "
|
|
146438
|
+
"shape": "Si0"
|
|
146366
146439
|
}
|
|
146367
146440
|
}
|
|
146368
146441
|
}
|
|
@@ -146391,7 +146464,7 @@ module.exports={
|
|
|
146391
146464
|
"arn": {},
|
|
146392
146465
|
"type": {},
|
|
146393
146466
|
"stringValues": {
|
|
146394
|
-
"shape": "
|
|
146467
|
+
"shape": "S34"
|
|
146395
146468
|
},
|
|
146396
146469
|
"creationDate": {
|
|
146397
146470
|
"type": "timestamp"
|
|
@@ -146437,7 +146510,7 @@ module.exports={
|
|
|
146437
146510
|
}
|
|
146438
146511
|
},
|
|
146439
146512
|
"authorizerConfig": {
|
|
146440
|
-
"shape": "
|
|
146513
|
+
"shape": "S3d"
|
|
146441
146514
|
},
|
|
146442
146515
|
"domainConfigurationStatus": {},
|
|
146443
146516
|
"serviceType": {},
|
|
@@ -146482,7 +146555,7 @@ module.exports={
|
|
|
146482
146555
|
"type": "structure",
|
|
146483
146556
|
"members": {
|
|
146484
146557
|
"eventConfigurations": {
|
|
146485
|
-
"shape": "
|
|
146558
|
+
"shape": "Siq"
|
|
146486
146559
|
},
|
|
146487
146560
|
"creationDate": {
|
|
146488
146561
|
"type": "timestamp"
|
|
@@ -146516,7 +146589,7 @@ module.exports={
|
|
|
146516
146589
|
"metricName": {},
|
|
146517
146590
|
"queryString": {},
|
|
146518
146591
|
"aggregationType": {
|
|
146519
|
-
"shape": "
|
|
146592
|
+
"shape": "S3x"
|
|
146520
146593
|
},
|
|
146521
146594
|
"period": {
|
|
146522
146595
|
"type": "integer"
|
|
@@ -146603,13 +146676,13 @@ module.exports={
|
|
|
146603
146676
|
},
|
|
146604
146677
|
"description": {},
|
|
146605
146678
|
"presignedUrlConfig": {
|
|
146606
|
-
"shape": "
|
|
146679
|
+
"shape": "S4a"
|
|
146607
146680
|
},
|
|
146608
146681
|
"jobExecutionsRolloutConfig": {
|
|
146609
|
-
"shape": "
|
|
146682
|
+
"shape": "S4d"
|
|
146610
146683
|
},
|
|
146611
146684
|
"abortConfig": {
|
|
146612
|
-
"shape": "
|
|
146685
|
+
"shape": "S4k"
|
|
146613
146686
|
},
|
|
146614
146687
|
"createdAt": {
|
|
146615
146688
|
"type": "timestamp"
|
|
@@ -146654,15 +146727,15 @@ module.exports={
|
|
|
146654
146727
|
}
|
|
146655
146728
|
},
|
|
146656
146729
|
"timeoutConfig": {
|
|
146657
|
-
"shape": "
|
|
146730
|
+
"shape": "S4r"
|
|
146658
146731
|
},
|
|
146659
146732
|
"namespaceId": {},
|
|
146660
146733
|
"jobTemplateArn": {},
|
|
146661
146734
|
"jobExecutionsRetryConfig": {
|
|
146662
|
-
"shape": "
|
|
146735
|
+
"shape": "S4u"
|
|
146663
146736
|
},
|
|
146664
146737
|
"documentParameters": {
|
|
146665
|
-
"shape": "
|
|
146738
|
+
"shape": "S4z"
|
|
146666
146739
|
},
|
|
146667
146740
|
"isConcurrent": {
|
|
146668
146741
|
"type": "boolean"
|
|
@@ -146771,19 +146844,19 @@ module.exports={
|
|
|
146771
146844
|
"type": "timestamp"
|
|
146772
146845
|
},
|
|
146773
146846
|
"presignedUrlConfig": {
|
|
146774
|
-
"shape": "
|
|
146847
|
+
"shape": "S4a"
|
|
146775
146848
|
},
|
|
146776
146849
|
"jobExecutionsRolloutConfig": {
|
|
146777
|
-
"shape": "
|
|
146850
|
+
"shape": "S4d"
|
|
146778
146851
|
},
|
|
146779
146852
|
"abortConfig": {
|
|
146780
|
-
"shape": "
|
|
146853
|
+
"shape": "S4k"
|
|
146781
146854
|
},
|
|
146782
146855
|
"timeoutConfig": {
|
|
146783
|
-
"shape": "
|
|
146856
|
+
"shape": "S4r"
|
|
146784
146857
|
},
|
|
146785
146858
|
"jobExecutionsRetryConfig": {
|
|
146786
|
-
"shape": "
|
|
146859
|
+
"shape": "S4u"
|
|
146787
146860
|
}
|
|
146788
146861
|
}
|
|
146789
146862
|
}
|
|
@@ -146817,7 +146890,7 @@ module.exports={
|
|
|
146817
146890
|
"description": {},
|
|
146818
146891
|
"templateVersion": {},
|
|
146819
146892
|
"environments": {
|
|
146820
|
-
"shape": "
|
|
146893
|
+
"shape": "Sju"
|
|
146821
146894
|
},
|
|
146822
146895
|
"documentParameters": {
|
|
146823
146896
|
"type": "list",
|
|
@@ -146864,7 +146937,7 @@ module.exports={
|
|
|
146864
146937
|
"actionId": {},
|
|
146865
146938
|
"roleArn": {},
|
|
146866
146939
|
"actionParams": {
|
|
146867
|
-
"shape": "
|
|
146940
|
+
"shape": "S5d"
|
|
146868
146941
|
},
|
|
146869
146942
|
"creationDate": {
|
|
146870
146943
|
"type": "timestamp"
|
|
@@ -146913,7 +146986,7 @@ module.exports={
|
|
|
146913
146986
|
},
|
|
146914
146987
|
"provisioningRoleArn": {},
|
|
146915
146988
|
"preProvisioningHook": {
|
|
146916
|
-
"shape": "
|
|
146989
|
+
"shape": "S83"
|
|
146917
146990
|
},
|
|
146918
146991
|
"type": {}
|
|
146919
146992
|
}
|
|
@@ -147023,7 +147096,7 @@ module.exports={
|
|
|
147023
147096
|
"dayOfMonth": {},
|
|
147024
147097
|
"dayOfWeek": {},
|
|
147025
147098
|
"targetCheckNames": {
|
|
147026
|
-
"shape": "
|
|
147099
|
+
"shape": "S8j"
|
|
147027
147100
|
},
|
|
147028
147101
|
"scheduledAuditName": {},
|
|
147029
147102
|
"scheduledAuditArn": {}
|
|
@@ -147054,18 +147127,18 @@ module.exports={
|
|
|
147054
147127
|
"securityProfileArn": {},
|
|
147055
147128
|
"securityProfileDescription": {},
|
|
147056
147129
|
"behaviors": {
|
|
147057
|
-
"shape": "
|
|
147130
|
+
"shape": "S8p"
|
|
147058
147131
|
},
|
|
147059
147132
|
"alertTargets": {
|
|
147060
|
-
"shape": "
|
|
147133
|
+
"shape": "S9f"
|
|
147061
147134
|
},
|
|
147062
147135
|
"additionalMetricsToRetain": {
|
|
147063
|
-
"shape": "
|
|
147136
|
+
"shape": "S9j",
|
|
147064
147137
|
"deprecated": true,
|
|
147065
147138
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
147066
147139
|
},
|
|
147067
147140
|
"additionalMetricsToRetainV2": {
|
|
147068
|
-
"shape": "
|
|
147141
|
+
"shape": "S9k"
|
|
147069
147142
|
},
|
|
147070
147143
|
"version": {
|
|
147071
147144
|
"type": "long"
|
|
@@ -147109,7 +147182,7 @@ module.exports={
|
|
|
147109
147182
|
},
|
|
147110
147183
|
"description": {},
|
|
147111
147184
|
"files": {
|
|
147112
|
-
"shape": "
|
|
147185
|
+
"shape": "S9q"
|
|
147113
147186
|
},
|
|
147114
147187
|
"createdAt": {
|
|
147115
147188
|
"type": "timestamp"
|
|
@@ -147149,7 +147222,7 @@ module.exports={
|
|
|
147149
147222
|
"thingArn": {},
|
|
147150
147223
|
"thingTypeName": {},
|
|
147151
147224
|
"attributes": {
|
|
147152
|
-
"shape": "
|
|
147225
|
+
"shape": "S3m"
|
|
147153
147226
|
},
|
|
147154
147227
|
"version": {
|
|
147155
147228
|
"type": "long"
|
|
@@ -147185,14 +147258,14 @@ module.exports={
|
|
|
147185
147258
|
"type": "long"
|
|
147186
147259
|
},
|
|
147187
147260
|
"thingGroupProperties": {
|
|
147188
|
-
"shape": "
|
|
147261
|
+
"shape": "S3j"
|
|
147189
147262
|
},
|
|
147190
147263
|
"thingGroupMetadata": {
|
|
147191
147264
|
"type": "structure",
|
|
147192
147265
|
"members": {
|
|
147193
147266
|
"parentGroupName": {},
|
|
147194
147267
|
"rootToParentThingGroups": {
|
|
147195
|
-
"shape": "
|
|
147268
|
+
"shape": "Skn"
|
|
147196
147269
|
},
|
|
147197
147270
|
"creationDate": {
|
|
147198
147271
|
"type": "timestamp"
|
|
@@ -147275,10 +147348,10 @@ module.exports={
|
|
|
147275
147348
|
"thingTypeId": {},
|
|
147276
147349
|
"thingTypeArn": {},
|
|
147277
147350
|
"thingTypeProperties": {
|
|
147278
|
-
"shape": "
|
|
147351
|
+
"shape": "Sa2"
|
|
147279
147352
|
},
|
|
147280
147353
|
"thingTypeMetadata": {
|
|
147281
|
-
"shape": "
|
|
147354
|
+
"shape": "Sl0"
|
|
147282
147355
|
}
|
|
147283
147356
|
}
|
|
147284
147357
|
}
|
|
@@ -147586,10 +147659,10 @@ module.exports={
|
|
|
147586
147659
|
"type": "structure",
|
|
147587
147660
|
"members": {
|
|
147588
147661
|
"thingIndexingConfiguration": {
|
|
147589
|
-
"shape": "
|
|
147662
|
+
"shape": "Slz"
|
|
147590
147663
|
},
|
|
147591
147664
|
"thingGroupIndexingConfiguration": {
|
|
147592
|
-
"shape": "
|
|
147665
|
+
"shape": "Smb"
|
|
147593
147666
|
}
|
|
147594
147667
|
}
|
|
147595
147668
|
}
|
|
@@ -147668,20 +147741,20 @@ module.exports={
|
|
|
147668
147741
|
},
|
|
147669
147742
|
"description": {},
|
|
147670
147743
|
"targets": {
|
|
147671
|
-
"shape": "
|
|
147744
|
+
"shape": "S5x"
|
|
147672
147745
|
},
|
|
147673
147746
|
"protocols": {
|
|
147674
|
-
"shape": "
|
|
147747
|
+
"shape": "S5z"
|
|
147675
147748
|
},
|
|
147676
147749
|
"awsJobExecutionsRolloutConfig": {
|
|
147677
|
-
"shape": "
|
|
147750
|
+
"shape": "S61"
|
|
147678
147751
|
},
|
|
147679
147752
|
"awsJobPresignedUrlConfig": {
|
|
147680
|
-
"shape": "
|
|
147753
|
+
"shape": "S68"
|
|
147681
147754
|
},
|
|
147682
147755
|
"targetSelection": {},
|
|
147683
147756
|
"otaUpdateFiles": {
|
|
147684
|
-
"shape": "
|
|
147757
|
+
"shape": "S6j"
|
|
147685
147758
|
},
|
|
147686
147759
|
"otaUpdateStatus": {},
|
|
147687
147760
|
"awsIotJobId": {},
|
|
@@ -147694,7 +147767,7 @@ module.exports={
|
|
|
147694
147767
|
}
|
|
147695
147768
|
},
|
|
147696
147769
|
"additionalParameters": {
|
|
147697
|
-
"shape": "
|
|
147770
|
+
"shape": "S7h"
|
|
147698
147771
|
}
|
|
147699
147772
|
}
|
|
147700
147773
|
}
|
|
@@ -147917,14 +147990,14 @@ module.exports={
|
|
|
147917
147990
|
"type": "timestamp"
|
|
147918
147991
|
},
|
|
147919
147992
|
"actions": {
|
|
147920
|
-
"shape": "
|
|
147993
|
+
"shape": "Sad"
|
|
147921
147994
|
},
|
|
147922
147995
|
"ruleDisabled": {
|
|
147923
147996
|
"type": "boolean"
|
|
147924
147997
|
},
|
|
147925
147998
|
"awsIotSqlVersion": {},
|
|
147926
147999
|
"errorAction": {
|
|
147927
|
-
"shape": "
|
|
148000
|
+
"shape": "Sae"
|
|
147928
148001
|
}
|
|
147929
148002
|
}
|
|
147930
148003
|
}
|
|
@@ -147952,7 +148025,7 @@ module.exports={
|
|
|
147952
148025
|
"type": "structure",
|
|
147953
148026
|
"members": {
|
|
147954
148027
|
"topicRuleDestination": {
|
|
147955
|
-
"shape": "
|
|
148028
|
+
"shape": "Sdj"
|
|
147956
148029
|
}
|
|
147957
148030
|
}
|
|
147958
148031
|
}
|
|
@@ -148029,13 +148102,13 @@ module.exports={
|
|
|
148029
148102
|
"thingName": {},
|
|
148030
148103
|
"securityProfileName": {},
|
|
148031
148104
|
"behavior": {
|
|
148032
|
-
"shape": "
|
|
148105
|
+
"shape": "S8q"
|
|
148033
148106
|
},
|
|
148034
148107
|
"lastViolationValue": {
|
|
148035
|
-
"shape": "
|
|
148108
|
+
"shape": "S8x"
|
|
148036
148109
|
},
|
|
148037
148110
|
"violationEventAdditionalInfo": {
|
|
148038
|
-
"shape": "
|
|
148111
|
+
"shape": "Snt"
|
|
148039
148112
|
},
|
|
148040
148113
|
"verificationState": {},
|
|
148041
148114
|
"verificationStateDescription": {},
|
|
@@ -148086,7 +148159,7 @@ module.exports={
|
|
|
148086
148159
|
"type": "structure",
|
|
148087
148160
|
"members": {
|
|
148088
148161
|
"policies": {
|
|
148089
|
-
"shape": "
|
|
148162
|
+
"shape": "So0"
|
|
148090
148163
|
},
|
|
148091
148164
|
"nextMarker": {}
|
|
148092
148165
|
}
|
|
@@ -148125,7 +148198,7 @@ module.exports={
|
|
|
148125
148198
|
"findings": {
|
|
148126
148199
|
"type": "list",
|
|
148127
148200
|
"member": {
|
|
148128
|
-
"shape": "
|
|
148201
|
+
"shape": "Sfr"
|
|
148129
148202
|
}
|
|
148130
148203
|
},
|
|
148131
148204
|
"nextToken": {}
|
|
@@ -148443,7 +148516,7 @@ module.exports={
|
|
|
148443
148516
|
"billingGroups": {
|
|
148444
148517
|
"type": "list",
|
|
148445
148518
|
"member": {
|
|
148446
|
-
"shape": "
|
|
148519
|
+
"shape": "Sko"
|
|
148447
148520
|
}
|
|
148448
148521
|
},
|
|
148449
148522
|
"nextToken": {}
|
|
@@ -148527,7 +148600,7 @@ module.exports={
|
|
|
148527
148600
|
"type": "structure",
|
|
148528
148601
|
"members": {
|
|
148529
148602
|
"certificates": {
|
|
148530
|
-
"shape": "
|
|
148603
|
+
"shape": "Sp2"
|
|
148531
148604
|
},
|
|
148532
148605
|
"nextMarker": {}
|
|
148533
148606
|
}
|
|
@@ -148568,7 +148641,7 @@ module.exports={
|
|
|
148568
148641
|
"type": "structure",
|
|
148569
148642
|
"members": {
|
|
148570
148643
|
"certificates": {
|
|
148571
|
-
"shape": "
|
|
148644
|
+
"shape": "Sp2"
|
|
148572
148645
|
},
|
|
148573
148646
|
"nextMarker": {}
|
|
148574
148647
|
}
|
|
@@ -148712,7 +148785,7 @@ module.exports={
|
|
|
148712
148785
|
"tasks": {
|
|
148713
148786
|
"type": "list",
|
|
148714
148787
|
"member": {
|
|
148715
|
-
"shape": "
|
|
148788
|
+
"shape": "Si0"
|
|
148716
148789
|
}
|
|
148717
148790
|
},
|
|
148718
148791
|
"nextToken": {}
|
|
@@ -148896,7 +148969,7 @@ module.exports={
|
|
|
148896
148969
|
"members": {
|
|
148897
148970
|
"thingArn": {},
|
|
148898
148971
|
"jobExecutionSummary": {
|
|
148899
|
-
"shape": "
|
|
148972
|
+
"shape": "Sq2"
|
|
148900
148973
|
}
|
|
148901
148974
|
}
|
|
148902
148975
|
}
|
|
@@ -148953,7 +149026,7 @@ module.exports={
|
|
|
148953
149026
|
"members": {
|
|
148954
149027
|
"jobId": {},
|
|
148955
149028
|
"jobExecutionSummary": {
|
|
148956
|
-
"shape": "
|
|
149029
|
+
"shape": "Sq2"
|
|
148957
149030
|
}
|
|
148958
149031
|
}
|
|
148959
149032
|
}
|
|
@@ -149108,7 +149181,7 @@ module.exports={
|
|
|
149108
149181
|
"templateName": {},
|
|
149109
149182
|
"description": {},
|
|
149110
149183
|
"environments": {
|
|
149111
|
-
"shape": "
|
|
149184
|
+
"shape": "Sju"
|
|
149112
149185
|
},
|
|
149113
149186
|
"templateVersion": {}
|
|
149114
149187
|
}
|
|
@@ -149181,7 +149254,7 @@ module.exports={
|
|
|
149181
149254
|
"type": "timestamp"
|
|
149182
149255
|
},
|
|
149183
149256
|
"value": {
|
|
149184
|
-
"shape": "
|
|
149257
|
+
"shape": "S8x"
|
|
149185
149258
|
}
|
|
149186
149259
|
}
|
|
149187
149260
|
}
|
|
@@ -149353,7 +149426,7 @@ module.exports={
|
|
|
149353
149426
|
"type": "structure",
|
|
149354
149427
|
"members": {
|
|
149355
149428
|
"policies": {
|
|
149356
|
-
"shape": "
|
|
149429
|
+
"shape": "So0"
|
|
149357
149430
|
},
|
|
149358
149431
|
"nextMarker": {}
|
|
149359
149432
|
}
|
|
@@ -149394,7 +149467,7 @@ module.exports={
|
|
|
149394
149467
|
"type": "structure",
|
|
149395
149468
|
"members": {
|
|
149396
149469
|
"principals": {
|
|
149397
|
-
"shape": "
|
|
149470
|
+
"shape": "Sr4"
|
|
149398
149471
|
},
|
|
149399
149472
|
"nextMarker": {}
|
|
149400
149473
|
}
|
|
@@ -149474,7 +149547,7 @@ module.exports={
|
|
|
149474
149547
|
"type": "structure",
|
|
149475
149548
|
"members": {
|
|
149476
149549
|
"policies": {
|
|
149477
|
-
"shape": "
|
|
149550
|
+
"shape": "So0"
|
|
149478
149551
|
},
|
|
149479
149552
|
"nextMarker": {}
|
|
149480
149553
|
}
|
|
@@ -149511,7 +149584,7 @@ module.exports={
|
|
|
149511
149584
|
"type": "structure",
|
|
149512
149585
|
"members": {
|
|
149513
149586
|
"things": {
|
|
149514
|
-
"shape": "
|
|
149587
|
+
"shape": "Sre"
|
|
149515
149588
|
},
|
|
149516
149589
|
"nextToken": {}
|
|
149517
149590
|
}
|
|
@@ -149614,6 +149687,42 @@ module.exports={
|
|
|
149614
149687
|
}
|
|
149615
149688
|
}
|
|
149616
149689
|
},
|
|
149690
|
+
"ListRelatedResourcesForAuditFinding": {
|
|
149691
|
+
"http": {
|
|
149692
|
+
"method": "GET",
|
|
149693
|
+
"requestUri": "/audit/relatedResources"
|
|
149694
|
+
},
|
|
149695
|
+
"input": {
|
|
149696
|
+
"type": "structure",
|
|
149697
|
+
"required": [
|
|
149698
|
+
"findingId"
|
|
149699
|
+
],
|
|
149700
|
+
"members": {
|
|
149701
|
+
"findingId": {
|
|
149702
|
+
"location": "querystring",
|
|
149703
|
+
"locationName": "findingId"
|
|
149704
|
+
},
|
|
149705
|
+
"nextToken": {
|
|
149706
|
+
"location": "querystring",
|
|
149707
|
+
"locationName": "nextToken"
|
|
149708
|
+
},
|
|
149709
|
+
"maxResults": {
|
|
149710
|
+
"location": "querystring",
|
|
149711
|
+
"locationName": "maxResults",
|
|
149712
|
+
"type": "integer"
|
|
149713
|
+
}
|
|
149714
|
+
}
|
|
149715
|
+
},
|
|
149716
|
+
"output": {
|
|
149717
|
+
"type": "structure",
|
|
149718
|
+
"members": {
|
|
149719
|
+
"relatedResources": {
|
|
149720
|
+
"shape": "Sfw"
|
|
149721
|
+
},
|
|
149722
|
+
"nextToken": {}
|
|
149723
|
+
}
|
|
149724
|
+
}
|
|
149725
|
+
},
|
|
149617
149726
|
"ListRoleAliases": {
|
|
149618
149727
|
"http": {
|
|
149619
149728
|
"method": "GET",
|
|
@@ -149721,7 +149830,7 @@ module.exports={
|
|
|
149721
149830
|
"securityProfileIdentifiers": {
|
|
149722
149831
|
"type": "list",
|
|
149723
149832
|
"member": {
|
|
149724
|
-
"shape": "
|
|
149833
|
+
"shape": "Srz"
|
|
149725
149834
|
}
|
|
149726
149835
|
},
|
|
149727
149836
|
"nextToken": {}
|
|
@@ -149768,10 +149877,10 @@ module.exports={
|
|
|
149768
149877
|
"type": "structure",
|
|
149769
149878
|
"members": {
|
|
149770
149879
|
"securityProfileIdentifier": {
|
|
149771
|
-
"shape": "
|
|
149880
|
+
"shape": "Srz"
|
|
149772
149881
|
},
|
|
149773
149882
|
"target": {
|
|
149774
|
-
"shape": "
|
|
149883
|
+
"shape": "Ss4"
|
|
149775
149884
|
}
|
|
149776
149885
|
}
|
|
149777
149886
|
}
|
|
@@ -149850,7 +149959,7 @@ module.exports={
|
|
|
149850
149959
|
"type": "structure",
|
|
149851
149960
|
"members": {
|
|
149852
149961
|
"tags": {
|
|
149853
|
-
"shape": "
|
|
149962
|
+
"shape": "S2e"
|
|
149854
149963
|
},
|
|
149855
149964
|
"nextToken": {}
|
|
149856
149965
|
}
|
|
@@ -149924,7 +150033,7 @@ module.exports={
|
|
|
149924
150033
|
"securityProfileTargets": {
|
|
149925
150034
|
"type": "list",
|
|
149926
150035
|
"member": {
|
|
149927
|
-
"shape": "
|
|
150036
|
+
"shape": "Ss4"
|
|
149928
150037
|
}
|
|
149929
150038
|
},
|
|
149930
150039
|
"nextToken": {}
|
|
@@ -149967,7 +150076,7 @@ module.exports={
|
|
|
149967
150076
|
"type": "structure",
|
|
149968
150077
|
"members": {
|
|
149969
150078
|
"thingGroups": {
|
|
149970
|
-
"shape": "
|
|
150079
|
+
"shape": "Skn"
|
|
149971
150080
|
},
|
|
149972
150081
|
"nextToken": {}
|
|
149973
150082
|
}
|
|
@@ -150003,7 +150112,7 @@ module.exports={
|
|
|
150003
150112
|
"type": "structure",
|
|
150004
150113
|
"members": {
|
|
150005
150114
|
"thingGroups": {
|
|
150006
|
-
"shape": "
|
|
150115
|
+
"shape": "Skn"
|
|
150007
150116
|
},
|
|
150008
150117
|
"nextToken": {}
|
|
150009
150118
|
}
|
|
@@ -150039,7 +150148,7 @@ module.exports={
|
|
|
150039
150148
|
"type": "structure",
|
|
150040
150149
|
"members": {
|
|
150041
150150
|
"principals": {
|
|
150042
|
-
"shape": "
|
|
150151
|
+
"shape": "Sr4"
|
|
150043
150152
|
},
|
|
150044
150153
|
"nextToken": {}
|
|
150045
150154
|
}
|
|
@@ -150156,10 +150265,10 @@ module.exports={
|
|
|
150156
150265
|
"thingTypeName": {},
|
|
150157
150266
|
"thingTypeArn": {},
|
|
150158
150267
|
"thingTypeProperties": {
|
|
150159
|
-
"shape": "
|
|
150268
|
+
"shape": "Sa2"
|
|
150160
150269
|
},
|
|
150161
150270
|
"thingTypeMetadata": {
|
|
150162
|
-
"shape": "
|
|
150271
|
+
"shape": "Sl0"
|
|
150163
150272
|
}
|
|
150164
150273
|
}
|
|
150165
150274
|
}
|
|
@@ -150216,7 +150325,7 @@ module.exports={
|
|
|
150216
150325
|
"thingTypeName": {},
|
|
150217
150326
|
"thingArn": {},
|
|
150218
150327
|
"attributes": {
|
|
150219
|
-
"shape": "
|
|
150328
|
+
"shape": "S3m"
|
|
150220
150329
|
},
|
|
150221
150330
|
"version": {
|
|
150222
150331
|
"type": "long"
|
|
@@ -150258,7 +150367,7 @@ module.exports={
|
|
|
150258
150367
|
"type": "structure",
|
|
150259
150368
|
"members": {
|
|
150260
150369
|
"things": {
|
|
150261
|
-
"shape": "
|
|
150370
|
+
"shape": "Sre"
|
|
150262
150371
|
},
|
|
150263
150372
|
"nextToken": {}
|
|
150264
150373
|
}
|
|
@@ -150299,7 +150408,7 @@ module.exports={
|
|
|
150299
150408
|
"type": "structure",
|
|
150300
150409
|
"members": {
|
|
150301
150410
|
"things": {
|
|
150302
|
-
"shape": "
|
|
150411
|
+
"shape": "Sre"
|
|
150303
150412
|
},
|
|
150304
150413
|
"nextToken": {}
|
|
150305
150414
|
}
|
|
@@ -150351,10 +150460,10 @@ module.exports={
|
|
|
150351
150460
|
"type": "structure",
|
|
150352
150461
|
"members": {
|
|
150353
150462
|
"subnetIds": {
|
|
150354
|
-
"shape": "
|
|
150463
|
+
"shape": "Sdd"
|
|
150355
150464
|
},
|
|
150356
150465
|
"securityGroups": {
|
|
150357
|
-
"shape": "
|
|
150466
|
+
"shape": "Sdf"
|
|
150358
150467
|
},
|
|
150359
150468
|
"vpcId": {},
|
|
150360
150469
|
"roleArn": {}
|
|
@@ -150451,7 +150560,7 @@ module.exports={
|
|
|
150451
150560
|
"type": "structure",
|
|
150452
150561
|
"members": {
|
|
150453
150562
|
"logTarget": {
|
|
150454
|
-
"shape": "
|
|
150563
|
+
"shape": "Sts"
|
|
150455
150564
|
},
|
|
150456
150565
|
"logLevel": {}
|
|
150457
150566
|
}
|
|
@@ -150527,13 +150636,13 @@ module.exports={
|
|
|
150527
150636
|
"thingName": {},
|
|
150528
150637
|
"securityProfileName": {},
|
|
150529
150638
|
"behavior": {
|
|
150530
|
-
"shape": "
|
|
150639
|
+
"shape": "S8q"
|
|
150531
150640
|
},
|
|
150532
150641
|
"metricValue": {
|
|
150533
|
-
"shape": "
|
|
150642
|
+
"shape": "S8x"
|
|
150534
150643
|
},
|
|
150535
150644
|
"violationEventAdditionalInfo": {
|
|
150536
|
-
"shape": "
|
|
150645
|
+
"shape": "Snt"
|
|
150537
150646
|
},
|
|
150538
150647
|
"violationEventType": {},
|
|
150539
150648
|
"verificationState": {},
|
|
@@ -150595,10 +150704,10 @@ module.exports={
|
|
|
150595
150704
|
"type": "boolean"
|
|
150596
150705
|
},
|
|
150597
150706
|
"registrationConfig": {
|
|
150598
|
-
"shape": "
|
|
150707
|
+
"shape": "Shn"
|
|
150599
150708
|
},
|
|
150600
150709
|
"tags": {
|
|
150601
|
-
"shape": "
|
|
150710
|
+
"shape": "S2e"
|
|
150602
150711
|
},
|
|
150603
150712
|
"certificateMode": {}
|
|
150604
150713
|
}
|
|
@@ -150766,7 +150875,7 @@ module.exports={
|
|
|
150766
150875
|
"locationName": "ruleName"
|
|
150767
150876
|
},
|
|
150768
150877
|
"topicRulePayload": {
|
|
150769
|
-
"shape": "
|
|
150878
|
+
"shape": "Saa"
|
|
150770
150879
|
}
|
|
150771
150880
|
},
|
|
150772
150881
|
"payload": "topicRulePayload"
|
|
@@ -150804,10 +150913,10 @@ module.exports={
|
|
|
150804
150913
|
"thingId": {},
|
|
150805
150914
|
"thingTypeName": {},
|
|
150806
150915
|
"thingGroupNames": {
|
|
150807
|
-
"shape": "
|
|
150916
|
+
"shape": "Suo"
|
|
150808
150917
|
},
|
|
150809
150918
|
"attributes": {
|
|
150810
|
-
"shape": "
|
|
150919
|
+
"shape": "S3m"
|
|
150811
150920
|
},
|
|
150812
150921
|
"shadow": {},
|
|
150813
150922
|
"deviceDefender": {},
|
|
@@ -150835,10 +150944,10 @@ module.exports={
|
|
|
150835
150944
|
"thingGroupId": {},
|
|
150836
150945
|
"thingGroupDescription": {},
|
|
150837
150946
|
"attributes": {
|
|
150838
|
-
"shape": "
|
|
150947
|
+
"shape": "S3m"
|
|
150839
150948
|
},
|
|
150840
150949
|
"parentGroupNames": {
|
|
150841
|
-
"shape": "
|
|
150950
|
+
"shape": "Suo"
|
|
150842
150951
|
}
|
|
150843
150952
|
}
|
|
150844
150953
|
}
|
|
@@ -150926,7 +151035,7 @@ module.exports={
|
|
|
150926
151035
|
],
|
|
150927
151036
|
"members": {
|
|
150928
151037
|
"logTarget": {
|
|
150929
|
-
"shape": "
|
|
151038
|
+
"shape": "Sts"
|
|
150930
151039
|
},
|
|
150931
151040
|
"logLevel": {}
|
|
150932
151041
|
}
|
|
@@ -150965,10 +151074,10 @@ module.exports={
|
|
|
150965
151074
|
"locationName": "taskId"
|
|
150966
151075
|
},
|
|
150967
151076
|
"target": {
|
|
150968
|
-
"shape": "
|
|
151077
|
+
"shape": "Sgb"
|
|
150969
151078
|
},
|
|
150970
151079
|
"auditCheckToActionsMapping": {
|
|
150971
|
-
"shape": "
|
|
151080
|
+
"shape": "Sgf"
|
|
150972
151081
|
},
|
|
150973
151082
|
"clientRequestToken": {
|
|
150974
151083
|
"idempotencyToken": true
|
|
@@ -151001,14 +151110,14 @@ module.exports={
|
|
|
151001
151110
|
"locationName": "taskId"
|
|
151002
151111
|
},
|
|
151003
151112
|
"target": {
|
|
151004
|
-
"shape": "
|
|
151113
|
+
"shape": "Si2"
|
|
151005
151114
|
},
|
|
151006
151115
|
"actions": {
|
|
151007
151116
|
"type": "list",
|
|
151008
151117
|
"member": {}
|
|
151009
151118
|
},
|
|
151010
151119
|
"violationEventOccurrenceRange": {
|
|
151011
|
-
"shape": "
|
|
151120
|
+
"shape": "Si5"
|
|
151012
151121
|
},
|
|
151013
151122
|
"includeOnlyActiveViolations": {
|
|
151014
151123
|
"type": "boolean"
|
|
@@ -151039,7 +151148,7 @@ module.exports={
|
|
|
151039
151148
|
],
|
|
151040
151149
|
"members": {
|
|
151041
151150
|
"targetCheckNames": {
|
|
151042
|
-
"shape": "
|
|
151151
|
+
"shape": "S8j"
|
|
151043
151152
|
}
|
|
151044
151153
|
}
|
|
151045
151154
|
},
|
|
@@ -151111,7 +151220,7 @@ module.exports={
|
|
|
151111
151220
|
"members": {
|
|
151112
151221
|
"resourceArn": {},
|
|
151113
151222
|
"tags": {
|
|
151114
|
-
"shape": "
|
|
151223
|
+
"shape": "S2e"
|
|
151115
151224
|
}
|
|
151116
151225
|
}
|
|
151117
151226
|
},
|
|
@@ -151135,7 +151244,7 @@ module.exports={
|
|
|
151135
151244
|
"authInfos": {
|
|
151136
151245
|
"type": "list",
|
|
151137
151246
|
"member": {
|
|
151138
|
-
"shape": "
|
|
151247
|
+
"shape": "Svh"
|
|
151139
151248
|
}
|
|
151140
151249
|
},
|
|
151141
151250
|
"clientId": {
|
|
@@ -151143,10 +151252,10 @@ module.exports={
|
|
|
151143
151252
|
"locationName": "clientId"
|
|
151144
151253
|
},
|
|
151145
151254
|
"policyNamesToAdd": {
|
|
151146
|
-
"shape": "
|
|
151255
|
+
"shape": "Svl"
|
|
151147
151256
|
},
|
|
151148
151257
|
"policyNamesToSkip": {
|
|
151149
|
-
"shape": "
|
|
151258
|
+
"shape": "Svl"
|
|
151150
151259
|
}
|
|
151151
151260
|
}
|
|
151152
151261
|
},
|
|
@@ -151159,13 +151268,13 @@ module.exports={
|
|
|
151159
151268
|
"type": "structure",
|
|
151160
151269
|
"members": {
|
|
151161
151270
|
"authInfo": {
|
|
151162
|
-
"shape": "
|
|
151271
|
+
"shape": "Svh"
|
|
151163
151272
|
},
|
|
151164
151273
|
"allowed": {
|
|
151165
151274
|
"type": "structure",
|
|
151166
151275
|
"members": {
|
|
151167
151276
|
"policies": {
|
|
151168
|
-
"shape": "
|
|
151277
|
+
"shape": "So0"
|
|
151169
151278
|
}
|
|
151170
151279
|
}
|
|
151171
151280
|
},
|
|
@@ -151176,7 +151285,7 @@ module.exports={
|
|
|
151176
151285
|
"type": "structure",
|
|
151177
151286
|
"members": {
|
|
151178
151287
|
"policies": {
|
|
151179
|
-
"shape": "
|
|
151288
|
+
"shape": "So0"
|
|
151180
151289
|
}
|
|
151181
151290
|
}
|
|
151182
151291
|
},
|
|
@@ -151184,7 +151293,7 @@ module.exports={
|
|
|
151184
151293
|
"type": "structure",
|
|
151185
151294
|
"members": {
|
|
151186
151295
|
"policies": {
|
|
151187
|
-
"shape": "
|
|
151296
|
+
"shape": "So0"
|
|
151188
151297
|
}
|
|
151189
151298
|
}
|
|
151190
151299
|
}
|
|
@@ -151329,10 +151438,10 @@ module.exports={
|
|
|
151329
151438
|
"members": {
|
|
151330
151439
|
"roleArn": {},
|
|
151331
151440
|
"auditNotificationTargetConfigurations": {
|
|
151332
|
-
"shape": "
|
|
151441
|
+
"shape": "Sfj"
|
|
151333
151442
|
},
|
|
151334
151443
|
"auditCheckConfigurations": {
|
|
151335
|
-
"shape": "
|
|
151444
|
+
"shape": "Sfm"
|
|
151336
151445
|
}
|
|
151337
151446
|
}
|
|
151338
151447
|
},
|
|
@@ -151389,7 +151498,7 @@ module.exports={
|
|
|
151389
151498
|
"authorizerFunctionArn": {},
|
|
151390
151499
|
"tokenKeyName": {},
|
|
151391
151500
|
"tokenSigningPublicKeys": {
|
|
151392
|
-
"shape": "
|
|
151501
|
+
"shape": "S2a"
|
|
151393
151502
|
},
|
|
151394
151503
|
"status": {},
|
|
151395
151504
|
"enableCachingForHttp": {
|
|
@@ -151422,7 +151531,7 @@ module.exports={
|
|
|
151422
151531
|
"locationName": "billingGroupName"
|
|
151423
151532
|
},
|
|
151424
151533
|
"billingGroupProperties": {
|
|
151425
|
-
"shape": "
|
|
151534
|
+
"shape": "S2n"
|
|
151426
151535
|
},
|
|
151427
151536
|
"expectedVersion": {
|
|
151428
151537
|
"type": "long"
|
|
@@ -151462,7 +151571,7 @@ module.exports={
|
|
|
151462
151571
|
"locationName": "newAutoRegistrationStatus"
|
|
151463
151572
|
},
|
|
151464
151573
|
"registrationConfig": {
|
|
151465
|
-
"shape": "
|
|
151574
|
+
"shape": "Shn"
|
|
151466
151575
|
},
|
|
151467
151576
|
"removeAutoRegistration": {
|
|
151468
151577
|
"type": "boolean"
|
|
@@ -151545,7 +151654,7 @@ module.exports={
|
|
|
151545
151654
|
"locationName": "name"
|
|
151546
151655
|
},
|
|
151547
151656
|
"stringValues": {
|
|
151548
|
-
"shape": "
|
|
151657
|
+
"shape": "S34"
|
|
151549
151658
|
}
|
|
151550
151659
|
}
|
|
151551
151660
|
},
|
|
@@ -151556,7 +151665,7 @@ module.exports={
|
|
|
151556
151665
|
"arn": {},
|
|
151557
151666
|
"type": {},
|
|
151558
151667
|
"stringValues": {
|
|
151559
|
-
"shape": "
|
|
151668
|
+
"shape": "S34"
|
|
151560
151669
|
},
|
|
151561
151670
|
"creationDate": {
|
|
151562
151671
|
"type": "timestamp"
|
|
@@ -151583,7 +151692,7 @@ module.exports={
|
|
|
151583
151692
|
"locationName": "domainConfigurationName"
|
|
151584
151693
|
},
|
|
151585
151694
|
"authorizerConfig": {
|
|
151586
|
-
"shape": "
|
|
151695
|
+
"shape": "S3d"
|
|
151587
151696
|
},
|
|
151588
151697
|
"domainConfigurationStatus": {},
|
|
151589
151698
|
"removeAuthorizerConfig": {
|
|
@@ -151616,7 +151725,7 @@ module.exports={
|
|
|
151616
151725
|
"locationName": "thingGroupName"
|
|
151617
151726
|
},
|
|
151618
151727
|
"thingGroupProperties": {
|
|
151619
|
-
"shape": "
|
|
151728
|
+
"shape": "S3j"
|
|
151620
151729
|
},
|
|
151621
151730
|
"expectedVersion": {
|
|
151622
151731
|
"type": "long"
|
|
@@ -151644,7 +151753,7 @@ module.exports={
|
|
|
151644
151753
|
"type": "structure",
|
|
151645
151754
|
"members": {
|
|
151646
151755
|
"eventConfigurations": {
|
|
151647
|
-
"shape": "
|
|
151756
|
+
"shape": "Siq"
|
|
151648
151757
|
}
|
|
151649
151758
|
}
|
|
151650
151759
|
},
|
|
@@ -151671,7 +151780,7 @@ module.exports={
|
|
|
151671
151780
|
},
|
|
151672
151781
|
"queryString": {},
|
|
151673
151782
|
"aggregationType": {
|
|
151674
|
-
"shape": "
|
|
151783
|
+
"shape": "S3x"
|
|
151675
151784
|
},
|
|
151676
151785
|
"period": {
|
|
151677
151786
|
"type": "integer"
|
|
@@ -151695,10 +151804,10 @@ module.exports={
|
|
|
151695
151804
|
"type": "structure",
|
|
151696
151805
|
"members": {
|
|
151697
151806
|
"thingIndexingConfiguration": {
|
|
151698
|
-
"shape": "
|
|
151807
|
+
"shape": "Slz"
|
|
151699
151808
|
},
|
|
151700
151809
|
"thingGroupIndexingConfiguration": {
|
|
151701
|
-
"shape": "
|
|
151810
|
+
"shape": "Smb"
|
|
151702
151811
|
}
|
|
151703
151812
|
}
|
|
151704
151813
|
},
|
|
@@ -151724,23 +151833,23 @@ module.exports={
|
|
|
151724
151833
|
},
|
|
151725
151834
|
"description": {},
|
|
151726
151835
|
"presignedUrlConfig": {
|
|
151727
|
-
"shape": "
|
|
151836
|
+
"shape": "S4a"
|
|
151728
151837
|
},
|
|
151729
151838
|
"jobExecutionsRolloutConfig": {
|
|
151730
|
-
"shape": "
|
|
151839
|
+
"shape": "S4d"
|
|
151731
151840
|
},
|
|
151732
151841
|
"abortConfig": {
|
|
151733
|
-
"shape": "
|
|
151842
|
+
"shape": "S4k"
|
|
151734
151843
|
},
|
|
151735
151844
|
"timeoutConfig": {
|
|
151736
|
-
"shape": "
|
|
151845
|
+
"shape": "S4r"
|
|
151737
151846
|
},
|
|
151738
151847
|
"namespaceId": {
|
|
151739
151848
|
"location": "querystring",
|
|
151740
151849
|
"locationName": "namespaceId"
|
|
151741
151850
|
},
|
|
151742
151851
|
"jobExecutionsRetryConfig": {
|
|
151743
|
-
"shape": "
|
|
151852
|
+
"shape": "S4u"
|
|
151744
151853
|
}
|
|
151745
151854
|
}
|
|
151746
151855
|
}
|
|
@@ -151762,7 +151871,7 @@ module.exports={
|
|
|
151762
151871
|
},
|
|
151763
151872
|
"roleArn": {},
|
|
151764
151873
|
"actionParams": {
|
|
151765
|
-
"shape": "
|
|
151874
|
+
"shape": "S5d"
|
|
151766
151875
|
}
|
|
151767
151876
|
}
|
|
151768
151877
|
},
|
|
@@ -151798,7 +151907,7 @@ module.exports={
|
|
|
151798
151907
|
},
|
|
151799
151908
|
"provisioningRoleArn": {},
|
|
151800
151909
|
"preProvisioningHook": {
|
|
151801
|
-
"shape": "
|
|
151910
|
+
"shape": "S83"
|
|
151802
151911
|
},
|
|
151803
151912
|
"removePreProvisioningHook": {
|
|
151804
151913
|
"type": "boolean"
|
|
@@ -151854,7 +151963,7 @@ module.exports={
|
|
|
151854
151963
|
"dayOfMonth": {},
|
|
151855
151964
|
"dayOfWeek": {},
|
|
151856
151965
|
"targetCheckNames": {
|
|
151857
|
-
"shape": "
|
|
151966
|
+
"shape": "S8j"
|
|
151858
151967
|
},
|
|
151859
151968
|
"scheduledAuditName": {
|
|
151860
151969
|
"location": "uri",
|
|
@@ -151886,18 +151995,18 @@ module.exports={
|
|
|
151886
151995
|
},
|
|
151887
151996
|
"securityProfileDescription": {},
|
|
151888
151997
|
"behaviors": {
|
|
151889
|
-
"shape": "
|
|
151998
|
+
"shape": "S8p"
|
|
151890
151999
|
},
|
|
151891
152000
|
"alertTargets": {
|
|
151892
|
-
"shape": "
|
|
152001
|
+
"shape": "S9f"
|
|
151893
152002
|
},
|
|
151894
152003
|
"additionalMetricsToRetain": {
|
|
151895
|
-
"shape": "
|
|
152004
|
+
"shape": "S9j",
|
|
151896
152005
|
"deprecated": true,
|
|
151897
152006
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
151898
152007
|
},
|
|
151899
152008
|
"additionalMetricsToRetainV2": {
|
|
151900
|
-
"shape": "
|
|
152009
|
+
"shape": "S9k"
|
|
151901
152010
|
},
|
|
151902
152011
|
"deleteBehaviors": {
|
|
151903
152012
|
"type": "boolean"
|
|
@@ -151922,18 +152031,18 @@ module.exports={
|
|
|
151922
152031
|
"securityProfileArn": {},
|
|
151923
152032
|
"securityProfileDescription": {},
|
|
151924
152033
|
"behaviors": {
|
|
151925
|
-
"shape": "
|
|
152034
|
+
"shape": "S8p"
|
|
151926
152035
|
},
|
|
151927
152036
|
"alertTargets": {
|
|
151928
|
-
"shape": "
|
|
152037
|
+
"shape": "S9f"
|
|
151929
152038
|
},
|
|
151930
152039
|
"additionalMetricsToRetain": {
|
|
151931
|
-
"shape": "
|
|
152040
|
+
"shape": "S9j",
|
|
151932
152041
|
"deprecated": true,
|
|
151933
152042
|
"deprecatedMessage": "Use additionalMetricsToRetainV2."
|
|
151934
152043
|
},
|
|
151935
152044
|
"additionalMetricsToRetainV2": {
|
|
151936
|
-
"shape": "
|
|
152045
|
+
"shape": "S9k"
|
|
151937
152046
|
},
|
|
151938
152047
|
"version": {
|
|
151939
152048
|
"type": "long"
|
|
@@ -151964,7 +152073,7 @@ module.exports={
|
|
|
151964
152073
|
},
|
|
151965
152074
|
"description": {},
|
|
151966
152075
|
"files": {
|
|
151967
|
-
"shape": "
|
|
152076
|
+
"shape": "S9q"
|
|
151968
152077
|
},
|
|
151969
152078
|
"roleArn": {}
|
|
151970
152079
|
}
|
|
@@ -151998,7 +152107,7 @@ module.exports={
|
|
|
151998
152107
|
},
|
|
151999
152108
|
"thingTypeName": {},
|
|
152000
152109
|
"attributePayload": {
|
|
152001
|
-
"shape": "
|
|
152110
|
+
"shape": "S3l"
|
|
152002
152111
|
},
|
|
152003
152112
|
"expectedVersion": {
|
|
152004
152113
|
"type": "long"
|
|
@@ -152030,7 +152139,7 @@ module.exports={
|
|
|
152030
152139
|
"locationName": "thingGroupName"
|
|
152031
152140
|
},
|
|
152032
152141
|
"thingGroupProperties": {
|
|
152033
|
-
"shape": "
|
|
152142
|
+
"shape": "S3j"
|
|
152034
152143
|
},
|
|
152035
152144
|
"expectedVersion": {
|
|
152036
152145
|
"type": "long"
|
|
@@ -152056,10 +152165,10 @@ module.exports={
|
|
|
152056
152165
|
"members": {
|
|
152057
152166
|
"thingName": {},
|
|
152058
152167
|
"thingGroupsToAdd": {
|
|
152059
|
-
"shape": "
|
|
152168
|
+
"shape": "Sxw"
|
|
152060
152169
|
},
|
|
152061
152170
|
"thingGroupsToRemove": {
|
|
152062
|
-
"shape": "
|
|
152171
|
+
"shape": "Sxw"
|
|
152063
152172
|
},
|
|
152064
152173
|
"overrideDynamicGroups": {
|
|
152065
152174
|
"type": "boolean"
|
|
@@ -152103,7 +152212,7 @@ module.exports={
|
|
|
152103
152212
|
],
|
|
152104
152213
|
"members": {
|
|
152105
152214
|
"behaviors": {
|
|
152106
|
-
"shape": "
|
|
152215
|
+
"shape": "S8p"
|
|
152107
152216
|
}
|
|
152108
152217
|
}
|
|
152109
152218
|
},
|
|
@@ -152152,15 +152261,24 @@ module.exports={
|
|
|
152152
152261
|
},
|
|
152153
152262
|
"account": {},
|
|
152154
152263
|
"iamRoleArn": {},
|
|
152155
|
-
"roleAliasArn": {}
|
|
152264
|
+
"roleAliasArn": {},
|
|
152265
|
+
"issuerCertificateIdentifier": {
|
|
152266
|
+
"type": "structure",
|
|
152267
|
+
"members": {
|
|
152268
|
+
"issuerCertificateSubject": {},
|
|
152269
|
+
"issuerId": {},
|
|
152270
|
+
"issuerCertificateSerialNumber": {}
|
|
152271
|
+
}
|
|
152272
|
+
},
|
|
152273
|
+
"deviceCertificateArn": {}
|
|
152156
152274
|
}
|
|
152157
152275
|
},
|
|
152158
|
-
"
|
|
152276
|
+
"S2a": {
|
|
152159
152277
|
"type": "map",
|
|
152160
152278
|
"key": {},
|
|
152161
152279
|
"value": {}
|
|
152162
152280
|
},
|
|
152163
|
-
"
|
|
152281
|
+
"S2e": {
|
|
152164
152282
|
"type": "list",
|
|
152165
152283
|
"member": {
|
|
152166
152284
|
"type": "structure",
|
|
@@ -152173,17 +152291,17 @@ module.exports={
|
|
|
152173
152291
|
}
|
|
152174
152292
|
}
|
|
152175
152293
|
},
|
|
152176
|
-
"
|
|
152294
|
+
"S2n": {
|
|
152177
152295
|
"type": "structure",
|
|
152178
152296
|
"members": {
|
|
152179
152297
|
"billingGroupDescription": {}
|
|
152180
152298
|
}
|
|
152181
152299
|
},
|
|
152182
|
-
"
|
|
152300
|
+
"S34": {
|
|
152183
152301
|
"type": "list",
|
|
152184
152302
|
"member": {}
|
|
152185
152303
|
},
|
|
152186
|
-
"
|
|
152304
|
+
"S3d": {
|
|
152187
152305
|
"type": "structure",
|
|
152188
152306
|
"members": {
|
|
152189
152307
|
"defaultAuthorizerName": {},
|
|
@@ -152192,32 +152310,32 @@ module.exports={
|
|
|
152192
152310
|
}
|
|
152193
152311
|
}
|
|
152194
152312
|
},
|
|
152195
|
-
"
|
|
152313
|
+
"S3j": {
|
|
152196
152314
|
"type": "structure",
|
|
152197
152315
|
"members": {
|
|
152198
152316
|
"thingGroupDescription": {},
|
|
152199
152317
|
"attributePayload": {
|
|
152200
|
-
"shape": "
|
|
152318
|
+
"shape": "S3l"
|
|
152201
152319
|
}
|
|
152202
152320
|
}
|
|
152203
152321
|
},
|
|
152204
|
-
"
|
|
152322
|
+
"S3l": {
|
|
152205
152323
|
"type": "structure",
|
|
152206
152324
|
"members": {
|
|
152207
152325
|
"attributes": {
|
|
152208
|
-
"shape": "
|
|
152326
|
+
"shape": "S3m"
|
|
152209
152327
|
},
|
|
152210
152328
|
"merge": {
|
|
152211
152329
|
"type": "boolean"
|
|
152212
152330
|
}
|
|
152213
152331
|
}
|
|
152214
152332
|
},
|
|
152215
|
-
"
|
|
152333
|
+
"S3m": {
|
|
152216
152334
|
"type": "map",
|
|
152217
152335
|
"key": {},
|
|
152218
152336
|
"value": {}
|
|
152219
152337
|
},
|
|
152220
|
-
"
|
|
152338
|
+
"S3x": {
|
|
152221
152339
|
"type": "structure",
|
|
152222
152340
|
"required": [
|
|
152223
152341
|
"name"
|
|
@@ -152230,7 +152348,7 @@ module.exports={
|
|
|
152230
152348
|
}
|
|
152231
152349
|
}
|
|
152232
152350
|
},
|
|
152233
|
-
"
|
|
152351
|
+
"S4a": {
|
|
152234
152352
|
"type": "structure",
|
|
152235
152353
|
"members": {
|
|
152236
152354
|
"roleArn": {},
|
|
@@ -152239,7 +152357,7 @@ module.exports={
|
|
|
152239
152357
|
}
|
|
152240
152358
|
}
|
|
152241
152359
|
},
|
|
152242
|
-
"
|
|
152360
|
+
"S4d": {
|
|
152243
152361
|
"type": "structure",
|
|
152244
152362
|
"members": {
|
|
152245
152363
|
"maximumPerMinute": {
|
|
@@ -152274,7 +152392,7 @@ module.exports={
|
|
|
152274
152392
|
}
|
|
152275
152393
|
}
|
|
152276
152394
|
},
|
|
152277
|
-
"
|
|
152395
|
+
"S4k": {
|
|
152278
152396
|
"type": "structure",
|
|
152279
152397
|
"required": [
|
|
152280
152398
|
"criteriaList"
|
|
@@ -152304,7 +152422,7 @@ module.exports={
|
|
|
152304
152422
|
}
|
|
152305
152423
|
}
|
|
152306
152424
|
},
|
|
152307
|
-
"
|
|
152425
|
+
"S4r": {
|
|
152308
152426
|
"type": "structure",
|
|
152309
152427
|
"members": {
|
|
152310
152428
|
"inProgressTimeoutInMinutes": {
|
|
@@ -152312,7 +152430,7 @@ module.exports={
|
|
|
152312
152430
|
}
|
|
152313
152431
|
}
|
|
152314
152432
|
},
|
|
152315
|
-
"
|
|
152433
|
+
"S4u": {
|
|
152316
152434
|
"type": "structure",
|
|
152317
152435
|
"required": [
|
|
152318
152436
|
"criteriaList"
|
|
@@ -152336,12 +152454,12 @@ module.exports={
|
|
|
152336
152454
|
}
|
|
152337
152455
|
}
|
|
152338
152456
|
},
|
|
152339
|
-
"
|
|
152457
|
+
"S4z": {
|
|
152340
152458
|
"type": "map",
|
|
152341
152459
|
"key": {},
|
|
152342
152460
|
"value": {}
|
|
152343
152461
|
},
|
|
152344
|
-
"
|
|
152462
|
+
"S58": {
|
|
152345
152463
|
"type": "structure",
|
|
152346
152464
|
"members": {
|
|
152347
152465
|
"PublicKey": {},
|
|
@@ -152351,7 +152469,7 @@ module.exports={
|
|
|
152351
152469
|
}
|
|
152352
152470
|
}
|
|
152353
152471
|
},
|
|
152354
|
-
"
|
|
152472
|
+
"S5d": {
|
|
152355
152473
|
"type": "structure",
|
|
152356
152474
|
"members": {
|
|
152357
152475
|
"updateDeviceCertificateParams": {
|
|
@@ -152418,15 +152536,15 @@ module.exports={
|
|
|
152418
152536
|
}
|
|
152419
152537
|
}
|
|
152420
152538
|
},
|
|
152421
|
-
"
|
|
152539
|
+
"S5x": {
|
|
152422
152540
|
"type": "list",
|
|
152423
152541
|
"member": {}
|
|
152424
152542
|
},
|
|
152425
|
-
"
|
|
152543
|
+
"S5z": {
|
|
152426
152544
|
"type": "list",
|
|
152427
152545
|
"member": {}
|
|
152428
152546
|
},
|
|
152429
|
-
"
|
|
152547
|
+
"S61": {
|
|
152430
152548
|
"type": "structure",
|
|
152431
152549
|
"members": {
|
|
152432
152550
|
"maximumPerMinute": {
|
|
@@ -152461,7 +152579,7 @@ module.exports={
|
|
|
152461
152579
|
}
|
|
152462
152580
|
}
|
|
152463
152581
|
},
|
|
152464
|
-
"
|
|
152582
|
+
"S68": {
|
|
152465
152583
|
"type": "structure",
|
|
152466
152584
|
"members": {
|
|
152467
152585
|
"expiresInSec": {
|
|
@@ -152469,7 +152587,7 @@ module.exports={
|
|
|
152469
152587
|
}
|
|
152470
152588
|
}
|
|
152471
152589
|
},
|
|
152472
|
-
"
|
|
152590
|
+
"S6j": {
|
|
152473
152591
|
"type": "list",
|
|
152474
152592
|
"member": {
|
|
152475
152593
|
"type": "structure",
|
|
@@ -152492,7 +152610,7 @@ module.exports={
|
|
|
152492
152610
|
}
|
|
152493
152611
|
},
|
|
152494
152612
|
"s3Location": {
|
|
152495
|
-
"shape": "
|
|
152613
|
+
"shape": "S6s"
|
|
152496
152614
|
}
|
|
152497
152615
|
}
|
|
152498
152616
|
},
|
|
@@ -152558,7 +152676,7 @@ module.exports={
|
|
|
152558
152676
|
}
|
|
152559
152677
|
}
|
|
152560
152678
|
},
|
|
152561
|
-
"
|
|
152679
|
+
"S6s": {
|
|
152562
152680
|
"type": "structure",
|
|
152563
152681
|
"members": {
|
|
152564
152682
|
"bucket": {},
|
|
@@ -152566,12 +152684,12 @@ module.exports={
|
|
|
152566
152684
|
"version": {}
|
|
152567
152685
|
}
|
|
152568
152686
|
},
|
|
152569
|
-
"
|
|
152687
|
+
"S7h": {
|
|
152570
152688
|
"type": "map",
|
|
152571
152689
|
"key": {},
|
|
152572
152690
|
"value": {}
|
|
152573
152691
|
},
|
|
152574
|
-
"
|
|
152692
|
+
"S83": {
|
|
152575
152693
|
"type": "structure",
|
|
152576
152694
|
"required": [
|
|
152577
152695
|
"targetArn"
|
|
@@ -152581,17 +152699,17 @@ module.exports={
|
|
|
152581
152699
|
"targetArn": {}
|
|
152582
152700
|
}
|
|
152583
152701
|
},
|
|
152584
|
-
"
|
|
152702
|
+
"S8j": {
|
|
152585
152703
|
"type": "list",
|
|
152586
152704
|
"member": {}
|
|
152587
152705
|
},
|
|
152588
|
-
"
|
|
152706
|
+
"S8p": {
|
|
152589
152707
|
"type": "list",
|
|
152590
152708
|
"member": {
|
|
152591
|
-
"shape": "
|
|
152709
|
+
"shape": "S8q"
|
|
152592
152710
|
}
|
|
152593
152711
|
},
|
|
152594
|
-
"
|
|
152712
|
+
"S8q": {
|
|
152595
152713
|
"type": "structure",
|
|
152596
152714
|
"required": [
|
|
152597
152715
|
"name"
|
|
@@ -152600,14 +152718,14 @@ module.exports={
|
|
|
152600
152718
|
"name": {},
|
|
152601
152719
|
"metric": {},
|
|
152602
152720
|
"metricDimension": {
|
|
152603
|
-
"shape": "
|
|
152721
|
+
"shape": "S8t"
|
|
152604
152722
|
},
|
|
152605
152723
|
"criteria": {
|
|
152606
152724
|
"type": "structure",
|
|
152607
152725
|
"members": {
|
|
152608
152726
|
"comparisonOperator": {},
|
|
152609
152727
|
"value": {
|
|
152610
|
-
"shape": "
|
|
152728
|
+
"shape": "S8x"
|
|
152611
152729
|
},
|
|
152612
152730
|
"durationSeconds": {
|
|
152613
152731
|
"type": "integer"
|
|
@@ -152640,7 +152758,7 @@ module.exports={
|
|
|
152640
152758
|
}
|
|
152641
152759
|
}
|
|
152642
152760
|
},
|
|
152643
|
-
"
|
|
152761
|
+
"S8t": {
|
|
152644
152762
|
"type": "structure",
|
|
152645
152763
|
"required": [
|
|
152646
152764
|
"dimensionName"
|
|
@@ -152650,7 +152768,7 @@ module.exports={
|
|
|
152650
152768
|
"operator": {}
|
|
152651
152769
|
}
|
|
152652
152770
|
},
|
|
152653
|
-
"
|
|
152771
|
+
"S8x": {
|
|
152654
152772
|
"type": "structure",
|
|
152655
152773
|
"members": {
|
|
152656
152774
|
"count": {
|
|
@@ -152681,7 +152799,7 @@ module.exports={
|
|
|
152681
152799
|
}
|
|
152682
152800
|
}
|
|
152683
152801
|
},
|
|
152684
|
-
"
|
|
152802
|
+
"S9f": {
|
|
152685
152803
|
"type": "map",
|
|
152686
152804
|
"key": {},
|
|
152687
152805
|
"value": {
|
|
@@ -152696,11 +152814,11 @@ module.exports={
|
|
|
152696
152814
|
}
|
|
152697
152815
|
}
|
|
152698
152816
|
},
|
|
152699
|
-
"
|
|
152817
|
+
"S9j": {
|
|
152700
152818
|
"type": "list",
|
|
152701
152819
|
"member": {}
|
|
152702
152820
|
},
|
|
152703
|
-
"
|
|
152821
|
+
"S9k": {
|
|
152704
152822
|
"type": "list",
|
|
152705
152823
|
"member": {
|
|
152706
152824
|
"type": "structure",
|
|
@@ -152710,12 +152828,12 @@ module.exports={
|
|
|
152710
152828
|
"members": {
|
|
152711
152829
|
"metric": {},
|
|
152712
152830
|
"metricDimension": {
|
|
152713
|
-
"shape": "
|
|
152831
|
+
"shape": "S8t"
|
|
152714
152832
|
}
|
|
152715
152833
|
}
|
|
152716
152834
|
}
|
|
152717
152835
|
},
|
|
152718
|
-
"
|
|
152836
|
+
"S9q": {
|
|
152719
152837
|
"type": "list",
|
|
152720
152838
|
"member": {
|
|
152721
152839
|
"type": "structure",
|
|
@@ -152724,12 +152842,12 @@ module.exports={
|
|
|
152724
152842
|
"type": "integer"
|
|
152725
152843
|
},
|
|
152726
152844
|
"s3Location": {
|
|
152727
|
-
"shape": "
|
|
152845
|
+
"shape": "S6s"
|
|
152728
152846
|
}
|
|
152729
152847
|
}
|
|
152730
152848
|
}
|
|
152731
152849
|
},
|
|
152732
|
-
"
|
|
152850
|
+
"Sa2": {
|
|
152733
152851
|
"type": "structure",
|
|
152734
152852
|
"members": {
|
|
152735
152853
|
"thingTypeDescription": {},
|
|
@@ -152739,7 +152857,7 @@ module.exports={
|
|
|
152739
152857
|
}
|
|
152740
152858
|
}
|
|
152741
152859
|
},
|
|
152742
|
-
"
|
|
152860
|
+
"Saa": {
|
|
152743
152861
|
"type": "structure",
|
|
152744
152862
|
"required": [
|
|
152745
152863
|
"sql",
|
|
@@ -152749,24 +152867,24 @@ module.exports={
|
|
|
152749
152867
|
"sql": {},
|
|
152750
152868
|
"description": {},
|
|
152751
152869
|
"actions": {
|
|
152752
|
-
"shape": "
|
|
152870
|
+
"shape": "Sad"
|
|
152753
152871
|
},
|
|
152754
152872
|
"ruleDisabled": {
|
|
152755
152873
|
"type": "boolean"
|
|
152756
152874
|
},
|
|
152757
152875
|
"awsIotSqlVersion": {},
|
|
152758
152876
|
"errorAction": {
|
|
152759
|
-
"shape": "
|
|
152877
|
+
"shape": "Sae"
|
|
152760
152878
|
}
|
|
152761
152879
|
}
|
|
152762
152880
|
},
|
|
152763
|
-
"
|
|
152881
|
+
"Sad": {
|
|
152764
152882
|
"type": "list",
|
|
152765
152883
|
"member": {
|
|
152766
|
-
"shape": "
|
|
152884
|
+
"shape": "Sae"
|
|
152767
152885
|
}
|
|
152768
152886
|
},
|
|
152769
|
-
"
|
|
152887
|
+
"Sae": {
|
|
152770
152888
|
"type": "structure",
|
|
152771
152889
|
"members": {
|
|
152772
152890
|
"dynamoDB": {
|
|
@@ -153212,15 +153330,15 @@ module.exports={
|
|
|
153212
153330
|
}
|
|
153213
153331
|
}
|
|
153214
153332
|
},
|
|
153215
|
-
"
|
|
153333
|
+
"Sdd": {
|
|
153216
153334
|
"type": "list",
|
|
153217
153335
|
"member": {}
|
|
153218
153336
|
},
|
|
153219
|
-
"
|
|
153337
|
+
"Sdf": {
|
|
153220
153338
|
"type": "list",
|
|
153221
153339
|
"member": {}
|
|
153222
153340
|
},
|
|
153223
|
-
"
|
|
153341
|
+
"Sdj": {
|
|
153224
153342
|
"type": "structure",
|
|
153225
153343
|
"members": {
|
|
153226
153344
|
"arn": {},
|
|
@@ -153242,10 +153360,10 @@ module.exports={
|
|
|
153242
153360
|
"type": "structure",
|
|
153243
153361
|
"members": {
|
|
153244
153362
|
"subnetIds": {
|
|
153245
|
-
"shape": "
|
|
153363
|
+
"shape": "Sdd"
|
|
153246
153364
|
},
|
|
153247
153365
|
"securityGroups": {
|
|
153248
|
-
"shape": "
|
|
153366
|
+
"shape": "Sdf"
|
|
153249
153367
|
},
|
|
153250
153368
|
"vpcId": {},
|
|
153251
153369
|
"roleArn": {}
|
|
@@ -153253,7 +153371,7 @@ module.exports={
|
|
|
153253
153371
|
}
|
|
153254
153372
|
}
|
|
153255
153373
|
},
|
|
153256
|
-
"
|
|
153374
|
+
"Sfj": {
|
|
153257
153375
|
"type": "map",
|
|
153258
153376
|
"key": {},
|
|
153259
153377
|
"value": {
|
|
@@ -153267,7 +153385,7 @@ module.exports={
|
|
|
153267
153385
|
}
|
|
153268
153386
|
}
|
|
153269
153387
|
},
|
|
153270
|
-
"
|
|
153388
|
+
"Sfm": {
|
|
153271
153389
|
"type": "map",
|
|
153272
153390
|
"key": {},
|
|
153273
153391
|
"value": {
|
|
@@ -153279,7 +153397,7 @@ module.exports={
|
|
|
153279
153397
|
}
|
|
153280
153398
|
}
|
|
153281
153399
|
},
|
|
153282
|
-
"
|
|
153400
|
+
"Sfr": {
|
|
153283
153401
|
"type": "structure",
|
|
153284
153402
|
"members": {
|
|
153285
153403
|
"findingId": {},
|
|
@@ -153300,24 +153418,12 @@ module.exports={
|
|
|
153300
153418
|
"shape": "S1o"
|
|
153301
153419
|
},
|
|
153302
153420
|
"additionalInfo": {
|
|
153303
|
-
"shape": "
|
|
153421
|
+
"shape": "Sfv"
|
|
153304
153422
|
}
|
|
153305
153423
|
}
|
|
153306
153424
|
},
|
|
153307
153425
|
"relatedResources": {
|
|
153308
|
-
"
|
|
153309
|
-
"member": {
|
|
153310
|
-
"type": "structure",
|
|
153311
|
-
"members": {
|
|
153312
|
-
"resourceType": {},
|
|
153313
|
-
"resourceIdentifier": {
|
|
153314
|
-
"shape": "S1o"
|
|
153315
|
-
},
|
|
153316
|
-
"additionalInfo": {
|
|
153317
|
-
"shape": "Sfr"
|
|
153318
|
-
}
|
|
153319
|
-
}
|
|
153320
|
-
}
|
|
153426
|
+
"shape": "Sfw"
|
|
153321
153427
|
},
|
|
153322
153428
|
"reasonForNonCompliance": {},
|
|
153323
153429
|
"reasonForNonComplianceCode": {},
|
|
@@ -153326,12 +153432,27 @@ module.exports={
|
|
|
153326
153432
|
}
|
|
153327
153433
|
}
|
|
153328
153434
|
},
|
|
153329
|
-
"
|
|
153435
|
+
"Sfv": {
|
|
153330
153436
|
"type": "map",
|
|
153331
153437
|
"key": {},
|
|
153332
153438
|
"value": {}
|
|
153333
153439
|
},
|
|
153334
|
-
"
|
|
153440
|
+
"Sfw": {
|
|
153441
|
+
"type": "list",
|
|
153442
|
+
"member": {
|
|
153443
|
+
"type": "structure",
|
|
153444
|
+
"members": {
|
|
153445
|
+
"resourceType": {},
|
|
153446
|
+
"resourceIdentifier": {
|
|
153447
|
+
"shape": "S1o"
|
|
153448
|
+
},
|
|
153449
|
+
"additionalInfo": {
|
|
153450
|
+
"shape": "Sfv"
|
|
153451
|
+
}
|
|
153452
|
+
}
|
|
153453
|
+
}
|
|
153454
|
+
},
|
|
153455
|
+
"Sgb": {
|
|
153335
153456
|
"type": "structure",
|
|
153336
153457
|
"members": {
|
|
153337
153458
|
"auditTaskId": {},
|
|
@@ -153349,7 +153470,7 @@ module.exports={
|
|
|
153349
153470
|
}
|
|
153350
153471
|
}
|
|
153351
153472
|
},
|
|
153352
|
-
"
|
|
153473
|
+
"Sgf": {
|
|
153353
153474
|
"type": "map",
|
|
153354
153475
|
"key": {},
|
|
153355
153476
|
"value": {
|
|
@@ -153357,7 +153478,7 @@ module.exports={
|
|
|
153357
153478
|
"member": {}
|
|
153358
153479
|
}
|
|
153359
153480
|
},
|
|
153360
|
-
"
|
|
153481
|
+
"Sgh": {
|
|
153361
153482
|
"type": "list",
|
|
153362
153483
|
"member": {
|
|
153363
153484
|
"type": "structure",
|
|
@@ -153366,12 +153487,12 @@ module.exports={
|
|
|
153366
153487
|
"id": {},
|
|
153367
153488
|
"roleArn": {},
|
|
153368
153489
|
"actionParams": {
|
|
153369
|
-
"shape": "
|
|
153490
|
+
"shape": "S5d"
|
|
153370
153491
|
}
|
|
153371
153492
|
}
|
|
153372
153493
|
}
|
|
153373
153494
|
},
|
|
153374
|
-
"
|
|
153495
|
+
"Sh8": {
|
|
153375
153496
|
"type": "structure",
|
|
153376
153497
|
"members": {
|
|
153377
153498
|
"authorizerName": {},
|
|
@@ -153379,7 +153500,7 @@ module.exports={
|
|
|
153379
153500
|
"authorizerFunctionArn": {},
|
|
153380
153501
|
"tokenKeyName": {},
|
|
153381
153502
|
"tokenSigningPublicKeys": {
|
|
153382
|
-
"shape": "
|
|
153503
|
+
"shape": "S2a"
|
|
153383
153504
|
},
|
|
153384
153505
|
"status": {},
|
|
153385
153506
|
"creationDate": {
|
|
@@ -153396,7 +153517,7 @@ module.exports={
|
|
|
153396
153517
|
}
|
|
153397
153518
|
}
|
|
153398
153519
|
},
|
|
153399
|
-
"
|
|
153520
|
+
"Shl": {
|
|
153400
153521
|
"type": "structure",
|
|
153401
153522
|
"members": {
|
|
153402
153523
|
"notBefore": {
|
|
@@ -153407,7 +153528,7 @@ module.exports={
|
|
|
153407
153528
|
}
|
|
153408
153529
|
}
|
|
153409
153530
|
},
|
|
153410
|
-
"
|
|
153531
|
+
"Shn": {
|
|
153411
153532
|
"type": "structure",
|
|
153412
153533
|
"members": {
|
|
153413
153534
|
"templateBody": {},
|
|
@@ -153415,7 +153536,7 @@ module.exports={
|
|
|
153415
153536
|
"templateName": {}
|
|
153416
153537
|
}
|
|
153417
153538
|
},
|
|
153418
|
-
"
|
|
153539
|
+
"Si0": {
|
|
153419
153540
|
"type": "structure",
|
|
153420
153541
|
"members": {
|
|
153421
153542
|
"taskId": {},
|
|
@@ -153427,10 +153548,10 @@ module.exports={
|
|
|
153427
153548
|
"type": "timestamp"
|
|
153428
153549
|
},
|
|
153429
153550
|
"target": {
|
|
153430
|
-
"shape": "
|
|
153551
|
+
"shape": "Si2"
|
|
153431
153552
|
},
|
|
153432
153553
|
"violationEventOccurrenceRange": {
|
|
153433
|
-
"shape": "
|
|
153554
|
+
"shape": "Si5"
|
|
153434
153555
|
},
|
|
153435
153556
|
"onlyActiveViolationsIncluded": {
|
|
153436
153557
|
"type": "boolean"
|
|
@@ -153439,7 +153560,7 @@ module.exports={
|
|
|
153439
153560
|
"type": "boolean"
|
|
153440
153561
|
},
|
|
153441
153562
|
"actionsDefinition": {
|
|
153442
|
-
"shape": "
|
|
153563
|
+
"shape": "Sgh"
|
|
153443
153564
|
},
|
|
153444
153565
|
"taskStatistics": {
|
|
153445
153566
|
"type": "structure",
|
|
@@ -153457,7 +153578,7 @@ module.exports={
|
|
|
153457
153578
|
}
|
|
153458
153579
|
}
|
|
153459
153580
|
},
|
|
153460
|
-
"
|
|
153581
|
+
"Si2": {
|
|
153461
153582
|
"type": "structure",
|
|
153462
153583
|
"members": {
|
|
153463
153584
|
"violationIds": {
|
|
@@ -153468,7 +153589,7 @@ module.exports={
|
|
|
153468
153589
|
"behaviorName": {}
|
|
153469
153590
|
}
|
|
153470
153591
|
},
|
|
153471
|
-
"
|
|
153592
|
+
"Si5": {
|
|
153472
153593
|
"type": "structure",
|
|
153473
153594
|
"required": [
|
|
153474
153595
|
"startTime",
|
|
@@ -153483,7 +153604,7 @@ module.exports={
|
|
|
153483
153604
|
}
|
|
153484
153605
|
}
|
|
153485
153606
|
},
|
|
153486
|
-
"
|
|
153607
|
+
"Siq": {
|
|
153487
153608
|
"type": "map",
|
|
153488
153609
|
"key": {},
|
|
153489
153610
|
"value": {
|
|
@@ -153495,24 +153616,24 @@ module.exports={
|
|
|
153495
153616
|
}
|
|
153496
153617
|
}
|
|
153497
153618
|
},
|
|
153498
|
-
"
|
|
153619
|
+
"Sju": {
|
|
153499
153620
|
"type": "list",
|
|
153500
153621
|
"member": {}
|
|
153501
153622
|
},
|
|
153502
|
-
"
|
|
153623
|
+
"Skn": {
|
|
153503
153624
|
"type": "list",
|
|
153504
153625
|
"member": {
|
|
153505
|
-
"shape": "
|
|
153626
|
+
"shape": "Sko"
|
|
153506
153627
|
}
|
|
153507
153628
|
},
|
|
153508
|
-
"
|
|
153629
|
+
"Sko": {
|
|
153509
153630
|
"type": "structure",
|
|
153510
153631
|
"members": {
|
|
153511
153632
|
"groupName": {},
|
|
153512
153633
|
"groupArn": {}
|
|
153513
153634
|
}
|
|
153514
153635
|
},
|
|
153515
|
-
"
|
|
153636
|
+
"Sl0": {
|
|
153516
153637
|
"type": "structure",
|
|
153517
153638
|
"members": {
|
|
153518
153639
|
"deprecated": {
|
|
@@ -153526,7 +153647,7 @@ module.exports={
|
|
|
153526
153647
|
}
|
|
153527
153648
|
}
|
|
153528
153649
|
},
|
|
153529
|
-
"
|
|
153650
|
+
"Slz": {
|
|
153530
153651
|
"type": "structure",
|
|
153531
153652
|
"required": [
|
|
153532
153653
|
"thingIndexingMode"
|
|
@@ -153537,10 +153658,10 @@ module.exports={
|
|
|
153537
153658
|
"deviceDefenderIndexingMode": {},
|
|
153538
153659
|
"namedShadowIndexingMode": {},
|
|
153539
153660
|
"managedFields": {
|
|
153540
|
-
"shape": "
|
|
153661
|
+
"shape": "Sm4"
|
|
153541
153662
|
},
|
|
153542
153663
|
"customFields": {
|
|
153543
|
-
"shape": "
|
|
153664
|
+
"shape": "Sm4"
|
|
153544
153665
|
},
|
|
153545
153666
|
"filter": {
|
|
153546
153667
|
"type": "structure",
|
|
@@ -153553,7 +153674,7 @@ module.exports={
|
|
|
153553
153674
|
}
|
|
153554
153675
|
}
|
|
153555
153676
|
},
|
|
153556
|
-
"
|
|
153677
|
+
"Sm4": {
|
|
153557
153678
|
"type": "list",
|
|
153558
153679
|
"member": {
|
|
153559
153680
|
"type": "structure",
|
|
@@ -153563,7 +153684,7 @@ module.exports={
|
|
|
153563
153684
|
}
|
|
153564
153685
|
}
|
|
153565
153686
|
},
|
|
153566
|
-
"
|
|
153687
|
+
"Smb": {
|
|
153567
153688
|
"type": "structure",
|
|
153568
153689
|
"required": [
|
|
153569
153690
|
"thingGroupIndexingMode"
|
|
@@ -153571,20 +153692,20 @@ module.exports={
|
|
|
153571
153692
|
"members": {
|
|
153572
153693
|
"thingGroupIndexingMode": {},
|
|
153573
153694
|
"managedFields": {
|
|
153574
|
-
"shape": "
|
|
153695
|
+
"shape": "Sm4"
|
|
153575
153696
|
},
|
|
153576
153697
|
"customFields": {
|
|
153577
|
-
"shape": "
|
|
153698
|
+
"shape": "Sm4"
|
|
153578
153699
|
}
|
|
153579
153700
|
}
|
|
153580
153701
|
},
|
|
153581
|
-
"
|
|
153702
|
+
"Snt": {
|
|
153582
153703
|
"type": "structure",
|
|
153583
153704
|
"members": {
|
|
153584
153705
|
"confidenceLevel": {}
|
|
153585
153706
|
}
|
|
153586
153707
|
},
|
|
153587
|
-
"
|
|
153708
|
+
"So0": {
|
|
153588
153709
|
"type": "list",
|
|
153589
153710
|
"member": {
|
|
153590
153711
|
"type": "structure",
|
|
@@ -153594,7 +153715,7 @@ module.exports={
|
|
|
153594
153715
|
}
|
|
153595
153716
|
}
|
|
153596
153717
|
},
|
|
153597
|
-
"
|
|
153718
|
+
"Sp2": {
|
|
153598
153719
|
"type": "list",
|
|
153599
153720
|
"member": {
|
|
153600
153721
|
"type": "structure",
|
|
@@ -153609,7 +153730,7 @@ module.exports={
|
|
|
153609
153730
|
}
|
|
153610
153731
|
}
|
|
153611
153732
|
},
|
|
153612
|
-
"
|
|
153733
|
+
"Sq2": {
|
|
153613
153734
|
"type": "structure",
|
|
153614
153735
|
"members": {
|
|
153615
153736
|
"status": {},
|
|
@@ -153630,15 +153751,15 @@ module.exports={
|
|
|
153630
153751
|
}
|
|
153631
153752
|
}
|
|
153632
153753
|
},
|
|
153633
|
-
"
|
|
153754
|
+
"Sr4": {
|
|
153634
153755
|
"type": "list",
|
|
153635
153756
|
"member": {}
|
|
153636
153757
|
},
|
|
153637
|
-
"
|
|
153758
|
+
"Sre": {
|
|
153638
153759
|
"type": "list",
|
|
153639
153760
|
"member": {}
|
|
153640
153761
|
},
|
|
153641
|
-
"
|
|
153762
|
+
"Srz": {
|
|
153642
153763
|
"type": "structure",
|
|
153643
153764
|
"required": [
|
|
153644
153765
|
"name",
|
|
@@ -153649,7 +153770,7 @@ module.exports={
|
|
|
153649
153770
|
"arn": {}
|
|
153650
153771
|
}
|
|
153651
153772
|
},
|
|
153652
|
-
"
|
|
153773
|
+
"Ss4": {
|
|
153653
153774
|
"type": "structure",
|
|
153654
153775
|
"required": [
|
|
153655
153776
|
"arn"
|
|
@@ -153658,7 +153779,7 @@ module.exports={
|
|
|
153658
153779
|
"arn": {}
|
|
153659
153780
|
}
|
|
153660
153781
|
},
|
|
153661
|
-
"
|
|
153782
|
+
"Sts": {
|
|
153662
153783
|
"type": "structure",
|
|
153663
153784
|
"required": [
|
|
153664
153785
|
"targetType"
|
|
@@ -153668,11 +153789,11 @@ module.exports={
|
|
|
153668
153789
|
"targetName": {}
|
|
153669
153790
|
}
|
|
153670
153791
|
},
|
|
153671
|
-
"
|
|
153792
|
+
"Suo": {
|
|
153672
153793
|
"type": "list",
|
|
153673
153794
|
"member": {}
|
|
153674
153795
|
},
|
|
153675
|
-
"
|
|
153796
|
+
"Svh": {
|
|
153676
153797
|
"type": "structure",
|
|
153677
153798
|
"required": [
|
|
153678
153799
|
"resources"
|
|
@@ -153685,11 +153806,11 @@ module.exports={
|
|
|
153685
153806
|
}
|
|
153686
153807
|
}
|
|
153687
153808
|
},
|
|
153688
|
-
"
|
|
153809
|
+
"Svl": {
|
|
153689
153810
|
"type": "list",
|
|
153690
153811
|
"member": {}
|
|
153691
153812
|
},
|
|
153692
|
-
"
|
|
153813
|
+
"Sxw": {
|
|
153693
153814
|
"type": "list",
|
|
153694
153815
|
"member": {}
|
|
153695
153816
|
}
|
|
@@ -171288,6 +171409,29 @@ module.exports={
|
|
|
171288
171409
|
}
|
|
171289
171410
|
}
|
|
171290
171411
|
},
|
|
171412
|
+
"ListTagsForResource": {
|
|
171413
|
+
"http": {
|
|
171414
|
+
"requestUri": "/ListTagsForResource"
|
|
171415
|
+
},
|
|
171416
|
+
"input": {
|
|
171417
|
+
"type": "structure",
|
|
171418
|
+
"required": [
|
|
171419
|
+
"ResourceArn"
|
|
171420
|
+
],
|
|
171421
|
+
"members": {
|
|
171422
|
+
"ResourceArn": {}
|
|
171423
|
+
}
|
|
171424
|
+
},
|
|
171425
|
+
"output": {
|
|
171426
|
+
"type": "structure",
|
|
171427
|
+
"members": {
|
|
171428
|
+
"ResourceArn": {},
|
|
171429
|
+
"Tags": {
|
|
171430
|
+
"shape": "S1e"
|
|
171431
|
+
}
|
|
171432
|
+
}
|
|
171433
|
+
}
|
|
171434
|
+
},
|
|
171291
171435
|
"StartChangeSet": {
|
|
171292
171436
|
"http": {
|
|
171293
171437
|
"requestUri": "/StartChangeSet"
|
|
@@ -171314,6 +171458,9 @@ module.exports={
|
|
|
171314
171458
|
"Entity": {
|
|
171315
171459
|
"shape": "Sg"
|
|
171316
171460
|
},
|
|
171461
|
+
"EntityTags": {
|
|
171462
|
+
"shape": "S1e"
|
|
171463
|
+
},
|
|
171317
171464
|
"Details": {},
|
|
171318
171465
|
"ChangeName": {}
|
|
171319
171466
|
}
|
|
@@ -171322,6 +171469,9 @@ module.exports={
|
|
|
171322
171469
|
"ChangeSetName": {},
|
|
171323
171470
|
"ClientRequestToken": {
|
|
171324
171471
|
"idempotencyToken": true
|
|
171472
|
+
},
|
|
171473
|
+
"ChangeSetTags": {
|
|
171474
|
+
"shape": "S1e"
|
|
171325
171475
|
}
|
|
171326
171476
|
}
|
|
171327
171477
|
},
|
|
@@ -171332,6 +171482,51 @@ module.exports={
|
|
|
171332
171482
|
"ChangeSetArn": {}
|
|
171333
171483
|
}
|
|
171334
171484
|
}
|
|
171485
|
+
},
|
|
171486
|
+
"TagResource": {
|
|
171487
|
+
"http": {
|
|
171488
|
+
"requestUri": "/TagResource"
|
|
171489
|
+
},
|
|
171490
|
+
"input": {
|
|
171491
|
+
"type": "structure",
|
|
171492
|
+
"required": [
|
|
171493
|
+
"ResourceArn",
|
|
171494
|
+
"Tags"
|
|
171495
|
+
],
|
|
171496
|
+
"members": {
|
|
171497
|
+
"ResourceArn": {},
|
|
171498
|
+
"Tags": {
|
|
171499
|
+
"shape": "S1e"
|
|
171500
|
+
}
|
|
171501
|
+
}
|
|
171502
|
+
},
|
|
171503
|
+
"output": {
|
|
171504
|
+
"type": "structure",
|
|
171505
|
+
"members": {}
|
|
171506
|
+
}
|
|
171507
|
+
},
|
|
171508
|
+
"UntagResource": {
|
|
171509
|
+
"http": {
|
|
171510
|
+
"requestUri": "/UntagResource"
|
|
171511
|
+
},
|
|
171512
|
+
"input": {
|
|
171513
|
+
"type": "structure",
|
|
171514
|
+
"required": [
|
|
171515
|
+
"ResourceArn",
|
|
171516
|
+
"TagKeys"
|
|
171517
|
+
],
|
|
171518
|
+
"members": {
|
|
171519
|
+
"ResourceArn": {},
|
|
171520
|
+
"TagKeys": {
|
|
171521
|
+
"type": "list",
|
|
171522
|
+
"member": {}
|
|
171523
|
+
}
|
|
171524
|
+
}
|
|
171525
|
+
},
|
|
171526
|
+
"output": {
|
|
171527
|
+
"type": "structure",
|
|
171528
|
+
"members": {}
|
|
171529
|
+
}
|
|
171335
171530
|
}
|
|
171336
171531
|
},
|
|
171337
171532
|
"shapes": {
|
|
@@ -171364,6 +171559,20 @@ module.exports={
|
|
|
171364
171559
|
"SortBy": {},
|
|
171365
171560
|
"SortOrder": {}
|
|
171366
171561
|
}
|
|
171562
|
+
},
|
|
171563
|
+
"S1e": {
|
|
171564
|
+
"type": "list",
|
|
171565
|
+
"member": {
|
|
171566
|
+
"type": "structure",
|
|
171567
|
+
"required": [
|
|
171568
|
+
"Key",
|
|
171569
|
+
"Value"
|
|
171570
|
+
],
|
|
171571
|
+
"members": {
|
|
171572
|
+
"Key": {},
|
|
171573
|
+
"Value": {}
|
|
171574
|
+
}
|
|
171575
|
+
}
|
|
171367
171576
|
}
|
|
171368
171577
|
}
|
|
171369
171578
|
}
|
|
@@ -172942,6 +173151,9 @@ module.exports={
|
|
|
172942
173151
|
"resourceexplorer2": {
|
|
172943
173152
|
"prefix": "resource-explorer-2",
|
|
172944
173153
|
"name": "ResourceExplorer2"
|
|
173154
|
+
},
|
|
173155
|
+
"scheduler": {
|
|
173156
|
+
"name": "Scheduler"
|
|
172945
173157
|
}
|
|
172946
173158
|
}
|
|
172947
173159
|
},{}],166:[function(require,module,exports){
|
|
@@ -202631,6 +202843,40 @@ module.exports={
|
|
|
202631
202843
|
},
|
|
202632
202844
|
"MinConfidence": {
|
|
202633
202845
|
"type": "float"
|
|
202846
|
+
},
|
|
202847
|
+
"Features": {
|
|
202848
|
+
"type": "list",
|
|
202849
|
+
"member": {}
|
|
202850
|
+
},
|
|
202851
|
+
"Settings": {
|
|
202852
|
+
"type": "structure",
|
|
202853
|
+
"members": {
|
|
202854
|
+
"GeneralLabels": {
|
|
202855
|
+
"type": "structure",
|
|
202856
|
+
"members": {
|
|
202857
|
+
"LabelInclusionFilters": {
|
|
202858
|
+
"shape": "S4l"
|
|
202859
|
+
},
|
|
202860
|
+
"LabelExclusionFilters": {
|
|
202861
|
+
"shape": "S4l"
|
|
202862
|
+
},
|
|
202863
|
+
"LabelCategoryInclusionFilters": {
|
|
202864
|
+
"shape": "S4l"
|
|
202865
|
+
},
|
|
202866
|
+
"LabelCategoryExclusionFilters": {
|
|
202867
|
+
"shape": "S4l"
|
|
202868
|
+
}
|
|
202869
|
+
}
|
|
202870
|
+
},
|
|
202871
|
+
"ImageProperties": {
|
|
202872
|
+
"type": "structure",
|
|
202873
|
+
"members": {
|
|
202874
|
+
"MaxDominantColors": {
|
|
202875
|
+
"type": "integer"
|
|
202876
|
+
}
|
|
202877
|
+
}
|
|
202878
|
+
}
|
|
202879
|
+
}
|
|
202634
202880
|
}
|
|
202635
202881
|
}
|
|
202636
202882
|
},
|
|
@@ -202640,11 +202886,44 @@ module.exports={
|
|
|
202640
202886
|
"Labels": {
|
|
202641
202887
|
"type": "list",
|
|
202642
202888
|
"member": {
|
|
202643
|
-
"shape": "
|
|
202889
|
+
"shape": "S4r"
|
|
202644
202890
|
}
|
|
202645
202891
|
},
|
|
202646
202892
|
"OrientationCorrection": {},
|
|
202647
|
-
"LabelModelVersion": {}
|
|
202893
|
+
"LabelModelVersion": {},
|
|
202894
|
+
"ImageProperties": {
|
|
202895
|
+
"type": "structure",
|
|
202896
|
+
"members": {
|
|
202897
|
+
"Quality": {
|
|
202898
|
+
"shape": "S53"
|
|
202899
|
+
},
|
|
202900
|
+
"DominantColors": {
|
|
202901
|
+
"shape": "S4u"
|
|
202902
|
+
},
|
|
202903
|
+
"Foreground": {
|
|
202904
|
+
"type": "structure",
|
|
202905
|
+
"members": {
|
|
202906
|
+
"Quality": {
|
|
202907
|
+
"shape": "S53"
|
|
202908
|
+
},
|
|
202909
|
+
"DominantColors": {
|
|
202910
|
+
"shape": "S4u"
|
|
202911
|
+
}
|
|
202912
|
+
}
|
|
202913
|
+
},
|
|
202914
|
+
"Background": {
|
|
202915
|
+
"type": "structure",
|
|
202916
|
+
"members": {
|
|
202917
|
+
"Quality": {
|
|
202918
|
+
"shape": "S53"
|
|
202919
|
+
},
|
|
202920
|
+
"DominantColors": {
|
|
202921
|
+
"shape": "S4u"
|
|
202922
|
+
}
|
|
202923
|
+
}
|
|
202924
|
+
}
|
|
202925
|
+
}
|
|
202926
|
+
}
|
|
202648
202927
|
}
|
|
202649
202928
|
}
|
|
202650
202929
|
},
|
|
@@ -202689,7 +202968,7 @@ module.exports={
|
|
|
202689
202968
|
"ModerationLabels": {
|
|
202690
202969
|
"type": "list",
|
|
202691
202970
|
"member": {
|
|
202692
|
-
"shape": "
|
|
202971
|
+
"shape": "S5f"
|
|
202693
202972
|
}
|
|
202694
202973
|
},
|
|
202695
202974
|
"ModerationModelVersion": {},
|
|
@@ -202800,13 +203079,13 @@ module.exports={
|
|
|
202800
203079
|
"type": "structure",
|
|
202801
203080
|
"members": {
|
|
202802
203081
|
"PersonsWithRequiredEquipment": {
|
|
202803
|
-
"shape": "
|
|
203082
|
+
"shape": "S5z"
|
|
202804
203083
|
},
|
|
202805
203084
|
"PersonsWithoutRequiredEquipment": {
|
|
202806
|
-
"shape": "
|
|
203085
|
+
"shape": "S5z"
|
|
202807
203086
|
},
|
|
202808
203087
|
"PersonsIndeterminate": {
|
|
202809
|
-
"shape": "
|
|
203088
|
+
"shape": "S5z"
|
|
202810
203089
|
}
|
|
202811
203090
|
}
|
|
202812
203091
|
}
|
|
@@ -202827,7 +203106,7 @@ module.exports={
|
|
|
202827
203106
|
"type": "structure",
|
|
202828
203107
|
"members": {
|
|
202829
203108
|
"WordFilter": {
|
|
202830
|
-
"shape": "
|
|
203109
|
+
"shape": "S62"
|
|
202831
203110
|
},
|
|
202832
203111
|
"RegionsOfInterest": {
|
|
202833
203112
|
"shape": "S26"
|
|
@@ -202842,7 +203121,7 @@ module.exports={
|
|
|
202842
203121
|
"TextDetections": {
|
|
202843
203122
|
"type": "list",
|
|
202844
203123
|
"member": {
|
|
202845
|
-
"shape": "
|
|
203124
|
+
"shape": "S67"
|
|
202846
203125
|
}
|
|
202847
203126
|
},
|
|
202848
203127
|
"TextModelVersion": {}
|
|
@@ -202889,11 +203168,11 @@ module.exports={
|
|
|
202889
203168
|
"type": "structure",
|
|
202890
203169
|
"members": {
|
|
202891
203170
|
"Urls": {
|
|
202892
|
-
"shape": "
|
|
203171
|
+
"shape": "S6g"
|
|
202893
203172
|
},
|
|
202894
203173
|
"Name": {},
|
|
202895
203174
|
"KnownGender": {
|
|
202896
|
-
"shape": "
|
|
203175
|
+
"shape": "S6i"
|
|
202897
203176
|
}
|
|
202898
203177
|
}
|
|
202899
203178
|
}
|
|
@@ -202919,7 +203198,7 @@ module.exports={
|
|
|
202919
203198
|
"JobStatus": {},
|
|
202920
203199
|
"StatusMessage": {},
|
|
202921
203200
|
"VideoMetadata": {
|
|
202922
|
-
"shape": "
|
|
203201
|
+
"shape": "S6r"
|
|
202923
203202
|
},
|
|
202924
203203
|
"NextToken": {},
|
|
202925
203204
|
"Celebrities": {
|
|
@@ -202934,7 +203213,7 @@ module.exports={
|
|
|
202934
203213
|
"type": "structure",
|
|
202935
203214
|
"members": {
|
|
202936
203215
|
"Urls": {
|
|
202937
|
-
"shape": "
|
|
203216
|
+
"shape": "S6g"
|
|
202938
203217
|
},
|
|
202939
203218
|
"Name": {},
|
|
202940
203219
|
"Id": {},
|
|
@@ -202948,7 +203227,7 @@ module.exports={
|
|
|
202948
203227
|
"shape": "S46"
|
|
202949
203228
|
},
|
|
202950
203229
|
"KnownGender": {
|
|
202951
|
-
"shape": "
|
|
203230
|
+
"shape": "S6i"
|
|
202952
203231
|
}
|
|
202953
203232
|
}
|
|
202954
203233
|
}
|
|
@@ -202979,7 +203258,7 @@ module.exports={
|
|
|
202979
203258
|
"JobStatus": {},
|
|
202980
203259
|
"StatusMessage": {},
|
|
202981
203260
|
"VideoMetadata": {
|
|
202982
|
-
"shape": "
|
|
203261
|
+
"shape": "S6r"
|
|
202983
203262
|
},
|
|
202984
203263
|
"ModerationLabels": {
|
|
202985
203264
|
"type": "list",
|
|
@@ -202990,7 +203269,7 @@ module.exports={
|
|
|
202990
203269
|
"type": "long"
|
|
202991
203270
|
},
|
|
202992
203271
|
"ModerationLabel": {
|
|
202993
|
-
"shape": "
|
|
203272
|
+
"shape": "S5f"
|
|
202994
203273
|
}
|
|
202995
203274
|
}
|
|
202996
203275
|
}
|
|
@@ -203020,7 +203299,7 @@ module.exports={
|
|
|
203020
203299
|
"JobStatus": {},
|
|
203021
203300
|
"StatusMessage": {},
|
|
203022
203301
|
"VideoMetadata": {
|
|
203023
|
-
"shape": "
|
|
203302
|
+
"shape": "S6r"
|
|
203024
203303
|
},
|
|
203025
203304
|
"NextToken": {},
|
|
203026
203305
|
"Faces": {
|
|
@@ -203062,7 +203341,7 @@ module.exports={
|
|
|
203062
203341
|
"StatusMessage": {},
|
|
203063
203342
|
"NextToken": {},
|
|
203064
203343
|
"VideoMetadata": {
|
|
203065
|
-
"shape": "
|
|
203344
|
+
"shape": "S6r"
|
|
203066
203345
|
},
|
|
203067
203346
|
"Persons": {
|
|
203068
203347
|
"type": "list",
|
|
@@ -203073,10 +203352,10 @@ module.exports={
|
|
|
203073
203352
|
"type": "long"
|
|
203074
203353
|
},
|
|
203075
203354
|
"Person": {
|
|
203076
|
-
"shape": "
|
|
203355
|
+
"shape": "S7b"
|
|
203077
203356
|
},
|
|
203078
203357
|
"FaceMatches": {
|
|
203079
|
-
"shape": "
|
|
203358
|
+
"shape": "S7d"
|
|
203080
203359
|
}
|
|
203081
203360
|
}
|
|
203082
203361
|
}
|
|
@@ -203105,7 +203384,7 @@ module.exports={
|
|
|
203105
203384
|
"JobStatus": {},
|
|
203106
203385
|
"StatusMessage": {},
|
|
203107
203386
|
"VideoMetadata": {
|
|
203108
|
-
"shape": "
|
|
203387
|
+
"shape": "S6r"
|
|
203109
203388
|
},
|
|
203110
203389
|
"NextToken": {},
|
|
203111
203390
|
"Labels": {
|
|
@@ -203117,7 +203396,7 @@ module.exports={
|
|
|
203117
203396
|
"type": "long"
|
|
203118
203397
|
},
|
|
203119
203398
|
"Label": {
|
|
203120
|
-
"shape": "
|
|
203399
|
+
"shape": "S4r"
|
|
203121
203400
|
}
|
|
203122
203401
|
}
|
|
203123
203402
|
}
|
|
@@ -203147,7 +203426,7 @@ module.exports={
|
|
|
203147
203426
|
"JobStatus": {},
|
|
203148
203427
|
"StatusMessage": {},
|
|
203149
203428
|
"VideoMetadata": {
|
|
203150
|
-
"shape": "
|
|
203429
|
+
"shape": "S6r"
|
|
203151
203430
|
},
|
|
203152
203431
|
"NextToken": {},
|
|
203153
203432
|
"Persons": {
|
|
@@ -203159,7 +203438,7 @@ module.exports={
|
|
|
203159
203438
|
"type": "long"
|
|
203160
203439
|
},
|
|
203161
203440
|
"Person": {
|
|
203162
|
-
"shape": "
|
|
203441
|
+
"shape": "S7b"
|
|
203163
203442
|
}
|
|
203164
203443
|
}
|
|
203165
203444
|
}
|
|
@@ -203189,7 +203468,7 @@ module.exports={
|
|
|
203189
203468
|
"VideoMetadata": {
|
|
203190
203469
|
"type": "list",
|
|
203191
203470
|
"member": {
|
|
203192
|
-
"shape": "
|
|
203471
|
+
"shape": "S6r"
|
|
203193
203472
|
}
|
|
203194
203473
|
},
|
|
203195
203474
|
"AudioMetadata": {
|
|
@@ -203294,7 +203573,7 @@ module.exports={
|
|
|
203294
203573
|
"JobStatus": {},
|
|
203295
203574
|
"StatusMessage": {},
|
|
203296
203575
|
"VideoMetadata": {
|
|
203297
|
-
"shape": "
|
|
203576
|
+
"shape": "S6r"
|
|
203298
203577
|
},
|
|
203299
203578
|
"TextDetections": {
|
|
203300
203579
|
"type": "list",
|
|
@@ -203305,7 +203584,7 @@ module.exports={
|
|
|
203305
203584
|
"type": "long"
|
|
203306
203585
|
},
|
|
203307
203586
|
"TextDetection": {
|
|
203308
|
-
"shape": "
|
|
203587
|
+
"shape": "S67"
|
|
203309
203588
|
}
|
|
203310
203589
|
}
|
|
203311
203590
|
}
|
|
@@ -203346,7 +203625,7 @@ module.exports={
|
|
|
203346
203625
|
"type": "structure",
|
|
203347
203626
|
"members": {
|
|
203348
203627
|
"Face": {
|
|
203349
|
-
"shape": "
|
|
203628
|
+
"shape": "S7f"
|
|
203350
203629
|
},
|
|
203351
203630
|
"FaceDetail": {
|
|
203352
203631
|
"shape": "S46"
|
|
@@ -203496,7 +203775,7 @@ module.exports={
|
|
|
203496
203775
|
"Faces": {
|
|
203497
203776
|
"type": "list",
|
|
203498
203777
|
"member": {
|
|
203499
|
-
"shape": "
|
|
203778
|
+
"shape": "S7f"
|
|
203500
203779
|
}
|
|
203501
203780
|
},
|
|
203502
203781
|
"NextToken": {},
|
|
@@ -203632,7 +203911,7 @@ module.exports={
|
|
|
203632
203911
|
"type": "structure",
|
|
203633
203912
|
"members": {
|
|
203634
203913
|
"Urls": {
|
|
203635
|
-
"shape": "
|
|
203914
|
+
"shape": "S6g"
|
|
203636
203915
|
},
|
|
203637
203916
|
"Name": {},
|
|
203638
203917
|
"Id": {},
|
|
@@ -203643,7 +203922,7 @@ module.exports={
|
|
|
203643
203922
|
"type": "float"
|
|
203644
203923
|
},
|
|
203645
203924
|
"KnownGender": {
|
|
203646
|
-
"shape": "
|
|
203925
|
+
"shape": "S6i"
|
|
203647
203926
|
}
|
|
203648
203927
|
}
|
|
203649
203928
|
}
|
|
@@ -203681,7 +203960,7 @@ module.exports={
|
|
|
203681
203960
|
"members": {
|
|
203682
203961
|
"SearchedFaceId": {},
|
|
203683
203962
|
"FaceMatches": {
|
|
203684
|
-
"shape": "
|
|
203963
|
+
"shape": "S7d"
|
|
203685
203964
|
},
|
|
203686
203965
|
"FaceModelVersion": {}
|
|
203687
203966
|
}
|
|
@@ -203718,7 +203997,7 @@ module.exports={
|
|
|
203718
203997
|
"type": "float"
|
|
203719
203998
|
},
|
|
203720
203999
|
"FaceMatches": {
|
|
203721
|
-
"shape": "
|
|
204000
|
+
"shape": "S7d"
|
|
203722
204001
|
},
|
|
203723
204002
|
"FaceModelVersion": {}
|
|
203724
204003
|
}
|
|
@@ -203732,11 +204011,11 @@ module.exports={
|
|
|
203732
204011
|
],
|
|
203733
204012
|
"members": {
|
|
203734
204013
|
"Video": {
|
|
203735
|
-
"shape": "
|
|
204014
|
+
"shape": "S9z"
|
|
203736
204015
|
},
|
|
203737
204016
|
"ClientRequestToken": {},
|
|
203738
204017
|
"NotificationChannel": {
|
|
203739
|
-
"shape": "
|
|
204018
|
+
"shape": "Sa1"
|
|
203740
204019
|
},
|
|
203741
204020
|
"JobTag": {}
|
|
203742
204021
|
}
|
|
@@ -203757,14 +204036,14 @@ module.exports={
|
|
|
203757
204036
|
],
|
|
203758
204037
|
"members": {
|
|
203759
204038
|
"Video": {
|
|
203760
|
-
"shape": "
|
|
204039
|
+
"shape": "S9z"
|
|
203761
204040
|
},
|
|
203762
204041
|
"MinConfidence": {
|
|
203763
204042
|
"type": "float"
|
|
203764
204043
|
},
|
|
203765
204044
|
"ClientRequestToken": {},
|
|
203766
204045
|
"NotificationChannel": {
|
|
203767
|
-
"shape": "
|
|
204046
|
+
"shape": "Sa1"
|
|
203768
204047
|
},
|
|
203769
204048
|
"JobTag": {}
|
|
203770
204049
|
}
|
|
@@ -203785,11 +204064,11 @@ module.exports={
|
|
|
203785
204064
|
],
|
|
203786
204065
|
"members": {
|
|
203787
204066
|
"Video": {
|
|
203788
|
-
"shape": "
|
|
204067
|
+
"shape": "S9z"
|
|
203789
204068
|
},
|
|
203790
204069
|
"ClientRequestToken": {},
|
|
203791
204070
|
"NotificationChannel": {
|
|
203792
|
-
"shape": "
|
|
204071
|
+
"shape": "Sa1"
|
|
203793
204072
|
},
|
|
203794
204073
|
"FaceAttributes": {},
|
|
203795
204074
|
"JobTag": {}
|
|
@@ -203812,7 +204091,7 @@ module.exports={
|
|
|
203812
204091
|
],
|
|
203813
204092
|
"members": {
|
|
203814
204093
|
"Video": {
|
|
203815
|
-
"shape": "
|
|
204094
|
+
"shape": "S9z"
|
|
203816
204095
|
},
|
|
203817
204096
|
"ClientRequestToken": {},
|
|
203818
204097
|
"FaceMatchThreshold": {
|
|
@@ -203820,7 +204099,7 @@ module.exports={
|
|
|
203820
204099
|
},
|
|
203821
204100
|
"CollectionId": {},
|
|
203822
204101
|
"NotificationChannel": {
|
|
203823
|
-
"shape": "
|
|
204102
|
+
"shape": "Sa1"
|
|
203824
204103
|
},
|
|
203825
204104
|
"JobTag": {}
|
|
203826
204105
|
}
|
|
@@ -203841,14 +204120,14 @@ module.exports={
|
|
|
203841
204120
|
],
|
|
203842
204121
|
"members": {
|
|
203843
204122
|
"Video": {
|
|
203844
|
-
"shape": "
|
|
204123
|
+
"shape": "S9z"
|
|
203845
204124
|
},
|
|
203846
204125
|
"ClientRequestToken": {},
|
|
203847
204126
|
"MinConfidence": {
|
|
203848
204127
|
"type": "float"
|
|
203849
204128
|
},
|
|
203850
204129
|
"NotificationChannel": {
|
|
203851
|
-
"shape": "
|
|
204130
|
+
"shape": "Sa1"
|
|
203852
204131
|
},
|
|
203853
204132
|
"JobTag": {}
|
|
203854
204133
|
}
|
|
@@ -203869,11 +204148,11 @@ module.exports={
|
|
|
203869
204148
|
],
|
|
203870
204149
|
"members": {
|
|
203871
204150
|
"Video": {
|
|
203872
|
-
"shape": "
|
|
204151
|
+
"shape": "S9z"
|
|
203873
204152
|
},
|
|
203874
204153
|
"ClientRequestToken": {},
|
|
203875
204154
|
"NotificationChannel": {
|
|
203876
|
-
"shape": "
|
|
204155
|
+
"shape": "Sa1"
|
|
203877
204156
|
},
|
|
203878
204157
|
"JobTag": {}
|
|
203879
204158
|
}
|
|
@@ -203919,11 +204198,11 @@ module.exports={
|
|
|
203919
204198
|
],
|
|
203920
204199
|
"members": {
|
|
203921
204200
|
"Video": {
|
|
203922
|
-
"shape": "
|
|
204201
|
+
"shape": "S9z"
|
|
203923
204202
|
},
|
|
203924
204203
|
"ClientRequestToken": {},
|
|
203925
204204
|
"NotificationChannel": {
|
|
203926
|
-
"shape": "
|
|
204205
|
+
"shape": "Sa1"
|
|
203927
204206
|
},
|
|
203928
204207
|
"JobTag": {},
|
|
203929
204208
|
"Filters": {
|
|
@@ -204019,18 +204298,18 @@ module.exports={
|
|
|
204019
204298
|
],
|
|
204020
204299
|
"members": {
|
|
204021
204300
|
"Video": {
|
|
204022
|
-
"shape": "
|
|
204301
|
+
"shape": "S9z"
|
|
204023
204302
|
},
|
|
204024
204303
|
"ClientRequestToken": {},
|
|
204025
204304
|
"NotificationChannel": {
|
|
204026
|
-
"shape": "
|
|
204305
|
+
"shape": "Sa1"
|
|
204027
204306
|
},
|
|
204028
204307
|
"JobTag": {},
|
|
204029
204308
|
"Filters": {
|
|
204030
204309
|
"type": "structure",
|
|
204031
204310
|
"members": {
|
|
204032
204311
|
"WordFilter": {
|
|
204033
|
-
"shape": "
|
|
204312
|
+
"shape": "S62"
|
|
204034
204313
|
},
|
|
204035
204314
|
"RegionsOfInterest": {
|
|
204036
204315
|
"shape": "S26"
|
|
@@ -204611,7 +204890,11 @@ module.exports={
|
|
|
204611
204890
|
}
|
|
204612
204891
|
}
|
|
204613
204892
|
},
|
|
204614
|
-
"
|
|
204893
|
+
"S4l": {
|
|
204894
|
+
"type": "list",
|
|
204895
|
+
"member": {}
|
|
204896
|
+
},
|
|
204897
|
+
"S4r": {
|
|
204615
204898
|
"type": "structure",
|
|
204616
204899
|
"members": {
|
|
204617
204900
|
"Name": {},
|
|
@@ -204628,6 +204911,9 @@ module.exports={
|
|
|
204628
204911
|
},
|
|
204629
204912
|
"Confidence": {
|
|
204630
204913
|
"type": "float"
|
|
204914
|
+
},
|
|
204915
|
+
"DominantColors": {
|
|
204916
|
+
"shape": "S4u"
|
|
204631
204917
|
}
|
|
204632
204918
|
}
|
|
204633
204919
|
}
|
|
@@ -204640,10 +204926,65 @@ module.exports={
|
|
|
204640
204926
|
"Name": {}
|
|
204641
204927
|
}
|
|
204642
204928
|
}
|
|
204929
|
+
},
|
|
204930
|
+
"Aliases": {
|
|
204931
|
+
"type": "list",
|
|
204932
|
+
"member": {
|
|
204933
|
+
"type": "structure",
|
|
204934
|
+
"members": {
|
|
204935
|
+
"Name": {}
|
|
204936
|
+
}
|
|
204937
|
+
}
|
|
204938
|
+
},
|
|
204939
|
+
"Categories": {
|
|
204940
|
+
"type": "list",
|
|
204941
|
+
"member": {
|
|
204942
|
+
"type": "structure",
|
|
204943
|
+
"members": {
|
|
204944
|
+
"Name": {}
|
|
204945
|
+
}
|
|
204946
|
+
}
|
|
204643
204947
|
}
|
|
204644
204948
|
}
|
|
204645
204949
|
},
|
|
204646
|
-
"
|
|
204950
|
+
"S4u": {
|
|
204951
|
+
"type": "list",
|
|
204952
|
+
"member": {
|
|
204953
|
+
"type": "structure",
|
|
204954
|
+
"members": {
|
|
204955
|
+
"Red": {
|
|
204956
|
+
"type": "integer"
|
|
204957
|
+
},
|
|
204958
|
+
"Blue": {
|
|
204959
|
+
"type": "integer"
|
|
204960
|
+
},
|
|
204961
|
+
"Green": {
|
|
204962
|
+
"type": "integer"
|
|
204963
|
+
},
|
|
204964
|
+
"HexCode": {},
|
|
204965
|
+
"CSSColor": {},
|
|
204966
|
+
"SimplifiedColor": {},
|
|
204967
|
+
"PixelPercent": {
|
|
204968
|
+
"type": "float"
|
|
204969
|
+
}
|
|
204970
|
+
}
|
|
204971
|
+
}
|
|
204972
|
+
},
|
|
204973
|
+
"S53": {
|
|
204974
|
+
"type": "structure",
|
|
204975
|
+
"members": {
|
|
204976
|
+
"Brightness": {
|
|
204977
|
+
"type": "float"
|
|
204978
|
+
},
|
|
204979
|
+
"Sharpness": {
|
|
204980
|
+
"type": "float"
|
|
204981
|
+
},
|
|
204982
|
+
"Contrast": {
|
|
204983
|
+
"type": "float"
|
|
204984
|
+
}
|
|
204985
|
+
}
|
|
204986
|
+
},
|
|
204987
|
+
"S5f": {
|
|
204647
204988
|
"type": "structure",
|
|
204648
204989
|
"members": {
|
|
204649
204990
|
"Confidence": {
|
|
@@ -204653,13 +204994,13 @@ module.exports={
|
|
|
204653
204994
|
"ParentName": {}
|
|
204654
204995
|
}
|
|
204655
204996
|
},
|
|
204656
|
-
"
|
|
204997
|
+
"S5z": {
|
|
204657
204998
|
"type": "list",
|
|
204658
204999
|
"member": {
|
|
204659
205000
|
"type": "integer"
|
|
204660
205001
|
}
|
|
204661
205002
|
},
|
|
204662
|
-
"
|
|
205003
|
+
"S62": {
|
|
204663
205004
|
"type": "structure",
|
|
204664
205005
|
"members": {
|
|
204665
205006
|
"MinConfidence": {
|
|
@@ -204673,7 +205014,7 @@ module.exports={
|
|
|
204673
205014
|
}
|
|
204674
205015
|
}
|
|
204675
205016
|
},
|
|
204676
|
-
"
|
|
205017
|
+
"S67": {
|
|
204677
205018
|
"type": "structure",
|
|
204678
205019
|
"members": {
|
|
204679
205020
|
"DetectedText": {},
|
|
@@ -204692,17 +205033,17 @@ module.exports={
|
|
|
204692
205033
|
}
|
|
204693
205034
|
}
|
|
204694
205035
|
},
|
|
204695
|
-
"
|
|
205036
|
+
"S6g": {
|
|
204696
205037
|
"type": "list",
|
|
204697
205038
|
"member": {}
|
|
204698
205039
|
},
|
|
204699
|
-
"
|
|
205040
|
+
"S6i": {
|
|
204700
205041
|
"type": "structure",
|
|
204701
205042
|
"members": {
|
|
204702
205043
|
"Type": {}
|
|
204703
205044
|
}
|
|
204704
205045
|
},
|
|
204705
|
-
"
|
|
205046
|
+
"S6r": {
|
|
204706
205047
|
"type": "structure",
|
|
204707
205048
|
"members": {
|
|
204708
205049
|
"Codec": {},
|
|
@@ -204722,7 +205063,7 @@ module.exports={
|
|
|
204722
205063
|
"ColorRange": {}
|
|
204723
205064
|
}
|
|
204724
205065
|
},
|
|
204725
|
-
"
|
|
205066
|
+
"S7b": {
|
|
204726
205067
|
"type": "structure",
|
|
204727
205068
|
"members": {
|
|
204728
205069
|
"Index": {
|
|
@@ -204736,7 +205077,7 @@ module.exports={
|
|
|
204736
205077
|
}
|
|
204737
205078
|
}
|
|
204738
205079
|
},
|
|
204739
|
-
"
|
|
205080
|
+
"S7d": {
|
|
204740
205081
|
"type": "list",
|
|
204741
205082
|
"member": {
|
|
204742
205083
|
"type": "structure",
|
|
@@ -204745,12 +205086,12 @@ module.exports={
|
|
|
204745
205086
|
"type": "float"
|
|
204746
205087
|
},
|
|
204747
205088
|
"Face": {
|
|
204748
|
-
"shape": "
|
|
205089
|
+
"shape": "S7f"
|
|
204749
205090
|
}
|
|
204750
205091
|
}
|
|
204751
205092
|
}
|
|
204752
205093
|
},
|
|
204753
|
-
"
|
|
205094
|
+
"S7f": {
|
|
204754
205095
|
"type": "structure",
|
|
204755
205096
|
"members": {
|
|
204756
205097
|
"FaceId": {},
|
|
@@ -204765,7 +205106,7 @@ module.exports={
|
|
|
204765
205106
|
"IndexFacesModelVersion": {}
|
|
204766
205107
|
}
|
|
204767
205108
|
},
|
|
204768
|
-
"
|
|
205109
|
+
"S9z": {
|
|
204769
205110
|
"type": "structure",
|
|
204770
205111
|
"members": {
|
|
204771
205112
|
"S3Object": {
|
|
@@ -204773,7 +205114,7 @@ module.exports={
|
|
|
204773
205114
|
}
|
|
204774
205115
|
}
|
|
204775
205116
|
},
|
|
204776
|
-
"
|
|
205117
|
+
"Sa1": {
|
|
204777
205118
|
"type": "structure",
|
|
204778
205119
|
"required": [
|
|
204779
205120
|
"SNSTopicArn",
|
|
@@ -245242,7 +245583,7 @@ AWS.util.update(AWS, {
|
|
|
245242
245583
|
/**
|
|
245243
245584
|
* @constant
|
|
245244
245585
|
*/
|
|
245245
|
-
VERSION: '2.
|
|
245586
|
+
VERSION: '2.1253.0',
|
|
245246
245587
|
|
|
245247
245588
|
/**
|
|
245248
245589
|
* @api private
|
|
@@ -267245,7 +267586,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
267245
267586
|
}());
|
|
267246
267587
|
exports.LRUCache = LRUCache;
|
|
267247
267588
|
},{}],461:[function(require,module,exports){
|
|
267248
|
-
// AWS SDK for JavaScript v2.
|
|
267589
|
+
// AWS SDK for JavaScript v2.1253.0
|
|
267249
267590
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
267250
267591
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
267251
267592
|
require('./browser_loader');
|