@aws-sdk/client-outposts 3.414.0 → 3.418.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/README.md +5 -5
- package/dist-cjs/commands/CancelOrderCommand.js +5 -0
- package/dist-cjs/commands/CreateOrderCommand.js +5 -0
- package/dist-cjs/commands/CreateOutpostCommand.js +5 -0
- package/dist-cjs/commands/CreateSiteCommand.js +5 -0
- package/dist-cjs/commands/DeleteOutpostCommand.js +5 -0
- package/dist-cjs/commands/DeleteSiteCommand.js +5 -0
- package/dist-cjs/commands/GetCatalogItemCommand.js +5 -0
- package/dist-cjs/commands/GetConnectionCommand.js +5 -0
- package/dist-cjs/commands/GetOrderCommand.js +5 -0
- package/dist-cjs/commands/GetOutpostCommand.js +5 -0
- package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +5 -0
- package/dist-cjs/commands/GetSiteAddressCommand.js +5 -0
- package/dist-cjs/commands/GetSiteCommand.js +5 -0
- package/dist-cjs/commands/ListAssetsCommand.js +5 -0
- package/dist-cjs/commands/ListCatalogItemsCommand.js +5 -0
- package/dist-cjs/commands/ListOrdersCommand.js +5 -0
- package/dist-cjs/commands/ListOutpostsCommand.js +5 -0
- package/dist-cjs/commands/ListSitesCommand.js +5 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-cjs/commands/StartConnectionCommand.js +5 -0
- package/dist-cjs/commands/TagResourceCommand.js +5 -0
- package/dist-cjs/commands/UntagResourceCommand.js +5 -0
- package/dist-cjs/commands/UpdateOutpostCommand.js +5 -0
- package/dist-cjs/commands/UpdateSiteAddressCommand.js +5 -0
- package/dist-cjs/commands/UpdateSiteCommand.js +5 -0
- package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +5 -0
- package/dist-es/commands/CancelOrderCommand.js +5 -0
- package/dist-es/commands/CreateOrderCommand.js +5 -0
- package/dist-es/commands/CreateOutpostCommand.js +5 -0
- package/dist-es/commands/CreateSiteCommand.js +5 -0
- package/dist-es/commands/DeleteOutpostCommand.js +5 -0
- package/dist-es/commands/DeleteSiteCommand.js +5 -0
- package/dist-es/commands/GetCatalogItemCommand.js +5 -0
- package/dist-es/commands/GetConnectionCommand.js +5 -0
- package/dist-es/commands/GetOrderCommand.js +5 -0
- package/dist-es/commands/GetOutpostCommand.js +5 -0
- package/dist-es/commands/GetOutpostInstanceTypesCommand.js +5 -0
- package/dist-es/commands/GetSiteAddressCommand.js +5 -0
- package/dist-es/commands/GetSiteCommand.js +5 -0
- package/dist-es/commands/ListAssetsCommand.js +5 -0
- package/dist-es/commands/ListCatalogItemsCommand.js +5 -0
- package/dist-es/commands/ListOrdersCommand.js +5 -0
- package/dist-es/commands/ListOutpostsCommand.js +5 -0
- package/dist-es/commands/ListSitesCommand.js +5 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
- package/dist-es/commands/StartConnectionCommand.js +5 -0
- package/dist-es/commands/TagResourceCommand.js +5 -0
- package/dist-es/commands/UntagResourceCommand.js +5 -0
- package/dist-es/commands/UpdateOutpostCommand.js +5 -0
- package/dist-es/commands/UpdateSiteAddressCommand.js +5 -0
- package/dist-es/commands/UpdateSiteCommand.js +5 -0
- package/dist-es/commands/UpdateSiteRackPhysicalPropertiesCommand.js +5 -0
- package/dist-types/Outposts.d.ts +5 -5
- package/dist-types/OutpostsClient.d.ts +5 -5
- package/dist-types/commands/CreateSiteCommand.d.ts +1 -3
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -3
- package/dist-types/commands/GetSiteAddressCommand.d.ts +1 -3
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -0
- package/dist-types/commands/ListSitesCommand.d.ts +2 -1
- package/dist-types/commands/StartConnectionCommand.d.ts +1 -3
- package/dist-types/commands/UpdateOutpostCommand.d.ts +1 -3
- package/dist-types/commands/UpdateSiteAddressCommand.d.ts +4 -4
- package/dist-types/index.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +119 -286
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +31 -31
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_DeleteSiteCommand, se_DeleteSiteCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class DeleteSiteCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class DeleteSiteCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "DeleteSite",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetCatalogItemCommand, se_GetCatalogItemCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetCatalogItemCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetCatalogItemCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetCatalogItem",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetConnection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetOrderCommand, se_GetOrderCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetOrderCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetOrderCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetOrder",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetOutpostCommand, se_GetOutpostCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetOutpostCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetOutpostCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetOutpost",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetOutpostInstanceTypesCommand, se_GetOutpostInstanceTypesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetOutpostInstanceTypesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetOutpostInstanceTypesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetOutpostInstanceTypes",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSiteAddressCommand, se_GetSiteAddressCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSiteAddressCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSiteAddressCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetSiteAddress",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_GetSiteCommand, se_GetSiteCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class GetSiteCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class GetSiteCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "GetSite",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListAssetsCommand, se_ListAssetsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListAssetsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListAssetsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "ListAssets",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListCatalogItemsCommand, se_ListCatalogItemsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListCatalogItemsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListCatalogItemsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "ListCatalogItems",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListOrdersCommand, se_ListOrdersCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListOrdersCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListOrdersCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "ListOrders",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListOutpostsCommand, se_ListOutpostsCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListOutpostsCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListOutpostsCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "ListOutposts",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListSitesCommand, se_ListSitesCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListSitesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListSitesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "ListSites",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class ListTagsForResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "ListTagsForResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_StartConnectionCommand, se_StartConnectionCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class StartConnectionCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class StartConnectionCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "StartConnection",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class TagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "TagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UntagResourceCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UntagResourceCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "UntagResource",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateOutpostCommand, se_UpdateOutpostCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateOutpostCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateOutpostCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "UpdateOutpost",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateSiteAddressCommand, se_UpdateSiteAddressCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateSiteAddressCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateSiteAddressCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "UpdateSiteAddress",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateSiteCommand, se_UpdateSiteCommand } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateSiteCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateSiteCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "UpdateSite",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
|
|
4
5
|
import { de_UpdateSiteRackPhysicalPropertiesCommand, se_UpdateSiteRackPhysicalPropertiesCommand, } from "../protocols/Aws_restJson1";
|
|
5
6
|
export { $Command };
|
|
6
7
|
export class UpdateSiteRackPhysicalPropertiesCommand extends $Command {
|
|
@@ -29,6 +30,10 @@ export class UpdateSiteRackPhysicalPropertiesCommand extends $Command {
|
|
|
29
30
|
commandName,
|
|
30
31
|
inputFilterSensitiveLog: (_) => _,
|
|
31
32
|
outputFilterSensitiveLog: (_) => _,
|
|
33
|
+
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
+
service: "OutpostsOlafService",
|
|
35
|
+
operation: "UpdateSiteRackPhysicalProperties",
|
|
36
|
+
},
|
|
32
37
|
};
|
|
33
38
|
const { requestHandler } = configuration;
|
|
34
39
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist-types/Outposts.d.ts
CHANGED
|
@@ -186,11 +186,11 @@ export interface Outposts {
|
|
|
186
186
|
}
|
|
187
187
|
/**
|
|
188
188
|
* @public
|
|
189
|
-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
190
|
-
*
|
|
191
|
-
*
|
|
192
|
-
*
|
|
193
|
-
*
|
|
189
|
+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
|
|
190
|
+
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
|
|
191
|
+
* customers to build and run applications on premises using the same programming interfaces as
|
|
192
|
+
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
|
|
193
|
+
* data processing needs.</p>
|
|
194
194
|
*/
|
|
195
195
|
export declare class Outposts extends OutpostsClient implements Outposts {
|
|
196
196
|
}
|
|
@@ -176,11 +176,11 @@ export interface OutpostsClientResolvedConfig extends OutpostsClientResolvedConf
|
|
|
176
176
|
}
|
|
177
177
|
/**
|
|
178
178
|
* @public
|
|
179
|
-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
180
|
-
*
|
|
181
|
-
*
|
|
182
|
-
*
|
|
183
|
-
*
|
|
179
|
+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
|
|
180
|
+
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
|
|
181
|
+
* customers to build and run applications on premises using the same programming interfaces as
|
|
182
|
+
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
|
|
183
|
+
* data processing needs.</p>
|
|
184
184
|
*/
|
|
185
185
|
export declare class OutpostsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, OutpostsClientResolvedConfig> {
|
|
186
186
|
/**
|
|
@@ -23,9 +23,7 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
* Creates a site for an Outpost.
|
|
28
|
-
* </p>
|
|
26
|
+
* <p> Creates a site for an Outpost. </p>
|
|
29
27
|
* @example
|
|
30
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
29
|
* ```javascript
|
|
@@ -27,9 +27,7 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
|
|
|
27
27
|
* <p>
|
|
28
28
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
29
29
|
* </note>
|
|
30
|
-
* <p>
|
|
31
|
-
* Gets information about the specified connection.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Gets information about the specified connection. </p>
|
|
33
31
|
* <p>
|
|
34
32
|
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
|
|
35
33
|
* more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">
|
|
@@ -23,9 +23,7 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
* Gets the site address of the specified site.
|
|
28
|
-
* </p>
|
|
26
|
+
* <p> Gets the site address of the specified site. </p>
|
|
29
27
|
* @example
|
|
30
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
29
|
* ```javascript
|
|
@@ -55,6 +55,9 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
|
|
|
55
55
|
* // ComputeAttributes: { // ComputeAttributes
|
|
56
56
|
* // HostId: "STRING_VALUE",
|
|
57
57
|
* // State: "ACTIVE" || "ISOLATED" || "RETIRING",
|
|
58
|
+
* // InstanceFamilies: [ // InstanceFamilies
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
58
61
|
* // },
|
|
59
62
|
* // AssetLocation: { // AssetLocation
|
|
60
63
|
* // RackElevation: Number("float"),
|
|
@@ -23,7 +23,8 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
|
|
26
|
+
* <p>Lists the Outpost sites for your Amazon Web Services account. Use filters to return specific
|
|
27
|
+
* results.</p>
|
|
27
28
|
* <p>Use filters to return specific results. If you specify multiple filters, the results include only the resources that match
|
|
28
29
|
* all of the specified filters. For a filter where you can specify multiple values, the results include
|
|
29
30
|
* items that match any of the values that you specify for the filter.</p>
|
|
@@ -27,9 +27,7 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
|
|
|
27
27
|
* <p>
|
|
28
28
|
* Amazon Web Services uses this action to install Outpost servers.</p>
|
|
29
29
|
* </note>
|
|
30
|
-
* <p>
|
|
31
|
-
* Starts the connection required for Outpost server installation.
|
|
32
|
-
* </p>
|
|
30
|
+
* <p> Starts the connection required for Outpost server installation. </p>
|
|
33
31
|
* <p>
|
|
34
32
|
* Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For
|
|
35
33
|
* more information, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html">
|
|
@@ -23,9 +23,7 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
* Updates an Outpost.
|
|
28
|
-
* </p>
|
|
26
|
+
* <p> Updates an Outpost. </p>
|
|
29
27
|
* @example
|
|
30
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
29
|
* ```javascript
|
|
@@ -24,10 +24,10 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Updates the address of the specified site.</p>
|
|
27
|
-
* <p>You can't update a site address if there is an order in progress. You must wait for the
|
|
28
|
-
* to complete or cancel the order.</p>
|
|
29
|
-
* <p>You can update the operating address before you place an order at the
|
|
30
|
-
*
|
|
27
|
+
* <p>You can't update a site address if there is an order in progress. You must wait for the
|
|
28
|
+
* order to complete or cancel the order.</p>
|
|
29
|
+
* <p>You can update the operating address before you place an order at the site, or after all
|
|
30
|
+
* Outposts that belong to the site have been deactivated.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
2
|
+
* <p>Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to
|
|
3
|
+
* customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables
|
|
4
|
+
* customers to build and run applications on premises using the same programming interfaces as
|
|
5
|
+
* in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local
|
|
6
|
+
* data processing needs.</p>
|
|
7
7
|
*
|
|
8
8
|
* @packageDocumentation
|
|
9
9
|
*/
|