@aws-sdk/client-proton 3.325.0 → 3.327.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 (85) hide show
  1. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +18 -0
  2. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +21 -0
  3. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +31 -0
  4. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +21 -0
  5. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +17 -0
  6. package/dist-types/commands/CreateComponentCommand.d.ts +21 -0
  7. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +18 -0
  8. package/dist-types/commands/CreateEnvironmentCommand.d.ts +31 -0
  9. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +18 -0
  11. package/dist-types/commands/CreateRepositoryCommand.d.ts +12 -0
  12. package/dist-types/commands/CreateServiceCommand.d.ts +31 -0
  13. package/dist-types/commands/CreateServiceInstanceCommand.d.ts +21 -0
  14. package/dist-types/commands/CreateServiceSyncConfigCommand.d.ts +12 -0
  15. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +27 -0
  17. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +13 -0
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +21 -0
  19. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +18 -0
  20. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +31 -0
  21. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +18 -0
  23. package/dist-types/commands/DeleteRepositoryCommand.d.ts +12 -0
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +31 -0
  25. package/dist-types/commands/DeleteServiceSyncConfigCommand.d.ts +12 -0
  26. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +27 -0
  28. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +13 -0
  29. package/dist-types/commands/GetAccountSettingsCommand.d.ts +15 -0
  30. package/dist-types/commands/GetComponentCommand.d.ts +21 -0
  31. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +18 -0
  32. package/dist-types/commands/GetEnvironmentCommand.d.ts +31 -0
  33. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
  34. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +18 -0
  35. package/dist-types/commands/GetRepositoryCommand.d.ts +12 -0
  36. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +17 -0
  37. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +44 -0
  38. package/dist-types/commands/GetServiceCommand.d.ts +31 -0
  39. package/dist-types/commands/GetServiceInstanceCommand.d.ts +21 -0
  40. package/dist-types/commands/GetServiceInstanceSyncStatusCommand.d.ts +66 -0
  41. package/dist-types/commands/GetServiceSyncBlockerSummaryCommand.d.ts +26 -0
  42. package/dist-types/commands/GetServiceSyncConfigCommand.d.ts +12 -0
  43. package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
  44. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +27 -0
  45. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +13 -0
  46. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +66 -0
  47. package/dist-types/commands/ListComponentOutputsCommand.d.ts +12 -0
  48. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +13 -0
  49. package/dist-types/commands/ListComponentsCommand.d.ts +21 -0
  50. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +20 -0
  51. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +12 -0
  52. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +13 -0
  53. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +20 -0
  54. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +18 -0
  55. package/dist-types/commands/ListEnvironmentsCommand.d.ts +26 -0
  56. package/dist-types/commands/ListRepositoriesCommand.d.ts +14 -0
  57. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +14 -0
  58. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +12 -0
  59. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +13 -0
  60. package/dist-types/commands/ListServiceInstancesCommand.d.ts +22 -0
  61. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +12 -0
  62. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +13 -0
  63. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +20 -0
  64. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +18 -0
  65. package/dist-types/commands/ListServicesCommand.d.ts +18 -0
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  67. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +4 -0
  68. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +18 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  71. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +15 -0
  72. package/dist-types/commands/UpdateComponentCommand.d.ts +21 -0
  73. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +18 -0
  74. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +31 -0
  75. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +18 -0
  77. package/dist-types/commands/UpdateServiceCommand.d.ts +31 -0
  78. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +21 -0
  79. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +17 -0
  80. package/dist-types/commands/UpdateServiceSyncBlockerCommand.d.ts +22 -0
  81. package/dist-types/commands/UpdateServiceSyncConfigCommand.d.ts +12 -0
  82. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +27 -0
  84. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +13 -0
  85. package/package.json +7 -7
@@ -34,6 +34,22 @@ export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptE
34
34
  * };
35
35
  * const command = new AcceptEnvironmentAccountConnectionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // AcceptEnvironmentAccountConnectionOutput
