@aws-sdk/client-lightsail 3.934.0 → 3.936.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/dist-cjs/index.js +643 -643
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +639 -0
  4. package/dist-es/models/errors.js +145 -0
  5. package/dist-es/models/models_0.js +1 -617
  6. package/dist-es/models/models_1.js +1 -167
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  9. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -1
  10. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -2
  11. package/dist-types/commands/GetCostEstimateCommand.d.ts +1 -1
  12. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  13. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  14. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  15. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  16. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  19. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  21. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  22. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  23. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  25. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  26. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  27. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  28. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  30. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  31. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  32. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  33. package/dist-types/commands/GetLoadBalancerCommand.d.ts +2 -1
  34. package/dist-types/index.d.ts +4 -1
  35. package/dist-types/models/enums.d.ts +1287 -0
  36. package/dist-types/models/errors.d.ts +143 -0
  37. package/dist-types/models/models_0.d.ts +1969 -1055
  38. package/dist-types/models/models_1.d.ts +2 -2344
  39. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  40. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +1 -1
  41. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/index.d.ts +4 -1
  66. package/dist-types/ts3.4/models/enums.d.ts +776 -0
  67. package/dist-types/ts3.4/models/errors.d.ts +81 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +363 -642
  69. package/dist-types/ts3.4/models/models_1.d.ts +36 -542
  70. package/package.json +19 -19
  71. package/dist-es/models/index.js +0 -2
  72. package/dist-types/models/index.d.ts +0 -2
  73. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -1,8 +1,41 @@
