aws-sdk 2.1391.0 → 2.1392.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -1
- package/README.md +1 -1
- package/apis/inspector2-2020-06-08.min.json +29 -12
- package/apis/iot-2015-05-28.min.json +714 -214
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/apis/quicksight-2018-04-01.min.json +625 -594
- package/apis/signer-2017-08-25.min.json +105 -16
- package/apis/sqs-2012-11-05.min.json +120 -31
- package/clients/connect.d.ts +3 -3
- package/clients/emr.d.ts +2 -2
- package/clients/iam.d.ts +7 -7
- package/clients/inspector2.d.ts +20 -1
- package/clients/iot.d.ts +500 -3
- package/clients/lexmodelsv2.d.ts +1516 -127
- package/clients/quicksight.d.ts +50 -14
- package/clients/signer.d.ts +90 -5
- package/clients/sqs.d.ts +151 -39
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +849 -248
- package/dist/aws-sdk.min.js +48 -48
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -129,6 +129,59 @@
|
|
129
129
|
}
|
130
130
|
}
|
131
131
|
},
|
132
|
+
"GetRevocationStatus": {
|
133
|
+
"http": {
|
134
|
+
"method": "GET",
|
135
|
+
"requestUri": "/revocations"
|
136
|
+
},
|
137
|
+
"input": {
|
138
|
+
"type": "structure",
|
139
|
+
"required": [
|
140
|
+
"signatureTimestamp",
|
141
|
+
"platformId",
|
142
|
+
"profileVersionArn",
|
143
|
+
"jobArn",
|
144
|
+
"certificateHashes"
|
145
|
+
],
|
146
|
+
"members": {
|
147
|
+
"signatureTimestamp": {
|
148
|
+
"location": "querystring",
|
149
|
+
"locationName": "signatureTimestamp",
|
150
|
+
"type": "timestamp"
|
151
|
+
},
|
152
|
+
"platformId": {
|
153
|
+
"location": "querystring",
|
154
|
+
"locationName": "platformId"
|
155
|
+
},
|
156
|
+
"profileVersionArn": {
|
157
|
+
"location": "querystring",
|
158
|
+
"locationName": "profileVersionArn"
|
159
|
+
},
|
160
|
+
"jobArn": {
|
161
|
+
"location": "querystring",
|
162
|
+
"locationName": "jobArn"
|
163
|
+
},
|
164
|
+
"certificateHashes": {
|
165
|
+
"location": "querystring",
|
166
|
+
"locationName": "certificateHashes",
|
167
|
+
"type": "list",
|
168
|
+
"member": {}
|
169
|
+
}
|
170
|
+
}
|
171
|
+
},
|
172
|
+
"output": {
|
173
|
+
"type": "structure",
|
174
|
+
"members": {
|
175
|
+
"revokedEntities": {
|
176
|
+
"type": "list",
|
177
|
+
"member": {}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
},
|
181
|
+
"endpoint": {
|
182
|
+
"hostPrefix": "verification."
|
183
|
+
}
|
184
|
+
},
|
132
185
|
"GetSigningPlatform": {
|
133
186
|
"http": {
|
134
187
|
"method": "GET",
|
@@ -155,10 +208,10 @@
|
|
155
208
|
"target": {},
|
156
209
|
"category": {},
|
157
210
|
"signingConfiguration": {
|
158
|
-
"shape": "
|
211
|
+
"shape": "S17"
|
159
212
|
},
|
160
213
|
"signingImageFormat": {
|
161
|
-
"shape": "
|
214
|
+
"shape": "S1c"
|
162
215
|
},
|
163
216
|
"maxSizeInMB": {
|
164
217
|
"type": "integer"
|
@@ -214,7 +267,7 @@
|
|
214
267
|
"platformId": {},
|
215
268
|
"platformDisplayName": {},
|
216
269
|
"signatureValidityPeriod": {
|
217
|
-
"shape": "
|
270
|
+
"shape": "S1j"
|
218
271
|
},
|
219
272
|
"overrides": {
|
220
273
|
"shape": "Sj"
|
@@ -226,7 +279,7 @@
|
|
226
279
|
"statusReason": {},
|
227
280
|
"arn": {},
|
228
281
|
"tags": {
|
229
|
-
"shape": "
|
282
|
+
"shape": "S1o"
|
230
283
|
}
|
231
284
|
}
|
232
285
|
}
|
@@ -411,10 +464,10 @@
|
|
411
464
|
"target": {},
|
412
465
|
"category": {},
|
413
466
|
"signingConfiguration": {
|
414
|
-
"shape": "
|
467
|
+
"shape": "S17"
|
415
468
|
},
|
416
469
|
"signingImageFormat": {
|
417
|
-
"shape": "
|
470
|
+
"shape": "S1c"
|
418
471
|
},
|
419
472
|
"maxSizeInMB": {
|
420
473
|
"type": "integer"
|
@@ -478,7 +531,7 @@
|
|
478
531
|
"shape": "Sf"
|
479
532
|
},
|
480
533
|
"signatureValidityPeriod": {
|
481
|
-
"shape": "
|
534
|
+
"shape": "S1j"
|
482
535
|
},
|
483
536
|
"platformId": {},
|
484
537
|
"platformDisplayName": {},
|
@@ -488,7 +541,7 @@
|
|
488
541
|
"status": {},
|
489
542
|
"arn": {},
|
490
543
|
"tags": {
|
491
|
-
"shape": "
|
544
|
+
"shape": "S1o"
|
492
545
|
}
|
493
546
|
}
|
494
547
|
}
|
@@ -518,7 +571,7 @@
|
|
518
571
|
"type": "structure",
|
519
572
|
"members": {
|
520
573
|
"tags": {
|
521
|
-
"shape": "
|
574
|
+
"shape": "S1o"
|
522
575
|
}
|
523
576
|
}
|
524
577
|
}
|
@@ -543,7 +596,7 @@
|
|
543
596
|
"shape": "Sf"
|
544
597
|
},
|
545
598
|
"signatureValidityPeriod": {
|
546
|
-
"shape": "
|
599
|
+
"shape": "S1j"
|
547
600
|
},
|
548
601
|
"platformId": {},
|
549
602
|
"overrides": {
|
@@ -553,7 +606,7 @@
|
|
553
606
|
"shape": "So"
|
554
607
|
},
|
555
608
|
"tags": {
|
556
|
-
"shape": "
|
609
|
+
"shape": "S1o"
|
557
610
|
}
|
558
611
|
}
|
559
612
|
},
|
@@ -647,6 +700,42 @@
|
|
647
700
|
}
|
648
701
|
}
|
649
702
|
},
|
703
|
+
"SignPayload": {
|
704
|
+
"http": {
|
705
|
+
"requestUri": "/signing-jobs/with-payload"
|
706
|
+
},
|
707
|
+
"input": {
|
708
|
+
"type": "structure",
|
709
|
+
"required": [
|
710
|
+
"profileName",
|
711
|
+
"payload",
|
712
|
+
"payloadFormat"
|
713
|
+
],
|
714
|
+
"members": {
|
715
|
+
"profileName": {},
|
716
|
+
"profileOwner": {},
|
717
|
+
"payload": {
|
718
|
+
"type": "blob"
|
719
|
+
},
|
720
|
+
"payloadFormat": {}
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"output": {
|
724
|
+
"type": "structure",
|
725
|
+
"members": {
|
726
|
+
"jobId": {},
|
727
|
+
"jobOwner": {},
|
728
|
+
"metadata": {
|
729
|
+
"type": "map",
|
730
|
+
"key": {},
|
731
|
+
"value": {}
|
732
|
+
},
|
733
|
+
"signature": {
|
734
|
+
"type": "blob"
|
735
|
+
}
|
736
|
+
}
|
737
|
+
}
|
738
|
+
},
|
650
739
|
"StartSigningJob": {
|
651
740
|
"http": {
|
652
741
|
"requestUri": "/signing-jobs"
|
@@ -706,7 +795,7 @@
|
|
706
795
|
"locationName": "resourceArn"
|
707
796
|
},
|
708
797
|
"tags": {
|
709
|
-
"shape": "
|
798
|
+
"shape": "S1o"
|
710
799
|
}
|
711
800
|
}
|
712
801
|
},
|
@@ -803,7 +892,7 @@
|
|
803
892
|
}
|
804
893
|
}
|
805
894
|
},
|
806
|
-
"
|
895
|
+
"S17": {
|
807
896
|
"type": "structure",
|
808
897
|
"required": [
|
809
898
|
"encryptionAlgorithmOptions",
|
@@ -840,7 +929,7 @@
|
|
840
929
|
}
|
841
930
|
}
|
842
931
|
},
|
843
|
-
"
|
932
|
+
"S1c": {
|
844
933
|
"type": "structure",
|
845
934
|
"required": [
|
846
935
|
"supportedFormats",
|
@@ -854,7 +943,7 @@
|
|
854
943
|
"defaultFormat": {}
|
855
944
|
}
|
856
945
|
},
|
857
|
-
"
|
946
|
+
"S1j": {
|
858
947
|
"type": "structure",
|
859
948
|
"members": {
|
860
949
|
"value": {
|
@@ -863,7 +952,7 @@
|
|
863
952
|
"type": {}
|
864
953
|
}
|
865
954
|
},
|
866
|
-
"
|
955
|
+
"S1o": {
|
867
956
|
"type": "map",
|
868
957
|
"key": {},
|
869
958
|
"value": {}
|
@@ -41,6 +41,26 @@
|
|
41
41
|
}
|
42
42
|
}
|
43
43
|
},
|
44
|
+
"CancelMessageMoveTask": {
|
45
|
+
"input": {
|
46
|
+
"type": "structure",
|
47
|
+
"required": [
|
48
|
+
"TaskHandle"
|
49
|
+
],
|
50
|
+
"members": {
|
51
|
+
"TaskHandle": {}
|
52
|
+
}
|
53
|
+
},
|
54
|
+
"output": {
|
55
|
+
"resultWrapper": "CancelMessageMoveTaskResult",
|
56
|
+
"type": "structure",
|
57
|
+
"members": {
|
58
|
+
"ApproximateNumberOfMessagesMoved": {
|
59
|
+
"type": "long"
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
},
|
44
64
|
"ChangeMessageVisibility": {
|
45
65
|
"input": {
|
46
66
|
"type": "structure",
|
@@ -111,7 +131,7 @@
|
|
111
131
|
"flattened": true
|
112
132
|
},
|
113
133
|
"Failed": {
|
114
|
-
"shape": "
|
134
|
+
"shape": "Sg"
|
115
135
|
}
|
116
136
|
}
|
117
137
|
}
|
@@ -125,11 +145,11 @@
|
|
125
145
|
"members": {
|
126
146
|
"QueueName": {},
|
127
147
|
"Attributes": {
|
128
|
-
"shape": "
|
148
|
+
"shape": "Sk",
|
129
149
|
"locationName": "Attribute"
|
130
150
|
},
|
131
151
|
"tags": {
|
132
|
-
"shape": "
|
152
|
+
"shape": "Sm",
|
133
153
|
"locationName": "Tag"
|
134
154
|
}
|
135
155
|
}
|
@@ -205,7 +225,7 @@
|
|
205
225
|
"flattened": true
|
206
226
|
},
|
207
227
|
"Failed": {
|
208
|
-
"shape": "
|
228
|
+
"shape": "Sg"
|
209
229
|
}
|
210
230
|
}
|
211
231
|
}
|
@@ -230,7 +250,7 @@
|
|
230
250
|
"members": {
|
231
251
|
"QueueUrl": {},
|
232
252
|
"AttributeNames": {
|
233
|
-
"shape": "
|
253
|
+
"shape": "Sz"
|
234
254
|
}
|
235
255
|
}
|
236
256
|
},
|
@@ -239,7 +259,7 @@
|
|
239
259
|
"type": "structure",
|
240
260
|
"members": {
|
241
261
|
"Attributes": {
|
242
|
-
"shape": "
|
262
|
+
"shape": "Sk",
|
243
263
|
"locationName": "Attribute"
|
244
264
|
}
|
245
265
|
}
|
@@ -286,12 +306,59 @@
|
|
286
306
|
],
|
287
307
|
"members": {
|
288
308
|
"queueUrls": {
|
289
|
-
"shape": "
|
309
|
+
"shape": "S17"
|
290
310
|
},
|
291
311
|
"NextToken": {}
|
292
312
|
}
|
293
313
|
}
|
294
314
|
},
|
315
|
+
"ListMessageMoveTasks": {
|
316
|
+
"input": {
|
317
|
+
"type": "structure",
|
318
|
+
"required": [
|
319
|
+
"SourceArn"
|
320
|
+
],
|
321
|
+
"members": {
|
322
|
+
"SourceArn": {},
|
323
|
+
"MaxResults": {
|
324
|
+
"type": "integer"
|
325
|
+
}
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"output": {
|
329
|
+
"resultWrapper": "ListMessageMoveTasksResult",
|
330
|
+
"type": "structure",
|
331
|
+
"members": {
|
332
|
+
"Results": {
|
333
|
+
"type": "list",
|
334
|
+
"member": {
|
335
|
+
"locationName": "ListMessageMoveTasksResultEntry",
|
336
|
+
"type": "structure",
|
337
|
+
"members": {
|
338
|
+
"TaskHandle": {},
|
339
|
+
"Status": {},
|
340
|
+
"SourceArn": {},
|
341
|
+
"DestinationArn": {},
|
342
|
+
"MaxNumberOfMessagesPerSecond": {
|
343
|
+
"type": "integer"
|
344
|
+
},
|
345
|
+
"ApproximateNumberOfMessagesMoved": {
|
346
|
+
"type": "long"
|
347
|
+
},
|
348
|
+
"ApproximateNumberOfMessagesToMove": {
|
349
|
+
"type": "long"
|
350
|
+
},
|
351
|
+
"FailureReason": {},
|
352
|
+
"StartedTimestamp": {
|
353
|
+
"type": "long"
|
354
|
+
}
|
355
|
+
}
|
356
|
+
},
|
357
|
+
"flattened": true
|
358
|
+
}
|
359
|
+
}
|
360
|
+
}
|
361
|
+
},
|
295
362
|
"ListQueueTags": {
|
296
363
|
"input": {
|
297
364
|
"type": "structure",
|
@@ -307,7 +374,7 @@
|
|
307
374
|
"type": "structure",
|
308
375
|
"members": {
|
309
376
|
"Tags": {
|
310
|
-
"shape": "
|
377
|
+
"shape": "Sm",
|
311
378
|
"locationName": "Tag"
|
312
379
|
}
|
313
380
|
}
|
@@ -329,7 +396,7 @@
|
|
329
396
|
"type": "structure",
|
330
397
|
"members": {
|
331
398
|
"QueueUrls": {
|
332
|
-
"shape": "
|
399
|
+
"shape": "S17"
|
333
400
|
},
|
334
401
|
"NextToken": {}
|
335
402
|
}
|
@@ -355,7 +422,7 @@
|
|
355
422
|
"members": {
|
356
423
|
"QueueUrl": {},
|
357
424
|
"AttributeNames": {
|
358
|
-
"shape": "
|
425
|
+
"shape": "Sz"
|
359
426
|
},
|
360
427
|
"MessageAttributeNames": {
|
361
428
|
"type": "list",
|
@@ -403,7 +470,7 @@
|
|
403
470
|
},
|
404
471
|
"MD5OfMessageAttributes": {},
|
405
472
|
"MessageAttributes": {
|
406
|
-
"shape": "
|
473
|
+
"shape": "S1p",
|
407
474
|
"locationName": "MessageAttribute"
|
408
475
|
}
|
409
476
|
}
|
@@ -440,11 +507,11 @@
|
|
440
507
|
"type": "integer"
|
441
508
|
},
|
442
509
|
"MessageAttributes": {
|
443
|
-
"shape": "
|
510
|
+
"shape": "S1p",
|
444
511
|
"locationName": "MessageAttribute"
|
445
512
|
},
|
446
513
|
"MessageSystemAttributes": {
|
447
|
-
"shape": "
|
514
|
+
"shape": "S1w",
|
448
515
|
"locationName": "MessageSystemAttribute"
|
449
516
|
},
|
450
517
|
"MessageDeduplicationId": {},
|
@@ -488,11 +555,11 @@
|
|
488
555
|
"type": "integer"
|
489
556
|
},
|
490
557
|
"MessageAttributes": {
|
491
|
-
"shape": "
|
558
|
+
"shape": "S1p",
|
492
559
|
"locationName": "MessageAttribute"
|
493
560
|
},
|
494
561
|
"MessageSystemAttributes": {
|
495
|
-
"shape": "
|
562
|
+
"shape": "S1w",
|
496
563
|
"locationName": "MessageSystemAttribute"
|
497
564
|
},
|
498
565
|
"MessageDeduplicationId": {},
|
@@ -533,7 +600,7 @@
|
|
533
600
|
"flattened": true
|
534
601
|
},
|
535
602
|
"Failed": {
|
536
|
-
"shape": "
|
603
|
+
"shape": "Sg"
|
537
604
|
}
|
538
605
|
}
|
539
606
|
}
|
@@ -548,12 +615,34 @@
|
|
548
615
|
"members": {
|
549
616
|
"QueueUrl": {},
|
550
617
|
"Attributes": {
|
551
|
-
"shape": "
|
618
|
+
"shape": "Sk",
|
552
619
|
"locationName": "Attribute"
|
553
620
|
}
|
554
621
|
}
|
555
622
|
}
|
556
623
|
},
|
624
|
+
"StartMessageMoveTask": {
|
625
|
+
"input": {
|
626
|
+
"type": "structure",
|
627
|
+
"required": [
|
628
|
+
"SourceArn"
|
629
|
+
],
|
630
|
+
"members": {
|
631
|
+
"SourceArn": {},
|
632
|
+
"DestinationArn": {},
|
633
|
+
"MaxNumberOfMessagesPerSecond": {
|
634
|
+
"type": "integer"
|
635
|
+
}
|
636
|
+
}
|
637
|
+
},
|
638
|
+
"output": {
|
639
|
+
"resultWrapper": "StartMessageMoveTaskResult",
|
640
|
+
"type": "structure",
|
641
|
+
"members": {
|
642
|
+
"TaskHandle": {}
|
643
|
+
}
|
644
|
+
}
|
645
|
+
},
|
557
646
|
"TagQueue": {
|
558
647
|
"input": {
|
559
648
|
"type": "structure",
|
@@ -564,7 +653,7 @@
|
|
564
653
|
"members": {
|
565
654
|
"QueueUrl": {},
|
566
655
|
"Tags": {
|
567
|
-
"shape": "
|
656
|
+
"shape": "Sm"
|
568
657
|
}
|
569
658
|
}
|
570
659
|
}
|
@@ -590,7 +679,7 @@
|
|
590
679
|
}
|
591
680
|
},
|
592
681
|
"shapes": {
|
593
|
-
"
|
682
|
+
"Sg": {
|
594
683
|
"type": "list",
|
595
684
|
"member": {
|
596
685
|
"locationName": "BatchResultErrorEntry",
|
@@ -611,7 +700,7 @@
|
|
611
700
|
},
|
612
701
|
"flattened": true
|
613
702
|
},
|
614
|
-
"
|
703
|
+
"Sk": {
|
615
704
|
"type": "map",
|
616
705
|
"key": {
|
617
706
|
"locationName": "Name"
|
@@ -622,7 +711,7 @@
|
|
622
711
|
"flattened": true,
|
623
712
|
"locationName": "Attribute"
|
624
713
|
},
|
625
|
-
"
|
714
|
+
"Sm": {
|
626
715
|
"type": "map",
|
627
716
|
"key": {
|
628
717
|
"locationName": "Key"
|
@@ -633,21 +722,21 @@
|
|
633
722
|
"flattened": true,
|
634
723
|
"locationName": "Tag"
|
635
724
|
},
|
636
|
-
"
|
725
|
+
"Sz": {
|
637
726
|
"type": "list",
|
638
727
|
"member": {
|
639
728
|
"locationName": "AttributeName"
|
640
729
|
},
|
641
730
|
"flattened": true
|
642
731
|
},
|
643
|
-
"
|
732
|
+
"S17": {
|
644
733
|
"type": "list",
|
645
734
|
"member": {
|
646
735
|
"locationName": "QueueUrl"
|
647
736
|
},
|
648
737
|
"flattened": true
|
649
738
|
},
|
650
|
-
"
|
739
|
+
"S1p": {
|
651
740
|
"type": "map",
|
652
741
|
"key": {
|
653
742
|
"locationName": "Name"
|
@@ -664,12 +753,12 @@
|
|
664
753
|
"type": "blob"
|
665
754
|
},
|
666
755
|
"StringListValues": {
|
667
|
-
"shape": "
|
756
|
+
"shape": "S1s",
|
668
757
|
"flattened": true,
|
669
758
|
"locationName": "StringListValue"
|
670
759
|
},
|
671
760
|
"BinaryListValues": {
|
672
|
-
"shape": "
|
761
|
+
"shape": "S1t",
|
673
762
|
"flattened": true,
|
674
763
|
"locationName": "BinaryListValue"
|
675
764
|
},
|
@@ -678,20 +767,20 @@
|
|
678
767
|
},
|
679
768
|
"flattened": true
|
680
769
|
},
|
681
|
-
"
|
770
|
+
"S1s": {
|
682
771
|
"type": "list",
|
683
772
|
"member": {
|
684
773
|
"locationName": "StringListValue"
|
685
774
|
}
|
686
775
|
},
|
687
|
-
"
|
776
|
+
"S1t": {
|
688
777
|
"type": "list",
|
689
778
|
"member": {
|
690
779
|
"locationName": "BinaryListValue",
|
691
780
|
"type": "blob"
|
692
781
|
}
|
693
782
|
},
|
694
|
-
"
|
783
|
+
"S1w": {
|
695
784
|
"type": "map",
|
696
785
|
"key": {
|
697
786
|
"locationName": "Name"
|
@@ -708,12 +797,12 @@
|
|
708
797
|
"type": "blob"
|
709
798
|
},
|
710
799
|
"StringListValues": {
|
711
|
-
"shape": "
|
800
|
+
"shape": "S1s",
|
712
801
|
"flattened": true,
|
713
802
|
"locationName": "StringListValue"
|
714
803
|
},
|
715
804
|
"BinaryListValues": {
|
716
|
-
"shape": "
|
805
|
+
"shape": "S1t",
|
717
806
|
"flattened": true,
|
718
807
|
"locationName": "BinaryListValue"
|
719
808
|
},
|
package/clients/connect.d.ts
CHANGED
@@ -708,11 +708,11 @@ declare class Connect extends Service {
|
|
708
708
|
*/
|
709
709
|
getMetricData(callback?: (err: AWSError, data: Connect.Types.GetMetricDataResponse) => void): Request<Connect.Types.GetMetricDataResponse, AWSError>;
|
710
710
|
/**
|
711
|
-
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
711
|
+
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
712
712
|
*/
|
713
713
|
getMetricDataV2(params: Connect.Types.GetMetricDataV2Request, callback?: (err: AWSError, data: Connect.Types.GetMetricDataV2Response) => void): Request<Connect.Types.GetMetricDataV2Response, AWSError>;
|
714
714
|
/**
|
715
|
-
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
715
|
+
* Gets metric data from the specified Amazon Connect instance. GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals. For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Historical metrics definitions in the Amazon Connect Administrator's Guide.
|
716
716
|
*/
|
717
717
|
getMetricDataV2(callback?: (err: AWSError, data: Connect.Types.GetMetricDataV2Response) => void): Request<Connect.Types.GetMetricDataV2Response, AWSError>;
|
718
718
|
/**
|
@@ -2036,7 +2036,7 @@ declare namespace Connect {
|
|
2036
2036
|
*/
|
2037
2037
|
AgentInfo?: AgentInfo;
|
2038
2038
|
/**
|
2039
|
-
* The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived.
|
2039
|
+
* The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.
|
2040
2040
|
*/
|
2041
2041
|
InitiationTimestamp?: timestamp;
|
2042
2042
|
/**
|
package/clients/emr.d.ts
CHANGED
@@ -3326,7 +3326,7 @@ declare namespace EMR {
|
|
3326
3326
|
Version?: String;
|
3327
3327
|
}
|
3328
3328
|
export type SimplifiedApplicationList = SimplifiedApplication[];
|
3329
|
-
export type SpotProvisioningAllocationStrategy = "capacity-optimized"|string;
|
3329
|
+
export type SpotProvisioningAllocationStrategy = "capacity-optimized"|"price-capacity-optimized"|"lowest-price"|"diversified"|string;
|
3330
3330
|
export interface SpotProvisioningSpecification {
|
3331
3331
|
/**
|
3332
3332
|
* The Spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.
|
@@ -3341,7 +3341,7 @@ declare namespace EMR {
|
|
3341
3341
|
*/
|
3342
3342
|
BlockDurationMinutes?: WholeNumber;
|
3343
3343
|
/**
|
3344
|
-
*
|
3344
|
+
* Specifies one of the following strategies to launch Spot Instance fleets: price-capacity-optimized, capacity-optimized, lowest-price, or diversified. For more information on the provisioning strategies, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide for Linux Instances. When you launch a Spot Instance fleet with the old console, it automatically launches with the capacity-optimized strategy. You can't change the allocation strategy from the old console.
|
3345
3345
|
*/
|
3346
3346
|
AllocationStrategy?: SpotProvisioningAllocationStrategy;
|
3347
3347
|
}
|
package/clients/iam.d.ts
CHANGED
@@ -77,11 +77,11 @@ declare class IAM extends Service {
|
|
77
77
|
*/
|
78
78
|
createAccessKey(callback?: (err: AWSError, data: IAM.Types.CreateAccessKeyResponse) => void): Request<IAM.Types.CreateAccessKeyResponse, AWSError>;
|
79
79
|
/**
|
80
|
-
* Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see
|
80
|
+
* Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.
|
81
81
|
*/
|
82
82
|
createAccountAlias(params: IAM.Types.CreateAccountAliasRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
83
83
|
/**
|
84
|
-
* Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see
|
84
|
+
* Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.
|
85
85
|
*/
|
86
86
|
createAccountAlias(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
87
87
|
/**
|
@@ -197,11 +197,11 @@ declare class IAM extends Service {
|
|
197
197
|
*/
|
198
198
|
deleteAccessKey(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
199
199
|
/**
|
200
|
-
* Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see
|
200
|
+
* Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.
|
201
201
|
*/
|
202
202
|
deleteAccountAlias(params: IAM.Types.DeleteAccountAliasRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
203
203
|
/**
|
204
|
-
* Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see
|
204
|
+
* Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.
|
205
205
|
*/
|
206
206
|
deleteAccountAlias(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
207
207
|
/**
|
@@ -617,11 +617,11 @@ declare class IAM extends Service {
|
|
617
617
|
*/
|
618
618
|
listAccessKeys(callback?: (err: AWSError, data: IAM.Types.ListAccessKeysResponse) => void): Request<IAM.Types.ListAccessKeysResponse, AWSError>;
|
619
619
|
/**
|
620
|
-
* Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see
|
620
|
+
* Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.
|
621
621
|
*/
|
622
622
|
listAccountAliases(params: IAM.Types.ListAccountAliasesRequest, callback?: (err: AWSError, data: IAM.Types.ListAccountAliasesResponse) => void): Request<IAM.Types.ListAccountAliasesResponse, AWSError>;
|
623
623
|
/**
|
624
|
-
* Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see
|
624
|
+
* Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.
|
625
625
|
*/
|
626
626
|
listAccountAliases(callback?: (err: AWSError, data: IAM.Types.ListAccountAliasesResponse) => void): Request<IAM.Types.ListAccountAliasesResponse, AWSError>;
|
627
627
|
/**
|
@@ -5166,7 +5166,7 @@ declare namespace IAM {
|
|
5166
5166
|
*/
|
5167
5167
|
SerialNumber: serialNumberType;
|
5168
5168
|
/**
|
5169
|
-
* The base32 seed defined as specified in RFC3548. The Base32StringSeed is
|
5169
|
+
* The base32 seed defined as specified in RFC3548. The Base32StringSeed is base32-encoded.
|
5170
5170
|
*/
|
5171
5171
|
Base32StringSeed?: BootstrapDatum;
|
5172
5172
|
/**
|