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