@aws-sdk/client-service-catalog-appregistry 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 (43) hide show
  1. package/dist-cjs/ServiceCatalogAppRegistry.js +1 -59
  2. package/dist-cjs/ServiceCatalogAppRegistryClient.js +1 -43
  3. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateResourceCommand.js +1 -28
  5. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  6. package/dist-cjs/commands/CreateAttributeGroupCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +1 -28
  9. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +1 -28
  10. package/dist-cjs/commands/DisassociateResourceCommand.js +1 -28
  11. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  12. package/dist-cjs/commands/GetAssociatedResourceCommand.js +1 -28
  13. package/dist-cjs/commands/GetAttributeGroupCommand.js +1 -28
  14. package/dist-cjs/commands/GetConfigurationCommand.js +1 -28
  15. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  16. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +1 -28
  17. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +1 -28
  18. package/dist-cjs/commands/ListAttributeGroupsCommand.js +1 -28
  19. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +1 -28
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  21. package/dist-cjs/commands/PutConfigurationCommand.js +1 -28
  22. package/dist-cjs/commands/SyncResourceCommand.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/UpdateApplicationCommand.js +1 -28
  26. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +1 -28
  27. package/dist-cjs/commands/index.js +1 -27
  28. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  29. package/dist-cjs/extensionConfiguration.js +1 -2
  30. package/dist-cjs/index.js +2326 -11
  31. package/dist-cjs/models/ServiceCatalogAppRegistryServiceException.js +1 -12
  32. package/dist-cjs/models/index.js +1 -4
  33. package/dist-cjs/models/models_0.js +1 -114
  34. package/dist-cjs/pagination/Interfaces.js +1 -2
  35. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListAssociatedAttributeGroupsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListAssociatedResourcesPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListAttributeGroupsForApplicationPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListAttributeGroupsPaginator.js +1 -7
  40. package/dist-cjs/pagination/index.js +1 -9
  41. package/dist-cjs/protocols/Aws_restJson1.js +1 -1549
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/package.json +40 -40
@@ -1,59 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceCatalogAppRegistry = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateAttributeGroupCommand_1 = require("./commands/AssociateAttributeGroupCommand");
6
- const AssociateResourceCommand_1 = require("./commands/AssociateResourceCommand");
7
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
8
- const CreateAttributeGroupCommand_1 = require("./commands/CreateAttributeGroupCommand");
9
- const DeleteApplicationCommand_1 = require("./commands/DeleteApplicationCommand");
10
- const DeleteAttributeGroupCommand_1 = require("./commands/DeleteAttributeGroupCommand");
11
- const DisassociateAttributeGroupCommand_1 = require("./commands/DisassociateAttributeGroupCommand");
12
- const DisassociateResourceCommand_1 = require("./commands/DisassociateResourceCommand");
13
- const GetApplicationCommand_1 = require("./commands/GetApplicationCommand");
14
- const GetAssociatedResourceCommand_1 = require("./commands/GetAssociatedResourceCommand");
15
- const GetAttributeGroupCommand_1 = require("./commands/GetAttributeGroupCommand");
16
- const GetConfigurationCommand_1 = require("./commands/GetConfigurationCommand");
17
- const ListApplicationsCommand_1 = require("./commands/ListApplicationsCommand");
18
- const ListAssociatedAttributeGroupsCommand_1 = require("./commands/ListAssociatedAttributeGroupsCommand");
19
- const ListAssociatedResourcesCommand_1 = require("./commands/ListAssociatedResourcesCommand");
20
- const ListAttributeGroupsCommand_1 = require("./commands/ListAttributeGroupsCommand");
21
- const ListAttributeGroupsForApplicationCommand_1 = require("./commands/ListAttributeGroupsForApplicationCommand");
22
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
23
- const PutConfigurationCommand_1 = require("./commands/PutConfigurationCommand");
24
- const SyncResourceCommand_1 = require("./commands/SyncResourceCommand");
25
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
26
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
27
- const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
28
- const UpdateAttributeGroupCommand_1 = require("./commands/UpdateAttributeGroupCommand");
29
- const ServiceCatalogAppRegistryClient_1 = require("./ServiceCatalogAppRegistryClient");
30
- const commands = {
31
- AssociateAttributeGroupCommand: AssociateAttributeGroupCommand_1.AssociateAttributeGroupCommand,
32
- AssociateResourceCommand: AssociateResourceCommand_1.AssociateResourceCommand,
33
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
34
- CreateAttributeGroupCommand: CreateAttributeGroupCommand_1.CreateAttributeGroupCommand,
35
- DeleteApplicationCommand: DeleteApplicationCommand_1.DeleteApplicationCommand,
36
- DeleteAttributeGroupCommand: DeleteAttributeGroupCommand_1.DeleteAttributeGroupCommand,
37
- DisassociateAttributeGroupCommand: DisassociateAttributeGroupCommand_1.DisassociateAttributeGroupCommand,
38
- DisassociateResourceCommand: DisassociateResourceCommand_1.DisassociateResourceCommand,
39
- GetApplicationCommand: GetApplicationCommand_1.GetApplicationCommand,
40
- GetAssociatedResourceCommand: GetAssociatedResourceCommand_1.GetAssociatedResourceCommand,
41
- GetAttributeGroupCommand: GetAttributeGroupCommand_1.GetAttributeGroupCommand,
42
- GetConfigurationCommand: GetConfigurationCommand_1.GetConfigurationCommand,
43
- ListApplicationsCommand: ListApplicationsCommand_1.ListApplicationsCommand,
44
- ListAssociatedAttributeGroupsCommand: ListAssociatedAttributeGroupsCommand_1.ListAssociatedAttributeGroupsCommand,
45
- ListAssociatedResourcesCommand: ListAssociatedResourcesCommand_1.ListAssociatedResourcesCommand,
46
- ListAttributeGroupsCommand: ListAttributeGroupsCommand_1.ListAttributeGroupsCommand,
47
- ListAttributeGroupsForApplicationCommand: ListAttributeGroupsForApplicationCommand_1.ListAttributeGroupsForApplicationCommand,
48
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
49
- PutConfigurationCommand: PutConfigurationCommand_1.PutConfigurationCommand,
50
- SyncResourceCommand: SyncResourceCommand_1.SyncResourceCommand,
51
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
52
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
53
- UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
54
- UpdateAttributeGroupCommand: UpdateAttributeGroupCommand_1.UpdateAttributeGroupCommand,
55
- };
56
- class ServiceCatalogAppRegistry extends ServiceCatalogAppRegistryClient_1.ServiceCatalogAppRegistryClient {
57
- }
58
- exports.ServiceCatalogAppRegistry = ServiceCatalogAppRegistry;
59
- (0, smithy_client_1.createAggregatedClient)(commands, ServiceCatalogAppRegistry);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ServiceCatalogAppRegistryClient = 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 ServiceCatalogAppRegistryClient 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.ServiceCatalogAppRegistryClient = ServiceCatalogAppRegistryClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateAttributeGroupCommand = 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 AssociateAttributeGroupCommand 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("AWS242AppRegistry", "AssociateAttributeGroup", {})
22
- .n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateAttributeGroupCommand)
25
- .de(Aws_restJson1_1.de_AssociateAttributeGroupCommand)
26
- .build() {
27
- }
28
- exports.AssociateAttributeGroupCommand = AssociateAttributeGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateResourceCommand = 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 AssociateResourceCommand 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("AWS242AppRegistry", "AssociateResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateResourceCommand)
25
- .de(Aws_restJson1_1.de_AssociateResourceCommand)
26
- .build() {
27
- }
28
- exports.AssociateResourceCommand = AssociateResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = 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 CreateApplicationCommand 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("AWS242AppRegistry", "CreateApplication", {})
22
- .n("ServiceCatalogAppRegistryClient", "CreateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateApplicationCommand)
25
- .de(Aws_restJson1_1.de_CreateApplicationCommand)
26
- .build() {
27
- }
28
- exports.CreateApplicationCommand = CreateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAttributeGroupCommand = 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 CreateAttributeGroupCommand 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("AWS242AppRegistry", "CreateAttributeGroup", {})
22
- .n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateAttributeGroupCommand)
25
- .de(Aws_restJson1_1.de_CreateAttributeGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateAttributeGroupCommand = CreateAttributeGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationCommand = 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 DeleteApplicationCommand 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("AWS242AppRegistry", "DeleteApplication", {})
22
- .n("ServiceCatalogAppRegistryClient", "DeleteApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteApplicationCommand)
25
- .de(Aws_restJson1_1.de_DeleteApplicationCommand)
26
- .build() {
27
- }
28
- exports.DeleteApplicationCommand = DeleteApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAttributeGroupCommand = 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 DeleteAttributeGroupCommand 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("AWS242AppRegistry", "DeleteAttributeGroup", {})
22
- .n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAttributeGroupCommand)
25
- .de(Aws_restJson1_1.de_DeleteAttributeGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteAttributeGroupCommand = DeleteAttributeGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateAttributeGroupCommand = 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 DisassociateAttributeGroupCommand 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("AWS242AppRegistry", "DisassociateAttributeGroup", {})
22
- .n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateAttributeGroupCommand)
25
- .de(Aws_restJson1_1.de_DisassociateAttributeGroupCommand)
26
- .build() {
27
- }
28
- exports.DisassociateAttributeGroupCommand = DisassociateAttributeGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateResourceCommand = 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 DisassociateResourceCommand 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("AWS242AppRegistry", "DisassociateResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DisassociateResourceCommand)
25
- .de(Aws_restJson1_1.de_DisassociateResourceCommand)
26
- .build() {
27
- }
28
- exports.DisassociateResourceCommand = DisassociateResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetApplicationCommand = 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 GetApplicationCommand 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("AWS242AppRegistry", "GetApplication", {})
22
- .n("ServiceCatalogAppRegistryClient", "GetApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetApplicationCommand)
25
- .de(Aws_restJson1_1.de_GetApplicationCommand)
26
- .build() {
27
- }
28
- exports.GetApplicationCommand = GetApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAssociatedResourceCommand = 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 GetAssociatedResourceCommand 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("AWS242AppRegistry", "GetAssociatedResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAssociatedResourceCommand)
25
- .de(Aws_restJson1_1.de_GetAssociatedResourceCommand)
26
- .build() {
27
- }
28
- exports.GetAssociatedResourceCommand = GetAssociatedResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAttributeGroupCommand = 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 GetAttributeGroupCommand 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("AWS242AppRegistry", "GetAttributeGroup", {})
22
- .n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetAttributeGroupCommand)
25
- .de(Aws_restJson1_1.de_GetAttributeGroupCommand)
26
- .build() {
27
- }
28
- exports.GetAttributeGroupCommand = GetAttributeGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigurationCommand = 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 GetConfigurationCommand 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("AWS242AppRegistry", "GetConfiguration", {})
22
- .n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConfigurationCommand)
25
- .de(Aws_restJson1_1.de_GetConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetConfigurationCommand = GetConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListApplicationsCommand = 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 ListApplicationsCommand 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("AWS242AppRegistry", "ListApplications", {})
22
- .n("ServiceCatalogAppRegistryClient", "ListApplicationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListApplicationsCommand)
25
- .de(Aws_restJson1_1.de_ListApplicationsCommand)
26
- .build() {
27
- }
28
- exports.ListApplicationsCommand = ListApplicationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssociatedAttributeGroupsCommand = 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 ListAssociatedAttributeGroupsCommand 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("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
22
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssociatedAttributeGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListAssociatedAttributeGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListAssociatedAttributeGroupsCommand = ListAssociatedAttributeGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssociatedResourcesCommand = 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 ListAssociatedResourcesCommand 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("AWS242AppRegistry", "ListAssociatedResources", {})
22
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssociatedResourcesCommand)
25
- .de(Aws_restJson1_1.de_ListAssociatedResourcesCommand)
26
- .build() {
27
- }
28
- exports.ListAssociatedResourcesCommand = ListAssociatedResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAttributeGroupsCommand = 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 ListAttributeGroupsCommand 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("AWS242AppRegistry", "ListAttributeGroups", {})
22
- .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAttributeGroupsCommand)
25
- .de(Aws_restJson1_1.de_ListAttributeGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListAttributeGroupsCommand = ListAttributeGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAttributeGroupsForApplicationCommand = 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 ListAttributeGroupsForApplicationCommand 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("AWS242AppRegistry", "ListAttributeGroupsForApplication", {})
22
- .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsForApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAttributeGroupsForApplicationCommand)
25
- .de(Aws_restJson1_1.de_ListAttributeGroupsForApplicationCommand)
26
- .build() {
27
- }
28
- exports.ListAttributeGroupsForApplicationCommand = ListAttributeGroupsForApplicationCommand;
1
+ module.exports = require("../index.js");