@aws-sdk/client-proton 3.325.0 → 3.326.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 +3 -3
@@ -36,6 +36,22 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
36
36
  * };
37
37
  * const command = new DeleteEnvironmentAccountConnectionCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // DeleteEnvironmentAccountConnectionOutput
40
+ * // environmentAccountConnection: { // EnvironmentAccountConnection
41
+ * // id: "STRING_VALUE", // required
42
+ * // arn: "STRING_VALUE", // required
43
+ * // managementAccountId: "STRING_VALUE", // required
44
+ * // environmentAccountId: "STRING_VALUE", // required
45
+ * // roleArn: "STRING_VALUE", // required
46
+ * // environmentName: "STRING_VALUE", // required
47
+ * // requestedAt: new Date("TIMESTAMP"), // required
48
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
49
+ * // status: "STRING_VALUE", // required
50
+ * // componentRoleArn: "STRING_VALUE",
51
+ * // codebuildRoleArn: "STRING_VALUE",
52
+ * // },
53
+ * // };
54
+ *
39
55
  * ```
40
56
  *
41
57
  * @param DeleteEnvironmentAccountConnectionCommandInput - {@link DeleteEnvironmentAccountConnectionCommandInput}
@@ -62,6 +78,8 @@ export interface DeleteEnvironmentAccountConnectionCommandOutput extends DeleteE
62
78
  * @throws {@link ValidationException} (client fault)
63
79
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
64
80
  *
81
+ * @throws {@link ProtonServiceException}
82
+ * <p>Base exception class for all service exceptions from Proton service.</p>
65
83
  *
66
84
  */
67
85
  export declare class DeleteEnvironmentAccountConnectionCommand extends $Command<DeleteEnvironmentAccountConnectionCommandInput, DeleteEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
@@ -31,6 +31,35 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
31
31
  * };
32
32
  * const command = new DeleteEnvironmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteEnvironmentOutput
35
+ * // environment: { // Environment
36
+ * // name: "STRING_VALUE", // required
37
+ * // description: "STRING_VALUE",
38
+ * // createdAt: new Date("TIMESTAMP"), // required
39
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
40
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
41
+ * // arn: "STRING_VALUE", // required
42
+ * // templateName: "STRING_VALUE", // required
43
+ * // templateMajorVersion: "STRING_VALUE", // required
44
+ * // templateMinorVersion: "STRING_VALUE", // required
45
+ * // deploymentStatus: "STRING_VALUE", // required
46
+ * // deploymentStatusMessage: "STRING_VALUE",
47
+ * // protonServiceRoleArn: "STRING_VALUE",
48
+ * // environmentAccountConnectionId: "STRING_VALUE",
49
+ * // environmentAccountId: "STRING_VALUE",
50
+ * // spec: "STRING_VALUE",
51
+ * // provisioning: "STRING_VALUE",
52
+ * // provisioningRepository: { // RepositoryBranch
53
+ * // arn: "STRING_VALUE", // required
54
+ * // provider: "STRING_VALUE", // required
55
+ * // name: "STRING_VALUE", // required
56
+ * // branch: "STRING_VALUE", // required
57
+ * // },
58
+ * // componentRoleArn: "STRING_VALUE",
59
+ * // codebuildRoleArn: "STRING_VALUE",
60
+ * // },
61
+ * // };
62
+ *
34
63
  * ```
35
64
  *
36
65
  * @param DeleteEnvironmentCommandInput - {@link DeleteEnvironmentCommandInput}
@@ -57,6 +86,8 @@ export interface DeleteEnvironmentCommandOutput extends DeleteEnvironmentOutput,
57
86
  * @throws {@link ValidationException} (client fault)
58
87
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
59
88
  *
89
+ * @throws {@link ProtonServiceException}
90
+ * <p>Base exception class for all service exceptions from Proton service.</p>
60
91
  *
61
92
  */
62
93
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, ProtonClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
31
31
  * };
