@aws-sdk/client-lightsail 3.300.0 → 3.303.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 (160) hide show
  1. package/dist-cjs/models/models_0.js +459 -512
  2. package/dist-cjs/models/models_1.js +162 -187
  3. package/dist-es/models/models_0.js +459 -512
  4. package/dist-es/models/models_1.js +162 -187
  5. package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
  6. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  7. package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
  8. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +2 -2
  9. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
  10. package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
  11. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +3 -3
  12. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateBucketCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateCertificateCommand.d.ts +4 -4
  16. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateContainerServiceCommand.d.ts +15 -15
  19. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +8 -8
  20. package/dist-types/commands/CreateDiskCommand.d.ts +7 -7
  21. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +7 -7
  22. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateDistributionCommand.d.ts +13 -13
  24. package/dist-types/commands/CreateDomainCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateDomainEntryCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInstancesCommand.d.ts +8 -8
  29. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +11 -11
  30. package/dist-types/commands/CreateKeyPairCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +4 -4
  32. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +3 -3
  34. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteContainerImageCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
  57. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  58. package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
  59. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +2 -2
  60. package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
  61. package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
  62. package/dist-types/commands/EnableAddOnCommand.d.ts +4 -4
  63. package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
  64. package/dist-types/commands/GetActiveNamesCommand.d.ts +1 -1
  65. package/dist-types/commands/GetAlarmsCommand.d.ts +1 -1
  66. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetBlueprintsCommand.d.ts +1 -1
  68. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +1 -1
  69. package/dist-types/commands/GetBucketBundlesCommand.d.ts +1 -1
  70. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +2 -2
  71. package/dist-types/commands/GetBucketsCommand.d.ts +1 -1
  72. package/dist-types/commands/GetBundlesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetCertificatesCommand.d.ts +2 -2
  74. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetContactMethodsCommand.d.ts +2 -2
  76. package/dist-types/commands/GetContainerImagesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetContainerLogCommand.d.ts +1 -1
  78. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +2 -2
  80. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -1
  81. package/dist-types/commands/GetCostEstimateCommand.d.ts +1 -1
  82. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  83. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  85. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  86. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  87. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +2 -2
  88. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  89. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  90. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  91. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  93. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  94. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +2 -2
  95. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  96. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  97. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  98. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  99. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  100. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  101. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  102. package/dist-types/commands/GetLoadBalancerCommand.d.ts +1 -1
  103. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +2 -2
  104. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +1 -1
  105. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +1 -1
  106. package/dist-types/commands/GetLoadBalancersCommand.d.ts +1 -1
  107. package/dist-types/commands/GetOperationCommand.d.ts +1 -1
  108. package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
  109. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/GetRegionsCommand.d.ts +1 -1
  111. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +1 -1
  113. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +1 -1
  114. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +1 -1
  115. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +1 -1
  116. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +1 -1
  118. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +2 -2
  119. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +1 -1
  120. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +1 -1
  121. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +1 -1
  123. package/dist-types/commands/GetStaticIpCommand.d.ts +1 -1
  124. package/dist-types/commands/GetStaticIpsCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  126. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +3 -3
  127. package/dist-types/commands/PutAlarmCommand.d.ts +3 -3
  128. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +4 -4
  129. package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
  130. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
  131. package/dist-types/commands/RegisterContainerImageCommand.d.ts +1 -1
  132. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
  133. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  134. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
  135. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  136. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  137. package/dist-types/commands/StartGUISessionCommand.d.ts +1 -1
  138. package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
  140. package/dist-types/commands/StopGUISessionCommand.d.ts +1 -1
  141. package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
  142. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
  143. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  144. package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
  145. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  146. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
  147. package/dist-types/commands/UpdateBucketCommand.d.ts +4 -4
  148. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +5 -5
  149. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  150. package/dist-types/commands/UpdateDistributionCommand.d.ts +11 -11
  151. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +3 -3
  152. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
  155. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +3 -3
  156. package/dist-types/models/models_0.d.ts +732 -467
  157. package/dist-types/models/models_1.d.ts +287 -162
  158. package/dist-types/ts3.4/models/models_0.d.ts +544 -459
  159. package/dist-types/ts3.4/models/models_1.d.ts +209 -162
  160. package/package.json +34 -34
