@aws-sdk/client-outposts 3.489.0 → 3.495.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 (46) hide show
  1. package/dist-cjs/Outposts.js +1 -63
  2. package/dist-cjs/OutpostsClient.js +1 -43
  3. package/dist-cjs/commands/CancelOrderCommand.js +1 -28
  4. package/dist-cjs/commands/CreateOrderCommand.js +1 -28
  5. package/dist-cjs/commands/CreateOutpostCommand.js +1 -28
  6. package/dist-cjs/commands/CreateSiteCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteOutpostCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteSiteCommand.js +1 -28
  9. package/dist-cjs/commands/GetCatalogItemCommand.js +1 -28
  10. package/dist-cjs/commands/GetConnectionCommand.js +1 -28
  11. package/dist-cjs/commands/GetOrderCommand.js +1 -28
  12. package/dist-cjs/commands/GetOutpostCommand.js +1 -28
  13. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +1 -28
  14. package/dist-cjs/commands/GetSiteAddressCommand.js +1 -28
  15. package/dist-cjs/commands/GetSiteCommand.js +1 -28
  16. package/dist-cjs/commands/ListAssetsCommand.js +1 -28
  17. package/dist-cjs/commands/ListCatalogItemsCommand.js +1 -28
  18. package/dist-cjs/commands/ListOrdersCommand.js +1 -28
  19. package/dist-cjs/commands/ListOutpostsCommand.js +1 -28
  20. package/dist-cjs/commands/ListSitesCommand.js +1 -28
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  22. package/dist-cjs/commands/StartConnectionCommand.js +1 -28
  23. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  24. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateOutpostCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateSiteAddressCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateSiteCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +1 -28
  29. package/dist-cjs/commands/index.js +1 -29
  30. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  31. package/dist-cjs/extensionConfiguration.js +1 -2
  32. package/dist-cjs/index.js +2714 -11
  33. package/dist-cjs/models/OutpostsServiceException.js +1 -12
  34. package/dist-cjs/models/index.js +1 -4
  35. package/dist-cjs/models/models_0.js +1 -233
  36. package/dist-cjs/pagination/GetOutpostInstanceTypesPaginator.js +1 -7
  37. package/dist-cjs/pagination/Interfaces.js +1 -2
  38. package/dist-cjs/pagination/ListAssetsPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListCatalogItemsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListOrdersPaginator.js +1 -7
  41. package/dist-cjs/pagination/ListOutpostsPaginator.js +1 -7
  42. package/dist-cjs/pagination/ListSitesPaginator.js +1 -7
  43. package/dist-cjs/pagination/index.js +1 -10
  44. package/dist-cjs/protocols/Aws_restJson1.js +1 -1739
  45. package/dist-cjs/runtimeExtensions.js +1 -22
  46. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OutpostsServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class OutpostsServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, OutpostsServiceException.prototype);