32
32
  * const command = new DeleteEnvironmentTemplateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteEnvironmentTemplateOutput
35
+ * // environmentTemplate: { // EnvironmentTemplate
36
+ * // name: "STRING_VALUE", // required
37
+ * // arn: "STRING_VALUE", // required
38
+ * // createdAt: new Date("TIMESTAMP"), // required
39
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
40
+ * // displayName: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // recommendedVersion: "STRING_VALUE",
43
+ * // encryptionKey: "STRING_VALUE",
44
+ * // provisioning: "STRING_VALUE",
45
+ * // },
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param DeleteEnvironmentTemplateCommandInput - {@link DeleteEnvironmentTemplateCommandInput}
@@ -57,6 +71,8 @@ export interface DeleteEnvironmentTemplateCommandOutput extends DeleteEnvironmen
57
71
  * @throws {@link ValidationException} (client fault)
58
72
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
59
73
  *
74
+ * @throws {@link ProtonServiceException}
75
+ * <p>Base exception class for all service exceptions from Proton service.</p>
60
76
  *
61
77
  */
62
78
  export declare class DeleteEnvironmentTemplateCommand extends $Command<DeleteEnvironmentTemplateCommandInput, DeleteEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
@@ -38,6 +38,22 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
38
38
  * };
39
39
  * const command = new DeleteEnvironmentTemplateVersionCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DeleteEnvironmentTemplateVersionOutput
42
+ * // environmentTemplateVersion: { // EnvironmentTemplateVersion
43
+ * // templateName: "STRING_VALUE", // required
44
+ * // majorVersion: "STRING_VALUE", // required
45
+ * // minorVersion: "STRING_VALUE", // required
46
+ * // recommendedMinorVersion: "STRING_VALUE",
47
+ * // status: "STRING_VALUE", // required
48
+ * // statusMessage: "STRING_VALUE",
49
+ * // description: "STRING_VALUE",
50
+ * // arn: "STRING_VALUE", // required
51
+ * // createdAt: new Date("TIMESTAMP"), // required
52
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
53
+ * // schema: "STRING_VALUE",
54
+ * // },
55
+ * // };
56
+ *
41
57
  * ```
42
58
  *
43
59
  * @param DeleteEnvironmentTemplateVersionCommandInput - {@link DeleteEnvironmentTemplateVersionCommandInput}
@@ -64,6 +80,8 @@ export interface DeleteEnvironmentTemplateVersionCommandOutput extends DeleteEnv
64
80
  * @throws {@link ValidationException} (client fault)
65
81
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
66
82
  *
83
+ * @throws {@link ProtonServiceException}
84
+ * <p>Base exception class for all service exceptions from Proton service.</p>
67
85
  *
68
86
  */
69
87
  export declare class DeleteEnvironmentTemplateVersionCommand extends $Command<DeleteEnvironmentTemplateVersionCommandInput, DeleteEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
32
32
  * };
33
33
  * const command = new DeleteRepositoryCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteRepositoryOutput
36
+ * // repository: { // Repository
37
+ * // arn: "STRING_VALUE", // required
38
+ * // provider: "STRING_VALUE", // required
39
+ * // name: "STRING_VALUE", // required
40
+ * // connectionArn: "STRING_VALUE", // required
41
+ * // encryptionKey: "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param DeleteRepositoryCommandInput - {@link DeleteRepositoryCommandInput}
@@ -58,6 +68,8 @@ export interface DeleteRepositoryCommandOutput extends DeleteRepositoryOutput, _
58
68
  * @throws {@link ValidationException} (client fault)
59
69
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
60
70
  *
71
+ * @throws {@link ProtonServiceException}
72
+ * <p>Base exception class for all service exceptions from Proton service.</p>
61
73
  *
62
74
  */
63
75
  export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ProtonClientResolvedConfig> {
@@ -38,6 +38,35 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
38
38
  * };
39
39
  * const command = new DeleteServiceCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DeleteServiceOutput
42
+ * // service: { // Service
43
+ * // name: "STRING_VALUE", // required
44
+ * // description: "STRING_VALUE",
45
+ * // arn: "STRING_VALUE", // required
46
+ * // templateName: "STRING_VALUE", // required
47
+ * // createdAt: new Date("TIMESTAMP"), // required
48
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
49
+ * // status: "STRING_VALUE", // required
50
+ * // statusMessage: "STRING_VALUE",
51
+ * // spec: "STRING_VALUE", // required
52
+ * // pipeline: { // ServicePipeline
53
+ * // arn: "STRING_VALUE", // required
54
+ * // createdAt: new Date("TIMESTAMP"), // required
55
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
56
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // 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
+ * // spec: "STRING_VALUE",
63
+ * // },
64
+ * // repositoryConnectionArn: "STRING_VALUE",
65
+ * // repositoryId: "STRING_VALUE",
66
+ * // branchName: "STRING_VALUE",
67
+ * // },
68
+ * // };
69
+ *
41
70
  * ```
