@aws-sdk/client-lightsail 3.686.0 → 3.691.0
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/dist-types/models/models_0.d.ts +646 -646
- package/dist-types/models/models_1.d.ts +467 -467
- package/dist-types/ts3.4/models/models_0.d.ts +648 -646
- package/dist-types/ts3.4/models/models_1.d.ts +477 -467
- package/package.json +7 -7
|
@@ -3,9 +3,9 @@ import { LightsailServiceException as __BaseException } from "./LightsailService
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
code?: string;
|
|
7
|
-
docs?: string;
|
|
8
|
-
tip?: string;
|
|
6
|
+
code?: string | undefined;
|
|
7
|
+
docs?: string | undefined;
|
|
8
|
+
tip?: string | undefined;
|
|
9
9
|
constructor(
|
|
10
10
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
11
|
);
|
|
@@ -17,9 +17,9 @@ export declare const AccessDirection: {
|
|
|
17
17
|
export type AccessDirection =
|
|
18
18
|
(typeof AccessDirection)[keyof typeof AccessDirection];
|
|
19
19
|
export interface AccessKeyLastUsed {
|
|
20
|
-
lastUsedDate?: Date;
|
|
21
|
-
region?: string;
|
|
22
|
-
serviceName?: string;
|
|
20
|
+
lastUsedDate?: Date | undefined;
|
|
21
|
+
region?: string | undefined;
|
|
22
|
+
serviceName?: string | undefined;
|
|
23
23
|
}
|
|
24
24
|
export declare const StatusType: {
|
|
25
25
|
readonly Active: "Active";
|
|
@@ -27,15 +27,15 @@ export declare const StatusType: {
|
|
|
27
27
|
};
|
|
28
28
|
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
29
29
|
export interface AccessKey {
|
|
30
|
-
accessKeyId?: string;
|
|
31
|
-
secretAccessKey?: string;
|
|
32
|
-
status?: StatusType;
|
|
33
|
-
createdAt?: Date;
|
|
34
|
-
lastUsed?: AccessKeyLastUsed;
|
|
30
|
+
accessKeyId?: string | undefined;
|
|
31
|
+
secretAccessKey?: string | undefined;
|
|
32
|
+
status?: StatusType | undefined;
|
|
33
|
+
createdAt?: Date | undefined;
|
|
34
|
+
lastUsed?: AccessKeyLastUsed | undefined;
|
|
35
35
|
}
|
|
36
36
|
export interface ResourceReceivingAccess {
|
|
37
|
-
name?: string;
|
|
38
|
-
resourceType?: string;
|
|
37
|
+
name?: string | undefined;
|
|
38
|
+
resourceType?: string | undefined;
|
|
39
39
|
}
|
|
40
40
|
export declare const AccessType: {
|
|
41
41
|
readonly Private: "private";
|
|
@@ -43,8 +43,8 @@ export declare const AccessType: {
|
|
|
43
43
|
};
|
|
44
44
|
export type AccessType = (typeof AccessType)[keyof typeof AccessType];
|
|
45
45
|
export interface AccessRules {
|
|
46
|
-
getObject?: AccessType;
|
|
47
|
-
allowPublicOverrides?: boolean;
|
|
46
|
+
getObject?: AccessType | undefined;
|
|
47
|
+
allowPublicOverrides?: boolean | undefined;
|
|
48
48
|
}
|
|
49
49
|
export declare const BPAStatusMessage: {
|
|
50
50
|
readonly DEFAULTED_FOR_SLR_MISSING: "DEFAULTED_FOR_SLR_MISSING";
|
|
@@ -63,17 +63,17 @@ export declare const AccountLevelBpaSyncStatus: {
|
|
|
63
63
|
export type AccountLevelBpaSyncStatus =
|
|
64
64
|
(typeof AccountLevelBpaSyncStatus)[keyof typeof AccountLevelBpaSyncStatus];
|
|
65
65
|
export interface AccountLevelBpaSync {
|
|
66
|
-
status?: AccountLevelBpaSyncStatus;
|
|
67
|
-
lastSyncedAt?: Date;
|
|
68
|
-
message?: BPAStatusMessage;
|
|
69
|
-
bpaImpactsLightsail?: boolean;
|
|
66
|
+
status?: AccountLevelBpaSyncStatus | undefined;
|
|
67
|
+
lastSyncedAt?: Date | undefined;
|
|
68
|
+
message?: BPAStatusMessage | undefined;
|
|
69
|
+
bpaImpactsLightsail?: boolean | undefined;
|
|
70
70
|
}
|
|
71
71
|
export declare class AccountSetupInProgressException extends __BaseException {
|
|
72
72
|
readonly name: "AccountSetupInProgressException";
|
|
73
73
|
readonly $fault: "client";
|
|
74
|
-
code?: string;
|
|
75
|
-
docs?: string;
|
|
76
|
-
tip?: string;
|
|
74
|
+
code?: string | undefined;
|
|
75
|
+
docs?: string | undefined;
|
|
76
|
+
tip?: string | undefined;
|
|
77
77
|
constructor(
|
|
78
78
|
opts: __ExceptionOptionType<
|
|
79
79
|
AccountSetupInProgressException,
|
|
@@ -82,12 +82,12 @@ export declare class AccountSetupInProgressException extends __BaseException {
|
|
|
82
82
|
);
|
|
83
83
|
}
|
|
84
84
|
export interface AddOn {
|
|
85
|
-
name?: string;
|
|
86
|
-
status?: string;
|
|
87
|
-
snapshotTimeOfDay?: string;
|
|
88
|
-
nextSnapshotTimeOfDay?: string;
|
|
89
|
-
threshold?: string;
|
|
90
|
-
duration?: string;
|
|
85
|
+
name?: string | undefined;
|
|
86
|
+
status?: string | undefined;
|
|
87
|
+
snapshotTimeOfDay?: string | undefined;
|
|
88
|
+
nextSnapshotTimeOfDay?: string | undefined;
|
|
89
|
+
threshold?: string | undefined;
|
|
90
|
+
duration?: string | undefined;
|
|
91
91
|
}
|
|
92
92
|
export declare const AddOnType: {
|
|
93
93
|
readonly AutoSnapshot: "AutoSnapshot";
|
|
@@ -95,16 +95,16 @@ export declare const AddOnType: {
|
|
|
95
95
|
};
|
|
96
96
|
export type AddOnType = (typeof AddOnType)[keyof typeof AddOnType];
|
|
97
97
|
export interface AutoSnapshotAddOnRequest {
|
|
98
|
-
snapshotTimeOfDay?: string;
|
|
98
|
+
snapshotTimeOfDay?: string | undefined;
|
|
99
99
|
}
|
|
100
100
|
export interface StopInstanceOnIdleRequest {
|
|
101
|
-
threshold?: string;
|
|
102
|
-
duration?: string;
|
|
101
|
+
threshold?: string | undefined;
|
|
102
|
+
duration?: string | undefined;
|
|
103
103
|
}
|
|
104
104
|
export interface AddOnRequest {
|
|
105
105
|
addOnType: AddOnType | undefined;
|
|
106
|
-
autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest;
|
|
107
|
-
stopInstanceOnIdleRequest?: StopInstanceOnIdleRequest;
|
|
106
|
+
autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest | undefined;
|
|
107
|
+
stopInstanceOnIdleRequest?: StopInstanceOnIdleRequest | undefined;
|
|
108
108
|
}
|
|
109
109
|
export declare const ComparisonOperator: {
|
|
110
110
|
readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
|
|
@@ -139,8 +139,8 @@ export declare const RegionName: {
|
|
|
139
139
|
};
|
|
140
140
|
export type RegionName = (typeof RegionName)[keyof typeof RegionName];
|
|
141
141
|
export interface ResourceLocation {
|
|
142
|
-
availabilityZone?: string;
|
|
143
|
-
regionName?: RegionName;
|
|
142
|
+
availabilityZone?: string | undefined;
|
|
143
|
+
regionName?: RegionName | undefined;
|
|
144
144
|
}
|
|
145
145
|
export declare const MetricName: {
|
|
146
146
|
readonly BurstCapacityPercentage: "BurstCapacityPercentage";
|
|
@@ -194,9 +194,9 @@ export declare const ResourceType: {
|
|
|
194
194
|
};
|
|
195
195
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
196
196
|
export interface MonitoredResourceInfo {
|
|
197
|
-
arn?: string;
|
|
198
|
-
name?: string;
|
|
199
|
-
resourceType?: ResourceType;
|
|
197
|
+
arn?: string | undefined;
|
|
198
|
+
name?: string | undefined;
|
|
199
|
+
resourceType?: ResourceType | undefined;
|
|
200
200
|
}
|
|
201
201
|
export declare const AlarmState: {
|
|
202
202
|
readonly ALARM: "ALARM";
|
|
@@ -252,26 +252,26 @@ export declare const MetricUnit: {
|
|
|
252
252
|
};
|
|
253
253
|
export type MetricUnit = (typeof MetricUnit)[keyof typeof MetricUnit];
|
|
254
254
|
export interface Alarm {
|
|
255
|
-
name?: string;
|
|
256
|
-
arn?: string;
|
|
257
|
-
createdAt?: Date;
|
|
258
|
-
location?: ResourceLocation;
|
|
259
|
-
resourceType?: ResourceType;
|
|
260
|
-
supportCode?: string;
|
|
261
|
-
monitoredResourceInfo?: MonitoredResourceInfo;
|
|
262
|
-
comparisonOperator?: ComparisonOperator;
|
|
263
|
-
evaluationPeriods?: number;
|
|
264
|
-
period?: number;
|
|
265
|
-
threshold?: number;
|
|
266
|
-
datapointsToAlarm?: number;
|
|
267
|
-
treatMissingData?: TreatMissingData;
|
|
268
|
-
statistic?: MetricStatistic;
|
|
269
|
-
metricName?: MetricName;
|
|
270
|
-
state?: AlarmState;
|
|
271
|
-
unit?: MetricUnit;
|
|
272
|
-
contactProtocols?: ContactProtocol[];
|
|
273
|
-
notificationTriggers?: AlarmState[];
|
|
274
|
-
notificationEnabled?: boolean;
|
|
255
|
+
name?: string | undefined;
|
|
256
|
+
arn?: string | undefined;
|
|
257
|
+
createdAt?: Date | undefined;
|
|
258
|
+
location?: ResourceLocation | undefined;
|
|
259
|
+
resourceType?: ResourceType | undefined;
|
|
260
|
+
supportCode?: string | undefined;
|
|
261
|
+
monitoredResourceInfo?: MonitoredResourceInfo | undefined;
|
|
262
|
+
comparisonOperator?: ComparisonOperator | undefined;
|
|
263
|
+
evaluationPeriods?: number | undefined;
|
|
264
|
+
period?: number | undefined;
|
|
265
|
+
threshold?: number | undefined;
|
|
266
|
+
datapointsToAlarm?: number | undefined;
|
|
267
|
+
treatMissingData?: TreatMissingData | undefined;
|
|
268
|
+
statistic?: MetricStatistic | undefined;
|
|
269
|
+
metricName?: MetricName | undefined;
|
|
270
|
+
state?: AlarmState | undefined;
|
|
271
|
+
unit?: MetricUnit | undefined;
|
|
272
|
+
contactProtocols?: ContactProtocol[] | undefined;
|
|
273
|
+
notificationTriggers?: AlarmState[] | undefined;
|
|
274
|
+
notificationEnabled?: boolean | undefined;
|
|
275
275
|
}
|
|
276
276
|
export interface AllocateStaticIpRequest {
|
|
277
277
|
staticIpName: string | undefined;
|
|
@@ -372,28 +372,28 @@ export declare const OperationStatus: {
|
|
|
372
372
|
export type OperationStatus =
|
|
373
373
|
(typeof OperationStatus)[keyof typeof OperationStatus];
|
|
374
374
|
export interface Operation {
|
|
375
|
-
id?: string;
|
|
376
|
-
resourceName?: string;
|
|
377
|
-
resourceType?: ResourceType;
|
|
378
|
-
createdAt?: Date;
|
|
379
|
-
location?: ResourceLocation;
|
|
380
|
-
isTerminal?: boolean;
|
|
381
|
-
operationDetails?: string;
|
|
382
|
-
operationType?: OperationType;
|
|
383
|
-
status?: OperationStatus;
|
|
384
|
-
statusChangedAt?: Date;
|
|
385
|
-
errorCode?: string;
|
|
386
|
-
errorDetails?: string;
|
|
375
|
+
id?: string | undefined;
|
|
376
|
+
resourceName?: string | undefined;
|
|
377
|
+
resourceType?: ResourceType | undefined;
|
|
378
|
+
createdAt?: Date | undefined;
|
|
379
|
+
location?: ResourceLocation | undefined;
|
|
380
|
+
isTerminal?: boolean | undefined;
|
|
381
|
+
operationDetails?: string | undefined;
|
|
382
|
+
operationType?: OperationType | undefined;
|
|
383
|
+
status?: OperationStatus | undefined;
|
|
384
|
+
statusChangedAt?: Date | undefined;
|
|
385
|
+
errorCode?: string | undefined;
|
|
386
|
+
errorDetails?: string | undefined;
|
|
387
387
|
}
|
|
388
388
|
export interface AllocateStaticIpResult {
|
|
389
|
-
operations?: Operation[];
|
|
389
|
+
operations?: Operation[] | undefined;
|
|
390
390
|
}
|
|
391
391
|
export declare class InvalidInputException extends __BaseException {
|
|
392
392
|
readonly name: "InvalidInputException";
|
|
393
393
|
readonly $fault: "client";
|
|
394
|
-
code?: string;
|
|
395
|
-
docs?: string;
|
|
396
|
-
tip?: string;
|
|
394
|
+
code?: string | undefined;
|
|
395
|
+
docs?: string | undefined;
|
|
396
|
+
tip?: string | undefined;
|
|
397
397
|
constructor(
|
|
398
398
|
opts: __ExceptionOptionType<InvalidInputException, __BaseException>
|
|
399
399
|
);
|
|
@@ -401,17 +401,17 @@ export declare class InvalidInputException extends __BaseException {
|
|
|
401
401
|
export declare class NotFoundException extends __BaseException {
|
|
402
402
|
readonly name: "NotFoundException";
|
|
403
403
|
readonly $fault: "client";
|
|
404
|
-
code?: string;
|
|
405
|
-
docs?: string;
|
|
406
|
-
tip?: string;
|
|
404
|
+
code?: string | undefined;
|
|
405
|
+
docs?: string | undefined;
|
|
406
|
+
tip?: string | undefined;
|
|
407
407
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
408
408
|
}
|
|
409
409
|
export declare class OperationFailureException extends __BaseException {
|
|
410
410
|
readonly name: "OperationFailureException";
|
|
411
411
|
readonly $fault: "client";
|
|
412
|
-
code?: string;
|
|
413
|
-
docs?: string;
|
|
414
|
-
tip?: string;
|
|
412
|
+
code?: string | undefined;
|
|
413
|
+
docs?: string | undefined;
|
|
414
|
+
tip?: string | undefined;
|
|
415
415
|
constructor(
|
|
416
416
|
opts: __ExceptionOptionType<OperationFailureException, __BaseException>
|
|
417
417
|
);
|
|
@@ -419,17 +419,17 @@ export declare class OperationFailureException extends __BaseException {
|
|
|
419
419
|
export declare class ServiceException extends __BaseException {
|
|
420
420
|
readonly name: "ServiceException";
|
|
421
421
|
readonly $fault: "server";
|
|
422
|
-
code?: string;
|
|
423
|
-
docs?: string;
|
|
424
|
-
tip?: string;
|
|
422
|
+
code?: string | undefined;
|
|
423
|
+
docs?: string | undefined;
|
|
424
|
+
tip?: string | undefined;
|
|
425
425
|
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
426
426
|
}
|
|
427
427
|
export declare class UnauthenticatedException extends __BaseException {
|
|
428
428
|
readonly name: "UnauthenticatedException";
|
|
429
429
|
readonly $fault: "client";
|
|
430
|
-
code?: string;
|
|
431
|
-
docs?: string;
|
|
432
|
-
tip?: string;
|
|
430
|
+
code?: string | undefined;
|
|
431
|
+
docs?: string | undefined;
|
|
432
|
+
tip?: string | undefined;
|
|
433
433
|
constructor(
|
|
434
434
|
opts: __ExceptionOptionType<UnauthenticatedException, __BaseException>
|
|
435
435
|
);
|
|
@@ -443,45 +443,45 @@ export interface AttachCertificateToDistributionRequest {
|
|
|
443
443
|
certificateName: string | undefined;
|
|
444
444
|
}
|
|
445
445
|
export interface AttachCertificateToDistributionResult {
|
|
446
|
-
operation?: Operation;
|
|
446
|
+
operation?: Operation | undefined;
|
|
447
447
|
}
|
|
448
448
|
export interface AttachDiskRequest {
|
|
449
449
|
diskName: string | undefined;
|
|
450
450
|
instanceName: string | undefined;
|
|
451
451
|
diskPath: string | undefined;
|
|
452
|
-
autoMounting?: boolean;
|
|
452
|
+
autoMounting?: boolean | undefined;
|
|
453
453
|
}
|
|
454
454
|
export interface AttachDiskResult {
|
|
455
|
-
operations?: Operation[];
|
|
455
|
+
operations?: Operation[] | undefined;
|
|
456
456
|
}
|
|
457
457
|
export interface AttachedDisk {
|
|
458
|
-
path?: string;
|
|
459
|
-
sizeInGb?: number;
|
|
458
|
+
path?: string | undefined;
|
|
459
|
+
sizeInGb?: number | undefined;
|
|
460
460
|
}
|
|
461
461
|
export interface DiskMap {
|
|
462
|
-
originalDiskPath?: string;
|
|
463
|
-
newDiskName?: string;
|
|
462
|
+
originalDiskPath?: string | undefined;
|
|
463
|
+
newDiskName?: string | undefined;
|
|
464
464
|
}
|
|
465
465
|
export interface AttachInstancesToLoadBalancerRequest {
|
|
466
466
|
loadBalancerName: string | undefined;
|
|
467
467
|
instanceNames: string[] | undefined;
|
|
468
468
|
}
|
|
469
469
|
export interface AttachInstancesToLoadBalancerResult {
|
|
470
|
-
operations?: Operation[];
|
|
470
|
+
operations?: Operation[] | undefined;
|
|
471
471
|
}
|
|
472
472
|
export interface AttachLoadBalancerTlsCertificateRequest {
|
|
473
473
|
loadBalancerName: string | undefined;
|
|
474
474
|
certificateName: string | undefined;
|
|
475
475
|
}
|
|
476
476
|
export interface AttachLoadBalancerTlsCertificateResult {
|
|
477
|
-
operations?: Operation[];
|
|
477
|
+
operations?: Operation[] | undefined;
|
|
478
478
|
}
|
|
479
479
|
export interface AttachStaticIpRequest {
|
|
480
480
|
staticIpName: string | undefined;
|
|
481
481
|
instanceName: string | undefined;
|
|
482
482
|
}
|
|
483
483
|
export interface AttachStaticIpResult {
|
|
484
|
-
operations?: Operation[];
|
|
484
|
+
operations?: Operation[] | undefined;
|
|
485
485
|
}
|
|
486
486
|
export declare const AutoMountStatus: {
|
|
487
487
|
readonly Failed: "Failed";
|
|
@@ -500,14 +500,14 @@ export declare const AutoSnapshotStatus: {
|
|
|
500
500
|
export type AutoSnapshotStatus =
|
|
501
501
|
(typeof AutoSnapshotStatus)[keyof typeof AutoSnapshotStatus];
|
|
502
502
|
export interface AutoSnapshotDetails {
|
|
503
|
-
date?: string;
|
|
504
|
-
createdAt?: Date;
|
|
505
|
-
status?: AutoSnapshotStatus;
|
|
506
|
-
fromAttachedDisks?: AttachedDisk[];
|
|
503
|
+
date?: string | undefined;
|
|
504
|
+
createdAt?: Date | undefined;
|
|
505
|
+
status?: AutoSnapshotStatus | undefined;
|
|
506
|
+
fromAttachedDisks?: AttachedDisk[] | undefined;
|
|
507
507
|
}
|
|
508
508
|
export interface AvailabilityZone {
|
|
509
|
-
zoneName?: string;
|
|
510
|
-
state?: string;
|
|
509
|
+
zoneName?: string | undefined;
|
|
510
|
+
state?: string | undefined;
|
|
511
511
|
}
|
|
512
512
|
export declare const BehaviorEnum: {
|
|
513
513
|
readonly CacheSetting: "cache";
|
|
@@ -526,58 +526,58 @@ export declare const BlueprintType: {
|
|
|
526
526
|
};
|
|
527
527
|
export type BlueprintType = (typeof BlueprintType)[keyof typeof BlueprintType];
|
|
528
528
|
export interface Blueprint {
|
|
529
|
-
blueprintId?: string;
|
|
530
|
-
name?: string;
|
|
531
|
-
group?: string;
|
|
532
|
-
type?: BlueprintType;
|
|
533
|
-
description?: string;
|
|
534
|
-
isActive?: boolean;
|
|
535
|
-
minPower?: number;
|
|
536
|
-
version?: string;
|
|
537
|
-
versionCode?: string;
|
|
538
|
-
productUrl?: string;
|
|
539
|
-
licenseUrl?: string;
|
|
540
|
-
platform?: InstancePlatform;
|
|
541
|
-
appCategory?: AppCategory;
|
|
529
|
+
blueprintId?: string | undefined;
|
|
530
|
+
name?: string | undefined;
|
|
531
|
+
group?: string | undefined;
|
|
532
|
+
type?: BlueprintType | undefined;
|
|
533
|
+
description?: string | undefined;
|
|
534
|
+
isActive?: boolean | undefined;
|
|
535
|
+
minPower?: number | undefined;
|
|
536
|
+
version?: string | undefined;
|
|
537
|
+
versionCode?: string | undefined;
|
|
538
|
+
productUrl?: string | undefined;
|
|
539
|
+
licenseUrl?: string | undefined;
|
|
540
|
+
platform?: InstancePlatform | undefined;
|
|
541
|
+
appCategory?: AppCategory | undefined;
|
|
542
542
|
}
|
|
543
543
|
export interface BucketAccessLogConfig {
|
|
544
544
|
enabled: boolean | undefined;
|
|
545
|
-
destination?: string;
|
|
546
|
-
prefix?: string;
|
|
545
|
+
destination?: string | undefined;
|
|
546
|
+
prefix?: string | undefined;
|
|
547
547
|
}
|
|
548
548
|
export interface BucketState {
|
|
549
|
-
code?: string;
|
|
550
|
-
message?: string;
|
|
549
|
+
code?: string | undefined;
|
|
550
|
+
message?: string | undefined;
|
|
551
551
|
}
|
|
552
552
|
export interface Tag {
|
|
553
|
-
key?: string;
|
|
554
|
-
value?: string;
|
|
553
|
+
key?: string | undefined;
|
|
554
|
+
value?: string | undefined;
|
|
555
555
|
}
|
|
556
556
|
export interface Bucket {
|
|
557
|
-
resourceType?: string;
|
|
558
|
-
accessRules?: AccessRules;
|
|
559
|
-
arn?: string;
|
|
560
|
-
bundleId?: string;
|
|
561
|
-
createdAt?: Date;
|
|
562
|
-
url?: string;
|
|
563
|
-
location?: ResourceLocation;
|
|
564
|
-
name?: string;
|
|
565
|
-
supportCode?: string;
|
|
566
|
-
tags?: Tag[];
|
|
567
|
-
objectVersioning?: string;
|
|
568
|
-
ableToUpdateBundle?: boolean;
|
|
569
|
-
readonlyAccessAccounts?: string[];
|
|
570
|
-
resourcesReceivingAccess?: ResourceReceivingAccess[];
|
|
571
|
-
state?: BucketState;
|
|
572
|
-
accessLogConfig?: BucketAccessLogConfig;
|
|
557
|
+
resourceType?: string | undefined;
|
|
558
|
+
accessRules?: AccessRules | undefined;
|
|
559
|
+
arn?: string | undefined;
|
|
560
|
+
bundleId?: string | undefined;
|
|
561
|
+
createdAt?: Date | undefined;
|
|
562
|
+
url?: string | undefined;
|
|
563
|
+
location?: ResourceLocation | undefined;
|
|
564
|
+
name?: string | undefined;
|
|
565
|
+
supportCode?: string | undefined;
|
|
566
|
+
tags?: Tag[] | undefined;
|
|
567
|
+
objectVersioning?: string | undefined;
|
|
568
|
+
ableToUpdateBundle?: boolean | undefined;
|
|
569
|
+
readonlyAccessAccounts?: string[] | undefined;
|
|
570
|
+
resourcesReceivingAccess?: ResourceReceivingAccess[] | undefined;
|
|
571
|
+
state?: BucketState | undefined;
|
|
572
|
+
accessLogConfig?: BucketAccessLogConfig | undefined;
|
|
573
573
|
}
|
|
574
574
|
export interface BucketBundle {
|
|
575
|
-
bundleId?: string;
|
|
576
|
-
name?: string;
|
|
577
|
-
price?: number;
|
|
578
|
-
storagePerMonthInGb?: number;
|
|
579
|
-
transferPerMonthInGb?: number;
|
|
580
|
-
isActive?: boolean;
|
|
575
|
+
bundleId?: string | undefined;
|
|
576
|
+
name?: string | undefined;
|
|
577
|
+
price?: number | undefined;
|
|
578
|
+
storagePerMonthInGb?: number | undefined;
|
|
579
|
+
transferPerMonthInGb?: number | undefined;
|
|
580
|
+
isActive?: boolean | undefined;
|
|
581
581
|
}
|
|
582
582
|
export declare const BucketMetricName: {
|
|
583
583
|
readonly BucketSizeBytes: "BucketSizeBytes";
|
|
@@ -586,26 +586,26 @@ export declare const BucketMetricName: {
|
|
|
586
586
|
export type BucketMetricName =
|
|
587
587
|
(typeof BucketMetricName)[keyof typeof BucketMetricName];
|
|
588
588
|
export interface Bundle {
|
|
589
|
-
price?: number;
|
|
590
|
-
cpuCount?: number;
|
|
591
|
-
diskSizeInGb?: number;
|
|
592
|
-
bundleId?: string;
|
|
593
|
-
instanceType?: string;
|
|
594
|
-
isActive?: boolean;
|
|
595
|
-
name?: string;
|
|
596
|
-
power?: number;
|
|
597
|
-
ramSizeInGb?: number;
|
|
598
|
-
transferPerMonthInGb?: number;
|
|
599
|
-
supportedPlatforms?: InstancePlatform[];
|
|
600
|
-
supportedAppCategories?: AppCategory[];
|
|
601
|
-
publicIpv4AddressCount?: number;
|
|
589
|
+
price?: number | undefined;
|
|
590
|
+
cpuCount?: number | undefined;
|
|
591
|
+
diskSizeInGb?: number | undefined;
|
|
592
|
+
bundleId?: string | undefined;
|
|
593
|
+
instanceType?: string | undefined;
|
|
594
|
+
isActive?: boolean | undefined;
|
|
595
|
+
name?: string | undefined;
|
|
596
|
+
power?: number | undefined;
|
|
597
|
+
ramSizeInGb?: number | undefined;
|
|
598
|
+
transferPerMonthInGb?: number | undefined;
|
|
599
|
+
supportedPlatforms?: InstancePlatform[] | undefined;
|
|
600
|
+
supportedAppCategories?: AppCategory[] | undefined;
|
|
601
|
+
publicIpv4AddressCount?: number | undefined;
|
|
602
602
|
}
|
|
603
603
|
export interface CacheBehavior {
|
|
604
|
-
behavior?: BehaviorEnum;
|
|
604
|
+
behavior?: BehaviorEnum | undefined;
|
|
605
605
|
}
|
|
606
606
|
export interface CacheBehaviorPerPath {
|
|
607
|
-
path?: string;
|
|
608
|
-
behavior?: BehaviorEnum;
|
|
607
|
+
path?: string | undefined;
|
|
608
|
+
behavior?: BehaviorEnum | undefined;
|
|
609
609
|
}
|
|
610
610
|
export declare const ForwardValues: {
|
|
611
611
|
readonly all: "all";
|
|
@@ -614,8 +614,8 @@ export declare const ForwardValues: {
|
|
|
614
614
|
};
|
|
615
615
|
export type ForwardValues = (typeof ForwardValues)[keyof typeof ForwardValues];
|
|
616
616
|
export interface CookieObject {
|
|
617
|
-
option?: ForwardValues;
|
|
618
|
-
cookiesAllowList?: string[];
|
|
617
|
+
option?: ForwardValues | undefined;
|
|
618
|
+
cookiesAllowList?: string[] | undefined;
|
|
619
619
|
}
|
|
620
620
|
export declare const HeaderEnum: {
|
|
621
621
|
readonly accept: "Accept";
|
|
@@ -636,22 +636,22 @@ export declare const HeaderEnum: {
|
|
|
636
636
|
};
|
|
637
637
|
export type HeaderEnum = (typeof HeaderEnum)[keyof typeof HeaderEnum];
|
|
638
638
|
export interface HeaderObject {
|
|
639
|
-
option?: ForwardValues;
|
|
640
|
-
headersAllowList?: HeaderEnum[];
|
|
639
|
+
option?: ForwardValues | undefined;
|
|
640
|
+
headersAllowList?: HeaderEnum[] | undefined;
|
|
641
641
|
}
|
|
642
642
|
export interface QueryStringObject {
|
|
643
|
-
option?: boolean;
|
|
644
|
-
queryStringsAllowList?: string[];
|
|
643
|
+
option?: boolean | undefined;
|
|
644
|
+
queryStringsAllowList?: string[] | undefined;
|
|
645
645
|
}
|
|
646
646
|
export interface CacheSettings {
|
|
647
|
-
defaultTTL?: number;
|
|
648
|
-
minimumTTL?: number;
|
|
649
|
-
maximumTTL?: number;
|
|
650
|
-
allowedHTTPMethods?: string;
|
|
651
|
-
cachedHTTPMethods?: string;
|
|
652
|
-
forwardedCookies?: CookieObject;
|
|
653
|
-
forwardedHeaders?: HeaderObject;
|
|
654
|
-
forwardedQueryStrings?: QueryStringObject;
|
|
647
|
+
defaultTTL?: number | undefined;
|
|
648
|
+
minimumTTL?: number | undefined;
|
|
649
|
+
maximumTTL?: number | undefined;
|
|
650
|
+
allowedHTTPMethods?: string | undefined;
|
|
651
|
+
cachedHTTPMethods?: string | undefined;
|
|
652
|
+
forwardedCookies?: CookieObject | undefined;
|
|
653
|
+
forwardedHeaders?: HeaderObject | undefined;
|
|
654
|
+
forwardedQueryStrings?: QueryStringObject | undefined;
|
|
655
655
|
}
|
|
656
656
|
export declare const DnsRecordCreationStateCode: {
|
|
657
657
|
readonly Failed: "FAILED";
|
|
@@ -661,13 +661,13 @@ export declare const DnsRecordCreationStateCode: {
|
|
|
661
661
|
export type DnsRecordCreationStateCode =
|
|
662
662
|
(typeof DnsRecordCreationStateCode)[keyof typeof DnsRecordCreationStateCode];
|
|
663
663
|
export interface DnsRecordCreationState {
|
|
664
|
-
code?: DnsRecordCreationStateCode;
|
|
665
|
-
message?: string;
|
|
664
|
+
code?: DnsRecordCreationStateCode | undefined;
|
|
665
|
+
message?: string | undefined;
|
|
666
666
|
}
|
|
667
667
|
export interface ResourceRecord {
|
|
668
|
-
name?: string;
|
|
669
|
-
type?: string;
|
|
670
|
-
value?: string;
|
|
668
|
+
name?: string | undefined;
|
|
669
|
+
type?: string | undefined;
|
|
670
|
+
value?: string | undefined;
|
|
671
671
|
}
|
|
672
672
|
export declare const CertificateDomainValidationStatus: {
|
|
673
673
|
readonly Failed: "FAILED";
|
|
@@ -677,10 +677,10 @@ export declare const CertificateDomainValidationStatus: {
|
|
|
677
677
|
export type CertificateDomainValidationStatus =
|
|
678
678
|
(typeof CertificateDomainValidationStatus)[keyof typeof CertificateDomainValidationStatus];
|
|
679
679
|
export interface DomainValidationRecord {
|
|
680
|
-
domainName?: string;
|
|
681
|
-
resourceRecord?: ResourceRecord;
|
|
682
|
-
dnsRecordCreationState?: DnsRecordCreationState;
|
|
683
|
-
validationStatus?: CertificateDomainValidationStatus;
|
|
680
|
+
domainName?: string | undefined;
|
|
681
|
+
resourceRecord?: ResourceRecord | undefined;
|
|
682
|
+
dnsRecordCreationState?: DnsRecordCreationState | undefined;
|
|
683
|
+
validationStatus?: CertificateDomainValidationStatus | undefined;
|
|
684
684
|
}
|
|
685
685
|
export declare const RenewalStatus: {
|
|
686
686
|
readonly Failed: "Failed";
|
|
@@ -690,10 +690,10 @@ export declare const RenewalStatus: {
|
|
|
690
690
|
};
|
|
691
691
|
export type RenewalStatus = (typeof RenewalStatus)[keyof typeof RenewalStatus];
|
|
692
692
|
export interface RenewalSummary {
|
|
693
|
-
domainValidationRecords?: DomainValidationRecord[];
|
|
694
|
-
renewalStatus?: RenewalStatus;
|
|
695
|
-
renewalStatusReason?: string;
|
|
696
|
-
updatedAt?: Date;
|
|
693
|
+
domainValidationRecords?: DomainValidationRecord[] | undefined;
|
|
694
|
+
renewalStatus?: RenewalStatus | undefined;
|
|
695
|
+
renewalStatusReason?: string | undefined;
|
|
696
|
+
updatedAt?: Date | undefined;
|
|
697
697
|
}
|
|
698
698
|
export declare const CertificateStatus: {
|
|
699
699
|
readonly Expired: "EXPIRED";
|
|
@@ -707,27 +707,27 @@ export declare const CertificateStatus: {
|
|
|
707
707
|
export type CertificateStatus =
|
|
708
708
|
(typeof CertificateStatus)[keyof typeof CertificateStatus];
|
|
709
709
|
export interface Certificate {
|
|
710
|
-
arn?: string;
|
|
711
|
-
name?: string;
|
|
712
|
-
domainName?: string;
|
|
713
|
-
status?: CertificateStatus;
|
|
714
|
-
serialNumber?: string;
|
|
715
|
-
subjectAlternativeNames?: string[];
|
|
716
|
-
domainValidationRecords?: DomainValidationRecord[];
|
|
717
|
-
requestFailureReason?: string;
|
|
718
|
-
inUseResourceCount?: number;
|
|
719
|
-
keyAlgorithm?: string;
|
|
720
|
-
createdAt?: Date;
|
|
721
|
-
issuedAt?: Date;
|
|
722
|
-
issuerCA?: string;
|
|
723
|
-
notBefore?: Date;
|
|
724
|
-
notAfter?: Date;
|
|
725
|
-
eligibleToRenew?: string;
|
|
726
|
-
renewalSummary?: RenewalSummary;
|
|
727
|
-
revokedAt?: Date;
|
|
728
|
-
revocationReason?: string;
|
|
729
|
-
tags?: Tag[];
|
|
730
|
-
supportCode?: string;
|
|
710
|
+
arn?: string | undefined;
|
|
711
|
+
name?: string | undefined;
|
|
712
|
+
domainName?: string | undefined;
|
|
713
|
+
status?: CertificateStatus | undefined;
|
|
714
|
+
serialNumber?: string | undefined;
|
|
715
|
+
subjectAlternativeNames?: string[] | undefined;
|
|
716
|
+
domainValidationRecords?: DomainValidationRecord[] | undefined;
|
|
717
|
+
requestFailureReason?: string | undefined;
|
|
718
|
+
inUseResourceCount?: number | undefined;
|
|
719
|
+
keyAlgorithm?: string | undefined;
|
|
720
|
+
createdAt?: Date | undefined;
|
|
721
|
+
issuedAt?: Date | undefined;
|
|
722
|
+
issuerCA?: string | undefined;
|
|
723
|
+
notBefore?: Date | undefined;
|
|
724
|
+
notAfter?: Date | undefined;
|
|
725
|
+
eligibleToRenew?: string | undefined;
|
|
726
|
+
renewalSummary?: RenewalSummary | undefined;
|
|
727
|
+
revokedAt?: Date | undefined;
|
|
728
|
+
revocationReason?: string | undefined;
|
|
729
|
+
tags?: Tag[] | undefined;
|
|
730
|
+
supportCode?: string | undefined;
|
|
731
731
|
}
|
|
732
732
|
export declare const CertificateProvider: {
|
|
733
733
|
readonly LetsEncrypt: "LetsEncrypt";
|
|
@@ -735,11 +735,11 @@ export declare const CertificateProvider: {
|
|
|
735
735
|
export type CertificateProvider =
|
|
736
736
|
(typeof CertificateProvider)[keyof typeof CertificateProvider];
|
|
737
737
|
export interface CertificateSummary {
|
|
738
|
-
certificateArn?: string;
|
|
739
|
-
certificateName?: string;
|
|
740
|
-
domainName?: string;
|
|
741
|
-
certificateDetail?: Certificate;
|
|
742
|
-
tags?: Tag[];
|
|
738
|
+
certificateArn?: string | undefined;
|
|
739
|
+
certificateName?: string | undefined;
|
|
740
|
+
domainName?: string | undefined;
|
|
741
|
+
certificateDetail?: Certificate | undefined;
|
|
742
|
+
tags?: Tag[] | undefined;
|
|
743
743
|
}
|
|
744
744
|
export declare const NetworkProtocol: {
|
|
745
745
|
readonly ALL: "all";
|
|
@@ -751,23 +751,23 @@ export declare const NetworkProtocol: {
|
|
|
751
751
|
export type NetworkProtocol =
|
|
752
752
|
(typeof NetworkProtocol)[keyof typeof NetworkProtocol];
|
|
753
753
|
export interface PortInfo {
|
|
754
|
-
fromPort?: number;
|
|
755
|
-
toPort?: number;
|
|
756
|
-
protocol?: NetworkProtocol;
|
|
757
|
-
cidrs?: string[];
|
|
758
|
-
ipv6Cidrs?: string[];
|
|
759
|
-
cidrListAliases?: string[];
|
|
754
|
+
fromPort?: number | undefined;
|
|
755
|
+
toPort?: number | undefined;
|
|
756
|
+
protocol?: NetworkProtocol | undefined;
|
|
757
|
+
cidrs?: string[] | undefined;
|
|
758
|
+
ipv6Cidrs?: string[] | undefined;
|
|
759
|
+
cidrListAliases?: string[] | undefined;
|
|
760
760
|
}
|
|
761
761
|
export interface CloseInstancePublicPortsRequest {
|
|
762
762
|
portInfo: PortInfo | undefined;
|
|
763
763
|
instanceName: string | undefined;
|
|
764
764
|
}
|
|
765
765
|
export interface CloseInstancePublicPortsResult {
|
|
766
|
-
operation?: Operation;
|
|
766
|
+
operation?: Operation | undefined;
|
|
767
767
|
}
|
|
768
768
|
export interface DestinationInfo {
|
|
769
|
-
id?: string;
|
|
770
|
-
service?: string;
|
|
769
|
+
id?: string | undefined;
|
|
770
|
+
service?: string | undefined;
|
|
771
771
|
}
|
|
772
772
|
export declare const CloudFormationStackRecordSourceType: {
|
|
773
773
|
readonly ExportSnapshotRecord: "ExportSnapshotRecord";
|
|
@@ -775,9 +775,9 @@ export declare const CloudFormationStackRecordSourceType: {
|
|
|
775
775
|
export type CloudFormationStackRecordSourceType =
|
|
776
776
|
(typeof CloudFormationStackRecordSourceType)[keyof typeof CloudFormationStackRecordSourceType];
|
|
777
777
|
export interface CloudFormationStackRecordSourceInfo {
|
|
778
|
-
resourceType?: CloudFormationStackRecordSourceType;
|
|
779
|
-
name?: string;
|
|
780
|
-
arn?: string;
|
|
778
|
+
resourceType?: CloudFormationStackRecordSourceType | undefined;
|
|
779
|
+
name?: string | undefined;
|
|
780
|
+
arn?: string | undefined;
|
|
781
781
|
}
|
|
782
782
|
export declare const RecordState: {
|
|
783
783
|
readonly Failed: "Failed";
|
|
@@ -786,14 +786,14 @@ export declare const RecordState: {
|
|
|
786
786
|
};
|
|
787
787
|
export type RecordState = (typeof RecordState)[keyof typeof RecordState];
|
|
788
788
|
export interface CloudFormationStackRecord {
|
|
789
|
-
name?: string;
|
|
790
|
-
arn?: string;
|
|
791
|
-
createdAt?: Date;
|
|
792
|
-
location?: ResourceLocation;
|
|
793
|
-
resourceType?: ResourceType;
|
|
794
|
-
state?: RecordState;
|
|
795
|
-
sourceInfo?: CloudFormationStackRecordSourceInfo[];
|
|
796
|
-
destinationInfo?: DestinationInfo;
|
|
789
|
+
name?: string | undefined;
|
|
790
|
+
arn?: string | undefined;
|
|
791
|
+
createdAt?: Date | undefined;
|
|
792
|
+
location?: ResourceLocation | undefined;
|
|
793
|
+
resourceType?: ResourceType | undefined;
|
|
794
|
+
state?: RecordState | undefined;
|
|
795
|
+
sourceInfo?: CloudFormationStackRecordSourceInfo[] | undefined;
|
|
796
|
+
destinationInfo?: DestinationInfo | undefined;
|
|
797
797
|
}
|
|
798
798
|
export declare const ContactMethodStatus: {
|
|
799
799
|
readonly Invalid: "Invalid";
|
|
@@ -803,15 +803,15 @@ export declare const ContactMethodStatus: {
|
|
|
803
803
|
export type ContactMethodStatus =
|
|
804
804
|
(typeof ContactMethodStatus)[keyof typeof ContactMethodStatus];
|
|
805
805
|
export interface ContactMethod {
|
|
806
|
-
contactEndpoint?: string;
|
|
807
|
-
status?: ContactMethodStatus;
|
|
808
|
-
protocol?: ContactProtocol;
|
|
809
|
-
name?: string;
|
|
810
|
-
arn?: string;
|
|
811
|
-
createdAt?: Date;
|
|
812
|
-
location?: ResourceLocation;
|
|
813
|
-
resourceType?: ResourceType;
|
|
814
|
-
supportCode?: string;
|
|
806
|
+
contactEndpoint?: string | undefined;
|
|
807
|
+
status?: ContactMethodStatus | undefined;
|
|
808
|
+
protocol?: ContactProtocol | undefined;
|
|
809
|
+
name?: string | undefined;
|
|
810
|
+
arn?: string | undefined;
|
|
811
|
+
createdAt?: Date | undefined;
|
|
812
|
+
location?: ResourceLocation | undefined;
|
|
813
|
+
resourceType?: ResourceType | undefined;
|
|
814
|
+
supportCode?: string | undefined;
|
|
815
815
|
}
|
|
816
816
|
export declare const ContactMethodVerificationProtocol: {
|
|
817
817
|
readonly Email: "Email";
|
|
@@ -827,28 +827,28 @@ export declare const ContainerServiceProtocol: {
|
|
|
827
827
|
export type ContainerServiceProtocol =
|
|
828
828
|
(typeof ContainerServiceProtocol)[keyof typeof ContainerServiceProtocol];
|
|
829
829
|
export interface Container {
|
|
830
|
-
image?: string;
|
|
831
|
-
command?: string[];
|
|
832
|
-
environment?: Record<string, string
|
|
833
|
-
ports?: Record<string, ContainerServiceProtocol
|
|
830
|
+
image?: string | undefined;
|
|
831
|
+
command?: string[] | undefined;
|
|
832
|
+
environment?: Record<string, string> | undefined;
|
|
833
|
+
ports?: Record<string, ContainerServiceProtocol> | undefined;
|
|
834
834
|
}
|
|
835
835
|
export interface ContainerImage {
|
|
836
|
-
image?: string;
|
|
837
|
-
digest?: string;
|
|
838
|
-
createdAt?: Date;
|
|
836
|
+
image?: string | undefined;
|
|
837
|
+
digest?: string | undefined;
|
|
838
|
+
createdAt?: Date | undefined;
|
|
839
839
|
}
|
|
840
840
|
export interface ContainerServiceHealthCheckConfig {
|
|
841
|
-
healthyThreshold?: number;
|
|
842
|
-
unhealthyThreshold?: number;
|
|
843
|
-
timeoutSeconds?: number;
|
|
844
|
-
intervalSeconds?: number;
|
|
845
|
-
path?: string;
|
|
846
|
-
successCodes?: string;
|
|
841
|
+
healthyThreshold?: number | undefined;
|
|
842
|
+
unhealthyThreshold?: number | undefined;
|
|
843
|
+
timeoutSeconds?: number | undefined;
|
|
844
|
+
intervalSeconds?: number | undefined;
|
|
845
|
+
path?: string | undefined;
|
|
846
|
+
successCodes?: string | undefined;
|
|
847
847
|
}
|
|
848
848
|
export interface ContainerServiceEndpoint {
|
|
849
|
-
containerName?: string;
|
|
850
|
-
containerPort?: number;
|
|
851
|
-
healthCheck?: ContainerServiceHealthCheckConfig;
|
|
849
|
+
containerName?: string | undefined;
|
|
850
|
+
containerPort?: number | undefined;
|
|
851
|
+
healthCheck?: ContainerServiceHealthCheckConfig | undefined;
|
|
852
852
|
}
|
|
853
853
|
export declare const ContainerServiceDeploymentState: {
|
|
854
854
|
readonly ACTIVATING: "ACTIVATING";
|
|
@@ -859,11 +859,11 @@ export declare const ContainerServiceDeploymentState: {
|
|
|
859
859
|
export type ContainerServiceDeploymentState =
|
|
860
860
|
(typeof ContainerServiceDeploymentState)[keyof typeof ContainerServiceDeploymentState];
|
|
861
861
|
export interface ContainerServiceDeployment {
|
|
862
|
-
version?: number;
|
|
863
|
-
state?: ContainerServiceDeploymentState;
|
|
864
|
-
containers?: Record<string, Container
|
|
865
|
-
publicEndpoint?: ContainerServiceEndpoint;
|
|
866
|
-
createdAt?: Date;
|
|
862
|
+
version?: number | undefined;
|
|
863
|
+
state?: ContainerServiceDeploymentState | undefined;
|
|
864
|
+
containers?: Record<string, Container> | undefined;
|
|
865
|
+
publicEndpoint?: ContainerServiceEndpoint | undefined;
|
|
866
|
+
createdAt?: Date | undefined;
|
|
867
867
|
}
|
|
868
868
|
export declare const ContainerServicePowerName: {
|
|
869
869
|
readonly large: "large";
|
|
@@ -876,11 +876,11 @@ export declare const ContainerServicePowerName: {
|
|
|
876
876
|
export type ContainerServicePowerName =
|
|
877
877
|
(typeof ContainerServicePowerName)[keyof typeof ContainerServicePowerName];
|
|
878
878
|
export interface ContainerServiceECRImagePullerRole {
|
|
879
|
-
isActive?: boolean;
|
|
880
|
-
principalArn?: string;
|
|
879
|
+
isActive?: boolean | undefined;
|
|
880
|
+
principalArn?: string | undefined;
|
|
881
881
|
}
|
|
882
882
|
export interface PrivateRegistryAccess {
|
|
883
|
-
ecrImagePullerRole?: ContainerServiceECRImagePullerRole;
|
|
883
|
+
ecrImagePullerRole?: ContainerServiceECRImagePullerRole | undefined;
|
|
884
884
|
}
|
|
885
885
|
export declare const ContainerServiceState: {
|
|
886
886
|
readonly DELETING: "DELETING";
|
|
@@ -907,45 +907,45 @@ export declare const ContainerServiceStateDetailCode: {
|
|
|
907
907
|
export type ContainerServiceStateDetailCode =
|
|
908
908
|
(typeof ContainerServiceStateDetailCode)[keyof typeof ContainerServiceStateDetailCode];
|
|
909
909
|
export interface ContainerServiceStateDetail {
|
|
910
|
-
code?: ContainerServiceStateDetailCode;
|
|
911
|
-
message?: string;
|
|
910
|
+
code?: ContainerServiceStateDetailCode | undefined;
|
|
911
|
+
message?: string | undefined;
|
|
912
912
|
}
|
|
913
913
|
export interface ContainerService {
|
|
914
|
-
containerServiceName?: string;
|
|
915
|
-
arn?: string;
|
|
916
|
-
createdAt?: Date;
|
|
917
|
-
location?: ResourceLocation;
|
|
918
|
-
resourceType?: ResourceType;
|
|
919
|
-
tags?: Tag[];
|
|
920
|
-
power?: ContainerServicePowerName;
|
|
921
|
-
powerId?: string;
|
|
922
|
-
state?: ContainerServiceState;
|
|
923
|
-
stateDetail?: ContainerServiceStateDetail;
|
|
924
|
-
scale?: number;
|
|
925
|
-
currentDeployment?: ContainerServiceDeployment;
|
|
926
|
-
nextDeployment?: ContainerServiceDeployment;
|
|
927
|
-
isDisabled?: boolean;
|
|
928
|
-
principalArn?: string;
|
|
929
|
-
privateDomainName?: string;
|
|
930
|
-
publicDomainNames?: Record<string, string[]
|
|
931
|
-
url?: string;
|
|
932
|
-
privateRegistryAccess?: PrivateRegistryAccess;
|
|
914
|
+
containerServiceName?: string | undefined;
|
|
915
|
+
arn?: string | undefined;
|
|
916
|
+
createdAt?: Date | undefined;
|
|
917
|
+
location?: ResourceLocation | undefined;
|
|
918
|
+
resourceType?: ResourceType | undefined;
|
|
919
|
+
tags?: Tag[] | undefined;
|
|
920
|
+
power?: ContainerServicePowerName | undefined;
|
|
921
|
+
powerId?: string | undefined;
|
|
922
|
+
state?: ContainerServiceState | undefined;
|
|
923
|
+
stateDetail?: ContainerServiceStateDetail | undefined;
|
|
924
|
+
scale?: number | undefined;
|
|
925
|
+
currentDeployment?: ContainerServiceDeployment | undefined;
|
|
926
|
+
nextDeployment?: ContainerServiceDeployment | undefined;
|
|
927
|
+
isDisabled?: boolean | undefined;
|
|
928
|
+
principalArn?: string | undefined;
|
|
929
|
+
privateDomainName?: string | undefined;
|
|
930
|
+
publicDomainNames?: Record<string, string[]> | undefined;
|
|
931
|
+
url?: string | undefined;
|
|
932
|
+
privateRegistryAccess?: PrivateRegistryAccess | undefined;
|
|
933
933
|
}
|
|
934
934
|
export interface EndpointRequest {
|
|
935
935
|
containerName: string | undefined;
|
|
936
936
|
containerPort: number | undefined;
|
|
937
|
-
healthCheck?: ContainerServiceHealthCheckConfig;
|
|
937
|
+
healthCheck?: ContainerServiceHealthCheckConfig | undefined;
|
|
938
938
|
}
|
|
939
939
|
export interface ContainerServiceDeploymentRequest {
|
|
940
|
-
containers?: Record<string, Container
|
|
941
|
-
publicEndpoint?: EndpointRequest;
|
|
940
|
+
containers?: Record<string, Container> | undefined;
|
|
941
|
+
publicEndpoint?: EndpointRequest | undefined;
|
|
942
942
|
}
|
|
943
943
|
export interface ContainerServiceECRImagePullerRoleRequest {
|
|
944
|
-
isActive?: boolean;
|
|
944
|
+
isActive?: boolean | undefined;
|
|
945
945
|
}
|
|
946
946
|
export interface ContainerServiceLogEvent {
|
|
947
|
-
createdAt?: Date;
|
|
948
|
-
message?: string;
|
|
947
|
+
createdAt?: Date | undefined;
|
|
948
|
+
message?: string | undefined;
|
|
949
949
|
}
|
|
950
950
|
export declare const ContainerServiceMetricName: {
|
|
951
951
|
readonly CPUUtilization: "CPUUtilization";
|
|
@@ -954,32 +954,32 @@ export declare const ContainerServiceMetricName: {
|
|
|
954
954
|
export type ContainerServiceMetricName =
|
|
955
955
|
(typeof ContainerServiceMetricName)[keyof typeof ContainerServiceMetricName];
|
|
956
956
|
export interface ContainerServicePower {
|
|
957
|
-
powerId?: string;
|
|
958
|
-
price?: number;
|
|
959
|
-
cpuCount?: number;
|
|
960
|
-
ramSizeInGb?: number;
|
|
961
|
-
name?: string;
|
|
962
|
-
isActive?: boolean;
|
|
957
|
+
powerId?: string | undefined;
|
|
958
|
+
price?: number | undefined;
|
|
959
|
+
cpuCount?: number | undefined;
|
|
960
|
+
ramSizeInGb?: number | undefined;
|
|
961
|
+
name?: string | undefined;
|
|
962
|
+
isActive?: boolean | undefined;
|
|
963
963
|
}
|
|
964
964
|
export interface ContainerServiceRegistryLogin {
|
|
965
|
-
username?: string;
|
|
966
|
-
password?: string;
|
|
967
|
-
expiresAt?: Date;
|
|
968
|
-
registry?: string;
|
|
965
|
+
username?: string | undefined;
|
|
966
|
+
password?: string | undefined;
|
|
967
|
+
expiresAt?: Date | undefined;
|
|
968
|
+
registry?: string | undefined;
|
|
969
969
|
}
|
|
970
970
|
export interface ContainerServicesListResult {
|
|
971
|
-
containerServices?: ContainerService[];
|
|
971
|
+
containerServices?: ContainerService[] | undefined;
|
|
972
972
|
}
|
|
973
973
|
export interface CopySnapshotRequest {
|
|
974
|
-
sourceSnapshotName?: string;
|
|
975
|
-
sourceResourceName?: string;
|
|
976
|
-
restoreDate?: string;
|
|
977
|
-
useLatestRestorableAutoSnapshot?: boolean;
|
|
974
|
+
sourceSnapshotName?: string | undefined;
|
|
975
|
+
sourceResourceName?: string | undefined;
|
|
976
|
+
restoreDate?: string | undefined;
|
|
977
|
+
useLatestRestorableAutoSnapshot?: boolean | undefined;
|
|
978
978
|
targetSnapshotName: string | undefined;
|
|
979
979
|
sourceRegion: RegionName | undefined;
|
|
980
980
|
}
|
|
981
981
|
export interface CopySnapshotResult {
|
|
982
|
-
operations?: Operation[];
|
|
982
|
+
operations?: Operation[] | undefined;
|
|
983
983
|
}
|
|
984
984
|
export declare const Currency: {
|
|
985
985
|
readonly USD: "USD";
|
|
@@ -994,46 +994,46 @@ export declare const PricingUnit: {
|
|
|
994
994
|
};
|
|
995
995
|
export type PricingUnit = (typeof PricingUnit)[keyof typeof PricingUnit];
|
|
996
996
|
export interface TimePeriod {
|
|
997
|
-
start?: Date;
|
|
998
|
-
end?: Date;
|
|
997
|
+
start?: Date | undefined;
|
|
998
|
+
end?: Date | undefined;
|
|
999
999
|
}
|
|
1000
1000
|
export interface EstimateByTime {
|
|
1001
|
-
usageCost?: number;
|
|
1002
|
-
pricingUnit?: PricingUnit;
|
|
1003
|
-
unit?: number;
|
|
1004
|
-
currency?: Currency;
|
|
1005
|
-
timePeriod?: TimePeriod;
|
|
1001
|
+
usageCost?: number | undefined;
|
|
1002
|
+
pricingUnit?: PricingUnit | undefined;
|
|
1003
|
+
unit?: number | undefined;
|
|
1004
|
+
currency?: Currency | undefined;
|
|
1005
|
+
timePeriod?: TimePeriod | undefined;
|
|
1006
1006
|
}
|
|
1007
1007
|
export interface CostEstimate {
|
|
1008
|
-
usageType?: string;
|
|
1009
|
-
resultsByTime?: EstimateByTime[];
|
|
1008
|
+
usageType?: string | undefined;
|
|
1009
|
+
resultsByTime?: EstimateByTime[] | undefined;
|
|
1010
1010
|
}
|
|
1011
1011
|
export interface CreateBucketRequest {
|
|
1012
1012
|
bucketName: string | undefined;
|
|
1013
1013
|
bundleId: string | undefined;
|
|
1014
|
-
tags?: Tag[];
|
|
1015
|
-
enableObjectVersioning?: boolean;
|
|
1014
|
+
tags?: Tag[] | undefined;
|
|
1015
|
+
enableObjectVersioning?: boolean | undefined;
|
|
1016
1016
|
}
|
|
1017
1017
|
export interface CreateBucketResult {
|
|
1018
|
-
bucket?: Bucket;
|
|
1019
|
-
operations?: Operation[];
|
|
1018
|
+
bucket?: Bucket | undefined;
|
|
1019
|
+
operations?: Operation[] | undefined;
|
|
1020
1020
|
}
|
|
1021
1021
|
export interface CreateBucketAccessKeyRequest {
|
|
1022
1022
|
bucketName: string | undefined;
|
|
1023
1023
|
}
|
|
1024
1024
|
export interface CreateBucketAccessKeyResult {
|
|
1025
|
-
accessKey?: AccessKey;
|
|
1026
|
-
operations?: Operation[];
|
|
1025
|
+
accessKey?: AccessKey | undefined;
|
|
1026
|
+
operations?: Operation[] | undefined;
|
|
1027
1027
|
}
|
|
1028
1028
|
export interface CreateCertificateRequest {
|
|
1029
1029
|
certificateName: string | undefined;
|
|
1030
1030
|
domainName: string | undefined;
|
|
1031
|
-
subjectAlternativeNames?: string[];
|
|
1032
|
-
tags?: Tag[];
|
|
1031
|
+
subjectAlternativeNames?: string[] | undefined;
|
|
1032
|
+
tags?: Tag[] | undefined;
|
|
1033
1033
|
}
|
|
1034
1034
|
export interface CreateCertificateResult {
|
|
1035
|
-
certificate?: CertificateSummary;
|
|
1036
|
-
operations?: Operation[];
|
|
1035
|
+
certificate?: CertificateSummary | undefined;
|
|
1036
|
+
operations?: Operation[] | undefined;
|
|
1037
1037
|
}
|
|
1038
1038
|
export declare const PortInfoSourceType: {
|
|
1039
1039
|
readonly Closed: "CLOSED";
|
|
@@ -1047,81 +1047,81 @@ export interface InstanceEntry {
|
|
|
1047
1047
|
sourceName: string | undefined;
|
|
1048
1048
|
instanceType: string | undefined;
|
|
1049
1049
|
portInfoSource: PortInfoSourceType | undefined;
|
|
1050
|
-
userData?: string;
|
|
1050
|
+
userData?: string | undefined;
|
|
1051
1051
|
availabilityZone: string | undefined;
|
|
1052
1052
|
}
|
|
1053
1053
|
export interface CreateCloudFormationStackRequest {
|
|
1054
1054
|
instances: InstanceEntry[] | undefined;
|
|
1055
1055
|
}
|
|
1056
1056
|
export interface CreateCloudFormationStackResult {
|
|
1057
|
-
operations?: Operation[];
|
|
1057
|
+
operations?: Operation[] | undefined;
|
|
1058
1058
|
}
|
|
1059
1059
|
export interface CreateContactMethodRequest {
|
|
1060
1060
|
protocol: ContactProtocol | undefined;
|
|
1061
1061
|
contactEndpoint: string | undefined;
|
|
1062
1062
|
}
|
|
1063
1063
|
export interface CreateContactMethodResult {
|
|
1064
|
-
operations?: Operation[];
|
|
1064
|
+
operations?: Operation[] | undefined;
|
|
1065
1065
|
}
|
|
1066
1066
|
export interface PrivateRegistryAccessRequest {
|
|
1067
|
-
ecrImagePullerRole?: ContainerServiceECRImagePullerRoleRequest;
|
|
1067
|
+
ecrImagePullerRole?: ContainerServiceECRImagePullerRoleRequest | undefined;
|
|
1068
1068
|
}
|
|
1069
1069
|
export interface CreateContainerServiceRequest {
|
|
1070
1070
|
serviceName: string | undefined;
|
|
1071
1071
|
power: ContainerServicePowerName | undefined;
|
|
1072
1072
|
scale: number | undefined;
|
|
1073
|
-
tags?: Tag[];
|
|
1074
|
-
publicDomainNames?: Record<string, string[]
|
|
1075
|
-
deployment?: ContainerServiceDeploymentRequest;
|
|
1076
|
-
privateRegistryAccess?: PrivateRegistryAccessRequest;
|
|
1073
|
+
tags?: Tag[] | undefined;
|
|
1074
|
+
publicDomainNames?: Record<string, string[]> | undefined;
|
|
1075
|
+
deployment?: ContainerServiceDeploymentRequest | undefined;
|
|
1076
|
+
privateRegistryAccess?: PrivateRegistryAccessRequest | undefined;
|
|
1077
1077
|
}
|
|
1078
1078
|
export interface CreateContainerServiceResult {
|
|
1079
|
-
containerService?: ContainerService;
|
|
1079
|
+
containerService?: ContainerService | undefined;
|
|
1080
1080
|
}
|
|
1081
1081
|
export interface CreateContainerServiceDeploymentRequest {
|
|
1082
1082
|
serviceName: string | undefined;
|
|
1083
|
-
containers?: Record<string, Container
|
|
1084
|
-
publicEndpoint?: EndpointRequest;
|
|
1083
|
+
containers?: Record<string, Container> | undefined;
|
|
1084
|
+
publicEndpoint?: EndpointRequest | undefined;
|
|
1085
1085
|
}
|
|
1086
1086
|
export interface CreateContainerServiceDeploymentResult {
|
|
1087
|
-
containerService?: ContainerService;
|
|
1087
|
+
containerService?: ContainerService | undefined;
|
|
1088
1088
|
}
|
|
1089
1089
|
export interface CreateContainerServiceRegistryLoginRequest {}
|
|
1090
1090
|
export interface CreateContainerServiceRegistryLoginResult {
|
|
1091
|
-
registryLogin?: ContainerServiceRegistryLogin;
|
|
1091
|
+
registryLogin?: ContainerServiceRegistryLogin | undefined;
|
|
1092
1092
|
}
|
|
1093
1093
|
export interface CreateDiskRequest {
|
|
1094
1094
|
diskName: string | undefined;
|
|
1095
1095
|
availabilityZone: string | undefined;
|
|
1096
1096
|
sizeInGb: number | undefined;
|
|
1097
|
-
tags?: Tag[];
|
|
1098
|
-
addOns?: AddOnRequest[];
|
|
1097
|
+
tags?: Tag[] | undefined;
|
|
1098
|
+
addOns?: AddOnRequest[] | undefined;
|
|
1099
1099
|
}
|
|
1100
1100
|
export interface CreateDiskResult {
|
|
1101
|
-
operations?: Operation[];
|
|
1101
|
+
operations?: Operation[] | undefined;
|
|
1102
1102
|
}
|
|
1103
1103
|
export interface CreateDiskFromSnapshotRequest {
|
|
1104
1104
|
diskName: string | undefined;
|
|
1105
|
-
diskSnapshotName?: string;
|
|
1105
|
+
diskSnapshotName?: string | undefined;
|
|
1106
1106
|
availabilityZone: string | undefined;
|
|
1107
1107
|
sizeInGb: number | undefined;
|
|
1108
|
-
tags?: Tag[];
|
|
1109
|
-
addOns?: AddOnRequest[];
|
|
1110
|
-
sourceDiskName?: string;
|
|
1111
|
-
restoreDate?: string;
|
|
1112
|
-
useLatestRestorableAutoSnapshot?: boolean;
|
|
1108
|
+
tags?: Tag[] | undefined;
|
|
1109
|
+
addOns?: AddOnRequest[] | undefined;
|
|
1110
|
+
sourceDiskName?: string | undefined;
|
|
1111
|
+
restoreDate?: string | undefined;
|
|
1112
|
+
useLatestRestorableAutoSnapshot?: boolean | undefined;
|
|
1113
1113
|
}
|
|
1114
1114
|
export interface CreateDiskFromSnapshotResult {
|
|
1115
|
-
operations?: Operation[];
|
|
1115
|
+
operations?: Operation[] | undefined;
|
|
1116
1116
|
}
|
|
1117
1117
|
export interface CreateDiskSnapshotRequest {
|
|
1118
|
-
diskName?: string;
|
|
1118
|
+
diskName?: string | undefined;
|
|
1119
1119
|
diskSnapshotName: string | undefined;
|
|
1120
|
-
instanceName?: string;
|
|
1121
|
-
tags?: Tag[];
|
|
1120
|
+
instanceName?: string | undefined;
|
|
1121
|
+
tags?: Tag[] | undefined;
|
|
1122
1122
|
}
|
|
1123
1123
|
export interface CreateDiskSnapshotResult {
|
|
1124
|
-
operations?: Operation[];
|
|
1124
|
+
operations?: Operation[] | undefined;
|
|
1125
1125
|
}
|
|
1126
1126
|
export declare const IpAddressType: {
|
|
1127
1127
|
readonly DUALSTACK: "dualstack";
|
|
@@ -1136,10 +1136,10 @@ export declare const OriginProtocolPolicyEnum: {
|
|
|
1136
1136
|
export type OriginProtocolPolicyEnum =
|
|
1137
1137
|
(typeof OriginProtocolPolicyEnum)[keyof typeof OriginProtocolPolicyEnum];
|
|
1138
1138
|
export interface InputOrigin {
|
|
1139
|
-
name?: string;
|
|
1140
|
-
regionName?: RegionName;
|
|
1141
|
-
protocolPolicy?: OriginProtocolPolicyEnum;
|
|
1142
|
-
responseTimeout?: number;
|
|
1139
|
+
name?: string | undefined;
|
|
1140
|
+
regionName?: RegionName | undefined;
|
|
1141
|
+
protocolPolicy?: OriginProtocolPolicyEnum | undefined;
|
|
1142
|
+
responseTimeout?: number | undefined;
|
|
1143
1143
|
}
|
|
1144
1144
|
export declare const ViewerMinimumTlsProtocolVersionEnum: {
|
|
1145
1145
|
readonly TLSv11_2016: "TLSv1.1_2016";
|
|
@@ -1153,77 +1153,79 @@ export interface CreateDistributionRequest {
|
|
|
1153
1153
|
distributionName: string | undefined;
|
|
1154
1154
|
origin: InputOrigin | undefined;
|
|
1155
1155
|
defaultCacheBehavior: CacheBehavior | undefined;
|
|
1156
|
-
cacheBehaviorSettings?: CacheSettings;
|
|
1157
|
-
cacheBehaviors?: CacheBehaviorPerPath[];
|
|
1156
|
+
cacheBehaviorSettings?: CacheSettings | undefined;
|
|
1157
|
+
cacheBehaviors?: CacheBehaviorPerPath[] | undefined;
|
|
1158
1158
|
bundleId: string | undefined;
|
|
1159
|
-
ipAddressType?: IpAddressType;
|
|
1160
|
-
tags?: Tag[];
|
|
1161
|
-
certificateName?: string;
|
|
1162
|
-
viewerMinimumTlsProtocolVersion?:
|
|
1159
|
+
ipAddressType?: IpAddressType | undefined;
|
|
1160
|
+
tags?: Tag[] | undefined;
|
|
1161
|
+
certificateName?: string | undefined;
|
|
1162
|
+
viewerMinimumTlsProtocolVersion?:
|
|
1163
|
+
| ViewerMinimumTlsProtocolVersionEnum
|
|
1164
|
+
| undefined;
|
|
1163
1165
|
}
|
|
1164
1166
|
export interface Origin {
|
|
1165
|
-
name?: string;
|
|
1166
|
-
resourceType?: ResourceType;
|
|
1167
|
-
regionName?: RegionName;
|
|
1168
|
-
protocolPolicy?: OriginProtocolPolicyEnum;
|
|
1169
|
-
responseTimeout?: number;
|
|
1167
|
+
name?: string | undefined;
|
|
1168
|
+
resourceType?: ResourceType | undefined;
|
|
1169
|
+
regionName?: RegionName | undefined;
|
|
1170
|
+
protocolPolicy?: OriginProtocolPolicyEnum | undefined;
|
|
1171
|
+
responseTimeout?: number | undefined;
|
|
1170
1172
|
}
|
|
1171
1173
|
export interface LightsailDistribution {
|
|
1172
|
-
name?: string;
|
|
1173
|
-
arn?: string;
|
|
1174
|
-
supportCode?: string;
|
|
1175
|
-
createdAt?: Date;
|
|
1176
|
-
location?: ResourceLocation;
|
|
1177
|
-
resourceType?: ResourceType;
|
|
1178
|
-
alternativeDomainNames?: string[];
|
|
1179
|
-
status?: string;
|
|
1180
|
-
isEnabled?: boolean;
|
|
1181
|
-
domainName?: string;
|
|
1182
|
-
bundleId?: string;
|
|
1183
|
-
certificateName?: string;
|
|
1184
|
-
origin?: Origin;
|
|
1185
|
-
originPublicDNS?: string;
|
|
1186
|
-
defaultCacheBehavior?: CacheBehavior;
|
|
1187
|
-
cacheBehaviorSettings?: CacheSettings;
|
|
1188
|
-
cacheBehaviors?: CacheBehaviorPerPath[];
|
|
1189
|
-
ableToUpdateBundle?: boolean;
|
|
1190
|
-
ipAddressType?: IpAddressType;
|
|
1191
|
-
tags?: Tag[];
|
|
1192
|
-
viewerMinimumTlsProtocolVersion?: string;
|
|
1174
|
+
name?: string | undefined;
|
|
1175
|
+
arn?: string | undefined;
|
|
1176
|
+
supportCode?: string | undefined;
|
|
1177
|
+
createdAt?: Date | undefined;
|
|
1178
|
+
location?: ResourceLocation | undefined;
|
|
1179
|
+
resourceType?: ResourceType | undefined;
|
|
1180
|
+
alternativeDomainNames?: string[] | undefined;
|
|
1181
|
+
status?: string | undefined;
|
|
1182
|
+
isEnabled?: boolean | undefined;
|
|
1183
|
+
domainName?: string | undefined;
|
|
1184
|
+
bundleId?: string | undefined;
|
|
1185
|
+
certificateName?: string | undefined;
|
|
1186
|
+
origin?: Origin | undefined;
|
|
1187
|
+
originPublicDNS?: string | undefined;
|
|
1188
|
+
defaultCacheBehavior?: CacheBehavior | undefined;
|
|
1189
|
+
cacheBehaviorSettings?: CacheSettings | undefined;
|
|
1190
|
+
cacheBehaviors?: CacheBehaviorPerPath[] | undefined;
|
|
1191
|
+
ableToUpdateBundle?: boolean | undefined;
|
|
1192
|
+
ipAddressType?: IpAddressType | undefined;
|
|
1193
|
+
tags?: Tag[] | undefined;
|
|
1194
|
+
viewerMinimumTlsProtocolVersion?: string | undefined;
|
|
1193
1195
|
}
|
|
1194
1196
|
export interface CreateDistributionResult {
|
|
1195
|
-
distribution?: LightsailDistribution;
|
|
1196
|
-
operation?: Operation;
|
|
1197
|
+
distribution?: LightsailDistribution | undefined;
|
|
1198
|
+
operation?: Operation | undefined;
|
|
1197
1199
|
}
|
|
1198
1200
|
export interface CreateDomainRequest {
|
|
1199
1201
|
domainName: string | undefined;
|
|
1200
|
-
tags?: Tag[];
|
|
1202
|
+
tags?: Tag[] | undefined;
|
|
1201
1203
|
}
|
|
1202
1204
|
export interface CreateDomainResult {
|
|
1203
|
-
operation?: Operation;
|
|
1205
|
+
operation?: Operation | undefined;
|
|
1204
1206
|
}
|
|
1205
1207
|
export interface DomainEntry {
|
|
1206
|
-
id?: string;
|
|
1207
|
-
name?: string;
|
|
1208
|
-
target?: string;
|
|
1209
|
-
isAlias?: boolean;
|
|
1210
|
-
type?: string;
|
|
1211
|
-
options?: Record<string, string
|
|
1208
|
+
id?: string | undefined;
|
|
1209
|
+
name?: string | undefined;
|
|
1210
|
+
target?: string | undefined;
|
|
1211
|
+
isAlias?: boolean | undefined;
|
|
1212
|
+
type?: string | undefined;
|
|
1213
|
+
options?: Record<string, string> | undefined;
|
|
1212
1214
|
}
|
|
1213
1215
|
export interface CreateDomainEntryRequest {
|
|
1214
1216
|
domainName: string | undefined;
|
|
1215
1217
|
domainEntry: DomainEntry | undefined;
|
|
1216
1218
|
}
|
|
1217
1219
|
export interface CreateDomainEntryResult {
|
|
1218
|
-
operation?: Operation;
|
|
1220
|
+
operation?: Operation | undefined;
|
|
1219
1221
|
}
|
|
1220
1222
|
export interface CreateGUISessionAccessDetailsRequest {
|
|
1221
1223
|
resourceName: string | undefined;
|
|
1222
1224
|
}
|
|
1223
1225
|
export interface Session {
|
|
1224
|
-
name?: string;
|
|
1225
|
-
url?: string;
|
|
1226
|
-
isPrimary?: boolean;
|
|
1226
|
+
name?: string | undefined;
|
|
1227
|
+
url?: string | undefined;
|
|
1228
|
+
isPrimary?: boolean | undefined;
|
|
1227
1229
|
}
|
|
1228
1230
|
export declare const Status: {
|
|
1229
1231
|
readonly FailedInstanceCreation: "failedInstanceCreation";
|
|
@@ -1239,173 +1241,173 @@ export declare const Status: {
|
|
|
1239
1241
|
};
|
|
1240
1242
|
export type Status = (typeof Status)[keyof typeof Status];
|
|
1241
1243
|
export interface CreateGUISessionAccessDetailsResult {
|
|
1242
|
-
resourceName?: string;
|
|
1243
|
-
status?: Status;
|
|
1244
|
-
percentageComplete?: number;
|
|
1245
|
-
failureReason?: string;
|
|
1246
|
-
sessions?: Session[];
|
|
1244
|
+
resourceName?: string | undefined;
|
|
1245
|
+
status?: Status | undefined;
|
|
1246
|
+
percentageComplete?: number | undefined;
|
|
1247
|
+
failureReason?: string | undefined;
|
|
1248
|
+
sessions?: Session[] | undefined;
|
|
1247
1249
|
}
|
|
1248
1250
|
export interface CreateInstancesRequest {
|
|
1249
1251
|
instanceNames: string[] | undefined;
|
|
1250
1252
|
availabilityZone: string | undefined;
|
|
1251
|
-
customImageName?: string;
|
|
1253
|
+
customImageName?: string | undefined;
|
|
1252
1254
|
blueprintId: string | undefined;
|
|
1253
1255
|
bundleId: string | undefined;
|
|
1254
|
-
userData?: string;
|
|
1255
|
-
keyPairName?: string;
|
|
1256
|
-
tags?: Tag[];
|
|
1257
|
-
addOns?: AddOnRequest[];
|
|
1258
|
-
ipAddressType?: IpAddressType;
|
|
1256
|
+
userData?: string | undefined;
|
|
1257
|
+
keyPairName?: string | undefined;
|
|
1258
|
+
tags?: Tag[] | undefined;
|
|
1259
|
+
addOns?: AddOnRequest[] | undefined;
|
|
1260
|
+
ipAddressType?: IpAddressType | undefined;
|
|
1259
1261
|
}
|
|
1260
1262
|
export interface CreateInstancesResult {
|
|
1261
|
-
operations?: Operation[];
|
|
1263
|
+
operations?: Operation[] | undefined;
|
|
1262
1264
|
}
|
|
1263
1265
|
export interface CreateInstancesFromSnapshotRequest {
|
|
1264
1266
|
instanceNames: string[] | undefined;
|
|
1265
|
-
attachedDiskMapping?: Record<string, DiskMap[]
|
|
1267
|
+
attachedDiskMapping?: Record<string, DiskMap[]> | undefined;
|
|
1266
1268
|
availabilityZone: string | undefined;
|
|
1267
|
-
instanceSnapshotName?: string;
|
|
1269
|
+
instanceSnapshotName?: string | undefined;
|
|
1268
1270
|
bundleId: string | undefined;
|
|
1269
|
-
userData?: string;
|
|
1270
|
-
keyPairName?: string;
|
|
1271
|
-
tags?: Tag[];
|
|
1272
|
-
addOns?: AddOnRequest[];
|
|
1273
|
-
ipAddressType?: IpAddressType;
|
|
1274
|
-
sourceInstanceName?: string;
|
|
1275
|
-
restoreDate?: string;
|
|
1276
|
-
useLatestRestorableAutoSnapshot?: boolean;
|
|
1271
|
+
userData?: string | undefined;
|
|
1272
|
+
keyPairName?: string | undefined;
|
|
1273
|
+
tags?: Tag[] | undefined;
|
|
1274
|
+
addOns?: AddOnRequest[] | undefined;
|
|
1275
|
+
ipAddressType?: IpAddressType | undefined;
|
|
1276
|
+
sourceInstanceName?: string | undefined;
|
|
1277
|
+
restoreDate?: string | undefined;
|
|
1278
|
+
useLatestRestorableAutoSnapshot?: boolean | undefined;
|
|
1277
1279
|
}
|
|
1278
1280
|
export interface CreateInstancesFromSnapshotResult {
|
|
1279
|
-
operations?: Operation[];
|
|
1281
|
+
operations?: Operation[] | undefined;
|
|
1280
1282
|
}
|
|
1281
1283
|
export interface CreateInstanceSnapshotRequest {
|
|
1282
1284
|
instanceSnapshotName: string | undefined;
|
|
1283
1285
|
instanceName: string | undefined;
|
|
1284
|
-
tags?: Tag[];
|
|
1286
|
+
tags?: Tag[] | undefined;
|
|
1285
1287
|
}
|
|
1286
1288
|
export interface CreateInstanceSnapshotResult {
|
|
1287
|
-
operations?: Operation[];
|
|
1289
|
+
operations?: Operation[] | undefined;
|
|
1288
1290
|
}
|
|
1289
1291
|
export interface CreateKeyPairRequest {
|
|
1290
1292
|
keyPairName: string | undefined;
|
|
1291
|
-
tags?: Tag[];
|
|
1293
|
+
tags?: Tag[] | undefined;
|
|
1292
1294
|
}
|
|
1293
1295
|
export interface KeyPair {
|
|
1294
|
-
name?: string;
|
|
1295
|
-
arn?: string;
|
|
1296
|
-
supportCode?: string;
|
|
1297
|
-
createdAt?: Date;
|
|
1298
|
-
location?: ResourceLocation;
|
|
1299
|
-
resourceType?: ResourceType;
|
|
1300
|
-
tags?: Tag[];
|
|
1301
|
-
fingerprint?: string;
|
|
1296
|
+
name?: string | undefined;
|
|
1297
|
+
arn?: string | undefined;
|
|
1298
|
+
supportCode?: string | undefined;
|
|
1299
|
+
createdAt?: Date | undefined;
|
|
1300
|
+
location?: ResourceLocation | undefined;
|
|
1301
|
+
resourceType?: ResourceType | undefined;
|
|
1302
|
+
tags?: Tag[] | undefined;
|
|
1303
|
+
fingerprint?: string | undefined;
|
|
1302
1304
|
}
|
|
1303
1305
|
export interface CreateKeyPairResult {
|
|
1304
|
-
keyPair?: KeyPair;
|
|
1305
|
-
publicKeyBase64?: string;
|
|
1306
|
-
privateKeyBase64?: string;
|
|
1307
|
-
operation?: Operation;
|
|
1306
|
+
keyPair?: KeyPair | undefined;
|
|
1307
|
+
publicKeyBase64?: string | undefined;
|
|
1308
|
+
privateKeyBase64?: string | undefined;
|
|
1309
|
+
operation?: Operation | undefined;
|
|
1308
1310
|
}
|
|
1309
1311
|
export interface CreateLoadBalancerRequest {
|
|
1310
1312
|
loadBalancerName: string | undefined;
|
|
1311
1313
|
instancePort: number | undefined;
|
|
1312
|
-
healthCheckPath?: string;
|
|
1313
|
-
certificateName?: string;
|
|
1314
|
-
certificateDomainName?: string;
|
|
1315
|
-
certificateAlternativeNames?: string[];
|
|
1316
|
-
tags?: Tag[];
|
|
1317
|
-
ipAddressType?: IpAddressType;
|
|
1318
|
-
tlsPolicyName?: string;
|
|
1314
|
+
healthCheckPath?: string | undefined;
|
|
1315
|
+
certificateName?: string | undefined;
|
|
1316
|
+
certificateDomainName?: string | undefined;
|
|
1317
|
+
certificateAlternativeNames?: string[] | undefined;
|
|
1318
|
+
tags?: Tag[] | undefined;
|
|
1319
|
+
ipAddressType?: IpAddressType | undefined;
|
|
1320
|
+
tlsPolicyName?: string | undefined;
|
|
1319
1321
|
}
|
|
1320
1322
|
export interface CreateLoadBalancerResult {
|
|
1321
|
-
operations?: Operation[];
|
|
1323
|
+
operations?: Operation[] | undefined;
|
|
1322
1324
|
}
|
|
1323
1325
|
export interface CreateLoadBalancerTlsCertificateRequest {
|
|
1324
1326
|
loadBalancerName: string | undefined;
|
|
1325
1327
|
certificateName: string | undefined;
|
|
1326
1328
|
certificateDomainName: string | undefined;
|
|
1327
|
-
certificateAlternativeNames?: string[];
|
|
1328
|
-
tags?: Tag[];
|
|
1329
|
+
certificateAlternativeNames?: string[] | undefined;
|
|
1330
|
+
tags?: Tag[] | undefined;
|
|
1329
1331
|
}
|
|
1330
1332
|
export interface CreateLoadBalancerTlsCertificateResult {
|
|
1331
|
-
operations?: Operation[];
|
|
1333
|
+
operations?: Operation[] | undefined;
|
|
1332
1334
|
}
|
|
1333
1335
|
export interface CreateRelationalDatabaseRequest {
|
|
1334
1336
|
relationalDatabaseName: string | undefined;
|
|
1335
|
-
availabilityZone?: string;
|
|
1337
|
+
availabilityZone?: string | undefined;
|
|
1336
1338
|
relationalDatabaseBlueprintId: string | undefined;
|
|
1337
1339
|
relationalDatabaseBundleId: string | undefined;
|
|
1338
1340
|
masterDatabaseName: string | undefined;
|
|
1339
1341
|
masterUsername: string | undefined;
|
|
1340
|
-
masterUserPassword?: string;
|
|
1341
|
-
preferredBackupWindow?: string;
|
|
1342
|
-
preferredMaintenanceWindow?: string;
|
|
1343
|
-
publiclyAccessible?: boolean;
|
|
1344
|
-
tags?: Tag[];
|
|
1342
|
+
masterUserPassword?: string | undefined;
|
|
1343
|
+
preferredBackupWindow?: string | undefined;
|
|
1344
|
+
preferredMaintenanceWindow?: string | undefined;
|
|
1345
|
+
publiclyAccessible?: boolean | undefined;
|
|
1346
|
+
tags?: Tag[] | undefined;
|
|
1345
1347
|
}
|
|
1346
1348
|
export interface CreateRelationalDatabaseResult {
|
|
1347
|
-
operations?: Operation[];
|
|
1349
|
+
operations?: Operation[] | undefined;
|
|
1348
1350
|
}
|
|
1349
1351
|
export interface CreateRelationalDatabaseFromSnapshotRequest {
|
|
1350
1352
|
relationalDatabaseName: string | undefined;
|
|
1351
|
-
availabilityZone?: string;
|
|
1352
|
-
publiclyAccessible?: boolean;
|
|
1353
|
-
relationalDatabaseSnapshotName?: string;
|
|
1354
|
-
relationalDatabaseBundleId?: string;
|
|
1355
|
-
sourceRelationalDatabaseName?: string;
|
|
1356
|
-
restoreTime?: Date;
|
|
1357
|
-
useLatestRestorableTime?: boolean;
|
|
1358
|
-
tags?: Tag[];
|
|
1353
|
+
availabilityZone?: string | undefined;
|
|
1354
|
+
publiclyAccessible?: boolean | undefined;
|
|
1355
|
+
relationalDatabaseSnapshotName?: string | undefined;
|
|
1356
|
+
relationalDatabaseBundleId?: string | undefined;
|
|
1357
|
+
sourceRelationalDatabaseName?: string | undefined;
|
|
1358
|
+
restoreTime?: Date | undefined;
|
|
1359
|
+
useLatestRestorableTime?: boolean | undefined;
|
|
1360
|
+
tags?: Tag[] | undefined;
|
|
1359
1361
|
}
|
|
1360
1362
|
export interface CreateRelationalDatabaseFromSnapshotResult {
|
|
1361
|
-
operations?: Operation[];
|
|
1363
|
+
operations?: Operation[] | undefined;
|
|
1362
1364
|
}
|
|
1363
1365
|
export interface CreateRelationalDatabaseSnapshotRequest {
|
|
1364
1366
|
relationalDatabaseName: string | undefined;
|
|
1365
1367
|
relationalDatabaseSnapshotName: string | undefined;
|
|
1366
|
-
tags?: Tag[];
|
|
1368
|
+
tags?: Tag[] | undefined;
|
|
1367
1369
|
}
|
|
1368
1370
|
export interface CreateRelationalDatabaseSnapshotResult {
|
|
1369
|
-
operations?: Operation[];
|
|
1371
|
+
operations?: Operation[] | undefined;
|
|
1370
1372
|
}
|
|
1371
1373
|
export interface DeleteAlarmRequest {
|
|
1372
1374
|
alarmName: string | undefined;
|
|
1373
1375
|
}
|
|
1374
1376
|
export interface DeleteAlarmResult {
|
|
1375
|
-
operations?: Operation[];
|
|
1377
|
+
operations?: Operation[] | undefined;
|
|
1376
1378
|
}
|
|
1377
1379
|
export interface DeleteAutoSnapshotRequest {
|
|
1378
1380
|
resourceName: string | undefined;
|
|
1379
1381
|
date: string | undefined;
|
|
1380
1382
|
}
|
|
1381
1383
|
export interface DeleteAutoSnapshotResult {
|
|
1382
|
-
operations?: Operation[];
|
|
1384
|
+
operations?: Operation[] | undefined;
|
|
1383
1385
|
}
|
|
1384
1386
|
export interface DeleteBucketRequest {
|
|
1385
1387
|
bucketName: string | undefined;
|
|
1386
|
-
forceDelete?: boolean;
|
|
1388
|
+
forceDelete?: boolean | undefined;
|
|
1387
1389
|
}
|
|
1388
1390
|
export interface DeleteBucketResult {
|
|
1389
|
-
operations?: Operation[];
|
|
1391
|
+
operations?: Operation[] | undefined;
|
|
1390
1392
|
}
|
|
1391
1393
|
export interface DeleteBucketAccessKeyRequest {
|
|
1392
1394
|
bucketName: string | undefined;
|
|
1393
1395
|
accessKeyId: string | undefined;
|
|
1394
1396
|
}
|
|
1395
1397
|
export interface DeleteBucketAccessKeyResult {
|
|
1396
|
-
operations?: Operation[];
|
|
1398
|
+
operations?: Operation[] | undefined;
|
|
1397
1399
|
}
|
|
1398
1400
|
export interface DeleteCertificateRequest {
|
|
1399
1401
|
certificateName: string | undefined;
|
|
1400
1402
|
}
|
|
1401
1403
|
export interface DeleteCertificateResult {
|
|
1402
|
-
operations?: Operation[];
|
|
1404
|
+
operations?: Operation[] | undefined;
|
|
1403
1405
|
}
|
|
1404
1406
|
export interface DeleteContactMethodRequest {
|
|
1405
1407
|
protocol: ContactProtocol | undefined;
|
|
1406
1408
|
}
|
|
1407
1409
|
export interface DeleteContactMethodResult {
|
|
1408
|
-
operations?: Operation[];
|
|
1410
|
+
operations?: Operation[] | undefined;
|
|
1409
1411
|
}
|
|
1410
1412
|
export interface DeleteContainerImageRequest {
|
|
1411
1413
|
serviceName: string | undefined;
|
|
@@ -1418,121 +1420,121 @@ export interface DeleteContainerServiceRequest {
|
|
|
1418
1420
|
export interface DeleteContainerServiceResult {}
|
|
1419
1421
|
export interface DeleteDiskRequest {
|
|
1420
1422
|
diskName: string | undefined;
|
|
1421
|
-
forceDeleteAddOns?: boolean;
|
|
1423
|
+
forceDeleteAddOns?: boolean | undefined;
|
|
1422
1424
|
}
|
|
1423
1425
|
export interface DeleteDiskResult {
|
|
1424
|
-
operations?: Operation[];
|
|
1426
|
+
operations?: Operation[] | undefined;
|
|
1425
1427
|
}
|
|
1426
1428
|
export interface DeleteDiskSnapshotRequest {
|
|
1427
1429
|
diskSnapshotName: string | undefined;
|
|
1428
1430
|
}
|
|
1429
1431
|
export interface DeleteDiskSnapshotResult {
|
|
1430
|
-
operations?: Operation[];
|
|
1432
|
+
operations?: Operation[] | undefined;
|
|
1431
1433
|
}
|
|
1432
1434
|
export interface DeleteDistributionRequest {
|
|
1433
|
-
distributionName?: string;
|
|
1435
|
+
distributionName?: string | undefined;
|
|
1434
1436
|
}
|
|
1435
1437
|
export interface DeleteDistributionResult {
|
|
1436
|
-
operation?: Operation;
|
|
1438
|
+
operation?: Operation | undefined;
|
|
1437
1439
|
}
|
|
1438
1440
|
export interface DeleteDomainRequest {
|
|
1439
1441
|
domainName: string | undefined;
|
|
1440
1442
|
}
|
|
1441
1443
|
export interface DeleteDomainResult {
|
|
1442
|
-
operation?: Operation;
|
|
1444
|
+
operation?: Operation | undefined;
|
|
1443
1445
|
}
|
|
1444
1446
|
export interface DeleteDomainEntryRequest {
|
|
1445
1447
|
domainName: string | undefined;
|
|
1446
1448
|
domainEntry: DomainEntry | undefined;
|
|
1447
1449
|
}
|
|
1448
1450
|
export interface DeleteDomainEntryResult {
|
|
1449
|
-
operation?: Operation;
|
|
1451
|
+
operation?: Operation | undefined;
|
|
1450
1452
|
}
|
|
1451
1453
|
export interface DeleteInstanceRequest {
|
|
1452
1454
|
instanceName: string | undefined;
|
|
1453
|
-
forceDeleteAddOns?: boolean;
|
|
1455
|
+
forceDeleteAddOns?: boolean | undefined;
|
|
1454
1456
|
}
|
|
1455
1457
|
export interface DeleteInstanceResult {
|
|
1456
|
-
operations?: Operation[];
|
|
1458
|
+
operations?: Operation[] | undefined;
|
|
1457
1459
|
}
|
|
1458
1460
|
export interface DeleteInstanceSnapshotRequest {
|
|
1459
1461
|
instanceSnapshotName: string | undefined;
|
|
1460
1462
|
}
|
|
1461
1463
|
export interface DeleteInstanceSnapshotResult {
|
|
1462
|
-
operations?: Operation[];
|
|
1464
|
+
operations?: Operation[] | undefined;
|
|
1463
1465
|
}
|
|
1464
1466
|
export interface DeleteKeyPairRequest {
|
|
1465
1467
|
keyPairName: string | undefined;
|
|
1466
|
-
expectedFingerprint?: string;
|
|
1468
|
+
expectedFingerprint?: string | undefined;
|
|
1467
1469
|
}
|
|
1468
1470
|
export interface DeleteKeyPairResult {
|
|
1469
|
-
operation?: Operation;
|
|
1471
|
+
operation?: Operation | undefined;
|
|
1470
1472
|
}
|
|
1471
1473
|
export interface DeleteKnownHostKeysRequest {
|
|
1472
1474
|
instanceName: string | undefined;
|
|
1473
1475
|
}
|
|
1474
1476
|
export interface DeleteKnownHostKeysResult {
|
|
1475
|
-
operations?: Operation[];
|
|
1477
|
+
operations?: Operation[] | undefined;
|
|
1476
1478
|
}
|
|
1477
1479
|
export interface DeleteLoadBalancerRequest {
|
|
1478
1480
|
loadBalancerName: string | undefined;
|
|
1479
1481
|
}
|
|
1480
1482
|
export interface DeleteLoadBalancerResult {
|
|
1481
|
-
operations?: Operation[];
|
|
1483
|
+
operations?: Operation[] | undefined;
|
|
1482
1484
|
}
|
|
1483
1485
|
export interface DeleteLoadBalancerTlsCertificateRequest {
|
|
1484
1486
|
loadBalancerName: string | undefined;
|
|
1485
1487
|
certificateName: string | undefined;
|
|
1486
|
-
force?: boolean;
|
|
1488
|
+
force?: boolean | undefined;
|
|
1487
1489
|
}
|
|
1488
1490
|
export interface DeleteLoadBalancerTlsCertificateResult {
|
|
1489
|
-
operations?: Operation[];
|
|
1491
|
+
operations?: Operation[] | undefined;
|
|
1490
1492
|
}
|
|
1491
1493
|
export interface DeleteRelationalDatabaseRequest {
|
|
1492
1494
|
relationalDatabaseName: string | undefined;
|
|
1493
|
-
skipFinalSnapshot?: boolean;
|
|
1494
|
-
finalRelationalDatabaseSnapshotName?: string;
|
|
1495
|
+
skipFinalSnapshot?: boolean | undefined;
|
|
1496
|
+
finalRelationalDatabaseSnapshotName?: string | undefined;
|
|
1495
1497
|
}
|
|
1496
1498
|
export interface DeleteRelationalDatabaseResult {
|
|
1497
|
-
operations?: Operation[];
|
|
1499
|
+
operations?: Operation[] | undefined;
|
|
1498
1500
|
}
|
|
1499
1501
|
export interface DeleteRelationalDatabaseSnapshotRequest {
|
|
1500
1502
|
relationalDatabaseSnapshotName: string | undefined;
|
|
1501
1503
|
}
|
|
1502
1504
|
export interface DeleteRelationalDatabaseSnapshotResult {
|
|
1503
|
-
operations?: Operation[];
|
|
1505
|
+
operations?: Operation[] | undefined;
|
|
1504
1506
|
}
|
|
1505
1507
|
export interface DetachCertificateFromDistributionRequest {
|
|
1506
1508
|
distributionName: string | undefined;
|
|
1507
1509
|
}
|
|
1508
1510
|
export interface DetachCertificateFromDistributionResult {
|
|
1509
|
-
operation?: Operation;
|
|
1511
|
+
operation?: Operation | undefined;
|
|
1510
1512
|
}
|
|
1511
1513
|
export interface DetachDiskRequest {
|
|
1512
1514
|
diskName: string | undefined;
|
|
1513
1515
|
}
|
|
1514
1516
|
export interface DetachDiskResult {
|
|
1515
|
-
operations?: Operation[];
|
|
1517
|
+
operations?: Operation[] | undefined;
|
|
1516
1518
|
}
|
|
1517
1519
|
export interface DetachInstancesFromLoadBalancerRequest {
|
|
1518
1520
|
loadBalancerName: string | undefined;
|
|
1519
1521
|
instanceNames: string[] | undefined;
|
|
1520
1522
|
}
|
|
1521
1523
|
export interface DetachInstancesFromLoadBalancerResult {
|
|
1522
|
-
operations?: Operation[];
|
|
1524
|
+
operations?: Operation[] | undefined;
|
|
1523
1525
|
}
|
|
1524
1526
|
export interface DetachStaticIpRequest {
|
|
1525
1527
|
staticIpName: string | undefined;
|
|
1526
1528
|
}
|
|
1527
1529
|
export interface DetachStaticIpResult {
|
|
1528
|
-
operations?: Operation[];
|
|
1530
|
+
operations?: Operation[] | undefined;
|
|
1529
1531
|
}
|
|
1530
1532
|
export interface DisableAddOnRequest {
|
|
1531
1533
|
addOnType: AddOnType | undefined;
|
|
1532
1534
|
resourceName: string | undefined;
|
|
1533
1535
|
}
|
|
1534
1536
|
export interface DisableAddOnResult {
|
|
1535
|
-
operations?: Operation[];
|
|
1537
|
+
operations?: Operation[] | undefined;
|
|
1536
1538
|
}
|
|
1537
1539
|
export declare const DiskState: {
|
|
1538
1540
|
readonly Available: "available";
|
|
@@ -1543,30 +1545,30 @@ export declare const DiskState: {
|
|
|
1543
1545
|
};
|
|
1544
1546
|
export type DiskState = (typeof DiskState)[keyof typeof DiskState];
|
|
1545
1547
|
export interface Disk {
|
|
1546
|
-
name?: string;
|
|
1547
|
-
arn?: string;
|
|
1548
|
-
supportCode?: string;
|
|
1549
|
-
createdAt?: Date;
|
|
1550
|
-
location?: ResourceLocation;
|
|
1551
|
-
resourceType?: ResourceType;
|
|
1552
|
-
tags?: Tag[];
|
|
1553
|
-
addOns?: AddOn[];
|
|
1554
|
-
sizeInGb?: number;
|
|
1555
|
-
isSystemDisk?: boolean;
|
|
1556
|
-
iops?: number;
|
|
1557
|
-
path?: string;
|
|
1558
|
-
state?: DiskState;
|
|
1559
|
-
attachedTo?: string;
|
|
1560
|
-
isAttached?: boolean;
|
|
1561
|
-
attachmentState?: string;
|
|
1562
|
-
gbInUse?: number;
|
|
1563
|
-
autoMountStatus?: AutoMountStatus;
|
|
1548
|
+
name?: string | undefined;
|
|
1549
|
+
arn?: string | undefined;
|
|
1550
|
+
supportCode?: string | undefined;
|
|
1551
|
+
createdAt?: Date | undefined;
|
|
1552
|
+
location?: ResourceLocation | undefined;
|
|
1553
|
+
resourceType?: ResourceType | undefined;
|
|
1554
|
+
tags?: Tag[] | undefined;
|
|
1555
|
+
addOns?: AddOn[] | undefined;
|
|
1556
|
+
sizeInGb?: number | undefined;
|
|
1557
|
+
isSystemDisk?: boolean | undefined;
|
|
1558
|
+
iops?: number | undefined;
|
|
1559
|
+
path?: string | undefined;
|
|
1560
|
+
state?: DiskState | undefined;
|
|
1561
|
+
attachedTo?: string | undefined;
|
|
1562
|
+
isAttached?: boolean | undefined;
|
|
1563
|
+
attachmentState?: string | undefined;
|
|
1564
|
+
gbInUse?: number | undefined;
|
|
1565
|
+
autoMountStatus?: AutoMountStatus | undefined;
|
|
1564
1566
|
}
|
|
1565
1567
|
export interface DiskInfo {
|
|
1566
|
-
name?: string;
|
|
1567
|
-
path?: string;
|
|
1568
|
-
sizeInGb?: number;
|
|
1569
|
-
isSystemDisk?: boolean;
|
|
1568
|
+
name?: string | undefined;
|
|
1569
|
+
path?: string | undefined;
|
|
1570
|
+
sizeInGb?: number | undefined;
|
|
1571
|
+
isSystemDisk?: boolean | undefined;
|
|
1570
1572
|
}
|
|
1571
1573
|
export declare const DiskSnapshotState: {
|
|
1572
1574
|
readonly Completed: "completed";
|
|
@@ -1577,31 +1579,31 @@ export declare const DiskSnapshotState: {
|
|
|
1577
1579
|
export type DiskSnapshotState =
|
|
1578
1580
|
(typeof DiskSnapshotState)[keyof typeof DiskSnapshotState];
|
|
1579
1581
|
export interface DiskSnapshot {
|
|
1580
|
-
name?: string;
|
|
1581
|
-
arn?: string;
|
|
1582
|
-
supportCode?: string;
|
|
1583
|
-
createdAt?: Date;
|
|
1584
|
-
location?: ResourceLocation;
|
|
1585
|
-
resourceType?: ResourceType;
|
|
1586
|
-
tags?: Tag[];
|
|
1587
|
-
sizeInGb?: number;
|
|
1588
|
-
state?: DiskSnapshotState;
|
|
1589
|
-
progress?: string;
|
|
1590
|
-
fromDiskName?: string;
|
|
1591
|
-
fromDiskArn?: string;
|
|
1592
|
-
fromInstanceName?: string;
|
|
1593
|
-
fromInstanceArn?: string;
|
|
1594
|
-
isFromAutoSnapshot?: boolean;
|
|
1582
|
+
name?: string | undefined;
|
|
1583
|
+
arn?: string | undefined;
|
|
1584
|
+
supportCode?: string | undefined;
|
|
1585
|
+
createdAt?: Date | undefined;
|
|
1586
|
+
location?: ResourceLocation | undefined;
|
|
1587
|
+
resourceType?: ResourceType | undefined;
|
|
1588
|
+
tags?: Tag[] | undefined;
|
|
1589
|
+
sizeInGb?: number | undefined;
|
|
1590
|
+
state?: DiskSnapshotState | undefined;
|
|
1591
|
+
progress?: string | undefined;
|
|
1592
|
+
fromDiskName?: string | undefined;
|
|
1593
|
+
fromDiskArn?: string | undefined;
|
|
1594
|
+
fromInstanceName?: string | undefined;
|
|
1595
|
+
fromInstanceArn?: string | undefined;
|
|
1596
|
+
isFromAutoSnapshot?: boolean | undefined;
|
|
1595
1597
|
}
|
|
1596
1598
|
export interface DiskSnapshotInfo {
|
|
1597
|
-
sizeInGb?: number;
|
|
1599
|
+
sizeInGb?: number | undefined;
|
|
1598
1600
|
}
|
|
1599
1601
|
export interface DistributionBundle {
|
|
1600
|
-
bundleId?: string;
|
|
1601
|
-
name?: string;
|
|
1602
|
-
price?: number;
|
|
1603
|
-
transferPerMonthInGb?: number;
|
|
1604
|
-
isActive?: boolean;
|
|
1602
|
+
bundleId?: string | undefined;
|
|
1603
|
+
name?: string | undefined;
|
|
1604
|
+
price?: number | undefined;
|
|
1605
|
+
transferPerMonthInGb?: number | undefined;
|
|
1606
|
+
isActive?: boolean | undefined;
|
|
1605
1607
|
}
|
|
1606
1608
|
export declare const DistributionMetricName: {
|
|
1607
1609
|
readonly BytesDownloaded: "BytesDownloaded";
|
|
@@ -1622,8 +1624,8 @@ export declare const NameServersUpdateStateCode: {
|
|
|
1622
1624
|
export type NameServersUpdateStateCode =
|
|
1623
1625
|
(typeof NameServersUpdateStateCode)[keyof typeof NameServersUpdateStateCode];
|
|
1624
1626
|
export interface NameServersUpdateState {
|
|
1625
|
-
code?: NameServersUpdateStateCode;
|
|
1626
|
-
message?: string;
|
|
1627
|
+
code?: NameServersUpdateStateCode | undefined;
|
|
1628
|
+
message?: string | undefined;
|
|
1627
1629
|
}
|
|
1628
1630
|
export declare const R53HostedZoneDeletionStateCode: {
|
|
1629
1631
|
readonly Failed: "FAILED";
|
|
@@ -1634,47 +1636,47 @@ export declare const R53HostedZoneDeletionStateCode: {
|
|
|
1634
1636
|
export type R53HostedZoneDeletionStateCode =
|
|
1635
1637
|
(typeof R53HostedZoneDeletionStateCode)[keyof typeof R53HostedZoneDeletionStateCode];
|
|
1636
1638
|
export interface R53HostedZoneDeletionState {
|
|
1637
|
-
code?: R53HostedZoneDeletionStateCode;
|
|
1638
|
-
message?: string;
|
|
1639
|
+
code?: R53HostedZoneDeletionStateCode | undefined;
|
|
1640
|
+
message?: string | undefined;
|
|
1639
1641
|
}
|
|
1640
1642
|
export interface RegisteredDomainDelegationInfo {
|
|
1641
|
-
nameServersUpdateState?: NameServersUpdateState;
|
|
1642
|
-
r53HostedZoneDeletionState?: R53HostedZoneDeletionState;
|
|
1643
|
+
nameServersUpdateState?: NameServersUpdateState | undefined;
|
|
1644
|
+
r53HostedZoneDeletionState?: R53HostedZoneDeletionState | undefined;
|
|
1643
1645
|
}
|
|
1644
1646
|
export interface Domain {
|
|
1645
|
-
name?: string;
|
|
1646
|
-
arn?: string;
|
|
1647
|
-
supportCode?: string;
|
|
1648
|
-
createdAt?: Date;
|
|
1649
|
-
location?: ResourceLocation;
|
|
1650
|
-
resourceType?: ResourceType;
|
|
1651
|
-
tags?: Tag[];
|
|
1652
|
-
domainEntries?: DomainEntry[];
|
|
1653
|
-
registeredDomainDelegationInfo?: RegisteredDomainDelegationInfo;
|
|
1647
|
+
name?: string | undefined;
|
|
1648
|
+
arn?: string | undefined;
|
|
1649
|
+
supportCode?: string | undefined;
|
|
1650
|
+
createdAt?: Date | undefined;
|
|
1651
|
+
location?: ResourceLocation | undefined;
|
|
1652
|
+
resourceType?: ResourceType | undefined;
|
|
1653
|
+
tags?: Tag[] | undefined;
|
|
1654
|
+
domainEntries?: DomainEntry[] | undefined;
|
|
1655
|
+
registeredDomainDelegationInfo?: RegisteredDomainDelegationInfo | undefined;
|
|
1654
1656
|
}
|
|
1655
1657
|
export interface DownloadDefaultKeyPairRequest {}
|
|
1656
1658
|
export interface DownloadDefaultKeyPairResult {
|
|
1657
|
-
publicKeyBase64?: string;
|
|
1658
|
-
privateKeyBase64?: string;
|
|
1659
|
-
createdAt?: Date;
|
|
1659
|
+
publicKeyBase64?: string | undefined;
|
|
1660
|
+
privateKeyBase64?: string | undefined;
|
|
1661
|
+
createdAt?: Date | undefined;
|
|
1660
1662
|
}
|
|
1661
1663
|
export interface EnableAddOnRequest {
|
|
1662
1664
|
resourceName: string | undefined;
|
|
1663
1665
|
addOnRequest: AddOnRequest | undefined;
|
|
1664
1666
|
}
|
|
1665
1667
|
export interface EnableAddOnResult {
|
|
1666
|
-
operations?: Operation[];
|
|
1668
|
+
operations?: Operation[] | undefined;
|
|
1667
1669
|
}
|
|
1668
1670
|
export interface ExportSnapshotRequest {
|
|
1669
1671
|
sourceSnapshotName: string | undefined;
|
|
1670
1672
|
}
|
|
1671
1673
|
export interface ExportSnapshotResult {
|
|
1672
|
-
operations?: Operation[];
|
|
1674
|
+
operations?: Operation[] | undefined;
|
|
1673
1675
|
}
|
|
1674
1676
|
export interface InstanceSnapshotInfo {
|
|
1675
|
-
fromBundleId?: string;
|
|
1676
|
-
fromBlueprintId?: string;
|
|
1677
|
-
fromDiskInfo?: DiskInfo[];
|
|
1677
|
+
fromBundleId?: string | undefined;
|
|
1678
|
+
fromBlueprintId?: string | undefined;
|
|
1679
|
+
fromDiskInfo?: DiskInfo[] | undefined;
|
|
1678
1680
|
}
|
|
1679
1681
|
export declare const ExportSnapshotRecordSourceType: {
|
|
1680
1682
|
readonly DiskSnapshot: "DiskSnapshot";
|
|
@@ -1683,69 +1685,69 @@ export declare const ExportSnapshotRecordSourceType: {
|
|
|
1683
1685
|
export type ExportSnapshotRecordSourceType =
|
|
1684
1686
|
(typeof ExportSnapshotRecordSourceType)[keyof typeof ExportSnapshotRecordSourceType];
|
|
1685
1687
|
export interface ExportSnapshotRecordSourceInfo {
|
|
1686
|
-
resourceType?: ExportSnapshotRecordSourceType;
|
|
1687
|
-
createdAt?: Date;
|
|
1688
|
-
name?: string;
|
|
1689
|
-
arn?: string;
|
|
1690
|
-
fromResourceName?: string;
|
|
1691
|
-
fromResourceArn?: string;
|
|
1692
|
-
instanceSnapshotInfo?: InstanceSnapshotInfo;
|
|
1693
|
-
diskSnapshotInfo?: DiskSnapshotInfo;
|
|
1688
|
+
resourceType?: ExportSnapshotRecordSourceType | undefined;
|
|
1689
|
+
createdAt?: Date | undefined;
|
|
1690
|
+
name?: string | undefined;
|
|
1691
|
+
arn?: string | undefined;
|
|
1692
|
+
fromResourceName?: string | undefined;
|
|
1693
|
+
fromResourceArn?: string | undefined;
|
|
1694
|
+
instanceSnapshotInfo?: InstanceSnapshotInfo | undefined;
|
|
1695
|
+
diskSnapshotInfo?: DiskSnapshotInfo | undefined;
|
|
1694
1696
|
}
|
|
1695
1697
|
export interface ExportSnapshotRecord {
|
|
1696
|
-
name?: string;
|
|
1697
|
-
arn?: string;
|
|
1698
|
-
createdAt?: Date;
|
|
1699
|
-
location?: ResourceLocation;
|
|
1700
|
-
resourceType?: ResourceType;
|
|
1701
|
-
state?: RecordState;
|
|
1702
|
-
sourceInfo?: ExportSnapshotRecordSourceInfo;
|
|
1703
|
-
destinationInfo?: DestinationInfo;
|
|
1698
|
+
name?: string | undefined;
|
|
1699
|
+
arn?: string | undefined;
|
|
1700
|
+
createdAt?: Date | undefined;
|
|
1701
|
+
location?: ResourceLocation | undefined;
|
|
1702
|
+
resourceType?: ResourceType | undefined;
|
|
1703
|
+
state?: RecordState | undefined;
|
|
1704
|
+
sourceInfo?: ExportSnapshotRecordSourceInfo | undefined;
|
|
1705
|
+
destinationInfo?: DestinationInfo | undefined;
|
|
1704
1706
|
}
|
|
1705
1707
|
export interface GetActiveNamesRequest {
|
|
1706
|
-
pageToken?: string;
|
|
1708
|
+
pageToken?: string | undefined;
|
|
1707
1709
|
}
|
|
1708
1710
|
export interface GetActiveNamesResult {
|
|
1709
|
-
activeNames?: string[];
|
|
1710
|
-
nextPageToken?: string;
|
|
1711
|
+
activeNames?: string[] | undefined;
|
|
1712
|
+
nextPageToken?: string | undefined;
|
|
1711
1713
|
}
|
|
1712
1714
|
export interface GetAlarmsRequest {
|
|
1713
|
-
alarmName?: string;
|
|
1714
|
-
pageToken?: string;
|
|
1715
|
-
monitoredResourceName?: string;
|
|
1715
|
+
alarmName?: string | undefined;
|
|
1716
|
+
pageToken?: string | undefined;
|
|
1717
|
+
monitoredResourceName?: string | undefined;
|
|
1716
1718
|
}
|
|
1717
1719
|
export interface GetAlarmsResult {
|
|
1718
|
-
alarms?: Alarm[];
|
|
1719
|
-
nextPageToken?: string;
|
|
1720
|
+
alarms?: Alarm[] | undefined;
|
|
1721
|
+
nextPageToken?: string | undefined;
|
|
1720
1722
|
}
|
|
1721
1723
|
export interface GetAutoSnapshotsRequest {
|
|
1722
1724
|
resourceName: string | undefined;
|
|
1723
1725
|
}
|
|
1724
1726
|
export interface GetAutoSnapshotsResult {
|
|
1725
|
-
resourceName?: string;
|
|
1726
|
-
resourceType?: ResourceType;
|
|
1727
|
-
autoSnapshots?: AutoSnapshotDetails[];
|
|
1727
|
+
resourceName?: string | undefined;
|
|
1728
|
+
resourceType?: ResourceType | undefined;
|
|
1729
|
+
autoSnapshots?: AutoSnapshotDetails[] | undefined;
|
|
1728
1730
|
}
|
|
1729
1731
|
export interface GetBlueprintsRequest {
|
|
1730
|
-
includeInactive?: boolean;
|
|
1731
|
-
pageToken?: string;
|
|
1732
|
-
appCategory?: AppCategory;
|
|
1732
|
+
includeInactive?: boolean | undefined;
|
|
1733
|
+
pageToken?: string | undefined;
|
|
1734
|
+
appCategory?: AppCategory | undefined;
|
|
1733
1735
|
}
|
|
1734
1736
|
export interface GetBlueprintsResult {
|
|
1735
|
-
blueprints?: Blueprint[];
|
|
1736
|
-
nextPageToken?: string;
|
|
1737
|
+
blueprints?: Blueprint[] | undefined;
|
|
1738
|
+
nextPageToken?: string | undefined;
|
|
1737
1739
|
}
|
|
1738
1740
|
export interface GetBucketAccessKeysRequest {
|
|
1739
1741
|
bucketName: string | undefined;
|
|
1740
1742
|
}
|
|
1741
1743
|
export interface GetBucketAccessKeysResult {
|
|
1742
|
-
accessKeys?: AccessKey[];
|
|
1744
|
+
accessKeys?: AccessKey[] | undefined;
|
|
1743
1745
|
}
|
|
1744
1746
|
export interface GetBucketBundlesRequest {
|
|
1745
|
-
includeInactive?: boolean;
|
|
1747
|
+
includeInactive?: boolean | undefined;
|
|
1746
1748
|
}
|
|
1747
1749
|
export interface GetBucketBundlesResult {
|
|
1748
|
-
bundles?: BucketBundle[];
|
|
1750
|
+
bundles?: BucketBundle[] | undefined;
|
|
1749
1751
|
}
|
|
1750
1752
|
export interface GetBucketMetricDataRequest {
|
|
1751
1753
|
bucketName: string | undefined;
|
|
@@ -1757,87 +1759,87 @@ export interface GetBucketMetricDataRequest {
|
|
|
1757
1759
|
unit: MetricUnit | undefined;
|
|
1758
1760
|
}
|
|
1759
1761
|
export interface MetricDatapoint {
|
|
1760
|
-
average?: number;
|
|
1761
|
-
maximum?: number;
|
|
1762
|
-
minimum?: number;
|
|
1763
|
-
sampleCount?: number;
|
|
1764
|
-
sum?: number;
|
|
1765
|
-
timestamp?: Date;
|
|
1766
|
-
unit?: MetricUnit;
|
|
1762
|
+
average?: number | undefined;
|
|
1763
|
+
maximum?: number | undefined;
|
|
1764
|
+
minimum?: number | undefined;
|
|
1765
|
+
sampleCount?: number | undefined;
|
|
1766
|
+
sum?: number | undefined;
|
|
1767
|
+
timestamp?: Date | undefined;
|
|
1768
|
+
unit?: MetricUnit | undefined;
|
|
1767
1769
|
}
|
|
1768
1770
|
export interface GetBucketMetricDataResult {
|
|
1769
|
-
metricName?: BucketMetricName;
|
|
1770
|
-
metricData?: MetricDatapoint[];
|
|
1771
|
+
metricName?: BucketMetricName | undefined;
|
|
1772
|
+
metricData?: MetricDatapoint[] | undefined;
|
|
1771
1773
|
}
|
|
1772
1774
|
export interface GetBucketsRequest {
|
|
1773
|
-
bucketName?: string;
|
|
1774
|
-
pageToken?: string;
|
|
1775
|
-
includeConnectedResources?: boolean;
|
|
1775
|
+
bucketName?: string | undefined;
|
|
1776
|
+
pageToken?: string | undefined;
|
|
1777
|
+
includeConnectedResources?: boolean | undefined;
|
|
1776
1778
|
}
|
|
1777
1779
|
export interface GetBucketsResult {
|
|
1778
|
-
buckets?: Bucket[];
|
|
1779
|
-
nextPageToken?: string;
|
|
1780
|
-
accountLevelBpaSync?: AccountLevelBpaSync;
|
|
1780
|
+
buckets?: Bucket[] | undefined;
|
|
1781
|
+
nextPageToken?: string | undefined;
|
|
1782
|
+
accountLevelBpaSync?: AccountLevelBpaSync | undefined;
|
|
1781
1783
|
}
|
|
1782
1784
|
export interface GetBundlesRequest {
|
|
1783
|
-
includeInactive?: boolean;
|
|
1784
|
-
pageToken?: string;
|
|
1785
|
-
appCategory?: AppCategory;
|
|
1785
|
+
includeInactive?: boolean | undefined;
|
|
1786
|
+
pageToken?: string | undefined;
|
|
1787
|
+
appCategory?: AppCategory | undefined;
|
|
1786
1788
|
}
|
|
1787
1789
|
export interface GetBundlesResult {
|
|
1788
|
-
bundles?: Bundle[];
|
|
1789
|
-
nextPageToken?: string;
|
|
1790
|
+
bundles?: Bundle[] | undefined;
|
|
1791
|
+
nextPageToken?: string | undefined;
|
|
1790
1792
|
}
|
|
1791
1793
|
export interface GetCertificatesRequest {
|
|
1792
|
-
certificateStatuses?: CertificateStatus[];
|
|
1793
|
-
includeCertificateDetails?: boolean;
|
|
1794
|
-
certificateName?: string;
|
|
1795
|
-
pageToken?: string;
|
|
1794
|
+
certificateStatuses?: CertificateStatus[] | undefined;
|
|
1795
|
+
includeCertificateDetails?: boolean | undefined;
|
|
1796
|
+
certificateName?: string | undefined;
|
|
1797
|
+
pageToken?: string | undefined;
|
|
1796
1798
|
}
|
|
1797
1799
|
export interface GetCertificatesResult {
|
|
1798
|
-
certificates?: CertificateSummary[];
|
|
1799
|
-
nextPageToken?: string;
|
|
1800
|
+
certificates?: CertificateSummary[] | undefined;
|
|
1801
|
+
nextPageToken?: string | undefined;
|
|
1800
1802
|
}
|
|
1801
1803
|
export interface GetCloudFormationStackRecordsRequest {
|
|
1802
|
-
pageToken?: string;
|
|
1804
|
+
pageToken?: string | undefined;
|
|
1803
1805
|
}
|
|
1804
1806
|
export interface GetCloudFormationStackRecordsResult {
|
|
1805
|
-
cloudFormationStackRecords?: CloudFormationStackRecord[];
|
|
1806
|
-
nextPageToken?: string;
|
|
1807
|
+
cloudFormationStackRecords?: CloudFormationStackRecord[] | undefined;
|
|
1808
|
+
nextPageToken?: string | undefined;
|
|
1807
1809
|
}
|
|
1808
1810
|
export interface GetContactMethodsRequest {
|
|
1809
|
-
protocols?: ContactProtocol[];
|
|
1811
|
+
protocols?: ContactProtocol[] | undefined;
|
|
1810
1812
|
}
|
|
1811
1813
|
export interface GetContactMethodsResult {
|
|
1812
|
-
contactMethods?: ContactMethod[];
|
|
1814
|
+
contactMethods?: ContactMethod[] | undefined;
|
|
1813
1815
|
}
|
|
1814
1816
|
export interface GetContainerAPIMetadataRequest {}
|
|
1815
1817
|
export interface GetContainerAPIMetadataResult {
|
|
1816
|
-
metadata?: Record<string, string>[];
|
|
1818
|
+
metadata?: Record<string, string>[] | undefined;
|
|
1817
1819
|
}
|
|
1818
1820
|
export interface GetContainerImagesRequest {
|
|
1819
1821
|
serviceName: string | undefined;
|
|
1820
1822
|
}
|
|
1821
1823
|
export interface GetContainerImagesResult {
|
|
1822
|
-
containerImages?: ContainerImage[];
|
|
1824
|
+
containerImages?: ContainerImage[] | undefined;
|
|
1823
1825
|
}
|
|
1824
1826
|
export interface GetContainerLogRequest {
|
|
1825
1827
|
serviceName: string | undefined;
|
|
1826
1828
|
containerName: string | undefined;
|
|
1827
|
-
startTime?: Date;
|
|
1828
|
-
endTime?: Date;
|
|
1829
|
-
filterPattern?: string;
|
|
1830
|
-
pageToken?: string;
|
|
1829
|
+
startTime?: Date | undefined;
|
|
1830
|
+
endTime?: Date | undefined;
|
|
1831
|
+
filterPattern?: string | undefined;
|
|
1832
|
+
pageToken?: string | undefined;
|
|
1831
1833
|
}
|
|
1832
1834
|
export interface GetContainerLogResult {
|
|
1833
|
-
logEvents?: ContainerServiceLogEvent[];
|
|
1834
|
-
nextPageToken?: string;
|
|
1835
|
+
logEvents?: ContainerServiceLogEvent[] | undefined;
|
|
1836
|
+
nextPageToken?: string | undefined;
|
|
1835
1837
|
}
|
|
1836
1838
|
export interface GetContainerServiceDeploymentsRequest {
|
|
1837
1839
|
serviceName: string | undefined;
|
|
1838
1840
|
}
|
|
1839
1841
|
export interface GetContainerServiceDeploymentsResult {
|
|
1840
|
-
deployments?: ContainerServiceDeployment[];
|
|
1842
|
+
deployments?: ContainerServiceDeployment[] | undefined;
|
|
1841
1843
|
}
|
|
1842
1844
|
export interface GetContainerServiceMetricDataRequest {
|
|
1843
1845
|
serviceName: string | undefined;
|
|
@@ -1848,8 +1850,8 @@ export interface GetContainerServiceMetricDataRequest {
|
|
|
1848
1850
|
statistics: MetricStatistic[] | undefined;
|
|
1849
1851
|
}
|
|
1850
1852
|
export interface GetContainerServiceMetricDataResult {
|
|
1851
|
-
metricName?: ContainerServiceMetricName;
|
|
1852
|
-
metricData?: MetricDatapoint[];
|
|
1853
|
+
metricName?: ContainerServiceMetricName | undefined;
|
|
1854
|
+
metricData?: MetricDatapoint[] | undefined;
|
|
1853
1855
|
}
|
|
1854
1856
|
export interface GetContainerServicePowersRequest {}
|
|
1855
1857
|
export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
|