@aws-sdk/client-lightsail 3.169.0 → 3.171.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 (170) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Lightsail.d.ts +2652 -775
  3. package/dist-types/ts3.4/LightsailClient.d.ts +1028 -227
  4. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +36 -17
  78. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +35 -17
  79. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +30 -17
  84. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +35 -17
  85. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +39 -17
  88. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +35 -17
  91. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +32 -17
  93. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +39 -17
  94. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +36 -17
  99. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +35 -17
  101. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +35 -17
  105. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +39 -17
  106. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +35 -17
  109. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +32 -17
  110. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +32 -17
  111. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +32 -17
  113. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +39 -17
  114. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +39 -17
  115. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +39 -17
  118. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +39 -17
  119. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +39 -17
  120. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +39 -17
  121. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +39 -17
  122. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +39 -17
  125. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +32 -17
  126. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +32 -17
  127. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
  128. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +32 -17
  129. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +39 -17
  130. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +30 -17
  131. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +32 -17
  132. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +39 -17
  133. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +35 -17
  134. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +39 -17
  135. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +39 -17
  136. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +35 -17
  137. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +39 -17
  138. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +39 -17
  141. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +32 -17
  144. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +39 -17
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +32 -17
  147. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +32 -17
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +32 -17
  151. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +39 -17
  152. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +36 -17
  154. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +39 -17
  157. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +5 -5
  161. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +7 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +2396 -713
  164. package/dist-types/ts3.4/models/models_1.d.ts +1451 -1779
  165. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1853 -464
  166. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  167. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  168. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  169. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  170. package/package.json +34 -34