42
71
  *
43
72
  * @param DeleteServiceCommandInput - {@link DeleteServiceCommandInput}
@@ -64,6 +93,8 @@ export interface DeleteServiceCommandOutput extends DeleteServiceOutput, __Metad
64
93
  * @throws {@link ValidationException} (client fault)
65
94
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
66
95
  *
96
+ * @throws {@link ProtonServiceException}
97
+ * <p>Base exception class for all service exceptions from Proton service.</p>
67
98
  *
68
99
  */
69
100
  export declare class DeleteServiceCommand extends $Command<DeleteServiceCommandInput, DeleteServiceCommandOutput, ProtonClientResolvedConfig> {
@@ -31,6 +31,16 @@ export interface DeleteServiceSyncConfigCommandOutput extends DeleteServiceSyncC
31
31
  * };
32
32
  * const command = new DeleteServiceSyncConfigCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DeleteServiceSyncConfigOutput
35
+ * // serviceSyncConfig: { // ServiceSyncConfig
36
+ * // serviceName: "STRING_VALUE", // required
37
+ * // repositoryProvider: "STRING_VALUE", // required
38
+ * // repositoryName: "STRING_VALUE", // required
39
+ * // branch: "STRING_VALUE", // required
40
+ * // filePath: "STRING_VALUE", // required
41
+ * // },
42
+ * // };
43
+ *
34
44
  * ```
35
45
  *
36
46
  * @param DeleteServiceSyncConfigCommandInput - {@link DeleteServiceSyncConfigCommandInput}
@@ -57,6 +67,8 @@ export interface DeleteServiceSyncConfigCommandOutput extends DeleteServiceSyncC
57
67
  * @throws {@link ValidationException} (client fault)
58
68
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
59
69
  *
70
+ * @throws {@link ProtonServiceException}
71
+ * <p>Base exception class for all service exceptions from Proton service.</p>
60
72
  *
61
73
  */
62
74
  export declare class DeleteServiceSyncConfigCommand extends $Command<DeleteServiceSyncConfigCommandInput, DeleteServiceSyncConfigCommandOutput, ProtonClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
32
32
  * };
33
33
  * const command = new DeleteServiceTemplateCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteServiceTemplateOutput
36
+ * // serviceTemplate: { // ServiceTemplate
37
+ * // name: "STRING_VALUE", // required
38
+ * // arn: "STRING_VALUE", // required
39
+ * // createdAt: new Date("TIMESTAMP"), // required
40
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
41
+ * // displayName: "STRING_VALUE",
42
+ * // description: "STRING_VALUE",
43
+ * // recommendedVersion: "STRING_VALUE",
44
+ * // encryptionKey: "STRING_VALUE",
45
+ * // pipelineProvisioning: "STRING_VALUE",
46
+ * // },
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param DeleteServiceTemplateCommandInput - {@link DeleteServiceTemplateCommandInput}
@@ -58,6 +72,8 @@ export interface DeleteServiceTemplateCommandOutput extends DeleteServiceTemplat
58
72
  * @throws {@link ValidationException} (client fault)
59
73
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
60
74
  *
75
+ * @throws {@link ProtonServiceException}
76
+ * <p>Base exception class for all service exceptions from Proton service.</p>
61
77
  *
62
78
  */
63
79
  export declare class DeleteServiceTemplateCommand extends $Command<DeleteServiceTemplateCommandInput, DeleteServiceTemplateCommandOutput, ProtonClientResolvedConfig> {
@@ -41,6 +41,31 @@ export interface DeleteServiceTemplateVersionCommandOutput extends DeleteService
41
41
  * };
42
42
  * const command = new DeleteServiceTemplateVersionCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // DeleteServiceTemplateVersionOutput
45
+ * // serviceTemplateVersion: { // ServiceTemplateVersion
46
+ * // templateName: "STRING_VALUE", // required
47
+ * // majorVersion: "STRING_VALUE", // required
48
+ * // minorVersion: "STRING_VALUE", // required
49
+ * // recommendedMinorVersion: "STRING_VALUE",
50
+ * // status: "STRING_VALUE", // required
51
+ * // statusMessage: "STRING_VALUE",
52
+ * // description: "STRING_VALUE",
53
+ * // arn: "STRING_VALUE", // required
54
+ * // createdAt: new Date("TIMESTAMP"), // required
55
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
56
+ * // compatibleEnvironmentTemplates: [ // CompatibleEnvironmentTemplateList // required
57
+ * // { // CompatibleEnvironmentTemplate
58
+ * // templateName: "STRING_VALUE", // required
59
+ * // majorVersion: "STRING_VALUE", // required
60
+ * // },
61
+ * // ],
62
+ * // schema: "STRING_VALUE",
63
+ * // supportedComponentSources: [ // ServiceTemplateSupportedComponentSourceInputList
64
+ * // "STRING_VALUE",
65
+ * // ],
66
+ * // },
67
+ * // };
68
+ *
44
69
  * ```
