@aws-sdk/client-proton 3.41.0 → 3.46.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 (161) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +46 -37
  3. package/dist-cjs/Proton.js +270 -0
  4. package/dist-cjs/commands/CreateRepositoryCommand.js +36 -0
  5. package/dist-cjs/commands/CreateTemplateSyncConfigCommand.js +36 -0
  6. package/dist-cjs/commands/DeleteRepositoryCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteTemplateSyncConfigCommand.js +36 -0
  8. package/dist-cjs/commands/GetRepositoryCommand.js +36 -0
  9. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +36 -0
  10. package/dist-cjs/commands/GetTemplateSyncConfigCommand.js +36 -0
  11. package/dist-cjs/commands/GetTemplateSyncStatusCommand.js +36 -0
  12. package/dist-cjs/commands/ListEnvironmentOutputsCommand.js +36 -0
  13. package/dist-cjs/commands/ListEnvironmentProvisionedResourcesCommand.js +36 -0
  14. package/dist-cjs/commands/ListRepositoriesCommand.js +36 -0
  15. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +36 -0
  16. package/dist-cjs/commands/ListServiceInstanceOutputsCommand.js +36 -0
  17. package/dist-cjs/commands/ListServiceInstanceProvisionedResourcesCommand.js +36 -0
  18. package/dist-cjs/commands/ListServicePipelineOutputsCommand.js +36 -0
  19. package/dist-cjs/commands/ListServicePipelineProvisionedResourcesCommand.js +36 -0
  20. package/dist-cjs/commands/NotifyResourceDeploymentStatusChangeCommand.js +36 -0
  21. package/dist-cjs/commands/UpdateTemplateSyncConfigCommand.js +36 -0
  22. package/dist-cjs/commands/index.js +18 -0
  23. package/dist-cjs/endpoints.js +1 -0
  24. package/dist-cjs/models/models_0.js +348 -7
  25. package/dist-cjs/pagination/ListEnvironmentOutputsPaginator.js +34 -0
  26. package/dist-cjs/pagination/ListEnvironmentProvisionedResourcesPaginator.js +34 -0
  27. package/dist-cjs/pagination/ListRepositoriesPaginator.js +35 -0
  28. package/dist-cjs/pagination/ListRepositorySyncDefinitionsPaginator.js +34 -0
  29. package/dist-cjs/pagination/ListServiceInstanceOutputsPaginator.js +34 -0
  30. package/dist-cjs/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +34 -0
  31. package/dist-cjs/pagination/ListServicePipelineOutputsPaginator.js +34 -0
  32. package/dist-cjs/pagination/ListServicePipelineProvisionedResourcesPaginator.js +34 -0
  33. package/dist-cjs/pagination/index.js +8 -0
  34. package/dist-cjs/protocols/Aws_json1_0.js +2364 -220
  35. package/dist-cjs/runtimeConfig.js +0 -2
  36. package/dist-es/Proton.js +270 -0
  37. package/dist-es/commands/CreateRepositoryCommand.js +39 -0
  38. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +39 -0
  39. package/dist-es/commands/DeleteRepositoryCommand.js +39 -0
  40. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +39 -0
  41. package/dist-es/commands/GetRepositoryCommand.js +39 -0
  42. package/dist-es/commands/GetRepositorySyncStatusCommand.js +39 -0
  43. package/dist-es/commands/GetTemplateSyncConfigCommand.js +39 -0
  44. package/dist-es/commands/GetTemplateSyncStatusCommand.js +39 -0
  45. package/dist-es/commands/ListEnvironmentOutputsCommand.js +39 -0
  46. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +39 -0
  47. package/dist-es/commands/ListRepositoriesCommand.js +39 -0
  48. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +39 -0
  49. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +39 -0
  50. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +39 -0
  51. package/dist-es/commands/ListServicePipelineOutputsCommand.js +39 -0
  52. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +39 -0
  53. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +39 -0
  54. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +39 -0
  55. package/dist-es/commands/index.js +18 -0
  56. package/dist-es/endpoints.js +1 -0
  57. package/dist-es/models/models_0.js +241 -4
  58. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +73 -0
  59. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +73 -0
  60. package/dist-es/pagination/ListRepositoriesPaginator.js +74 -0
  61. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +73 -0
  62. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +73 -0
  63. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +73 -0
  64. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +73 -0
  65. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +73 -0
  66. package/dist-es/pagination/index.js +8 -0
  67. package/dist-es/protocols/Aws_json1_0.js +2529 -291
  68. package/dist-es/runtimeConfig.js +0 -2
  69. package/dist-types/Proton.d.ts +400 -248
  70. package/dist-types/ProtonClient.d.ts +108 -81
  71. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +4 -5
  72. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +9 -8
  73. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +7 -7
  74. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +7 -7
  75. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +5 -5
  76. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -3
  77. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +9 -11
  78. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +2 -2
  79. package/dist-types/commands/CreateRepositoryCommand.d.ts +37 -0
  80. package/dist-types/commands/CreateServiceCommand.d.ts +4 -3
  81. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +5 -5
  82. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +2 -3
  83. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +38 -0
  84. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +5 -5
  85. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +5 -6
  86. package/dist-types/commands/DeleteRepositoryCommand.d.ts +35 -0
  87. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +5 -6
  88. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +35 -0
  89. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  90. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -2
  91. package/dist-types/commands/GetRepositoryCommand.d.ts +35 -0
  92. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +35 -0
  93. package/dist-types/commands/GetServiceInstanceCommand.d.ts +1 -1
  94. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +35 -0
  95. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +35 -0
  96. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -2
  97. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +35 -0
  98. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +35 -0
  99. package/dist-types/commands/ListRepositoriesCommand.d.ts +35 -0
  100. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +35 -0
  101. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +35 -0
  102. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +35 -0
  103. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +35 -0
  104. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +35 -0
  105. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  106. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +41 -0
  107. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +5 -5
  108. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  109. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -2
  112. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +30 -28
  113. package/dist-types/commands/UpdateServiceCommand.d.ts +5 -6
  114. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +19 -21
  115. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +19 -21
  116. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +35 -0
  117. package/dist-types/commands/index.d.ts +18 -0
  118. package/dist-types/models/models_0.d.ts +1457 -330
  119. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +4 -0
  120. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +4 -0
  121. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +4 -0
  122. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +4 -0
  123. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +4 -0
  124. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +4 -0
  125. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +4 -0
  126. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +4 -0
  127. package/dist-types/pagination/index.d.ts +8 -0
  128. package/dist-types/protocols/Aws_json1_0.d.ts +54 -0
  129. package/dist-types/ts3.4/Proton.d.ts +90 -0
  130. package/dist-types/ts3.4/ProtonClient.d.ts +20 -2
  131. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/CreateTemplateSyncConfigCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/DeleteTemplateSyncConfigCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/GetRepositoryCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/GetTemplateSyncConfigCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/GetTemplateSyncStatusCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/ListEnvironmentOutputsCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/ListRepositoriesCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/ListServiceInstanceOutputsCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/ListServicePipelineOutputsCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateTemplateSyncConfigCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  150. package/dist-types/ts3.4/models/models_0.d.ts +637 -5
  151. package/dist-types/ts3.4/pagination/ListEnvironmentOutputsPaginator.d.ts +4 -0
  152. package/dist-types/ts3.4/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +4 -0
  153. package/dist-types/ts3.4/pagination/ListRepositoriesPaginator.d.ts +4 -0
  154. package/dist-types/ts3.4/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +4 -0
  155. package/dist-types/ts3.4/pagination/ListServiceInstanceOutputsPaginator.d.ts +4 -0
  156. package/dist-types/ts3.4/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +4 -0
  157. package/dist-types/ts3.4/pagination/ListServicePipelineOutputsPaginator.d.ts +4 -0
  158. package/dist-types/ts3.4/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +4 -0
  159. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  160. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +54 -0
  161. package/package.json +37 -44
