@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,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 { AcceptEnvironmentAccountConnectionInput, AcceptEnvironmentAccountConnectionOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface AcceptEnvironmentAccountConnectionCommandInput extends AcceptEnvironmentAccountConnectionInput {
6
- }
7
- export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptEnvironmentAccountConnectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class AcceptEnvironmentAccountConnectionCommand extends $Command<AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: AcceptEnvironmentAccountConnectionCommandInput;
12
- constructor(input: AcceptEnvironmentAccountConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput>;
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
+ AcceptEnvironmentAccountConnectionInput,
10
+ AcceptEnvironmentAccountConnectionOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface AcceptEnvironmentAccountConnectionCommandInput
18
+ extends AcceptEnvironmentAccountConnectionInput {}
19
+ export interface AcceptEnvironmentAccountConnectionCommandOutput
20
+ extends AcceptEnvironmentAccountConnectionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AcceptEnvironmentAccountConnectionCommand extends $Command<
24
+ AcceptEnvironmentAccountConnectionCommandInput,
25
+ AcceptEnvironmentAccountConnectionCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: AcceptEnvironmentAccountConnectionCommandInput;
29
+ constructor(input: AcceptEnvironmentAccountConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AcceptEnvironmentAccountConnectionCommandInput,
37
+ AcceptEnvironmentAccountConnectionCommandOutput
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 { CancelComponentDeploymentInput, CancelComponentDeploymentOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CancelComponentDeploymentCommandInput extends CancelComponentDeploymentInput {
6
- }
7
- export interface CancelComponentDeploymentCommandOutput extends CancelComponentDeploymentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelComponentDeploymentCommand extends $Command<CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CancelComponentDeploymentCommandInput;
12
- constructor(input: CancelComponentDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput>;
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
+ CancelComponentDeploymentInput,
10
+ CancelComponentDeploymentOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CancelComponentDeploymentCommandInput
18
+ extends CancelComponentDeploymentInput {}
19
+ export interface CancelComponentDeploymentCommandOutput
20
+ extends CancelComponentDeploymentOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CancelComponentDeploymentCommand extends $Command<
24
+ CancelComponentDeploymentCommandInput,
25
+ CancelComponentDeploymentCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CancelComponentDeploymentCommandInput;
29
+ constructor(input: CancelComponentDeploymentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelComponentDeploymentCommandInput,
37
+ CancelComponentDeploymentCommandOutput
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 { CancelEnvironmentDeploymentInput, CancelEnvironmentDeploymentOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CancelEnvironmentDeploymentCommandInput extends CancelEnvironmentDeploymentInput {
6
- }
7
- export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironmentDeploymentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelEnvironmentDeploymentCommand extends $Command<CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CancelEnvironmentDeploymentCommandInput;
12
- constructor(input: CancelEnvironmentDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput>;
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
+ CancelEnvironmentDeploymentInput,
10
+ CancelEnvironmentDeploymentOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CancelEnvironmentDeploymentCommandInput
18
+ extends CancelEnvironmentDeploymentInput {}
19
+ export interface CancelEnvironmentDeploymentCommandOutput
20
+ extends CancelEnvironmentDeploymentOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CancelEnvironmentDeploymentCommand extends $Command<
24
+ CancelEnvironmentDeploymentCommandInput,
25
+ CancelEnvironmentDeploymentCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CancelEnvironmentDeploymentCommandInput;
29
+ constructor(input: CancelEnvironmentDeploymentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelEnvironmentDeploymentCommandInput,
37
+ CancelEnvironmentDeploymentCommandOutput
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 { CancelServiceInstanceDeploymentInput, CancelServiceInstanceDeploymentOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CancelServiceInstanceDeploymentCommandInput extends CancelServiceInstanceDeploymentInput {
6
- }
7
- export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServiceInstanceDeploymentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelServiceInstanceDeploymentCommand extends $Command<CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CancelServiceInstanceDeploymentCommandInput;
12
- constructor(input: CancelServiceInstanceDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput>;
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
+ CancelServiceInstanceDeploymentInput,
10
+ CancelServiceInstanceDeploymentOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CancelServiceInstanceDeploymentCommandInput
18
+ extends CancelServiceInstanceDeploymentInput {}
19
+ export interface CancelServiceInstanceDeploymentCommandOutput
20
+ extends CancelServiceInstanceDeploymentOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CancelServiceInstanceDeploymentCommand extends $Command<
24
+ CancelServiceInstanceDeploymentCommandInput,
25
+ CancelServiceInstanceDeploymentCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CancelServiceInstanceDeploymentCommandInput;
29
+ constructor(input: CancelServiceInstanceDeploymentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelServiceInstanceDeploymentCommandInput,
37
+ CancelServiceInstanceDeploymentCommandOutput
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 { CancelServicePipelineDeploymentInput, CancelServicePipelineDeploymentOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CancelServicePipelineDeploymentCommandInput extends CancelServicePipelineDeploymentInput {
6
- }
7
- export interface CancelServicePipelineDeploymentCommandOutput extends CancelServicePipelineDeploymentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelServicePipelineDeploymentCommand extends $Command<CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CancelServicePipelineDeploymentCommandInput;
12
- constructor(input: CancelServicePipelineDeploymentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput>;
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
+ CancelServicePipelineDeploymentInput,
10
+ CancelServicePipelineDeploymentOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CancelServicePipelineDeploymentCommandInput
18
+ extends CancelServicePipelineDeploymentInput {}
19
+ export interface CancelServicePipelineDeploymentCommandOutput
20
+ extends CancelServicePipelineDeploymentOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CancelServicePipelineDeploymentCommand extends $Command<
24
+ CancelServicePipelineDeploymentCommandInput,
25
+ CancelServicePipelineDeploymentCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CancelServicePipelineDeploymentCommandInput;
29
+ constructor(input: CancelServicePipelineDeploymentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CancelServicePipelineDeploymentCommandInput,
37
+ CancelServicePipelineDeploymentCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateComponentInput, CreateComponentOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CreateComponentCommandInput extends CreateComponentInput {
6
- }
7
- export interface CreateComponentCommandOutput extends CreateComponentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CreateComponentCommandInput;
12
- constructor(input: CreateComponentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
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
+ CreateComponentInput,
10
+ CreateComponentOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CreateComponentCommandInput extends CreateComponentInput {}
18
+ export interface CreateComponentCommandOutput
19
+ extends CreateComponentOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateComponentCommand extends $Command<
23
+ CreateComponentCommandInput,
24
+ CreateComponentCommandOutput,
25
+ ProtonClientResolvedConfig
26
+ > {
27
+ readonly input: CreateComponentCommandInput;
28
+ constructor(input: CreateComponentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ProtonClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { CreateEnvironmentAccountConnectionInput, CreateEnvironmentAccountConnectionOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CreateEnvironmentAccountConnectionCommandInput extends CreateEnvironmentAccountConnectionInput {
6
- }
7
- export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateEnvironmentAccountConnectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEnvironmentAccountConnectionCommand extends $Command<CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CreateEnvironmentAccountConnectionCommandInput;
12
- constructor(input: CreateEnvironmentAccountConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput>;
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
+ CreateEnvironmentAccountConnectionInput,
10
+ CreateEnvironmentAccountConnectionOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CreateEnvironmentAccountConnectionCommandInput
18
+ extends CreateEnvironmentAccountConnectionInput {}
19
+ export interface CreateEnvironmentAccountConnectionCommandOutput
20
+ extends CreateEnvironmentAccountConnectionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateEnvironmentAccountConnectionCommand extends $Command<
24
+ CreateEnvironmentAccountConnectionCommandInput,
25
+ CreateEnvironmentAccountConnectionCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CreateEnvironmentAccountConnectionCommandInput;
29
+ constructor(input: CreateEnvironmentAccountConnectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateEnvironmentAccountConnectionCommandInput,
37
+ CreateEnvironmentAccountConnectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateEnvironmentInput, CreateEnvironmentOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
6
- }
7
- export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CreateEnvironmentCommandInput;
12
- constructor(input: CreateEnvironmentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
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
+ CreateEnvironmentInput,
10
+ CreateEnvironmentOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {}
18
+ export interface CreateEnvironmentCommandOutput
19
+ extends CreateEnvironmentOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateEnvironmentCommand extends $Command<
23
+ CreateEnvironmentCommandInput,
24
+ CreateEnvironmentCommandOutput,
25
+ ProtonClientResolvedConfig
26
+ > {
27
+ readonly input: CreateEnvironmentCommandInput;
28
+ constructor(input: CreateEnvironmentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ProtonClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { CreateEnvironmentTemplateInput, CreateEnvironmentTemplateOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CreateEnvironmentTemplateCommandInput extends CreateEnvironmentTemplateInput {
6
- }
7
- export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmentTemplateOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEnvironmentTemplateCommand extends $Command<CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CreateEnvironmentTemplateCommandInput;
12
- constructor(input: CreateEnvironmentTemplateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput>;
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
+ CreateEnvironmentTemplateInput,
10
+ CreateEnvironmentTemplateOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CreateEnvironmentTemplateCommandInput
18
+ extends CreateEnvironmentTemplateInput {}
19
+ export interface CreateEnvironmentTemplateCommandOutput
20
+ extends CreateEnvironmentTemplateOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateEnvironmentTemplateCommand extends $Command<
24
+ CreateEnvironmentTemplateCommandInput,
25
+ CreateEnvironmentTemplateCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CreateEnvironmentTemplateCommandInput;
29
+ constructor(input: CreateEnvironmentTemplateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateEnvironmentTemplateCommandInput,
37
+ CreateEnvironmentTemplateCommandOutput
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 { CreateEnvironmentTemplateVersionInput, CreateEnvironmentTemplateVersionOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CreateEnvironmentTemplateVersionCommandInput extends CreateEnvironmentTemplateVersionInput {
6
- }
7
- export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnvironmentTemplateVersionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEnvironmentTemplateVersionCommand extends $Command<CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CreateEnvironmentTemplateVersionCommandInput;
12
- constructor(input: CreateEnvironmentTemplateVersionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput>;
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
+ CreateEnvironmentTemplateVersionInput,
10
+ CreateEnvironmentTemplateVersionOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CreateEnvironmentTemplateVersionCommandInput
18
+ extends CreateEnvironmentTemplateVersionInput {}
19
+ export interface CreateEnvironmentTemplateVersionCommandOutput
20
+ extends CreateEnvironmentTemplateVersionOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateEnvironmentTemplateVersionCommand extends $Command<
24
+ CreateEnvironmentTemplateVersionCommandInput,
25
+ CreateEnvironmentTemplateVersionCommandOutput,
26
+ ProtonClientResolvedConfig
27
+ > {
28
+ readonly input: CreateEnvironmentTemplateVersionCommandInput;
29
+ constructor(input: CreateEnvironmentTemplateVersionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ProtonClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateEnvironmentTemplateVersionCommandInput,
37
+ CreateEnvironmentTemplateVersionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
4
- import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
- export interface CreateRepositoryCommandInput extends CreateRepositoryInput {
6
- }
7
- export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ProtonClientResolvedConfig> {
11
- readonly input: CreateRepositoryCommandInput;
12
- constructor(input: CreateRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
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
+ CreateRepositoryInput,
10
+ CreateRepositoryOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ProtonClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../ProtonClient";
17
+ export interface CreateRepositoryCommandInput extends CreateRepositoryInput {}
18
+ export interface CreateRepositoryCommandOutput
19
+ extends CreateRepositoryOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateRepositoryCommand extends $Command<
23
+ CreateRepositoryCommandInput,
24
+ CreateRepositoryCommandOutput,
25
+ ProtonClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRepositoryCommandInput;
28
+ constructor(input: CreateRepositoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ProtonClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }