@aws-sdk/client-outposts 3.127.0 → 3.131.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/CHANGELOG.md +32 -0
- package/dist-cjs/models/models_0.js +21 -2
- package/dist-cjs/protocols/Aws_restJson1.js +45 -0
- package/dist-es/models/models_0.js +15 -0
- package/dist-es/protocols/Aws_restJson1.js +45 -0
- package/dist-types/models/models_0.d.ts +68 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.131.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.130.0...v3.131.0) (2022-07-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-outposts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.130.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.129.0...v3.130.0) (2022-07-14)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **codegen:** fix error code parsing when it's a number ([#3371](https://github.com/aws/aws-sdk-js-v3/issues/3371)) ([c2d8522](https://github.com/aws/aws-sdk-js-v3/commit/c2d852279a3d23958521a6ceb4f4c642b0cb1848))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **client-outposts:** This release adds the ShipmentInformation and AssetInformationList fields to the GetOrder API response. ([cf80140](https://github.com/aws/aws-sdk-js-v3/commit/cf8014052790df08d75b5bbb57566f619081bb72))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [3.128.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.127.0...v3.128.0) (2022-07-12)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @aws-sdk/client-outposts
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
# [3.127.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.126.0...v3.127.0) (2022-07-11)
|
|
7
39
|
|
|
8
40
|
**Note:** Version bump only for package @aws-sdk/client-outposts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.UpdateSiteRackPhysicalPropertiesOutput = exports.UpdateSiteRackPhysicalPropertiesInput = exports.UpdateSiteAddressOutput = exports.UpdateSiteAddressInput = exports.UpdateSiteOutput = exports.UpdateSiteInput = exports.UpdateOutpostOutput = exports.UpdateOutpostInput = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartConnectionResponse = exports.StartConnectionRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSitesOutput = exports.ListSitesInput = exports.ListOutpostsOutput = exports.ListOutpostsInput = exports.ListOrdersOutput = exports.OrderSummary = exports.OrderType = exports.ListOrdersInput = exports.ListCatalogItemsOutput = exports.ListCatalogItemsInput = exports.ListAssetsOutput = exports.ListAssetsInput = exports.GetSiteAddressOutput = exports.GetSiteAddressInput = exports.GetSiteOutput = exports.GetSiteInput = exports.GetOutpostInstanceTypesOutput = exports.InstanceTypeItem = exports.GetOutpostInstanceTypesInput = exports.GetOutpostOutput = exports.GetOutpostInput = exports.GetOrderOutput = exports.GetOrderInput = exports.GetConnectionResponse = exports.GetConnectionRequest = exports.GetCatalogItemOutput = exports.GetCatalogItemInput = exports.DeleteSiteOutput = void 0;
|
|
3
|
+
exports.CreateSiteOutput = exports.Site = exports.CreateSiteInput = exports.RackPhysicalProperties = exports.UplinkGbps = exports.UplinkCount = exports.PowerPhase = exports.PowerFeedDrop = exports.PowerDrawKva = exports.PowerConnector = exports.OpticalStandard = exports.MaximumSupportedWeightLbs = exports.FiberOpticCableType = exports.CreateOutpostOutput = exports.Outpost = exports.CreateOutpostInput = exports.SupportedHardwareType = exports.ServiceQuotaExceededException = exports.CreateOrderOutput = exports.Order = exports.OrderStatus = exports.LineItem = exports.LineItemStatus = exports.ShipmentInformation = exports.ShipmentCarrier = exports.LineItemAssetInformation = exports.CreateOrderInput = exports.PaymentTerm = exports.PaymentOption = exports.LineItemRequest = exports.ConnectionDetails = exports.CatalogItemClass = exports.CatalogItem = exports.SupportedStorageEnum = exports.CatalogItemStatus = exports.EC2Capacity = exports.ValidationException = exports.NotFoundException = exports.InternalServerException = exports.ConflictException = exports.ResourceType = exports.CancelOrderOutput = exports.CancelOrderInput = exports.AssetInfo = exports.ComputeAttributes = exports.AssetType = exports.AssetLocation = exports.AddressType = exports.Address = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.UpdateSiteRackPhysicalPropertiesOutput = exports.UpdateSiteRackPhysicalPropertiesInput = exports.UpdateSiteAddressOutput = exports.UpdateSiteAddressInput = exports.UpdateSiteOutput = exports.UpdateSiteInput = exports.UpdateOutpostOutput = exports.UpdateOutpostInput = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StartConnectionResponse = exports.StartConnectionRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListSitesOutput = exports.ListSitesInput = exports.ListOutpostsOutput = exports.ListOutpostsInput = exports.ListOrdersOutput = exports.OrderSummary = exports.OrderType = exports.ListOrdersInput = exports.ListCatalogItemsOutput = exports.ListCatalogItemsInput = exports.ListAssetsOutput = exports.ListAssetsInput = exports.GetSiteAddressOutput = exports.GetSiteAddressInput = exports.GetSiteOutput = exports.GetSiteInput = exports.GetOutpostInstanceTypesOutput = exports.InstanceTypeItem = exports.GetOutpostInstanceTypesInput = exports.GetOutpostOutput = exports.GetOutpostInput = exports.GetOrderOutput = exports.GetOrderInput = exports.GetConnectionResponse = exports.GetConnectionRequest = exports.GetCatalogItemOutput = exports.GetCatalogItemInput = exports.DeleteSiteOutput = exports.DeleteSiteInput = exports.DeleteOutpostOutput = exports.DeleteOutpostInput = void 0;
|
|
5
5
|
const OutpostsServiceException_1 = require("./OutpostsServiceException");
|
|
6
6
|
class AccessDeniedException extends OutpostsServiceException_1.OutpostsServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -180,6 +180,25 @@ var CreateOrderInput;
|
|
|
180
180
|
...obj,
|
|
181
181
|
});
|
|
182
182
|
})(CreateOrderInput = exports.CreateOrderInput || (exports.CreateOrderInput = {}));
|
|
183
|
+
var LineItemAssetInformation;
|
|
184
|
+
(function (LineItemAssetInformation) {
|
|
185
|
+
LineItemAssetInformation.filterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
});
|
|
188
|
+
})(LineItemAssetInformation = exports.LineItemAssetInformation || (exports.LineItemAssetInformation = {}));
|
|
189
|
+
var ShipmentCarrier;
|
|
190
|
+
(function (ShipmentCarrier) {
|
|
191
|
+
ShipmentCarrier["DBS"] = "DBS";
|
|
192
|
+
ShipmentCarrier["DHL"] = "DHL";
|
|
193
|
+
ShipmentCarrier["FEDEX"] = "FEDEX";
|
|
194
|
+
ShipmentCarrier["UPS"] = "UPS";
|
|
195
|
+
})(ShipmentCarrier = exports.ShipmentCarrier || (exports.ShipmentCarrier = {}));
|
|
196
|
+
var ShipmentInformation;
|
|
197
|
+
(function (ShipmentInformation) {
|
|
198
|
+
ShipmentInformation.filterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
});
|
|
201
|
+
})(ShipmentInformation = exports.ShipmentInformation || (exports.ShipmentInformation = {}));
|
|
183
202
|
var LineItemStatus;
|
|
184
203
|
(function (LineItemStatus) {
|
|
185
204
|
LineItemStatus["BUILDING"] = "BUILDING";
|
|
@@ -2288,12 +2288,37 @@ const deserializeAws_restJson1InstanceTypeListDefinition = (output, context) =>
|
|
|
2288
2288
|
};
|
|
2289
2289
|
const deserializeAws_restJson1LineItem = (output, context) => {
|
|
2290
2290
|
return {
|
|
2291
|
+
AssetInformationList: output.AssetInformationList != null
|
|
2292
|
+
? deserializeAws_restJson1LineItemAssetInformationList(output.AssetInformationList, context)
|
|
2293
|
+
: undefined,
|
|
2291
2294
|
CatalogItemId: (0, smithy_client_1.expectString)(output.CatalogItemId),
|
|
2292
2295
|
LineItemId: (0, smithy_client_1.expectString)(output.LineItemId),
|
|
2293
2296
|
Quantity: (0, smithy_client_1.expectInt32)(output.Quantity),
|
|
2297
|
+
ShipmentInformation: output.ShipmentInformation != null
|
|
2298
|
+
? deserializeAws_restJson1ShipmentInformation(output.ShipmentInformation, context)
|
|
2299
|
+
: undefined,
|
|
2294
2300
|
Status: (0, smithy_client_1.expectString)(output.Status),
|
|
2295
2301
|
};
|
|
2296
2302
|
};
|
|
2303
|
+
const deserializeAws_restJson1LineItemAssetInformation = (output, context) => {
|
|
2304
|
+
return {
|
|
2305
|
+
AssetId: (0, smithy_client_1.expectString)(output.AssetId),
|
|
2306
|
+
MacAddressList: output.MacAddressList != null
|
|
2307
|
+
? deserializeAws_restJson1MacAddressList(output.MacAddressList, context)
|
|
2308
|
+
: undefined,
|
|
2309
|
+
};
|
|
2310
|
+
};
|
|
2311
|
+
const deserializeAws_restJson1LineItemAssetInformationList = (output, context) => {
|
|
2312
|
+
const retVal = (output || [])
|
|
2313
|
+
.filter((e) => e != null)
|
|
2314
|
+
.map((entry) => {
|
|
2315
|
+
if (entry === null) {
|
|
2316
|
+
return null;
|
|
2317
|
+
}
|
|
2318
|
+
return deserializeAws_restJson1LineItemAssetInformation(entry, context);
|
|
2319
|
+
});
|
|
2320
|
+
return retVal;
|
|
2321
|
+
};
|
|
2297
2322
|
const deserializeAws_restJson1LineItemListDefinition = (output, context) => {
|
|
2298
2323
|
const retVal = (output || [])
|
|
2299
2324
|
.filter((e) => e != null)
|
|
@@ -2316,6 +2341,17 @@ const deserializeAws_restJson1LineItemStatusCounts = (output, context) => {
|
|
|
2316
2341
|
};
|
|
2317
2342
|
}, {});
|
|
2318
2343
|
};
|
|
2344
|
+
const deserializeAws_restJson1MacAddressList = (output, context) => {
|
|
2345
|
+
const retVal = (output || [])
|
|
2346
|
+
.filter((e) => e != null)
|
|
2347
|
+
.map((entry) => {
|
|
2348
|
+
if (entry === null) {
|
|
2349
|
+
return null;
|
|
2350
|
+
}
|
|
2351
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2352
|
+
});
|
|
2353
|
+
return retVal;
|
|
2354
|
+
};
|
|
2319
2355
|
const deserializeAws_restJson1Order = (output, context) => {
|
|
2320
2356
|
return {
|
|
2321
2357
|
LineItems: output.LineItems != null ? deserializeAws_restJson1LineItemListDefinition(output.LineItems, context) : undefined,
|
|
@@ -2399,6 +2435,12 @@ const deserializeAws_restJson1RackPhysicalProperties = (output, context) => {
|
|
|
2399
2435
|
UplinkGbps: (0, smithy_client_1.expectString)(output.UplinkGbps),
|
|
2400
2436
|
};
|
|
2401
2437
|
};
|
|
2438
|
+
const deserializeAws_restJson1ShipmentInformation = (output, context) => {
|
|
2439
|
+
return {
|
|
2440
|
+
ShipmentCarrier: (0, smithy_client_1.expectString)(output.ShipmentCarrier),
|
|
2441
|
+
ShipmentTrackingNumber: (0, smithy_client_1.expectString)(output.ShipmentTrackingNumber),
|
|
2442
|
+
};
|
|
2443
|
+
};
|
|
2402
2444
|
const deserializeAws_restJson1Site = (output, context) => {
|
|
2403
2445
|
return {
|
|
2404
2446
|
AccountId: (0, smithy_client_1.expectString)(output.AccountId),
|
|
@@ -2491,6 +2533,9 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
2491
2533
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
2492
2534
|
const sanitizeErrorCode = (rawValue) => {
|
|
2493
2535
|
let cleanValue = rawValue;
|
|
2536
|
+
if (typeof cleanValue === "number") {
|
|
2537
|
+
cleanValue = cleanValue.toString();
|
|
2538
|
+
}
|
|
2494
2539
|
if (cleanValue.indexOf(":") >= 0) {
|
|
2495
2540
|
cleanValue = cleanValue.split(":")[0];
|
|
2496
2541
|
}
|
|
@@ -150,6 +150,21 @@ export var CreateOrderInput;
|
|
|
150
150
|
(function (CreateOrderInput) {
|
|
151
151
|
CreateOrderInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
152
|
})(CreateOrderInput || (CreateOrderInput = {}));
|
|
153
|
+
export var LineItemAssetInformation;
|
|
154
|
+
(function (LineItemAssetInformation) {
|
|
155
|
+
LineItemAssetInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
})(LineItemAssetInformation || (LineItemAssetInformation = {}));
|
|
157
|
+
export var ShipmentCarrier;
|
|
158
|
+
(function (ShipmentCarrier) {
|
|
159
|
+
ShipmentCarrier["DBS"] = "DBS";
|
|
160
|
+
ShipmentCarrier["DHL"] = "DHL";
|
|
161
|
+
ShipmentCarrier["FEDEX"] = "FEDEX";
|
|
162
|
+
ShipmentCarrier["UPS"] = "UPS";
|
|
163
|
+
})(ShipmentCarrier || (ShipmentCarrier = {}));
|
|
164
|
+
export var ShipmentInformation;
|
|
165
|
+
(function (ShipmentInformation) {
|
|
166
|
+
ShipmentInformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
+
})(ShipmentInformation || (ShipmentInformation = {}));
|
|
153
168
|
export var LineItemStatus;
|
|
154
169
|
(function (LineItemStatus) {
|
|
155
170
|
LineItemStatus["BUILDING"] = "BUILDING";
|
|
@@ -2873,12 +2873,37 @@ var deserializeAws_restJson1InstanceTypeListDefinition = function (output, conte
|
|
|
2873
2873
|
};
|
|
2874
2874
|
var deserializeAws_restJson1LineItem = function (output, context) {
|
|
2875
2875
|
return {
|
|
2876
|
+
AssetInformationList: output.AssetInformationList != null
|
|
2877
|
+
? deserializeAws_restJson1LineItemAssetInformationList(output.AssetInformationList, context)
|
|
2878
|
+
: undefined,
|
|
2876
2879
|
CatalogItemId: __expectString(output.CatalogItemId),
|
|
2877
2880
|
LineItemId: __expectString(output.LineItemId),
|
|
2878
2881
|
Quantity: __expectInt32(output.Quantity),
|
|
2882
|
+
ShipmentInformation: output.ShipmentInformation != null
|
|
2883
|
+
? deserializeAws_restJson1ShipmentInformation(output.ShipmentInformation, context)
|
|
2884
|
+
: undefined,
|
|
2879
2885
|
Status: __expectString(output.Status),
|
|
2880
2886
|
};
|
|
2881
2887
|
};
|
|
2888
|
+
var deserializeAws_restJson1LineItemAssetInformation = function (output, context) {
|
|
2889
|
+
return {
|
|
2890
|
+
AssetId: __expectString(output.AssetId),
|
|
2891
|
+
MacAddressList: output.MacAddressList != null
|
|
2892
|
+
? deserializeAws_restJson1MacAddressList(output.MacAddressList, context)
|
|
2893
|
+
: undefined,
|
|
2894
|
+
};
|
|
2895
|
+
};
|
|
2896
|
+
var deserializeAws_restJson1LineItemAssetInformationList = function (output, context) {
|
|
2897
|
+
var retVal = (output || [])
|
|
2898
|
+
.filter(function (e) { return e != null; })
|
|
2899
|
+
.map(function (entry) {
|
|
2900
|
+
if (entry === null) {
|
|
2901
|
+
return null;
|
|
2902
|
+
}
|
|
2903
|
+
return deserializeAws_restJson1LineItemAssetInformation(entry, context);
|
|
2904
|
+
});
|
|
2905
|
+
return retVal;
|
|
2906
|
+
};
|
|
2882
2907
|
var deserializeAws_restJson1LineItemListDefinition = function (output, context) {
|
|
2883
2908
|
var retVal = (output || [])
|
|
2884
2909
|
.filter(function (e) { return e != null; })
|
|
@@ -2900,6 +2925,17 @@ var deserializeAws_restJson1LineItemStatusCounts = function (output, context) {
|
|
|
2900
2925
|
return __assign(__assign({}, acc), (_b = {}, _b[key] = __expectInt32(value), _b));
|
|
2901
2926
|
}, {});
|
|
2902
2927
|
};
|
|
2928
|
+
var deserializeAws_restJson1MacAddressList = function (output, context) {
|
|
2929
|
+
var retVal = (output || [])
|
|
2930
|
+
.filter(function (e) { return e != null; })
|
|
2931
|
+
.map(function (entry) {
|
|
2932
|
+
if (entry === null) {
|
|
2933
|
+
return null;
|
|
2934
|
+
}
|
|
2935
|
+
return __expectString(entry);
|
|
2936
|
+
});
|
|
2937
|
+
return retVal;
|
|
2938
|
+
};
|
|
2903
2939
|
var deserializeAws_restJson1Order = function (output, context) {
|
|
2904
2940
|
return {
|
|
2905
2941
|
LineItems: output.LineItems != null ? deserializeAws_restJson1LineItemListDefinition(output.LineItems, context) : undefined,
|
|
@@ -2983,6 +3019,12 @@ var deserializeAws_restJson1RackPhysicalProperties = function (output, context)
|
|
|
2983
3019
|
UplinkGbps: __expectString(output.UplinkGbps),
|
|
2984
3020
|
};
|
|
2985
3021
|
};
|
|
3022
|
+
var deserializeAws_restJson1ShipmentInformation = function (output, context) {
|
|
3023
|
+
return {
|
|
3024
|
+
ShipmentCarrier: __expectString(output.ShipmentCarrier),
|
|
3025
|
+
ShipmentTrackingNumber: __expectString(output.ShipmentTrackingNumber),
|
|
3026
|
+
};
|
|
3027
|
+
};
|
|
2986
3028
|
var deserializeAws_restJson1Site = function (output, context) {
|
|
2987
3029
|
return {
|
|
2988
3030
|
AccountId: __expectString(output.AccountId),
|
|
@@ -3081,6 +3123,9 @@ var loadRestJsonErrorCode = function (output, data) {
|
|
|
3081
3123
|
var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
|
|
3082
3124
|
var sanitizeErrorCode = function (rawValue) {
|
|
3083
3125
|
var cleanValue = rawValue;
|
|
3126
|
+
if (typeof cleanValue === "number") {
|
|
3127
|
+
cleanValue = cleanValue.toString();
|
|
3128
|
+
}
|
|
3084
3129
|
if (cleanValue.indexOf(":") >= 0) {
|
|
3085
3130
|
cleanValue = cleanValue.split(":")[0];
|
|
3086
3131
|
}
|
|
@@ -434,6 +434,62 @@ export declare namespace CreateOrderInput {
|
|
|
434
434
|
*/
|
|
435
435
|
const filterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
436
436
|
}
|
|
437
|
+
/**
|
|
438
|
+
* <p>
|
|
439
|
+
* Information about a line item asset.
|
|
440
|
+
* </p>
|
|
441
|
+
*/
|
|
442
|
+
export interface LineItemAssetInformation {
|
|
443
|
+
/**
|
|
444
|
+
* <p>
|
|
445
|
+
* The ID of the asset.
|
|
446
|
+
* </p>
|
|
447
|
+
*/
|
|
448
|
+
AssetId?: string;
|
|
449
|
+
/**
|
|
450
|
+
* <p>
|
|
451
|
+
* MAC addresses of the asset.
|
|
452
|
+
* </p>
|
|
453
|
+
*/
|
|
454
|
+
MacAddressList?: string[];
|
|
455
|
+
}
|
|
456
|
+
export declare namespace LineItemAssetInformation {
|
|
457
|
+
/**
|
|
458
|
+
* @internal
|
|
459
|
+
*/
|
|
460
|
+
const filterSensitiveLog: (obj: LineItemAssetInformation) => any;
|
|
461
|
+
}
|
|
462
|
+
export declare enum ShipmentCarrier {
|
|
463
|
+
DBS = "DBS",
|
|
464
|
+
DHL = "DHL",
|
|
465
|
+
FEDEX = "FEDEX",
|
|
466
|
+
UPS = "UPS"
|
|
467
|
+
}
|
|
468
|
+
/**
|
|
469
|
+
* <p>
|
|
470
|
+
* Information about a line item shipment.
|
|
471
|
+
* </p>
|
|
472
|
+
*/
|
|
473
|
+
export interface ShipmentInformation {
|
|
474
|
+
/**
|
|
475
|
+
* <p>
|
|
476
|
+
* The tracking number of the shipment.
|
|
477
|
+
* </p>
|
|
478
|
+
*/
|
|
479
|
+
ShipmentTrackingNumber?: string;
|
|
480
|
+
/**
|
|
481
|
+
* <p>
|
|
482
|
+
* The carrier of the shipment.
|
|
483
|
+
* </p>
|
|
484
|
+
*/
|
|
485
|
+
ShipmentCarrier?: ShipmentCarrier | string;
|
|
486
|
+
}
|
|
487
|
+
export declare namespace ShipmentInformation {
|
|
488
|
+
/**
|
|
489
|
+
* @internal
|
|
490
|
+
*/
|
|
491
|
+
const filterSensitiveLog: (obj: ShipmentInformation) => any;
|
|
492
|
+
}
|
|
437
493
|
export declare enum LineItemStatus {
|
|
438
494
|
BUILDING = "BUILDING",
|
|
439
495
|
CANCELLED = "CANCELLED",
|
|
@@ -466,6 +522,18 @@ export interface LineItem {
|
|
|
466
522
|
* <p>The status of the line item.</p>
|
|
467
523
|
*/
|
|
468
524
|
Status?: LineItemStatus | string;
|
|
525
|
+
/**
|
|
526
|
+
* <p>
|
|
527
|
+
* Information about a line item shipment.
|
|
528
|
+
* </p>
|
|
529
|
+
*/
|
|
530
|
+
ShipmentInformation?: ShipmentInformation;
|
|
531
|
+
/**
|
|
532
|
+
* <p>
|
|
533
|
+
* Information about assets.
|
|
534
|
+
* </p>
|
|
535
|
+
*/
|
|
536
|
+
AssetInformationList?: LineItemAssetInformation[];
|
|
469
537
|
}
|
|
470
538
|
export declare namespace LineItem {
|
|
471
539
|
/**
|
|
@@ -231,6 +231,34 @@ export declare namespace CreateOrderInput {
|
|
|
231
231
|
|
|
232
232
|
const filterSensitiveLog: (obj: CreateOrderInput) => any;
|
|
233
233
|
}
|
|
234
|
+
|
|
235
|
+
export interface LineItemAssetInformation {
|
|
236
|
+
|
|
237
|
+
AssetId?: string;
|
|
238
|
+
|
|
239
|
+
MacAddressList?: string[];
|
|
240
|
+
}
|
|
241
|
+
export declare namespace LineItemAssetInformation {
|
|
242
|
+
|
|
243
|
+
const filterSensitiveLog: (obj: LineItemAssetInformation) => any;
|
|
244
|
+
}
|
|
245
|
+
export declare enum ShipmentCarrier {
|
|
246
|
+
DBS = "DBS",
|
|
247
|
+
DHL = "DHL",
|
|
248
|
+
FEDEX = "FEDEX",
|
|
249
|
+
UPS = "UPS"
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
export interface ShipmentInformation {
|
|
253
|
+
|
|
254
|
+
ShipmentTrackingNumber?: string;
|
|
255
|
+
|
|
256
|
+
ShipmentCarrier?: ShipmentCarrier | string;
|
|
257
|
+
}
|
|
258
|
+
export declare namespace ShipmentInformation {
|
|
259
|
+
|
|
260
|
+
const filterSensitiveLog: (obj: ShipmentInformation) => any;
|
|
261
|
+
}
|
|
234
262
|
export declare enum LineItemStatus {
|
|
235
263
|
BUILDING = "BUILDING",
|
|
236
264
|
CANCELLED = "CANCELLED",
|
|
@@ -251,6 +279,10 @@ export interface LineItem {
|
|
|
251
279
|
Quantity?: number;
|
|
252
280
|
|
|
253
281
|
Status?: LineItemStatus | string;
|
|
282
|
+
|
|
283
|
+
ShipmentInformation?: ShipmentInformation;
|
|
284
|
+
|
|
285
|
+
AssetInformationList?: LineItemAssetInformation[];
|
|
254
286
|
}
|
|
255
287
|
export declare namespace LineItem {
|
|
256
288
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.131.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.131.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.131.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
31
|
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
32
|
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.130.0",
|
|
34
34
|
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
35
|
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
36
|
"@aws-sdk/node-config-provider": "3.127.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.130.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
49
|
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|