@aws-sdk/client-service-catalog-appregistry 3.478.0 → 3.484.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 (101) hide show
  1. package/dist-cjs/commands/AssociateAttributeGroupCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateResourceCommand.js +18 -41
  3. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAttributeGroupCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteApplicationCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAttributeGroupCommand.js +18 -41
  7. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js +18 -41
  8. package/dist-cjs/commands/DisassociateResourceCommand.js +18 -41
  9. package/dist-cjs/commands/GetApplicationCommand.js +18 -41
  10. package/dist-cjs/commands/GetAssociatedResourceCommand.js +18 -41
  11. package/dist-cjs/commands/GetAttributeGroupCommand.js +18 -41
  12. package/dist-cjs/commands/GetConfigurationCommand.js +18 -41
  13. package/dist-cjs/commands/ListApplicationsCommand.js +18 -41
  14. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  15. package/dist-cjs/commands/ListAssociatedResourcesCommand.js +18 -41
  16. package/dist-cjs/commands/ListAttributeGroupsCommand.js +18 -41
  17. package/dist-cjs/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  19. package/dist-cjs/commands/PutConfigurationCommand.js +18 -41
  20. package/dist-cjs/commands/SyncResourceCommand.js +18 -41
  21. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateAttributeGroupCommand.js +18 -41
  25. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  26. package/dist-es/commands/AssociateAttributeGroupCommand.js +18 -41
  27. package/dist-es/commands/AssociateResourceCommand.js +18 -41
  28. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  29. package/dist-es/commands/CreateAttributeGroupCommand.js +18 -41
  30. package/dist-es/commands/DeleteApplicationCommand.js +18 -41
  31. package/dist-es/commands/DeleteAttributeGroupCommand.js +18 -41
  32. package/dist-es/commands/DisassociateAttributeGroupCommand.js +18 -41
  33. package/dist-es/commands/DisassociateResourceCommand.js +18 -41
  34. package/dist-es/commands/GetApplicationCommand.js +18 -41
  35. package/dist-es/commands/GetAssociatedResourceCommand.js +18 -41
  36. package/dist-es/commands/GetAttributeGroupCommand.js +18 -41
  37. package/dist-es/commands/GetConfigurationCommand.js +18 -41
  38. package/dist-es/commands/ListApplicationsCommand.js +18 -41
  39. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +18 -41
  40. package/dist-es/commands/ListAssociatedResourcesCommand.js +18 -41
  41. package/dist-es/commands/ListAttributeGroupsCommand.js +18 -41
  42. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +18 -41
  43. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  44. package/dist-es/commands/PutConfigurationCommand.js +18 -41
  45. package/dist-es/commands/SyncResourceCommand.js +18 -41
  46. package/dist-es/commands/TagResourceCommand.js +18 -41
  47. package/dist-es/commands/UntagResourceCommand.js +18 -41
  48. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  49. package/dist-es/commands/UpdateAttributeGroupCommand.js +18 -41
  50. package/dist-es/endpoint/EndpointParameters.js +6 -0
  51. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +6 -21
  52. package/dist-types/commands/AssociateResourceCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  54. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +6 -21
  57. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +6 -21
  58. package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/GetApplicationCommand.d.ts +6 -21
  60. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/GetAttributeGroupCommand.d.ts +6 -21
  62. package/dist-types/commands/GetConfigurationCommand.d.ts +6 -21
  63. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -21
  64. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +6 -21
  65. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +6 -21
  66. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +6 -21
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  69. package/dist-types/commands/PutConfigurationCommand.d.ts +6 -21
  70. package/dist-types/commands/SyncResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  72. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  74. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +6 -21
  75. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  76. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  101. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
5
4
  import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRe
21
20
  */
