@aws-sdk/client-appconfig 3.169.0 → 3.171.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/AppConfig.d.ts +735 -220
- package/dist-types/ts3.4/AppConfigClient.d.ts +362 -116
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +43 -43
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +763 -1022
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExtensionAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExtensionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -131
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Deployments, ListDeploymentsRequest } from "../models/models_0";
|
|
14
|
+
export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
|
|
15
|
+
export interface ListDeploymentsCommandOutput
|
|
16
|
+
extends Deployments,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListDeploymentsCommand extends $Command<
|
|
19
|
+
ListDeploymentsCommandInput,
|
|
20
|
+
ListDeploymentsCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListDeploymentsCommandInput;
|
|
24
|
+
constructor(input: ListDeploymentsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Environments, ListEnvironmentsRequest } from "../models/models_0";
|
|
14
|
+
export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
|
|
15
|
+
export interface ListEnvironmentsCommandOutput
|
|
16
|
+
extends Environments,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListEnvironmentsCommand extends $Command<
|
|
19
|
+
ListEnvironmentsCommandInput,
|
|
20
|
+
ListEnvironmentsCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListEnvironmentsCommandInput;
|
|
24
|
+
constructor(input: ListEnvironmentsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import {
|
|
14
|
+
ExtensionAssociations,
|
|
15
|
+
ListExtensionAssociationsRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListExtensionAssociationsCommandInput
|
|
18
|
+
extends ListExtensionAssociationsRequest {}
|
|
19
|
+
export interface ListExtensionAssociationsCommandOutput
|
|
20
|
+
extends ExtensionAssociations,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListExtensionAssociationsCommand extends $Command<
|
|
23
|
+
ListExtensionAssociationsCommandInput,
|
|
24
|
+
ListExtensionAssociationsCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListExtensionAssociationsCommandInput;
|
|
28
|
+
constructor(input: ListExtensionAssociationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListExtensionAssociationsCommandInput,
|
|
35
|
+
ListExtensionAssociationsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Extensions, ListExtensionsRequest } from "../models/models_0";
|
|
14
|
+
export interface ListExtensionsCommandInput extends ListExtensionsRequest {}
|
|
15
|
+
export interface ListExtensionsCommandOutput
|
|
16
|
+
extends Extensions,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListExtensionsCommand extends $Command<
|
|
19
|
+
ListExtensionsCommandInput,
|
|
20
|
+
ListExtensionsCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListExtensionsCommandInput;
|
|
24
|
+
constructor(input: ListExtensionsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListExtensionsCommandInput, ListExtensionsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import {
|
|
14
|
+
HostedConfigurationVersions,
|
|
15
|
+
ListHostedConfigurationVersionsRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListHostedConfigurationVersionsCommandInput
|
|
18
|
+
extends ListHostedConfigurationVersionsRequest {}
|
|
19
|
+
export interface ListHostedConfigurationVersionsCommandOutput
|
|
20
|
+
extends HostedConfigurationVersions,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListHostedConfigurationVersionsCommand extends $Command<
|
|
23
|
+
ListHostedConfigurationVersionsCommandInput,
|
|
24
|
+
ListHostedConfigurationVersionsCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListHostedConfigurationVersionsCommandInput;
|
|
28
|
+
constructor(input: ListHostedConfigurationVersionsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListHostedConfigurationVersionsCommandInput,
|
|
35
|
+
ListHostedConfigurationVersionsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
|
|
14
|
+
export interface ListTagsForResourceCommandInput
|
|
15
|
+
extends ListTagsForResourceRequest {}
|
|
16
|
+
export interface ListTagsForResourceCommandOutput
|
|
17
|
+
extends ResourceTags,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
20
|
+
ListTagsForResourceCommandInput,
|
|
21
|
+
ListTagsForResourceCommandOutput,
|
|
22
|
+
AppConfigClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
25
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AppConfigClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Deployment, StartDeploymentRequest } from "../models/models_0";
|
|
14
|
+
export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
|
|
15
|
+
export interface StartDeploymentCommandOutput
|
|
16
|
+
extends Deployment,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StartDeploymentCommand extends $Command<
|
|
19
|
+
StartDeploymentCommandInput,
|
|
20
|
+
StartDeploymentCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StartDeploymentCommandInput;
|
|
24
|
+
constructor(input: StartDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StartDeploymentCommandInput, StartDeploymentCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Deployment, StopDeploymentRequest } from "../models/models_0";
|
|
14
|
+
export interface StopDeploymentCommandInput extends StopDeploymentRequest {}
|
|
15
|
+
export interface StopDeploymentCommandOutput
|
|
16
|
+
extends Deployment,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StopDeploymentCommand extends $Command<
|
|
19
|
+
StopDeploymentCommandInput,
|
|
20
|
+
StopDeploymentCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopDeploymentCommandInput;
|
|
24
|
+
constructor(input: StopDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopDeploymentCommandInput, StopDeploymentCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { TagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class TagResourceCommand extends $Command<
|
|
17
|
+
TagResourceCommandInput,
|
|
18
|
+
TagResourceCommandOutput,
|
|
19
|
+
AppConfigClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: TagResourceCommandInput;
|
|
22
|
+
constructor(input: TagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: AppConfigClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { UntagResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
|
+
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class UntagResourceCommand extends $Command<
|
|
17
|
+
UntagResourceCommandInput,
|
|
18
|
+
UntagResourceCommandOutput,
|
|
19
|
+
AppConfigClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: UntagResourceCommandInput;
|
|
22
|
+
constructor(input: UntagResourceCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: AppConfigClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Application, UpdateApplicationRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateApplicationCommandInput
|
|
15
|
+
extends UpdateApplicationRequest {}
|
|
16
|
+
export interface UpdateApplicationCommandOutput
|
|
17
|
+
extends Application,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class UpdateApplicationCommand extends $Command<
|
|
20
|
+
UpdateApplicationCommandInput,
|
|
21
|
+
UpdateApplicationCommandOutput,
|
|
22
|
+
AppConfigClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateApplicationCommandInput;
|
|
25
|
+
constructor(input: UpdateApplicationCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AppConfigClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigurationProfile,
|
|
15
|
+
UpdateConfigurationProfileRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateConfigurationProfileCommandInput
|
|
18
|
+
extends UpdateConfigurationProfileRequest {}
|
|
19
|
+
export interface UpdateConfigurationProfileCommandOutput
|
|
20
|
+
extends ConfigurationProfile,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateConfigurationProfileCommand extends $Command<
|
|
23
|
+
UpdateConfigurationProfileCommandInput,
|
|
24
|
+
UpdateConfigurationProfileCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateConfigurationProfileCommandInput;
|
|
28
|
+
constructor(input: UpdateConfigurationProfileCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateConfigurationProfileCommandInput,
|
|
35
|
+
UpdateConfigurationProfileCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|