@aws-sdk/client-lightsail 3.934.0 → 3.935.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 +12 -12
  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
@@ -0,0 +1,776 @@
1
+ export declare const AccessDirection: {
2
+ readonly inbound: "inbound";
3
+ readonly outbound: "outbound";
4
+ };
5
+ export type AccessDirection =
6
+ (typeof AccessDirection)[keyof typeof AccessDirection];
7
+ export declare const StatusType: {
8
+ readonly Active: "Active";
9
+ readonly Inactive: "Inactive";
10
+ };
11
+ export type StatusType = (typeof StatusType)[keyof typeof StatusType];
12
+ export declare const AccessType: {
13
+ readonly Private: "private";
14
+ readonly Public: "public";
15
+ };
16
+ export type AccessType = (typeof AccessType)[keyof typeof AccessType];
17
+ export declare const BPAStatusMessage: {
18
+ readonly DEFAULTED_FOR_SLR_MISSING: "DEFAULTED_FOR_SLR_MISSING";
19
+ readonly DEFAULTED_FOR_SLR_MISSING_ON_HOLD: "DEFAULTED_FOR_SLR_MISSING_ON_HOLD";
20
+ readonly SYNC_ON_HOLD: "SYNC_ON_HOLD";
21
+ readonly Unknown: "Unknown";
22
+ };
23
+ export type BPAStatusMessage =
24
+ (typeof BPAStatusMessage)[keyof typeof BPAStatusMessage];
25
+ export declare const AccountLevelBpaSyncStatus: {
26
+ readonly Defaulted: "Defaulted";
27
+ readonly Failed: "Failed";
28
+ readonly InSync: "InSync";
29
+ readonly NeverSynced: "NeverSynced";
30
+ };
31
+ export type AccountLevelBpaSyncStatus =
32
+ (typeof AccountLevelBpaSyncStatus)[keyof typeof AccountLevelBpaSyncStatus];
33
+ export declare const AddOnType: {
34
+ readonly AutoSnapshot: "AutoSnapshot";
35
+ readonly StopInstanceOnIdle: "StopInstanceOnIdle";
36
+ };
37
+ export type AddOnType = (typeof AddOnType)[keyof typeof AddOnType];
38
+ export declare const ComparisonOperator: {
39
+ readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
40
+ readonly GreaterThanThreshold: "GreaterThanThreshold";
41
+ readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
42
+ readonly LessThanThreshold: "LessThanThreshold";
43
+ };
44
+ export type ComparisonOperator =
45
+ (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
46
+ export declare const ContactProtocol: {
47
+ readonly Email: "Email";
48
+ readonly SMS: "SMS";
49
+ };
50
+ export type ContactProtocol =
51
+ (typeof ContactProtocol)[keyof typeof ContactProtocol];
52
+ export declare const RegionName: {
53
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
54
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
55
+ readonly AP_SOUTHEAST_1: "ap-southeast-1";
56
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
57
+ readonly AP_SOUTHEAST_3: "ap-southeast-3";
58
+ readonly AP_SOUTH_1: "ap-south-1";
59
+ readonly CA_CENTRAL_1: "ca-central-1";
60
+ readonly EU_CENTRAL_1: "eu-central-1";
61
+ readonly EU_NORTH_1: "eu-north-1";
62
+ readonly EU_WEST_1: "eu-west-1";
63
+ readonly EU_WEST_2: "eu-west-2";
64
+ readonly EU_WEST_3: "eu-west-3";
65
+ readonly US_EAST_1: "us-east-1";
66
+ readonly US_EAST_2: "us-east-2";
67
+ readonly US_WEST_1: "us-west-1";
68
+ readonly US_WEST_2: "us-west-2";
69
+ };
70
+ export type RegionName = (typeof RegionName)[keyof typeof RegionName];
71
+ export declare const MetricName: {
72
+ readonly BurstCapacityPercentage: "BurstCapacityPercentage";
73
+ readonly BurstCapacityTime: "BurstCapacityTime";
74
+ readonly CPUUtilization: "CPUUtilization";
75
+ readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
76
+ readonly DatabaseConnections: "DatabaseConnections";
77
+ readonly DiskQueueDepth: "DiskQueueDepth";
78
+ readonly FreeStorageSpace: "FreeStorageSpace";
79
+ readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
80
+ readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
81
+ readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
82
+ readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
83
+ readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
84
+ readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
85
+ readonly HealthyHostCount: "HealthyHostCount";
86
+ readonly InstanceResponseTime: "InstanceResponseTime";
87
+ readonly NetworkIn: "NetworkIn";
88
+ readonly NetworkOut: "NetworkOut";
89
+ readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
90
+ readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
91
+ readonly RejectedConnectionCount: "RejectedConnectionCount";
92
+ readonly RequestCount: "RequestCount";
93
+ readonly StatusCheckFailed: "StatusCheckFailed";
94
+ readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
95
+ readonly StatusCheckFailed_System: "StatusCheckFailed_System";
96
+ readonly UnhealthyHostCount: "UnhealthyHostCount";
97
+ };
98
+ export type MetricName = (typeof MetricName)[keyof typeof MetricName];
99
+ export declare const ResourceType: {
100
+ readonly Alarm: "Alarm";
101
+ readonly Bucket: "Bucket";
102
+ readonly Certificate: "Certificate";
103
+ readonly CloudFormationStackRecord: "CloudFormationStackRecord";
104
+ readonly ContactMethod: "ContactMethod";
105
+ readonly ContainerService: "ContainerService";
106
+ readonly Disk: "Disk";
107
+ readonly DiskSnapshot: "DiskSnapshot";
108
+ readonly Distribution: "Distribution";
109
+ readonly Domain: "Domain";
110
+ readonly ExportSnapshotRecord: "ExportSnapshotRecord";
111
+ readonly Instance: "Instance";
112
+ readonly InstanceSnapshot: "InstanceSnapshot";
113
+ readonly KeyPair: "KeyPair";
114
+ readonly LoadBalancer: "LoadBalancer";
115
+ readonly LoadBalancerTlsCertificate: "LoadBalancerTlsCertificate";
116
+ readonly PeeredVpc: "PeeredVpc";
117
+ readonly RelationalDatabase: "RelationalDatabase";
118
+ readonly RelationalDatabaseSnapshot: "RelationalDatabaseSnapshot";
119
+ readonly StaticIp: "StaticIp";
120
+ };
121
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
122
+ export declare const AlarmState: {
123
+ readonly ALARM: "ALARM";
124
+ readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
125
+ readonly OK: "OK";
126
+ };
127
+ export type AlarmState = (typeof AlarmState)[keyof typeof AlarmState];
128
+ export declare const MetricStatistic: {
129
+ readonly Average: "Average";
130
+ readonly Maximum: "Maximum";
131
+ readonly Minimum: "Minimum";
132
+ readonly SampleCount: "SampleCount";
133
+ readonly Sum: "Sum";
134
+ };
135
+ export type MetricStatistic =
136
+ (typeof MetricStatistic)[keyof typeof MetricStatistic];
137
+ export declare const TreatMissingData: {
138
+ readonly Breaching: "breaching";
139
+ readonly Ignore: "ignore";
140
+ readonly Missing: "missing";
141
+ readonly NotBreaching: "notBreaching";
142
+ };
143
+ export type TreatMissingData =
144
+ (typeof TreatMissingData)[keyof typeof TreatMissingData];
145
+ export declare const MetricUnit: {
146
+ readonly Bits: "Bits";
147
+ readonly BitsSecond: "Bits/Second";
148
+ readonly Bytes: "Bytes";
149
+ readonly BytesSecond: "Bytes/Second";
150
+ readonly Count: "Count";
151
+ readonly CountSecond: "Count/Second";
152
+ readonly Gigabits: "Gigabits";
153
+ readonly GigabitsSecond: "Gigabits/Second";
154
+ readonly Gigabytes: "Gigabytes";
155
+ readonly GigabytesSecond: "Gigabytes/Second";
156
+ readonly Kilobits: "Kilobits";
157
+ readonly KilobitsSecond: "Kilobits/Second";
158
+ readonly Kilobytes: "Kilobytes";
159
+ readonly KilobytesSecond: "Kilobytes/Second";
160
+ readonly Megabits: "Megabits";
161
+ readonly MegabitsSecond: "Megabits/Second";
162
+ readonly Megabytes: "Megabytes";
163
+ readonly MegabytesSecond: "Megabytes/Second";
164
+ readonly Microseconds: "Microseconds";
165
+ readonly Milliseconds: "Milliseconds";
166
+ readonly None: "None";
167
+ readonly Percent: "Percent";
168
+ readonly Seconds: "Seconds";
169
+ readonly Terabits: "Terabits";
170
+ readonly TerabitsSecond: "Terabits/Second";
171
+ readonly Terabytes: "Terabytes";
172
+ readonly TerabytesSecond: "Terabytes/Second";
173
+ };
174
+ export type MetricUnit = (typeof MetricUnit)[keyof typeof MetricUnit];
175
+ export declare const OperationType: {
176
+ readonly AllocateStaticIp: "AllocateStaticIp";
177
+ readonly AttachCertificateToDistribution: "AttachCertificateToDistribution";
178
+ readonly AttachDisk: "AttachDisk";
179
+ readonly AttachInstancesToLoadBalancer: "AttachInstancesToLoadBalancer";
180
+ readonly AttachLoadBalancerTlsCertificate: "AttachLoadBalancerTlsCertificate";
181
+ readonly AttachStaticIp: "AttachStaticIp";
182
+ readonly CloseInstancePublicPorts: "CloseInstancePublicPorts";
183
+ readonly CreateBucket: "CreateBucket";
184
+ readonly CreateBucketAccessKey: "CreateBucketAccessKey";
185
+ readonly CreateCertificate: "CreateCertificate";
186
+ readonly CreateContactMethod: "CreateContactMethod";
187
+ readonly CreateContainerService: "CreateContainerService";
188
+ readonly CreateContainerServiceDeployment: "CreateContainerServiceDeployment";
189
+ readonly CreateContainerServiceRegistryLogin: "CreateContainerServiceRegistryLogin";
190
+ readonly CreateDisk: "CreateDisk";
191
+ readonly CreateDiskFromSnapshot: "CreateDiskFromSnapshot";
192
+ readonly CreateDiskSnapshot: "CreateDiskSnapshot";
193
+ readonly CreateDistribution: "CreateDistribution";
194
+ readonly CreateDomain: "CreateDomain";
195
+ readonly CreateInstance: "CreateInstance";
196
+ readonly CreateInstanceSnapshot: "CreateInstanceSnapshot";
197
+ readonly CreateInstancesFromSnapshot: "CreateInstancesFromSnapshot";
198
+ readonly CreateLoadBalancer: "CreateLoadBalancer";
199
+ readonly CreateLoadBalancerTlsCertificate: "CreateLoadBalancerTlsCertificate";
200
+ readonly CreateRelationalDatabase: "CreateRelationalDatabase";
201
+ readonly CreateRelationalDatabaseFromSnapshot: "CreateRelationalDatabaseFromSnapshot";
202
+ readonly CreateRelationalDatabaseSnapshot: "CreateRelationalDatabaseSnapshot";
203
+ readonly DeleteAlarm: "DeleteAlarm";
204
+ readonly DeleteBucket: "DeleteBucket";
205
+ readonly DeleteBucketAccessKey: "DeleteBucketAccessKey";
206
+ readonly DeleteCertificate: "DeleteCertificate";
207
+ readonly DeleteContactMethod: "DeleteContactMethod";
208
+ readonly DeleteContainerImage: "DeleteContainerImage";
209
+ readonly DeleteContainerService: "DeleteContainerService";
210
+ readonly DeleteDisk: "DeleteDisk";
211
+ readonly DeleteDiskSnapshot: "DeleteDiskSnapshot";
212
+ readonly DeleteDistribution: "DeleteDistribution";
213
+ readonly DeleteDomain: "DeleteDomain";
214
+ readonly DeleteDomainEntry: "DeleteDomainEntry";
215
+ readonly DeleteInstance: "DeleteInstance";
216
+ readonly DeleteInstanceSnapshot: "DeleteInstanceSnapshot";
217
+ readonly DeleteKnownHostKeys: "DeleteKnownHostKeys";
218
+ readonly DeleteLoadBalancer: "DeleteLoadBalancer";
219
+ readonly DeleteLoadBalancerTlsCertificate: "DeleteLoadBalancerTlsCertificate";
220
+ readonly DeleteRelationalDatabase: "DeleteRelationalDatabase";
221
+ readonly DeleteRelationalDatabaseSnapshot: "DeleteRelationalDatabaseSnapshot";
222
+ readonly DetachCertificateFromDistribution: "DetachCertificateFromDistribution";
223
+ readonly DetachDisk: "DetachDisk";
224
+ readonly DetachInstancesFromLoadBalancer: "DetachInstancesFromLoadBalancer";
225
+ readonly DetachStaticIp: "DetachStaticIp";
226
+ readonly DisableAddOn: "DisableAddOn";
227
+ readonly EnableAddOn: "EnableAddOn";
228
+ readonly GetAlarms: "GetAlarms";
229
+ readonly GetContactMethods: "GetContactMethods";
230
+ readonly OpenInstancePublicPorts: "OpenInstancePublicPorts";
231
+ readonly PutAlarm: "PutAlarm";
232
+ readonly PutInstancePublicPorts: "PutInstancePublicPorts";
233
+ readonly RebootInstance: "RebootInstance";
234
+ readonly RebootRelationalDatabase: "RebootRelationalDatabase";
235
+ readonly RegisterContainerImage: "RegisterContainerImage";
236
+ readonly ReleaseStaticIp: "ReleaseStaticIp";
237
+ readonly ResetDistributionCache: "ResetDistributionCache";
238
+ readonly SendContactMethodVerification: "SendContactMethodVerification";
239
+ readonly SetIpAddressType: "SetIpAddressType";
240
+ readonly SetResourceAccessForBucket: "SetResourceAccessForBucket";
241
+ readonly SetupInstanceHttps: "SetupInstanceHttps";
242
+ readonly StartGUISession: "StartGUISession";
243
+ readonly StartInstance: "StartInstance";
244
+ readonly StartRelationalDatabase: "StartRelationalDatabase";
245
+ readonly StopGUISession: "StopGUISession";
246
+ readonly StopInstance: "StopInstance";
247
+ readonly StopRelationalDatabase: "StopRelationalDatabase";
248
+ readonly TestAlarm: "TestAlarm";
249
+ readonly UpdateBucket: "UpdateBucket";
250
+ readonly UpdateBucketBundle: "UpdateBucketBundle";
251
+ readonly UpdateContainerService: "UpdateContainerService";
252
+ readonly UpdateDistribution: "UpdateDistribution";
253
+ readonly UpdateDistributionBundle: "UpdateDistributionBundle";
254
+ readonly UpdateDomainEntry: "UpdateDomainEntry";
255
+ readonly UpdateInstanceMetadataOptions: "UpdateInstanceMetadataOptions";
256
+ readonly UpdateLoadBalancerAttribute: "UpdateLoadBalancerAttribute";
257
+ readonly UpdateRelationalDatabase: "UpdateRelationalDatabase";
258
+ readonly UpdateRelationalDatabaseParameters: "UpdateRelationalDatabaseParameters";
259
+ };
260
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
261
+ export declare const OperationStatus: {
262
+ readonly Completed: "Completed";
263
+ readonly Failed: "Failed";
264
+ readonly NotStarted: "NotStarted";
265
+ readonly Started: "Started";
266
+ readonly Succeeded: "Succeeded";
267
+ };
268
+ export type OperationStatus =
269
+ (typeof OperationStatus)[keyof typeof OperationStatus];
270
+ export declare const AppCategory: {
271
+ readonly LfR: "LfR";
272
+ };
273
+ export type AppCategory = (typeof AppCategory)[keyof typeof AppCategory];
274
+ export declare const AutoMountStatus: {
275
+ readonly Failed: "Failed";
276
+ readonly Mounted: "Mounted";
277
+ readonly NotMounted: "NotMounted";
278
+ readonly Pending: "Pending";
279
+ };
280
+ export type AutoMountStatus =
281
+ (typeof AutoMountStatus)[keyof typeof AutoMountStatus];
282
+ export declare const AutoSnapshotStatus: {
283
+ readonly FAILED: "Failed";
284
+ readonly IN_PROGRESS: "InProgress";
285
+ readonly NOT_FOUND: "NotFound";
286
+ readonly SUCCESS: "Success";
287
+ };
288
+ export type AutoSnapshotStatus =
289
+ (typeof AutoSnapshotStatus)[keyof typeof AutoSnapshotStatus];
290
+ export declare const BehaviorEnum: {
291
+ readonly CacheSetting: "cache";
292
+ readonly DontCacheSetting: "dont-cache";
293
+ };
294
+ export type BehaviorEnum = (typeof BehaviorEnum)[keyof typeof BehaviorEnum];
295
+ export declare const InstancePlatform: {
296
+ readonly LinuxUnix: "LINUX_UNIX";
297
+ readonly Windows: "WINDOWS";
298
+ };
299
+ export type InstancePlatform =
300
+ (typeof InstancePlatform)[keyof typeof InstancePlatform];
301
+ export declare const BlueprintType: {
302
+ readonly app: "app";
303
+ readonly os: "os";
304
+ };
305
+ export type BlueprintType = (typeof BlueprintType)[keyof typeof BlueprintType];
306
+ export declare const BucketMetricName: {
307
+ readonly BucketSizeBytes: "BucketSizeBytes";
308
+ readonly NumberOfObjects: "NumberOfObjects";
309
+ };
310
+ export type BucketMetricName =
311
+ (typeof BucketMetricName)[keyof typeof BucketMetricName];
312
+ export declare const ForwardValues: {
313
+ readonly all: "all";
314
+ readonly allowList: "allow-list";
315
+ readonly none: "none";
316
+ };
317
+ export type ForwardValues = (typeof ForwardValues)[keyof typeof ForwardValues];
318
+ export declare const HeaderEnum: {
319
+ readonly accept: "Accept";
320
+ readonly acceptCharset: "Accept-Charset";
321
+ readonly acceptDatetime: "Accept-Datetime";
322
+ readonly acceptEncoding: "Accept-Encoding";
323
+ readonly acceptLanguage: "Accept-Language";
324
+ readonly authorization: "Authorization";
325
+ readonly cloudFrontForwardedProto: "CloudFront-Forwarded-Proto";
326
+ readonly cloudFrontIsDesktopViewer: "CloudFront-Is-Desktop-Viewer";
327
+ readonly cloudFrontIsMobileViewer: "CloudFront-Is-Mobile-Viewer";
328
+ readonly cloudFrontIsSmartTVViewer: "CloudFront-Is-SmartTV-Viewer";
329
+ readonly cloudFrontIsTabletViewer: "CloudFront-Is-Tablet-Viewer";
330
+ readonly cloudFrontViewerCountry: "CloudFront-Viewer-Country";
331
+ readonly host: "Host";
332
+ readonly origin: "Origin";
333
+ readonly referer: "Referer";
334
+ };
335
+ export type HeaderEnum = (typeof HeaderEnum)[keyof typeof HeaderEnum];
336
+ export declare const DnsRecordCreationStateCode: {
337
+ readonly Failed: "FAILED";
338
+ readonly Started: "STARTED";
339
+ readonly Succeeded: "SUCCEEDED";
340
+ };
341
+ export type DnsRecordCreationStateCode =
342
+ (typeof DnsRecordCreationStateCode)[keyof typeof DnsRecordCreationStateCode];
343
+ export declare const CertificateDomainValidationStatus: {
344
+ readonly Failed: "FAILED";
345
+ readonly PendingValidation: "PENDING_VALIDATION";
346
+ readonly Success: "SUCCESS";
347
+ };
348
+ export type CertificateDomainValidationStatus =
349
+ (typeof CertificateDomainValidationStatus)[keyof typeof CertificateDomainValidationStatus];
350
+ export declare const RenewalStatus: {
351
+ readonly Failed: "Failed";
352
+ readonly PendingAutoRenewal: "PendingAutoRenewal";
353
+ readonly PendingValidation: "PendingValidation";
354
+ readonly Success: "Success";
355
+ };
356
+ export type RenewalStatus = (typeof RenewalStatus)[keyof typeof RenewalStatus];
357
+ export declare const CertificateStatus: {
358
+ readonly Expired: "EXPIRED";
359
+ readonly Failed: "FAILED";
360
+ readonly Inactive: "INACTIVE";
361
+ readonly Issued: "ISSUED";
362
+ readonly PendingValidation: "PENDING_VALIDATION";
363
+ readonly Revoked: "REVOKED";
364
+ readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
365
+ };
366
+ export type CertificateStatus =
367
+ (typeof CertificateStatus)[keyof typeof CertificateStatus];
368
+ export declare const CertificateProvider: {
369
+ readonly LetsEncrypt: "LetsEncrypt";
370
+ };
371
+ export type CertificateProvider =
372
+ (typeof CertificateProvider)[keyof typeof CertificateProvider];
373
+ export declare const NetworkProtocol: {
374
+ readonly ALL: "all";
375
+ readonly ICMP: "icmp";
376
+ readonly ICMPV6: "icmpv6";
377
+ readonly TCP: "tcp";
378
+ readonly UDP: "udp";
379
+ };
380
+ export type NetworkProtocol =
381
+ (typeof NetworkProtocol)[keyof typeof NetworkProtocol];
382
+ export declare const CloudFormationStackRecordSourceType: {
383
+ readonly ExportSnapshotRecord: "ExportSnapshotRecord";
384
+ };
385
+ export type CloudFormationStackRecordSourceType =
386
+ (typeof CloudFormationStackRecordSourceType)[keyof typeof CloudFormationStackRecordSourceType];
387
+ export declare const RecordState: {
388
+ readonly Failed: "Failed";
389
+ readonly Started: "Started";
390
+ readonly Succeeded: "Succeeded";
391
+ };
392
+ export type RecordState = (typeof RecordState)[keyof typeof RecordState];
393
+ export declare const ContactMethodStatus: {
394
+ readonly Invalid: "Invalid";
395
+ readonly PendingVerification: "PendingVerification";
396
+ readonly Valid: "Valid";
397
+ };
398
+ export type ContactMethodStatus =
399
+ (typeof ContactMethodStatus)[keyof typeof ContactMethodStatus];
400
+ export declare const ContactMethodVerificationProtocol: {
401
+ readonly Email: "Email";
402
+ };
403
+ export type ContactMethodVerificationProtocol =
404
+ (typeof ContactMethodVerificationProtocol)[keyof typeof ContactMethodVerificationProtocol];
405
+ export declare const ContainerServiceProtocol: {
406
+ readonly HTTP: "HTTP";
407
+ readonly HTTPS: "HTTPS";
408
+ readonly TCP: "TCP";
409
+ readonly UDP: "UDP";
410
+ };
411
+ export type ContainerServiceProtocol =
412
+ (typeof ContainerServiceProtocol)[keyof typeof ContainerServiceProtocol];
413
+ export declare const ContainerServiceDeploymentState: {
414
+ readonly ACTIVATING: "ACTIVATING";
415
+ readonly ACTIVE: "ACTIVE";
416
+ readonly FAILED: "FAILED";
417
+ readonly INACTIVE: "INACTIVE";
418
+ };
419
+ export type ContainerServiceDeploymentState =
420
+ (typeof ContainerServiceDeploymentState)[keyof typeof ContainerServiceDeploymentState];
421
+ export declare const ContainerServicePowerName: {
422
+ readonly large: "large";
423
+ readonly medium: "medium";
424
+ readonly micro: "micro";
425
+ readonly nano: "nano";
426
+ readonly small: "small";
427
+ readonly xlarge: "xlarge";
428
+ };
429
+ export type ContainerServicePowerName =
430
+ (typeof ContainerServicePowerName)[keyof typeof ContainerServicePowerName];
431
+ export declare const ContainerServiceState: {
432
+ readonly DELETING: "DELETING";
433
+ readonly DEPLOYING: "DEPLOYING";
434
+ readonly DISABLED: "DISABLED";
435
+ readonly PENDING: "PENDING";
436
+ readonly READY: "READY";
437
+ readonly RUNNING: "RUNNING";
438
+ readonly UPDATING: "UPDATING";
439
+ };
440
+ export type ContainerServiceState =
441
+ (typeof ContainerServiceState)[keyof typeof ContainerServiceState];
442
+ export declare const ContainerServiceStateDetailCode: {
443
+ readonly ACTIVATING_DEPLOYMENT: "ACTIVATING_DEPLOYMENT";
444
+ readonly CERTIFICATE_LIMIT_EXCEEDED: "CERTIFICATE_LIMIT_EXCEEDED";
445
+ readonly CREATING_DEPLOYMENT: "CREATING_DEPLOYMENT";
446
+ readonly CREATING_NETWORK_INFRASTRUCTURE: "CREATING_NETWORK_INFRASTRUCTURE";
447
+ readonly CREATING_SYSTEM_RESOURCES: "CREATING_SYSTEM_RESOURCES";
448
+ readonly EVALUATING_HEALTH_CHECK: "EVALUATING_HEALTH_CHECK";
449
+ readonly PROVISIONING_CERTIFICATE: "PROVISIONING_CERTIFICATE";
450
+ readonly PROVISIONING_SERVICE: "PROVISIONING_SERVICE";
451
+ readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
452
+ };
453
+ export type ContainerServiceStateDetailCode =
454
+ (typeof ContainerServiceStateDetailCode)[keyof typeof ContainerServiceStateDetailCode];
455
+ export declare const ContainerServiceMetricName: {
456
+ readonly CPUUtilization: "CPUUtilization";
457
+ readonly MemoryUtilization: "MemoryUtilization";
458
+ };
459
+ export type ContainerServiceMetricName =
460
+ (typeof ContainerServiceMetricName)[keyof typeof ContainerServiceMetricName];
461
+ export declare const Currency: {
462
+ readonly USD: "USD";
463
+ };
464
+ export type Currency = (typeof Currency)[keyof typeof Currency];
465
+ export declare const PricingUnit: {
466
+ readonly Bundles: "Bundles";
467
+ readonly GB: "GB";
468
+ readonly GBMo: "GB-Mo";
469
+ readonly Hrs: "Hrs";
470
+ readonly Queries: "Queries";
471
+ };
472
+ export type PricingUnit = (typeof PricingUnit)[keyof typeof PricingUnit];
473
+ export declare const PortInfoSourceType: {
474
+ readonly Closed: "CLOSED";
475
+ readonly Default: "DEFAULT";
476
+ readonly Instance: "INSTANCE";
477
+ readonly None: "NONE";
478
+ };
479
+ export type PortInfoSourceType =
480
+ (typeof PortInfoSourceType)[keyof typeof PortInfoSourceType];
481
+ export declare const IpAddressType: {
482
+ readonly DUALSTACK: "dualstack";
483
+ readonly IPV4: "ipv4";
484
+ readonly IPV6: "ipv6";
485
+ };
486
+ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
487
+ export declare const OriginProtocolPolicyEnum: {
488
+ readonly HTTPOnly: "http-only";
489
+ readonly HTTPSOnly: "https-only";
490
+ };
491
+ export type OriginProtocolPolicyEnum =
492
+ (typeof OriginProtocolPolicyEnum)[keyof typeof OriginProtocolPolicyEnum];
493
+ export declare const ViewerMinimumTlsProtocolVersionEnum: {
494
+ readonly TLSv11_2016: "TLSv1.1_2016";
495
+ readonly TLSv12_2018: "TLSv1.2_2018";
496
+ readonly TLSv12_2019: "TLSv1.2_2019";
497
+ readonly TLSv12_2021: "TLSv1.2_2021";
498
+ };
499
+ export type ViewerMinimumTlsProtocolVersionEnum =
500
+ (typeof ViewerMinimumTlsProtocolVersionEnum)[keyof typeof ViewerMinimumTlsProtocolVersionEnum];
501
+ export declare const Status: {
502
+ readonly FailedInstanceCreation: "failedInstanceCreation";
503
+ readonly FailedStartingGUISession: "failedStartingGUISession";
504
+ readonly FailedStoppingGUISession: "failedStoppingGUISession";
505
+ readonly NotStarted: "notStarted";
506
+ readonly SettingUpInstance: "settingUpInstance";
507
+ readonly StartExpired: "startExpired";
508
+ readonly Started: "started";
509
+ readonly Starting: "starting";
510
+ readonly Stopped: "stopped";
511
+ readonly Stopping: "stopping";
512
+ };
513
+ export type Status = (typeof Status)[keyof typeof Status];
514
+ export declare const DiskState: {
515
+ readonly Available: "available";
516
+ readonly Error: "error";
517
+ readonly InUse: "in-use";
518
+ readonly Pending: "pending";
519
+ readonly Unknown: "unknown";
520
+ };
521
+ export type DiskState = (typeof DiskState)[keyof typeof DiskState];
522
+ export declare const DiskSnapshotState: {
523
+ readonly Completed: "completed";
524
+ readonly Error: "error";
525
+ readonly Pending: "pending";
526
+ readonly Unknown: "unknown";
527
+ };
528
+ export type DiskSnapshotState =
529
+ (typeof DiskSnapshotState)[keyof typeof DiskSnapshotState];
530
+ export declare const DistributionMetricName: {
531
+ readonly BytesDownloaded: "BytesDownloaded";
532
+ readonly BytesUploaded: "BytesUploaded";
533
+ readonly Http4xxErrorRate: "Http4xxErrorRate";
534
+ readonly Http5xxErrorRate: "Http5xxErrorRate";
535
+ readonly Requests: "Requests";
536
+ readonly TotalErrorRate: "TotalErrorRate";
537
+ };
538
+ export type DistributionMetricName =
539
+ (typeof DistributionMetricName)[keyof typeof DistributionMetricName];
540
+ export declare const NameServersUpdateStateCode: {
541
+ readonly Failed: "FAILED";
542
+ readonly Pending: "PENDING";
543
+ readonly Started: "STARTED";
544
+ readonly Succeeded: "SUCCEEDED";
545
+ };
546
+ export type NameServersUpdateStateCode =
547
+ (typeof NameServersUpdateStateCode)[keyof typeof NameServersUpdateStateCode];
548
+ export declare const R53HostedZoneDeletionStateCode: {
549
+ readonly Failed: "FAILED";
550
+ readonly Pending: "PENDING";
551
+ readonly Started: "STARTED";
552
+ readonly Succeeded: "SUCCEEDED";
553
+ };
554
+ export type R53HostedZoneDeletionStateCode =
555
+ (typeof R53HostedZoneDeletionStateCode)[keyof typeof R53HostedZoneDeletionStateCode];
556
+ export declare const ExportSnapshotRecordSourceType: {
557
+ readonly DiskSnapshot: "DiskSnapshot";
558
+ readonly InstanceSnapshot: "InstanceSnapshot";
559
+ };
560
+ export type ExportSnapshotRecordSourceType =
561
+ (typeof ExportSnapshotRecordSourceType)[keyof typeof ExportSnapshotRecordSourceType];
562
+ export declare const HttpEndpoint: {
563
+ readonly disabled: "disabled";
564
+ readonly enabled: "enabled";
565
+ };
566
+ export type HttpEndpoint = (typeof HttpEndpoint)[keyof typeof HttpEndpoint];
567
+ export declare const HttpProtocolIpv6: {
568
+ readonly disabled: "disabled";
569
+ readonly enabled: "enabled";
570
+ };
571
+ export type HttpProtocolIpv6 =
572
+ (typeof HttpProtocolIpv6)[keyof typeof HttpProtocolIpv6];
573
+ export declare const HttpTokens: {
574
+ readonly optional: "optional";
575
+ readonly required: "required";
576
+ };
577
+ export type HttpTokens = (typeof HttpTokens)[keyof typeof HttpTokens];
578
+ export declare const InstanceMetadataState: {
579
+ readonly applied: "applied";
580
+ readonly pending: "pending";
581
+ };
582
+ export type InstanceMetadataState =
583
+ (typeof InstanceMetadataState)[keyof typeof InstanceMetadataState];
584
+ export declare const PortAccessType: {
585
+ readonly Private: "Private";
586
+ readonly Public: "Public";
587
+ };
588
+ export type PortAccessType =
589
+ (typeof PortAccessType)[keyof typeof PortAccessType];
590
+ export declare const InstanceAccessProtocol: {
591
+ readonly rdp: "rdp";
592
+ readonly ssh: "ssh";
593
+ };
594
+ export type InstanceAccessProtocol =
595
+ (typeof InstanceAccessProtocol)[keyof typeof InstanceAccessProtocol];
596
+ export declare const InstanceMetricName: {
597
+ readonly BurstCapacityPercentage: "BurstCapacityPercentage";
598
+ readonly BurstCapacityTime: "BurstCapacityTime";
599
+ readonly CPUUtilization: "CPUUtilization";
600
+ readonly MetadataNoToken: "MetadataNoToken";
601
+ readonly NetworkIn: "NetworkIn";
602
+ readonly NetworkOut: "NetworkOut";
603
+ readonly StatusCheckFailed: "StatusCheckFailed";
604
+ readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
605
+ readonly StatusCheckFailed_System: "StatusCheckFailed_System";
606
+ };
607
+ export type InstanceMetricName =
608
+ (typeof InstanceMetricName)[keyof typeof InstanceMetricName];
609
+ export declare const PortState: {
610
+ readonly Closed: "closed";
611
+ readonly Open: "open";
612
+ };
613
+ export type PortState = (typeof PortState)[keyof typeof PortState];
614
+ export declare const InstanceSnapshotState: {
615
+ readonly Available: "available";
616
+ readonly Error: "error";
617
+ readonly Pending: "pending";
618
+ };
619
+ export type InstanceSnapshotState =
620
+ (typeof InstanceSnapshotState)[keyof typeof InstanceSnapshotState];
621
+ export declare const LoadBalancerAttributeName: {
622
+ readonly HealthCheckPath: "HealthCheckPath";
623
+ readonly HttpsRedirectionEnabled: "HttpsRedirectionEnabled";
624
+ readonly SessionStickinessEnabled: "SessionStickinessEnabled";
625
+ readonly SessionStickiness_LB_CookieDurationSeconds: "SessionStickiness_LB_CookieDurationSeconds";
626
+ readonly TlsPolicyName: "TlsPolicyName";
627
+ };
628
+ export type LoadBalancerAttributeName =
629
+ (typeof LoadBalancerAttributeName)[keyof typeof LoadBalancerAttributeName];
630
+ export declare const InstanceHealthState: {
631
+ readonly Draining: "draining";
632
+ readonly Healthy: "healthy";
633
+ readonly Initial: "initial";
634
+ readonly Unavailable: "unavailable";
635
+ readonly Unhealthy: "unhealthy";
636
+ readonly Unused: "unused";
637
+ };
638
+ export type InstanceHealthState =
639
+ (typeof InstanceHealthState)[keyof typeof InstanceHealthState];
640
+ export declare const InstanceHealthReason: {
641
+ readonly InstanceDeregistrationInProgress: "Instance.DeregistrationInProgress";
642
+ readonly InstanceFailedHealthChecks: "Instance.FailedHealthChecks";
643
+ readonly InstanceInvalidState: "Instance.InvalidState";
644
+ readonly InstanceIpUnusable: "Instance.IpUnusable";
645
+ readonly InstanceNotInUse: "Instance.NotInUse";
646
+ readonly InstanceNotRegistered: "Instance.NotRegistered";
647
+ readonly InstanceResponseCodeMismatch: "Instance.ResponseCodeMismatch";
648
+ readonly InstanceTimeout: "Instance.Timeout";
649
+ readonly LbInitialHealthChecking: "Lb.InitialHealthChecking";
650
+ readonly LbInternalError: "Lb.InternalError";
651
+ readonly LbRegistrationInProgress: "Lb.RegistrationInProgress";
652
+ };
653
+ export type InstanceHealthReason =
654
+ (typeof InstanceHealthReason)[keyof typeof InstanceHealthReason];
655
+ export declare const LoadBalancerProtocol: {
656
+ readonly HTTP: "HTTP";
657
+ readonly HTTP_HTTPS: "HTTP_HTTPS";
658
+ };
659
+ export type LoadBalancerProtocol =
660
+ (typeof LoadBalancerProtocol)[keyof typeof LoadBalancerProtocol];
661
+ export declare const LoadBalancerState: {
662
+ readonly Active: "active";
663
+ readonly ActiveImpaired: "active_impaired";
664
+ readonly Failed: "failed";
665
+ readonly Provisioning: "provisioning";
666
+ readonly Unknown: "unknown";
667
+ };
668
+ export type LoadBalancerState =
669
+ (typeof LoadBalancerState)[keyof typeof LoadBalancerState];
670
+ export declare const LoadBalancerMetricName: {
671
+ readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
672
+ readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
673
+ readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
674
+ readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
675
+ readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
676
+ readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
677
+ readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
678
+ readonly HealthyHostCount: "HealthyHostCount";
679
+ readonly InstanceResponseTime: "InstanceResponseTime";
680
+ readonly RejectedConnectionCount: "RejectedConnectionCount";
681
+ readonly RequestCount: "RequestCount";
682
+ readonly UnhealthyHostCount: "UnhealthyHostCount";
683
+ };
684
+ export type LoadBalancerMetricName =
685
+ (typeof LoadBalancerMetricName)[keyof typeof LoadBalancerMetricName];
686
+ export declare const LoadBalancerTlsCertificateDnsRecordCreationStateCode: {
687
+ readonly Failed: "FAILED";
688
+ readonly Started: "STARTED";
689
+ readonly Succeeded: "SUCCEEDED";
690
+ };
691
+ export type LoadBalancerTlsCertificateDnsRecordCreationStateCode =
692
+ (typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode)[keyof typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode];
693
+ export declare const LoadBalancerTlsCertificateDomainStatus: {
694
+ readonly Failed: "FAILED";
695
+ readonly PendingValidation: "PENDING_VALIDATION";
696
+ readonly Success: "SUCCESS";
697
+ };
698
+ export type LoadBalancerTlsCertificateDomainStatus =
699
+ (typeof LoadBalancerTlsCertificateDomainStatus)[keyof typeof LoadBalancerTlsCertificateDomainStatus];
700
+ export declare const LoadBalancerTlsCertificateFailureReason: {
701
+ readonly AdditionalVerificationRequired: "ADDITIONAL_VERIFICATION_REQUIRED";
702
+ readonly DomainNotAllowed: "DOMAIN_NOT_ALLOWED";
703
+ readonly InvalidPublicDomain: "INVALID_PUBLIC_DOMAIN";
704
+ readonly NoAvailableContacts: "NO_AVAILABLE_CONTACTS";
705
+ readonly Other: "OTHER";
706
+ };
707
+ export type LoadBalancerTlsCertificateFailureReason =
708
+ (typeof LoadBalancerTlsCertificateFailureReason)[keyof typeof LoadBalancerTlsCertificateFailureReason];
709
+ export declare const LoadBalancerTlsCertificateRenewalStatus: {
710
+ readonly Failed: "FAILED";
711
+ readonly PendingAutoRenewal: "PENDING_AUTO_RENEWAL";
712
+ readonly PendingValidation: "PENDING_VALIDATION";
713
+ readonly Success: "SUCCESS";
714
+ };
715
+ export type LoadBalancerTlsCertificateRenewalStatus =
716
+ (typeof LoadBalancerTlsCertificateRenewalStatus)[keyof typeof LoadBalancerTlsCertificateRenewalStatus];
717
+ export declare const LoadBalancerTlsCertificateRevocationReason: {
718
+ readonly AACompromise: "A_A_COMPROMISE";
719
+ readonly AffiliationChanged: "AFFILIATION_CHANGED";
720
+ readonly CaCompromise: "CA_COMPROMISE";
721
+ readonly CertificateHold: "CERTIFICATE_HOLD";
722
+ readonly CessationOfOperation: "CESSATION_OF_OPERATION";
723
+ readonly KeyCompromise: "KEY_COMPROMISE";
724
+ readonly PrivilegeWithdrawn: "PRIVILEGE_WITHDRAWN";
725
+ readonly RemoveFromCrl: "REMOVE_FROM_CRL";
726
+ readonly Superceded: "SUPERCEDED";
727
+ readonly Unspecified: "UNSPECIFIED";
728
+ };
729
+ export type LoadBalancerTlsCertificateRevocationReason =
730
+ (typeof LoadBalancerTlsCertificateRevocationReason)[keyof typeof LoadBalancerTlsCertificateRevocationReason];
731
+ export declare const LoadBalancerTlsCertificateStatus: {
732
+ readonly Expired: "EXPIRED";
733
+ readonly Failed: "FAILED";
734
+ readonly Inactive: "INACTIVE";
735
+ readonly Issued: "ISSUED";
736
+ readonly PendingValidation: "PENDING_VALIDATION";
737
+ readonly Revoked: "REVOKED";
738
+ readonly Unknown: "UNKNOWN";
739
+ readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
740
+ };
741
+ export type LoadBalancerTlsCertificateStatus =
742
+ (typeof LoadBalancerTlsCertificateStatus)[keyof typeof LoadBalancerTlsCertificateStatus];
743
+ export declare const RelationalDatabaseEngine: {
744
+ readonly MYSQL: "mysql";
745
+ };
746
+ export type RelationalDatabaseEngine =
747
+ (typeof RelationalDatabaseEngine)[keyof typeof RelationalDatabaseEngine];
748
+ export declare const RelationalDatabasePasswordVersion: {
749
+ readonly CURRENT: "CURRENT";
750
+ readonly PENDING: "PENDING";
751
+ readonly PREVIOUS: "PREVIOUS";
752
+ };
753
+ export type RelationalDatabasePasswordVersion =
754
+ (typeof RelationalDatabasePasswordVersion)[keyof typeof RelationalDatabasePasswordVersion];
755
+ export declare const RelationalDatabaseMetricName: {
756
+ readonly CPUUtilization: "CPUUtilization";
757
+ readonly DatabaseConnections: "DatabaseConnections";
758
+ readonly DiskQueueDepth: "DiskQueueDepth";
759
+ readonly FreeStorageSpace: "FreeStorageSpace";
760
+ readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
761
+ readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
762
+ };
763
+ export type RelationalDatabaseMetricName =
764
+ (typeof RelationalDatabaseMetricName)[keyof typeof RelationalDatabaseMetricName];
765
+ export declare const SetupStatus: {
766
+ readonly Failed: "failed";
767
+ readonly InProgress: "inProgress";
768
+ readonly Succeeded: "succeeded";
769
+ };
770
+ export type SetupStatus = (typeof SetupStatus)[keyof typeof SetupStatus];
771
+ export declare const ResourceBucketAccess: {
772
+ readonly Allow: "allow";
773
+ readonly Deny: "deny";
774
+ };
775
+ export type ResourceBucketAccess =
776
+ (typeof ResourceBucketAccess)[keyof typeof ResourceBucketAccess];