@aws-sdk/client-outposts 3.1064.0 → 3.1066.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/README.md +42 -0
- package/dist-cjs/index.js +171 -3
- package/dist-cjs/schemas/schemas_0.js +269 -16
- package/dist-es/Outposts.js +16 -0
- package/dist-es/commands/CreateQuoteCommand.js +16 -0
- package/dist-es/commands/DeleteQuoteCommand.js +16 -0
- package/dist-es/commands/GetQuoteCommand.js +16 -0
- package/dist-es/commands/ListOrderableInstanceTypesCommand.js +16 -0
- package/dist-es/commands/ListQuotesCommand.js +16 -0
- package/dist-es/commands/UpdateQuoteCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +68 -3
- package/dist-es/pagination/ListOrderableInstanceTypesPaginator.js +4 -0
- package/dist-es/pagination/ListQuotesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +265 -13
- package/dist-types/Outposts.d.ts +58 -0
- package/dist-types/OutpostsClient.d.ts +8 -2
- package/dist-types/commands/CreateQuoteCommand.d.ts +231 -0
- package/dist-types/commands/CreateRenewalCommand.d.ts +1 -0
- package/dist-types/commands/DeleteQuoteCommand.d.ts +86 -0
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +1 -0
- package/dist-types/commands/GetQuoteCommand.d.ts +208 -0
- package/dist-types/commands/GetRenewalPricingCommand.d.ts +1 -0
- package/dist-types/commands/ListOrderableInstanceTypesCommand.d.ts +105 -0
- package/dist-types/commands/ListQuotesCommand.d.ts +199 -0
- package/dist-types/commands/UpdateQuoteCommand.d.ts +231 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +164 -11
- package/dist-types/models/models_0.d.ts +881 -59
- package/dist-types/pagination/ListOrderableInstanceTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListQuotesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +30 -0
- package/dist-types/ts3.4/Outposts.d.ts +118 -0
- package/dist-types/ts3.4/OutpostsClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateQuoteCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteQuoteCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/GetQuoteCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListOrderableInstanceTypesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListQuotesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateQuoteCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +89 -5
- package/dist-types/ts3.4/models/models_0.d.ts +174 -10
- package/dist-types/ts3.4/pagination/ListOrderableInstanceTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListQuotesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +30 -0
- package/package.json +3 -3
package/dist-es/Outposts.js
CHANGED
|
@@ -3,9 +3,11 @@ import { CancelCapacityTaskCommand, } from "./commands/CancelCapacityTaskCommand
|
|
|
3
3
|
import { CancelOrderCommand, } from "./commands/CancelOrderCommand";
|
|
4
4
|
import { CreateOrderCommand, } from "./commands/CreateOrderCommand";
|
|
5
5
|
import { CreateOutpostCommand, } from "./commands/CreateOutpostCommand";
|
|
6
|
+
import { CreateQuoteCommand, } from "./commands/CreateQuoteCommand";
|
|
6
7
|
import { CreateRenewalCommand, } from "./commands/CreateRenewalCommand";
|
|
7
8
|
import { CreateSiteCommand, } from "./commands/CreateSiteCommand";
|
|
8
9
|
import { DeleteOutpostCommand, } from "./commands/DeleteOutpostCommand";
|
|
10
|
+
import { DeleteQuoteCommand, } from "./commands/DeleteQuoteCommand";
|
|
9
11
|
import { DeleteSiteCommand, } from "./commands/DeleteSiteCommand";
|
|
10
12
|
import { GetCapacityTaskCommand, } from "./commands/GetCapacityTaskCommand";
|
|
11
13
|
import { GetCatalogItemCommand, } from "./commands/GetCatalogItemCommand";
|
|
@@ -15,6 +17,7 @@ import { GetOutpostBillingInformationCommand, } from "./commands/GetOutpostBilli
|
|
|
15
17
|
import { GetOutpostCommand, } from "./commands/GetOutpostCommand";
|
|
16
18
|
import { GetOutpostInstanceTypesCommand, } from "./commands/GetOutpostInstanceTypesCommand";
|
|
17
19
|
import { GetOutpostSupportedInstanceTypesCommand, } from "./commands/GetOutpostSupportedInstanceTypesCommand";
|
|
20
|
+
import { GetQuoteCommand } from "./commands/GetQuoteCommand";
|
|
18
21
|
import { GetRenewalPricingCommand, } from "./commands/GetRenewalPricingCommand";
|
|
19
22
|
import { GetSiteAddressCommand, } from "./commands/GetSiteAddressCommand";
|
|
20
23
|
import { GetSiteCommand } from "./commands/GetSiteCommand";
|
|
@@ -23,8 +26,10 @@ import { ListAssetsCommand, } from "./commands/ListAssetsCommand";
|
|
|
23
26
|
import { ListBlockingInstancesForCapacityTaskCommand, } from "./commands/ListBlockingInstancesForCapacityTaskCommand";
|
|
24
27
|
import { ListCapacityTasksCommand, } from "./commands/ListCapacityTasksCommand";
|
|
25
28
|
import { ListCatalogItemsCommand, } from "./commands/ListCatalogItemsCommand";
|
|
29
|
+
import { ListOrderableInstanceTypesCommand, } from "./commands/ListOrderableInstanceTypesCommand";
|
|
26
30
|
import { ListOrdersCommand, } from "./commands/ListOrdersCommand";
|
|
27
31
|
import { ListOutpostsCommand, } from "./commands/ListOutpostsCommand";
|
|
32
|
+
import { ListQuotesCommand, } from "./commands/ListQuotesCommand";
|
|
28
33
|
import { ListSitesCommand } from "./commands/ListSitesCommand";
|
|
29
34
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
30
35
|
import { StartCapacityTaskCommand, } from "./commands/StartCapacityTaskCommand";
|
|
@@ -33,6 +38,7 @@ import { StartOutpostDecommissionCommand, } from "./commands/StartOutpostDecommi
|
|
|
33
38
|
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
34
39
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
35
40
|
import { UpdateOutpostCommand, } from "./commands/UpdateOutpostCommand";
|
|
41
|
+
import { UpdateQuoteCommand, } from "./commands/UpdateQuoteCommand";
|
|
36
42
|
import { UpdateSiteAddressCommand, } from "./commands/UpdateSiteAddressCommand";
|
|
37
43
|
import { UpdateSiteCommand, } from "./commands/UpdateSiteCommand";
|
|
38
44
|
import { UpdateSiteRackPhysicalPropertiesCommand, } from "./commands/UpdateSiteRackPhysicalPropertiesCommand";
|
|
@@ -45,17 +51,21 @@ import { paginateListAssets } from "./pagination/ListAssetsPaginator";
|
|
|
45
51
|
import { paginateListBlockingInstancesForCapacityTask, } from "./pagination/ListBlockingInstancesForCapacityTaskPaginator";
|
|
46
52
|
import { paginateListCapacityTasks } from "./pagination/ListCapacityTasksPaginator";
|
|
47
53
|
import { paginateListCatalogItems } from "./pagination/ListCatalogItemsPaginator";
|
|
54
|
+
import { paginateListOrderableInstanceTypes } from "./pagination/ListOrderableInstanceTypesPaginator";
|
|
48
55
|
import { paginateListOrders } from "./pagination/ListOrdersPaginator";
|
|
49
56
|
import { paginateListOutposts } from "./pagination/ListOutpostsPaginator";
|
|
57
|
+
import { paginateListQuotes } from "./pagination/ListQuotesPaginator";
|
|
50
58
|
import { paginateListSites } from "./pagination/ListSitesPaginator";
|
|
51
59
|
const commands = {
|
|
52
60
|
CancelCapacityTaskCommand,
|
|
53
61
|
CancelOrderCommand,
|
|
54
62
|
CreateOrderCommand,
|
|
55
63
|
CreateOutpostCommand,
|
|
64
|
+
CreateQuoteCommand,
|
|
56
65
|
CreateRenewalCommand,
|
|
57
66
|
CreateSiteCommand,
|
|
58
67
|
DeleteOutpostCommand,
|
|
68
|
+
DeleteQuoteCommand,
|
|
59
69
|
DeleteSiteCommand,
|
|
60
70
|
GetCapacityTaskCommand,
|
|
61
71
|
GetCatalogItemCommand,
|
|
@@ -65,6 +75,7 @@ const commands = {
|
|
|
65
75
|
GetOutpostBillingInformationCommand,
|
|
66
76
|
GetOutpostInstanceTypesCommand,
|
|
67
77
|
GetOutpostSupportedInstanceTypesCommand,
|
|
78
|
+
GetQuoteCommand,
|
|
68
79
|
GetRenewalPricingCommand,
|
|
69
80
|
GetSiteCommand,
|
|
70
81
|
GetSiteAddressCommand,
|
|
@@ -73,8 +84,10 @@ const commands = {
|
|
|
73
84
|
ListBlockingInstancesForCapacityTaskCommand,
|
|
74
85
|
ListCapacityTasksCommand,
|
|
75
86
|
ListCatalogItemsCommand,
|
|
87
|
+
ListOrderableInstanceTypesCommand,
|
|
76
88
|
ListOrdersCommand,
|
|
77
89
|
ListOutpostsCommand,
|
|
90
|
+
ListQuotesCommand,
|
|
78
91
|
ListSitesCommand,
|
|
79
92
|
ListTagsForResourceCommand,
|
|
80
93
|
StartCapacityTaskCommand,
|
|
@@ -83,6 +96,7 @@ const commands = {
|
|
|
83
96
|
TagResourceCommand,
|
|
84
97
|
UntagResourceCommand,
|
|
85
98
|
UpdateOutpostCommand,
|
|
99
|
+
UpdateQuoteCommand,
|
|
86
100
|
UpdateSiteCommand,
|
|
87
101
|
UpdateSiteAddressCommand,
|
|
88
102
|
UpdateSiteRackPhysicalPropertiesCommand,
|
|
@@ -96,8 +110,10 @@ const paginators = {
|
|
|
96
110
|
paginateListBlockingInstancesForCapacityTask,
|
|
97
111
|
paginateListCapacityTasks,
|
|
98
112
|
paginateListCatalogItems,
|
|
113
|
+
paginateListOrderableInstanceTypes,
|
|
99
114
|
paginateListOrders,
|
|
100
115
|
paginateListOutposts,
|
|
116
|
+
paginateListQuotes,
|
|
101
117
|
paginateListSites,
|
|
102
118
|
};
|
|
103
119
|
export class Outposts extends OutpostsClient {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateQuote$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateQuoteCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("OutpostsOlafService", "CreateQuote", {})
|
|
13
|
+
.n("OutpostsClient", "CreateQuoteCommand")
|
|
14
|
+
.sc(CreateQuote$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteQuote$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteQuoteCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("OutpostsOlafService", "DeleteQuote", {})
|
|
13
|
+
.n("OutpostsClient", "DeleteQuoteCommand")
|
|
14
|
+
.sc(DeleteQuote$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetQuote$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetQuoteCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("OutpostsOlafService", "GetQuote", {})
|
|
13
|
+
.n("OutpostsClient", "GetQuoteCommand")
|
|
14
|
+
.sc(GetQuote$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListOrderableInstanceTypes$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListOrderableInstanceTypesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("OutpostsOlafService", "ListOrderableInstanceTypes", {})
|
|
13
|
+
.n("OutpostsClient", "ListOrderableInstanceTypesCommand")
|
|
14
|
+
.sc(ListOrderableInstanceTypes$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListQuotes$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListQuotesCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("OutpostsOlafService", "ListQuotes", {})
|
|
13
|
+
.n("OutpostsClient", "ListQuotesCommand")
|
|
14
|
+
.sc(ListQuotes$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateQuote$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateQuoteCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("OutpostsOlafService", "UpdateQuote", {})
|
|
13
|
+
.n("OutpostsClient", "UpdateQuoteCommand")
|
|
14
|
+
.sc(UpdateQuote$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -2,9 +2,11 @@ export * from "./CancelCapacityTaskCommand";
|
|
|
2
2
|
export * from "./CancelOrderCommand";
|
|
3
3
|
export * from "./CreateOrderCommand";
|
|
4
4
|
export * from "./CreateOutpostCommand";
|
|
5
|
+
export * from "./CreateQuoteCommand";
|
|
5
6
|
export * from "./CreateRenewalCommand";
|
|
6
7
|
export * from "./CreateSiteCommand";
|
|
7
8
|
export * from "./DeleteOutpostCommand";
|
|
9
|
+
export * from "./DeleteQuoteCommand";
|
|
8
10
|
export * from "./DeleteSiteCommand";
|
|
9
11
|
export * from "./GetCapacityTaskCommand";
|
|
10
12
|
export * from "./GetCatalogItemCommand";
|
|
@@ -14,6 +16,7 @@ export * from "./GetOutpostBillingInformationCommand";
|
|
|
14
16
|
export * from "./GetOutpostCommand";
|
|
15
17
|
export * from "./GetOutpostInstanceTypesCommand";
|
|
16
18
|
export * from "./GetOutpostSupportedInstanceTypesCommand";
|
|
19
|
+
export * from "./GetQuoteCommand";
|
|
17
20
|
export * from "./GetRenewalPricingCommand";
|
|
18
21
|
export * from "./GetSiteAddressCommand";
|
|
19
22
|
export * from "./GetSiteCommand";
|
|
@@ -22,8 +25,10 @@ export * from "./ListAssetsCommand";
|
|
|
22
25
|
export * from "./ListBlockingInstancesForCapacityTaskCommand";
|
|
23
26
|
export * from "./ListCapacityTasksCommand";
|
|
24
27
|
export * from "./ListCatalogItemsCommand";
|
|
28
|
+
export * from "./ListOrderableInstanceTypesCommand";
|
|
25
29
|
export * from "./ListOrdersCommand";
|
|
26
30
|
export * from "./ListOutpostsCommand";
|
|
31
|
+
export * from "./ListQuotesCommand";
|
|
27
32
|
export * from "./ListSitesCommand";
|
|
28
33
|
export * from "./ListTagsForResourceCommand";
|
|
29
34
|
export * from "./StartCapacityTaskCommand";
|
|
@@ -32,6 +37,7 @@ export * from "./StartOutpostDecommissionCommand";
|
|
|
32
37
|
export * from "./TagResourceCommand";
|
|
33
38
|
export * from "./UntagResourceCommand";
|
|
34
39
|
export * from "./UpdateOutpostCommand";
|
|
40
|
+
export * from "./UpdateQuoteCommand";
|
|
35
41
|
export * from "./UpdateSiteAddressCommand";
|
|
36
42
|
export * from "./UpdateSiteCommand";
|
|
37
43
|
export * from "./UpdateSiteRackPhysicalPropertiesCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -42,6 +42,11 @@ export const ResourceType = {
|
|
|
42
42
|
ORDER: "ORDER",
|
|
43
43
|
OUTPOST: "OUTPOST",
|
|
44
44
|
};
|
|
45
|
+
export const QuoteCapacityType = {
|
|
46
|
+
EBS: "EBS",
|
|
47
|
+
EC2: "EC2",
|
|
48
|
+
S3: "S3",
|
|
49
|
+
};
|
|
45
50
|
export const CapacityTaskFailureType = {
|
|
46
51
|
BLOCKING_INSTANCES_NOT_EVACUATED: "BLOCKING_INSTANCES_NOT_EVACUATED",
|
|
47
52
|
INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR",
|
|
@@ -119,6 +124,61 @@ export const SupportedHardwareType = {
|
|
|
119
124
|
RACK: "RACK",
|
|
120
125
|
SERVER: "SERVER",
|
|
121
126
|
};
|
|
127
|
+
export const QuoteConstraintType = {
|
|
128
|
+
RACK_MAXIMUM: "RACK_MAXIMUM",
|
|
129
|
+
RACK_MAX_POWER_KVA: "RACK_MAX_POWER_KVA",
|
|
130
|
+
RACK_MAX_WEIGHT_LBS: "RACK_MAX_WEIGHT_LBS",
|
|
131
|
+
};
|
|
132
|
+
export const OrderingRequirementType = {
|
|
133
|
+
COUNTRY_CODE_MISMATCH_CHECK_ERROR: "COUNTRY_CODE_MISMATCH_CHECK_ERROR",
|
|
134
|
+
ENTERPRISE_SUPPORT_ERROR: "ENTERPRISE_SUPPORT_ERROR",
|
|
135
|
+
MAXIMUM_ALLOWED_ORDERS_CHECK_ERROR: "MAXIMUM_ALLOWED_ORDERS_CHECK_ERROR",
|
|
136
|
+
OPERATING_ADDRESS_EXISTENCE_CHECK_ERROR: "OPERATING_ADDRESS_EXISTENCE_CHECK_ERROR",
|
|
137
|
+
OUTPOST_ACTIVE_CHECK_ERROR: "OUTPOST_ACTIVE_CHECK_ERROR",
|
|
138
|
+
OUTPOST_GENERATION_MISMATCH_ERROR: "OUTPOST_GENERATION_MISMATCH_ERROR",
|
|
139
|
+
OUTPOST_ID_MISSING_ON_QUOTE_ERROR: "OUTPOST_ID_MISSING_ON_QUOTE_ERROR",
|
|
140
|
+
OUTPOST_NOT_FOUND_ERROR: "OUTPOST_NOT_FOUND_ERROR",
|
|
141
|
+
OUTPOST_RENEWAL_REQUIRED_ERROR: "OUTPOST_RENEWAL_REQUIRED_ERROR",
|
|
142
|
+
OUTPOST_STATE_CHANGED_ERROR: "OUTPOST_STATE_CHANGED_ERROR",
|
|
143
|
+
RACK_PHYSICAL_PROPERTIES_CHECK_ERROR: "RACK_PHYSICAL_PROPERTIES_CHECK_ERROR",
|
|
144
|
+
SHIPPING_ADDRESS_EXISTENCE_CHECK_ERROR: "SHIPPING_ADDRESS_EXISTENCE_CHECK_ERROR",
|
|
145
|
+
SHIPPING_ADDRESS_MISSING_CONTACT_INFO_ERROR: "SHIPPING_ADDRESS_MISSING_CONTACT_INFO_ERROR",
|
|
146
|
+
SHIPPING_ADDRESS_MISSING_CONTACT_NAME_ERROR: "SHIPPING_ADDRESS_MISSING_CONTACT_NAME_ERROR",
|
|
147
|
+
SHIPPING_ADDRESS_MISSING_CONTACT_NUMBER_ERROR: "SHIPPING_ADDRESS_MISSING_CONTACT_NUMBER_ERROR",
|
|
148
|
+
UNSUPPORTED: "UNSUPPORTED",
|
|
149
|
+
VALID_ZIP_CODE_CHECK_ERROR: "VALID_ZIP_CODE_CHECK_ERROR",
|
|
150
|
+
};
|
|
151
|
+
export const OrderingRequirementStatus = {
|
|
152
|
+
EXEMPT: "EXEMPT",
|
|
153
|
+
FAIL: "FAIL",
|
|
154
|
+
PASS: "PASS",
|
|
155
|
+
};
|
|
156
|
+
export const QuotePricingType = {
|
|
157
|
+
SUBSCRIPTION: "SUBSCRIPTION",
|
|
158
|
+
};
|
|
159
|
+
export const CurrencyCode = {
|
|
160
|
+
USD: "USD",
|
|
161
|
+
};
|
|
162
|
+
export const RackUnitHeight = {
|
|
163
|
+
HEIGHT_1U: "HEIGHT_1U",
|
|
164
|
+
HEIGHT_2U: "HEIGHT_2U",
|
|
165
|
+
HEIGHT_42U: "HEIGHT_42U",
|
|
166
|
+
};
|
|
167
|
+
export const QuoteRackUseType = {
|
|
168
|
+
COMPUTE: "COMPUTE",
|
|
169
|
+
NETWORKING: "NETWORKING",
|
|
170
|
+
};
|
|
171
|
+
export const QuoteSpecificationType = {
|
|
172
|
+
EXISTING_RACK: "EXISTING_RACK",
|
|
173
|
+
NEW_RACK: "NEW_RACK",
|
|
174
|
+
SERVER: "SERVER",
|
|
175
|
+
UPDATED_RACK: "UPDATED_RACK",
|
|
176
|
+
};
|
|
177
|
+
export const QuoteStatus = {
|
|
178
|
+
CREATED: "CREATED",
|
|
179
|
+
EXPIRED: "EXPIRED",
|
|
180
|
+
ORDER_SUBMITTED: "ORDER_SUBMITTED",
|
|
181
|
+
};
|
|
122
182
|
export const FiberOpticCableType = {
|
|
123
183
|
MULTI_MODE: "MULTI_MODE",
|
|
124
184
|
SINGLE_MODE: "SINGLE_MODE",
|
|
@@ -189,6 +249,14 @@ export const DecommissionRequestStatus = {
|
|
|
189
249
|
REQUESTED: "REQUESTED",
|
|
190
250
|
SKIPPED: "SKIPPED",
|
|
191
251
|
};
|
|
252
|
+
export const FormFactor = {
|
|
253
|
+
RACK: "RACK",
|
|
254
|
+
SERVER: "SERVER",
|
|
255
|
+
};
|
|
256
|
+
export const OutpostGeneration = {
|
|
257
|
+
GENERATION_1: "GENERATION_1",
|
|
258
|
+
GENERATION_2: "GENERATION_2",
|
|
259
|
+
};
|
|
192
260
|
export const TaskActionOnBlockingInstances = {
|
|
193
261
|
FAIL_TASK: "FAIL_TASK",
|
|
194
262
|
WAIT_FOR_EVACUATION: "WAIT_FOR_EVACUATION",
|
|
@@ -204,9 +272,6 @@ export const SubscriptionType = {
|
|
|
204
272
|
ORIGINAL: "ORIGINAL",
|
|
205
273
|
RENEWAL: "RENEWAL",
|
|
206
274
|
};
|
|
207
|
-
export const QuotePricingType = {
|
|
208
|
-
SUBSCRIPTION: "SUBSCRIPTION",
|
|
209
|
-
};
|
|
210
275
|
export const PricingResult = {
|
|
211
276
|
PRICED: "PRICED",
|
|
212
277
|
UNABLE_TO_PRICE: "UNABLE_TO_PRICE",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListOrderableInstanceTypesCommand, } from "../commands/ListOrderableInstanceTypesCommand";
|
|
3
|
+
import { OutpostsClient } from "../OutpostsClient";
|
|
4
|
+
export const paginateListOrderableInstanceTypes = createPaginator(OutpostsClient, ListOrderableInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListQuotesCommand } from "../commands/ListQuotesCommand";
|
|
3
|
+
import { OutpostsClient } from "../OutpostsClient";
|
|
4
|
+
export const paginateListQuotes = createPaginator(OutpostsClient, ListQuotesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -7,6 +7,8 @@ export * from "./ListAssetsPaginator";
|
|
|
7
7
|
export * from "./ListBlockingInstancesForCapacityTaskPaginator";
|
|
8
8
|
export * from "./ListCapacityTasksPaginator";
|
|
9
9
|
export * from "./ListCatalogItemsPaginator";
|
|
10
|
+
export * from "./ListOrderableInstanceTypesPaginator";
|
|
10
11
|
export * from "./ListOrdersPaginator";
|
|
11
12
|
export * from "./ListOutpostsPaginator";
|
|
13
|
+
export * from "./ListQuotesPaginator";
|
|
12
14
|
export * from "./ListSitesPaginator";
|