@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
@@ -0,0 +1,1287 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AccessDirection: {
6
+ readonly inbound: "inbound";
7
+ readonly outbound: "outbound";
8
+ };
9
+ /**
10
+ * @public
11
+ */
12
+ export type AccessDirection = (typeof AccessDirection)[keyof typeof AccessDirection];
13
+ /**
14
+ * @public
15
+ * @enum
16
+ */
17
+ export declare const StatusType: {
18
+ readonly Active: "Active";
19
+ readonly Inactive: "Inactive";
20
+ };
21
+ /**
22
+ * @public
23
+ */
24
+ export type StatusType = (typeof StatusType)[keyof typeof StatusType];
25
+ /**
26
+ * @public
27
+ * @enum
28
+ */
29
+ export declare const AccessType: {
30
+ readonly Private: "private";
31
+ readonly Public: "public";
32
+ };
33
+ /**
34
+ * @public
35
+ */
36
+ export type AccessType = (typeof AccessType)[keyof typeof AccessType];
37
+ /**
38
+ * @public
39
+ * @enum
40
+ */
41
+ export declare const BPAStatusMessage: {
42
+ readonly DEFAULTED_FOR_SLR_MISSING: "DEFAULTED_FOR_SLR_MISSING";
43
+ readonly DEFAULTED_FOR_SLR_MISSING_ON_HOLD: "DEFAULTED_FOR_SLR_MISSING_ON_HOLD";
44
+ readonly SYNC_ON_HOLD: "SYNC_ON_HOLD";
45
+ readonly Unknown: "Unknown";
46
+ };
47
+ /**
48
+ * @public
49
+ */
50
+ export type BPAStatusMessage = (typeof BPAStatusMessage)[keyof typeof BPAStatusMessage];
51
+ /**
52
+ * @public
53
+ * @enum
54
+ */
55
+ export declare const AccountLevelBpaSyncStatus: {
56
+ readonly Defaulted: "Defaulted";
57
+ readonly Failed: "Failed";
58
+ readonly InSync: "InSync";
59
+ readonly NeverSynced: "NeverSynced";
60
+ };
61
+ /**
62
+ * @public
63
+ */
64
+ export type AccountLevelBpaSyncStatus = (typeof AccountLevelBpaSyncStatus)[keyof typeof AccountLevelBpaSyncStatus];
65
+ /**
66
+ * @public
67
+ * @enum
68
+ */
69
+ export declare const AddOnType: {
70
+ readonly AutoSnapshot: "AutoSnapshot";
71
+ readonly StopInstanceOnIdle: "StopInstanceOnIdle";
72
+ };
73
+ /**
74
+ * @public
75
+ */
76
+ export type AddOnType = (typeof AddOnType)[keyof typeof AddOnType];
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const ComparisonOperator: {
82
+ readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
83
+ readonly GreaterThanThreshold: "GreaterThanThreshold";
84
+ readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
85
+ readonly LessThanThreshold: "LessThanThreshold";
86
+ };
87
+ /**
88
+ * @public
89
+ */
90
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
91
+ /**
92
+ * @public
93
+ * @enum
94
+ */
95
+ export declare const ContactProtocol: {
96
+ readonly Email: "Email";
97
+ readonly SMS: "SMS";
98
+ };
99
+ /**
100
+ * @public
101
+ */
102
+ export type ContactProtocol = (typeof ContactProtocol)[keyof typeof ContactProtocol];
103
+ /**
104
+ * @public
105
+ * @enum
106
+ */
107
+ export declare const RegionName: {
108
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
109
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
110
+ readonly AP_SOUTHEAST_1: "ap-southeast-1";
111
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
112
+ readonly AP_SOUTHEAST_3: "ap-southeast-3";
113
+ readonly AP_SOUTH_1: "ap-south-1";
114
+ readonly CA_CENTRAL_1: "ca-central-1";
115
+ readonly EU_CENTRAL_1: "eu-central-1";
116
+ readonly EU_NORTH_1: "eu-north-1";
117
+ readonly EU_WEST_1: "eu-west-1";
118
+ readonly EU_WEST_2: "eu-west-2";
119
+ readonly EU_WEST_3: "eu-west-3";
120
+ readonly US_EAST_1: "us-east-1";
121
+ readonly US_EAST_2: "us-east-2";
122
+ readonly US_WEST_1: "us-west-1";
123
+ readonly US_WEST_2: "us-west-2";
124
+ };
125
+ /**
126
+ * @public
127
+ */
128
+ export type RegionName = (typeof RegionName)[keyof typeof RegionName];
129
+ /**
130
+ * @public
131
+ * @enum
132
+ */
133
+ export declare const MetricName: {
134
+ readonly BurstCapacityPercentage: "BurstCapacityPercentage";
135
+ readonly BurstCapacityTime: "BurstCapacityTime";
136
+ readonly CPUUtilization: "CPUUtilization";
137
+ readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
138
+ readonly DatabaseConnections: "DatabaseConnections";
139
+ readonly DiskQueueDepth: "DiskQueueDepth";
140
+ readonly FreeStorageSpace: "FreeStorageSpace";
141
+ readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
142
+ readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
143
+ readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
144
+ readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
145
+ readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
146
+ readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
147
+ readonly HealthyHostCount: "HealthyHostCount";
148
+ readonly InstanceResponseTime: "InstanceResponseTime";
149
+ readonly NetworkIn: "NetworkIn";
150
+ readonly NetworkOut: "NetworkOut";
151
+ readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
152
+ readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
153
+ readonly RejectedConnectionCount: "RejectedConnectionCount";
154
+ readonly RequestCount: "RequestCount";
155
+ readonly StatusCheckFailed: "StatusCheckFailed";
156
+ readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
157
+ readonly StatusCheckFailed_System: "StatusCheckFailed_System";
158
+ readonly UnhealthyHostCount: "UnhealthyHostCount";
159
+ };
160
+ /**
161
+ * @public
162
+ */
163
+ export type MetricName = (typeof MetricName)[keyof typeof MetricName];
164
+ /**
165
+ * @public
166
+ * @enum
167
+ */
168
+ export declare const ResourceType: {
169
+ readonly Alarm: "Alarm";
170
+ readonly Bucket: "Bucket";
171
+ readonly Certificate: "Certificate";
172
+ readonly CloudFormationStackRecord: "CloudFormationStackRecord";
173
+ readonly ContactMethod: "ContactMethod";
174
+ readonly ContainerService: "ContainerService";
175
+ readonly Disk: "Disk";
176
+ readonly DiskSnapshot: "DiskSnapshot";
177
+ readonly Distribution: "Distribution";
178
+ readonly Domain: "Domain";
179
+ readonly ExportSnapshotRecord: "ExportSnapshotRecord";
180
+ readonly Instance: "Instance";
181
+ readonly InstanceSnapshot: "InstanceSnapshot";
182
+ readonly KeyPair: "KeyPair";
183
+ readonly LoadBalancer: "LoadBalancer";
184
+ readonly LoadBalancerTlsCertificate: "LoadBalancerTlsCertificate";
185
+ readonly PeeredVpc: "PeeredVpc";
186
+ readonly RelationalDatabase: "RelationalDatabase";
187
+ readonly RelationalDatabaseSnapshot: "RelationalDatabaseSnapshot";
188
+ readonly StaticIp: "StaticIp";
189
+ };
190
+ /**
191
+ * @public
192
+ */
193
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
194
+ /**
195
+ * @public
196
+ * @enum
197
+ */
198
+ export declare const AlarmState: {
199
+ readonly ALARM: "ALARM";
200
+ readonly INSUFFICIENT_DATA: "INSUFFICIENT_DATA";
201
+ readonly OK: "OK";
202
+ };
203
+ /**
204
+ * @public
205
+ */
206
+ export type AlarmState = (typeof AlarmState)[keyof typeof AlarmState];
207
+ /**
208
+ * @public
209
+ * @enum
210
+ */
211
+ export declare const MetricStatistic: {
212
+ readonly Average: "Average";
213
+ readonly Maximum: "Maximum";
214
+ readonly Minimum: "Minimum";
215
+ readonly SampleCount: "SampleCount";
216
+ readonly Sum: "Sum";
217
+ };
218
+ /**
219
+ * @public
220
+ */
221
+ export type MetricStatistic = (typeof MetricStatistic)[keyof typeof MetricStatistic];
222
+ /**
223
+ * @public
224
+ * @enum
225
+ */
226
+ export declare const TreatMissingData: {
227
+ readonly Breaching: "breaching";
228
+ readonly Ignore: "ignore";
229
+ readonly Missing: "missing";
230
+ readonly NotBreaching: "notBreaching";
231
+ };
232
+ /**
233
+ * @public
234
+ */
235
+ export type TreatMissingData = (typeof TreatMissingData)[keyof typeof TreatMissingData];
236
+ /**
237
+ * @public
238
+ * @enum
239
+ */
240
+ export declare const MetricUnit: {
241
+ readonly Bits: "Bits";
242
+ readonly BitsSecond: "Bits/Second";
243
+ readonly Bytes: "Bytes";
244
+ readonly BytesSecond: "Bytes/Second";
245
+ readonly Count: "Count";
246
+ readonly CountSecond: "Count/Second";
247
+ readonly Gigabits: "Gigabits";
248
+ readonly GigabitsSecond: "Gigabits/Second";
249
+ readonly Gigabytes: "Gigabytes";
250
+ readonly GigabytesSecond: "Gigabytes/Second";
251
+ readonly Kilobits: "Kilobits";
252
+ readonly KilobitsSecond: "Kilobits/Second";
253
+ readonly Kilobytes: "Kilobytes";
254
+ readonly KilobytesSecond: "Kilobytes/Second";
255
+ readonly Megabits: "Megabits";
256
+ readonly MegabitsSecond: "Megabits/Second";
257
+ readonly Megabytes: "Megabytes";
258
+ readonly MegabytesSecond: "Megabytes/Second";
259
+ readonly Microseconds: "Microseconds";
260
+ readonly Milliseconds: "Milliseconds";
261
+ readonly None: "None";
262
+ readonly Percent: "Percent";
263
+ readonly Seconds: "Seconds";
264
+ readonly Terabits: "Terabits";
265
+ readonly TerabitsSecond: "Terabits/Second";
266
+ readonly Terabytes: "Terabytes";
267
+ readonly TerabytesSecond: "Terabytes/Second";
268
+ };
269
+ /**
270
+ * @public
271
+ */
272
+ export type MetricUnit = (typeof MetricUnit)[keyof typeof MetricUnit];
273
+ /**
274
+ * @public
275
+ * @enum
276
+ */
277
+ export declare const OperationType: {
278
+ readonly AllocateStaticIp: "AllocateStaticIp";
279
+ readonly AttachCertificateToDistribution: "AttachCertificateToDistribution";
280
+ readonly AttachDisk: "AttachDisk";
281
+ readonly AttachInstancesToLoadBalancer: "AttachInstancesToLoadBalancer";
282
+ readonly AttachLoadBalancerTlsCertificate: "AttachLoadBalancerTlsCertificate";
283
+ readonly AttachStaticIp: "AttachStaticIp";
284
+ readonly CloseInstancePublicPorts: "CloseInstancePublicPorts";
285
+ readonly CreateBucket: "CreateBucket";
286
+ readonly CreateBucketAccessKey: "CreateBucketAccessKey";
287
+ readonly CreateCertificate: "CreateCertificate";
288
+ readonly CreateContactMethod: "CreateContactMethod";
289
+ readonly CreateContainerService: "CreateContainerService";
290
+ readonly CreateContainerServiceDeployment: "CreateContainerServiceDeployment";
291
+ readonly CreateContainerServiceRegistryLogin: "CreateContainerServiceRegistryLogin";
292
+ readonly CreateDisk: "CreateDisk";
293
+ readonly CreateDiskFromSnapshot: "CreateDiskFromSnapshot";
294
+ readonly CreateDiskSnapshot: "CreateDiskSnapshot";
295
+ readonly CreateDistribution: "CreateDistribution";
296
+ readonly CreateDomain: "CreateDomain";
297
+ readonly CreateInstance: "CreateInstance";
298
+ readonly CreateInstanceSnapshot: "CreateInstanceSnapshot";
299
+ readonly CreateInstancesFromSnapshot: "CreateInstancesFromSnapshot";
300
+ readonly CreateLoadBalancer: "CreateLoadBalancer";
301
+ readonly CreateLoadBalancerTlsCertificate: "CreateLoadBalancerTlsCertificate";
302
+ readonly CreateRelationalDatabase: "CreateRelationalDatabase";
303
+ readonly CreateRelationalDatabaseFromSnapshot: "CreateRelationalDatabaseFromSnapshot";
304
+ readonly CreateRelationalDatabaseSnapshot: "CreateRelationalDatabaseSnapshot";
305
+ readonly DeleteAlarm: "DeleteAlarm";
306
+ readonly DeleteBucket: "DeleteBucket";
307
+ readonly DeleteBucketAccessKey: "DeleteBucketAccessKey";
308
+ readonly DeleteCertificate: "DeleteCertificate";
309
+ readonly DeleteContactMethod: "DeleteContactMethod";
310
+ readonly DeleteContainerImage: "DeleteContainerImage";
311
+ readonly DeleteContainerService: "DeleteContainerService";
312
+ readonly DeleteDisk: "DeleteDisk";
313
+ readonly DeleteDiskSnapshot: "DeleteDiskSnapshot";
314
+ readonly DeleteDistribution: "DeleteDistribution";
315
+ readonly DeleteDomain: "DeleteDomain";
316
+ readonly DeleteDomainEntry: "DeleteDomainEntry";
317
+ readonly DeleteInstance: "DeleteInstance";
318
+ readonly DeleteInstanceSnapshot: "DeleteInstanceSnapshot";
319
+ readonly DeleteKnownHostKeys: "DeleteKnownHostKeys";
320
+ readonly DeleteLoadBalancer: "DeleteLoadBalancer";
321
+ readonly DeleteLoadBalancerTlsCertificate: "DeleteLoadBalancerTlsCertificate";
322
+ readonly DeleteRelationalDatabase: "DeleteRelationalDatabase";
323
+ readonly DeleteRelationalDatabaseSnapshot: "DeleteRelationalDatabaseSnapshot";
324
+ readonly DetachCertificateFromDistribution: "DetachCertificateFromDistribution";
325
+ readonly DetachDisk: "DetachDisk";
326
+ readonly DetachInstancesFromLoadBalancer: "DetachInstancesFromLoadBalancer";
327
+ readonly DetachStaticIp: "DetachStaticIp";
328
+ readonly DisableAddOn: "DisableAddOn";
329
+ readonly EnableAddOn: "EnableAddOn";
330
+ readonly GetAlarms: "GetAlarms";
331
+ readonly GetContactMethods: "GetContactMethods";
332
+ readonly OpenInstancePublicPorts: "OpenInstancePublicPorts";
333
+ readonly PutAlarm: "PutAlarm";
334
+ readonly PutInstancePublicPorts: "PutInstancePublicPorts";
335
+ readonly RebootInstance: "RebootInstance";
336
+ readonly RebootRelationalDatabase: "RebootRelationalDatabase";
337
+ readonly RegisterContainerImage: "RegisterContainerImage";
338
+ readonly ReleaseStaticIp: "ReleaseStaticIp";
339
+ readonly ResetDistributionCache: "ResetDistributionCache";
340
+ readonly SendContactMethodVerification: "SendContactMethodVerification";
341
+ readonly SetIpAddressType: "SetIpAddressType";
342
+ readonly SetResourceAccessForBucket: "SetResourceAccessForBucket";
343
+ readonly SetupInstanceHttps: "SetupInstanceHttps";
344
+ readonly StartGUISession: "StartGUISession";
345
+ readonly StartInstance: "StartInstance";
346
+ readonly StartRelationalDatabase: "StartRelationalDatabase";
347
+ readonly StopGUISession: "StopGUISession";
348
+ readonly StopInstance: "StopInstance";
349
+ readonly StopRelationalDatabase: "StopRelationalDatabase";
350
+ readonly TestAlarm: "TestAlarm";
351
+ readonly UpdateBucket: "UpdateBucket";
352
+ readonly UpdateBucketBundle: "UpdateBucketBundle";
353
+ readonly UpdateContainerService: "UpdateContainerService";
354
+ readonly UpdateDistribution: "UpdateDistribution";
355
+ readonly UpdateDistributionBundle: "UpdateDistributionBundle";
356
+ readonly UpdateDomainEntry: "UpdateDomainEntry";
357
+ readonly UpdateInstanceMetadataOptions: "UpdateInstanceMetadataOptions";
358
+ readonly UpdateLoadBalancerAttribute: "UpdateLoadBalancerAttribute";
359
+ readonly UpdateRelationalDatabase: "UpdateRelationalDatabase";
360
+ readonly UpdateRelationalDatabaseParameters: "UpdateRelationalDatabaseParameters";
361
+ };
362
+ /**
363
+ * @public
364
+ */
365
+ export type OperationType = (typeof OperationType)[keyof typeof OperationType];
366
+ /**
367
+ * @public
368
+ * @enum
369
+ */
370
+ export declare const OperationStatus: {
371
+ readonly Completed: "Completed";
372
+ readonly Failed: "Failed";
373
+ readonly NotStarted: "NotStarted";
374
+ readonly Started: "Started";
375
+ readonly Succeeded: "Succeeded";
376
+ };
377
+ /**
378
+ * @public
379
+ */
380
+ export type OperationStatus = (typeof OperationStatus)[keyof typeof OperationStatus];
381
+ /**
382
+ * @public
383
+ * @enum
384
+ */
385
+ export declare const AppCategory: {
386
+ readonly LfR: "LfR";
387
+ };
388
+ /**
389
+ * @public
390
+ */
391
+ export type AppCategory = (typeof AppCategory)[keyof typeof AppCategory];
392
+ /**
393
+ * @public
394
+ * @enum
395
+ */
396
+ export declare const AutoMountStatus: {
397
+ readonly Failed: "Failed";
398
+ readonly Mounted: "Mounted";
399
+ readonly NotMounted: "NotMounted";
400
+ readonly Pending: "Pending";
401
+ };
402
+ /**
403
+ * @public
404
+ */
405
+ export type AutoMountStatus = (typeof AutoMountStatus)[keyof typeof AutoMountStatus];
406
+ /**
407
+ * @public
408
+ * @enum
409
+ */
410
+ export declare const AutoSnapshotStatus: {
411
+ readonly FAILED: "Failed";
412
+ readonly IN_PROGRESS: "InProgress";
413
+ readonly NOT_FOUND: "NotFound";
414
+ readonly SUCCESS: "Success";
415
+ };
416
+ /**
417
+ * @public
418
+ */
419
+ export type AutoSnapshotStatus = (typeof AutoSnapshotStatus)[keyof typeof AutoSnapshotStatus];
420
+ /**
421
+ * @public
422
+ * @enum
423
+ */
424
+ export declare const BehaviorEnum: {
425
+ readonly CacheSetting: "cache";
426
+ readonly DontCacheSetting: "dont-cache";
427
+ };
428
+ /**
429
+ * @public
430
+ */
431
+ export type BehaviorEnum = (typeof BehaviorEnum)[keyof typeof BehaviorEnum];
432
+ /**
433
+ * @public
434
+ * @enum
435
+ */
436
+ export declare const InstancePlatform: {
437
+ readonly LinuxUnix: "LINUX_UNIX";
438
+ readonly Windows: "WINDOWS";
439
+ };
440
+ /**
441
+ * @public
442
+ */
443
+ export type InstancePlatform = (typeof InstancePlatform)[keyof typeof InstancePlatform];
444
+ /**
445
+ * @public
446
+ * @enum
447
+ */
448
+ export declare const BlueprintType: {
449
+ readonly app: "app";
450
+ readonly os: "os";
451
+ };
452
+ /**
453
+ * @public
454
+ */
455
+ export type BlueprintType = (typeof BlueprintType)[keyof typeof BlueprintType];
456
+ /**
457
+ * @public
458
+ * @enum
459
+ */
460
+ export declare const BucketMetricName: {
461
+ readonly BucketSizeBytes: "BucketSizeBytes";
462
+ readonly NumberOfObjects: "NumberOfObjects";
463
+ };
464
+ /**
465
+ * @public
466
+ */
467
+ export type BucketMetricName = (typeof BucketMetricName)[keyof typeof BucketMetricName];
468
+ /**
469
+ * @public
470
+ * @enum
471
+ */
472
+ export declare const ForwardValues: {
473
+ readonly all: "all";
474
+ readonly allowList: "allow-list";
475
+ readonly none: "none";
476
+ };
477
+ /**
478
+ * @public
479
+ */
480
+ export type ForwardValues = (typeof ForwardValues)[keyof typeof ForwardValues];
481
+ /**
482
+ * @public
483
+ * @enum
484
+ */
485
+ export declare const HeaderEnum: {
486
+ readonly accept: "Accept";
487
+ readonly acceptCharset: "Accept-Charset";
488
+ readonly acceptDatetime: "Accept-Datetime";
489
+ readonly acceptEncoding: "Accept-Encoding";
490
+ readonly acceptLanguage: "Accept-Language";
491
+ readonly authorization: "Authorization";
492
+ readonly cloudFrontForwardedProto: "CloudFront-Forwarded-Proto";
493
+ readonly cloudFrontIsDesktopViewer: "CloudFront-Is-Desktop-Viewer";
494
+ readonly cloudFrontIsMobileViewer: "CloudFront-Is-Mobile-Viewer";
495
+ readonly cloudFrontIsSmartTVViewer: "CloudFront-Is-SmartTV-Viewer";
496
+ readonly cloudFrontIsTabletViewer: "CloudFront-Is-Tablet-Viewer";
497
+ readonly cloudFrontViewerCountry: "CloudFront-Viewer-Country";
498
+ readonly host: "Host";
499
+ readonly origin: "Origin";
500
+ readonly referer: "Referer";
501
+ };
502
+ /**
503
+ * @public
504
+ */
505
+ export type HeaderEnum = (typeof HeaderEnum)[keyof typeof HeaderEnum];
506
+ /**
507
+ * @public
508
+ * @enum
509
+ */
510
+ export declare const DnsRecordCreationStateCode: {
511
+ readonly Failed: "FAILED";
512
+ readonly Started: "STARTED";
513
+ readonly Succeeded: "SUCCEEDED";
514
+ };
515
+ /**
516
+ * @public
517
+ */
518
+ export type DnsRecordCreationStateCode = (typeof DnsRecordCreationStateCode)[keyof typeof DnsRecordCreationStateCode];
519
+ /**
520
+ * @public
521
+ * @enum
522
+ */
523
+ export declare const CertificateDomainValidationStatus: {
524
+ readonly Failed: "FAILED";
525
+ readonly PendingValidation: "PENDING_VALIDATION";
526
+ readonly Success: "SUCCESS";
527
+ };
528
+ /**
529
+ * @public
530
+ */
531
+ export type CertificateDomainValidationStatus = (typeof CertificateDomainValidationStatus)[keyof typeof CertificateDomainValidationStatus];
532
+ /**
533
+ * @public
534
+ * @enum
535
+ */
536
+ export declare const RenewalStatus: {
537
+ readonly Failed: "Failed";
538
+ readonly PendingAutoRenewal: "PendingAutoRenewal";
539
+ readonly PendingValidation: "PendingValidation";
540
+ readonly Success: "Success";
541
+ };
542
+ /**
543
+ * @public
544
+ */
545
+ export type RenewalStatus = (typeof RenewalStatus)[keyof typeof RenewalStatus];
546
+ /**
547
+ * @public
548
+ * @enum
549
+ */
550
+ export declare const CertificateStatus: {
551
+ readonly Expired: "EXPIRED";
552
+ readonly Failed: "FAILED";
553
+ readonly Inactive: "INACTIVE";
554
+ readonly Issued: "ISSUED";
555
+ readonly PendingValidation: "PENDING_VALIDATION";
556
+ readonly Revoked: "REVOKED";
557
+ readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
558
+ };
559
+ /**
560
+ * @public
561
+ */
562
+ export type CertificateStatus = (typeof CertificateStatus)[keyof typeof CertificateStatus];
563
+ /**
564
+ * @public
565
+ * @enum
566
+ */
567
+ export declare const CertificateProvider: {
568
+ readonly LetsEncrypt: "LetsEncrypt";
569
+ };
570
+ /**
571
+ * @public
572
+ */
573
+ export type CertificateProvider = (typeof CertificateProvider)[keyof typeof CertificateProvider];
574
+ /**
575
+ * @public
576
+ * @enum
577
+ */
578
+ export declare const NetworkProtocol: {
579
+ readonly ALL: "all";
580
+ readonly ICMP: "icmp";
581
+ readonly ICMPV6: "icmpv6";
582
+ readonly TCP: "tcp";
583
+ readonly UDP: "udp";
584
+ };
585
+ /**
586
+ * @public
587
+ */
588
+ export type NetworkProtocol = (typeof NetworkProtocol)[keyof typeof NetworkProtocol];
589
+ /**
590
+ * @public
591
+ * @enum
592
+ */
593
+ export declare const CloudFormationStackRecordSourceType: {
594
+ readonly ExportSnapshotRecord: "ExportSnapshotRecord";
595
+ };
596
+ /**
597
+ * @public
598
+ */
599
+ export type CloudFormationStackRecordSourceType = (typeof CloudFormationStackRecordSourceType)[keyof typeof CloudFormationStackRecordSourceType];
600
+ /**
601
+ * @public
602
+ * @enum
603
+ */
604
+ export declare const RecordState: {
605
+ readonly Failed: "Failed";
606
+ readonly Started: "Started";
607
+ readonly Succeeded: "Succeeded";
608
+ };
609
+ /**
610
+ * @public
611
+ */
612
+ export type RecordState = (typeof RecordState)[keyof typeof RecordState];
613
+ /**
614
+ * @public
615
+ * @enum
616
+ */
617
+ export declare const ContactMethodStatus: {
618
+ readonly Invalid: "Invalid";
619
+ readonly PendingVerification: "PendingVerification";
620
+ readonly Valid: "Valid";
621
+ };
622
+ /**
623
+ * @public
624
+ */
625
+ export type ContactMethodStatus = (typeof ContactMethodStatus)[keyof typeof ContactMethodStatus];
626
+ /**
627
+ * @public
628
+ * @enum
629
+ */
630
+ export declare const ContactMethodVerificationProtocol: {
631
+ readonly Email: "Email";
632
+ };
633
+ /**
634
+ * @public
635
+ */
636
+ export type ContactMethodVerificationProtocol = (typeof ContactMethodVerificationProtocol)[keyof typeof ContactMethodVerificationProtocol];
637
+ /**
638
+ * @public
639
+ * @enum
640
+ */
641
+ export declare const ContainerServiceProtocol: {
642
+ readonly HTTP: "HTTP";
643
+ readonly HTTPS: "HTTPS";
644
+ readonly TCP: "TCP";
645
+ readonly UDP: "UDP";
646
+ };
647
+ /**
648
+ * @public
649
+ */
650
+ export type ContainerServiceProtocol = (typeof ContainerServiceProtocol)[keyof typeof ContainerServiceProtocol];
651
+ /**
652
+ * @public
653
+ * @enum
654
+ */
655
+ export declare const ContainerServiceDeploymentState: {
656
+ readonly ACTIVATING: "ACTIVATING";
657
+ readonly ACTIVE: "ACTIVE";
658
+ readonly FAILED: "FAILED";
659
+ readonly INACTIVE: "INACTIVE";
660
+ };
661
+ /**
662
+ * @public
663
+ */
664
+ export type ContainerServiceDeploymentState = (typeof ContainerServiceDeploymentState)[keyof typeof ContainerServiceDeploymentState];
665
+ /**
666
+ * @public
667
+ * @enum
668
+ */
669
+ export declare const ContainerServicePowerName: {
670
+ readonly large: "large";
671
+ readonly medium: "medium";
672
+ readonly micro: "micro";
673
+ readonly nano: "nano";
674
+ readonly small: "small";
675
+ readonly xlarge: "xlarge";
676
+ };
677
+ /**
678
+ * @public
679
+ */
680
+ export type ContainerServicePowerName = (typeof ContainerServicePowerName)[keyof typeof ContainerServicePowerName];
681
+ /**
682
+ * @public
683
+ * @enum
684
+ */
685
+ export declare const ContainerServiceState: {
686
+ readonly DELETING: "DELETING";
687
+ readonly DEPLOYING: "DEPLOYING";
688
+ readonly DISABLED: "DISABLED";
689
+ readonly PENDING: "PENDING";
690
+ readonly READY: "READY";
691
+ readonly RUNNING: "RUNNING";
692
+ readonly UPDATING: "UPDATING";
693
+ };
694
+ /**
695
+ * @public
696
+ */
697
+ export type ContainerServiceState = (typeof ContainerServiceState)[keyof typeof ContainerServiceState];
698
+ /**
699
+ * @public
700
+ * @enum
701
+ */
702
+ export declare const ContainerServiceStateDetailCode: {
703
+ readonly ACTIVATING_DEPLOYMENT: "ACTIVATING_DEPLOYMENT";
704
+ readonly CERTIFICATE_LIMIT_EXCEEDED: "CERTIFICATE_LIMIT_EXCEEDED";
705
+ readonly CREATING_DEPLOYMENT: "CREATING_DEPLOYMENT";
706
+ readonly CREATING_NETWORK_INFRASTRUCTURE: "CREATING_NETWORK_INFRASTRUCTURE";
707
+ readonly CREATING_SYSTEM_RESOURCES: "CREATING_SYSTEM_RESOURCES";
708
+ readonly EVALUATING_HEALTH_CHECK: "EVALUATING_HEALTH_CHECK";
709
+ readonly PROVISIONING_CERTIFICATE: "PROVISIONING_CERTIFICATE";
710
+ readonly PROVISIONING_SERVICE: "PROVISIONING_SERVICE";
711
+ readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
712
+ };
713
+ /**
714
+ * @public
715
+ */
716
+ export type ContainerServiceStateDetailCode = (typeof ContainerServiceStateDetailCode)[keyof typeof ContainerServiceStateDetailCode];
717
+ /**
718
+ * @public
719
+ * @enum
720
+ */
721
+ export declare const ContainerServiceMetricName: {
722
+ readonly CPUUtilization: "CPUUtilization";
723
+ readonly MemoryUtilization: "MemoryUtilization";
724
+ };
725
+ /**
726
+ * @public
727
+ */
728
+ export type ContainerServiceMetricName = (typeof ContainerServiceMetricName)[keyof typeof ContainerServiceMetricName];
729
+ /**
730
+ * @public
731
+ * @enum
732
+ */
733
+ export declare const Currency: {
734
+ readonly USD: "USD";
735
+ };
736
+ /**
737
+ * @public
738
+ */
739
+ export type Currency = (typeof Currency)[keyof typeof Currency];
740
+ /**
741
+ * @public
742
+ * @enum
743
+ */
744
+ export declare const PricingUnit: {
745
+ readonly Bundles: "Bundles";
746
+ readonly GB: "GB";
747
+ readonly GBMo: "GB-Mo";
748
+ readonly Hrs: "Hrs";
749
+ readonly Queries: "Queries";
750
+ };
751
+ /**
752
+ * @public
753
+ */
754
+ export type PricingUnit = (typeof PricingUnit)[keyof typeof PricingUnit];
755
+ /**
756
+ * @public
757
+ * @enum
758
+ */
759
+ export declare const PortInfoSourceType: {
760
+ readonly Closed: "CLOSED";
761
+ readonly Default: "DEFAULT";
762
+ readonly Instance: "INSTANCE";
763
+ readonly None: "NONE";
764
+ };
765
+ /**
766
+ * @public
767
+ */
768
+ export type PortInfoSourceType = (typeof PortInfoSourceType)[keyof typeof PortInfoSourceType];
769
+ /**
770
+ * @public
771
+ * @enum
772
+ */
773
+ export declare const IpAddressType: {
774
+ readonly DUALSTACK: "dualstack";
775
+ readonly IPV4: "ipv4";
776
+ readonly IPV6: "ipv6";
777
+ };
778
+ /**
779
+ * @public
780
+ */
781
+ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
782
+ /**
783
+ * @public
784
+ * @enum
785
+ */
786
+ export declare const OriginProtocolPolicyEnum: {
787
+ readonly HTTPOnly: "http-only";
788
+ readonly HTTPSOnly: "https-only";
789
+ };
790
+ /**
791
+ * @public
792
+ */
793
+ export type OriginProtocolPolicyEnum = (typeof OriginProtocolPolicyEnum)[keyof typeof OriginProtocolPolicyEnum];
794
+ /**
795
+ * @public
796
+ * @enum
797
+ */
798
+ export declare const ViewerMinimumTlsProtocolVersionEnum: {
799
+ readonly TLSv11_2016: "TLSv1.1_2016";
800
+ readonly TLSv12_2018: "TLSv1.2_2018";
801
+ readonly TLSv12_2019: "TLSv1.2_2019";
802
+ readonly TLSv12_2021: "TLSv1.2_2021";
803
+ };
804
+ /**
805
+ * @public
806
+ */
807
+ export type ViewerMinimumTlsProtocolVersionEnum = (typeof ViewerMinimumTlsProtocolVersionEnum)[keyof typeof ViewerMinimumTlsProtocolVersionEnum];
808
+ /**
809
+ * @public
810
+ * @enum
811
+ */
812
+ export declare const Status: {
813
+ readonly FailedInstanceCreation: "failedInstanceCreation";
814
+ readonly FailedStartingGUISession: "failedStartingGUISession";
815
+ readonly FailedStoppingGUISession: "failedStoppingGUISession";
816
+ readonly NotStarted: "notStarted";
817
+ readonly SettingUpInstance: "settingUpInstance";
818
+ readonly StartExpired: "startExpired";
819
+ readonly Started: "started";
820
+ readonly Starting: "starting";
821
+ readonly Stopped: "stopped";
822
+ readonly Stopping: "stopping";
823
+ };
824
+ /**
825
+ * @public
826
+ */
827
+ export type Status = (typeof Status)[keyof typeof Status];
828
+ /**
829
+ * @public
830
+ * @enum
831
+ */
832
+ export declare const DiskState: {
833
+ readonly Available: "available";
834
+ readonly Error: "error";
835
+ readonly InUse: "in-use";
836
+ readonly Pending: "pending";
837
+ readonly Unknown: "unknown";
838
+ };
839
+ /**
840
+ * @public
841
+ */
842
+ export type DiskState = (typeof DiskState)[keyof typeof DiskState];
843
+ /**
844
+ * @public
845
+ * @enum
846
+ */
847
+ export declare const DiskSnapshotState: {
848
+ readonly Completed: "completed";
849
+ readonly Error: "error";
850
+ readonly Pending: "pending";
851
+ readonly Unknown: "unknown";
852
+ };
853
+ /**
854
+ * @public
855
+ */
856
+ export type DiskSnapshotState = (typeof DiskSnapshotState)[keyof typeof DiskSnapshotState];
857
+ /**
858
+ * @public
859
+ * @enum
860
+ */
861
+ export declare const DistributionMetricName: {
862
+ readonly BytesDownloaded: "BytesDownloaded";
863
+ readonly BytesUploaded: "BytesUploaded";
864
+ readonly Http4xxErrorRate: "Http4xxErrorRate";
865
+ readonly Http5xxErrorRate: "Http5xxErrorRate";
866
+ readonly Requests: "Requests";
867
+ readonly TotalErrorRate: "TotalErrorRate";
868
+ };
869
+ /**
870
+ * @public
871
+ */
872
+ export type DistributionMetricName = (typeof DistributionMetricName)[keyof typeof DistributionMetricName];
873
+ /**
874
+ * @public
875
+ * @enum
876
+ */
877
+ export declare const NameServersUpdateStateCode: {
878
+ readonly Failed: "FAILED";
879
+ readonly Pending: "PENDING";
880
+ readonly Started: "STARTED";
881
+ readonly Succeeded: "SUCCEEDED";
882
+ };
883
+ /**
884
+ * @public
885
+ */
886
+ export type NameServersUpdateStateCode = (typeof NameServersUpdateStateCode)[keyof typeof NameServersUpdateStateCode];
887
+ /**
888
+ * @public
889
+ * @enum
890
+ */
891
+ export declare const R53HostedZoneDeletionStateCode: {
892
+ readonly Failed: "FAILED";
893
+ readonly Pending: "PENDING";
894
+ readonly Started: "STARTED";
895
+ readonly Succeeded: "SUCCEEDED";
896
+ };
897
+ /**
898
+ * @public
899
+ */
900
+ export type R53HostedZoneDeletionStateCode = (typeof R53HostedZoneDeletionStateCode)[keyof typeof R53HostedZoneDeletionStateCode];
901
+ /**
902
+ * @public
903
+ * @enum
904
+ */
905
+ export declare const ExportSnapshotRecordSourceType: {
906
+ readonly DiskSnapshot: "DiskSnapshot";
907
+ readonly InstanceSnapshot: "InstanceSnapshot";
908
+ };
909
+ /**
910
+ * @public
911
+ */
912
+ export type ExportSnapshotRecordSourceType = (typeof ExportSnapshotRecordSourceType)[keyof typeof ExportSnapshotRecordSourceType];
913
+ /**
914
+ * @public
915
+ * @enum
916
+ */
917
+ export declare const HttpEndpoint: {
918
+ readonly disabled: "disabled";
919
+ readonly enabled: "enabled";
920
+ };
921
+ /**
922
+ * @public
923
+ */
924
+ export type HttpEndpoint = (typeof HttpEndpoint)[keyof typeof HttpEndpoint];
925
+ /**
926
+ * @public
927
+ * @enum
928
+ */
929
+ export declare const HttpProtocolIpv6: {
930
+ readonly disabled: "disabled";
931
+ readonly enabled: "enabled";
932
+ };
933
+ /**
934
+ * @public
935
+ */
936
+ export type HttpProtocolIpv6 = (typeof HttpProtocolIpv6)[keyof typeof HttpProtocolIpv6];
937
+ /**
938
+ * @public
939
+ * @enum
940
+ */
941
+ export declare const HttpTokens: {
942
+ readonly optional: "optional";
943
+ readonly required: "required";
944
+ };
945
+ /**
946
+ * @public
947
+ */
948
+ export type HttpTokens = (typeof HttpTokens)[keyof typeof HttpTokens];
949
+ /**
950
+ * @public
951
+ * @enum
952
+ */
953
+ export declare const InstanceMetadataState: {
954
+ readonly applied: "applied";
955
+ readonly pending: "pending";
956
+ };
957
+ /**
958
+ * @public
959
+ */
960
+ export type InstanceMetadataState = (typeof InstanceMetadataState)[keyof typeof InstanceMetadataState];
961
+ /**
962
+ * @public
963
+ * @enum
964
+ */
965
+ export declare const PortAccessType: {
966
+ readonly Private: "Private";
967
+ readonly Public: "Public";
968
+ };
969
+ /**
970
+ * @public
971
+ */
972
+ export type PortAccessType = (typeof PortAccessType)[keyof typeof PortAccessType];
973
+ /**
974
+ * @public
975
+ * @enum
976
+ */
977
+ export declare const InstanceAccessProtocol: {
978
+ readonly rdp: "rdp";
979
+ readonly ssh: "ssh";
980
+ };
981
+ /**
982
+ * @public
983
+ */
984
+ export type InstanceAccessProtocol = (typeof InstanceAccessProtocol)[keyof typeof InstanceAccessProtocol];
985
+ /**
986
+ * @public
987
+ * @enum
988
+ */
989
+ export declare const InstanceMetricName: {
990
+ readonly BurstCapacityPercentage: "BurstCapacityPercentage";
991
+ readonly BurstCapacityTime: "BurstCapacityTime";
992
+ readonly CPUUtilization: "CPUUtilization";
993
+ readonly MetadataNoToken: "MetadataNoToken";
994
+ readonly NetworkIn: "NetworkIn";
995
+ readonly NetworkOut: "NetworkOut";
996
+ readonly StatusCheckFailed: "StatusCheckFailed";
997
+ readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
998
+ readonly StatusCheckFailed_System: "StatusCheckFailed_System";
999
+ };
1000
+ /**
1001
+ * @public
1002
+ */
1003
+ export type InstanceMetricName = (typeof InstanceMetricName)[keyof typeof InstanceMetricName];
1004
+ /**
1005
+ * @public
1006
+ * @enum
1007
+ */
1008
+ export declare const PortState: {
1009
+ readonly Closed: "closed";
1010
+ readonly Open: "open";
1011
+ };
1012
+ /**
1013
+ * @public
1014
+ */
1015
+ export type PortState = (typeof PortState)[keyof typeof PortState];
1016
+ /**
1017
+ * @public
1018
+ * @enum
1019
+ */
1020
+ export declare const InstanceSnapshotState: {
1021
+ readonly Available: "available";
1022
+ readonly Error: "error";
1023
+ readonly Pending: "pending";
1024
+ };
1025
+ /**
1026
+ * @public
1027
+ */
1028
+ export type InstanceSnapshotState = (typeof InstanceSnapshotState)[keyof typeof InstanceSnapshotState];
1029
+ /**
1030
+ * @public
1031
+ * @enum
1032
+ */
1033
+ export declare const LoadBalancerAttributeName: {
1034
+ readonly HealthCheckPath: "HealthCheckPath";
1035
+ readonly HttpsRedirectionEnabled: "HttpsRedirectionEnabled";
1036
+ readonly SessionStickinessEnabled: "SessionStickinessEnabled";
1037
+ readonly SessionStickiness_LB_CookieDurationSeconds: "SessionStickiness_LB_CookieDurationSeconds";
1038
+ readonly TlsPolicyName: "TlsPolicyName";
1039
+ };
1040
+ /**
1041
+ * @public
1042
+ */
1043
+ export type LoadBalancerAttributeName = (typeof LoadBalancerAttributeName)[keyof typeof LoadBalancerAttributeName];
1044
+ /**
1045
+ * @public
1046
+ * @enum
1047
+ */
1048
+ export declare const InstanceHealthState: {
1049
+ readonly Draining: "draining";
1050
+ readonly Healthy: "healthy";
1051
+ readonly Initial: "initial";
1052
+ readonly Unavailable: "unavailable";
1053
+ readonly Unhealthy: "unhealthy";
1054
+ readonly Unused: "unused";
1055
+ };
1056
+ /**
1057
+ * @public
1058
+ */
1059
+ export type InstanceHealthState = (typeof InstanceHealthState)[keyof typeof InstanceHealthState];
1060
+ /**
1061
+ * @public
1062
+ * @enum
1063
+ */
1064
+ export declare const InstanceHealthReason: {
1065
+ readonly InstanceDeregistrationInProgress: "Instance.DeregistrationInProgress";
1066
+ readonly InstanceFailedHealthChecks: "Instance.FailedHealthChecks";
1067
+ readonly InstanceInvalidState: "Instance.InvalidState";
1068
+ readonly InstanceIpUnusable: "Instance.IpUnusable";
1069
+ readonly InstanceNotInUse: "Instance.NotInUse";
1070
+ readonly InstanceNotRegistered: "Instance.NotRegistered";
1071
+ readonly InstanceResponseCodeMismatch: "Instance.ResponseCodeMismatch";
1072
+ readonly InstanceTimeout: "Instance.Timeout";
1073
+ readonly LbInitialHealthChecking: "Lb.InitialHealthChecking";
1074
+ readonly LbInternalError: "Lb.InternalError";
1075
+ readonly LbRegistrationInProgress: "Lb.RegistrationInProgress";
1076
+ };
1077
+ /**
1078
+ * @public
1079
+ */
1080
+ export type InstanceHealthReason = (typeof InstanceHealthReason)[keyof typeof InstanceHealthReason];
1081
+ /**
1082
+ * @public
1083
+ * @enum
1084
+ */
1085
+ export declare const LoadBalancerProtocol: {
1086
+ readonly HTTP: "HTTP";
1087
+ readonly HTTP_HTTPS: "HTTP_HTTPS";
1088
+ };
1089
+ /**
1090
+ * @public
1091
+ */
1092
+ export type LoadBalancerProtocol = (typeof LoadBalancerProtocol)[keyof typeof LoadBalancerProtocol];
1093
+ /**
1094
+ * @public
1095
+ * @enum
1096
+ */
1097
+ export declare const LoadBalancerState: {
1098
+ readonly Active: "active";
1099
+ readonly ActiveImpaired: "active_impaired";
1100
+ readonly Failed: "failed";
1101
+ readonly Provisioning: "provisioning";
1102
+ readonly Unknown: "unknown";
1103
+ };
1104
+ /**
1105
+ * @public
1106
+ */
1107
+ export type LoadBalancerState = (typeof LoadBalancerState)[keyof typeof LoadBalancerState];
1108
+ /**
1109
+ * @public
1110
+ * @enum
1111
+ */
1112
+ export declare const LoadBalancerMetricName: {
1113
+ readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
1114
+ readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
1115
+ readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
1116
+ readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
1117
+ readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
1118
+ readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
1119
+ readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
1120
+ readonly HealthyHostCount: "HealthyHostCount";
1121
+ readonly InstanceResponseTime: "InstanceResponseTime";
1122
+ readonly RejectedConnectionCount: "RejectedConnectionCount";
1123
+ readonly RequestCount: "RequestCount";
1124
+ readonly UnhealthyHostCount: "UnhealthyHostCount";
1125
+ };
1126
+ /**
1127
+ * @public
1128
+ */
1129
+ export type LoadBalancerMetricName = (typeof LoadBalancerMetricName)[keyof typeof LoadBalancerMetricName];
1130
+ /**
1131
+ * @public
1132
+ * @enum
1133
+ */
1134
+ export declare const LoadBalancerTlsCertificateDnsRecordCreationStateCode: {
1135
+ readonly Failed: "FAILED";
1136
+ readonly Started: "STARTED";
1137
+ readonly Succeeded: "SUCCEEDED";
1138
+ };
1139
+ /**
1140
+ * @public
1141
+ */
1142
+ export type LoadBalancerTlsCertificateDnsRecordCreationStateCode = (typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode)[keyof typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode];
1143
+ /**
1144
+ * @public
1145
+ * @enum
1146
+ */
1147
+ export declare const LoadBalancerTlsCertificateDomainStatus: {
1148
+ readonly Failed: "FAILED";
1149
+ readonly PendingValidation: "PENDING_VALIDATION";
1150
+ readonly Success: "SUCCESS";
1151
+ };
1152
+ /**
1153
+ * @public
1154
+ */
1155
+ export type LoadBalancerTlsCertificateDomainStatus = (typeof LoadBalancerTlsCertificateDomainStatus)[keyof typeof LoadBalancerTlsCertificateDomainStatus];
1156
+ /**
1157
+ * @public
1158
+ * @enum
1159
+ */
1160
+ export declare const LoadBalancerTlsCertificateFailureReason: {
1161
+ readonly AdditionalVerificationRequired: "ADDITIONAL_VERIFICATION_REQUIRED";
1162
+ readonly DomainNotAllowed: "DOMAIN_NOT_ALLOWED";
1163
+ readonly InvalidPublicDomain: "INVALID_PUBLIC_DOMAIN";
1164
+ readonly NoAvailableContacts: "NO_AVAILABLE_CONTACTS";
1165
+ readonly Other: "OTHER";
1166
+ };
1167
+ /**
1168
+ * @public
1169
+ */
1170
+ export type LoadBalancerTlsCertificateFailureReason = (typeof LoadBalancerTlsCertificateFailureReason)[keyof typeof LoadBalancerTlsCertificateFailureReason];
1171
+ /**
1172
+ * @public
1173
+ * @enum
1174
+ */
1175
+ export declare const LoadBalancerTlsCertificateRenewalStatus: {
1176
+ readonly Failed: "FAILED";
1177
+ readonly PendingAutoRenewal: "PENDING_AUTO_RENEWAL";
1178
+ readonly PendingValidation: "PENDING_VALIDATION";
1179
+ readonly Success: "SUCCESS";
1180
+ };
1181
+ /**
1182
+ * @public
1183
+ */
1184
+ export type LoadBalancerTlsCertificateRenewalStatus = (typeof LoadBalancerTlsCertificateRenewalStatus)[keyof typeof LoadBalancerTlsCertificateRenewalStatus];
1185
+ /**
1186
+ * @public
1187
+ * @enum
1188
+ */
1189
+ export declare const LoadBalancerTlsCertificateRevocationReason: {
1190
+ readonly AACompromise: "A_A_COMPROMISE";
1191
+ readonly AffiliationChanged: "AFFILIATION_CHANGED";
1192
+ readonly CaCompromise: "CA_COMPROMISE";
1193
+ readonly CertificateHold: "CERTIFICATE_HOLD";
1194
+ readonly CessationOfOperation: "CESSATION_OF_OPERATION";
1195
+ readonly KeyCompromise: "KEY_COMPROMISE";
1196
+ readonly PrivilegeWithdrawn: "PRIVILEGE_WITHDRAWN";
1197
+ readonly RemoveFromCrl: "REMOVE_FROM_CRL";
1198
+ readonly Superceded: "SUPERCEDED";
1199
+ readonly Unspecified: "UNSPECIFIED";
1200
+ };
1201
+ /**
1202
+ * @public
1203
+ */
1204
+ export type LoadBalancerTlsCertificateRevocationReason = (typeof LoadBalancerTlsCertificateRevocationReason)[keyof typeof LoadBalancerTlsCertificateRevocationReason];
1205
+ /**
1206
+ * @public
1207
+ * @enum
1208
+ */
1209
+ export declare const LoadBalancerTlsCertificateStatus: {
1210
+ readonly Expired: "EXPIRED";
1211
+ readonly Failed: "FAILED";
1212
+ readonly Inactive: "INACTIVE";
1213
+ readonly Issued: "ISSUED";
1214
+ readonly PendingValidation: "PENDING_VALIDATION";
1215
+ readonly Revoked: "REVOKED";
1216
+ readonly Unknown: "UNKNOWN";
1217
+ readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
1218
+ };
1219
+ /**
1220
+ * @public
1221
+ */
1222
+ export type LoadBalancerTlsCertificateStatus = (typeof LoadBalancerTlsCertificateStatus)[keyof typeof LoadBalancerTlsCertificateStatus];
1223
+ /**
1224
+ * @public
1225
+ * @enum
1226
+ */
1227
+ export declare const RelationalDatabaseEngine: {
1228
+ readonly MYSQL: "mysql";
1229
+ };
1230
+ /**
1231
+ * @public
1232
+ */
1233
+ export type RelationalDatabaseEngine = (typeof RelationalDatabaseEngine)[keyof typeof RelationalDatabaseEngine];
1234
+ /**
1235
+ * @public
1236
+ * @enum
1237
+ */
1238
+ export declare const RelationalDatabasePasswordVersion: {
1239
+ readonly CURRENT: "CURRENT";
1240
+ readonly PENDING: "PENDING";
1241
+ readonly PREVIOUS: "PREVIOUS";
1242
+ };
1243
+ /**
1244
+ * @public
1245
+ */
1246
+ export type RelationalDatabasePasswordVersion = (typeof RelationalDatabasePasswordVersion)[keyof typeof RelationalDatabasePasswordVersion];
1247
+ /**
1248
+ * @public
1249
+ * @enum
1250
+ */
1251
+ export declare const RelationalDatabaseMetricName: {
1252
+ readonly CPUUtilization: "CPUUtilization";
1253
+ readonly DatabaseConnections: "DatabaseConnections";
1254
+ readonly DiskQueueDepth: "DiskQueueDepth";
1255
+ readonly FreeStorageSpace: "FreeStorageSpace";
1256
+ readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
1257
+ readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
1258
+ };
1259
+ /**
1260
+ * @public
1261
+ */
1262
+ export type RelationalDatabaseMetricName = (typeof RelationalDatabaseMetricName)[keyof typeof RelationalDatabaseMetricName];
1263
+ /**
1264
+ * @public
1265
+ * @enum
1266
+ */
1267
+ export declare const SetupStatus: {
1268
+ readonly Failed: "failed";
1269
+ readonly InProgress: "inProgress";
1270
+ readonly Succeeded: "succeeded";
1271
+ };
1272
+ /**
1273
+ * @public
1274
+ */
1275
+ export type SetupStatus = (typeof SetupStatus)[keyof typeof SetupStatus];
1276
+ /**
1277
+ * @public
1278
+ * @enum
1279
+ */
1280
+ export declare const ResourceBucketAccess: {
1281
+ readonly Allow: "allow";
1282
+ readonly Deny: "deny";
1283
+ };
1284
+ /**
1285
+ * @public
1286
+ */
1287
+ export type ResourceBucketAccess = (typeof ResourceBucketAccess)[keyof typeof ResourceBucketAccess];