38
+ * // environmentAccountConnection: { // EnvironmentAccountConnection
39
+ * // id: "STRING_VALUE", // required
40
+ * // arn: "STRING_VALUE", // required
41
+ * // managementAccountId: "STRING_VALUE", // required
42
+ * // environmentAccountId: "STRING_VALUE", // required
43
+ * // roleArn: "STRING_VALUE", // required
44
+ * // environmentName: "STRING_VALUE", // required
45
+ * // requestedAt: new Date("TIMESTAMP"), // required
46
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
47
+ * // status: "STRING_VALUE", // required
48
+ * // componentRoleArn: "STRING_VALUE",
49
+ * // codebuildRoleArn: "STRING_VALUE",
50
+ * // },
51
+ * // };
52
+ *
37
53
  * ```
38
54
  *
39
55
  * @param AcceptEnvironmentAccountConnectionCommandInput - {@link AcceptEnvironmentAccountConnectionCommandInput}
@@ -60,6 +76,8 @@ export interface AcceptEnvironmentAccountConnectionCommandOutput extends AcceptE
60
76
  * @throws {@link ValidationException} (client fault)
61
77
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
62
78
  *
79
+ * @throws {@link ProtonServiceException}
80
+ * <p>Base exception class for all service exceptions from Proton service.</p>
63
81
  *
64
82
  */
65
83
  export declare class AcceptEnvironmentAccountConnectionCommand extends $Command<AcceptEnvironmentAccountConnectionCommandInput, AcceptEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
@@ -34,6 +34,25 @@ export interface CancelComponentDeploymentCommandOutput extends CancelComponentD
34
34
  * };
35
35
  * const command = new CancelComponentDeploymentCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CancelComponentDeploymentOutput
38
+ * // component: { // Component
39
+ * // name: "STRING_VALUE", // required
40
+ * // description: "STRING_VALUE",
41
+ * // arn: "STRING_VALUE", // required
42
+ * // environmentName: "STRING_VALUE", // required
43
+ * // serviceName: "STRING_VALUE",
44
+ * // serviceInstanceName: "STRING_VALUE",
45
+ * // createdAt: new Date("TIMESTAMP"), // required
46
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
47
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"),
48
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"),
49
+ * // deploymentStatus: "STRING_VALUE", // required
50
+ * // deploymentStatusMessage: "STRING_VALUE",
51
+ * // serviceSpec: "STRING_VALUE",
52
+ * // lastClientRequestToken: "STRING_VALUE",
53
+ * // },
54
+ * // };
55
+ *
37
56
  * ```
38
57
  *
39
58
  * @param CancelComponentDeploymentCommandInput - {@link CancelComponentDeploymentCommandInput}
@@ -60,6 +79,8 @@ export interface CancelComponentDeploymentCommandOutput extends CancelComponentD
60
79
  * @throws {@link ValidationException} (client fault)
61
80
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
62
81
  *
82
+ * @throws {@link ProtonServiceException}
83
+ * <p>Base exception class for all service exceptions from Proton service.</p>
63
84
  *
64
85
  */
65
86
  export declare class CancelComponentDeploymentCommand extends $Command<CancelComponentDeploymentCommandInput, CancelComponentDeploymentCommandOutput, ProtonClientResolvedConfig> {
@@ -46,6 +46,35 @@ export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironm
46
46
  * };
47
47
  * const command = new CancelEnvironmentDeploymentCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CancelEnvironmentDeploymentOutput
50
+ * // environment: { // Environment
51
+ * // name: "STRING_VALUE", // required
52
+ * // description: "STRING_VALUE",
53
+ * // createdAt: new Date("TIMESTAMP"), // required
54
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
55
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
56
+ * // arn: "STRING_VALUE", // required
57
+ * // templateName: "STRING_VALUE", // required
58
+ * // templateMajorVersion: "STRING_VALUE", // required
59
+ * // templateMinorVersion: "STRING_VALUE", // required
60
+ * // deploymentStatus: "STRING_VALUE", // required
61
+ * // deploymentStatusMessage: "STRING_VALUE",
62
+ * // protonServiceRoleArn: "STRING_VALUE",
63
+ * // environmentAccountConnectionId: "STRING_VALUE",
64
+ * // environmentAccountId: "STRING_VALUE",
65
+ * // spec: "STRING_VALUE",
66
+ * // provisioning: "STRING_VALUE",
67
+ * // provisioningRepository: { // RepositoryBranch
68
+ * // arn: "STRING_VALUE", // required
69
+ * // provider: "STRING_VALUE", // required
70
+ * // name: "STRING_VALUE", // required
71
+ * // branch: "STRING_VALUE", // required
72
+ * // },
73
+ * // componentRoleArn: "STRING_VALUE",
74
+ * // codebuildRoleArn: "STRING_VALUE",
75
+ * // },
76
+ * // };
77
+ *
49
78
  * ```
50
79
  *
51
80
  * @param CancelEnvironmentDeploymentCommandInput - {@link CancelEnvironmentDeploymentCommandInput}
@@ -72,6 +101,8 @@ export interface CancelEnvironmentDeploymentCommandOutput extends CancelEnvironm
72
101
  * @throws {@link ValidationException} (client fault)
73
102
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
74
103
  *
104
+ * @throws {@link ProtonServiceException}
105
+ * <p>Base exception class for all service exceptions from Proton service.</p>
75
106
  *
76
107
  */
77
108
  export declare class CancelEnvironmentDeploymentCommand extends $Command<CancelEnvironmentDeploymentCommandInput, CancelEnvironmentDeploymentCommandOutput, ProtonClientResolvedConfig> {
@@ -50,6 +50,25 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
50
50
  * };
51
51
  * const command = new CancelServiceInstanceDeploymentCommand(input);
52
52
  * const response = await client.send(command);
53
+ * // { // CancelServiceInstanceDeploymentOutput
54
+ * // serviceInstance: { // ServiceInstance
55
+ * // name: "STRING_VALUE", // required
56
+ * // arn: "STRING_VALUE", // required
57
+ * // createdAt: new Date("TIMESTAMP"), // required
58
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
59
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
60
+ * // serviceName: "STRING_VALUE", // required
61
+ * // environmentName: "STRING_VALUE", // required
62
+ * // templateName: "STRING_VALUE", // required
63
+ * // templateMajorVersion: "STRING_VALUE", // required
64
+ * // templateMinorVersion: "STRING_VALUE", // required
65
+ * // deploymentStatus: "STRING_VALUE", // required
66
+ * // deploymentStatusMessage: "STRING_VALUE",
67
+ * // spec: "STRING_VALUE",
68
+ * // lastClientRequestToken: "STRING_VALUE",
69
+ * // },
70
+ * // };
71
+ *
53
72
  * ```
54
73
  *
55
74
  * @param CancelServiceInstanceDeploymentCommandInput - {@link CancelServiceInstanceDeploymentCommandInput}
@@ -76,6 +95,8 @@ export interface CancelServiceInstanceDeploymentCommandOutput extends CancelServ
76
95
  * @throws {@link ValidationException} (client fault)
77
96
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
78
97
  *
98
+ * @throws {@link ProtonServiceException}
99
+ * <p>Base exception class for all service exceptions from Proton service.</p>
79
100
  *
80
101
  */
81
102
  export declare class CancelServiceInstanceDeploymentCommand extends $Command<CancelServiceInstanceDeploymentCommandInput, CancelServiceInstanceDeploymentCommandOutput, ProtonClientResolvedConfig> {
@@ -49,6 +49,21 @@ export interface CancelServicePipelineDeploymentCommandOutput extends CancelServ
49
49
  * };
50
50
  * const command = new CancelServicePipelineDeploymentCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // CancelServicePipelineDeploymentOutput
53
+ * // pipeline: { // ServicePipeline
54
+ * // arn: "STRING_VALUE", // required
55
+ * // createdAt: new Date("TIMESTAMP"), // required
56
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
57
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
58
+ * // templateName: "STRING_VALUE", // required
59
+ * // templateMajorVersion: "STRING_VALUE", // required
60
+ * // templateMinorVersion: "STRING_VALUE", // required
61
+ * // deploymentStatus: "STRING_VALUE", // required
62
+ * // deploymentStatusMessage: "STRING_VALUE",
63
+ * // spec: "STRING_VALUE",
64
+ * // },
65
+ * // };
66
+ *
52
67
  * ```
53
68
  *
54
69
  * @param CancelServicePipelineDeploymentCommandInput - {@link CancelServicePipelineDeploymentCommandInput}
@@ -75,6 +90,8 @@ export interface CancelServicePipelineDeploymentCommandOutput extends CancelServ
75
90
  * @throws {@link ValidationException} (client fault)
76
91
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
77
92
  *
93
+ * @throws {@link ProtonServiceException}
94
+ * <p>Base exception class for all service exceptions from Proton service.</p>
78
95
  *
79
96
  */
80
97
  export declare class CancelServicePipelineDeploymentCommand extends $Command<CancelServicePipelineDeploymentCommandInput, CancelServicePipelineDeploymentCommandOutput, ProtonClientResolvedConfig> {
@@ -48,6 +48,25 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
48
48
  * };
49
49
  * const command = new CreateComponentCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // CreateComponentOutput
52
+ * // component: { // Component
53
+ * // name: "STRING_VALUE", // required
54
+ * // description: "STRING_VALUE",
55
+ * // arn: "STRING_VALUE", // required
56
+ * // environmentName: "STRING_VALUE", // required
57
+ * // serviceName: "STRING_VALUE",
58
+ * // serviceInstanceName: "STRING_VALUE",
59
+ * // createdAt: new Date("TIMESTAMP"), // required
60
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
61
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"),
62
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"),
63
+ * // deploymentStatus: "STRING_VALUE", // required
64
+ * // deploymentStatusMessage: "STRING_VALUE",
65
+ * // serviceSpec: "STRING_VALUE",
66
+ * // lastClientRequestToken: "STRING_VALUE",
67
+ * // },
68
+ * // };
69
+ *
51
70
  * ```
