@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,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
|
+
UpdateDeploymentStrategyRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateDeploymentStrategyCommandInput
|
|
18
|
+
extends UpdateDeploymentStrategyRequest {}
|
|
19
|
+
export interface UpdateDeploymentStrategyCommandOutput
|
|
20
|
+
extends DeploymentStrategy,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDeploymentStrategyCommand extends $Command<
|
|
23
|
+
UpdateDeploymentStrategyCommandInput,
|
|
24
|
+
UpdateDeploymentStrategyCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDeploymentStrategyCommandInput;
|
|
28
|
+
constructor(input: UpdateDeploymentStrategyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateDeploymentStrategyCommandInput,
|
|
35
|
+
UpdateDeploymentStrategyCommandOutput
|
|
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 { Environment, UpdateEnvironmentRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateEnvironmentCommandInput
|
|
15
|
+
extends UpdateEnvironmentRequest {}
|
|
16
|
+
export interface UpdateEnvironmentCommandOutput
|
|
17
|
+
extends Environment,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class UpdateEnvironmentCommand extends $Command<
|
|
20
|
+
UpdateEnvironmentCommandInput,
|
|
21
|
+
UpdateEnvironmentCommandOutput,
|
|
22
|
+
AppConfigClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateEnvironmentCommandInput;
|
|
25
|
+
constructor(input: UpdateEnvironmentCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AppConfigClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
|
|
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
|
+
ExtensionAssociation,
|
|
15
|
+
UpdateExtensionAssociationRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface UpdateExtensionAssociationCommandInput
|
|
18
|
+
extends UpdateExtensionAssociationRequest {}
|
|
19
|
+
export interface UpdateExtensionAssociationCommandOutput
|
|
20
|
+
extends ExtensionAssociation,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateExtensionAssociationCommand extends $Command<
|
|
23
|
+
UpdateExtensionAssociationCommandInput,
|
|
24
|
+
UpdateExtensionAssociationCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateExtensionAssociationCommandInput;
|
|
28
|
+
constructor(input: UpdateExtensionAssociationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateExtensionAssociationCommandInput,
|
|
35
|
+
UpdateExtensionAssociationCommandOutput
|
|
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, UpdateExtensionRequest } from "../models/models_0";
|
|
14
|
+
export interface UpdateExtensionCommandInput extends UpdateExtensionRequest {}
|
|
15
|
+
export interface UpdateExtensionCommandOutput
|
|
16
|
+
extends Extension,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class UpdateExtensionCommand extends $Command<
|
|
19
|
+
UpdateExtensionCommandInput,
|
|
20
|
+
UpdateExtensionCommandOutput,
|
|
21
|
+
AppConfigClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateExtensionCommandInput;
|
|
24
|
+
constructor(input: UpdateExtensionCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: AppConfigClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpdateExtensionCommandInput, UpdateExtensionCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { ValidateConfigurationRequest } from "../models/models_0";
|
|
14
|
+
export interface ValidateConfigurationCommandInput
|
|
15
|
+
extends ValidateConfigurationRequest {}
|
|
16
|
+
export interface ValidateConfigurationCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class ValidateConfigurationCommand extends $Command<
|
|
18
|
+
ValidateConfigurationCommandInput,
|
|
19
|
+
ValidateConfigurationCommandOutput,
|
|
20
|
+
AppConfigClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: ValidateConfigurationCommandInput;
|
|
23
|
+
constructor(input: ValidateConfigurationCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: AppConfigClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
ValidateConfigurationCommandInput,
|
|
30
|
+
ValidateConfigurationCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
export * from "./CreateApplicationCommand";
|
|
2
|
-
export * from "./CreateConfigurationProfileCommand";
|
|
3
|
-
export * from "./CreateDeploymentStrategyCommand";
|
|
4
|
-
export * from "./CreateEnvironmentCommand";
|
|
5
|
-
export * from "./CreateExtensionAssociationCommand";
|
|
6
|
-
export * from "./CreateExtensionCommand";
|
|
7
|
-
export * from "./CreateHostedConfigurationVersionCommand";
|
|
8
|
-
export * from "./DeleteApplicationCommand";
|
|
9
|
-
export * from "./DeleteConfigurationProfileCommand";
|
|
10
|
-
export * from "./DeleteDeploymentStrategyCommand";
|
|
11
|
-
export * from "./DeleteEnvironmentCommand";
|
|
12
|
-
export * from "./DeleteExtensionAssociationCommand";
|
|
13
|
-
export * from "./DeleteExtensionCommand";
|
|
14
|
-
export * from "./DeleteHostedConfigurationVersionCommand";
|
|
15
|
-
export * from "./GetApplicationCommand";
|
|
16
|
-
export * from "./GetConfigurationCommand";
|
|
17
|
-
export * from "./GetConfigurationProfileCommand";
|
|
18
|
-
export * from "./GetDeploymentCommand";
|
|
19
|
-
export * from "./GetDeploymentStrategyCommand";
|
|
20
|
-
export * from "./GetEnvironmentCommand";
|
|
21
|
-
export * from "./GetExtensionAssociationCommand";
|
|
22
|
-
export * from "./GetExtensionCommand";
|
|
23
|
-
export * from "./GetHostedConfigurationVersionCommand";
|
|
24
|
-
export * from "./ListApplicationsCommand";
|
|
25
|
-
export * from "./ListConfigurationProfilesCommand";
|
|
26
|
-
export * from "./ListDeploymentStrategiesCommand";
|
|
27
|
-
export * from "./ListDeploymentsCommand";
|
|
28
|
-
export * from "./ListEnvironmentsCommand";
|
|
29
|
-
export * from "./ListExtensionAssociationsCommand";
|
|
30
|
-
export * from "./ListExtensionsCommand";
|
|
31
|
-
export * from "./ListHostedConfigurationVersionsCommand";
|
|
32
|
-
export * from "./ListTagsForResourceCommand";
|
|
33
|
-
export * from "./StartDeploymentCommand";
|
|
34
|
-
export * from "./StopDeploymentCommand";
|
|
35
|
-
export * from "./TagResourceCommand";
|
|
36
|
-
export * from "./UntagResourceCommand";
|
|
37
|
-
export * from "./UpdateApplicationCommand";
|
|
38
|
-
export * from "./UpdateConfigurationProfileCommand";
|
|
39
|
-
export * from "./UpdateDeploymentStrategyCommand";
|
|
40
|
-
export * from "./UpdateEnvironmentCommand";
|
|
41
|
-
export * from "./UpdateExtensionAssociationCommand";
|
|
42
|
-
export * from "./UpdateExtensionCommand";
|
|
43
|
-
export * from "./ValidateConfigurationCommand";
|
|
1
|
+
export * from "./CreateApplicationCommand";
|
|
2
|
+
export * from "./CreateConfigurationProfileCommand";
|
|
3
|
+
export * from "./CreateDeploymentStrategyCommand";
|
|
4
|
+
export * from "./CreateEnvironmentCommand";
|
|
5
|
+
export * from "./CreateExtensionAssociationCommand";
|
|
6
|
+
export * from "./CreateExtensionCommand";
|
|
7
|
+
export * from "./CreateHostedConfigurationVersionCommand";
|
|
8
|
+
export * from "./DeleteApplicationCommand";
|
|
9
|
+
export * from "./DeleteConfigurationProfileCommand";
|
|
10
|
+
export * from "./DeleteDeploymentStrategyCommand";
|
|
11
|
+
export * from "./DeleteEnvironmentCommand";
|
|
12
|
+
export * from "./DeleteExtensionAssociationCommand";
|
|
13
|
+
export * from "./DeleteExtensionCommand";
|
|
14
|
+
export * from "./DeleteHostedConfigurationVersionCommand";
|
|
15
|
+
export * from "./GetApplicationCommand";
|
|
16
|
+
export * from "./GetConfigurationCommand";
|
|
17
|
+
export * from "./GetConfigurationProfileCommand";
|
|
18
|
+
export * from "./GetDeploymentCommand";
|
|
19
|
+
export * from "./GetDeploymentStrategyCommand";
|
|
20
|
+
export * from "./GetEnvironmentCommand";
|
|
21
|
+
export * from "./GetExtensionAssociationCommand";
|
|
22
|
+
export * from "./GetExtensionCommand";
|
|
23
|
+
export * from "./GetHostedConfigurationVersionCommand";
|
|
24
|
+
export * from "./ListApplicationsCommand";
|
|
25
|
+
export * from "./ListConfigurationProfilesCommand";
|
|
26
|
+
export * from "./ListDeploymentStrategiesCommand";
|
|
27
|
+
export * from "./ListDeploymentsCommand";
|
|
28
|
+
export * from "./ListEnvironmentsCommand";
|
|
29
|
+
export * from "./ListExtensionAssociationsCommand";
|
|
30
|
+
export * from "./ListExtensionsCommand";
|
|
31
|
+
export * from "./ListHostedConfigurationVersionsCommand";
|
|
32
|
+
export * from "./ListTagsForResourceCommand";
|
|
33
|
+
export * from "./StartDeploymentCommand";
|
|
34
|
+
export * from "./StopDeploymentCommand";
|
|
35
|
+
export * from "./TagResourceCommand";
|
|
36
|
+
export * from "./UntagResourceCommand";
|
|
37
|
+
export * from "./UpdateApplicationCommand";
|
|
38
|
+
export * from "./UpdateConfigurationProfileCommand";
|
|
39
|
+
export * from "./UpdateDeploymentStrategyCommand";
|
|
40
|
+
export * from "./UpdateEnvironmentCommand";
|
|
41
|
+
export * from "./UpdateExtensionAssociationCommand";
|
|
42
|
+
export * from "./UpdateExtensionCommand";
|
|
43
|
+
export * from "./ValidateConfigurationCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./AppConfig";
|
|
2
|
-
export * from "./AppConfigClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { AppConfigServiceException } from "./models/AppConfigServiceException";
|
|
1
|
+
export * from "./AppConfig";
|
|
2
|
+
export * from "./AppConfigClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { AppConfigServiceException } from "./models/AppConfigServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class AppConfigServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|