@aws-sdk/client-proton 3.289.0 → 3.292.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 (77) hide show
  1. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +19 -0
  2. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +19 -0
  3. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +19 -0
  4. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +19 -0
  5. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +19 -0
  6. package/dist-types/commands/CreateComponentCommand.d.ts +23 -0
  7. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +20 -0
  8. package/dist-types/commands/CreateEnvironmentCommand.d.ts +23 -0
  9. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +20 -0
  10. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +23 -0
  11. package/dist-types/commands/CreateRepositoryCommand.d.ts +20 -0
  12. package/dist-types/commands/CreateServiceCommand.d.ts +23 -0
  13. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +20 -0
  14. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +23 -0
  15. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +20 -0
  16. package/dist-types/commands/DeleteComponentCommand.d.ts +19 -0
  17. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +19 -0
  18. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +19 -0
  19. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +19 -0
  20. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +19 -0
  21. package/dist-types/commands/DeleteRepositoryCommand.d.ts +19 -0
  22. package/dist-types/commands/DeleteServiceCommand.d.ts +19 -0
  23. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +19 -0
  24. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +19 -0
  25. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +19 -0
  26. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  27. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  28. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +16 -0
  29. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
  31. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  33. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +16 -0
  34. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +13 -0
  35. package/dist-types/commands/GetServiceCommand.d.ts +16 -0
  36. package/dist-types/commands/GetServiceInstanceCommand.d.ts +16 -0
  37. package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
  38. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +16 -0
  39. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +16 -0
  40. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +16 -0
  41. package/dist-types/commands/ListComponentOutputsCommand.d.ts +16 -0
  42. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +16 -0
  43. package/dist-types/commands/ListComponentsCommand.d.ts +13 -0
  44. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +13 -0
  45. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +13 -0
  49. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +13 -0
  52. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListServiceInstancesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +13 -0
  59. package/dist-types/commands/ListServicesCommand.d.ts +13 -0
  60. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  61. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +23 -0
  62. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +19 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  64. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  65. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  66. package/dist-types/commands/UpdateComponentCommand.d.ts +23 -0
  67. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +19 -0
  68. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +19 -0
  69. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +19 -0
  70. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +19 -0
  71. package/dist-types/commands/UpdateServiceCommand.d.ts +23 -0
  72. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +19 -0
  73. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +19 -0
  74. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +19 -0
  75. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +19 -0
  76. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +19 -0
  77. package/package.json +36 -41
@@ -32,6 +32,25 @@ export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptE
32
32
  * @see {@link AcceptEnvironmentAccountConnectionCommandOutput} for command's `response` shape.
33
33
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request failed to register with the service.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The requested resource <i>wasn't</i> found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class AcceptEnvironmentAccountConnectionCommand extends $Command<AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
37
56
  readonly input: AcceptEnvironmentAccountConnectionCommandInput;
@@ -32,6 +32,25 @@ export interface CancelComponentDeploymentCommandOutput extends CancelComponentD
32
32
  * @see {@link CancelComponentDeploymentCommandOutput} for command's `response` shape.
33
33
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request failed to register with the service.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The requested resource <i>wasn't</i> found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class CancelComponentDeploymentCommand extends $Command<CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, ProtonClientResolvedConfig> {
37
56
  readonly input: CancelComponentDeploymentCommandInput;
@@ -44,6 +44,25 @@ export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironm
44
44
  * @see {@link CancelEnvironmentDeploymentCommandOutput} for command's `response` shape.
45
45
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
46
46
  *
47
+ * @throws {@link AccessDeniedException} (client fault)
48
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
49
+ *
50
+ * @throws {@link ConflictException} (client fault)
51
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>The request failed to register with the service.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The requested resource <i>wasn't</i> found.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>The request was denied due to request throttling.</p>
61
+ *
62
+ * @throws {@link ValidationException} (client fault)
63
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
64
+ *
65
+ *
47
66
  */