52
71
  *
53
72
  * @param CreateComponentCommandInput - {@link CreateComponentCommandInput}
@@ -78,6 +97,8 @@ export interface CreateComponentCommandOutput extends CreateComponentOutput, __M
78
97
  * @throws {@link ValidationException} (client fault)
79
98
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
80
99
  *
100
+ * @throws {@link ProtonServiceException}
101
+ * <p>Base exception class for all service exceptions from Proton service.</p>
81
102
  *
82
103
  */
83
104
  export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ProtonClientResolvedConfig> {
@@ -46,6 +46,22 @@ export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateE
46
46
  * };
47
47
  * const command = new CreateEnvironmentAccountConnectionCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateEnvironmentAccountConnectionOutput
50
+ * // environmentAccountConnection: { // EnvironmentAccountConnection
51
+ * // id: "STRING_VALUE", // required
52
+ * // arn: "STRING_VALUE", // required
53
+ * // managementAccountId: "STRING_VALUE", // required
54
+ * // environmentAccountId: "STRING_VALUE", // required
55
+ * // roleArn: "STRING_VALUE", // required
56
+ * // environmentName: "STRING_VALUE", // required
57
+ * // requestedAt: new Date("TIMESTAMP"), // required
58
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
59
+ * // status: "STRING_VALUE", // required
60
+ * // componentRoleArn: "STRING_VALUE",
61
+ * // codebuildRoleArn: "STRING_VALUE",
62
+ * // },
63
+ * // };
64
+ *
49
65
  * ```
50
66
  *
51
67
  * @param CreateEnvironmentAccountConnectionCommandInput - {@link CreateEnvironmentAccountConnectionCommandInput}
@@ -73,6 +89,8 @@ export interface CreateEnvironmentAccountConnectionCommandOutput extends CreateE
73
89
  * @throws {@link ValidationException} (client fault)
74
90
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
75
91
  *
92
+ * @throws {@link ProtonServiceException}
93
+ * <p>Base exception class for all service exceptions from Proton service.</p>
76
94
  *
77
95
  */
78
96
  export declare class CreateEnvironmentAccountConnectionCommand extends $Command<CreateEnvironmentAccountConnectionCommandInput, CreateEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
@@ -66,6 +66,35 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput,
66
66
  * };
67
67
  * const command = new CreateEnvironmentCommand(input);
68
68
  * const response = await client.send(command);
69
+ * // { // CreateEnvironmentOutput
70
+ * // environment: { // Environment
71
+ * // name: "STRING_VALUE", // required
72
+ * // description: "STRING_VALUE",
73
+ * // createdAt: new Date("TIMESTAMP"), // required
74
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
75
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
76
+ * // arn: "STRING_VALUE", // required
77
+ * // templateName: "STRING_VALUE", // required
78
+ * // templateMajorVersion: "STRING_VALUE", // required
79
+ * // templateMinorVersion: "STRING_VALUE", // required
80
+ * // deploymentStatus: "STRING_VALUE", // required
81
+ * // deploymentStatusMessage: "STRING_VALUE",
82
+ * // protonServiceRoleArn: "STRING_VALUE",
83
+ * // environmentAccountConnectionId: "STRING_VALUE",
84
+ * // environmentAccountId: "STRING_VALUE",
85
+ * // spec: "STRING_VALUE",
86
+ * // provisioning: "STRING_VALUE",
87
+ * // provisioningRepository: { // RepositoryBranch
88
+ * // arn: "STRING_VALUE", // required
89
+ * // provider: "STRING_VALUE", // required
90
+ * // name: "STRING_VALUE", // required
91
+ * // branch: "STRING_VALUE", // required
92
+ * // },
93
+ * // componentRoleArn: "STRING_VALUE",
94
+ * // codebuildRoleArn: "STRING_VALUE",
95
+ * // },
96
+ * // };
97
+ *
69
98
  * ```