@@ -528,32 +528,52 @@ export interface InstanceHardware {
528
528
  }
529
529
  /**
530
530
  * @public
531
+ * @enum
531
532
  */
532
- export declare enum HttpEndpoint {
533
- disabled = "disabled",
534
- enabled = "enabled"
535
- }
533
+ export declare const HttpEndpoint: {
534
+ readonly disabled: "disabled";
535
+ readonly enabled: "enabled";
536
+ };
536
537
  /**
537
538
  * @public
538
539
  */
539
- export declare enum HttpProtocolIpv6 {
540
- disabled = "disabled",
541
- enabled = "enabled"
542
- }
540
+ export type HttpEndpoint = (typeof HttpEndpoint)[keyof typeof HttpEndpoint];
543
541
  /**
544
542
  * @public
543
+ * @enum
545
544
  */
546
- export declare enum HttpTokens {
547
- optional = "optional",
548
- required = "required"
549
- }
545
+ export declare const HttpProtocolIpv6: {
546
+ readonly disabled: "disabled";
547
+ readonly enabled: "enabled";
548
+ };
550
549
  /**
551
550
  * @public
552
551
  */
553
- export declare enum InstanceMetadataState {
554
- applied = "applied",
555
- pending = "pending"
556
- }
552
+ export type HttpProtocolIpv6 = (typeof HttpProtocolIpv6)[keyof typeof HttpProtocolIpv6];
553
+ /**
554
+ * @public
555
+ * @enum
556
+ */
557
+ export declare const HttpTokens: {
558
+ readonly optional: "optional";
559
+ readonly required: "required";
560
+ };
561
+ /**
562
+ * @public
563
+ */
564
+ export type HttpTokens = (typeof HttpTokens)[keyof typeof HttpTokens];
565
+ /**
566
+ * @public
567
+ * @enum
568
+ */
569
+ export declare const InstanceMetadataState: {
570
+ readonly applied: "applied";
571
+ readonly pending: "pending";
572
+ };
573
+ /**
574
+ * @public
575
+ */
576
+ export type InstanceMetadataState = (typeof InstanceMetadataState)[keyof typeof InstanceMetadataState];
557
577
  /**
558
578
  * @public
559
579
  * <p>The metadata options for the instance.</p>
@@ -624,11 +644,16 @@ export interface MonthlyTransfer {
624
644
  }
625
645
  /**
626
646
  * @public
647
+ * @enum
627
648
  */
628
- export declare enum PortAccessType {
629
- Private = "Private",
630
- Public = "Public"
631
- }
649
+ export declare const PortAccessType: {
650
+ readonly Private: "Private";
651
+ readonly Public: "Public";
652
+ };
653
+ /**
654
+ * @public
655
+ */
656
+ export type PortAccessType = (typeof PortAccessType)[keyof typeof PortAccessType];
632
657
  /**
633
658
  * @public
634
659
  * <p>Describes information about ports for an Amazon Lightsail instance.</p>
@@ -909,11 +934,16 @@ export interface GetInstanceResult {
909
934
  }
910
935
  /**
911
936
  * @public
937
+ * @enum
912
938
  */
913
- export declare enum InstanceAccessProtocol {
914
- rdp = "rdp",
915
- ssh = "ssh"
916
- }
939
+ export declare const InstanceAccessProtocol: {
940
+ readonly rdp: "rdp";
941
+ readonly ssh: "ssh";
942
+ };
943
+ /**
944
+ * @public
945
+ */
946
+ export type InstanceAccessProtocol = (typeof InstanceAccessProtocol)[keyof typeof InstanceAccessProtocol];
917
947
  /**
918
948
  * @public
919
949
  */
@@ -1098,18 +1128,23 @@ export interface GetInstanceAccessDetailsResult {
1098
1128
  }
1099
1129
  /**
1100
1130
  * @public
1131
+ * @enum
1101
1132
  */
