@aws-sdk/client-outposts 3.890.0 → 3.891.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-types/commands/CancelCapacityTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelOrderCommand.d.ts +2 -0
- package/dist-types/commands/CreateOrderCommand.d.ts +2 -0
- package/dist-types/commands/CreateOutpostCommand.d.ts +2 -0
- package/dist-types/commands/CreateSiteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteOutpostCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSiteCommand.d.ts +2 -0
- package/dist-types/commands/GetCapacityTaskCommand.d.ts +2 -0
- package/dist-types/commands/GetCatalogItemCommand.d.ts +2 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +2 -0
- package/dist-types/commands/GetOrderCommand.d.ts +2 -0
- package/dist-types/commands/GetOutpostBillingInformationCommand.d.ts +2 -0
- package/dist-types/commands/GetOutpostCommand.d.ts +2 -0
- package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +2 -0
- package/dist-types/commands/GetOutpostSupportedInstanceTypesCommand.d.ts +2 -0
- package/dist-types/commands/GetSiteAddressCommand.d.ts +2 -0
- package/dist-types/commands/GetSiteCommand.d.ts +2 -0
- package/dist-types/commands/ListAssetInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListAssetsCommand.d.ts +2 -0
- package/dist-types/commands/ListBlockingInstancesForCapacityTaskCommand.d.ts +2 -0
- package/dist-types/commands/ListCapacityTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListCatalogItemsCommand.d.ts +2 -0
- package/dist-types/commands/ListOrdersCommand.d.ts +2 -0
- package/dist-types/commands/ListOutpostsCommand.d.ts +2 -0
- package/dist-types/commands/ListSitesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/StartCapacityTaskCommand.d.ts +2 -0
- package/dist-types/commands/StartConnectionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateOutpostCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const CancelCapacityTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, CancelCapacityTaskCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, CancelCapacityTaskCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // CancelCapacityTaskInput
|
|
38
40
|
* CapacityTaskId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CancelOrderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, CancelOrderCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, CancelOrderCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // CancelOrderInput
|
|
38
40
|
* OrderId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateOrderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, CreateOrderCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, CreateOrderCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // CreateOrderInput
|
|
38
40
|
* OutpostIdentifier: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateOutpostCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { OutpostsClient, CreateOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
36
36
|
* // const { OutpostsClient, CreateOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
37
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
38
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
37
39
|
* const client = new OutpostsClient(config);
|
|
38
40
|
* const input = { // CreateOutpostInput
|
|
39
41
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateSiteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, CreateSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, CreateSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // CreateSiteInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteOutpostCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, DeleteOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, DeleteOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // DeleteOutpostInput
|
|
38
40
|
* OutpostId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteSiteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, DeleteSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, DeleteSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // DeleteSiteInput
|
|
38
40
|
* SiteId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCapacityTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetCapacityTaskCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetCapacityTaskCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetCapacityTaskInput
|
|
38
40
|
* CapacityTaskId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCatalogItemCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetCatalogItemCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetCatalogItemCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetCatalogItemInput
|
|
38
40
|
* CatalogItemId: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const GetConnectionCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { OutpostsClient, GetConnectionCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
45
45
|
* // const { OutpostsClient, GetConnectionCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
46
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
47
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
46
48
|
* const client = new OutpostsClient(config);
|
|
47
49
|
* const input = { // GetConnectionRequest
|
|
48
50
|
* ConnectionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOrderCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetOrderCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetOrderCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetOrderInput
|
|
38
40
|
* OrderId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOutpostBillingInformationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetOutpostBillingInformationCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetOutpostBillingInformationCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetOutpostBillingInformationInput
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const GetOutpostCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetOutpostInput
|
|
38
40
|
* OutpostId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetOutpostInstanceTypesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetOutpostInstanceTypesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetOutpostInstanceTypesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetOutpostInstanceTypesInput
|
|
38
40
|
* OutpostId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetOutpostSupportedInstanceTypesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OutpostsClient, GetOutpostSupportedInstanceTypesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
37
37
|
* // const { OutpostsClient, GetOutpostSupportedInstanceTypesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
38
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
39
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
38
40
|
* const client = new OutpostsClient(config);
|
|
39
41
|
* const input = { // GetOutpostSupportedInstanceTypesInput
|
|
40
42
|
* OutpostIdentifier: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSiteAddressCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetSiteAddressCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetSiteAddressCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetSiteAddressInput
|
|
38
40
|
* SiteId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSiteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, GetSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, GetSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // GetSiteInput
|
|
38
40
|
* SiteId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAssetInstancesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { OutpostsClient, ListAssetInstancesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
36
36
|
* // const { OutpostsClient, ListAssetInstancesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
37
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
38
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
37
39
|
* const client = new OutpostsClient(config);
|
|
38
40
|
* const input = { // ListAssetInstancesInput
|
|
39
41
|
* OutpostIdentifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListAssetsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OutpostsClient, ListAssetsCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
38
38
|
* // const { OutpostsClient, ListAssetsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
39
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
40
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
39
41
|
* const client = new OutpostsClient(config);
|
|
40
42
|
* const input = { // ListAssetsInput
|
|
41
43
|
* OutpostIdentifier: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListBlockingInstancesForCapacityTaskCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { OutpostsClient, ListBlockingInstancesForCapacityTaskCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
37
37
|
* // const { OutpostsClient, ListBlockingInstancesForCapacityTaskCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
38
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
39
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
38
40
|
* const client = new OutpostsClient(config);
|
|
39
41
|
* const input = { // ListBlockingInstancesForCapacityTaskInput
|
|
40
42
|
* OutpostIdentifier: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListCapacityTasksCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OutpostsClient, ListCapacityTasksCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
38
38
|
* // const { OutpostsClient, ListCapacityTasksCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
39
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
40
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
39
41
|
* const client = new OutpostsClient(config);
|
|
40
42
|
* const input = { // ListCapacityTasksInput
|
|
41
43
|
* OutpostIdentifierFilter: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListCatalogItemsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OutpostsClient, ListCatalogItemsCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
38
38
|
* // const { OutpostsClient, ListCatalogItemsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
39
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
40
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
39
41
|
* const client = new OutpostsClient(config);
|
|
40
42
|
* const input = { // ListCatalogItemsInput
|
|
41
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListOrdersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, ListOrdersCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, ListOrdersCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // ListOrdersInput
|
|
38
40
|
* OutpostIdentifierFilter: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListOutpostsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { OutpostsClient, ListOutpostsCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
38
38
|
* // const { OutpostsClient, ListOutpostsCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
39
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
40
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
39
41
|
* const client = new OutpostsClient(config);
|
|
40
42
|
* const input = { // ListOutpostsInput
|
|
41
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListSitesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { OutpostsClient, ListSitesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
39
39
|
* // const { OutpostsClient, ListSitesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
40
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
41
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
40
42
|
* const client = new OutpostsClient(config);
|
|
41
43
|
* const input = { // ListSitesInput
|
|
42
44
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, ListTagsForResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StartCapacityTaskCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { OutpostsClient, StartCapacityTaskCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
36
36
|
* // const { OutpostsClient, StartCapacityTaskCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
37
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
38
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
37
39
|
* const client = new OutpostsClient(config);
|
|
38
40
|
* const input = { // StartCapacityTaskInput
|
|
39
41
|
* OutpostIdentifier: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const StartConnectionCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { OutpostsClient, StartConnectionCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
45
45
|
* // const { OutpostsClient, StartConnectionCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
46
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
47
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
46
48
|
* const client = new OutpostsClient(config);
|
|
47
49
|
* const input = { // StartConnectionRequest
|
|
48
50
|
* DeviceSerialNumber: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, TagResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, TagResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // TagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, UntagResourceCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, UntagResourceCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateOutpostCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, UpdateOutpostCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, UpdateOutpostCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // UpdateOutpostInput
|
|
38
40
|
* OutpostId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const UpdateSiteAddressCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { OutpostsClient, UpdateSiteAddressCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
39
39
|
* // const { OutpostsClient, UpdateSiteAddressCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
40
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
41
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
40
42
|
* const client = new OutpostsClient(config);
|
|
41
43
|
* const input = { // UpdateSiteAddressInput
|
|
42
44
|
* SiteId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSiteCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { OutpostsClient, UpdateSiteCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
35
35
|
* // const { OutpostsClient, UpdateSiteCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
36
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
37
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
36
38
|
* const client = new OutpostsClient(config);
|
|
37
39
|
* const input = { // UpdateSiteInput
|
|
38
40
|
* SiteId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const UpdateSiteRackPhysicalPropertiesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { OutpostsClient, UpdateSiteRackPhysicalPropertiesCommand } from "@aws-sdk/client-outposts"; // ES Modules import
|
|
40
40
|
* // const { OutpostsClient, UpdateSiteRackPhysicalPropertiesCommand } = require("@aws-sdk/client-outposts"); // CommonJS import
|
|
41
|
+
* // import type { OutpostsClientConfig } from "@aws-sdk/client-outposts";
|
|
42
|
+
* const config = {}; // type is OutpostsClientConfig
|
|
41
43
|
* const client = new OutpostsClient(config);
|
|
42
44
|
* const input = { // UpdateSiteRackPhysicalPropertiesInput
|
|
43
45
|
* SiteId: "STRING_VALUE", // required
|
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.891.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|