70
99
  *
71
100
  * @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
@@ -96,6 +125,8 @@ export interface CreateEnvironmentCommandOutput extends CreateEnvironmentOutput,
96
125
  * @throws {@link ValidationException} (client fault)
97
126
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
98
127
  *
128
+ * @throws {@link ProtonServiceException}
129
+ * <p>Base exception class for all service exceptions from Proton service.</p>
99
130
  *
100
131
  */
101
132
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, ProtonClientResolvedConfig> {
@@ -55,6 +55,20 @@ export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmen
55
55
  * };
56
56
  * const command = new CreateEnvironmentTemplateCommand(input);
57
57
  * const response = await client.send(command);
58
+ * // { // CreateEnvironmentTemplateOutput
59
+ * // environmentTemplate: { // EnvironmentTemplate
60
+ * // name: "STRING_VALUE", // required
61
+ * // arn: "STRING_VALUE", // required
62
+ * // createdAt: new Date("TIMESTAMP"), // required
63
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
64
+ * // displayName: "STRING_VALUE",
65
+ * // description: "STRING_VALUE",
66
+ * // recommendedVersion: "STRING_VALUE",
67
+ * // encryptionKey: "STRING_VALUE",
68
+ * // provisioning: "STRING_VALUE",
69
+ * // },
70
+ * // };
71
+ *
58
72
  * ```
59
73
  *
60
74
  * @param CreateEnvironmentTemplateCommandInput - {@link CreateEnvironmentTemplateCommandInput}
@@ -82,6 +96,8 @@ export interface CreateEnvironmentTemplateCommandOutput extends CreateEnvironmen
82
96
  * @throws {@link ValidationException} (client fault)
83
97
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
84
98
  *
99
+ * @throws {@link ProtonServiceException}
100
+ * <p>Base exception class for all service exceptions from Proton service.</p>
85
101
  *
86
102
  */
87
103
  export declare class CreateEnvironmentTemplateCommand extends $Command<CreateEnvironmentTemplateCommandInput, CreateEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
@@ -48,6 +48,22 @@ export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnv
48
48
  * };
49
49
  * const command = new CreateEnvironmentTemplateVersionCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // CreateEnvironmentTemplateVersionOutput
52
+ * // environmentTemplateVersion: { // EnvironmentTemplateVersion
53
+ * // templateName: "STRING_VALUE", // required
54
+ * // majorVersion: "STRING_VALUE", // required
55
+ * // minorVersion: "STRING_VALUE", // required
56
+ * // recommendedMinorVersion: "STRING_VALUE",
57
+ * // status: "STRING_VALUE", // required
58
+ * // statusMessage: "STRING_VALUE",
59
+ * // description: "STRING_VALUE",
60
+ * // arn: "STRING_VALUE", // required
61
+ * // createdAt: new Date("TIMESTAMP"), // required
62
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
63
+ * // schema: "STRING_VALUE",
64
+ * // },
65
+ * // };
66
+ *
51
67
  * ```
52
68
  *
53
69
  * @param CreateEnvironmentTemplateVersionCommandInput - {@link CreateEnvironmentTemplateVersionCommandInput}
@@ -78,6 +94,8 @@ export interface CreateEnvironmentTemplateVersionCommandOutput extends CreateEnv
78
94
  * @throws {@link ValidationException} (client fault)
79
95
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
80
96
  *
97
+ * @throws {@link ProtonServiceException}
98
+ * <p>Base exception class for all service exceptions from Proton service.</p>
81
99
  *
82
100
  */
83
101
  export declare class CreateEnvironmentTemplateVersionCommand extends $Command<CreateEnvironmentTemplateVersionCommandInput, CreateEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
