@aws-sdk/client-service-catalog-appregistry 3.1087.0 → 3.1089.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/index.js +1 -1
- package/dist-types/ts3.4/ServiceCatalogAppRegistry.d.ts +78 -87
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +6 -17
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -8
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AssociateResourceRequest,
|
|
4
|
-
AssociateResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateResourceCommandInput
|
|
8
|
-
extends AssociateResourceRequest {}
|
|
4
|
+
export interface AssociateResourceCommandInput extends AssociateResourceRequest {}
|
|
9
5
|
export interface AssociateResourceCommandOutput
|
|
10
|
-
extends AssociateResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends AssociateResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const AssociateResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: AssociateResourceCommandInput
|
|
9
|
+
input: AssociateResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
AssociateResourceCommandInput,
|
|
17
12
|
AssociateResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const AssociateResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: AssociateResourceCommandInput
|
|
18
|
+
input: AssociateResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
AssociateResourceCommandInput,
|
|
26
21
|
AssociateResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateApplicationRequest,
|
|
4
|
-
CreateApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateApplicationCommandInput
|
|
8
|
-
extends CreateApplicationRequest {}
|
|
4
|
+
export interface CreateApplicationCommandInput extends CreateApplicationRequest {}
|
|
9
5
|
export interface CreateApplicationCommandOutput
|
|
10
|
-
extends CreateApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateApplicationCommandInput
|
|
9
|
+
input: CreateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateApplicationCommandInput,
|
|
17
12
|
CreateApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateApplicationCommandInput
|
|
18
|
+
input: CreateApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateApplicationCommandInput,
|
|
26
21
|
CreateApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAttributeGroupRequest,
|
|
4
|
-
CreateAttributeGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateAttributeGroupCommandInput
|
|
8
|
-
extends CreateAttributeGroupRequest {}
|
|
4
|
+
export interface CreateAttributeGroupCommandInput extends CreateAttributeGroupRequest {}
|
|
9
5
|
export interface CreateAttributeGroupCommandOutput
|
|
10
|
-
extends CreateAttributeGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateAttributeGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateAttributeGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateAttributeGroupCommandInput
|
|
9
|
+
input: CreateAttributeGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateAttributeGroupCommandInput,
|
|
17
12
|
CreateAttributeGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateAttributeGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateAttributeGroupCommandInput
|
|
18
|
+
input: CreateAttributeGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateAttributeGroupCommandInput,
|
|
26
21
|
CreateAttributeGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteApplicationRequest,
|
|
4
|
-
DeleteApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteApplicationCommandInput
|
|
8
|
-
extends DeleteApplicationRequest {}
|
|
4
|
+
export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {}
|
|
9
5
|
export interface DeleteApplicationCommandOutput
|
|
10
|
-
extends DeleteApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteApplicationCommandInput
|
|
9
|
+
input: DeleteApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteApplicationCommandInput,
|
|
17
12
|
DeleteApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteApplicationCommandInput
|
|
18
|
+
input: DeleteApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteApplicationCommandInput,
|
|
26
21
|
DeleteApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteAttributeGroupRequest,
|
|
4
|
-
DeleteAttributeGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteAttributeGroupCommandInput
|
|
8
|
-
extends DeleteAttributeGroupRequest {}
|
|
4
|
+
export interface DeleteAttributeGroupCommandInput extends DeleteAttributeGroupRequest {}
|
|
9
5
|
export interface DeleteAttributeGroupCommandOutput
|
|
10
|
-
extends DeleteAttributeGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteAttributeGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteAttributeGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteAttributeGroupCommandInput
|
|
9
|
+
input: DeleteAttributeGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteAttributeGroupCommandInput,
|
|
17
12
|
DeleteAttributeGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteAttributeGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteAttributeGroupCommandInput
|
|
18
|
+
input: DeleteAttributeGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteAttributeGroupCommandInput,
|
|
26
21
|
DeleteAttributeGroupCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateAttributeGroupResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateAttributeGroupCommandInput
|
|
8
|
-
extends DisassociateAttributeGroupRequest {}
|
|
7
|
+
export interface DisassociateAttributeGroupCommandInput extends DisassociateAttributeGroupRequest {}
|
|
9
8
|
export interface DisassociateAttributeGroupCommandOutput
|
|
10
|
-
extends DisassociateAttributeGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateAttributeGroupResponse, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateAttributeGroupCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateAttributeGroupCommandInput
|
|
12
|
+
input: DisassociateAttributeGroupCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateAttributeGroupCommandInput,
|
|
17
15
|
DisassociateAttributeGroupCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateAttributeGroupCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateAttributeGroupCommandInput
|
|
21
|
+
input: DisassociateAttributeGroupCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateAttributeGroupCommandInput,
|
|
26
24
|
DisassociateAttributeGroupCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DisassociateResourceRequest,
|
|
4
|
-
DisassociateResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateResourceCommandInput
|
|
8
|
-
extends DisassociateResourceRequest {}
|
|
4
|
+
export interface DisassociateResourceCommandInput extends DisassociateResourceRequest {}
|
|
9
5
|
export interface DisassociateResourceCommandOutput
|
|
10
|
-
extends DisassociateResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DisassociateResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DisassociateResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DisassociateResourceCommandInput
|
|
9
|
+
input: DisassociateResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DisassociateResourceCommandInput,
|
|
17
12
|
DisassociateResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DisassociateResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DisassociateResourceCommandInput
|
|
18
|
+
input: DisassociateResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DisassociateResourceCommandInput,
|
|
26
21
|
DisassociateResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetApplicationRequest,
|
|
4
|
-
GetApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
8
|
-
export interface GetApplicationCommandOutput
|
|
9
|
-
extends GetApplicationResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetApplicationCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetApplicationCommandInput
|
|
8
|
+
input: GetApplicationCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetApplicationCommandInput,
|
|
16
11
|
GetApplicationCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetApplicationCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetApplicationCommandInput
|
|
17
|
+
input: GetApplicationCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetApplicationCommandInput,
|
|
25
20
|
GetApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAssociatedResourceRequest,
|
|
4
|
-
GetAssociatedResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAssociatedResourceCommandInput
|
|
8
|
-
extends GetAssociatedResourceRequest {}
|
|
4
|
+
export interface GetAssociatedResourceCommandInput extends GetAssociatedResourceRequest {}
|
|
9
5
|
export interface GetAssociatedResourceCommandOutput
|
|
10
|
-
extends GetAssociatedResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAssociatedResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetAssociatedResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAssociatedResourceCommandInput
|
|
9
|
+
input: GetAssociatedResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAssociatedResourceCommandInput,
|
|
17
12
|
GetAssociatedResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetAssociatedResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetAssociatedResourceCommandInput
|
|
18
|
+
input: GetAssociatedResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetAssociatedResourceCommandInput,
|
|
26
21
|
GetAssociatedResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAttributeGroupRequest,
|
|
4
|
-
GetAttributeGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAttributeGroupCommandInput
|
|
8
|
-
extends GetAttributeGroupRequest {}
|
|
4
|
+
export interface GetAttributeGroupCommandInput extends GetAttributeGroupRequest {}
|
|
9
5
|
export interface GetAttributeGroupCommandOutput
|
|
10
|
-
extends GetAttributeGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAttributeGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetAttributeGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAttributeGroupCommandInput
|
|
9
|
+
input: GetAttributeGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAttributeGroupCommandInput,
|
|
17
12
|
GetAttributeGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetAttributeGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetAttributeGroupCommandInput
|
|
18
|
+
input: GetAttributeGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetAttributeGroupCommandInput,
|
|
26
21
|
GetAttributeGroupCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetConfigurationResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetConfigurationCommandInput {}
|
|
5
|
-
export interface GetConfigurationCommandOutput
|
|
6
|
-
extends GetConfigurationResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetConfigurationCommandOutput extends GetConfigurationResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetConfigurationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetConfigurationCommandInput
|
|
8
|
+
input: GetConfigurationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetConfigurationCommandInput,
|
|
13
11
|
GetConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListApplicationsRequest,
|
|
4
|
-
ListApplicationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
8
|
-
export interface ListApplicationsCommandOutput
|
|
9
|
-
extends ListApplicationsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListApplicationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListApplicationsCommandInput
|
|
8
|
+
input: ListApplicationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListApplicationsCommandInput,
|
|
16
11
|
ListApplicationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAssociatedAttributeGroupsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAssociatedAttributeGroupsCommandInput
|
|
8
|
-
extends ListAssociatedAttributeGroupsRequest {}
|
|
7
|
+
export interface ListAssociatedAttributeGroupsCommandInput extends ListAssociatedAttributeGroupsRequest {}
|
|
9
8
|
export interface ListAssociatedAttributeGroupsCommandOutput
|
|
10
|
-
extends ListAssociatedAttributeGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAssociatedAttributeGroupsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAssociatedAttributeGroupsCommandInput
|
|
12
|
+
input: ListAssociatedAttributeGroupsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAssociatedAttributeGroupsCommandInput,
|
|
17
15
|
ListAssociatedAttributeGroupsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAssociatedAttributeGroupsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAssociatedAttributeGroupsCommandInput
|
|
21
|
+
input: ListAssociatedAttributeGroupsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAssociatedAttributeGroupsCommandInput,
|
|
26
24
|
ListAssociatedAttributeGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAssociatedResourcesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAssociatedResourcesCommandInput
|
|
8
|
-
extends ListAssociatedResourcesRequest {}
|
|
7
|
+
export interface ListAssociatedResourcesCommandInput extends ListAssociatedResourcesRequest {}
|
|
9
8
|
export interface ListAssociatedResourcesCommandOutput
|
|
10
|
-
extends ListAssociatedResourcesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAssociatedResourcesResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAssociatedResourcesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAssociatedResourcesCommandInput
|
|
12
|
+
input: ListAssociatedResourcesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAssociatedResourcesCommandInput,
|
|
17
15
|
ListAssociatedResourcesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAssociatedResourcesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAssociatedResourcesCommandInput
|
|
21
|
+
input: ListAssociatedResourcesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAssociatedResourcesCommandInput,
|
|
26
24
|
ListAssociatedResourcesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAttributeGroupsRequest,
|
|
4
|
-
ListAttributeGroupsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAttributeGroupsCommandInput
|
|
8
|
-
extends ListAttributeGroupsRequest {}
|
|
4
|
+
export interface ListAttributeGroupsCommandInput extends ListAttributeGroupsRequest {}
|
|
9
5
|
export interface ListAttributeGroupsCommandOutput
|
|
10
|
-
extends ListAttributeGroupsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAttributeGroupsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAttributeGroupsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAttributeGroupsCommandInput
|
|
9
|
+
input: ListAttributeGroupsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAttributeGroupsCommandInput,
|
|
17
12
|
ListAttributeGroupsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAttributeGroupsForApplicationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAttributeGroupsForApplicationCommandInput
|
|
8
|
-
extends ListAttributeGroupsForApplicationRequest {}
|
|
7
|
+
export interface ListAttributeGroupsForApplicationCommandInput extends ListAttributeGroupsForApplicationRequest {}
|
|
9
8
|
export interface ListAttributeGroupsForApplicationCommandOutput
|
|
10
|
-
extends ListAttributeGroupsForApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAttributeGroupsForApplicationResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAttributeGroupsForApplicationCommandInput
|
|
12
|
+
input: ListAttributeGroupsForApplicationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAttributeGroupsForApplicationCommandInput,
|
|
17
15
|
ListAttributeGroupsForApplicationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListAttributeGroupsForApplicationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListAttributeGroupsForApplicationCommandInput
|
|
21
|
+
input: ListAttributeGroupsForApplicationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListAttributeGroupsForApplicationCommandInput,
|
|
26
24
|
ListAttributeGroupsForApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface PutConfigurationCommandInput extends PutConfigurationRequest {}
|
|
|
5
5
|
export interface PutConfigurationCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const PutConfigurationCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: PutConfigurationCommandInput
|
|
8
|
+
input: PutConfigurationCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
PutConfigurationCommandInput,
|
|
11
11
|
PutConfigurationCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const PutConfigurationCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: PutConfigurationCommandInput
|
|
17
|
+
input: PutConfigurationCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
PutConfigurationCommandInput,
|
|
20
20
|
PutConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface SyncResourceCommandInput extends SyncResourceRequest {}
|
|
5
|
-
export interface SyncResourceCommandOutput
|
|
6
|
-
extends SyncResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface SyncResourceCommandOutput extends SyncResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const SyncResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: SyncResourceCommandInput
|
|
8
|
+
input: SyncResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
SyncResourceCommandInput,
|
|
13
11
|
SyncResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const SyncResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: SyncResourceCommandInput
|
|
17
|
+
input: SyncResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
SyncResourceCommandInput,
|
|
22
20
|
SyncResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateApplicationRequest,
|
|
4
|
-
UpdateApplicationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateApplicationCommandInput
|
|
8
|
-
extends UpdateApplicationRequest {}
|
|
4
|
+
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {}
|
|
9
5
|
export interface UpdateApplicationCommandOutput
|
|
10
|
-
extends UpdateApplicationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateApplicationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateApplicationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateApplicationCommandInput
|
|
9
|
+
input: UpdateApplicationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateApplicationCommandInput,
|
|
17
12
|
UpdateApplicationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateApplicationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateApplicationCommandInput
|
|
18
|
+
input: UpdateApplicationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateApplicationCommandInput,
|
|
26
21
|
UpdateApplicationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateAttributeGroupRequest,
|
|
4
|
-
UpdateAttributeGroupResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAttributeGroupCommandInput
|
|
8
|
-
extends UpdateAttributeGroupRequest {}
|
|
4
|
+
export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRequest {}
|
|
9
5
|
export interface UpdateAttributeGroupCommandOutput
|
|
10
|
-
extends UpdateAttributeGroupResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateAttributeGroupResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateAttributeGroupCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateAttributeGroupCommandInput
|
|
9
|
+
input: UpdateAttributeGroupCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateAttributeGroupCommandInput,
|
|
17
12
|
UpdateAttributeGroupCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateAttributeGroupCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateAttributeGroupCommandInput
|
|
18
|
+
input: UpdateAttributeGroupCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateAttributeGroupCommandInput,
|
|
26
21
|
UpdateAttributeGroupCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|