10
- }
11
- }
12
- exports.OutpostsServiceException = OutpostsServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,233 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UplinkGbps = exports.UplinkCount = exports.PowerPhase = exports.PowerFeedDrop = exports.PowerDrawKva = exports.PowerConnector = exports.OpticalStandard = exports.MaximumSupportedWeightLbs = exports.FiberOpticCableType = exports.SupportedHardwareType = exports.ServiceQuotaExceededException = exports.OrderStatus = exports.OrderType = exports.LineItemStatus = exports.ShipmentCarrier = exports.PaymentTerm = exports.PaymentOption = exports.CatalogItemClass = exports.SupportedStorageEnum = exports.CatalogItemStatus = exports.ValidationException = exports.NotFoundException = exports.InternalServerException = exports.ConflictException = exports.ResourceType = exports.AssetState = exports.ComputeAssetState = exports.AssetType = exports.AddressType = exports.AccessDeniedException = void 0;
4
- const OutpostsServiceException_1 = require("./OutpostsServiceException");
5
- class AccessDeniedException extends OutpostsServiceException_1.OutpostsServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccessDeniedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- this.Message = opts.Message;
16
- }
17
- }
18
- exports.AccessDeniedException = AccessDeniedException;
19
- exports.AddressType = {
20
- OPERATING_ADDRESS: "OPERATING_ADDRESS",
21
- SHIPPING_ADDRESS: "SHIPPING_ADDRESS",
22
- };
23
- exports.AssetType = {
24
- COMPUTE: "COMPUTE",
25
- };
26
- exports.ComputeAssetState = {
27
- ACTIVE: "ACTIVE",
28
- ISOLATED: "ISOLATED",
29
- RETIRING: "RETIRING",
30
- };
31
- exports.AssetState = {
32
- ACTIVE: "ACTIVE",
33
- ISOLATED: "ISOLATED",
34
- RETIRING: "RETIRING",
35
- };
36
- exports.ResourceType = {
37
- ORDER: "ORDER",
38
- OUTPOST: "OUTPOST",
39
- };
40
- class ConflictException extends OutpostsServiceException_1.OutpostsServiceException {
41
- constructor(opts) {
42
- super({
43
- name: "ConflictException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- this.name = "ConflictException";
48
- this.$fault = "client";
49
- Object.setPrototypeOf(this, ConflictException.prototype);
50
- this.Message = opts.Message;
51
- this.ResourceId = opts.ResourceId;
52
- this.ResourceType = opts.ResourceType;
53
- }
54
- }
55
- exports.ConflictException = ConflictException;
56
- class InternalServerException extends OutpostsServiceException_1.OutpostsServiceException {
57
- constructor(opts) {
58
- super({
59
- name: "InternalServerException",
60
- $fault: "server",
61
- ...opts,
62
- });
63
- this.name = "InternalServerException";
64
- this.$fault = "server";
65
- Object.setPrototypeOf(this, InternalServerException.prototype);
66
- this.Message = opts.Message;
67
- }
68
- }
69
- exports.InternalServerException = InternalServerException;
70
- class NotFoundException extends OutpostsServiceException_1.OutpostsServiceException {
71
- constructor(opts) {
72
- super({
73
- name: "NotFoundException",
74
- $fault: "client",
75
- ...opts,
76
- });
77
- this.name = "NotFoundException";
78
- this.$fault = "client";
79
- Object.setPrototypeOf(this, NotFoundException.prototype);
80
- this.Message = opts.Message;
81
- }
82
- }
83
- exports.NotFoundException = NotFoundException;
84
- class ValidationException extends OutpostsServiceException_1.OutpostsServiceException {
85
- constructor(opts) {
86
- super({
87
- name: "ValidationException",
88
- $fault: "client",
89
- ...opts,
90
- });
91
- this.name = "ValidationException";
92
- this.$fault = "client";
93
- Object.setPrototypeOf(this, ValidationException.prototype);
94
- this.Message = opts.Message;
95
- }
96
- }
97
- exports.ValidationException = ValidationException;
98
- exports.CatalogItemStatus = {
99
- AVAILABLE: "AVAILABLE",
100
- DISCONTINUED: "DISCONTINUED",
101
- };
102
- exports.SupportedStorageEnum = {
103
- EBS: "EBS",
104
- S3: "S3",
105
- };
106
- exports.CatalogItemClass = {
107
- RACK: "RACK",
108
- SERVER: "SERVER",
109
- };
110
- exports.PaymentOption = {
111
- ALL_UPFRONT: "ALL_UPFRONT",
112
- NO_UPFRONT: "NO_UPFRONT",
113
- PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
114
- };
115
- exports.PaymentTerm = {
116
- ONE_YEAR: "ONE_YEAR",
117
- THREE_YEARS: "THREE_YEARS",
118
- };
119
- exports.ShipmentCarrier = {
120
- DBS: "DBS",
121
- DHL: "DHL",
122
- FEDEX: "FEDEX",
123
- UPS: "UPS",
124
- };
125
- exports.LineItemStatus = {
126
- BUILDING: "BUILDING",
127
- CANCELLED: "CANCELLED",
128
- DELIVERED: "DELIVERED",
129
- ERROR: "ERROR",
130
- INSTALLED: "INSTALLED",
131
- INSTALLING: "INSTALLING",
132
- PREPARING: "PREPARING",
133
- REPLACED: "REPLACED",
134
- SHIPPED: "SHIPPED",
135
- };
136
- exports.OrderType = {
137
- OUTPOST: "OUTPOST",
138
- REPLACEMENT: "REPLACEMENT",
139
- };
140
- exports.OrderStatus = {
141
- CANCELLED: "CANCELLED",
142
- COMPLETED: "COMPLETED",
143
- ERROR: "ERROR",
144
- FULFILLED: "FULFILLED",
145
- INSTALLING: "INSTALLING",
146
- IN_PROGRESS: "IN_PROGRESS",
147
- PENDING: "PENDING",
148
- PREPARING: "PREPARING",
149
- PROCESSING: "PROCESSING",
150
- RECEIVED: "RECEIVED",
151
- };
152
- class ServiceQuotaExceededException extends OutpostsServiceException_1.OutpostsServiceException {
153
- constructor(opts) {
154
- super({
155
- name: "ServiceQuotaExceededException",
156
- $fault: "client",
157
- ...opts,
158
- });
159
- this.name = "ServiceQuotaExceededException";
160
- this.$fault = "client";
161
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
162
- this.Message = opts.Message;
163
- }
164
- }
165
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
166
- exports.SupportedHardwareType = {
167
- RACK: "RACK",
168
- SERVER: "SERVER",
169
- };
170
- exports.FiberOpticCableType = {
171
- MULTI_MODE: "MULTI_MODE",
172
- SINGLE_MODE: "SINGLE_MODE",
173
- };
174
- exports.MaximumSupportedWeightLbs = {
175
- MAX_1400_LBS: "MAX_1400_LBS",
176
- MAX_1600_LBS: "MAX_1600_LBS",
177
- MAX_1800_LBS: "MAX_1800_LBS",
178
- MAX_2000_LBS: "MAX_2000_LBS",
179
- NO_LIMIT: "NO_LIMIT",
180
- };
181
- exports.OpticalStandard = {
182
- OPTIC_1000BASE_LX: "OPTIC_1000BASE_LX",
183
- OPTIC_1000BASE_SX: "OPTIC_1000BASE_SX",
184
- OPTIC_100GBASE_CWDM4: "OPTIC_100GBASE_CWDM4",
185
- OPTIC_100GBASE_LR4: "OPTIC_100GBASE_LR4",
186
- OPTIC_100GBASE_SR4: "OPTIC_100GBASE_SR4",
187
- OPTIC_100G_PSM4_MSA: "OPTIC_100G_PSM4_MSA",
188
- OPTIC_10GBASE_IR: "OPTIC_10GBASE_IR",
189
- OPTIC_10GBASE_LR: "OPTIC_10GBASE_LR",
190
- OPTIC_10GBASE_SR: "OPTIC_10GBASE_SR",
191
- OPTIC_40GBASE_ESR: "OPTIC_40GBASE_ESR",
192
- OPTIC_40GBASE_IR4_LR4L: "OPTIC_40GBASE_IR4_LR4L",
193
- OPTIC_40GBASE_LR4: "OPTIC_40GBASE_LR4",
194
- OPTIC_40GBASE_SR: "OPTIC_40GBASE_SR",
195
- };
196
- exports.PowerConnector = {
197
- AH530P7W: "AH530P7W",
198
- AH532P6W: "AH532P6W",
199
- IEC309: "IEC309",
200
- L6_30P: "L6_30P",
201
- };
202
- exports.PowerDrawKva = {
203
- POWER_10_KVA: "POWER_10_KVA",
204
- POWER_15_KVA: "POWER_15_KVA",
205
- POWER_30_KVA: "POWER_30_KVA",
206
- POWER_5_KVA: "POWER_5_KVA",
207
- };
208
- exports.PowerFeedDrop = {
209
- ABOVE_RACK: "ABOVE_RACK",
210
- BELOW_RACK: "BELOW_RACK",
211
- };
212
- exports.PowerPhase = {
213
- SINGLE_PHASE: "SINGLE_PHASE",
214
- THREE_PHASE: "THREE_PHASE",
215
- };
216
- exports.UplinkCount = {
217
- UPLINK_COUNT_1: "UPLINK_COUNT_1",
218
- UPLINK_COUNT_12: "UPLINK_COUNT_12",
219
- UPLINK_COUNT_16: "UPLINK_COUNT_16",
220
- UPLINK_COUNT_2: "UPLINK_COUNT_2",
221
- UPLINK_COUNT_3: "UPLINK_COUNT_3",
222
- UPLINK_COUNT_4: "UPLINK_COUNT_4",
223
- UPLINK_COUNT_5: "UPLINK_COUNT_5",
224
- UPLINK_COUNT_6: "UPLINK_COUNT_6",
225
- UPLINK_COUNT_7: "UPLINK_COUNT_7",
226
- UPLINK_COUNT_8: "UPLINK_COUNT_8",
227
- };
228
- exports.UplinkGbps = {
229
- UPLINK_100G: "UPLINK_100G",
230
- UPLINK_10G: "UPLINK_10G",
231
- UPLINK_1G: "UPLINK_1G",
232
- UPLINK_40G: "UPLINK_40G",
233
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetOutpostInstanceTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetOutpostInstanceTypesCommand_1 = require("../commands/GetOutpostInstanceTypesCommand");
6
- const OutpostsClient_1 = require("../OutpostsClient");
7
- exports.paginateGetOutpostInstanceTypes = (0, core_1.createPaginator)(OutpostsClient_1.OutpostsClient, GetOutpostInstanceTypesCommand_1.GetOutpostInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListAssets = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListAssetsCommand_1 = require("../commands/ListAssetsCommand");
6
- const OutpostsClient_1 = require("../OutpostsClient");
7
- exports.paginateListAssets = (0, core_1.createPaginator)(OutpostsClient_1.OutpostsClient, ListAssetsCommand_1.ListAssetsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCatalogItems = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCatalogItemsCommand_1 = require("../commands/ListCatalogItemsCommand");
6
- const OutpostsClient_1 = require("../OutpostsClient");
7
- exports.paginateListCatalogItems = (0, core_1.createPaginator)(OutpostsClient_1.OutpostsClient, ListCatalogItemsCommand_1.ListCatalogItemsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListOrders = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListOrdersCommand_1 = require("../commands/ListOrdersCommand");
6
- const OutpostsClient_1 = require("../OutpostsClient");
7
- exports.paginateListOrders = (0, core_1.createPaginator)(OutpostsClient_1.OutpostsClient, ListOrdersCommand_1.ListOrdersCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListOutposts = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListOutpostsCommand_1 = require("../commands/ListOutpostsCommand");
6
- const OutpostsClient_1 = require("../OutpostsClient");
7
- exports.paginateListOutposts = (0, core_1.createPaginator)(OutpostsClient_1.OutpostsClient, ListOutpostsCommand_1.ListOutpostsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSites = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSitesCommand_1 = require("../commands/ListSitesCommand");
6
- const OutpostsClient_1 = require("../OutpostsClient");
7
- exports.paginateListSites = (0, core_1.createPaginator)(OutpostsClient_1.OutpostsClient, ListSitesCommand_1.ListSitesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,10 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetOutpostInstanceTypesPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListAssetsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListCatalogItemsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListOrdersPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListOutpostsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListSitesPaginator"), exports);
1
+ module.exports = require("../index.js");