cdk-docker-image-deployment 0.0.190 → 0.0.191
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 +8 -1
- package/node_modules/aws-sdk/README.md +14 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +64 -10
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +335 -49
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +21 -3
- package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +1 -2
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +61 -21
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +3 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +298 -36
- package/node_modules/aws-sdk/clients/tnb.d.ts +31 -7
- package/node_modules/aws-sdk/clients/wisdom.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +8 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +6 -6
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/maintenance_mode_message.js +7 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -721,6 +721,9 @@
|
|
|
721
721
|
"nsInstanceId": {
|
|
722
722
|
"location": "uri",
|
|
723
723
|
"locationName": "nsInstanceId"
|
|
724
|
+
},
|
|
725
|
+
"tags": {
|
|
726
|
+
"shape": "S4"
|
|
724
727
|
}
|
|
725
728
|
}
|
|
726
729
|
},
|
|
@@ -730,7 +733,10 @@
|
|
|
730
733
|
"nsLcmOpOccId"
|
|
731
734
|
],
|
|
732
735
|
"members": {
|
|
733
|
-
"nsLcmOpOccId": {}
|
|
736
|
+
"nsLcmOpOccId": {},
|
|
737
|
+
"tags": {
|
|
738
|
+
"shape": "S4"
|
|
739
|
+
}
|
|
734
740
|
}
|
|
735
741
|
}
|
|
736
742
|
},
|
|
@@ -1264,13 +1270,19 @@
|
|
|
1264
1270
|
"nsInstanceId": {
|
|
1265
1271
|
"location": "uri",
|
|
1266
1272
|
"locationName": "nsInstanceId"
|
|
1273
|
+
},
|
|
1274
|
+
"tags": {
|
|
1275
|
+
"shape": "S4"
|
|
1267
1276
|
}
|
|
1268
1277
|
}
|
|
1269
1278
|
},
|
|
1270
1279
|
"output": {
|
|
1271
1280
|
"type": "structure",
|
|
1272
1281
|
"members": {
|
|
1273
|
-
"nsLcmOpOccId": {}
|
|
1282
|
+
"nsLcmOpOccId": {},
|
|
1283
|
+
"tags": {
|
|
1284
|
+
"shape": "S4"
|
|
1285
|
+
}
|
|
1274
1286
|
}
|
|
1275
1287
|
}
|
|
1276
1288
|
},
|
|
@@ -1364,13 +1376,19 @@
|
|
|
1364
1376
|
"location": "uri",
|
|
1365
1377
|
"locationName": "nsInstanceId"
|
|
1366
1378
|
},
|
|
1379
|
+
"tags": {
|
|
1380
|
+
"shape": "S4"
|
|
1381
|
+
},
|
|
1367
1382
|
"updateType": {}
|
|
1368
1383
|
}
|
|
1369
1384
|
},
|
|
1370
1385
|
"output": {
|
|
1371
1386
|
"type": "structure",
|
|
1372
1387
|
"members": {
|
|
1373
|
-
"nsLcmOpOccId": {}
|
|
1388
|
+
"nsLcmOpOccId": {},
|
|
1389
|
+
"tags": {
|
|
1390
|
+
"shape": "S4"
|
|
1391
|
+
}
|
|
1374
1392
|
}
|
|
1375
1393
|
}
|
|
1376
1394
|
},
|
|
@@ -148,23 +148,31 @@ declare namespace AppIntegrations {
|
|
|
148
148
|
/**
|
|
149
149
|
* The KMS key for the DataIntegration.
|
|
150
150
|
*/
|
|
151
|
-
KmsKey
|
|
151
|
+
KmsKey: NonBlankString;
|
|
152
152
|
/**
|
|
153
153
|
* The URI of the data source.
|
|
154
154
|
*/
|
|
155
|
-
SourceURI
|
|
155
|
+
SourceURI: SourceURI;
|
|
156
156
|
/**
|
|
157
157
|
* The name of the data and how often it should be pulled from the source.
|
|
158
158
|
*/
|
|
159
|
-
ScheduleConfig
|
|
159
|
+
ScheduleConfig: ScheduleConfiguration;
|
|
160
160
|
/**
|
|
161
|
-
*
|
|
161
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
162
162
|
*/
|
|
163
163
|
Tags?: TagMap;
|
|
164
164
|
/**
|
|
165
|
-
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
165
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
|
166
166
|
*/
|
|
167
167
|
ClientToken?: IdempotencyToken;
|
|
168
|
+
/**
|
|
169
|
+
* The configuration for what files should be pulled from the source.
|
|
170
|
+
*/
|
|
171
|
+
FileConfiguration?: FileConfiguration;
|
|
172
|
+
/**
|
|
173
|
+
* The configuration for what data should be pulled from the source.
|
|
174
|
+
*/
|
|
175
|
+
ObjectConfiguration?: ObjectConfiguration;
|
|
168
176
|
}
|
|
169
177
|
export interface CreateDataIntegrationResponse {
|
|
170
178
|
/**
|
|
@@ -190,19 +198,27 @@ declare namespace AppIntegrations {
|
|
|
190
198
|
/**
|
|
191
199
|
* The URI of the data source.
|
|
192
200
|
*/
|
|
193
|
-
SourceURI?:
|
|
201
|
+
SourceURI?: SourceURI;
|
|
194
202
|
/**
|
|
195
203
|
* The name of the data and how often it should be pulled from the source.
|
|
196
204
|
*/
|
|
197
205
|
ScheduleConfiguration?: ScheduleConfiguration;
|
|
198
206
|
/**
|
|
199
|
-
*
|
|
207
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
200
208
|
*/
|
|
201
209
|
Tags?: TagMap;
|
|
202
210
|
/**
|
|
203
|
-
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
211
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
|
204
212
|
*/
|
|
205
213
|
ClientToken?: IdempotencyToken;
|
|
214
|
+
/**
|
|
215
|
+
* The configuration for what files should be pulled from the source.
|
|
216
|
+
*/
|
|
217
|
+
FileConfiguration?: FileConfiguration;
|
|
218
|
+
/**
|
|
219
|
+
* The configuration for what data should be pulled from the source.
|
|
220
|
+
*/
|
|
221
|
+
ObjectConfiguration?: ObjectConfiguration;
|
|
206
222
|
}
|
|
207
223
|
export interface CreateEventIntegrationRequest {
|
|
208
224
|
/**
|
|
@@ -222,11 +238,11 @@ declare namespace AppIntegrations {
|
|
|
222
238
|
*/
|
|
223
239
|
EventBridgeBus: EventBridgeBus;
|
|
224
240
|
/**
|
|
225
|
-
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
|
241
|
+
* A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
|
|
226
242
|
*/
|
|
227
243
|
ClientToken?: IdempotencyToken;
|
|
228
244
|
/**
|
|
229
|
-
*
|
|
245
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
230
246
|
*/
|
|
231
247
|
Tags?: TagMap;
|
|
232
248
|
}
|
|
@@ -242,11 +258,11 @@ declare namespace AppIntegrations {
|
|
|
242
258
|
*/
|
|
243
259
|
DataIntegrationAssociationArn?: Arn;
|
|
244
260
|
/**
|
|
245
|
-
* The Amazon Resource Name (ARN)of the DataIntegration.
|
|
261
|
+
* The Amazon Resource Name (ARN) of the DataIntegration.
|
|
246
262
|
*/
|
|
247
263
|
DataIntegrationArn?: Arn;
|
|
248
264
|
/**
|
|
249
|
-
* The identifier for
|
|
265
|
+
* The identifier for the client that is associated with the DataIntegration association.
|
|
250
266
|
*/
|
|
251
267
|
ClientId?: ClientId;
|
|
252
268
|
}
|
|
@@ -263,7 +279,7 @@ declare namespace AppIntegrations {
|
|
|
263
279
|
/**
|
|
264
280
|
* The URI of the data source.
|
|
265
281
|
*/
|
|
266
|
-
SourceURI?:
|
|
282
|
+
SourceURI?: SourceURI;
|
|
267
283
|
}
|
|
268
284
|
export type DataIntegrationsList = DataIntegrationSummary[];
|
|
269
285
|
export interface DeleteDataIntegrationRequest {
|
|
@@ -313,7 +329,7 @@ declare namespace AppIntegrations {
|
|
|
313
329
|
*/
|
|
314
330
|
EventBridgeBus?: EventBridgeBus;
|
|
315
331
|
/**
|
|
316
|
-
* The tags.
|
|
332
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
317
333
|
*/
|
|
318
334
|
Tags?: TagMap;
|
|
319
335
|
}
|
|
@@ -345,6 +361,20 @@ declare namespace AppIntegrations {
|
|
|
345
361
|
}
|
|
346
362
|
export type EventIntegrationAssociationsList = EventIntegrationAssociation[];
|
|
347
363
|
export type EventIntegrationsList = EventIntegration[];
|
|
364
|
+
export type Fields = string;
|
|
365
|
+
export type FieldsList = Fields[];
|
|
366
|
+
export type FieldsMap = {[key: string]: FieldsList};
|
|
367
|
+
export interface FileConfiguration {
|
|
368
|
+
/**
|
|
369
|
+
* Identifiers for the source folders to pull all files from recursively.
|
|
370
|
+
*/
|
|
371
|
+
Folders: FolderList;
|
|
372
|
+
/**
|
|
373
|
+
* Restrictions for what files should be pulled from the source.
|
|
374
|
+
*/
|
|
375
|
+
Filters?: FieldsMap;
|
|
376
|
+
}
|
|
377
|
+
export type FolderList = NonBlankLongString[];
|
|
348
378
|
export interface GetDataIntegrationRequest {
|
|
349
379
|
/**
|
|
350
380
|
* A unique identifier.
|
|
@@ -375,15 +405,23 @@ declare namespace AppIntegrations {
|
|
|
375
405
|
/**
|
|
376
406
|
* The URI of the data source.
|
|
377
407
|
*/
|
|
378
|
-
SourceURI?:
|
|
408
|
+
SourceURI?: SourceURI;
|
|
379
409
|
/**
|
|
380
410
|
* The name of the data and how often it should be pulled from the source.
|
|
381
411
|
*/
|
|
382
412
|
ScheduleConfiguration?: ScheduleConfiguration;
|
|
383
413
|
/**
|
|
384
|
-
*
|
|
414
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
385
415
|
*/
|
|
386
416
|
Tags?: TagMap;
|
|
417
|
+
/**
|
|
418
|
+
* The configuration for what files should be pulled from the source.
|
|
419
|
+
*/
|
|
420
|
+
FileConfiguration?: FileConfiguration;
|
|
421
|
+
/**
|
|
422
|
+
* The configuration for what data should be pulled from the source.
|
|
423
|
+
*/
|
|
424
|
+
ObjectConfiguration?: ObjectConfiguration;
|
|
387
425
|
}
|
|
388
426
|
export interface GetEventIntegrationRequest {
|
|
389
427
|
/**
|
|
@@ -413,7 +451,7 @@ declare namespace AppIntegrations {
|
|
|
413
451
|
*/
|
|
414
452
|
EventFilter?: EventFilter;
|
|
415
453
|
/**
|
|
416
|
-
*
|
|
454
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
417
455
|
*/
|
|
418
456
|
Tags?: TagMap;
|
|
419
457
|
}
|
|
@@ -522,12 +560,13 @@ declare namespace AppIntegrations {
|
|
|
522
560
|
export type MaxResults = number;
|
|
523
561
|
export type Name = string;
|
|
524
562
|
export type NextToken = string;
|
|
563
|
+
export type NonBlankLongString = string;
|
|
525
564
|
export type NonBlankString = string;
|
|
526
565
|
export type Object = string;
|
|
527
|
-
export type
|
|
566
|
+
export type ObjectConfiguration = {[key: string]: FieldsMap};
|
|
528
567
|
export interface ScheduleConfiguration {
|
|
529
568
|
/**
|
|
530
|
-
* The start date for objects to import in the first flow run.
|
|
569
|
+
* The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
|
|
531
570
|
*/
|
|
532
571
|
FirstExecutionFrom?: NonBlankString;
|
|
533
572
|
/**
|
|
@@ -537,9 +576,10 @@ declare namespace AppIntegrations {
|
|
|
537
576
|
/**
|
|
538
577
|
* How often the data should be pulled from data source.
|
|
539
578
|
*/
|
|
540
|
-
ScheduleExpression
|
|
579
|
+
ScheduleExpression: NonBlankString;
|
|
541
580
|
}
|
|
542
581
|
export type Source = string;
|
|
582
|
+
export type SourceURI = string;
|
|
543
583
|
export type TagKey = string;
|
|
544
584
|
export type TagKeyList = TagKey[];
|
|
545
585
|
export type TagMap = {[key: string]: TagValue};
|
|
@@ -549,7 +589,7 @@ declare namespace AppIntegrations {
|
|
|
549
589
|
*/
|
|
550
590
|
resourceArn: Arn;
|
|
551
591
|
/**
|
|
552
|
-
*
|
|
592
|
+
* The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
|
|
553
593
|
*/
|
|
554
594
|
tags: TagMap;
|
|
555
595
|
}
|
|
@@ -638,6 +638,9 @@ declare namespace LakeFormation {
|
|
|
638
638
|
* A wildcard with exclusions. You must specify either a ColumnNames list or the ColumnWildCard.
|
|
639
639
|
*/
|
|
640
640
|
ColumnWildcard?: ColumnWildcard;
|
|
641
|
+
/**
|
|
642
|
+
* The ID of the data cells filter version.
|
|
643
|
+
*/
|
|
641
644
|
VersionId?: VersionString;
|
|
642
645
|
}
|
|
643
646
|
export type DataCellsFilterList = DataCellsFilter[];
|