45
70
  *
46
71
  * @param DeleteServiceTemplateVersionCommandInput - {@link DeleteServiceTemplateVersionCommandInput}
@@ -67,6 +92,8 @@ export interface DeleteServiceTemplateVersionCommandOutput extends DeleteService
67
92
  * @throws {@link ValidationException} (client fault)
68
93
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
69
94
  *
95
+ * @throws {@link ProtonServiceException}
96
+ * <p>Base exception class for all service exceptions from Proton service.</p>
70
97
  *
71
98
  */
72
99
  export declare class DeleteServiceTemplateVersionCommand extends $Command<DeleteServiceTemplateVersionCommandInput, DeleteServiceTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyn
32
32
  * };
33
33
  * const command = new DeleteTemplateSyncConfigCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteTemplateSyncConfigOutput
36
+ * // templateSyncConfig: { // TemplateSyncConfig
37
+ * // templateName: "STRING_VALUE", // required
38
+ * // templateType: "STRING_VALUE", // required
39
+ * // repositoryProvider: "STRING_VALUE", // required
40
+ * // repositoryName: "STRING_VALUE", // required
41
+ * // branch: "STRING_VALUE", // required
42
+ * // subdirectory: "STRING_VALUE",
43
+ * // },
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param DeleteTemplateSyncConfigCommandInput - {@link DeleteTemplateSyncConfigCommandInput}
@@ -58,6 +69,8 @@ export interface DeleteTemplateSyncConfigCommandOutput extends DeleteTemplateSyn
58
69
  * @throws {@link ValidationException} (client fault)
59
70
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
60
71
  *
72
+ * @throws {@link ProtonServiceException}
73
+ * <p>Base exception class for all service exceptions from Proton service.</p>
61
74
  *
62
75
  */
