@aws-sdk/client-service-catalog-appregistry 3.490.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,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutConfigurationCommand = 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 PutConfigurationCommand 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", "PutConfiguration", {})
22
- .n("ServiceCatalogAppRegistryClient", "PutConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutConfigurationCommand)
25
- .de(Aws_restJson1_1.de_PutConfigurationCommand)
26
- .build() {
27
- }
28
- exports.PutConfigurationCommand = PutConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SyncResourceCommand = 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 SyncResourceCommand 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", "SyncResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "SyncResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_SyncResourceCommand)
25
- .de(Aws_restJson1_1.de_SyncResourceCommand)
26
- .build() {
27
- }
28
- exports.SyncResourceCommand = SyncResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = 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 UntagResourceCommand 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", "UntagResource", {})
22
- .n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationCommand = 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 UpdateApplicationCommand 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", "UpdateApplication", {})
22
- .n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateApplicationCommand)
25
- .de(Aws_restJson1_1.de_UpdateApplicationCommand)
26
- .build() {
27
- }
28
- exports.UpdateApplicationCommand = UpdateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAttributeGroupCommand = 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 UpdateAttributeGroupCommand 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", "UpdateAttributeGroup", {})
22
- .n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateAttributeGroupCommand)
25
- .de(Aws_restJson1_1.de_UpdateAttributeGroupCommand)
26
- .build() {
27
- }
28
- exports.UpdateAttributeGroupCommand = UpdateAttributeGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,27 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateAttributeGroupCommand"), exports);
5
- tslib_1.__exportStar(require("./AssociateResourceCommand"), exports);
6
- tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateAttributeGroupCommand"), exports);
8
- tslib_1.__exportStar(require("./DeleteApplicationCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteAttributeGroupCommand"), exports);
10
- tslib_1.__exportStar(require("./DisassociateAttributeGroupCommand"), exports);
11
- tslib_1.__exportStar(require("./DisassociateResourceCommand"), exports);
12
- tslib_1.__exportStar(require("./GetApplicationCommand"), exports);
13
- tslib_1.__exportStar(require("./GetAssociatedResourceCommand"), exports);
14
- tslib_1.__exportStar(require("./GetAttributeGroupCommand"), exports);
15
- tslib_1.__exportStar(require("./GetConfigurationCommand"), exports);
16
- tslib_1.__exportStar(require("./ListApplicationsCommand"), exports);
17
- tslib_1.__exportStar(require("./ListAssociatedAttributeGroupsCommand"), exports);
18
- tslib_1.__exportStar(require("./ListAssociatedResourcesCommand"), exports);
19
- tslib_1.__exportStar(require("./ListAttributeGroupsCommand"), exports);
20
- tslib_1.__exportStar(require("./ListAttributeGroupsForApplicationCommand"), exports);
21
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
22
- tslib_1.__exportStar(require("./PutConfigurationCommand"), exports);
23
- tslib_1.__exportStar(require("./SyncResourceCommand"), exports);
24
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
25
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
26
- tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
27
- tslib_1.__exportStar(require("./UpdateAttributeGroupCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "servicecatalog",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");