@aws-sdk/client-lightsail 3.934.0 → 3.936.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.
Files changed (73) hide show
  1. package/dist-cjs/index.js +643 -643
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +639 -0
  4. package/dist-es/models/errors.js +145 -0
  5. package/dist-es/models/models_0.js +1 -617
  6. package/dist-es/models/models_1.js +1 -167
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  9. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -1
  10. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -2
  11. package/dist-types/commands/GetCostEstimateCommand.d.ts +1 -1
  12. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  13. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  14. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  15. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  16. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  19. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  21. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  22. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  23. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  25. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  26. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  27. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  28. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  30. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  31. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  32. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  33. package/dist-types/commands/GetLoadBalancerCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +4 -1
  35. package/dist-types/models/enums.d.ts +1287 -0
  36. package/dist-types/models/errors.d.ts +143 -0
  37. package/dist-types/models/models_0.d.ts +1969 -1055
  38. package/dist-types/models/models_1.d.ts +2 -2344
  39. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/index.d.ts +4 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +776 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +81 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +363 -642
  69. package/dist-types/ts3.4/models/models_1.d.ts +36 -542
  70. package/package.json +19 -19
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-types/models/index.d.ts +0 -2
  73. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,31 +1,72 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { LightsailServiceException as __BaseException } from "./LightsailServiceException";
3
- export declare class AccessDeniedException extends __BaseException {
4
- readonly name: "AccessDeniedException";
5
- readonly $fault: "client";
6
- code?: string | undefined;
7
- docs?: string | undefined;
8
- tip?: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
12
- }
13
- export declare const AccessDirection: {
14
- readonly inbound: "inbound";
15
- readonly outbound: "outbound";
16
- };
17
- export type AccessDirection =
18
- (typeof AccessDirection)[keyof typeof AccessDirection];
1
+ import {
2
+ AccessDirection,
3
+ AccessType,
4
+ AccountLevelBpaSyncStatus,
5
+ AddOnType,
6
+ AlarmState,
7
+ AppCategory,
8
+ AutoMountStatus,
9
+ AutoSnapshotStatus,
10
+ BehaviorEnum,
11
+ BlueprintType,
12
+ BPAStatusMessage,
13
+ BucketMetricName,
14
+ CertificateDomainValidationStatus,
15
+ CertificateStatus,
16
+ CloudFormationStackRecordSourceType,
17
+ ComparisonOperator,
18
+ ContactMethodStatus,
19
+ ContactProtocol,
20
+ ContainerServiceDeploymentState,
21
+ ContainerServiceMetricName,
22
+ ContainerServicePowerName,
23
+ ContainerServiceProtocol,
24
+ ContainerServiceState,
25
+ ContainerServiceStateDetailCode,
26
+ Currency,
27
+ DiskSnapshotState,
28
+ DiskState,
29
+ DistributionMetricName,
30
+ DnsRecordCreationStateCode,
31
+ ExportSnapshotRecordSourceType,
32
+ ForwardValues,
33
+ HeaderEnum,
34
+ HttpEndpoint,
35
+ HttpProtocolIpv6,
36
+ HttpTokens,
37
+ InstanceAccessProtocol,
38
+ InstanceMetadataState,
39
+ InstanceMetricName,
40
+ InstancePlatform,
41
+ InstanceSnapshotState,
42
+ IpAddressType,
43
+ MetricName,
44
+ MetricStatistic,
45
+ MetricUnit,
46
+ NameServersUpdateStateCode,
47
+ NetworkProtocol,
48
+ OperationStatus,
49
+ OperationType,
50
+ OriginProtocolPolicyEnum,
51
+ PortAccessType,
52
+ PortInfoSourceType,
53
+ PortState,
54
+ PricingUnit,
55
+ R53HostedZoneDeletionStateCode,
56
+ RecordState,
57
+ RegionName,
58
+ RenewalStatus,
59
+ ResourceType,
60
+ Status,
61
+ StatusType,
62
+ TreatMissingData,
63
+ ViewerMinimumTlsProtocolVersionEnum,
64
+ } from "./enums";
19
65
  export interface AccessKeyLastUsed {
20
66
  lastUsedDate?: Date | undefined;
21
67
  region?: string | undefined;
22
68
  serviceName?: string | undefined;
23
69
  }