@@ -0,0 +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 { ListServicePipelineOutputsInput, ListServicePipelineOutputsOutput } from "../models/models_0";
4
+ import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
+ export interface ListServicePipelineOutputsCommandInput extends ListServicePipelineOutputsInput {
6
+ }
7
+ export interface ListServicePipelineOutputsCommandOutput extends ListServicePipelineOutputsOutput, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>View a list service pipeline infrastructure as code outputs with detail.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ProtonClient, ListServicePipelineOutputsCommand } from "@aws-sdk/client-proton"; // ES Modules import
15
+ * // const { ProtonClient, ListServicePipelineOutputsCommand } = require("@aws-sdk/client-proton"); // CommonJS import
16
+ * const client = new ProtonClient(config);
17
+ * const command = new ListServicePipelineOutputsCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListServicePipelineOutputsCommandInput} for command's `input` shape.
22
+ * @see {@link ListServicePipelineOutputsCommandOutput} for command's `response` shape.
23
+ * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListServicePipelineOutputsCommand extends $Command<ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput, ProtonClientResolvedConfig> {
27
+ readonly input: ListServicePipelineOutputsCommandInput;
28
+ constructor(input: ListServicePipelineOutputsCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -0,0 +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 { ListServicePipelineProvisionedResourcesInput, ListServicePipelineProvisionedResourcesOutput } from "../models/models_0";
4
+ import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
+ export interface ListServicePipelineProvisionedResourcesCommandInput extends ListServicePipelineProvisionedResourcesInput {
6
+ }
7
+ export interface ListServicePipelineProvisionedResourcesCommandOutput extends ListServicePipelineProvisionedResourcesOutput, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>List provisioned resources for a service and pipeline with details.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ProtonClient, ListServicePipelineProvisionedResourcesCommand } from "@aws-sdk/client-proton"; // ES Modules import
15
+ * // const { ProtonClient, ListServicePipelineProvisionedResourcesCommand } = require("@aws-sdk/client-proton"); // CommonJS import
16
+ * const client = new ProtonClient(config);
17
+ * const command = new ListServicePipelineProvisionedResourcesCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link ListServicePipelineProvisionedResourcesCommandInput} for command's `input` shape.
22
+ * @see {@link ListServicePipelineProvisionedResourcesCommandOutput} for command's `response` shape.
23
+ * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class ListServicePipelineProvisionedResourcesCommand extends $Command<ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput, ProtonClientResolvedConfig> {
27
+ readonly input: ListServicePipelineProvisionedResourcesCommandInput;
28
+ constructor(input: ListServicePipelineProvisionedResourcesCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -7,7 +7,7 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>List tags for a resource. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
10
+ * <p>List tags for a resource. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -0,0 +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 { NotifyResourceDeploymentStatusChangeInput, NotifyResourceDeploymentStatusChangeOutput } from "../models/models_0";
4
+ import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
+ export interface NotifyResourceDeploymentStatusChangeCommandInput extends NotifyResourceDeploymentStatusChangeInput {
6
+ }
7
+ export interface NotifyResourceDeploymentStatusChangeCommandOutput extends NotifyResourceDeploymentStatusChangeOutput, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Notify Proton of status changes to a provisioned resource when you use pull request provisioning. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html">Template bundles</a>.</p>
11
+ * <important>
12
+ * <p>Provisioning by pull request is currently in feature preview and is
13
+ * only usable with Terraform based Proton Templates. To learn more about
14
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
15
+ * Previews.</p>
16
+ * </important>
17
+ * @example
18
+ * Use a bare-bones client and the command you need to make an API call.
19
+ * ```javascript
20
+ * import { ProtonClient, NotifyResourceDeploymentStatusChangeCommand } from "@aws-sdk/client-proton"; // ES Modules import
21
+ * // const { ProtonClient, NotifyResourceDeploymentStatusChangeCommand } = require("@aws-sdk/client-proton"); // CommonJS import
22
+ * const client = new ProtonClient(config);
23
+ * const command = new NotifyResourceDeploymentStatusChangeCommand(input);
24
+ * const response = await client.send(command);
25
+ * ```
26
+ *
27
+ * @see {@link NotifyResourceDeploymentStatusChangeCommandInput} for command's `input` shape.
28
+ * @see {@link NotifyResourceDeploymentStatusChangeCommandOutput} for command's `response` shape.
29
+ * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
30
+ *
31
+ */
32
+ export declare class NotifyResourceDeploymentStatusChangeCommand extends $Command<NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput, ProtonClientResolvedConfig> {
33
+ readonly input: NotifyResourceDeploymentStatusChangeCommandInput;
34
+ constructor(input: NotifyResourceDeploymentStatusChangeCommandInput);
35
+ /**
36
+ * @internal
37
+ */
38
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput>;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -8,11 +8,11 @@ export interface RejectEnvironmentAccountConnectionCommandOutput extends RejectE
8
8
  }
9
9
  /**
10
10
  * <p>In a management account, reject an environment account connection from another environment account.</p>
11
- * <p>After you reject an environment account connection request, you <i>won’t</i> be able to accept or use the rejected
12
- * environment account connection.</p>
13
- * <p>You <i>can’t</i> reject an environment account connection that is connected to an environment.</p>
14
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
15
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
11
+ * <p>After you reject an environment account connection request, you <i>won’t</i> be able to accept or use the rejected environment
12
+ * account connection.</p>
13
+ * <p>You <i>can’t</i> reject an environment account connection that is connected to an environment.</p>
14
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
15
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript
@@ -7,7 +7,7 @@ export interface TagResourceCommandInput extends TagResourceInput {
7
7
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Tag a resource. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
10
+ * <p>Tag a resource. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
7
7
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Remove a tag from a resource. For more information, see <i>AWS Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">AWS Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">AWS Proton User Guide</a>.</p>
10
+ * <p>Remove a tag from a resource. For more information, see <i>Proton resources and tagging</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/resources.html">Proton Administrator Guide</a> or <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton User Guide</a>.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -7,7 +7,7 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
7
7
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Update the AWS Proton pipeline service account settings.</p>
10
+ * <p>Update the Proton service pipeline role or repository settings.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -8,8 +8,8 @@ export interface UpdateEnvironmentAccountConnectionCommandOutput extends UpdateE
8
8
  }
9
9
  /**
10
10
  * <p>In an environment account, update an environment account connection to use a new IAM role.</p>
11
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
12
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
11
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
12
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -8,50 +8,52 @@ export interface UpdateEnvironmentCommandOutput extends UpdateEnvironmentOutput,
8
8
  }
9
9
  /**
10
10
  * <p>Update an environment.</p>
11
- * <p>If the environment is associated with an environment account connection, <i>don't</i> update or include the
12
- * <code>protonServiceRoleArn</code> parameter to update or connect to an environment account connection. </p>
13
- * <p>You can only update to a new environment account connection if it was created in the same environment account that the current
14
- * environment account connection was created in and is associated with the current environment.</p>
15
- * <p>If the environment <i>isn't</i> associated with an environment account connection, <i>don't</i> update or
16
- * include the <code>environmentAccountConnectionId</code> parameter to update or connect to an environment account connection.</p>
17
- * <p>You can update either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value. You
18
- * can’t update both.</p>
19
- * <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the
20
- * mode.</p>
21
- * <dl>
11
+ * <p>If the environment is associated with an environment account connection, <i>don't</i> update or include the
12
+ * <code>protonServiceRoleArn</code> and <code>provisioningRepository</code> parameter to update or connect to an environment account
13
+ * connection.</p>
14
+ * <p>You can only update to a new environment account connection if it was created in the same environment account that the current environment
15
+ * account connection was created in and is associated with the current environment.</p>
16
+ * <p>If the environment <i>isn't</i> associated with an environment account connection, <i>don't</i> update or include
17
+ * the <code>environmentAccountConnectionId</code> parameter to update or connect to an environment account connection.</p>
18
+ * <p>You can update either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value. You can’t
19
+ * update both.</p>
20
+ * <p>If the environment was provisioned with pull request provisioning, include the <code>provisioningRepository</code> parameter and omit the
21
+ * <code>protonServiceRoleArn</code> and <code>environmentAccountConnectionId</code> parameters.</p>
22
+ * <p>If the environment wasn't provisioned with pull request provisioning, omit the <code>provisioningRepository</code> parameter.</p>
23
+ * <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the mode.</p>
24
+ * <dl>
22
25
  * <dt/>
23
26
  * <dd>
24
- * <p>
27
+ * <p>
25
28
  * <code>NONE</code>
26
29
  * </p>
27
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
28
- * </dd>
30
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
31
+ * </dd>
29
32
  * <dt/>
30
33
  * <dd>
31
- * <p>
34
+ * <p>
32
35
  * <code>CURRENT_VERSION</code>
33
36
  * </p>
34
- * <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are
35
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
36
- * <code>deployment-type</code>.</p>
37
- * </dd>
37
+ * <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated.
38
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
39
+ * </dd>
38
40
  * <dt/>
39
41
  * <dd>
40
- * <p>
42
+ * <p>
41
43
  * <code>MINOR_VERSION</code>
42
44
  * </p>
43
- * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current
44
- * major version in use, by default. You can also specify a different minor version of the current major version in use.</p>
45
- * </dd>
45
+ * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version
46
+ * in use, by default. You can also specify a different minor version of the current major version in use.</p>
47
+ * </dd>
46
48
  * <dt/>
47
49
  * <dd>
48
- * <p>
50
+ * <p>
49
51
  * <code>MAJOR_VERSION</code>
50
52
  * </p>
51
- * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of
52
- * the current template, by default. You can also specify a different major version that's higher than the major version in use
53
- * and a minor version (optional).</p>
54
- * </dd>
53
+ * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current
54
+ * template, by default. You can also specify a different major version that's higher than the major version in use and a minor version
55
+ * (optional).</p>
56
+ * </dd>
55
57
  * </dl>
56
58
  * @example
57
59
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,12 +8,11 @@ export interface UpdateServiceCommandOutput extends UpdateServiceOutput, __Metad
8
8
  }
9
9
  /**
10
10
  * <p>Edit a service description or use a spec to add and delete service instances.</p>
11
- * <note>
12
- * <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be
13
- * deleted.</p>
14
- * </note>
15
- * <p>Use the <code>description</code> parameter to modify the description.</p>
16
- * <p>Edit the <code>spec</code> parameter to add or delete instances.</p>
11
+ * <note>
12
+ * <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be deleted.</p>
13
+ * </note>
14
+ * <p>Use the <code>description</code> parameter to modify the description.</p>
15
+ * <p>Edit the <code>spec</code> parameter to add or delete instances.</p>
17
16
  * @example
18
17
  * Use a bare-bones client and the command you need to make an API call.
19
18
  * ```javascript
@@ -8,43 +8,41 @@ export interface UpdateServiceInstanceCommandOutput extends UpdateServiceInstanc
8
8
  }
9
9
  /**
10
10
  * <p>Update a service instance.</p>
11
- * <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
12
- * mode.</p>
13
- * <dl>
11
+ * <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
12
+ * mode.</p>
13
+ * <dl>
14
14
  * <dt/>
15
15
  * <dd>
16
- * <p>
16
+ * <p>
17
17
  * <code>NONE</code>
18
18
  * </p>
19
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
20
- * </dd>
19
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
20
+ * </dd>
21
21
  * <dt/>
22
22
  * <dd>
23
- * <p>
23
+ * <p>
24
24
  * <code>CURRENT_VERSION</code>
25
25
  * </p>
26
- * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are
27
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
28
- * <code>deployment-type</code>.</p>
29
- * </dd>
26
+ * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated.
27
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
28
+ * </dd>
30
29
  * <dt/>
31
30
  * <dd>
32
- * <p>
31
+ * <p>
33
32
  * <code>MINOR_VERSION</code>
34
33
  * </p>
35
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the
36
- * current major version in use, by default. You can also specify a different minor version of the current major version in
37
- * use.</p>
38
- * </dd>
34
+ * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major
35
+ * version in use, by default. You can also specify a different minor version of the current major version in use.</p>
36
+ * </dd>
39
37
  * <dt/>
40
38
  * <dd>
41
- * <p>
39
+ * <p>
42
40
  * <code>MAJOR_VERSION</code>
43
41
  * </p>
44
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version
45
- * of the current template, by default. You can also specify a different major version that is higher than the major version in
46
- * use and a minor version (optional).</p>
47
- * </dd>
42
+ * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current
43
+ * template, by default. You can also specify a different major version that is higher than the major version in use and a minor version
44
+ * (optional).</p>
45
+ * </dd>
48
46
  * </dl>
49
47
  * @example
50
48
  * Use a bare-bones client and the command you need to make an API call.
@@ -8,43 +8,41 @@ export interface UpdateServicePipelineCommandOutput extends UpdateServicePipelin
8
8
  }
9
9
  /**
10
10
  * <p>Update the service pipeline.</p>
11
- * <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
12
- * mode.</p>
13
- * <dl>
11
+ * <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
12
+ * mode.</p>
13
+ * <dl>
14
14
  * <dt/>
15
15
  * <dd>
16
- * <p>
16
+ * <p>
17
17
  * <code>NONE</code>
18
18
  * </p>
19
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
20
- * </dd>
19
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
20
+ * </dd>
21
21
  * <dt/>
22
22
  * <dd>
23
- * <p>
23
+ * <p>
24
24
  * <code>CURRENT_VERSION</code>
25
25
  * </p>
26
- * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are
27
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
28
- * <code>deployment-type</code>.</p>
29
- * </dd>
26
+ * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated.
27
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
28
+ * </dd>
30
29
  * <dt/>
31
30
  * <dd>
32
- * <p>
31
+ * <p>
33
32
  * <code>MINOR_VERSION</code>
34
33
  * </p>
35
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the
36
- * current major version in use, by default. You can also specify a different minor version of the current major version in
37
- * use.</p>
38
- * </dd>
34
+ * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major
35
+ * version in use, by default. You can also specify a different minor version of the current major version in use.</p>
36
+ * </dd>
39
37
  * <dt/>
40
38
  * <dd>
41
- * <p>
39
+ * <p>
42
40
  * <code>MAJOR_VERSION</code>
43
41
  * </p>
44
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version
45
- * of the current template by default. You can also specify a different major version that is higher than the major version in
46
- * use and a minor version (optional).</p>
47
- * </dd>
42
+ * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current
43
+ * template by default. You can also specify a different major version that is higher than the major version in use and a minor version
44
+ * (optional).</p>
45
+ * </dd>
48
46
  * </dl>
49
47
  * @example
50
48
  * Use a bare-bones client and the command you need to make an API call.
@@ -0,0 +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 { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from "../models/models_0";
4
+ import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
+ export interface UpdateTemplateSyncConfigCommandInput extends UpdateTemplateSyncConfigInput {
6
+ }
7
+ export interface UpdateTemplateSyncConfigCommandOutput extends UpdateTemplateSyncConfigOutput, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Update template sync configuration parameters, except for the <code>templateName</code> and <code>templateType</code>.</p>
11
+ * @example
12
+ * Use a bare-bones client and the command you need to make an API call.
13
+ * ```javascript
14
+ * import { ProtonClient, UpdateTemplateSyncConfigCommand } from "@aws-sdk/client-proton"; // ES Modules import
15
+ * // const { ProtonClient, UpdateTemplateSyncConfigCommand } = require("@aws-sdk/client-proton"); // CommonJS import
16
+ * const client = new ProtonClient(config);
17
+ * const command = new UpdateTemplateSyncConfigCommand(input);
18
+ * const response = await client.send(command);
19
+ * ```
20
+ *
21
+ * @see {@link UpdateTemplateSyncConfigCommandInput} for command's `input` shape.
22
+ * @see {@link UpdateTemplateSyncConfigCommandOutput} for command's `response` shape.
23
+ * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
24
+ *
25
+ */
26
+ export declare class UpdateTemplateSyncConfigCommand extends $Command<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
27
+ readonly input: UpdateTemplateSyncConfigCommandInput;
28
+ constructor(input: UpdateTemplateSyncConfigCommandInput);
29
+ /**
30
+ * @internal
31
+ */
32
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -6,34 +6,51 @@ export * from "./CreateEnvironmentAccountConnectionCommand";
6
6
  export * from "./CreateEnvironmentCommand";
7
7
  export * from "./CreateEnvironmentTemplateCommand";
8
8
  export * from "./CreateEnvironmentTemplateVersionCommand";
9
+ export * from "./CreateRepositoryCommand";
9
10
  export * from "./CreateServiceCommand";
10
11
  export * from "./CreateServiceTemplateCommand";
11
12
  export * from "./CreateServiceTemplateVersionCommand";
13
+ export * from "./CreateTemplateSyncConfigCommand";
12
14
  export * from "./DeleteEnvironmentAccountConnectionCommand";
13
15
  export * from "./DeleteEnvironmentCommand";
14
16
  export * from "./DeleteEnvironmentTemplateCommand";
15
17
  export * from "./DeleteEnvironmentTemplateVersionCommand";
18
+ export * from "./DeleteRepositoryCommand";
16
19
  export * from "./DeleteServiceCommand";
17
20
  export * from "./DeleteServiceTemplateCommand";
18
21
  export * from "./DeleteServiceTemplateVersionCommand";
22
+ export * from "./DeleteTemplateSyncConfigCommand";
19
23
  export * from "./GetAccountSettingsCommand";
20
24
  export * from "./GetEnvironmentAccountConnectionCommand";
21
25
  export * from "./GetEnvironmentCommand";
22
26
  export * from "./GetEnvironmentTemplateCommand";
23
27
  export * from "./GetEnvironmentTemplateVersionCommand";
28
+ export * from "./GetRepositoryCommand";
29
+ export * from "./GetRepositorySyncStatusCommand";
24
30
  export * from "./GetServiceCommand";
25
31
  export * from "./GetServiceInstanceCommand";
26
32
  export * from "./GetServiceTemplateCommand";
27
33
  export * from "./GetServiceTemplateVersionCommand";
34
+ export * from "./GetTemplateSyncConfigCommand";
35
+ export * from "./GetTemplateSyncStatusCommand";
28
36
  export * from "./ListEnvironmentAccountConnectionsCommand";
37
+ export * from "./ListEnvironmentOutputsCommand";
38
+ export * from "./ListEnvironmentProvisionedResourcesCommand";
29
39
  export * from "./ListEnvironmentTemplateVersionsCommand";
30
40
  export * from "./ListEnvironmentTemplatesCommand";
31
41
  export * from "./ListEnvironmentsCommand";
42
+ export * from "./ListRepositoriesCommand";
43
+ export * from "./ListRepositorySyncDefinitionsCommand";
44
+ export * from "./ListServiceInstanceOutputsCommand";
45
+ export * from "./ListServiceInstanceProvisionedResourcesCommand";
32
46
  export * from "./ListServiceInstancesCommand";
47
+ export * from "./ListServicePipelineOutputsCommand";
48
+ export * from "./ListServicePipelineProvisionedResourcesCommand";
33
49
  export * from "./ListServiceTemplateVersionsCommand";
34
50
  export * from "./ListServiceTemplatesCommand";
35
51
  export * from "./ListServicesCommand";
36
52
  export * from "./ListTagsForResourceCommand";
53
+ export * from "./NotifyResourceDeploymentStatusChangeCommand";
37
54
  export * from "./RejectEnvironmentAccountConnectionCommand";
38
55
  export * from "./TagResourceCommand";
39
56
  export * from "./UntagResourceCommand";
@@ -47,3 +64,4 @@ export * from "./UpdateServiceInstanceCommand";
47
64
  export * from "./UpdateServicePipelineCommand";
48
65
  export * from "./UpdateServiceTemplateCommand";
49
66
  export * from "./UpdateServiceTemplateVersionCommand";
67
+ export * from "./UpdateTemplateSyncConfigCommand";