@aws-sdk/client-service-catalog-appregistry 3.1076.0 → 3.1078.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 (92) hide show
  1. package/dist-cjs/index.js +35 -245
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -14
  4. package/dist-es/commands/AssociateResourceCommand.js +2 -14
  5. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  6. package/dist-es/commands/CreateAttributeGroupCommand.js +2 -14
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  8. package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -14
  9. package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -14
  10. package/dist-es/commands/DisassociateResourceCommand.js +2 -14
  11. package/dist-es/commands/GetApplicationCommand.js +2 -14
  12. package/dist-es/commands/GetAssociatedResourceCommand.js +2 -14
  13. package/dist-es/commands/GetAttributeGroupCommand.js +2 -14
  14. package/dist-es/commands/GetConfigurationCommand.js +2 -14
  15. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  16. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -14
  17. package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -14
  18. package/dist-es/commands/ListAttributeGroupsCommand.js +2 -14
  19. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/PutConfigurationCommand.js +2 -14
  22. package/dist-es/commands/SyncResourceCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  26. package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -14
  27. package/dist-es/index.js +1 -0
  28. package/dist-es/runtimeConfig.browser.js +0 -2
  29. package/dist-es/runtimeConfig.js +1 -2
  30. package/dist-es/runtimeConfig.native.js +0 -2
  31. package/dist-es/runtimeConfig.shared.js +2 -0
  32. package/dist-types/commandBuilder.d.ts +18 -0
  33. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +3 -8
  34. package/dist-types/commands/AssociateResourceCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +3 -8
  39. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +3 -8
  40. package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -8
  41. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  42. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +3 -8
  43. package/dist-types/commands/GetAttributeGroupCommand.d.ts +3 -8
  44. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
  45. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  46. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -8
  47. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +3 -8
  48. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -8
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/PutConfigurationCommand.d.ts +3 -8
  52. package/dist-types/commands/SyncResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  59. package/dist-types/runtimeConfig.d.ts +1 -1
  60. package/dist-types/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  62. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  63. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/index.d.ts +1 -0
  88. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  90. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  92. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAssociatedResources$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAssociatedResourcesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListAssociatedResources", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
14
- .sc(ListAssociatedResources$)
15
- .build() {
3
+ export class ListAssociatedResourcesCommand extends command(_ep0, _mw0, "ListAssociatedResources", ListAssociatedResources$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAttributeGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAttributeGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListAttributeGroups", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsCommand")
14
- .sc(ListAttributeGroups$)
15
- .build() {
3
+ export class ListAttributeGroupsCommand extends command(_ep0, _mw0, "ListAttributeGroups", ListAttributeGroups$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAttributeGroupsForApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAttributeGroupsForApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListAttributeGroupsForApplication", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsForApplicationCommand")
14
- .sc(ListAttributeGroupsForApplication$)
15
- .build() {
3
+ export class ListAttributeGroupsForApplicationCommand extends command(_ep0, _mw0, "ListAttributeGroupsForApplication", ListAttributeGroupsForApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "ListTagsForResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "PutConfiguration", {})
13
- .n("ServiceCatalogAppRegistryClient", "PutConfigurationCommand")
14
- .sc(PutConfiguration$)
15
- .build() {
3
+ export class PutConfigurationCommand extends command(_ep0, _mw0, "PutConfiguration", PutConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SyncResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SyncResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "SyncResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "SyncResourceCommand")
14
- .sc(SyncResource$)
15
- .build() {
3
+ export class SyncResourceCommand extends command(_ep0, _mw0, "SyncResource", SyncResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "TagResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "UntagResource", {})
13
- .n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "UpdateApplication", {})
13
- .n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
14
- .sc(UpdateApplication$)
15
- .build() {
3
+ export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAttributeGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAttributeGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWS242AppRegistry", "UpdateAttributeGroup", {})
13
- .n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
14
- .sc(UpdateAttributeGroup$)
15
- .build() {
3
+ export class UpdateAttributeGroupCommand extends command(_ep0, _mw0, "UpdateAttributeGroup", UpdateAttributeGroup$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ServiceCatalogAppRegistryClient";
2
2
  export * from "./ServiceCatalogAppRegistry";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AWS242AppRegistry",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Service Catalog AppRegistry",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ServiceCatalogAppRegistryClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateAttributeGroupCommandInput extends AssociateAttributeG
22
19
  export interface AssociateAttributeGroupCommandOutput extends AssociateAttributeGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateAttributeGroupCommand_base: {
25
- new (input: AssociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates an attribute group with an application to augment the application's metadata
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateResourceCommandInput extends AssociateResourceRequest
22
19
  export interface AssociateResourceCommandOutput extends AssociateResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateResourceCommand_base: {
25
- new (input: AssociateResourceCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateResourceCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateResourceCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateResourceCommandInput): import("@smithy/core/client").CommandImpl<AssociateResourceCommandInput, AssociateResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
22
19
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new application that is the top-level node in a hierarchy of related cloud resource abstractions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAttributeGroupCommandInput extends CreateAttributeGroupRe
22
19
  export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAttributeGroupCommand_base: {
25
- new (input: CreateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateAttributeGroupCommandInput, CreateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new attribute group as a container for user-defined attributes. This feature
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
22
19
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteApplicationCommand_base: {
25
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an application that is specified either by its application ID, name, or ARN. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAttributeGroupCommandInput extends DeleteAttributeGroupRe
22
19
  export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAttributeGroupCommand_base: {
25
- new (input: DeleteAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteAttributeGroupCommandInput, DeleteAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an attribute group, specified either by its attribute group ID, name, or ARN.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateAttributeGroupCommandInput extends DisassociateAttr
22
19
  export interface DisassociateAttributeGroupCommandOutput extends DisassociateAttributeGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateAttributeGroupCommand_base: {
25
- new (input: DisassociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<DisassociateAttributeGroupCommandInput, DisassociateAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts <code>AssociateAttributeGroup</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateResourceCommandInput extends DisassociateResourceRe
22
19
  export interface DisassociateResourceCommandOutput extends DisassociateResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateResourceCommand_base: {
25
- new (input: DisassociateResourceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateResourceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateResourceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateResourceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceCommandInput, DisassociateResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {
22
19
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetApplicationCommand_base: {
25
- new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAssociatedResourceCommandInput extends GetAssociatedResource
22
19
  export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAssociatedResourceCommand_base: {
25
- new (input: GetAssociatedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAssociatedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAssociatedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAssociatedResourceCommandInput): import("@smithy/core/client").CommandImpl<GetAssociatedResourceCommandInput, GetAssociatedResourceCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the resource associated with the application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
4
- import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAttributeGroupCommandInput extends GetAttributeGroupRequest
22
19
  export interface GetAttributeGroupCommandOutput extends GetAttributeGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAttributeGroupCommand_base: {
25
- new (input: GetAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAttributeGroupCommandInput): import("@smithy/core/client").CommandImpl<GetAttributeGroupCommandInput, GetAttributeGroupCommandOutput, import("..").ServiceCatalogAppRegistryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>