aws-sdk 2.1205.0 → 2.1206.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 CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1205.0-->
2
+ <!--LATEST=2.1206.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1206.0
6
+ * feature: GreengrassV2: Adds topologyFilter to ListInstalledComponentsRequest which allows filtration of components by ROOT or ALL (including root and dependency components). Adds lastStatusChangeTimestamp to ListInstalledComponents response to show the last time a component changed state on a device.
7
+ * feature: LookoutEquipment: This release adds new apis for providing labels.
8
+ * feature: Macie2: This release of the Amazon Macie API adds support for using allow lists to define specific text and text patterns to ignore when inspecting data sources for sensitive data.
9
+
5
10
  ## 2.1205.0
6
11
  * feature: VoiceID: Amazon Connect Voice ID now detects voice spoofing. When a prospective fraudster tries to spoof caller audio using audio playback or synthesized speech, Voice ID will return a risk score and outcome to indicate the how likely it is that the voice is spoofed.
7
12
 
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1205.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1206.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -173,7 +173,7 @@
173
173
  "componentName": {},
174
174
  "componentVersion": {},
175
175
  "componentPlatforms": {
176
- "shape": "Sq"
176
+ "shape": "Sp"
177
177
  },
178
178
  "componentDependencies": {
179
179
  "type": "map",
@@ -287,7 +287,7 @@
287
287
  }
288
288
  },
289
289
  "tags": {
290
- "shape": "S1g"
290
+ "shape": "S1f"
291
291
  },
292
292
  "clientToken": {
293
293
  "idempotencyToken": true
@@ -310,7 +310,7 @@
310
310
  "type": "timestamp"
311
311
  },
312
312
  "status": {
313
- "shape": "S1n"
313
+ "shape": "S1m"
314
314
  }
315
315
  }
316
316
  }
@@ -338,7 +338,7 @@
338
338
  "shape": "S2k"
339
339
  },
340
340
  "tags": {
341
- "shape": "S1g"
341
+ "shape": "S1f"
342
342
  },
343
343
  "clientToken": {
344
344
  "idempotencyToken": true
@@ -440,13 +440,13 @@
440
440
  "publisher": {},
441
441
  "description": {},
442
442
  "status": {
443
- "shape": "S1n"
443
+ "shape": "S1m"
444
444
  },
445
445
  "platforms": {
446
- "shape": "Sq"
446
+ "shape": "Sp"
447
447
  },
448
448
  "tags": {
449
- "shape": "S1g"
449
+ "shape": "S1f"
450
450
  }
451
451
  }
452
452
  }
@@ -503,7 +503,7 @@
503
503
  "type": "blob"
504
504
  },
505
505
  "tags": {
506
- "shape": "S1g"
506
+ "shape": "S1f"
507
507
  }
508
508
  }
509
509
  }
@@ -600,7 +600,7 @@
600
600
  "type": "timestamp"
601
601
  },
602
602
  "tags": {
603
- "shape": "S1g"
603
+ "shape": "S1f"
604
604
  }
605
605
  }
606
606
  }
@@ -648,7 +648,7 @@
648
648
  "type": "boolean"
649
649
  },
650
650
  "tags": {
651
- "shape": "S1g"
651
+ "shape": "S1f"
652
652
  }
653
653
  }
654
654
  }
@@ -809,7 +809,7 @@
809
809
  "description": {},
810
810
  "publisher": {},
811
811
  "platforms": {
812
- "shape": "Sq"
812
+ "shape": "Sp"
813
813
  }
814
814
  }
815
815
  }
@@ -1006,6 +1006,10 @@
1006
1006
  "nextToken": {
1007
1007
  "location": "querystring",
1008
1008
  "locationName": "nextToken"
1009
+ },
1010
+ "topologyFilter": {
1011
+ "location": "querystring",
1012
+ "locationName": "topologyFilter"
1009
1013
  }
1010
1014
  }
1011
1015
  },
@@ -1023,6 +1027,9 @@
1023
1027
  "lifecycleStateDetails": {},
1024
1028
  "isRoot": {
1025
1029
  "type": "boolean"
1030
+ },
1031
+ "lastStatusChangeTimestamp": {
1032
+ "type": "timestamp"
1026
1033
  }