63
76
  export declare class DeleteTemplateSyncConfigCommand extends $Command<DeleteTemplateSyncConfigCommandInput, DeleteTemplateSyncConfigCommandOutput, ProtonClientResolvedConfig> {
@@ -29,6 +29,19 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutpu
29
29
  * const input = {};
30
30
  * const command = new GetAccountSettingsCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetAccountSettingsOutput
33
+ * // accountSettings: { // AccountSettings
34
+ * // pipelineServiceRoleArn: "STRING_VALUE",
35
+ * // pipelineProvisioningRepository: { // RepositoryBranch
36
+ * // arn: "STRING_VALUE", // required
37
+ * // provider: "STRING_VALUE", // required
38
+ * // name: "STRING_VALUE", // required
39
+ * // branch: "STRING_VALUE", // required
40
+ * // },
41
+ * // pipelineCodebuildRoleArn: "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
32
45
  * ```
33
46
  *
34
47
  * @param GetAccountSettingsCommandInput - {@link GetAccountSettingsCommandInput}
@@ -52,6 +65,8 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsOutpu
52
65
  * @throws {@link ValidationException} (client fault)
53
66
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
54
67
  *
68
+ * @throws {@link ProtonServiceException}
69
+ * <p>Base exception class for all service exceptions from Proton service.</p>
55
70
  *
56
71
  */
57
72
  export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, ProtonClientResolvedConfig> {
@@ -34,6 +34,25 @@ export interface GetComponentCommandOutput extends GetComponentOutput, __Metadat
34
34
  * };
35
35
  * const command = new GetComponentCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetComponentOutput
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 GetComponentCommandInput - {@link GetComponentCommandInput}
@@ -57,6 +76,8 @@ export interface GetComponentCommandOutput extends GetComponentOutput, __Metadat
57
76
  * @throws {@link ValidationException} (client fault)
58
77
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
59
78
  *
79
+ * @throws {@link ProtonServiceException}
80
+ * <p>Base exception class for all service exceptions from Proton service.</p>
60
81
  *
61
82
  */
62
83
  export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ProtonClientResolvedConfig> {
@@ -33,6 +33,22 @@ export interface GetEnvironmentAccountConnectionCommandOutput extends GetEnviron
33
33
  * };
34
34
  * const command = new GetEnvironmentAccountConnectionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetEnvironmentAccountConnectionOutput
37
+ * // environmentAccountConnection: { // EnvironmentAccountConnection
38
+ * // id: "STRING_VALUE", // required
39
+ * // arn: "STRING_VALUE", // required
40
+ * // managementAccountId: "STRING_VALUE", // required
41
+ * // environmentAccountId: "STRING_VALUE", // required
42
+ * // roleArn: "STRING_VALUE", // required
43
+ * // environmentName: "STRING_VALUE", // required
44
+ * // requestedAt: new Date("TIMESTAMP"), // required
45
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
46
+ * // status: "STRING_VALUE", // required
47
+ * // componentRoleArn: "STRING_VALUE",
48
+ * // codebuildRoleArn: "STRING_VALUE",
49
+ * // },
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param GetEnvironmentAccountConnectionCommandInput - {@link GetEnvironmentAccountConnectionCommandInput}
@@ -56,6 +72,8 @@ export interface GetEnvironmentAccountConnectionCommandOutput extends GetEnviron
56
72
  * @throws {@link ValidationException} (client fault)
57
73
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
58
74
  *
75
+ * @throws {@link ProtonServiceException}
76
+ * <p>Base exception class for all service exceptions from Proton service.</p>
59
77
  *
60
78
  */
61
79
  export declare class GetEnvironmentAccountConnectionCommand extends $Command<GetEnvironmentAccountConnectionCommandInput, GetEnvironmentAccountConnectionCommandOutput, ProtonClientResolvedConfig> {
@@ -31,6 +31,35 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __Met
31
31
  * };
32
32
  * const command = new GetEnvironmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetEnvironmentOutput
35
+ * // environment: { // Environment
36
+ * // name: "STRING_VALUE", // required
37
+ * // description: "STRING_VALUE",
38
+ * // createdAt: new Date("TIMESTAMP"), // required
39
+ * // lastDeploymentAttemptedAt: new Date("TIMESTAMP"), // required
40
+ * // lastDeploymentSucceededAt: new Date("TIMESTAMP"), // required
41
+ * // arn: "STRING_VALUE", // required
42
+ * // templateName: "STRING_VALUE", // required
43
+ * // templateMajorVersion: "STRING_VALUE", // required
44
+ * // templateMinorVersion: "STRING_VALUE", // required
45
+ * // deploymentStatus: "STRING_VALUE", // required
46
+ * // deploymentStatusMessage: "STRING_VALUE",
47
+ * // protonServiceRoleArn: "STRING_VALUE",
48
+ * // environmentAccountConnectionId: "STRING_VALUE",
49
+ * // environmentAccountId: "STRING_VALUE",
50
+ * // spec: "STRING_VALUE",
51
+ * // provisioning: "STRING_VALUE",
52
+ * // provisioningRepository: { // RepositoryBranch
53
+ * // arn: "STRING_VALUE", // required
54
+ * // provider: "STRING_VALUE", // required
55
+ * // name: "STRING_VALUE", // required
56
+ * // branch: "STRING_VALUE", // required
57
+ * // },
58
+ * // componentRoleArn: "STRING_VALUE",
59
+ * // codebuildRoleArn: "STRING_VALUE",
60
+ * // },
61
+ * // };
62
+ *
34
63
  * ```
35
64
  *
36
65
  * @param GetEnvironmentCommandInput - {@link GetEnvironmentCommandInput}
@@ -54,6 +83,8 @@ export interface GetEnvironmentCommandOutput extends GetEnvironmentOutput, __Met
54
83
  * @throws {@link ValidationException} (client fault)
55
84
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
56
85
  *
86
+ * @throws {@link ProtonServiceException}
87
+ * <p>Base exception class for all service exceptions from Proton service.</p>
57
88
  *
58
89
  */
59
90
  export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, ProtonClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface GetEnvironmentTemplateCommandOutput extends GetEnvironmentTempl
31
31
  * };
