@cdklabs/cdk-ecs-codedeploy 0.0.7 → 0.0.8
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/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
- package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
- package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
- package/node_modules/aws-sdk/clients/location.d.ts +2 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
- package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
- 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 +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +318 -59
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +58 -58
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -51,6 +51,14 @@ declare class BackupGateway extends Service {
|
|
|
51
51
|
* Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.
|
|
52
52
|
*/
|
|
53
53
|
disassociateGatewayFromServer(callback?: (err: AWSError, data: BackupGateway.Types.DisassociateGatewayFromServerOutput) => void): Request<BackupGateway.Types.DisassociateGatewayFromServerOutput, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
* Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.
|
|
56
|
+
*/
|
|
57
|
+
getBandwidthRateLimitSchedule(params: BackupGateway.Types.GetBandwidthRateLimitScheduleInput, callback?: (err: AWSError, data: BackupGateway.Types.GetBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.GetBandwidthRateLimitScheduleOutput, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
* Retrieves the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have bandwidth rate limit schedules, which means no bandwidth rate limiting is in effect. Use this to get a gateway's bandwidth rate limit schedule.
|
|
60
|
+
*/
|
|
61
|
+
getBandwidthRateLimitSchedule(callback?: (err: AWSError, data: BackupGateway.Types.GetBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.GetBandwidthRateLimitScheduleOutput, AWSError>;
|
|
54
62
|
/**
|
|
55
63
|
* By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
|
56
64
|
*/
|
|
@@ -59,6 +67,22 @@ declare class BackupGateway extends Service {
|
|
|
59
67
|
* By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
|
60
68
|
*/
|
|
61
69
|
getGateway(callback?: (err: AWSError, data: BackupGateway.Types.GetGatewayOutput) => void): Request<BackupGateway.Types.GetGatewayOutput, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
* This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
|
|
72
|
+
*/
|
|
73
|
+
getHypervisor(params: BackupGateway.Types.GetHypervisorInput, callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorOutput) => void): Request<BackupGateway.Types.GetHypervisorOutput, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
* This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
|
|
76
|
+
*/
|
|
77
|
+
getHypervisor(callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorOutput) => void): Request<BackupGateway.Types.GetHypervisorOutput, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
* This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
|
|
80
|
+
*/
|
|
81
|
+
getHypervisorPropertyMappings(params: BackupGateway.Types.GetHypervisorPropertyMappingsInput, callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.GetHypervisorPropertyMappingsOutput, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
* This action retrieves the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
|
|
84
|
+
*/
|
|
85
|
+
getHypervisorPropertyMappings(callback?: (err: AWSError, data: BackupGateway.Types.GetHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.GetHypervisorPropertyMappingsOutput, AWSError>;
|
|
62
86
|
/**
|
|
63
87
|
* By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
|
|
64
88
|
*/
|
|
@@ -107,6 +131,22 @@ declare class BackupGateway extends Service {
|
|
|
107
131
|
* Lists your virtual machines.
|
|
108
132
|
*/
|
|
109
133
|
listVirtualMachines(callback?: (err: AWSError, data: BackupGateway.Types.ListVirtualMachinesOutput) => void): Request<BackupGateway.Types.ListVirtualMachinesOutput, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
* This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
|
|
136
|
+
*/
|
|
137
|
+
putBandwidthRateLimitSchedule(params: BackupGateway.Types.PutBandwidthRateLimitScheduleInput, callback?: (err: AWSError, data: BackupGateway.Types.PutBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.PutBandwidthRateLimitScheduleOutput, AWSError>;
|
|
138
|
+
/**
|
|
139
|
+
* This action sets the bandwidth rate limit schedule for a specified gateway. By default, gateways do not have a bandwidth rate limit schedule, which means no bandwidth rate limiting is in effect. Use this to initiate a gateway's bandwidth rate limit schedule.
|
|
140
|
+
*/
|
|
141
|
+
putBandwidthRateLimitSchedule(callback?: (err: AWSError, data: BackupGateway.Types.PutBandwidthRateLimitScheduleOutput) => void): Request<BackupGateway.Types.PutBandwidthRateLimitScheduleOutput, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
* This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
|
|
144
|
+
*/
|
|
145
|
+
putHypervisorPropertyMappings(params: BackupGateway.Types.PutHypervisorPropertyMappingsInput, callback?: (err: AWSError, data: BackupGateway.Types.PutHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.PutHypervisorPropertyMappingsOutput, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
* This action sets the property mappings for the specified hypervisor. A hypervisor property mapping displays the relationship of entity properties available from the on-premises hypervisor to the properties available in Amazon Web Services.
|
|
148
|
+
*/
|
|
149
|
+
putHypervisorPropertyMappings(callback?: (err: AWSError, data: BackupGateway.Types.PutHypervisorPropertyMappingsOutput) => void): Request<BackupGateway.Types.PutHypervisorPropertyMappingsOutput, AWSError>;
|
|
110
150
|
/**
|
|
111
151
|
* Set the maintenance start time for a gateway.
|
|
112
152
|
*/
|
|
@@ -115,6 +155,14 @@ declare class BackupGateway extends Service {
|
|
|
115
155
|
* Set the maintenance start time for a gateway.
|
|
116
156
|
*/
|
|
117
157
|
putMaintenanceStartTime(callback?: (err: AWSError, data: BackupGateway.Types.PutMaintenanceStartTimeOutput) => void): Request<BackupGateway.Types.PutMaintenanceStartTimeOutput, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* This action sends a request to sync metadata across the specified virtual machines.
|
|
160
|
+
*/
|
|
161
|
+
startVirtualMachinesMetadataSync(params: BackupGateway.Types.StartVirtualMachinesMetadataSyncInput, callback?: (err: AWSError, data: BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput) => void): Request<BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
* This action sends a request to sync metadata across the specified virtual machines.
|
|
164
|
+
*/
|
|
165
|
+
startVirtualMachinesMetadataSync(callback?: (err: AWSError, data: BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput) => void): Request<BackupGateway.Types.StartVirtualMachinesMetadataSyncOutput, AWSError>;
|
|
118
166
|
/**
|
|
119
167
|
* Tag the resource.
|
|
120
168
|
*/
|
|
@@ -182,6 +230,34 @@ declare namespace BackupGateway {
|
|
|
182
230
|
*/
|
|
183
231
|
GatewayArn?: GatewayArn;
|
|
184
232
|
}
|
|
233
|
+
export type AverageUploadRateLimit = number;
|
|
234
|
+
export interface BandwidthRateLimitInterval {
|
|
235
|
+
/**
|
|
236
|
+
* The average upload rate limit component of the bandwidth rate limit interval, in bits per second. This field does not appear in the response if the upload rate limit is not set. For Backup Gateway, the minimum value is (Value).
|
|
237
|
+
*/
|
|
238
|
+
AverageUploadRateLimitInBitsPerSec?: AverageUploadRateLimit;
|
|
239
|
+
/**
|
|
240
|
+
* The days of the week component of the bandwidth rate limit interval, represented as ordinal numbers from 0 to 6, where 0 represents Sunday and 6 represents Saturday.
|
|
241
|
+
*/
|
|
242
|
+
DaysOfWeek: DaysOfWeek;
|
|
243
|
+
/**
|
|
244
|
+
* The hour of the day to end the bandwidth rate limit interval.
|
|
245
|
+
*/
|
|
246
|
+
EndHourOfDay: HourOfDay;
|
|
247
|
+
/**
|
|
248
|
+
* The minute of the hour to end the bandwidth rate limit interval. The bandwidth rate limit interval ends at the end of the minute. To end an interval at the end of an hour, use the value 59.
|
|
249
|
+
*/
|
|
250
|
+
EndMinuteOfHour: MinuteOfHour;
|
|
251
|
+
/**
|
|
252
|
+
* The hour of the day to start the bandwidth rate limit interval.
|
|
253
|
+
*/
|
|
254
|
+
StartHourOfDay: HourOfDay;
|
|
255
|
+
/**
|
|
256
|
+
* The minute of the hour to start the bandwidth rate limit interval. The interval begins at the start of that minute. To begin an interval exactly at the start of the hour, use the value 0.
|
|
257
|
+
*/
|
|
258
|
+
StartMinuteOfHour: MinuteOfHour;
|
|
259
|
+
}
|
|
260
|
+
export type BandwidthRateLimitIntervals = BandwidthRateLimitInterval[];
|
|
185
261
|
export interface CreateGatewayInput {
|
|
186
262
|
/**
|
|
187
263
|
* The activation key of the created gateway.
|
|
@@ -208,6 +284,7 @@ declare namespace BackupGateway {
|
|
|
208
284
|
}
|
|
209
285
|
export type DayOfMonth = number;
|
|
210
286
|
export type DayOfWeek = number;
|
|
287
|
+
export type DaysOfWeek = DayOfWeek[];
|
|
211
288
|
export interface DeleteGatewayInput {
|
|
212
289
|
/**
|
|
213
290
|
* The Amazon Resource Name (ARN) of the gateway to delete.
|
|
@@ -303,6 +380,22 @@ declare namespace BackupGateway {
|
|
|
303
380
|
}
|
|
304
381
|
export type GatewayType = "BACKUP_VM"|string;
|
|
305
382
|
export type Gateways = Gateway[];
|
|
383
|
+
export interface GetBandwidthRateLimitScheduleInput {
|
|
384
|
+
/**
|
|
385
|
+
* The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
|
|
386
|
+
*/
|
|
387
|
+
GatewayArn: GatewayArn;
|
|
388
|
+
}
|
|
389
|
+
export interface GetBandwidthRateLimitScheduleOutput {
|
|
390
|
+
/**
|
|
391
|
+
* An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
|
|
392
|
+
*/
|
|
393
|
+
BandwidthRateLimitIntervals?: BandwidthRateLimitIntervals;
|
|
394
|
+
/**
|
|
395
|
+
* The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
|
|
396
|
+
*/
|
|
397
|
+
GatewayArn?: GatewayArn;
|
|
398
|
+
}
|
|
306
399
|
export interface GetGatewayInput {
|
|
307
400
|
/**
|
|
308
401
|
* The Amazon Resource Name (ARN) of the gateway.
|
|
@@ -315,6 +408,38 @@ declare namespace BackupGateway {
|
|
|
315
408
|
*/
|
|
316
409
|
Gateway?: GatewayDetails;
|
|
317
410
|
}
|
|
411
|
+
export interface GetHypervisorInput {
|
|
412
|
+
/**
|
|
413
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
414
|
+
*/
|
|
415
|
+
HypervisorArn: ServerArn;
|
|
416
|
+
}
|
|
417
|
+
export interface GetHypervisorOutput {
|
|
418
|
+
/**
|
|
419
|
+
* Details about the requested hypervisor.
|
|
420
|
+
*/
|
|
421
|
+
Hypervisor?: HypervisorDetails;
|
|
422
|
+
}
|
|
423
|
+
export interface GetHypervisorPropertyMappingsInput {
|
|
424
|
+
/**
|
|
425
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
426
|
+
*/
|
|
427
|
+
HypervisorArn: ServerArn;
|
|
428
|
+
}
|
|
429
|
+
export interface GetHypervisorPropertyMappingsOutput {
|
|
430
|
+
/**
|
|
431
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
432
|
+
*/
|
|
433
|
+
HypervisorArn?: ServerArn;
|
|
434
|
+
/**
|
|
435
|
+
* The Amazon Resource Name (ARN) of the IAM role.
|
|
436
|
+
*/
|
|
437
|
+
IamRoleArn?: IamRoleArn;
|
|
438
|
+
/**
|
|
439
|
+
* This is a display of the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
|
440
|
+
*/
|
|
441
|
+
VmwareToAwsTagMappings?: VmwareToAwsTagMappings;
|
|
442
|
+
}
|
|
318
443
|
export interface GetVirtualMachineInput {
|
|
319
444
|
/**
|
|
320
445
|
* The Amazon Resource Name (ARN) of the virtual machine.
|
|
@@ -351,9 +476,48 @@ declare namespace BackupGateway {
|
|
|
351
476
|
*/
|
|
352
477
|
State?: HypervisorState;
|
|
353
478
|
}
|
|
479
|
+
export interface HypervisorDetails {
|
|
480
|
+
/**
|
|
481
|
+
* The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
|
|
482
|
+
*/
|
|
483
|
+
Host?: Host;
|
|
484
|
+
/**
|
|
485
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
486
|
+
*/
|
|
487
|
+
HypervisorArn?: ServerArn;
|
|
488
|
+
/**
|
|
489
|
+
* The Amazon Resource Name (ARN) of the KMS used to encrypt the hypervisor.
|
|
490
|
+
*/
|
|
491
|
+
KmsKeyArn?: KmsKeyArn;
|
|
492
|
+
/**
|
|
493
|
+
* This is the time when the most recent successful sync of metadata occurred.
|
|
494
|
+
*/
|
|
495
|
+
LastSuccessfulMetadataSyncTime?: Time;
|
|
496
|
+
/**
|
|
497
|
+
* This is the most recent status for the indicated metadata sync.
|
|
498
|
+
*/
|
|
499
|
+
LatestMetadataSyncStatus?: SyncMetadataStatus;
|
|
500
|
+
/**
|
|
501
|
+
* This is the most recent status for the indicated metadata sync.
|
|
502
|
+
*/
|
|
503
|
+
LatestMetadataSyncStatusMessage?: string;
|
|
504
|
+
/**
|
|
505
|
+
* The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
|
506
|
+
*/
|
|
507
|
+
LogGroupArn?: LogGroupArn;
|
|
508
|
+
/**
|
|
509
|
+
* This is the name of the specified hypervisor.
|
|
510
|
+
*/
|
|
511
|
+
Name?: Name;
|
|
512
|
+
/**
|
|
513
|
+
* This is the current state of the specified hypervisor. The possible states are PENDING, ONLINE, OFFLINE, or ERROR.
|
|
514
|
+
*/
|
|
515
|
+
State?: HypervisorState;
|
|
516
|
+
}
|
|
354
517
|
export type HypervisorId = string;
|
|
355
518
|
export type HypervisorState = "PENDING"|"ONLINE"|"OFFLINE"|"ERROR"|string;
|
|
356
519
|
export type Hypervisors = Hypervisor[];
|
|
520
|
+
export type IamRoleArn = string;
|
|
357
521
|
export interface ImportHypervisorConfigurationInput {
|
|
358
522
|
/**
|
|
359
523
|
* The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
|
|
@@ -467,6 +631,7 @@ declare namespace BackupGateway {
|
|
|
467
631
|
*/
|
|
468
632
|
VirtualMachines?: VirtualMachines;
|
|
469
633
|
}
|
|
634
|
+
export type LogGroupArn = string;
|
|
470
635
|
export interface MaintenanceStartTime {
|
|
471
636
|
/**
|
|
472
637
|
* The day of the month component of the maintenance start time represented as an ordinal number from 1 to 28, where 1 represents the first day of the month and 28 represents the last day of the month.
|
|
@@ -491,6 +656,42 @@ declare namespace BackupGateway {
|
|
|
491
656
|
export type NextToken = string;
|
|
492
657
|
export type Password = string;
|
|
493
658
|
export type Path = string;
|
|
659
|
+
export interface PutBandwidthRateLimitScheduleInput {
|
|
660
|
+
/**
|
|
661
|
+
* An array containing bandwidth rate limit schedule intervals for a gateway. When no bandwidth rate limit intervals have been scheduled, the array is empty.
|
|
662
|
+
*/
|
|
663
|
+
BandwidthRateLimitIntervals: BandwidthRateLimitIntervals;
|
|
664
|
+
/**
|
|
665
|
+
* The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
|
|
666
|
+
*/
|
|
667
|
+
GatewayArn: GatewayArn;
|
|
668
|
+
}
|
|
669
|
+
export interface PutBandwidthRateLimitScheduleOutput {
|
|
670
|
+
/**
|
|
671
|
+
* The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
|
|
672
|
+
*/
|
|
673
|
+
GatewayArn?: GatewayArn;
|
|
674
|
+
}
|
|
675
|
+
export interface PutHypervisorPropertyMappingsInput {
|
|
676
|
+
/**
|
|
677
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
678
|
+
*/
|
|
679
|
+
HypervisorArn: ServerArn;
|
|
680
|
+
/**
|
|
681
|
+
* The Amazon Resource Name (ARN) of the IAM role.
|
|
682
|
+
*/
|
|
683
|
+
IamRoleArn: IamRoleArn;
|
|
684
|
+
/**
|
|
685
|
+
* This action requests the mappings of on-premises VMware tags to the Amazon Web Services tags.
|
|
686
|
+
*/
|
|
687
|
+
VmwareToAwsTagMappings: VmwareToAwsTagMappings;
|
|
688
|
+
}
|
|
689
|
+
export interface PutHypervisorPropertyMappingsOutput {
|
|
690
|
+
/**
|
|
691
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
692
|
+
*/
|
|
693
|
+
HypervisorArn?: ServerArn;
|
|
694
|
+
}
|
|
494
695
|
export interface PutMaintenanceStartTimeInput {
|
|
495
696
|
/**
|
|
496
697
|
* The day of the month start maintenance on a gateway. Valid values range from Sunday to Saturday.
|
|
@@ -521,6 +722,19 @@ declare namespace BackupGateway {
|
|
|
521
722
|
}
|
|
522
723
|
export type ResourceArn = string;
|
|
523
724
|
export type ServerArn = string;
|
|
725
|
+
export interface StartVirtualMachinesMetadataSyncInput {
|
|
726
|
+
/**
|
|
727
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
728
|
+
*/
|
|
729
|
+
HypervisorArn: ServerArn;
|
|
730
|
+
}
|
|
731
|
+
export interface StartVirtualMachinesMetadataSyncOutput {
|
|
732
|
+
/**
|
|
733
|
+
* The Amazon Resource Name (ARN) of the hypervisor.
|
|
734
|
+
*/
|
|
735
|
+
HypervisorArn?: ServerArn;
|
|
736
|
+
}
|
|
737
|
+
export type SyncMetadataStatus = "CREATED"|"RUNNING"|"FAILED"|"PARTIALLY_FAILED"|"SUCCEEDED"|string;
|
|
524
738
|
export interface Tag {
|
|
525
739
|
/**
|
|
526
740
|
* The key part of a tag's key-value pair. The key can't start with aws:.
|
|
@@ -625,6 +839,10 @@ declare namespace BackupGateway {
|
|
|
625
839
|
* The Amazon Resource Name (ARN) of the hypervisor to update.
|
|
626
840
|
*/
|
|
627
841
|
HypervisorArn: ServerArn;
|
|
842
|
+
/**
|
|
843
|
+
* The Amazon Resource Name (ARN) of the group of gateways within the requested log.
|
|
844
|
+
*/
|
|
845
|
+
LogGroupArn?: LogGroupArn;
|
|
628
846
|
/**
|
|
629
847
|
* The updated name for the hypervisor
|
|
630
848
|
*/
|
|
@@ -696,8 +914,48 @@ declare namespace BackupGateway {
|
|
|
696
914
|
* The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
|
|
697
915
|
*/
|
|
698
916
|
ResourceArn?: ResourceArn;
|
|
917
|
+
/**
|
|
918
|
+
* These are the details of the VMware tags associated with the specified virtual machine.
|
|
919
|
+
*/
|
|
920
|
+
VmwareTags?: VmwareTags;
|
|
699
921
|
}
|
|
700
922
|
export type VirtualMachines = VirtualMachine[];
|
|
923
|
+
export type VmwareCategory = string;
|
|
924
|
+
export interface VmwareTag {
|
|
925
|
+
/**
|
|
926
|
+
* The is the category of VMware.
|
|
927
|
+
*/
|
|
928
|
+
VmwareCategory?: VmwareCategory;
|
|
929
|
+
/**
|
|
930
|
+
* This is a user-defined description of a VMware tag.
|
|
931
|
+
*/
|
|
932
|
+
VmwareTagDescription?: string;
|
|
933
|
+
/**
|
|
934
|
+
* This is the user-defined name of a VMware tag.
|
|
935
|
+
*/
|
|
936
|
+
VmwareTagName?: VmwareTagName;
|
|
937
|
+
}
|
|
938
|
+
export type VmwareTagName = string;
|
|
939
|
+
export type VmwareTags = VmwareTag[];
|
|
940
|
+
export interface VmwareToAwsTagMapping {
|
|
941
|
+
/**
|
|
942
|
+
* The key part of the Amazon Web Services tag's key-value pair.
|
|
943
|
+
*/
|
|
944
|
+
AwsTagKey: TagKey;
|
|
945
|
+
/**
|
|
946
|
+
* The value part of the Amazon Web Services tag's key-value pair.
|
|
947
|
+
*/
|
|
948
|
+
AwsTagValue: TagValue;
|
|
949
|
+
/**
|
|
950
|
+
* The is the category of VMware.
|
|
951
|
+
*/
|
|
952
|
+
VmwareCategory: VmwareCategory;
|
|
953
|
+
/**
|
|
954
|
+
* This is the user-defined name of a VMware tag.
|
|
955
|
+
*/
|
|
956
|
+
VmwareTagName: VmwareTagName;
|
|
957
|
+
}
|
|
958
|
+
export type VmwareToAwsTagMappings = VmwareToAwsTagMapping[];
|
|
701
959
|
export type VpcEndpoint = string;
|
|
702
960
|
/**
|
|
703
961
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
@@ -172,11 +172,11 @@ declare class Connect extends Service {
|
|
|
172
172
|
*/
|
|
173
173
|
createRoutingProfile(callback?: (err: AWSError, data: Connect.Types.CreateRoutingProfileResponse) => void): Request<Connect.Types.CreateRoutingProfileResponse, AWSError>;
|
|
174
174
|
/**
|
|
175
|
-
* Creates a rule for the specified Amazon Connect instance.
|
|
175
|
+
* Creates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule.
|
|
176
176
|
*/
|
|
177
177
|
createRule(params: Connect.Types.CreateRuleRequest, callback?: (err: AWSError, data: Connect.Types.CreateRuleResponse) => void): Request<Connect.Types.CreateRuleResponse, AWSError>;
|
|
178
178
|
/**
|
|
179
|
-
* Creates a rule for the specified Amazon Connect instance.
|
|
179
|
+
* Creates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule.
|
|
180
180
|
*/
|
|
181
181
|
createRule(callback?: (err: AWSError, data: Connect.Types.CreateRuleResponse) => void): Request<Connect.Types.CreateRuleResponse, AWSError>;
|
|
182
182
|
/**
|
|
@@ -1268,11 +1268,11 @@ declare class Connect extends Service {
|
|
|
1268
1268
|
*/
|
|
1269
1269
|
updateRoutingProfileQueues(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1270
1270
|
/**
|
|
1271
|
-
* Updates a rule for the specified Amazon Connect instance.
|
|
1271
|
+
* Updates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule.
|
|
1272
1272
|
*/
|
|
1273
1273
|
updateRule(params: Connect.Types.UpdateRuleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1274
1274
|
/**
|
|
1275
|
-
* Updates a rule for the specified Amazon Connect instance.
|
|
1275
|
+
* Updates a rule for the specified Amazon Connect instance. Use the Rules Function language to code conditions for the rule.
|
|
1276
1276
|
*/
|
|
1277
1277
|
updateRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
1278
1278
|
/**
|
|
@@ -2387,7 +2387,7 @@ declare namespace Connect {
|
|
|
2387
2387
|
*/
|
|
2388
2388
|
AllowedAccessControlTags?: AllowedAccessControlTags;
|
|
2389
2389
|
/**
|
|
2390
|
-
* The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
|
2390
|
+
* The list of resources that a security profile applies tag restrictions to in Amazon Connect. Following are acceptable ResourceNames: User | SecurityProfile | Queue | RoutingProfile
|
|
2391
2391
|
*/
|
|
2392
2392
|
TagRestrictedResources?: TagRestrictedResourceList;
|
|
2393
2393
|
}
|
|
@@ -6703,7 +6703,7 @@ declare namespace Connect {
|
|
|
6703
6703
|
*/
|
|
6704
6704
|
ContactFlowId: ContactFlowId;
|
|
6705
6705
|
/**
|
|
6706
|
-
* The JSON string that represents flow's content. For an example, see Example contact flow in Amazon Connect Flow language
|
|
6706
|
+
* The JSON string that represents flow's content. For an example, see Example contact flow in Amazon Connect Flow language.
|
|
6707
6707
|
*/
|
|
6708
6708
|
Content: ContactFlowContent;
|
|
6709
6709
|
}
|
|
@@ -7627,7 +7627,7 @@ declare namespace Connect {
|
|
|
7627
7627
|
export type VocabularyContent = string;
|
|
7628
7628
|
export type VocabularyFailureReason = string;
|
|
7629
7629
|
export type VocabularyId = string;
|
|
7630
|
-
export type VocabularyLanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|string;
|
|
7630
|
+
export type VocabularyLanguageCode = "ar-AE"|"de-CH"|"de-DE"|"en-AB"|"en-AU"|"en-GB"|"en-IE"|"en-IN"|"en-US"|"en-WL"|"es-ES"|"es-US"|"fr-CA"|"fr-FR"|"hi-IN"|"it-IT"|"ja-JP"|"ko-KR"|"pt-BR"|"pt-PT"|"zh-CN"|"en-NZ"|"en-ZA"|string;
|
|
7631
7631
|
export type VocabularyLastModifiedTime = Date;
|
|
7632
7632
|
export type VocabularyName = string;
|
|
7633
7633
|
export type VocabularyNextToken = string;
|
|
@@ -173,11 +173,11 @@ declare class ECS extends Service {
|
|
|
173
173
|
*/
|
|
174
174
|
discoverPollEndpoint(callback?: (err: AWSError, data: ECS.Types.DiscoverPollEndpointResponse) => void): Request<ECS.Types.DiscoverPollEndpointResponse, AWSError>;
|
|
175
175
|
/**
|
|
176
|
-
* Runs a command remotely on a container within a task. If you use a condition key in your IAM policy to refine the conditions for the policy statement, for example limit the actions to a specific cluster, you receive an AccessDeniedException when there is a mismatch between the condition key value and the corresponding parameter value.
|
|
176
|
+
* Runs a command remotely on a container within a task. If you use a condition key in your IAM policy to refine the conditions for the policy statement, for example limit the actions to a specific cluster, you receive an AccessDeniedException when there is a mismatch between the condition key value and the corresponding parameter value. For information about required permissions and considerations, see Using Amazon ECS Exec for debugging in the Amazon ECS Developer Guide.
|
|
177
177
|
*/
|
|
178
178
|
executeCommand(params: ECS.Types.ExecuteCommandRequest, callback?: (err: AWSError, data: ECS.Types.ExecuteCommandResponse) => void): Request<ECS.Types.ExecuteCommandResponse, AWSError>;
|
|
179
179
|
/**
|
|
180
|
-
* Runs a command remotely on a container within a task. If you use a condition key in your IAM policy to refine the conditions for the policy statement, for example limit the actions to a specific cluster, you receive an AccessDeniedException when there is a mismatch between the condition key value and the corresponding parameter value.
|
|
180
|
+
* Runs a command remotely on a container within a task. If you use a condition key in your IAM policy to refine the conditions for the policy statement, for example limit the actions to a specific cluster, you receive an AccessDeniedException when there is a mismatch between the condition key value and the corresponding parameter value. For information about required permissions and considerations, see Using Amazon ECS Exec for debugging in the Amazon ECS Developer Guide.
|
|
181
181
|
*/
|
|
182
182
|
executeCommand(callback?: (err: AWSError, data: ECS.Types.ExecuteCommandResponse) => void): Request<ECS.Types.ExecuteCommandResponse, AWSError>;
|
|
183
183
|
/**
|
|
@@ -2604,6 +2604,14 @@ declare namespace ECS {
|
|
|
2604
2604
|
* The protocol used for the network binding.
|
|
2605
2605
|
*/
|
|
2606
2606
|
protocol?: TransportProtocol;
|
|
2607
|
+
/**
|
|
2608
|
+
* The port number range on the container that's bound to the dynamically mapped host port range. The following rules apply when you specify a containerPortRange: You must use either the bridge network mode or the awsvpc network mode. This parameter is available for both the EC2 and Fargate launch types. This parameter is available for both the Linux and Windows operating systems. The container instance must have at least version 1.67.0 of the container agent and at least version 1.67.0-1 of the ecs-init package You can specify a maximum of 100 port ranges per container. You do not specify a hostPortRange. The value of the hostPortRange is set as follows: For containers in a task with the awsvpc network mode, the hostPort is set to the same value as the containerPort. This is a static mapping strategy. For containers in a task with the bridge network mode, the Amazon ECS agent finds open host ports from the default ephemeral range and passes it to docker to bind them to the container ports. The containerPortRange valid values are between 1 and 65535. A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon config file when you have a large number of ports. For more information, see Issue #11185 on the Github website. For information about how to turn off the docker-proxy in the Docker daemon config file, see Docker daemon in the Amazon ECS Developer Guide. You can call DescribeTasks to view the hostPortRange which are the host ports that are bound to the container ports.
|
|
2609
|
+
*/
|
|
2610
|
+
containerPortRange?: String;
|
|
2611
|
+
/**
|
|
2612
|
+
* The port number range on the host that's used with the network binding. This is assigned is assigned by Docker and delivered by the Amazon ECS agent.
|
|
2613
|
+
*/
|
|
2614
|
+
hostPortRange?: String;
|
|
2607
2615
|
}
|
|
2608
2616
|
export type NetworkBindings = NetworkBinding[];
|
|
2609
2617
|
export interface NetworkConfiguration {
|
|
@@ -2672,7 +2680,7 @@ declare namespace ECS {
|
|
|
2672
2680
|
*/
|
|
2673
2681
|
containerPort?: BoxedInteger;
|
|
2674
2682
|
/**
|
|
2675
|
-
* The port number on the container instance to reserve for your container. If you use containers in a task with the awsvpc or host network mode, the hostPort can either be left blank or set to the same value as the containerPort. If you use containers in a task with the bridge network mode, you can specify a non-reserved host port for your container port mapping, or you can omit the hostPort (or set it to 0) while specifying a containerPort and your container automatically receives a port in the ephemeral port range for your container instance operating system and Docker version. The default ephemeral port range for Docker version 1.6.0 and later is listed on the instance under /proc/sys/net/ipv4/ip_local_port_range. If this kernel parameter is unavailable, the default ephemeral port range from 49153 through 65535 is used. Do not attempt to specify a host port in the ephemeral port range as these are reserved for automatic assignment. In general, ports below 32768 are outside of the ephemeral port range. The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the Amazon ECS container agent ports 51678-51680. Any host port that was previously specified in a running task is also reserved while the task is running. That is, after a task stops, the host port is released. The current reserved ports are displayed in the remainingResources of DescribeContainerInstances output. A container instance can have up to 100 reserved ports at a time. This number includes the default reserved ports. Automatically assigned ports aren't included in the 100 reserved ports quota.
|
|
2683
|
+
* The port number on the container instance to reserve for your container. If you specify a containerPortRange, leave this field empty and the value of the hostPort is set as follows: For containers in a task with the awsvpc network mode, the hostPort is set to the same value as the containerPort. This is a static mapping strategy. For containers in a task with the bridge network mode, the Amazon ECS agent finds open ports on the host and automaticaly binds them to the container ports. This is a dynamic mapping strategy. If you use containers in a task with the awsvpc or host network mode, the hostPort can either be left blank or set to the same value as the containerPort. If you use containers in a task with the bridge network mode, you can specify a non-reserved host port for your container port mapping, or you can omit the hostPort (or set it to 0) while specifying a containerPort and your container automatically receives a port in the ephemeral port range for your container instance operating system and Docker version. The default ephemeral port range for Docker version 1.6.0 and later is listed on the instance under /proc/sys/net/ipv4/ip_local_port_range. If this kernel parameter is unavailable, the default ephemeral port range from 49153 through 65535 is used. Do not attempt to specify a host port in the ephemeral port range as these are reserved for automatic assignment. In general, ports below 32768 are outside of the ephemeral port range. The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the Amazon ECS container agent ports 51678-51680. Any host port that was previously specified in a running task is also reserved while the task is running. That is, after a task stops, the host port is released. The current reserved ports are displayed in the remainingResources of DescribeContainerInstances output. A container instance can have up to 100 reserved ports at a time. This number includes the default reserved ports. Automatically assigned ports aren't included in the 100 reserved ports quota.
|
|
2676
2684
|
*/
|
|
2677
2685
|
hostPort?: BoxedInteger;
|
|
2678
2686
|
/**
|
|
@@ -2687,6 +2695,10 @@ declare namespace ECS {
|
|
|
2687
2695
|
* The application protocol that's used for the port mapping. This parameter only applies to Service Connect. We recommend that you set this parameter to be consistent with the protocol that your application uses. If you set this parameter, Amazon ECS adds protocol-specific connection handling to the Service Connect proxy. If you set this parameter, Amazon ECS adds protocol-specific telemetry in the Amazon ECS console and CloudWatch. If you don't set a value for this parameter, then TCP is used. However, Amazon ECS doesn't add protocol-specific telemetry for TCP. Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
|
|
2688
2696
|
*/
|
|
2689
2697
|
appProtocol?: ApplicationProtocol;
|
|
2698
|
+
/**
|
|
2699
|
+
* The port number range on the container that's bound to the dynamically mapped host port range. The following rules apply when you specify a containerPortRange: You must use either the bridge network mode or the awsvpc network mode. This parameter is available for both the EC2 and Fargate launch types. This parameter is available for both the Linux and Windows operating systems. The container instance must have at least version 1.67.0 of the container agent and at least version 1.67.0-1 of the ecs-init package You can specify a maximum of 100 port ranges per container. You do not specify a hostPortRange. The value of the hostPortRange is set as follows: For containers in a task with the awsvpc network mode, the hostPort is set to the same value as the containerPort. This is a static mapping strategy. For containers in a task with the bridge network mode, the Amazon ECS agent finds open host ports from the default ephemeral range and passes it to docker to bind them to the container ports. The containerPortRange valid values are between 1 and 65535. A port can only be included in one port mapping per container. You cannot specify overlapping port ranges. The first port in the range must be less than last port in the range. Docker recommends that you turn off the docker-proxy in the Docker daemon config file when you have a large number of ports. For more information, see Issue #11185 on the Github website. For information about how to turn off the docker-proxy in the Docker daemon config file, see Docker daemon in the Amazon ECS Developer Guide. You can call DescribeTasks to view the hostPortRange which are the host ports that are bound to the container ports.
|
|
2700
|
+
*/
|
|
2701
|
+
containerPortRange?: String;
|
|
2690
2702
|
}
|
|
2691
2703
|
export type PortMappingList = PortMapping[];
|
|
2692
2704
|
export type PortNumber = number;
|