@aws-sdk/client-outposts 3.495.0 → 3.499.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
@@ -2645,22 +2645,19 @@ var paginateListSites = (0, import_core.createPaginator)(OutpostsClient, ListSit
2645
2645
  // src/index.ts
2646
2646
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
2647
2647
  // Annotate the CommonJS export names for ESM import in node:
2648
+
2648
2649
  0 && (module.exports = {
2649
- AccessDeniedException,
2650
- AddressType,
2651
- AssetState,
2652
- AssetType,
2650
+ OutpostsServiceException,
2651
+ __Client,
2652
+ OutpostsClient,
2653
+ Outposts,
2654
+ $Command,
2653
2655
  CancelOrderCommand,
2654
- CatalogItemClass,
2655
- CatalogItemStatus,
2656
- ComputeAssetState,
2657
- ConflictException,
2658
2656
  CreateOrderCommand,
2659
2657
  CreateOutpostCommand,
2660
2658
  CreateSiteCommand,
2661
2659
  DeleteOutpostCommand,
2662
2660
  DeleteSiteCommand,
2663
- FiberOpticCableType,
2664
2661
  GetCatalogItemCommand,
2665
2662
  GetConnectionCommand,
2666
2663
  GetOrderCommand,
@@ -2668,48 +2665,54 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2668
2665
  GetOutpostInstanceTypesCommand,
2669
2666
  GetSiteAddressCommand,
2670
2667
  GetSiteCommand,
2671
- InternalServerException,
2672
- LineItemStatus,
2673
2668
  ListAssetsCommand,
2674
2669
  ListCatalogItemsCommand,
2675
2670
  ListOrdersCommand,
2676
2671
  ListOutpostsCommand,
2677
2672
  ListSitesCommand,
2678
2673
  ListTagsForResourceCommand,
2679
- MaximumSupportedWeightLbs,
2680
- NotFoundException,
2681
- OpticalStandard,
2682
- OrderStatus,
2683
- OrderType,
2684
- Outposts,
2685
- OutpostsClient,
2686
- OutpostsServiceException,
2687
- PaymentOption,
2688
- PaymentTerm,
2689
- PowerConnector,
2690
- PowerDrawKva,
2691
- PowerFeedDrop,
2692
- PowerPhase,
2693
- ResourceType,
2694
- ServiceQuotaExceededException,
2695
- ShipmentCarrier,
2696
2674
  StartConnectionCommand,
2697
- SupportedHardwareType,
2698
- SupportedStorageEnum,
2699
2675
  TagResourceCommand,
2700
2676
  UntagResourceCommand,
2701
2677
  UpdateOutpostCommand,
2702
2678
  UpdateSiteAddressCommand,
2703
2679
  UpdateSiteCommand,
2704
2680
  UpdateSiteRackPhysicalPropertiesCommand,
2705
- UplinkCount,
2706
- UplinkGbps,
2707
- ValidationException,
2708
- __Client,
2709
2681
  paginateGetOutpostInstanceTypes,
2710
2682
  paginateListAssets,
2711
2683
  paginateListCatalogItems,
2712
2684
  paginateListOrders,
2713
2685
  paginateListOutposts,
2714
- paginateListSites
2686
+ paginateListSites,
2687
+ AccessDeniedException,
2688
+ AddressType,
2689
+ AssetType,
2690
+ ComputeAssetState,
2691
+ AssetState,
2692
+ ResourceType,
2693
+ ConflictException,
2694
+ InternalServerException,
2695
+ NotFoundException,
2696
+ ValidationException,
2697
+ CatalogItemStatus,
2698
+ SupportedStorageEnum,
2699
+ CatalogItemClass,
2700
+ PaymentOption,
2701
+ PaymentTerm,
2702
+ ShipmentCarrier,
2703
+ LineItemStatus,
2704
+ OrderType,
2705
+ OrderStatus,
2706
+ ServiceQuotaExceededException,
2707
+ SupportedHardwareType,
2708
+ FiberOpticCableType,
2709
+ MaximumSupportedWeightLbs,
2710
+ OpticalStandard,
2711
+ PowerConnector,
2712
+ PowerDrawKva,
2713
+ PowerFeedDrop,
2714
+ PowerPhase,
2715
+ UplinkCount,
2716
+ UplinkGbps
2715
2717
  });
2718
+
@@ -44,7 +44,7 @@ declare const StartConnectionCommand_base: {
44
44
  * // const { OutpostsClient, StartConnectionCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
45
45
  * const client = new OutpostsClient(config);
46
46
  * const input = { // StartConnectionRequest
47
- * DeviceSerialNumber: "STRING_VALUE", // required
47
+ * DeviceSerialNumber: "STRING_VALUE",
48
48
  * AssetId: "STRING_VALUE", // required
49
49
  * ClientPublicKey: "STRING_VALUE", // required
50
50
  * NetworkInterfaceDeviceIndex: Number("int"), // required
@@ -1717,7 +1717,7 @@ export interface StartConnectionRequest {
1717
1717
  * @public
1718
1718
  * <p> The serial number of the dongle. </p>
1719
1719
  */
1720
- DeviceSerialNumber: string | undefined;
1720
+ DeviceSerialNumber?: string;
1721
1721
  /**
1722
1722
  * @public
1723
1723
  * <p> The ID of the Outpost server. </p>
@@ -513,7 +513,7 @@ export interface ListTagsForResourceResponse {
513
513
  Tags?: Record<string, string>;
514
514
  }
515
515
  export interface StartConnectionRequest {
516
- DeviceSerialNumber: string | undefined;
516
+ DeviceSerialNumber?: string;
517
517
  AssetId: string | undefined;
518
518
  ClientPublicKey: string | undefined;
519
519
  NetworkInterfaceDeviceIndex: number | undefined;
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.495.0",
4
+ "version": "3.499.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",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",