32
32
  * const command = new GetEnvironmentTemplateCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetEnvironmentTemplateOutput
35
+ * // environmentTemplate: { // EnvironmentTemplate
36
+ * // name: "STRING_VALUE", // required
37
+ * // arn: "STRING_VALUE", // required
38
+ * // createdAt: new Date("TIMESTAMP"), // required
39
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
40
+ * // displayName: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // recommendedVersion: "STRING_VALUE",
43
+ * // encryptionKey: "STRING_VALUE",
44
+ * // provisioning: "STRING_VALUE",
45
+ * // },
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param GetEnvironmentTemplateCommandInput - {@link GetEnvironmentTemplateCommandInput}
@@ -54,6 +68,8 @@ export interface GetEnvironmentTemplateCommandOutput extends GetEnvironmentTempl
54
68
  * @throws {@link ValidationException} (client fault)
55
69
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
56
70
  *
71
+ * @throws {@link ProtonServiceException}
72
+ * <p>Base exception class for all service exceptions from Proton service.</p>
57
73
  *
58
74
  */
59
75
  export declare class GetEnvironmentTemplateCommand extends $Command<GetEnvironmentTemplateCommandInput, GetEnvironmentTemplateCommandOutput, ProtonClientResolvedConfig> {
@@ -33,6 +33,22 @@ export interface GetEnvironmentTemplateVersionCommandOutput extends GetEnvironme
33
33
  * };
34
34
  * const command = new GetEnvironmentTemplateVersionCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetEnvironmentTemplateVersionOutput
37
+ * // environmentTemplateVersion: { // EnvironmentTemplateVersion
38
+ * // templateName: "STRING_VALUE", // required
39
+ * // majorVersion: "STRING_VALUE", // required
40
+ * // minorVersion: "STRING_VALUE", // required
41
+ * // recommendedMinorVersion: "STRING_VALUE",
42
+ * // status: "STRING_VALUE", // required
43
+ * // statusMessage: "STRING_VALUE",
44
+ * // description: "STRING_VALUE",
45
+ * // arn: "STRING_VALUE", // required
46
+ * // createdAt: new Date("TIMESTAMP"), // required
47
+ * // lastModifiedAt: new Date("TIMESTAMP"), // required
48
+ * // schema: "STRING_VALUE",
49
+ * // },
50
+ * // };
51
+ *
36
52
  * ```
37
53
  *
38
54
  * @param GetEnvironmentTemplateVersionCommandInput - {@link GetEnvironmentTemplateVersionCommandInput}
@@ -56,6 +72,8 @@ export interface GetEnvironmentTemplateVersionCommandOutput extends GetEnvironme
56
72
  * @throws {@link ValidationException} (client fault)
57
73
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
58
74
  *
75
+ * @throws {@link ProtonServiceException}
76
+ * <p>Base exception class for all service exceptions from Proton service.</p>
59
77
  *
60
78
  */
61
79
  export declare class GetEnvironmentTemplateVersionCommand extends $Command<GetEnvironmentTemplateVersionCommandInput, GetEnvironmentTemplateVersionCommandOutput, ProtonClientResolvedConfig> {
@@ -32,6 +32,16 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
32
32
  * };
33
33
  * const command = new GetRepositoryCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetRepositoryOutput
36
+ * // repository: { // Repository
37
+ * // arn: "STRING_VALUE", // required
38
+ * // provider: "STRING_VALUE", // required
39
+ * // name: "STRING_VALUE", // required
40
+ * // connectionArn: "STRING_VALUE", // required
41
+ * // encryptionKey: "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param GetRepositoryCommandInput - {@link GetRepositoryCommandInput}
@@ -55,6 +65,8 @@ export interface GetRepositoryCommandOutput extends GetRepositoryOutput, __Metad
55
65
  * @throws {@link ValidationException} (client fault)
56
66
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
57
67
  *
68
+ * @throws {@link ProtonServiceException}
69
+ * <p>Base exception class for all service exceptions from Proton service.</p>
58
70
  *
59
71
  */
60
72
  export declare class GetRepositoryCommand extends $Command<GetRepositoryCommandInput, GetRepositoryCommandOutput, ProtonClientResolvedConfig> {
@@ -41,6 +41,21 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
41
41
  * };
42
42
  * const command = new GetRepositorySyncStatusCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // GetRepositorySyncStatusOutput
45
+ * // latestSync: { // RepositorySyncAttempt
46
+ * // startedAt: new Date("TIMESTAMP"), // required
47
+ * // status: "STRING_VALUE", // required
48
+ * // events: [ // RepositorySyncEvents // required
49
+ * // { // RepositorySyncEvent
50
+ * // type: "STRING_VALUE", // required
51
+ * // externalId: "STRING_VALUE",
52
+ * // time: new Date("TIMESTAMP"), // required
53
+ * // event: "STRING_VALUE", // required
54
+ * // },
55
+ * // ],
56
+ * // },
57
+ * // };
58
+ *
44
59
  * ```
45
60
  *
46
61
  * @param GetRepositorySyncStatusCommandInput - {@link GetRepositorySyncStatusCommandInput}
@@ -64,6 +79,8 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
64
79
  * @throws {@link ValidationException} (client fault)
65
80
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
66
81
  *
82
+ * @throws {@link ProtonServiceException}
83
+ * <p>Base exception class for all service exceptions from Proton service.</p>
67
84
  *
68
85
  */
69
86
  export declare class GetRepositorySyncStatusCommand extends $Command<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, ProtonClientResolvedConfig> {