@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,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 { CreateEnvironmentRequest, Environment } from "../models/models_0";
|
|
14
|
+
export interface CreateEnvironmentCommandInput
|
|
15
|
+
extends CreateEnvironmentRequest {}
|
|
16
|
+
export interface CreateEnvironmentCommandOutput
|
|
17
|
+
extends Environment,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class CreateEnvironmentCommand extends $Command<
|
|
20
|
+
CreateEnvironmentCommandInput,
|
|
21
|
+
CreateEnvironmentCommandOutput,
|
|
22
|
+
AppConfigClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateEnvironmentCommandInput;
|
|
25
|
+
constructor(input: CreateEnvironmentCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AppConfigClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
|
|
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
|
+
CreateExtensionAssociationRequest,
|
|
15
|
+
ExtensionAssociation,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateExtensionAssociationCommandInput
|
|
18
|
+
extends CreateExtensionAssociationRequest {}
|
|
19
|
+
export interface CreateExtensionAssociationCommandOutput
|
|
20
|
+
extends ExtensionAssociation,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateExtensionAssociationCommand extends $Command<
|
|
23
|
+
CreateExtensionAssociationCommandInput,
|
|
24
|
+
CreateExtensionAssociationCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateExtensionAssociationCommandInput;
|
|
28
|
+
constructor(input: CreateExtensionAssociationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateExtensionAssociationCommandInput,
|
|
35
|
+
CreateExtensionAssociationCommandOutput
|
|
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 { CreateExtensionRequest, Extension } from "../models/models_0";
|
|
14
|
+
export interface CreateExtensionCommandInput extends CreateExtensionRequest {}
|
|
15
|
+
export interface CreateExtensionCommandOutput
|
|
16
|
+
extends Extension,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class CreateExtensionCommand extends $Command<
|
|
19
|
+
CreateExtensionCommandInput,
|
|
20
|
+
CreateExtensionCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: CreateExtensionCommandInput;
|
|
24
|
+
constructor(input: CreateExtensionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<CreateExtensionCommandInput, CreateExtensionCommandOutput>;
|
|
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
|
+
CreateHostedConfigurationVersionRequest,
|
|
15
|
+
HostedConfigurationVersion,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateHostedConfigurationVersionCommandInput
|
|
18
|
+
extends CreateHostedConfigurationVersionRequest {}
|
|
19
|
+
export interface CreateHostedConfigurationVersionCommandOutput
|
|
20
|
+
extends HostedConfigurationVersion,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateHostedConfigurationVersionCommand extends $Command<
|
|
23
|
+
CreateHostedConfigurationVersionCommandInput,
|
|
24
|
+
CreateHostedConfigurationVersionCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateHostedConfigurationVersionCommandInput;
|
|
28
|
+
constructor(input: CreateHostedConfigurationVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateHostedConfigurationVersionCommandInput,
|
|
35
|
+
CreateHostedConfigurationVersionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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 { DeleteApplicationRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteApplicationCommandInput
|
|
15
|
+
extends DeleteApplicationRequest {}
|
|
16
|
+
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteApplicationCommand extends $Command<
|
|
18
|
+
DeleteApplicationCommandInput,
|
|
19
|
+
DeleteApplicationCommandOutput,
|
|
20
|
+
AppConfigClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteApplicationCommandInput;
|
|
23
|
+
constructor(input: DeleteApplicationCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: AppConfigClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteApplicationCommandInput, DeleteApplicationCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { DeleteConfigurationProfileRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteConfigurationProfileCommandInput
|
|
15
|
+
extends DeleteConfigurationProfileRequest {}
|
|
16
|
+
export interface DeleteConfigurationProfileCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteConfigurationProfileCommand extends $Command<
|
|
19
|
+
DeleteConfigurationProfileCommandInput,
|
|
20
|
+
DeleteConfigurationProfileCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteConfigurationProfileCommandInput;
|
|
24
|
+
constructor(input: DeleteConfigurationProfileCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteConfigurationProfileCommandInput,
|
|
31
|
+
DeleteConfigurationProfileCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { DeleteDeploymentStrategyRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteDeploymentStrategyCommandInput
|
|
15
|
+
extends DeleteDeploymentStrategyRequest {}
|
|
16
|
+
export interface DeleteDeploymentStrategyCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteDeploymentStrategyCommand extends $Command<
|
|
19
|
+
DeleteDeploymentStrategyCommandInput,
|
|
20
|
+
DeleteDeploymentStrategyCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteDeploymentStrategyCommandInput;
|
|
24
|
+
constructor(input: DeleteDeploymentStrategyCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteDeploymentStrategyCommandInput,
|
|
31
|
+
DeleteDeploymentStrategyCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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 { DeleteEnvironmentRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteEnvironmentCommandInput
|
|
15
|
+
extends DeleteEnvironmentRequest {}
|
|
16
|
+
export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteEnvironmentCommand extends $Command<
|
|
18
|
+
DeleteEnvironmentCommandInput,
|
|
19
|
+
DeleteEnvironmentCommandOutput,
|
|
20
|
+
AppConfigClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteEnvironmentCommandInput;
|
|
23
|
+
constructor(input: DeleteEnvironmentCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: AppConfigClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { DeleteExtensionAssociationRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteExtensionAssociationCommandInput
|
|
15
|
+
extends DeleteExtensionAssociationRequest {}
|
|
16
|
+
export interface DeleteExtensionAssociationCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteExtensionAssociationCommand extends $Command<
|
|
19
|
+
DeleteExtensionAssociationCommandInput,
|
|
20
|
+
DeleteExtensionAssociationCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteExtensionAssociationCommandInput;
|
|
24
|
+
constructor(input: DeleteExtensionAssociationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteExtensionAssociationCommandInput,
|
|
31
|
+
DeleteExtensionAssociationCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteExtensionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {}
|
|
15
|
+
export interface DeleteExtensionCommandOutput extends __MetadataBearer {}
|
|
16
|
+
export declare class DeleteExtensionCommand extends $Command<
|
|
17
|
+
DeleteExtensionCommandInput,
|
|
18
|
+
DeleteExtensionCommandOutput,
|
|
19
|
+
AppConfigClientResolvedConfig
|
|
20
|
+
> {
|
|
21
|
+
readonly input: DeleteExtensionCommandInput;
|
|
22
|
+
constructor(input: DeleteExtensionCommandInput);
|
|
23
|
+
resolveMiddleware(
|
|
24
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
25
|
+
configuration: AppConfigClientResolvedConfig,
|
|
26
|
+
options?: __HttpHandlerOptions
|
|
27
|
+
): Handler<DeleteExtensionCommandInput, DeleteExtensionCommandOutput>;
|
|
28
|
+
private serialize;
|
|
29
|
+
private deserialize;
|
|
30
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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 { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
|
|
14
|
+
export interface DeleteHostedConfigurationVersionCommandInput
|
|
15
|
+
extends DeleteHostedConfigurationVersionRequest {}
|
|
16
|
+
export interface DeleteHostedConfigurationVersionCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteHostedConfigurationVersionCommand extends $Command<
|
|
19
|
+
DeleteHostedConfigurationVersionCommandInput,
|
|
20
|
+
DeleteHostedConfigurationVersionCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteHostedConfigurationVersionCommandInput;
|
|
24
|
+
constructor(input: DeleteHostedConfigurationVersionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteHostedConfigurationVersionCommandInput,
|
|
31
|
+
DeleteHostedConfigurationVersionCommandOutput
|
|
32
|
+
>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { Application, GetApplicationRequest } from "../models/models_0";
|
|
14
|
+
export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
15
|
+
export interface GetApplicationCommandOutput
|
|
16
|
+
extends Application,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class GetApplicationCommand extends $Command<
|
|
19
|
+
GetApplicationCommandInput,
|
|
20
|
+
GetApplicationCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: GetApplicationCommandInput;
|
|
24
|
+
constructor(input: GetApplicationCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|