1027
1034
  }
1028
1035
  }
@@ -1052,7 +1059,7 @@
1052
1059
  "type": "structure",
1053
1060
  "members": {
1054
1061
  "tags": {
1055
- "shape": "S1g"
1062
+ "shape": "S1f"
1056
1063
  }
1057
1064
  }
1058
1065
  }
@@ -1065,7 +1072,7 @@
1065
1072
  "type": "structure",
1066
1073
  "members": {
1067
1074
  "platform": {
1068
- "shape": "Sr"
1075
+ "shape": "Sq"
1069
1076
  },
1070
1077
  "componentCandidates": {
1071
1078
  "type": "list",
@@ -1122,7 +1129,7 @@
1122
1129
  "locationName": "resourceArn"
1123
1130
  },
1124
1131
  "tags": {
1125
- "shape": "S1g"
1132
+ "shape": "S1f"
1126
1133
  }
1127
1134
  }
1128
1135
  },
@@ -1197,13 +1204,13 @@
1197
1204
  }
1198
1205
  },
1199
1206
  "shapes": {
1200
- "Sq": {
1207
+ "Sp": {
1201
1208
  "type": "list",
1202
1209
  "member": {
1203
- "shape": "Sr"
1210
+ "shape": "Sq"
1204
1211
  }
1205
1212
  },
1206
- "Sr": {
1213
+ "Sq": {
1207
1214
  "type": "structure",
1208
1215
  "members": {
1209
1216
  "name": {},
@@ -1214,12 +1221,12 @@
1214
1221
  }
1215
1222
  }
1216
1223
  },
1217
- "S1g": {
1224
+ "S1f": {
1218
1225
  "type": "map",
1219
1226
  "key": {},
1220
1227
  "value": {}
1221
1228
  },
1222
- "S1n": {
1229
+ "S1m": {
1223
1230
  "type": "structure",
1224
1231
  "members": {
1225
1232
  "componentState": {},
@@ -87,6 +87,68 @@
87
87
  }
88
88
  }
89
89
  },
90
+ "CreateLabel": {
91
+ "input": {
92
+ "type": "structure",
93
+ "required": [
94
+ "LabelGroupName",
95
+ "StartTime",
96
+ "EndTime",
97
+ "Rating",
98
+ "ClientToken"
99
+ ],
100
+ "members": {
101
+ "LabelGroupName": {},
102
+ "StartTime": {
103
+ "type": "timestamp"
104
+ },
105
+ "EndTime": {
106
+ "type": "timestamp"
107
+ },
108
+ "Rating": {},
109
+ "FaultCode": {},
110
+ "Notes": {},
111
+ "Equipment": {},
112
+ "ClientToken": {
113
+ "idempotencyToken": true
114
+ }
115
+ }
116
+ },
117
+ "output": {
118
+ "type": "structure",
119
+ "members": {
120
+ "LabelId": {}
121
+ }
122
+ }
123
+ },
124
+ "CreateLabelGroup": {
125
+ "input": {
126
+ "type": "structure",
127
+ "required": [
128
+ "LabelGroupName",
129
+ "ClientToken"
130
+ ],
131
+ "members": {
132
+ "LabelGroupName": {},
133
+ "FaultCodes": {
134
+ "shape": "S17"
135
+ },
136
+ "ClientToken": {
137
+ "idempotencyToken": true
138
+ },
139
+ "Tags": {
140
+ "shape": "S7"
141
+ }
142
+ }
143
+ },
144
+ "output": {
145
+ "type": "structure",
146
+ "members": {
147
+ "LabelGroupName": {},
148
+ "LabelGroupArn": {}
149
+ }
150
+ }
151
+ },
90
152
  "CreateModel": {
91
153
  "input": {
92
154
  "type": "structure",
@@ -102,7 +164,7 @@
102
164
  "shape": "S3"
103
165
  },
104
166
  "LabelsInputConfiguration": {
105
- "shape": "Sz"
167
+ "shape": "S1c"
106
168
  },
107
169
  "ClientToken": {
108
170
  "idempotencyToken": true
@@ -121,7 +183,7 @@
121
183
  },
122
184
  "RoleArn": {},
123
185
  "DataPreProcessingConfiguration": {
124
- "shape": "S12"
186
+ "shape": "S1e"
125
187
  },
126
188
  "ServerSideKmsKeyId": {},
127
189
  "Tags": {
@@ -160,6 +222,30 @@
160
222
  }
161
223
  }
162
224
  },
225
+ "DeleteLabel": {
226
+ "input": {
227
+ "type": "structure",
228
+ "required": [
229
+ "LabelGroupName",
230
+ "LabelId"
231
+ ],
232
+ "members": {
233
+ "LabelGroupName": {},
234
+ "LabelId": {}
235
+ }
236
+ }
237
+ },
238
+ "DeleteLabelGroup": {
239
+ "input": {
240
+ "type": "structure",
241
+ "required": [
242
+ "LabelGroupName"
243
+ ],
244
+ "members": {
245
+ "LabelGroupName": {}
246
+ }
247
+ }
248
+ },
163
249
  "DeleteModel": {
164
250
  "input": {
165
251
  "type": "structure",
@@ -187,7 +273,7 @@
187
273
  "JobId": {},
188
274
  "DatasetArn": {},
189
275
  "IngestionInputConfiguration": {
190
- "shape": "S1f"
276
+ "shape": "S1t"
191
277
  },
192
278
  "RoleArn": {},
193
279
  "CreatedAt": {
@@ -196,10 +282,10 @@
196
282
  "Status": {},
197
283
  "FailedReason": {},
198
284
  "DataQualitySummary": {
199
- "shape": "S1k"
285
+ "shape": "S1y"
200
286
  },
201
287
  "IngestedFilesSummary": {
202
- "shape": "S1t"
288
+ "shape": "S27"
203
289
  },
204
290
  "StatusDetail": {},
205
291
  "IngestedDataSize": {
@@ -241,13 +327,13 @@
241
327
  },
242
328
  "ServerSideKmsKeyId": {},
243
329
  "IngestionInputConfiguration": {
244
- "shape": "S1f"
330
+ "shape": "S1t"
245
331
  },
246
332
  "DataQualitySummary": {
247
- "shape": "S1k"
333
+ "shape": "S1y"
248
334
  },
249
335
  "IngestedFilesSummary": {
250
- "shape": "S1t"
336
+ "shape": "S27"
251
337
  },
252
338
  "RoleArn": {},
253
339
  "DataStartTime": {
@@ -294,7 +380,69 @@
294
380
  "shape": "Sr"
295
381
  },
296
382
  "RoleArn": {},
297
- "ServerSideKmsKeyId": {}
383
+ "ServerSideKmsKeyId": {},
384
+ "LatestInferenceResult": {}
385
+ }
386
+ }
387
+ },
388
+ "DescribeLabel": {
389
+ "input": {
390
+ "type": "structure",
391
+ "required": [
392
+ "LabelGroupName",
393
+ "LabelId"
394
+ ],
395
+ "members": {
396
+ "LabelGroupName": {},
397
+ "LabelId": {}
398
+ }
399
+ },
400
+ "output": {
401
+ "type": "structure",
402
+ "members": {
403
+ "LabelGroupName": {},
404
+ "LabelGroupArn": {},
405
+ "LabelId": {},
406
+ "StartTime": {
407
+ "type": "timestamp"
408
+ },
409
+ "EndTime": {
410
+ "type": "timestamp"
411
+ },
412
+ "Rating": {},
413
+ "FaultCode": {},
414
+ "Notes": {},
415
+ "Equipment": {},
416
+ "CreatedAt": {
417
+ "type": "timestamp"
418
+ }
419
+ }
420
+ }
421
+ },
422
+ "DescribeLabelGroup": {
423
+ "input": {
424
+ "type": "structure",
425
+ "required": [
426
+ "LabelGroupName"
427
+ ],
428
+ "members": {
429
+ "LabelGroupName": {}
430
+ }
431
+ },
432
+ "output": {
433
+ "type": "structure",
434
+ "members": {
435
+ "LabelGroupName": {},
436
+ "LabelGroupArn": {},
437
+ "FaultCodes": {
438
+ "shape": "S17"
439
+ },
440
+ "CreatedAt": {
441
+ "type": "timestamp"
442
+ },
443
+ "UpdatedAt": {
444
+ "type": "timestamp"
445
+ }
298
446
  }
299
447
  }
300
448
  },
@@ -319,7 +467,7 @@
319
467
  "jsonvalue": true
320
468
  },
321
469
  "LabelsInputConfiguration": {
322
- "shape": "Sz"
470
+ "shape": "S1c"
323
471
  },
324
472
  "TrainingDataStartTime": {
325
473
  "type": "timestamp"
@@ -335,7 +483,7 @@
335
483
  },
336
484
  "RoleArn": {},
337
485
  "DataPreProcessingConfiguration": {
338
- "shape": "S12"
486
+ "shape": "S1e"
339
487
  },
340
488
  "Status": {},
341
489
  "TrainingExecutionStartTime": {
@@ -384,7 +532,7 @@
384
532
  "DatasetName": {},
385
533
  "DatasetArn": {},
386
534
  "IngestionInputConfiguration": {
387
- "shape": "S1f"
535
+ "shape": "S1t"
388
536
  },
389
537
  "Status": {}
390
538
  }
@@ -524,7 +672,7 @@
524
672
  "shape": "Sr"
525
673
  },
