@aws-sdk/client-outposts 3.489.0 → 3.495.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 (46) hide show
  1. package/dist-cjs/Outposts.js +1 -63
  2. package/dist-cjs/OutpostsClient.js +1 -43
  3. package/dist-cjs/commands/CancelOrderCommand.js +1 -28
  4. package/dist-cjs/commands/CreateOrderCommand.js +1 -28
  5. package/dist-cjs/commands/CreateOutpostCommand.js +1 -28
  6. package/dist-cjs/commands/CreateSiteCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteOutpostCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteSiteCommand.js +1 -28
  9. package/dist-cjs/commands/GetCatalogItemCommand.js +1 -28
  10. package/dist-cjs/commands/GetConnectionCommand.js +1 -28
  11. package/dist-cjs/commands/GetOrderCommand.js +1 -28
  12. package/dist-cjs/commands/GetOutpostCommand.js +1 -28
  13. package/dist-cjs/commands/GetOutpostInstanceTypesCommand.js +1 -28
  14. package/dist-cjs/commands/GetSiteAddressCommand.js +1 -28
  15. package/dist-cjs/commands/GetSiteCommand.js +1 -28
  16. package/dist-cjs/commands/ListAssetsCommand.js +1 -28
  17. package/dist-cjs/commands/ListCatalogItemsCommand.js +1 -28
  18. package/dist-cjs/commands/ListOrdersCommand.js +1 -28
  19. package/dist-cjs/commands/ListOutpostsCommand.js +1 -28
  20. package/dist-cjs/commands/ListSitesCommand.js +1 -28
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  22. package/dist-cjs/commands/StartConnectionCommand.js +1 -28
  23. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  24. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateOutpostCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateSiteAddressCommand.js +1 -28
  27. package/dist-cjs/commands/UpdateSiteCommand.js +1 -28
  28. package/dist-cjs/commands/UpdateSiteRackPhysicalPropertiesCommand.js +1 -28
  29. package/dist-cjs/commands/index.js +1 -29
  30. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  31. package/dist-cjs/extensionConfiguration.js +1 -2
  32. package/dist-cjs/index.js +2714 -11
  33. package/dist-cjs/models/OutpostsServiceException.js +1 -12
  34. package/dist-cjs/models/index.js +1 -4
  35. package/dist-cjs/models/models_0.js +1 -233
  36. package/dist-cjs/pagination/GetOutpostInstanceTypesPaginator.js +1 -7
  37. package/dist-cjs/pagination/Interfaces.js +1 -2
  38. package/dist-cjs/pagination/ListAssetsPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListCatalogItemsPaginator.js +1 -7
  40. package/dist-cjs/pagination/ListOrdersPaginator.js +1 -7
  41. package/dist-cjs/pagination/ListOutpostsPaginator.js +1 -7
  42. package/dist-cjs/pagination/ListSitesPaginator.js +1 -7
  43. package/dist-cjs/pagination/index.js +1 -10
  44. package/dist-cjs/protocols/Aws_restJson1.js +1 -1739
  45. package/dist-cjs/runtimeExtensions.js +1 -22
  46. package/package.json +40 -40
