cdk-docker-image-deployment 0.0.190 → 0.0.192
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/@types/aws-lambda/trigger/api-gateway-authorizer.d.ts +1 -0
- package/node_modules/aws-sdk/CHANGELOG.md +14 -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/application-autoscaling-2016-02-06.min.json +56 -12
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +42 -24
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +8 -1
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +18 -0
- 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/applicationautoscaling.d.ts +80 -3
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +16 -0
- package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +14 -14
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +40 -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 +16 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +74 -16
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +92 -92
- 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 +5 -5
|
@@ -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
|
}
|
|
@@ -110,11 +110,11 @@ declare namespace ApplicationAutoScaling {
|
|
|
110
110
|
/**
|
|
111
111
|
* The name of the metric. To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics.
|
|
112
112
|
*/
|
|
113
|
-
MetricName
|
|
113
|
+
MetricName?: MetricName;
|
|
114
114
|
/**
|
|
115
115
|
* The namespace of the metric.
|
|
116
116
|
*/
|
|
117
|
-
Namespace
|
|
117
|
+
Namespace?: MetricNamespace;
|
|
118
118
|
/**
|
|
119
119
|
* The dimensions of the metric. Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
|
|
120
120
|
*/
|
|
@@ -122,11 +122,15 @@ declare namespace ApplicationAutoScaling {
|
|
|
122
122
|
/**
|
|
123
123
|
* The statistic of the metric.
|
|
124
124
|
*/
|
|
125
|
-
Statistic
|
|
125
|
+
Statistic?: MetricStatistic;
|
|
126
126
|
/**
|
|
127
127
|
* The unit of the metric. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.
|
|
128
128
|
*/
|
|
129
129
|
Unit?: MetricUnit;
|
|
130
|
+
/**
|
|
131
|
+
* The metrics to include in the target tracking scaling policy, as a metric data query. This can include both raw metric and metric math expressions.
|
|
132
|
+
*/
|
|
133
|
+
Metrics?: TargetTrackingMetricDataQueries;
|
|
130
134
|
}
|
|
131
135
|
export interface DeleteScalingPolicyRequest {
|
|
132
136
|
/**
|
|
@@ -325,6 +329,8 @@ declare namespace ApplicationAutoScaling {
|
|
|
325
329
|
NextToken?: XmlString;
|
|
326
330
|
}
|
|
327
331
|
export type DisableScaleIn = boolean;
|
|
332
|
+
export type Expression = string;
|
|
333
|
+
export type Id = string;
|
|
328
334
|
export type IncludeNotScaledActivities = boolean;
|
|
329
335
|
export type MaxResults = number;
|
|
330
336
|
export type MetricAggregationType = "Average"|"Minimum"|"Maximum"|string;
|
|
@@ -496,6 +502,7 @@ declare namespace ApplicationAutoScaling {
|
|
|
496
502
|
export type ResourceIdMaxLen1600 = string;
|
|
497
503
|
export type ResourceIdsMaxLen1600 = ResourceIdMaxLen1600[];
|
|
498
504
|
export type ResourceLabel = string;
|
|
505
|
+
export type ReturnData = boolean;
|
|
499
506
|
export type ScalableDimension = "ecs:service:DesiredCount"|"ec2:spot-fleet-request:TargetCapacity"|"elasticmapreduce:instancegroup:InstanceCount"|"appstream:fleet:DesiredCapacity"|"dynamodb:table:ReadCapacityUnits"|"dynamodb:table:WriteCapacityUnits"|"dynamodb:index:ReadCapacityUnits"|"dynamodb:index:WriteCapacityUnits"|"rds:cluster:ReadReplicaCount"|"sagemaker:variant:DesiredInstanceCount"|"custom-resource:ResourceType:Property"|"comprehend:document-classifier-endpoint:DesiredInferenceUnits"|"comprehend:entity-recognizer-endpoint:DesiredInferenceUnits"|"lambda:function:ProvisionedConcurrency"|"cassandra:table:ReadCapacityUnits"|"cassandra:table:WriteCapacityUnits"|"kafka:broker-storage:VolumeSize"|"elasticache:replication-group:NodeGroups"|"elasticache:replication-group:Replicas"|"neptune:cluster:ReadReplicaCount"|string;
|
|
500
507
|
export interface ScalableTarget {
|
|
501
508
|
/**
|
|
@@ -526,6 +533,9 @@ declare namespace ApplicationAutoScaling {
|
|
|
526
533
|
* The Unix timestamp for when the scalable target was created.
|
|
527
534
|
*/
|
|
528
535
|
CreationTime: TimestampType;
|
|
536
|
+
/**
|
|
537
|
+
* Specifies whether the scaling activities for a scalable target are in a suspended state.
|
|
538
|
+
*/
|
|
529
539
|
SuspendedState?: SuspendedState;
|
|
530
540
|
}
|
|
531
541
|
export interface ScalableTargetAction {
|
|
@@ -736,6 +746,73 @@ declare namespace ApplicationAutoScaling {
|
|
|
736
746
|
*/
|
|
737
747
|
ScheduledScalingSuspended?: ScalingSuspended;
|
|
738
748
|
}
|
|
749
|
+
export interface TargetTrackingMetric {
|
|
750
|
+
/**
|
|
751
|
+
* The dimensions for the metric. For the list of available dimensions, see the Amazon Web Services documentation available from the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide. Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.
|
|
752
|
+
*/
|
|
753
|
+
Dimensions?: TargetTrackingMetricDimensions;
|
|
754
|
+
/**
|
|
755
|
+
* The name of the metric.
|
|
756
|
+
*/
|
|
757
|
+
MetricName?: TargetTrackingMetricName;
|
|
758
|
+
/**
|
|
759
|
+
* The namespace of the metric. For more information, see the table in Amazon Web Services services that publish CloudWatch metrics in the Amazon CloudWatch User Guide.
|
|
760
|
+
*/
|
|
761
|
+
Namespace?: TargetTrackingMetricNamespace;
|
|
762
|
+
}
|
|
763
|
+
export type TargetTrackingMetricDataQueries = TargetTrackingMetricDataQuery[];
|
|
764
|
+
export interface TargetTrackingMetricDataQuery {
|
|
765
|
+
/**
|
|
766
|
+
* The math expression to perform on the returned data, if this object is performing a math expression. This expression can use the Id of the other metrics to refer to those metrics, and can also use the Id of other expressions to use the result of those expressions. Conditional: Within each TargetTrackingMetricDataQuery object, you must specify either Expression or MetricStat, but not both.
|
|
767
|
+
*/
|
|
768
|
+
Expression?: Expression;
|
|
769
|
+
/**
|
|
770
|
+
* A short name that identifies the object's results in the response. This name must be unique among all MetricDataQuery objects specified for a single scaling policy. If you are performing math expressions on this set of data, this name represents that data and can serve as a variable in the mathematical expression. The valid characters are letters, numbers, and underscores. The first character must be a lowercase letter.
|
|
771
|
+
*/
|
|
772
|
+
Id: Id;
|
|
773
|
+
/**
|
|
774
|
+
* A human-readable label for this metric or expression. This is especially useful if this is a math expression, so that you know what the value represents.
|
|
775
|
+
*/
|
|
776
|
+
Label?: XmlString;
|
|
777
|
+
/**
|
|
778
|
+
* Information about the metric data to return. Conditional: Within each MetricDataQuery object, you must specify either Expression or MetricStat, but not both.
|
|
779
|
+
*/
|
|
780
|
+
MetricStat?: TargetTrackingMetricStat;
|
|
781
|
+
/**
|
|
782
|
+
* Indicates whether to return the timestamps and raw data values of this metric. If you use any math expressions, specify true for this value for only the final math expression that the metric specification is based on. You must specify false for ReturnData for all the other metrics and expressions used in the metric specification. If you are only retrieving metrics and not performing any math expressions, do not specify anything for ReturnData. This sets it to its default (true).
|
|
783
|
+
*/
|
|
784
|
+
ReturnData?: ReturnData;
|
|
785
|
+
}
|
|
786
|
+
export interface TargetTrackingMetricDimension {
|
|
787
|
+
/**
|
|
788
|
+
* The name of the dimension.
|
|
789
|
+
*/
|
|
790
|
+
Name: TargetTrackingMetricDimensionName;
|
|
791
|
+
/**
|
|
792
|
+
* The value of the dimension.
|
|
793
|
+
*/
|
|
794
|
+
Value: TargetTrackingMetricDimensionValue;
|
|
795
|
+
}
|
|
796
|
+
export type TargetTrackingMetricDimensionName = string;
|
|
797
|
+
export type TargetTrackingMetricDimensionValue = string;
|
|
798
|
+
export type TargetTrackingMetricDimensions = TargetTrackingMetricDimension[];
|
|
799
|
+
export type TargetTrackingMetricName = string;
|
|
800
|
+
export type TargetTrackingMetricNamespace = string;
|
|
801
|
+
export interface TargetTrackingMetricStat {
|
|
802
|
+
/**
|
|
803
|
+
* The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get the exact metric name, namespace, and dimensions, inspect the Metric object that is returned by a call to ListMetrics.
|
|
804
|
+
*/
|
|
805
|
+
Metric: TargetTrackingMetric;
|
|
806
|
+
/**
|
|
807
|
+
* The statistic to return. It can include any CloudWatch statistic or extended statistic. For a list of valid values, see the table in Statistics in the Amazon CloudWatch User Guide. The most commonly used metrics for scaling is Average
|
|
808
|
+
*/
|
|
809
|
+
Stat: XmlString;
|
|
810
|
+
/**
|
|
811
|
+
* The unit to use for the returned data points. For a complete list of the units that CloudWatch supports, see the MetricDatum data type in the Amazon CloudWatch API Reference.
|
|
812
|
+
*/
|
|
813
|
+
Unit?: TargetTrackingMetricUnit;
|
|
814
|
+
}
|
|
815
|
+
export type TargetTrackingMetricUnit = string;
|
|
739
816
|
export interface TargetTrackingScalingPolicyConfiguration {
|
|
740
817
|
/**
|
|
741
818
|
* The target value for the metric. Although this property accepts numbers of type Double, it won't accept values that are either too small or too large. Values must be in the range of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For example, if the metric is CPU utilization, then the target value is a percent value that represents how much of the CPU can be used before scaling out. If the scaling policy specifies the ALBRequestCountPerTarget predefined metric, specify the target utilization as the optimal average request count per target during any one-minute interval.
|
|
@@ -1446,6 +1446,13 @@ declare namespace DataExchange {
|
|
|
1446
1446
|
}
|
|
1447
1447
|
export type JobErrorLimitName = "Assets per revision"|"Asset size in GB"|"Amazon Redshift datashare assets per revision"|"AWS Lake Formation data permission assets per revision"|"Amazon S3 data access assets per revision"|string;
|
|
1448
1448
|
export type JobErrorResourceTypes = "REVISION"|"ASSET"|"DATA_SET"|string;
|
|
1449
|
+
export type KmsKeyArn = string;
|
|
1450
|
+
export interface KmsKeyToGrant {
|
|
1451
|
+
/**
|
|
1452
|
+
* The AWS KMS CMK (Key Management System Customer Managed Key) used to encrypt S3 objects in the shared S3 Bucket. AWS Data exchange will create a KMS grant for each subscriber to allow them to access and decrypt their entitled data that is encrypted using this KMS key specified.
|
|
1453
|
+
*/
|
|
1454
|
+
KmsKeyArn: KmsKeyArn;
|
|
1455
|
+
}
|
|
1449
1456
|
export type LFPermission = "DESCRIBE"|"SELECT"|string;
|
|
1450
1457
|
export interface LFResourceDetails {
|
|
1451
1458
|
/**
|
|
@@ -1615,6 +1622,7 @@ declare namespace DataExchange {
|
|
|
1615
1622
|
export type ListOfEventActionEntry = EventActionEntry[];
|
|
1616
1623
|
export type ListOfJobEntry = JobEntry[];
|
|
1617
1624
|
export type ListOfJobError = JobError[];
|
|
1625
|
+
export type ListOfKmsKeysToGrant = KmsKeyToGrant[];
|
|
1618
1626
|
export type ListOfLFPermissions = LFPermission[];
|
|
1619
1627
|
export type ListOfLFTagValues = String[];
|
|
1620
1628
|
export type ListOfLFTags = LFTag[];
|
|
@@ -1911,6 +1919,10 @@ declare namespace DataExchange {
|
|
|
1911
1919
|
* The ARN for your Amazon S3 Access Point. Customers can also access their entitled data using the S3 Access Point ARN.
|
|
1912
1920
|
*/
|
|
1913
1921
|
S3AccessPointArn?: __string;
|
|
1922
|
+
/**
|
|
1923
|
+
* List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being shared in this S3 Data Access asset. Providers must include all AWS KMS keys used to encrypt these shared S3 objects.
|
|
1924
|
+
*/
|
|
1925
|
+
KmsKeysToGrant?: ListOfKmsKeysToGrant;
|
|
1914
1926
|
}
|
|
1915
1927
|
export interface S3DataAccessAssetSourceEntry {
|
|
1916
1928
|
/**
|
|
@@ -1925,6 +1937,10 @@ declare namespace DataExchange {
|
|
|
1925
1937
|
* The keys used to create the Amazon S3 data access.
|
|
1926
1938
|
*/
|
|
1927
1939
|
Keys?: ListOf__string;
|
|
1940
|
+
/**
|
|
1941
|
+
* List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being shared in this S3 Data Access asset.
|
|
1942
|
+
*/
|
|
1943
|
+
KmsKeysToGrant?: ListOfKmsKeysToGrant;
|
|
1928
1944
|
}
|
|
1929
1945
|
export interface S3SnapshotAsset {
|
|
1930
1946
|
/**
|
|
@@ -132,11 +132,11 @@ declare class DirectConnect extends Service {
|
|
|
132
132
|
*/
|
|
133
133
|
confirmTransitVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse) => void): Request<DirectConnect.Types.ConfirmTransitVirtualInterfaceResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* Creates a BGP peer on the specified virtual interface. You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family. If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface. When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses. For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.
|
|
135
|
+
* Creates a BGP peer on the specified virtual interface. You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family. If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface. When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses. If you let Amazon Web Services auto-assign IPv4 addresses, a /30 CIDR will be allocated from 169.254.0.0/16. Amazon Web Services does not recommend this option if you intend to use the customer router peer IP address as the source and destination for traffic. Instead you should use RFC 1918 or other addressing, and specify the address yourself. For more information about RFC 1918 see Address Allocation for Private Internets. For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.
|
|
136
136
|
*/
|
|
137
137
|
createBGPPeer(params: DirectConnect.Types.CreateBGPPeerRequest, callback?: (err: AWSError, data: DirectConnect.Types.CreateBGPPeerResponse) => void): Request<DirectConnect.Types.CreateBGPPeerResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* Creates a BGP peer on the specified virtual interface. You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family. If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface. When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses. For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.
|
|
139
|
+
* Creates a BGP peer on the specified virtual interface. You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family. If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface. When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses. If you let Amazon Web Services auto-assign IPv4 addresses, a /30 CIDR will be allocated from 169.254.0.0/16. Amazon Web Services does not recommend this option if you intend to use the customer router peer IP address as the source and destination for traffic. Instead you should use RFC 1918 or other addressing, and specify the address yourself. For more information about RFC 1918 see Address Allocation for Private Internets. For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.
|
|
140
140
|
*/
|
|
141
141
|
createBGPPeer(callback?: (err: AWSError, data: DirectConnect.Types.CreateBGPPeerResponse) => void): Request<DirectConnect.Types.CreateBGPPeerResponse, AWSError>;
|
|
142
142
|
/**
|
|
@@ -204,11 +204,11 @@ declare class DirectConnect extends Service {
|
|
|
204
204
|
*/
|
|
205
205
|
createPublicVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.VirtualInterface) => void): Request<DirectConnect.Types.VirtualInterface, AWSError>;
|
|
206
206
|
/**
|
|
207
|
-
* Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway. If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
207
|
+
* Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway. If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails. A jumbo MTU value must be either 1500 or 8500. No other values will be accepted. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
208
208
|
*/
|
|
209
209
|
createTransitVirtualInterface(params: DirectConnect.Types.CreateTransitVirtualInterfaceRequest, callback?: (err: AWSError, data: DirectConnect.Types.CreateTransitVirtualInterfaceResult) => void): Request<DirectConnect.Types.CreateTransitVirtualInterfaceResult, AWSError>;
|
|
210
210
|
/**
|
|
211
|
-
* Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway. If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
211
|
+
* Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway. If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails. A jumbo MTU value must be either 1500 or 8500. No other values will be accepted. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
|
|
212
212
|
*/
|
|
213
213
|
createTransitVirtualInterface(callback?: (err: AWSError, data: DirectConnect.Types.CreateTransitVirtualInterfaceResult) => void): Request<DirectConnect.Types.CreateTransitVirtualInterfaceResult, AWSError>;
|
|
214
214
|
/**
|
|
@@ -1558,7 +1558,7 @@ declare namespace DirectConnect {
|
|
|
1558
1558
|
*/
|
|
1559
1559
|
directConnectGatewayOwnerAccount?: OwnerAccount;
|
|
1560
1560
|
/**
|
|
1561
|
-
* The state of the association. The following are the possible values: associating: The initial state after calling CreateDirectConnectGatewayAssociation. associated: The Direct Connect gateway and virtual private gateway or transit gateway are successfully associated and ready to pass traffic. disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation. disassociated: The virtual private gateway or transit gateway is disassociated from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual private gateway or transit gateway is stopped.
|
|
1561
|
+
* The state of the association. The following are the possible values: associating: The initial state after calling CreateDirectConnectGatewayAssociation. associated: The Direct Connect gateway and virtual private gateway or transit gateway are successfully associated and ready to pass traffic. disassociating: The initial state after calling DeleteDirectConnectGatewayAssociation. disassociated: The virtual private gateway or transit gateway is disassociated from the Direct Connect gateway. Traffic flow between the Direct Connect gateway and virtual private gateway or transit gateway is stopped. updating: The CIDR blocks for the virtual private gateway or transit gateway are currently being updated. This could be new CIDR blocks added or current CIDR blocks removed.
|
|
1562
1562
|
*/
|
|
1563
1563
|
associationState?: DirectConnectGatewayAssociationState;
|
|
1564
1564
|
/**
|
|
@@ -2319,7 +2319,7 @@ declare namespace DirectConnect {
|
|
|
2319
2319
|
*/
|
|
2320
2320
|
bgpPeers?: BGPPeerIdList;
|
|
2321
2321
|
/**
|
|
2322
|
-
* The time in minutes that the virtual interface failover test will last. Maximum value:
|
|
2322
|
+
* The time in minutes that the virtual interface failover test will last. Maximum value: 4,320 minutes (72 hours). Default: 180 minutes (3 hours).
|
|
2323
2323
|
*/
|
|
2324
2324
|
testDurationInMinutes?: TestDuration;
|
|
2325
2325
|
}
|
|
@@ -18330,12 +18330,20 @@ declare namespace EC2 {
|
|
|
18330
18330
|
* The DNS records created for the endpoint.
|
|
18331
18331
|
*/
|
|
18332
18332
|
DnsRecordIpType?: DnsRecordIpType;
|
|
18333
|
+
/**
|
|
18334
|
+
* Indicates whether to enable private DNS only for inbound endpoints.
|
|
18335
|
+
*/
|
|
18336
|
+
PrivateDnsOnlyForInboundResolverEndpoint?: Boolean;
|
|
18333
18337
|
}
|
|
18334
18338
|
export interface DnsOptionsSpecification {
|
|
18335
18339
|
/**
|
|
18336
18340
|
* The DNS records created for the endpoint.
|
|
18337
18341
|
*/
|
|
18338
18342
|
DnsRecordIpType?: DnsRecordIpType;
|
|
18343
|
+
/**
|
|
18344
|
+
* Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
|
|
18345
|
+
*/
|
|
18346
|
+
PrivateDnsOnlyForInboundResolverEndpoint?: Boolean;
|
|
18339
18347
|
}
|
|
18340
18348
|
export type DnsRecordIpType = "ipv4"|"dualstack"|"ipv6"|"service-defined"|string;
|
|
18341
18349
|
export interface DnsServersOptionsModifyStructure {
|