48
67
  export declare class CancelEnvironmentDeploymentCommand extends $Command<CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, ProtonClientResolvedConfig> {
49
68
  readonly input: CancelEnvironmentDeploymentCommandInput;
@@ -44,6 +44,25 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
44
44
  * @see {@link CancelServiceInstanceDeploymentCommandOutput} for command's `response` shape.
45
45
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
46
46
  *
47
+ * @throws {@link AccessDeniedException} (client fault)
48
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
49
+ *
50
+ * @throws {@link ConflictException} (client fault)
51
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>The request failed to register with the service.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The requested resource <i>wasn't</i> found.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>The request was denied due to request throttling.</p>
61
+ *
62
+ * @throws {@link ValidationException} (client fault)
63
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
64
+ *
65
+ *
47
66
  */
48
67
  export declare class CancelServiceInstanceDeploymentCommand extends $Command<CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput, ProtonClientResolvedConfig> {
49
68
  readonly input: CancelServiceInstanceDeploymentCommandInput;
@@ -44,6 +44,25 @@ export interface CancelServicePipelineDeploymentCommandOutput extends CancelServ
44
44
  * @see {@link CancelServicePipelineDeploymentCommandOutput} for command's `response` shape.
45
45
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
46
46
  *
47
+ * @throws {@link AccessDeniedException} (client fault)
48
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
49
+ *
50
+ * @throws {@link ConflictException} (client fault)
51
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>The request failed to register with the service.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The requested resource <i>wasn't</i> found.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>The request was denied due to request throttling.</p>
61
+ *
62
+ * @throws {@link ValidationException} (client fault)
63
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
64
+ *
65
+ *
47
66
  */
48
67
  export declare class CancelServicePipelineDeploymentCommand extends $Command<CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput, ProtonClientResolvedConfig> {
49
68
  readonly input: CancelServicePipelineDeploymentCommandInput;
@@ -32,6 +32,29 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
32
32
  * @see {@link CreateComponentCommandOutput} for command's `response` shape.
33
33
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request failed to register with the service.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The requested resource <i>wasn't</i> found.</p>
46
+ *
47
+ * @throws {@link ServiceQuotaExceededException} (client fault)
48
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
49
+ * the <i>Proton User Guide</i>.</p>
50
+ *
51
+ * @throws {@link ThrottlingException} (client fault)
52
+ * <p>The request was denied due to request throttling.</p>
53
+ *
54
+ * @throws {@link ValidationException} (client fault)
55
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
56
+ *
57
+ *
35
58
  */
36
59
  export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ProtonClientResolvedConfig> {
37
60
  readonly input: CreateComponentCommandInput;
@@ -33,6 +33,26 @@ export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateE
33
33
  * @see {@link CreateEnvironmentAccountConnectionCommandOutput} for command's `response` shape.
34
34
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request failed to register with the service.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
47
+ * the <i>Proton User Guide</i>.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
54
+ *
55
+ *
36
56
  */
37
57
  export declare class CreateEnvironmentAccountConnectionCommand extends $Command<CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
38
58
  readonly input: CreateEnvironmentAccountConnectionCommandInput;
@@ -44,6 +44,29 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput,
44
44
  * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
45
45
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
46
46
  *
47
+ * @throws {@link AccessDeniedException} (client fault)
48
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
49
+ *
50
+ * @throws {@link ConflictException} (client fault)
51
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
52
+ *
53
+ * @throws {@link InternalServerException} (server fault)
54
+ * <p>The request failed to register with the service.</p>
55
+ *
56
+ * @throws {@link ResourceNotFoundException} (client fault)
57
+ * <p>The requested resource <i>wasn't</i> found.</p>
58
+ *
59
+ * @throws {@link ServiceQuotaExceededException} (client fault)
60
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
61
+ * the <i>Proton User Guide</i>.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>The request was denied due to request throttling.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
68
+ *
69
+ *
47
70
  */
48
71
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ProtonClientResolvedConfig> {
49
72
  readonly input: CreateEnvironmentCommandInput;
@@ -43,6 +43,26 @@ export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmen
43
43
  * @see {@link CreateEnvironmentTemplateCommandOutput} for command's `response` shape.
44
44
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
45
45
  *
46
+ * @throws {@link AccessDeniedException} (client fault)
47
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
48
+ *
49
+ * @throws {@link ConflictException} (client fault)
50
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
51
+ *
52
+ * @throws {@link InternalServerException} (server fault)
53
+ * <p>The request failed to register with the service.</p>
54
+ *
55
+ * @throws {@link ServiceQuotaExceededException} (client fault)
56
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
57
+ * the <i>Proton User Guide</i>.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>The request was denied due to request throttling.</p>
61
+ *
62
+ * @throws {@link ValidationException} (client fault)
63
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
64
+ *
65
+ *
46
66
  */
47
67
  export declare class CreateEnvironmentTemplateCommand extends $Command<CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
48
68
  readonly input: CreateEnvironmentTemplateCommandInput;
@@ -31,6 +31,29 @@ export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnv
31
31
  * @see {@link CreateEnvironmentTemplateVersionCommandOutput} for command's `response` shape.
32
32
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request failed to register with the service.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The requested resource <i>wasn't</i> found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
48
+ * the <i>Proton User Guide</i>.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
55
+ *
56
+ *
34
57
  */
35
58
  export declare class CreateEnvironmentTemplateVersionCommand extends $Command<CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
36
59
  readonly input: CreateEnvironmentTemplateVersionCommandInput;
@@ -34,6 +34,26 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
34
34
  * @see {@link CreateRepositoryCommandOutput} for command's `response` shape.
35
35
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The request failed to register with the service.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
48
+ * the <i>Proton User Guide</i>.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
55
+ *
56
+ *
37
57
  */
38
58
  export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ProtonClientResolvedConfig> {
39
59
  readonly input: CreateRepositoryCommandInput;
@@ -31,6 +31,29 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
31
31
  * @see {@link CreateServiceCommandOutput} for command's `response` shape.
32
32
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request failed to register with the service.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>The requested resource <i>wasn't</i> found.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
48
+ * the <i>Proton User Guide</i>.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
55
+ *
56
+ *
34
57
  */
35
58
  export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, ProtonClientResolvedConfig> {
36
59
  readonly input: CreateServiceCommandInput;
@@ -33,6 +33,26 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
33
33
  * @see {@link CreateServiceTemplateCommandOutput} for command's `response` shape.
34
34
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>The request failed to register with the service.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
47
+ * the <i>Proton User Guide</i>.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
54
+ *
55
+ *
36
56
  */
37
57
  export declare class CreateServiceTemplateCommand extends $Command<CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
38
58
  readonly input: CreateServiceTemplateCommandInput;
@@ -30,6 +30,29 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
30
30
  * @see {@link CreateServiceTemplateVersionCommandOutput} for command's `response` shape.
31
31
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request failed to register with the service.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>The requested resource <i>wasn't</i> found.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
47
+ * the <i>Proton User Guide</i>.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
54
+ *
55
+ *
33
56
  */
34
57
  export declare class CreateServiceTemplateVersionCommand extends $Command<CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
35
58
  readonly input: CreateServiceTemplateVersionCommandInput;
@@ -34,6 +34,26 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
34
34
  * @see {@link CreateTemplateSyncConfigCommandOutput} for command's `response` shape.
35
35
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The request failed to register with the service.</p>
45
+ *
46
+ * @throws {@link ServiceQuotaExceededException} (client fault)
47
+ * <p>A quota was exceeded. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html">Proton Quotas</a> in
48
+ * the <i>Proton User Guide</i>.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
55
+ *
56
+ *
37
57
  */
38
58
  export declare class CreateTemplateSyncConfigCommand extends $Command<CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
39
59
  readonly input: CreateTemplateSyncConfigCommandInput;
@@ -32,6 +32,25 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
32
32
  * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
33
33
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request failed to register with the service.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>The requested resource <i>wasn't</i> found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ProtonClientResolvedConfig> {
37
56
  readonly input: DeleteComponentCommandInput;
@@ -34,6 +34,25 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
34
34
  * @see {@link DeleteEnvironmentAccountConnectionCommandOutput} for command's `response` shape.
35
35
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The request failed to register with the service.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The requested resource <i>wasn't</i> found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
54
+ *
55
+ *
37
56
  */
38
57
  export declare class DeleteEnvironmentAccountConnectionCommand extends $Command<DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
39
58
  readonly input: DeleteEnvironmentAccountConnectionCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
29
29
  * @see {@link DeleteEnvironmentCommandOutput} for command's `response` shape.
30
30
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request failed to register with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The requested resource <i>wasn't</i> found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, ProtonClientResolvedConfig> {
34
53
  readonly input: DeleteEnvironmentCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
29
29
  * @see {@link DeleteEnvironmentTemplateCommandOutput} for command's `response` shape.
30
30
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request failed to register with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The requested resource <i>wasn't</i> found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteEnvironmentTemplateCommand extends $Command<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
34
53
  readonly input: DeleteEnvironmentTemplateCommandInput;
@@ -34,6 +34,25 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
34
34
  * @see {@link DeleteEnvironmentTemplateVersionCommandOutput} for command's `response` shape.
35
35
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>The request failed to register with the service.</p>
45
+ *
46
+ * @throws {@link ResourceNotFoundException} (client fault)
47
+ * <p>The requested resource <i>wasn't</i> found.</p>
48
+ *
49
+ * @throws {@link ThrottlingException} (client fault)
50
+ * <p>The request was denied due to request throttling.</p>
51
+ *
52
+ * @throws {@link ValidationException} (client fault)
53
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
54
+ *
55
+ *
37
56
  */
38
57
  export declare class DeleteEnvironmentTemplateVersionCommand extends $Command<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
39
58
  readonly input: DeleteEnvironmentTemplateVersionCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
29
29
  * @see {@link DeleteRepositoryCommandOutput} for command's `response` shape.
30
30
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request failed to register with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The requested resource <i>wasn't</i> found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ProtonClientResolvedConfig> {
34
53
  readonly input: DeleteRepositoryCommandInput;
@@ -35,6 +35,25 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
35
35
  * @see {@link DeleteServiceCommandOutput} for command's `response` shape.
36
36
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
37
37
  *
38
+ * @throws {@link AccessDeniedException} (client fault)
39
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
40
+ *
41
+ * @throws {@link ConflictException} (client fault)
42
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
43
+ *
44
+ * @throws {@link InternalServerException} (server fault)
45
+ * <p>The request failed to register with the service.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>The requested resource <i>wasn't</i> found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>The request was denied due to request throttling.</p>
52
+ *
53
+ * @throws {@link ValidationException} (client fault)
54
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
55
+ *
56
+ *
38
57
  */
39
58
  export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, ProtonClientResolvedConfig> {
40
59
  readonly input: DeleteServiceCommandInput;
@@ -29,6 +29,25 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
29
29
  * @see {@link DeleteServiceTemplateCommandOutput} for command's `response` shape.
30
30
  * @see {@link ProtonClientResolvedConfig | config} for ProtonClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>There <i>isn't</i> sufficient access for performing this action.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request failed to register with the service.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>The requested resource <i>wasn't</i> found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>The request was denied due to request throttling.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DeleteServiceTemplateCommand extends $Command<DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
34
53
  readonly input: DeleteServiceTemplateCommandInput;