@@ -1,63 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Outposts = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CancelOrderCommand_1 = require("./commands/CancelOrderCommand");
6
- const CreateOrderCommand_1 = require("./commands/CreateOrderCommand");
7
- const CreateOutpostCommand_1 = require("./commands/CreateOutpostCommand");
8
- const CreateSiteCommand_1 = require("./commands/CreateSiteCommand");
9
- const DeleteOutpostCommand_1 = require("./commands/DeleteOutpostCommand");
10
- const DeleteSiteCommand_1 = require("./commands/DeleteSiteCommand");
11
- const GetCatalogItemCommand_1 = require("./commands/GetCatalogItemCommand");
12
- const GetConnectionCommand_1 = require("./commands/GetConnectionCommand");
13
- const GetOrderCommand_1 = require("./commands/GetOrderCommand");
14
- const GetOutpostCommand_1 = require("./commands/GetOutpostCommand");
15
- const GetOutpostInstanceTypesCommand_1 = require("./commands/GetOutpostInstanceTypesCommand");
16
- const GetSiteAddressCommand_1 = require("./commands/GetSiteAddressCommand");
17
- const GetSiteCommand_1 = require("./commands/GetSiteCommand");
18
- const ListAssetsCommand_1 = require("./commands/ListAssetsCommand");
19
- const ListCatalogItemsCommand_1 = require("./commands/ListCatalogItemsCommand");
20
- const ListOrdersCommand_1 = require("./commands/ListOrdersCommand");
21
- const ListOutpostsCommand_1 = require("./commands/ListOutpostsCommand");
22
- const ListSitesCommand_1 = require("./commands/ListSitesCommand");
23
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
24
- const StartConnectionCommand_1 = require("./commands/StartConnectionCommand");
25
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
26
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
27
- const UpdateOutpostCommand_1 = require("./commands/UpdateOutpostCommand");
28
- const UpdateSiteAddressCommand_1 = require("./commands/UpdateSiteAddressCommand");
29
- const UpdateSiteCommand_1 = require("./commands/UpdateSiteCommand");
30
- const UpdateSiteRackPhysicalPropertiesCommand_1 = require("./commands/UpdateSiteRackPhysicalPropertiesCommand");
31
- const OutpostsClient_1 = require("./OutpostsClient");
32
- const commands = {
33
- CancelOrderCommand: CancelOrderCommand_1.CancelOrderCommand,
34
- CreateOrderCommand: CreateOrderCommand_1.CreateOrderCommand,
35
- CreateOutpostCommand: CreateOutpostCommand_1.CreateOutpostCommand,
36
- CreateSiteCommand: CreateSiteCommand_1.CreateSiteCommand,
37
- DeleteOutpostCommand: DeleteOutpostCommand_1.DeleteOutpostCommand,
38
- DeleteSiteCommand: DeleteSiteCommand_1.DeleteSiteCommand,
39
- GetCatalogItemCommand: GetCatalogItemCommand_1.GetCatalogItemCommand,
40
- GetConnectionCommand: GetConnectionCommand_1.GetConnectionCommand,
41
- GetOrderCommand: GetOrderCommand_1.GetOrderCommand,
42
- GetOutpostCommand: GetOutpostCommand_1.GetOutpostCommand,
43
- GetOutpostInstanceTypesCommand: GetOutpostInstanceTypesCommand_1.GetOutpostInstanceTypesCommand,
44
- GetSiteCommand: GetSiteCommand_1.GetSiteCommand,
45
- GetSiteAddressCommand: GetSiteAddressCommand_1.GetSiteAddressCommand,
46
- ListAssetsCommand: ListAssetsCommand_1.ListAssetsCommand,
47
- ListCatalogItemsCommand: ListCatalogItemsCommand_1.ListCatalogItemsCommand,
48
- ListOrdersCommand: ListOrdersCommand_1.ListOrdersCommand,
49
- ListOutpostsCommand: ListOutpostsCommand_1.ListOutpostsCommand,
50
- ListSitesCommand: ListSitesCommand_1.ListSitesCommand,
51
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
52
- StartConnectionCommand: StartConnectionCommand_1.StartConnectionCommand,
53
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
54
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
55
- UpdateOutpostCommand: UpdateOutpostCommand_1.UpdateOutpostCommand,
56
- UpdateSiteCommand: UpdateSiteCommand_1.UpdateSiteCommand,
57
- UpdateSiteAddressCommand: UpdateSiteAddressCommand_1.UpdateSiteAddressCommand,
58
- UpdateSiteRackPhysicalPropertiesCommand: UpdateSiteRackPhysicalPropertiesCommand_1.UpdateSiteRackPhysicalPropertiesCommand,
59
- };
60
- class Outposts extends OutpostsClient_1.OutpostsClient {
61
- }
62
- exports.Outposts = Outposts;
63
- (0, smithy_client_1.createAggregatedClient)(commands, Outposts);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OutpostsClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class OutpostsClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.OutpostsClient = OutpostsClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelOrderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CancelOrderCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "CancelOrder", {})
22
- .n("OutpostsClient", "CancelOrderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelOrderCommand)
25
- .de(Aws_restJson1_1.de_CancelOrderCommand)
26
- .build() {
27
- }
28
- exports.CancelOrderCommand = CancelOrderCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateOrderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateOrderCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "CreateOrder", {})
22
- .n("OutpostsClient", "CreateOrderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateOrderCommand)
25
- .de(Aws_restJson1_1.de_CreateOrderCommand)
26
- .build() {
27
- }
28
- exports.CreateOrderCommand = CreateOrderCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateOutpostCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateOutpostCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "CreateOutpost", {})
22
- .n("OutpostsClient", "CreateOutpostCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateOutpostCommand)
25
- .de(Aws_restJson1_1.de_CreateOutpostCommand)
26
- .build() {
27
- }
28
- exports.CreateOutpostCommand = CreateOutpostCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSiteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class CreateSiteCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "CreateSite", {})
22
- .n("OutpostsClient", "CreateSiteCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateSiteCommand)
25
- .de(Aws_restJson1_1.de_CreateSiteCommand)
26
- .build() {
27
- }
28
- exports.CreateSiteCommand = CreateSiteCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOutpostCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteOutpostCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "DeleteOutpost", {})
22
- .n("OutpostsClient", "DeleteOutpostCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteOutpostCommand)
25
- .de(Aws_restJson1_1.de_DeleteOutpostCommand)
26
- .build() {
27
- }
28
- exports.DeleteOutpostCommand = DeleteOutpostCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSiteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DeleteSiteCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "DeleteSite", {})
22
- .n("OutpostsClient", "DeleteSiteCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteSiteCommand)
25
- .de(Aws_restJson1_1.de_DeleteSiteCommand)
26
- .build() {
27
- }
28
- exports.DeleteSiteCommand = DeleteSiteCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCatalogItemCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCatalogItemCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetCatalogItem", {})
22
- .n("OutpostsClient", "GetCatalogItemCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCatalogItemCommand)
25
- .de(Aws_restJson1_1.de_GetCatalogItemCommand)
26
- .build() {
27
- }
28
- exports.GetCatalogItemCommand = GetCatalogItemCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConnectionCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetConnection", {})
22
- .n("OutpostsClient", "GetConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConnectionCommand)
25
- .de(Aws_restJson1_1.de_GetConnectionCommand)
26
- .build() {
27
- }
28
- exports.GetConnectionCommand = GetConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOrderCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetOrderCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetOrder", {})
22
- .n("OutpostsClient", "GetOrderCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetOrderCommand)
25
- .de(Aws_restJson1_1.de_GetOrderCommand)
26
- .build() {
27
- }
28
- exports.GetOrderCommand = GetOrderCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOutpostCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetOutpostCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetOutpost", {})
22
- .n("OutpostsClient", "GetOutpostCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetOutpostCommand)
25
- .de(Aws_restJson1_1.de_GetOutpostCommand)
26
- .build() {
27
- }
28
- exports.GetOutpostCommand = GetOutpostCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOutpostInstanceTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetOutpostInstanceTypesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetOutpostInstanceTypes", {})
22
- .n("OutpostsClient", "GetOutpostInstanceTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetOutpostInstanceTypesCommand)
25
- .de(Aws_restJson1_1.de_GetOutpostInstanceTypesCommand)
26
- .build() {
27
- }
28
- exports.GetOutpostInstanceTypesCommand = GetOutpostInstanceTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSiteAddressCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSiteAddressCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetSiteAddress", {})
22
- .n("OutpostsClient", "GetSiteAddressCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSiteAddressCommand)
25
- .de(Aws_restJson1_1.de_GetSiteAddressCommand)
26
- .build() {
27
- }
28
- exports.GetSiteAddressCommand = GetSiteAddressCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSiteCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSiteCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "GetSite", {})
22
- .n("OutpostsClient", "GetSiteCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSiteCommand)
25
- .de(Aws_restJson1_1.de_GetSiteCommand)
26
- .build() {
27
- }
28
- exports.GetSiteCommand = GetSiteCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAssetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "ListAssets", {})
22
- .n("OutpostsClient", "ListAssetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssetsCommand)
25
- .de(Aws_restJson1_1.de_ListAssetsCommand)
26
- .build() {
27
- }
28
- exports.ListAssetsCommand = ListAssetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCatalogItemsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCatalogItemsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "ListCatalogItems", {})
22
- .n("OutpostsClient", "ListCatalogItemsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCatalogItemsCommand)
25
- .de(Aws_restJson1_1.de_ListCatalogItemsCommand)
26
- .build() {
27
- }
28
- exports.ListCatalogItemsCommand = ListCatalogItemsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrdersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListOrdersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "ListOrders", {})
22
- .n("OutpostsClient", "ListOrdersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOrdersCommand)
25
- .de(Aws_restJson1_1.de_ListOrdersCommand)
26
- .build() {
27
- }
28
- exports.ListOrdersCommand = ListOrdersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOutpostsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListOutpostsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("OutpostsOlafService", "ListOutposts", {})
22
- .n("OutpostsClient", "ListOutpostsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOutpostsCommand)
25
- .de(Aws_restJson1_1.de_ListOutpostsCommand)
26
- .build() {
27
- }
28
- exports.ListOutpostsCommand = ListOutpostsCommand;
1
+ module.exports = require("../index.js");