@aws-sdk/client-outposts 3.554.0 → 3.555.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 CHANGED
@@ -399,6 +399,7 @@ var PaymentTerm = {
399
399
  var ShipmentCarrier = {
400
400
  DBS: "DBS",
401
401
  DHL: "DHL",
402
+ EXPEDITORS: "EXPEDITORS",
402
403
  FEDEX: "FEDEX",
403
404
  UPS: "UPS"
404
405
  };
@@ -111,6 +111,7 @@ export const PaymentTerm = {
111
111
  export const ShipmentCarrier = {
112
112
  DBS: "DBS",
113
113
  DHL: "DHL",
114
+ EXPEDITORS: "EXPEDITORS",
114
115
  FEDEX: "FEDEX",
115
116
  UPS: "UPS",
116
117
  };
@@ -59,7 +59,7 @@ declare const CreateOrderCommand_base: {
59
59
  * // Status: "PREPARING" || "BUILDING" || "SHIPPED" || "DELIVERED" || "INSTALLING" || "INSTALLED" || "ERROR" || "CANCELLED" || "REPLACED",
60
60
  * // ShipmentInformation: { // ShipmentInformation
61
61
  * // ShipmentTrackingNumber: "STRING_VALUE",
62
- * // ShipmentCarrier: "DHL" || "DBS" || "FEDEX" || "UPS",
62
+ * // ShipmentCarrier: "DHL" || "DBS" || "FEDEX" || "UPS" || "EXPEDITORS",
63
63
  * // },
64
64
  * // AssetInformationList: [ // LineItemAssetInformationList
65
65
  * // { // LineItemAssetInformation
@@ -51,7 +51,7 @@ declare const GetOrderCommand_base: {
51
51
  * // Status: "PREPARING" || "BUILDING" || "SHIPPED" || "DELIVERED" || "INSTALLING" || "INSTALLED" || "ERROR" || "CANCELLED" || "REPLACED",
52
52
  * // ShipmentInformation: { // ShipmentInformation
53
53
  * // ShipmentTrackingNumber: "STRING_VALUE",
54
- * // ShipmentCarrier: "DHL" || "DBS" || "FEDEX" || "UPS",
54
+ * // ShipmentCarrier: "DHL" || "DBS" || "FEDEX" || "UPS" || "EXPEDITORS",
55
55
  * // },
56
56
  * // AssetInformationList: [ // LineItemAssetInformationList
57
57
  * // { // LineItemAssetInformation
@@ -514,6 +514,7 @@ export interface LineItemAssetInformation {
514
514
  export declare const ShipmentCarrier: {
515
515
  readonly DBS: "DBS";
516
516
  readonly DHL: "DHL";
517
+ readonly EXPEDITORS: "EXPEDITORS";
517
518
  readonly FEDEX: "FEDEX";
518
519
  readonly UPS: "UPS";
519
520
  };
@@ -165,6 +165,7 @@ export interface LineItemAssetInformation {
165
165
  export declare const ShipmentCarrier: {
166
166
  readonly DBS: "DBS";
167
167
  readonly DHL: "DHL";
168
+ readonly EXPEDITORS: "EXPEDITORS";
168
169
  readonly FEDEX: "FEDEX";
169
170
  readonly UPS: "UPS";
170
171
  };
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.554.0",
4
+ "version": "3.555.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-outposts",