@aws-sdk/client-outposts 3.933.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +200 -199
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +199 -0
- package/dist-es/models/errors.js +89 -0
- package/dist-es/models/models_0.js +1 -288
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +455 -0
- package/dist-types/models/errors.d.ts +91 -0
- package/dist-types/models/models_0.d.ts +1 -545
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +250 -0
- package/dist-types/ts3.4/models/errors.d.ts +49 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -298
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
export declare const AddressType: {
|
|
2
|
+
readonly OPERATING_ADDRESS: "OPERATING_ADDRESS";
|
|
3
|
+
readonly SHIPPING_ADDRESS: "SHIPPING_ADDRESS";
|
|
4
|
+
};
|
|
5
|
+
export type AddressType = (typeof AddressType)[keyof typeof AddressType];
|
|
6
|
+
export declare const AssetType: {
|
|
7
|
+
readonly COMPUTE: "COMPUTE";
|
|
8
|
+
};
|
|
9
|
+
export type AssetType = (typeof AssetType)[keyof typeof AssetType];
|
|
10
|
+
export declare const ComputeAssetState: {
|
|
11
|
+
readonly ACTIVE: "ACTIVE";
|
|
12
|
+
readonly ISOLATED: "ISOLATED";
|
|
13
|
+
readonly RETIRING: "RETIRING";
|
|
14
|
+
};
|
|
15
|
+
export type ComputeAssetState =
|
|
16
|
+
(typeof ComputeAssetState)[keyof typeof ComputeAssetState];
|
|
17
|
+
export declare const AWSServiceName: {
|
|
18
|
+
readonly AWS: "AWS";
|
|
19
|
+
readonly EC2: "EC2";
|
|
20
|
+
readonly ELASTICACHE: "ELASTICACHE";
|
|
21
|
+
readonly ELB: "ELB";
|
|
22
|
+
readonly RDS: "RDS";
|
|
23
|
+
readonly ROUTE53: "ROUTE53";
|
|
24
|
+
};
|
|
25
|
+
export type AWSServiceName =
|
|
26
|
+
(typeof AWSServiceName)[keyof typeof AWSServiceName];
|
|
27
|
+
export declare const AssetState: {
|
|
28
|
+
readonly ACTIVE: "ACTIVE";
|
|
29
|
+
readonly ISOLATED: "ISOLATED";
|
|
30
|
+
readonly RETIRING: "RETIRING";
|
|
31
|
+
};
|
|
32
|
+
export type AssetState = (typeof AssetState)[keyof typeof AssetState];
|
|
33
|
+
export declare const BlockingResourceType: {
|
|
34
|
+
readonly EC2_INSTANCE: "EC2_INSTANCE";
|
|
35
|
+
readonly LGW_ROUTE_TABLE: "LGW_ROUTE_TABLE";
|
|
36
|
+
readonly LGW_ROUTING_DOMAIN: "LGW_ROUTING_DOMAIN";
|
|
37
|
+
readonly LGW_VIRTUAL_INTERFACE_GROUP: "LGW_VIRTUAL_INTERFACE_GROUP";
|
|
38
|
+
readonly OUTPOST_ORDER_CANCELLABLE: "OUTPOST_ORDER_CANCELLABLE";
|
|
39
|
+
readonly OUTPOST_ORDER_INTERVENTION_REQUIRED: "OUTPOST_ORDER_INTERVENTION_REQUIRED";
|
|
40
|
+
readonly OUTPOST_RAM_SHARE: "OUTPOST_RAM_SHARE";
|
|
41
|
+
};
|
|
42
|
+
export type BlockingResourceType =
|
|
43
|
+
(typeof BlockingResourceType)[keyof typeof BlockingResourceType];
|
|
44
|
+
export declare const ResourceType: {
|
|
45
|
+
readonly ORDER: "ORDER";
|
|
46
|
+
readonly OUTPOST: "OUTPOST";
|
|
47
|
+
};
|
|
48
|
+
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
49
|
+
export declare const CapacityTaskFailureType: {
|
|
50
|
+
readonly BLOCKING_INSTANCES_NOT_EVACUATED: "BLOCKING_INSTANCES_NOT_EVACUATED";
|
|
51
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
52
|
+
readonly RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND";
|
|
53
|
+
readonly UNEXPECTED_ASSET_STATE: "UNEXPECTED_ASSET_STATE";
|
|
54
|
+
readonly UNSUPPORTED_CAPACITY_CONFIGURATION: "UNSUPPORTED_CAPACITY_CONFIGURATION";
|
|
55
|
+
};
|
|
56
|
+
export type CapacityTaskFailureType =
|
|
57
|
+
(typeof CapacityTaskFailureType)[keyof typeof CapacityTaskFailureType];
|
|
58
|
+
export declare const CapacityTaskStatus: {
|
|
59
|
+
readonly CANCELLATION_IN_PROGRESS: "CANCELLATION_IN_PROGRESS";
|
|
60
|
+
readonly CANCELLED: "CANCELLED";
|
|
61
|
+
readonly COMPLETED: "COMPLETED";
|
|
62
|
+
readonly FAILED: "FAILED";
|
|
63
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
64
|
+
readonly REQUESTED: "REQUESTED";
|
|
65
|
+
readonly WAITING_FOR_EVACUATION: "WAITING_FOR_EVACUATION";
|
|
66
|
+
};
|
|
67
|
+
export type CapacityTaskStatus =
|
|
68
|
+
(typeof CapacityTaskStatus)[keyof typeof CapacityTaskStatus];
|
|
69
|
+
export declare const CatalogItemStatus: {
|
|
70
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
71
|
+
readonly DISCONTINUED: "DISCONTINUED";
|
|
72
|
+
};
|
|
73
|
+
export type CatalogItemStatus =
|
|
74
|
+
(typeof CatalogItemStatus)[keyof typeof CatalogItemStatus];
|
|
75
|
+
export declare const SupportedStorageEnum: {
|
|
76
|
+
readonly EBS: "EBS";
|
|
77
|
+
readonly S3: "S3";
|
|
78
|
+
};
|
|
79
|
+
export type SupportedStorageEnum =
|
|
80
|
+
(typeof SupportedStorageEnum)[keyof typeof SupportedStorageEnum];
|
|
81
|
+
export declare const CatalogItemClass: {
|
|
82
|
+
readonly RACK: "RACK";
|
|
83
|
+
readonly SERVER: "SERVER";
|
|
84
|
+
};
|
|
85
|
+
export type CatalogItemClass =
|
|
86
|
+
(typeof CatalogItemClass)[keyof typeof CatalogItemClass];
|
|
87
|
+
export declare const PaymentOption: {
|
|
88
|
+
readonly ALL_UPFRONT: "ALL_UPFRONT";
|
|
89
|
+
readonly NO_UPFRONT: "NO_UPFRONT";
|
|
90
|
+
readonly PARTIAL_UPFRONT: "PARTIAL_UPFRONT";
|
|
91
|
+
};
|
|
92
|
+
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
93
|
+
export declare const PaymentTerm: {
|
|
94
|
+
readonly FIVE_YEARS: "FIVE_YEARS";
|
|
95
|
+
readonly ONE_YEAR: "ONE_YEAR";
|
|
96
|
+
readonly THREE_YEARS: "THREE_YEARS";
|
|
97
|
+
};
|
|
98
|
+
export type PaymentTerm = (typeof PaymentTerm)[keyof typeof PaymentTerm];
|
|
99
|
+
export declare const ShipmentCarrier: {
|
|
100
|
+
readonly DBS: "DBS";
|
|
101
|
+
readonly DHL: "DHL";
|
|
102
|
+
readonly EXPEDITORS: "EXPEDITORS";
|
|
103
|
+
readonly FEDEX: "FEDEX";
|
|
104
|
+
readonly UPS: "UPS";
|
|
105
|
+
};
|
|
106
|
+
export type ShipmentCarrier =
|
|
107
|
+
(typeof ShipmentCarrier)[keyof typeof ShipmentCarrier];
|
|
108
|
+
export declare const LineItemStatus: {
|
|
109
|
+
readonly BUILDING: "BUILDING";
|
|
110
|
+
readonly CANCELLED: "CANCELLED";
|
|
111
|
+
readonly DELIVERED: "DELIVERED";
|
|
112
|
+
readonly ERROR: "ERROR";
|
|
113
|
+
readonly INSTALLED: "INSTALLED";
|
|
114
|
+
readonly INSTALLING: "INSTALLING";
|
|
115
|
+
readonly PREPARING: "PREPARING";
|
|
116
|
+
readonly REPLACED: "REPLACED";
|
|
117
|
+
readonly SHIPPED: "SHIPPED";
|
|
118
|
+
};
|
|
119
|
+
export type LineItemStatus =
|
|
120
|
+
(typeof LineItemStatus)[keyof typeof LineItemStatus];
|
|
121
|
+
export declare const OrderType: {
|
|
122
|
+
readonly OUTPOST: "OUTPOST";
|
|
123
|
+
readonly REPLACEMENT: "REPLACEMENT";
|
|
124
|
+
};
|
|
125
|
+
export type OrderType = (typeof OrderType)[keyof typeof OrderType];
|
|
126
|
+
export declare const OrderStatus: {
|
|
127
|
+
readonly CANCELLED: "CANCELLED";
|
|
128
|
+
readonly COMPLETED: "COMPLETED";
|
|
129
|
+
readonly DELIVERED: "DELIVERED";
|
|
130
|
+
readonly ERROR: "ERROR";
|
|
131
|
+
readonly FULFILLED: "FULFILLED";
|
|
132
|
+
readonly INSTALLING: "INSTALLING";
|
|
133
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
134
|
+
readonly PENDING: "PENDING";
|
|
135
|
+
readonly PREPARING: "PREPARING";
|
|
136
|
+
readonly PROCESSING: "PROCESSING";
|
|
137
|
+
readonly RECEIVED: "RECEIVED";
|
|
138
|
+
};
|
|
139
|
+
export type OrderStatus = (typeof OrderStatus)[keyof typeof OrderStatus];
|
|
140
|
+
export declare const SupportedHardwareType: {
|
|
141
|
+
readonly RACK: "RACK";
|
|
142
|
+
readonly SERVER: "SERVER";
|
|
143
|
+
};
|
|
144
|
+
export type SupportedHardwareType =
|
|
145
|
+
(typeof SupportedHardwareType)[keyof typeof SupportedHardwareType];
|
|
146
|
+
export declare const FiberOpticCableType: {
|
|
147
|
+
readonly MULTI_MODE: "MULTI_MODE";
|
|
148
|
+
readonly SINGLE_MODE: "SINGLE_MODE";
|
|
149
|
+
};
|
|
150
|
+
export type FiberOpticCableType =
|
|
151
|
+
(typeof FiberOpticCableType)[keyof typeof FiberOpticCableType];
|
|
152
|
+
export declare const MaximumSupportedWeightLbs: {
|
|
153
|
+
readonly MAX_1400_LBS: "MAX_1400_LBS";
|
|
154
|
+
readonly MAX_1600_LBS: "MAX_1600_LBS";
|
|
155
|
+
readonly MAX_1800_LBS: "MAX_1800_LBS";
|
|
156
|
+
readonly MAX_2000_LBS: "MAX_2000_LBS";
|
|
157
|
+
readonly NO_LIMIT: "NO_LIMIT";
|
|
158
|
+
};
|
|
159
|
+
export type MaximumSupportedWeightLbs =
|
|
160
|
+
(typeof MaximumSupportedWeightLbs)[keyof typeof MaximumSupportedWeightLbs];
|
|
161
|
+
export declare const OpticalStandard: {
|
|
162
|
+
readonly OPTIC_1000BASE_LX: "OPTIC_1000BASE_LX";
|
|
163
|
+
readonly OPTIC_1000BASE_SX: "OPTIC_1000BASE_SX";
|
|
164
|
+
readonly OPTIC_100GBASE_CWDM4: "OPTIC_100GBASE_CWDM4";
|
|
165
|
+
readonly OPTIC_100GBASE_LR4: "OPTIC_100GBASE_LR4";
|
|
166
|
+
readonly OPTIC_100GBASE_SR4: "OPTIC_100GBASE_SR4";
|
|
167
|
+
readonly OPTIC_100G_PSM4_MSA: "OPTIC_100G_PSM4_MSA";
|
|
168
|
+
readonly OPTIC_10GBASE_IR: "OPTIC_10GBASE_IR";
|
|
169
|
+
readonly OPTIC_10GBASE_LR: "OPTIC_10GBASE_LR";
|
|
170
|
+
readonly OPTIC_10GBASE_SR: "OPTIC_10GBASE_SR";
|
|
171
|
+
readonly OPTIC_40GBASE_ESR: "OPTIC_40GBASE_ESR";
|
|
172
|
+
readonly OPTIC_40GBASE_IR4_LR4L: "OPTIC_40GBASE_IR4_LR4L";
|
|
173
|
+
readonly OPTIC_40GBASE_LR4: "OPTIC_40GBASE_LR4";
|
|
174
|
+
readonly OPTIC_40GBASE_SR: "OPTIC_40GBASE_SR";
|
|
175
|
+
};
|
|
176
|
+
export type OpticalStandard =
|
|
177
|
+
(typeof OpticalStandard)[keyof typeof OpticalStandard];
|
|
178
|
+
export declare const PowerConnector: {
|
|
179
|
+
readonly AH530P7W: "AH530P7W";
|
|
180
|
+
readonly AH532P6W: "AH532P6W";
|
|
181
|
+
readonly CS8365C: "CS8365C";
|
|
182
|
+
readonly IEC309: "IEC309";
|
|
183
|
+
readonly L6_30P: "L6_30P";
|
|
184
|
+
};
|
|
185
|
+
export type PowerConnector =
|
|
186
|
+
(typeof PowerConnector)[keyof typeof PowerConnector];
|
|
187
|
+
export declare const PowerDrawKva: {
|
|
188
|
+
readonly POWER_10_KVA: "POWER_10_KVA";
|
|
189
|
+
readonly POWER_15_KVA: "POWER_15_KVA";
|
|
190
|
+
readonly POWER_30_KVA: "POWER_30_KVA";
|
|
191
|
+
readonly POWER_5_KVA: "POWER_5_KVA";
|
|
192
|
+
};
|
|
193
|
+
export type PowerDrawKva = (typeof PowerDrawKva)[keyof typeof PowerDrawKva];
|
|
194
|
+
export declare const PowerFeedDrop: {
|
|
195
|
+
readonly ABOVE_RACK: "ABOVE_RACK";
|
|
196
|
+
readonly BELOW_RACK: "BELOW_RACK";
|
|
197
|
+
};
|
|
198
|
+
export type PowerFeedDrop = (typeof PowerFeedDrop)[keyof typeof PowerFeedDrop];
|
|
199
|
+
export declare const PowerPhase: {
|
|
200
|
+
readonly SINGLE_PHASE: "SINGLE_PHASE";
|
|
201
|
+
readonly THREE_PHASE: "THREE_PHASE";
|
|
202
|
+
};
|
|
203
|
+
export type PowerPhase = (typeof PowerPhase)[keyof typeof PowerPhase];
|
|
204
|
+
export declare const UplinkCount: {
|
|
205
|
+
readonly UPLINK_COUNT_1: "UPLINK_COUNT_1";
|
|
206
|
+
readonly UPLINK_COUNT_12: "UPLINK_COUNT_12";
|
|
207
|
+
readonly UPLINK_COUNT_16: "UPLINK_COUNT_16";
|
|
208
|
+
readonly UPLINK_COUNT_2: "UPLINK_COUNT_2";
|
|
209
|
+
readonly UPLINK_COUNT_3: "UPLINK_COUNT_3";
|
|
210
|
+
readonly UPLINK_COUNT_4: "UPLINK_COUNT_4";
|
|
211
|
+
readonly UPLINK_COUNT_5: "UPLINK_COUNT_5";
|
|
212
|
+
readonly UPLINK_COUNT_6: "UPLINK_COUNT_6";
|
|
213
|
+
readonly UPLINK_COUNT_7: "UPLINK_COUNT_7";
|
|
214
|
+
readonly UPLINK_COUNT_8: "UPLINK_COUNT_8";
|
|
215
|
+
};
|
|
216
|
+
export type UplinkCount = (typeof UplinkCount)[keyof typeof UplinkCount];
|
|
217
|
+
export declare const UplinkGbps: {
|
|
218
|
+
readonly UPLINK_100G: "UPLINK_100G";
|
|
219
|
+
readonly UPLINK_10G: "UPLINK_10G";
|
|
220
|
+
readonly UPLINK_1G: "UPLINK_1G";
|
|
221
|
+
readonly UPLINK_40G: "UPLINK_40G";
|
|
222
|
+
};
|
|
223
|
+
export type UplinkGbps = (typeof UplinkGbps)[keyof typeof UplinkGbps];
|
|
224
|
+
export declare const DecommissionRequestStatus: {
|
|
225
|
+
readonly BLOCKED: "BLOCKED";
|
|
226
|
+
readonly REQUESTED: "REQUESTED";
|
|
227
|
+
readonly SKIPPED: "SKIPPED";
|
|
228
|
+
};
|
|
229
|
+
export type DecommissionRequestStatus =
|
|
230
|
+
(typeof DecommissionRequestStatus)[keyof typeof DecommissionRequestStatus];
|
|
231
|
+
export declare const TaskActionOnBlockingInstances: {
|
|
232
|
+
readonly FAIL_TASK: "FAIL_TASK";
|
|
233
|
+
readonly WAIT_FOR_EVACUATION: "WAIT_FOR_EVACUATION";
|
|
234
|
+
};
|
|
235
|
+
export type TaskActionOnBlockingInstances =
|
|
236
|
+
(typeof TaskActionOnBlockingInstances)[keyof typeof TaskActionOnBlockingInstances];
|
|
237
|
+
export declare const SubscriptionStatus: {
|
|
238
|
+
readonly ACTIVE: "ACTIVE";
|
|
239
|
+
readonly CANCELLED: "CANCELLED";
|
|
240
|
+
readonly INACTIVE: "INACTIVE";
|
|
241
|
+
};
|
|
242
|
+
export type SubscriptionStatus =
|
|
243
|
+
(typeof SubscriptionStatus)[keyof typeof SubscriptionStatus];
|
|
244
|
+
export declare const SubscriptionType: {
|
|
245
|
+
readonly CAPACITY_INCREASE: "CAPACITY_INCREASE";
|
|
246
|
+
readonly ORIGINAL: "ORIGINAL";
|
|
247
|
+
readonly RENEWAL: "RENEWAL";
|
|
248
|
+
};
|
|
249
|
+
export type SubscriptionType =
|
|
250
|
+
(typeof SubscriptionType)[keyof typeof SubscriptionType];
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ResourceType } from "./enums";
|
|
3
|
+
import { OutpostsServiceException as __BaseException } from "./OutpostsServiceException";
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message?: string | undefined;
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
export declare class ConflictException extends __BaseException {
|
|
13
|
+
readonly name: "ConflictException";
|
|
14
|
+
readonly $fault: "client";
|
|
15
|
+
Message?: string | undefined;
|
|
16
|
+
ResourceId?: string | undefined;
|
|
17
|
+
ResourceType?: ResourceType | undefined;
|
|
18
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
19
|
+
}
|
|
20
|
+
export declare class InternalServerException extends __BaseException {
|
|
21
|
+
readonly name: "InternalServerException";
|
|
22
|
+
readonly $fault: "server";
|
|
23
|
+
Message?: string | undefined;
|
|
24
|
+
constructor(
|
|
25
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
26
|
+
);
|
|
27
|
+
}
|
|
28
|
+
export declare class NotFoundException extends __BaseException {
|
|
29
|
+
readonly name: "NotFoundException";
|
|
30
|
+
readonly $fault: "client";
|
|
31
|
+
Message?: string | undefined;
|
|
32
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
33
|
+
}
|
|
34
|
+
export declare class ValidationException extends __BaseException {
|
|
35
|
+
readonly name: "ValidationException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
Message?: string | undefined;
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
43
|
+
readonly name: "ServiceQuotaExceededException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
Message?: string | undefined;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|