1102
- export declare enum InstanceMetricName {
1103
- BurstCapacityPercentage = "BurstCapacityPercentage",
1104
- BurstCapacityTime = "BurstCapacityTime",
1105
- CPUUtilization = "CPUUtilization",
1106
- MetadataNoToken = "MetadataNoToken",
1107
- NetworkIn = "NetworkIn",
1108
- NetworkOut = "NetworkOut",
1109
- StatusCheckFailed = "StatusCheckFailed",
1110
- StatusCheckFailed_Instance = "StatusCheckFailed_Instance",
1111
- StatusCheckFailed_System = "StatusCheckFailed_System"
1112
- }
1133
+ export declare const InstanceMetricName: {
1134
+ readonly BurstCapacityPercentage: "BurstCapacityPercentage";
1135
+ readonly BurstCapacityTime: "BurstCapacityTime";
1136
+ readonly CPUUtilization: "CPUUtilization";
1137
+ readonly MetadataNoToken: "MetadataNoToken";
1138
+ readonly NetworkIn: "NetworkIn";
1139
+ readonly NetworkOut: "NetworkOut";
1140
+ readonly StatusCheckFailed: "StatusCheckFailed";
1141
+ readonly StatusCheckFailed_Instance: "StatusCheckFailed_Instance";
1142
+ readonly StatusCheckFailed_System: "StatusCheckFailed_System";
1143
+ };
1144
+ /**
1145
+ * @public
1146
+ */
1147
+ export type InstanceMetricName = (typeof InstanceMetricName)[keyof typeof InstanceMetricName];
1113
1148
  /**
1114
1149
  * @public
1115
1150
  */
@@ -1338,11 +1373,16 @@ export interface GetInstancePortStatesRequest {
1338
1373
  }
1339
1374
  /**
1340
1375
  * @public
1376
+ * @enum
1341
1377
  */
1342
- export declare enum PortState {
1343
- Closed = "closed",
1344
- Open = "open"
1345
- }
1378
+ export declare const PortState: {
1379
+ readonly Closed: "closed";
1380
+ readonly Open: "open";
1381
+ };
1382
+ /**
1383
+ * @public
1384
+ */
1385
+ export type PortState = (typeof PortState)[keyof typeof PortState];
1346
1386
  /**
1347
1387
  * @public
1348
1388
  * <p>Describes open ports on an instance, the IP addresses allowed to connect to the instance
@@ -1518,12 +1558,17 @@ export interface GetInstanceSnapshotRequest {
1518
1558
  }
1519
1559
  /**
1520
1560
  * @public
1561
+ * @enum
1521
1562
  */
1522
- export declare enum InstanceSnapshotState {
1523
- Available = "available",
1524
- Error = "error",
1525
- Pending = "pending"
1526
- }
1563
+ export declare const InstanceSnapshotState: {
1564
+ readonly Available: "available";
1565
+ readonly Error: "error";
1566
+ readonly Pending: "pending";
1567
+ };
1568
+ /**
1569
+ * @public
1570
+ */
1571
+ export type InstanceSnapshotState = (typeof InstanceSnapshotState)[keyof typeof InstanceSnapshotState];
1527
1572
  /**
1528
1573
  * @public
1529
1574
  * <p>Describes an instance snapshot.</p>
@@ -1725,41 +1770,56 @@ export interface GetLoadBalancerRequest {
1725
1770
  }
1726
1771
  /**
1727
1772
  * @public
1773
+ * @enum
1728
1774
  */
1729
- export declare enum LoadBalancerAttributeName {
1730
- HealthCheckPath = "HealthCheckPath",
1731
- HttpsRedirectionEnabled = "HttpsRedirectionEnabled",
1732
- SessionStickinessEnabled = "SessionStickinessEnabled",
1733
- SessionStickiness_LB_CookieDurationSeconds = "SessionStickiness_LB_CookieDurationSeconds",
1734
- TlsPolicyName = "TlsPolicyName"
1735
- }
1775
+ export declare const LoadBalancerAttributeName: {
1776
+ readonly HealthCheckPath: "HealthCheckPath";
1777
+ readonly HttpsRedirectionEnabled: "HttpsRedirectionEnabled";
1778
+ readonly SessionStickinessEnabled: "SessionStickinessEnabled";
1779
+ readonly SessionStickiness_LB_CookieDurationSeconds: "SessionStickiness_LB_CookieDurationSeconds";
1780
+ readonly TlsPolicyName: "TlsPolicyName";
1781
+ };
1736
1782
  /**
1737
1783
  * @public
1738
1784
  */
