cdk-docker-image-deployment 0.0.177 → 0.0.178
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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +4 -2
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +40 -36
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +590 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -116
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +142 -127
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +332 -26
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.paginators.json +5 -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/devopsguru.d.ts +8 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +18 -2
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +606 -0
- package/node_modules/aws-sdk/clients/internetmonitor.js +19 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +46 -13
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +30 -10
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +435 -38
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +56 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +142 -119
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- 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/lib/region_config_data.json +2 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -14,6 +14,50 @@
|
|
|
14
14
|
"uid": "timestream-write-2018-11-01"
|
|
15
15
|
},
|
|
16
16
|
"operations": {
|
|
17
|
+
"CreateBatchLoadTask": {
|
|
18
|
+
"input": {
|
|
19
|
+
"type": "structure",
|
|
20
|
+
"required": [
|
|
21
|
+
"DataSourceConfiguration",
|
|
22
|
+
"ReportConfiguration",
|
|
23
|
+
"TargetDatabaseName",
|
|
24
|
+
"TargetTableName"
|
|
25
|
+
],
|
|
26
|
+
"members": {
|
|
27
|
+
"ClientToken": {
|
|
28
|
+
"idempotencyToken": true,
|
|
29
|
+
"type": "string",
|
|
30
|
+
"sensitive": true
|
|
31
|
+
},
|
|
32
|
+
"DataModelConfiguration": {
|
|
33
|
+
"shape": "S3"
|
|
34
|
+
},
|
|
35
|
+
"DataSourceConfiguration": {
|
|
36
|
+
"shape": "Sk"
|
|
37
|
+
},
|
|
38
|
+
"ReportConfiguration": {
|
|
39
|
+
"shape": "Sq"
|
|
40
|
+
},
|
|
41
|
+
"TargetDatabaseName": {},
|
|
42
|
+
"TargetTableName": {},
|
|
43
|
+
"RecordVersion": {
|
|
44
|
+
"type": "long"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"output": {
|
|
49
|
+
"type": "structure",
|
|
50
|
+
"required": [
|
|
51
|
+
"TaskId"
|
|
52
|
+
],
|
|
53
|
+
"members": {
|
|
54
|
+
"TaskId": {}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"endpointdiscovery": {
|
|
58
|
+
"required": true
|
|
59
|
+
}
|
|
60
|
+
},
|
|
17
61
|
"CreateDatabase": {
|
|
18
62
|
"input": {
|
|
19
63
|
"type": "structure",
|
|
@@ -24,7 +68,7 @@
|
|
|
24
68
|
"DatabaseName": {},
|
|
25
69
|
"KmsKeyId": {},
|
|
26
70
|
"Tags": {
|
|
27
|
-
"shape": "
|
|
71
|
+
"shape": "S10"
|
|
28
72
|
}
|
|
29
73
|
}
|
|
30
74
|
},
|
|
@@ -32,7 +76,7 @@
|
|
|
32
76
|
"type": "structure",
|
|
33
77
|
"members": {
|
|
34
78
|
"Database": {
|
|
35
|
-
"shape": "
|
|
79
|
+
"shape": "S15"
|
|
36
80
|
}
|
|
37
81
|
}
|
|
38
82
|
},
|
|
@@ -51,13 +95,13 @@
|
|
|
51
95
|
"DatabaseName": {},
|
|
52
96
|
"TableName": {},
|
|
53
97
|
"RetentionProperties": {
|
|
54
|
-
"shape": "
|
|
98
|
+
"shape": "S1b"
|
|
55
99
|
},
|
|
56
100
|
"Tags": {
|
|
57
|
-
"shape": "
|
|
101
|
+
"shape": "S10"
|
|
58
102
|
},
|
|
59
103
|
"MagneticStoreWriteProperties": {
|
|
60
|
-
"shape": "
|
|
104
|
+
"shape": "S1e"
|
|
61
105
|
}
|
|
62
106
|
}
|
|
63
107
|
},
|
|
@@ -65,7 +109,7 @@
|
|
|
65
109
|
"type": "structure",
|
|
66
110
|
"members": {
|
|
67
111
|
"Table": {
|
|
68
|
-
"shape": "
|
|
112
|
+
"shape": "S1i"
|
|
69
113
|
}
|
|
70
114
|
}
|
|
71
115
|
},
|
|
@@ -103,6 +147,82 @@
|
|
|
103
147
|
"required": true
|
|
104
148
|
}
|
|
105
149
|
},
|
|
150
|
+
"DescribeBatchLoadTask": {
|
|
151
|
+
"input": {
|
|
152
|
+
"type": "structure",
|
|
153
|
+
"required": [
|
|
154
|
+
"TaskId"
|
|
155
|
+
],
|
|
156
|
+
"members": {
|
|
157
|
+
"TaskId": {}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"output": {
|
|
161
|
+
"type": "structure",
|
|
162
|
+
"required": [
|
|
163
|
+
"BatchLoadTaskDescription"
|
|
164
|
+
],
|
|
165
|
+
"members": {
|
|
166
|
+
"BatchLoadTaskDescription": {
|
|
167
|
+
"type": "structure",
|
|
168
|
+
"members": {
|
|
169
|
+
"TaskId": {},
|
|
170
|
+
"ErrorMessage": {},
|
|
171
|
+
"DataSourceConfiguration": {
|
|
172
|
+
"shape": "Sk"
|
|
173
|
+
},
|
|
174
|
+
"ProgressReport": {
|
|
175
|
+
"type": "structure",
|
|
176
|
+
"members": {
|
|
177
|
+
"RecordsProcessed": {
|
|
178
|
+
"type": "long"
|
|
179
|
+
},
|
|
180
|
+
"RecordsIngested": {
|
|
181
|
+
"type": "long"
|
|
182
|
+
},
|
|
183
|
+
"ParseFailures": {
|
|
184
|
+
"type": "long"
|
|
185
|
+
},
|
|
186
|
+
"RecordIngestionFailures": {
|
|
187
|
+
"type": "long"
|
|
188
|
+
},
|
|
189
|
+
"FileFailures": {
|
|
190
|
+
"type": "long"
|
|
191
|
+
},
|
|
192
|
+
"BytesMetered": {
|
|
193
|
+
"type": "long"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"ReportConfiguration": {
|
|
198
|
+
"shape": "Sq"
|
|
199
|
+
},
|
|
200
|
+
"DataModelConfiguration": {
|
|
201
|
+
"shape": "S3"
|
|
202
|
+
},
|
|
203
|
+
"TargetDatabaseName": {},
|
|
204
|
+
"TargetTableName": {},
|
|
205
|
+
"TaskStatus": {},
|
|
206
|
+
"RecordVersion": {
|
|
207
|
+
"type": "long"
|
|
208
|
+
},
|
|
209
|
+
"CreationTime": {
|
|
210
|
+
"type": "timestamp"
|
|
211
|
+
},
|
|
212
|
+
"LastUpdatedTime": {
|
|
213
|
+
"type": "timestamp"
|
|
214
|
+
},
|
|
215
|
+
"ResumableUntil": {
|
|
216
|
+
"type": "timestamp"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"endpointdiscovery": {
|
|
223
|
+
"required": true
|
|
224
|
+
}
|
|
225
|
+
},
|
|
106
226
|
"DescribeDatabase": {
|
|
107
227
|
"input": {
|
|
108
228
|
"type": "structure",
|
|
@@ -117,7 +237,7 @@
|
|
|
117
237
|
"type": "structure",
|
|
118
238
|
"members": {
|
|
119
239
|
"Database": {
|
|
120
|
-
"shape": "
|
|
240
|
+
"shape": "S15"
|
|
121
241
|
}
|
|
122
242
|
}
|
|
123
243
|
},
|
|
@@ -172,7 +292,49 @@
|
|
|
172
292
|
"type": "structure",
|
|
173
293
|
"members": {
|
|
174
294
|
"Table": {
|
|
175
|
-
"shape": "
|
|
295
|
+
"shape": "S1i"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"endpointdiscovery": {
|
|
300
|
+
"required": true
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"ListBatchLoadTasks": {
|
|
304
|
+
"input": {
|
|
305
|
+
"type": "structure",
|
|
306
|
+
"members": {
|
|
307
|
+
"NextToken": {},
|
|
308
|
+
"MaxResults": {
|
|
309
|
+
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"TaskStatus": {}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"output": {
|
|
315
|
+
"type": "structure",
|
|
316
|
+
"members": {
|
|
317
|
+
"NextToken": {},
|
|
318
|
+
"BatchLoadTasks": {
|
|
319
|
+
"type": "list",
|
|
320
|
+
"member": {
|
|
321
|
+
"type": "structure",
|
|
322
|
+
"members": {
|
|
323
|
+
"TaskId": {},
|
|
324
|
+
"TaskStatus": {},
|
|
325
|
+
"DatabaseName": {},
|
|
326
|
+
"TableName": {},
|
|
327
|
+
"CreationTime": {
|
|
328
|
+
"type": "timestamp"
|
|
329
|
+
},
|
|
330
|
+
"LastUpdatedTime": {
|
|
331
|
+
"type": "timestamp"
|
|
332
|
+
},
|
|
333
|
+
"ResumableUntil": {
|
|
334
|
+
"type": "timestamp"
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
}
|
|
176
338
|
}
|
|
177
339
|
}
|
|
178
340
|
},
|
|
@@ -196,7 +358,7 @@
|
|
|
196
358
|
"Databases": {
|
|
197
359
|
"type": "list",
|
|
198
360
|
"member": {
|
|
199
|
-
"shape": "
|
|
361
|
+
"shape": "S15"
|
|
200
362
|
}
|
|
201
363
|
},
|
|
202
364
|
"NextToken": {}
|
|
@@ -223,7 +385,7 @@
|
|
|
223
385
|
"Tables": {
|
|
224
386
|
"type": "list",
|
|
225
387
|
"member": {
|
|
226
|
-
"shape": "
|
|
388
|
+
"shape": "S1i"
|
|
227
389
|
}
|
|
228
390
|
},
|
|
229
391
|
"NextToken": {}
|
|
@@ -247,7 +409,7 @@
|
|
|
247
409
|
"type": "structure",
|
|
248
410
|
"members": {
|
|
249
411
|
"Tags": {
|
|
250
|
-
"shape": "
|
|
412
|
+
"shape": "S10"
|
|
251
413
|
}
|
|
252
414
|
}
|
|
253
415
|
},
|
|
@@ -255,6 +417,24 @@
|
|
|
255
417
|
"required": true
|
|
256
418
|
}
|
|
257
419
|
},
|
|
420
|
+
"ResumeBatchLoadTask": {
|
|
421
|
+
"input": {
|
|
422
|
+
"type": "structure",
|
|
423
|
+
"required": [
|
|
424
|
+
"TaskId"
|
|
425
|
+
],
|
|
426
|
+
"members": {
|
|
427
|
+
"TaskId": {}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"output": {
|
|
431
|
+
"type": "structure",
|
|
432
|
+
"members": {}
|
|
433
|
+
},
|
|
434
|
+
"endpointdiscovery": {
|
|
435
|
+
"required": true
|
|
436
|
+
}
|
|
437
|
+
},
|
|
258
438
|
"TagResource": {
|
|
259
439
|
"input": {
|
|
260
440
|
"type": "structure",
|
|
@@ -265,7 +445,7 @@
|
|
|
265
445
|
"members": {
|
|
266
446
|
"ResourceARN": {},
|
|
267
447
|
"Tags": {
|
|
268
|
-
"shape": "
|
|
448
|
+
"shape": "S10"
|
|
269
449
|
}
|
|
270
450
|
}
|
|
271
451
|
},
|
|
@@ -316,7 +496,7 @@
|
|
|
316
496
|
"type": "structure",
|
|
317
497
|
"members": {
|
|
318
498
|
"Database": {
|
|
319
|
-
"shape": "
|
|
499
|
+
"shape": "S15"
|
|
320
500
|
}
|
|
321
501
|
}
|
|
322
502
|
},
|
|
@@ -335,10 +515,10 @@
|
|
|
335
515
|
"DatabaseName": {},
|
|
336
516
|
"TableName": {},
|
|
337
517
|
"RetentionProperties": {
|
|
338
|
-
"shape": "
|
|
518
|
+
"shape": "S1b"
|
|
339
519
|
},
|
|
340
520
|
"MagneticStoreWriteProperties": {
|
|
341
|
-
"shape": "
|
|
521
|
+
"shape": "S1e"
|
|
342
522
|
}
|
|
343
523
|
}
|
|
344
524
|
},
|
|
@@ -346,7 +526,7 @@
|
|
|
346
526
|
"type": "structure",
|
|
347
527
|
"members": {
|
|
348
528
|
"Table": {
|
|
349
|
-
"shape": "
|
|
529
|
+
"shape": "S1i"
|
|
350
530
|
}
|
|
351
531
|
}
|
|
352
532
|
},
|
|
@@ -366,12 +546,12 @@
|
|
|
366
546
|
"DatabaseName": {},
|
|
367
547
|
"TableName": {},
|
|
368
548
|
"CommonAttributes": {
|
|
369
|
-
"shape": "
|
|
549
|
+
"shape": "S2q"
|
|
370
550
|
},
|
|
371
551
|
"Records": {
|
|
372
552
|
"type": "list",
|
|
373
553
|
"member": {
|
|
374
|
-
"shape": "
|
|
554
|
+
"shape": "S2q"
|
|
375
555
|
}
|
|
376
556
|
}
|
|
377
557
|
}
|
|
@@ -401,7 +581,133 @@
|
|
|
401
581
|
}
|
|
402
582
|
},
|
|
403
583
|
"shapes": {
|
|
404
|
-
"
|
|
584
|
+
"S3": {
|
|
585
|
+
"type": "structure",
|
|
586
|
+
"members": {
|
|
587
|
+
"DataModel": {
|
|
588
|
+
"type": "structure",
|
|
589
|
+
"required": [
|
|
590
|
+
"DimensionMappings"
|
|
591
|
+
],
|
|
592
|
+
"members": {
|
|
593
|
+
"TimeColumn": {},
|
|
594
|
+
"TimeUnit": {},
|
|
595
|
+
"DimensionMappings": {
|
|
596
|
+
"type": "list",
|
|
597
|
+
"member": {
|
|
598
|
+
"type": "structure",
|
|
599
|
+
"members": {
|
|
600
|
+
"SourceColumn": {},
|
|
601
|
+
"DestinationColumn": {}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"MultiMeasureMappings": {
|
|
606
|
+
"type": "structure",
|
|
607
|
+
"required": [
|
|
608
|
+
"MultiMeasureAttributeMappings"
|
|
609
|
+
],
|
|
610
|
+
"members": {
|
|
611
|
+
"TargetMultiMeasureName": {},
|
|
612
|
+
"MultiMeasureAttributeMappings": {
|
|
613
|
+
"shape": "Sb"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
},
|
|
617
|
+
"MixedMeasureMappings": {
|
|
618
|
+
"type": "list",
|
|
619
|
+
"member": {
|
|
620
|
+
"type": "structure",
|
|
621
|
+
"required": [
|
|
622
|
+
"MeasureValueType"
|
|
623
|
+
],
|
|
624
|
+
"members": {
|
|
625
|
+
"MeasureName": {},
|
|
626
|
+
"SourceColumn": {},
|
|
627
|
+
"TargetMeasureName": {},
|
|
628
|
+
"MeasureValueType": {},
|
|
629
|
+
"MultiMeasureAttributeMappings": {
|
|
630
|
+
"shape": "Sb"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"MeasureNameColumn": {}
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"DataModelS3Configuration": {
|
|
639
|
+
"type": "structure",
|
|
640
|
+
"members": {
|
|
641
|
+
"BucketName": {},
|
|
642
|
+
"ObjectKey": {}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"Sb": {
|
|
648
|
+
"type": "list",
|
|
649
|
+
"member": {
|
|
650
|
+
"type": "structure",
|
|
651
|
+
"required": [
|
|
652
|
+
"SourceColumn"
|
|
653
|
+
],
|
|
654
|
+
"members": {
|
|
655
|
+
"SourceColumn": {},
|
|
656
|
+
"TargetMultiMeasureAttributeName": {},
|
|
657
|
+
"MeasureValueType": {}
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"Sk": {
|
|
662
|
+
"type": "structure",
|
|
663
|
+
"required": [
|
|
664
|
+
"DataSourceS3Configuration",
|
|
665
|
+
"DataFormat"
|
|
666
|
+
],
|
|
667
|
+
"members": {
|
|
668
|
+
"DataSourceS3Configuration": {
|
|
669
|
+
"type": "structure",
|
|
670
|
+
"required": [
|
|
671
|
+
"BucketName"
|
|
672
|
+
],
|
|
673
|
+
"members": {
|
|
674
|
+
"BucketName": {},
|
|
675
|
+
"ObjectKeyPrefix": {}
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"CsvConfiguration": {
|
|
679
|
+
"type": "structure",
|
|
680
|
+
"members": {
|
|
681
|
+
"ColumnSeparator": {},
|
|
682
|
+
"EscapeChar": {},
|
|
683
|
+
"QuoteChar": {},
|
|
684
|
+
"NullValue": {},
|
|
685
|
+
"TrimWhiteSpace": {
|
|
686
|
+
"type": "boolean"
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"DataFormat": {}
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
"Sq": {
|
|
694
|
+
"type": "structure",
|
|
695
|
+
"members": {
|
|
696
|
+
"ReportS3Configuration": {
|
|
697
|
+
"type": "structure",
|
|
698
|
+
"required": [
|
|
699
|
+
"BucketName"
|
|
700
|
+
],
|
|
701
|
+
"members": {
|
|
702
|
+
"BucketName": {},
|
|
703
|
+
"ObjectKeyPrefix": {},
|
|
704
|
+
"EncryptionOption": {},
|
|
705
|
+
"KmsKeyId": {}
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
"S10": {
|
|
405
711
|
"type": "list",
|
|
406
712
|
"member": {
|
|
407
713
|
"type": "structure",
|
|
@@ -415,7 +721,7 @@
|
|
|
415
721
|
}
|
|
416
722
|
}
|
|
417
723
|
},
|
|
418
|
-
"
|
|
724
|
+
"S15": {
|
|
419
725
|
"type": "structure",
|
|
420
726
|
"members": {
|
|
421
727
|
"Arn": {},
|
|
@@ -432,7 +738,7 @@
|
|
|
432
738
|
}
|
|
433
739
|
}
|
|
434
740
|
},
|
|
435
|
-
"
|
|
741
|
+
"S1b": {
|
|
436
742
|
"type": "structure",
|
|
437
743
|
"required": [
|
|
438
744
|
"MemoryStoreRetentionPeriodInHours",
|
|
@@ -447,7 +753,7 @@
|
|
|
447
753
|
}
|
|
448
754
|
}
|
|
449
755
|
},
|
|
450
|
-
"
|
|
756
|
+
"S1e": {
|
|
451
757
|
"type": "structure",
|
|
452
758
|
"required": [
|
|
453
759
|
"EnableMagneticStoreWrites"
|
|
@@ -472,7 +778,7 @@
|
|
|
472
778
|
}
|
|
473
779
|
}
|
|
474
780
|
},
|
|
475
|
-
"
|
|
781
|
+
"S1i": {
|
|
476
782
|
"type": "structure",
|
|
477
783
|
"members": {
|
|
478
784
|
"Arn": {},
|
|
@@ -480,7 +786,7 @@
|
|
|
480
786
|
"DatabaseName": {},
|
|
481
787
|
"TableStatus": {},
|
|
482
788
|
"RetentionProperties": {
|
|
483
|
-
"shape": "
|
|
789
|
+
"shape": "S1b"
|
|
484
790
|
},
|
|
485
791
|
"CreationTime": {
|
|
486
792
|
"type": "timestamp"
|
|
@@ -489,11 +795,11 @@
|
|
|
489
795
|
"type": "timestamp"
|
|
490
796
|
},
|
|
491
797
|
"MagneticStoreWriteProperties": {
|
|
492
|
-
"shape": "
|
|
798
|
+
"shape": "S1e"
|
|
493
799
|
}
|
|
494
800
|
}
|
|
495
801
|
},
|
|
496
|
-
"
|
|
802
|
+
"S2q": {
|
|
497
803
|
"type": "structure",
|
|
498
804
|
"members": {
|
|
499
805
|
"Dimensions": {
|
|
@@ -339,3 +339,4 @@ export import KendraRanking = require('./kendraranking');
|
|
|
339
339
|
export import CleanRooms = require('./cleanrooms');
|
|
340
340
|
export import CloudTrailData = require('./cloudtraildata');
|
|
341
341
|
export import Tnb = require('./tnb');
|
|
342
|
+
export import InternetMonitor = require('./internetmonitor');
|
|
@@ -340,5 +340,6 @@ module.exports = {
|
|
|
340
340
|
KendraRanking: require('./kendraranking'),
|
|
341
341
|
CleanRooms: require('./cleanrooms'),
|
|
342
342
|
CloudTrailData: require('./cloudtraildata'),
|
|
343
|
-
Tnb: require('./tnb')
|
|
343
|
+
Tnb: require('./tnb'),
|
|
344
|
+
InternetMonitor: require('./internetmonitor')
|
|
344
345
|
};
|
|
@@ -1547,6 +1547,10 @@ declare namespace DevOpsGuru {
|
|
|
1547
1547
|
* Information about a resource in which DevOps Guru detected anomalous behavior.
|
|
1548
1548
|
*/
|
|
1549
1549
|
AnomalyResources?: AnomalyResources;
|
|
1550
|
+
/**
|
|
1551
|
+
* A description of the proactive anomaly.
|
|
1552
|
+
*/
|
|
1553
|
+
Description?: AnomalyDescription;
|
|
1550
1554
|
}
|
|
1551
1555
|
export interface ProactiveAnomalySummary {
|
|
1552
1556
|
/**
|
|
@@ -1592,6 +1596,10 @@ declare namespace DevOpsGuru {
|
|
|
1592
1596
|
* Information about a resource in which DevOps Guru detected anomalous behavior.
|
|
1593
1597
|
*/
|
|
1594
1598
|
AnomalyResources?: AnomalyResources;
|
|
1599
|
+
/**
|
|
1600
|
+
* A description of the proactive anomaly.
|
|
1601
|
+
*/
|
|
1602
|
+
Description?: AnomalyDescription;
|
|
1595
1603
|
}
|
|
1596
1604
|
export interface ProactiveInsight {
|
|
1597
1605
|
/**
|
|
@@ -451,6 +451,10 @@ declare namespace Drs {
|
|
|
451
451
|
* The disks that should be replicated.
|
|
452
452
|
*/
|
|
453
453
|
replicatedDisks?: DataReplicationInfoReplicatedDisks;
|
|
454
|
+
/**
|
|
455
|
+
* AWS Availability zone into which data is being replicated.
|
|
456
|
+
*/
|
|
457
|
+
stagingAvailabilityZone?: AwsAvailabilityZone;
|
|
454
458
|
}
|
|
455
459
|
export interface DataReplicationInfoReplicatedDisk {
|
|
456
460
|
/**
|
|
@@ -982,6 +986,10 @@ declare namespace Drs {
|
|
|
982
986
|
* An object containing information regarding the initiation of the last launch of a Source Server.
|
|
983
987
|
*/
|
|
984
988
|
initiated?: LifeCycleLastLaunchInitiated;
|
|
989
|
+
/**
|
|
990
|
+
* Status of Source Server's last launch.
|
|
991
|
+
*/
|
|
992
|
+
status?: LaunchStatus;
|
|
985
993
|
}
|
|
986
994
|
export interface LifeCycleLastLaunchInitiated {
|
|
987
995
|
/**
|
|
@@ -1148,7 +1156,11 @@ declare namespace Drs {
|
|
|
1148
1156
|
*/
|
|
1149
1157
|
jobID?: JobID;
|
|
1150
1158
|
/**
|
|
1151
|
-
*
|
|
1159
|
+
* AWS availability zone associated with the recovery instance.
|
|
1160
|
+
*/
|
|
1161
|
+
originAvailabilityZone?: AwsAvailabilityZone;
|
|
1162
|
+
/**
|
|
1163
|
+
* Environment (On Premises / AWS) of the instance that the recovery instance originated from.
|
|
1152
1164
|
*/
|
|
1153
1165
|
originEnvironment?: OriginEnvironment;
|
|
1154
1166
|
/**
|
|
@@ -1207,6 +1219,10 @@ declare namespace Drs {
|
|
|
1207
1219
|
* The disks that should be replicated.
|
|
1208
1220
|
*/
|
|
1209
1221
|
replicatedDisks?: RecoveryInstanceDataReplicationInfoReplicatedDisks;
|
|
1222
|
+
/**
|
|
1223
|
+
* AWS Availability zone into which data is being replicated.
|
|
1224
|
+
*/
|
|
1225
|
+
stagingAvailabilityZone?: AwsAvailabilityZone;
|
|
1210
1226
|
}
|
|
1211
1227
|
export interface RecoveryInstanceDataReplicationInfoReplicatedDisk {
|
|
1212
1228
|
/**
|
|
@@ -1453,7 +1469,7 @@ declare namespace Drs {
|
|
|
1453
1469
|
*/
|
|
1454
1470
|
isBootDisk?: Boolean;
|
|
1455
1471
|
/**
|
|
1456
|
-
*
|
|
1472
|
+
* The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to Auto. This is a read-only field.
|
|
1457
1473
|
*/
|
|
1458
1474
|
optimizedStagingDiskType?: ReplicationConfigurationReplicatedDiskStagingDiskType;
|
|
1459
1475
|
/**
|