cdk-lambda-subminute 2.0.236 → 2.0.238
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +276 -79
- package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +4 -0
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +101 -74
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.examples.json +214 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +248 -24
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +3 -0
- package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
- package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +6 -6
- package/node_modules/aws-sdk/clients/drs.d.ts +215 -0
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +29 -29
- package/node_modules/aws-sdk/clients/firehose.d.ts +38 -7
- package/node_modules/aws-sdk/clients/guardduty.d.ts +29 -24
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +435 -58
- package/node_modules/aws-sdk/clients/xray.d.ts +4 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +107 -77
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +53 -53
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -1,5 +1,219 @@
|
|
1
1
|
{
|
2
2
|
"version": "1.0",
|
3
3
|
"examples": {
|
4
|
+
"CreateRetrainingScheduler": [
|
5
|
+
{
|
6
|
+
"input": {
|
7
|
+
"ClientToken": "sample-client-token",
|
8
|
+
"LookbackWindow": "P360D",
|
9
|
+
"ModelName": "sample-model",
|
10
|
+
"PromoteMode": "MANUAL",
|
11
|
+
"RetrainingFrequency": "P1M"
|
12
|
+
},
|
13
|
+
"output": {
|
14
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
15
|
+
"ModelName": "sample-model",
|
16
|
+
"Status": "PENDING"
|
17
|
+
},
|
18
|
+
"comments": {
|
19
|
+
"input": {
|
20
|
+
},
|
21
|
+
"output": {
|
22
|
+
}
|
23
|
+
},
|
24
|
+
"description": "",
|
25
|
+
"id": "creates-a-retraining-scheduler-with-manual-promote-mode-1694018486212",
|
26
|
+
"title": "Creates a retraining scheduler with manual promote mode"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"input": {
|
30
|
+
"ClientToken": "sample-client-token",
|
31
|
+
"LookbackWindow": "P360D",
|
32
|
+
"ModelName": "sample-model",
|
33
|
+
"RetrainingFrequency": "P1M",
|
34
|
+
"RetrainingStartDate": "2024-01-01T00:00:00Z"
|
35
|
+
},
|
36
|
+
"output": {
|
37
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
38
|
+
"ModelName": "sample-model",
|
39
|
+
"Status": "PENDING"
|
40
|
+
},
|
41
|
+
"comments": {
|
42
|
+
"input": {
|
43
|
+
},
|
44
|
+
"output": {
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"description": "",
|
48
|
+
"id": "creates-a-retraining-scheduler-with-a-specific-start-date-1694018790519",
|
49
|
+
"title": "Creates a retraining scheduler with a specific start date"
|
50
|
+
}
|
51
|
+
],
|
52
|
+
"DeleteRetrainingScheduler": [
|
53
|
+
{
|
54
|
+
"input": {
|
55
|
+
"ModelName": "sample-model"
|
56
|
+
},
|
57
|
+
"comments": {
|
58
|
+
"input": {
|
59
|
+
},
|
60
|
+
"output": {
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"description": "",
|
64
|
+
"id": "deletes-a-retraining-scheduler-1694019240097",
|
65
|
+
"title": "Deletes a retraining scheduler"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"DescribeRetrainingScheduler": [
|
69
|
+
{
|
70
|
+
"input": {
|
71
|
+
"ModelName": "sample-model"
|
72
|
+
},
|
73
|
+
"output": {
|
74
|
+
"CreatedAt": "2023-10-01T15:00:00Z",
|
75
|
+
"LookbackWindow": "P360D",
|
76
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
77
|
+
"ModelName": "sample-model",
|
78
|
+
"PromoteMode": "MANAGED",
|
79
|
+
"RetrainingFrequency": "P1M",
|
80
|
+
"RetrainingStartDate": "2023-11-01T00:00:00Z",
|
81
|
+
"Status": "RUNNING",
|
82
|
+
"UpdatedAt": "2023-10-01T15:00:00Z"
|
83
|
+
},
|
84
|
+
"comments": {
|
85
|
+
"input": {
|
86
|
+
},
|
87
|
+
"output": {
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"description": "",
|
91
|
+
"id": "describes-a-retraining-scheduler-1694019344252",
|
92
|
+
"title": "Describes a retraining scheduler"
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"ListRetrainingSchedulers": [
|
96
|
+
{
|
97
|
+
"input": {
|
98
|
+
"MaxResults": 50
|
99
|
+
},
|
100
|
+
"output": {
|
101
|
+
"RetrainingSchedulerSummaries": [
|
102
|
+
{
|
103
|
+
"LookbackWindow": "P180D",
|
104
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-1/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
105
|
+
"ModelName": "sample-model-1",
|
106
|
+
"RetrainingFrequency": "P1M",
|
107
|
+
"RetrainingStartDate": "2023-06-01T00:00:00Z",
|
108
|
+
"Status": "RUNNING"
|
109
|
+
},
|
110
|
+
{
|
111
|
+
"LookbackWindow": "P180D",
|
112
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-2/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222",
|
113
|
+
"ModelName": "sample-model-2",
|
114
|
+
"RetrainingFrequency": "P30D",
|
115
|
+
"RetrainingStartDate": "2023-08-15T00:00:00Z",
|
116
|
+
"Status": "RUNNING"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"LookbackWindow": "P360D",
|
120
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-3/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333",
|
121
|
+
"ModelName": "sample-model-3",
|
122
|
+
"RetrainingFrequency": "P1M",
|
123
|
+
"RetrainingStartDate": "2023-09-01T00:00:00Z",
|
124
|
+
"Status": "STOPPED"
|
125
|
+
}
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"comments": {
|
129
|
+
"input": {
|
130
|
+
},
|
131
|
+
"output": {
|
132
|
+
}
|
133
|
+
},
|
134
|
+
"description": "",
|
135
|
+
"id": "listing-retraining-schedulers-1694016740503",
|
136
|
+
"title": "Listing retraining schedulers"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"StartRetrainingScheduler": [
|
140
|
+
{
|
141
|
+
"input": {
|
142
|
+
"ModelName": "sample-model"
|
143
|
+
},
|
144
|
+
"output": {
|
145
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
146
|
+
"ModelName": "sample-model",
|
147
|
+
"Status": "PENDING"
|
148
|
+
},
|
149
|
+
"comments": {
|
150
|
+
"input": {
|
151
|
+
},
|
152
|
+
"output": {
|
153
|
+
}
|
154
|
+
},
|
155
|
+
"description": "",
|
156
|
+
"id": "starts-a-retraining-scheduler-1694019629413",
|
157
|
+
"title": "Starts a retraining scheduler"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"StopRetrainingScheduler": [
|
161
|
+
{
|
162
|
+
"input": {
|
163
|
+
"ModelName": "sample-model"
|
164
|
+
},
|
165
|
+
"output": {
|
166
|
+
"ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
|
167
|
+
"ModelName": "sample-model",
|
168
|
+
"Status": "STOPPING"
|
169
|
+
},
|
170
|
+
"comments": {
|
171
|
+
"input": {
|
172
|
+
},
|
173
|
+
"output": {
|
174
|
+
}
|
175
|
+
},
|
176
|
+
"description": "",
|
177
|
+
"id": "stops-a-retraining-scheduler-1694019734149",
|
178
|
+
"title": "Stops a retraining scheduler"
|
179
|
+
}
|
180
|
+
],
|
181
|
+
"UpdateModel": [
|
182
|
+
{
|
183
|
+
"input": {
|
184
|
+
"LabelsInputConfiguration": {
|
185
|
+
"LabelGroupName": "sample-label-group"
|
186
|
+
},
|
187
|
+
"ModelName": "sample-model"
|
188
|
+
},
|
189
|
+
"comments": {
|
190
|
+
"input": {
|
191
|
+
},
|
192
|
+
"output": {
|
193
|
+
}
|
194
|
+
},
|
195
|
+
"description": "",
|
196
|
+
"id": "updates-a-model-1694020683458",
|
197
|
+
"title": "Updates a model"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"UpdateRetrainingScheduler": [
|
201
|
+
{
|
202
|
+
"input": {
|
203
|
+
"ModelName": "sample-model",
|
204
|
+
"RetrainingFrequency": "P1Y",
|
205
|
+
"RetrainingStartDate": "2024-01-01T00:00:00Z"
|
206
|
+
},
|
207
|
+
"comments": {
|
208
|
+
"input": {
|
209
|
+
},
|
210
|
+
"output": {
|
211
|
+
}
|
212
|
+
},
|
213
|
+
"description": "",
|
214
|
+
"id": "updates-a-retraining-scheduler-1694019840918",
|
215
|
+
"title": "Updates a retraining scheduler"
|
216
|
+
}
|
217
|
+
]
|
4
218
|
}
|
5
219
|
}
|
@@ -200,6 +200,37 @@
|
|
200
200
|
}
|
201
201
|
}
|
202
202
|
},
|
203
|
+
"CreateRetrainingScheduler": {
|
204
|
+
"input": {
|
205
|
+
"type": "structure",
|
206
|
+
"required": [
|
207
|
+
"ModelName",
|
208
|
+
"RetrainingFrequency",
|
209
|
+
"LookbackWindow",
|
210
|
+
"ClientToken"
|
211
|
+
],
|
212
|
+
"members": {
|
213
|
+
"ModelName": {},
|
214
|
+
"RetrainingStartDate": {
|
215
|
+
"type": "timestamp"
|
216
|
+
},
|
217
|
+
"RetrainingFrequency": {},
|
218
|
+
"LookbackWindow": {},
|
219
|
+
"PromoteMode": {},
|
220
|
+
"ClientToken": {
|
221
|
+
"idempotencyToken": true
|
222
|
+
}
|
223
|
+
}
|
224
|
+
},
|
225
|
+
"output": {
|
226
|
+
"type": "structure",
|
227
|
+
"members": {
|
228
|
+
"ModelName": {},
|
229
|
+
"ModelArn": {},
|
230
|
+
"Status": {}
|
231
|
+
}
|
232
|
+
}
|
233
|
+
},
|
203
234
|
"DeleteDataset": {
|
204
235
|
"input": {
|
205
236
|
"type": "structure",
|
@@ -268,6 +299,17 @@
|
|
268
299
|
}
|
269
300
|
}
|
270
301
|
},
|
302
|
+
"DeleteRetrainingScheduler": {
|
303
|
+
"input": {
|
304
|
+
"type": "structure",
|
305
|
+
"required": [
|
306
|
+
"ModelName"
|
307
|
+
],
|
308
|
+
"members": {
|
309
|
+
"ModelName": {}
|
310
|
+
}
|
311
|
+
}
|
312
|
+
},
|
271
313
|
"DescribeDataIngestionJob": {
|
272
314
|
"input": {
|
273
315
|
"type": "structure",
|
@@ -284,7 +326,7 @@
|
|
284
326
|
"JobId": {},
|
285
327
|
"DatasetArn": {},
|
286
328
|
"IngestionInputConfiguration": {
|
287
|
-
"shape": "
|
329
|
+
"shape": "S22"
|
288
330
|
},
|
289
331
|
"RoleArn": {},
|
290
332
|
"CreatedAt": {
|
@@ -293,10 +335,10 @@
|
|
293
335
|
"Status": {},
|
294
336
|
"FailedReason": {},
|
295
337
|
"DataQualitySummary": {
|
296
|
-
"shape": "
|
338
|
+
"shape": "S27"
|
297
339
|
},
|
298
340
|
"IngestedFilesSummary": {
|
299
|
-
"shape": "
|
341
|
+
"shape": "S2g"
|
300
342
|
},
|
301
343
|
"StatusDetail": {},
|
302
344
|
"IngestedDataSize": {
|
@@ -339,13 +381,13 @@
|
|
339
381
|
},
|
340
382
|
"ServerSideKmsKeyId": {},
|
341
383
|
"IngestionInputConfiguration": {
|
342
|
-
"shape": "
|
384
|
+
"shape": "S22"
|
343
385
|
},
|
344
386
|
"DataQualitySummary": {
|
345
|
-
"shape": "
|
387
|
+
"shape": "S27"
|
346
388
|
},
|
347
389
|
"IngestedFilesSummary": {
|
348
|
-
"shape": "
|
390
|
+
"shape": "S2g"
|
349
391
|
},
|
350
392
|
"RoleArn": {},
|
351
393
|
"DataStartTime": {
|
@@ -537,7 +579,31 @@
|
|
537
579
|
"PreviousActiveModelVersionArn": {},
|
538
580
|
"PreviousModelVersionActivatedAt": {
|
539
581
|
"type": "timestamp"
|
540
|
-
}
|
582
|
+
},
|
583
|
+
"PriorModelMetrics": {
|
584
|
+
"jsonvalue": true
|
585
|
+
},
|
586
|
+
"LatestScheduledRetrainingFailedReason": {},
|
587
|
+
"LatestScheduledRetrainingStatus": {},
|
588
|
+
"LatestScheduledRetrainingModelVersion": {
|
589
|
+
"type": "long"
|
590
|
+
},
|
591
|
+
"LatestScheduledRetrainingStartTime": {
|
592
|
+
"type": "timestamp"
|
593
|
+
},
|
594
|
+
"LatestScheduledRetrainingAvailableDataInDays": {
|
595
|
+
"type": "integer"
|
596
|
+
},
|
597
|
+
"NextScheduledRetrainingStartDate": {
|
598
|
+
"type": "timestamp"
|
599
|
+
},
|
600
|
+
"AccumulatedInferenceDataStartTime": {
|
601
|
+
"type": "timestamp"
|
602
|
+
},
|
603
|
+
"AccumulatedInferenceDataEndTime": {
|
604
|
+
"type": "timestamp"
|
605
|
+
},
|
606
|
+
"RetrainingSchedulerStatus": {}
|
541
607
|
}
|
542
608
|
}
|
543
609
|
},
|
@@ -613,7 +679,13 @@
|
|
613
679
|
},
|
614
680
|
"ImportedDataSizeInBytes": {
|
615
681
|
"type": "long"
|
616
|
-
}
|
682
|
+
},
|
683
|
+
"PriorModelMetrics": {},
|
684
|
+
"RetrainingAvailableDataInDays": {
|
685
|
+
"type": "integer"
|
686
|
+
},
|
687
|
+
"AutoPromotionResult": {},
|
688
|
+
"AutoPromotionResultReason": {}
|
617
689
|
}
|
618
690
|
}
|
619
691
|
},
|
@@ -641,6 +713,37 @@
|
|
641
713
|
}
|
642
714
|
}
|
643
715
|
},
|
716
|
+
"DescribeRetrainingScheduler": {
|
717
|
+
"input": {
|
718
|
+
"type": "structure",
|
719
|
+
"required": [
|
720
|
+
"ModelName"
|
721
|
+
],
|
722
|
+
"members": {
|
723
|
+
"ModelName": {}
|
724
|
+
}
|
725
|
+
},
|
726
|
+
"output": {
|
727
|
+
"type": "structure",
|
728
|
+
"members": {
|
729
|
+
"ModelName": {},
|
730
|
+
"ModelArn": {},
|
731
|
+
"RetrainingStartDate": {
|
732
|
+
"type": "timestamp"
|
733
|
+
},
|
734
|
+
"RetrainingFrequency": {},
|
735
|
+
"LookbackWindow": {},
|
736
|
+
"Status": {},
|
737
|
+
"PromoteMode": {},
|
738
|
+
"CreatedAt": {
|
739
|
+
"type": "timestamp"
|
740
|
+
},
|
741
|
+
"UpdatedAt": {
|
742
|
+
"type": "timestamp"
|
743
|
+
}
|
744
|
+
}
|
745
|
+
}
|
746
|
+
},
|
644
747
|
"ImportDataset": {
|
645
748
|
"input": {
|
646
749
|
"type": "structure",
|
@@ -692,7 +795,8 @@
|
|
692
795
|
"ServerSideKmsKeyId": {},
|
693
796
|
"Tags": {
|
694
797
|
"shape": "S7"
|
695
|
-
}
|
798
|
+
},
|
799
|
+
"InferenceDataImportStrategy": {}
|
696
800
|
}
|
697
801
|
},
|
698
802
|
"output": {
|
@@ -733,7 +837,7 @@
|
|
733
837
|
"DatasetName": {},
|
734
838
|
"DatasetArn": {},
|
735
839
|
"IngestionInputConfiguration": {
|
736
|
-
"shape": "
|
840
|
+
"shape": "S22"
|
737
841
|
},
|
738
842
|
"Status": {}
|
739
843
|
}
|
@@ -873,10 +977,14 @@
|
|
873
977
|
"shape": "Sr"
|
874
978
|
},
|
875
979
|
"CustomerResultObject": {
|
876
|
-
"shape": "
|
980
|
+
"shape": "S2i"
|
877
981
|
},
|
878
982
|
"Status": {},
|
879
|
-
"FailedReason": {}
|
983
|
+
"FailedReason": {},
|
984
|
+
"ModelVersion": {
|
985
|
+
"type": "long"
|
986
|
+
},
|
987
|
+
"ModelVersionArn": {}
|
880
988
|
}
|
881
989
|
}
|
882
990
|
}
|
@@ -1094,13 +1202,59 @@
|
|
1094
1202
|
"ActiveModelVersion": {
|
1095
1203
|
"type": "long"
|
1096
1204
|
},
|
1097
|
-
"ActiveModelVersionArn": {}
|
1205
|
+
"ActiveModelVersionArn": {},
|
1206
|
+
"LatestScheduledRetrainingStatus": {},
|
1207
|
+
"LatestScheduledRetrainingModelVersion": {
|
1208
|
+
"type": "long"
|
1209
|
+
},
|
1210
|
+
"LatestScheduledRetrainingStartTime": {
|
1211
|
+
"type": "timestamp"
|
1212
|
+
},
|
1213
|
+
"NextScheduledRetrainingStartDate": {
|
1214
|
+
"type": "timestamp"
|
1215
|
+
},
|
1216
|
+
"RetrainingSchedulerStatus": {}
|
1098
1217
|
}
|
1099
1218
|
}
|
1100
1219
|
}
|
1101
1220
|
}
|
1102
1221
|
}
|
1103
1222
|
},
|
1223
|
+
"ListRetrainingSchedulers": {
|
1224
|
+
"input": {
|
1225
|
+
"type": "structure",
|
1226
|
+
"members": {
|
1227
|
+
"ModelNameBeginsWith": {},
|
1228
|
+
"Status": {},
|
1229
|
+
"NextToken": {},
|
1230
|
+
"MaxResults": {
|
1231
|
+
"type": "integer"
|
1232
|
+
}
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"output": {
|
1236
|
+
"type": "structure",
|
1237
|
+
"members": {
|
1238
|
+
"RetrainingSchedulerSummaries": {
|
1239
|
+
"type": "list",
|
1240
|
+
"member": {
|
1241
|
+
"type": "structure",
|
1242
|
+
"members": {
|
1243
|
+
"ModelName": {},
|
1244
|
+
"ModelArn": {},
|
1245
|
+
"Status": {},
|
1246
|
+
"RetrainingStartDate": {
|
1247
|
+
"type": "timestamp"
|
1248
|
+
},
|
1249
|
+
"RetrainingFrequency": {},
|
1250
|
+
"LookbackWindow": {}
|
1251
|
+
}
|
1252
|
+
}
|
1253
|
+
},
|
1254
|
+
"NextToken": {}
|
1255
|
+
}
|
1256
|
+
}
|
1257
|
+
},
|
1104
1258
|
"ListSensorStatistics": {
|
1105
1259
|
"input": {
|
1106
1260
|
"type": "structure",
|
@@ -1130,16 +1284,16 @@
|
|
1130
1284
|
"type": "boolean"
|
1131
1285
|
},
|
1132
1286
|
"MissingValues": {
|
1133
|
-
"shape": "
|
1287
|
+
"shape": "S4w"
|
1134
1288
|
},
|
1135
1289
|
"InvalidValues": {
|
1136
|
-
"shape": "
|
1290
|
+
"shape": "S4w"
|
1137
1291
|
},
|
1138
1292
|
"InvalidDateEntries": {
|
1139
|
-
"shape": "
|
1293
|
+
"shape": "S4w"
|
1140
1294
|
},
|
1141
1295
|
"DuplicateTimestamps": {
|
1142
|
-
"shape": "
|
1296
|
+
"shape": "S4w"
|
1143
1297
|
},
|
1144
1298
|
"CategoricalValues": {
|
1145
1299
|
"type": "structure",
|
@@ -1256,7 +1410,7 @@
|
|
1256
1410
|
"members": {
|
1257
1411
|
"DatasetName": {},
|
1258
1412
|
"IngestionInputConfiguration": {
|
1259
|
-
"shape": "
|
1413
|
+
"shape": "S22"
|
1260
1414
|
},
|
1261
1415
|
"RoleArn": {},
|
1262
1416
|
"ClientToken": {
|
@@ -1293,6 +1447,25 @@
|
|
1293
1447
|
}
|
1294
1448
|
}
|
1295
1449
|
},
|
1450
|
+
"StartRetrainingScheduler": {
|
1451
|
+
"input": {
|
1452
|
+
"type": "structure",
|
1453
|
+
"required": [
|
1454
|
+
"ModelName"
|
1455
|
+
],
|
1456
|
+
"members": {
|
1457
|
+
"ModelName": {}
|
1458
|
+
}
|
1459
|
+
},
|
1460
|
+
"output": {
|
1461
|
+
"type": "structure",
|
1462
|
+
"members": {
|
1463
|
+
"ModelName": {},
|
1464
|
+
"ModelArn": {},
|
1465
|
+
"Status": {}
|
1466
|
+
}
|
1467
|
+
}
|
1468
|
+
},
|
1296
1469
|
"StopInferenceScheduler": {
|
1297
1470
|
"input": {
|
1298
1471
|
"type": "structure",
|
@@ -1314,6 +1487,25 @@
|
|
1314
1487
|
}
|
1315
1488
|
}
|
1316
1489
|
},
|
1490
|
+
"StopRetrainingScheduler": {
|
1491
|
+
"input": {
|
1492
|
+
"type": "structure",
|
1493
|
+
"required": [
|
1494
|
+
"ModelName"
|
1495
|
+
],
|
1496
|
+
"members": {
|
1497
|
+
"ModelName": {}
|
1498
|
+
}
|
1499
|
+
},
|
1500
|
+
"output": {
|
1501
|
+
"type": "structure",
|
1502
|
+
"members": {
|
1503
|
+
"ModelName": {},
|
1504
|
+
"ModelArn": {},
|
1505
|
+
"Status": {}
|
1506
|
+
}
|
1507
|
+
}
|
1508
|
+
},
|
1317
1509
|
"TagResource": {
|
1318
1510
|
"input": {
|
1319
1511
|
"type": "structure",
|
@@ -1418,6 +1610,38 @@
|
|
1418
1610
|
}
|
1419
1611
|
}
|
1420
1612
|
}
|
1613
|
+
},
|
1614
|
+
"UpdateModel": {
|
1615
|
+
"input": {
|
1616
|
+
"type": "structure",
|
1617
|
+
"required": [
|
1618
|
+
"ModelName"
|
1619
|
+
],
|
1620
|
+
"members": {
|
1621
|
+
"ModelName": {},
|
1622
|
+
"LabelsInputConfiguration": {
|
1623
|
+
"shape": "S1c"
|
1624
|
+
},
|
1625
|
+
"RoleArn": {}
|
1626
|
+
}
|
1627
|
+
}
|
1628
|
+
},
|
1629
|
+
"UpdateRetrainingScheduler": {
|
1630
|
+
"input": {
|
1631
|
+
"type": "structure",
|
1632
|
+
"required": [
|
1633
|
+
"ModelName"
|
1634
|
+
],
|
1635
|
+
"members": {
|
1636
|
+
"ModelName": {},
|
1637
|
+
"RetrainingStartDate": {
|
1638
|
+
"type": "timestamp"
|
1639
|
+
},
|
1640
|
+
"RetrainingFrequency": {},
|
1641
|
+
"LookbackWindow": {},
|
1642
|
+
"PromoteMode": {}
|
1643
|
+
}
|
1644
|
+
}
|
1421
1645
|
}
|
1422
1646
|
},
|
1423
1647
|
"shapes": {
|
@@ -1511,7 +1735,7 @@
|
|
1511
1735
|
"TargetSamplingRate": {}
|
1512
1736
|
}
|
1513
1737
|
},
|
1514
|
-
"
|
1738
|
+
"S22": {
|
1515
1739
|
"type": "structure",
|
1516
1740
|
"required": [
|
1517
1741
|
"S3InputConfiguration"
|
@@ -1530,7 +1754,7 @@
|
|
1530
1754
|
}
|
1531
1755
|
}
|
1532
1756
|
},
|
1533
|
-
"
|
1757
|
+
"S27": {
|
1534
1758
|
"type": "structure",
|
1535
1759
|
"required": [
|
1536
1760
|
"InsufficientSensorData",
|
@@ -1625,7 +1849,7 @@
|
|
1625
1849
|
}
|
1626
1850
|
}
|
1627
1851
|
},
|
1628
|
-
"
|
1852
|
+
"S2g": {
|
1629
1853
|
"type": "structure",
|
1630
1854
|
"required": [
|
1631
1855
|
"TotalNumberOfFiles",
|
@@ -1641,12 +1865,12 @@
|
|
1641
1865
|
"DiscardedFiles": {
|
1642
1866
|
"type": "list",
|
1643
1867
|
"member": {
|
1644
|
-
"shape": "
|
1868
|
+
"shape": "S2i"
|
1645
1869
|
}
|
1646
1870
|
}
|
1647
1871
|
}
|
1648
1872
|
},
|
1649
|
-
"
|
1873
|
+
"S2i": {
|
1650
1874
|
"type": "structure",
|
1651
1875
|
"required": [
|
1652
1876
|
"Bucket",
|
@@ -1657,7 +1881,7 @@
|
|
1657
1881
|
"Key": {}
|
1658
1882
|
}
|
1659
1883
|
},
|
1660
|
-
"
|
1884
|
+
"S4w": {
|
1661
1885
|
"type": "structure",
|
1662
1886
|
"required": [
|
1663
1887
|
"Count",
|
@@ -45,6 +45,11 @@
|
|
45
45
|
"output_token": "NextToken",
|
46
46
|
"limit_key": "MaxResults"
|
47
47
|
},
|
48
|
+
"ListRetrainingSchedulers": {
|
49
|
+
"input_token": "NextToken",
|
50
|
+
"output_token": "NextToken",
|
51
|
+
"limit_key": "MaxResults"
|
52
|
+
},
|
48
53
|
"ListSensorStatistics": {
|
49
54
|
"input_token": "NextToken",
|
50
55
|
"output_token": "NextToken",
|