1739
- export declare enum InstanceHealthState {
1740
- Draining = "draining",
1741
- Healthy = "healthy",
1742
- Initial = "initial",
1743
- Unavailable = "unavailable",
1744
- Unhealthy = "unhealthy",
1745
- Unused = "unused"
1746
- }
1785
+ export type LoadBalancerAttributeName = (typeof LoadBalancerAttributeName)[keyof typeof LoadBalancerAttributeName];
1747
1786
  /**
1748
1787
  * @public
1788
+ * @enum
1749
1789
  */
1750
- export declare enum InstanceHealthReason {
1751
- InstanceDeregistrationInProgress = "Instance.DeregistrationInProgress",
1752
- InstanceFailedHealthChecks = "Instance.FailedHealthChecks",
1753
- InstanceInvalidState = "Instance.InvalidState",
1754
- InstanceIpUnusable = "Instance.IpUnusable",
1755
- InstanceNotInUse = "Instance.NotInUse",
1756
- InstanceNotRegistered = "Instance.NotRegistered",
1757
- InstanceResponseCodeMismatch = "Instance.ResponseCodeMismatch",
1758
- InstanceTimeout = "Instance.Timeout",
1759
- LbInitialHealthChecking = "Lb.InitialHealthChecking",
1760
- LbInternalError = "Lb.InternalError",
1761
- LbRegistrationInProgress = "Lb.RegistrationInProgress"
1762
- }
1790
+ export declare const InstanceHealthState: {
1791
+ readonly Draining: "draining";
1792
+ readonly Healthy: "healthy";
1793
+ readonly Initial: "initial";
1794
+ readonly Unavailable: "unavailable";
1795
+ readonly Unhealthy: "unhealthy";
1796
+ readonly Unused: "unused";
1797
+ };
1798
+ /**
1799
+ * @public
1800
+ */
1801
+ export type InstanceHealthState = (typeof InstanceHealthState)[keyof typeof InstanceHealthState];
1802
+ /**
1803
+ * @public
1804
+ * @enum
1805
+ */
1806
+ export declare const InstanceHealthReason: {
1807
+ readonly InstanceDeregistrationInProgress: "Instance.DeregistrationInProgress";
1808
+ readonly InstanceFailedHealthChecks: "Instance.FailedHealthChecks";
1809
+ readonly InstanceInvalidState: "Instance.InvalidState";
1810
+ readonly InstanceIpUnusable: "Instance.IpUnusable";
1811
+ readonly InstanceNotInUse: "Instance.NotInUse";
1812
+ readonly InstanceNotRegistered: "Instance.NotRegistered";
1813
+ readonly InstanceResponseCodeMismatch: "Instance.ResponseCodeMismatch";
1814
+ readonly InstanceTimeout: "Instance.Timeout";
1815
+ readonly LbInitialHealthChecking: "Lb.InitialHealthChecking";
1816
+ readonly LbInternalError: "Lb.InternalError";
1817
+ readonly LbRegistrationInProgress: "Lb.RegistrationInProgress";
1818
+ };
1819
+ /**
1820
+ * @public
1821
+ */
1822
+ export type InstanceHealthReason = (typeof InstanceHealthReason)[keyof typeof InstanceHealthReason];
1763
1823
  /**
1764
1824
  * @public
1765
1825
  * <p>Describes information about the health of the instance.</p>
@@ -1901,21 +1961,31 @@ export interface InstanceHealthSummary {
1901
1961
  }
1902
1962
  /**
1903
1963
  * @public
1964
+ * @enum
1904
1965
  */
1905
- export declare enum LoadBalancerProtocol {
1906
- HTTP = "HTTP",
1907
- HTTP_HTTPS = "HTTP_HTTPS"
1908
- }
1966
+ export declare const LoadBalancerProtocol: {
1967
+ readonly HTTP: "HTTP";
1968
+ readonly HTTP_HTTPS: "HTTP_HTTPS";
1969
+ };
1909
1970
  /**
1910
1971
  * @public
1911
1972
  */
1912
- export declare enum LoadBalancerState {
1913
- Active = "active",
1914
- ActiveImpaired = "active_impaired",
1915
- Failed = "failed",
1916
- Provisioning = "provisioning",
1917
- Unknown = "unknown"
1918
- }
1973
+ export type LoadBalancerProtocol = (typeof LoadBalancerProtocol)[keyof typeof LoadBalancerProtocol];
1974
+ /**
1975
+ * @public
1976
+ * @enum
1977
+ */
1978
+ export declare const LoadBalancerState: {
1979
+ readonly Active: "active";
1980
+ readonly ActiveImpaired: "active_impaired";
1981
+ readonly Failed: "failed";
1982
+ readonly Provisioning: "provisioning";
1983
+ readonly Unknown: "unknown";
1984
+ };
1985
+ /**
1986
+ * @public
1987
+ */
1988
+ export type LoadBalancerState = (typeof LoadBalancerState)[keyof typeof LoadBalancerState];
1919
1989
  /**
1920
1990
  * @public
1921
1991
  * <p>Provides a summary of SSL/TLS certificate metadata.</p>
@@ -2040,21 +2110,26 @@ export interface GetLoadBalancerResult {
2040
2110
  }
2041
2111
  /**
2042
2112
  * @public
2113
+ * @enum
2043
2114
  */
2044
- export declare enum LoadBalancerMetricName {
2045
- ClientTLSNegotiationErrorCount = "ClientTLSNegotiationErrorCount",
2046
- HTTPCode_Instance_2XX_Count = "HTTPCode_Instance_2XX_Count",
2047
- HTTPCode_Instance_3XX_Count = "HTTPCode_Instance_3XX_Count",
2048
- HTTPCode_Instance_4XX_Count = "HTTPCode_Instance_4XX_Count",
2049
- HTTPCode_Instance_5XX_Count = "HTTPCode_Instance_5XX_Count",
2050
- HTTPCode_LB_4XX_Count = "HTTPCode_LB_4XX_Count",
2051
- HTTPCode_LB_5XX_Count = "HTTPCode_LB_5XX_Count",
2052
- HealthyHostCount = "HealthyHostCount",
2053
- InstanceResponseTime = "InstanceResponseTime",
2054
- RejectedConnectionCount = "RejectedConnectionCount",
2055
- RequestCount = "RequestCount",
2056
- UnhealthyHostCount = "UnhealthyHostCount"
2057
- }
2115
+ export declare const LoadBalancerMetricName: {
2116
+ readonly ClientTLSNegotiationErrorCount: "ClientTLSNegotiationErrorCount";
2117
+ readonly HTTPCode_Instance_2XX_Count: "HTTPCode_Instance_2XX_Count";
2118
+ readonly HTTPCode_Instance_3XX_Count: "HTTPCode_Instance_3XX_Count";
2119
+ readonly HTTPCode_Instance_4XX_Count: "HTTPCode_Instance_4XX_Count";
2120
+ readonly HTTPCode_Instance_5XX_Count: "HTTPCode_Instance_5XX_Count";
2121
+ readonly HTTPCode_LB_4XX_Count: "HTTPCode_LB_4XX_Count";
2122
+ readonly HTTPCode_LB_5XX_Count: "HTTPCode_LB_5XX_Count";
2123
+ readonly HealthyHostCount: "HealthyHostCount";
2124
+ readonly InstanceResponseTime: "InstanceResponseTime";
2125
+ readonly RejectedConnectionCount: "RejectedConnectionCount";
2126
+ readonly RequestCount: "RequestCount";
2127
+ readonly UnhealthyHostCount: "UnhealthyHostCount";
2128
+ };
2129
+ /**
2130
+ * @public
2131
+ */
2132
+ export type LoadBalancerMetricName = (typeof LoadBalancerMetricName)[keyof typeof LoadBalancerMetricName];
2058
2133
  /**
2059
2134
  * @public
2060
2135
  */
@@ -2340,12 +2415,17 @@ export interface GetLoadBalancerTlsCertificatesRequest {
2340
2415
  }
2341
2416
  /**
2342
2417
  * @public
2418
+ * @enum
2343
2419
  */