@@ -1,713 +1,2396 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { LightsailServiceException as __BaseException } from "./LightsailServiceException";
3
-
4
- export declare class AccessDeniedException extends __BaseException {
5
- readonly name: "AccessDeniedException";
6
- readonly $fault: "client";
7
- code?: string;
8
- docs?: string;
9
- tip?: string;
10
-
11
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
- }
13
- export declare enum AccessDirection {
14
- inbound = "inbound",
15
- outbound = "outbound"
16
- }
17
-
18
- export interface AccessKeyLastUsed {
19
-
20
- lastUsedDate?: Date;
21
-
22
- region?: string;
23
-
24
- serviceName?: string;
25
- }
26
- export declare enum StatusType {
27
- Active = "Active",
28
- Inactive = "Inactive"
29
- }
30
-
31
- export interface AccessKey {
32
-
33
- accessKeyId?: string;
34
-
35
- secretAccessKey?: string;
36
-
37
- status?: StatusType | string;
38
-
39
- createdAt?: Date;
40
-
41
- lastUsed?: AccessKeyLastUsed;
42
- }
43
-
44
- export interface ResourceReceivingAccess {
45
-
46
- name?: string;
47
-
48
- resourceType?: string;
49
- }
50
- export declare enum AccessType {
51
- Private = "private",
52
- Public = "public"
53
- }
54
-
55
- export interface AccessRules {
56
-
57
- getObject?: AccessType | string;
58
-
59
- allowPublicOverrides?: boolean;
60
- }
61
- export declare enum BPAStatusMessage {
62
- DEFAULTED_FOR_SLR_MISSING = "DEFAULTED_FOR_SLR_MISSING",
63
- DEFAULTED_FOR_SLR_MISSING_ON_HOLD = "DEFAULTED_FOR_SLR_MISSING_ON_HOLD",
64
- SYNC_ON_HOLD = "SYNC_ON_HOLD",
65
- Unknown = "Unknown"
66
- }
67
- export declare enum AccountLevelBpaSyncStatus {
68
- Defaulted = "Defaulted",
69
- Failed = "Failed",
70
- InSync = "InSync",
71
- NeverSynced = "NeverSynced"
72
- }
73
-
74
- export interface AccountLevelBpaSync {
75
-
76
- status?: AccountLevelBpaSyncStatus | string;
77
-
78
- lastSyncedAt?: Date;
79
-
80
- message?: BPAStatusMessage | string;
81
-
82
- bpaImpactsLightsail?: boolean;
83
- }
84
-
85
- export declare class AccountSetupInProgressException extends __BaseException {
86
- readonly name: "AccountSetupInProgressException";
87
- readonly $fault: "client";
88
- code?: string;
89
- docs?: string;
90
- tip?: string;
91
-
92
- constructor(opts: __ExceptionOptionType<AccountSetupInProgressException, __BaseException>);
93
- }
94
-
95
- export interface AddOn {
96
-
97
- name?: string;
98
-
99
- status?: string;
100
-
101
- snapshotTimeOfDay?: string;
102
-
103
- nextSnapshotTimeOfDay?: string;
104
- }
105
- export declare enum AddOnType {
106
- AutoSnapshot = "AutoSnapshot"
107
- }
108
-
109
- export interface AutoSnapshotAddOnRequest {
110
-
111
- snapshotTimeOfDay?: string;
112
- }
113
-
114
- export interface AddOnRequest {
115
-
116
- addOnType: AddOnType | string | undefined;
117
-
118
- autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest;
119
- }
120
- export declare enum ComparisonOperator {
121
- GreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold",
122
- GreaterThanThreshold = "GreaterThanThreshold",
123
- LessThanOrEqualToThreshold = "LessThanOrEqualToThreshold",
124
- LessThanThreshold = "LessThanThreshold"
125
- }
126
- export declare enum ContactProtocol {
127
- Email = "Email",
128
- SMS = "SMS"
129
- }
130
- export declare enum RegionName {
131
- AP_NORTHEAST_1 = "ap-northeast-1",
132
- AP_NORTHEAST_2 = "ap-northeast-2",
133
- AP_SOUTHEAST_1 = "ap-southeast-1",
134
- AP_SOUTHEAST_2 = "ap-southeast-2",
135
- AP_SOUTH_1 = "ap-south-1",
136
- CA_CENTRAL_1 = "ca-central-1",
137
- EU_CENTRAL_1 = "eu-central-1",
138
- EU_NORTH_1 = "eu-north-1",
139
- EU_WEST_1 = "eu-west-1",
140
- EU_WEST_2 = "eu-west-2",
141
- EU_WEST_3 = "eu-west-3",
142
- US_EAST_1 = "us-east-1",
143
- US_EAST_2 = "us-east-2",
144
- US_WEST_1 = "us-west-1",
145
- US_WEST_2 = "us-west-2"
146
- }
147
-
148
- export interface ResourceLocation {
149
-
150
- availabilityZone?: string;
151
-
152
- regionName?: RegionName | string;
153
- }
154
- export declare enum MetricName {
155
- BurstCapacityPercentage = "BurstCapacityPercentage",
156
- BurstCapacityTime = "BurstCapacityTime",
157
- CPUUtilization = "CPUUtilization",
158
- ClientTLSNegotiationErrorCount = "ClientTLSNegotiationErrorCount",
159
- DatabaseConnections = "DatabaseConnections",
160
- DiskQueueDepth = "DiskQueueDepth",
161
- FreeStorageSpace = "FreeStorageSpace",
162
- HTTPCode_Instance_2XX_Count = "HTTPCode_Instance_2XX_Count",
163
- HTTPCode_Instance_3XX_Count = "HTTPCode_Instance_3XX_Count",
164
- HTTPCode_Instance_4XX_Count = "HTTPCode_Instance_4XX_Count",
165
- HTTPCode_Instance_5XX_Count = "HTTPCode_Instance_5XX_Count",
166
- HTTPCode_LB_4XX_Count = "HTTPCode_LB_4XX_Count",
167
- HTTPCode_LB_5XX_Count = "HTTPCode_LB_5XX_Count",
168
- HealthyHostCount = "HealthyHostCount",
169
- InstanceResponseTime = "InstanceResponseTime",
170
- NetworkIn = "NetworkIn",
171
- NetworkOut = "NetworkOut",
172
- NetworkReceiveThroughput = "NetworkReceiveThroughput",
173
- NetworkTransmitThroughput = "NetworkTransmitThroughput",
174
- RejectedConnectionCount = "RejectedConnectionCount",
175
- RequestCount = "RequestCount",
176
- StatusCheckFailed = "StatusCheckFailed",
177
- StatusCheckFailed_Instance = "StatusCheckFailed_Instance",
178
- StatusCheckFailed_System = "StatusCheckFailed_System",
179
- UnhealthyHostCount = "UnhealthyHostCount"
180
- }
181
- export declare enum ResourceType {
182
- Alarm = "Alarm",
183
- Bucket = "Bucket",
184
- Certificate = "Certificate",
185
- CloudFormationStackRecord = "CloudFormationStackRecord",
186
- ContactMethod = "ContactMethod",
187
- ContainerService = "ContainerService",
188
- Disk = "Disk",
189
- DiskSnapshot = "DiskSnapshot",
190
- Distribution = "Distribution",
191
- Domain = "Domain",
192
- ExportSnapshotRecord = "ExportSnapshotRecord",
193
- Instance = "Instance",
194
- InstanceSnapshot = "InstanceSnapshot",
195
- KeyPair = "KeyPair",
196
- LoadBalancer = "LoadBalancer",
197
- LoadBalancerTlsCertificate = "LoadBalancerTlsCertificate",
198
- PeeredVpc = "PeeredVpc",
199
- RelationalDatabase = "RelationalDatabase",
200
- RelationalDatabaseSnapshot = "RelationalDatabaseSnapshot",
201
- StaticIp = "StaticIp"
202
- }
203
-
204
- export interface MonitoredResourceInfo {
205
-
206
- arn?: string;
207
-
208
- name?: string;
209
-
210
- resourceType?: ResourceType | string;
211
- }
212
- export declare enum AlarmState {
213
- ALARM = "ALARM",
214
- INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
215
- OK = "OK"
216
- }
217
- export declare enum MetricStatistic {
218
- Average = "Average",
219
- Maximum = "Maximum",
220
- Minimum = "Minimum",
221
- SampleCount = "SampleCount",
222
- Sum = "Sum"
223
- }
224
- export declare enum TreatMissingData {
225
- Breaching = "breaching",
226
- Ignore = "ignore",
227
- Missing = "missing",
228
- NotBreaching = "notBreaching"
229
- }
230
- export declare enum MetricUnit {
231
- Bits = "Bits",
232
- BitsSecond = "Bits/Second",
233
- Bytes = "Bytes",
234
- BytesSecond = "Bytes/Second",
235
- Count = "Count",
236
- CountSecond = "Count/Second",
237
- Gigabits = "Gigabits",
238
- GigabitsSecond = "Gigabits/Second",
239
- Gigabytes = "Gigabytes",
240
- GigabytesSecond = "Gigabytes/Second",
241
- Kilobits = "Kilobits",
242
- KilobitsSecond = "Kilobits/Second",
243
- Kilobytes = "Kilobytes",
244
- KilobytesSecond = "Kilobytes/Second",
245
- Megabits = "Megabits",
246
- MegabitsSecond = "Megabits/Second",
247
- Megabytes = "Megabytes",
248
- MegabytesSecond = "Megabytes/Second",
249
- Microseconds = "Microseconds",
250
- Milliseconds = "Milliseconds",
251
- None = "None",
252
- Percent = "Percent",
253
- Seconds = "Seconds",
254
- Terabits = "Terabits",
255
- TerabitsSecond = "Terabits/Second",
256
- Terabytes = "Terabytes",
257
- TerabytesSecond = "Terabytes/Second"
258
- }
259
-
260
- export interface Alarm {
261
-
262
- name?: string;
263
-
264
- arn?: string;
265
-
266
- createdAt?: Date;
267
-
268
- location?: ResourceLocation;
269
-
270
- resourceType?: ResourceType | string;
271
-
272
- supportCode?: string;
273
-
274
- monitoredResourceInfo?: MonitoredResourceInfo;
275
-
276
- comparisonOperator?: ComparisonOperator | string;
277
-
278
- evaluationPeriods?: number;
279
-
280
- period?: number;
281
-
282
- threshold?: number;
283
-
284
- datapointsToAlarm?: number;
285
-
286
- treatMissingData?: TreatMissingData | string;
287
-
288
- statistic?: MetricStatistic | string;
289
-
290
- metricName?: MetricName | string;
291
-
292
- state?: AlarmState | string;
293
-
294
- unit?: MetricUnit | string;
295
-
296
- contactProtocols?: (ContactProtocol | string)[];
297
-
298
- notificationTriggers?: (AlarmState | string)[];
299
-
300
- notificationEnabled?: boolean;
301
- }
302
- export interface AllocateStaticIpRequest {
303
-
304
- staticIpName: string | undefined;
305
- }
306
- export declare enum OperationType {
307
- AllocateStaticIp = "AllocateStaticIp",
308
- AttachCertificateToDistribution = "AttachCertificateToDistribution",
309
- AttachDisk = "AttachDisk",
310
- AttachInstancesToLoadBalancer = "AttachInstancesToLoadBalancer",
311
- AttachLoadBalancerTlsCertificate = "AttachLoadBalancerTlsCertificate",
312
- AttachStaticIp = "AttachStaticIp",
313
- CloseInstancePublicPorts = "CloseInstancePublicPorts",
314
- CreateBucket = "CreateBucket",
315
- CreateBucketAccessKey = "CreateBucketAccessKey",
316
- CreateCertificate = "CreateCertificate",
317
- CreateContactMethod = "CreateContactMethod",
318
- CreateContainerService = "CreateContainerService",
319
- CreateContainerServiceDeployment = "CreateContainerServiceDeployment",
320
- CreateContainerServiceRegistryLogin = "CreateContainerServiceRegistryLogin",
321
- CreateDisk = "CreateDisk",
322
- CreateDiskFromSnapshot = "CreateDiskFromSnapshot",
323
- CreateDiskSnapshot = "CreateDiskSnapshot",
324
- CreateDistribution = "CreateDistribution",
325
- CreateDomain = "CreateDomain",
326
- CreateInstance = "CreateInstance",
327
- CreateInstanceSnapshot = "CreateInstanceSnapshot",
328
- CreateInstancesFromSnapshot = "CreateInstancesFromSnapshot",
329
- CreateLoadBalancer = "CreateLoadBalancer",
330
- CreateLoadBalancerTlsCertificate = "CreateLoadBalancerTlsCertificate",
331
- CreateRelationalDatabase = "CreateRelationalDatabase",
332
- CreateRelationalDatabaseFromSnapshot = "CreateRelationalDatabaseFromSnapshot",
333
- CreateRelationalDatabaseSnapshot = "CreateRelationalDatabaseSnapshot",
334
- DeleteAlarm = "DeleteAlarm",
335
- DeleteBucket = "DeleteBucket",
336
- DeleteBucketAccessKey = "DeleteBucketAccessKey",
337
- DeleteCertificate = "DeleteCertificate",
338
- DeleteContactMethod = "DeleteContactMethod",
339
- DeleteContainerImage = "DeleteContainerImage",
340
- DeleteContainerService = "DeleteContainerService",
341
- DeleteDisk = "DeleteDisk",
342
- DeleteDiskSnapshot = "DeleteDiskSnapshot",
343
- DeleteDistribution = "DeleteDistribution",
344
- DeleteDomain = "DeleteDomain",
345
- DeleteDomainEntry = "DeleteDomainEntry",
346
- DeleteInstance = "DeleteInstance",
347
- DeleteInstanceSnapshot = "DeleteInstanceSnapshot",
348
- DeleteKnownHostKeys = "DeleteKnownHostKeys",
349
- DeleteLoadBalancer = "DeleteLoadBalancer",
350
- DeleteLoadBalancerTlsCertificate = "DeleteLoadBalancerTlsCertificate",
351
- DeleteRelationalDatabase = "DeleteRelationalDatabase",
352
- DeleteRelationalDatabaseSnapshot = "DeleteRelationalDatabaseSnapshot",
353
- DetachCertificateFromDistribution = "DetachCertificateFromDistribution",
354
- DetachDisk = "DetachDisk",
355
- DetachInstancesFromLoadBalancer = "DetachInstancesFromLoadBalancer",
356
- DetachStaticIp = "DetachStaticIp",
357
- DisableAddOn = "DisableAddOn",
358
- EnableAddOn = "EnableAddOn",
359
- GetAlarms = "GetAlarms",
360
- GetContactMethods = "GetContactMethods",
361
- OpenInstancePublicPorts = "OpenInstancePublicPorts",
362
- PutAlarm = "PutAlarm",
363
- PutInstancePublicPorts = "PutInstancePublicPorts",
364
- RebootInstance = "RebootInstance",
365
- RebootRelationalDatabase = "RebootRelationalDatabase",
366
- RegisterContainerImage = "RegisterContainerImage",
367
- ReleaseStaticIp = "ReleaseStaticIp",
368
- ResetDistributionCache = "ResetDistributionCache",
369
- SendContactMethodVerification = "SendContactMethodVerification",
370
- SetIpAddressType = "SetIpAddressType",
371
- SetResourceAccessForBucket = "SetResourceAccessForBucket",
372
- StartInstance = "StartInstance",
373
- StartRelationalDatabase = "StartRelationalDatabase",
374
- StopInstance = "StopInstance",
375
- StopRelationalDatabase = "StopRelationalDatabase",
376
- TestAlarm = "TestAlarm",
377
- UpdateBucket = "UpdateBucket",
378
- UpdateBucketBundle = "UpdateBucketBundle",
379
- UpdateContainerService = "UpdateContainerService",
380
- UpdateDistribution = "UpdateDistribution",
381
- UpdateDistributionBundle = "UpdateDistributionBundle",
382
- UpdateDomainEntry = "UpdateDomainEntry",
383
- UpdateLoadBalancerAttribute = "UpdateLoadBalancerAttribute",
384
- UpdateRelationalDatabase = "UpdateRelationalDatabase",
385
- UpdateRelationalDatabaseParameters = "UpdateRelationalDatabaseParameters"
386
- }
387
- export declare enum OperationStatus {
388
- Completed = "Completed",
389
- Failed = "Failed",
390
- NotStarted = "NotStarted",
391
- Started = "Started",
392
- Succeeded = "Succeeded"
393
- }
394
-
395
- export interface Operation {
396
-
397
- id?: string;
398
-
399
- resourceName?: string;
400
-
401
- resourceType?: ResourceType | string;
402
-
403
- createdAt?: Date;
404
-
405
- location?: ResourceLocation;
406
-
407
- isTerminal?: boolean;
408
-
409
- operationDetails?: string;
410
-
411
- operationType?: OperationType | string;
412
-
413
- status?: OperationStatus | string;
414
-
415
- statusChangedAt?: Date;
416
-
417
- errorCode?: string;
418
-
419
- errorDetails?: string;
420
- }
421
- export interface AllocateStaticIpResult {
422
-
423
- operations?: Operation[];
424
- }
425
-
426
- export declare class InvalidInputException extends __BaseException {
427
- readonly name: "InvalidInputException";
428
- readonly $fault: "client";
429
- code?: string;
430
- docs?: string;
431
- tip?: string;
432
-
433
- constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
434
- }
435
-
436
- export declare class NotFoundException extends __BaseException {
437
- readonly name: "NotFoundException";
438
- readonly $fault: "client";
439
- code?: string;
440
- docs?: string;
441
- tip?: string;
442
-
443
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
444
- }
445
-
446
- export declare class OperationFailureException extends __BaseException {
447
- readonly name: "OperationFailureException";
448
- readonly $fault: "client";
449
- code?: string;
450
- docs?: string;
451
- tip?: string;
452
-
453
- constructor(opts: __ExceptionOptionType<OperationFailureException, __BaseException>);
454
- }
455
-
456
- export declare class ServiceException extends __BaseException {
457
- readonly name: "ServiceException";
458
- readonly $fault: "server";
459
- code?: string;
460
- docs?: string;
461
- tip?: string;
462
-
463
- constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
464
- }
465
-
466
- export declare class UnauthenticatedException extends __BaseException {
467
- readonly name: "UnauthenticatedException";
468
- readonly $fault: "client";
469
- code?: string;
470
- docs?: string;
471
- tip?: string;
472
-
473
- constructor(opts: __ExceptionOptionType<UnauthenticatedException, __BaseException>);
474
- }
475
- export interface AttachCertificateToDistributionRequest {
476
-
477
- distributionName: string | undefined;
478
-
479
- certificateName: string | undefined;
480
- }
481
- export interface AttachCertificateToDistributionResult {
482
-
483
- operation?: Operation;
484
- }
485
- export interface AttachDiskRequest {
486
-
487
- diskName: string | undefined;
488
-
489
- instanceName: string | undefined;
490
-
491
- diskPath: string | undefined;
492
- }
493
- export interface AttachDiskResult {
494
-
495
- operations?: Operation[];
496
- }
497
-
498
- export interface AttachedDisk {
499
-
500
- path?: string;
501
-
502
- sizeInGb?: number;
503
- }
504
-
505
- export interface DiskMap {
506
-
507
- originalDiskPath?: string;
508
-
509
- newDiskName?: string;
510
- }
511
- export interface AttachInstancesToLoadBalancerRequest {
512
-
513
- loadBalancerName: string | undefined;
514
-
515
- instanceNames: string[] | undefined;
516
- }
517
- export interface AttachInstancesToLoadBalancerResult {
518
-
519
- operations?: Operation[];
520
- }
521
- export interface AttachLoadBalancerTlsCertificateRequest {
522
-
523
- loadBalancerName: string | undefined;
524
-
525
- certificateName: string | undefined;
526
- }
527
- export interface AttachLoadBalancerTlsCertificateResult {
528
-
529
- operations?: Operation[];
530
- }
531
- export interface AttachStaticIpRequest {
532
-
533
- staticIpName: string | undefined;
534
-
535
- instanceName: string | undefined;
536
- }
537
- export interface AttachStaticIpResult {
538
-
539
- operations?: Operation[];
540
- }
541
- export declare enum AutoSnapshotStatus {
542
- FAILED = "Failed",
543
- IN_PROGRESS = "InProgress",
544
- NOT_FOUND = "NotFound",
545
- SUCCESS = "Success"
546
- }
547
-
548
- export interface AutoSnapshotDetails {
549
-
550
- date?: string;
551
-
552
- createdAt?: Date;
553
-
554
- status?: AutoSnapshotStatus | string;
555
-
556
- fromAttachedDisks?: AttachedDisk[];
557
- }
558
-
559
- export interface AvailabilityZone {
560
-
561
- zoneName?: string;
562
-
563
- state?: string;
564
- }
565
- export declare enum BehaviorEnum {
566
- CacheSetting = "cache",
567
- DontCacheSetting = "dont-cache"
568
- }
569
- export declare enum InstancePlatform {
570
- LinuxUnix = "LINUX_UNIX",
571
- Windows = "WINDOWS"
572
- }
573
- export declare enum BlueprintType {
574
- app = "app",
575
- os = "os"
576
- }
577
-
578
- export interface Blueprint {
579
-
580
- blueprintId?: string;
581
-
582
- name?: string;
583
-
584
- group?: string;
585
-
586
- type?: BlueprintType | string;
587
-
588
- description?: string;
589
-
590
- isActive?: boolean;
591
-
592
- minPower?: number;
593
-
594
- version?: string;
595
-
596
- versionCode?: string;
597
-
598
- productUrl?: string;
599
-
600
- licenseUrl?: string;
601
-
602
- platform?: InstancePlatform | string;
603
- }
604
-
605
- export interface BucketAccessLogConfig {
606
-
607
- enabled: boolean | undefined;
608
-
609
- destination?: string;
610
-
611
- prefix?: string;
612
- }
613
-
614
- export interface BucketState {
615
-
616
- code?: string;
617
-
618
- message?: string;
619
- }
620
-
621
- export interface Tag {
622
-
623
- key?: string;
624
-
625
- value?: string;
626
- }
627
-
628
- export interface Bucket {
629
-
630
- resourceType?: string;
631
-
632
- accessRules?: AccessRules;
633
-
634
- arn?: string;
635
-
636
- bundleId?: string;
637
-
638
- createdAt?: Date;
639
-
640
- url?: string;
641
-
642
- location?: ResourceLocation;
643
-
644
- name?: string;
645
-
646
- supportCode?: string;
647
-
648
- tags?: Tag[];
649
-
650
- objectVersioning?: string;
651
-
652
- ableToUpdateBundle?: boolean;
653
-
654
- readonlyAccessAccounts?: string[];
655
-
656
- resourcesReceivingAccess?: ResourceReceivingAccess[];
657
-
658
- state?: BucketState;
659
-
660
- accessLogConfig?: BucketAccessLogConfig;
661
- }
662
-
663
- export interface BucketBundle {
664
-
665
- bundleId?: string;
666
-
667
- name?: string;
668
-
669
- price?: number;
670
-
671
- storagePerMonthInGb?: number;
672
-
673
- transferPerMonthInGb?: number;
674
-
675
- isActive?: boolean;
676
- }
677
- export declare enum BucketMetricName {
678
- BucketSizeBytes = "BucketSizeBytes",
679
- NumberOfObjects = "NumberOfObjects"
680
- }
681
-
682
- export interface Bundle {
683
-
684
- price?: number;
685
-
686
- cpuCount?: number;
687
-
688
- diskSizeInGb?: number;
689
-
690
- bundleId?: string;
691
-
692
- instanceType?: string;
693
-
694
- isActive?: boolean;
695
-
696
- name?: string;
697
-
698
- power?: number;
699
-
700
- ramSizeInGb?: number;
701
-
702
- transferPerMonthInGb?: number;
703
-
704
- supportedPlatforms?: (InstancePlatform | string)[];
705
- }
706
-
707
- export interface CacheBehavior {
708
-
709
- behavior?: BehaviorEnum | string;
710
- }
711
-
712
- export interface CacheBehaviorPerPath {
713
-
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { LightsailServiceException as __BaseException } from "./LightsailServiceException";
3
+ export declare class AccessDeniedException extends __BaseException {
4
+ readonly name: "AccessDeniedException";
5
+ readonly $fault: "client";
6
+ code?: string;
7
+ docs?: string;
8
+ tip?: string;
9
+ constructor(
10
+ opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
+ );
12
+ }
13
+ export declare enum AccessDirection {
14
+ inbound = "inbound",
15
+ outbound = "outbound",
16
+ }
17
+ export interface AccessKeyLastUsed {
18
+ lastUsedDate?: Date;
19
+ region?: string;
20
+ serviceName?: string;
21
+ }
22
+ export declare enum StatusType {
23
+ Active = "Active",
24
+ Inactive = "Inactive",
25
+ }
26
+ export interface AccessKey {
27
+ accessKeyId?: string;
28
+ secretAccessKey?: string;
29
+ status?: StatusType | string;
30
+ createdAt?: Date;
31
+ lastUsed?: AccessKeyLastUsed;
32
+ }
33
+ export interface ResourceReceivingAccess {
34
+ name?: string;
35
+ resourceType?: string;
36
+ }
37
+ export declare enum AccessType {
38
+ Private = "private",
39
+ Public = "public",
40
+ }
41
+ export interface AccessRules {
42
+ getObject?: AccessType | string;
43
+ allowPublicOverrides?: boolean;
44
+ }
45
+ export declare enum BPAStatusMessage {
46
+ DEFAULTED_FOR_SLR_MISSING = "DEFAULTED_FOR_SLR_MISSING",
47
+ DEFAULTED_FOR_SLR_MISSING_ON_HOLD = "DEFAULTED_FOR_SLR_MISSING_ON_HOLD",
48
+ SYNC_ON_HOLD = "SYNC_ON_HOLD",
49
+ Unknown = "Unknown",
50
+ }
51
+ export declare enum AccountLevelBpaSyncStatus {
52
+ Defaulted = "Defaulted",
53
+ Failed = "Failed",
54
+ InSync = "InSync",
55
+ NeverSynced = "NeverSynced",
56
+ }
57
+ export interface AccountLevelBpaSync {
58
+ status?: AccountLevelBpaSyncStatus | string;
59
+ lastSyncedAt?: Date;
60
+ message?: BPAStatusMessage | string;
61
+ bpaImpactsLightsail?: boolean;
62
+ }
63
+ export declare class AccountSetupInProgressException extends __BaseException {
64
+ readonly name: "AccountSetupInProgressException";
65
+ readonly $fault: "client";
66
+ code?: string;
67
+ docs?: string;
68
+ tip?: string;
69
+ constructor(
70
+ opts: __ExceptionOptionType<
71
+ AccountSetupInProgressException,
72
+ __BaseException
73
+ >
74
+ );
75
+ }
76
+ export interface AddOn {
77
+ name?: string;
78
+ status?: string;
79
+ snapshotTimeOfDay?: string;
80
+ nextSnapshotTimeOfDay?: string;
81
+ }
82
+ export declare enum AddOnType {
83
+ AutoSnapshot = "AutoSnapshot",
84
+ }
85
+ export interface AutoSnapshotAddOnRequest {
86
+ snapshotTimeOfDay?: string;
87
+ }
88
+ export interface AddOnRequest {
89
+ addOnType: AddOnType | string | undefined;
90
+ autoSnapshotAddOnRequest?: AutoSnapshotAddOnRequest;
91
+ }
92
+ export declare enum ComparisonOperator {
93
+ GreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold",
94
+ GreaterThanThreshold = "GreaterThanThreshold",
95
+ LessThanOrEqualToThreshold = "LessThanOrEqualToThreshold",
96
+ LessThanThreshold = "LessThanThreshold",
97
+ }
98
+ export declare enum ContactProtocol {
99
+ Email = "Email",
100
+ SMS = "SMS",
101
+ }
102
+ export declare enum RegionName {
103
+ AP_NORTHEAST_1 = "ap-northeast-1",
104
+ AP_NORTHEAST_2 = "ap-northeast-2",
105
+ AP_SOUTHEAST_1 = "ap-southeast-1",
106
+ AP_SOUTHEAST_2 = "ap-southeast-2",
107
+ AP_SOUTH_1 = "ap-south-1",
108
+ CA_CENTRAL_1 = "ca-central-1",
109
+ EU_CENTRAL_1 = "eu-central-1",
110
+ EU_NORTH_1 = "eu-north-1",
111
+ EU_WEST_1 = "eu-west-1",
112
+ EU_WEST_2 = "eu-west-2",
113
+ EU_WEST_3 = "eu-west-3",
114
+ US_EAST_1 = "us-east-1",
115
+ US_EAST_2 = "us-east-2",
116
+ US_WEST_1 = "us-west-1",
117
+ US_WEST_2 = "us-west-2",
118
+ }
119
+ export interface ResourceLocation {
120
+ availabilityZone?: string;
121
+ regionName?: RegionName | string;
122
+ }
123
+ export declare enum MetricName {
124
+ BurstCapacityPercentage = "BurstCapacityPercentage",
125
+ BurstCapacityTime = "BurstCapacityTime",
126
+ CPUUtilization = "CPUUtilization",
127
+ ClientTLSNegotiationErrorCount = "ClientTLSNegotiationErrorCount",
128
+ DatabaseConnections = "DatabaseConnections",
129
+ DiskQueueDepth = "DiskQueueDepth",
130
+ FreeStorageSpace = "FreeStorageSpace",
131
+ HTTPCode_Instance_2XX_Count = "HTTPCode_Instance_2XX_Count",
132
+ HTTPCode_Instance_3XX_Count = "HTTPCode_Instance_3XX_Count",
133
+ HTTPCode_Instance_4XX_Count = "HTTPCode_Instance_4XX_Count",
134
+ HTTPCode_Instance_5XX_Count = "HTTPCode_Instance_5XX_Count",
135
+ HTTPCode_LB_4XX_Count = "HTTPCode_LB_4XX_Count",
136
+ HTTPCode_LB_5XX_Count = "HTTPCode_LB_5XX_Count",
137
+ HealthyHostCount = "HealthyHostCount",
138
+ InstanceResponseTime = "InstanceResponseTime",
139
+ NetworkIn = "NetworkIn",
140
+ NetworkOut = "NetworkOut",
141
+ NetworkReceiveThroughput = "NetworkReceiveThroughput",
142
+ NetworkTransmitThroughput = "NetworkTransmitThroughput",
143
+ RejectedConnectionCount = "RejectedConnectionCount",
144
+ RequestCount = "RequestCount",
145
+ StatusCheckFailed = "StatusCheckFailed",
146
+ StatusCheckFailed_Instance = "StatusCheckFailed_Instance",
147
+ StatusCheckFailed_System = "StatusCheckFailed_System",
148
+ UnhealthyHostCount = "UnhealthyHostCount",
149
+ }
150
+ export declare enum ResourceType {
151
+ Alarm = "Alarm",
152
+ Bucket = "Bucket",
153
+ Certificate = "Certificate",
154
+ CloudFormationStackRecord = "CloudFormationStackRecord",
155
+ ContactMethod = "ContactMethod",
156
+ ContainerService = "ContainerService",
157
+ Disk = "Disk",
158
+ DiskSnapshot = "DiskSnapshot",
159
+ Distribution = "Distribution",
160
+ Domain = "Domain",
161
+ ExportSnapshotRecord = "ExportSnapshotRecord",
162
+ Instance = "Instance",
163
+ InstanceSnapshot = "InstanceSnapshot",
164
+ KeyPair = "KeyPair",
165
+ LoadBalancer = "LoadBalancer",
166
+ LoadBalancerTlsCertificate = "LoadBalancerTlsCertificate",
167
+ PeeredVpc = "PeeredVpc",
168
+ RelationalDatabase = "RelationalDatabase",
169
+ RelationalDatabaseSnapshot = "RelationalDatabaseSnapshot",
170
+ StaticIp = "StaticIp",
171
+ }
172
+ export interface MonitoredResourceInfo {
173
+ arn?: string;
174
+ name?: string;
175
+ resourceType?: ResourceType | string;
176
+ }
177
+ export declare enum AlarmState {
178
+ ALARM = "ALARM",
179
+ INSUFFICIENT_DATA = "INSUFFICIENT_DATA",
180
+ OK = "OK",
181
+ }
182
+ export declare enum MetricStatistic {
183
+ Average = "Average",
184
+ Maximum = "Maximum",
185
+ Minimum = "Minimum",
186
+ SampleCount = "SampleCount",
187
+ Sum = "Sum",
188
+ }
189
+ export declare enum TreatMissingData {
190
+ Breaching = "breaching",
191
+ Ignore = "ignore",
192
+ Missing = "missing",
193
+ NotBreaching = "notBreaching",
194
+ }
195
+ export declare enum MetricUnit {
196
+ Bits = "Bits",
197
+ BitsSecond = "Bits/Second",
198
+ Bytes = "Bytes",
199
+ BytesSecond = "Bytes/Second",
200
+ Count = "Count",
201
+ CountSecond = "Count/Second",
202
+ Gigabits = "Gigabits",
203
+ GigabitsSecond = "Gigabits/Second",
204
+ Gigabytes = "Gigabytes",
205
+ GigabytesSecond = "Gigabytes/Second",
206
+ Kilobits = "Kilobits",
207
+ KilobitsSecond = "Kilobits/Second",
208
+ Kilobytes = "Kilobytes",
209
+ KilobytesSecond = "Kilobytes/Second",
210
+ Megabits = "Megabits",
211
+ MegabitsSecond = "Megabits/Second",
212
+ Megabytes = "Megabytes",
213
+ MegabytesSecond = "Megabytes/Second",
214
+ Microseconds = "Microseconds",
215
+ Milliseconds = "Milliseconds",
216
+ None = "None",
217
+ Percent = "Percent",
218
+ Seconds = "Seconds",
219
+ Terabits = "Terabits",
220
+ TerabitsSecond = "Terabits/Second",
221
+ Terabytes = "Terabytes",
222
+ TerabytesSecond = "Terabytes/Second",
223
+ }
224
+ export interface Alarm {
225
+ name?: string;
226
+ arn?: string;
227
+ createdAt?: Date;
228
+ location?: ResourceLocation;
229
+ resourceType?: ResourceType | string;
230
+ supportCode?: string;
231
+ monitoredResourceInfo?: MonitoredResourceInfo;
232
+ comparisonOperator?: ComparisonOperator | string;
233
+ evaluationPeriods?: number;
234
+ period?: number;
235
+ threshold?: number;
236
+ datapointsToAlarm?: number;
237
+ treatMissingData?: TreatMissingData | string;
238
+ statistic?: MetricStatistic | string;
239
+ metricName?: MetricName | string;
240
+ state?: AlarmState | string;
241
+ unit?: MetricUnit | string;
242
+ contactProtocols?: (ContactProtocol | string)[];
243
+ notificationTriggers?: (AlarmState | string)[];
244
+ notificationEnabled?: boolean;
245
+ }
246
+ export interface AllocateStaticIpRequest {
247
+ staticIpName: string | undefined;
248
+ }
249
+ export declare enum OperationType {
250
+ AllocateStaticIp = "AllocateStaticIp",
251
+ AttachCertificateToDistribution = "AttachCertificateToDistribution",
252
+ AttachDisk = "AttachDisk",
253
+ AttachInstancesToLoadBalancer = "AttachInstancesToLoadBalancer",
254
+ AttachLoadBalancerTlsCertificate = "AttachLoadBalancerTlsCertificate",
255
+ AttachStaticIp = "AttachStaticIp",
256
+ CloseInstancePublicPorts = "CloseInstancePublicPorts",
257
+ CreateBucket = "CreateBucket",
258
+ CreateBucketAccessKey = "CreateBucketAccessKey",
259
+ CreateCertificate = "CreateCertificate",
260
+ CreateContactMethod = "CreateContactMethod",
261
+ CreateContainerService = "CreateContainerService",
262
+ CreateContainerServiceDeployment = "CreateContainerServiceDeployment",
263
+ CreateContainerServiceRegistryLogin = "CreateContainerServiceRegistryLogin",
264
+ CreateDisk = "CreateDisk",
265
+ CreateDiskFromSnapshot = "CreateDiskFromSnapshot",
266
+ CreateDiskSnapshot = "CreateDiskSnapshot",
267
+ CreateDistribution = "CreateDistribution",
268
+ CreateDomain = "CreateDomain",
269
+ CreateInstance = "CreateInstance",
270
+ CreateInstanceSnapshot = "CreateInstanceSnapshot",
271
+ CreateInstancesFromSnapshot = "CreateInstancesFromSnapshot",
272
+ CreateLoadBalancer = "CreateLoadBalancer",
273
+ CreateLoadBalancerTlsCertificate = "CreateLoadBalancerTlsCertificate",
274
+ CreateRelationalDatabase = "CreateRelationalDatabase",
275
+ CreateRelationalDatabaseFromSnapshot = "CreateRelationalDatabaseFromSnapshot",
276
+ CreateRelationalDatabaseSnapshot = "CreateRelationalDatabaseSnapshot",
277
+ DeleteAlarm = "DeleteAlarm",
278
+ DeleteBucket = "DeleteBucket",
279
+ DeleteBucketAccessKey = "DeleteBucketAccessKey",
280
+ DeleteCertificate = "DeleteCertificate",
281
+ DeleteContactMethod = "DeleteContactMethod",
282
+ DeleteContainerImage = "DeleteContainerImage",
283
+ DeleteContainerService = "DeleteContainerService",
284
+ DeleteDisk = "DeleteDisk",
285
+ DeleteDiskSnapshot = "DeleteDiskSnapshot",
286
+ DeleteDistribution = "DeleteDistribution",
287
+ DeleteDomain = "DeleteDomain",
288
+ DeleteDomainEntry = "DeleteDomainEntry",
289
+ DeleteInstance = "DeleteInstance",
290
+ DeleteInstanceSnapshot = "DeleteInstanceSnapshot",
291
+ DeleteKnownHostKeys = "DeleteKnownHostKeys",
292
+ DeleteLoadBalancer = "DeleteLoadBalancer",
293
+ DeleteLoadBalancerTlsCertificate = "DeleteLoadBalancerTlsCertificate",
294
+ DeleteRelationalDatabase = "DeleteRelationalDatabase",
295
+ DeleteRelationalDatabaseSnapshot = "DeleteRelationalDatabaseSnapshot",
296
+ DetachCertificateFromDistribution = "DetachCertificateFromDistribution",
297
+ DetachDisk = "DetachDisk",
298
+ DetachInstancesFromLoadBalancer = "DetachInstancesFromLoadBalancer",
299
+ DetachStaticIp = "DetachStaticIp",
300
+ DisableAddOn = "DisableAddOn",
301
+ EnableAddOn = "EnableAddOn",
302
+ GetAlarms = "GetAlarms",
303
+ GetContactMethods = "GetContactMethods",
304
+ OpenInstancePublicPorts = "OpenInstancePublicPorts",
305
+ PutAlarm = "PutAlarm",
306
+ PutInstancePublicPorts = "PutInstancePublicPorts",
307
+ RebootInstance = "RebootInstance",
308
+ RebootRelationalDatabase = "RebootRelationalDatabase",
309
+ RegisterContainerImage = "RegisterContainerImage",
310
+ ReleaseStaticIp = "ReleaseStaticIp",
311
+ ResetDistributionCache = "ResetDistributionCache",
312
+ SendContactMethodVerification = "SendContactMethodVerification",
313
+ SetIpAddressType = "SetIpAddressType",
314
+ SetResourceAccessForBucket = "SetResourceAccessForBucket",
315
+ StartInstance = "StartInstance",
316
+ StartRelationalDatabase = "StartRelationalDatabase",
317
+ StopInstance = "StopInstance",
318
+ StopRelationalDatabase = "StopRelationalDatabase",
319
+ TestAlarm = "TestAlarm",
320
+ UpdateBucket = "UpdateBucket",
321
+ UpdateBucketBundle = "UpdateBucketBundle",
322
+ UpdateContainerService = "UpdateContainerService",
323
+ UpdateDistribution = "UpdateDistribution",
324
+ UpdateDistributionBundle = "UpdateDistributionBundle",
325
+ UpdateDomainEntry = "UpdateDomainEntry",
326
+ UpdateLoadBalancerAttribute = "UpdateLoadBalancerAttribute",
327
+ UpdateRelationalDatabase = "UpdateRelationalDatabase",
328
+ UpdateRelationalDatabaseParameters = "UpdateRelationalDatabaseParameters",
329
+ }
330
+ export declare enum OperationStatus {
331
+ Completed = "Completed",
332
+ Failed = "Failed",
333
+ NotStarted = "NotStarted",
334
+ Started = "Started",
335
+ Succeeded = "Succeeded",
336
+ }
337
+ export interface Operation {
338
+ id?: string;
339
+ resourceName?: string;
340
+ resourceType?: ResourceType | string;
341
+ createdAt?: Date;
342
+ location?: ResourceLocation;
343
+ isTerminal?: boolean;
344
+ operationDetails?: string;
345
+ operationType?: OperationType | string;
346
+ status?: OperationStatus | string;
347
+ statusChangedAt?: Date;
348
+ errorCode?: string;
349
+ errorDetails?: string;
350
+ }
351
+ export interface AllocateStaticIpResult {
352
+ operations?: Operation[];
353
+ }
354
+ export declare class InvalidInputException extends __BaseException {
355
+ readonly name: "InvalidInputException";
356
+ readonly $fault: "client";
357
+ code?: string;
358
+ docs?: string;
359
+ tip?: string;
360
+ constructor(
361
+ opts: __ExceptionOptionType<InvalidInputException, __BaseException>
362
+ );
363
+ }
364
+ export declare class NotFoundException extends __BaseException {
365
+ readonly name: "NotFoundException";
366
+ readonly $fault: "client";
367
+ code?: string;
368
+ docs?: string;
369
+ tip?: string;
370
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
371
+ }
372
+ export declare class OperationFailureException extends __BaseException {
373
+ readonly name: "OperationFailureException";
374
+ readonly $fault: "client";
375
+ code?: string;
376
+ docs?: string;
377
+ tip?: string;
378
+ constructor(
379
+ opts: __ExceptionOptionType<OperationFailureException, __BaseException>
380
+ );
381
+ }
382
+ export declare class ServiceException extends __BaseException {
383
+ readonly name: "ServiceException";
384
+ readonly $fault: "server";
385
+ code?: string;
386
+ docs?: string;
387
+ tip?: string;
388
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
389
+ }
390
+ export declare class UnauthenticatedException extends __BaseException {
391
+ readonly name: "UnauthenticatedException";
392
+ readonly $fault: "client";
393
+ code?: string;
394
+ docs?: string;
395
+ tip?: string;
396
+ constructor(
397
+ opts: __ExceptionOptionType<UnauthenticatedException, __BaseException>
398
+ );
399
+ }
400
+ export interface AttachCertificateToDistributionRequest {
401
+ distributionName: string | undefined;
402
+ certificateName: string | undefined;
403
+ }
404
+ export interface AttachCertificateToDistributionResult {
405
+ operation?: Operation;
406
+ }
407
+ export interface AttachDiskRequest {
408
+ diskName: string | undefined;
409
+ instanceName: string | undefined;
410
+ diskPath: string | undefined;
411
+ }
412
+ export interface AttachDiskResult {
413
+ operations?: Operation[];
414
+ }
415
+ export interface AttachedDisk {
416
+ path?: string;
417
+ sizeInGb?: number;
418
+ }
419
+ export interface DiskMap {
420
+ originalDiskPath?: string;
421
+ newDiskName?: string;
422
+ }
423
+ export interface AttachInstancesToLoadBalancerRequest {
424
+ loadBalancerName: string | undefined;
425
+ instanceNames: string[] | undefined;
426
+ }
427
+ export interface AttachInstancesToLoadBalancerResult {
428
+ operations?: Operation[];
429
+ }
430
+ export interface AttachLoadBalancerTlsCertificateRequest {
431
+ loadBalancerName: string | undefined;
432
+ certificateName: string | undefined;
433
+ }
434
+ export interface AttachLoadBalancerTlsCertificateResult {
435
+ operations?: Operation[];
436
+ }
437
+ export interface AttachStaticIpRequest {
438
+ staticIpName: string | undefined;
439
+ instanceName: string | undefined;
440
+ }
441
+ export interface AttachStaticIpResult {
442
+ operations?: Operation[];
443
+ }
444
+ export declare enum AutoSnapshotStatus {
445
+ FAILED = "Failed",
446
+ IN_PROGRESS = "InProgress",
447
+ NOT_FOUND = "NotFound",
448
+ SUCCESS = "Success",
449
+ }
450
+ export interface AutoSnapshotDetails {
451
+ date?: string;
452
+ createdAt?: Date;
453
+ status?: AutoSnapshotStatus | string;
454
+ fromAttachedDisks?: AttachedDisk[];
455
+ }
456
+ export interface AvailabilityZone {
457
+ zoneName?: string;
458
+ state?: string;
459
+ }
460
+ export declare enum BehaviorEnum {
461
+ CacheSetting = "cache",
462
+ DontCacheSetting = "dont-cache",
463
+ }
464
+ export declare enum InstancePlatform {
465
+ LinuxUnix = "LINUX_UNIX",
466
+ Windows = "WINDOWS",
467
+ }
468
+ export declare enum BlueprintType {
469
+ app = "app",
470
+ os = "os",
471
+ }
472
+ export interface Blueprint {
473
+ blueprintId?: string;
474
+ name?: string;
475
+ group?: string;
476
+ type?: BlueprintType | string;
477
+ description?: string;
478
+ isActive?: boolean;
479
+ minPower?: number;
480
+ version?: string;
481
+ versionCode?: string;
482
+ productUrl?: string;
483
+ licenseUrl?: string;
484
+ platform?: InstancePlatform | string;
485
+ }
486
+ export interface BucketAccessLogConfig {
487
+ enabled: boolean | undefined;
488
+ destination?: string;
489
+ prefix?: string;
490
+ }
491
+ export interface BucketState {
492
+ code?: string;
493
+ message?: string;
494
+ }
495
+ export interface Tag {
496
+ key?: string;
497
+ value?: string;
498
+ }
499
+ export interface Bucket {
500
+ resourceType?: string;
501
+ accessRules?: AccessRules;
502
+ arn?: string;
503
+ bundleId?: string;
504
+ createdAt?: Date;
505
+ url?: string;
506
+ location?: ResourceLocation;
507
+ name?: string;
508
+ supportCode?: string;
509
+ tags?: Tag[];
510
+ objectVersioning?: string;
511
+ ableToUpdateBundle?: boolean;
512
+ readonlyAccessAccounts?: string[];
513
+ resourcesReceivingAccess?: ResourceReceivingAccess[];
514
+ state?: BucketState;
515
+ accessLogConfig?: BucketAccessLogConfig;
516
+ }
517
+ export interface BucketBundle {
518
+ bundleId?: string;
519
+ name?: string;
520
+ price?: number;
521
+ storagePerMonthInGb?: number;
522
+ transferPerMonthInGb?: number;
523
+ isActive?: boolean;
524
+ }
525
+ export declare enum BucketMetricName {
526
+ BucketSizeBytes = "BucketSizeBytes",
527
+ NumberOfObjects = "NumberOfObjects",
528
+ }
529
+ export interface Bundle {
530
+ price?: number;
531
+ cpuCount?: number;
532
+ diskSizeInGb?: number;
533
+ bundleId?: string;
534
+ instanceType?: string;
535
+ isActive?: boolean;
536
+ name?: string;
537
+ power?: number;
538
+ ramSizeInGb?: number;
539
+ transferPerMonthInGb?: number;
540
+ supportedPlatforms?: (InstancePlatform | string)[];
541
+ }
542
+ export interface CacheBehavior {
543
+ behavior?: BehaviorEnum | string;
544
+ }
545
+ export interface CacheBehaviorPerPath {
546
+ path?: string;
547
+ behavior?: BehaviorEnum | string;
548
+ }
549
+ export declare enum ForwardValues {
550
+ all = "all",
551
+ allowList = "allow-list",
552
+ none = "none",
553
+ }
554
+ export interface CookieObject {
555
+ option?: ForwardValues | string;
556
+ cookiesAllowList?: string[];
557
+ }
558
+ export declare enum HeaderEnum {
559
+ accept = "Accept",
560
+ acceptCharset = "Accept-Charset",
561
+ acceptDatetime = "Accept-Datetime",
562
+ acceptEncoding = "Accept-Encoding",
563
+ acceptLanguage = "Accept-Language",
564
+ authorization = "Authorization",
565
+ cloudFrontForwardedProto = "CloudFront-Forwarded-Proto",
566
+ cloudFrontIsDesktopViewer = "CloudFront-Is-Desktop-Viewer",
567
+ cloudFrontIsMobileViewer = "CloudFront-Is-Mobile-Viewer",
568
+ cloudFrontIsSmartTVViewer = "CloudFront-Is-SmartTV-Viewer",
569
+ cloudFrontIsTabletViewer = "CloudFront-Is-Tablet-Viewer",
570
+ cloudFrontViewerCountry = "CloudFront-Viewer-Country",
571
+ host = "Host",
572
+ origin = "Origin",
573
+ referer = "Referer",
574
+ }
575
+ export interface HeaderObject {
576
+ option?: ForwardValues | string;
577
+ headersAllowList?: (HeaderEnum | string)[];
578
+ }
579
+ export interface QueryStringObject {
580
+ option?: boolean;
581
+ queryStringsAllowList?: string[];
582
+ }
583
+ export interface CacheSettings {
584
+ defaultTTL?: number;
585
+ minimumTTL?: number;
586
+ maximumTTL?: number;
587
+ allowedHTTPMethods?: string;
588
+ cachedHTTPMethods?: string;
589
+ forwardedCookies?: CookieObject;
590
+ forwardedHeaders?: HeaderObject;
591
+ forwardedQueryStrings?: QueryStringObject;
592
+ }
593
+ export interface ResourceRecord {
594
+ name?: string;
595
+ type?: string;
596
+ value?: string;
597
+ }
598
+ export interface DomainValidationRecord {
599
+ domainName?: string;
600
+ resourceRecord?: ResourceRecord;
601
+ }
602
+ export declare enum RenewalStatus {
603
+ Failed = "Failed",
604
+ PendingAutoRenewal = "PendingAutoRenewal",
605
+ PendingValidation = "PendingValidation",
606
+ Success = "Success",
607
+ }
608
+ export interface RenewalSummary {
609
+ domainValidationRecords?: DomainValidationRecord[];
610
+ renewalStatus?: RenewalStatus | string;
611
+ renewalStatusReason?: string;
612
+ updatedAt?: Date;
613
+ }
614
+ export declare enum CertificateStatus {
615
+ Expired = "EXPIRED",
616
+ Failed = "FAILED",
617
+ Inactive = "INACTIVE",
618
+ Issued = "ISSUED",
619
+ PendingValidation = "PENDING_VALIDATION",
620
+ Revoked = "REVOKED",
621
+ ValidationTimedOut = "VALIDATION_TIMED_OUT",
622
+ }
623
+ export interface Certificate {
624
+ arn?: string;
625
+ name?: string;
626
+ domainName?: string;
627
+ status?: CertificateStatus | string;
628
+ serialNumber?: string;
629
+ subjectAlternativeNames?: string[];
630
+ domainValidationRecords?: DomainValidationRecord[];
631
+ requestFailureReason?: string;
632
+ inUseResourceCount?: number;
633
+ keyAlgorithm?: string;
634
+ createdAt?: Date;
635
+ issuedAt?: Date;
636
+ issuerCA?: string;
637
+ notBefore?: Date;
638
+ notAfter?: Date;
639
+ eligibleToRenew?: string;
640
+ renewalSummary?: RenewalSummary;
641
+ revokedAt?: Date;
642
+ revocationReason?: string;
643
+ tags?: Tag[];
644
+ supportCode?: string;
645
+ }
646
+ export interface CertificateSummary {
647
+ certificateArn?: string;
648
+ certificateName?: string;
649
+ domainName?: string;
650
+ certificateDetail?: Certificate;
651
+ tags?: Tag[];
652
+ }
653
+ export declare enum NetworkProtocol {
654
+ ALL = "all",
655
+ ICMP = "icmp",
656
+ TCP = "tcp",
657
+ UDP = "udp",
658
+ }
659
+ export interface PortInfo {
660
+ fromPort?: number;
661
+ toPort?: number;
662
+ protocol?: NetworkProtocol | string;
663
+ cidrs?: string[];
664
+ ipv6Cidrs?: string[];
665
+ cidrListAliases?: string[];
666
+ }
667
+ export interface CloseInstancePublicPortsRequest {
668
+ portInfo: PortInfo | undefined;
669
+ instanceName: string | undefined;
670
+ }
671
+ export interface CloseInstancePublicPortsResult {
672
+ operation?: Operation;
673
+ }
674
+ export interface DestinationInfo {
675
+ id?: string;
676
+ service?: string;
677
+ }
678
+ export declare enum CloudFormationStackRecordSourceType {
679
+ ExportSnapshotRecord = "ExportSnapshotRecord",
680
+ }
681
+ export interface CloudFormationStackRecordSourceInfo {
682
+ resourceType?: CloudFormationStackRecordSourceType | string;
683
+ name?: string;
684
+ arn?: string;
685
+ }
686
+ export declare enum RecordState {
687
+ Failed = "Failed",
688
+ Started = "Started",
689
+ Succeeded = "Succeeded",
690
+ }
691
+ export interface CloudFormationStackRecord {
692
+ name?: string;
693
+ arn?: string;
694
+ createdAt?: Date;
695
+ location?: ResourceLocation;
696
+ resourceType?: ResourceType | string;
697
+ state?: RecordState | string;
698
+ sourceInfo?: CloudFormationStackRecordSourceInfo[];
699
+ destinationInfo?: DestinationInfo;
700
+ }
701
+ export declare enum ContactMethodStatus {
702
+ Invalid = "Invalid",
703
+ PendingVerification = "PendingVerification",
704
+ Valid = "Valid",
705
+ }
706
+ export interface ContactMethod {
707
+ contactEndpoint?: string;
708
+ status?: ContactMethodStatus | string;
709
+ protocol?: ContactProtocol | string;
710
+ name?: string;
711
+ arn?: string;
712
+ createdAt?: Date;
713
+ location?: ResourceLocation;
714
+ resourceType?: ResourceType | string;
715
+ supportCode?: string;
716
+ }
717
+ export declare enum ContactMethodVerificationProtocol {
718
+ Email = "Email",
719
+ }
720
+ export declare enum ContainerServiceProtocol {
721
+ HTTP = "HTTP",
722
+ HTTPS = "HTTPS",
723
+ TCP = "TCP",
724
+ UDP = "UDP",
725
+ }
726
+ export interface Container {
727
+ image?: string;
728
+ command?: string[];
729
+ environment?: Record<string, string>;
730
+ ports?: Record<string, ContainerServiceProtocol | string>;
731
+ }
732
+ export interface ContainerImage {
733
+ image?: string;
734
+ digest?: string;
735
+ createdAt?: Date;
736
+ }
737
+ export interface ContainerServiceHealthCheckConfig {
738
+ healthyThreshold?: number;
739
+ unhealthyThreshold?: number;
740
+ timeoutSeconds?: number;
741
+ intervalSeconds?: number;
742
+ path?: string;
743
+ successCodes?: string;
744
+ }
745
+ export interface ContainerServiceEndpoint {
746
+ containerName?: string;
747
+ containerPort?: number;
748
+ healthCheck?: ContainerServiceHealthCheckConfig;
749
+ }
750
+ export declare enum ContainerServiceDeploymentState {
751
+ ACTIVATING = "ACTIVATING",
752
+ ACTIVE = "ACTIVE",
753
+ FAILED = "FAILED",
754
+ INACTIVE = "INACTIVE",
755
+ }
756
+ export interface ContainerServiceDeployment {
757
+ version?: number;
758
+ state?: ContainerServiceDeploymentState | string;
759
+ containers?: Record<string, Container>;
760
+ publicEndpoint?: ContainerServiceEndpoint;
761
+ createdAt?: Date;
762
+ }
763
+ export declare enum ContainerServicePowerName {
764
+ large = "large",
765
+ medium = "medium",
766
+ micro = "micro",
767
+ nano = "nano",
768
+ small = "small",
769
+ xlarge = "xlarge",
770
+ }
771
+ export interface ContainerServiceECRImagePullerRole {
772
+ isActive?: boolean;
773
+ principalArn?: string;
774
+ }
775
+ export interface PrivateRegistryAccess {
776
+ ecrImagePullerRole?: ContainerServiceECRImagePullerRole;
777
+ }
778
+ export declare enum ContainerServiceState {
779
+ DELETING = "DELETING",
780
+ DEPLOYING = "DEPLOYING",
781
+ DISABLED = "DISABLED",
782
+ PENDING = "PENDING",
783
+ READY = "READY",
784
+ RUNNING = "RUNNING",
785
+ UPDATING = "UPDATING",
786
+ }
787
+ export declare enum ContainerServiceStateDetailCode {
788
+ ACTIVATING_DEPLOYMENT = "ACTIVATING_DEPLOYMENT",
789
+ CERTIFICATE_LIMIT_EXCEEDED = "CERTIFICATE_LIMIT_EXCEEDED",
790
+ CREATING_DEPLOYMENT = "CREATING_DEPLOYMENT",
791
+ CREATING_NETWORK_INFRASTRUCTURE = "CREATING_NETWORK_INFRASTRUCTURE",
792
+ CREATING_SYSTEM_RESOURCES = "CREATING_SYSTEM_RESOURCES",
793
+ EVALUATING_HEALTH_CHECK = "EVALUATING_HEALTH_CHECK",
794
+ PROVISIONING_CERTIFICATE = "PROVISIONING_CERTIFICATE",
795
+ PROVISIONING_SERVICE = "PROVISIONING_SERVICE",
796
+ UNKNOWN_ERROR = "UNKNOWN_ERROR",
797
+ }
798
+ export interface ContainerServiceStateDetail {
799
+ code?: ContainerServiceStateDetailCode | string;
800
+ message?: string;
801
+ }
802
+ export interface ContainerService {
803
+ containerServiceName?: string;
804
+ arn?: string;
805
+ createdAt?: Date;
806
+ location?: ResourceLocation;
807
+ resourceType?: ResourceType | string;
808
+ tags?: Tag[];
809
+ power?: ContainerServicePowerName | string;
810
+ powerId?: string;
811
+ state?: ContainerServiceState | string;
812
+ stateDetail?: ContainerServiceStateDetail;
813
+ scale?: number;
814
+ currentDeployment?: ContainerServiceDeployment;
815
+ nextDeployment?: ContainerServiceDeployment;
816
+ isDisabled?: boolean;
817
+ principalArn?: string;
818
+ privateDomainName?: string;
819
+ publicDomainNames?: Record<string, string[]>;
820
+ url?: string;
821
+ privateRegistryAccess?: PrivateRegistryAccess;
822
+ }
823
+ export interface EndpointRequest {
824
+ containerName: string | undefined;
825
+ containerPort: number | undefined;
826
+ healthCheck?: ContainerServiceHealthCheckConfig;
827
+ }
828
+ export interface ContainerServiceDeploymentRequest {
829
+ containers?: Record<string, Container>;
830
+ publicEndpoint?: EndpointRequest;
831
+ }
832
+ export interface ContainerServiceECRImagePullerRoleRequest {
833
+ isActive?: boolean;
834
+ }
835
+ export interface ContainerServiceLogEvent {
836
+ createdAt?: Date;
837
+ message?: string;
838
+ }
839
+ export declare enum ContainerServiceMetricName {
840
+ CPUUtilization = "CPUUtilization",
841
+ MemoryUtilization = "MemoryUtilization",
842
+ }
843
+ export interface ContainerServicePower {
844
+ powerId?: string;
845
+ price?: number;
846
+ cpuCount?: number;
847
+ ramSizeInGb?: number;
848
+ name?: string;
849
+ isActive?: boolean;
850
+ }
851
+ export interface ContainerServiceRegistryLogin {
852
+ username?: string;
853
+ password?: string;
854
+ expiresAt?: Date;
855
+ registry?: string;
856
+ }
857
+ export interface ContainerServicesListResult {
858
+ containerServices?: ContainerService[];
859
+ }
860
+ export interface CopySnapshotRequest {
861
+ sourceSnapshotName?: string;
862
+ sourceResourceName?: string;
863
+ restoreDate?: string;
864
+ useLatestRestorableAutoSnapshot?: boolean;
865
+ targetSnapshotName: string | undefined;
866
+ sourceRegion: RegionName | string | undefined;
867
+ }
868
+ export interface CopySnapshotResult {
869
+ operations?: Operation[];
870
+ }
871
+ export interface CreateBucketRequest {
872
+ bucketName: string | undefined;
873
+ bundleId: string | undefined;
874
+ tags?: Tag[];
875
+ enableObjectVersioning?: boolean;
876
+ }
877
+ export interface CreateBucketResult {
878
+ bucket?: Bucket;
879
+ operations?: Operation[];
880
+ }
881
+ export interface CreateBucketAccessKeyRequest {
882
+ bucketName: string | undefined;
883
+ }
884
+ export interface CreateBucketAccessKeyResult {
885
+ accessKey?: AccessKey;
886
+ operations?: Operation[];
887
+ }
888
+ export interface CreateCertificateRequest {
889
+ certificateName: string | undefined;
890
+ domainName: string | undefined;
891
+ subjectAlternativeNames?: string[];
892
+ tags?: Tag[];
893
+ }
894
+ export interface CreateCertificateResult {
895
+ certificate?: CertificateSummary;
896
+ operations?: Operation[];
897
+ }
898
+ export declare enum PortInfoSourceType {
899
+ Closed = "CLOSED",
900
+ Default = "DEFAULT",
901
+ Instance = "INSTANCE",
902
+ None = "NONE",
903
+ }
904
+ export interface InstanceEntry {
905
+ sourceName: string | undefined;
906
+ instanceType: string | undefined;
907
+ portInfoSource: PortInfoSourceType | string | undefined;
908
+ userData?: string;
909
+ availabilityZone: string | undefined;
910
+ }
911
+ export interface CreateCloudFormationStackRequest {
912
+ instances: InstanceEntry[] | undefined;
913
+ }
914
+ export interface CreateCloudFormationStackResult {
915
+ operations?: Operation[];
916
+ }
917
+ export interface CreateContactMethodRequest {
918
+ protocol: ContactProtocol | string | undefined;
919
+ contactEndpoint: string | undefined;
920
+ }
921
+ export interface CreateContactMethodResult {
922
+ operations?: Operation[];
923
+ }
924
+ export interface PrivateRegistryAccessRequest {
925
+ ecrImagePullerRole?: ContainerServiceECRImagePullerRoleRequest;
926
+ }
927
+ export interface CreateContainerServiceRequest {
928
+ serviceName: string | undefined;
929
+ power: ContainerServicePowerName | string | undefined;
930
+ scale: number | undefined;
931
+ tags?: Tag[];
932
+ publicDomainNames?: Record<string, string[]>;
933
+ deployment?: ContainerServiceDeploymentRequest;
934
+ privateRegistryAccess?: PrivateRegistryAccessRequest;
935
+ }
936
+ export interface CreateContainerServiceResult {
937
+ containerService?: ContainerService;
938
+ }
939
+ export interface CreateContainerServiceDeploymentRequest {
940
+ serviceName: string | undefined;
941
+ containers?: Record<string, Container>;
942
+ publicEndpoint?: EndpointRequest;
943
+ }
944
+ export interface CreateContainerServiceDeploymentResult {
945
+ containerService?: ContainerService;
946
+ }
947
+ export interface CreateContainerServiceRegistryLoginRequest {}
948
+ export interface CreateContainerServiceRegistryLoginResult {
949
+ registryLogin?: ContainerServiceRegistryLogin;
950
+ }
951
+ export interface CreateDiskRequest {
952
+ diskName: string | undefined;
953
+ availabilityZone: string | undefined;
954
+ sizeInGb: number | undefined;
955
+ tags?: Tag[];
956
+ addOns?: AddOnRequest[];
957
+ }
958
+ export interface CreateDiskResult {
959
+ operations?: Operation[];
960
+ }
961
+ export interface CreateDiskFromSnapshotRequest {
962
+ diskName: string | undefined;
963
+ diskSnapshotName?: string;
964
+ availabilityZone: string | undefined;
965
+ sizeInGb: number | undefined;
966
+ tags?: Tag[];
967
+ addOns?: AddOnRequest[];
968
+ sourceDiskName?: string;
969
+ restoreDate?: string;
970
+ useLatestRestorableAutoSnapshot?: boolean;
971
+ }
972
+ export interface CreateDiskFromSnapshotResult {
973
+ operations?: Operation[];
974
+ }
975
+ export interface CreateDiskSnapshotRequest {
976
+ diskName?: string;
977
+ diskSnapshotName: string | undefined;
978
+ instanceName?: string;
979
+ tags?: Tag[];
980
+ }
981
+ export interface CreateDiskSnapshotResult {
982
+ operations?: Operation[];
983
+ }
984
+ export declare enum IpAddressType {
985
+ DUALSTACK = "dualstack",
986
+ IPV4 = "ipv4",
987
+ }
988
+ export declare enum OriginProtocolPolicyEnum {
989
+ HTTPOnly = "http-only",
990
+ HTTPSOnly = "https-only",
991
+ }
992
+ export interface InputOrigin {
993
+ name?: string;
994
+ regionName?: RegionName | string;
995
+ protocolPolicy?: OriginProtocolPolicyEnum | string;
996
+ }
997
+ export interface CreateDistributionRequest {
998
+ distributionName: string | undefined;
999
+ origin: InputOrigin | undefined;
1000
+ defaultCacheBehavior: CacheBehavior | undefined;
1001
+ cacheBehaviorSettings?: CacheSettings;
1002
+ cacheBehaviors?: CacheBehaviorPerPath[];
1003
+ bundleId: string | undefined;
1004
+ ipAddressType?: IpAddressType | string;
1005
+ tags?: Tag[];
1006
+ }
1007
+ export interface Origin {
1008
+ name?: string;
1009
+ resourceType?: ResourceType | string;
1010
+ regionName?: RegionName | string;
1011
+ protocolPolicy?: OriginProtocolPolicyEnum | string;
1012
+ }
1013
+ export interface LightsailDistribution {
1014
+ name?: string;
1015
+ arn?: string;
1016
+ supportCode?: string;
1017
+ createdAt?: Date;
1018
+ location?: ResourceLocation;
1019
+ resourceType?: ResourceType | string;
1020
+ alternativeDomainNames?: string[];
1021
+ status?: string;
1022
+ isEnabled?: boolean;
1023
+ domainName?: string;
1024
+ bundleId?: string;
1025
+ certificateName?: string;
1026
+ origin?: Origin;
1027
+ originPublicDNS?: string;
1028
+ defaultCacheBehavior?: CacheBehavior;
1029
+ cacheBehaviorSettings?: CacheSettings;
1030
+ cacheBehaviors?: CacheBehaviorPerPath[];
1031
+ ableToUpdateBundle?: boolean;
1032
+ ipAddressType?: IpAddressType | string;
1033
+ tags?: Tag[];
1034
+ }
1035
+ export interface CreateDistributionResult {
1036
+ distribution?: LightsailDistribution;
1037
+ operation?: Operation;
1038
+ }
1039
+ export interface CreateDomainRequest {
1040
+ domainName: string | undefined;
1041
+ tags?: Tag[];
1042
+ }
1043
+ export interface CreateDomainResult {
1044
+ operation?: Operation;
1045
+ }
1046
+ export interface DomainEntry {
1047
+ id?: string;
1048
+ name?: string;
1049
+ target?: string;
1050
+ isAlias?: boolean;
1051
+ type?: string;
1052
+ options?: Record<string, string>;
1053
+ }
1054
+ export interface CreateDomainEntryRequest {
1055
+ domainName: string | undefined;
1056
+ domainEntry: DomainEntry | undefined;
1057
+ }
1058
+ export interface CreateDomainEntryResult {
1059
+ operation?: Operation;
1060
+ }
1061
+ export interface CreateInstancesRequest {
1062
+ instanceNames: string[] | undefined;
1063
+ availabilityZone: string | undefined;
1064
+ customImageName?: string;
1065
+ blueprintId: string | undefined;
1066
+ bundleId: string | undefined;
1067
+ userData?: string;
1068
+ keyPairName?: string;
1069
+ tags?: Tag[];
1070
+ addOns?: AddOnRequest[];
1071
+ ipAddressType?: IpAddressType | string;
1072
+ }
1073
+ export interface CreateInstancesResult {
1074
+ operations?: Operation[];
1075
+ }
1076
+ export interface CreateInstancesFromSnapshotRequest {
1077
+ instanceNames: string[] | undefined;
1078
+ attachedDiskMapping?: Record<string, DiskMap[]>;
1079
+ availabilityZone: string | undefined;
1080
+ instanceSnapshotName?: string;
1081
+ bundleId: string | undefined;
1082
+ userData?: string;
1083
+ keyPairName?: string;
1084
+ tags?: Tag[];
1085
+ addOns?: AddOnRequest[];
1086
+ ipAddressType?: IpAddressType | string;
1087
+ sourceInstanceName?: string;
1088
+ restoreDate?: string;
1089
+ useLatestRestorableAutoSnapshot?: boolean;
1090
+ }
1091
+ export interface CreateInstancesFromSnapshotResult {
1092
+ operations?: Operation[];
1093
+ }
1094
+ export interface CreateInstanceSnapshotRequest {
1095
+ instanceSnapshotName: string | undefined;
1096
+ instanceName: string | undefined;
1097
+ tags?: Tag[];
1098
+ }
1099
+ export interface CreateInstanceSnapshotResult {
1100
+ operations?: Operation[];
1101
+ }
1102
+ export interface CreateKeyPairRequest {
1103
+ keyPairName: string | undefined;
1104
+ tags?: Tag[];
1105
+ }
1106
+ export interface KeyPair {
1107
+ name?: string;
1108
+ arn?: string;
1109
+ supportCode?: string;
1110
+ createdAt?: Date;
1111
+ location?: ResourceLocation;
1112
+ resourceType?: ResourceType | string;
1113
+ tags?: Tag[];
1114
+ fingerprint?: string;
1115
+ }
1116
+ export interface CreateKeyPairResult {
1117
+ keyPair?: KeyPair;
1118
+ publicKeyBase64?: string;
1119
+ privateKeyBase64?: string;
1120
+ operation?: Operation;
1121
+ }
1122
+ export interface CreateLoadBalancerRequest {
1123
+ loadBalancerName: string | undefined;
1124
+ instancePort: number | undefined;
1125
+ healthCheckPath?: string;
1126
+ certificateName?: string;
1127
+ certificateDomainName?: string;
1128
+ certificateAlternativeNames?: string[];
1129
+ tags?: Tag[];
1130
+ ipAddressType?: IpAddressType | string;
1131
+ tlsPolicyName?: string;
1132
+ }
1133
+ export interface CreateLoadBalancerResult {
1134
+ operations?: Operation[];
1135
+ }
1136
+ export interface CreateLoadBalancerTlsCertificateRequest {
1137
+ loadBalancerName: string | undefined;
1138
+ certificateName: string | undefined;
1139
+ certificateDomainName: string | undefined;
1140
+ certificateAlternativeNames?: string[];
1141
+ tags?: Tag[];
1142
+ }
1143
+ export interface CreateLoadBalancerTlsCertificateResult {
1144
+ operations?: Operation[];
1145
+ }
1146
+ export interface CreateRelationalDatabaseRequest {
1147
+ relationalDatabaseName: string | undefined;
1148
+ availabilityZone?: string;
1149
+ relationalDatabaseBlueprintId: string | undefined;
1150
+ relationalDatabaseBundleId: string | undefined;
1151
+ masterDatabaseName: string | undefined;
1152
+ masterUsername: string | undefined;
1153
+ masterUserPassword?: string;
1154
+ preferredBackupWindow?: string;
1155
+ preferredMaintenanceWindow?: string;
1156
+ publiclyAccessible?: boolean;
1157
+ tags?: Tag[];
1158
+ }
1159
+ export interface CreateRelationalDatabaseResult {
1160
+ operations?: Operation[];
1161
+ }
1162
+ export interface CreateRelationalDatabaseFromSnapshotRequest {
1163
+ relationalDatabaseName: string | undefined;
1164
+ availabilityZone?: string;
1165
+ publiclyAccessible?: boolean;
1166
+ relationalDatabaseSnapshotName?: string;
1167
+ relationalDatabaseBundleId?: string;
1168
+ sourceRelationalDatabaseName?: string;
1169
+ restoreTime?: Date;
1170
+ useLatestRestorableTime?: boolean;
1171
+ tags?: Tag[];
1172
+ }
1173
+ export interface CreateRelationalDatabaseFromSnapshotResult {
1174
+ operations?: Operation[];
1175
+ }
1176
+ export interface CreateRelationalDatabaseSnapshotRequest {
1177
+ relationalDatabaseName: string | undefined;
1178
+ relationalDatabaseSnapshotName: string | undefined;
1179
+ tags?: Tag[];
1180
+ }
1181
+ export interface CreateRelationalDatabaseSnapshotResult {
1182
+ operations?: Operation[];
1183
+ }
1184
+ export interface DeleteAlarmRequest {
1185
+ alarmName: string | undefined;
1186
+ }
1187
+ export interface DeleteAlarmResult {
1188
+ operations?: Operation[];
1189
+ }
1190
+ export interface DeleteAutoSnapshotRequest {
1191
+ resourceName: string | undefined;
1192
+ date: string | undefined;
1193
+ }
1194
+ export interface DeleteAutoSnapshotResult {
1195
+ operations?: Operation[];
1196
+ }
1197
+ export interface DeleteBucketRequest {
1198
+ bucketName: string | undefined;
1199
+ forceDelete?: boolean;
1200
+ }
1201
+ export interface DeleteBucketResult {
1202
+ operations?: Operation[];
1203
+ }
1204
+ export interface DeleteBucketAccessKeyRequest {
1205
+ bucketName: string | undefined;
1206
+ accessKeyId: string | undefined;
1207
+ }
1208
+ export interface DeleteBucketAccessKeyResult {
1209
+ operations?: Operation[];
1210
+ }
1211
+ export interface DeleteCertificateRequest {
1212
+ certificateName: string | undefined;
1213
+ }
1214
+ export interface DeleteCertificateResult {
1215
+ operations?: Operation[];
1216
+ }
1217
+ export interface DeleteContactMethodRequest {
1218
+ protocol: ContactProtocol | string | undefined;
1219
+ }
1220
+ export interface DeleteContactMethodResult {
1221
+ operations?: Operation[];
1222
+ }
1223
+ export interface DeleteContainerImageRequest {
1224
+ serviceName: string | undefined;
1225
+ image: string | undefined;
1226
+ }
1227
+ export interface DeleteContainerImageResult {}
1228
+ export interface DeleteContainerServiceRequest {
1229
+ serviceName: string | undefined;
1230
+ }
1231
+ export interface DeleteContainerServiceResult {}
1232
+ export interface DeleteDiskRequest {
1233
+ diskName: string | undefined;
1234
+ forceDeleteAddOns?: boolean;
1235
+ }
1236
+ export interface DeleteDiskResult {
1237
+ operations?: Operation[];
1238
+ }
1239
+ export interface DeleteDiskSnapshotRequest {
1240
+ diskSnapshotName: string | undefined;
1241
+ }
1242
+ export interface DeleteDiskSnapshotResult {
1243
+ operations?: Operation[];
1244
+ }
1245
+ export interface DeleteDistributionRequest {
1246
+ distributionName?: string;
1247
+ }
1248
+ export interface DeleteDistributionResult {
1249
+ operation?: Operation;
1250
+ }
1251
+ export interface DeleteDomainRequest {
1252
+ domainName: string | undefined;
1253
+ }
1254
+ export interface DeleteDomainResult {
1255
+ operation?: Operation;
1256
+ }
1257
+ export interface DeleteDomainEntryRequest {
1258
+ domainName: string | undefined;
1259
+ domainEntry: DomainEntry | undefined;
1260
+ }
1261
+ export interface DeleteDomainEntryResult {
1262
+ operation?: Operation;
1263
+ }
1264
+ export interface DeleteInstanceRequest {
1265
+ instanceName: string | undefined;
1266
+ forceDeleteAddOns?: boolean;
1267
+ }
1268
+ export interface DeleteInstanceResult {
1269
+ operations?: Operation[];
1270
+ }
1271
+ export interface DeleteInstanceSnapshotRequest {
1272
+ instanceSnapshotName: string | undefined;
1273
+ }
1274
+ export interface DeleteInstanceSnapshotResult {
1275
+ operations?: Operation[];
1276
+ }
1277
+ export interface DeleteKeyPairRequest {
1278
+ keyPairName: string | undefined;
1279
+ expectedFingerprint?: string;
1280
+ }
1281
+ export interface DeleteKeyPairResult {
1282
+ operation?: Operation;
1283
+ }
1284
+ export interface DeleteKnownHostKeysRequest {
1285
+ instanceName: string | undefined;
1286
+ }
1287
+ export interface DeleteKnownHostKeysResult {
1288
+ operations?: Operation[];
1289
+ }
1290
+ export interface DeleteLoadBalancerRequest {
1291
+ loadBalancerName: string | undefined;
1292
+ }
1293
+ export interface DeleteLoadBalancerResult {
1294
+ operations?: Operation[];
1295
+ }
1296
+ export interface DeleteLoadBalancerTlsCertificateRequest {
1297
+ loadBalancerName: string | undefined;
1298
+ certificateName: string | undefined;
1299
+ force?: boolean;
1300
+ }
1301
+ export interface DeleteLoadBalancerTlsCertificateResult {
1302
+ operations?: Operation[];
1303
+ }
1304
+ export interface DeleteRelationalDatabaseRequest {
1305
+ relationalDatabaseName: string | undefined;
1306
+ skipFinalSnapshot?: boolean;
1307
+ finalRelationalDatabaseSnapshotName?: string;
1308
+ }
1309
+ export interface DeleteRelationalDatabaseResult {
1310
+ operations?: Operation[];
1311
+ }
1312
+ export interface DeleteRelationalDatabaseSnapshotRequest {
1313
+ relationalDatabaseSnapshotName: string | undefined;
1314
+ }
1315
+ export interface DeleteRelationalDatabaseSnapshotResult {
1316
+ operations?: Operation[];
1317
+ }
1318
+ export interface DetachCertificateFromDistributionRequest {
1319
+ distributionName: string | undefined;
1320
+ }
1321
+ export interface DetachCertificateFromDistributionResult {
1322
+ operation?: Operation;
1323
+ }
1324
+ export interface DetachDiskRequest {
1325
+ diskName: string | undefined;
1326
+ }
1327
+ export interface DetachDiskResult {
1328
+ operations?: Operation[];
1329
+ }
1330
+ export interface DetachInstancesFromLoadBalancerRequest {
1331
+ loadBalancerName: string | undefined;
1332
+ instanceNames: string[] | undefined;
1333
+ }
1334
+ export interface DetachInstancesFromLoadBalancerResult {
1335
+ operations?: Operation[];
1336
+ }
1337
+ export interface DetachStaticIpRequest {
1338
+ staticIpName: string | undefined;
1339
+ }
1340
+ export interface DetachStaticIpResult {
1341
+ operations?: Operation[];
1342
+ }
1343
+ export interface DisableAddOnRequest {
1344
+ addOnType: AddOnType | string | undefined;
1345
+ resourceName: string | undefined;
1346
+ }
1347
+ export interface DisableAddOnResult {
1348
+ operations?: Operation[];
1349
+ }
1350
+ export declare enum DiskState {
1351
+ Available = "available",
1352
+ Error = "error",
1353
+ InUse = "in-use",
1354
+ Pending = "pending",
1355
+ Unknown = "unknown",
1356
+ }
1357
+ export interface Disk {
1358
+ name?: string;
1359
+ arn?: string;
1360
+ supportCode?: string;
1361
+ createdAt?: Date;
1362
+ location?: ResourceLocation;
1363
+ resourceType?: ResourceType | string;
1364
+ tags?: Tag[];
1365
+ addOns?: AddOn[];
1366
+ sizeInGb?: number;
1367
+ isSystemDisk?: boolean;
1368
+ iops?: number;
1369
+ path?: string;
1370
+ state?: DiskState | string;
1371
+ attachedTo?: string;
1372
+ isAttached?: boolean;
1373
+ attachmentState?: string;
1374
+ gbInUse?: number;
1375
+ }
1376
+ export interface DiskInfo {
1377
+ name?: string;
1378
+ path?: string;
1379
+ sizeInGb?: number;
1380
+ isSystemDisk?: boolean;
1381
+ }
1382
+ export declare enum DiskSnapshotState {
1383
+ Completed = "completed",
1384
+ Error = "error",
1385
+ Pending = "pending",
1386
+ Unknown = "unknown",
1387
+ }
1388
+ export interface DiskSnapshot {
1389
+ name?: string;
1390
+ arn?: string;
1391
+ supportCode?: string;
1392
+ createdAt?: Date;
1393
+ location?: ResourceLocation;
1394
+ resourceType?: ResourceType | string;
1395
+ tags?: Tag[];
1396
+ sizeInGb?: number;
1397
+ state?: DiskSnapshotState | string;
1398
+ progress?: string;
1399
+ fromDiskName?: string;
1400
+ fromDiskArn?: string;
1401
+ fromInstanceName?: string;
1402
+ fromInstanceArn?: string;
1403
+ isFromAutoSnapshot?: boolean;
1404
+ }
1405
+ export interface DiskSnapshotInfo {
1406
+ sizeInGb?: number;
1407
+ }
1408
+ export interface DistributionBundle {
1409
+ bundleId?: string;
1410
+ name?: string;
1411
+ price?: number;
1412
+ transferPerMonthInGb?: number;
1413
+ isActive?: boolean;
1414
+ }
1415
+ export declare enum DistributionMetricName {
1416
+ BytesDownloaded = "BytesDownloaded",
1417
+ BytesUploaded = "BytesUploaded",
1418
+ Http4xxErrorRate = "Http4xxErrorRate",
1419
+ Http5xxErrorRate = "Http5xxErrorRate",
1420
+ Requests = "Requests",
1421
+ TotalErrorRate = "TotalErrorRate",
1422
+ }
1423
+ export interface Domain {
1424
+ name?: string;
1425
+ arn?: string;
1426
+ supportCode?: string;
1427
+ createdAt?: Date;
1428
+ location?: ResourceLocation;
1429
+ resourceType?: ResourceType | string;
1430
+ tags?: Tag[];
1431
+ domainEntries?: DomainEntry[];
1432
+ }
1433
+ export interface DownloadDefaultKeyPairRequest {}
1434
+ export interface DownloadDefaultKeyPairResult {
1435
+ publicKeyBase64?: string;
1436
+ privateKeyBase64?: string;
1437
+ createdAt?: Date;
1438
+ }
1439
+ export interface EnableAddOnRequest {
1440
+ resourceName: string | undefined;
1441
+ addOnRequest: AddOnRequest | undefined;
1442
+ }
1443
+ export interface EnableAddOnResult {
1444
+ operations?: Operation[];
1445
+ }
1446
+ export interface ExportSnapshotRequest {
1447
+ sourceSnapshotName: string | undefined;
1448
+ }
1449
+ export interface ExportSnapshotResult {
1450
+ operations?: Operation[];
1451
+ }
1452
+ export interface InstanceSnapshotInfo {
1453
+ fromBundleId?: string;
1454
+ fromBlueprintId?: string;
1455
+ fromDiskInfo?: DiskInfo[];
1456
+ }
1457
+ export declare enum ExportSnapshotRecordSourceType {
1458
+ DiskSnapshot = "DiskSnapshot",
1459
+ InstanceSnapshot = "InstanceSnapshot",
1460
+ }
1461
+ export interface ExportSnapshotRecordSourceInfo {
1462
+ resourceType?: ExportSnapshotRecordSourceType | string;
1463
+ createdAt?: Date;
1464
+ name?: string;
1465
+ arn?: string;
1466
+ fromResourceName?: string;
1467
+ fromResourceArn?: string;
1468
+ instanceSnapshotInfo?: InstanceSnapshotInfo;
1469
+ diskSnapshotInfo?: DiskSnapshotInfo;
1470
+ }
1471
+ export interface ExportSnapshotRecord {
1472
+ name?: string;
1473
+ arn?: string;
1474
+ createdAt?: Date;
1475
+ location?: ResourceLocation;
1476
+ resourceType?: ResourceType | string;
1477
+ state?: RecordState | string;
1478
+ sourceInfo?: ExportSnapshotRecordSourceInfo;
1479
+ destinationInfo?: DestinationInfo;
1480
+ }
1481
+ export interface GetActiveNamesRequest {
1482
+ pageToken?: string;
1483
+ }
1484
+ export interface GetActiveNamesResult {
1485
+ activeNames?: string[];
1486
+ nextPageToken?: string;
1487
+ }
1488
+ export interface GetAlarmsRequest {
1489
+ alarmName?: string;
1490
+ pageToken?: string;
1491
+ monitoredResourceName?: string;
1492
+ }
1493
+ export interface GetAlarmsResult {
1494
+ alarms?: Alarm[];
1495
+ nextPageToken?: string;
1496
+ }
1497
+ export interface GetAutoSnapshotsRequest {
1498
+ resourceName: string | undefined;
1499
+ }
1500
+ export interface GetAutoSnapshotsResult {
1501
+ resourceName?: string;
1502
+ resourceType?: ResourceType | string;
1503
+ autoSnapshots?: AutoSnapshotDetails[];
1504
+ }
1505
+ export interface GetBlueprintsRequest {
1506
+ includeInactive?: boolean;
1507
+ pageToken?: string;
1508
+ }
1509
+ export interface GetBlueprintsResult {
1510
+ blueprints?: Blueprint[];
1511
+ nextPageToken?: string;
1512
+ }
1513
+ export interface GetBucketAccessKeysRequest {
1514
+ bucketName: string | undefined;
1515
+ }
1516
+ export interface GetBucketAccessKeysResult {
1517
+ accessKeys?: AccessKey[];
1518
+ }
1519
+ export interface GetBucketBundlesRequest {
1520
+ includeInactive?: boolean;
1521
+ }
1522
+ export interface GetBucketBundlesResult {
1523
+ bundles?: BucketBundle[];
1524
+ }
1525
+ export interface GetBucketMetricDataRequest {
1526
+ bucketName: string | undefined;
1527
+ metricName: BucketMetricName | string | undefined;
1528
+ startTime: Date | undefined;
1529
+ endTime: Date | undefined;
1530
+ period: number | undefined;
1531
+ statistics: (MetricStatistic | string)[] | undefined;
1532
+ unit: MetricUnit | string | undefined;
1533
+ }
1534
+ export interface MetricDatapoint {
1535
+ average?: number;
1536
+ maximum?: number;
1537
+ minimum?: number;
1538
+ sampleCount?: number;
1539
+ sum?: number;
1540
+ timestamp?: Date;
1541
+ unit?: MetricUnit | string;
1542
+ }
1543
+ export interface GetBucketMetricDataResult {
1544
+ metricName?: BucketMetricName | string;
1545
+ metricData?: MetricDatapoint[];
1546
+ }
1547
+ export interface GetBucketsRequest {
1548
+ bucketName?: string;
1549
+ pageToken?: string;
1550
+ includeConnectedResources?: boolean;
1551
+ }
1552
+ export interface GetBucketsResult {
1553
+ buckets?: Bucket[];
1554
+ nextPageToken?: string;
1555
+ accountLevelBpaSync?: AccountLevelBpaSync;
1556
+ }
1557
+ export interface GetBundlesRequest {
1558
+ includeInactive?: boolean;
1559
+ pageToken?: string;
1560
+ }
1561
+ export interface GetBundlesResult {
1562
+ bundles?: Bundle[];
1563
+ nextPageToken?: string;
1564
+ }
1565
+ export interface GetCertificatesRequest {
1566
+ certificateStatuses?: (CertificateStatus | string)[];
1567
+ includeCertificateDetails?: boolean;
1568
+ certificateName?: string;
1569
+ }
1570
+ export interface GetCertificatesResult {
1571
+ certificates?: CertificateSummary[];
1572
+ }
1573
+ export interface GetCloudFormationStackRecordsRequest {
1574
+ pageToken?: string;
1575
+ }
1576
+ export interface GetCloudFormationStackRecordsResult {
1577
+ cloudFormationStackRecords?: CloudFormationStackRecord[];
1578
+ nextPageToken?: string;
1579
+ }
1580
+ export interface GetContactMethodsRequest {
1581
+ protocols?: (ContactProtocol | string)[];
1582
+ }
1583
+ export interface GetContactMethodsResult {
1584
+ contactMethods?: ContactMethod[];
1585
+ }
1586
+ export interface GetContainerAPIMetadataRequest {}
1587
+ export interface GetContainerAPIMetadataResult {
1588
+ metadata?: Record<string, string>[];
1589
+ }
1590
+ export interface GetContainerImagesRequest {
1591
+ serviceName: string | undefined;
1592
+ }
1593
+ export interface GetContainerImagesResult {
1594
+ containerImages?: ContainerImage[];
1595
+ }
1596
+ export interface GetContainerLogRequest {
1597
+ serviceName: string | undefined;
1598
+ containerName: string | undefined;
1599
+ startTime?: Date;
1600
+ endTime?: Date;
1601
+ filterPattern?: string;
1602
+ pageToken?: string;
1603
+ }
1604
+ export interface GetContainerLogResult {
1605
+ logEvents?: ContainerServiceLogEvent[];
1606
+ nextPageToken?: string;
1607
+ }
1608
+ export interface GetContainerServiceDeploymentsRequest {
1609
+ serviceName: string | undefined;
1610
+ }
1611
+ export interface GetContainerServiceDeploymentsResult {
1612
+ deployments?: ContainerServiceDeployment[];
1613
+ }
1614
+ export interface GetContainerServiceMetricDataRequest {
1615
+ serviceName: string | undefined;
1616
+ metricName: ContainerServiceMetricName | string | undefined;
1617
+ startTime: Date | undefined;
1618
+ endTime: Date | undefined;
1619
+ period: number | undefined;
1620
+ statistics: (MetricStatistic | string)[] | undefined;
1621
+ }
1622
+ export interface GetContainerServiceMetricDataResult {
1623
+ metricName?: ContainerServiceMetricName | string;
1624
+ metricData?: MetricDatapoint[];
1625
+ }
1626
+ export interface GetContainerServicePowersRequest {}
1627
+ export interface GetContainerServicePowersResult {
1628
+ powers?: ContainerServicePower[];
1629
+ }
1630
+ export interface GetContainerServicesRequest {
1631
+ serviceName?: string;
1632
+ }
1633
+ export interface GetDiskRequest {
1634
+ diskName: string | undefined;
1635
+ }
1636
+ export interface GetDiskResult {
1637
+ disk?: Disk;
1638
+ }
1639
+ export interface GetDisksRequest {
1640
+ pageToken?: string;
1641
+ }
1642
+ export interface GetDisksResult {
1643
+ disks?: Disk[];
1644
+ nextPageToken?: string;
1645
+ }
1646
+ export interface GetDiskSnapshotRequest {
1647
+ diskSnapshotName: string | undefined;
1648
+ }
1649
+ export interface GetDiskSnapshotResult {
1650
+ diskSnapshot?: DiskSnapshot;
1651
+ }
1652
+ export interface GetDiskSnapshotsRequest {
1653
+ pageToken?: string;
1654
+ }
1655
+ export interface GetDiskSnapshotsResult {
1656
+ diskSnapshots?: DiskSnapshot[];
1657
+ nextPageToken?: string;
1658
+ }
1659
+ export interface GetDistributionBundlesRequest {}
1660
+ export interface GetDistributionBundlesResult {
1661
+ bundles?: DistributionBundle[];
1662
+ }
1663
+ export interface GetDistributionLatestCacheResetRequest {
1664
+ distributionName?: string;
1665
+ }
1666
+ export interface GetDistributionLatestCacheResetResult {
1667
+ status?: string;
1668
+ createTime?: Date;
1669
+ }
1670
+ export interface GetDistributionMetricDataRequest {
1671
+ distributionName: string | undefined;
1672
+ metricName: DistributionMetricName | string | undefined;
1673
+ startTime: Date | undefined;
1674
+ endTime: Date | undefined;
1675
+ period: number | undefined;
1676
+ unit: MetricUnit | string | undefined;
1677
+ statistics: (MetricStatistic | string)[] | undefined;
1678
+ }
1679
+ export interface GetDistributionMetricDataResult {
1680
+ metricName?: DistributionMetricName | string;
1681
+ metricData?: MetricDatapoint[];
1682
+ }
1683
+ export interface GetDistributionsRequest {
1684
+ distributionName?: string;
1685
+ pageToken?: string;
1686
+ }
1687
+ export interface GetDistributionsResult {
1688
+ distributions?: LightsailDistribution[];
1689
+ nextPageToken?: string;
1690
+ }
1691
+ export interface GetDomainRequest {
1692
+ domainName: string | undefined;
1693
+ }
1694
+ export interface GetDomainResult {
1695
+ domain?: Domain;
1696
+ }
1697
+ export interface GetDomainsRequest {
1698
+ pageToken?: string;
1699
+ }
1700
+ export interface GetDomainsResult {
1701
+ domains?: Domain[];
1702
+ nextPageToken?: string;
1703
+ }
1704
+ export declare const AccessKeyLastUsedFilterSensitiveLog: (
1705
+ obj: AccessKeyLastUsed
1706
+ ) => any;
1707
+ export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
1708
+ export declare const ResourceReceivingAccessFilterSensitiveLog: (
1709
+ obj: ResourceReceivingAccess
1710
+ ) => any;
1711
+ export declare const AccessRulesFilterSensitiveLog: (obj: AccessRules) => any;
1712
+ export declare const AccountLevelBpaSyncFilterSensitiveLog: (
1713
+ obj: AccountLevelBpaSync
1714
+ ) => any;
1715
+ export declare const AddOnFilterSensitiveLog: (obj: AddOn) => any;
1716
+ export declare const AutoSnapshotAddOnRequestFilterSensitiveLog: (
1717
+ obj: AutoSnapshotAddOnRequest
1718
+ ) => any;
1719
+ export declare const AddOnRequestFilterSensitiveLog: (obj: AddOnRequest) => any;
1720
+ export declare const ResourceLocationFilterSensitiveLog: (
1721
+ obj: ResourceLocation
1722
+ ) => any;
1723
+ export declare const MonitoredResourceInfoFilterSensitiveLog: (
1724
+ obj: MonitoredResourceInfo
1725
+ ) => any;
1726
+ export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
1727
+ export declare const AllocateStaticIpRequestFilterSensitiveLog: (
1728
+ obj: AllocateStaticIpRequest
1729
+ ) => any;
1730
+ export declare const OperationFilterSensitiveLog: (obj: Operation) => any;
1731
+ export declare const AllocateStaticIpResultFilterSensitiveLog: (
1732
+ obj: AllocateStaticIpResult
1733
+ ) => any;
1734
+ export declare const AttachCertificateToDistributionRequestFilterSensitiveLog: (
1735
+ obj: AttachCertificateToDistributionRequest
1736
+ ) => any;
1737
+ export declare const AttachCertificateToDistributionResultFilterSensitiveLog: (
1738
+ obj: AttachCertificateToDistributionResult
1739
+ ) => any;
1740
+ export declare const AttachDiskRequestFilterSensitiveLog: (
1741
+ obj: AttachDiskRequest
1742
+ ) => any;
1743
+ export declare const AttachDiskResultFilterSensitiveLog: (
1744
+ obj: AttachDiskResult
1745
+ ) => any;
1746
+ export declare const AttachedDiskFilterSensitiveLog: (obj: AttachedDisk) => any;
1747
+ export declare const DiskMapFilterSensitiveLog: (obj: DiskMap) => any;
1748
+ export declare const AttachInstancesToLoadBalancerRequestFilterSensitiveLog: (
1749
+ obj: AttachInstancesToLoadBalancerRequest
1750
+ ) => any;
1751
+ export declare const AttachInstancesToLoadBalancerResultFilterSensitiveLog: (
1752
+ obj: AttachInstancesToLoadBalancerResult
1753
+ ) => any;
1754
+ export declare const AttachLoadBalancerTlsCertificateRequestFilterSensitiveLog: (
1755
+ obj: AttachLoadBalancerTlsCertificateRequest
1756
+ ) => any;
1757
+ export declare const AttachLoadBalancerTlsCertificateResultFilterSensitiveLog: (
1758
+ obj: AttachLoadBalancerTlsCertificateResult
1759
+ ) => any;
1760
+ export declare const AttachStaticIpRequestFilterSensitiveLog: (
1761
+ obj: AttachStaticIpRequest
1762
+ ) => any;
1763
+ export declare const AttachStaticIpResultFilterSensitiveLog: (
1764
+ obj: AttachStaticIpResult
1765
+ ) => any;
1766
+ export declare const AutoSnapshotDetailsFilterSensitiveLog: (
1767
+ obj: AutoSnapshotDetails
1768
+ ) => any;
1769
+ export declare const AvailabilityZoneFilterSensitiveLog: (
1770
+ obj: AvailabilityZone
1771
+ ) => any;
1772
+ export declare const BlueprintFilterSensitiveLog: (obj: Blueprint) => any;
1773
+ export declare const BucketAccessLogConfigFilterSensitiveLog: (
1774
+ obj: BucketAccessLogConfig
1775
+ ) => any;
1776
+ export declare const BucketStateFilterSensitiveLog: (obj: BucketState) => any;
1777
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1778
+ export declare const BucketFilterSensitiveLog: (obj: Bucket) => any;
1779
+ export declare const BucketBundleFilterSensitiveLog: (obj: BucketBundle) => any;
1780
+ export declare const BundleFilterSensitiveLog: (obj: Bundle) => any;
1781
+ export declare const CacheBehaviorFilterSensitiveLog: (
1782
+ obj: CacheBehavior
1783
+ ) => any;
1784
+ export declare const CacheBehaviorPerPathFilterSensitiveLog: (
1785
+ obj: CacheBehaviorPerPath
1786
+ ) => any;
1787
+ export declare const CookieObjectFilterSensitiveLog: (obj: CookieObject) => any;
1788
+ export declare const HeaderObjectFilterSensitiveLog: (obj: HeaderObject) => any;
1789
+ export declare const QueryStringObjectFilterSensitiveLog: (
1790
+ obj: QueryStringObject
1791
+ ) => any;
1792
+ export declare const CacheSettingsFilterSensitiveLog: (
1793
+ obj: CacheSettings
1794
+ ) => any;
1795
+ export declare const ResourceRecordFilterSensitiveLog: (
1796
+ obj: ResourceRecord
1797
+ ) => any;
1798
+ export declare const DomainValidationRecordFilterSensitiveLog: (
1799
+ obj: DomainValidationRecord
1800
+ ) => any;
1801
+ export declare const RenewalSummaryFilterSensitiveLog: (
1802
+ obj: RenewalSummary
1803
+ ) => any;
1804
+ export declare const CertificateFilterSensitiveLog: (obj: Certificate) => any;
1805
+ export declare const CertificateSummaryFilterSensitiveLog: (
1806
+ obj: CertificateSummary
1807
+ ) => any;
1808
+ export declare const PortInfoFilterSensitiveLog: (obj: PortInfo) => any;
1809
+ export declare const CloseInstancePublicPortsRequestFilterSensitiveLog: (
1810
+ obj: CloseInstancePublicPortsRequest
1811
+ ) => any;
1812
+ export declare const CloseInstancePublicPortsResultFilterSensitiveLog: (
1813
+ obj: CloseInstancePublicPortsResult
1814
+ ) => any;
1815
+ export declare const DestinationInfoFilterSensitiveLog: (
1816
+ obj: DestinationInfo
1817
+ ) => any;
1818
+ export declare const CloudFormationStackRecordSourceInfoFilterSensitiveLog: (
1819
+ obj: CloudFormationStackRecordSourceInfo
1820
+ ) => any;
1821
+ export declare const CloudFormationStackRecordFilterSensitiveLog: (
1822
+ obj: CloudFormationStackRecord
1823
+ ) => any;
1824
+ export declare const ContactMethodFilterSensitiveLog: (
1825
+ obj: ContactMethod
1826
+ ) => any;
1827
+ export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
1828
+ export declare const ContainerImageFilterSensitiveLog: (
1829
+ obj: ContainerImage
1830
+ ) => any;
1831
+ export declare const ContainerServiceHealthCheckConfigFilterSensitiveLog: (
1832
+ obj: ContainerServiceHealthCheckConfig
1833
+ ) => any;
1834
+ export declare const ContainerServiceEndpointFilterSensitiveLog: (
1835
+ obj: ContainerServiceEndpoint
1836
+ ) => any;
1837
+ export declare const ContainerServiceDeploymentFilterSensitiveLog: (
1838
+ obj: ContainerServiceDeployment
1839
+ ) => any;
1840
+ export declare const ContainerServiceECRImagePullerRoleFilterSensitiveLog: (
1841
+ obj: ContainerServiceECRImagePullerRole
1842
+ ) => any;
1843
+ export declare const PrivateRegistryAccessFilterSensitiveLog: (
1844
+ obj: PrivateRegistryAccess
1845
+ ) => any;
1846
+ export declare const ContainerServiceStateDetailFilterSensitiveLog: (
1847
+ obj: ContainerServiceStateDetail
1848
+ ) => any;
1849
+ export declare const ContainerServiceFilterSensitiveLog: (
1850
+ obj: ContainerService
1851
+ ) => any;
1852
+ export declare const EndpointRequestFilterSensitiveLog: (
1853
+ obj: EndpointRequest
1854
+ ) => any;
1855
+ export declare const ContainerServiceDeploymentRequestFilterSensitiveLog: (
1856
+ obj: ContainerServiceDeploymentRequest
1857
+ ) => any;
1858
+ export declare const ContainerServiceECRImagePullerRoleRequestFilterSensitiveLog: (
1859
+ obj: ContainerServiceECRImagePullerRoleRequest
1860
+ ) => any;
1861
+ export declare const ContainerServiceLogEventFilterSensitiveLog: (
1862
+ obj: ContainerServiceLogEvent
1863
+ ) => any;
1864
+ export declare const ContainerServicePowerFilterSensitiveLog: (
1865
+ obj: ContainerServicePower
1866
+ ) => any;
1867
+ export declare const ContainerServiceRegistryLoginFilterSensitiveLog: (
1868
+ obj: ContainerServiceRegistryLogin
1869
+ ) => any;
1870
+ export declare const ContainerServicesListResultFilterSensitiveLog: (
1871
+ obj: ContainerServicesListResult
1872
+ ) => any;
1873
+ export declare const CopySnapshotRequestFilterSensitiveLog: (
1874
+ obj: CopySnapshotRequest
1875
+ ) => any;
1876
+ export declare const CopySnapshotResultFilterSensitiveLog: (
1877
+ obj: CopySnapshotResult
1878
+ ) => any;
1879
+ export declare const CreateBucketRequestFilterSensitiveLog: (
1880
+ obj: CreateBucketRequest
1881
+ ) => any;
1882
+ export declare const CreateBucketResultFilterSensitiveLog: (
1883
+ obj: CreateBucketResult
1884
+ ) => any;
1885
+ export declare const CreateBucketAccessKeyRequestFilterSensitiveLog: (
1886
+ obj: CreateBucketAccessKeyRequest
1887
+ ) => any;
1888
+ export declare const CreateBucketAccessKeyResultFilterSensitiveLog: (
1889
+ obj: CreateBucketAccessKeyResult
1890
+ ) => any;
1891
+ export declare const CreateCertificateRequestFilterSensitiveLog: (
1892
+ obj: CreateCertificateRequest
1893
+ ) => any;
1894
+ export declare const CreateCertificateResultFilterSensitiveLog: (
1895
+ obj: CreateCertificateResult
1896
+ ) => any;
1897
+ export declare const InstanceEntryFilterSensitiveLog: (
1898
+ obj: InstanceEntry
1899
+ ) => any;
1900
+ export declare const CreateCloudFormationStackRequestFilterSensitiveLog: (
1901
+ obj: CreateCloudFormationStackRequest
1902
+ ) => any;
1903
+ export declare const CreateCloudFormationStackResultFilterSensitiveLog: (
1904
+ obj: CreateCloudFormationStackResult
1905
+ ) => any;
1906
+ export declare const CreateContactMethodRequestFilterSensitiveLog: (
1907
+ obj: CreateContactMethodRequest
1908
+ ) => any;
1909
+ export declare const CreateContactMethodResultFilterSensitiveLog: (
1910
+ obj: CreateContactMethodResult
1911
+ ) => any;
1912
+ export declare const PrivateRegistryAccessRequestFilterSensitiveLog: (
1913
+ obj: PrivateRegistryAccessRequest
1914
+ ) => any;
1915
+ export declare const CreateContainerServiceRequestFilterSensitiveLog: (
1916
+ obj: CreateContainerServiceRequest
1917
+ ) => any;
1918
+ export declare const CreateContainerServiceResultFilterSensitiveLog: (
1919
+ obj: CreateContainerServiceResult
1920
+ ) => any;
1921
+ export declare const CreateContainerServiceDeploymentRequestFilterSensitiveLog: (
1922
+ obj: CreateContainerServiceDeploymentRequest
1923
+ ) => any;
1924
+ export declare const CreateContainerServiceDeploymentResultFilterSensitiveLog: (
1925
+ obj: CreateContainerServiceDeploymentResult
1926
+ ) => any;
1927
+ export declare const CreateContainerServiceRegistryLoginRequestFilterSensitiveLog: (
1928
+ obj: CreateContainerServiceRegistryLoginRequest
1929
+ ) => any;
1930
+ export declare const CreateContainerServiceRegistryLoginResultFilterSensitiveLog: (
1931
+ obj: CreateContainerServiceRegistryLoginResult
1932
+ ) => any;
1933
+ export declare const CreateDiskRequestFilterSensitiveLog: (
1934
+ obj: CreateDiskRequest
1935
+ ) => any;
1936
+ export declare const CreateDiskResultFilterSensitiveLog: (
1937
+ obj: CreateDiskResult
1938
+ ) => any;
1939
+ export declare const CreateDiskFromSnapshotRequestFilterSensitiveLog: (
1940
+ obj: CreateDiskFromSnapshotRequest
1941
+ ) => any;
1942
+ export declare const CreateDiskFromSnapshotResultFilterSensitiveLog: (
1943
+ obj: CreateDiskFromSnapshotResult
1944
+ ) => any;
1945
+ export declare const CreateDiskSnapshotRequestFilterSensitiveLog: (
1946
+ obj: CreateDiskSnapshotRequest
1947
+ ) => any;
1948
+ export declare const CreateDiskSnapshotResultFilterSensitiveLog: (
1949
+ obj: CreateDiskSnapshotResult
1950
+ ) => any;
1951
+ export declare const InputOriginFilterSensitiveLog: (obj: InputOrigin) => any;
1952
+ export declare const CreateDistributionRequestFilterSensitiveLog: (
1953
+ obj: CreateDistributionRequest
1954
+ ) => any;
1955
+ export declare const OriginFilterSensitiveLog: (obj: Origin) => any;
1956
+ export declare const LightsailDistributionFilterSensitiveLog: (
1957
+ obj: LightsailDistribution
1958
+ ) => any;
1959
+ export declare const CreateDistributionResultFilterSensitiveLog: (
1960
+ obj: CreateDistributionResult
1961
+ ) => any;
1962
+ export declare const CreateDomainRequestFilterSensitiveLog: (
1963
+ obj: CreateDomainRequest
1964
+ ) => any;
1965
+ export declare const CreateDomainResultFilterSensitiveLog: (
1966
+ obj: CreateDomainResult
1967
+ ) => any;
1968
+ export declare const DomainEntryFilterSensitiveLog: (obj: DomainEntry) => any;
1969
+ export declare const CreateDomainEntryRequestFilterSensitiveLog: (
1970
+ obj: CreateDomainEntryRequest
1971
+ ) => any;
1972
+ export declare const CreateDomainEntryResultFilterSensitiveLog: (
1973
+ obj: CreateDomainEntryResult
1974
+ ) => any;
1975
+ export declare const CreateInstancesRequestFilterSensitiveLog: (
1976
+ obj: CreateInstancesRequest
1977
+ ) => any;
1978
+ export declare const CreateInstancesResultFilterSensitiveLog: (
1979
+ obj: CreateInstancesResult
1980
+ ) => any;
1981
+ export declare const CreateInstancesFromSnapshotRequestFilterSensitiveLog: (
1982
+ obj: CreateInstancesFromSnapshotRequest
1983
+ ) => any;
1984
+ export declare const CreateInstancesFromSnapshotResultFilterSensitiveLog: (
1985
+ obj: CreateInstancesFromSnapshotResult
1986
+ ) => any;
1987
+ export declare const CreateInstanceSnapshotRequestFilterSensitiveLog: (
1988
+ obj: CreateInstanceSnapshotRequest
1989
+ ) => any;
1990
+ export declare const CreateInstanceSnapshotResultFilterSensitiveLog: (
1991
+ obj: CreateInstanceSnapshotResult
1992
+ ) => any;
1993
+ export declare const CreateKeyPairRequestFilterSensitiveLog: (
1994
+ obj: CreateKeyPairRequest
1995
+ ) => any;
1996
+ export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
1997
+ export declare const CreateKeyPairResultFilterSensitiveLog: (
1998
+ obj: CreateKeyPairResult
1999
+ ) => any;
2000
+ export declare const CreateLoadBalancerRequestFilterSensitiveLog: (
2001
+ obj: CreateLoadBalancerRequest
2002
+ ) => any;
2003
+ export declare const CreateLoadBalancerResultFilterSensitiveLog: (
2004
+ obj: CreateLoadBalancerResult
2005
+ ) => any;
2006
+ export declare const CreateLoadBalancerTlsCertificateRequestFilterSensitiveLog: (
2007
+ obj: CreateLoadBalancerTlsCertificateRequest
2008
+ ) => any;
2009
+ export declare const CreateLoadBalancerTlsCertificateResultFilterSensitiveLog: (
2010
+ obj: CreateLoadBalancerTlsCertificateResult
2011
+ ) => any;
2012
+ export declare const CreateRelationalDatabaseRequestFilterSensitiveLog: (
2013
+ obj: CreateRelationalDatabaseRequest
2014
+ ) => any;
2015
+ export declare const CreateRelationalDatabaseResultFilterSensitiveLog: (
2016
+ obj: CreateRelationalDatabaseResult
2017
+ ) => any;
2018
+ export declare const CreateRelationalDatabaseFromSnapshotRequestFilterSensitiveLog: (
2019
+ obj: CreateRelationalDatabaseFromSnapshotRequest
2020
+ ) => any;
2021
+ export declare const CreateRelationalDatabaseFromSnapshotResultFilterSensitiveLog: (
2022
+ obj: CreateRelationalDatabaseFromSnapshotResult
2023
+ ) => any;
2024
+ export declare const CreateRelationalDatabaseSnapshotRequestFilterSensitiveLog: (
2025
+ obj: CreateRelationalDatabaseSnapshotRequest
2026
+ ) => any;
2027
+ export declare const CreateRelationalDatabaseSnapshotResultFilterSensitiveLog: (
2028
+ obj: CreateRelationalDatabaseSnapshotResult
2029
+ ) => any;
2030
+ export declare const DeleteAlarmRequestFilterSensitiveLog: (
2031
+ obj: DeleteAlarmRequest
2032
+ ) => any;
2033
+ export declare const DeleteAlarmResultFilterSensitiveLog: (
2034
+ obj: DeleteAlarmResult
2035
+ ) => any;
2036
+ export declare const DeleteAutoSnapshotRequestFilterSensitiveLog: (
2037
+ obj: DeleteAutoSnapshotRequest
2038
+ ) => any;
2039
+ export declare const DeleteAutoSnapshotResultFilterSensitiveLog: (
2040
+ obj: DeleteAutoSnapshotResult
2041
+ ) => any;
2042
+ export declare const DeleteBucketRequestFilterSensitiveLog: (
2043
+ obj: DeleteBucketRequest
2044
+ ) => any;
2045
+ export declare const DeleteBucketResultFilterSensitiveLog: (
2046
+ obj: DeleteBucketResult
2047
+ ) => any;
2048
+ export declare const DeleteBucketAccessKeyRequestFilterSensitiveLog: (
2049
+ obj: DeleteBucketAccessKeyRequest
2050
+ ) => any;
2051
+ export declare const DeleteBucketAccessKeyResultFilterSensitiveLog: (
2052
+ obj: DeleteBucketAccessKeyResult
2053
+ ) => any;
2054
+ export declare const DeleteCertificateRequestFilterSensitiveLog: (
2055
+ obj: DeleteCertificateRequest
2056
+ ) => any;
2057
+ export declare const DeleteCertificateResultFilterSensitiveLog: (
2058
+ obj: DeleteCertificateResult
2059
+ ) => any;
2060
+ export declare const DeleteContactMethodRequestFilterSensitiveLog: (
2061
+ obj: DeleteContactMethodRequest
2062
+ ) => any;
2063
+ export declare const DeleteContactMethodResultFilterSensitiveLog: (
2064
+ obj: DeleteContactMethodResult
2065
+ ) => any;
2066
+ export declare const DeleteContainerImageRequestFilterSensitiveLog: (
2067
+ obj: DeleteContainerImageRequest
2068
+ ) => any;
2069
+ export declare const DeleteContainerImageResultFilterSensitiveLog: (
2070
+ obj: DeleteContainerImageResult
2071
+ ) => any;
2072
+ export declare const DeleteContainerServiceRequestFilterSensitiveLog: (
2073
+ obj: DeleteContainerServiceRequest
2074
+ ) => any;
2075
+ export declare const DeleteContainerServiceResultFilterSensitiveLog: (
2076
+ obj: DeleteContainerServiceResult
2077
+ ) => any;
2078
+ export declare const DeleteDiskRequestFilterSensitiveLog: (
2079
+ obj: DeleteDiskRequest
2080
+ ) => any;
2081
+ export declare const DeleteDiskResultFilterSensitiveLog: (
2082
+ obj: DeleteDiskResult
2083
+ ) => any;
2084
+ export declare const DeleteDiskSnapshotRequestFilterSensitiveLog: (
2085
+ obj: DeleteDiskSnapshotRequest
2086
+ ) => any;
2087
+ export declare const DeleteDiskSnapshotResultFilterSensitiveLog: (
2088
+ obj: DeleteDiskSnapshotResult
2089
+ ) => any;
2090
+ export declare const DeleteDistributionRequestFilterSensitiveLog: (
2091
+ obj: DeleteDistributionRequest
2092
+ ) => any;
2093
+ export declare const DeleteDistributionResultFilterSensitiveLog: (
2094
+ obj: DeleteDistributionResult
2095
+ ) => any;
2096
+ export declare const DeleteDomainRequestFilterSensitiveLog: (
2097
+ obj: DeleteDomainRequest
2098
+ ) => any;
2099
+ export declare const DeleteDomainResultFilterSensitiveLog: (
2100
+ obj: DeleteDomainResult
2101
+ ) => any;
2102
+ export declare const DeleteDomainEntryRequestFilterSensitiveLog: (
2103
+ obj: DeleteDomainEntryRequest
2104
+ ) => any;
2105
+ export declare const DeleteDomainEntryResultFilterSensitiveLog: (
2106
+ obj: DeleteDomainEntryResult
2107
+ ) => any;
2108
+ export declare const DeleteInstanceRequestFilterSensitiveLog: (
2109
+ obj: DeleteInstanceRequest
2110
+ ) => any;
2111
+ export declare const DeleteInstanceResultFilterSensitiveLog: (
2112
+ obj: DeleteInstanceResult
2113
+ ) => any;
2114
+ export declare const DeleteInstanceSnapshotRequestFilterSensitiveLog: (
2115
+ obj: DeleteInstanceSnapshotRequest
2116
+ ) => any;
2117
+ export declare const DeleteInstanceSnapshotResultFilterSensitiveLog: (
2118
+ obj: DeleteInstanceSnapshotResult
2119
+ ) => any;
2120
+ export declare const DeleteKeyPairRequestFilterSensitiveLog: (
2121
+ obj: DeleteKeyPairRequest
2122
+ ) => any;
2123
+ export declare const DeleteKeyPairResultFilterSensitiveLog: (
2124
+ obj: DeleteKeyPairResult
2125
+ ) => any;
2126
+ export declare const DeleteKnownHostKeysRequestFilterSensitiveLog: (
2127
+ obj: DeleteKnownHostKeysRequest
2128
+ ) => any;
2129
+ export declare const DeleteKnownHostKeysResultFilterSensitiveLog: (
2130
+ obj: DeleteKnownHostKeysResult
2131
+ ) => any;
2132
+ export declare const DeleteLoadBalancerRequestFilterSensitiveLog: (
2133
+ obj: DeleteLoadBalancerRequest
2134
+ ) => any;
2135
+ export declare const DeleteLoadBalancerResultFilterSensitiveLog: (
2136
+ obj: DeleteLoadBalancerResult
2137
+ ) => any;
2138
+ export declare const DeleteLoadBalancerTlsCertificateRequestFilterSensitiveLog: (
2139
+ obj: DeleteLoadBalancerTlsCertificateRequest
2140
+ ) => any;
2141
+ export declare const DeleteLoadBalancerTlsCertificateResultFilterSensitiveLog: (
2142
+ obj: DeleteLoadBalancerTlsCertificateResult
2143
+ ) => any;
2144
+ export declare const DeleteRelationalDatabaseRequestFilterSensitiveLog: (
2145
+ obj: DeleteRelationalDatabaseRequest
2146
+ ) => any;
2147
+ export declare const DeleteRelationalDatabaseResultFilterSensitiveLog: (
2148
+ obj: DeleteRelationalDatabaseResult
2149
+ ) => any;
2150
+ export declare const DeleteRelationalDatabaseSnapshotRequestFilterSensitiveLog: (
2151
+ obj: DeleteRelationalDatabaseSnapshotRequest
2152
+ ) => any;
2153
+ export declare const DeleteRelationalDatabaseSnapshotResultFilterSensitiveLog: (
2154
+ obj: DeleteRelationalDatabaseSnapshotResult
2155
+ ) => any;
2156
+ export declare const DetachCertificateFromDistributionRequestFilterSensitiveLog: (
2157
+ obj: DetachCertificateFromDistributionRequest
2158
+ ) => any;
2159
+ export declare const DetachCertificateFromDistributionResultFilterSensitiveLog: (
2160
+ obj: DetachCertificateFromDistributionResult
2161
+ ) => any;
2162
+ export declare const DetachDiskRequestFilterSensitiveLog: (
2163
+ obj: DetachDiskRequest
2164
+ ) => any;
2165
+ export declare const DetachDiskResultFilterSensitiveLog: (
2166
+ obj: DetachDiskResult
2167
+ ) => any;
2168
+ export declare const DetachInstancesFromLoadBalancerRequestFilterSensitiveLog: (
2169
+ obj: DetachInstancesFromLoadBalancerRequest
2170
+ ) => any;
2171
+ export declare const DetachInstancesFromLoadBalancerResultFilterSensitiveLog: (
2172
+ obj: DetachInstancesFromLoadBalancerResult
2173
+ ) => any;
2174
+ export declare const DetachStaticIpRequestFilterSensitiveLog: (
2175
+ obj: DetachStaticIpRequest
2176
+ ) => any;
2177
+ export declare const DetachStaticIpResultFilterSensitiveLog: (
2178
+ obj: DetachStaticIpResult
2179
+ ) => any;
2180
+ export declare const DisableAddOnRequestFilterSensitiveLog: (
2181
+ obj: DisableAddOnRequest
2182
+ ) => any;
2183
+ export declare const DisableAddOnResultFilterSensitiveLog: (
2184
+ obj: DisableAddOnResult
2185
+ ) => any;
2186
+ export declare const DiskFilterSensitiveLog: (obj: Disk) => any;
2187
+ export declare const DiskInfoFilterSensitiveLog: (obj: DiskInfo) => any;
2188
+ export declare const DiskSnapshotFilterSensitiveLog: (obj: DiskSnapshot) => any;
2189
+ export declare const DiskSnapshotInfoFilterSensitiveLog: (
2190
+ obj: DiskSnapshotInfo
2191
+ ) => any;
2192
+ export declare const DistributionBundleFilterSensitiveLog: (
2193
+ obj: DistributionBundle
2194
+ ) => any;
2195
+ export declare const DomainFilterSensitiveLog: (obj: Domain) => any;
2196
+ export declare const DownloadDefaultKeyPairRequestFilterSensitiveLog: (
2197
+ obj: DownloadDefaultKeyPairRequest
2198
+ ) => any;
2199
+ export declare const DownloadDefaultKeyPairResultFilterSensitiveLog: (
2200
+ obj: DownloadDefaultKeyPairResult
2201
+ ) => any;
2202
+ export declare const EnableAddOnRequestFilterSensitiveLog: (
2203
+ obj: EnableAddOnRequest
2204
+ ) => any;
2205
+ export declare const EnableAddOnResultFilterSensitiveLog: (
2206
+ obj: EnableAddOnResult
2207
+ ) => any;
2208
+ export declare const ExportSnapshotRequestFilterSensitiveLog: (
2209
+ obj: ExportSnapshotRequest
2210
+ ) => any;
2211
+ export declare const ExportSnapshotResultFilterSensitiveLog: (
2212
+ obj: ExportSnapshotResult
2213
+ ) => any;
2214
+ export declare const InstanceSnapshotInfoFilterSensitiveLog: (
2215
+ obj: InstanceSnapshotInfo
2216
+ ) => any;
2217
+ export declare const ExportSnapshotRecordSourceInfoFilterSensitiveLog: (
2218
+ obj: ExportSnapshotRecordSourceInfo
2219
+ ) => any;
2220
+ export declare const ExportSnapshotRecordFilterSensitiveLog: (
2221
+ obj: ExportSnapshotRecord
2222
+ ) => any;
2223
+ export declare const GetActiveNamesRequestFilterSensitiveLog: (
2224
+ obj: GetActiveNamesRequest
2225
+ ) => any;
2226
+ export declare const GetActiveNamesResultFilterSensitiveLog: (
2227
+ obj: GetActiveNamesResult
2228
+ ) => any;
2229
+ export declare const GetAlarmsRequestFilterSensitiveLog: (
2230
+ obj: GetAlarmsRequest
2231
+ ) => any;
2232
+ export declare const GetAlarmsResultFilterSensitiveLog: (
2233
+ obj: GetAlarmsResult
2234
+ ) => any;
2235
+ export declare const GetAutoSnapshotsRequestFilterSensitiveLog: (
2236
+ obj: GetAutoSnapshotsRequest
2237
+ ) => any;
2238
+ export declare const GetAutoSnapshotsResultFilterSensitiveLog: (
2239
+ obj: GetAutoSnapshotsResult
2240
+ ) => any;
2241
+ export declare const GetBlueprintsRequestFilterSensitiveLog: (
2242
+ obj: GetBlueprintsRequest
2243
+ ) => any;
2244
+ export declare const GetBlueprintsResultFilterSensitiveLog: (
2245
+ obj: GetBlueprintsResult
2246
+ ) => any;
2247
+ export declare const GetBucketAccessKeysRequestFilterSensitiveLog: (
2248
+ obj: GetBucketAccessKeysRequest
2249
+ ) => any;
2250
+ export declare const GetBucketAccessKeysResultFilterSensitiveLog: (
2251
+ obj: GetBucketAccessKeysResult
2252
+ ) => any;
2253
+ export declare const GetBucketBundlesRequestFilterSensitiveLog: (
2254
+ obj: GetBucketBundlesRequest
2255
+ ) => any;
2256
+ export declare const GetBucketBundlesResultFilterSensitiveLog: (
2257
+ obj: GetBucketBundlesResult
2258
+ ) => any;
2259
+ export declare const GetBucketMetricDataRequestFilterSensitiveLog: (
2260
+ obj: GetBucketMetricDataRequest
2261
+ ) => any;
2262
+ export declare const MetricDatapointFilterSensitiveLog: (
2263
+ obj: MetricDatapoint
2264
+ ) => any;
2265
+ export declare const GetBucketMetricDataResultFilterSensitiveLog: (
2266
+ obj: GetBucketMetricDataResult
2267
+ ) => any;
2268
+ export declare const GetBucketsRequestFilterSensitiveLog: (
2269
+ obj: GetBucketsRequest
2270
+ ) => any;
2271
+ export declare const GetBucketsResultFilterSensitiveLog: (
2272
+ obj: GetBucketsResult
2273
+ ) => any;
2274
+ export declare const GetBundlesRequestFilterSensitiveLog: (
2275
+ obj: GetBundlesRequest
2276
+ ) => any;
2277
+ export declare const GetBundlesResultFilterSensitiveLog: (
2278
+ obj: GetBundlesResult
2279
+ ) => any;
2280
+ export declare const GetCertificatesRequestFilterSensitiveLog: (
2281
+ obj: GetCertificatesRequest
2282
+ ) => any;
2283
+ export declare const GetCertificatesResultFilterSensitiveLog: (
2284
+ obj: GetCertificatesResult
2285
+ ) => any;
2286
+ export declare const GetCloudFormationStackRecordsRequestFilterSensitiveLog: (
2287
+ obj: GetCloudFormationStackRecordsRequest
2288
+ ) => any;
2289
+ export declare const GetCloudFormationStackRecordsResultFilterSensitiveLog: (
2290
+ obj: GetCloudFormationStackRecordsResult
2291
+ ) => any;
2292
+ export declare const GetContactMethodsRequestFilterSensitiveLog: (
2293
+ obj: GetContactMethodsRequest
2294
+ ) => any;
2295
+ export declare const GetContactMethodsResultFilterSensitiveLog: (
2296
+ obj: GetContactMethodsResult
2297
+ ) => any;
2298
+ export declare const GetContainerAPIMetadataRequestFilterSensitiveLog: (
2299
+ obj: GetContainerAPIMetadataRequest
2300
+ ) => any;
2301
+ export declare const GetContainerAPIMetadataResultFilterSensitiveLog: (
2302
+ obj: GetContainerAPIMetadataResult
2303
+ ) => any;
2304
+ export declare const GetContainerImagesRequestFilterSensitiveLog: (
2305
+ obj: GetContainerImagesRequest
2306
+ ) => any;
2307
+ export declare const GetContainerImagesResultFilterSensitiveLog: (
2308
+ obj: GetContainerImagesResult
2309
+ ) => any;
2310
+ export declare const GetContainerLogRequestFilterSensitiveLog: (
2311
+ obj: GetContainerLogRequest
2312
+ ) => any;
2313
+ export declare const GetContainerLogResultFilterSensitiveLog: (
2314
+ obj: GetContainerLogResult
2315
+ ) => any;
2316
+ export declare const GetContainerServiceDeploymentsRequestFilterSensitiveLog: (
2317
+ obj: GetContainerServiceDeploymentsRequest
2318
+ ) => any;
2319
+ export declare const GetContainerServiceDeploymentsResultFilterSensitiveLog: (
2320
+ obj: GetContainerServiceDeploymentsResult
2321
+ ) => any;
2322
+ export declare const GetContainerServiceMetricDataRequestFilterSensitiveLog: (
2323
+ obj: GetContainerServiceMetricDataRequest
2324
+ ) => any;
2325
+ export declare const GetContainerServiceMetricDataResultFilterSensitiveLog: (
2326
+ obj: GetContainerServiceMetricDataResult
2327
+ ) => any;
2328
+ export declare const GetContainerServicePowersRequestFilterSensitiveLog: (
2329
+ obj: GetContainerServicePowersRequest
2330
+ ) => any;
2331
+ export declare const GetContainerServicePowersResultFilterSensitiveLog: (
2332
+ obj: GetContainerServicePowersResult
2333
+ ) => any;
2334
+ export declare const GetContainerServicesRequestFilterSensitiveLog: (
2335
+ obj: GetContainerServicesRequest
2336
+ ) => any;
2337
+ export declare const GetDiskRequestFilterSensitiveLog: (
2338
+ obj: GetDiskRequest
2339
+ ) => any;
2340
+ export declare const GetDiskResultFilterSensitiveLog: (
2341
+ obj: GetDiskResult
2342
+ ) => any;
2343
+ export declare const GetDisksRequestFilterSensitiveLog: (
2344
+ obj: GetDisksRequest
2345
+ ) => any;
2346
+ export declare const GetDisksResultFilterSensitiveLog: (
2347
+ obj: GetDisksResult
2348
+ ) => any;
2349
+ export declare const GetDiskSnapshotRequestFilterSensitiveLog: (
2350
+ obj: GetDiskSnapshotRequest
2351
+ ) => any;
2352
+ export declare const GetDiskSnapshotResultFilterSensitiveLog: (
2353
+ obj: GetDiskSnapshotResult
2354
+ ) => any;
2355
+ export declare const GetDiskSnapshotsRequestFilterSensitiveLog: (
2356
+ obj: GetDiskSnapshotsRequest
2357
+ ) => any;
2358
+ export declare const GetDiskSnapshotsResultFilterSensitiveLog: (
2359
+ obj: GetDiskSnapshotsResult
2360
+ ) => any;
2361
+ export declare const GetDistributionBundlesRequestFilterSensitiveLog: (
2362
+ obj: GetDistributionBundlesRequest
2363
+ ) => any;
2364
+ export declare const GetDistributionBundlesResultFilterSensitiveLog: (
2365
+ obj: GetDistributionBundlesResult
2366
+ ) => any;
2367
+ export declare const GetDistributionLatestCacheResetRequestFilterSensitiveLog: (
2368
+ obj: GetDistributionLatestCacheResetRequest
2369
+ ) => any;
2370
+ export declare const GetDistributionLatestCacheResetResultFilterSensitiveLog: (
2371
+ obj: GetDistributionLatestCacheResetResult
2372
+ ) => any;
2373
+ export declare const GetDistributionMetricDataRequestFilterSensitiveLog: (
2374
+ obj: GetDistributionMetricDataRequest
2375
+ ) => any;
2376
+ export declare const GetDistributionMetricDataResultFilterSensitiveLog: (
2377
+ obj: GetDistributionMetricDataResult
2378
+ ) => any;
2379
+ export declare const GetDistributionsRequestFilterSensitiveLog: (
2380
+ obj: GetDistributionsRequest
2381
+ ) => any;
2382
+ export declare const GetDistributionsResultFilterSensitiveLog: (
2383
+ obj: GetDistributionsResult
2384
+ ) => any;
2385
+ export declare const GetDomainRequestFilterSensitiveLog: (
2386
+ obj: GetDomainRequest
2387
+ ) => any;
2388
+ export declare const GetDomainResultFilterSensitiveLog: (
2389
+ obj: GetDomainResult
2390
+ ) => any;
2391
+ export declare const GetDomainsRequestFilterSensitiveLog: (
2392
+ obj: GetDomainsRequest
2393
+ ) => any;
2394
+ export declare const GetDomainsResultFilterSensitiveLog: (
2395
+ obj: GetDomainsResult
2396
+ ) => any;