1
1
  import {
2
- AccessDirection,
3
- AccessRules,
4
- AddOn,
5
2
  AlarmState,
3
+ CertificateProvider,
4
+ ComparisonOperator,
5
+ ContactMethodVerificationProtocol,
6
+ ContactProtocol,
7
+ ContainerServicePowerName,
8
+ HttpEndpoint,
9
+ HttpProtocolIpv6,
10
+ HttpTokens,
11
+ InstanceHealthReason,
12
+ InstanceHealthState,
13
+ IpAddressType,
14
+ LoadBalancerAttributeName,
15
+ LoadBalancerMetricName,
16
+ LoadBalancerProtocol,
17
+ LoadBalancerState,
18
+ LoadBalancerTlsCertificateDnsRecordCreationStateCode,
19
+ LoadBalancerTlsCertificateDomainStatus,
20
+ LoadBalancerTlsCertificateFailureReason,
21
+ LoadBalancerTlsCertificateRenewalStatus,
22
+ LoadBalancerTlsCertificateRevocationReason,
23
+ LoadBalancerTlsCertificateStatus,
24
+ MetricName,
25
+ MetricStatistic,
26
+ MetricUnit,
27
+ RegionName,
28
+ RelationalDatabaseEngine,
29
+ RelationalDatabaseMetricName,
30
+ RelationalDatabasePasswordVersion,
31
+ ResourceBucketAccess,
32
+ ResourceType,
33
+ SetupStatus,
34
+ TreatMissingData,
35
+ ViewerMinimumTlsProtocolVersionEnum,
36
+ } from "./enums";
37
+ import {
38
+ AccessRules,
6
39
  AvailabilityZone,
7
40
  Bucket,
8
41
  BucketAccessLogConfig,
@@ -10,454 +43,22 @@ import {
10
43
  CacheBehavior,
11
44
  CacheBehaviorPerPath,
12
45
  CacheSettings,
13
- CertificateProvider,
14
- ComparisonOperator,
15
- ContactMethodVerificationProtocol,
16
- ContactProtocol,
17
46
  ContainerImage,
18
47
  ContainerService,
19
- ContainerServiceMetricName,
20
- ContainerServicePower,
21
- ContainerServicePowerName,
22
- CostEstimate,
23
- Disk,
24
- DiskSnapshot,
25
- DistributionBundle,
26
- DistributionMetricName,
27
- Domain,
28
48
  DomainEntry,
29
- ExportSnapshotRecord,
30
49
  InputOrigin,
31
- IpAddressType,
32
- KeyPair,
33
- LightsailDistribution,
34
50
  MetricDatapoint,
35
- MetricName,
36
- MetricStatistic,
37
- MetricUnit,
38
- NetworkProtocol,
39
51
  Operation,
40
52
  PortInfo,
41
53
  PrivateRegistryAccessRequest,
42
- RegionName,
43
54
  ResourceLocation,
44
- ResourceType,
45
55
  Tag,
46
- TreatMissingData,
47
- ViewerMinimumTlsProtocolVersionEnum,
48
56
  } from "./models_0";
49
- export interface GetContainerServiceMetricDataRequest {
50
- serviceName: string | undefined;
51
- metricName: ContainerServiceMetricName | undefined;
52
- startTime: Date | undefined;
53
- endTime: Date | undefined;
54
- period: number | undefined;
55
- statistics: MetricStatistic[] | undefined;
56
- }
57
- export interface GetContainerServiceMetricDataResult {
58
- metricName?: ContainerServiceMetricName | undefined;
59
- metricData?: MetricDatapoint[] | undefined;
60
- }
61
- export interface GetContainerServicePowersRequest {}
62
- export interface GetContainerServicePowersResult {
63
- powers?: ContainerServicePower[] | undefined;
64
- }
65
- export interface GetContainerServicesRequest {
66
- serviceName?: string | undefined;
67
- }
68
- export interface GetCostEstimateRequest {
69
- resourceName: string | undefined;
70
- startTime: Date | undefined;
71
- endTime: Date | undefined;
72
- }
73
- export interface ResourceBudgetEstimate {
74
- resourceName?: string | undefined;
75
- resourceType?: ResourceType | undefined;
76
- costEstimates?: CostEstimate[] | undefined;
77
- startTime?: Date | undefined;
78
- endTime?: Date | undefined;
79
- }
80
- export interface GetCostEstimateResult {
81
- resourcesBudgetEstimate?: ResourceBudgetEstimate[] | undefined;
82
- }
83
- export interface GetDiskRequest {
84
- diskName: string | undefined;
85
- }
86
- export interface GetDiskResult {
87
- disk?: Disk | undefined;
88
- }
89
- export interface GetDisksRequest {
90
- pageToken?: string | undefined;
91
- }
92
- export interface GetDisksResult {
93
- disks?: Disk[] | undefined;
94
- nextPageToken?: string | undefined;
95
- }
96
- export interface GetDiskSnapshotRequest {
97
- diskSnapshotName: string | undefined;
98
- }
99
- export interface GetDiskSnapshotResult {
100
- diskSnapshot?: DiskSnapshot | undefined;
101
- }
102
- export interface GetDiskSnapshotsRequest {
103
- pageToken?: string | undefined;
104
- }
105
- export interface GetDiskSnapshotsResult {
106
- diskSnapshots?: DiskSnapshot[] | undefined;
107
- nextPageToken?: string | undefined;
108
- }
109
- export interface GetDistributionBundlesRequest {}
110
- export interface GetDistributionBundlesResult {
111
- bundles?: DistributionBundle[] | undefined;
112
- }
113
- export interface GetDistributionLatestCacheResetRequest {
114
- distributionName?: string | undefined;
115
- }
116
- export interface GetDistributionLatestCacheResetResult {
117
- status?: string | undefined;
118
- createTime?: Date | undefined;
119
- }
120
- export interface GetDistributionMetricDataRequest {
121
- distributionName: string | undefined;
122
- metricName: DistributionMetricName | undefined;
123
- startTime: Date | undefined;
124
- endTime: Date | undefined;
125
- period: number | undefined;
126
- unit: MetricUnit | undefined;
127
- statistics: MetricStatistic[] | undefined;
128
- }
129
- export interface GetDistributionMetricDataResult {
130
- metricName?: DistributionMetricName | undefined;
131
- metricData?: MetricDatapoint[] | undefined;
132
- }
133
- export interface GetDistributionsRequest {
134
- distributionName?: string | undefined;
135
- pageToken?: string | undefined;
136
- }
137
- export interface GetDistributionsResult {
138
- distributions?: LightsailDistribution[] | undefined;
139
- nextPageToken?: string | undefined;
140
- }
141
- export interface GetDomainRequest {
142
- domainName: string | undefined;
143
- }
144
- export interface GetDomainResult {
145
- domain?: Domain | undefined;
146
- }
147
- export interface GetDomainsRequest {
148
- pageToken?: string | undefined;
149
- }
150
- export interface GetDomainsResult {
151
- domains?: Domain[] | undefined;
152
- nextPageToken?: string | undefined;
153
- }
154
- export interface GetExportSnapshotRecordsRequest {
155
- pageToken?: string | undefined;
156
- }
157
- export interface GetExportSnapshotRecordsResult {
158
- exportSnapshotRecords?: ExportSnapshotRecord[] | undefined;
159
- nextPageToken?: string | undefined;
160
- }
161
- export interface GetInstanceRequest {
162
- instanceName: string | undefined;
163
- }
164
- export interface InstanceHardware {
165
- cpuCount?: number | undefined;
166
- disks?: Disk[] | undefined;
167
- ramSizeInGb?: number | undefined;
168
- }
169
- export declare const HttpEndpoint: {
170
- readonly disabled: "disabled";
171
- readonly enabled: "enabled";
172
- };
173
- export type HttpEndpoint = (typeof HttpEndpoint)[keyof typeof HttpEndpoint];
174
- export declare const HttpProtocolIpv6: {
175
- readonly disabled: "disabled";
176
- readonly enabled: "enabled";
177
- };
178
- export type HttpProtocolIpv6 =
179
- (typeof HttpProtocolIpv6)[keyof typeof HttpProtocolIpv6];
180
- export declare const HttpTokens: {
181
- readonly optional: "optional";
182
- readonly required: "required";
183
- };
184
- export type HttpTokens = (typeof HttpTokens)[keyof typeof HttpTokens];
185
- export declare const InstanceMetadataState: {
186
- readonly applied: "applied";
187
- readonly pending: "pending";
188
- };
189
- export type InstanceMetadataState =
190
- (typeof InstanceMetadataState)[keyof typeof InstanceMetadataState];
191
- export interface InstanceMetadataOptions {
192
- state?: InstanceMetadataState | undefined;
193
- httpTokens?: HttpTokens | undefined;
194
- httpEndpoint?: HttpEndpoint | undefined;
195
- httpPutResponseHopLimit?: number | undefined;
196
- httpProtocolIpv6?: HttpProtocolIpv6 | undefined;
197
- }
198
- export interface MonthlyTransfer {
199
- gbPerMonthAllocated?: number | undefined;
200
- }
201
- export declare const PortAccessType: {
202
- readonly Private: "Private";
203
- readonly Public: "Public";
204
- };
205
- export type PortAccessType =
206
- (typeof PortAccessType)[keyof typeof PortAccessType];
207
- export interface InstancePortInfo {
208
- fromPort?: number | undefined;
209
- toPort?: number | undefined;
210
- protocol?: NetworkProtocol | undefined;
211
- accessFrom?: string | undefined;
212
- accessType?: PortAccessType | undefined;
213
- commonName?: string | undefined;
214
- accessDirection?: AccessDirection | undefined;
215
- cidrs?: string[] | undefined;
216
- ipv6Cidrs?: string[] | undefined;
217
- cidrListAliases?: string[] | undefined;
218
- }
219
- export interface InstanceNetworking {
220
- monthlyTransfer?: MonthlyTransfer | undefined;
221
- ports?: InstancePortInfo[] | undefined;
222
- }
223
- export interface InstanceState {
224
- code?: number | undefined;
225
- name?: string | undefined;
226
- }
227
- export interface Instance {
228
- name?: string | undefined;
229
- arn?: string | undefined;
230
- supportCode?: string | undefined;
231
- createdAt?: Date | undefined;
232
- location?: ResourceLocation | undefined;
233
- resourceType?: ResourceType | undefined;
234
- tags?: Tag[] | undefined;
235
- blueprintId?: string | undefined;
236
- blueprintName?: string | undefined;
237
- bundleId?: string | undefined;
238
- addOns?: AddOn[] | undefined;
239
- isStaticIp?: boolean | undefined;
240
- privateIpAddress?: string | undefined;
241
- publicIpAddress?: string | undefined;
242
- ipv6Addresses?: string[] | undefined;
243
- ipAddressType?: IpAddressType | undefined;
244
- hardware?: InstanceHardware | undefined;
245
- networking?: InstanceNetworking | undefined;
246
- state?: InstanceState | undefined;
247
- username?: string | undefined;
248
- sshKeyName?: string | undefined;
249
- metadataOptions?: InstanceMetadataOptions | undefined;
250
- }
251
- export interface GetInstanceResult {
252
- instance?: Instance | undefined;
253
- }
254
- export declare const InstanceAccessProtocol: {
255
- readonly rdp: "rdp";
256
- readonly ssh: "ssh";
257
- };
258
- export type InstanceAccessProtocol =
259
- (typeof InstanceAccessProtocol)[keyof typeof InstanceAccessProtocol];
260
- export interface GetInstanceAccessDetailsRequest {
261
- instanceName: string | undefined;
262
- protocol?: InstanceAccessProtocol | undefined;
263
- }
264
- export interface HostKeyAttributes {
265
- algorithm?: string | undefined;
266
- publicKey?: string | undefined;
267
- witnessedAt?: Date | undefined;
268
- fingerprintSHA1?: string | undefined;
269
- fingerprintSHA256?: string | undefined;
270
- notValidBefore?: Date | undefined;
271
- notValidAfter?: Date | undefined;
272
- }
273
- export interface PasswordData {
274
- ciphertext?: string | undefined;
275
- keyPairName?: string | undefined;
276
- }
277
- export interface InstanceAccessDetails {
278
- certKey?: string | undefined;
279
- expiresAt?: Date | undefined;
280
- ipAddress?: string | undefined;
281
- ipv6Addresses?: string[] | undefined;
282
- password?: string | undefined;
283
- passwordData?: PasswordData | undefined;
284
- privateKey?: string | undefined;
285
- protocol?: InstanceAccessProtocol | undefined;
286
- instanceName?: string | undefined;
287
- username?: string | undefined;
288
- hostKeys?: HostKeyAttributes[] | undefined;
289
- }
290
- export interface GetInstanceAccessDetailsResult {
291
- accessDetails?: InstanceAccessDetails | undefined;
292
- }
293
- export declare const InstanceMetricName: {
294
- readonly BurstCapacityPercentage: "BurstCapacityPercentage";
295
- readonly BurstCapacityTime: "BurstCapacityTime";
296
- readonly CPUUtilization: "CPUUtilization";
297
- readonly MetadataNoToken: "MetadataNoToken";
298
- readonly NetworkIn: "NetworkIn";
299
- readonly NetworkOut: "NetworkOut";
300
- readonly StatusCheckFailed: "StatusCheckFailed";
301
- readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
302
- readonly StatusCheckFailed_System: "StatusCheckFailed_System";
303
- };
304
- export type InstanceMetricName =
305
- (typeof InstanceMetricName)[keyof typeof InstanceMetricName];
306
- export interface GetInstanceMetricDataRequest {
307
- instanceName: string | undefined;
308
- metricName: InstanceMetricName | undefined;
309
- period: number | undefined;
310
- startTime: Date | undefined;
311
- endTime: Date | undefined;
312
- unit: MetricUnit | undefined;
313
- statistics: MetricStatistic[] | undefined;
314
- }
315
- export interface GetInstanceMetricDataResult {
316
- metricName?: InstanceMetricName | undefined;
317
- metricData?: MetricDatapoint[] | undefined;
318
- }
319
- export interface GetInstancePortStatesRequest {
320
- instanceName: string | undefined;
321
- }
322
- export declare const PortState: {
323
- readonly Closed: "closed";
324
- readonly Open: "open";
325
- };
326
- export type PortState = (typeof PortState)[keyof typeof PortState];
327
- export interface InstancePortState {
328
- fromPort?: number | undefined;
329
- toPort?: number | undefined;
330
- protocol?: NetworkProtocol | undefined;
331
- state?: PortState | undefined;
332
- cidrs?: string[] | undefined;
333
- ipv6Cidrs?: string[] | undefined;
334
- cidrListAliases?: string[] | undefined;
335
- }
336
- export interface GetInstancePortStatesResult {
337
- portStates?: InstancePortState[] | undefined;
338
- }
339
- export interface GetInstancesRequest {
340
- pageToken?: string | undefined;
341
- }
342
- export interface GetInstancesResult {
343
- instances?: Instance[] | undefined;
344
- nextPageToken?: string | undefined;
345
- }
346
- export interface GetInstanceSnapshotRequest {
347
- instanceSnapshotName: string | undefined;
348
- }
349
- export declare const InstanceSnapshotState: {
350
- readonly Available: "available";
351
- readonly Error: "error";
352
- readonly Pending: "pending";
353
- };
354
- export type InstanceSnapshotState =
355
- (typeof InstanceSnapshotState)[keyof typeof InstanceSnapshotState];
356
- export interface InstanceSnapshot {
357
- name?: string | undefined;
358
- arn?: string | undefined;
359
- supportCode?: string | undefined;
360
- createdAt?: Date | undefined;
361
- location?: ResourceLocation | undefined;
362
- resourceType?: ResourceType | undefined;
363
- tags?: Tag[] | undefined;
364
- state?: InstanceSnapshotState | undefined;
365
- progress?: string | undefined;
366
- fromAttachedDisks?: Disk[] | undefined;
367
- fromInstanceName?: string | undefined;
368
- fromInstanceArn?: string | undefined;
369
- fromBlueprintId?: string | undefined;
370
- fromBundleId?: string | undefined;
371
- isFromAutoSnapshot?: boolean | undefined;
372
- sizeInGb?: number | undefined;
373
- }
374
- export interface GetInstanceSnapshotResult {
375
- instanceSnapshot?: InstanceSnapshot | undefined;
376
- }
377
- export interface GetInstanceSnapshotsRequest {
378
- pageToken?: string | undefined;
379
- }
380
- export interface GetInstanceSnapshotsResult {
381
- instanceSnapshots?: InstanceSnapshot[] | undefined;
382
- nextPageToken?: string | undefined;
383
- }
384
- export interface GetInstanceStateRequest {
385
- instanceName: string | undefined;
386
- }
387
- export interface GetInstanceStateResult {
388
- state?: InstanceState | undefined;
389
- }
390
- export interface GetKeyPairRequest {
391
- keyPairName: string | undefined;
392
- }
393
- export interface GetKeyPairResult {
394
- keyPair?: KeyPair | undefined;
395
- }
396
- export interface GetKeyPairsRequest {
397
- pageToken?: string | undefined;
398
- includeDefaultKeyPair?: boolean | undefined;
399
- }
400
- export interface GetKeyPairsResult {
401
- keyPairs?: KeyPair[] | undefined;
402
- nextPageToken?: string | undefined;
403
- }
404
- export interface GetLoadBalancerRequest {
405
- loadBalancerName: string | undefined;
406
- }
407
- export declare const LoadBalancerAttributeName: {
408
- readonly HealthCheckPath: "HealthCheckPath";
409
- readonly HttpsRedirectionEnabled: "HttpsRedirectionEnabled";
410
- readonly SessionStickinessEnabled: "SessionStickinessEnabled";
411
- readonly SessionStickiness_LB_CookieDurationSeconds: "SessionStickiness_LB_CookieDurationSeconds";
412
- readonly TlsPolicyName: "TlsPolicyName";
413
- };
414
- export type LoadBalancerAttributeName =
415
- (typeof LoadBalancerAttributeName)[keyof typeof LoadBalancerAttributeName];
416
- export declare const InstanceHealthState: {
417
- readonly Draining: "draining";
418
- readonly Healthy: "healthy";
419
- readonly Initial: "initial";
420
- readonly Unavailable: "unavailable";
421
- readonly Unhealthy: "unhealthy";
422
- readonly Unused: "unused";
423
- };
424
- export type InstanceHealthState =
425
- (typeof InstanceHealthState)[keyof typeof InstanceHealthState];
426
- export declare const InstanceHealthReason: {
427
- readonly InstanceDeregistrationInProgress: "Instance.DeregistrationInProgress";
428
- readonly InstanceFailedHealthChecks: "Instance.FailedHealthChecks";
429
- readonly InstanceInvalidState: "Instance.InvalidState";
430
- readonly InstanceIpUnusable: "Instance.IpUnusable";
431
- readonly InstanceNotInUse: "Instance.NotInUse";
432
- readonly InstanceNotRegistered: "Instance.NotRegistered";
433
- readonly InstanceResponseCodeMismatch: "Instance.ResponseCodeMismatch";
434
- readonly InstanceTimeout: "Instance.Timeout";
435
- readonly LbInitialHealthChecking: "Lb.InitialHealthChecking";
436
- readonly LbInternalError: "Lb.InternalError";
437
- readonly LbRegistrationInProgress: "Lb.RegistrationInProgress";
438
- };
439
- export type InstanceHealthReason =
440
- (typeof InstanceHealthReason)[keyof typeof InstanceHealthReason];
441
57
  export interface InstanceHealthSummary {
442
58
  instanceName?: string | undefined;
443
59
  instanceHealth?: InstanceHealthState | undefined;
444
60
  instanceHealthReason?: InstanceHealthReason | undefined;
445
61
  }
446
- export declare const LoadBalancerProtocol: {
447
- readonly HTTP: "HTTP";
448
- readonly HTTP_HTTPS: "HTTP_HTTPS";
449
- };
450
- export type LoadBalancerProtocol =
451
- (typeof LoadBalancerProtocol)[keyof typeof LoadBalancerProtocol];
452
- export declare const LoadBalancerState: {
453
- readonly Active: "active";
454
- readonly ActiveImpaired: "active_impaired";
455
- readonly Failed: "failed";
456
- readonly Provisioning: "provisioning";
457
- readonly Unknown: "unknown";
458
- };
459
- export type LoadBalancerState =
460
- (typeof LoadBalancerState)[keyof typeof LoadBalancerState];
461
62
  export interface LoadBalancerTlsCertificateSummary {
462
63
  name?: string | undefined;
463
64
  isAttached?: boolean | undefined;
@@ -488,22 +89,6 @@ export interface LoadBalancer {
488
89
  export interface GetLoadBalancerResult {
489
90
  loadBalancer?: LoadBalancer | undefined;
490
91
  }
491
- export declare const LoadBalancerMetricName: {
492
- readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
493
- readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
494
- readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
495
- readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
496
- readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
497
- readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
498
- readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
499
- readonly HealthyHostCount: "HealthyHostCount";
500
- readonly InstanceResponseTime: "InstanceResponseTime";
501
- readonly RejectedConnectionCount: "RejectedConnectionCount";
502
- readonly RequestCount: "RequestCount";
503
- readonly UnhealthyHostCount: "UnhealthyHostCount";
504
- };
505
- export type LoadBalancerMetricName =
506
- (typeof LoadBalancerMetricName)[keyof typeof LoadBalancerMetricName];
507
92
  export interface GetLoadBalancerMetricDataRequest {
508
93
  loadBalancerName: string | undefined;
509
94
  metricName: LoadBalancerMetricName | undefined;
@@ -527,24 +112,10 @@ export interface GetLoadBalancersResult {
527
112
  export interface GetLoadBalancerTlsCertificatesRequest {
528
113
  loadBalancerName: string | undefined;
529
114
  }
530
- export declare const LoadBalancerTlsCertificateDnsRecordCreationStateCode: {
531
- readonly Failed: "FAILED";
532
- readonly Started: "STARTED";
533
- readonly Succeeded: "SUCCEEDED";
534
- };
535
- export type LoadBalancerTlsCertificateDnsRecordCreationStateCode =
536
- (typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode)[keyof typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode];
537
115
  export interface LoadBalancerTlsCertificateDnsRecordCreationState {
538
116
  code?: LoadBalancerTlsCertificateDnsRecordCreationStateCode | undefined;
539
117
  message?: string | undefined;
540
118
  }
541
- export declare const LoadBalancerTlsCertificateDomainStatus: {
542
- readonly Failed: "FAILED";
543
- readonly PendingValidation: "PENDING_VALIDATION";
544
- readonly Success: "SUCCESS";
545
- };
546
- export type LoadBalancerTlsCertificateDomainStatus =
547
- (typeof LoadBalancerTlsCertificateDomainStatus)[keyof typeof LoadBalancerTlsCertificateDomainStatus];
548
119
  export interface LoadBalancerTlsCertificateDomainValidationRecord {
549
120
  name?: string | undefined;
550
121
  type?: string | undefined;
@@ -555,59 +126,16 @@ export interface LoadBalancerTlsCertificateDomainValidationRecord {
555
126
  | LoadBalancerTlsCertificateDnsRecordCreationState
556
127
  | undefined;
557
128
  }
558
- export declare const LoadBalancerTlsCertificateFailureReason: {
559
- readonly AdditionalVerificationRequired: "ADDITIONAL_VERIFICATION_REQUIRED";
560
- readonly DomainNotAllowed: "DOMAIN_NOT_ALLOWED";
561
- readonly InvalidPublicDomain: "INVALID_PUBLIC_DOMAIN";
562
- readonly NoAvailableContacts: "NO_AVAILABLE_CONTACTS";
563
- readonly Other: "OTHER";
564
- };
565
- export type LoadBalancerTlsCertificateFailureReason =
566
- (typeof LoadBalancerTlsCertificateFailureReason)[keyof typeof LoadBalancerTlsCertificateFailureReason];
567
129
  export interface LoadBalancerTlsCertificateDomainValidationOption {
568
130
  domainName?: string | undefined;
569
131
  validationStatus?: LoadBalancerTlsCertificateDomainStatus | undefined;
570
132
  }
571
- export declare const LoadBalancerTlsCertificateRenewalStatus: {
572
- readonly Failed: "FAILED";
573
- readonly PendingAutoRenewal: "PENDING_AUTO_RENEWAL";
574
- readonly PendingValidation: "PENDING_VALIDATION";
575
- readonly Success: "SUCCESS";
576
- };
577
- export type LoadBalancerTlsCertificateRenewalStatus =
578
- (typeof LoadBalancerTlsCertificateRenewalStatus)[keyof typeof LoadBalancerTlsCertificateRenewalStatus];
579
133
  export interface LoadBalancerTlsCertificateRenewalSummary {
580
134
  renewalStatus?: LoadBalancerTlsCertificateRenewalStatus | undefined;
581
135
  domainValidationOptions?:
582
136
  | LoadBalancerTlsCertificateDomainValidationOption[]
583
137
  | undefined;
584
138
  }
585
- export declare const LoadBalancerTlsCertificateRevocationReason: {
586
- readonly AACompromise: "A_A_COMPROMISE";
587
- readonly AffiliationChanged: "AFFILIATION_CHANGED";
588
- readonly CaCompromise: "CA_COMPROMISE";
589
- readonly CertificateHold: "CERTIFICATE_HOLD";
590
- readonly CessationOfOperation: "CESSATION_OF_OPERATION";
591
- readonly KeyCompromise: "KEY_COMPROMISE";
592
- readonly PrivilegeWithdrawn: "PRIVILEGE_WITHDRAWN";
593
- readonly RemoveFromCrl: "REMOVE_FROM_CRL";
594
- readonly Superceded: "SUPERCEDED";
595
- readonly Unspecified: "UNSPECIFIED";
596
- };
597
- export type LoadBalancerTlsCertificateRevocationReason =
598
- (typeof LoadBalancerTlsCertificateRevocationReason)[keyof typeof LoadBalancerTlsCertificateRevocationReason];
599
- export declare const LoadBalancerTlsCertificateStatus: {
600
- readonly Expired: "EXPIRED";
601
- readonly Failed: "FAILED";
602
- readonly Inactive: "INACTIVE";
603
- readonly Issued: "ISSUED";
604
- readonly PendingValidation: "PENDING_VALIDATION";
605
- readonly Revoked: "REVOKED";
606
- readonly Unknown: "UNKNOWN";
607
- readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
608
- };
609
- export type LoadBalancerTlsCertificateStatus =
610
- (typeof LoadBalancerTlsCertificateStatus)[keyof typeof LoadBalancerTlsCertificateStatus];
611
139
  export interface LoadBalancerTlsCertificate {
612
140
  name?: string | undefined;
613
141
  arn?: string | undefined;
@@ -747,11 +275,6 @@ export interface GetRelationalDatabaseResult {
747
275
  export interface GetRelationalDatabaseBlueprintsRequest {
748
276
  pageToken?: string | undefined;
749
277
  }
750
- export declare const RelationalDatabaseEngine: {
751
- readonly MYSQL: "mysql";
752
- };
753
- export type RelationalDatabaseEngine =
754
- (typeof RelationalDatabaseEngine)[keyof typeof RelationalDatabaseEngine];
755
278
  export interface RelationalDatabaseBlueprint {
756
279
  blueprintId?: string | undefined;
757
280
  engine?: RelationalDatabaseEngine | undefined;
@@ -821,13 +344,6 @@ export interface GetRelationalDatabaseLogStreamsRequest {
821
344
  export interface GetRelationalDatabaseLogStreamsResult {
822
345
  logStreams?: string[] | undefined;
823
346
  }
824
- export declare const RelationalDatabasePasswordVersion: {
825
- readonly CURRENT: "CURRENT";
826
- readonly PENDING: "PENDING";
827
- readonly PREVIOUS: "PREVIOUS";
828
- };
829
- export type RelationalDatabasePasswordVersion =
830
- (typeof RelationalDatabasePasswordVersion)[keyof typeof RelationalDatabasePasswordVersion];
831
347
  export interface GetRelationalDatabaseMasterUserPasswordRequest {
832
348
  relationalDatabaseName: string | undefined;
833
349
  passwordVersion?: RelationalDatabasePasswordVersion | undefined;
@@ -836,16 +352,6 @@ export interface GetRelationalDatabaseMasterUserPasswordResult {
836
352
  masterUserPassword?: string | undefined;
837
353
  createdAt?: Date | undefined;
838
354
  }
839
- export declare const RelationalDatabaseMetricName: {
840
- readonly CPUUtilization: "CPUUtilization";
841
- readonly DatabaseConnections: "DatabaseConnections";
842
- readonly DiskQueueDepth: "DiskQueueDepth";
843
- readonly FreeStorageSpace: "FreeStorageSpace";
844
- readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
845
- readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
846
- };
847
- export type RelationalDatabaseMetricName =
848
- (typeof RelationalDatabaseMetricName)[keyof typeof RelationalDatabaseMetricName];
849
355
  export interface GetRelationalDatabaseMetricDataRequest {
850
356
  relationalDatabaseName: string | undefined;
851
357
  metricName: RelationalDatabaseMetricName | undefined;
@@ -918,12 +424,6 @@ export interface GetSetupHistoryRequest {
918
424
  resourceName: string | undefined;
919
425
  pageToken?: string | undefined;
920
426
  }
921
- export declare const SetupStatus: {
922
- readonly Failed: "failed";
923
- readonly InProgress: "inProgress";
924
- readonly Succeeded: "succeeded";
925
- };
926
- export type SetupStatus = (typeof SetupStatus)[keyof typeof SetupStatus];
927
427
  export interface SetupExecutionDetails {
928
428
  command?: string | undefined;
929
429
  dateTime?: Date | undefined;
@@ -1074,12 +574,6 @@ export interface SetIpAddressTypeRequest {
1074
574
  export interface SetIpAddressTypeResult {
1075
575
  operations?: Operation[] | undefined;
1076
576
  }
1077
- export declare const ResourceBucketAccess: {
1078
- readonly Allow: "allow";
1079
- readonly Deny: "deny";
1080
- };
1081
- export type ResourceBucketAccess =
1082
- (typeof ResourceBucketAccess)[keyof typeof ResourceBucketAccess];
1083
577
  export interface SetResourceAccessForBucketRequest {
1084
578
  resourceName: string | undefined;
1085
579
  bucketName: string | undefined;