2344
- export declare enum LoadBalancerTlsCertificateDnsRecordCreationStateCode {
2345
- Failed = "FAILED",
2346
- Started = "STARTED",
2347
- Succeeded = "SUCCEEDED"
2348
- }
2420
+ export declare const LoadBalancerTlsCertificateDnsRecordCreationStateCode: {
2421
+ readonly Failed: "FAILED";
2422
+ readonly Started: "STARTED";
2423
+ readonly Succeeded: "SUCCEEDED";
2424
+ };
2425
+ /**
2426
+ * @public
2427
+ */
2428
+ export type LoadBalancerTlsCertificateDnsRecordCreationStateCode = (typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode)[keyof typeof LoadBalancerTlsCertificateDnsRecordCreationStateCode];
2349
2429
  /**
2350
2430
  * @public
2351
2431
  * <p>An object that describes the state of the canonical name (CNAME) records that are
@@ -2379,12 +2459,17 @@ export interface LoadBalancerTlsCertificateDnsRecordCreationState {
2379
2459
  }
2380
2460
  /**
2381
2461
  * @public
2462
+ * @enum
2382
2463
  */
2383
- export declare enum LoadBalancerTlsCertificateDomainStatus {
2384
- Failed = "FAILED",
2385
- PendingValidation = "PENDING_VALIDATION",
2386
- Success = "SUCCESS"
2387
- }
2464
+ export declare const LoadBalancerTlsCertificateDomainStatus: {
2465
+ readonly Failed: "FAILED";
2466
+ readonly PendingValidation: "PENDING_VALIDATION";
2467
+ readonly Success: "SUCCESS";
2468
+ };
2469
+ /**
2470
+ * @public
2471
+ */
2472
+ export type LoadBalancerTlsCertificateDomainStatus = (typeof LoadBalancerTlsCertificateDomainStatus)[keyof typeof LoadBalancerTlsCertificateDomainStatus];
2388
2473
  /**
2389
2474
  * @public
2390
2475
  * <p>Describes the validation record of each domain name in the SSL/TLS certificate.</p>
@@ -2421,14 +2506,19 @@ export interface LoadBalancerTlsCertificateDomainValidationRecord {
2421
2506
  }
2422
2507
  /**
2423
2508
  * @public
2509
+ * @enum
2424
2510
  */
2425
- export declare enum LoadBalancerTlsCertificateFailureReason {
2426
- AdditionalVerificationRequired = "ADDITIONAL_VERIFICATION_REQUIRED",
2427
- DomainNotAllowed = "DOMAIN_NOT_ALLOWED",
2428
- InvalidPublicDomain = "INVALID_PUBLIC_DOMAIN",
2429
- NoAvailableContacts = "NO_AVAILABLE_CONTACTS",
2430
- Other = "OTHER"
2431
- }
2511
+ export declare const LoadBalancerTlsCertificateFailureReason: {
2512
+ readonly AdditionalVerificationRequired: "ADDITIONAL_VERIFICATION_REQUIRED";
2513
+ readonly DomainNotAllowed: "DOMAIN_NOT_ALLOWED";
2514
+ readonly InvalidPublicDomain: "INVALID_PUBLIC_DOMAIN";
2515
+ readonly NoAvailableContacts: "NO_AVAILABLE_CONTACTS";
2516
+ readonly Other: "OTHER";
2517
+ };
2518
+ /**
2519
+ * @public
2520
+ */
2521
+ export type LoadBalancerTlsCertificateFailureReason = (typeof LoadBalancerTlsCertificateFailureReason)[keyof typeof LoadBalancerTlsCertificateFailureReason];
2432
2522
  /**
2433
2523
  * @public
2434
2524
  * <p>Contains information about the domain names on an SSL/TLS certificate that you will use to
@@ -2446,13 +2536,18 @@ export interface LoadBalancerTlsCertificateDomainValidationOption {
2446
2536
  }
2447
2537
  /**
2448
2538
  * @public
2539
+ * @enum
2449
2540
  */
