aws-sdk 2.1415.0 → 2.1417.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 +14 -1
- package/README.md +1 -1
- package/apis/docdb-2014-10-31.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +294 -278
- package/apis/ivs-2020-07-14.min.json +39 -18
- package/apis/lakeformation-2017-03-31.min.json +8 -4
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/clients/codeartifact.d.ts +1 -1
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/docdb.d.ts +5 -1
- package/clients/ec2.d.ts +17 -0
- package/clients/glue.d.ts +1 -1
- package/clients/ivs.d.ts +33 -1
- package/clients/lakeformation.d.ts +14 -6
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/snowball.d.ts +101 -9
- package/clients/translate.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +59 -80
- package/dist/aws-sdk-react-native.js +126 -168
- package/dist/aws-sdk.js +297 -281
- package/dist/aws-sdk.min.js +71 -71
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -55,6 +55,16 @@
|
|
55
55
|
"output_token": "nextToken",
|
56
56
|
"limit_key": "maxResults"
|
57
57
|
},
|
58
|
+
"ListIntentMetrics": {
|
59
|
+
"input_token": "nextToken",
|
60
|
+
"output_token": "nextToken",
|
61
|
+
"limit_key": "maxResults"
|
62
|
+
},
|
63
|
+
"ListIntentStageMetrics": {
|
64
|
+
"input_token": "nextToken",
|
65
|
+
"output_token": "nextToken",
|
66
|
+
"limit_key": "maxResults"
|
67
|
+
},
|
58
68
|
"ListIntents": {
|
59
69
|
"input_token": "nextToken",
|
60
70
|
"output_token": "nextToken",
|
@@ -65,6 +75,16 @@
|
|
65
75
|
"output_token": "nextToken",
|
66
76
|
"limit_key": "maxResults"
|
67
77
|
},
|
78
|
+
"ListSessionAnalyticsData": {
|
79
|
+
"input_token": "nextToken",
|
80
|
+
"output_token": "nextToken",
|
81
|
+
"limit_key": "maxResults"
|
82
|
+
},
|
83
|
+
"ListSessionMetrics": {
|
84
|
+
"input_token": "nextToken",
|
85
|
+
"output_token": "nextToken",
|
86
|
+
"limit_key": "maxResults"
|
87
|
+
},
|
68
88
|
"ListSlotTypes": {
|
69
89
|
"input_token": "nextToken",
|
70
90
|
"output_token": "nextToken",
|
@@ -94,6 +114,16 @@
|
|
94
114
|
"input_token": "nextToken",
|
95
115
|
"output_token": "nextToken",
|
96
116
|
"limit_key": "maxResults"
|
117
|
+
},
|
118
|
+
"ListUtteranceAnalyticsData": {
|
119
|
+
"input_token": "nextToken",
|
120
|
+
"output_token": "nextToken",
|
121
|
+
"limit_key": "maxResults"
|
122
|
+
},
|
123
|
+
"ListUtteranceMetrics": {
|
124
|
+
"input_token": "nextToken",
|
125
|
+
"output_token": "nextToken",
|
126
|
+
"limit_key": "maxResults"
|
97
127
|
}
|
98
128
|
}
|
99
129
|
}
|
@@ -408,6 +408,32 @@
|
|
408
408
|
"title": "To get a list of jobs that you've created for AWS Snowball"
|
409
409
|
}
|
410
410
|
],
|
411
|
+
"ListPickupLocations": [
|
412
|
+
{
|
413
|
+
"input": {
|
414
|
+
},
|
415
|
+
"output": {
|
416
|
+
"Addresses": [
|
417
|
+
{
|
418
|
+
"AddressId": "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
|
419
|
+
"City": "Seattle",
|
420
|
+
"Company": "My Company",
|
421
|
+
"Country": "US",
|
422
|
+
"Name": "My Name",
|
423
|
+
"PhoneNumber": "425-555-5555",
|
424
|
+
"PostalCode": "98101",
|
425
|
+
"StateOrProvince": "WA",
|
426
|
+
"Street1": "123 Main Street"
|
427
|
+
}
|
428
|
+
]
|
429
|
+
},
|
430
|
+
"comments": {
|
431
|
+
},
|
432
|
+
"description": "Returns a specified number of Address objects. Each Address is a pickup location address for Snow Family devices.",
|
433
|
+
"id": "to-get-a-list-of-locations-from-which-the-customer-can-choose-to-pickup-a-device-1482542167627",
|
434
|
+
"title": "To get a list of locations from which the customer can choose to pickup a device."
|
435
|
+
}
|
436
|
+
],
|
411
437
|
"UpdateCluster": [
|
412
438
|
{
|
413
439
|
"input": {
|
@@ -74,10 +74,10 @@
|
|
74
74
|
"members": {
|
75
75
|
"JobType": {},
|
76
76
|
"Resources": {
|
77
|
-
"shape": "
|
77
|
+
"shape": "Sg"
|
78
78
|
},
|
79
79
|
"OnDeviceServiceConfiguration": {
|
80
|
-
"shape": "
|
80
|
+
"shape": "Sw"
|
81
81
|
},
|
82
82
|
"Description": {},
|
83
83
|
"AddressId": {},
|
@@ -86,11 +86,11 @@
|
|
86
86
|
"SnowballType": {},
|
87
87
|
"ShippingOption": {},
|
88
88
|
"Notification": {
|
89
|
-
"shape": "
|
89
|
+
"shape": "S1a"
|
90
90
|
},
|
91
91
|
"ForwardingAddressId": {},
|
92
92
|
"TaxDocuments": {
|
93
|
-
"shape": "
|
93
|
+
"shape": "S1e"
|
94
94
|
},
|
95
95
|
"RemoteManagement": {},
|
96
96
|
"InitialClusterSize": {
|
@@ -111,7 +111,7 @@
|
|
111
111
|
"members": {
|
112
112
|
"ClusterId": {},
|
113
113
|
"JobListEntries": {
|
114
|
-
"shape": "
|
114
|
+
"shape": "S1n"
|
115
115
|
}
|
116
116
|
}
|
117
117
|
}
|
@@ -122,10 +122,10 @@
|
|
122
122
|
"members": {
|
123
123
|
"JobType": {},
|
124
124
|
"Resources": {
|
125
|
-
"shape": "
|
125
|
+
"shape": "Sg"
|
126
126
|
},
|
127
127
|
"OnDeviceServiceConfiguration": {
|
128
|
-
"shape": "
|
128
|
+
"shape": "Sw"
|
129
129
|
},
|
130
130
|
"Description": {},
|
131
131
|
"AddressId": {},
|
@@ -134,19 +134,23 @@
|
|
134
134
|
"SnowballCapacityPreference": {},
|
135
135
|
"ShippingOption": {},
|
136
136
|
"Notification": {
|
137
|
-
"shape": "
|
137
|
+
"shape": "S1a"
|
138
138
|
},
|
139
139
|
"ClusterId": {},
|
140
140
|
"SnowballType": {},
|
141
141
|
"ForwardingAddressId": {},
|
142
142
|
"TaxDocuments": {
|
143
|
-
"shape": "
|
143
|
+
"shape": "S1e"
|
144
144
|
},
|
145
145
|
"DeviceConfiguration": {
|
146
|
-
"shape": "
|
146
|
+
"shape": "S1r"
|
147
147
|
},
|
148
148
|
"RemoteManagement": {},
|
149
|
-
"LongTermPricingId": {}
|
149
|
+
"LongTermPricingId": {},
|
150
|
+
"ImpactLevel": {},
|
151
|
+
"PickupDetails": {
|
152
|
+
"shape": "S1v"
|
153
|
+
}
|
150
154
|
}
|
151
155
|
},
|
152
156
|
"output": {
|
@@ -160,7 +164,8 @@
|
|
160
164
|
"input": {
|
161
165
|
"type": "structure",
|
162
166
|
"required": [
|
163
|
-
"LongTermPricingType"
|
167
|
+
"LongTermPricingType",
|
168
|
+
"SnowballType"
|
164
169
|
],
|
165
170
|
"members": {
|
166
171
|
"LongTermPricingType": {},
|
@@ -228,10 +233,7 @@
|
|
228
233
|
"type": "structure",
|
229
234
|
"members": {
|
230
235
|
"Addresses": {
|
231
|
-
"
|
232
|
-
"member": {
|
233
|
-
"shape": "S8"
|
234
|
-
}
|
236
|
+
"shape": "S2c"
|
235
237
|
},
|
236
238
|
"NextToken": {}
|
237
239
|
}
|
@@ -264,19 +266,19 @@
|
|
264
266
|
"type": "timestamp"
|
265
267
|
},
|
266
268
|
"Resources": {
|
267
|
-
"shape": "
|
269
|
+
"shape": "Sg"
|
268
270
|
},
|
269
271
|
"AddressId": {},
|
270
272
|
"ShippingOption": {},
|
271
273
|
"Notification": {
|
272
|
-
"shape": "
|
274
|
+
"shape": "S1a"
|
273
275
|
},
|
274
276
|
"ForwardingAddressId": {},
|
275
277
|
"TaxDocuments": {
|
276
|
-
"shape": "
|
278
|
+
"shape": "S1e"
|
277
279
|
},
|
278
280
|
"OnDeviceServiceConfiguration": {
|
279
|
-
"shape": "
|
281
|
+
"shape": "Sw"
|
280
282
|
}
|
281
283
|
}
|
282
284
|
}
|
@@ -297,12 +299,12 @@
|
|
297
299
|
"type": "structure",
|
298
300
|
"members": {
|
299
301
|
"JobMetadata": {
|
300
|
-
"shape": "
|
302
|
+
"shape": "S2j"
|
301
303
|
},
|
302
304
|
"SubJobMetadata": {
|
303
305
|
"type": "list",
|
304
306
|
"member": {
|
305
|
-
"shape": "
|
307
|
+
"shape": "S2j"
|
306
308
|
}
|
307
309
|
}
|
308
310
|
}
|
@@ -415,7 +417,7 @@
|
|
415
417
|
"type": "structure",
|
416
418
|
"members": {
|
417
419
|
"JobListEntries": {
|
418
|
-
"shape": "
|
420
|
+
"shape": "S1n"
|
419
421
|
},
|
420
422
|
"NextToken": {}
|
421
423
|
}
|
@@ -493,7 +495,7 @@
|
|
493
495
|
"type": "structure",
|
494
496
|
"members": {
|
495
497
|
"JobListEntries": {
|
496
|
-
"shape": "
|
498
|
+
"shape": "S1n"
|
497
499
|
},
|
498
500
|
"NextToken": {}
|
499
501
|
}
|
@@ -543,6 +545,26 @@
|
|
543
545
|
}
|
544
546
|
}
|
545
547
|
},
|
548
|
+
"ListPickupLocations": {
|
549
|
+
"input": {
|
550
|
+
"type": "structure",
|
551
|
+
"members": {
|
552
|
+
"MaxResults": {
|
553
|
+
"type": "integer"
|
554
|
+
},
|
555
|
+
"NextToken": {}
|
556
|
+
}
|
557
|
+
},
|
558
|
+
"output": {
|
559
|
+
"type": "structure",
|
560
|
+
"members": {
|
561
|
+
"Addresses": {
|
562
|
+
"shape": "S2c"
|
563
|
+
},
|
564
|
+
"NextToken": {}
|
565
|
+
}
|
566
|
+
}
|
567
|
+
},
|
546
568
|
"ListServiceVersions": {
|
547
569
|
"input": {
|
548
570
|
"type": "structure",
|
@@ -552,7 +574,7 @@
|
|
552
574
|
"members": {
|
553
575
|
"ServiceName": {},
|
554
576
|
"DependentServices": {
|
555
|
-
"shape": "
|
577
|
+
"shape": "S3m"
|
556
578
|
},
|
557
579
|
"MaxResults": {
|
558
580
|
"type": "integer"
|
@@ -570,12 +592,12 @@
|
|
570
592
|
"ServiceVersions": {
|
571
593
|
"type": "list",
|
572
594
|
"member": {
|
573
|
-
"shape": "
|
595
|
+
"shape": "S3o"
|
574
596
|
}
|
575
597
|
},
|
576
598
|
"ServiceName": {},
|
577
599
|
"DependentServices": {
|
578
|
-
"shape": "
|
600
|
+
"shape": "S3m"
|
579
601
|
},
|
580
602
|
"NextToken": {}
|
581
603
|
}
|
@@ -592,15 +614,15 @@
|
|
592
614
|
"RoleARN": {},
|
593
615
|
"Description": {},
|
594
616
|
"Resources": {
|
595
|
-
"shape": "
|
617
|
+
"shape": "Sg"
|
596
618
|
},
|
597
619
|
"OnDeviceServiceConfiguration": {
|
598
|
-
"shape": "
|
620
|
+
"shape": "Sw"
|
599
621
|
},
|
600
622
|
"AddressId": {},
|
601
623
|
"ShippingOption": {},
|
602
624
|
"Notification": {
|
603
|
-
"shape": "
|
625
|
+
"shape": "S1a"
|
604
626
|
},
|
605
627
|
"ForwardingAddressId": {}
|
606
628
|
}
|
@@ -620,19 +642,22 @@
|
|
620
642
|
"JobId": {},
|
621
643
|
"RoleARN": {},
|
622
644
|
"Notification": {
|
623
|
-
"shape": "
|
645
|
+
"shape": "S1a"
|
624
646
|
},
|
625
647
|
"Resources": {
|
626
|
-
"shape": "
|
648
|
+
"shape": "Sg"
|
627
649
|
},
|
628
650
|
"OnDeviceServiceConfiguration": {
|
629
|
-
"shape": "
|
651
|
+
"shape": "Sw"
|
630
652
|
},
|
631
653
|
"AddressId": {},
|
632
654
|
"ShippingOption": {},
|
633
655
|
"Description": {},
|
634
656
|
"SnowballCapacityPreference": {},
|
635
|
-
"ForwardingAddressId": {}
|
657
|
+
"ForwardingAddressId": {},
|
658
|
+
"PickupDetails": {
|
659
|
+
"shape": "S1v"
|
660
|
+
}
|
636
661
|
}
|
637
662
|
},
|
638
663
|
"output": {
|
@@ -696,10 +721,11 @@
|
|
696
721
|
"PhoneNumber": {},
|
697
722
|
"IsRestricted": {
|
698
723
|
"type": "boolean"
|
699
|
-
}
|
724
|
+
},
|
725
|
+
"Type": {}
|
700
726
|
}
|
701
727
|
},
|
702
|
-
"
|
728
|
+
"Sg": {
|
703
729
|
"type": "structure",
|
704
730
|
"members": {
|
705
731
|
"S3Resources": {
|
@@ -761,7 +787,7 @@
|
|
761
787
|
}
|
762
788
|
}
|
763
789
|
},
|
764
|
-
"
|
790
|
+
"Sw": {
|
765
791
|
"type": "structure",
|
766
792
|
"members": {
|
767
793
|
"NFSOnDeviceService": {
|
@@ -806,7 +832,7 @@
|
|
806
832
|
}
|
807
833
|
}
|
808
834
|
},
|
809
|
-
"
|
835
|
+
"S1a": {
|
810
836
|
"type": "structure",
|
811
837
|
"members": {
|
812
838
|
"SnsTopicARN": {},
|
@@ -816,10 +842,11 @@
|
|
816
842
|
},
|
817
843
|
"NotifyAll": {
|
818
844
|
"type": "boolean"
|
819
|
-
}
|
845
|
+
},
|
846
|
+
"DevicePickupSnsTopicARN": {}
|
820
847
|
}
|
821
848
|
},
|
822
|
-
"
|
849
|
+
"S1e": {
|
823
850
|
"type": "structure",
|
824
851
|
"members": {
|
825
852
|
"IND": {
|
@@ -830,7 +857,7 @@
|
|
830
857
|
}
|
831
858
|
}
|
832
859
|
},
|
833
|
-
"
|
860
|
+
"S1n": {
|
834
861
|
"type": "list",
|
835
862
|
"member": {
|
836
863
|
"type": "structure",
|
@@ -849,7 +876,7 @@
|
|
849
876
|
}
|
850
877
|
}
|
851
878
|
},
|
852
|
-
"
|
879
|
+
"S1r": {
|
853
880
|
"type": "structure",
|
854
881
|
"members": {
|
855
882
|
"SnowconeDeviceConfiguration": {
|
@@ -867,7 +894,33 @@
|
|
867
894
|
}
|
868
895
|
}
|
869
896
|
},
|
870
|
-
"
|
897
|
+
"S1v": {
|
898
|
+
"type": "structure",
|
899
|
+
"members": {
|
900
|
+
"Name": {},
|
901
|
+
"PhoneNumber": {
|
902
|
+
"type": "string",
|
903
|
+
"sensitive": true
|
904
|
+
},
|
905
|
+
"Email": {
|
906
|
+
"type": "string",
|
907
|
+
"sensitive": true
|
908
|
+
},
|
909
|
+
"IdentificationNumber": {},
|
910
|
+
"IdentificationExpirationDate": {
|
911
|
+
"type": "timestamp"
|
912
|
+
},
|
913
|
+
"IdentificationIssuingOrg": {},
|
914
|
+
"DevicePickupId": {}
|
915
|
+
}
|
916
|
+
},
|
917
|
+
"S2c": {
|
918
|
+
"type": "list",
|
919
|
+
"member": {
|
920
|
+
"shape": "S8"
|
921
|
+
}
|
922
|
+
},
|
923
|
+
"S2j": {
|
871
924
|
"type": "structure",
|
872
925
|
"members": {
|
873
926
|
"JobId": {},
|
@@ -878,7 +931,7 @@
|
|
878
931
|
"type": "timestamp"
|
879
932
|
},
|
880
933
|
"Resources": {
|
881
|
-
"shape": "
|
934
|
+
"shape": "Sg"
|
882
935
|
},
|
883
936
|
"Description": {},
|
884
937
|
"KmsKeyARN": {},
|
@@ -889,16 +942,16 @@
|
|
889
942
|
"members": {
|
890
943
|
"ShippingOption": {},
|
891
944
|
"InboundShipment": {
|
892
|
-
"shape": "
|
945
|
+
"shape": "S2l"
|
893
946
|
},
|
894
947
|
"OutboundShipment": {
|
895
|
-
"shape": "
|
948
|
+
"shape": "S2l"
|
896
949
|
}
|
897
950
|
}
|
898
951
|
},
|
899
952
|
"SnowballCapacityPreference": {},
|
900
953
|
"Notification": {
|
901
|
-
"shape": "
|
954
|
+
"shape": "S1a"
|
902
955
|
},
|
903
956
|
"DataTransferProgress": {
|
904
957
|
"type": "structure",
|
@@ -928,38 +981,43 @@
|
|
928
981
|
"ClusterId": {},
|
929
982
|
"ForwardingAddressId": {},
|
930
983
|
"TaxDocuments": {
|
931
|
-
"shape": "
|
984
|
+
"shape": "S1e"
|
932
985
|
},
|
933
986
|
"DeviceConfiguration": {
|
934
|
-
"shape": "
|
987
|
+
"shape": "S1r"
|
935
988
|
},
|
936
989
|
"RemoteManagement": {},
|
937
990
|
"LongTermPricingId": {},
|
938
991
|
"OnDeviceServiceConfiguration": {
|
939
|
-
"shape": "
|
940
|
-
}
|
992
|
+
"shape": "Sw"
|
993
|
+
},
|
994
|
+
"ImpactLevel": {},
|
995
|
+
"PickupDetails": {
|
996
|
+
"shape": "S1v"
|
997
|
+
},
|
998
|
+
"SnowballId": {}
|
941
999
|
}
|
942
1000
|
},
|
943
|
-
"
|
1001
|
+
"S2l": {
|
944
1002
|
"type": "structure",
|
945
1003
|
"members": {
|
946
1004
|
"Status": {},
|
947
1005
|
"TrackingNumber": {}
|
948
1006
|
}
|
949
1007
|
},
|
950
|
-
"
|
1008
|
+
"S3m": {
|
951
1009
|
"type": "list",
|
952
1010
|
"member": {
|
953
1011
|
"type": "structure",
|
954
1012
|
"members": {
|
955
1013
|
"ServiceName": {},
|
956
1014
|
"ServiceVersion": {
|
957
|
-
"shape": "
|
1015
|
+
"shape": "S3o"
|
958
1016
|
}
|
959
1017
|
}
|
960
1018
|
}
|
961
1019
|
},
|
962
|
-
"
|
1020
|
+
"S3o": {
|
963
1021
|
"type": "structure",
|
964
1022
|
"members": {
|
965
1023
|
"Version": {}
|
@@ -1641,7 +1641,7 @@ declare namespace CodeArtifact {
|
|
1641
1641
|
*/
|
1642
1642
|
repository: RepositoryName;
|
1643
1643
|
/**
|
1644
|
-
* A format that specifies the type of the package version with the requested asset file.
|
1644
|
+
* A format that specifies the type of the package version with the requested asset file. The only supported value is generic.
|
1645
1645
|
*/
|
1646
1646
|
format: PackageFormat;
|
1647
1647
|
/**
|
@@ -76,11 +76,11 @@ declare class CodeGuruSecurity extends Service {
|
|
76
76
|
*/
|
77
77
|
listFindingsMetrics(callback?: (err: AWSError, data: CodeGuruSecurity.Types.ListFindingsMetricsResponse) => void): Request<CodeGuruSecurity.Types.ListFindingsMetricsResponse, AWSError>;
|
78
78
|
/**
|
79
|
-
* Returns a list of all the scans in an account.
|
79
|
+
* Returns a list of all the standard scans in an account. Does not return express scans.
|
80
80
|
*/
|
81
81
|
listScans(params: CodeGuruSecurity.Types.ListScansRequest, callback?: (err: AWSError, data: CodeGuruSecurity.Types.ListScansResponse) => void): Request<CodeGuruSecurity.Types.ListScansResponse, AWSError>;
|
82
82
|
/**
|
83
|
-
* Returns a list of all the scans in an account.
|
83
|
+
* Returns a list of all the standard scans in an account. Does not return express scans.
|
84
84
|
*/
|
85
85
|
listScans(callback?: (err: AWSError, data: CodeGuruSecurity.Types.ListScansResponse) => void): Request<CodeGuruSecurity.Types.ListScansResponse, AWSError>;
|
86
86
|
/**
|
@@ -200,7 +200,7 @@ declare namespace CodeGuruSecurity {
|
|
200
200
|
export type CodeSnippet = CodeLine[];
|
201
201
|
export interface CreateScanRequest {
|
202
202
|
/**
|
203
|
-
* The type of analysis you want CodeGuru Security to perform in the scan, either Security or All. The
|
203
|
+
* The type of analysis you want CodeGuru Security to perform in the scan, either Security or All. The Security type only generates findings related to security. The All type generates both security findings and quality findings. Defaults to Security type if missing.
|
204
204
|
*/
|
205
205
|
analysisType?: AnalysisType;
|
206
206
|
/**
|
package/clients/connect.d.ts
CHANGED
@@ -4595,7 +4595,7 @@ declare namespace Connect {
|
|
4595
4595
|
*/
|
4596
4596
|
EndTime: Timestamp;
|
4597
4597
|
/**
|
4598
|
-
* The filters to apply to returned metrics. You can filter on the following resources: Queues Routing profiles Agents Channels User hierarchy groups At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator's Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters.
|
4598
|
+
* The filters to apply to returned metrics. You can filter on the following resources: Queues Routing profiles Agents Channels User hierarchy groups Feature At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups. To filter by phone number, see Create a historical metrics report in the Amazon Connect Administrator's Guide. Note the following limits: Filter keys: A maximum of 5 filter keys are supported in a single request. Valid filter keys: QUEUE | ROUTING_PROFILE | AGENT | CHANNEL | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | FEATURE Filter values: A maximum of 100 filter values are supported in a single request. VOICE, CHAT, and TASK are valid filterValue for the CHANNEL filter key. They do not count towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. contact_lens_conversational_analytics is a valid filterValue for the FEATURE filter key. It is available only to contacts analyzed by Contact Lens conversational analytics.
|
4599
4599
|
*/
|
4600
4600
|
Filters: FiltersV2List;
|
4601
4601
|
/**
|
@@ -4603,7 +4603,7 @@ declare namespace Connect {
|
|
4603
4603
|
*/
|
4604
4604
|
Groupings?: GroupingsV2;
|
4605
4605
|
/**
|
4606
|
-
* The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator's Guide. AGENT_ADHERENT_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_RESPONSE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_OCCUPANCY Unit: Percentage Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULE_ADHERENCE This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULED_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_ABANDON_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_INTERACTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile AVG_QUEUE_ANSWER_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile CONTACTS_ABANDONED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_CREATED Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile CONTACTS_HANDLED Unit: Count Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_HOLD_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT_BY_AGENT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy MAX_QUEUED_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ANSWERED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ABANDONED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_DISCONNECTED Valid metric filter key: DISCONNECT_REASON Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile SUM_RETRY_CALLBACK_ATTEMPTS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile
|
4606
|
+
* The metrics to retrieve. Specify the name, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Historical metrics definitions in the Amazon Connect Administrator's Guide. AGENT_ADHERENT_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_NON_RESPONSE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_OCCUPANCY Unit: Percentage Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULE_ADHERENCE This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AGENT_SCHEDULED_TIME This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_ABANDON_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_AFTER_CONTACT_WORK_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_AGENT_CONNECTING_TIME Unit: Seconds Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_CONTACT_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_CONVERSATION_DURATION Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_GREETING_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_HANDLE_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_HOLDS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. AVG_INTERACTION_AND_HOLD_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_INTERACTION_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature Feature is a valid filter but not a valid grouping. AVG_INTERRUPTIONS_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_INTERRUPTION_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_NON_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_QUEUE_ANSWER_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Feature Feature is a valid filter but not a valid grouping. AVG_TALK_TIME This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_TALK_TIME_AGENT This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy AVG_TALK_TIME_CUSTOMER This metric is available only for contacts analyzed by Contact Lens conversational analytics. Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_ABANDONED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_CREATED Unit: Count Valid metric filter key: INITIATION_METHOD Valid groupings and filters: Queue, Channel, Routing Profile, Feature Feature is a valid filter but not a valid grouping. CONTACTS_HANDLED Unit: Count Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. CONTACTS_HOLD_ABANDONS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_QUEUED Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature Feature is a valid filter but not a valid grouping. CONTACTS_TRANSFERRED_OUT_BY_AGENT Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy CONTACTS_TRANSFERRED_OUT_FROM_QUEUE Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy MAX_QUEUED_TIME Unit: Seconds Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy SERVICE_LEVEL You can include up to 20 SERVICE_LEVEL metrics in a request. Unit: Percent Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ANSWERED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_ABANDONED_IN_X Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than"). SUM_CONTACTS_DISCONNECTED Valid metric filter key: DISCONNECT_REASON Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile SUM_RETRY_CALLBACK_ATTEMPTS Unit: Count Valid groupings and filters: Queue, Channel, Routing Profile
|
4607
4607
|
*/
|
4608
4608
|
Metrics: MetricsV2;
|
4609
4609
|
/**
|
package/clients/docdb.d.ts
CHANGED
@@ -2111,9 +2111,13 @@ declare namespace DocDB {
|
|
2111
2111
|
*/
|
2112
2112
|
CloudwatchLogsExportConfiguration?: CloudwatchLogsExportConfiguration;
|
2113
2113
|
/**
|
2114
|
-
* The version number of the database engine to which you want to upgrade.
|
2114
|
+
* The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless ApplyImmediately is enabled. To list all of the available engine versions for Amazon DocumentDB use the following command: aws docdb describe-db-engine-versions --engine docdb --query "DBEngineVersions[].EngineVersion"
|
2115
2115
|
*/
|
2116
2116
|
EngineVersion?: String;
|
2117
|
+
/**
|
2118
|
+
* A value that indicates whether major version upgrades are allowed. Constraints: You must allow major version upgrades when specifying a value for the EngineVersion parameter that is a different major version than the DB cluster's current version.
|
2119
|
+
*/
|
2120
|
+
AllowMajorVersionUpgrade?: Boolean;
|
2117
2121
|
/**
|
2118
2122
|
* Specifies whether this cluster can be deleted. If DeletionProtection is enabled, the cluster cannot be deleted unless it is modified and DeletionProtection is disabled. DeletionProtection protects clusters from being accidentally deleted.
|
2119
2123
|
*/
|
package/clients/ec2.d.ts
CHANGED
@@ -24260,6 +24260,14 @@ declare namespace EC2 {
|
|
24260
24260
|
* Indicates whether Nitro Enclaves is supported.
|
24261
24261
|
*/
|
24262
24262
|
NitroEnclavesSupport?: NitroEnclavesSupport;
|
24263
|
+
/**
|
24264
|
+
* Indicates whether NitroTPM is supported.
|
24265
|
+
*/
|
24266
|
+
NitroTpmSupport?: NitroTpmSupport;
|
24267
|
+
/**
|
24268
|
+
* Describes the supported NitroTPM versions for the instance type.
|
24269
|
+
*/
|
24270
|
+
NitroTpmInfo?: NitroTpmInfo;
|
24263
24271
|
}
|
24264
24272
|
export interface InstanceTypeInfoFromInstanceRequirements {
|
24265
24273
|
/**
|
@@ -29570,6 +29578,15 @@ declare namespace EC2 {
|
|
29570
29578
|
export type NewDhcpConfigurationList = NewDhcpConfiguration[];
|
29571
29579
|
export type NextToken = string;
|
29572
29580
|
export type NitroEnclavesSupport = "unsupported"|"supported"|string;
|
29581
|
+
export interface NitroTpmInfo {
|
29582
|
+
/**
|
29583
|
+
* Indicates the supported NitroTPM versions.
|
29584
|
+
*/
|
29585
|
+
SupportedVersions?: NitroTpmSupportedVersionsList;
|
29586
|
+
}
|
29587
|
+
export type NitroTpmSupport = "unsupported"|"supported"|string;
|
29588
|
+
export type NitroTpmSupportedVersionType = string;
|
29589
|
+
export type NitroTpmSupportedVersionsList = NitroTpmSupportedVersionType[];
|
29573
29590
|
export type OccurrenceDayRequestSet = Integer[];
|
29574
29591
|
export type OccurrenceDaySet = Integer[];
|
29575
29592
|
export type OfferingClassType = "standard"|"convertible"|string;
|
package/clients/glue.d.ts
CHANGED
@@ -9978,7 +9978,7 @@ declare namespace Glue {
|
|
9978
9978
|
export type PathList = Path[];
|
9979
9979
|
export type Permission = "ALL"|"SELECT"|"ALTER"|"DROP"|"DELETE"|"INSERT"|"CREATE_DATABASE"|"CREATE_TABLE"|"DATA_LOCATION_ACCESS"|string;
|
9980
9980
|
export type PermissionList = Permission[];
|
9981
|
-
export type PermissionType = "COLUMN_PERMISSION"|"CELL_FILTER_PERMISSION"|string;
|
9981
|
+
export type PermissionType = "COLUMN_PERMISSION"|"CELL_FILTER_PERMISSION"|"NESTED_PERMISSION"|"NESTED_CELL_PERMISSION"|string;
|
9982
9982
|
export type PermissionTypeList = PermissionType[];
|
9983
9983
|
export interface PhysicalConnectionRequirements {
|
9984
9984
|
/**
|