526
674
  "CustomerResultObject": {
527
- "shape": "S1v"
675
+ "shape": "S29"
528
676
  },
529
677
  "Status": {},
530
678
  "FailedReason": {}
@@ -563,7 +711,94 @@
563
711
  "DataDelayOffsetInMinutes": {
564
712
  "type": "long"
565
713
  },
566
- "DataUploadFrequency": {}
714
+ "DataUploadFrequency": {},
715
+ "LatestInferenceResult": {}
716
+ }
717
+ }
718
+ }
719
+ }
720
+ }
721
+ },
722
+ "ListLabelGroups": {
723
+ "input": {
724
+ "type": "structure",
725
+ "members": {
726
+ "LabelGroupNameBeginsWith": {},
727
+ "NextToken": {},
728
+ "MaxResults": {
729
+ "type": "integer"
730
+ }
731
+ }
732
+ },
733
+ "output": {
734
+ "type": "structure",
735
+ "members": {
736
+ "NextToken": {},
737
+ "LabelGroupSummaries": {
738
+ "type": "list",
739
+ "member": {
740
+ "type": "structure",
741
+ "members": {
742
+ "LabelGroupName": {},
743
+ "LabelGroupArn": {},
744
+ "CreatedAt": {
745
+ "type": "timestamp"
746
+ },
747
+ "UpdatedAt": {
748
+ "type": "timestamp"
749
+ }
750
+ }
751
+ }
752
+ }
753
+ }
754
+ }
755
+ },
756
+ "ListLabels": {
757
+ "input": {
758
+ "type": "structure",
759
+ "required": [
760
+ "LabelGroupName"
761
+ ],
762
+ "members": {
763
+ "LabelGroupName": {},
764
+ "IntervalStartTime": {
765
+ "type": "timestamp"
766
+ },
767
+ "IntervalEndTime": {
768
+ "type": "timestamp"
769
+ },
770
+ "FaultCode": {},
771
+ "Equipment": {},
772
+ "NextToken": {},
773
+ "MaxResults": {
774
+ "type": "integer"
775
+ }
776
+ }
777
+ },
778
+ "output": {
779
+ "type": "structure",
780
+ "members": {
781
+ "NextToken": {},
782
+ "LabelSummaries": {
783
+ "type": "list",
784
+ "member": {
785
+ "type": "structure",
786
+ "members": {
787
+ "LabelGroupName": {},
788
+ "LabelId": {},
789
+ "LabelGroupArn": {},
790
+ "StartTime": {
791
+ "type": "timestamp"
792
+ },
793
+ "EndTime": {
794
+ "type": "timestamp"
795
+ },
796
+ "Rating": {},
797
+ "FaultCode": {},
798
+ "Equipment": {},
799
+ "CreatedAt": {
800
+ "type": "timestamp"
801
+ }
567
802
  }
568
803
  }
569
804
  }
@@ -635,16 +870,16 @@
635
870
  "type": "boolean"
636
871
  },
637
872
  "MissingValues": {
638
- "shape": "S35"
873
+ "shape": "S3w"
639
874
  },
640
875
  "InvalidValues": {
641
- "shape": "S35"
876
+ "shape": "S3w"
642
877
  },
643
878
  "InvalidDateEntries": {
644
- "shape": "S35"
879
+ "shape": "S3w"
645
880
  },
646
881
  "DuplicateTimestamps": {
647
- "shape": "S35"
882
+ "shape": "S3w"
648
883
  },
649
884
  "CategoricalValues": {
650
885
  "type": "structure",
@@ -736,7 +971,7 @@
736
971
  "members": {
737
972
  "DatasetName": {},
738
973
  "IngestionInputConfiguration": {
739
- "shape": "S1f"
974
+ "shape": "S1t"
740
975
  },
741
976
  "RoleArn": {},
742
977
  "ClientToken": {
@@ -854,6 +1089,20 @@
854
1089
  "RoleArn": {}
855
1090
  }
856
1091
  }
1092
+ },
1093
+ "UpdateLabelGroup": {
1094
+ "input": {
1095
+ "type": "structure",
1096
+ "required": [
1097
+ "LabelGroupName"
1098
+ ],
1099
+ "members": {
1100
+ "LabelGroupName": {},
1101
+ "FaultCodes": {
1102
+ "shape": "S17"
1103
+ }
1104
+ }
1105
+ }
857
1106
  }
858
1107
  },
859
1108
  "shapes": {
@@ -921,11 +1170,12 @@
921
1170
  "KmsKeyId": {}
922
1171
  }
923
1172
  },