22
21
  export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAttributeGroupCommand_base: {
24
+ new (input: UpdateAttributeGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing attribute group with new details. </p>
@@ -77,23 +80,5 @@ export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupR
77
80
  * <p>Base exception class for all service exceptions from ServiceCatalogAppRegistry service.</p>
78
81
  *
79
82
  */
80
- export declare class UpdateAttributeGroupCommand extends $Command<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig> {
81
- readonly input: UpdateAttributeGroupCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: UpdateAttributeGroupCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ServiceCatalogAppRegistryClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class UpdateAttributeGroupCommand extends UpdateAttributeGroupCommand_base {
99
84
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateAttributeGroupRequest,
11
5
  AssociateAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface AssociateAttributeGroupCommandInput
21
15
  export interface AssociateAttributeGroupCommandOutput
22
16
  extends AssociateAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateAttributeGroupCommand extends $Command<
25
- AssociateAttributeGroupCommandInput,
26
- AssociateAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: AssociateAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AssociateAttributeGroupCommand_base: {
19
+ new (
20
+ input: AssociateAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AssociateAttributeGroupCommandInput,
38
- AssociateAttributeGroupCommandOutput
23
+ AssociateAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateAttributeGroupCommand extends AssociateAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AssociateResourceRequest,
11
5
  AssociateResourceResponse,
@@ -21,19 +15,16 @@ export interface AssociateResourceCommandInput
21
15
  export interface AssociateResourceCommandOutput
22
16
  extends AssociateResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class AssociateResourceCommand extends $Command<
25
- AssociateResourceCommandInput,
26
- AssociateResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: AssociateResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AssociateResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AssociateResourceCommandInput, AssociateResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AssociateResourceCommand_base: {
19
+ new (
20
+ input: AssociateResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AssociateResourceCommandInput,
23
+ AssociateResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AssociateResourceCommand extends AssociateResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateApplicationRequest,
11
5
  CreateApplicationResponse,
@@ -21,19 +15,16 @@ export interface CreateApplicationCommandInput
21
15
  export interface CreateApplicationCommandOutput
22
16
  extends CreateApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateApplicationCommand extends $Command<
25
- CreateApplicationCommandInput,
26
- CreateApplicationCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: CreateApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateApplicationCommand_base: {
19
+ new (
20
+ input: CreateApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateApplicationCommandInput,
23
+ CreateApplicationCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateAttributeGroupRequest,
11
5
  CreateAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface CreateAttributeGroupCommandInput
21
15
  export interface CreateAttributeGroupCommandOutput
22
16
  extends CreateAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAttributeGroupCommand extends $Command<
25
- CreateAttributeGroupCommandInput,
26
- CreateAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: CreateAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAttributeGroupCommand_base: {
19
+ new (
20
+ input: CreateAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAttributeGroupCommandInput,
38
- CreateAttributeGroupCommandOutput
23
+ CreateAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteApplicationRequest,
11
5
  DeleteApplicationResponse,
@@ -21,19 +15,16 @@ export interface DeleteApplicationCommandInput
21
15
  export interface DeleteApplicationCommandOutput
22
16
  extends DeleteApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteApplicationCommand extends $Command<
25
- DeleteApplicationCommandInput,
26
- DeleteApplicationCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DeleteApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteApplicationCommand_base: {
19
+ new (
20
+ input: DeleteApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteApplicationCommandInput,
23
+ DeleteApplicationCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteAttributeGroupRequest,
11
5
  DeleteAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface DeleteAttributeGroupCommandInput
21
15
  export interface DeleteAttributeGroupCommandOutput
22
16
  extends DeleteAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteAttributeGroupCommand extends $Command<
25
- DeleteAttributeGroupCommandInput,
26
- DeleteAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DeleteAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteAttributeGroupCommand_base: {
19
+ new (
20
+ input: DeleteAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteAttributeGroupCommandInput,
38
- DeleteAttributeGroupCommandOutput
23
+ DeleteAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateAttributeGroupRequest,
11
5
  DisassociateAttributeGroupResponse,
@@ -21,22 +15,16 @@ export interface DisassociateAttributeGroupCommandInput
21
15
  export interface DisassociateAttributeGroupCommandOutput
22
16
  extends DisassociateAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateAttributeGroupCommand extends $Command<
25
- DisassociateAttributeGroupCommandInput,
26
- DisassociateAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DisassociateAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateAttributeGroupCommand_base: {
19
+ new (
20
+ input: DisassociateAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateAttributeGroupCommandInput,
38
- DisassociateAttributeGroupCommandOutput
23
+ DisassociateAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DisassociateResourceRequest,
11
5
  DisassociateResourceResponse,
@@ -21,22 +15,16 @@ export interface DisassociateResourceCommandInput
21
15
  export interface DisassociateResourceCommandOutput
22
16
  extends DisassociateResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateResourceCommand extends $Command<
25
- DisassociateResourceCommandInput,
26
- DisassociateResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: DisassociateResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateResourceCommand_base: {
19
+ new (
20
+ input: DisassociateResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateResourceCommandInput,
38
- DisassociateResourceCommandOutput
23
+ DisassociateResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetApplicationRequest,
11
5
  GetApplicationResponse,
@@ -20,19 +14,16 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
20
14
  export interface GetApplicationCommandOutput
21
15
  extends GetApplicationResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetApplicationCommand extends $Command<
24
- GetApplicationCommandInput,
25
- GetApplicationCommandOutput,
26
- ServiceCatalogAppRegistryClientResolvedConfig
27
- > {
28
- readonly input: GetApplicationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetApplicationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetApplicationCommand_base: {
18
+ new (
19
+ input: GetApplicationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetApplicationCommandInput,
22
+ GetApplicationCommandOutput,
23
+ ServiceCatalogAppRegistryClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetApplicationCommand extends GetApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAssociatedResourceRequest,
11
5
  GetAssociatedResourceResponse,
@@ -21,22 +15,16 @@ export interface GetAssociatedResourceCommandInput
21
15
  export interface GetAssociatedResourceCommandOutput
22
16
  extends GetAssociatedResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAssociatedResourceCommand extends $Command<
25
- GetAssociatedResourceCommandInput,
26
- GetAssociatedResourceCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: GetAssociatedResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAssociatedResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAssociatedResourceCommand_base: {
19
+ new (
20
+ input: GetAssociatedResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAssociatedResourceCommandInput,
38
- GetAssociatedResourceCommandOutput
23
+ GetAssociatedResourceCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetAttributeGroupRequest,
11
5
  GetAttributeGroupResponse,
@@ -21,19 +15,16 @@ export interface GetAttributeGroupCommandInput
21
15
  export interface GetAttributeGroupCommandOutput
22
16
  extends GetAttributeGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAttributeGroupCommand extends $Command<
25
- GetAttributeGroupCommandInput,
26
- GetAttributeGroupCommandOutput,
27
- ServiceCatalogAppRegistryClientResolvedConfig
28
- > {
29
- readonly input: GetAttributeGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAttributeGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetAttributeGroupCommand_base: {
19
+ new (
20
+ input: GetAttributeGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetAttributeGroupCommandInput,
23
+ GetAttributeGroupCommandOutput,
24
+ ServiceCatalogAppRegistryClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetConfigurationResponse } from "../models/models_0";
10
4
  import {
11
5
  ServiceCatalogAppRegistryClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetConfigurationCommandInput {}
17
11
  export interface GetConfigurationCommandOutput
18
12
  extends GetConfigurationResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetConfigurationCommand extends $Command<
21
- GetConfigurationCommandInput,
22
- GetConfigurationCommandOutput,
23
- ServiceCatalogAppRegistryClientResolvedConfig
24
- > {
25
- readonly input: GetConfigurationCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetConfigurationCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ServiceCatalogAppRegistryClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetConfigurationCommand_base: {
15
+ new (
16
+ input: GetConfigurationCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetConfigurationCommandInput,
19
+ GetConfigurationCommandOutput,
20
+ ServiceCatalogAppRegistryClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetConfigurationCommand extends GetConfigurationCommand_base {}