cdk-docker-image-deployment 0.0.100 → 0.0.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +6 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +341 -334
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +160 -15
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +12 -1
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +60 -35
- package/node_modules/aws-sdk/apis/sagemaker-metrics-2022-09-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-metrics-2022-09-30.min.json +73 -0
- package/node_modules/aws-sdk/apis/sagemaker-metrics-2022-09-30.paginators.json +4 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +16 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +3 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +191 -2
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +2 -2
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +4 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +22 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +37 -7
- package/node_modules/aws-sdk/clients/sagemakermetrics.d.ts +93 -0
- package/node_modules/aws-sdk/clients/sagemakermetrics.js +18 -0
- package/node_modules/aws-sdk/clients/wafv2.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +46 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +580 -388
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -108,6 +108,36 @@
|
|
|
108
108
|
"members": {}
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
|
+
"DescribeEdgeConfiguration": {
|
|
112
|
+
"http": {
|
|
113
|
+
"requestUri": "/describeEdgeConfiguration"
|
|
114
|
+
},
|
|
115
|
+
"input": {
|
|
116
|
+
"type": "structure",
|
|
117
|
+
"members": {
|
|
118
|
+
"StreamName": {},
|
|
119
|
+
"StreamARN": {}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"output": {
|
|
123
|
+
"type": "structure",
|
|
124
|
+
"members": {
|
|
125
|
+
"StreamName": {},
|
|
126
|
+
"StreamARN": {},
|
|
127
|
+
"CreationTime": {
|
|
128
|
+
"type": "timestamp"
|
|
129
|
+
},
|
|
130
|
+
"LastUpdatedTime": {
|
|
131
|
+
"type": "timestamp"
|
|
132
|
+
},
|
|
133
|
+
"SyncStatus": {},
|
|
134
|
+
"FailedStatusDetails": {},
|
|
135
|
+
"EdgeConfig": {
|
|
136
|
+
"shape": "Su"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
111
141
|
"DescribeImageGenerationConfiguration": {
|
|
112
142
|
"http": {
|
|
113
143
|
"requestUri": "/describeImageGenerationConfiguration"
|
|
@@ -123,7 +153,7 @@
|
|
|
123
153
|
"type": "structure",
|
|
124
154
|
"members": {
|
|
125
155
|
"ImageGenerationConfiguration": {
|
|
126
|
-
"shape": "
|
|
156
|
+
"shape": "S1c"
|
|
127
157
|
}
|
|
128
158
|
}
|
|
129
159
|
}
|
|
@@ -143,7 +173,7 @@
|
|
|
143
173
|
"type": "structure",
|
|
144
174
|
"members": {
|
|
145
175
|
"NotificationConfiguration": {
|
|
146
|
-
"shape": "
|
|
176
|
+
"shape": "S1r"
|
|
147
177
|
}
|
|
148
178
|
}
|
|
149
179
|
}
|
|
@@ -163,7 +193,7 @@
|
|
|
163
193
|
"type": "structure",
|
|
164
194
|
"members": {
|
|
165
195
|
"ChannelInfo": {
|
|
166
|
-
"shape": "
|
|
196
|
+
"shape": "S1v"
|
|
167
197
|
}
|
|
168
198
|
}
|
|
169
199
|
}
|
|
@@ -183,7 +213,7 @@
|
|
|
183
213
|
"type": "structure",
|
|
184
214
|
"members": {
|
|
185
215
|
"StreamInfo": {
|
|
186
|
-
"shape": "
|
|
216
|
+
"shape": "S1z"
|
|
187
217
|
}
|
|
188
218
|
}
|
|
189
219
|
}
|
|
@@ -275,7 +305,7 @@
|
|
|
275
305
|
"ChannelInfoList": {
|
|
276
306
|
"type": "list",
|
|
277
307
|
"member": {
|
|
278
|
-
"shape": "
|
|
308
|
+
"shape": "S1v"
|
|
279
309
|
}
|
|
280
310
|
},
|
|
281
311
|
"NextToken": {}
|
|
@@ -308,7 +338,7 @@
|
|
|
308
338
|
"StreamInfoList": {
|
|
309
339
|
"type": "list",
|
|
310
340
|
"member": {
|
|
311
|
-
"shape": "
|
|
341
|
+
"shape": "S1z"
|
|
312
342
|
}
|
|
313
343
|
},
|
|
314
344
|
"NextToken": {}
|
|
@@ -361,6 +391,42 @@
|
|
|
361
391
|
}
|
|
362
392
|
}
|
|
363
393
|
},
|
|
394
|
+
"StartEdgeConfigurationUpdate": {
|
|
395
|
+
"http": {
|
|
396
|
+
"requestUri": "/startEdgeConfigurationUpdate"
|
|
397
|
+
},
|
|
398
|
+
"input": {
|
|
399
|
+
"type": "structure",
|
|
400
|
+
"required": [
|
|
401
|
+
"EdgeConfig"
|
|
402
|
+
],
|
|
403
|
+
"members": {
|
|
404
|
+
"StreamName": {},
|
|
405
|
+
"StreamARN": {},
|
|
406
|
+
"EdgeConfig": {
|
|
407
|
+
"shape": "Su"
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"output": {
|
|
412
|
+
"type": "structure",
|
|
413
|
+
"members": {
|
|
414
|
+
"StreamName": {},
|
|
415
|
+
"StreamARN": {},
|
|
416
|
+
"CreationTime": {
|
|
417
|
+
"type": "timestamp"
|
|
418
|
+
},
|
|
419
|
+
"LastUpdatedTime": {
|
|
420
|
+
"type": "timestamp"
|
|
421
|
+
},
|
|
422
|
+
"SyncStatus": {},
|
|
423
|
+
"FailedStatusDetails": {},
|
|
424
|
+
"EdgeConfig": {
|
|
425
|
+
"shape": "Su"
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
364
430
|
"TagResource": {
|
|
365
431
|
"http": {
|
|
366
432
|
"requestUri": "/TagResource"
|
|
@@ -421,7 +487,7 @@
|
|
|
421
487
|
"members": {
|
|
422
488
|
"ResourceARN": {},
|
|
423
489
|
"TagKeyList": {
|
|
424
|
-
"shape": "
|
|
490
|
+
"shape": "S30"
|
|
425
491
|
}
|
|
426
492
|
}
|
|
427
493
|
},
|
|
@@ -443,7 +509,7 @@
|
|
|
443
509
|
"StreamARN": {},
|
|
444
510
|
"StreamName": {},
|
|
445
511
|
"TagKeyList": {
|
|
446
|
-
"shape": "
|
|
512
|
+
"shape": "S30"
|
|
447
513
|
}
|
|
448
514
|
}
|
|
449
515
|
},
|
|
@@ -488,7 +554,7 @@
|
|
|
488
554
|
"StreamName": {},
|
|
489
555
|
"StreamARN": {},
|
|
490
556
|
"ImageGenerationConfiguration": {
|
|
491
|
-
"shape": "
|
|
557
|
+
"shape": "S1c"
|
|
492
558
|
}
|
|
493
559
|
}
|
|
494
560
|
},
|
|
@@ -507,7 +573,7 @@
|
|
|
507
573
|
"StreamName": {},
|
|
508
574
|
"StreamARN": {},
|
|
509
575
|
"NotificationConfiguration": {
|
|
510
|
-
"shape": "
|
|
576
|
+
"shape": "S1r"
|
|
511
577
|
}
|
|
512
578
|
}
|
|
513
579
|
},
|
|
@@ -587,7 +653,86 @@
|
|
|
587
653
|
"key": {},
|
|
588
654
|
"value": {}
|
|
589
655
|
},
|
|
590
|
-
"
|
|
656
|
+
"Su": {
|
|
657
|
+
"type": "structure",
|
|
658
|
+
"required": [
|
|
659
|
+
"HubDeviceArn",
|
|
660
|
+
"RecorderConfig"
|
|
661
|
+
],
|
|
662
|
+
"members": {
|
|
663
|
+
"HubDeviceArn": {},
|
|
664
|
+
"RecorderConfig": {
|
|
665
|
+
"type": "structure",
|
|
666
|
+
"required": [
|
|
667
|
+
"MediaSourceConfig"
|
|
668
|
+
],
|
|
669
|
+
"members": {
|
|
670
|
+
"MediaSourceConfig": {
|
|
671
|
+
"type": "structure",
|
|
672
|
+
"required": [
|
|
673
|
+
"MediaUriSecretArn",
|
|
674
|
+
"MediaUriType"
|
|
675
|
+
],
|
|
676
|
+
"members": {
|
|
677
|
+
"MediaUriSecretArn": {
|
|
678
|
+
"type": "string",
|
|
679
|
+
"sensitive": true
|
|
680
|
+
},
|
|
681
|
+
"MediaUriType": {}
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"ScheduleConfig": {
|
|
685
|
+
"shape": "S10"
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
"UploaderConfig": {
|
|
690
|
+
"type": "structure",
|
|
691
|
+
"required": [
|
|
692
|
+
"ScheduleConfig"
|
|
693
|
+
],
|
|
694
|
+
"members": {
|
|
695
|
+
"ScheduleConfig": {
|
|
696
|
+
"shape": "S10"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"DeletionConfig": {
|
|
701
|
+
"type": "structure",
|
|
702
|
+
"members": {
|
|
703
|
+
"EdgeRetentionInHours": {
|
|
704
|
+
"type": "integer"
|
|
705
|
+
},
|
|
706
|
+
"LocalSizeConfig": {
|
|
707
|
+
"type": "structure",
|
|
708
|
+
"members": {
|
|
709
|
+
"MaxLocalMediaSizeInMB": {
|
|
710
|
+
"type": "integer"
|
|
711
|
+
},
|
|
712
|
+
"StrategyOnFullSize": {}
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
"DeleteAfterUpload": {
|
|
716
|
+
"type": "boolean"
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"S10": {
|
|
723
|
+
"type": "structure",
|
|
724
|
+
"required": [
|
|
725
|
+
"ScheduleExpression",
|
|
726
|
+
"DurationInSeconds"
|
|
727
|
+
],
|
|
728
|
+
"members": {
|
|
729
|
+
"ScheduleExpression": {},
|
|
730
|
+
"DurationInSeconds": {
|
|
731
|
+
"type": "integer"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
"S1c": {
|
|
591
736
|
"type": "structure",
|
|
592
737
|
"required": [
|
|
593
738
|
"Status",
|
|
@@ -627,7 +772,7 @@
|
|
|
627
772
|
}
|
|
628
773
|
}
|
|
629
774
|
},
|
|
630
|
-
"
|
|
775
|
+
"S1r": {
|
|
631
776
|
"type": "structure",
|
|
632
777
|
"required": [
|
|
633
778
|
"Status",
|
|
@@ -646,7 +791,7 @@
|
|
|
646
791
|
}
|
|
647
792
|
}
|
|
648
793
|
},
|
|
649
|
-
"
|
|
794
|
+
"S1v": {
|
|
650
795
|
"type": "structure",
|
|
651
796
|
"members": {
|
|
652
797
|
"ChannelName": {},
|
|
@@ -662,7 +807,7 @@
|
|
|
662
807
|
"Version": {}
|
|
663
808
|
}
|
|
664
809
|
},
|
|
665
|
-
"
|
|
810
|
+
"S1z": {
|
|
666
811
|
"type": "structure",
|
|
667
812
|
"members": {
|
|
668
813
|
"DeviceName": {},
|
|
@@ -680,7 +825,7 @@
|
|
|
680
825
|
}
|
|
681
826
|
}
|
|
682
827
|
},
|
|
683
|
-
"
|
|
828
|
+
"S30": {
|
|
684
829
|
"type": "list",
|
|
685
830
|
"member": {}
|
|
686
831
|
}
|
|
@@ -271,6 +271,9 @@
|
|
|
271
271
|
"PreSignedUrl": {},
|
|
272
272
|
"OptionGroupName": {},
|
|
273
273
|
"TargetCustomAvailabilityZone": {},
|
|
274
|
+
"CopyOptionGroup": {
|
|
275
|
+
"type": "boolean"
|
|
276
|
+
},
|
|
274
277
|
"SourceRegion": {}
|
|
275
278
|
}
|
|
276
279
|
},
|
|
@@ -2445,6 +2448,9 @@
|
|
|
2445
2448
|
}
|
|
2446
2449
|
}
|
|
2447
2450
|
}
|
|
2451
|
+
},
|
|
2452
|
+
"CopyableCrossAccount": {
|
|
2453
|
+
"type": "boolean"
|
|
2448
2454
|
}
|
|
2449
2455
|
}
|
|
2450
2456
|
}
|
|
@@ -5052,7 +5058,12 @@
|
|
|
5052
5058
|
"type": "boolean"
|
|
5053
5059
|
},
|
|
5054
5060
|
"VpcId": {},
|
|
5055
|
-
"OptionGroupArn": {}
|
|
5061
|
+
"OptionGroupArn": {},
|
|
5062
|
+
"SourceOptionGroup": {},
|
|
5063
|
+
"SourceAccountId": {},
|
|
5064
|
+
"CopyTimestamp": {
|
|
5065
|
+
"type": "timestamp"
|
|
5066
|
+
}
|
|
5056
5067
|
},
|
|
5057
5068
|
"wrapper": true
|
|
5058
5069
|
},
|
|
@@ -735,21 +735,7 @@
|
|
|
735
735
|
"type": "structure",
|
|
736
736
|
"members": {
|
|
737
737
|
"GeneralLabels": {
|
|
738
|
-
"
|
|
739
|
-
"members": {
|
|
740
|
-
"LabelInclusionFilters": {
|
|
741
|
-
"shape": "S4l"
|
|
742
|
-
},
|
|
743
|
-
"LabelExclusionFilters": {
|
|
744
|
-
"shape": "S4l"
|
|
745
|
-
},
|
|
746
|
-
"LabelCategoryInclusionFilters": {
|
|
747
|
-
"shape": "S4l"
|
|
748
|
-
},
|
|
749
|
-
"LabelCategoryExclusionFilters": {
|
|
750
|
-
"shape": "S4l"
|
|
751
|
-
}
|
|
752
|
-
}
|
|
738
|
+
"shape": "S4k"
|
|
753
739
|
},
|
|
754
740
|
"ImageProperties": {
|
|
755
741
|
"type": "structure",
|
|
@@ -1258,7 +1244,8 @@
|
|
|
1258
1244
|
"type": "integer"
|
|
1259
1245
|
},
|
|
1260
1246
|
"NextToken": {},
|
|
1261
|
-
"SortBy": {}
|
|
1247
|
+
"SortBy": {},
|
|
1248
|
+
"AggregateBy": {}
|
|
1262
1249
|
}
|
|
1263
1250
|
},
|
|
1264
1251
|
"output": {
|
|
@@ -1280,6 +1267,15 @@
|
|
|
1280
1267
|
},
|
|
1281
1268
|
"Label": {
|
|
1282
1269
|
"shape": "S4r"
|
|
1270
|
+
},
|
|
1271
|
+
"StartTimestampMillis": {
|
|
1272
|
+
"type": "long"
|
|
1273
|
+
},
|
|
1274
|
+
"EndTimestampMillis": {
|
|
1275
|
+
"type": "long"
|
|
1276
|
+
},
|
|
1277
|
+
"DurationMillis": {
|
|
1278
|
+
"type": "long"
|
|
1283
1279
|
}
|
|
1284
1280
|
}
|
|
1285
1281
|
}
|
|
@@ -1894,11 +1890,11 @@
|
|
|
1894
1890
|
],
|
|
1895
1891
|
"members": {
|
|
1896
1892
|
"Video": {
|
|
1897
|
-
"shape": "
|
|
1893
|
+
"shape": "Sa0"
|
|
1898
1894
|
},
|
|
1899
1895
|
"ClientRequestToken": {},
|
|
1900
1896
|
"NotificationChannel": {
|
|
1901
|
-
"shape": "
|
|
1897
|
+
"shape": "Sa2"
|
|
1902
1898
|
},
|
|
1903
1899
|
"JobTag": {}
|
|
1904
1900
|
}
|
|
@@ -1919,14 +1915,14 @@
|
|
|
1919
1915
|
],
|
|
1920
1916
|
"members": {
|
|
1921
1917
|
"Video": {
|
|
1922
|
-
"shape": "
|
|
1918
|
+
"shape": "Sa0"
|
|
1923
1919
|
},
|
|
1924
1920
|
"MinConfidence": {
|
|
1925
1921
|
"type": "float"
|
|
1926
1922
|
},
|
|
1927
1923
|
"ClientRequestToken": {},
|
|
1928
1924
|
"NotificationChannel": {
|
|
1929
|
-
"shape": "
|
|
1925
|
+
"shape": "Sa2"
|
|
1930
1926
|
},
|
|
1931
1927
|
"JobTag": {}
|
|
1932
1928
|
}
|
|
@@ -1947,11 +1943,11 @@
|
|
|
1947
1943
|
],
|
|
1948
1944
|
"members": {
|
|
1949
1945
|
"Video": {
|
|
1950
|
-
"shape": "
|
|
1946
|
+
"shape": "Sa0"
|
|
1951
1947
|
},
|
|
1952
1948
|
"ClientRequestToken": {},
|
|
1953
1949
|
"NotificationChannel": {
|
|
1954
|
-
"shape": "
|
|
1950
|
+
"shape": "Sa2"
|
|
1955
1951
|
},
|
|
1956
1952
|
"FaceAttributes": {},
|
|
1957
1953
|
"JobTag": {}
|
|
@@ -1974,7 +1970,7 @@
|
|
|
1974
1970
|
],
|
|
1975
1971
|
"members": {
|
|
1976
1972
|
"Video": {
|
|
1977
|
-
"shape": "
|
|
1973
|
+
"shape": "Sa0"
|
|
1978
1974
|
},
|
|
1979
1975
|
"ClientRequestToken": {},
|
|
1980
1976
|
"FaceMatchThreshold": {
|
|
@@ -1982,7 +1978,7 @@
|
|
|
1982
1978
|
},
|
|
1983
1979
|
"CollectionId": {},
|
|
1984
1980
|
"NotificationChannel": {
|
|
1985
|
-
"shape": "
|
|
1981
|
+
"shape": "Sa2"
|
|
1986
1982
|
},
|
|
1987
1983
|
"JobTag": {}
|
|
1988
1984
|
}
|
|
@@ -2003,16 +1999,28 @@
|
|
|
2003
1999
|
],
|
|
2004
2000
|
"members": {
|
|
2005
2001
|
"Video": {
|
|
2006
|
-
"shape": "
|
|
2002
|
+
"shape": "Sa0"
|
|
2007
2003
|
},
|
|
2008
2004
|
"ClientRequestToken": {},
|
|
2009
2005
|
"MinConfidence": {
|
|
2010
2006
|
"type": "float"
|
|
2011
2007
|
},
|
|
2012
2008
|
"NotificationChannel": {
|
|
2013
|
-
"shape": "
|
|
2009
|
+
"shape": "Sa2"
|
|
2014
2010
|
},
|
|
2015
|
-
"JobTag": {}
|
|
2011
|
+
"JobTag": {},
|
|
2012
|
+
"Features": {
|
|
2013
|
+
"type": "list",
|
|
2014
|
+
"member": {}
|
|
2015
|
+
},
|
|
2016
|
+
"Settings": {
|
|
2017
|
+
"type": "structure",
|
|
2018
|
+
"members": {
|
|
2019
|
+
"GeneralLabels": {
|
|
2020
|
+
"shape": "S4k"
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
}
|
|
2016
2024
|
}
|
|
2017
2025
|
},
|
|
2018
2026
|
"output": {
|
|
@@ -2031,11 +2039,11 @@
|
|
|
2031
2039
|
],
|
|
2032
2040
|
"members": {
|
|
2033
2041
|
"Video": {
|
|
2034
|
-
"shape": "
|
|
2042
|
+
"shape": "Sa0"
|
|
2035
2043
|
},
|
|
2036
2044
|
"ClientRequestToken": {},
|
|
2037
2045
|
"NotificationChannel": {
|
|
2038
|
-
"shape": "
|
|
2046
|
+
"shape": "Sa2"
|
|
2039
2047
|
},
|
|
2040
2048
|
"JobTag": {}
|
|
2041
2049
|
}
|
|
@@ -2081,11 +2089,11 @@
|
|
|
2081
2089
|
],
|
|
2082
2090
|
"members": {
|
|
2083
2091
|
"Video": {
|
|
2084
|
-
"shape": "
|
|
2092
|
+
"shape": "Sa0"
|
|
2085
2093
|
},
|
|
2086
2094
|
"ClientRequestToken": {},
|
|
2087
2095
|
"NotificationChannel": {
|
|
2088
|
-
"shape": "
|
|
2096
|
+
"shape": "Sa2"
|
|
2089
2097
|
},
|
|
2090
2098
|
"JobTag": {},
|
|
2091
2099
|
"Filters": {
|
|
@@ -2181,11 +2189,11 @@
|
|
|
2181
2189
|
],
|
|
2182
2190
|
"members": {
|
|
2183
2191
|
"Video": {
|
|
2184
|
-
"shape": "
|
|
2192
|
+
"shape": "Sa0"
|
|
2185
2193
|
},
|
|
2186
2194
|
"ClientRequestToken": {},
|
|
2187
2195
|
"NotificationChannel": {
|
|
2188
|
-
"shape": "
|
|
2196
|
+
"shape": "Sa2"
|
|
2189
2197
|
},
|
|
2190
2198
|
"JobTag": {},
|
|
2191
2199
|
"Filters": {
|
|
@@ -2773,6 +2781,23 @@
|
|
|
2773
2781
|
}
|
|
2774
2782
|
}
|
|
2775
2783
|
},
|
|
2784
|
+
"S4k": {
|
|
2785
|
+
"type": "structure",
|
|
2786
|
+
"members": {
|
|
2787
|
+
"LabelInclusionFilters": {
|
|
2788
|
+
"shape": "S4l"
|
|
2789
|
+
},
|
|
2790
|
+
"LabelExclusionFilters": {
|
|
2791
|
+
"shape": "S4l"
|
|
2792
|
+
},
|
|
2793
|
+
"LabelCategoryInclusionFilters": {
|
|
2794
|
+
"shape": "S4l"
|
|
2795
|
+
},
|
|
2796
|
+
"LabelCategoryExclusionFilters": {
|
|
2797
|
+
"shape": "S4l"
|
|
2798
|
+
}
|
|
2799
|
+
}
|
|
2800
|
+
},
|
|
2776
2801
|
"S4l": {
|
|
2777
2802
|
"type": "list",
|
|
2778
2803
|
"member": {}
|
|
@@ -2989,7 +3014,7 @@
|
|
|
2989
3014
|
"IndexFacesModelVersion": {}
|
|
2990
3015
|
}
|
|
2991
3016
|
},
|
|
2992
|
-
"
|
|
3017
|
+
"Sa0": {
|
|
2993
3018
|
"type": "structure",
|
|
2994
3019
|
"members": {
|
|
2995
3020
|
"S3Object": {
|
|
@@ -2997,7 +3022,7 @@
|
|
|
2997
3022
|
}
|
|
2998
3023
|
}
|
|
2999
3024
|
},
|
|
3000
|
-
"
|
|
3025
|
+
"Sa2": {
|
|
3001
3026
|
"type": "structure",
|
|
3002
3027
|
"required": [
|
|
3003
3028
|
"SNSTopicArn",
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2.0",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"apiVersion": "2022-09-30",
|
|
5
|
+
"endpointPrefix": "metrics.sagemaker",
|
|
6
|
+
"protocol": "rest-json",
|
|
7
|
+
"serviceAbbreviation": "SageMaker Metrics",
|
|
8
|
+
"serviceFullName": "Amazon SageMaker Metrics Service",
|
|
9
|
+
"serviceId": "SageMaker Metrics",
|
|
10
|
+
"signatureVersion": "v4",
|
|
11
|
+
"signingName": "sagemaker",
|
|
12
|
+
"uid": "sagemaker-metrics-2022-09-30"
|
|
13
|
+
},
|
|
14
|
+
"operations": {
|
|
15
|
+
"BatchPutMetrics": {
|
|
16
|
+
"http": {
|
|
17
|
+
"method": "PUT",
|
|
18
|
+
"requestUri": "/BatchPutMetrics"
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"TrialComponentName",
|
|
24
|
+
"MetricData"
|
|
25
|
+
],
|
|
26
|
+
"members": {
|
|
27
|
+
"TrialComponentName": {},
|
|
28
|
+
"MetricData": {
|
|
29
|
+
"type": "list",
|
|
30
|
+
"member": {
|
|
31
|
+
"type": "structure",
|
|
32
|
+
"required": [
|
|
33
|
+
"MetricName",
|
|
34
|
+
"Timestamp",
|
|
35
|
+
"Value"
|
|
36
|
+
],
|
|
37
|
+
"members": {
|
|
38
|
+
"MetricName": {},
|
|
39
|
+
"Timestamp": {
|
|
40
|
+
"type": "timestamp"
|
|
41
|
+
},
|
|
42
|
+
"Step": {
|
|
43
|
+
"type": "integer"
|
|
44
|
+
},
|
|
45
|
+
"Value": {
|
|
46
|
+
"type": "double"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
"output": {
|
|
54
|
+
"type": "structure",
|
|
55
|
+
"members": {
|
|
56
|
+
"Errors": {
|
|
57
|
+
"type": "list",
|
|
58
|
+
"member": {
|
|
59
|
+
"type": "structure",
|
|
60
|
+
"members": {
|
|
61
|
+
"Code": {},
|
|
62
|
+
"MetricIndex": {
|
|
63
|
+
"type": "integer"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"shapes": {}
|
|
73
|
+
}
|
|
@@ -332,3 +332,4 @@ export import DocDBElastic = require('./docdbelastic');
|
|
|
332
332
|
export import SageMakerGeospatial = require('./sagemakergeospatial');
|
|
333
333
|
export import CodeCatalyst = require('./codecatalyst');
|
|
334
334
|
export import Pipes = require('./pipes');
|
|
335
|
+
export import SageMakerMetrics = require('./sagemakermetrics');
|
|
@@ -333,5 +333,6 @@ module.exports = {
|
|
|
333
333
|
DocDBElastic: require('./docdbelastic'),
|
|
334
334
|
SageMakerGeospatial: require('./sagemakergeospatial'),
|
|
335
335
|
CodeCatalyst: require('./codecatalyst'),
|
|
336
|
-
Pipes: require('./pipes')
|
|
336
|
+
Pipes: require('./pipes'),
|
|
337
|
+
SageMakerMetrics: require('./sagemakermetrics')
|
|
337
338
|
};
|
|
@@ -725,6 +725,14 @@ declare namespace CustomerProfiles {
|
|
|
725
725
|
* A key value pair of attributes of a customer profile.
|
|
726
726
|
*/
|
|
727
727
|
Attributes?: Attributes;
|
|
728
|
+
/**
|
|
729
|
+
* An alternative to PartyType which accepts any string as input.
|
|
730
|
+
*/
|
|
731
|
+
PartyTypeString?: string1To255;
|
|
732
|
+
/**
|
|
733
|
+
* An alternative to Gender which accepts any string as input.
|
|
734
|
+
*/
|
|
735
|
+
GenderString?: string1To255;
|
|
728
736
|
}
|
|
729
737
|
export interface CreateProfileResponse {
|
|
730
738
|
/**
|
|
@@ -2693,6 +2701,14 @@ declare namespace CustomerProfiles {
|
|
|
2693
2701
|
* A key value pair of attributes of a customer profile.
|
|
2694
2702
|
*/
|
|
2695
2703
|
Attributes?: UpdateAttributes;
|
|
2704
|
+
/**
|
|
2705
|
+
* An alternative to PartyType which accepts any string as input.
|
|
2706
|
+
*/
|
|
2707
|
+
PartyTypeString?: string0To255;
|
|
2708
|
+
/**
|
|
2709
|
+
* An alternative to Gender which accepts any string as input.
|
|
2710
|
+
*/
|
|
2711
|
+
GenderString?: string0To255;
|
|
2696
2712
|
}
|
|
2697
2713
|
export interface UpdateProfileResponse {
|
|
2698
2714
|
/**
|