@@ -45,6 +45,16 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
45
45
  * };
46
46
  * const command = new CreateRepositoryCommand(input);
47
47
  * const response = await client.send(command);
48
+ * // { // CreateRepositoryOutput
49
+ * // repository: { // Repository
50
+ * // arn: "STRING_VALUE", // required
51
+ * // provider: "STRING_VALUE", // required
52
+ * // name: "STRING_VALUE", // required
53
+ * // connectionArn: "STRING_VALUE", // required
54
+ * // encryptionKey: "STRING_VALUE",
55
+ * // },
56
+ * // };
57
+ *
48
58
  * ```
49
59
  *
50
60
  * @param CreateRepositoryCommandInput - {@link CreateRepositoryCommandInput}
@@ -72,6 +82,8 @@ export interface CreateRepositoryCommandOutput extends CreateRepositoryOutput, _
72
82
  * @throws {@link ValidationException} (client fault)
73
83
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
74
84
  *
85
+ * @throws {@link ProtonServiceException}
86
+ * <p>Base exception class for all service exceptions from Proton service.</p>
75
87
  *
76
88
  */
77
89
  export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ProtonClientResolvedConfig> {
@@ -48,6 +48,35 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
48
48
  * };
49
49
  * const command = new CreateServiceCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // CreateServiceOutput
52
+ * // service: { // Service
53
+ * // name: "STRING_VALUE", // required
54
+ * // description: "STRING_VALUE",
55
+ * // arn: "STRING_VALUE", // required
56
+ * // templateName: "STRING_VALUE", // required
57
+ * // createdAt: new Date("TIMESTAMP"), // required
58
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
59
+ * // status: "STRING_VALUE", // required
60
+ * // statusMessage: "STRING_VALUE",
61
+ * // spec: "STRING_VALUE", // required
62
+ * // pipeline: { // ServicePipeline
63
+ * // arn: "STRING_VALUE", // required
64
+ * // createdAt: new Date("TIMESTAMP"), // required
65
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
66
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
67
+ * // templateName: "STRING_VALUE", // required
68
+ * // templateMajorVersion: "STRING_VALUE", // required
69
+ * // templateMinorVersion: "STRING_VALUE", // required
70
+ * // deploymentStatus: "STRING_VALUE", // required
71
+ * // deploymentStatusMessage: "STRING_VALUE",
72
+ * // spec: "STRING_VALUE",
73
+ * // },
74
+ * // repositoryConnectionArn: "STRING_VALUE",
75
+ * // repositoryId: "STRING_VALUE",
76
+ * // branchName: "STRING_VALUE",
77
+ * // },
78
+ * // };
79
+ *
51
80
  * ```
52
81
  *
53
82
  * @param CreateServiceCommandInput - {@link CreateServiceCommandInput}
@@ -78,6 +107,8 @@ export interface CreateServiceCommandOutput extends CreateServiceOutput, __Metad
78
107
  * @throws {@link ValidationException} (client fault)
79
108
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
80
109
  *
110
+ * @throws {@link ProtonServiceException}
111
+ * <p>Base exception class for all service exceptions from Proton service.</p>
81
112
  *
82
113
  */
83
114
  export declare class CreateServiceCommand extends $Command<CreateServiceCommandInput, CreateServiceCommandOutput, ProtonClientResolvedConfig> {
@@ -42,6 +42,25 @@ export interface CreateServiceInstanceCommandOutput extends CreateServiceInstanc
42
42
  * };
43
43
  * const command = new CreateServiceInstanceCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateServiceInstanceOutput
46
+ * // serviceInstance: { // ServiceInstance
47
+ * // name: "STRING_VALUE", // required
48
+ * // arn: "STRING_VALUE", // required
49
+ * // createdAt: new Date("TIMESTAMP"), // required
50
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
51
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
52
+ * // serviceName: "STRING_VALUE", // required
53
+ * // environmentName: "STRING_VALUE", // required
54
+ * // templateName: "STRING_VALUE", // required
55
+ * // templateMajorVersion: "STRING_VALUE", // required
56
+ * // templateMinorVersion: "STRING_VALUE", // required
57
+ * // deploymentStatus: "STRING_VALUE", // required
58
+ * // deploymentStatusMessage: "STRING_VALUE",
59
+ * // spec: "STRING_VALUE",
60
+ * // lastClientRequestToken: "STRING_VALUE",
61
+ * // },
62
+ * // };
63
+ *
45
64
  * ```
46
65
  *
47
66
  * @param CreateServiceInstanceCommandInput - {@link CreateServiceInstanceCommandInput}
@@ -68,6 +87,8 @@ export interface CreateServiceInstanceCommandOutput extends CreateServiceInstanc
68
87
  * @throws {@link ValidationException} (client fault)
69
88
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
70
89
  *
90
+ * @throws {@link ProtonServiceException}
91
+ * <p>Base exception class for all service exceptions from Proton service.</p>
71
92
  *
72
93
  */
73
94
  export declare class CreateServiceInstanceCommand extends $Command<CreateServiceInstanceCommandInput, CreateServiceInstanceCommandOutput, ProtonClientResolvedConfig> {
@@ -35,6 +35,16 @@ export interface CreateServiceSyncConfigCommandOutput extends CreateServiceSyncC
35
35
  * };
36
36
  * const command = new CreateServiceSyncConfigCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // CreateServiceSyncConfigOutput
39
+ * // serviceSyncConfig: { // ServiceSyncConfig
40
+ * // serviceName: "STRING_VALUE", // required
41
+ * // repositoryProvider: "STRING_VALUE", // required
42
+ * // repositoryName: "STRING_VALUE", // required
43
+ * // branch: "STRING_VALUE", // required
44
+ * // filePath: "STRING_VALUE", // required
45
+ * // },
46
+ * // };
47
+ *
38
48
  * ```
39
49
  *
40
50
  * @param CreateServiceSyncConfigCommandInput - {@link CreateServiceSyncConfigCommandInput}
@@ -62,6 +72,8 @@ export interface CreateServiceSyncConfigCommandOutput extends CreateServiceSyncC
62
72
  * @throws {@link ValidationException} (client fault)
63
73
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
64
74
  *
75
+ * @throws {@link ProtonServiceException}
76
+ * <p>Base exception class for all service exceptions from Proton service.</p>
65
77
  *
66
78
  */
67
79
  export declare class CreateServiceSyncConfigCommand extends $Command<CreateServiceSyncConfigCommandInput, CreateServiceSyncConfigCommandOutput, ProtonClientResolvedConfig> {
@@ -46,6 +46,20 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
46
46
  * };
47
47
  * const command = new CreateServiceTemplateCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateServiceTemplateOutput
50
+ * // serviceTemplate: { // ServiceTemplate
51
+ * // name: "STRING_VALUE", // required
52
+ * // arn: "STRING_VALUE", // required
53
+ * // createdAt: new Date("TIMESTAMP"), // required
54
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
55
+ * // displayName: "STRING_VALUE",
56
+ * // description: "STRING_VALUE",
57
+ * // recommendedVersion: "STRING_VALUE",
58
+ * // encryptionKey: "STRING_VALUE",
59
+ * // pipelineProvisioning: "STRING_VALUE",
60
+ * // },
61
+ * // };
62
+ *
49
63
  * ```
50
64
  *
51
65
  * @param CreateServiceTemplateCommandInput - {@link CreateServiceTemplateCommandInput}
@@ -73,6 +87,8 @@ export interface CreateServiceTemplateCommandOutput extends CreateServiceTemplat
73
87
  * @throws {@link ValidationException} (client fault)
74
88
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
75
89
  *
90
+ * @throws {@link ProtonServiceException}
91
+ * <p>Base exception class for all service exceptions from Proton service.</p>
76
92
  *
77
93
  */
78
94
  export declare class CreateServiceTemplateCommand extends $Command<CreateServiceTemplateCommandInput, CreateServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
@@ -57,6 +57,31 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
57
57
  * };
58
58
  * const command = new CreateServiceTemplateVersionCommand(input);
59
59
  * const response = await client.send(command);
60
+ * // { // CreateServiceTemplateVersionOutput
61
+ * // serviceTemplateVersion: { // ServiceTemplateVersion
62
+ * // templateName: "STRING_VALUE", // required
63
+ * // majorVersion: "STRING_VALUE", // required
64
+ * // minorVersion: "STRING_VALUE", // required
65
+ * // recommendedMinorVersion: "STRING_VALUE",
66
+ * // status: "STRING_VALUE", // required
67
+ * // statusMessage: "STRING_VALUE",
68
+ * // description: "STRING_VALUE",
69
+ * // arn: "STRING_VALUE", // required
70
+ * // createdAt: new Date("TIMESTAMP"), // required
71
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
72
+ * // compatibleEnvironmentTemplates: [ // CompatibleEnvironmentTemplateList // required
73
+ * // { // CompatibleEnvironmentTemplate
74
+ * // templateName: "STRING_VALUE", // required
75
+ * // majorVersion: "STRING_VALUE", // required
76
+ * // },
77
+ * // ],
78
+ * // schema: "STRING_VALUE",
79
+ * // supportedComponentSources: [ // ServiceTemplateSupportedComponentSourceInputList
80
+ * // "STRING_VALUE",
81
+ * // ],
82
+ * // },
83
+ * // };
84
+ *
60
85
  * ```
