@aws-sdk/client-service-catalog-appregistry 3.1045.0 → 3.1046.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +64 -65
- package/dist-cjs/models/ServiceCatalogAppRegistryServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ServiceCatalogAppRegistry.js +1 -1
- package/dist-es/ServiceCatalogAppRegistryClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -2
- package/dist-es/commands/AssociateResourceCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateAttributeGroupCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -2
- package/dist-es/commands/DisassociateResourceCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetAssociatedResourceCommand.js +2 -2
- package/dist-es/commands/GetAttributeGroupCommand.js +2 -2
- package/dist-es/commands/GetConfigurationCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -2
- package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -2
- package/dist-es/commands/ListAttributeGroupsCommand.js +2 -2
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutConfigurationCommand.js +2 -2
- package/dist-es/commands/SyncResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ServiceCatalogAppRegistryServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ServiceCatalogAppRegistryClient.d.ts +5 -5
- package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/commands/AssociateResourceCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateResourceCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +6 -4
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/SyncResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateAttributeGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface CreateAttributeGroupCommandOutput
|
|
|
19
19
|
declare const CreateAttributeGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateAttributeGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateAttributeGroupCommandInput,
|
|
24
24
|
CreateAttributeGroupCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateAttributeGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateAttributeGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateAttributeGroupCommandInput,
|
|
33
33
|
CreateAttributeGroupCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAttributeGroupCommand extends CreateAttributeGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteApplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteApplicationCommandOutput
|
|
|
19
19
|
declare const DeleteApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteApplicationCommandInput,
|
|
24
24
|
DeleteApplicationCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteApplicationCommandInput,
|
|
33
33
|
DeleteApplicationCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteApplicationCommand extends DeleteApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteAttributeGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface DeleteAttributeGroupCommandOutput
|
|
|
19
19
|
declare const DeleteAttributeGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteAttributeGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteAttributeGroupCommandInput,
|
|
24
24
|
DeleteAttributeGroupCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteAttributeGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteAttributeGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteAttributeGroupCommandInput,
|
|
33
33
|
DeleteAttributeGroupCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteAttributeGroupCommand extends DeleteAttributeGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateAttributeGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateAttributeGroupCommandOutput
|
|
|
19
19
|
declare const DisassociateAttributeGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateAttributeGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateAttributeGroupCommandInput,
|
|
24
24
|
DisassociateAttributeGroupCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateAttributeGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateAttributeGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateAttributeGroupCommandInput,
|
|
33
33
|
DisassociateAttributeGroupCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateAttributeGroupCommand extends DisassociateAttributeGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateResourceCommandOutput
|
|
|
19
19
|
declare const DisassociateResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateResourceCommandInput,
|
|
24
24
|
DisassociateResourceCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateResourceCommandInput,
|
|
33
33
|
DisassociateResourceCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateResourceCommand extends DisassociateResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetApplicationRequest,
|
|
@@ -18,7 +18,7 @@ export interface GetApplicationCommandOutput
|
|
|
18
18
|
declare const GetApplicationCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetApplicationCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetApplicationCommandInput,
|
|
23
23
|
GetApplicationCommandOutput,
|
|
24
24
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetApplicationCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetApplicationCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetApplicationCommandInput,
|
|
32
32
|
GetApplicationCommandOutput,
|
|
33
33
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetApplicationCommand extends GetApplicationCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetAssociatedResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetAssociatedResourceCommandOutput
|
|
|
19
19
|
declare const GetAssociatedResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAssociatedResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAssociatedResourceCommandInput,
|
|
24
24
|
GetAssociatedResourceCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAssociatedResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetAssociatedResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAssociatedResourceCommandInput,
|
|
33
33
|
GetAssociatedResourceCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAssociatedResourceCommand extends GetAssociatedResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetAttributeGroupRequest,
|
|
@@ -19,7 +19,7 @@ export interface GetAttributeGroupCommandOutput
|
|
|
19
19
|
declare const GetAttributeGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAttributeGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAttributeGroupCommandInput,
|
|
24
24
|
GetAttributeGroupCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAttributeGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetAttributeGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAttributeGroupCommandInput,
|
|
33
33
|
GetAttributeGroupCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAttributeGroupCommand extends GetAttributeGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GetConfigurationResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface GetConfigurationCommandOutput
|
|
|
15
15
|
declare const GetConfigurationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetConfigurationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetConfigurationCommandInput,
|
|
20
20
|
GetConfigurationCommandOutput,
|
|
21
21
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetConfigurationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [GetConfigurationCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetConfigurationCommandInput,
|
|
29
29
|
GetConfigurationCommandOutput,
|
|
30
30
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListApplicationsRequest,
|
|
@@ -18,7 +18,7 @@ export interface ListApplicationsCommandOutput
|
|
|
18
18
|
declare const ListApplicationsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListApplicationsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListApplicationsCommandInput,
|
|
23
23
|
ListApplicationsCommandOutput,
|
|
24
24
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListApplicationsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListApplicationsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListApplicationsCommandInput,
|
|
32
32
|
ListApplicationsCommandOutput,
|
|
33
33
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListApplicationsCommand extends ListApplicationsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListAssociatedAttributeGroupsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListAssociatedAttributeGroupsCommandOutput
|
|
|
19
19
|
declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAssociatedAttributeGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAssociatedAttributeGroupsCommandInput,
|
|
24
24
|
ListAssociatedAttributeGroupsCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAssociatedAttributeGroupsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAssociatedAttributeGroupsCommandInput,
|
|
33
33
|
ListAssociatedAttributeGroupsCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAssociatedAttributeGroupsCommand extends ListAssociatedAttributeGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListAssociatedResourcesRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListAssociatedResourcesCommandOutput
|
|
|
19
19
|
declare const ListAssociatedResourcesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAssociatedResourcesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAssociatedResourcesCommandInput,
|
|
24
24
|
ListAssociatedResourcesCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAssociatedResourcesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAssociatedResourcesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAssociatedResourcesCommandInput,
|
|
33
33
|
ListAssociatedResourcesCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAssociatedResourcesCommand extends ListAssociatedResourcesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListAttributeGroupsRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListAttributeGroupsCommandOutput
|
|
|
19
19
|
declare const ListAttributeGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAttributeGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAttributeGroupsCommandInput,
|
|
24
24
|
ListAttributeGroupsCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAttributeGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAttributeGroupsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAttributeGroupsCommandInput,
|
|
33
33
|
ListAttributeGroupsCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAttributeGroupsCommand extends ListAttributeGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListAttributeGroupsForApplicationRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListAttributeGroupsForApplicationCommandOutput
|
|
|
19
19
|
declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAttributeGroupsForApplicationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAttributeGroupsForApplicationCommandInput,
|
|
24
24
|
ListAttributeGroupsForApplicationCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAttributeGroupsForApplicationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAttributeGroupsForApplicationCommandInput,
|
|
33
33
|
ListAttributeGroupsForApplicationCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAttributeGroupsForApplicationCommand extends ListAttributeGroupsForApplicationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceRequest,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { PutConfigurationRequest } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -13,7 +13,7 @@ export interface PutConfigurationCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const PutConfigurationCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: PutConfigurationCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
PutConfigurationCommandInput,
|
|
18
18
|
PutConfigurationCommandOutput,
|
|
19
19
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const PutConfigurationCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: PutConfigurationCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
PutConfigurationCommandInput,
|
|
27
27
|
PutConfigurationCommandOutput,
|
|
28
28
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class PutConfigurationCommand extends PutConfigurationCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface SyncResourceCommandOutput
|
|
|
15
15
|
declare const SyncResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: SyncResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
SyncResourceCommandInput,
|
|
20
20
|
SyncResourceCommandOutput,
|
|
21
21
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const SyncResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: SyncResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
SyncResourceCommandInput,
|
|
29
29
|
SyncResourceCommandOutput,
|
|
30
30
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class SyncResourceCommand extends SyncResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
UntagResourceRequest,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
ServiceCatalogAppRegistryClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|