@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
@@ -1,617 +1 @@
1
- import { LightsailServiceException as __BaseException } from "./LightsailServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- code;
6
- docs;
7
- tip;
8
- constructor(opts) {
9
- super({
10
- name: "AccessDeniedException",
11
- $fault: "client",
12
- ...opts,
13
- });
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- this.code = opts.code;
16
- this.docs = opts.docs;
17
- this.tip = opts.tip;
18
- }
19
- }
20
- export const AccessDirection = {
21
- inbound: "inbound",
22
- outbound: "outbound",
23
- };
24
- export const StatusType = {
25
- Active: "Active",
26
- Inactive: "Inactive",
27
- };
28
- export const AccessType = {
29
- Private: "private",
30
- Public: "public",
31
- };
32
- export const BPAStatusMessage = {
33
- DEFAULTED_FOR_SLR_MISSING: "DEFAULTED_FOR_SLR_MISSING",
34
- DEFAULTED_FOR_SLR_MISSING_ON_HOLD: "DEFAULTED_FOR_SLR_MISSING_ON_HOLD",
35
- SYNC_ON_HOLD: "SYNC_ON_HOLD",
36
- Unknown: "Unknown",
37
- };
38
- export const AccountLevelBpaSyncStatus = {
39
- Defaulted: "Defaulted",
40
- Failed: "Failed",
41
- InSync: "InSync",
42
- NeverSynced: "NeverSynced",
43
- };
44
- export class AccountSetupInProgressException extends __BaseException {
45
- name = "AccountSetupInProgressException";
46
- $fault = "client";
47
- code;
48
- docs;
49
- tip;
50
- constructor(opts) {
51
- super({
52
- name: "AccountSetupInProgressException",
53
- $fault: "client",
54
- ...opts,
55
- });
56
- Object.setPrototypeOf(this, AccountSetupInProgressException.prototype);
57
- this.code = opts.code;
58
- this.docs = opts.docs;
59
- this.tip = opts.tip;
60
- }
61
- }
62
- export const AddOnType = {
63
- AutoSnapshot: "AutoSnapshot",
64
- StopInstanceOnIdle: "StopInstanceOnIdle",
65
- };
66
- export const ComparisonOperator = {
67
- GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
68
- GreaterThanThreshold: "GreaterThanThreshold",
69
- LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
70
- LessThanThreshold: "LessThanThreshold",
71
- };
72
- export const ContactProtocol = {
73
- Email: "Email",
74
- SMS: "SMS",
75
- };
76
- export const RegionName = {
77
- AP_NORTHEAST_1: "ap-northeast-1",
78
- AP_NORTHEAST_2: "ap-northeast-2",
79
- AP_SOUTHEAST_1: "ap-southeast-1",
80
- AP_SOUTHEAST_2: "ap-southeast-2",
81
- AP_SOUTHEAST_3: "ap-southeast-3",
82
- AP_SOUTH_1: "ap-south-1",
83
- CA_CENTRAL_1: "ca-central-1",
84
- EU_CENTRAL_1: "eu-central-1",
85
- EU_NORTH_1: "eu-north-1",
86
- EU_WEST_1: "eu-west-1",
87
- EU_WEST_2: "eu-west-2",
88
- EU_WEST_3: "eu-west-3",
89
- US_EAST_1: "us-east-1",
90
- US_EAST_2: "us-east-2",
91
- US_WEST_1: "us-west-1",
92
- US_WEST_2: "us-west-2",
93
- };
94
- export const MetricName = {
95
- BurstCapacityPercentage: "BurstCapacityPercentage",
96
- BurstCapacityTime: "BurstCapacityTime",
97
- CPUUtilization: "CPUUtilization",
98
- ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount",
99
- DatabaseConnections: "DatabaseConnections",
100
- DiskQueueDepth: "DiskQueueDepth",
101
- FreeStorageSpace: "FreeStorageSpace",
102
- HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count",
103
- HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count",
104
- HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count",
105
- HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count",
106
- HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count",
107
- HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count",
108
- HealthyHostCount: "HealthyHostCount",
109
- InstanceResponseTime: "InstanceResponseTime",
110
- NetworkIn: "NetworkIn",
111
- NetworkOut: "NetworkOut",
112
- NetworkReceiveThroughput: "NetworkReceiveThroughput",
113
- NetworkTransmitThroughput: "NetworkTransmitThroughput",
114
- RejectedConnectionCount: "RejectedConnectionCount",
115
- RequestCount: "RequestCount",
116
- StatusCheckFailed: "StatusCheckFailed",
117
- StatusCheckFailed_Instance: "StatusCheckFailed_Instance",
118
- StatusCheckFailed_System: "StatusCheckFailed_System",
119
- UnhealthyHostCount: "UnhealthyHostCount",
120
- };
121
- export const ResourceType = {
122
- Alarm: "Alarm",
123
- Bucket: "Bucket",
124
- Certificate: "Certificate",
125
- CloudFormationStackRecord: "CloudFormationStackRecord",
126
- ContactMethod: "ContactMethod",
127
- ContainerService: "ContainerService",
128
- Disk: "Disk",
129
- DiskSnapshot: "DiskSnapshot",
130
- Distribution: "Distribution",
131
- Domain: "Domain",
132
- ExportSnapshotRecord: "ExportSnapshotRecord",
133
- Instance: "Instance",
134
- InstanceSnapshot: "InstanceSnapshot",
135
- KeyPair: "KeyPair",
136
- LoadBalancer: "LoadBalancer",
137
- LoadBalancerTlsCertificate: "LoadBalancerTlsCertificate",
138
- PeeredVpc: "PeeredVpc",
139
- RelationalDatabase: "RelationalDatabase",
140
- RelationalDatabaseSnapshot: "RelationalDatabaseSnapshot",
141
- StaticIp: "StaticIp",
142
- };
143
- export const AlarmState = {
144
- ALARM: "ALARM",
145
- INSUFFICIENT_DATA: "INSUFFICIENT_DATA",
146
- OK: "OK",
147
- };
148
- export const MetricStatistic = {
149
- Average: "Average",
150
- Maximum: "Maximum",
151
- Minimum: "Minimum",
152
- SampleCount: "SampleCount",
153
- Sum: "Sum",
154
- };
155
- export const TreatMissingData = {
156
- Breaching: "breaching",
157
- Ignore: "ignore",
158
- Missing: "missing",
159
- NotBreaching: "notBreaching",
160
- };
161
- export const MetricUnit = {
162
- Bits: "Bits",
163
- BitsSecond: "Bits/Second",
164
- Bytes: "Bytes",
165
- BytesSecond: "Bytes/Second",
166
- Count: "Count",
167
- CountSecond: "Count/Second",
168
- Gigabits: "Gigabits",
169
- GigabitsSecond: "Gigabits/Second",
170
- Gigabytes: "Gigabytes",
171
- GigabytesSecond: "Gigabytes/Second",
172
- Kilobits: "Kilobits",
173
- KilobitsSecond: "Kilobits/Second",
174
- Kilobytes: "Kilobytes",
175
- KilobytesSecond: "Kilobytes/Second",
176
- Megabits: "Megabits",
177
- MegabitsSecond: "Megabits/Second",
178
- Megabytes: "Megabytes",
179
- MegabytesSecond: "Megabytes/Second",
180
- Microseconds: "Microseconds",
181
- Milliseconds: "Milliseconds",
182
- None: "None",
183
- Percent: "Percent",
184
- Seconds: "Seconds",
185
- Terabits: "Terabits",
186
- TerabitsSecond: "Terabits/Second",
187
- Terabytes: "Terabytes",
188
- TerabytesSecond: "Terabytes/Second",
189
- };
190
- export const OperationType = {
191
- AllocateStaticIp: "AllocateStaticIp",
192
- AttachCertificateToDistribution: "AttachCertificateToDistribution",
193
- AttachDisk: "AttachDisk",
194
- AttachInstancesToLoadBalancer: "AttachInstancesToLoadBalancer",
195
- AttachLoadBalancerTlsCertificate: "AttachLoadBalancerTlsCertificate",
196
- AttachStaticIp: "AttachStaticIp",
197
- CloseInstancePublicPorts: "CloseInstancePublicPorts",
198
- CreateBucket: "CreateBucket",
199
- CreateBucketAccessKey: "CreateBucketAccessKey",
200
- CreateCertificate: "CreateCertificate",
201
- CreateContactMethod: "CreateContactMethod",
202
- CreateContainerService: "CreateContainerService",
203
- CreateContainerServiceDeployment: "CreateContainerServiceDeployment",
204
- CreateContainerServiceRegistryLogin: "CreateContainerServiceRegistryLogin",
205
- CreateDisk: "CreateDisk",
206
- CreateDiskFromSnapshot: "CreateDiskFromSnapshot",
207
- CreateDiskSnapshot: "CreateDiskSnapshot",
208
- CreateDistribution: "CreateDistribution",
209
- CreateDomain: "CreateDomain",
210
- CreateInstance: "CreateInstance",
211
- CreateInstanceSnapshot: "CreateInstanceSnapshot",
212
- CreateInstancesFromSnapshot: "CreateInstancesFromSnapshot",
213
- CreateLoadBalancer: "CreateLoadBalancer",
214
- CreateLoadBalancerTlsCertificate: "CreateLoadBalancerTlsCertificate",
215
- CreateRelationalDatabase: "CreateRelationalDatabase",
216
- CreateRelationalDatabaseFromSnapshot: "CreateRelationalDatabaseFromSnapshot",
217
- CreateRelationalDatabaseSnapshot: "CreateRelationalDatabaseSnapshot",
218
- DeleteAlarm: "DeleteAlarm",
219
- DeleteBucket: "DeleteBucket",
220
- DeleteBucketAccessKey: "DeleteBucketAccessKey",
221
- DeleteCertificate: "DeleteCertificate",
222
- DeleteContactMethod: "DeleteContactMethod",
223
- DeleteContainerImage: "DeleteContainerImage",
224
- DeleteContainerService: "DeleteContainerService",
225
- DeleteDisk: "DeleteDisk",
226
- DeleteDiskSnapshot: "DeleteDiskSnapshot",
227
- DeleteDistribution: "DeleteDistribution",
228
- DeleteDomain: "DeleteDomain",
229
- DeleteDomainEntry: "DeleteDomainEntry",
230
- DeleteInstance: "DeleteInstance",
231
- DeleteInstanceSnapshot: "DeleteInstanceSnapshot",
232
- DeleteKnownHostKeys: "DeleteKnownHostKeys",
233
- DeleteLoadBalancer: "DeleteLoadBalancer",
234
- DeleteLoadBalancerTlsCertificate: "DeleteLoadBalancerTlsCertificate",
235
- DeleteRelationalDatabase: "DeleteRelationalDatabase",
236
- DeleteRelationalDatabaseSnapshot: "DeleteRelationalDatabaseSnapshot",
237
- DetachCertificateFromDistribution: "DetachCertificateFromDistribution",
238
- DetachDisk: "DetachDisk",
239
- DetachInstancesFromLoadBalancer: "DetachInstancesFromLoadBalancer",
240
- DetachStaticIp: "DetachStaticIp",
241
- DisableAddOn: "DisableAddOn",
242
- EnableAddOn: "EnableAddOn",
243
- GetAlarms: "GetAlarms",
244
- GetContactMethods: "GetContactMethods",
245
- OpenInstancePublicPorts: "OpenInstancePublicPorts",
246
- PutAlarm: "PutAlarm",
247
- PutInstancePublicPorts: "PutInstancePublicPorts",
248
- RebootInstance: "RebootInstance",
249
- RebootRelationalDatabase: "RebootRelationalDatabase",
250
- RegisterContainerImage: "RegisterContainerImage",
251
- ReleaseStaticIp: "ReleaseStaticIp",
252
- ResetDistributionCache: "ResetDistributionCache",
253
- SendContactMethodVerification: "SendContactMethodVerification",
254
- SetIpAddressType: "SetIpAddressType",
255
- SetResourceAccessForBucket: "SetResourceAccessForBucket",
256
- SetupInstanceHttps: "SetupInstanceHttps",
257
- StartGUISession: "StartGUISession",
258
- StartInstance: "StartInstance",
259
- StartRelationalDatabase: "StartRelationalDatabase",
260
- StopGUISession: "StopGUISession",
261
- StopInstance: "StopInstance",
262
- StopRelationalDatabase: "StopRelationalDatabase",
263
- TestAlarm: "TestAlarm",
264
- UpdateBucket: "UpdateBucket",
265
- UpdateBucketBundle: "UpdateBucketBundle",
266
- UpdateContainerService: "UpdateContainerService",
267
- UpdateDistribution: "UpdateDistribution",
268
- UpdateDistributionBundle: "UpdateDistributionBundle",
269
- UpdateDomainEntry: "UpdateDomainEntry",
270
- UpdateInstanceMetadataOptions: "UpdateInstanceMetadataOptions",
271
- UpdateLoadBalancerAttribute: "UpdateLoadBalancerAttribute",
272
- UpdateRelationalDatabase: "UpdateRelationalDatabase",
273
- UpdateRelationalDatabaseParameters: "UpdateRelationalDatabaseParameters",
274
- };
275
- export const OperationStatus = {
276
- Completed: "Completed",
277
- Failed: "Failed",
278
- NotStarted: "NotStarted",
279
- Started: "Started",
280
- Succeeded: "Succeeded",
281
- };
282
- export class InvalidInputException extends __BaseException {
283
- name = "InvalidInputException";
284
- $fault = "client";
285
- code;
286
- docs;
287
- tip;
288
- constructor(opts) {
289
- super({
290
- name: "InvalidInputException",
291
- $fault: "client",
292
- ...opts,
293
- });
294
- Object.setPrototypeOf(this, InvalidInputException.prototype);
295
- this.code = opts.code;
296
- this.docs = opts.docs;
297
- this.tip = opts.tip;
298
- }
299
- }
300
- export class NotFoundException extends __BaseException {
301
- name = "NotFoundException";
302
- $fault = "client";
303
- code;
304
- docs;
305
- tip;
306
- constructor(opts) {
307
- super({
308
- name: "NotFoundException",
309
- $fault: "client",
310
- ...opts,
311
- });
312
- Object.setPrototypeOf(this, NotFoundException.prototype);
313
- this.code = opts.code;
314
- this.docs = opts.docs;
315
- this.tip = opts.tip;
316
- }
317
- }
318
- export class OperationFailureException extends __BaseException {
319
- name = "OperationFailureException";
320
- $fault = "client";
321
- code;
322
- docs;
323
- tip;
324
- constructor(opts) {
325
- super({
326
- name: "OperationFailureException",
327
- $fault: "client",
328
- ...opts,
329
- });
330
- Object.setPrototypeOf(this, OperationFailureException.prototype);
331
- this.code = opts.code;
332
- this.docs = opts.docs;
333
- this.tip = opts.tip;
334
- }
335
- }
336
- export class RegionSetupInProgressException extends __BaseException {
337
- name = "RegionSetupInProgressException";
338
- $fault = "client";
339
- code;
340
- docs;
341
- tip;
342
- constructor(opts) {
343
- super({
344
- name: "RegionSetupInProgressException",
345
- $fault: "client",
346
- ...opts,
347
- });
348
- Object.setPrototypeOf(this, RegionSetupInProgressException.prototype);
349
- this.code = opts.code;
350
- this.docs = opts.docs;
351
- this.tip = opts.tip;
352
- }
353
- }
354
- export class ServiceException extends __BaseException {
355
- name = "ServiceException";
356
- $fault = "server";
357
- code;
358
- docs;
359
- tip;
360
- constructor(opts) {
361
- super({
362
- name: "ServiceException",
363
- $fault: "server",
364
- ...opts,
365
- });
366
- Object.setPrototypeOf(this, ServiceException.prototype);
367
- this.code = opts.code;
368
- this.docs = opts.docs;
369
- this.tip = opts.tip;
370
- }
371
- }
372
- export class UnauthenticatedException extends __BaseException {
373
- name = "UnauthenticatedException";
374
- $fault = "client";
375
- code;
376
- docs;
377
- tip;
378
- constructor(opts) {
379
- super({
380
- name: "UnauthenticatedException",
381
- $fault: "client",
382
- ...opts,
383
- });
384
- Object.setPrototypeOf(this, UnauthenticatedException.prototype);
385
- this.code = opts.code;
386
- this.docs = opts.docs;
387
- this.tip = opts.tip;
388
- }
389
- }
390
- export const AppCategory = {
391
- LfR: "LfR",
392
- };
393
- export const AutoMountStatus = {
394
- Failed: "Failed",
395
- Mounted: "Mounted",
396
- NotMounted: "NotMounted",
397
- Pending: "Pending",
398
- };
399
- export const AutoSnapshotStatus = {
400
- FAILED: "Failed",
401
- IN_PROGRESS: "InProgress",
402
- NOT_FOUND: "NotFound",
403
- SUCCESS: "Success",
404
- };
405
- export const BehaviorEnum = {
406
- CacheSetting: "cache",
407
- DontCacheSetting: "dont-cache",
408
- };
409
- export const InstancePlatform = {
410
- LinuxUnix: "LINUX_UNIX",
411
- Windows: "WINDOWS",
412
- };
413
- export const BlueprintType = {
414
- app: "app",
415
- os: "os",
416
- };
417
- export const BucketMetricName = {
418
- BucketSizeBytes: "BucketSizeBytes",
419
- NumberOfObjects: "NumberOfObjects",
420
- };
421
- export const ForwardValues = {
422
- all: "all",
423
- allowList: "allow-list",
424
- none: "none",
425
- };
426
- export const HeaderEnum = {
427
- accept: "Accept",
428
- acceptCharset: "Accept-Charset",
429
- acceptDatetime: "Accept-Datetime",
430
- acceptEncoding: "Accept-Encoding",
431
- acceptLanguage: "Accept-Language",
432
- authorization: "Authorization",
433
- cloudFrontForwardedProto: "CloudFront-Forwarded-Proto",
434
- cloudFrontIsDesktopViewer: "CloudFront-Is-Desktop-Viewer",
435
- cloudFrontIsMobileViewer: "CloudFront-Is-Mobile-Viewer",
436
- cloudFrontIsSmartTVViewer: "CloudFront-Is-SmartTV-Viewer",
437
- cloudFrontIsTabletViewer: "CloudFront-Is-Tablet-Viewer",
438
- cloudFrontViewerCountry: "CloudFront-Viewer-Country",
439
- host: "Host",
440
- origin: "Origin",
441
- referer: "Referer",
442
- };
443
- export const DnsRecordCreationStateCode = {
444
- Failed: "FAILED",
445
- Started: "STARTED",
446
- Succeeded: "SUCCEEDED",
447
- };
448
- export const CertificateDomainValidationStatus = {
449
- Failed: "FAILED",
450
- PendingValidation: "PENDING_VALIDATION",
451
- Success: "SUCCESS",
452
- };
453
- export const RenewalStatus = {
454
- Failed: "Failed",
455
- PendingAutoRenewal: "PendingAutoRenewal",
456
- PendingValidation: "PendingValidation",
457
- Success: "Success",
458
- };
459
- export const CertificateStatus = {
460
- Expired: "EXPIRED",
461
- Failed: "FAILED",
462
- Inactive: "INACTIVE",
463
- Issued: "ISSUED",
464
- PendingValidation: "PENDING_VALIDATION",
465
- Revoked: "REVOKED",
466
- ValidationTimedOut: "VALIDATION_TIMED_OUT",
467
- };
468
- export const CertificateProvider = {
469
- LetsEncrypt: "LetsEncrypt",
470
- };
471
- export const NetworkProtocol = {
472
- ALL: "all",
473
- ICMP: "icmp",
474
- ICMPV6: "icmpv6",
475
- TCP: "tcp",
476
- UDP: "udp",
477
- };
478
- export const CloudFormationStackRecordSourceType = {
479
- ExportSnapshotRecord: "ExportSnapshotRecord",
480
- };
481
- export const RecordState = {
482
- Failed: "Failed",
483
- Started: "Started",
484
- Succeeded: "Succeeded",
485
- };
486
- export const ContactMethodStatus = {
487
- Invalid: "Invalid",
488
- PendingVerification: "PendingVerification",
489
- Valid: "Valid",
490
- };
491
- export const ContactMethodVerificationProtocol = {
492
- Email: "Email",
493
- };
494
- export const ContainerServiceProtocol = {
495
- HTTP: "HTTP",
496
- HTTPS: "HTTPS",
497
- TCP: "TCP",
498
- UDP: "UDP",
499
- };
500
- export const ContainerServiceDeploymentState = {
501
- ACTIVATING: "ACTIVATING",
502
- ACTIVE: "ACTIVE",
503
- FAILED: "FAILED",
504
- INACTIVE: "INACTIVE",
505
- };
506
- export const ContainerServicePowerName = {
507
- large: "large",
508
- medium: "medium",
509
- micro: "micro",
510
- nano: "nano",
511
- small: "small",
512
- xlarge: "xlarge",
513
- };
514
- export const ContainerServiceState = {
515
- DELETING: "DELETING",
516
- DEPLOYING: "DEPLOYING",
517
- DISABLED: "DISABLED",
518
- PENDING: "PENDING",
519
- READY: "READY",
520
- RUNNING: "RUNNING",
521
- UPDATING: "UPDATING",
522
- };
523
- export const ContainerServiceStateDetailCode = {
524
- ACTIVATING_DEPLOYMENT: "ACTIVATING_DEPLOYMENT",
525
- CERTIFICATE_LIMIT_EXCEEDED: "CERTIFICATE_LIMIT_EXCEEDED",
526
- CREATING_DEPLOYMENT: "CREATING_DEPLOYMENT",
527
- CREATING_NETWORK_INFRASTRUCTURE: "CREATING_NETWORK_INFRASTRUCTURE",
528
- CREATING_SYSTEM_RESOURCES: "CREATING_SYSTEM_RESOURCES",
529
- EVALUATING_HEALTH_CHECK: "EVALUATING_HEALTH_CHECK",
530
- PROVISIONING_CERTIFICATE: "PROVISIONING_CERTIFICATE",
531
- PROVISIONING_SERVICE: "PROVISIONING_SERVICE",
532
- UNKNOWN_ERROR: "UNKNOWN_ERROR",
533
- };
534
- export const ContainerServiceMetricName = {
535
- CPUUtilization: "CPUUtilization",
536
- MemoryUtilization: "MemoryUtilization",
537
- };
538
- export const Currency = {
539
- USD: "USD",
540
- };
541
- export const PricingUnit = {
542
- Bundles: "Bundles",
543
- GB: "GB",
544
- GBMo: "GB-Mo",
545
- Hrs: "Hrs",
546
- Queries: "Queries",
547
- };
548
- export const PortInfoSourceType = {
549
- Closed: "CLOSED",
550
- Default: "DEFAULT",
551
- Instance: "INSTANCE",
552
- None: "NONE",
553
- };
554
- export const IpAddressType = {
555
- DUALSTACK: "dualstack",
556
- IPV4: "ipv4",
557
- IPV6: "ipv6",
558
- };
559
- export const OriginProtocolPolicyEnum = {
560
- HTTPOnly: "http-only",
561
- HTTPSOnly: "https-only",
562
- };
563
- export const ViewerMinimumTlsProtocolVersionEnum = {
564
- TLSv11_2016: "TLSv1.1_2016",
565
- TLSv12_2018: "TLSv1.2_2018",
566
- TLSv12_2019: "TLSv1.2_2019",
567
- TLSv12_2021: "TLSv1.2_2021",
568
- };
569
- export const Status = {
570
- FailedInstanceCreation: "failedInstanceCreation",
571
- FailedStartingGUISession: "failedStartingGUISession",
572
- FailedStoppingGUISession: "failedStoppingGUISession",
573
- NotStarted: "notStarted",
574
- SettingUpInstance: "settingUpInstance",
575
- StartExpired: "startExpired",
576
- Started: "started",
577
- Starting: "starting",
578
- Stopped: "stopped",
579
- Stopping: "stopping",
580
- };
581
- export const DiskState = {
582
- Available: "available",
583
- Error: "error",
584
- InUse: "in-use",
585
- Pending: "pending",
586
- Unknown: "unknown",
587
- };
588
- export const DiskSnapshotState = {
589
- Completed: "completed",
590
- Error: "error",
591
- Pending: "pending",
592
- Unknown: "unknown",
593
- };
594
- export const DistributionMetricName = {
595
- BytesDownloaded: "BytesDownloaded",
596
- BytesUploaded: "BytesUploaded",
597
- Http4xxErrorRate: "Http4xxErrorRate",
598
- Http5xxErrorRate: "Http5xxErrorRate",
599
- Requests: "Requests",
600
- TotalErrorRate: "TotalErrorRate",
601
- };
602
- export const NameServersUpdateStateCode = {
603
- Failed: "FAILED",
604
- Pending: "PENDING",
605
- Started: "STARTED",
606
- Succeeded: "SUCCEEDED",
607
- };
608
- export const R53HostedZoneDeletionStateCode = {
609
- Failed: "FAILED",
610
- Pending: "PENDING",
611
- Started: "STARTED",
612
- Succeeded: "SUCCEEDED",
613
- };
614
- export const ExportSnapshotRecordSourceType = {
615
- DiskSnapshot: "DiskSnapshot",
616
- InstanceSnapshot: "InstanceSnapshot",
617
- };
1
+ export {};