@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
@@ -7,34 +7,51 @@ import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccoun
7
7
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
8
8
  import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
9
9
  import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
10
+ import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
10
11
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
11
12
  import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
12
13
  import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
14
+ import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
13
15
  import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
14
16
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
15
17
  import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
16
18
  import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
19
+ import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
17
20
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
18
21
  import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
19
22
  import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
23
+ import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
20
24
  import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
21
25
  import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
22
26
  import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
23
27
  import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
24
28
  import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
29
+ import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
30
+ import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
25
31
  import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
26
32
  import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
27
33
  import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
28
34
  import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
35
+ import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
36
+ import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
29
37
  import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
38
+ import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
39
+ import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
30
40
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
31
41
  import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
32
42
  import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
43
+ import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
44
+ import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
45
+ import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
46
+ import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
33
47
  import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
48
+ import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
49
+ import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
34
50
  import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
35
51
  import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
36
52
  import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
37
53
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
54
+ import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
38
55
  import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
39
56
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
57
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -48,155 +65,165 @@ import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput }
48
65
  import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
49
66
  import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
50
67
  import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
68
+ import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
51
69
  import { ProtonClient } from "./ProtonClient";
52
70
  /**
53
- * <p>This is the AWS Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Operations.html">actions</a> and <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Types.html">data types</a> for the AWS Proton service.</p>
54
- * <p>The documentation for each action shows the Query API request parameters and the XML response.</p>
55
- * <p>Alternatively, you can use the AWS CLI to access an API. For more information, see the <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html">AWS Command Line Interface User Guide</a>.</p>
56
- * <p>The AWS Proton service is a two-pronged automation framework. Administrators create service templates to provide standardized
57
- * infrastructure and deployment tooling for serverless and container based applications. Developers, in turn, select from the available
58
- * service templates to automate their application or service deployments.</p>
59
- * <p>Because administrators define the infrastructure and tooling that AWS Proton deploys and manages, they need permissions to use all of the
60
- * listed API operations.</p>
61
- * <p>When developers select a specific infrastructure and tooling set, AWS Proton deploys their applications. To monitor their applications
62
- * that are running on AWS Proton, developers need permissions to the service <i>create</i>, <i>list</i>,
63
- * <i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and
64
- * <i>update</i> API operations.</p>
65
- * <p>To learn more about AWS Proton administration, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html">AWS Proton
66
- * Administrator Guide</a>.</p>
67
- * <p>To learn more about deploying serverless and containerized applications on AWS Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">AWS Proton User Guide</a>.</p>
68
- * <p>
71
+ * <p>This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the
72
+ * <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Operations.html">actions</a> and <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Types.html">data types</a> for the Proton
73
+ * service.</p>
74
+ * <p>The documentation for each action shows the Query API request parameters and the XML response.</p>
75
+ * <p>Alternatively, you can use the Amazon Web Services CLI to access an API. For more information, see the <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html">Amazon Web Services Command Line Interface User
76
+ * Guide</a>.</p>
77
+ * <p>The Proton service is a two-pronged automation framework. Administrators create service templates to provide
78
+ * standardized infrastructure and deployment tooling for serverless and container based applications. Developers, in
79
+ * turn, select from the available service templates to automate their application or service deployments.</p>
80
+ * <p>Because administrators define the infrastructure and tooling that Proton deploys and manages, they need
81
+ * permissions to use all of the listed API operations.</p>
82
+ * <p>When developers select a specific infrastructure and tooling set, Proton deploys their applications. To
83
+ * monitor their applications that are running on Proton, developers need permissions to the service
84
+ * <i>create</i>, <i>list</i>, <i>update</i> and <i>delete</i>
85
+ * API operations and the service instance <i>list</i> and <i>update</i> API
86
+ * operations.</p>
87
+ * <p>To learn more about Proton administration, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html">Proton Administrator Guide</a>.</p>
88
+ * <p>To learn more about deploying serverless and containerized applications on Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
89
+ * <p>
69
90
  * <b>Ensuring Idempotency</b>
70
91
  * </p>
71
- * <p>When you make a mutating API request, the request typically returns a result before the asynchronous workflows of the operation are
72
- * complete. Operations might also time out or encounter other server issues before they're complete, even if the request already returned a
73
- * result. This might make it difficult to determine whether the request succeeded. Moreover, you might need to retry the request multiple
74
- * times to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the
75
- * operation occurs multiple times. This means that you might create more resources than you intended.</p>
76
- * <p>
77
- * <i>Idempotency</i> ensures that an API request action completes no more than one time. With an idempotent request, if the
78
- * original request action completes successfully, any subsequent retries complete successfully without performing any further actions.
79
- * However, the result might contain updated information, such as the current creation status.</p>
80
- * <p>The following lists of APIs are grouped according to methods that ensure idempotency.</p>
81
- * <p>
92
+ * <p>When you make a mutating API request, the request typically returns a result before the asynchronous workflows
93
+ * of the operation are complete. Operations might also time out or encounter other server issues before they're
94
+ * complete, even if the request already returned a result. This might make it difficult to determine whether the
95
+ * request succeeded. Moreover, you might need to retry the request multiple times to ensure that the operation
96
+ * completes successfully. However, if the original request and the subsequent retries are successful, the operation
97
+ * occurs multiple times. This means that you might create more resources than you intended.</p>
98
+ * <p>
99
+ * <i>Idempotency</i> ensures that an API request action completes no more than one time. With an
100
+ * idempotent request, if the original request action completes successfully, any subsequent retries complete
101
+ * successfully without performing any further actions. However, the result might contain updated information, such as
102
+ * the current creation status.</p>
103
+ * <p>The following lists of APIs are grouped according to methods that ensure idempotency.</p>
104
+ * <p>
82
105
  * <b>Idempotent create APIs with a client token</b>
83
106
  * </p>
84
- * <p>The API actions in this list support idempotency with the use of a <i>client token</i>. The corresponding AWS CLI
85
- * commands also support idempotency using a client token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. To
86
- * make an idempotent API request using one of these actions, specify a client token in the request. We recommend that you
87
- * <i>don't</i> reuse the same client token for other API requests. If you dont provide a client token for these APIs, a
88
- * default client token is automatically provided by SDKs.</p>
89
- * <p>Given a request action that has succeeded:</p>
90
- * <p>If you retry the request using the same client token and the same parameters, the retry succeeds without performing any further actions
91
- * other than returning the original resource detail data in the response.</p>
92
- * <p>If you retry the request using the same client token, but one or more of the parameters are different, the retry throws a
93
- * <code>ValidationException</code> with an <code>IdempotentParameterMismatch</code> error.</p>
94
- * <p>Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new resource is
95
- * created.</p>
96
- * <p>If the original resource is deleted and you retry the request, a new resource is created.</p>
97
- * <p>Idempotent create APIs with a client token:</p>
98
- * <ul>
107
+ * <p>The API actions in this list support idempotency with the use of a <i>client token</i>. The
108
+ * corresponding Amazon Web Services CLI commands also support idempotency using a client token. A client token is a unique,
109
+ * case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions,
110
+ * specify a client token in the request. We recommend that you <i>don't</i> reuse the same client token
111
+ * for other API requests. If you don’t provide a client token for these APIs, a default client token is automatically
112
+ * provided by SDKs.</p>
113
+ * <p>Given a request action that has succeeded:</p>
114
+ * <p>If you retry the request using the same client token and the same parameters, the retry succeeds without
115
+ * performing any further actions other than returning the original resource detail data in the response.</p>
116
+ * <p>If you retry the request using the same client token, but one or more of the parameters are different, the retry
117
+ * throws a <code>ValidationException</code> with an <code>IdempotentParameterMismatch</code> error.</p>
118
+ * <p>Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new
119
+ * resource is created.</p>
120
+ * <p>If the original resource is deleted and you retry the request, a new resource is created.</p>
121
+ * <p>Idempotent create APIs with a client token:</p>
122
+ * <ul>
99
123
  * <li>
100
- * <p>CreateEnvironmentTemplateVersion</p>
124
+ * <p>CreateEnvironmentTemplateVersion</p>
101
125
  * </li>
102
126
  * <li>
103
- * <p>CreateServiceTemplateVersion</p>
127
+ * <p>CreateServiceTemplateVersion</p>
104
128
  * </li>
105
129
  * <li>
106
- * <p>CreateEnvironmentAccountConnection</p>
130
+ * <p>CreateEnvironmentAccountConnection</p>
107
131
  * </li>
108
132
  * </ul>
109
- * <p>
133
+ * <p>
110
134
  * <b>Idempotent create APIs</b>
111
135
  * </p>
112
- * <p>Given a request action that has succeeded:</p>
113
- * <p>If you retry the request with an API from this group, and the original resource <i>hasn't</i> been modified, the retry
114
- * succeeds without performing any further actions other than returning the original resource detail data in the response.</p>
115
- * <p>If the original resource has been modified, the retry throws a <code>ConflictException</code>.</p>
116
- * <p>If you retry with different input parameters, the retry throws a <code>ValidationException</code> with an
117
- * <code>IdempotentParameterMismatch</code> error.</p>
118
- * <p>Idempotent create APIs:</p>
119
- * <ul>
136
+ * <p>Given a request action that has succeeded:</p>
137
+ * <p>If you retry the request with an API from this group, and the original resource <i>hasn't</i> been
138
+ * modified, the retry succeeds without performing any further actions other than returning the original resource detail
139
+ * data in the response.</p>
140
+ * <p>If the original resource has been modified, the retry throws a <code>ConflictException</code>.</p>
141
+ * <p>If you retry with different input parameters, the retry throws a <code>ValidationException</code> with an
142
+ * <code>IdempotentParameterMismatch</code> error.</p>
143
+ * <p>Idempotent create APIs:</p>
144
+ * <ul>
120
145
  * <li>
121
- * <p>CreateEnvironmentTemplate</p>
146
+ * <p>CreateEnvironmentTemplate</p>
122
147
  * </li>
123
148
  * <li>
124
- * <p>CreateServiceTemplate</p>
149
+ * <p>CreateServiceTemplate</p>
125
150
  * </li>
126
151
  * <li>
127
- * <p>CreateEnvironment</p>
152
+ * <p>CreateEnvironment</p>
128
153
  * </li>
129
154
  * <li>
130
- * <p>CreateService</p>
155
+ * <p>CreateService</p>
131
156
  * </li>
132
157
  * </ul>
133
- * <p>
158
+ * <p>
134
159
  * <b>Idempotent delete APIs</b>
135
160
  * </p>
136
- * <p>Given a request action that has succeeded:</p>
137
- * <p>When you retry the request with an API from this group and the resource was deleted, its metadata is returned in the response.</p>
138
- * <p>If you retry and the resource doesn't exist, the response is empty.</p>
139
- * <p>In both cases, the retry succeeds.</p>
140
- * <p>Idempotent delete APIs:</p>
141
- * <ul>
161
+ * <p>Given a request action that has succeeded:</p>
162
+ * <p>When you retry the request with an API from this group and the resource was deleted, its metadata is returned in
163
+ * the response.</p>
164
+ * <p>If you retry and the resource doesn't exist, the response is empty.</p>
165
+ * <p>In both cases, the retry succeeds.</p>
166
+ * <p>Idempotent delete APIs:</p>
167
+ * <ul>
142
168
  * <li>
143
- * <p>DeleteEnvironmentTemplate</p>
169
+ * <p>DeleteEnvironmentTemplate</p>
144
170
  * </li>
145
171
  * <li>
146
- * <p>DeleteEnvironmentTemplateVersion</p>
172
+ * <p>DeleteEnvironmentTemplateVersion</p>
147
173
  * </li>
148
174
  * <li>
149
- * <p>DeleteServiceTemplate</p>
175
+ * <p>DeleteServiceTemplate</p>
150
176
  * </li>
151
177
  * <li>
152
- * <p>DeleteServiceTemplateVersion</p>
178
+ * <p>DeleteServiceTemplateVersion</p>
153
179
  * </li>
154
180
  * <li>
155
- * <p>DeleteEnvironmentAccountConnection</p>
181
+ * <p>DeleteEnvironmentAccountConnection</p>
156
182
  * </li>
157
183
  * </ul>
158
- * <p>
184
+ * <p>
159
185
  * <b>Asynchronous idempotent delete APIs</b>
160
186
  * </p>
161
- * <p>Given a request action that has succeeded:</p>
162
- * <p>If you retry the request with an API from this group, if the original request delete operation status is
163
- * <code>DELETE_IN_PROGRESS</code>, the retry returns the resource detail data in the response without performing any further actions.</p>
164
- * <p>If the original request delete operation is complete, a retry returns an empty response.</p>
165
- * <p>Asynchronous idempotent delete APIs:</p>
166
- * <ul>
187
+ * <p>Given a request action that has succeeded:</p>
188
+ * <p>If you retry the request with an API from this group, if the original request delete operation status is
189
+ * <code>DELETE_IN_PROGRESS</code>, the retry returns the resource detail data in the response without performing any
190
+ * further actions.</p>
191
+ * <p>If the original request delete operation is complete, a retry returns an empty response.</p>
192
+ * <p>Asynchronous idempotent delete APIs:</p>
193
+ * <ul>
167
194
  * <li>
168
- * <p>DeleteEnvironment</p>
195
+ * <p>DeleteEnvironment</p>
169
196
  * </li>
170
197
  * <li>
171
- * <p>DeleteService</p>
198
+ * <p>DeleteService</p>
172
199
  * </li>
173
200
  * </ul>
174
201
  */
175
202
  export declare class Proton extends ProtonClient {
176
203
  /**
177
- * <p>In a management account, an environment account connection request is accepted. When the environment account connection request is
178
- * accepted, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment
179
- * account.</p>
180
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
181
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
204
+ * <p>In a management account, an environment account connection request is accepted. When the environment account connection request is accepted,
205
+ * Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p>
206
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
207
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
182
208
  */
183
209
  acceptEnvironmentAccountConnection(args: AcceptEnvironmentAccountConnectionCommandInput, options?: __HttpHandlerOptions): Promise<AcceptEnvironmentAccountConnectionCommandOutput>;
184
210
  acceptEnvironmentAccountConnection(args: AcceptEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: AcceptEnvironmentAccountConnectionCommandOutput) => void): void;
185
211
  acceptEnvironmentAccountConnection(args: AcceptEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AcceptEnvironmentAccountConnectionCommandOutput) => void): void;
186
212
  /**
187
- * <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is
188
- * <code>IN_PROGRESS</code>. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-update.html">Update an environment</a> in the <i>AWS Proton Administrator guide</i>.</p>
189
- * <p>The following list includes potential cancellation scenarios.</p>
190
- * <ul>
213
+ * <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is <code>IN_PROGRESS</code>.
214
+ * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-update.html">Update an environment</a> in the
215
+ * <i>Proton Administrator guide</i>.</p>
216
+ * <p>The following list includes potential cancellation scenarios.</p>
217
+ * <ul>
191
218
  * <li>
192
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
219
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
193
220
  * </li>
194
221
  * <li>
195
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
222
+ * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
196
223
  * </li>
197
224
  * <li>
198
- * <p>If the current <a>UpdateEnvironment</a> action succeeds before the cancellation attempt starts, the resulting
199
- * deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
225
+ * <p>If the current <a>UpdateEnvironment</a> action succeeds before the cancellation attempt starts, the resulting deployment state is
226
+ * <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
200
227
  * </li>
201
228
  * </ul>
202
229
  */
@@ -205,18 +232,18 @@ export declare class Proton extends ProtonClient {
205
232
  cancelEnvironmentDeployment(args: CancelEnvironmentDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelEnvironmentDeploymentCommandOutput) => void): void;
206
233
  /**
207
234
  * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is
208
- * <code>IN_PROGRESS</code>. For more information, see <i>Update a service instance</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-instance-update.html">AWS Proton Administrator guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-instance-update.html">AWS Proton User guide</a>.</p>
209
- * <p>The following list includes potential cancellation scenarios.</p>
210
- * <ul>
235
+ * <code>IN_PROGRESS</code>. For more information, see <i>Update a service instance</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-instance-update.html">Proton Administrator guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-instance-update.html">Proton User guide</a>.</p>
236
+ * <p>The following list includes potential cancellation scenarios.</p>
237
+ * <ul>
211
238
  * <li>
212
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
239
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
213
240
  * </li>
214
241
  * <li>
215
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
242
+ * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
216
243
  * </li>
217
244
  * <li>
218
- * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting
219
- * deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
245
+ * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting deployment
246
+ * state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
220
247
  * </li>
221
248
  * </ul>
222
249
  */
@@ -225,18 +252,18 @@ export declare class Proton extends ProtonClient {
225
252
  cancelServiceInstanceDeployment(args: CancelServiceInstanceDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelServiceInstanceDeploymentCommandOutput) => void): void;
226
253
  /**
227
254
  * <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is
228
- * <code>IN_PROGRESS</code>. For more information, see <i>Update a service pipeline</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-pipeline-update.html">AWS Proton Administrator guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-pipeline-update.html">AWS Proton User guide</a>.</p>
229
- * <p>The following list includes potential cancellation scenarios.</p>
230
- * <ul>
255
+ * <code>IN_PROGRESS</code>. For more information, see <i>Update a service pipeline</i> in the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-svc-pipeline-update.html">Proton Administrator guide</a> or the <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-pipeline-update.html">Proton User guide</a>.</p>
256
+ * <p>The following list includes potential cancellation scenarios.</p>
257
+ * <ul>
231
258
  * <li>
232
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
259
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
233
260
  * </li>
234
261
  * <li>
235
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
262
+ * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
236
263
  * </li>
237
264
  * <li>
238
- * <p>If the current <a>UpdateServicePipeline</a> action succeeds before the cancellation attempt starts, the resulting
239
- * deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
265
+ * <p>If the current <a>UpdateServicePipeline</a> action succeeds before the cancellation attempt starts, the resulting deployment
266
+ * state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
240
267
  * </li>
241
268
  * </ul>
242
269
  */
@@ -244,39 +271,50 @@ export declare class Proton extends ProtonClient {
244
271
  cancelServicePipelineDeployment(args: CancelServicePipelineDeploymentCommandInput, cb: (err: any, data?: CancelServicePipelineDeploymentCommandOutput) => void): void;
245
272
  cancelServicePipelineDeployment(args: CancelServicePipelineDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelServicePipelineDeploymentCommandOutput) => void): void;
246
273
  /**
247
- * <p>Deploy a new environment. An AWS Proton environment is created from an environment template that defines infrastructure and resources
248
- * that can be shared across services. For more information, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html">Environments</a> in the <i>AWS Proton Administrator
249
- * Guide.</i>
274
+ * <p>Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can
275
+ * be shared across services.</p>
276
+ * <p class="title">
277
+ * <b>You can provision environments using the following methods:</b>
278
+ * </p>
279
+ * <ul>
280
+ * <li>
281
+ * <p>Standard provisioning: Proton makes direct calls to provision your resources.</p>
282
+ * </li>
283
+ * <li>
284
+ * <p>Pull request provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your
285
+ * IaC engine uses to provision resources.</p>
286
+ * </li>
287
+ * </ul>
288
+ * <p>For more information, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html">Environments</a> in the
289
+ * <i>Proton Administrator Guide.</i>
250
290
  * </p>
251
291
  */
252
292
  createEnvironment(args: CreateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentCommandOutput>;
253
293
  createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
254
294
  createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
255
295
  /**
256
- * <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in
257
- * the environment account from a management account.</p>
258
- * <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an
259
- * <i>environment account</i> that maintains authorization and permissions. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account connections</a> in the
260
- * <i>AWS Proton Administrator guide</i>.</p>
296
+ * <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the
297
+ * environment account from a management account.</p>
298
+ * <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an
299
+ * <i>environment account</i> that maintains authorization and permissions. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account connections</a> in the <i>Proton Administrator
300
+ * guide</i>.</p>
261
301
  */
262
302
  createEnvironmentAccountConnection(args: CreateEnvironmentAccountConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentAccountConnectionCommandOutput>;
263
303
  createEnvironmentAccountConnection(args: CreateEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: CreateEnvironmentAccountConnectionCommandOutput) => void): void;
264
304
  createEnvironmentAccountConnection(args: CreateEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentAccountConnectionCommandOutput) => void): void;
265
305
  /**
266
- * <p>Create an environment template for AWS Proton. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html">Environment Templates</a> in the <i>AWS Proton Administrator
267
- * Guide</i>.</p>
268
- * <p>You can create an environment template in one of the two following ways:</p>
269
- * <ul>
306
+ * <p>Create an environment template for Proton. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-templates.html">Environment Templates</a> in the <i>Proton Administrator Guide</i>.</p>
307
+ * <p>You can create an environment template in one of the two following ways:</p>
308
+ * <ul>
270
309
  * <li>
271
- * <p>Register and publish a <i>standard</i> environment template that instructs AWS Proton to deploy and manage
272
- * environment infrastructure.</p>
310
+ * <p>Register and publish a <i>standard</i> environment template that instructs Proton to deploy and manage environment
311
+ * infrastructure.</p>
273
312
  * </li>
274
313
  * <li>
275
- * <p>Register and publish a <i>customer managed</i> environment template that connects AWS Proton to your existing
276
- * provisioned infrastructure that you manage. AWS Proton <i>doesn't</i> manage your existing provisioned
277
- * infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the
278
- * <code>provisioning</code> parameter and set the value to <code>CUSTOMER_MANAGED</code>. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/template-create.html">Register and publish an environment template</a>
279
- * in the <i>AWS Proton Administrator Guide</i>.</p>
314
+ * <p>Register and publish a <i>customer managed</i> environment template that connects Proton to your existing provisioned
315
+ * infrastructure that you manage. Proton <i>doesn't</i> manage your existing provisioned infrastructure. To create an environment
316
+ * template for customer provisioned and managed infrastructure, include the <code>provisioning</code> parameter and set the value to
317
+ * <code>CUSTOMER_MANAGED</code>. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/template-create.html">Register and publish an environment template</a> in the <i>Proton Administrator Guide</i>.</p>
280
318
  * </li>
281
319
  * </ul>
282
320
  */
@@ -285,38 +323,55 @@ export declare class Proton extends ProtonClient {
285
323
  createEnvironmentTemplate(args: CreateEnvironmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentTemplateCommandOutput) => void): void;
286
324
  /**
287
325
  * <p>Create a new major or minor version of an environment template. A major version of an environment template is a version that
288
- * <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible
289
- * within its major version.</p>
326
+ * <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible within its
327
+ * major version.</p>
290
328
  */
291
329
  createEnvironmentTemplateVersion(args: CreateEnvironmentTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateEnvironmentTemplateVersionCommandOutput>;
292
330
  createEnvironmentTemplateVersion(args: CreateEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: CreateEnvironmentTemplateVersionCommandOutput) => void): void;
293
331
  createEnvironmentTemplateVersion(args: CreateEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentTemplateVersionCommandOutput) => void): void;
294
332
  /**
295
- * <p>Create an AWS Proton service. An AWS Proton service is an instantiation of a service template and often includes several service instances
296
- * and pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-services.html">Services</a> in
297
- * the <i>AWS Proton Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-service.html">Services</a> in the <i>AWS Proton User Guide</i>.</p>
333
+ * <p>Create and register a link to a repository that can be used with pull request provisioning or template sync configurations. For more
334
+ * information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html">Template bundles</a> and <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-sync-configs.html">Template sync configurations</a> in the <i>Proton
335
+ * Administrator Guide</i>.</p>
336
+ */
337
+ createRepository(args: CreateRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<CreateRepositoryCommandOutput>;
338
+ createRepository(args: CreateRepositoryCommandInput, cb: (err: any, data?: CreateRepositoryCommandOutput) => void): void;
339
+ createRepository(args: CreateRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRepositoryCommandOutput) => void): void;
340
+ /**
341
+ * <p>Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and
342
+ * pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-services.html">Services</a> in the
343
+ * <i>Proton Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-service.html">Services</a>
344
+ * in the <i>Proton User Guide</i>.</p>
298
345
  */
299
346
  createService(args: CreateServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceCommandOutput>;
300
347
  createService(args: CreateServiceCommandInput, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
301
348
  createService(args: CreateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceCommandOutput) => void): void;
302
349
  /**
303
- * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD
304
- * service pipeline. Developers, in turn, select the service template from AWS Proton. If the selected service template includes a service
305
- * pipeline definition, they provide a link to their source code repository. AWS Proton then deploys and manages the infrastructure defined by
306
- * the selected service template. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/managing-svc-templates.html">Service Templates</a> in the <i>AWS Proton Administrator
307
- * Guide</i>.</p>
350
+ * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service
351
+ * pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition,
352
+ * they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service
353
+ * template. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/managing-svc-templates.html">Service
354
+ * Templates</a> in the <i>Proton Administrator Guide</i>.</p>
308
355
  */
309
356
  createServiceTemplate(args: CreateServiceTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceTemplateCommandOutput>;
310
357
  createServiceTemplate(args: CreateServiceTemplateCommandInput, cb: (err: any, data?: CreateServiceTemplateCommandOutput) => void): void;
311
358
  createServiceTemplate(args: CreateServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceTemplateCommandOutput) => void): void;
312
359
  /**
313
- * <p>Create a new major or minor version of a service template. A major version of a service template is a version that
314
- * <i>isn't</i> backwards compatible. A minor version of a service template is a version that's backwards compatible within
315
- * its major version.</p>
360
+ * <p>Create a new major or minor version of a service template. A major version of a service template is a version that <i>isn't</i>
361
+ * backward compatible. A minor version of a service template is a version that's backward compatible within its major version.</p>
316
362
  */
317
363
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateServiceTemplateVersionCommandOutput>;
318
364
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, cb: (err: any, data?: CreateServiceTemplateVersionCommandOutput) => void): void;
319
365
  createServiceTemplateVersion(args: CreateServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateServiceTemplateVersionCommandOutput) => void): void;
366
+ /**
367
+ * <p>Set up a template for automated template version creation. When a commit is pushed to your registered <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Repository.html">repository</a>, Proton checks for changes to your repository template bundles. If it
368
+ * detects a template bundle change, a new minor or major version of its template is created, if the version doesn’t already exist. For more
369
+ * information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-sync-configs.html">Template sync configurations</a> in
370
+ * the <i>Proton Administrator Guide</i>.</p>
371
+ */
372
+ createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<CreateTemplateSyncConfigCommandOutput>;
373
+ createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, cb: (err: any, data?: CreateTemplateSyncConfigCommandOutput) => void): void;
374
+ createTemplateSyncConfig(args: CreateTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateSyncConfigCommandOutput) => void): void;
320
375
  /**
321
376
  * <p>Delete an environment.</p>
322
377
  */
@@ -325,11 +380,11 @@ export declare class Proton extends ProtonClient {
325
380
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
326
381
  /**
327
382
  * <p>In an environment account, delete an environment account connection.</p>
328
- * <p>After you delete an environment account connection that’s in use by an AWS Proton environment, AWS Proton <i>can’t</i>
329
- * manage the environment infrastructure resources until a new environment account connection is accepted for the environment account and
330
- * associated environment. You're responsible for cleaning up provisioned resources that remain without an environment connection.</p>
331
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
332
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
383
+ * <p>After you delete an environment account connection that’s in use by an Proton environment, Proton <i>can’t</i> manage the
384
+ * environment infrastructure resources until a new environment account connection is accepted for the environment account and associated environment.
385
+ * You're responsible for cleaning up provisioned resources that remain without an environment connection.</p>
386
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
387
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
333
388
  */
334
389
  deleteEnvironmentAccountConnection(args: DeleteEnvironmentAccountConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentAccountConnectionCommandOutput>;
335
390
  deleteEnvironmentAccountConnection(args: DeleteEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: DeleteEnvironmentAccountConnectionCommandOutput) => void): void;
@@ -342,16 +397,21 @@ export declare class Proton extends ProtonClient {
342
397
  deleteEnvironmentTemplate(args: DeleteEnvironmentTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentTemplateCommandOutput) => void): void;
343
398
  /**
344
399
  * <p>If no other minor versions of an environment template exist, delete a major version of the environment template if it's not the
345
- * <code>Recommended</code> version. Delete the <code>Recommended</code> version of the environment template if no other major versions
346
- * or minor versions of the environment template exist. A major version of an environment template is a version that's not backwards
347
- * compatible.</p>
348
- * <p>Delete a minor version of an environment template if it <i>isn't</i> the <code>Recommended</code> version. Delete a
349
- * <code>Recommended</code> minor version of the environment template if no other minor versions of the environment template exist. A
350
- * minor version of an environment template is a version that's backwards compatible.</p>
400
+ * <code>Recommended</code> version. Delete the <code>Recommended</code> version of the environment template if no other major versions or minor
401
+ * versions of the environment template exist. A major version of an environment template is a version that's not backward compatible.</p>
402
+ * <p>Delete a minor version of an environment template if it <i>isn't</i> the <code>Recommended</code> version. Delete a
403
+ * <code>Recommended</code> minor version of the environment template if no other minor versions of the environment template exist. A minor version
404
+ * of an environment template is a version that's backward compatible.</p>
351
405
  */
352
406
  deleteEnvironmentTemplateVersion(args: DeleteEnvironmentTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnvironmentTemplateVersionCommandOutput>;
353
407
  deleteEnvironmentTemplateVersion(args: DeleteEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: DeleteEnvironmentTemplateVersionCommandOutput) => void): void;
354
408
  deleteEnvironmentTemplateVersion(args: DeleteEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentTemplateVersionCommandOutput) => void): void;
409
+ /**
410
+ * <p>De-register and unlink your repository.</p>
411
+ */
412
+ deleteRepository(args: DeleteRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRepositoryCommandOutput>;
413
+ deleteRepository(args: DeleteRepositoryCommandInput, cb: (err: any, data?: DeleteRepositoryCommandOutput) => void): void;
414
+ deleteRepository(args: DeleteRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRepositoryCommandOutput) => void): void;
355
415
  /**
356
416
  * <p>Delete a service.</p>
357
417
  */
@@ -366,18 +426,23 @@ export declare class Proton extends ProtonClient {
366
426
  deleteServiceTemplate(args: DeleteServiceTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceTemplateCommandOutput) => void): void;
367
427
  /**
368
428
  * <p>If no other minor versions of a service template exist, delete a major version of the service template if it's not the
369
- * <code>Recommended</code> version. Delete the <code>Recommended</code> version of the service template if no other major versions or
370
- * minor versions of the service template exist. A major version of a service template is a version that <i>isn't</i> backwards
371
- * compatible.</p>
372
- * <p>Delete a minor version of a service template if it's not the <code>Recommended</code> version. Delete a <code>Recommended</code> minor
373
- * version of the service template if no other minor versions of the service template exist. A minor version of a service template is a
374
- * version that's backwards compatible.</p>
429
+ * <code>Recommended</code> version. Delete the <code>Recommended</code> version of the service template if no other major versions or minor versions
430
+ * of the service template exist. A major version of a service template is a version that <i>isn't</i> backwards compatible.</p>
431
+ * <p>Delete a minor version of a service template if it's not the <code>Recommended</code> version. Delete a <code>Recommended</code> minor version
432
+ * of the service template if no other minor versions of the service template exist. A minor version of a service template is a version that's
433
+ * backwards compatible.</p>
375
434
  */
376
435
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteServiceTemplateVersionCommandOutput>;
377
436
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, cb: (err: any, data?: DeleteServiceTemplateVersionCommandOutput) => void): void;
378
437
  deleteServiceTemplateVersion(args: DeleteServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteServiceTemplateVersionCommandOutput) => void): void;
379
438
  /**
380
- * <p>Get detail data for the AWS Proton pipeline service role.</p>
439
+ * <p>Delete a template sync configuration.</p>
440
+ */
441
+ deleteTemplateSyncConfig(args: DeleteTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTemplateSyncConfigCommandOutput>;
442
+ deleteTemplateSyncConfig(args: DeleteTemplateSyncConfigCommandInput, cb: (err: any, data?: DeleteTemplateSyncConfigCommandOutput) => void): void;
443
+ deleteTemplateSyncConfig(args: DeleteTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateSyncConfigCommandOutput) => void): void;
444
+ /**
445
+ * <p>Get detail data for the Proton pipeline service role.</p>
381
446
  */
382
447
  getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
383
448
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
@@ -390,8 +455,8 @@ export declare class Proton extends ProtonClient {
390
455
  getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
391
456
  /**
392
457
  * <p>In an environment account, view the detail data for an environment account connection.</p>
393
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
394
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
458
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
459
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
395
460
  */
396
461
  getEnvironmentAccountConnection(args: GetEnvironmentAccountConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentAccountConnectionCommandOutput>;
397
462
  getEnvironmentAccountConnection(args: GetEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: GetEnvironmentAccountConnectionCommandOutput) => void): void;
@@ -408,6 +473,18 @@ export declare class Proton extends ProtonClient {
408
473
  getEnvironmentTemplateVersion(args: GetEnvironmentTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetEnvironmentTemplateVersionCommandOutput>;
409
474
  getEnvironmentTemplateVersion(args: GetEnvironmentTemplateVersionCommandInput, cb: (err: any, data?: GetEnvironmentTemplateVersionCommandOutput) => void): void;
410
475
  getEnvironmentTemplateVersion(args: GetEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentTemplateVersionCommandOutput) => void): void;
476
+ /**
477
+ * <p>Get detail data for a repository.</p>
478
+ */
479
+ getRepository(args: GetRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<GetRepositoryCommandOutput>;
480
+ getRepository(args: GetRepositoryCommandInput, cb: (err: any, data?: GetRepositoryCommandOutput) => void): void;
481
+ getRepository(args: GetRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRepositoryCommandOutput) => void): void;
482
+ /**
483
+ * <p>Get the repository sync status.</p>
484
+ */
485
+ getRepositorySyncStatus(args: GetRepositorySyncStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetRepositorySyncStatusCommandOutput>;
486
+ getRepositorySyncStatus(args: GetRepositorySyncStatusCommandInput, cb: (err: any, data?: GetRepositorySyncStatusCommandOutput) => void): void;
487
+ getRepositorySyncStatus(args: GetRepositorySyncStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRepositorySyncStatusCommandOutput) => void): void;
411
488
  /**
412
489
  * <p>Get detail data for a service.</p>
413
490
  */
@@ -416,7 +493,7 @@ export declare class Proton extends ProtonClient {
416
493
  getService(args: GetServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceCommandOutput) => void): void;
417
494
  /**
418
495
  * <p>Get detail data for a service instance. A service instance is an instantiation of service template, which is running in a specific
419
- * environment.</p>
496
+ * environment.</p>
420
497
  */
421
498
  getServiceInstance(args: GetServiceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceInstanceCommandOutput>;
422
499
  getServiceInstance(args: GetServiceInstanceCommandInput, cb: (err: any, data?: GetServiceInstanceCommandOutput) => void): void;
@@ -433,14 +510,38 @@ export declare class Proton extends ProtonClient {
433
510
  getServiceTemplateVersion(args: GetServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetServiceTemplateVersionCommandOutput>;
434
511
  getServiceTemplateVersion(args: GetServiceTemplateVersionCommandInput, cb: (err: any, data?: GetServiceTemplateVersionCommandOutput) => void): void;
435
512
  getServiceTemplateVersion(args: GetServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServiceTemplateVersionCommandOutput) => void): void;
513
+ /**
514
+ * <p>Get detail data for a template sync configuration.</p>
515
+ */
516
+ getTemplateSyncConfig(args: GetTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateSyncConfigCommandOutput>;
517
+ getTemplateSyncConfig(args: GetTemplateSyncConfigCommandInput, cb: (err: any, data?: GetTemplateSyncConfigCommandOutput) => void): void;
518
+ getTemplateSyncConfig(args: GetTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSyncConfigCommandOutput) => void): void;
519
+ /**
520
+ * <p>Get the status of a template sync.</p>
521
+ */
522
+ getTemplateSyncStatus(args: GetTemplateSyncStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateSyncStatusCommandOutput>;
523
+ getTemplateSyncStatus(args: GetTemplateSyncStatusCommandInput, cb: (err: any, data?: GetTemplateSyncStatusCommandOutput) => void): void;
524
+ getTemplateSyncStatus(args: GetTemplateSyncStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateSyncStatusCommandOutput) => void): void;
436
525
  /**
437
526
  * <p>View a list of environment account connections.</p>
438
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
439
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
527
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
528
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
440
529
  */
441
530
  listEnvironmentAccountConnections(args: ListEnvironmentAccountConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentAccountConnectionsCommandOutput>;
442
531
  listEnvironmentAccountConnections(args: ListEnvironmentAccountConnectionsCommandInput, cb: (err: any, data?: ListEnvironmentAccountConnectionsCommandOutput) => void): void;
443
532
  listEnvironmentAccountConnections(args: ListEnvironmentAccountConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentAccountConnectionsCommandOutput) => void): void;
533
+ /**
534
+ * <p>List the infrastructure as code outputs for your environment.</p>
535
+ */
536
+ listEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentOutputsCommandOutput>;
537
+ listEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, cb: (err: any, data?: ListEnvironmentOutputsCommandOutput) => void): void;
538
+ listEnvironmentOutputs(args: ListEnvironmentOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentOutputsCommandOutput) => void): void;
539
+ /**
540
+ * <p>List the provisioned resources for your environment.</p>
541
+ */
542
+ listEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentProvisionedResourcesCommandOutput>;
543
+ listEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, cb: (err: any, data?: ListEnvironmentProvisionedResourcesCommandOutput) => void): void;
544
+ listEnvironmentProvisionedResources(args: ListEnvironmentProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentProvisionedResourcesCommandOutput) => void): void;
444
545
  /**
445
546
  * <p>List environments with detail data summaries.</p>
446
547
  */
@@ -459,12 +560,48 @@ export declare class Proton extends ProtonClient {
459
560
  listEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentTemplateVersionsCommandOutput>;
460
561
  listEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, cb: (err: any, data?: ListEnvironmentTemplateVersionsCommandOutput) => void): void;
461
562
  listEnvironmentTemplateVersions(args: ListEnvironmentTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentTemplateVersionsCommandOutput) => void): void;
563
+ /**
564
+ * <p>List repositories with detail data.</p>
565
+ */
566
+ listRepositories(args: ListRepositoriesCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositoriesCommandOutput>;
567
+ listRepositories(args: ListRepositoriesCommandInput, cb: (err: any, data?: ListRepositoriesCommandOutput) => void): void;
568
+ listRepositories(args: ListRepositoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositoriesCommandOutput) => void): void;
569
+ /**
570
+ * <p>List repository sync definitions with detail data.</p>
571
+ */
572
+ listRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositorySyncDefinitionsCommandOutput>;
573
+ listRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, cb: (err: any, data?: ListRepositorySyncDefinitionsCommandOutput) => void): void;
574
+ listRepositorySyncDefinitions(args: ListRepositorySyncDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositorySyncDefinitionsCommandOutput) => void): void;
575
+ /**
576
+ * <p>View a list service instance infrastructure as code outputs with detail data.</p>
577
+ */
578
+ listServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceInstanceOutputsCommandOutput>;
579
+ listServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, cb: (err: any, data?: ListServiceInstanceOutputsCommandOutput) => void): void;
580
+ listServiceInstanceOutputs(args: ListServiceInstanceOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstanceOutputsCommandOutput) => void): void;
581
+ /**
582
+ * <p>List provisioned resources for a service instance with details.</p>
583
+ */
584
+ listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceInstanceProvisionedResourcesCommandOutput>;
585
+ listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, cb: (err: any, data?: ListServiceInstanceProvisionedResourcesCommandOutput) => void): void;
586
+ listServiceInstanceProvisionedResources(args: ListServiceInstanceProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstanceProvisionedResourcesCommandOutput) => void): void;
462
587
  /**
463
588
  * <p>List service instances with summaries of detail data.</p>
464
589
  */
465
590
  listServiceInstances(args: ListServiceInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceInstancesCommandOutput>;
466
591
  listServiceInstances(args: ListServiceInstancesCommandInput, cb: (err: any, data?: ListServiceInstancesCommandOutput) => void): void;
467
592
  listServiceInstances(args: ListServiceInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceInstancesCommandOutput) => void): void;
593
+ /**
594
+ * <p>View a list service pipeline infrastructure as code outputs with detail.</p>
595
+ */
596
+ listServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, options?: __HttpHandlerOptions): Promise<ListServicePipelineOutputsCommandOutput>;
597
+ listServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, cb: (err: any, data?: ListServicePipelineOutputsCommandOutput) => void): void;
598
+ listServicePipelineOutputs(args: ListServicePipelineOutputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicePipelineOutputsCommandOutput) => void): void;
599
+ /**
600
+ * <p>List provisioned resources for a service and pipeline with details.</p>
601
+ */
602
+ listServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListServicePipelineProvisionedResourcesCommandOutput>;
603
+ listServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, cb: (err: any, data?: ListServicePipelineProvisionedResourcesCommandOutput) => void): void;
604
+ listServicePipelineProvisionedResources(args: ListServicePipelineProvisionedResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServicePipelineProvisionedResourcesCommandOutput) => void): void;
468
605
  /**
469
606
  * <p>List services with summaries of detail data.</p>
470
607
  */
@@ -484,86 +621,100 @@ export declare class Proton extends ProtonClient {
484
621
  listServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, cb: (err: any, data?: ListServiceTemplateVersionsCommandOutput) => void): void;
485
622
  listServiceTemplateVersions(args: ListServiceTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceTemplateVersionsCommandOutput) => void): void;
486
623
  /**
487
- * <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>
624
+ * <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>
488
625
  */
489
626
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
490
627
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
491
628
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
629
+ /**
630
+ * <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>
631
+ * <important>
632
+ * <p>Provisioning by pull request is currently in feature preview and is
633
+ * only usable with Terraform based Proton Templates. To learn more about
634
+ * <a href="https://aws.amazon.com/service-terms">Amazon Web Services Feature Preview terms</a>, see section 2 on Beta and
635
+ * Previews.</p>
636
+ * </important>
637
+ */
638
+ notifyResourceDeploymentStatusChange(args: NotifyResourceDeploymentStatusChangeCommandInput, options?: __HttpHandlerOptions): Promise<NotifyResourceDeploymentStatusChangeCommandOutput>;
639
+ notifyResourceDeploymentStatusChange(args: NotifyResourceDeploymentStatusChangeCommandInput, cb: (err: any, data?: NotifyResourceDeploymentStatusChangeCommandOutput) => void): void;
640
+ notifyResourceDeploymentStatusChange(args: NotifyResourceDeploymentStatusChangeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: NotifyResourceDeploymentStatusChangeCommandOutput) => void): void;
492
641
  /**
493
642
  * <p>In a management account, reject an environment account connection from another environment account.</p>
494
- * <p>After you reject an environment account connection request, you <i>won’t</i> be able to accept or use the rejected
495
- * environment account connection.</p>
496
- * <p>You <i>can’t</i> reject an environment account connection that is connected to an environment.</p>
497
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
498
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
643
+ * <p>After you reject an environment account connection request, you <i>won’t</i> be able to accept or use the rejected environment
644
+ * account connection.</p>
645
+ * <p>You <i>can’t</i> reject an environment account connection that is connected to an environment.</p>
646
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
647
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
499
648
  */
500
649
  rejectEnvironmentAccountConnection(args: RejectEnvironmentAccountConnectionCommandInput, options?: __HttpHandlerOptions): Promise<RejectEnvironmentAccountConnectionCommandOutput>;
501
650
  rejectEnvironmentAccountConnection(args: RejectEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: RejectEnvironmentAccountConnectionCommandOutput) => void): void;
502
651
  rejectEnvironmentAccountConnection(args: RejectEnvironmentAccountConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RejectEnvironmentAccountConnectionCommandOutput) => void): void;
503
652
  /**
504
- * <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>
653
+ * <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>
505
654
  */
506
655
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
507
656
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
508
657
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
509
658
  /**
510
- * <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>
659
+ * <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>
511
660
  */
512
661
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
513
662
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
514
663
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
515
664
  /**
516
- * <p>Update the AWS Proton pipeline service account settings.</p>
665
+ * <p>Update the Proton service pipeline role or repository settings.</p>
517
666
  */
518
667
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
519
668
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
520
669
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
521
670
  /**
522
671
  * <p>Update an environment.</p>
523
- * <p>If the environment is associated with an environment account connection, <i>don't</i> update or include the
524
- * <code>protonServiceRoleArn</code> parameter to update or connect to an environment account connection. </p>
525
- * <p>You can only update to a new environment account connection if it was created in the same environment account that the current
526
- * environment account connection was created in and is associated with the current environment.</p>
527
- * <p>If the environment <i>isn't</i> associated with an environment account connection, <i>don't</i> update or
528
- * include the <code>environmentAccountConnectionId</code> parameter to update or connect to an environment account connection.</p>
529
- * <p>You can update either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value. You
530
- * can’t update both.</p>
531
- * <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the
532
- * mode.</p>
533
- * <dl>
672
+ * <p>If the environment is associated with an environment account connection, <i>don't</i> update or include the
673
+ * <code>protonServiceRoleArn</code> and <code>provisioningRepository</code> parameter to update or connect to an environment account
674
+ * connection.</p>
675
+ * <p>You can only update to a new environment account connection if it was created in the same environment account that the current environment
676
+ * account connection was created in and is associated with the current environment.</p>
677
+ * <p>If the environment <i>isn't</i> associated with an environment account connection, <i>don't</i> update or include
678
+ * the <code>environmentAccountConnectionId</code> parameter to update or connect to an environment account connection.</p>
679
+ * <p>You can update either the <code>environmentAccountConnectionId</code> or <code>protonServiceRoleArn</code> parameter and value. You can’t
680
+ * update both.</p>
681
+ * <p>If the environment was provisioned with pull request provisioning, include the <code>provisioningRepository</code> parameter and omit the
682
+ * <code>protonServiceRoleArn</code> and <code>environmentAccountConnectionId</code> parameters.</p>
683
+ * <p>If the environment wasn't provisioned with pull request provisioning, omit the <code>provisioningRepository</code> parameter.</p>
684
+ * <p>There are four modes for updating an environment as described in the following. The <code>deploymentType</code> field defines the mode.</p>
685
+ * <dl>
534
686
  * <dt/>
535
687
  * <dd>
536
- * <p>
688
+ * <p>
537
689
  * <code>NONE</code>
538
690
  * </p>
539
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
540
- * </dd>
691
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
692
+ * </dd>
541
693
  * <dt/>
542
694
  * <dd>
543
- * <p>
695
+ * <p>
544
696
  * <code>CURRENT_VERSION</code>
545
697
  * </p>
546
- * <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are
547
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
548
- * <code>deployment-type</code>.</p>
549
- * </dd>
698
+ * <p>In this mode, the environment is deployed and updated with the new spec that you provide. Only requested parameters are updated.
699
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
700
+ * </dd>
550
701
  * <dt/>
551
702
  * <dd>
552
- * <p>
703
+ * <p>
553
704
  * <code>MINOR_VERSION</code>
554
705
  * </p>
555
- * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current
556
- * major version in use, by default. You can also specify a different minor version of the current major version in use.</p>
557
- * </dd>
706
+ * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) minor version of the current major version
707
+ * in use, by default. You can also specify a different minor version of the current major version in use.</p>
708
+ * </dd>
558
709
  * <dt/>
559
710
  * <dd>
560
- * <p>
711
+ * <p>
561
712
  * <code>MAJOR_VERSION</code>
562
713
  * </p>
563
- * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of
564
- * the current template, by default. You can also specify a different major version that's higher than the major version in use
565
- * and a minor version (optional).</p>
566
- * </dd>
714
+ * <p>In this mode, the environment is deployed and updated with the published, recommended (latest) major and minor version of the current
715
+ * template, by default. You can also specify a different major version that's higher than the major version in use and a minor version
716
+ * (optional).</p>
717
+ * </dd>
567
718
  * </dl>
568
719
  */
569
720
  updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
@@ -571,8 +722,8 @@ export declare class Proton extends ProtonClient {
571
722
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
572
723
  /**
573
724
  * <p>In an environment account, update an environment account connection to use a new IAM role.</p>
574
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
575
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
725
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
726
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
576
727
  */
577
728
  updateEnvironmentAccountConnection(args: UpdateEnvironmentAccountConnectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentAccountConnectionCommandOutput>;
578
729
  updateEnvironmentAccountConnection(args: UpdateEnvironmentAccountConnectionCommandInput, cb: (err: any, data?: UpdateEnvironmentAccountConnectionCommandOutput) => void): void;
@@ -591,55 +742,52 @@ export declare class Proton extends ProtonClient {
591
742
  updateEnvironmentTemplateVersion(args: UpdateEnvironmentTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentTemplateVersionCommandOutput) => void): void;
592
743
  /**
593
744
  * <p>Edit a service description or use a spec to add and delete service instances.</p>
594
- * <note>
595
- * <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be
596
- * deleted.</p>
597
- * </note>
598
- * <p>Use the <code>description</code> parameter to modify the description.</p>
599
- * <p>Edit the <code>spec</code> parameter to add or delete instances.</p>
745
+ * <note>
746
+ * <p>Existing service instances and the service pipeline <i>can't</i> be edited using this API. They can only be deleted.</p>
747
+ * </note>
748
+ * <p>Use the <code>description</code> parameter to modify the description.</p>
749
+ * <p>Edit the <code>spec</code> parameter to add or delete instances.</p>
600
750
  */
601
751
  updateService(args: UpdateServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceCommandOutput>;
602
752
  updateService(args: UpdateServiceCommandInput, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
603
753
  updateService(args: UpdateServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceCommandOutput) => void): void;
604
754
  /**
605
755
  * <p>Update a service instance.</p>
606
- * <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
607
- * mode.</p>
608
- * <dl>
756
+ * <p>There are four modes for updating a service instance as described in the following. The <code>deploymentType</code> field defines the
757
+ * mode.</p>
758
+ * <dl>
609
759
  * <dt/>
610
760
  * <dd>
611
- * <p>
761
+ * <p>
612
762
  * <code>NONE</code>
613
763
  * </p>
614
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
615
- * </dd>
764
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
765
+ * </dd>
616
766
  * <dt/>
617
767
  * <dd>
618
- * <p>
768
+ * <p>
619
769
  * <code>CURRENT_VERSION</code>
620
770
  * </p>
621
- * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are
622
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
623
- * <code>deployment-type</code>.</p>
624
- * </dd>
771
+ * <p>In this mode, the service instance is deployed and updated with the new spec that you provide. Only requested parameters are updated.
772
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
773
+ * </dd>
625
774
  * <dt/>
626
775
  * <dd>
627
- * <p>
776
+ * <p>
628
777
  * <code>MINOR_VERSION</code>
629
778
  * </p>
630
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the
631
- * current major version in use, by default. You can also specify a different minor version of the current major version in
632
- * use.</p>
633
- * </dd>
779
+ * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) minor version of the current major
780
+ * version in use, by default. You can also specify a different minor version of the current major version in use.</p>
781
+ * </dd>
634
782
  * <dt/>
635
783
  * <dd>
636
- * <p>
784
+ * <p>
637
785
  * <code>MAJOR_VERSION</code>
638
786
  * </p>
639
- * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version
640
- * of the current template, by default. You can also specify a different major version that is higher than the major version in
641
- * use and a minor version (optional).</p>
642
- * </dd>
787
+ * <p>In this mode, the service instance is deployed and updated with the published, recommended (latest) major and minor version of the current
788
+ * template, by default. You can also specify a different major version that is higher than the major version in use and a minor version
789
+ * (optional).</p>
790
+ * </dd>
643
791
  * </dl>
644
792
  */
645
793
  updateServiceInstance(args: UpdateServiceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceInstanceCommandOutput>;
@@ -647,43 +795,41 @@ export declare class Proton extends ProtonClient {
647
795
  updateServiceInstance(args: UpdateServiceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceInstanceCommandOutput) => void): void;
648
796
  /**
649
797
  * <p>Update the service pipeline.</p>
650
- * <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
651
- * mode.</p>
652
- * <dl>
798
+ * <p>There are four modes for updating a service pipeline as described in the following. The <code>deploymentType</code> field defines the
799
+ * mode.</p>
800
+ * <dl>
653
801
  * <dt/>
654
802
  * <dd>
655
- * <p>
803
+ * <p>
656
804
  * <code>NONE</code>
657
805
  * </p>
658
- * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
659
- * </dd>
806
+ * <p>In this mode, a deployment <i>doesn't</i> occur. Only the requested metadata parameters are updated.</p>
807
+ * </dd>
660
808
  * <dt/>
661
809
  * <dd>
662
- * <p>
810
+ * <p>
663
811
  * <code>CURRENT_VERSION</code>
664
812
  * </p>
665
- * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are
666
- * updated. <i>Don’t</i> include minor or major version parameters when you use this
667
- * <code>deployment-type</code>.</p>
668
- * </dd>
813
+ * <p>In this mode, the service pipeline is deployed and updated with the new spec that you provide. Only requested parameters are updated.
814
+ * <i>Don’t</i> include minor or major version parameters when you use this <code>deployment-type</code>.</p>
815
+ * </dd>
669
816
  * <dt/>
670
817
  * <dd>
671
- * <p>
818
+ * <p>
672
819
  * <code>MINOR_VERSION</code>
673
820
  * </p>
674
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the
675
- * current major version in use, by default. You can also specify a different minor version of the current major version in
676
- * use.</p>
677
- * </dd>
821
+ * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) minor version of the current major
822
+ * version in use, by default. You can also specify a different minor version of the current major version in use.</p>
823
+ * </dd>
678
824
  * <dt/>
679
825
  * <dd>
680
- * <p>
826
+ * <p>
681
827
  * <code>MAJOR_VERSION</code>
682
828
  * </p>
683
- * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version
684
- * of the current template by default. You can also specify a different major version that is higher than the major version in
685
- * use and a minor version (optional).</p>
686
- * </dd>
829
+ * <p>In this mode, the service pipeline is deployed and updated with the published, recommended (latest) major and minor version of the current
830
+ * template by default. You can also specify a different major version that is higher than the major version in use and a minor version
831
+ * (optional).</p>
832
+ * </dd>
687
833
  * </dl>
688
834
  */
689
835
  updateServicePipeline(args: UpdateServicePipelineCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServicePipelineCommandOutput>;
@@ -701,4 +847,10 @@ export declare class Proton extends ProtonClient {
701
847
  updateServiceTemplateVersion(args: UpdateServiceTemplateVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceTemplateVersionCommandOutput>;
702
848
  updateServiceTemplateVersion(args: UpdateServiceTemplateVersionCommandInput, cb: (err: any, data?: UpdateServiceTemplateVersionCommandOutput) => void): void;
703
849
  updateServiceTemplateVersion(args: UpdateServiceTemplateVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceTemplateVersionCommandOutput) => void): void;
850
+ /**
851
+ * <p>Update template sync configuration parameters, except for the <code>templateName</code> and <code>templateType</code>.</p>
852
+ */
853
+ updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateSyncConfigCommandOutput>;
854
+ updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, cb: (err: any, data?: UpdateTemplateSyncConfigCommandOutput) => void): void;
855
+ updateTemplateSyncConfig(args: UpdateTemplateSyncConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateSyncConfigCommandOutput) => void): void;
704
856
  }