@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.
Files changed (68) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppConfig.d.ts +735 -220
  3. package/dist-types/ts3.4/AppConfigClient.d.ts +362 -116
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +33 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +33 -17
  8. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
  12. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +31 -17
  15. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
  36. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +33 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +33 -17
  44. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/index.d.ts +43 -43
  48. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  49. package/dist-types/ts3.4/index.d.ts +6 -6
  50. package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +7 -6
  51. package/dist-types/ts3.4/models/index.d.ts +1 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +763 -1022
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListExtensionAssociationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListExtensionsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -131
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  68. package/package.json +34 -34
@@ -1,17 +1,32 @@
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 { Configuration, GetConfigurationRequest } from "../models/models_0";
5
- export interface GetConfigurationCommandInput extends GetConfigurationRequest {
6
- }
7
- export interface GetConfigurationCommandOutput extends Configuration, __MetadataBearer {
8
- }
9
-
10
- export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetConfigurationCommandInput;
12
- constructor(input: GetConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
5
- export interface GetConfigurationProfileCommandInput extends GetConfigurationProfileRequest {
6
- }
7
- export interface GetConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
8
- }
9
-
10
- export declare class GetConfigurationProfileCommand extends $Command<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetConfigurationProfileCommandInput;
12
- constructor(input: GetConfigurationProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Deployment, GetDeploymentRequest } from "../models/models_0";
5
- export interface GetDeploymentCommandInput extends GetDeploymentRequest {
6
- }
7
- export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetDeploymentCommandInput;
12
- constructor(input: GetDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
5
- export interface GetDeploymentStrategyCommandInput extends GetDeploymentStrategyRequest {
6
- }
7
- export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
8
- }
9
-
10
- export declare class GetDeploymentStrategyCommand extends $Command<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetDeploymentStrategyCommandInput;
12
- constructor(input: GetDeploymentStrategyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Environment, GetEnvironmentRequest } from "../models/models_0";
5
- export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
6
- }
7
- export interface GetEnvironmentCommandOutput extends Environment, __MetadataBearer {
8
- }
9
-
10
- export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetEnvironmentCommandInput;
12
- constructor(input: GetEnvironmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ExtensionAssociation, GetExtensionAssociationRequest } from "../models/models_0";
5
- export interface GetExtensionAssociationCommandInput extends GetExtensionAssociationRequest {
6
- }
7
- export interface GetExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
8
- }
9
-
10
- export declare class GetExtensionAssociationCommand extends $Command<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetExtensionAssociationCommandInput;
12
- constructor(input: GetExtensionAssociationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Extension, GetExtensionRequest } from "../models/models_0";
5
- export interface GetExtensionCommandInput extends GetExtensionRequest {
6
- }
7
- export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {
8
- }
9
-
10
- export declare class GetExtensionCommand extends $Command<GetExtensionCommandInput, GetExtensionCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetExtensionCommandInput;
12
- constructor(input: GetExtensionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetExtensionCommandInput, GetExtensionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { GetHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
5
- export interface GetHostedConfigurationVersionCommandInput extends GetHostedConfigurationVersionRequest {
6
- }
7
- export interface GetHostedConfigurationVersionCommandOutput extends HostedConfigurationVersion, __MetadataBearer {
8
- }
9
-
10
- export declare class GetHostedConfigurationVersionCommand extends $Command<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetHostedConfigurationVersionCommandInput;
12
- constructor(input: GetHostedConfigurationVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { 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
+ 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 { 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
+ 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 { 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
+ 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
+ }