@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
@@ -14,34 +14,51 @@ import { CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccoun
14
14
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
15
15
  import { CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput } from "./commands/CreateEnvironmentTemplateCommand";
16
16
  import { CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput } from "./commands/CreateEnvironmentTemplateVersionCommand";
17
+ import { CreateRepositoryCommandInput, CreateRepositoryCommandOutput } from "./commands/CreateRepositoryCommand";
17
18
  import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
18
19
  import { CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput } from "./commands/CreateServiceTemplateCommand";
19
20
  import { CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput } from "./commands/CreateServiceTemplateVersionCommand";
21
+ import { CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput } from "./commands/CreateTemplateSyncConfigCommand";
20
22
  import { DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput } from "./commands/DeleteEnvironmentAccountConnectionCommand";
21
23
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
22
24
  import { DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput } from "./commands/DeleteEnvironmentTemplateCommand";
23
25
  import { DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput } from "./commands/DeleteEnvironmentTemplateVersionCommand";
26
+ import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
24
27
  import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
25
28
  import { DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput } from "./commands/DeleteServiceTemplateCommand";
26
29
  import { DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput } from "./commands/DeleteServiceTemplateVersionCommand";
30
+ import { DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput } from "./commands/DeleteTemplateSyncConfigCommand";
27
31
  import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
28
32
  import { GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput } from "./commands/GetEnvironmentAccountConnectionCommand";
29
33
  import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
30
34
  import { GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput } from "./commands/GetEnvironmentTemplateCommand";
31
35
  import { GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput } from "./commands/GetEnvironmentTemplateVersionCommand";
36
+ import { GetRepositoryCommandInput, GetRepositoryCommandOutput } from "./commands/GetRepositoryCommand";
37
+ import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "./commands/GetRepositorySyncStatusCommand";
32
38
  import { GetServiceCommandInput, GetServiceCommandOutput } from "./commands/GetServiceCommand";
33
39
  import { GetServiceInstanceCommandInput, GetServiceInstanceCommandOutput } from "./commands/GetServiceInstanceCommand";
34
40
  import { GetServiceTemplateCommandInput, GetServiceTemplateCommandOutput } from "./commands/GetServiceTemplateCommand";
35
41
  import { GetServiceTemplateVersionCommandInput, GetServiceTemplateVersionCommandOutput } from "./commands/GetServiceTemplateVersionCommand";
42
+ import { GetTemplateSyncConfigCommandInput, GetTemplateSyncConfigCommandOutput } from "./commands/GetTemplateSyncConfigCommand";
43
+ import { GetTemplateSyncStatusCommandInput, GetTemplateSyncStatusCommandOutput } from "./commands/GetTemplateSyncStatusCommand";
36
44
  import { ListEnvironmentAccountConnectionsCommandInput, ListEnvironmentAccountConnectionsCommandOutput } from "./commands/ListEnvironmentAccountConnectionsCommand";
45
+ import { ListEnvironmentOutputsCommandInput, ListEnvironmentOutputsCommandOutput } from "./commands/ListEnvironmentOutputsCommand";
46
+ import { ListEnvironmentProvisionedResourcesCommandInput, ListEnvironmentProvisionedResourcesCommandOutput } from "./commands/ListEnvironmentProvisionedResourcesCommand";
37
47
  import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
38
48
  import { ListEnvironmentTemplatesCommandInput, ListEnvironmentTemplatesCommandOutput } from "./commands/ListEnvironmentTemplatesCommand";
39
49
  import { ListEnvironmentTemplateVersionsCommandInput, ListEnvironmentTemplateVersionsCommandOutput } from "./commands/ListEnvironmentTemplateVersionsCommand";
50
+ import { ListRepositoriesCommandInput, ListRepositoriesCommandOutput } from "./commands/ListRepositoriesCommand";
51
+ import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "./commands/ListRepositorySyncDefinitionsCommand";
52
+ import { ListServiceInstanceOutputsCommandInput, ListServiceInstanceOutputsCommandOutput } from "./commands/ListServiceInstanceOutputsCommand";
53
+ import { ListServiceInstanceProvisionedResourcesCommandInput, ListServiceInstanceProvisionedResourcesCommandOutput } from "./commands/ListServiceInstanceProvisionedResourcesCommand";
40
54
  import { ListServiceInstancesCommandInput, ListServiceInstancesCommandOutput } from "./commands/ListServiceInstancesCommand";
55
+ import { ListServicePipelineOutputsCommandInput, ListServicePipelineOutputsCommandOutput } from "./commands/ListServicePipelineOutputsCommand";
56
+ import { ListServicePipelineProvisionedResourcesCommandInput, ListServicePipelineProvisionedResourcesCommandOutput } from "./commands/ListServicePipelineProvisionedResourcesCommand";
41
57
  import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
42
58
  import { ListServiceTemplatesCommandInput, ListServiceTemplatesCommandOutput } from "./commands/ListServiceTemplatesCommand";
43
59
  import { ListServiceTemplateVersionsCommandInput, ListServiceTemplateVersionsCommandOutput } from "./commands/ListServiceTemplateVersionsCommand";
44
60
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
61
+ import { NotifyResourceDeploymentStatusChangeCommandInput, NotifyResourceDeploymentStatusChangeCommandOutput } from "./commands/NotifyResourceDeploymentStatusChangeCommand";
45
62
  import { RejectEnvironmentAccountConnectionCommandInput, RejectEnvironmentAccountConnectionCommandOutput } from "./commands/RejectEnvironmentAccountConnectionCommand";
46
63
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
47
64
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
@@ -55,8 +72,9 @@ import { UpdateServiceInstanceCommandInput, UpdateServiceInstanceCommandOutput }
55
72
  import { UpdateServicePipelineCommandInput, UpdateServicePipelineCommandOutput } from "./commands/UpdateServicePipelineCommand";
56
73
  import { UpdateServiceTemplateCommandInput, UpdateServiceTemplateCommandOutput } from "./commands/UpdateServiceTemplateCommand";
57
74
  import { UpdateServiceTemplateVersionCommandInput, UpdateServiceTemplateVersionCommandOutput } from "./commands/UpdateServiceTemplateVersionCommand";
58
- export declare type ServiceInputTypes = AcceptEnvironmentAccountConnectionCommandInput | CancelEnvironmentDeploymentCommandInput | CancelServiceInstanceDeploymentCommandInput | CancelServicePipelineDeploymentCommandInput | CreateEnvironmentAccountConnectionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentTemplateCommandInput | CreateEnvironmentTemplateVersionCommandInput | CreateServiceCommandInput | CreateServiceTemplateCommandInput | CreateServiceTemplateVersionCommandInput | DeleteEnvironmentAccountConnectionCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentTemplateCommandInput | DeleteEnvironmentTemplateVersionCommandInput | DeleteServiceCommandInput | DeleteServiceTemplateCommandInput | DeleteServiceTemplateVersionCommandInput | GetAccountSettingsCommandInput | GetEnvironmentAccountConnectionCommandInput | GetEnvironmentCommandInput | GetEnvironmentTemplateCommandInput | GetEnvironmentTemplateVersionCommandInput | GetServiceCommandInput | GetServiceInstanceCommandInput | GetServiceTemplateCommandInput | GetServiceTemplateVersionCommandInput | ListEnvironmentAccountConnectionsCommandInput | ListEnvironmentTemplateVersionsCommandInput | ListEnvironmentTemplatesCommandInput | ListEnvironmentsCommandInput | ListServiceInstancesCommandInput | ListServiceTemplateVersionsCommandInput | ListServiceTemplatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | RejectEnvironmentAccountConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountSettingsCommandInput | UpdateEnvironmentAccountConnectionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentTemplateCommandInput | UpdateEnvironmentTemplateVersionCommandInput | UpdateServiceCommandInput | UpdateServiceInstanceCommandInput | UpdateServicePipelineCommandInput | UpdateServiceTemplateCommandInput | UpdateServiceTemplateVersionCommandInput;
59
- export declare type ServiceOutputTypes = AcceptEnvironmentAccountConnectionCommandOutput | CancelEnvironmentDeploymentCommandOutput | CancelServiceInstanceDeploymentCommandOutput | CancelServicePipelineDeploymentCommandOutput | CreateEnvironmentAccountConnectionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentTemplateCommandOutput | CreateEnvironmentTemplateVersionCommandOutput | CreateServiceCommandOutput | CreateServiceTemplateCommandOutput | CreateServiceTemplateVersionCommandOutput | DeleteEnvironmentAccountConnectionCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentTemplateCommandOutput | DeleteEnvironmentTemplateVersionCommandOutput | DeleteServiceCommandOutput | DeleteServiceTemplateCommandOutput | DeleteServiceTemplateVersionCommandOutput | GetAccountSettingsCommandOutput | GetEnvironmentAccountConnectionCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentTemplateCommandOutput | GetEnvironmentTemplateVersionCommandOutput | GetServiceCommandOutput | GetServiceInstanceCommandOutput | GetServiceTemplateCommandOutput | GetServiceTemplateVersionCommandOutput | ListEnvironmentAccountConnectionsCommandOutput | ListEnvironmentTemplateVersionsCommandOutput | ListEnvironmentTemplatesCommandOutput | ListEnvironmentsCommandOutput | ListServiceInstancesCommandOutput | ListServiceTemplateVersionsCommandOutput | ListServiceTemplatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | RejectEnvironmentAccountConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountSettingsCommandOutput | UpdateEnvironmentAccountConnectionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentTemplateCommandOutput | UpdateEnvironmentTemplateVersionCommandOutput | UpdateServiceCommandOutput | UpdateServiceInstanceCommandOutput | UpdateServicePipelineCommandOutput | UpdateServiceTemplateCommandOutput | UpdateServiceTemplateVersionCommandOutput;
75
+ import { UpdateTemplateSyncConfigCommandInput, UpdateTemplateSyncConfigCommandOutput } from "./commands/UpdateTemplateSyncConfigCommand";
76
+ export declare type ServiceInputTypes = AcceptEnvironmentAccountConnectionCommandInput | CancelEnvironmentDeploymentCommandInput | CancelServiceInstanceDeploymentCommandInput | CancelServicePipelineDeploymentCommandInput | CreateEnvironmentAccountConnectionCommandInput | CreateEnvironmentCommandInput | CreateEnvironmentTemplateCommandInput | CreateEnvironmentTemplateVersionCommandInput | CreateRepositoryCommandInput | CreateServiceCommandInput | CreateServiceTemplateCommandInput | CreateServiceTemplateVersionCommandInput | CreateTemplateSyncConfigCommandInput | DeleteEnvironmentAccountConnectionCommandInput | DeleteEnvironmentCommandInput | DeleteEnvironmentTemplateCommandInput | DeleteEnvironmentTemplateVersionCommandInput | DeleteRepositoryCommandInput | DeleteServiceCommandInput | DeleteServiceTemplateCommandInput | DeleteServiceTemplateVersionCommandInput | DeleteTemplateSyncConfigCommandInput | GetAccountSettingsCommandInput | GetEnvironmentAccountConnectionCommandInput | GetEnvironmentCommandInput | GetEnvironmentTemplateCommandInput | GetEnvironmentTemplateVersionCommandInput | GetRepositoryCommandInput | GetRepositorySyncStatusCommandInput | GetServiceCommandInput | GetServiceInstanceCommandInput | GetServiceTemplateCommandInput | GetServiceTemplateVersionCommandInput | GetTemplateSyncConfigCommandInput | GetTemplateSyncStatusCommandInput | ListEnvironmentAccountConnectionsCommandInput | ListEnvironmentOutputsCommandInput | ListEnvironmentProvisionedResourcesCommandInput | ListEnvironmentTemplateVersionsCommandInput | ListEnvironmentTemplatesCommandInput | ListEnvironmentsCommandInput | ListRepositoriesCommandInput | ListRepositorySyncDefinitionsCommandInput | ListServiceInstanceOutputsCommandInput | ListServiceInstanceProvisionedResourcesCommandInput | ListServiceInstancesCommandInput | ListServicePipelineOutputsCommandInput | ListServicePipelineProvisionedResourcesCommandInput | ListServiceTemplateVersionsCommandInput | ListServiceTemplatesCommandInput | ListServicesCommandInput | ListTagsForResourceCommandInput | NotifyResourceDeploymentStatusChangeCommandInput | RejectEnvironmentAccountConnectionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountSettingsCommandInput | UpdateEnvironmentAccountConnectionCommandInput | UpdateEnvironmentCommandInput | UpdateEnvironmentTemplateCommandInput | UpdateEnvironmentTemplateVersionCommandInput | UpdateServiceCommandInput | UpdateServiceInstanceCommandInput | UpdateServicePipelineCommandInput | UpdateServiceTemplateCommandInput | UpdateServiceTemplateVersionCommandInput | UpdateTemplateSyncConfigCommandInput;
77
+ export declare type ServiceOutputTypes = AcceptEnvironmentAccountConnectionCommandOutput | CancelEnvironmentDeploymentCommandOutput | CancelServiceInstanceDeploymentCommandOutput | CancelServicePipelineDeploymentCommandOutput | CreateEnvironmentAccountConnectionCommandOutput | CreateEnvironmentCommandOutput | CreateEnvironmentTemplateCommandOutput | CreateEnvironmentTemplateVersionCommandOutput | CreateRepositoryCommandOutput | CreateServiceCommandOutput | CreateServiceTemplateCommandOutput | CreateServiceTemplateVersionCommandOutput | CreateTemplateSyncConfigCommandOutput | DeleteEnvironmentAccountConnectionCommandOutput | DeleteEnvironmentCommandOutput | DeleteEnvironmentTemplateCommandOutput | DeleteEnvironmentTemplateVersionCommandOutput | DeleteRepositoryCommandOutput | DeleteServiceCommandOutput | DeleteServiceTemplateCommandOutput | DeleteServiceTemplateVersionCommandOutput | DeleteTemplateSyncConfigCommandOutput | GetAccountSettingsCommandOutput | GetEnvironmentAccountConnectionCommandOutput | GetEnvironmentCommandOutput | GetEnvironmentTemplateCommandOutput | GetEnvironmentTemplateVersionCommandOutput | GetRepositoryCommandOutput | GetRepositorySyncStatusCommandOutput | GetServiceCommandOutput | GetServiceInstanceCommandOutput | GetServiceTemplateCommandOutput | GetServiceTemplateVersionCommandOutput | GetTemplateSyncConfigCommandOutput | GetTemplateSyncStatusCommandOutput | ListEnvironmentAccountConnectionsCommandOutput | ListEnvironmentOutputsCommandOutput | ListEnvironmentProvisionedResourcesCommandOutput | ListEnvironmentTemplateVersionsCommandOutput | ListEnvironmentTemplatesCommandOutput | ListEnvironmentsCommandOutput | ListRepositoriesCommandOutput | ListRepositorySyncDefinitionsCommandOutput | ListServiceInstanceOutputsCommandOutput | ListServiceInstanceProvisionedResourcesCommandOutput | ListServiceInstancesCommandOutput | ListServicePipelineOutputsCommandOutput | ListServicePipelineProvisionedResourcesCommandOutput | ListServiceTemplateVersionsCommandOutput | ListServiceTemplatesCommandOutput | ListServicesCommandOutput | ListTagsForResourceCommandOutput | NotifyResourceDeploymentStatusChangeCommandOutput | RejectEnvironmentAccountConnectionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountSettingsCommandOutput | UpdateEnvironmentAccountConnectionCommandOutput | UpdateEnvironmentCommandOutput | UpdateEnvironmentTemplateCommandOutput | UpdateEnvironmentTemplateVersionCommandOutput | UpdateServiceCommandOutput | UpdateServiceInstanceCommandOutput | UpdateServicePipelineCommandOutput | UpdateServiceTemplateCommandOutput | UpdateServiceTemplateVersionCommandOutput | UpdateTemplateSyncConfigCommandOutput;
60
78
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
61
79
  /**
62
80
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -171,125 +189,134 @@ declare type ProtonClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
171
189
  export interface ProtonClientResolvedConfig extends ProtonClientResolvedConfigType {
172
190
  }
173
191
  /**
174
- * <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>
175
- * <p>The documentation for each action shows the Query API request parameters and the XML response.</p>
176
- * <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>
177
- * <p>The AWS Proton service is a two-pronged automation framework. Administrators create service templates to provide standardized
178
- * infrastructure and deployment tooling for serverless and container based applications. Developers, in turn, select from the available
179
- * service templates to automate their application or service deployments.</p>
180
- * <p>Because administrators define the infrastructure and tooling that AWS Proton deploys and manages, they need permissions to use all of the
181
- * listed API operations.</p>
182
- * <p>When developers select a specific infrastructure and tooling set, AWS Proton deploys their applications. To monitor their applications
183
- * that are running on AWS Proton, developers need permissions to the service <i>create</i>, <i>list</i>,
184
- * <i>update</i> and <i>delete</i> API operations and the service instance <i>list</i> and
185
- * <i>update</i> API operations.</p>
186
- * <p>To learn more about AWS Proton administration, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/Welcome.html">AWS Proton
187
- * Administrator Guide</a>.</p>
188
- * <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>
189
- * <p>
192
+ * <p>This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the
193
+ * <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
194
+ * service.</p>
195
+ * <p>The documentation for each action shows the Query API request parameters and the XML response.</p>
196
+ * <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
197
+ * Guide</a>.</p>
198
+ * <p>The Proton service is a two-pronged automation framework. Administrators create service templates to provide
199
+ * standardized infrastructure and deployment tooling for serverless and container based applications. Developers, in
200
+ * turn, select from the available service templates to automate their application or service deployments.</p>
201
+ * <p>Because administrators define the infrastructure and tooling that Proton deploys and manages, they need
202
+ * permissions to use all of the listed API operations.</p>
203
+ * <p>When developers select a specific infrastructure and tooling set, Proton deploys their applications. To
204
+ * monitor their applications that are running on Proton, developers need permissions to the service
205
+ * <i>create</i>, <i>list</i>, <i>update</i> and <i>delete</i>
206
+ * API operations and the service instance <i>list</i> and <i>update</i> API
207
+ * operations.</p>
208
+ * <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>
209
+ * <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>
210
+ * <p>
190
211
  * <b>Ensuring Idempotency</b>
191
212
  * </p>
192
- * <p>When you make a mutating API request, the request typically returns a result before the asynchronous workflows of the operation are
193
- * complete. Operations might also time out or encounter other server issues before they're complete, even if the request already returned a
194
- * result. This might make it difficult to determine whether the request succeeded. Moreover, you might need to retry the request multiple
195
- * times to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the
196
- * operation occurs multiple times. This means that you might create more resources than you intended.</p>
197
- * <p>
198
- * <i>Idempotency</i> ensures that an API request action completes no more than one time. With an idempotent request, if the
199
- * original request action completes successfully, any subsequent retries complete successfully without performing any further actions.
200
- * However, the result might contain updated information, such as the current creation status.</p>
201
- * <p>The following lists of APIs are grouped according to methods that ensure idempotency.</p>
202
- * <p>
213
+ * <p>When you make a mutating API request, the request typically returns a result before the asynchronous workflows
214
+ * of the operation are complete. Operations might also time out or encounter other server issues before they're
215
+ * complete, even if the request already returned a result. This might make it difficult to determine whether the
216
+ * request succeeded. Moreover, you might need to retry the request multiple times to ensure that the operation
217
+ * completes successfully. However, if the original request and the subsequent retries are successful, the operation
218
+ * occurs multiple times. This means that you might create more resources than you intended.</p>
219
+ * <p>
220
+ * <i>Idempotency</i> ensures that an API request action completes no more than one time. With an
221
+ * idempotent request, if the original request action completes successfully, any subsequent retries complete
222
+ * successfully without performing any further actions. However, the result might contain updated information, such as
223
+ * the current creation status.</p>
224
+ * <p>The following lists of APIs are grouped according to methods that ensure idempotency.</p>
225
+ * <p>
203
226
  * <b>Idempotent create APIs with a client token</b>
204
227
  * </p>
205
- * <p>The API actions in this list support idempotency with the use of a <i>client token</i>. The corresponding AWS CLI
206
- * commands also support idempotency using a client token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. To
207
- * make an idempotent API request using one of these actions, specify a client token in the request. We recommend that you
208
- * <i>don't</i> reuse the same client token for other API requests. If you dont provide a client token for these APIs, a
209
- * default client token is automatically provided by SDKs.</p>
210
- * <p>Given a request action that has succeeded:</p>
211
- * <p>If you retry the request using the same client token and the same parameters, the retry succeeds without performing any further actions
212
- * other than returning the original resource detail data in the response.</p>
213
- * <p>If you retry the request using the same client token, but one or more of the parameters are different, the retry throws a
214
- * <code>ValidationException</code> with an <code>IdempotentParameterMismatch</code> error.</p>
215
- * <p>Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new resource is
216
- * created.</p>
217
- * <p>If the original resource is deleted and you retry the request, a new resource is created.</p>
218
- * <p>Idempotent create APIs with a client token:</p>
219
- * <ul>
228
+ * <p>The API actions in this list support idempotency with the use of a <i>client token</i>. The
229
+ * corresponding Amazon Web Services CLI commands also support idempotency using a client token. A client token is a unique,
230
+ * case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions,
231
+ * specify a client token in the request. We recommend that you <i>don't</i> reuse the same client token
232
+ * for other API requests. If you don’t provide a client token for these APIs, a default client token is automatically
233
+ * provided by SDKs.</p>
234
+ * <p>Given a request action that has succeeded:</p>
235
+ * <p>If you retry the request using the same client token and the same parameters, the retry succeeds without
236
+ * performing any further actions other than returning the original resource detail data in the response.</p>
237
+ * <p>If you retry the request using the same client token, but one or more of the parameters are different, the retry
238
+ * throws a <code>ValidationException</code> with an <code>IdempotentParameterMismatch</code> error.</p>
239
+ * <p>Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new
240
+ * resource is created.</p>
241
+ * <p>If the original resource is deleted and you retry the request, a new resource is created.</p>
242
+ * <p>Idempotent create APIs with a client token:</p>
243
+ * <ul>
220
244
  * <li>
221
- * <p>CreateEnvironmentTemplateVersion</p>
245
+ * <p>CreateEnvironmentTemplateVersion</p>
222
246
  * </li>
223
247
  * <li>
224
- * <p>CreateServiceTemplateVersion</p>
248
+ * <p>CreateServiceTemplateVersion</p>
225
249
  * </li>
226
250
  * <li>
227
- * <p>CreateEnvironmentAccountConnection</p>
251
+ * <p>CreateEnvironmentAccountConnection</p>
228
252
  * </li>
229
253
  * </ul>
230
- * <p>
254
+ * <p>
231
255
  * <b>Idempotent create APIs</b>
232
256
  * </p>
233
- * <p>Given a request action that has succeeded:</p>
234
- * <p>If you retry the request with an API from this group, and the original resource <i>hasn't</i> been modified, the retry
235
- * succeeds without performing any further actions other than returning the original resource detail data in the response.</p>
236
- * <p>If the original resource has been modified, the retry throws a <code>ConflictException</code>.</p>
237
- * <p>If you retry with different input parameters, the retry throws a <code>ValidationException</code> with an
238
- * <code>IdempotentParameterMismatch</code> error.</p>
239
- * <p>Idempotent create APIs:</p>
240
- * <ul>
257
+ * <p>Given a request action that has succeeded:</p>
258
+ * <p>If you retry the request with an API from this group, and the original resource <i>hasn't</i> been
259
+ * modified, the retry succeeds without performing any further actions other than returning the original resource detail
260
+ * data in the response.</p>
261
+ * <p>If the original resource has been modified, the retry throws a <code>ConflictException</code>.</p>
262
+ * <p>If you retry with different input parameters, the retry throws a <code>ValidationException</code> with an
263
+ * <code>IdempotentParameterMismatch</code> error.</p>
264
+ * <p>Idempotent create APIs:</p>
265
+ * <ul>
241
266
  * <li>
242
- * <p>CreateEnvironmentTemplate</p>
267
+ * <p>CreateEnvironmentTemplate</p>
243
268
  * </li>
244
269
  * <li>
245
- * <p>CreateServiceTemplate</p>
270
+ * <p>CreateServiceTemplate</p>
246
271
  * </li>
247
272
  * <li>
248
- * <p>CreateEnvironment</p>
273
+ * <p>CreateEnvironment</p>
249
274
  * </li>
250
275
  * <li>
251
- * <p>CreateService</p>
276
+ * <p>CreateService</p>
252
277
  * </li>
253
278
  * </ul>
254
- * <p>
279
+ * <p>
255
280
  * <b>Idempotent delete APIs</b>
256
281
  * </p>
257
- * <p>Given a request action that has succeeded:</p>
258
- * <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>
259
- * <p>If you retry and the resource doesn't exist, the response is empty.</p>
260
- * <p>In both cases, the retry succeeds.</p>
261
- * <p>Idempotent delete APIs:</p>
262
- * <ul>
282
+ * <p>Given a request action that has succeeded:</p>
283
+ * <p>When you retry the request with an API from this group and the resource was deleted, its metadata is returned in
284
+ * the response.</p>
285
+ * <p>If you retry and the resource doesn't exist, the response is empty.</p>
286
+ * <p>In both cases, the retry succeeds.</p>
287
+ * <p>Idempotent delete APIs:</p>
288
+ * <ul>
263
289
  * <li>
264
- * <p>DeleteEnvironmentTemplate</p>
290
+ * <p>DeleteEnvironmentTemplate</p>
265
291
  * </li>
266
292
  * <li>
267
- * <p>DeleteEnvironmentTemplateVersion</p>
293
+ * <p>DeleteEnvironmentTemplateVersion</p>
268
294
  * </li>
269
295
  * <li>
270
- * <p>DeleteServiceTemplate</p>
296
+ * <p>DeleteServiceTemplate</p>
271
297
  * </li>
272
298
  * <li>
273
- * <p>DeleteServiceTemplateVersion</p>
299
+ * <p>DeleteServiceTemplateVersion</p>
274
300
  * </li>
275
301
  * <li>
276
- * <p>DeleteEnvironmentAccountConnection</p>
302
+ * <p>DeleteEnvironmentAccountConnection</p>
277
303
  * </li>
278
304
  * </ul>
279
- * <p>
305
+ * <p>
280
306
  * <b>Asynchronous idempotent delete APIs</b>
281
307
  * </p>
282
- * <p>Given a request action that has succeeded:</p>
283
- * <p>If you retry the request with an API from this group, if the original request delete operation status is
284
- * <code>DELETE_IN_PROGRESS</code>, the retry returns the resource detail data in the response without performing any further actions.</p>
285
- * <p>If the original request delete operation is complete, a retry returns an empty response.</p>
286
- * <p>Asynchronous idempotent delete APIs:</p>
287
- * <ul>
308
+ * <p>Given a request action that has succeeded:</p>
309
+ * <p>If you retry the request with an API from this group, if the original request delete operation status is
310
+ * <code>DELETE_IN_PROGRESS</code>, the retry returns the resource detail data in the response without performing any
311
+ * further actions.</p>
312
+ * <p>If the original request delete operation is complete, a retry returns an empty response.</p>
313
+ * <p>Asynchronous idempotent delete APIs:</p>
314
+ * <ul>
288
315
  * <li>
289
- * <p>DeleteEnvironment</p>
316
+ * <p>DeleteEnvironment</p>
290
317
  * </li>
291
318
  * <li>
292
- * <p>DeleteService</p>
319
+ * <p>DeleteService</p>
293
320
  * </li>
294
321
  * </ul>
295
322
  */
@@ -7,11 +7,10 @@ export interface AcceptEnvironmentAccountConnectionCommandInput extends AcceptEn
7
7
  export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptEnvironmentAccountConnectionOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>In a management account, an environment account connection request is accepted. When the environment account connection request is
11
- * accepted, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment
12
- * account.</p>
13
- * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
14
- * connections</a> in the <i>AWS Proton Administrator guide</i>.</p>
10
+ * <p>In a management account, an environment account connection request is accepted. When the environment account connection request is accepted,
11
+ * Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.</p>
12
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-account-connections.html">Environment account
13
+ * connections</a> in the <i>Proton Administrator guide</i>.</p>
15
14
  * @example
16
15
  * Use a bare-bones client and the command you need to make an API call.
17
16
  * ```javascript
@@ -7,19 +7,20 @@ export interface CancelEnvironmentDeploymentCommandInput extends CancelEnvironme
7
7
  export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironmentDeploymentOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is
11
- * <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>
12
- * <p>The following list includes potential cancellation scenarios.</p>
13
- * <ul>
10
+ * <p>Attempts to cancel an environment deployment on an <a>UpdateEnvironment</a> action, if the deployment is <code>IN_PROGRESS</code>.
11
+ * For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-env-update.html">Update an environment</a> in the
12
+ * <i>Proton Administrator guide</i>.</p>
13
+ * <p>The following list includes potential cancellation scenarios.</p>
14
+ * <ul>
14
15
  * <li>
15
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
16
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
16
17
  * </li>
17
18
  * <li>
18
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
19
+ * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
19
20
  * </li>
20
21
  * <li>
21
- * <p>If the current <a>UpdateEnvironment</a> action succeeds before the cancellation attempt starts, the resulting
22
- * deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
22
+ * <p>If the current <a>UpdateEnvironment</a> action succeeds before the cancellation attempt starts, the resulting deployment state is
23
+ * <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
23
24
  * </li>
24
25
  * </ul>
25
26
  * @example
@@ -8,18 +8,18 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
8
8
  }
9
9
  /**
10
10
  * <p>Attempts to cancel a service instance deployment on an <a>UpdateServiceInstance</a> action, if the deployment is
11
- * <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>
12
- * <p>The following list includes potential cancellation scenarios.</p>
13
- * <ul>
11
+ * <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>
12
+ * <p>The following list includes potential cancellation scenarios.</p>
13
+ * <ul>
14
14
  * <li>
15
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
15
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
16
16
  * </li>
17
17
  * <li>
18
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
18
+ * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
19
19
  * </li>
20
20
  * <li>
21
- * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting
22
- * deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
21
+ * <p>If the current <a>UpdateServiceInstance</a> action succeeds before the cancellation attempt starts, the resulting deployment
22
+ * state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
23
23
  * </li>
24
24
  * </ul>
25
25
  * @example
@@ -8,18 +8,18 @@ export interface CancelServicePipelineDeploymentCommandOutput extends CancelServ
8
8
  }
9
9
  /**
10
10
  * <p>Attempts to cancel a service pipeline deployment on an <a>UpdateServicePipeline</a> action, if the deployment is
11
- * <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>
12
- * <p>The following list includes potential cancellation scenarios.</p>
13
- * <ul>
11
+ * <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>
12
+ * <p>The following list includes potential cancellation scenarios.</p>
13
+ * <ul>
14
14
  * <li>
15
- * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
15
+ * <p>If the cancellation attempt succeeds, the resulting deployment state is <code>CANCELLED</code>.</p>
16
16
  * </li>
17
17
  * <li>
18
- * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
18
+ * <p>If the cancellation attempt fails, the resulting deployment state is <code>FAILED</code>.</p>
19
19
  * </li>
20
20
  * <li>
21
- * <p>If the current <a>UpdateServicePipeline</a> action succeeds before the cancellation attempt starts, the resulting
22
- * deployment state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
21
+ * <p>If the current <a>UpdateServicePipeline</a> action succeeds before the cancellation attempt starts, the resulting deployment
22
+ * state is <code>SUCCEEDED</code> and the cancellation attempt has no effect.</p>
23
23
  * </li>
24
24
  * </ul>
25
25
  * @example
@@ -7,11 +7,11 @@ export interface CreateEnvironmentAccountConnectionCommandInput extends CreateEn
7
7
  export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateEnvironmentAccountConnectionOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in
11
- * the environment account from a management account.</p>
12
- * <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an
13
- * <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
14
- * <i>AWS Proton Administrator guide</i>.</p>
10
+ * <p>Create an environment account connection in an environment account so that environment infrastructure resources can be provisioned in the
11
+ * environment account from a management account.</p>
12
+ * <p>An environment account connection is a secure bi-directional connection between a <i>management account</i> and an
13
+ * <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
14
+ * guide</i>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -7,9 +7,22 @@ export interface CreateEnvironmentCommandInput extends CreateEnvironmentInput {
7
7
  export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deploy a new environment. An AWS Proton environment is created from an environment template that defines infrastructure and resources
11
- * 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
12
- * Guide.</i>
10
+ * <p>Deploy a new environment. An Proton environment is created from an environment template that defines infrastructure and resources that can
11
+ * be shared across services.</p>
12
+ * <p class="title">
13
+ * <b>You can provision environments using the following methods:</b>
14
+ * </p>
15
+ * <ul>
16
+ * <li>
17
+ * <p>Standard provisioning: Proton makes direct calls to provision your resources.</p>
18
+ * </li>
19
+ * <li>
20
+ * <p>Pull request provisioning: Proton makes pull requests on your repository to provide compiled infrastructure as code (IaC) files that your
21
+ * IaC engine uses to provision resources.</p>
22
+ * </li>
23
+ * </ul>
24
+ * <p>For more information, see the <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html">Environments</a> in the
25
+ * <i>Proton Administrator Guide.</i>
13
26
  * </p>
14
27
  * @example
15
28
  * Use a bare-bones client and the command you need to make an API call.
@@ -7,20 +7,18 @@ export interface CreateEnvironmentTemplateCommandInput extends CreateEnvironment
7
7
  export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmentTemplateOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <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
11
- * Guide</i>.</p>
12
- * <p>You can create an environment template in one of the two following ways:</p>
13
- * <ul>
10
+ * <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>
11
+ * <p>You can create an environment template in one of the two following ways:</p>
12
+ * <ul>
14
13
  * <li>
15
- * <p>Register and publish a <i>standard</i> environment template that instructs AWS Proton to deploy and manage
16
- * environment infrastructure.</p>
14
+ * <p>Register and publish a <i>standard</i> environment template that instructs Proton to deploy and manage environment
15
+ * infrastructure.</p>
17
16
  * </li>
18
17
  * <li>
19
- * <p>Register and publish a <i>customer managed</i> environment template that connects AWS Proton to your existing
20
- * provisioned infrastructure that you manage. AWS Proton <i>doesn't</i> manage your existing provisioned
21
- * infrastructure. To create an environment template for customer provisioned and managed infrastructure, include the
22
- * <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>
23
- * in the <i>AWS Proton Administrator Guide</i>.</p>
18
+ * <p>Register and publish a <i>customer managed</i> environment template that connects Proton to your existing provisioned
19
+ * infrastructure that you manage. Proton <i>doesn't</i> manage your existing provisioned infrastructure. To create an environment
20
+ * template for customer provisioned and managed infrastructure, include the <code>provisioning</code> parameter and set the value to
21
+ * <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>
24
22
  * </li>
25
23
  * </ul>
26
24
  * @example
@@ -8,8 +8,8 @@ export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnv
8
8
  }
9
9
  /**
10
10
  * <p>Create a new major or minor version of an environment template. A major version of an environment template is a version that
11
- * <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible
12
- * within its major version.</p>
11
+ * <i>isn't</i> backwards compatible. A minor version of an environment template is a version that's backwards compatible within its
12
+ * major version.</p>
13
13
  * @example
14
14
  * Use a bare-bones client and the command you need to make an API call.
15
15
  * ```javascript
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0";
4
+ import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient";
5
+ export interface CreateRepositoryCommandInput extends CreateRepositoryInput {
6
+ }
7
+ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Create and register a link to a repository that can be used with pull request provisioning or template sync configurations. For more
11
+ * 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
12
+ * Administrator Guide</i>.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { ProtonClient, CreateRepositoryCommand } from "@aws-sdk/client-proton"; // ES Modules import
17
+ * // const { ProtonClient, CreateRepositoryCommand } = require("@aws-sdk/client-proton"); // CommonJS import
18
+ * const client = new ProtonClient(config);
19
+ * const command = new CreateRepositoryCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link CreateRepositoryCommandInput} for command's `input` shape.
24
+ * @see {@link CreateRepositoryCommandOutput} for command's `response` shape.
25
+ * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ProtonClientResolvedConfig> {
29
+ readonly input: CreateRepositoryCommandInput;
30
+ constructor(input: CreateRepositoryCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ProtonClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -7,9 +7,10 @@ export interface CreateServiceCommandInput extends CreateServiceInput {
7
7
  export interface CreateServiceCommandOutput extends CreateServiceOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Create an AWS Proton service. An AWS Proton service is an instantiation of a service template and often includes several service instances
11
- * and pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-services.html">Services</a> in
12
- * 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>
10
+ * <p>Create an Proton service. An Proton service is an instantiation of a service template and often includes several service instances and
11
+ * pipeline. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/ag-services.html">Services</a> in the
12
+ * <i>Proton Administrator Guide</i> and <a href="https://docs.aws.amazon.com/proton/latest/userguide/ug-service.html">Services</a>
13
+ * in the <i>Proton User Guide</i>.</p>
13
14
  * @example
14
15
  * Use a bare-bones client and the command you need to make an API call.
15
16
  * ```javascript
@@ -7,11 +7,11 @@ export interface CreateServiceTemplateCommandInput extends CreateServiceTemplate
7
7
  export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplateOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD
11
- * service pipeline. Developers, in turn, select the service template from AWS Proton. If the selected service template includes a service
12
- * pipeline definition, they provide a link to their source code repository. AWS Proton then deploys and manages the infrastructure defined by
13
- * 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
14
- * Guide</i>.</p>
10
+ * <p>Create a service template. The administrator creates a service template to define standardized infrastructure and an optional CICD service
11
+ * pipeline. Developers, in turn, select the service template from Proton. If the selected service template includes a service pipeline definition,
12
+ * they provide a link to their source code repository. Proton then deploys and manages the infrastructure defined by the selected service
13
+ * template. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/adminguide/managing-svc-templates.html">Service
14
+ * Templates</a> in the <i>Proton Administrator Guide</i>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript