aws-sdk-core 2.11.396 → 2.11.397
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.
- checksums.yaml +4 -4
- data/apis/cloudsearch/2013-01-01/api-2.json +207 -680
- data/apis/cloudsearch/2013-01-01/examples-1.json +5 -0
- data/apis/cloudsearch/2013-01-01/paginators-1.json +1 -2
- data/apis/cloudsearch/2013-01-01/smoke.json +18 -0
- data/apis/dataexchange/2017-07-25/api-2.json +2263 -0
- data/apis/dataexchange/2017-07-25/paginators-1.json +28 -0
- data/apis/dlm/2018-01-12/api-2.json +175 -10
- data/apis/iot/2015-05-28/api-2.json +156 -3
- data/apis/sesv2/2019-09-27/api-2.json +2093 -0
- data/apis/sesv2/2019-09-27/examples-1.json +5 -0
- data/apis/sesv2/2019-09-27/paginators-1.json +34 -0
- data/endpoints.json +15 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/cloudsearch.rb +1 -0
- data/lib/aws-sdk-core/dataexchange.rb +5 -0
- data/lib/aws-sdk-core/sesv2.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +8 -0
- metadata +11 -2
@@ -0,0 +1,28 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListDataSetRevisions": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Revisions"
|
8
|
+
},
|
9
|
+
"ListDataSets": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults",
|
13
|
+
"result_key": "DataSets"
|
14
|
+
},
|
15
|
+
"ListJobs": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "MaxResults",
|
19
|
+
"result_key": "Jobs"
|
20
|
+
},
|
21
|
+
"ListRevisionAssets": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "MaxResults",
|
25
|
+
"result_key": "Assets"
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
@@ -70,6 +70,48 @@
|
|
70
70
|
{"shape":"LimitExceededException"}
|
71
71
|
]
|
72
72
|
},
|
73
|
+
"ListTagsForResource":{
|
74
|
+
"name":"ListTagsForResource",
|
75
|
+
"http":{
|
76
|
+
"method":"GET",
|
77
|
+
"requestUri":"/tags/{resourceArn}"
|
78
|
+
},
|
79
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
80
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
81
|
+
"errors":[
|
82
|
+
{"shape":"InternalServerException"},
|
83
|
+
{"shape":"InvalidRequestException"},
|
84
|
+
{"shape":"ResourceNotFoundException"}
|
85
|
+
]
|
86
|
+
},
|
87
|
+
"TagResource":{
|
88
|
+
"name":"TagResource",
|
89
|
+
"http":{
|
90
|
+
"method":"POST",
|
91
|
+
"requestUri":"/tags/{resourceArn}"
|
92
|
+
},
|
93
|
+
"input":{"shape":"TagResourceRequest"},
|
94
|
+
"output":{"shape":"TagResourceResponse"},
|
95
|
+
"errors":[
|
96
|
+
{"shape":"InternalServerException"},
|
97
|
+
{"shape":"InvalidRequestException"},
|
98
|
+
{"shape":"ResourceNotFoundException"}
|
99
|
+
]
|
100
|
+
},
|
101
|
+
"UntagResource":{
|
102
|
+
"name":"UntagResource",
|
103
|
+
"http":{
|
104
|
+
"method":"DELETE",
|
105
|
+
"requestUri":"/tags/{resourceArn}"
|
106
|
+
},
|
107
|
+
"input":{"shape":"UntagResourceRequest"},
|
108
|
+
"output":{"shape":"UntagResourceResponse"},
|
109
|
+
"errors":[
|
110
|
+
{"shape":"InternalServerException"},
|
111
|
+
{"shape":"InvalidRequestException"},
|
112
|
+
{"shape":"ResourceNotFoundException"}
|
113
|
+
]
|
114
|
+
},
|
73
115
|
"UpdateLifecyclePolicy":{
|
74
116
|
"name":"UpdateLifecyclePolicy",
|
75
117
|
"http":{
|
@@ -105,7 +147,8 @@
|
|
105
147
|
"ExecutionRoleArn":{"shape":"ExecutionRoleArn"},
|
106
148
|
"Description":{"shape":"PolicyDescription"},
|
107
149
|
"State":{"shape":"SettablePolicyStateValues"},
|
108
|
-
"PolicyDetails":{"shape":"PolicyDetails"}
|
150
|
+
"PolicyDetails":{"shape":"PolicyDetails"},
|
151
|
+
"Tags":{"shape":"TagMap"}
|
109
152
|
}
|
110
153
|
},
|
111
154
|
"CreateLifecyclePolicyResponse":{
|
@@ -145,7 +188,12 @@
|
|
145
188
|
"ErrorCode":{"type":"string"},
|
146
189
|
"ErrorMessage":{"type":"string"},
|
147
190
|
"ExcludeBootVolume":{"type":"boolean"},
|
148
|
-
"ExecutionRoleArn":{
|
191
|
+
"ExecutionRoleArn":{
|
192
|
+
"type":"string",
|
193
|
+
"max":2048,
|
194
|
+
"min":0,
|
195
|
+
"pattern":"arn:aws:iam::\\d+:role/.*"
|
196
|
+
},
|
149
197
|
"GetLifecyclePoliciesRequest":{
|
150
198
|
"type":"structure",
|
151
199
|
"members":{
|
@@ -241,10 +289,13 @@
|
|
241
289
|
"PolicyId":{"shape":"PolicyId"},
|
242
290
|
"Description":{"shape":"PolicyDescription"},
|
243
291
|
"State":{"shape":"GettablePolicyStateValues"},
|
292
|
+
"StatusMessage":{"shape":"StatusMessage"},
|
244
293
|
"ExecutionRoleArn":{"shape":"ExecutionRoleArn"},
|
245
294
|
"DateCreated":{"shape":"Timestamp"},
|
246
295
|
"DateModified":{"shape":"Timestamp"},
|
247
|
-
"PolicyDetails":{"shape":"PolicyDetails"}
|
296
|
+
"PolicyDetails":{"shape":"PolicyDetails"},
|
297
|
+
"Tags":{"shape":"TagMap"},
|
298
|
+
"PolicyArn":{"shape":"PolicyArn"}
|
248
299
|
}
|
249
300
|
},
|
250
301
|
"LifecyclePolicySummary":{
|
@@ -252,7 +303,8 @@
|
|
252
303
|
"members":{
|
253
304
|
"PolicyId":{"shape":"PolicyId"},
|
254
305
|
"Description":{"shape":"PolicyDescription"},
|
255
|
-
"State":{"shape":"GettablePolicyStateValues"}
|
306
|
+
"State":{"shape":"GettablePolicyStateValues"},
|
307
|
+
"Tags":{"shape":"TagMap"}
|
256
308
|
}
|
257
309
|
},
|
258
310
|
"LifecyclePolicySummaryList":{
|
@@ -269,6 +321,23 @@
|
|
269
321
|
"error":{"httpStatusCode":429},
|
270
322
|
"exception":true
|
271
323
|
},
|
324
|
+
"ListTagsForResourceRequest":{
|
325
|
+
"type":"structure",
|
326
|
+
"required":["ResourceArn"],
|
327
|
+
"members":{
|
328
|
+
"ResourceArn":{
|
329
|
+
"shape":"PolicyArn",
|
330
|
+
"location":"uri",
|
331
|
+
"locationName":"resourceArn"
|
332
|
+
}
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"ListTagsForResourceResponse":{
|
336
|
+
"type":"structure",
|
337
|
+
"members":{
|
338
|
+
"Tags":{"shape":"TagMap"}
|
339
|
+
}
|
340
|
+
},
|
272
341
|
"Parameter":{"type":"string"},
|
273
342
|
"ParameterList":{
|
274
343
|
"type":"list",
|
@@ -280,10 +349,15 @@
|
|
280
349
|
"ExcludeBootVolume":{"shape":"ExcludeBootVolume"}
|
281
350
|
}
|
282
351
|
},
|
352
|
+
"PolicyArn":{
|
353
|
+
"type":"string",
|
354
|
+
"pattern":"^arn:aws:dlm:[A-Za-z0-9_/.-]{0,63}:\\d+:policy/[0-9A-Za-z_-]{1,128}$"
|
355
|
+
},
|
283
356
|
"PolicyDescription":{
|
284
357
|
"type":"string",
|
285
358
|
"max":500,
|
286
|
-
"min":0
|
359
|
+
"min":0,
|
360
|
+
"pattern":"[0-9A-Za-z _-]+"
|
287
361
|
},
|
288
362
|
"PolicyDetails":{
|
289
363
|
"type":"structure",
|
@@ -295,7 +369,12 @@
|
|
295
369
|
"Parameters":{"shape":"Parameters"}
|
296
370
|
}
|
297
371
|
},
|
298
|
-
"PolicyId":{
|
372
|
+
"PolicyId":{
|
373
|
+
"type":"string",
|
374
|
+
"max":64,
|
375
|
+
"min":0,
|
376
|
+
"pattern":"policy-[A-Za-z0-9]+"
|
377
|
+
},
|
299
378
|
"PolicyIdList":{
|
300
379
|
"type":"list",
|
301
380
|
"member":{"shape":"PolicyId"}
|
@@ -355,7 +434,8 @@
|
|
355
434
|
"ScheduleName":{
|
356
435
|
"type":"string",
|
357
436
|
"max":500,
|
358
|
-
"min":0
|
437
|
+
"min":0,
|
438
|
+
"pattern":"[\\p{all}]*"
|
359
439
|
},
|
360
440
|
"SettablePolicyStateValues":{
|
361
441
|
"type":"string",
|
@@ -364,7 +444,18 @@
|
|
364
444
|
"DISABLED"
|
365
445
|
]
|
366
446
|
},
|
367
|
-
"
|
447
|
+
"StatusMessage":{
|
448
|
+
"type":"string",
|
449
|
+
"max":500,
|
450
|
+
"min":0,
|
451
|
+
"pattern":"[\\p{all}]*"
|
452
|
+
},
|
453
|
+
"String":{
|
454
|
+
"type":"string",
|
455
|
+
"max":500,
|
456
|
+
"min":0,
|
457
|
+
"pattern":"[\\p{all}]*"
|
458
|
+
},
|
368
459
|
"Tag":{
|
369
460
|
"type":"structure",
|
370
461
|
"required":[
|
@@ -376,7 +467,55 @@
|
|
376
467
|
"Value":{"shape":"String"}
|
377
468
|
}
|
378
469
|
},
|
379
|
-
"TagFilter":{
|
470
|
+
"TagFilter":{
|
471
|
+
"type":"string",
|
472
|
+
"max":256,
|
473
|
+
"min":0,
|
474
|
+
"pattern":"[\\p{all}]*"
|
475
|
+
},
|
476
|
+
"TagKey":{
|
477
|
+
"type":"string",
|
478
|
+
"max":128,
|
479
|
+
"min":1,
|
480
|
+
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
|
481
|
+
},
|
482
|
+
"TagKeyList":{
|
483
|
+
"type":"list",
|
484
|
+
"member":{"shape":"TagKey"},
|
485
|
+
"max":200,
|
486
|
+
"min":1
|
487
|
+
},
|
488
|
+
"TagMap":{
|
489
|
+
"type":"map",
|
490
|
+
"key":{"shape":"TagKey"},
|
491
|
+
"value":{"shape":"TagValue"},
|
492
|
+
"max":200,
|
493
|
+
"min":1
|
494
|
+
},
|
495
|
+
"TagResourceRequest":{
|
496
|
+
"type":"structure",
|
497
|
+
"required":[
|
498
|
+
"ResourceArn",
|
499
|
+
"Tags"
|
500
|
+
],
|
501
|
+
"members":{
|
502
|
+
"ResourceArn":{
|
503
|
+
"shape":"PolicyArn",
|
504
|
+
"location":"uri",
|
505
|
+
"locationName":"resourceArn"
|
506
|
+
},
|
507
|
+
"Tags":{"shape":"TagMap"}
|
508
|
+
}
|
509
|
+
},
|
510
|
+
"TagResourceResponse":{
|
511
|
+
"type":"structure",
|
512
|
+
"members":{
|
513
|
+
}
|
514
|
+
},
|
515
|
+
"TagValue":{
|
516
|
+
"type":"string",
|
517
|
+
"max":256
|
518
|
+
},
|
380
519
|
"TagsToAddFilterList":{
|
381
520
|
"type":"list",
|
382
521
|
"member":{"shape":"TagFilter"},
|
@@ -403,7 +542,9 @@
|
|
403
542
|
},
|
404
543
|
"Time":{
|
405
544
|
"type":"string",
|
406
|
-
"
|
545
|
+
"max":5,
|
546
|
+
"min":5,
|
547
|
+
"pattern":"^(0[0-9]|1[0-9]|2[0-3]):[0-5][0-9]$"
|
407
548
|
},
|
408
549
|
"TimesList":{
|
409
550
|
"type":"list",
|
@@ -414,6 +555,30 @@
|
|
414
555
|
"type":"timestamp",
|
415
556
|
"timestampFormat":"iso8601"
|
416
557
|
},
|
558
|
+
"UntagResourceRequest":{
|
559
|
+
"type":"structure",
|
560
|
+
"required":[
|
561
|
+
"ResourceArn",
|
562
|
+
"TagKeys"
|
563
|
+
],
|
564
|
+
"members":{
|
565
|
+
"ResourceArn":{
|
566
|
+
"shape":"PolicyArn",
|
567
|
+
"location":"uri",
|
568
|
+
"locationName":"resourceArn"
|
569
|
+
},
|
570
|
+
"TagKeys":{
|
571
|
+
"shape":"TagKeyList",
|
572
|
+
"location":"querystring",
|
573
|
+
"locationName":"tagKeys"
|
574
|
+
}
|
575
|
+
}
|
576
|
+
},
|
577
|
+
"UntagResourceResponse":{
|
578
|
+
"type":"structure",
|
579
|
+
"members":{
|
580
|
+
}
|
581
|
+
},
|
417
582
|
"UpdateLifecyclePolicyRequest":{
|
418
583
|
"type":"structure",
|
419
584
|
"required":["PolicyId"],
|
@@ -1372,6 +1372,26 @@
|
|
1372
1372
|
{"shape":"ConflictingResourceUpdateException"}
|
1373
1373
|
]
|
1374
1374
|
},
|
1375
|
+
"GetCardinality":{
|
1376
|
+
"name":"GetCardinality",
|
1377
|
+
"http":{
|
1378
|
+
"method":"POST",
|
1379
|
+
"requestUri":"/indices/cardinality"
|
1380
|
+
},
|
1381
|
+
"input":{"shape":"GetCardinalityRequest"},
|
1382
|
+
"output":{"shape":"GetCardinalityResponse"},
|
1383
|
+
"errors":[
|
1384
|
+
{"shape":"InvalidRequestException"},
|
1385
|
+
{"shape":"ThrottlingException"},
|
1386
|
+
{"shape":"UnauthorizedException"},
|
1387
|
+
{"shape":"ServiceUnavailableException"},
|
1388
|
+
{"shape":"InternalFailureException"},
|
1389
|
+
{"shape":"ResourceNotFoundException"},
|
1390
|
+
{"shape":"InvalidQueryException"},
|
1391
|
+
{"shape":"InvalidAggregationException"},
|
1392
|
+
{"shape":"IndexNotReadyException"}
|
1393
|
+
]
|
1394
|
+
},
|
1375
1395
|
"GetEffectivePolicies":{
|
1376
1396
|
"name":"GetEffectivePolicies",
|
1377
1397
|
"http":{
|
@@ -1452,6 +1472,26 @@
|
|
1452
1472
|
{"shape":"ResourceNotFoundException"}
|
1453
1473
|
]
|
1454
1474
|
},
|
1475
|
+
"GetPercentiles":{
|
1476
|
+
"name":"GetPercentiles",
|
1477
|
+
"http":{
|
1478
|
+
"method":"POST",
|
1479
|
+
"requestUri":"/indices/percentiles"
|
1480
|
+
},
|
1481
|
+
"input":{"shape":"GetPercentilesRequest"},
|
1482
|
+
"output":{"shape":"GetPercentilesResponse"},
|
1483
|
+
"errors":[
|
1484
|
+
{"shape":"InvalidRequestException"},
|
1485
|
+
{"shape":"ThrottlingException"},
|
1486
|
+
{"shape":"UnauthorizedException"},
|
1487
|
+
{"shape":"ServiceUnavailableException"},
|
1488
|
+
{"shape":"InternalFailureException"},
|
1489
|
+
{"shape":"ResourceNotFoundException"},
|
1490
|
+
{"shape":"InvalidQueryException"},
|
1491
|
+
{"shape":"InvalidAggregationException"},
|
1492
|
+
{"shape":"IndexNotReadyException"}
|
1493
|
+
]
|
1494
|
+
},
|
1455
1495
|
"GetPolicy":{
|
1456
1496
|
"name":"GetPolicy",
|
1457
1497
|
"http":{
|
@@ -3468,6 +3508,7 @@
|
|
3468
3508
|
"DISABLE"
|
3469
3509
|
]
|
3470
3510
|
},
|
3511
|
+
"Average":{"type":"double"},
|
3471
3512
|
"AwsAccountId":{
|
3472
3513
|
"type":"string",
|
3473
3514
|
"max":12,
|
@@ -5601,6 +5642,26 @@
|
|
5601
5642
|
"FailedChecksCount":{"type":"integer"},
|
5602
5643
|
"FailedFindingsCount":{"type":"long"},
|
5603
5644
|
"FailedThings":{"type":"integer"},
|
5645
|
+
"Field":{
|
5646
|
+
"type":"structure",
|
5647
|
+
"members":{
|
5648
|
+
"name":{"shape":"FieldName"},
|
5649
|
+
"type":{"shape":"FieldType"}
|
5650
|
+
}
|
5651
|
+
},
|
5652
|
+
"FieldName":{"type":"string"},
|
5653
|
+
"FieldType":{
|
5654
|
+
"type":"string",
|
5655
|
+
"enum":[
|
5656
|
+
"Number",
|
5657
|
+
"String",
|
5658
|
+
"Boolean"
|
5659
|
+
]
|
5660
|
+
},
|
5661
|
+
"Fields":{
|
5662
|
+
"type":"list",
|
5663
|
+
"member":{"shape":"Field"}
|
5664
|
+
},
|
5604
5665
|
"FileId":{
|
5605
5666
|
"type":"integer",
|
5606
5667
|
"max":255,
|
@@ -5654,6 +5715,22 @@
|
|
5654
5715
|
"min":1
|
5655
5716
|
},
|
5656
5717
|
"GenerationId":{"type":"string"},
|
5718
|
+
"GetCardinalityRequest":{
|
5719
|
+
"type":"structure",
|
5720
|
+
"required":["queryString"],
|
5721
|
+
"members":{
|
5722
|
+
"indexName":{"shape":"IndexName"},
|
5723
|
+
"queryString":{"shape":"QueryString"},
|
5724
|
+
"aggregationField":{"shape":"AggregationField"},
|
5725
|
+
"queryVersion":{"shape":"QueryVersion"}
|
5726
|
+
}
|
5727
|
+
},
|
5728
|
+
"GetCardinalityResponse":{
|
5729
|
+
"type":"structure",
|
5730
|
+
"members":{
|
5731
|
+
"cardinality":{"shape":"Count"}
|
5732
|
+
}
|
5733
|
+
},
|
5657
5734
|
"GetEffectivePoliciesRequest":{
|
5658
5735
|
"type":"structure",
|
5659
5736
|
"members":{
|
@@ -5730,6 +5807,23 @@
|
|
5730
5807
|
"otaUpdateInfo":{"shape":"OTAUpdateInfo"}
|
5731
5808
|
}
|
5732
5809
|
},
|
5810
|
+
"GetPercentilesRequest":{
|
5811
|
+
"type":"structure",
|
5812
|
+
"required":["queryString"],
|
5813
|
+
"members":{
|
5814
|
+
"indexName":{"shape":"IndexName"},
|
5815
|
+
"queryString":{"shape":"QueryString"},
|
5816
|
+
"aggregationField":{"shape":"AggregationField"},
|
5817
|
+
"queryVersion":{"shape":"QueryVersion"},
|
5818
|
+
"percents":{"shape":"PercentList"}
|
5819
|
+
}
|
5820
|
+
},
|
5821
|
+
"GetPercentilesResponse":{
|
5822
|
+
"type":"structure",
|
5823
|
+
"members":{
|
5824
|
+
"percentiles":{"shape":"Percentiles"}
|
5825
|
+
}
|
5826
|
+
},
|
5733
5827
|
"GetPolicyRequest":{
|
5734
5828
|
"type":"structure",
|
5735
5829
|
"required":["policyName"],
|
@@ -7573,6 +7667,7 @@
|
|
7573
7667
|
"max":250,
|
7574
7668
|
"min":1
|
7575
7669
|
},
|
7670
|
+
"Maximum":{"type":"double"},
|
7576
7671
|
"MaximumPerMinute":{
|
7577
7672
|
"type":"integer",
|
7578
7673
|
"max":1000,
|
@@ -7601,6 +7696,7 @@
|
|
7601
7696
|
"ports":{"shape":"Ports"}
|
7602
7697
|
}
|
7603
7698
|
},
|
7699
|
+
"Minimum":{"type":"double"},
|
7604
7700
|
"MinimumNumberOfExecutedThings":{
|
7605
7701
|
"type":"integer",
|
7606
7702
|
"min":1
|
@@ -7793,11 +7889,32 @@
|
|
7793
7889
|
},
|
7794
7890
|
"PartitionKey":{"type":"string"},
|
7795
7891
|
"PayloadField":{"type":"string"},
|
7892
|
+
"Percent":{
|
7893
|
+
"type":"double",
|
7894
|
+
"max":100,
|
7895
|
+
"min":0
|
7896
|
+
},
|
7897
|
+
"PercentList":{
|
7898
|
+
"type":"list",
|
7899
|
+
"member":{"shape":"Percent"}
|
7900
|
+
},
|
7901
|
+
"PercentPair":{
|
7902
|
+
"type":"structure",
|
7903
|
+
"members":{
|
7904
|
+
"percent":{"shape":"Percent"},
|
7905
|
+
"value":{"shape":"PercentValue"}
|
7906
|
+
}
|
7907
|
+
},
|
7908
|
+
"PercentValue":{"type":"double"},
|
7796
7909
|
"Percentage":{
|
7797
7910
|
"type":"integer",
|
7798
7911
|
"max":100,
|
7799
7912
|
"min":0
|
7800
7913
|
},
|
7914
|
+
"Percentiles":{
|
7915
|
+
"type":"list",
|
7916
|
+
"member":{"shape":"PercentPair"}
|
7917
|
+
},
|
7801
7918
|
"Platform":{"type":"string"},
|
7802
7919
|
"Policies":{
|
7803
7920
|
"type":"list",
|
@@ -8633,7 +8750,35 @@
|
|
8633
8750
|
"Statistics":{
|
8634
8751
|
"type":"structure",
|
8635
8752
|
"members":{
|
8636
|
-
"count":{"shape":"Count"}
|
8753
|
+
"count":{"shape":"Count"},
|
8754
|
+
"average":{
|
8755
|
+
"shape":"Average",
|
8756
|
+
"box":true
|
8757
|
+
},
|
8758
|
+
"sum":{
|
8759
|
+
"shape":"Sum",
|
8760
|
+
"box":true
|
8761
|
+
},
|
8762
|
+
"minimum":{
|
8763
|
+
"shape":"Minimum",
|
8764
|
+
"box":true
|
8765
|
+
},
|
8766
|
+
"maximum":{
|
8767
|
+
"shape":"Maximum",
|
8768
|
+
"box":true
|
8769
|
+
},
|
8770
|
+
"sumOfSquares":{
|
8771
|
+
"shape":"SumOfSquares",
|
8772
|
+
"box":true
|
8773
|
+
},
|
8774
|
+
"variance":{
|
8775
|
+
"shape":"Variance",
|
8776
|
+
"box":true
|
8777
|
+
},
|
8778
|
+
"stdDeviation":{
|
8779
|
+
"shape":"StdDeviation",
|
8780
|
+
"box":true
|
8781
|
+
}
|
8637
8782
|
}
|
8638
8783
|
},
|
8639
8784
|
"Status":{
|
@@ -8646,6 +8791,7 @@
|
|
8646
8791
|
"Cancelling"
|
8647
8792
|
]
|
8648
8793
|
},
|
8794
|
+
"StdDeviation":{"type":"double"},
|
8649
8795
|
"StepFunctionsAction":{
|
8650
8796
|
"type":"structure",
|
8651
8797
|
"required":[
|
@@ -8746,6 +8892,8 @@
|
|
8746
8892
|
},
|
8747
8893
|
"SucceededFindingsCount":{"type":"long"},
|
8748
8894
|
"SucceededThings":{"type":"integer"},
|
8895
|
+
"Sum":{"type":"double"},
|
8896
|
+
"SumOfSquares":{"type":"double"},
|
8749
8897
|
"TableName":{"type":"string"},
|
8750
8898
|
"Tag":{
|
8751
8899
|
"type":"structure",
|
@@ -8961,7 +9109,9 @@
|
|
8961
9109
|
"type":"structure",
|
8962
9110
|
"required":["thingGroupIndexingMode"],
|
8963
9111
|
"members":{
|
8964
|
-
"thingGroupIndexingMode":{"shape":"ThingGroupIndexingMode"}
|
9112
|
+
"thingGroupIndexingMode":{"shape":"ThingGroupIndexingMode"},
|
9113
|
+
"managedFields":{"shape":"Fields"},
|
9114
|
+
"customFields":{"shape":"Fields"}
|
8965
9115
|
}
|
8966
9116
|
},
|
8967
9117
|
"ThingGroupIndexingMode":{
|
@@ -9016,7 +9166,9 @@
|
|
9016
9166
|
"required":["thingIndexingMode"],
|
9017
9167
|
"members":{
|
9018
9168
|
"thingIndexingMode":{"shape":"ThingIndexingMode"},
|
9019
|
-
"thingConnectivityIndexingMode":{"shape":"ThingConnectivityIndexingMode"}
|
9169
|
+
"thingConnectivityIndexingMode":{"shape":"ThingConnectivityIndexingMode"},
|
9170
|
+
"managedFields":{"shape":"Fields"},
|
9171
|
+
"customFields":{"shape":"Fields"}
|
9020
9172
|
}
|
9021
9173
|
},
|
9022
9174
|
"ThingIndexingMode":{
|
@@ -9620,6 +9772,7 @@
|
|
9620
9772
|
"member":{"shape":"ValidationError"}
|
9621
9773
|
},
|
9622
9774
|
"Value":{"type":"string"},
|
9775
|
+
"Variance":{"type":"double"},
|
9623
9776
|
"Version":{"type":"long"},
|
9624
9777
|
"VersionConflictException":{
|
9625
9778
|
"type":"structure",
|