2450
- export declare enum LoadBalancerTlsCertificateRenewalStatus {
2451
- Failed = "FAILED",
2452
- PendingAutoRenewal = "PENDING_AUTO_RENEWAL",
2453
- PendingValidation = "PENDING_VALIDATION",
2454
- Success = "SUCCESS"
2455
- }
2541
+ export declare const LoadBalancerTlsCertificateRenewalStatus: {
2542
+ readonly Failed: "FAILED";
2543
+ readonly PendingAutoRenewal: "PENDING_AUTO_RENEWAL";
2544
+ readonly PendingValidation: "PENDING_VALIDATION";
2545
+ readonly Success: "SUCCESS";
2546
+ };
2547
+ /**
2548
+ * @public
2549
+ */
2550
+ export type LoadBalancerTlsCertificateRenewalStatus = (typeof LoadBalancerTlsCertificateRenewalStatus)[keyof typeof LoadBalancerTlsCertificateRenewalStatus];
2456
2551
  /**
2457
2552
  * @public
2458
2553
  * <p>Contains information about the status of Lightsail's managed renewal for the
@@ -2549,32 +2644,42 @@ export interface LoadBalancerTlsCertificateRenewalSummary {
2549
2644
  }
2550
2645
  /**
2551
2646
  * @public
2647
+ * @enum
2552
2648
  */
2553
- export declare enum LoadBalancerTlsCertificateRevocationReason {
2554
- AACompromise = "A_A_COMPROMISE",
2555
- AffiliationChanged = "AFFILIATION_CHANGED",
2556
- CaCompromise = "CA_COMPROMISE",
2557
- CertificateHold = "CERTIFICATE_HOLD",
2558
- CessationOfOperation = "CESSATION_OF_OPERATION",
2559
- KeyCompromise = "KEY_COMPROMISE",
2560
- PrivilegeWithdrawn = "PRIVILEGE_WITHDRAWN",
2561
- RemoveFromCrl = "REMOVE_FROM_CRL",
2562
- Superceded = "SUPERCEDED",
2563
- Unspecified = "UNSPECIFIED"
2564
- }
2649
+ export declare const LoadBalancerTlsCertificateRevocationReason: {
2650
+ readonly AACompromise: "A_A_COMPROMISE";
2651
+ readonly AffiliationChanged: "AFFILIATION_CHANGED";
2652
+ readonly CaCompromise: "CA_COMPROMISE";
2653
+ readonly CertificateHold: "CERTIFICATE_HOLD";
2654
+ readonly CessationOfOperation: "CESSATION_OF_OPERATION";
2655
+ readonly KeyCompromise: "KEY_COMPROMISE";
2656
+ readonly PrivilegeWithdrawn: "PRIVILEGE_WITHDRAWN";
2657
+ readonly RemoveFromCrl: "REMOVE_FROM_CRL";
2658
+ readonly Superceded: "SUPERCEDED";
2659
+ readonly Unspecified: "UNSPECIFIED";
2660
+ };
2565
2661
  /**
2566
2662
  * @public
2567
2663
  */
2568
- export declare enum LoadBalancerTlsCertificateStatus {
2569
- Expired = "EXPIRED",
2570
- Failed = "FAILED",
2571
- Inactive = "INACTIVE",
2572
- Issued = "ISSUED",
2573
- PendingValidation = "PENDING_VALIDATION",
2574
- Revoked = "REVOKED",
2575
- Unknown = "UNKNOWN",
2576
- ValidationTimedOut = "VALIDATION_TIMED_OUT"
2577
- }
2664
+ export type LoadBalancerTlsCertificateRevocationReason = (typeof LoadBalancerTlsCertificateRevocationReason)[keyof typeof LoadBalancerTlsCertificateRevocationReason];
2665
+ /**
2666
+ * @public
2667
+ * @enum
2668
+ */
2669
+ export declare const LoadBalancerTlsCertificateStatus: {
2670
+ readonly Expired: "EXPIRED";
2671
+ readonly Failed: "FAILED";
2672
+ readonly Inactive: "INACTIVE";
2673
+ readonly Issued: "ISSUED";
2674
+ readonly PendingValidation: "PENDING_VALIDATION";
2675
+ readonly Revoked: "REVOKED";
2676
+ readonly Unknown: "UNKNOWN";
2677
+ readonly ValidationTimedOut: "VALIDATION_TIMED_OUT";
2678
+ };
2679
+ /**
2680
+ * @public
2681
+ */
2682
+ export type LoadBalancerTlsCertificateStatus = (typeof LoadBalancerTlsCertificateStatus)[keyof typeof LoadBalancerTlsCertificateStatus];
2578
2683
  /**
2579
2684
  * @public
2580
2685
  * <p>Describes a load balancer SSL/TLS certificate.</p>
@@ -3267,10 +3372,15 @@ export interface GetRelationalDatabaseBlueprintsRequest {
3267
3372
  }
3268
3373
  /**
3269
3374
  * @public
3375
+ * @enum
3270
3376
  */
