@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,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 { 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
+
23
+ export declare class ListConfigurationProfilesCommand extends $Command<
24
+ ListConfigurationProfilesCommandInput,
25
+ ListConfigurationProfilesCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: ListConfigurationProfilesCommandInput;
29
+ constructor(input: ListConfigurationProfilesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListConfigurationProfilesCommandInput,
37
+ ListConfigurationProfilesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { 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
+
23
+ export declare class ListDeploymentStrategiesCommand extends $Command<
24
+ ListDeploymentStrategiesCommandInput,
25
+ ListDeploymentStrategiesCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: ListDeploymentStrategiesCommandInput;
29
+ constructor(input: ListDeploymentStrategiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDeploymentStrategiesCommandInput,
37
+ ListDeploymentStrategiesCommandOutput
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 { 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
+ 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 { Deployments, ListDeploymentsRequest } from "../models/models_0";
14
+ export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {}
15
+ export interface ListDeploymentsCommandOutput
16
+ extends Deployments,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListDeploymentsCommand extends $Command<
20
+ ListDeploymentsCommandInput,
21
+ ListDeploymentsCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: ListDeploymentsCommandInput;
25
+ constructor(input: ListDeploymentsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListDeploymentsCommandInput, ListDeploymentsCommandOutput>;
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 { 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
+ 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 { Environments, ListEnvironmentsRequest } from "../models/models_0";
14
+ export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {}
15
+ export interface ListEnvironmentsCommandOutput
16
+ extends Environments,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListEnvironmentsCommand extends $Command<
20
+ ListEnvironmentsCommandInput,
21
+ ListEnvironmentsCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: ListEnvironmentsCommandInput;
25
+ constructor(input: ListEnvironmentsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput>;
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 { ExtensionAssociations, ListExtensionAssociationsRequest } from "../models/models_0";
5
- export interface ListExtensionAssociationsCommandInput extends ListExtensionAssociationsRequest {
6
- }
7
- export interface ListExtensionAssociationsCommandOutput extends ExtensionAssociations, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExtensionAssociationsCommand extends $Command<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListExtensionAssociationsCommandInput;
12
- constructor(input: ListExtensionAssociationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput>;
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
+ ExtensionAssociations,
15
+ ListExtensionAssociationsRequest,
16
+ } from "../models/models_0";
17
+ export interface ListExtensionAssociationsCommandInput
18
+ extends ListExtensionAssociationsRequest {}
19
+ export interface ListExtensionAssociationsCommandOutput
20
+ extends ExtensionAssociations,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListExtensionAssociationsCommand extends $Command<
24
+ ListExtensionAssociationsCommandInput,
25
+ ListExtensionAssociationsCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: ListExtensionAssociationsCommandInput;
29
+ constructor(input: ListExtensionAssociationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListExtensionAssociationsCommandInput,
37
+ ListExtensionAssociationsCommandOutput
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 { Extensions, ListExtensionsRequest } from "../models/models_0";
5
- export interface ListExtensionsCommandInput extends ListExtensionsRequest {
6
- }
7
- export interface ListExtensionsCommandOutput extends Extensions, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExtensionsCommand extends $Command<ListExtensionsCommandInput, ListExtensionsCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: ListExtensionsCommandInput;
12
- constructor(input: ListExtensionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExtensionsCommandInput, ListExtensionsCommandOutput>;
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 { Extensions, ListExtensionsRequest } from "../models/models_0";
14
+ export interface ListExtensionsCommandInput extends ListExtensionsRequest {}
15
+ export interface ListExtensionsCommandOutput
16
+ extends Extensions,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListExtensionsCommand extends $Command<
20
+ ListExtensionsCommandInput,
21
+ ListExtensionsCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: ListExtensionsCommandInput;
25
+ constructor(input: ListExtensionsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListExtensionsCommandInput, ListExtensionsCommandOutput>;
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 { 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
+ 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
+ HostedConfigurationVersions,
15
+ ListHostedConfigurationVersionsRequest,
16
+ } from "../models/models_0";
17
+ export interface ListHostedConfigurationVersionsCommandInput
18
+ extends ListHostedConfigurationVersionsRequest {}
19
+ export interface ListHostedConfigurationVersionsCommandOutput
20
+ extends HostedConfigurationVersions,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListHostedConfigurationVersionsCommand extends $Command<
24
+ ListHostedConfigurationVersionsCommandInput,
25
+ ListHostedConfigurationVersionsCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: ListHostedConfigurationVersionsCommandInput;
29
+ constructor(input: ListHostedConfigurationVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListHostedConfigurationVersionsCommandInput,
37
+ ListHostedConfigurationVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,35 @@
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
+ 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 { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
14
+ export interface ListTagsForResourceCommandInput
15
+ extends ListTagsForResourceRequest {}
16
+ export interface ListTagsForResourceCommandOutput
17
+ extends ResourceTags,
18
+ __MetadataBearer {}
19
+
20
+ export declare class ListTagsForResourceCommand extends $Command<
21
+ ListTagsForResourceCommandInput,
22
+ ListTagsForResourceCommandOutput,
23
+ AppConfigClientResolvedConfig
24
+ > {
25
+ readonly input: ListTagsForResourceCommandInput;
26
+ constructor(input: ListTagsForResourceCommandInput);
27
+
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppConfigClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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, 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
+ 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, StartDeploymentRequest } from "../models/models_0";
14
+ export interface StartDeploymentCommandInput extends StartDeploymentRequest {}
15
+ export interface StartDeploymentCommandOutput
16
+ extends Deployment,
17
+ __MetadataBearer {}
18
+
19
+ export declare class StartDeploymentCommand extends $Command<
20
+ StartDeploymentCommandInput,
21
+ StartDeploymentCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: StartDeploymentCommandInput;
25
+ constructor(input: StartDeploymentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StartDeploymentCommandInput, StartDeploymentCommandOutput>;
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 { 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
+ 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, StopDeploymentRequest } from "../models/models_0";
14
+ export interface StopDeploymentCommandInput extends StopDeploymentRequest {}
15
+ export interface StopDeploymentCommandOutput
16
+ extends Deployment,
17
+ __MetadataBearer {}
18
+
19
+ export declare class StopDeploymentCommand extends $Command<
20
+ StopDeploymentCommandInput,
21
+ StopDeploymentCommandOutput,
22
+ AppConfigClientResolvedConfig
23
+ > {
24
+ readonly input: StopDeploymentCommandInput;
25
+ constructor(input: StopDeploymentCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AppConfigClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StopDeploymentCommandInput, StopDeploymentCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { 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
+ 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 { TagResourceRequest } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class TagResourceCommand extends $Command<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ AppConfigClientResolvedConfig
21
+ > {
22
+ readonly input: TagResourceCommandInput;
23
+ constructor(input: TagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: AppConfigClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }