@aws-sdk/client-proton 3.180.0 → 3.183.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 +25 -0
  2. package/README.md +1 -3
  3. package/dist-cjs/protocols/Aws_json1_0.js +84 -75
  4. package/dist-es/Proton.js +302 -309
  5. package/dist-es/ProtonClient.js +22 -28
  6. package/dist-es/commands/AcceptEnvironmentAccountConnectionCommand.js +21 -28
  7. package/dist-es/commands/CancelComponentDeploymentCommand.js +21 -28
  8. package/dist-es/commands/CancelEnvironmentDeploymentCommand.js +21 -28
  9. package/dist-es/commands/CancelServiceInstanceDeploymentCommand.js +21 -28
  10. package/dist-es/commands/CancelServicePipelineDeploymentCommand.js +21 -28
  11. package/dist-es/commands/CreateComponentCommand.js +21 -28
  12. package/dist-es/commands/CreateEnvironmentAccountConnectionCommand.js +21 -28
  13. package/dist-es/commands/CreateEnvironmentCommand.js +21 -28
  14. package/dist-es/commands/CreateEnvironmentTemplateCommand.js +21 -28
  15. package/dist-es/commands/CreateEnvironmentTemplateVersionCommand.js +21 -28
  16. package/dist-es/commands/CreateRepositoryCommand.js +21 -28
  17. package/dist-es/commands/CreateServiceCommand.js +21 -28
  18. package/dist-es/commands/CreateServiceTemplateCommand.js +21 -28
  19. package/dist-es/commands/CreateServiceTemplateVersionCommand.js +21 -28
  20. package/dist-es/commands/CreateTemplateSyncConfigCommand.js +21 -28
  21. package/dist-es/commands/DeleteComponentCommand.js +21 -28
  22. package/dist-es/commands/DeleteEnvironmentAccountConnectionCommand.js +21 -28
  23. package/dist-es/commands/DeleteEnvironmentCommand.js +21 -28
  24. package/dist-es/commands/DeleteEnvironmentTemplateCommand.js +21 -28
  25. package/dist-es/commands/DeleteEnvironmentTemplateVersionCommand.js +21 -28
  26. package/dist-es/commands/DeleteRepositoryCommand.js +21 -28
  27. package/dist-es/commands/DeleteServiceCommand.js +21 -28
  28. package/dist-es/commands/DeleteServiceTemplateCommand.js +21 -28
  29. package/dist-es/commands/DeleteServiceTemplateVersionCommand.js +21 -28
  30. package/dist-es/commands/DeleteTemplateSyncConfigCommand.js +21 -28
  31. package/dist-es/commands/GetAccountSettingsCommand.js +21 -28
  32. package/dist-es/commands/GetComponentCommand.js +21 -28
  33. package/dist-es/commands/GetEnvironmentAccountConnectionCommand.js +21 -28
  34. package/dist-es/commands/GetEnvironmentCommand.js +21 -28
  35. package/dist-es/commands/GetEnvironmentTemplateCommand.js +21 -28
  36. package/dist-es/commands/GetEnvironmentTemplateVersionCommand.js +21 -28
  37. package/dist-es/commands/GetRepositoryCommand.js +21 -28
  38. package/dist-es/commands/GetRepositorySyncStatusCommand.js +21 -28
  39. package/dist-es/commands/GetServiceCommand.js +21 -28
  40. package/dist-es/commands/GetServiceInstanceCommand.js +21 -28
  41. package/dist-es/commands/GetServiceTemplateCommand.js +21 -28
  42. package/dist-es/commands/GetServiceTemplateVersionCommand.js +21 -28
  43. package/dist-es/commands/GetTemplateSyncConfigCommand.js +21 -28
  44. package/dist-es/commands/GetTemplateSyncStatusCommand.js +21 -28
  45. package/dist-es/commands/ListComponentOutputsCommand.js +21 -28
  46. package/dist-es/commands/ListComponentProvisionedResourcesCommand.js +21 -28
  47. package/dist-es/commands/ListComponentsCommand.js +21 -28
  48. package/dist-es/commands/ListEnvironmentAccountConnectionsCommand.js +21 -28
  49. package/dist-es/commands/ListEnvironmentOutputsCommand.js +21 -28
  50. package/dist-es/commands/ListEnvironmentProvisionedResourcesCommand.js +21 -28
  51. package/dist-es/commands/ListEnvironmentTemplateVersionsCommand.js +21 -28
  52. package/dist-es/commands/ListEnvironmentTemplatesCommand.js +21 -28
  53. package/dist-es/commands/ListEnvironmentsCommand.js +21 -28
  54. package/dist-es/commands/ListRepositoriesCommand.js +21 -28
  55. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +21 -28
  56. package/dist-es/commands/ListServiceInstanceOutputsCommand.js +21 -28
  57. package/dist-es/commands/ListServiceInstanceProvisionedResourcesCommand.js +21 -28
  58. package/dist-es/commands/ListServiceInstancesCommand.js +21 -28
  59. package/dist-es/commands/ListServicePipelineOutputsCommand.js +21 -28
  60. package/dist-es/commands/ListServicePipelineProvisionedResourcesCommand.js +21 -28
  61. package/dist-es/commands/ListServiceTemplateVersionsCommand.js +21 -28
  62. package/dist-es/commands/ListServiceTemplatesCommand.js +21 -28
  63. package/dist-es/commands/ListServicesCommand.js +21 -28
  64. package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
  65. package/dist-es/commands/NotifyResourceDeploymentStatusChangeCommand.js +21 -28
  66. package/dist-es/commands/RejectEnvironmentAccountConnectionCommand.js +21 -28
  67. package/dist-es/commands/TagResourceCommand.js +21 -28
  68. package/dist-es/commands/UntagResourceCommand.js +21 -28
  69. package/dist-es/commands/UpdateAccountSettingsCommand.js +21 -28
  70. package/dist-es/commands/UpdateComponentCommand.js +21 -28
  71. package/dist-es/commands/UpdateEnvironmentAccountConnectionCommand.js +21 -28
  72. package/dist-es/commands/UpdateEnvironmentCommand.js +21 -28
  73. package/dist-es/commands/UpdateEnvironmentTemplateCommand.js +21 -28
  74. package/dist-es/commands/UpdateEnvironmentTemplateVersionCommand.js +21 -28
  75. package/dist-es/commands/UpdateServiceCommand.js +21 -28
  76. package/dist-es/commands/UpdateServiceInstanceCommand.js +21 -28
  77. package/dist-es/commands/UpdateServicePipelineCommand.js +21 -28
  78. package/dist-es/commands/UpdateServiceTemplateCommand.js +21 -28
  79. package/dist-es/commands/UpdateServiceTemplateVersionCommand.js +21 -28
  80. package/dist-es/commands/UpdateTemplateSyncConfigCommand.js +21 -28
  81. package/dist-es/endpoints.js +8 -8
  82. package/dist-es/models/ProtonServiceException.js +5 -10
  83. package/dist-es/models/models_0.js +794 -302
  84. package/dist-es/pagination/ListComponentOutputsPaginator.js +24 -67
  85. package/dist-es/pagination/ListComponentProvisionedResourcesPaginator.js +24 -67
  86. package/dist-es/pagination/ListComponentsPaginator.js +25 -68
  87. package/dist-es/pagination/ListEnvironmentAccountConnectionsPaginator.js +25 -68
  88. package/dist-es/pagination/ListEnvironmentOutputsPaginator.js +24 -67
  89. package/dist-es/pagination/ListEnvironmentProvisionedResourcesPaginator.js +24 -67
  90. package/dist-es/pagination/ListEnvironmentTemplateVersionsPaginator.js +25 -68
  91. package/dist-es/pagination/ListEnvironmentTemplatesPaginator.js +25 -68
  92. package/dist-es/pagination/ListEnvironmentsPaginator.js +25 -68
  93. package/dist-es/pagination/ListRepositoriesPaginator.js +25 -68
  94. package/dist-es/pagination/ListRepositorySyncDefinitionsPaginator.js +24 -67
  95. package/dist-es/pagination/ListServiceInstanceOutputsPaginator.js +24 -67
  96. package/dist-es/pagination/ListServiceInstanceProvisionedResourcesPaginator.js +24 -67
  97. package/dist-es/pagination/ListServiceInstancesPaginator.js +25 -68
  98. package/dist-es/pagination/ListServicePipelineOutputsPaginator.js +24 -67
  99. package/dist-es/pagination/ListServicePipelineProvisionedResourcesPaginator.js +24 -67
  100. package/dist-es/pagination/ListServiceTemplateVersionsPaginator.js +25 -68
  101. package/dist-es/pagination/ListServiceTemplatesPaginator.js +25 -68
  102. package/dist-es/pagination/ListServicesPaginator.js +25 -68
  103. package/dist-es/pagination/ListTagsForResourcePaginator.js +25 -68
  104. package/dist-es/protocols/Aws_json1_0.js +5018 -6531
  105. package/dist-es/runtimeConfig.browser.js +26 -12
  106. package/dist-es/runtimeConfig.js +30 -12
  107. package/dist-es/runtimeConfig.native.js +8 -5
  108. package/dist-es/runtimeConfig.shared.js +8 -11
  109. package/dist-es/waiters/waitForComponentDeleted.js +30 -50
  110. package/dist-es/waiters/waitForComponentDeployed.js +36 -56
  111. package/dist-es/waiters/waitForEnvironmentDeployed.js +36 -56
  112. package/dist-es/waiters/waitForEnvironmentTemplateVersionRegistered.js +45 -65
  113. package/dist-es/waiters/waitForServiceCreated.js +54 -74
  114. package/dist-es/waiters/waitForServiceDeleted.js +30 -50
  115. package/dist-es/waiters/waitForServiceInstanceDeployed.js +36 -56
  116. package/dist-es/waiters/waitForServicePipelineDeployed.js +36 -56
  117. package/dist-es/waiters/waitForServiceTemplateVersionRegistered.js +45 -65
  118. package/dist-es/waiters/waitForServiceUpdated.js +63 -83
  119. package/dist-types/Proton.d.ts +78 -71
  120. package/dist-types/ProtonClient.d.ts +1 -3
  121. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +2 -2
  122. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +2 -2
  123. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +2 -2
  124. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +2 -1
  125. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +2 -1
  126. package/dist-types/commands/CreateComponentCommand.d.ts +2 -2
  127. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +1 -1
  128. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -1
  129. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +3 -3
  130. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -5
  131. package/dist-types/commands/CreateServiceCommand.d.ts +2 -3
  132. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +2 -2
  133. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +5 -3
  134. package/dist-types/commands/DeleteComponentCommand.d.ts +2 -2
  135. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +2 -2
  136. package/dist-types/commands/DeleteServiceCommand.d.ts +2 -2
  137. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetComponentCommand.d.ts +2 -2
  139. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +2 -2
  140. package/dist-types/commands/GetRepositoryCommand.d.ts +1 -1
  141. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +2 -2
  142. package/dist-types/commands/ListComponentOutputsCommand.d.ts +2 -2
  143. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +2 -2
  144. package/dist-types/commands/ListComponentsCommand.d.ts +2 -2
  145. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +2 -2
  146. package/dist-types/commands/ListRepositoriesCommand.d.ts +1 -1
  147. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  148. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +1 -1
  149. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +2 -2
  150. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  151. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  152. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  153. package/dist-types/commands/UpdateComponentCommand.d.ts +2 -2
  154. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +2 -2
  155. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  156. package/dist-types/commands/UpdateServiceCommand.d.ts +2 -2
  157. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +2 -2
  158. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +3 -1
  159. package/dist-types/models/models_0.d.ts +102 -87
  160. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  161. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-proton
9
+
10
+
11
+
12
+
13
+
14
+ # [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
20
+ * **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
21
+
22
+
23
+ ### Features
24
+
25
+ * **client-proton:** This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API ([bedb9af](https://github.com/aws/aws-sdk-js-v3/commit/bedb9afd214f8a7631b003c15729469994c3cad5))
26
+
27
+
28
+
29
+
30
+
6
31
  # [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
7
32
 
8
33
  **Note:** Version bump only for package @aws-sdk/client-proton
package/README.md CHANGED
@@ -21,9 +21,7 @@ listed API operations.</p>
21
21
  running on Proton, developers need permissions to the service <i>create</i>, <i>list</i>,
22
22
  <i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and
23
23
  <i>update</i> API operations.</p>
24
- <p>To learn more about Proton administration, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html">Proton
25
- Administrator Guide</a>.</p>
26
- <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>
24
+ <p>To learn more about Proton, see the <a href="https://docs.aws.amazon.com/proton/latest/userguide/Welcome.html">Proton User Guide</a>.</p>
27
25
  <p>
28
26
  <b>Ensuring Idempotency</b>
29
27
  </p>