3271
- export declare enum RelationalDatabaseEngine {
3272
- MYSQL = "mysql"
3273
- }
3377
+ export declare const RelationalDatabaseEngine: {
3378
+ readonly MYSQL: "mysql";
3379
+ };
3380
+ /**
3381
+ * @public
3382
+ */
3383
+ export type RelationalDatabaseEngine = (typeof RelationalDatabaseEngine)[keyof typeof RelationalDatabaseEngine];
3274
3384
  /**
3275
3385
  * @public
3276
3386
  * <p>Describes a database image, or blueprint. A blueprint describes the major engine version
@@ -3575,12 +3685,17 @@ export interface GetRelationalDatabaseLogStreamsResult {
3575
3685
  }
3576
3686
  /**
3577
3687
  * @public
3688
+ * @enum
3578
3689
  */
3579
- export declare enum RelationalDatabasePasswordVersion {
3580
- CURRENT = "CURRENT",
3581
- PENDING = "PENDING",
3582
- PREVIOUS = "PREVIOUS"
3583
- }
3690
+ export declare const RelationalDatabasePasswordVersion: {
3691
+ readonly CURRENT: "CURRENT";
3692
+ readonly PENDING: "PENDING";
3693
+ readonly PREVIOUS: "PREVIOUS";
3694
+ };
3695
+ /**
3696
+ * @public
3697
+ */
3698
+ export type RelationalDatabasePasswordVersion = (typeof RelationalDatabasePasswordVersion)[keyof typeof RelationalDatabasePasswordVersion];
3584
3699
  /**
3585
3700
  * @public
3586
3701
  */
@@ -3616,15 +3731,20 @@ export interface GetRelationalDatabaseMasterUserPasswordResult {
3616
3731
  }
3617
3732
  /**
3618
3733
  * @public
3734
+ * @enum
3619
3735
  */
3620
- export declare enum RelationalDatabaseMetricName {
3621
- CPUUtilization = "CPUUtilization",
3622
- DatabaseConnections = "DatabaseConnections",
3623
- DiskQueueDepth = "DiskQueueDepth",
3624
- FreeStorageSpace = "FreeStorageSpace",
3625
- NetworkReceiveThroughput = "NetworkReceiveThroughput",
3626
- NetworkTransmitThroughput = "NetworkTransmitThroughput"
3627
- }
3736
+ export declare const RelationalDatabaseMetricName: {
3737
+ readonly CPUUtilization: "CPUUtilization";
3738
+ readonly DatabaseConnections: "DatabaseConnections";
3739
+ readonly DiskQueueDepth: "DiskQueueDepth";
3740
+ readonly FreeStorageSpace: "FreeStorageSpace";
3741
+ readonly NetworkReceiveThroughput: "NetworkReceiveThroughput";
3742
+ readonly NetworkTransmitThroughput: "NetworkTransmitThroughput";
3743
+ };
3744
+ /**
3745
+ * @public
3746
+ */
3747
+ export type RelationalDatabaseMetricName = (typeof RelationalDatabaseMetricName)[keyof typeof RelationalDatabaseMetricName];
3628
3748
  /**
3629
3749
  * @public
3630
3750
  */
@@ -4580,11 +4700,16 @@ export interface SetIpAddressTypeResult {
4580
4700
  }
4581
4701
  /**
4582
4702
  * @public
4703
+ * @enum
4583
4704
  */
4584
- export declare enum ResourceBucketAccess {
4585
- Allow = "allow",
4586
- Deny = "deny"
4587
- }
4705
+ export declare const ResourceBucketAccess: {
4706
+ readonly Allow: "allow";
4707
+ readonly Deny: "deny";
4708
+ };
4709
+ /**
4710
+ * @public
4711
+ */
4712
+ export type ResourceBucketAccess = (typeof ResourceBucketAccess)[keyof typeof ResourceBucketAccess];
4588
4713
  /**
4589
4714
  * @public
4590
4715
  */