924
- "Sz": {
1173
+ "S17": {
1174
+ "type": "list",
1175
+ "member": {}
1176
+ },
1177
+ "S1c": {
925
1178
  "type": "structure",
926
- "required": [
927
- "S3InputConfiguration"
928
- ],
929
1179
  "members": {
930
1180
  "S3InputConfiguration": {
931
1181
  "type": "structure",
@@ -936,16 +1186,17 @@
936
1186
  "Bucket": {},
937
1187
  "Prefix": {}
938
1188
  }
939
- }
1189
+ },
1190
+ "LabelGroupName": {}
940
1191
  }
941
1192
  },
942
- "S12": {
1193
+ "S1e": {
943
1194
  "type": "structure",
944
1195
  "members": {
945
1196
  "TargetSamplingRate": {}
946
1197
  }
947
1198
  },
948
- "S1f": {
1199
+ "S1t": {
949
1200
  "type": "structure",
950
1201
  "required": [
951
1202
  "S3InputConfiguration"
@@ -964,7 +1215,7 @@
964
1215
  }
965
1216
  }
966
1217
  },
967
- "S1k": {
1218
+ "S1y": {
968
1219
  "type": "structure",
969
1220
  "required": [
970
1221
  "InsufficientSensorData",
@@ -1059,7 +1310,7 @@
1059
1310
  }
1060
1311
  }
1061
1312
  },
1062
- "S1t": {
1313
+ "S27": {
1063
1314
  "type": "structure",
1064
1315
  "required": [
1065
1316
  "TotalNumberOfFiles",
@@ -1075,12 +1326,12 @@
1075
1326
  "DiscardedFiles": {
1076
1327
  "type": "list",
1077
1328
  "member": {
1078
- "shape": "S1v"
1329
+ "shape": "S29"
1079
1330
  }
1080
1331
  }
1081
1332
  }
1082
1333
  },
1083
- "S1v": {
1334
+ "S29": {
1084
1335
  "type": "structure",
1085
1336
  "required": [
1086
1337
  "Bucket",
@@ -1091,7 +1342,7 @@
1091
1342
  "Key": {}
1092
1343
  }
1093
1344
  },
1094
- "S35": {
1345
+ "S3w": {
1095
1346
  "type": "structure",
1096
1347
  "required": [
1097
1348
  "Count",
@@ -25,6 +25,16 @@
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
27
  },
28
+ "ListLabelGroups": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
33
+ "ListLabels": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
28
38
  "ListModels": {
29
39
  "input_token": "NextToken",
30
40
  "output_token": "NextToken",