24
- export declare const StatusType: {
25
- readonly Active: "Active";
26
- readonly Inactive: "Inactive";
27
- };
28
- export type StatusType = (typeof StatusType)[keyof typeof StatusType];
29
70
  export interface AccessKey {
30
71
  accessKeyId?: string | undefined;
31
72
  secretAccessKey?: string | undefined;
@@ -37,50 +78,16 @@ export interface ResourceReceivingAccess {
37
78
  name?: string | undefined;
38
79
  resourceType?: string | undefined;
39
80
  }
40
- export declare const AccessType: {
41
- readonly Private: "private";
42
- readonly Public: "public";
43
- };
44
- export type AccessType = (typeof AccessType)[keyof typeof AccessType];
45
81
  export interface AccessRules {
46
82
  getObject?: AccessType | undefined;
47
83
  allowPublicOverrides?: boolean | undefined;
48
84
  }
49
- export declare const BPAStatusMessage: {
50
- readonly DEFAULTED_FOR_SLR_MISSING: "DEFAULTED_FOR_SLR_MISSING";
51
- readonly DEFAULTED_FOR_SLR_MISSING_ON_HOLD: "DEFAULTED_FOR_SLR_MISSING_ON_HOLD";
52
- readonly SYNC_ON_HOLD: "SYNC_ON_HOLD";
53
- readonly Unknown: "Unknown";
54
- };
55
- export type BPAStatusMessage =
56
- (typeof BPAStatusMessage)[keyof typeof BPAStatusMessage];
57
- export declare const AccountLevelBpaSyncStatus: {
58
- readonly Defaulted: "Defaulted";
59
- readonly Failed: "Failed";
60
- readonly InSync: "InSync";
61
- readonly NeverSynced: "NeverSynced";
62
- };
63
- export type AccountLevelBpaSyncStatus =
64
- (typeof AccountLevelBpaSyncStatus)[keyof typeof AccountLevelBpaSyncStatus];
65
85
  export interface AccountLevelBpaSync {
66
86
  status?: AccountLevelBpaSyncStatus | undefined;
67
87
  lastSyncedAt?: Date | undefined;
68
88
  message?: BPAStatusMessage | undefined;
69
89
  bpaImpactsLightsail?: boolean | undefined;
70
90
  }
71
- export declare class AccountSetupInProgressException extends __BaseException {
72
- readonly name: "AccountSetupInProgressException";
73
- readonly $fault: "client";
74
- code?: string | undefined;
75
- docs?: string | undefined;
76
- tip?: string | undefined;
77
- constructor(
78
- opts: __ExceptionOptionType<
79
- AccountSetupInProgressException,
80
- __BaseException
81
- >
82
- );
83
- }
84
91
  export interface AddOn {
85
92
  name?: string | undefined;
86
93
  status?: string | undefined;
@@ -89,11 +96,6 @@ export interface AddOn {
89
96
  threshold?: string | undefined;
90
97
  duration?: string | undefined;
91
98
  }
92
- export declare const AddOnType: {
93
- readonly AutoSnapshot: "AutoSnapshot";
94
- readonly StopInstanceOnIdle: "StopInstanceOnIdle";
95
- };
96
- export type AddOnType = (typeof AddOnType)[keyof typeof AddOnType];
97
99
  export interface AutoSnapshotAddOnRequest {
98
100
  snapshotTimeOfDay?: string | undefined;
99
101
  }
@@ -106,152 +108,15 @@ export interface AddOnRequest {
106
108
  autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest | undefined;
107
109
  stopInstanceOnIdleRequest?: StopInstanceOnIdleRequest | undefined;
108
110
  }
109
- export declare const ComparisonOperator: {
110
- readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
111
- readonly GreaterThanThreshold: "GreaterThanThreshold";
112
- readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
113
- readonly LessThanThreshold: "LessThanThreshold";
114
- };
115
- export type ComparisonOperator =
116
- (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
117
- export declare const ContactProtocol: {
118
- readonly Email: "Email";
119
- readonly SMS: "SMS";
120
- };
121
- export type ContactProtocol =
122
- (typeof ContactProtocol)[keyof typeof ContactProtocol];
123
- export declare const RegionName: {
124
- readonly AP_NORTHEAST_1: "ap-northeast-1";
125
- readonly AP_NORTHEAST_2: "ap-northeast-2";
126
- readonly AP_SOUTHEAST_1: "ap-southeast-1";
127
- readonly AP_SOUTHEAST_2: "ap-southeast-2";
128
- readonly AP_SOUTHEAST_3: "ap-southeast-3";
129
- readonly AP_SOUTH_1: "ap-south-1";
130
- readonly CA_CENTRAL_1: "ca-central-1";
131
- readonly EU_CENTRAL_1: "eu-central-1";
132
- readonly EU_NORTH_1: "eu-north-1";
133
- readonly EU_WEST_1: "eu-west-1";
134
- readonly EU_WEST_2: "eu-west-2";
135
- readonly EU_WEST_3: "eu-west-3";
136
- readonly US_EAST_1: "us-east-1";
137
- readonly US_EAST_2: "us-east-2";
138
- readonly US_WEST_1: "us-west-1";
139
- readonly US_WEST_2: "us-west-2";
140
- };
141
- export type RegionName = (typeof RegionName)[keyof typeof RegionName];
142
111
  export interface ResourceLocation {
143
112
  availabilityZone?: string | undefined;
144
113
  regionName?: RegionName | undefined;
145
114
  }
146
- export declare const MetricName: {
147
- readonly BurstCapacityPercentage: "BurstCapacityPercentage";
148
- readonly BurstCapacityTime: "BurstCapacityTime";
149
- readonly CPUUtilization: "CPUUtilization";
150
- readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
151
- readonly DatabaseConnections: "DatabaseConnections";
152
- readonly DiskQueueDepth: "DiskQueueDepth";
153
- readonly FreeStorageSpace: "FreeStorageSpace";
154
- readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
155
- readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
156
- readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
157
- readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
158
- readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
159
- readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
160
- readonly HealthyHostCount: "HealthyHostCount";
161
- readonly InstanceResponseTime: "InstanceResponseTime";
162
- readonly NetworkIn: "NetworkIn";
163
- readonly NetworkOut: "NetworkOut";
164
- readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
165
- readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
166
- readonly RejectedConnectionCount: "RejectedConnectionCount";
167
- readonly RequestCount: "RequestCount";
168
- readonly StatusCheckFailed: "StatusCheckFailed";
169
- readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
170
- readonly StatusCheckFailed_System: "StatusCheckFailed_System";
171
- readonly UnhealthyHostCount: "UnhealthyHostCount";
172
- };
173
- export type MetricName = (typeof MetricName)[keyof typeof MetricName];
174
- export declare const ResourceType: {
175
- readonly Alarm: "Alarm";
176
- readonly Bucket: "Bucket";
177
- readonly Certificate: "Certificate";
178
- readonly CloudFormationStackRecord: "CloudFormationStackRecord";
179
- readonly ContactMethod: "ContactMethod";
180
- readonly ContainerService: "ContainerService";
181
- readonly Disk: "Disk";
182
- readonly DiskSnapshot: "DiskSnapshot";
183
- readonly Distribution: "Distribution";
184
- readonly Domain: "Domain";
185
- readonly ExportSnapshotRecord: "ExportSnapshotRecord";
186
- readonly Instance: "Instance";
187
- readonly InstanceSnapshot: "InstanceSnapshot";
188
- readonly KeyPair: "KeyPair";
189
- readonly LoadBalancer: "LoadBalancer";
190
- readonly LoadBalancerTlsCertificate: "LoadBalancerTlsCertificate";
191
- readonly PeeredVpc: "PeeredVpc";
192
- readonly RelationalDatabase: "RelationalDatabase";
193
- readonly RelationalDatabaseSnapshot: "RelationalDatabaseSnapshot";
194
- readonly StaticIp: "StaticIp";
195
- };
196
- export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
197
115
  export interface MonitoredResourceInfo {
198
116
  arn?: string | undefined;
199
117
  name?: string | undefined;
200
118
  resourceType?: ResourceType | undefined;
201
119
  }
202
- export declare const AlarmState: {
203
- readonly ALARM: "ALARM";
204
- readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
205
- readonly OK: "OK";
206
- };
207
- export type AlarmState = (typeof AlarmState)[keyof typeof AlarmState];
208
- export declare const MetricStatistic: {
209
- readonly Average: "Average";
210
- readonly Maximum: "Maximum";
211
- readonly Minimum: "Minimum";
212
- readonly SampleCount: "SampleCount";
213
- readonly Sum: "Sum";
214
- };
215
- export type MetricStatistic =
216
- (typeof MetricStatistic)[keyof typeof MetricStatistic];
217
- export declare const TreatMissingData: {
218
- readonly Breaching: "breaching";
219
- readonly Ignore: "ignore";
220
- readonly Missing: "missing";
221
- readonly NotBreaching: "notBreaching";
222
- };
223
- export type TreatMissingData =
224
- (typeof TreatMissingData)[keyof typeof TreatMissingData];
225
- export declare const MetricUnit: {
226
- readonly Bits: "Bits";
227
- readonly BitsSecond: "Bits/Second";
228
- readonly Bytes: "Bytes";
229
- readonly BytesSecond: "Bytes/Second";
230
- readonly Count: "Count";
231
- readonly CountSecond: "Count/Second";
232
- readonly Gigabits: "Gigabits";
233
- readonly GigabitsSecond: "Gigabits/Second";
234
- readonly Gigabytes: "Gigabytes";
235
- readonly GigabytesSecond: "Gigabytes/Second";
236
- readonly Kilobits: "Kilobits";
237
- readonly KilobitsSecond: "Kilobits/Second";
238
- readonly Kilobytes: "Kilobytes";
239
- readonly KilobytesSecond: "Kilobytes/Second";
240
- readonly Megabits: "Megabits";
241
- readonly MegabitsSecond: "Megabits/Second";
242
- readonly Megabytes: "Megabytes";
243
- readonly MegabytesSecond: "Megabytes/Second";
244
- readonly Microseconds: "Microseconds";
245
- readonly Milliseconds: "Milliseconds";
246
- readonly None: "None";
247
- readonly Percent: "Percent";
248
- readonly Seconds: "Seconds";
249
- readonly Terabits: "Terabits";
250
- readonly TerabitsSecond: "Terabits/Second";
251
- readonly Terabytes: "Terabytes";
252
- readonly TerabytesSecond: "Terabytes/Second";
253
- };
254
- export type MetricUnit = (typeof MetricUnit)[keyof typeof MetricUnit];
255
120
  export interface Alarm {
256
121
  name?: string | undefined;
257
122
  arn?: string | undefined;
@@ -277,101 +142,6 @@ export interface Alarm {
277
142
  export interface AllocateStaticIpRequest {
278
143
  staticIpName: string | undefined;
279
144
  }
280
- export declare const OperationType: {
281
- readonly AllocateStaticIp: "AllocateStaticIp";
282
- readonly AttachCertificateToDistribution: "AttachCertificateToDistribution";
283
- readonly AttachDisk: "AttachDisk";
284
- readonly AttachInstancesToLoadBalancer: "AttachInstancesToLoadBalancer";
285
- readonly AttachLoadBalancerTlsCertificate: "AttachLoadBalancerTlsCertificate";
286
- readonly AttachStaticIp: "AttachStaticIp";
287
- readonly CloseInstancePublicPorts: "CloseInstancePublicPorts";
288
- readonly CreateBucket: "CreateBucket";
289
- readonly CreateBucketAccessKey: "CreateBucketAccessKey";
290
- readonly CreateCertificate: "CreateCertificate";
291
- readonly CreateContactMethod: "CreateContactMethod";
292
- readonly CreateContainerService: "CreateContainerService";
293
- readonly CreateContainerServiceDeployment: "CreateContainerServiceDeployment";
294
- readonly CreateContainerServiceRegistryLogin: "CreateContainerServiceRegistryLogin";
295
- readonly CreateDisk: "CreateDisk";
296
- readonly CreateDiskFromSnapshot: "CreateDiskFromSnapshot";
297
- readonly CreateDiskSnapshot: "CreateDiskSnapshot";
298
- readonly CreateDistribution: "CreateDistribution";
299
- readonly CreateDomain: "CreateDomain";
300
- readonly CreateInstance: "CreateInstance";
301
- readonly CreateInstanceSnapshot: "CreateInstanceSnapshot";
302
- readonly CreateInstancesFromSnapshot: "CreateInstancesFromSnapshot";
303
- readonly CreateLoadBalancer: "CreateLoadBalancer";
304
- readonly CreateLoadBalancerTlsCertificate: "CreateLoadBalancerTlsCertificate";
305
- readonly CreateRelationalDatabase: "CreateRelationalDatabase";
306
- readonly CreateRelationalDatabaseFromSnapshot: "CreateRelationalDatabaseFromSnapshot";
307
- readonly CreateRelationalDatabaseSnapshot: "CreateRelationalDatabaseSnapshot";
308
- readonly DeleteAlarm: "DeleteAlarm";
309
- readonly DeleteBucket: "DeleteBucket";
310
- readonly DeleteBucketAccessKey: "DeleteBucketAccessKey";
311
- readonly DeleteCertificate: "DeleteCertificate";
312
- readonly DeleteContactMethod: "DeleteContactMethod";
313
- readonly DeleteContainerImage: "DeleteContainerImage";
314
- readonly DeleteContainerService: "DeleteContainerService";
315
- readonly DeleteDisk: "DeleteDisk";
316
- readonly DeleteDiskSnapshot: "DeleteDiskSnapshot";
317
- readonly DeleteDistribution: "DeleteDistribution";
318
- readonly DeleteDomain: "DeleteDomain";
319
- readonly DeleteDomainEntry: "DeleteDomainEntry";
320
- readonly DeleteInstance: "DeleteInstance";
321
- readonly DeleteInstanceSnapshot: "DeleteInstanceSnapshot";
322
- readonly DeleteKnownHostKeys: "DeleteKnownHostKeys";
323
- readonly DeleteLoadBalancer: "DeleteLoadBalancer";
324
- readonly DeleteLoadBalancerTlsCertificate: "DeleteLoadBalancerTlsCertificate";
325
- readonly DeleteRelationalDatabase: "DeleteRelationalDatabase";
326
- readonly DeleteRelationalDatabaseSnapshot: "DeleteRelationalDatabaseSnapshot";
327
- readonly DetachCertificateFromDistribution: "DetachCertificateFromDistribution";
328
- readonly DetachDisk: "DetachDisk";
329
- readonly DetachInstancesFromLoadBalancer: "DetachInstancesFromLoadBalancer";
330
- readonly DetachStaticIp: "DetachStaticIp";
331
- readonly DisableAddOn: "DisableAddOn";
332
- readonly EnableAddOn: "EnableAddOn";
333
- readonly GetAlarms: "GetAlarms";
334
- readonly GetContactMethods: "GetContactMethods";
335
- readonly OpenInstancePublicPorts: "OpenInstancePublicPorts";
336
- readonly PutAlarm: "PutAlarm";
337
- readonly PutInstancePublicPorts: "PutInstancePublicPorts";
338
- readonly RebootInstance: "RebootInstance";
339
- readonly RebootRelationalDatabase: "RebootRelationalDatabase";
340
- readonly RegisterContainerImage: "RegisterContainerImage";
341
- readonly ReleaseStaticIp: "ReleaseStaticIp";
342
- readonly ResetDistributionCache: "ResetDistributionCache";
343
- readonly SendContactMethodVerification: "SendContactMethodVerification";
344
- readonly SetIpAddressType: "SetIpAddressType";
345
- readonly SetResourceAccessForBucket: "SetResourceAccessForBucket";
346
- readonly SetupInstanceHttps: "SetupInstanceHttps";
347
- readonly StartGUISession: "StartGUISession";
348
- readonly StartInstance: "StartInstance";
349
- readonly StartRelationalDatabase: "StartRelationalDatabase";
350
- readonly StopGUISession: "StopGUISession";
351
- readonly StopInstance: "StopInstance";
352
- readonly StopRelationalDatabase: "StopRelationalDatabase";
353
- readonly TestAlarm: "TestAlarm";
354
- readonly UpdateBucket: "UpdateBucket";
355
- readonly UpdateBucketBundle: "UpdateBucketBundle";
356
- readonly UpdateContainerService: "UpdateContainerService";
357
- readonly UpdateDistribution: "UpdateDistribution";
358
- readonly UpdateDistributionBundle: "UpdateDistributionBundle";
359
- readonly UpdateDomainEntry: "UpdateDomainEntry";
360
- readonly UpdateInstanceMetadataOptions: "UpdateInstanceMetadataOptions";
361
- readonly UpdateLoadBalancerAttribute: "UpdateLoadBalancerAttribute";
362
- readonly UpdateRelationalDatabase: "UpdateRelationalDatabase";
363
- readonly UpdateRelationalDatabaseParameters: "UpdateRelationalDatabaseParameters";
364
- };
365
- export type OperationType = (typeof OperationType)[keyof typeof OperationType];
366
- export declare const OperationStatus: {
367
- readonly Completed: "Completed";
368
- readonly Failed: "Failed";
369
- readonly NotStarted: "NotStarted";
370
- readonly Started: "Started";
371
- readonly Succeeded: "Succeeded";
372
- };
373
- export type OperationStatus =
374
- (typeof OperationStatus)[keyof typeof OperationStatus];
375
145
  export interface Operation {
376
146
  id?: string | undefined;
377
147
  resourceName?: string | undefined;
@@ -389,66 +159,6 @@ export interface Operation {
389
159
  export interface AllocateStaticIpResult {
390
160
  operations?: Operation[] | undefined;
391
161
  }
392
- export declare class InvalidInputException extends __BaseException {
393
- readonly name: "InvalidInputException";
394
- readonly $fault: "client";
395
- code?: string | undefined;
396
- docs?: string | undefined;
397
- tip?: string | undefined;
398
- constructor(
399
- opts: __ExceptionOptionType<InvalidInputException, __BaseException>
400
- );
401
- }
402
- export declare class NotFoundException extends __BaseException {
403
- readonly name: "NotFoundException";
404
- readonly $fault: "client";
405
- code?: string | undefined;
406
- docs?: string | undefined;
407
- tip?: string | undefined;
408
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
409
- }
410
- export declare class OperationFailureException extends __BaseException {
411
- readonly name: "OperationFailureException";
412
- readonly $fault: "client";
413
- code?: string | undefined;
414
- docs?: string | undefined;
415
- tip?: string | undefined;
416
- constructor(
417
- opts: __ExceptionOptionType<OperationFailureException, __BaseException>
418
- );
419
- }
420
- export declare class RegionSetupInProgressException extends __BaseException {
421
- readonly name: "RegionSetupInProgressException";
422
- readonly $fault: "client";
423
- code?: string | undefined;
424
- docs?: string | undefined;
425
- tip?: string | undefined;
426
- constructor(
427
- opts: __ExceptionOptionType<RegionSetupInProgressException, __BaseException>
428
- );
429
- }
430
- export declare class ServiceException extends __BaseException {
431
- readonly name: "ServiceException";
432
- readonly $fault: "server";
433
- code?: string | undefined;
434
- docs?: string | undefined;
435
- tip?: string | undefined;
436
- constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
437
- }
438
- export declare class UnauthenticatedException extends __BaseException {
439
- readonly name: "UnauthenticatedException";
440
- readonly $fault: "client";
441
- code?: string | undefined;
442
- docs?: string | undefined;
443
- tip?: string | undefined;
444
- constructor(
445
- opts: __ExceptionOptionType<UnauthenticatedException, __BaseException>
446
- );
447
- }
448
- export declare const AppCategory: {
449
- readonly LfR: "LfR";
450
- };
451
- export type AppCategory = (typeof AppCategory)[keyof typeof AppCategory];
452
162
  export interface AttachCertificateToDistributionRequest {
453
163
  distributionName: string | undefined;
454
164
  certificateName: string | undefined;
@@ -494,22 +204,6 @@ export interface AttachStaticIpRequest {
494
204
  export interface AttachStaticIpResult {
495
205
  operations?: Operation[] | undefined;
496
206
  }
497
- export declare const AutoMountStatus: {
498
- readonly Failed: "Failed";
499
- readonly Mounted: "Mounted";
500
- readonly NotMounted: "NotMounted";
501
- readonly Pending: "Pending";
502
- };
503
- export type AutoMountStatus =
504
- (typeof AutoMountStatus)[keyof typeof AutoMountStatus];
505
- export declare const AutoSnapshotStatus: {
506
- readonly FAILED: "Failed";
507
- readonly IN_PROGRESS: "InProgress";
508
- readonly NOT_FOUND: "NotFound";
509
- readonly SUCCESS: "Success";
510
- };
511
- export type AutoSnapshotStatus =
512
- (typeof AutoSnapshotStatus)[keyof typeof AutoSnapshotStatus];
513
207
  export interface AutoSnapshotDetails {
514
208
  date?: string | undefined;
515
209
  createdAt?: Date | undefined;
@@ -520,22 +214,6 @@ export interface AvailabilityZone {
520
214
  zoneName?: string | undefined;
521
215
  state?: string | undefined;
522
216
  }
523
- export declare const BehaviorEnum: {
524
- readonly CacheSetting: "cache";
525
- readonly DontCacheSetting: "dont-cache";
526
- };
527
- export type BehaviorEnum = (typeof BehaviorEnum)[keyof typeof BehaviorEnum];
528
- export declare const InstancePlatform: {
529
- readonly LinuxUnix: "LINUX_UNIX";
530
- readonly Windows: "WINDOWS";
531
- };
532
- export type InstancePlatform =
533
- (typeof InstancePlatform)[keyof typeof InstancePlatform];
534
- export declare const BlueprintType: {
535
- readonly app: "app";
536
- readonly os: "os";
537
- };
538
- export type BlueprintType = (typeof BlueprintType)[keyof typeof BlueprintType];
539
217
  export interface Blueprint {
540
218
  blueprintId?: string | undefined;
541
219
  name?: string | undefined;
@@ -602,12 +280,6 @@ export interface BucketBundle {
602
280
  transferPerMonthInGb?: number | undefined;
603
281
  isActive?: boolean | undefined;
604
282
  }
605
- export declare const BucketMetricName: {
606
- readonly BucketSizeBytes: "BucketSizeBytes";
607
- readonly NumberOfObjects: "NumberOfObjects";
608
- };
609
- export type BucketMetricName =
610
- (typeof BucketMetricName)[keyof typeof BucketMetricName];
611
283
  export interface Bundle {
612
284
  price?: number | undefined;
613
285
  cpuCount?: number | undefined;
@@ -630,34 +302,10 @@ export interface CacheBehaviorPerPath {
630
302
  path?: string | undefined;
631
303
  behavior?: BehaviorEnum | undefined;
632
304
  }
633
- export declare const ForwardValues: {
634
- readonly all: "all";
635
- readonly allowList: "allow-list";
636
- readonly none: "none";
637
- };
638
- export type ForwardValues = (typeof ForwardValues)[keyof typeof ForwardValues];
639
305
  export interface CookieObject {
640
306
  option?: ForwardValues | undefined;
641
307
  cookiesAllowList?: string[] | undefined;
642
308
  }
643
- export declare const HeaderEnum: {
644
- readonly accept: "Accept";
645
- readonly acceptCharset: "Accept-Charset";
646
- readonly acceptDatetime: "Accept-Datetime";
647
- readonly acceptEncoding: "Accept-Encoding";
648
- readonly acceptLanguage: "Accept-Language";
649
- readonly authorization: "Authorization";
650
- readonly cloudFrontForwardedProto: "CloudFront-Forwarded-Proto";
651
- readonly cloudFrontIsDesktopViewer: "CloudFront-Is-Desktop-Viewer";
652
- readonly cloudFrontIsMobileViewer: "CloudFront-Is-Mobile-Viewer";
653
- readonly cloudFrontIsSmartTVViewer: "CloudFront-Is-SmartTV-Viewer";
654
- readonly cloudFrontIsTabletViewer: "CloudFront-Is-Tablet-Viewer";
655
- readonly cloudFrontViewerCountry: "CloudFront-Viewer-Country";
656
- readonly host: "Host";
657
- readonly origin: "Origin";
658
- readonly referer: "Referer";
659
- };
660
- export type HeaderEnum = (typeof HeaderEnum)[keyof typeof HeaderEnum];
661
309
  export interface HeaderObject {
662
310
  option?: ForwardValues | undefined;
663
311
  headersAllowList?: HeaderEnum[] | undefined;
@@ -676,13 +324,6 @@ export interface CacheSettings {
676
324
  forwardedHeaders?: HeaderObject | undefined;
677
325
  forwardedQueryStrings?: QueryStringObject | undefined;
678
326
  }
679
- export declare const DnsRecordCreationStateCode: {
680
- readonly Failed: "FAILED";
681
- readonly Started: "STARTED";
682
- readonly Succeeded: "SUCCEEDED";
683
- };
684
- export type DnsRecordCreationStateCode =
685
- (typeof DnsRecordCreationStateCode)[keyof typeof DnsRecordCreationStateCode];
686
327
  export interface DnsRecordCreationState {
687
328
  code?: DnsRecordCreationStateCode | undefined;
688
329
  message?: string | undefined;
@@ -692,43 +333,18 @@ export interface ResourceRecord {
692
333
  type?: string | undefined;
693
334
  value?: string | undefined;
694
335
  }
695
- export declare const CertificateDomainValidationStatus: {
696
- readonly Failed: "FAILED";
697
- readonly PendingValidation: "PENDING_VALIDATION";
698
- readonly Success: "SUCCESS";
699
- };
700
- export type CertificateDomainValidationStatus =
701
- (typeof CertificateDomainValidationStatus)[keyof typeof CertificateDomainValidationStatus];
702
336
  export interface DomainValidationRecord {
703
337
  domainName?: string | undefined;
704
338
  resourceRecord?: ResourceRecord | undefined;
705
339
  dnsRecordCreationState?: DnsRecordCreationState | undefined;
706
340
  validationStatus?: CertificateDomainValidationStatus | undefined;
707
341
  }
708
- export declare const RenewalStatus: {
709
- readonly Failed: "Failed";
710
- readonly PendingAutoRenewal: "PendingAutoRenewal";
711
- readonly PendingValidation: "PendingValidation";
712
- readonly Success: "Success";
713
- };
714
- export type RenewalStatus = (typeof RenewalStatus)[keyof typeof RenewalStatus];
715
342
  export interface RenewalSummary {
716
343
  domainValidationRecords?: DomainValidationRecord[] | undefined;
717
344
  renewalStatus?: RenewalStatus | undefined;
718
345
  renewalStatusReason?: string | undefined;
719
346
  updatedAt?: Date | undefined;
720
347
  }
721
- export declare const CertificateStatus: {
722
- readonly Expired: "EXPIRED";
723
- readonly Failed: "FAILED";
724
- readonly Inactive: "INACTIVE";
725
- readonly Issued: "ISSUED";
726
- readonly PendingValidation: "PENDING_VALIDATION";
727
- readonly Revoked: "REVOKED";
728
- readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
729
- };
730
- export type CertificateStatus =
731
- (typeof CertificateStatus)[keyof typeof CertificateStatus];
732
348
  export interface Certificate {
733
349
  arn?: string | undefined;
734
350
  name?: string | undefined;
@@ -752,11 +368,6 @@ export interface Certificate {
752
368
  tags?: Tag[] | undefined;
753
369
  supportCode?: string | undefined;
754
370
  }
755
- export declare const CertificateProvider: {
756
- readonly LetsEncrypt: "LetsEncrypt";
757
- };
758
- export type CertificateProvider =
759
- (typeof CertificateProvider)[keyof typeof CertificateProvider];
760
371
  export interface CertificateSummary {
761
372
  certificateArn?: string | undefined;
762
373
  certificateName?: string | undefined;
@@ -764,15 +375,6 @@ export interface CertificateSummary {
764
375
  certificateDetail?: Certificate | undefined;
765
376
  tags?: Tag[] | undefined;
766
377
  }
767
- export declare const NetworkProtocol: {
768
- readonly ALL: "all";
769
- readonly ICMP: "icmp";
770
- readonly ICMPV6: "icmpv6";
771
- readonly TCP: "tcp";
772
- readonly UDP: "udp";
773
- };
774
- export type NetworkProtocol =
775
- (typeof NetworkProtocol)[keyof typeof NetworkProtocol];
776
378
  export interface PortInfo {
777
379
  fromPort?: number | undefined;
778
380
  toPort?: number | undefined;
@@ -792,22 +394,11 @@ export interface DestinationInfo {
792
394
  id?: string | undefined;
793
395
  service?: string | undefined;
794
396
  }
795
- export declare const CloudFormationStackRecordSourceType: {
796
- readonly ExportSnapshotRecord: "ExportSnapshotRecord";
797
- };
798
- export type CloudFormationStackRecordSourceType =
799
- (typeof CloudFormationStackRecordSourceType)[keyof typeof CloudFormationStackRecordSourceType];
800
397
  export interface CloudFormationStackRecordSourceInfo {
801
398
  resourceType?: CloudFormationStackRecordSourceType | undefined;
802
399
  name?: string | undefined;
803
400
  arn?: string | undefined;
804
401
  }
805
- export declare const RecordState: {
806
- readonly Failed: "Failed";
807
- readonly Started: "Started";
808
- readonly Succeeded: "Succeeded";
809
- };
810
- export type RecordState = (typeof RecordState)[keyof typeof RecordState];
811
402
  export interface CloudFormationStackRecord {
812
403
  name?: string | undefined;
813
404
  arn?: string | undefined;
@@ -818,13 +409,6 @@ export interface CloudFormationStackRecord {
818
409
  sourceInfo?: CloudFormationStackRecordSourceInfo[] | undefined;
819
410
  destinationInfo?: DestinationInfo | undefined;
820
411
  }
821
- export declare const ContactMethodStatus: {
822
- readonly Invalid: "Invalid";
823
- readonly PendingVerification: "PendingVerification";
824
- readonly Valid: "Valid";
825
- };
826
- export type ContactMethodStatus =
827
- (typeof ContactMethodStatus)[keyof typeof ContactMethodStatus];
828
412
  export interface ContactMethod {
829
413
  contactEndpoint?: string | undefined;
830
414
  status?: ContactMethodStatus | undefined;
@@ -836,19 +420,6 @@ export interface ContactMethod {
836
420
  resourceType?: ResourceType | undefined;
837
421
  supportCode?: string | undefined;
838
422
  }
839
- export declare const ContactMethodVerificationProtocol: {
840
- readonly Email: "Email";
841
- };
842
- export type ContactMethodVerificationProtocol =
843
- (typeof ContactMethodVerificationProtocol)[keyof typeof ContactMethodVerificationProtocol];
844
- export declare const ContainerServiceProtocol: {
845
- readonly HTTP: "HTTP";
846
- readonly HTTPS: "HTTPS";
847
- readonly TCP: "TCP";
848
- readonly UDP: "UDP";
849
- };
850
- export type ContainerServiceProtocol =
851
- (typeof ContainerServiceProtocol)[keyof typeof ContainerServiceProtocol];
852
423
  export interface Container {
853
424
  image?: string | undefined;
854
425
  command?: string[] | undefined;
@@ -873,14 +444,6 @@ export interface ContainerServiceEndpoint {
873
444
  containerPort?: number | undefined;
874
445
  healthCheck?: ContainerServiceHealthCheckConfig | undefined;
875
446
  }
876
- export declare const ContainerServiceDeploymentState: {
877
- readonly ACTIVATING: "ACTIVATING";
878
- readonly ACTIVE: "ACTIVE";
879
- readonly FAILED: "FAILED";
880
- readonly INACTIVE: "INACTIVE";
881
- };
882
- export type ContainerServiceDeploymentState =
883
- (typeof ContainerServiceDeploymentState)[keyof typeof ContainerServiceDeploymentState];
884
447
  export interface ContainerServiceDeployment {
885
448
  version?: number | undefined;
886
449
  state?: ContainerServiceDeploymentState | undefined;
@@ -888,16 +451,6 @@ export interface ContainerServiceDeployment {
888
451
  publicEndpoint?: ContainerServiceEndpoint | undefined;
889
452
  createdAt?: Date | undefined;
890
453
  }
891
- export declare const ContainerServicePowerName: {
892
- readonly large: "large";
893
- readonly medium: "medium";
894
- readonly micro: "micro";
895
- readonly nano: "nano";
896
- readonly small: "small";
897
- readonly xlarge: "xlarge";
898
- };
899
- export type ContainerServicePowerName =
900
- (typeof ContainerServicePowerName)[keyof typeof ContainerServicePowerName];
901
454
  export interface ContainerServiceECRImagePullerRole {
902
455
  isActive?: boolean | undefined;
903
456
  principalArn?: string | undefined;
@@ -905,30 +458,6 @@ export interface ContainerServiceECRImagePullerRole {
905
458
  export interface PrivateRegistryAccess {
906
459
  ecrImagePullerRole?: ContainerServiceECRImagePullerRole | undefined;
907
460
  }
908
- export declare const ContainerServiceState: {
909
- readonly DELETING: "DELETING";
910
- readonly DEPLOYING: "DEPLOYING";
911
- readonly DISABLED: "DISABLED";
912
- readonly PENDING: "PENDING";
913
- readonly READY: "READY";
914
- readonly RUNNING: "RUNNING";
915
- readonly UPDATING: "UPDATING";
916
- };
917
- export type ContainerServiceState =
918
- (typeof ContainerServiceState)[keyof typeof ContainerServiceState];
919
- export declare const ContainerServiceStateDetailCode: {
920
- readonly ACTIVATING_DEPLOYMENT: "ACTIVATING_DEPLOYMENT";
921
- readonly CERTIFICATE_LIMIT_EXCEEDED: "CERTIFICATE_LIMIT_EXCEEDED";
922
- readonly CREATING_DEPLOYMENT: "CREATING_DEPLOYMENT";
923
- readonly CREATING_NETWORK_INFRASTRUCTURE: "CREATING_NETWORK_INFRASTRUCTURE";
924
- readonly CREATING_SYSTEM_RESOURCES: "CREATING_SYSTEM_RESOURCES";
925
- readonly EVALUATING_HEALTH_CHECK: "EVALUATING_HEALTH_CHECK";
926
- readonly PROVISIONING_CERTIFICATE: "PROVISIONING_CERTIFICATE";
927
- readonly PROVISIONING_SERVICE: "PROVISIONING_SERVICE";
928
- readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
929
- };
930
- export type ContainerServiceStateDetailCode =
931
- (typeof ContainerServiceStateDetailCode)[keyof typeof ContainerServiceStateDetailCode];
932
461
  export interface ContainerServiceStateDetail {
933
462
  code?: ContainerServiceStateDetailCode | undefined;
934
463
  message?: string | undefined;
@@ -970,12 +499,6 @@ export interface ContainerServiceLogEvent {
970
499
  createdAt?: Date | undefined;
971
500
  message?: string | undefined;
972
501
  }
973
- export declare const ContainerServiceMetricName: {
974
- readonly CPUUtilization: "CPUUtilization";
975
- readonly MemoryUtilization: "MemoryUtilization";
976
- };
977
- export type ContainerServiceMetricName =
978
- (typeof ContainerServiceMetricName)[keyof typeof ContainerServiceMetricName];
979
502
  export interface ContainerServicePower {
980
503
  powerId?: string | undefined;
981
504
  price?: number | undefined;
@@ -1004,18 +527,6 @@ export interface CopySnapshotRequest {
1004
527
  export interface CopySnapshotResult {
1005
528
  operations?: Operation[] | undefined;
1006
529
  }
1007
- export declare const Currency: {
1008
- readonly USD: "USD";
1009
- };
1010
- export type Currency = (typeof Currency)[keyof typeof Currency];
1011
- export declare const PricingUnit: {
1012
- readonly Bundles: "Bundles";
1013
- readonly GB: "GB";
1014
- readonly GBMo: "GB-Mo";
1015
- readonly Hrs: "Hrs";
1016
- readonly Queries: "Queries";
1017
- };
1018
- export type PricingUnit = (typeof PricingUnit)[keyof typeof PricingUnit];
1019
530
  export interface TimePeriod {
1020
531
  start?: Date | undefined;
1021
532
  end?: Date | undefined;
@@ -1058,14 +569,6 @@ export interface CreateCertificateResult {
1058
569
  certificate?: CertificateSummary | undefined;
1059
570
  operations?: Operation[] | undefined;
1060
571
  }
1061
- export declare const PortInfoSourceType: {
1062
- readonly Closed: "CLOSED";
1063
- readonly Default: "DEFAULT";
1064
- readonly Instance: "INSTANCE";
1065
- readonly None: "NONE";
1066
- };
1067
- export type PortInfoSourceType =
1068
- (typeof PortInfoSourceType)[keyof typeof PortInfoSourceType];
1069
572
  export interface InstanceEntry {
1070
573
  sourceName: string | undefined;
1071
574
  instanceType: string | undefined;
@@ -1146,32 +649,12 @@ export interface CreateDiskSnapshotRequest {
1146
649
  export interface CreateDiskSnapshotResult {
1147
650
  operations?: Operation[] | undefined;
1148
651
  }
1149
- export declare const IpAddressType: {
1150
- readonly DUALSTACK: "dualstack";
1151
- readonly IPV4: "ipv4";
1152
- readonly IPV6: "ipv6";
1153
- };
1154
- export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
1155
- export declare const OriginProtocolPolicyEnum: {
1156
- readonly HTTPOnly: "http-only";
1157
- readonly HTTPSOnly: "https-only";
1158
- };
1159
- export type OriginProtocolPolicyEnum =
1160
- (typeof OriginProtocolPolicyEnum)[keyof typeof OriginProtocolPolicyEnum];
1161
652
  export interface InputOrigin {
1162
653
  name?: string | undefined;
1163
654
  regionName?: RegionName | undefined;
1164
655
  protocolPolicy?: OriginProtocolPolicyEnum | undefined;
1165
656
  responseTimeout?: number | undefined;
1166
657
  }
1167
- export declare const ViewerMinimumTlsProtocolVersionEnum: {
1168
- readonly TLSv11_2016: "TLSv1.1_2016";
1169
- readonly TLSv12_2018: "TLSv1.2_2018";
1170
- readonly TLSv12_2019: "TLSv1.2_2019";
1171
- readonly TLSv12_2021: "TLSv1.2_2021";
1172
- };
1173
- export type ViewerMinimumTlsProtocolVersionEnum =
1174
- (typeof ViewerMinimumTlsProtocolVersionEnum)[keyof typeof ViewerMinimumTlsProtocolVersionEnum];
1175
658
  export interface CreateDistributionRequest {
1176
659
  distributionName: string | undefined;
1177
660
  origin: InputOrigin | undefined;
@@ -1250,19 +733,6 @@ export interface Session {
1250
733
  url?: string | undefined;
1251
734
  isPrimary?: boolean | undefined;
1252
735
  }
1253
- export declare const Status: {
1254
- readonly FailedInstanceCreation: "failedInstanceCreation";
1255
- readonly FailedStartingGUISession: "failedStartingGUISession";
1256
- readonly FailedStoppingGUISession: "failedStoppingGUISession";
1257
- readonly NotStarted: "notStarted";
1258
- readonly SettingUpInstance: "settingUpInstance";
1259
- readonly StartExpired: "startExpired";
1260
- readonly Started: "started";
1261
- readonly Starting: "starting";
1262
- readonly Stopped: "stopped";
1263
- readonly Stopping: "stopping";
1264
- };
1265
- export type Status = (typeof Status)[keyof typeof Status];
1266
736
  export interface CreateGUISessionAccessDetailsResult {
1267
737
  resourceName?: string | undefined;
1268
738
  status?: Status | undefined;
@@ -1559,14 +1029,6 @@ export interface DisableAddOnRequest {
1559
1029
  export interface DisableAddOnResult {
1560
1030
  operations?: Operation[] | undefined;
1561
1031
  }
1562
- export declare const DiskState: {
1563
- readonly Available: "available";
1564
- readonly Error: "error";
1565
- readonly InUse: "in-use";
1566
- readonly Pending: "pending";
1567
- readonly Unknown: "unknown";
1568
- };
1569
- export type DiskState = (typeof DiskState)[keyof typeof DiskState];
1570
1032
  export interface Disk {
1571
1033
  name?: string | undefined;
1572
1034
  arn?: string | undefined;
@@ -1593,14 +1055,6 @@ export interface DiskInfo {
1593
1055
  sizeInGb?: number | undefined;
1594
1056
  isSystemDisk?: boolean | undefined;
1595
1057
  }
1596
- export declare const DiskSnapshotState: {
1597
- readonly Completed: "completed";
1598
- readonly Error: "error";
1599
- readonly Pending: "pending";
1600
- readonly Unknown: "unknown";
1601
- };
1602
- export type DiskSnapshotState =
1603
- (typeof DiskSnapshotState)[keyof typeof DiskSnapshotState];
1604
1058
  export interface DiskSnapshot {
1605
1059
  name?: string | undefined;
1606
1060
  arn?: string | undefined;
@@ -1628,36 +1082,10 @@ export interface DistributionBundle {
1628
1082
  transferPerMonthInGb?: number | undefined;
1629
1083
  isActive?: boolean | undefined;
1630
1084
  }
1631
- export declare const DistributionMetricName: {
1632
- readonly BytesDownloaded: "BytesDownloaded";
1633
- readonly BytesUploaded: "BytesUploaded";
1634
- readonly Http4xxErrorRate: "Http4xxErrorRate";
1635
- readonly Http5xxErrorRate: "Http5xxErrorRate";
1636
- readonly Requests: "Requests";
1637
- readonly TotalErrorRate: "TotalErrorRate";
1638
- };
1639
- export type DistributionMetricName =
1640
- (typeof DistributionMetricName)[keyof typeof DistributionMetricName];
1641
- export declare const NameServersUpdateStateCode: {
1642
- readonly Failed: "FAILED";
1643
- readonly Pending: "PENDING";
1644
- readonly Started: "STARTED";
1645
- readonly Succeeded: "SUCCEEDED";
1646
- };
1647
- export type NameServersUpdateStateCode =
1648
- (typeof NameServersUpdateStateCode)[keyof typeof NameServersUpdateStateCode];
1649
1085
  export interface NameServersUpdateState {
1650
1086
  code?: NameServersUpdateStateCode | undefined;
1651
1087
  message?: string | undefined;
1652
1088
  }
1653
- export declare const R53HostedZoneDeletionStateCode: {
1654
- readonly Failed: "FAILED";
1655
- readonly Pending: "PENDING";
1656
- readonly Started: "STARTED";
1657
- readonly Succeeded: "SUCCEEDED";
1658
- };
1659
- export type R53HostedZoneDeletionStateCode =
1660
- (typeof R53HostedZoneDeletionStateCode)[keyof typeof R53HostedZoneDeletionStateCode];
1661
1089
  export interface R53HostedZoneDeletionState {
1662
1090
  code?: R53HostedZoneDeletionStateCode | undefined;
1663
1091
  message?: string | undefined;
@@ -1701,12 +1129,6 @@ export interface InstanceSnapshotInfo {
1701
1129
  fromBlueprintId?: string | undefined;
1702
1130
  fromDiskInfo?: DiskInfo[] | undefined;
1703
1131
  }
1704
- export declare const ExportSnapshotRecordSourceType: {
1705
- readonly DiskSnapshot: "DiskSnapshot";
1706
- readonly InstanceSnapshot: "InstanceSnapshot";
1707
- };
1708
- export type ExportSnapshotRecordSourceType =
1709
- (typeof ExportSnapshotRecordSourceType)[keyof typeof ExportSnapshotRecordSourceType];
1710
1132
  export interface ExportSnapshotRecordSourceInfo {
1711
1133
  resourceType?: ExportSnapshotRecordSourceType | undefined;
1712
1134
  createdAt?: Date | undefined;
@@ -1865,3 +1287,302 @@ export interface GetContainerServiceDeploymentsRequest {
1865
1287
  export interface GetContainerServiceDeploymentsResult {
1866
1288
  deployments?: ContainerServiceDeployment[] | undefined;
1867
1289
  }
1290
+ export interface GetContainerServiceMetricDataRequest {
1291
+ serviceName: string | undefined;
1292
+ metricName: ContainerServiceMetricName | undefined;
1293
+ startTime: Date | undefined;
1294
+ endTime: Date | undefined;
1295
+ period: number | undefined;
1296
+ statistics: MetricStatistic[] | undefined;
1297
+ }
1298
+ export interface GetContainerServiceMetricDataResult {
1299
+ metricName?: ContainerServiceMetricName | undefined;
1300
+ metricData?: MetricDatapoint[] | undefined;
1301
+ }
1302
+ export interface GetContainerServicePowersRequest {}
1303
+ export interface GetContainerServicePowersResult {
1304
+ powers?: ContainerServicePower[] | undefined;
1305
+ }
1306
+ export interface GetContainerServicesRequest {
1307
+ serviceName?: string | undefined;
1308
+ }
1309
+ export interface GetCostEstimateRequest {
1310
+ resourceName: string | undefined;
1311
+ startTime: Date | undefined;
1312
+ endTime: Date | undefined;
1313
+ }
1314
+ export interface ResourceBudgetEstimate {
1315
+ resourceName?: string | undefined;
1316
+ resourceType?: ResourceType | undefined;
1317
+ costEstimates?: CostEstimate[] | undefined;
1318
+ startTime?: Date | undefined;
1319
+ endTime?: Date | undefined;
1320
+ }
1321
+ export interface GetCostEstimateResult {
1322
+ resourcesBudgetEstimate?: ResourceBudgetEstimate[] | undefined;
1323
+ }
1324
+ export interface GetDiskRequest {
1325
+ diskName: string | undefined;
1326
+ }
1327
+ export interface GetDiskResult {
1328
+ disk?: Disk | undefined;
1329
+ }
1330
+ export interface GetDisksRequest {
1331
+ pageToken?: string | undefined;
1332
+ }
1333
+ export interface GetDisksResult {
1334
+ disks?: Disk[] | undefined;
1335
+ nextPageToken?: string | undefined;
1336
+ }
1337
+ export interface GetDiskSnapshotRequest {
1338
+ diskSnapshotName: string | undefined;
1339
+ }
1340
+ export interface GetDiskSnapshotResult {
1341
+ diskSnapshot?: DiskSnapshot | undefined;
1342
+ }
1343
+ export interface GetDiskSnapshotsRequest {
1344
+ pageToken?: string | undefined;
1345
+ }
1346
+ export interface GetDiskSnapshotsResult {
1347
+ diskSnapshots?: DiskSnapshot[] | undefined;
1348
+ nextPageToken?: string | undefined;
1349
+ }
1350
+ export interface GetDistributionBundlesRequest {}
1351
+ export interface GetDistributionBundlesResult {
1352
+ bundles?: DistributionBundle[] | undefined;
1353
+ }
1354
+ export interface GetDistributionLatestCacheResetRequest {
1355
+ distributionName?: string | undefined;
1356
+ }
1357
+ export interface GetDistributionLatestCacheResetResult {
1358
+ status?: string | undefined;
1359
+ createTime?: Date | undefined;
1360
+ }
1361
+ export interface GetDistributionMetricDataRequest {
1362
+ distributionName: string | undefined;
1363
+ metricName: DistributionMetricName | undefined;
1364
+ startTime: Date | undefined;
1365
+ endTime: Date | undefined;
1366
+ period: number | undefined;
1367
+ unit: MetricUnit | undefined;
1368
+ statistics: MetricStatistic[] | undefined;
1369
+ }
1370
+ export interface GetDistributionMetricDataResult {
1371
+ metricName?: DistributionMetricName | undefined;
1372
+ metricData?: MetricDatapoint[] | undefined;
1373
+ }
1374
+ export interface GetDistributionsRequest {
1375
+ distributionName?: string | undefined;
1376
+ pageToken?: string | undefined;
1377
+ }
1378
+ export interface GetDistributionsResult {
1379
+ distributions?: LightsailDistribution[] | undefined;
1380
+ nextPageToken?: string | undefined;
1381
+ }
1382
+ export interface GetDomainRequest {
1383
+ domainName: string | undefined;
1384
+ }
1385
+ export interface GetDomainResult {
1386
+ domain?: Domain | undefined;
1387
+ }
1388
+ export interface GetDomainsRequest {
1389
+ pageToken?: string | undefined;
1390
+ }
1391
+ export interface GetDomainsResult {
1392
+ domains?: Domain[] | undefined;
1393
+ nextPageToken?: string | undefined;
1394
+ }
1395
+ export interface GetExportSnapshotRecordsRequest {
1396
+ pageToken?: string | undefined;
1397
+ }
1398
+ export interface GetExportSnapshotRecordsResult {
1399
+ exportSnapshotRecords?: ExportSnapshotRecord[] | undefined;
1400
+ nextPageToken?: string | undefined;
1401
+ }
1402
+ export interface GetInstanceRequest {
1403
+ instanceName: string | undefined;
1404
+ }
1405
+ export interface InstanceHardware {
1406
+ cpuCount?: number | undefined;
1407
+ disks?: Disk[] | undefined;
1408
+ ramSizeInGb?: number | undefined;
1409
+ }
1410
+ export interface InstanceMetadataOptions {
1411
+ state?: InstanceMetadataState | undefined;
1412
+ httpTokens?: HttpTokens | undefined;
1413
+ httpEndpoint?: HttpEndpoint | undefined;
1414
+ httpPutResponseHopLimit?: number | undefined;
1415
+ httpProtocolIpv6?: HttpProtocolIpv6 | undefined;
1416
+ }
1417
+ export interface MonthlyTransfer {
1418
+ gbPerMonthAllocated?: number | undefined;
1419
+ }
1420
+ export interface InstancePortInfo {
1421
+ fromPort?: number | undefined;
1422
+ toPort?: number | undefined;
1423
+ protocol?: NetworkProtocol | undefined;
1424
+ accessFrom?: string | undefined;
1425
+ accessType?: PortAccessType | undefined;
1426
+ commonName?: string | undefined;
1427
+ accessDirection?: AccessDirection | undefined;
1428
+ cidrs?: string[] | undefined;
1429
+ ipv6Cidrs?: string[] | undefined;
1430
+ cidrListAliases?: string[] | undefined;
1431
+ }
1432
+ export interface InstanceNetworking {
1433
+ monthlyTransfer?: MonthlyTransfer | undefined;
1434
+ ports?: InstancePortInfo[] | undefined;
1435
+ }
1436
+ export interface InstanceState {
1437
+ code?: number | undefined;
1438
+ name?: string | undefined;
1439
+ }
1440
+ export interface Instance {
1441
+ name?: string | undefined;
1442
+ arn?: string | undefined;
1443
+ supportCode?: string | undefined;
1444
+ createdAt?: Date | undefined;
1445
+ location?: ResourceLocation | undefined;
1446
+ resourceType?: ResourceType | undefined;
1447
+ tags?: Tag[] | undefined;
1448
+ blueprintId?: string | undefined;
1449
+ blueprintName?: string | undefined;
1450
+ bundleId?: string | undefined;
1451
+ addOns?: AddOn[] | undefined;
1452
+ isStaticIp?: boolean | undefined;
1453
+ privateIpAddress?: string | undefined;
1454
+ publicIpAddress?: string | undefined;
1455
+ ipv6Addresses?: string[] | undefined;
1456
+ ipAddressType?: IpAddressType | undefined;
1457
+ hardware?: InstanceHardware | undefined;
1458
+ networking?: InstanceNetworking | undefined;
1459
+ state?: InstanceState | undefined;
1460
+ username?: string | undefined;
1461
+ sshKeyName?: string | undefined;
1462
+ metadataOptions?: InstanceMetadataOptions | undefined;
1463
+ }
1464
+ export interface GetInstanceResult {
1465
+ instance?: Instance | undefined;
1466
+ }
1467
+ export interface GetInstanceAccessDetailsRequest {
1468
+ instanceName: string | undefined;
1469
+ protocol?: InstanceAccessProtocol | undefined;
1470
+ }
1471
+ export interface HostKeyAttributes {
1472
+ algorithm?: string | undefined;
1473
+ publicKey?: string | undefined;
1474
+ witnessedAt?: Date | undefined;
1475
+ fingerprintSHA1?: string | undefined;
1476
+ fingerprintSHA256?: string | undefined;
1477
+ notValidBefore?: Date | undefined;
1478
+ notValidAfter?: Date | undefined;
1479
+ }
1480
+ export interface PasswordData {
1481
+ ciphertext?: string | undefined;
1482
+ keyPairName?: string | undefined;
1483
+ }
1484
+ export interface InstanceAccessDetails {
1485
+ certKey?: string | undefined;
1486
+ expiresAt?: Date | undefined;
1487
+ ipAddress?: string | undefined;
1488
+ ipv6Addresses?: string[] | undefined;
1489
+ password?: string | undefined;
1490
+ passwordData?: PasswordData | undefined;
1491
+ privateKey?: string | undefined;
1492
+ protocol?: InstanceAccessProtocol | undefined;
1493
+ instanceName?: string | undefined;
1494
+ username?: string | undefined;
1495
+ hostKeys?: HostKeyAttributes[] | undefined;
1496
+ }
1497
+ export interface GetInstanceAccessDetailsResult {
1498
+ accessDetails?: InstanceAccessDetails | undefined;
1499
+ }
1500
+ export interface GetInstanceMetricDataRequest {
1501
+ instanceName: string | undefined;
1502
+ metricName: InstanceMetricName | undefined;
1503
+ period: number | undefined;
1504
+ startTime: Date | undefined;
1505
+ endTime: Date | undefined;
1506
+ unit: MetricUnit | undefined;
1507
+ statistics: MetricStatistic[] | undefined;
1508
+ }
1509
+ export interface GetInstanceMetricDataResult {
1510
+ metricName?: InstanceMetricName | undefined;
1511
+ metricData?: MetricDatapoint[] | undefined;
1512
+ }
1513
+ export interface GetInstancePortStatesRequest {
1514
+ instanceName: string | undefined;
1515
+ }
1516
+ export interface InstancePortState {
1517
+ fromPort?: number | undefined;
1518
+ toPort?: number | undefined;
1519
+ protocol?: NetworkProtocol | undefined;
1520
+ state?: PortState | undefined;
1521
+ cidrs?: string[] | undefined;
1522
+ ipv6Cidrs?: string[] | undefined;
1523
+ cidrListAliases?: string[] | undefined;
1524
+ }
1525
+ export interface GetInstancePortStatesResult {
1526
+ portStates?: InstancePortState[] | undefined;
1527
+ }
1528
+ export interface GetInstancesRequest {
1529
+ pageToken?: string | undefined;
1530
+ }
1531
+ export interface GetInstancesResult {
1532
+ instances?: Instance[] | undefined;
1533
+ nextPageToken?: string | undefined;
1534
+ }
1535
+ export interface GetInstanceSnapshotRequest {
1536
+ instanceSnapshotName: string | undefined;
1537
+ }
1538
+ export interface InstanceSnapshot {
1539
+ name?: string | undefined;
1540
+ arn?: string | undefined;
1541
+ supportCode?: string | undefined;
1542
+ createdAt?: Date | undefined;
1543
+ location?: ResourceLocation | undefined;
1544
+ resourceType?: ResourceType | undefined;
1545
+ tags?: Tag[] | undefined;
1546
+ state?: InstanceSnapshotState | undefined;
1547
+ progress?: string | undefined;
1548
+ fromAttachedDisks?: Disk[] | undefined;
1549
+ fromInstanceName?: string | undefined;
1550
+ fromInstanceArn?: string | undefined;
1551
+ fromBlueprintId?: string | undefined;
1552
+ fromBundleId?: string | undefined;
1553
+ isFromAutoSnapshot?: boolean | undefined;
1554
+ sizeInGb?: number | undefined;
1555
+ }
1556
+ export interface GetInstanceSnapshotResult {
1557
+ instanceSnapshot?: InstanceSnapshot | undefined;
1558
+ }
1559
+ export interface GetInstanceSnapshotsRequest {
1560
+ pageToken?: string | undefined;
1561
+ }
1562
+ export interface GetInstanceSnapshotsResult {
1563
+ instanceSnapshots?: InstanceSnapshot[] | undefined;
1564
+ nextPageToken?: string | undefined;
1565
+ }
1566
+ export interface GetInstanceStateRequest {
1567
+ instanceName: string | undefined;
1568
+ }
1569
+ export interface GetInstanceStateResult {
1570
+ state?: InstanceState | undefined;
1571
+ }
1572
+ export interface GetKeyPairRequest {
1573
+ keyPairName: string | undefined;
1574
+ }
1575
+ export interface GetKeyPairResult {
1576
+ keyPair?: KeyPair | undefined;
1577
+ }
1578
+ export interface GetKeyPairsRequest {
1579
+ pageToken?: string | undefined;
1580
+ includeDefaultKeyPair?: boolean | undefined;
1581
+ }
1582
+ export interface GetKeyPairsResult {
1583
+ keyPairs?: KeyPair[] | undefined;
1584
+ nextPageToken?: string | undefined;
1585
+ }
1586
+ export interface GetLoadBalancerRequest {
1587
+ loadBalancerName: string | undefined;
1588
+ }