@aws-sdk/client-proton 3.169.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 (123) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Proton.d.ts +1420 -380
  3. package/dist-types/ts3.4/ProtonClient.d.ts +579 -148
  4. package/dist-types/ts3.4/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CancelComponentDeploymentCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CancelEnvironmentDeploymentCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CancelServiceInstanceDeploymentCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CancelServicePipelineDeploymentCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateEnvironmentAccountConnectionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateEnvironmentTemplateVersionCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/CreateServiceTemplateCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/CreateServiceTemplateVersionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/DeleteServiceTemplateCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DeleteServiceTemplateVersionCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/GetEnvironmentAccountConnectionCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetEnvironmentTemplateCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/GetEnvironmentTemplateVersionCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/GetServiceInstanceCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/GetServiceTemplateCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/GetServiceTemplateVersionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListComponentOutputsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListComponentProvisionedResourcesCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ListEnvironmentAccountConnectionsCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +41 -17
  48. package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListEnvironmentTemplateVersionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListEnvironmentTemplatesCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +37 -17
  52. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +37 -17
  53. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/ListServiceInstancesCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListServiceTemplateVersionsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListServiceTemplatesCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -17
  64. package/dist-types/ts3.4/commands/RejectEnvironmentAccountConnectionCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
  68. package/dist-types/ts3.4/commands/UpdateComponentCommand.d.ts +37 -17
  69. package/dist-types/ts3.4/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +41 -17
  73. package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/UpdateServiceInstanceCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/UpdateServicePipelineCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/UpdateServiceTemplateCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/UpdateServiceTemplateVersionCommand.d.ts +41 -17
  78. package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/index.d.ts +75 -75
  80. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  81. package/dist-types/ts3.4/index.d.ts +7 -7
  82. package/dist-types/ts3.4/models/ProtonServiceException.d.ts +8 -6
  83. package/dist-types/ts3.4/models/index.d.ts +1 -1
  84. package/dist-types/ts3.4/models/models_0.d.ts +2402 -2202
  85. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  86. package/dist-types/ts3.4/pagination/ListComponentOutputsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListComponentProvisionedResourcesPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListEnvironmentTemplatesPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListServiceInstancesPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListServiceTemplateVersionsPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListServiceTemplatesPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListServicesPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/index.d.ts +21 -21
  107. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +905 -227
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  112. package/dist-types/ts3.4/waiters/index.d.ts +10 -10
  113. package/dist-types/ts3.4/waiters/waitForComponentDeleted.d.ts +13 -7
  114. package/dist-types/ts3.4/waiters/waitForComponentDeployed.d.ts +13 -7
  115. package/dist-types/ts3.4/waiters/waitForEnvironmentDeployed.d.ts +13 -7
  116. package/dist-types/ts3.4/waiters/waitForEnvironmentTemplateVersionRegistered.d.ts +13 -7
  117. package/dist-types/ts3.4/waiters/waitForServiceCreated.d.ts +13 -7
  118. package/dist-types/ts3.4/waiters/waitForServiceDeleted.d.ts +13 -7
  119. package/dist-types/ts3.4/waiters/waitForServiceInstanceDeployed.d.ts +13 -7
  120. package/dist-types/ts3.4/waiters/waitForServicePipelineDeployed.d.ts +13 -7
  121. package/dist-types/ts3.4/waiters/waitForServiceTemplateVersionRegistered.d.ts +13 -7
  122. package/dist-types/ts3.4/waiters/waitForServiceUpdated.d.ts +13 -7
  123. package/package.json +35 -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 { GetServiceInput, GetServiceOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface GetServiceCommandInput extends GetServiceInput {
6
- }
7
- export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetServiceCommand extends $Command<GetServiceCommandInput, GetServiceCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: GetServiceCommandInput;
12
- constructor(input: GetServiceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceCommandInput, GetServiceCommandOutput>;
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 { GetServiceInput, GetServiceOutput } from "../models/models_0";
9
+ import {
10
+ ProtonClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ProtonClient";
14
+ export interface GetServiceCommandInput extends GetServiceInput {}
15
+ export interface GetServiceCommandOutput
16
+ extends GetServiceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetServiceCommand extends $Command<
20
+ GetServiceCommandInput,
21
+ GetServiceCommandOutput,
22
+ ProtonClientResolvedConfig
23
+ > {
24
+ readonly input: GetServiceCommandInput;
25
+ constructor(input: GetServiceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ProtonClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetServiceCommandInput, GetServiceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { GetServiceInstanceInput, GetServiceInstanceOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface GetServiceInstanceCommandInput extends GetServiceInstanceInput {
6
- }
7
- export interface GetServiceInstanceCommandOutput extends GetServiceInstanceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetServiceInstanceCommand extends $Command<GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: GetServiceInstanceCommandInput;
12
- constructor(input: GetServiceInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput>;
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
+ GetServiceInstanceInput,
10
+ GetServiceInstanceOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface GetServiceInstanceCommandInput
18
+ extends GetServiceInstanceInput {}
19
+ export interface GetServiceInstanceCommandOutput
20
+ extends GetServiceInstanceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetServiceInstanceCommand extends $Command<
24
+ GetServiceInstanceCommandInput,
25
+ GetServiceInstanceCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceInstanceCommandInput;
29
+ constructor(input: GetServiceInstanceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
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 { GetServiceTemplateInput, GetServiceTemplateOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface GetServiceTemplateCommandInput extends GetServiceTemplateInput {
6
- }
7
- export interface GetServiceTemplateCommandOutput extends GetServiceTemplateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetServiceTemplateCommand extends $Command<GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: GetServiceTemplateCommandInput;
12
- constructor(input: GetServiceTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput>;
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
+ GetServiceTemplateInput,
10
+ GetServiceTemplateOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface GetServiceTemplateCommandInput
18
+ extends GetServiceTemplateInput {}
19
+ export interface GetServiceTemplateCommandOutput
20
+ extends GetServiceTemplateOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetServiceTemplateCommand extends $Command<
24
+ GetServiceTemplateCommandInput,
25
+ GetServiceTemplateCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceTemplateCommandInput;
29
+ constructor(input: GetServiceTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { GetServiceTemplateVersionInput, GetServiceTemplateVersionOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface GetServiceTemplateVersionCommandInput extends GetServiceTemplateVersionInput {
6
- }
7
- export interface GetServiceTemplateVersionCommandOutput extends GetServiceTemplateVersionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetServiceTemplateVersionCommand extends $Command<GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: GetServiceTemplateVersionCommandInput;
12
- constructor(input: GetServiceTemplateVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput>;
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
+ GetServiceTemplateVersionInput,
10
+ GetServiceTemplateVersionOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface GetServiceTemplateVersionCommandInput
18
+ extends GetServiceTemplateVersionInput {}
19
+ export interface GetServiceTemplateVersionCommandOutput
20
+ extends GetServiceTemplateVersionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetServiceTemplateVersionCommand extends $Command<
24
+ GetServiceTemplateVersionCommandInput,
25
+ GetServiceTemplateVersionCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetServiceTemplateVersionCommandInput;
29
+ constructor(input: GetServiceTemplateVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetServiceTemplateVersionCommandInput,
37
+ GetServiceTemplateVersionCommandOutput
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 { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface GetTemplateSyncConfigCommandInput extends GetTemplateSyncConfigInput {
6
- }
7
- export interface GetTemplateSyncConfigCommandOutput extends GetTemplateSyncConfigOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTemplateSyncConfigCommand extends $Command<GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: GetTemplateSyncConfigCommandInput;
12
- constructor(input: GetTemplateSyncConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput>;
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
+ GetTemplateSyncConfigInput,
10
+ GetTemplateSyncConfigOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface GetTemplateSyncConfigCommandInput
18
+ extends GetTemplateSyncConfigInput {}
19
+ export interface GetTemplateSyncConfigCommandOutput
20
+ extends GetTemplateSyncConfigOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTemplateSyncConfigCommand extends $Command<
24
+ GetTemplateSyncConfigCommandInput,
25
+ GetTemplateSyncConfigCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetTemplateSyncConfigCommandInput;
29
+ constructor(input: GetTemplateSyncConfigCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetTemplateSyncConfigCommandInput,
37
+ GetTemplateSyncConfigCommandOutput
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 { GetTemplateSyncStatusInput, GetTemplateSyncStatusOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface GetTemplateSyncStatusCommandInput extends GetTemplateSyncStatusInput {
6
- }
7
- export interface GetTemplateSyncStatusCommandOutput extends GetTemplateSyncStatusOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetTemplateSyncStatusCommand extends $Command<GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: GetTemplateSyncStatusCommandInput;
12
- constructor(input: GetTemplateSyncStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput>;
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
+ GetTemplateSyncStatusInput,
10
+ GetTemplateSyncStatusOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface GetTemplateSyncStatusCommandInput
18
+ extends GetTemplateSyncStatusInput {}
19
+ export interface GetTemplateSyncStatusCommandOutput
20
+ extends GetTemplateSyncStatusOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetTemplateSyncStatusCommand extends $Command<
24
+ GetTemplateSyncStatusCommandInput,
25
+ GetTemplateSyncStatusCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: GetTemplateSyncStatusCommandInput;
29
+ constructor(input: GetTemplateSyncStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetTemplateSyncStatusCommandInput,
37
+ GetTemplateSyncStatusCommandOutput
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 { ListComponentOutputsInput, ListComponentOutputsOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface ListComponentOutputsCommandInput extends ListComponentOutputsInput {
6
- }
7
- export interface ListComponentOutputsCommandOutput extends ListComponentOutputsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListComponentOutputsCommand extends $Command<ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: ListComponentOutputsCommandInput;
12
- constructor(input: ListComponentOutputsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentOutputsCommandInput, ListComponentOutputsCommandOutput>;
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
+ ListComponentOutputsInput,
10
+ ListComponentOutputsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface ListComponentOutputsCommandInput
18
+ extends ListComponentOutputsInput {}
19
+ export interface ListComponentOutputsCommandOutput
20
+ extends ListComponentOutputsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListComponentOutputsCommand extends $Command<
24
+ ListComponentOutputsCommandInput,
25
+ ListComponentOutputsCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: ListComponentOutputsCommandInput;
29
+ constructor(input: ListComponentOutputsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListComponentOutputsCommandInput,
37
+ ListComponentOutputsCommandOutput
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 { ListComponentProvisionedResourcesInput, ListComponentProvisionedResourcesOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface ListComponentProvisionedResourcesCommandInput extends ListComponentProvisionedResourcesInput {
6
- }
7
- export interface ListComponentProvisionedResourcesCommandOutput extends ListComponentProvisionedResourcesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListComponentProvisionedResourcesCommand extends $Command<ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: ListComponentProvisionedResourcesCommandInput;
12
- constructor(input: ListComponentProvisionedResourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentProvisionedResourcesCommandInput, ListComponentProvisionedResourcesCommandOutput>;
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
+ ListComponentProvisionedResourcesInput,
10
+ ListComponentProvisionedResourcesOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface ListComponentProvisionedResourcesCommandInput
18
+ extends ListComponentProvisionedResourcesInput {}
19
+ export interface ListComponentProvisionedResourcesCommandOutput
20
+ extends ListComponentProvisionedResourcesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListComponentProvisionedResourcesCommand extends $Command<
24
+ ListComponentProvisionedResourcesCommandInput,
25
+ ListComponentProvisionedResourcesCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: ListComponentProvisionedResourcesCommandInput;
29
+ constructor(input: ListComponentProvisionedResourcesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListComponentProvisionedResourcesCommandInput,
37
+ ListComponentProvisionedResourcesCommandOutput
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 { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface ListComponentsCommandInput extends ListComponentsInput {
6
- }
7
- export interface ListComponentsCommandOutput extends ListComponentsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListComponentsCommand extends $Command<ListComponentsCommandInput, ListComponentsCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: ListComponentsCommandInput;
12
- constructor(input: ListComponentsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
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 { ListComponentsInput, ListComponentsOutput } from "../models/models_0";
9
+ import {
10
+ ProtonClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../ProtonClient";
14
+ export interface ListComponentsCommandInput extends ListComponentsInput {}
15
+ export interface ListComponentsCommandOutput
16
+ extends ListComponentsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListComponentsCommand extends $Command<
20
+ ListComponentsCommandInput,
21
+ ListComponentsCommandOutput,
22
+ ProtonClientResolvedConfig
23
+ > {
24
+ readonly input: ListComponentsCommandInput;
25
+ constructor(input: ListComponentsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ProtonClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListComponentsCommandInput, ListComponentsCommandOutput>;
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 { ListEnvironmentAccountConnectionsInput, ListEnvironmentAccountConnectionsOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface ListEnvironmentAccountConnectionsCommandInput extends ListEnvironmentAccountConnectionsInput {
6
- }
7
- export interface ListEnvironmentAccountConnectionsCommandOutput extends ListEnvironmentAccountConnectionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEnvironmentAccountConnectionsCommand extends $Command<ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: ListEnvironmentAccountConnectionsCommandInput;
12
- constructor(input: ListEnvironmentAccountConnectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput>;
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
+ ListEnvironmentAccountConnectionsInput,
10
+ ListEnvironmentAccountConnectionsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface ListEnvironmentAccountConnectionsCommandInput
18
+ extends ListEnvironmentAccountConnectionsInput {}
19
+ export interface ListEnvironmentAccountConnectionsCommandOutput
20
+ extends ListEnvironmentAccountConnectionsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEnvironmentAccountConnectionsCommand extends $Command<
24
+ ListEnvironmentAccountConnectionsCommandInput,
25
+ ListEnvironmentAccountConnectionsCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: ListEnvironmentAccountConnectionsCommandInput;
29
+ constructor(input: ListEnvironmentAccountConnectionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListEnvironmentAccountConnectionsCommandInput,
37
+ ListEnvironmentAccountConnectionsCommandOutput
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 { ListEnvironmentOutputsInput, ListEnvironmentOutputsOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface ListEnvironmentOutputsCommandInput extends ListEnvironmentOutputsInput {
6
- }
7
- export interface ListEnvironmentOutputsCommandOutput extends ListEnvironmentOutputsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEnvironmentOutputsCommand extends $Command<ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: ListEnvironmentOutputsCommandInput;
12
- constructor(input: ListEnvironmentOutputsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput>;
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
+ ListEnvironmentOutputsInput,
10
+ ListEnvironmentOutputsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface ListEnvironmentOutputsCommandInput
18
+ extends ListEnvironmentOutputsInput {}
19
+ export interface ListEnvironmentOutputsCommandOutput
20
+ extends ListEnvironmentOutputsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListEnvironmentOutputsCommand extends $Command<
24
+ ListEnvironmentOutputsCommandInput,
25
+ ListEnvironmentOutputsCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: ListEnvironmentOutputsCommandInput;
29
+ constructor(input: ListEnvironmentOutputsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListEnvironmentOutputsCommandInput,
37
+ ListEnvironmentOutputsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }