@aws-sdk/client-appconfig 3.47.1 → 3.50.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.
Files changed (62) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +8 -8
  3. package/dist-types/AppConfig.d.ts +42 -21
  4. package/dist-types/AppConfigClient.d.ts +8 -8
  5. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +1 -1
  6. package/dist-types/commands/GetConfigurationCommand.d.ts +32 -11
  7. package/dist-types/commands/ListDeploymentsCommand.d.ts +1 -1
  8. package/dist-types/models/models_0.d.ts +58 -26
  9. package/package.json +39 -33
  10. package/dist-types/ts3.4/AppConfig.d.ts +0 -170
  11. package/dist-types/ts3.4/AppConfigClient.d.ts +0 -106
  12. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +0 -17
  43. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -17
  44. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +0 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +0 -33
  46. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  47. package/dist-types/ts3.4/index.d.ts +0 -5
  48. package/dist-types/ts3.4/models/index.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -882
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  51. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +0 -4
  52. package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +0 -4
  53. package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +0 -4
  54. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +0 -4
  55. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +0 -4
  56. package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +0 -4
  57. package/dist-types/ts3.4/pagination/index.d.ts +0 -7
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -101
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Applications, ListApplicationsRequest } from "../models/models_0";
5
- export interface ListApplicationsCommandInput extends ListApplicationsRequest {
6
- }
7
- export interface ListApplicationsCommandOutput extends Applications, __MetadataBearer {
8
- }
9
-
10
- export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListApplicationsCommandInput;
12
- constructor(input: ListApplicationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0";
5
- export interface ListConfigurationProfilesCommandInput extends ListConfigurationProfilesRequest {
6
- }
7
- export interface ListConfigurationProfilesCommandOutput extends ConfigurationProfiles, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConfigurationProfilesCommand extends $Command<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListConfigurationProfilesCommandInput;
12
- constructor(input: ListConfigurationProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0";
5
- export interface ListDeploymentStrategiesCommandInput extends ListDeploymentStrategiesRequest {
6
- }
7
- export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrategies, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentStrategiesCommand extends $Command<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListDeploymentStrategiesCommandInput;
12
- constructor(input: ListDeploymentStrategiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Deployments, ListDeploymentsRequest } from "../models/models_0";
5
- export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
6
- }
7
- export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListDeploymentsCommandInput;
12
- constructor(input: ListDeploymentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Environments, ListEnvironmentsRequest } from "../models/models_0";
5
- export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
6
- }
7
- export interface ListEnvironmentsCommandOutput extends Environments, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListEnvironmentsCommandInput;
12
- constructor(input: ListEnvironmentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { HostedConfigurationVersions, ListHostedConfigurationVersionsRequest } from "../models/models_0";
5
- export interface ListHostedConfigurationVersionsCommandInput extends ListHostedConfigurationVersionsRequest {
6
- }
7
- export interface ListHostedConfigurationVersionsCommandOutput extends HostedConfigurationVersions, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHostedConfigurationVersionsCommand extends $Command<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListHostedConfigurationVersionsCommandInput;
12
- constructor(input: ListHostedConfigurationVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ResourceTags, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Deployment, StartDeploymentRequest } from "../models/models_0";
5
- export interface StartDeploymentCommandInput extends StartDeploymentRequest {
6
- }
7
- export interface StartDeploymentCommandOutput extends Deployment, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDeploymentCommand extends $Command<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: StartDeploymentCommandInput;
12
- constructor(input: StartDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDeploymentCommandInput, StartDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Deployment, StopDeploymentRequest } from "../models/models_0";
5
- export interface StopDeploymentCommandInput extends StopDeploymentRequest {
6
- }
7
- export interface StopDeploymentCommandOutput extends Deployment, __MetadataBearer {
8
- }
9
-
10
- export declare class StopDeploymentCommand extends $Command<StopDeploymentCommandInput, StopDeploymentCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: StopDeploymentCommandInput;
12
- constructor(input: StopDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDeploymentCommandInput, StopDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { TagResourceRequest } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { UntagResourceRequest } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Application, UpdateApplicationRequest } from "../models/models_0";
5
- export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
6
- }
7
- export interface UpdateApplicationCommandOutput extends Application, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: UpdateApplicationCommandInput;
12
- constructor(input: UpdateApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ConfigurationProfile, UpdateConfigurationProfileRequest } from "../models/models_0";
5
- export interface UpdateConfigurationProfileCommandInput extends UpdateConfigurationProfileRequest {
6
- }
7
- export interface UpdateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigurationProfileCommand extends $Command<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: UpdateConfigurationProfileCommandInput;
12
- constructor(input: UpdateConfigurationProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { DeploymentStrategy, UpdateDeploymentStrategyRequest } from "../models/models_0";
5
- export interface UpdateDeploymentStrategyCommandInput extends UpdateDeploymentStrategyRequest {
6
- }
7
- export interface UpdateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDeploymentStrategyCommand extends $Command<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: UpdateDeploymentStrategyCommandInput;
12
- constructor(input: UpdateDeploymentStrategyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Environment, UpdateEnvironmentRequest } from "../models/models_0";
5
- export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {
6
- }
7
- export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: UpdateEnvironmentCommandInput;
12
- constructor(input: UpdateEnvironmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ValidateConfigurationRequest } from "../models/models_0";
5
- export interface ValidateConfigurationCommandInput extends ValidateConfigurationRequest {
6
- }
7
- export interface ValidateConfigurationCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ValidateConfigurationCommand extends $Command<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ValidateConfigurationCommandInput;
12
- constructor(input: ValidateConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,33 +0,0 @@
1
- export * from "./CreateApplicationCommand";
2
- export * from "./CreateConfigurationProfileCommand";
3
- export * from "./CreateDeploymentStrategyCommand";
4
- export * from "./CreateEnvironmentCommand";
5
- export * from "./CreateHostedConfigurationVersionCommand";
6
- export * from "./DeleteApplicationCommand";
7
- export * from "./DeleteConfigurationProfileCommand";
8
- export * from "./DeleteDeploymentStrategyCommand";
9
- export * from "./DeleteEnvironmentCommand";
10
- export * from "./DeleteHostedConfigurationVersionCommand";
11
- export * from "./GetApplicationCommand";
12
- export * from "./GetConfigurationCommand";
13
- export * from "./GetConfigurationProfileCommand";
14
- export * from "./GetDeploymentCommand";
15
- export * from "./GetDeploymentStrategyCommand";
16
- export * from "./GetEnvironmentCommand";
17
- export * from "./GetHostedConfigurationVersionCommand";
18
- export * from "./ListApplicationsCommand";
19
- export * from "./ListConfigurationProfilesCommand";
20
- export * from "./ListDeploymentStrategiesCommand";
21
- export * from "./ListDeploymentsCommand";
22
- export * from "./ListEnvironmentsCommand";
23
- export * from "./ListHostedConfigurationVersionsCommand";
24
- export * from "./ListTagsForResourceCommand";
25
- export * from "./StartDeploymentCommand";
26
- export * from "./StopDeploymentCommand";
27
- export * from "./TagResourceCommand";
28
- export * from "./UntagResourceCommand";
29
- export * from "./UpdateApplicationCommand";
30
- export * from "./UpdateConfigurationProfileCommand";
31
- export * from "./UpdateDeploymentStrategyCommand";
32
- export * from "./UpdateEnvironmentCommand";
33
- export * from "./ValidateConfigurationCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./AppConfig";
2
- export * from "./AppConfigClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";