@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 { Configuration, GetConfigurationRequest } from "../models/models_0";
|
|
14
|
+
export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
15
|
+
export interface GetConfigurationCommandOutput
|
|
16
|
+
extends Configuration,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetConfigurationCommand extends $Command<
|
|
19
|
+
GetConfigurationCommandInput,
|
|
20
|
+
GetConfigurationCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetConfigurationCommandInput;
|
|
24
|
+
constructor(input: GetConfigurationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
|
|
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
|
+
ConfigurationProfile,
|
|
15
|
+
GetConfigurationProfileRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetConfigurationProfileCommandInput
|
|
18
|
+
extends GetConfigurationProfileRequest {}
|
|
19
|
+
export interface GetConfigurationProfileCommandOutput
|
|
20
|
+
extends ConfigurationProfile,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetConfigurationProfileCommand extends $Command<
|
|
23
|
+
GetConfigurationProfileCommandInput,
|
|
24
|
+
GetConfigurationProfileCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetConfigurationProfileCommandInput;
|
|
28
|
+
constructor(input: GetConfigurationProfileCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetConfigurationProfileCommandInput,
|
|
35
|
+
GetConfigurationProfileCommandOutput
|
|
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 { Deployment, GetDeploymentRequest } from "../models/models_0";
|
|
14
|
+
export interface GetDeploymentCommandInput extends GetDeploymentRequest {}
|
|
15
|
+
export interface GetDeploymentCommandOutput
|
|
16
|
+
extends Deployment,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetDeploymentCommand extends $Command<
|
|
19
|
+
GetDeploymentCommandInput,
|
|
20
|
+
GetDeploymentCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetDeploymentCommandInput;
|
|
24
|
+
constructor(input: GetDeploymentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
|
|
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
|
+
DeploymentStrategy,
|
|
15
|
+
GetDeploymentStrategyRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetDeploymentStrategyCommandInput
|
|
18
|
+
extends GetDeploymentStrategyRequest {}
|
|
19
|
+
export interface GetDeploymentStrategyCommandOutput
|
|
20
|
+
extends DeploymentStrategy,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetDeploymentStrategyCommand extends $Command<
|
|
23
|
+
GetDeploymentStrategyCommandInput,
|
|
24
|
+
GetDeploymentStrategyCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetDeploymentStrategyCommandInput;
|
|
28
|
+
constructor(input: GetDeploymentStrategyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetDeploymentStrategyCommandInput,
|
|
35
|
+
GetDeploymentStrategyCommandOutput
|
|
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 { Environment, GetEnvironmentRequest } from "../models/models_0";
|
|
14
|
+
export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {}
|
|
15
|
+
export interface GetEnvironmentCommandOutput
|
|
16
|
+
extends Environment,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetEnvironmentCommand extends $Command<
|
|
19
|
+
GetEnvironmentCommandInput,
|
|
20
|
+
GetEnvironmentCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetEnvironmentCommandInput;
|
|
24
|
+
constructor(input: GetEnvironmentCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
|
|
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
|
+
ExtensionAssociation,
|
|
15
|
+
GetExtensionAssociationRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetExtensionAssociationCommandInput
|
|
18
|
+
extends GetExtensionAssociationRequest {}
|
|
19
|
+
export interface GetExtensionAssociationCommandOutput
|
|
20
|
+
extends ExtensionAssociation,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetExtensionAssociationCommand extends $Command<
|
|
23
|
+
GetExtensionAssociationCommandInput,
|
|
24
|
+
GetExtensionAssociationCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetExtensionAssociationCommandInput;
|
|
28
|
+
constructor(input: GetExtensionAssociationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetExtensionAssociationCommandInput,
|
|
35
|
+
GetExtensionAssociationCommandOutput
|
|
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 { Extension, GetExtensionRequest } from "../models/models_0";
|
|
14
|
+
export interface GetExtensionCommandInput extends GetExtensionRequest {}
|
|
15
|
+
export interface GetExtensionCommandOutput
|
|
16
|
+
extends Extension,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetExtensionCommand extends $Command<
|
|
19
|
+
GetExtensionCommandInput,
|
|
20
|
+
GetExtensionCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetExtensionCommandInput;
|
|
24
|
+
constructor(input: GetExtensionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetExtensionCommandInput, GetExtensionCommandOutput>;
|
|
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
|
+
GetHostedConfigurationVersionRequest,
|
|
15
|
+
HostedConfigurationVersion,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface GetHostedConfigurationVersionCommandInput
|
|
18
|
+
extends GetHostedConfigurationVersionRequest {}
|
|
19
|
+
export interface GetHostedConfigurationVersionCommandOutput
|
|
20
|
+
extends HostedConfigurationVersion,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class GetHostedConfigurationVersionCommand extends $Command<
|
|
23
|
+
GetHostedConfigurationVersionCommandInput,
|
|
24
|
+
GetHostedConfigurationVersionCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetHostedConfigurationVersionCommandInput;
|
|
28
|
+
constructor(input: GetHostedConfigurationVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
GetHostedConfigurationVersionCommandInput,
|
|
35
|
+
GetHostedConfigurationVersionCommandOutput
|
|
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 { Applications, ListApplicationsRequest } from "../models/models_0";
|
|
14
|
+
export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
|
|
15
|
+
export interface ListApplicationsCommandOutput
|
|
16
|
+
extends Applications,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListApplicationsCommand extends $Command<
|
|
19
|
+
ListApplicationsCommandInput,
|
|
20
|
+
ListApplicationsCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListApplicationsCommandInput;
|
|
24
|
+
constructor(input: ListApplicationsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
|
|
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
|
+
ConfigurationProfiles,
|
|
15
|
+
ListConfigurationProfilesRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListConfigurationProfilesCommandInput
|
|
18
|
+
extends ListConfigurationProfilesRequest {}
|
|
19
|
+
export interface ListConfigurationProfilesCommandOutput
|
|
20
|
+
extends ConfigurationProfiles,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListConfigurationProfilesCommand extends $Command<
|
|
23
|
+
ListConfigurationProfilesCommandInput,
|
|
24
|
+
ListConfigurationProfilesCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListConfigurationProfilesCommandInput;
|
|
28
|
+
constructor(input: ListConfigurationProfilesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListConfigurationProfilesCommandInput,
|
|
35
|
+
ListConfigurationProfilesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DeploymentStrategies,
|
|
15
|
+
ListDeploymentStrategiesRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListDeploymentStrategiesCommandInput
|
|
18
|
+
extends ListDeploymentStrategiesRequest {}
|
|
19
|
+
export interface ListDeploymentStrategiesCommandOutput
|
|
20
|
+
extends DeploymentStrategies,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListDeploymentStrategiesCommand extends $Command<
|
|
23
|
+
ListDeploymentStrategiesCommandInput,
|
|
24
|
+
ListDeploymentStrategiesCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListDeploymentStrategiesCommandInput;
|
|
28
|
+
constructor(input: ListDeploymentStrategiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListDeploymentStrategiesCommandInput,
|
|
35
|
+
ListDeploymentStrategiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|