@aws-sdk/client-outposts 3.300.0 → 3.301.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 (27) hide show
  1. package/dist-types/commands/CancelOrderCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateOrderCommand.d.ts +3 -3
  3. package/dist-types/commands/CreateOutpostCommand.d.ts +2 -2
  4. package/dist-types/commands/CreateSiteCommand.d.ts +4 -4
  5. package/dist-types/commands/DeleteOutpostCommand.d.ts +1 -1
  6. package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
  7. package/dist-types/commands/GetCatalogItemCommand.d.ts +1 -1
  8. package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
  9. package/dist-types/commands/GetOrderCommand.d.ts +1 -1
  10. package/dist-types/commands/GetOutpostCommand.d.ts +1 -1
  11. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +1 -1
  12. package/dist-types/commands/GetSiteAddressCommand.d.ts +1 -1
  13. package/dist-types/commands/GetSiteCommand.d.ts +1 -1
  14. package/dist-types/commands/ListAssetsCommand.d.ts +3 -3
  15. package/dist-types/commands/ListCatalogItemsCommand.d.ts +4 -4
  16. package/dist-types/commands/ListOrdersCommand.d.ts +1 -1
  17. package/dist-types/commands/ListOutpostsCommand.d.ts +4 -4
  18. package/dist-types/commands/ListSitesCommand.d.ts +4 -4
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/StartConnectionCommand.d.ts +1 -1
  21. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  22. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  23. package/dist-types/commands/UpdateOutpostCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -2
  25. package/dist-types/commands/UpdateSiteCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +1 -1
  27. package/package.json +3 -3
