@aws-sdk/client-appconfig 3.168.0 → 3.170.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 +778 -220
  3. package/dist-types/ts3.4/AppConfigClient.d.ts +387 -116
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +36 -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 +8 -6
  51. package/dist-types/ts3.4/models/index.d.ts +1 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +1080 -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 +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  68. package/package.json +34 -34
@@ -1,17 +1,37 @@
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 { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
5
- export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHostedConfigurationVersionRequest {
6
- }
7
- export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHostedConfigurationVersionCommand extends $Command<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: DeleteHostedConfigurationVersionCommandInput;
12
- constructor(input: DeleteHostedConfigurationVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput>;
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 { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
14
+ export interface DeleteHostedConfigurationVersionCommandInput
15
+ extends DeleteHostedConfigurationVersionRequest {}
16
+ export interface DeleteHostedConfigurationVersionCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class DeleteHostedConfigurationVersionCommand extends $Command<
20
+ DeleteHostedConfigurationVersionCommandInput,
21
+ DeleteHostedConfigurationVersionCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteHostedConfigurationVersionCommandInput;
25
+ constructor(input: DeleteHostedConfigurationVersionCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteHostedConfigurationVersionCommandInput,
33
+ DeleteHostedConfigurationVersionCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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, GetApplicationRequest } from "../models/models_0";
5
- export interface GetApplicationCommandInput extends GetApplicationRequest {
6
- }
7
- export interface GetApplicationCommandOutput extends Application, __MetadataBearer {
8
- }
9
-
10
- export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: GetApplicationCommandInput;
12
- constructor(input: GetApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
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 { Application, GetApplicationRequest } from "../models/models_0";
14
+ export interface GetApplicationCommandInput extends GetApplicationRequest {}
15
+ export interface GetApplicationCommandOutput
16
+ extends Application,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetApplicationCommand extends $Command<
20
+ GetApplicationCommandInput,
21
+ GetApplicationCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: GetApplicationCommandInput;
25
+ constructor(input: GetApplicationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetApplicationCommandInput, GetApplicationCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class GetConfigurationCommand extends $Command<
20
+ GetConfigurationCommandInput,
21
+ GetConfigurationCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: GetConfigurationCommandInput;
25
+ constructor(input: GetConfigurationCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetConfigurationCommandInput, GetConfigurationCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class GetConfigurationProfileCommand extends $Command<
24
+ GetConfigurationProfileCommandInput,
25
+ GetConfigurationProfileCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: GetConfigurationProfileCommandInput;
29
+ constructor(input: GetConfigurationProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetConfigurationProfileCommandInput,
37
+ GetConfigurationProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class GetDeploymentCommand extends $Command<
20
+ GetDeploymentCommandInput,
21
+ GetDeploymentCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: GetDeploymentCommandInput;
25
+ constructor(input: GetDeploymentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetDeploymentCommandInput, GetDeploymentCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class GetDeploymentStrategyCommand extends $Command<
24
+ GetDeploymentStrategyCommandInput,
25
+ GetDeploymentStrategyCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: GetDeploymentStrategyCommandInput;
29
+ constructor(input: GetDeploymentStrategyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetDeploymentStrategyCommandInput,
37
+ GetDeploymentStrategyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class GetEnvironmentCommand extends $Command<
20
+ GetEnvironmentCommandInput,
21
+ GetEnvironmentCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: GetEnvironmentCommandInput;
25
+ constructor(input: GetEnvironmentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetEnvironmentCommandInput, GetEnvironmentCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class GetExtensionAssociationCommand extends $Command<
24
+ GetExtensionAssociationCommandInput,
25
+ GetExtensionAssociationCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: GetExtensionAssociationCommandInput;
29
+ constructor(input: GetExtensionAssociationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetExtensionAssociationCommandInput,
37
+ GetExtensionAssociationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class GetExtensionCommand extends $Command<
20
+ GetExtensionCommandInput,
21
+ GetExtensionCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: GetExtensionCommandInput;
25
+ constructor(input: GetExtensionCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetExtensionCommandInput, GetExtensionCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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
+
23
+ export declare class GetHostedConfigurationVersionCommand extends $Command<
24
+ GetHostedConfigurationVersionCommandInput,
25
+ GetHostedConfigurationVersionCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: GetHostedConfigurationVersionCommandInput;
29
+ constructor(input: GetHostedConfigurationVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetHostedConfigurationVersionCommandInput,
37
+ GetHostedConfigurationVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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
+
19
+ export declare class ListApplicationsCommand extends $Command<
20
+ ListApplicationsCommandInput,
21
+ ListApplicationsCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: ListApplicationsCommandInput;
25
+ constructor(input: ListApplicationsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListApplicationsCommandInput, ListApplicationsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }