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