@@ -26,7 +26,7 @@ export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataB
26
26
  * import { OutpostsClient, CancelOrderCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, CancelOrderCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // CancelOrderInput
30
30
  * OrderId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CancelOrderCommand(input);
@@ -26,10 +26,10 @@ export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataB
26
26
  * import { OutpostsClient, CreateOrderCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, CreateOrderCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // CreateOrderInput
30
30
  * OutpostIdentifier: "STRING_VALUE", // required
31
- * LineItems: [ // required
32
- * {
31
+ * LineItems: [ // LineItemRequestListDefinition // required
32
+ * { // LineItemRequest
33
33
  * CatalogItemId: "STRING_VALUE",
34
34
  * Quantity: Number("int"),
35
35
  * },
@@ -27,13 +27,13 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad
27
27
  * import { OutpostsClient, CreateOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
28
28
  * // const { OutpostsClient, CreateOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
29
29
  * const client = new OutpostsClient(config);
30
- * const input = {
30
+ * const input = { // CreateOutpostInput
31
31
  * Name: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
33
  * SiteId: "STRING_VALUE", // required
34
34
  * AvailabilityZone: "STRING_VALUE",
35
35
  * AvailabilityZoneId: "STRING_VALUE",
36
- * Tags: {
36
+ * Tags: { // TagMap
37
37
  * "<keys>": "STRING_VALUE",
38
38
  * },
39
39
  * SupportedHardwareType: "RACK" || "SERVER",
@@ -26,14 +26,14 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
26
26
  * import { OutpostsClient, CreateSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, CreateSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // CreateSiteInput
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Description: "STRING_VALUE",
32
32
  * Notes: "STRING_VALUE",
33
- * Tags: {
33
+ * Tags: { // TagMap
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
- * OperatingAddress: {
36
+ * OperatingAddress: { // Address
37
37
  * ContactName: "STRING_VALUE",
38
38
  * ContactPhoneNumber: "STRING_VALUE",
39
39
  * AddressLine1: "STRING_VALUE", // required
@@ -59,7 +59,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
59
59
  * CountryCode: "STRING_VALUE", // required
60
60
  * Municipality: "STRING_VALUE",
61
61
  * },
62
- * RackPhysicalProperties: {
62
+ * RackPhysicalProperties: { // RackPhysicalProperties
63
63
  * PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
64
64
  * PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
65
65
  * PowerConnector: "L6_30P" || "IEC309" || "AH530P7W" || "AH532P6W",
@@ -26,7 +26,7 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
26
26
  * import { OutpostsClient, DeleteOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, DeleteOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // DeleteOutpostInput
30
30
  * OutpostId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteOutpostCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
26
26
  * import { OutpostsClient, DeleteSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, DeleteSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // DeleteSiteInput
30
30
  * SiteId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteSiteCommand(input);
@@ -26,7 +26,7 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
26
26
  * import { OutpostsClient, GetCatalogItemCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, GetCatalogItemCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // GetCatalogItemInput
30
30
  * CatalogItemId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCatalogItemCommand(input);
@@ -36,7 +36,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
36
36
  * import { OutpostsClient, GetConnectionCommand } from "@aws-sdk/client-outposts"; // ES Modules import
37
37
  * // const { OutpostsClient, GetConnectionCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
38
38
  * const client = new OutpostsClient(config);
39
- * const input = {
39
+ * const input = { // GetConnectionRequest
40
40
  * ConnectionId: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new GetConnectionCommand(input);
@@ -26,7 +26,7 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
26
26
  * import { OutpostsClient, GetOrderCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, GetOrderCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // GetOrderInput
30
30
  * OrderId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetOrderCommand(input);
@@ -26,7 +26,7 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
26
26
  * import { OutpostsClient, GetOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, GetOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // GetOutpostInput
30
30
  * OutpostId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetOutpostCommand(input);
@@ -26,7 +26,7 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
26
26
  * import { OutpostsClient, GetOutpostInstanceTypesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, GetOutpostInstanceTypesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // GetOutpostInstanceTypesInput
30
30
  * OutpostId: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
26
26
  * import { OutpostsClient, GetSiteAddressCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, GetSiteAddressCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // GetSiteAddressInput
30
30
  * SiteId: "STRING_VALUE", // required
31
31
  * AddressType: "SHIPPING_ADDRESS" || "OPERATING_ADDRESS", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
26
26
  * import { OutpostsClient, GetSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, GetSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // GetSiteInput
30
30
  * SiteId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSiteCommand(input);
@@ -29,14 +29,14 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
29
29
  * import { OutpostsClient, ListAssetsCommand } from "@aws-sdk/client-outposts"; // ES Modules import
30
30
  * // const { OutpostsClient, ListAssetsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
31
31
  * const client = new OutpostsClient(config);
32
- * const input = {
32
+ * const input = { // ListAssetsInput
33
33
  * OutpostIdentifier: "STRING_VALUE", // required
34
- * HostIdFilter: [
34
+ * HostIdFilter: [ // HostIdList
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * MaxResults: Number("int"),
38
38
  * NextToken: "STRING_VALUE",
39
- * StatusFilter: [
39
+ * StatusFilter: [ // StatusList
40
40
  * "ACTIVE" || "RETIRING",
41
41
  * ],
42
42
  * };
@@ -29,16 +29,16 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
29
29
  * import { OutpostsClient, ListCatalogItemsCommand } from "@aws-sdk/client-outposts"; // ES Modules import
30
30
  * // const { OutpostsClient, ListCatalogItemsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
31
31
  * const client = new OutpostsClient(config);
32
- * const input = {
32
+ * const input = { // ListCatalogItemsInput
33
33
  * NextToken: "STRING_VALUE",
34
34
  * MaxResults: Number("int"),
35
- * ItemClassFilter: [
35
+ * ItemClassFilter: [ // CatalogItemClassList
36
36
  * "RACK" || "SERVER",
37
37
  * ],
38
- * SupportedStorageFilter: [
38
+ * SupportedStorageFilter: [ // SupportedStorageList
39
39
  * "EBS" || "S3",
40
40
  * ],
41
- * EC2FamilyFilter: [
41
+ * EC2FamilyFilter: [ // EC2FamilyList
42
42
  * "STRING_VALUE",
43
43
  * ],
44
44
  * };
@@ -26,7 +26,7 @@ export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
26
26
  * import { OutpostsClient, ListOrdersCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, ListOrdersCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // ListOrdersInput
30
30
  * OutpostIdentifierFilter: "STRING_VALUE",
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -29,16 +29,16 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
29
29
  * import { OutpostsClient, ListOutpostsCommand } from "@aws-sdk/client-outposts"; // ES Modules import
30
30
  * // const { OutpostsClient, ListOutpostsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
31
31
  * const client = new OutpostsClient(config);
32
- * const input = {
32
+ * const input = { // ListOutpostsInput
33
33
  * NextToken: "STRING_VALUE",
34
34
  * MaxResults: Number("int"),
35
- * LifeCycleStatusFilter: [
35
+ * LifeCycleStatusFilter: [ // LifeCycleStatusList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
- * AvailabilityZoneFilter: [
38
+ * AvailabilityZoneFilter: [ // AvailabilityZoneList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * AvailabilityZoneIdFilter: [
41
+ * AvailabilityZoneIdFilter: [ // AvailabilityZoneIdList
42
42
  * "STRING_VALUE",
43
43
  * ],
44
44
  * };
@@ -30,16 +30,16 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
30
30
  * import { OutpostsClient, ListSitesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
31
31
  * // const { OutpostsClient, ListSitesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
32
32
  * const client = new OutpostsClient(config);
33
- * const input = {
33
+ * const input = { // ListSitesInput
34
34
  * NextToken: "STRING_VALUE",
35
35
  * MaxResults: Number("int"),
36
- * OperatingAddressCountryCodeFilter: [
36
+ * OperatingAddressCountryCodeFilter: [ // CountryCodeList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * OperatingAddressStateOrRegionFilter: [
39
+ * OperatingAddressStateOrRegionFilter: [ // StateOrRegionList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * OperatingAddressCityFilter: [
42
+ * OperatingAddressCityFilter: [ // CityList
43
43
  * "STRING_VALUE",
44
44
  * ],
45
45
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { OutpostsClient, ListTagsForResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -36,7 +36,7 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
36
36
  * import { OutpostsClient, StartConnectionCommand } from "@aws-sdk/client-outposts"; // ES Modules import
37
37
  * // const { OutpostsClient, StartConnectionCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
38
38
  * const client = new OutpostsClient(config);
39
- * const input = {
39
+ * const input = { // StartConnectionRequest
40
40
  * DeviceSerialNumber: "STRING_VALUE", // required
41
41
  * AssetId: "STRING_VALUE", // required
42
42
  * ClientPublicKey: "STRING_VALUE", // required
@@ -26,9 +26,9 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { OutpostsClient, TagResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, TagResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: { // required
31
+ * Tags: { // TagMap // required
32
32
  * "<keys>": "STRING_VALUE",
33
33
  * },
34
34
  * };
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { OutpostsClient, UntagResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, UntagResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,7 +26,7 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
26
26
  * import { OutpostsClient, UpdateOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, UpdateOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // UpdateOutpostInput
30
30
  * OutpostId: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE",
32
32
  * Description: "STRING_VALUE",
@@ -30,10 +30,10 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
30
30
  * import { OutpostsClient, UpdateSiteAddressCommand } from "@aws-sdk/client-outposts"; // ES Modules import
31
31
  * // const { OutpostsClient, UpdateSiteAddressCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
32
32
  * const client = new OutpostsClient(config);
33
- * const input = {
33
+ * const input = { // UpdateSiteAddressInput
34
34
  * SiteId: "STRING_VALUE", // required
35
35
  * AddressType: "SHIPPING_ADDRESS" || "OPERATING_ADDRESS", // required
36
- * Address: {
36
+ * Address: { // Address
37
37
  * ContactName: "STRING_VALUE",
38
38
  * ContactPhoneNumber: "STRING_VALUE",
39
39
  * AddressLine1: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
26
26
  * import { OutpostsClient, UpdateSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
27
27
  * // const { OutpostsClient, UpdateSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
28
28
  * const client = new OutpostsClient(config);
29
- * const input = {
29
+ * const input = { // UpdateSiteInput
30
30
  * SiteId: "STRING_VALUE", // required
31
31
  * Name: "STRING_VALUE",
32
32
  * Description: "STRING_VALUE",
@@ -31,7 +31,7 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSit
31
31
  * import { OutpostsClient, UpdateSiteRackPhysicalPropertiesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
32
32
  * // const { OutpostsClient, UpdateSiteRackPhysicalPropertiesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
33
33
  * const client = new OutpostsClient(config);
34
- * const input = {
34
+ * const input = { // UpdateSiteRackPhysicalPropertiesInput
35
35
  * SiteId: "STRING_VALUE", // required
36
36
  * PowerDrawKva: "POWER_5_KVA" || "POWER_10_KVA" || "POWER_15_KVA" || "POWER_30_KVA",
37
37
  * PowerPhase: "SINGLE_PHASE" || "THREE_PHASE",
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.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",