61
86
  *
62
87
  * @param CreateServiceTemplateVersionCommandInput - {@link CreateServiceTemplateVersionCommandInput}
@@ -87,6 +112,8 @@ export interface CreateServiceTemplateVersionCommandOutput extends CreateService
87
112
  * @throws {@link ValidationException} (client fault)
88
113
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
89
114
  *
115
+ * @throws {@link ProtonServiceException}
116
+ * <p>Base exception class for all service exceptions from Proton service.</p>
90
117
  *
91
118
  */
92
119
  export declare class CreateServiceTemplateVersionCommand extends $Command<CreateServiceTemplateVersionCommandInput, CreateServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
@@ -43,6 +43,17 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
43
43
  * };
44
44
  * const command = new CreateTemplateSyncConfigCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // CreateTemplateSyncConfigOutput
47
+ * // templateSyncConfig: { // TemplateSyncConfig
48
+ * // templateName: "STRING_VALUE", // required
49
+ * // templateType: "STRING_VALUE", // required
50
+ * // repositoryProvider: "STRING_VALUE", // required
51
+ * // repositoryName: "STRING_VALUE", // required
52
+ * // branch: "STRING_VALUE", // required
53
+ * // subdirectory: "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
46
57
  * ```
47
58
  *
48
59
  * @param CreateTemplateSyncConfigCommandInput - {@link CreateTemplateSyncConfigCommandInput}
@@ -70,6 +81,8 @@ export interface CreateTemplateSyncConfigCommandOutput extends CreateTemplateSyn
70
81
  * @throws {@link ValidationException} (client fault)
71
82
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
72
83
  *
84
+ * @throws {@link ProtonServiceException}
85
+ * <p>Base exception class for all service exceptions from Proton service.</p>
73
86
  *
74
87
  */
75
88
  export declare class CreateTemplateSyncConfigCommand extends $Command<CreateTemplateSyncConfigCommandInput, CreateTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
@@ -34,6 +34,25 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
34
34
  * };
35
35
  * const command = new DeleteComponentCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteComponentOutput
38
+ * // component: { // Component
39
+ * // name: "STRING_VALUE", // required
40
+ * // description: "STRING_VALUE",
41
+ * // arn: "STRING_VALUE", // required
42
+ * // environmentName: "STRING_VALUE", // required
43
+ * // serviceName: "STRING_VALUE",
44
+ * // serviceInstanceName: "STRING_VALUE",
45
+ * // createdAt: new Date("TIMESTAMP"), // required
46
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
47
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"),
48
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"),
49
+ * // deploymentStatus: "STRING_VALUE", // required
50
+ * // deploymentStatusMessage: "STRING_VALUE",
51
+ * // serviceSpec: "STRING_VALUE",
52
+ * // lastClientRequestToken: "STRING_VALUE",
53
+ * // },
54
+ * // };
55
+ *
37
56
  * ```
38
57
  *
39
58
  * @param DeleteComponentCommandInput - {@link DeleteComponentCommandInput}
@@ -60,6 +79,8 @@ export interface DeleteComponentCommandOutput extends DeleteComponentOutput, __M
60
79
  * @throws {@link ValidationException} (client fault)
61
80
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
62
81
  *
82
+ * @throws {@link ProtonServiceException}
83
+ * <p>Base exception class for all service exceptions from Proton service.</p>
63
84
  *
64
85
  */
65
86
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ProtonClientResolvedConfig> {