@aws-sdk/client-proton 3.296.0 → 3.297.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 (102) hide show
  1. package/dist-types/Proton.d.ts +77 -0
  2. package/dist-types/ProtonClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptEnvironmentAccountConnectionCommand.d.ts +16 -0
  4. package/dist-types/commands/CancelComponentDeploymentCommand.d.ts +16 -0
  5. package/dist-types/commands/CancelEnvironmentDeploymentCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelServiceInstanceDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelServicePipelineDeploymentCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateComponentCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateEnvironmentAccountConnectionCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateEnvironmentTemplateCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateEnvironmentTemplateVersionCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateServiceCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateServiceTemplateCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateServiceTemplateVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTemplateSyncConfigCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteComponentCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteEnvironmentAccountConnectionCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteEnvironmentTemplateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteEnvironmentTemplateVersionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteServiceCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteServiceTemplateCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteServiceTemplateVersionCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteTemplateSyncConfigCommand.d.ts +16 -0
  28. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  29. package/dist-types/commands/GetComponentCommand.d.ts +16 -0
  30. package/dist-types/commands/GetEnvironmentAccountConnectionCommand.d.ts +16 -0
  31. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  32. package/dist-types/commands/GetEnvironmentTemplateCommand.d.ts +16 -0
  33. package/dist-types/commands/GetEnvironmentTemplateVersionCommand.d.ts +16 -0
  34. package/dist-types/commands/GetRepositoryCommand.d.ts +16 -0
  35. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +16 -0
  36. package/dist-types/commands/GetResourcesSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/GetServiceCommand.d.ts +16 -0
  38. package/dist-types/commands/GetServiceInstanceCommand.d.ts +16 -0
  39. package/dist-types/commands/GetServiceTemplateCommand.d.ts +16 -0
  40. package/dist-types/commands/GetServiceTemplateVersionCommand.d.ts +16 -0
  41. package/dist-types/commands/GetTemplateSyncConfigCommand.d.ts +16 -0
  42. package/dist-types/commands/GetTemplateSyncStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/ListComponentOutputsCommand.d.ts +16 -0
  44. package/dist-types/commands/ListComponentProvisionedResourcesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListComponentsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListEnvironmentAccountConnectionsCommand.d.ts +16 -0
  47. package/dist-types/commands/ListEnvironmentOutputsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListEnvironmentProvisionedResourcesCommand.d.ts +16 -0
  49. package/dist-types/commands/ListEnvironmentTemplateVersionsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListEnvironmentTemplatesCommand.d.ts +16 -0
  51. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRepositoriesCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +16 -0
  54. package/dist-types/commands/ListServiceInstanceOutputsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListServiceInstanceProvisionedResourcesCommand.d.ts +16 -0
  56. package/dist-types/commands/ListServiceInstancesCommand.d.ts +16 -0
  57. package/dist-types/commands/ListServicePipelineOutputsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListServicePipelineProvisionedResourcesCommand.d.ts +16 -0
  59. package/dist-types/commands/ListServiceTemplateVersionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListServiceTemplatesCommand.d.ts +16 -0
  61. package/dist-types/commands/ListServicesCommand.d.ts +16 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  63. package/dist-types/commands/NotifyResourceDeploymentStatusChangeCommand.d.ts +16 -0
  64. package/dist-types/commands/RejectEnvironmentAccountConnectionCommand.d.ts +16 -0
  65. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  66. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateComponentCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateEnvironmentAccountConnectionCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateEnvironmentTemplateCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateEnvironmentTemplateVersionCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateServiceCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateServiceInstanceCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateServicePipelineCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateServiceTemplateCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateServiceTemplateVersionCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateTemplateSyncConfigCommand.d.ts +16 -0
  79. package/dist-types/models/ProtonServiceException.d.ts +2 -0
  80. package/dist-types/models/models_0.d.ts +566 -1
  81. package/dist-types/pagination/Interfaces.d.ts +3 -0
  82. package/dist-types/pagination/ListComponentOutputsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/ListComponentProvisionedResourcesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/ListComponentsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListEnvironmentAccountConnectionsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListEnvironmentOutputsPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListEnvironmentProvisionedResourcesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListEnvironmentTemplateVersionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListEnvironmentTemplatesPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRepositoriesPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListRepositorySyncDefinitionsPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListServiceInstanceOutputsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListServiceInstanceProvisionedResourcesPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListServiceInstancesPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListServicePipelineOutputsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListServicePipelineProvisionedResourcesPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListServiceTemplateVersionsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListServiceTemplatesPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListServicesPaginator.d.ts +3 -0
  101. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  102. package/package.json +3 -3
@@ -1,17 +1,24 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ProtonServiceException as __BaseException } from "./ProtonServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface AcceptEnvironmentAccountConnectionInput {
4
7
  /**
5
8
  * <p>The ID of the environment account connection.</p>
6
9
  */
7
10
  id: string | undefined;
8
11
  }
12
+ /**
13
+ * @public
14
+ */
9
15
  export declare enum EnvironmentAccountConnectionStatus {
10
16
  CONNECTED = "CONNECTED",
11
17
  PENDING = "PENDING",
12
18
  REJECTED = "REJECTED"
13
19
  }
14
20
  /**
21
+ * @public
15
22
  * <p>Detailed data of an Proton environment account connection resource.</p>
16
23
  */
17
24
  export interface EnvironmentAccountConnection {
@@ -67,6 +74,9 @@ export interface EnvironmentAccountConnection {
67
74
  */
68
75
  codebuildRoleArn?: string;
69
76
  }
77
+ /**
78
+ * @public
79
+ */
70
80
  export interface AcceptEnvironmentAccountConnectionOutput {
71
81
  /**
72
82
  * <p>The environment account connection data that's returned by Proton.</p>
@@ -74,6 +84,7 @@ export interface AcceptEnvironmentAccountConnectionOutput {
74
84
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
75
85
  }
76
86
  /**
87
+ * @public
77
88
  * <p>There <i>isn't</i> sufficient access for performing this action.</p>
78
89
  */
79
90
  export declare class AccessDeniedException extends __BaseException {
@@ -85,6 +96,7 @@ export declare class AccessDeniedException extends __BaseException {
85
96
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
86
97
  }
87
98
  /**
99
+ * @public
88
100
  * <p>The request <i>couldn't</i> be made due to a conflicting operation or resource.</p>
89
101
  */
90
102
  export declare class ConflictException extends __BaseException {
@@ -96,6 +108,7 @@ export declare class ConflictException extends __BaseException {
96
108
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
97
109
  }
98
110
  /**
111
+ * @public
99
112
  * <p>The request failed to register with the service.</p>
100
113
  */
101
114
  export declare class InternalServerException extends __BaseException {
@@ -108,6 +121,7 @@ export declare class InternalServerException extends __BaseException {
108
121
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
109
122
  }
110
123
  /**
124
+ * @public
111
125
  * <p>The requested resource <i>wasn't</i> found.</p>
112
126
  */
113
127
  export declare class ResourceNotFoundException extends __BaseException {
@@ -119,6 +133,7 @@ export declare class ResourceNotFoundException extends __BaseException {
119
133
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
120
134
  }
121
135
  /**
136
+ * @public
122
137
  * <p>The request was denied due to request throttling.</p>
123
138
  */
124
139
  export declare class ThrottlingException extends __BaseException {
@@ -133,6 +148,7 @@ export declare class ThrottlingException extends __BaseException {
133
148
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
134
149
  }
135
150
  /**
151
+ * @public
136
152
  * <p>The input is invalid or an out-of-range value was supplied for the input parameter.</p>
137
153
  */
138
154
  export declare class ValidationException extends __BaseException {
@@ -143,12 +159,16 @@ export declare class ValidationException extends __BaseException {
143
159
  */
144
160
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
145
161
  }
162
+ /**
163
+ * @public
164
+ */
146
165
  export declare enum RepositoryProvider {
147
166
  BITBUCKET = "BITBUCKET",
148
167
  GITHUB = "GITHUB",
149
168
  GITHUB_ENTERPRISE = "GITHUB_ENTERPRISE"
150
169
  }
151
170
  /**
171
+ * @public
152
172
  * <p>Detail data for a linked repository branch.</p>
153
173
  */
154
174
  export interface RepositoryBranch {
@@ -170,6 +190,7 @@ export interface RepositoryBranch {
170
190
  branch: string | undefined;
171
191
  }
172
192
  /**
193
+ * @public
173
194
  * <p>Proton settings that are used for multiple services in the Amazon Web Services account.</p>
174
195
  */
175
196
  export interface AccountSettings {
@@ -189,8 +210,14 @@ export interface AccountSettings {
189
210
  */
190
211
  pipelineCodebuildRoleArn?: string;
191
212
  }
213
+ /**
214
+ * @public
215
+ */
192
216
  export interface GetAccountSettingsInput {
193
217
  }
218
+ /**
219
+ * @public
220
+ */
194
221
  export interface GetAccountSettingsOutput {
195
222
  /**
196
223
  * <p>The Proton pipeline service role detail data that's returned by Proton.</p>
@@ -198,6 +225,7 @@ export interface GetAccountSettingsOutput {
198
225
  accountSettings?: AccountSettings;
199
226
  }
200
227
  /**
228
+ * @public
201
229
  * <p>Detail input data for a linked repository branch.</p>
202
230
  */
203
231
  export interface RepositoryBranchInput {
@@ -214,6 +242,9 @@ export interface RepositoryBranchInput {
214
242
  */
215
243
  branch: string | undefined;
216
244
  }
245
+ /**
246
+ * @public
247
+ */
217
248
  export interface UpdateAccountSettingsInput {
218
249
  /**
219
250
  * <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton
@@ -240,18 +271,27 @@ export interface UpdateAccountSettingsInput {
240
271
  */
241
272
  pipelineCodebuildRoleArn?: string;
242
273
  }
274
+ /**
275
+ * @public
276
+ */
243
277
  export interface UpdateAccountSettingsOutput {
244
278
  /**
245
279
  * <p>The Proton pipeline service role and repository data shared across the Amazon Web Services account.</p>
246
280
  */
247
281
  accountSettings: AccountSettings | undefined;
248
282
  }
283
+ /**
284
+ * @public
285
+ */
249
286
  export interface CancelComponentDeploymentInput {
250
287
  /**
251
288
  * <p>The name of the component with the deployment to cancel.</p>
252
289
  */
253
290
  componentName: string | undefined;
254
291
  }
292
+ /**
293
+ * @public
294
+ */
255
295
  export declare enum DeploymentStatus {
256
296
  CANCELLED = "CANCELLED",
257
297
  CANCELLING = "CANCELLING",
@@ -263,6 +303,7 @@ export declare enum DeploymentStatus {
263
303
  SUCCEEDED = "SUCCEEDED"
264
304
  }
265
305
  /**
306
+ * @public
266
307
  * <p>Detailed data of an Proton component resource.</p>
267
308
  * <p>For more information about components, see
268
309
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -322,22 +363,32 @@ export interface Component {
322
363
  */
323
364
  serviceSpec?: string;
324
365
  }
366
+ /**
367
+ * @public
368
+ */
325
369
  export interface CancelComponentDeploymentOutput {
326
370
  /**
327
371
  * <p>The detailed data of the component with the deployment that is being canceled.</p>
328
372
  */
329
373
  component: Component | undefined;
330
374
  }
375
+ /**
376
+ * @public
377
+ */
331
378
  export interface CancelEnvironmentDeploymentInput {
332
379
  /**
333
380
  * <p>The name of the environment with the deployment to cancel.</p>
334
381
  */
335
382
  environmentName: string | undefined;
336
383
  }
384
+ /**
385
+ * @public
386
+ */
337
387
  export declare enum Provisioning {
338
388
  CUSTOMER_MANAGED = "CUSTOMER_MANAGED"
339
389
  }
340
390
  /**
391
+ * @public
341
392
  * <p>Detailed data of an Proton environment resource. An Proton environment is a set of resources shared across Proton services.</p>
342
393
  */
343
394
  export interface Environment {
@@ -425,12 +476,18 @@ export interface Environment {
425
476
  */
426
477
  codebuildRoleArn?: string;
427
478
  }
479
+ /**
480
+ * @public
481
+ */
428
482
  export interface CancelEnvironmentDeploymentOutput {
429
483
  /**
430
484
  * <p>The environment summary data that's returned by Proton.</p>
431
485
  */
432
486
  environment: Environment | undefined;
433
487
  }
488
+ /**
489
+ * @public
490
+ */
434
491
  export interface CancelServiceInstanceDeploymentInput {
435
492
  /**
436
493
  * <p>The name of the service instance with the deployment to cancel.</p>
@@ -442,6 +499,7 @@ export interface CancelServiceInstanceDeploymentInput {
442
499
  serviceName: string | undefined;
443
500
  }
444
501
  /**
502
+ * @public
445
503
  * <p>Detailed data of an Proton service instance resource.</p>
446
504
  */
447
505
  export interface ServiceInstance {
@@ -498,12 +556,18 @@ export interface ServiceInstance {
498
556
  */
499
557
  spec?: string;
500
558
  }
559
+ /**
560
+ * @public
561
+ */
501
562
  export interface CancelServiceInstanceDeploymentOutput {
502
563
  /**
503
564
  * <p>The service instance summary data that's returned by Proton.</p>
504
565
  */
505
566
  serviceInstance: ServiceInstance | undefined;
506
567
  }
568
+ /**
569
+ * @public
570
+ */
507
571
  export interface CancelServicePipelineDeploymentInput {
508
572
  /**
509
573
  * <p>The name of the service with the service pipeline deployment to cancel.</p>
@@ -511,6 +575,7 @@ export interface CancelServicePipelineDeploymentInput {
511
575
  serviceName: string | undefined;
512
576
  }
513
577
  /**
578
+ * @public
514
579
  * <p>Detailed data of an Proton service instance pipeline resource.</p>
515
580
  */
516
581
  export interface ServicePipeline {
@@ -555,12 +620,18 @@ export interface ServicePipeline {
555
620
  */
556
621
  spec?: string;
557
622
  }
623
+ /**
624
+ * @public
625
+ */
558
626
  export interface CancelServicePipelineDeploymentOutput {
559
627
  /**
560
628
  * <p>The service pipeline detail data that's returned by Proton.</p>
561
629
  */
562
630
  pipeline: ServicePipeline | undefined;
563
631
  }
632
+ /**
633
+ * @public
634
+ */
564
635
  export interface ListComponentOutputsInput {
565
636
  /**
566
637
  * <p>The name of the component whose outputs you want.</p>
@@ -572,6 +643,7 @@ export interface ListComponentOutputsInput {
572
643
  nextToken?: string;
573
644
  }
574
645
  /**
646
+ * @public
575
647
  * <p>An infrastructure as code defined resource output.</p>
576
648
  */
577
649
  export interface Output {
@@ -584,6 +656,9 @@ export interface Output {
584
656
  */
585
657
  valueString?: string;
586
658
  }
659
+ /**
660
+ * @public
661
+ */
587
662
  export interface ListComponentOutputsOutput {
588
663
  /**
589
664
  * <p>A token that indicates the location of the next output in the array of outputs, after the list of outputs that was previously requested.</p>
@@ -594,6 +669,9 @@ export interface ListComponentOutputsOutput {
594
669
  */
595
670
  outputs: Output[] | undefined;
596
671
  }
672
+ /**
673
+ * @public
674
+ */
597
675
  export interface ListComponentProvisionedResourcesInput {
598
676
  /**
599
677
  * <p>The name of the component whose provisioned resources you want.</p>
@@ -605,11 +683,15 @@ export interface ListComponentProvisionedResourcesInput {
605
683
  */
606
684
  nextToken?: string;
607
685
  }
686
+ /**
687
+ * @public
688
+ */
608
689
  export declare enum ProvisionedResourceEngine {
609
690
  CLOUDFORMATION = "CLOUDFORMATION",
610
691
  TERRAFORM = "TERRAFORM"
611
692
  }
612
693
  /**
694
+ * @public
613
695
  * <p>Detail data for a provisioned resource.</p>
614
696
  */
615
697
  export interface ProvisionedResource {
@@ -628,6 +710,9 @@ export interface ProvisionedResource {
628
710
  */
629
711
  provisioningEngine?: ProvisionedResourceEngine | string;
630
712
  }
713
+ /**
714
+ * @public
715
+ */
631
716
  export interface ListComponentProvisionedResourcesOutput {
632
717
  /**
633
718
  * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
@@ -640,6 +725,7 @@ export interface ListComponentProvisionedResourcesOutput {
640
725
  provisionedResources: ProvisionedResource[] | undefined;
641
726
  }
642
727
  /**
728
+ * @public
643
729
  * <p>A description of a resource tag.</p>
644
730
  */
645
731
  export interface Tag {
@@ -652,6 +738,9 @@ export interface Tag {
652
738
  */
653
739
  value: string | undefined;
654
740
  }
741
+ /**
742
+ * @public
743
+ */
655
744
  export interface CreateComponentInput {
656
745
  /**
657
746
  * <p>The customer-provided name of the component.</p>
@@ -700,6 +789,9 @@ export interface CreateComponentInput {
700
789
  */
701
790
  tags?: Tag[];
702
791
  }
792
+ /**
793
+ * @public
794
+ */
703
795
  export interface CreateComponentOutput {
704
796
  /**
705
797
  * <p>The detailed data of the created component.</p>
@@ -707,6 +799,7 @@ export interface CreateComponentOutput {
707
799
  component: Component | undefined;
708
800
  }
709
801
  /**
802
+ * @public
710
803
  * <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
711
804
  * the <i>Proton User Guide</i>.</p>
712
805
  */
@@ -718,30 +811,45 @@ export declare class ServiceQuotaExceededException extends __BaseException {
718
811
  */
719
812
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
720
813
  }
814
+ /**
815
+ * @public
816
+ */
721
817
  export interface DeleteComponentInput {
722
818
  /**
723
819
  * <p>The name of the component to delete.</p>
724
820
  */
725
821
  name: string | undefined;
726
822
  }
823
+ /**
824
+ * @public
825
+ */
727
826
  export interface DeleteComponentOutput {
728
827
  /**
729
828
  * <p>The detailed data of the component being deleted.</p>
730
829
  */
731
830
  component?: Component;
732
831
  }
832
+ /**
833
+ * @public
834
+ */
733
835
  export interface GetComponentInput {
734
836
  /**
735
837
  * <p>The name of the component that you want to get the detailed data for.</p>
736
838
  */
737
839
  name: string | undefined;
738
840
  }
841
+ /**
842
+ * @public
843
+ */
739
844
  export interface GetComponentOutput {
740
845
  /**
741
846
  * <p>The detailed data of the requested component.</p>
742
847
  */
743
848
  component?: Component;
744
849
  }
850
+ /**
851
+ * @public
852
+ */
745
853
  export interface ListComponentsInput {
746
854
  /**
747
855
  * <p>A token that indicates the location of the next component in the array of components, after the list of components that was previously
@@ -767,6 +875,7 @@ export interface ListComponentsInput {
767
875
  maxResults?: number;
768
876
  }
769
877
  /**
878
+ * @public
770
879
  * <p>Summary data of an Proton component resource.</p>
771
880
  * <p>For more information about components, see
772
881
  * <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton components</a> in the
@@ -818,6 +927,9 @@ export interface ComponentSummary {
818
927
  */
819
928
  deploymentStatusMessage?: string;
820
929
  }
930
+ /**
931
+ * @public
932
+ */
821
933
  export interface ListComponentsOutput {
822
934
  /**
823
935
  * <p>A token that indicates the location of the next component in the array of components, after the current requested list of components.</p>
@@ -828,10 +940,16 @@ export interface ListComponentsOutput {
828
940
  */
829
941
  components: ComponentSummary[] | undefined;
830
942
  }
943
+ /**
944
+ * @public
945
+ */
831
946
  export declare enum ComponentDeploymentUpdateType {
832
947
  CURRENT_VERSION = "CURRENT_VERSION",
833
948
  NONE = "NONE"
834
949
  }
950
+ /**
951
+ * @public
952
+ */
835
953
  export interface UpdateComponentInput {
836
954
  /**
837
955
  * <p>The name of the component to update.</p>
@@ -888,12 +1006,18 @@ export interface UpdateComponentInput {
888
1006
  */
889
1007
  templateFile?: string;
890
1008
  }
1009
+ /**
1010
+ * @public
1011
+ */
891
1012
  export interface UpdateComponentOutput {
892
1013
  /**
893
1014
  * <p>The detailed data of the updated component.</p>
894
1015
  */
895
1016
  component: Component | undefined;
896
1017
  }
1018
+ /**
1019
+ * @public
1020
+ */
897
1021
  export interface CreateEnvironmentAccountConnectionInput {
898
1022
  /**
899
1023
  * <p>When included, if two identical requests are made with the same client token, Proton returns the environment account connection that the first
@@ -937,40 +1061,61 @@ export interface CreateEnvironmentAccountConnectionInput {
937
1061
  */
938
1062
  codebuildRoleArn?: string;
939
1063
  }
1064
+ /**
1065
+ * @public
1066
+ */
940
1067
  export interface CreateEnvironmentAccountConnectionOutput {
941
1068
  /**
942
1069
  * <p>The environment account connection detail data that's returned by Proton.</p>
943
1070
  */
944
1071
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
945
1072
  }
1073
+ /**
1074
+ * @public
1075
+ */
946
1076
  export interface DeleteEnvironmentAccountConnectionInput {
947
1077
  /**
948
1078
  * <p>The ID of the environment account connection to delete.</p>
949
1079
  */
950
1080
  id: string | undefined;
951
1081
  }
1082
+ /**
1083
+ * @public
1084
+ */
952
1085
  export interface DeleteEnvironmentAccountConnectionOutput {
953
1086
  /**
954
1087
  * <p>The detailed data of the environment account connection being deleted.</p>
955
1088
  */
956
1089
  environmentAccountConnection?: EnvironmentAccountConnection;
957
1090
  }
1091
+ /**
1092
+ * @public
1093
+ */
958
1094
  export interface GetEnvironmentAccountConnectionInput {
959
1095
  /**
960
1096
  * <p>The ID of the environment account connection that you want to get the detailed data for.</p>
961
1097
  */
962
1098
  id: string | undefined;
963
1099
  }
1100
+ /**
1101
+ * @public
1102
+ */
964
1103
  export interface GetEnvironmentAccountConnectionOutput {
965
1104
  /**
966
1105
  * <p>The detailed data of the requested environment account connection.</p>
967
1106
  */
968
1107
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
969
1108
  }
1109
+ /**
1110
+ * @public
1111
+ */
970
1112
  export declare enum EnvironmentAccountConnectionRequesterAccountType {
971
1113
  ENVIRONMENT_ACCOUNT = "ENVIRONMENT_ACCOUNT",
972
1114
  MANAGEMENT_ACCOUNT = "MANAGEMENT_ACCOUNT"
973
1115
  }
1116
+ /**
1117
+ * @public
1118
+ */
974
1119
  export interface ListEnvironmentAccountConnectionsInput {
975
1120
  /**
976
1121
  * <p>The type of account making the <code>ListEnvironmentAccountConnections</code> request.</p>
@@ -995,6 +1140,7 @@ export interface ListEnvironmentAccountConnectionsInput {
995
1140
  maxResults?: number;
996
1141
  }
997
1142
  /**
1143
+ * @public
998
1144
  * <p>Summary data of an Proton environment account connection resource.</p>
999
1145
  */
1000
1146
  export interface EnvironmentAccountConnectionSummary {
@@ -1045,6 +1191,9 @@ export interface EnvironmentAccountConnectionSummary {
1045
1191
  */
1046
1192
  componentRoleArn?: string;
1047
1193
  }
1194
+ /**
1195
+ * @public
1196
+ */
1048
1197
  export interface ListEnvironmentAccountConnectionsOutput {
1049
1198
  /**
1050
1199
  * <p>An array of environment account connections with details that's returned by Proton. </p>
@@ -1056,18 +1205,27 @@ export interface ListEnvironmentAccountConnectionsOutput {
1056
1205
  */
1057
1206
  nextToken?: string;
1058
1207
  }
1208
+ /**
1209
+ * @public
1210
+ */
1059
1211
  export interface RejectEnvironmentAccountConnectionInput {
1060
1212
  /**
1061
1213
  * <p>The ID of the environment account connection to reject.</p>
1062
1214
  */
1063
1215
  id: string | undefined;
1064
1216
  }
1217
+ /**
1218
+ * @public
1219
+ */
1065
1220
  export interface RejectEnvironmentAccountConnectionOutput {
1066
1221
  /**
1067
1222
  * <p>The environment connection account detail data that's returned by Proton.</p>
1068
1223
  */
1069
1224
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
1070
1225
  }
1226
+ /**
1227
+ * @public
1228
+ */
1071
1229
  export interface UpdateEnvironmentAccountConnectionInput {
1072
1230
  /**
1073
1231
  * <p>The ID of the environment account connection to update.</p>
@@ -1093,12 +1251,18 @@ export interface UpdateEnvironmentAccountConnectionInput {
1093
1251
  */
1094
1252
  codebuildRoleArn?: string;
1095
1253
  }
1254
+ /**
1255
+ * @public
1256
+ */
1096
1257
  export interface UpdateEnvironmentAccountConnectionOutput {
1097
1258
  /**
1098
1259
  * <p>The environment account connection detail data that's returned by Proton.</p>
1099
1260
  */
1100
1261
  environmentAccountConnection: EnvironmentAccountConnection | undefined;
1101
1262
  }
1263
+ /**
1264
+ * @public
1265
+ */
1102
1266
  export interface ListEnvironmentOutputsInput {
1103
1267
  /**
1104
1268
  * <p>The environment name.</p>
@@ -1110,6 +1274,9 @@ export interface ListEnvironmentOutputsInput {
1110
1274
  */
1111
1275
  nextToken?: string;
1112
1276
  }
1277
+ /**
1278
+ * @public
1279
+ */
1113
1280
  export interface ListEnvironmentOutputsOutput {
1114
1281
  /**
1115
1282
  * <p>A token that indicates the location of the next environment output in the array of environment outputs, after the current requested list of
@@ -1121,6 +1288,9 @@ export interface ListEnvironmentOutputsOutput {
1121
1288
  */
1122
1289
  outputs: Output[] | undefined;
1123
1290
  }
1291
+ /**
1292
+ * @public
1293
+ */
1124
1294
  export interface ListEnvironmentProvisionedResourcesInput {
1125
1295
  /**
1126
1296
  * <p>The environment name.</p>
@@ -1132,6 +1302,9 @@ export interface ListEnvironmentProvisionedResourcesInput {
1132
1302
  */
1133
1303
  nextToken?: string;
1134
1304
  }
1305
+ /**
1306
+ * @public
1307
+ */
1135
1308
  export interface ListEnvironmentProvisionedResourcesOutput {
1136
1309
  /**
1137
1310
  * <p>A token that indicates the location of the next environment provisioned resource in the array of provisioned resources, after the current requested
@@ -1143,6 +1316,9 @@ export interface ListEnvironmentProvisionedResourcesOutput {
1143
1316
  */
1144
1317
  provisionedResources: ProvisionedResource[] | undefined;
1145
1318
  }
1319
+ /**
1320
+ * @public
1321
+ */
1146
1322
  export interface CreateEnvironmentInput {
1147
1323
  /**
1148
1324
  * <p>The name of the environment.</p>
@@ -1213,30 +1389,45 @@ export interface CreateEnvironmentInput {
1213
1389
  */
1214
1390
  codebuildRoleArn?: string;
1215
1391
  }
1392
+ /**
1393
+ * @public
1394
+ */
1216
1395
  export interface CreateEnvironmentOutput {
1217
1396
  /**
1218
1397
  * <p>The environment detail data that's returned by Proton.</p>
1219
1398
  */
1220
1399
  environment: Environment | undefined;
1221
1400
  }
1401
+ /**
1402
+ * @public
1403
+ */
1222
1404
  export interface DeleteEnvironmentInput {
1223
1405
  /**
1224
1406
  * <p>The name of the environment to delete.</p>
1225
1407
  */
1226
1408
  name: string | undefined;
1227
1409
  }
1410
+ /**
1411
+ * @public
1412
+ */
1228
1413
  export interface DeleteEnvironmentOutput {
1229
1414
  /**
1230
1415
  * <p>The detailed data of the environment being deleted.</p>
1231
1416
  */
1232
1417
  environment?: Environment;
1233
1418
  }
1419
+ /**
1420
+ * @public
1421
+ */
1234
1422
  export interface GetEnvironmentInput {
1235
1423
  /**
1236
1424
  * <p>The name of the environment that you want to get the detailed data for.</p>
1237
1425
  */
1238
1426
  name: string | undefined;
1239
1427
  }
1428
+ /**
1429
+ * @public
1430
+ */
1240
1431
  export interface GetEnvironmentOutput {
1241
1432
  /**
1242
1433
  * <p>The detailed data of the requested environment.</p>
@@ -1244,6 +1435,7 @@ export interface GetEnvironmentOutput {
1244
1435
  environment: Environment | undefined;
1245
1436
  }
1246
1437
  /**
1438
+ * @public
1247
1439
  * <p>A search filter for environment templates.</p>
1248
1440
  */
1249
1441
  export interface EnvironmentTemplateFilter {
@@ -1256,6 +1448,9 @@ export interface EnvironmentTemplateFilter {
1256
1448
  */
1257
1449
  majorVersion: string | undefined;
1258
1450
  }
1451
+ /**
1452
+ * @public
1453
+ */
1259
1454
  export interface ListEnvironmentsInput {
1260
1455
  /**
1261
1456
  * <p>A token that indicates the location of the next environment in the array of environments, after the list of environments that was previously
@@ -1272,6 +1467,7 @@ export interface ListEnvironmentsInput {
1272
1467
  environmentTemplates?: EnvironmentTemplateFilter[];
1273
1468
  }
1274
1469
  /**
1470
+ * @public
1275
1471
  * <p>Summary data of an Proton environment resource. An Proton environment is a set of resources shared across Proton services.</p>
1276
1472
  */
1277
1473
  export interface EnvironmentSummary {
@@ -1345,6 +1541,9 @@ export interface EnvironmentSummary {
1345
1541
  */
1346
1542
  componentRoleArn?: string;
1347
1543
  }
1544
+ /**
1545
+ * @public
1546
+ */
1348
1547
  export interface ListEnvironmentsOutput {
1349
1548
  /**
1350
1549
  * <p>A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.</p>
@@ -1355,12 +1554,18 @@ export interface ListEnvironmentsOutput {
1355
1554
  */
1356
1555
  environments: EnvironmentSummary[] | undefined;
1357
1556
  }
1557
+ /**
1558
+ * @public
1559
+ */
1358
1560
  export declare enum DeploymentUpdateType {
1359
1561
  CURRENT_VERSION = "CURRENT_VERSION",
1360
1562
  MAJOR_VERSION = "MAJOR_VERSION",
1361
1563
  MINOR_VERSION = "MINOR_VERSION",
1362
1564
  NONE = "NONE"
1363
1565
  }
1566
+ /**
1567
+ * @public
1568
+ */
1364
1569
  export interface UpdateEnvironmentInput {
1365
1570
  /**
1366
1571
  * <p>The name of the environment to update.</p>
@@ -1449,12 +1654,18 @@ export interface UpdateEnvironmentInput {
1449
1654
  */
1450
1655
  codebuildRoleArn?: string;
1451
1656
  }
1657
+ /**
1658
+ * @public
1659
+ */
1452
1660
  export interface UpdateEnvironmentOutput {
1453
1661
  /**
1454
1662
  * <p>The environment detail data that's returned by Proton.</p>
1455
1663
  */
1456
1664
  environment: Environment | undefined;
1457
1665
  }
1666
+ /**
1667
+ * @public
1668
+ */
1458
1669
  export interface CreateEnvironmentTemplateInput {
1459
1670
  /**
1460
1671
  * <p>The name of the environment template.</p>
@@ -1484,6 +1695,7 @@ export interface CreateEnvironmentTemplateInput {
1484
1695
  tags?: Tag[];
1485
1696
  }
1486
1697
  /**
1698
+ * @public
1487
1699
  * <p>The environment template data.</p>
1488
1700
  */
1489
1701
  export interface EnvironmentTemplate {
@@ -1524,36 +1736,54 @@ export interface EnvironmentTemplate {
1524
1736
  */
1525
1737
  provisioning?: Provisioning | string;
1526
1738
  }
1739
+ /**
1740
+ * @public
1741
+ */
1527
1742
  export interface CreateEnvironmentTemplateOutput {
1528
1743
  /**
1529
1744
  * <p>The environment template detail data that's returned by Proton.</p>
1530
1745
  */
1531
1746
  environmentTemplate: EnvironmentTemplate | undefined;
1532
1747
  }
1748
+ /**
1749
+ * @public
1750
+ */
1533
1751
  export interface DeleteEnvironmentTemplateInput {
1534
1752
  /**
1535
1753
  * <p>The name of the environment template to delete.</p>
1536
1754
  */
1537
1755
  name: string | undefined;
1538
1756
  }
1757
+ /**
1758
+ * @public
1759
+ */
1539
1760
  export interface DeleteEnvironmentTemplateOutput {
1540
1761
  /**
1541
1762
  * <p>The detailed data of the environment template being deleted.</p>
1542
1763
  */
1543
1764
  environmentTemplate?: EnvironmentTemplate;
1544
1765
  }
1766
+ /**
1767
+ * @public
1768
+ */
1545
1769
  export interface GetEnvironmentTemplateInput {
1546
1770
  /**
1547
1771
  * <p>The name of the environment template that you want to get the detailed data for.</p>
1548
1772
  */
1549
1773
  name: string | undefined;
1550
1774
  }
1775
+ /**
1776
+ * @public
1777
+ */
1551
1778
  export interface GetEnvironmentTemplateOutput {
1552
1779
  /**
1553
1780
  * <p>The detailed data of the requested environment template.</p>
1554
1781
  */
1555
1782
  environmentTemplate: EnvironmentTemplate | undefined;
1556
1783
  }
1784
+ /**
1785
+ * @public
1786
+ */
1557
1787
  export interface ListEnvironmentTemplatesInput {
1558
1788
  /**
1559
1789
  * <p>A token that indicates the location of the next environment template in the array of environment templates, after the list of environment templates
@@ -1566,6 +1796,7 @@ export interface ListEnvironmentTemplatesInput {
1566
1796
  maxResults?: number;
1567
1797
  }
1568
1798
  /**
1799
+ * @public
1569
1800
  * <p>The environment template data.</p>
1570
1801
  */
1571
1802
  export interface EnvironmentTemplateSummary {
@@ -1602,6 +1833,9 @@ export interface EnvironmentTemplateSummary {
1602
1833
  */
1603
1834
  provisioning?: Provisioning | string;
1604
1835
  }
1836
+ /**
1837
+ * @public
1838
+ */
1605
1839
  export interface ListEnvironmentTemplatesOutput {
1606
1840
  /**
1607
1841
  * <p>A token that indicates the location of the next environment template in the array of environment templates, after the current requested list of
@@ -1613,6 +1847,9 @@ export interface ListEnvironmentTemplatesOutput {
1613
1847
  */
1614
1848
  templates: EnvironmentTemplateSummary[] | undefined;
1615
1849
  }
1850
+ /**
1851
+ * @public
1852
+ */
1616
1853
  export interface UpdateEnvironmentTemplateInput {
1617
1854
  /**
1618
1855
  * <p>The name of the environment template to update.</p>
@@ -1627,6 +1864,9 @@ export interface UpdateEnvironmentTemplateInput {
1627
1864
  */
1628
1865
  description?: string;
1629
1866
  }
1867
+ /**
1868
+ * @public
1869
+ */
1630
1870
  export interface UpdateEnvironmentTemplateOutput {
1631
1871
  /**
1632
1872
  * <p>The environment template detail data that's returned by Proton.</p>
@@ -1634,6 +1874,7 @@ export interface UpdateEnvironmentTemplateOutput {
1634
1874
  environmentTemplate: EnvironmentTemplate | undefined;
1635
1875
  }
1636
1876
  /**
1877
+ * @public
1637
1878
  * <p>Template bundle S3 bucket data.</p>
1638
1879
  */
1639
1880
  export interface S3ObjectSource {
@@ -1647,9 +1888,13 @@ export interface S3ObjectSource {
1647
1888
  key: string | undefined;
1648
1889
  }
1649
1890
  /**
1891
+ * @public
1650
1892
  * <p>Template version source data.</p>
1651
1893
  */
1652
1894
  export type TemplateVersionSourceInput = TemplateVersionSourceInput.S3Member | TemplateVersionSourceInput.$UnknownMember;
1895
+ /**
1896
+ * @public
1897
+ */
1653
1898
  export declare namespace TemplateVersionSourceInput {
1654
1899
  /**
1655
1900
  * <p>An S3 source object that includes the template bundle S3 path and name for a template minor version.</p>
@@ -1668,6 +1913,9 @@ export declare namespace TemplateVersionSourceInput {
1668
1913
  }
1669
1914
  const visit: <T>(value: TemplateVersionSourceInput, visitor: Visitor<T>) => T;
1670
1915
  }
1916
+ /**
1917
+ * @public
1918
+ */
1671
1919
  export interface CreateEnvironmentTemplateVersionInput {
1672
1920
  /**
1673
1921
  * <p>When included, if two identical requests are made with the same client token, Proton returns the environment template version that the first
@@ -1698,6 +1946,9 @@ export interface CreateEnvironmentTemplateVersionInput {
1698
1946
  */
1699
1947
  tags?: Tag[];
1700
1948
  }
1949
+ /**
1950
+ * @public
1951
+ */
1701
1952
  export declare enum TemplateVersionStatus {
1702
1953
  DRAFT = "DRAFT",
1703
1954
  PUBLISHED = "PUBLISHED",
@@ -1705,6 +1956,7 @@ export declare enum TemplateVersionStatus {
1705
1956
  REGISTRATION_IN_PROGRESS = "REGISTRATION_IN_PROGRESS"
1706
1957
  }
1707
1958
  /**
1959
+ * @public
1708
1960
  * <p>The environment template version data.</p>
1709
1961
  */
1710
1962
  export interface EnvironmentTemplateVersion {
@@ -1753,12 +2005,18 @@ export interface EnvironmentTemplateVersion {
1753
2005
  */
1754
2006
  schema?: string;
1755
2007
  }
2008
+ /**
2009
+ * @public
2010
+ */
1756
2011
  export interface CreateEnvironmentTemplateVersionOutput {
1757
2012
  /**
1758
2013
  * <p>The environment template detail data that's returned by Proton.</p>
1759
2014
  */
1760
2015
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
1761
2016
  }
2017
+ /**
2018
+ * @public
2019
+ */
1762
2020
  export interface DeleteEnvironmentTemplateVersionInput {
1763
2021
  /**
1764
2022
  * <p>The name of the environment template.</p>
@@ -1773,12 +2031,18 @@ export interface DeleteEnvironmentTemplateVersionInput {
1773
2031
  */
1774
2032
  minorVersion: string | undefined;
1775
2033
  }
2034
+ /**
2035
+ * @public
2036
+ */
1776
2037
  export interface DeleteEnvironmentTemplateVersionOutput {
1777
2038
  /**
1778
2039
  * <p>The detailed data of the environment template version being deleted.</p>
1779
2040
  */
1780
2041
  environmentTemplateVersion?: EnvironmentTemplateVersion;
1781
2042
  }
2043
+ /**
2044
+ * @public
2045
+ */
1782
2046
  export interface GetEnvironmentTemplateVersionInput {
1783
2047
  /**
1784
2048
  * <p>The name of the environment template a version of which you want to get detailed data for.</p>
@@ -1793,12 +2057,18 @@ export interface GetEnvironmentTemplateVersionInput {
1793
2057
  */
1794
2058
  minorVersion: string | undefined;
1795
2059
  }
2060
+ /**
2061
+ * @public
2062
+ */
1796
2063
  export interface GetEnvironmentTemplateVersionOutput {
1797
2064
  /**
1798
2065
  * <p>The detailed data of the requested environment template version.</p>
1799
2066
  */
1800
2067
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
1801
2068
  }
2069
+ /**
2070
+ * @public
2071
+ */
1802
2072
  export interface ListEnvironmentTemplateVersionsInput {
1803
2073
  /**
1804
2074
  * <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of an environment template, after the
@@ -1821,6 +2091,7 @@ export interface ListEnvironmentTemplateVersionsInput {
1821
2091
  majorVersion?: string;
1822
2092
  }
1823
2093
  /**
2094
+ * @public
1824
2095
  * <p>A summary of the version of an environment template detail data.</p>
1825
2096
  */
1826
2097
  export interface EnvironmentTemplateVersionSummary {
@@ -1865,6 +2136,9 @@ export interface EnvironmentTemplateVersionSummary {
1865
2136
  */
1866
2137
  lastModifiedAt: Date | undefined;
1867
2138
  }
2139
+ /**
2140
+ * @public
2141
+ */
1868
2142
  export interface ListEnvironmentTemplateVersionsOutput {
1869
2143
  /**
1870
2144
  * <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of an environment template, after the
@@ -1876,6 +2150,9 @@ export interface ListEnvironmentTemplateVersionsOutput {
1876
2150
  */
1877
2151
  templateVersions: EnvironmentTemplateVersionSummary[] | undefined;
1878
2152
  }
2153
+ /**
2154
+ * @public
2155
+ */
1879
2156
  export interface UpdateEnvironmentTemplateVersionInput {
1880
2157
  /**
1881
2158
  * <p>The name of the environment template.</p>
@@ -1898,15 +2175,24 @@ export interface UpdateEnvironmentTemplateVersionInput {
1898
2175
  */
1899
2176
  status?: TemplateVersionStatus | string;
1900
2177
  }
2178
+ /**
2179
+ * @public
2180
+ */
1901
2181
  export interface UpdateEnvironmentTemplateVersionOutput {
1902
2182
  /**
1903
2183
  * <p>The environment template version detail data that's returned by Proton.</p>
1904
2184
  */
1905
2185
  environmentTemplateVersion: EnvironmentTemplateVersion | undefined;
1906
2186
  }
2187
+ /**
2188
+ * @public
2189
+ */
1907
2190
  export declare enum SyncType {
1908
2191
  TEMPLATE_SYNC = "TEMPLATE_SYNC"
1909
2192
  }
2193
+ /**
2194
+ * @public
2195
+ */
1910
2196
  export interface GetRepositorySyncStatusInput {
1911
2197
  /**
1912
2198
  * <p>The repository name.</p>
@@ -1926,6 +2212,7 @@ export interface GetRepositorySyncStatusInput {
1926
2212
  syncType: SyncType | string | undefined;
1927
2213
  }
1928
2214
  /**
2215
+ * @public
1929
2216
  * <p>Repository sync event detail data for a sync attempt.</p>
1930
2217
  */
1931
2218
  export interface RepositorySyncEvent {
@@ -1946,6 +2233,9 @@ export interface RepositorySyncEvent {
1946
2233
  */
1947
2234
  event: string | undefined;
1948
2235
  }
2236
+ /**
2237
+ * @public
2238
+ */
1949
2239
  export declare enum RepositorySyncStatus {
1950
2240
  /**
1951
2241
  * The repository sync attempt has failed.
@@ -1974,6 +2264,7 @@ export declare enum RepositorySyncStatus {
1974
2264
  SUCCEEDED = "SUCCEEDED"
1975
2265
  }
1976
2266
  /**
2267
+ * @public
1977
2268
  * <p>Detail data for a repository sync attempt activated by a push to a repository.</p>
1978
2269
  */
1979
2270
  export interface RepositorySyncAttempt {
@@ -1990,15 +2281,22 @@ export interface RepositorySyncAttempt {
1990
2281
  */
1991
2282
  events: RepositorySyncEvent[] | undefined;
1992
2283
  }
2284
+ /**
2285
+ * @public
2286
+ */
1993
2287
  export interface GetRepositorySyncStatusOutput {
1994
2288
  /**
1995
2289
  * <p>The repository sync status detail data that's returned by Proton.</p>
1996
2290
  */
1997
2291
  latestSync?: RepositorySyncAttempt;
1998
2292
  }
2293
+ /**
2294
+ * @public
2295
+ */
1999
2296
  export interface GetResourcesSummaryInput {
2000
2297
  }
2001
2298
  /**
2299
+ * @public
2002
2300
  * <p>Summary counts of each Proton resource types.</p>
2003
2301
  */
2004
2302
  export interface ResourceCountsSummary {
@@ -2024,6 +2322,7 @@ export interface ResourceCountsSummary {
2024
2322
  behindMinor?: number;
2025
2323
  }
2026
2324
  /**
2325
+ * @public
2027
2326
  * <p>Summary counts of each Proton resource type.</p>
2028
2327
  */
2029
2328
  export interface CountsSummary {
@@ -2062,16 +2361,25 @@ export interface CountsSummary {
2062
2361
  */
2063
2362
  pipelines?: ResourceCountsSummary;
2064
2363
  }
2364
+ /**
2365
+ * @public
2366
+ */
2065
2367
  export interface GetResourcesSummaryOutput {
2066
2368
  /**
2067
2369
  * <p>Summary counts of each Proton resource type.</p>
2068
2370
  */
2069
2371
  counts: CountsSummary | undefined;
2070
2372
  }
2373
+ /**
2374
+ * @public
2375
+ */
2071
2376
  export declare enum TemplateType {
2072
2377
  ENVIRONMENT = "ENVIRONMENT",
2073
2378
  SERVICE = "SERVICE"
2074
2379
  }
2380
+ /**
2381
+ * @public
2382
+ */
2075
2383
  export interface GetTemplateSyncStatusInput {
2076
2384
  /**
2077
2385
  * <p>The template name.</p>
@@ -2087,6 +2395,7 @@ export interface GetTemplateSyncStatusInput {
2087
2395
  templateVersion: string | undefined;
2088
2396
  }
2089
2397
  /**
2398
+ * @public
2090
2399
  * <p>Revision detail data for a commit and push that activates a sync attempt</p>
2091
2400
  */
2092
2401
  export interface Revision {
@@ -2112,6 +2421,7 @@ export interface Revision {
2112
2421
  branch: string | undefined;
2113
2422
  }
2114
2423
  /**
2424
+ * @public
2115
2425
  * <p>Detail data for a resource sync event.</p>
2116
2426
  */
2117
2427
  export interface ResourceSyncEvent {
@@ -2132,6 +2442,9 @@ export interface ResourceSyncEvent {
2132
2442
  */
2133
2443
  event: string | undefined;
2134
2444
  }
2445
+ /**
2446
+ * @public
2447
+ */
2135
2448
  export declare enum ResourceSyncStatus {
2136
2449
  /**
2137
2450
  * Syncing has failed.
@@ -2155,6 +2468,7 @@ export declare enum ResourceSyncStatus {
2155
2468
  SUCCEEDED = "SUCCEEDED"
2156
2469
  }
2157
2470
  /**
2471
+ * @public
2158
2472
  * <p>Detail data for a resource sync attempt activated by a push to a repository.</p>
2159
2473
  */
2160
2474
  export interface ResourceSyncAttempt {
@@ -2183,6 +2497,9 @@ export interface ResourceSyncAttempt {
2183
2497
  */
2184
2498
  events: ResourceSyncEvent[] | undefined;
2185
2499
  }
2500
+ /**
2501
+ * @public
2502
+ */
2186
2503
  export interface GetTemplateSyncStatusOutput {
2187
2504
  /**
2188
2505
  * <p>The details of the last sync that's returned by Proton.</p>
@@ -2197,6 +2514,9 @@ export interface GetTemplateSyncStatusOutput {
2197
2514
  */
2198
2515
  desiredState?: Revision;
2199
2516
  }
2517
+ /**
2518
+ * @public
2519
+ */
2200
2520
  export interface ListRepositorySyncDefinitionsInput {
2201
2521
  /**
2202
2522
  * <p>The repository name.</p>
@@ -2217,6 +2537,7 @@ export interface ListRepositorySyncDefinitionsInput {
2217
2537
  nextToken?: string;
2218
2538
  }
2219
2539
  /**
2540
+ * @public
2220
2541
  * <p>A repository sync definition.</p>
2221
2542
  */
2222
2543
  export interface RepositorySyncDefinition {
@@ -2237,6 +2558,9 @@ export interface RepositorySyncDefinition {
2237
2558
  */
2238
2559
  directory: string | undefined;
2239
2560
  }
2561
+ /**
2562
+ * @public
2563
+ */
2240
2564
  export interface ListRepositorySyncDefinitionsOutput {
2241
2565
  /**
2242
2566
  * <p>A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the current requested
@@ -2248,6 +2572,9 @@ export interface ListRepositorySyncDefinitionsOutput {
2248
2572
  */
2249
2573
  syncDefinitions: RepositorySyncDefinition[] | undefined;
2250
2574
  }
2575
+ /**
2576
+ * @public
2577
+ */
2251
2578
  export interface ListTagsForResourceInput {
2252
2579
  /**
2253
2580
  * <p>The Amazon Resource Name (ARN) of the resource for the listed tags.</p>
@@ -2263,6 +2590,9 @@ export interface ListTagsForResourceInput {
2263
2590
  */
2264
2591
  maxResults?: number;
2265
2592
  }
2593
+ /**
2594
+ * @public
2595
+ */
2266
2596
  export interface ListTagsForResourceOutput {
2267
2597
  /**
2268
2598
  * <p>A list of resource tags with detail data.</p>
@@ -2274,11 +2604,17 @@ export interface ListTagsForResourceOutput {
2274
2604
  */
2275
2605
  nextToken?: string;
2276
2606
  }
2607
+ /**
2608
+ * @public
2609
+ */
2277
2610
  export declare enum ResourceDeploymentStatus {
2278
2611
  FAILED = "FAILED",
2279
2612
  IN_PROGRESS = "IN_PROGRESS",
2280
2613
  SUCCEEDED = "SUCCEEDED"
2281
2614
  }
2615
+ /**
2616
+ * @public
2617
+ */
2282
2618
  export interface NotifyResourceDeploymentStatusChangeInput {
2283
2619
  /**
2284
2620
  * <p>The provisioned resource Amazon Resource Name (ARN).</p>
@@ -2301,8 +2637,14 @@ export interface NotifyResourceDeploymentStatusChangeInput {
2301
2637
  */
2302
2638
  statusMessage?: string;
2303
2639
  }
2640
+ /**
2641
+ * @public
2642
+ */
2304
2643
  export interface NotifyResourceDeploymentStatusChangeOutput {
2305
2644
  }
2645
+ /**
2646
+ * @public
2647
+ */
2306
2648
  export interface CreateRepositoryInput {
2307
2649
  /**
2308
2650
  * <p>The repository provider.</p>
@@ -2329,6 +2671,7 @@ export interface CreateRepositoryInput {
2329
2671
  tags?: Tag[];
2330
2672
  }
2331
2673
  /**
2674
+ * @public
2332
2675
  * <p>Detailed data of a linked repository—a repository that has been registered with Proton.</p>
2333
2676
  */
2334
2677
  export interface Repository {
@@ -2353,12 +2696,18 @@ export interface Repository {
2353
2696
  */
2354
2697
  encryptionKey?: string;
2355
2698
  }
2699
+ /**
2700
+ * @public
2701
+ */
2356
2702
  export interface CreateRepositoryOutput {
2357
2703
  /**
2358
2704
  * <p>The repository link's detail data that's returned by Proton.</p>
2359
2705
  */
2360
2706
  repository: Repository | undefined;
2361
2707
  }
2708
+ /**
2709
+ * @public
2710
+ */
2362
2711
  export interface DeleteRepositoryInput {
2363
2712
  /**
2364
2713
  * <p>The repository provider.</p>
@@ -2369,12 +2718,18 @@ export interface DeleteRepositoryInput {
2369
2718
  */
2370
2719
  name: string | undefined;
2371
2720
  }
2721
+ /**
2722
+ * @public
2723
+ */
2372
2724
  export interface DeleteRepositoryOutput {
2373
2725
  /**
2374
2726
  * <p>The deleted repository link's detail data that's returned by Proton.</p>
2375
2727
  */
2376
2728
  repository?: Repository;
2377
2729
  }
2730
+ /**
2731
+ * @public
2732
+ */
2378
2733
  export interface GetRepositoryInput {
2379
2734
  /**
2380
2735
  * <p>The repository provider.</p>
@@ -2385,12 +2740,18 @@ export interface GetRepositoryInput {
2385
2740
  */
2386
2741
  name: string | undefined;
2387
2742
  }
2743
+ /**
2744
+ * @public
2745
+ */
2388
2746
  export interface GetRepositoryOutput {
2389
2747
  /**
2390
2748
  * <p>The repository link's detail data that's returned by Proton.</p>
2391
2749
  */
2392
2750
  repository: Repository | undefined;
2393
2751
  }
2752
+ /**
2753
+ * @public
2754
+ */
2394
2755
  export interface ListRepositoriesInput {
2395
2756
  /**
2396
2757
  * <p>A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.</p>
@@ -2402,6 +2763,7 @@ export interface ListRepositoriesInput {
2402
2763
  maxResults?: number;
2403
2764
  }
2404
2765
  /**
2766
+ * @public
2405
2767
  * <p>Summary data of a linked repository—a repository that has been registered with Proton.</p>
2406
2768
  */
2407
2769
  export interface RepositorySummary {
@@ -2418,6 +2780,9 @@ export interface RepositorySummary {
2418
2780
  */
2419
2781
  name: string | undefined;
2420
2782
  }
2783
+ /**
2784
+ * @public
2785
+ */
2421
2786
  export interface ListRepositoriesOutput {
2422
2787
  /**
2423
2788
  * <p>A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories. </p>
@@ -2428,6 +2793,9 @@ export interface ListRepositoriesOutput {
2428
2793
  */
2429
2794
  repositories: RepositorySummary[] | undefined;
2430
2795
  }
2796
+ /**
2797
+ * @public
2798
+ */
2431
2799
  export interface ListServiceInstanceOutputsInput {
2432
2800
  /**
2433
2801
  * <p>The name of the service instance whose outputs you want.</p>
@@ -2442,6 +2810,9 @@ export interface ListServiceInstanceOutputsInput {
2442
2810
  */
2443
2811
  nextToken?: string;
2444
2812
  }
2813
+ /**
2814
+ * @public
2815
+ */
2445
2816
  export interface ListServiceInstanceOutputsOutput {
2446
2817
  /**
2447
2818
  * <p>A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.</p>
@@ -2452,6 +2823,9 @@ export interface ListServiceInstanceOutputsOutput {
2452
2823
  */
2453
2824
  outputs: Output[] | undefined;
2454
2825
  }
2826
+ /**
2827
+ * @public
2828
+ */
2455
2829
  export interface ListServiceInstanceProvisionedResourcesInput {
2456
2830
  /**
2457
2831
  * <p>The name of the service that <code>serviceInstanceName</code> is associated to.</p>
@@ -2467,6 +2841,9 @@ export interface ListServiceInstanceProvisionedResourcesInput {
2467
2841
  */
2468
2842
  nextToken?: string;
2469
2843
  }
2844
+ /**
2845
+ * @public
2846
+ */
2470
2847
  export interface ListServiceInstanceProvisionedResourcesOutput {
2471
2848
  /**
2472
2849
  * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
@@ -2478,6 +2855,9 @@ export interface ListServiceInstanceProvisionedResourcesOutput {
2478
2855
  */
2479
2856
  provisionedResources: ProvisionedResource[] | undefined;
2480
2857
  }
2858
+ /**
2859
+ * @public
2860
+ */
2481
2861
  export interface GetServiceInstanceInput {
2482
2862
  /**
2483
2863
  * <p>The name of a service instance that you want to get the detailed data for.</p>
@@ -2488,12 +2868,18 @@ export interface GetServiceInstanceInput {
2488
2868
  */
2489
2869
  serviceName: string | undefined;
2490
2870
  }
2871
+ /**
2872
+ * @public
2873
+ */
2491
2874
  export interface GetServiceInstanceOutput {
2492
2875
  /**
2493
2876
  * <p>The detailed data of the requested service instance.</p>
2494
2877
  */
2495
2878
  serviceInstance: ServiceInstance | undefined;
2496
2879
  }
2880
+ /**
2881
+ * @public
2882
+ */
2497
2883
  export declare enum ListServiceInstancesFilterBy {
2498
2884
  CREATED_AT_AFTER = "createdAtAfter",
2499
2885
  CREATED_AT_BEFORE = "createdAtBefore",
@@ -2507,6 +2893,7 @@ export declare enum ListServiceInstancesFilterBy {
2507
2893
  TEMPLATE_NAME = "templateName"
2508
2894
  }
2509
2895
  /**
2896
+ * @public
2510
2897
  * <p>A filtering criterion to scope down the result list of the <a>ListServiceInstances</a> action.</p>
2511
2898
  */
2512
2899
  export interface ListServiceInstancesFilter {
@@ -2516,11 +2903,14 @@ export interface ListServiceInstancesFilter {
2516
2903
  key?: ListServiceInstancesFilterBy | string;
2517
2904
  /**
2518
2905
  * <p>A value to filter by.</p>
2519
- * <p>With the date/time keys (<code>*At{Before,After}</code>), the value is a valid <a href="https://datatracker.ietf.org/doc/html/rfc3339.html">RFC
2906
+ * <p>With the date/time keys (<code>*At\{Before,After\}</code>), the value is a valid <a href="https://datatracker.ietf.org/doc/html/rfc3339.html">RFC
2520
2907
  * 3339</a> string with no UTC offset and with an optional fractional precision (for example, <code>1985-04-12T23:20:50.52Z</code>).</p>
2521
2908
  */
2522
2909
  value?: string;
2523
2910
  }
2911
+ /**
2912
+ * @public
2913
+ */
2524
2914
  export declare enum ListServiceInstancesSortBy {
2525
2915
  CREATED_AT = "createdAt",
2526
2916
  DEPLOYMENT_STATUS = "deploymentStatus",
@@ -2530,10 +2920,16 @@ export declare enum ListServiceInstancesSortBy {
2530
2920
  SERVICE_NAME = "serviceName",
2531
2921
  TEMPLATE_NAME = "templateName"
2532
2922
  }
2923
+ /**
2924
+ * @public
2925
+ */
2533
2926
  export declare enum SortOrder {
2534
2927
  ASCENDING = "ASCENDING",
2535
2928
  DESCENDING = "DESCENDING"
2536
2929
  }
2930
+ /**
2931
+ * @public
2932
+ */
2537
2933
  export interface ListServiceInstancesInput {
2538
2934
  /**
2539
2935
  * <p>The name of the service that the service instance belongs to.</p>
@@ -2568,6 +2964,7 @@ export interface ListServiceInstancesInput {
2568
2964
  sortOrder?: SortOrder | string;
2569
2965
  }
2570
2966
  /**
2967
+ * @public
2571
2968
  * <p>Summary data of an Proton service instance resource.</p>
2572
2969
  */
2573
2970
  export interface ServiceInstanceSummary {
@@ -2620,6 +3017,9 @@ export interface ServiceInstanceSummary {
2620
3017
  */
2621
3018
  deploymentStatusMessage?: string;
2622
3019
  }
3020
+ /**
3021
+ * @public
3022
+ */
2623
3023
  export interface ListServiceInstancesOutput {
2624
3024
  /**
2625
3025
  * <p>A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service
@@ -2631,6 +3031,9 @@ export interface ListServiceInstancesOutput {
2631
3031
  */
2632
3032
  serviceInstances: ServiceInstanceSummary[] | undefined;
2633
3033
  }
3034
+ /**
3035
+ * @public
3036
+ */
2634
3037
  export interface UpdateServiceInstanceInput {
2635
3038
  /**
2636
3039
  * <p>The name of the service instance to update.</p>
@@ -2690,12 +3093,18 @@ export interface UpdateServiceInstanceInput {
2690
3093
  */
2691
3094
  templateMinorVersion?: string;
2692
3095
  }
3096
+ /**
3097
+ * @public
3098
+ */
2693
3099
  export interface UpdateServiceInstanceOutput {
2694
3100
  /**
2695
3101
  * <p>The service instance summary data that's returned by Proton.</p>
2696
3102
  */
2697
3103
  serviceInstance: ServiceInstance | undefined;
2698
3104
  }
3105
+ /**
3106
+ * @public
3107
+ */
2699
3108
  export interface ListServicePipelineOutputsInput {
2700
3109
  /**
2701
3110
  * <p>The name of the service whose pipeline's outputs you want.</p>
@@ -2706,6 +3115,9 @@ export interface ListServicePipelineOutputsInput {
2706
3115
  */
2707
3116
  nextToken?: string;
2708
3117
  }
3118
+ /**
3119
+ * @public
3120
+ */
2709
3121
  export interface ListServicePipelineOutputsOutput {
2710
3122
  /**
2711
3123
  * <p>A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.</p>
@@ -2716,6 +3128,9 @@ export interface ListServicePipelineOutputsOutput {
2716
3128
  */
2717
3129
  outputs: Output[] | undefined;
2718
3130
  }
3131
+ /**
3132
+ * @public
3133
+ */
2719
3134
  export interface ListServicePipelineProvisionedResourcesInput {
2720
3135
  /**
2721
3136
  * <p>The name of the service whose pipeline's provisioned resources you want.</p>
@@ -2727,6 +3142,9 @@ export interface ListServicePipelineProvisionedResourcesInput {
2727
3142
  */
2728
3143
  nextToken?: string;
2729
3144
  }
3145
+ /**
3146
+ * @public
3147
+ */
2730
3148
  export interface ListServicePipelineProvisionedResourcesOutput {
2731
3149
  /**
2732
3150
  * <p>A token that indicates the location of the next provisioned resource in the array of provisioned resources, after the current requested list of
@@ -2738,6 +3156,9 @@ export interface ListServicePipelineProvisionedResourcesOutput {
2738
3156
  */
2739
3157
  provisionedResources: ProvisionedResource[] | undefined;
2740
3158
  }
3159
+ /**
3160
+ * @public
3161
+ */
2741
3162
  export interface UpdateServicePipelineInput {
2742
3163
  /**
2743
3164
  * <p>The name of the service to that the pipeline is associated with.</p>
@@ -2794,12 +3215,18 @@ export interface UpdateServicePipelineInput {
2794
3215
  */
2795
3216
  templateMinorVersion?: string;
2796
3217
  }
3218
+ /**
3219
+ * @public
3220
+ */
2797
3221
  export interface UpdateServicePipelineOutput {
2798
3222
  /**
2799
3223
  * <p>The pipeline details that are returned by Proton.</p>
2800
3224
  */
2801
3225
  pipeline: ServicePipeline | undefined;
2802
3226
  }
3227
+ /**
3228
+ * @public
3229
+ */
2803
3230
  export interface CreateServiceInput {
2804
3231
  /**
2805
3232
  * <p>The service name.</p>
@@ -2851,6 +3278,9 @@ export interface CreateServiceInput {
2851
3278
  */
2852
3279
  tags?: Tag[];
2853
3280
  }
3281
+ /**
3282
+ * @public
3283
+ */
2854
3284
  export declare enum ServiceStatus {
2855
3285
  ACTIVE = "ACTIVE",
2856
3286
  CREATE_FAILED = "CREATE_FAILED",
@@ -2868,6 +3298,7 @@ export declare enum ServiceStatus {
2868
3298
  UPDATE_IN_PROGRESS = "UPDATE_IN_PROGRESS"
2869
3299
  }
2870
3300
  /**
3301
+ * @public
2871
3302
  * <p>Detailed data of an Proton service resource.</p>
2872
3303
  */
2873
3304
  export interface Service {
@@ -2925,36 +3356,54 @@ export interface Service {
2925
3356
  */
2926
3357
  branchName?: string;
2927
3358
  }
3359
+ /**
3360
+ * @public
3361
+ */
2928
3362
  export interface CreateServiceOutput {
2929
3363
  /**
2930
3364
  * <p>The service detail data that's returned by Proton.</p>
2931
3365
  */
2932
3366
  service: Service | undefined;
2933
3367
  }
3368
+ /**
3369
+ * @public
3370
+ */
2934
3371
  export interface DeleteServiceInput {
2935
3372
  /**
2936
3373
  * <p>The name of the service to delete.</p>
2937
3374
  */
2938
3375
  name: string | undefined;
2939
3376
  }
3377
+ /**
3378
+ * @public
3379
+ */
2940
3380
  export interface DeleteServiceOutput {
2941
3381
  /**
2942
3382
  * <p>The detailed data of the service being deleted.</p>
2943
3383
  */
2944
3384
  service?: Service;
2945
3385
  }
3386
+ /**
3387
+ * @public
3388
+ */
2946
3389
  export interface GetServiceInput {
2947
3390
  /**
2948
3391
  * <p>The name of the service that you want to get the detailed data for.</p>
2949
3392
  */
2950
3393
  name: string | undefined;
2951
3394
  }
3395
+ /**
3396
+ * @public
3397
+ */
2952
3398
  export interface GetServiceOutput {
2953
3399
  /**
2954
3400
  * <p>The detailed data of the requested service.</p>
2955
3401
  */
2956
3402
  service?: Service;
2957
3403
  }
3404
+ /**
3405
+ * @public
3406
+ */
2958
3407
  export interface ListServicesInput {
2959
3408
  /**
2960
3409
  * <p>A token that indicates the location of the next service in the array of services, after the list of services that was previously requested.</p>
@@ -2966,6 +3415,7 @@ export interface ListServicesInput {
2966
3415
  maxResults?: number;
2967
3416
  }
2968
3417
  /**
3418
+ * @public
2969
3419
  * <p>Summary data of an Proton service resource.</p>
2970
3420
  */
2971
3421
  export interface ServiceSummary {
@@ -3002,6 +3452,9 @@ export interface ServiceSummary {
3002
3452
  */
3003
3453
  statusMessage?: string;
3004
3454
  }
3455
+ /**
3456
+ * @public
3457
+ */
3005
3458
  export interface ListServicesOutput {
3006
3459
  /**
3007
3460
  * <p>A token that indicates the location of the next service in the array of services, after the current requested list of services.</p>
@@ -3012,6 +3465,9 @@ export interface ListServicesOutput {
3012
3465
  */
3013
3466
  services: ServiceSummary[] | undefined;
3014
3467
  }
3468
+ /**
3469
+ * @public
3470
+ */
3015
3471
  export interface UpdateServiceInput {
3016
3472
  /**
3017
3473
  * <p>The name of the service to edit.</p>
@@ -3027,12 +3483,18 @@ export interface UpdateServiceInput {
3027
3483
  */
3028
3484
  spec?: string;
3029
3485
  }
3486
+ /**
3487
+ * @public
3488
+ */
3030
3489
  export interface UpdateServiceOutput {
3031
3490
  /**
3032
3491
  * <p>The service detail data that's returned by Proton.</p>
3033
3492
  */
3034
3493
  service: Service | undefined;
3035
3494
  }
3495
+ /**
3496
+ * @public
3497
+ */
3036
3498
  export interface CreateServiceTemplateInput {
3037
3499
  /**
3038
3500
  * <p>The name of the service template.</p>
@@ -3064,6 +3526,7 @@ export interface CreateServiceTemplateInput {
3064
3526
  tags?: Tag[];
3065
3527
  }
3066
3528
  /**
3529
+ * @public
3067
3530
  * <p>Detailed data of an Proton service template resource.</p>
3068
3531
  */
3069
3532
  export interface ServiceTemplate {
@@ -3105,36 +3568,54 @@ export interface ServiceTemplate {
3105
3568
  */
3106
3569
  pipelineProvisioning?: Provisioning | string;
3107
3570
  }
3571
+ /**
3572
+ * @public
3573
+ */
3108
3574
  export interface CreateServiceTemplateOutput {
3109
3575
  /**
3110
3576
  * <p>The service template detail data that's returned by Proton.</p>
3111
3577
  */
3112
3578
  serviceTemplate: ServiceTemplate | undefined;
3113
3579
  }
3580
+ /**
3581
+ * @public
3582
+ */
3114
3583
  export interface DeleteServiceTemplateInput {
3115
3584
  /**
3116
3585
  * <p>The name of the service template to delete.</p>
3117
3586
  */
3118
3587
  name: string | undefined;
3119
3588
  }
3589
+ /**
3590
+ * @public
3591
+ */
3120
3592
  export interface DeleteServiceTemplateOutput {
3121
3593
  /**
3122
3594
  * <p>The detailed data of the service template being deleted.</p>
3123
3595
  */
3124
3596
  serviceTemplate?: ServiceTemplate;
3125
3597
  }
3598
+ /**
3599
+ * @public
3600
+ */
3126
3601
  export interface GetServiceTemplateInput {
3127
3602
  /**
3128
3603
  * <p>The name of the service template that you want to get detailed data for.</p>
3129
3604
  */
3130
3605
  name: string | undefined;
3131
3606
  }
3607
+ /**
3608
+ * @public
3609
+ */
3132
3610
  export interface GetServiceTemplateOutput {
3133
3611
  /**
3134
3612
  * <p>The detailed data of the requested service template.</p>
3135
3613
  */
3136
3614
  serviceTemplate: ServiceTemplate | undefined;
3137
3615
  }
3616
+ /**
3617
+ * @public
3618
+ */
3138
3619
  export interface ListServiceTemplatesInput {
3139
3620
  /**
3140
3621
  * <p>A token that indicates the location of the next service template in the array of service templates, after the list of service templates previously
@@ -3147,6 +3628,7 @@ export interface ListServiceTemplatesInput {
3147
3628
  maxResults?: number;
3148
3629
  }
3149
3630
  /**
3631
+ * @public
3150
3632
  * <p>Summary data of an Proton service template resource.</p>
3151
3633
  */
3152
3634
  export interface ServiceTemplateSummary {
@@ -3184,6 +3666,9 @@ export interface ServiceTemplateSummary {
3184
3666
  */
3185
3667
  pipelineProvisioning?: Provisioning | string;
3186
3668
  }
3669
+ /**
3670
+ * @public
3671
+ */
3187
3672
  export interface ListServiceTemplatesOutput {
3188
3673
  /**
3189
3674
  * <p>A token that indicates the location of the next service template in the array of service templates, after the current requested list of service
@@ -3195,6 +3680,9 @@ export interface ListServiceTemplatesOutput {
3195
3680
  */
3196
3681
  templates: ServiceTemplateSummary[] | undefined;
3197
3682
  }
3683
+ /**
3684
+ * @public
3685
+ */
3198
3686
  export interface UpdateServiceTemplateInput {
3199
3687
  /**
3200
3688
  * <p>The name of the service template to update.</p>
@@ -3209,6 +3697,9 @@ export interface UpdateServiceTemplateInput {
3209
3697
  */
3210
3698
  description?: string;
3211
3699
  }
3700
+ /**
3701
+ * @public
3702
+ */
3212
3703
  export interface UpdateServiceTemplateOutput {
3213
3704
  /**
3214
3705
  * <p>The service template detail data that's returned by Proton.</p>
@@ -3216,6 +3707,7 @@ export interface UpdateServiceTemplateOutput {
3216
3707
  serviceTemplate: ServiceTemplate | undefined;
3217
3708
  }
3218
3709
  /**
3710
+ * @public
3219
3711
  * <p>Compatible environment template data.</p>
3220
3712
  */
3221
3713
  export interface CompatibleEnvironmentTemplateInput {
@@ -3228,9 +3720,15 @@ export interface CompatibleEnvironmentTemplateInput {
3228
3720
  */
3229
3721
  majorVersion: string | undefined;
3230
3722
  }
3723
+ /**
3724
+ * @public
3725
+ */
3231
3726
  export declare enum ServiceTemplateSupportedComponentSourceType {
3232
3727
  DIRECTLY_DEFINED = "DIRECTLY_DEFINED"
3233
3728
  }
3729
+ /**
3730
+ * @public
3731
+ */
3234
3732
  export interface CreateServiceTemplateVersionInput {
3235
3733
  /**
3236
3734
  * <p>When included, if two identical requests are made with the same client token, Proton returns the service template version that the first request
@@ -3276,6 +3774,7 @@ export interface CreateServiceTemplateVersionInput {
3276
3774
  supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
3277
3775
  }
3278
3776
  /**
3777
+ * @public
3279
3778
  * <p>Compatible environment template data.</p>
3280
3779
  */
3281
3780
  export interface CompatibleEnvironmentTemplate {
@@ -3289,6 +3788,7 @@ export interface CompatibleEnvironmentTemplate {
3289
3788
  majorVersion: string | undefined;
3290
3789
  }
3291
3790
  /**
3791
+ * @public
3292
3792
  * <p>Detailed data of an Proton service template version resource.</p>
3293
3793
  */
3294
3794
  export interface ServiceTemplateVersion {
@@ -3349,12 +3849,18 @@ export interface ServiceTemplateVersion {
3349
3849
  */
3350
3850
  supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
3351
3851
  }
3852
+ /**
3853
+ * @public
3854
+ */
3352
3855
  export interface CreateServiceTemplateVersionOutput {
3353
3856
  /**
3354
3857
  * <p>The service template version summary of detail data that's returned by Proton.</p>
3355
3858
  */
3356
3859
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
3357
3860
  }
3861
+ /**
3862
+ * @public
3863
+ */
3358
3864
  export interface DeleteServiceTemplateVersionInput {
3359
3865
  /**
3360
3866
  * <p>The name of the service template.</p>
@@ -3369,12 +3875,18 @@ export interface DeleteServiceTemplateVersionInput {
3369
3875
  */
3370
3876
  minorVersion: string | undefined;
3371
3877
  }
3878
+ /**
3879
+ * @public
3880
+ */
3372
3881
  export interface DeleteServiceTemplateVersionOutput {
3373
3882
  /**
3374
3883
  * <p>The detailed data of the service template version being deleted.</p>
3375
3884
  */
3376
3885
  serviceTemplateVersion?: ServiceTemplateVersion;
3377
3886
  }
3887
+ /**
3888
+ * @public
3889
+ */
3378
3890
  export interface GetServiceTemplateVersionInput {
3379
3891
  /**
3380
3892
  * <p>The name of the service template a version of which you want to get detailed data for.</p>
@@ -3389,12 +3901,18 @@ export interface GetServiceTemplateVersionInput {
3389
3901
  */
3390
3902
  minorVersion: string | undefined;
3391
3903
  }
3904
+ /**
3905
+ * @public
3906
+ */
3392
3907
  export interface GetServiceTemplateVersionOutput {
3393
3908
  /**
3394
3909
  * <p>The detailed data of the requested service template version.</p>
3395
3910
  */
3396
3911
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
3397
3912
  }
3913
+ /**
3914
+ * @public
3915
+ */
3398
3916
  export interface ListServiceTemplateVersionsInput {
3399
3917
  /**
3400
3918
  * <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list
@@ -3417,6 +3935,7 @@ export interface ListServiceTemplateVersionsInput {
3417
3935
  majorVersion?: string;
3418
3936
  }
3419
3937
  /**
3938
+ * @public
3420
3939
  * <p>Summary data of an Proton service template version resource.</p>
3421
3940
  */
3422
3941
  export interface ServiceTemplateVersionSummary {
@@ -3461,6 +3980,9 @@ export interface ServiceTemplateVersionSummary {
3461
3980
  */
3462
3981
  lastModifiedAt: Date | undefined;
3463
3982
  }
3983
+ /**
3984
+ * @public
3985
+ */
3464
3986
  export interface ListServiceTemplateVersionsOutput {
3465
3987
  /**
3466
3988
  * <p>A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the
@@ -3472,6 +3994,9 @@ export interface ListServiceTemplateVersionsOutput {
3472
3994
  */
3473
3995
  templateVersions: ServiceTemplateVersionSummary[] | undefined;
3474
3996
  }
3997
+ /**
3998
+ * @public
3999
+ */
3475
4000
  export interface UpdateServiceTemplateVersionInput {
3476
4001
  /**
3477
4002
  * <p>The name of the service template.</p>
@@ -3511,12 +4036,18 @@ export interface UpdateServiceTemplateVersionInput {
3511
4036
  */
3512
4037
  supportedComponentSources?: (ServiceTemplateSupportedComponentSourceType | string)[];
3513
4038
  }
4039
+ /**
4040
+ * @public
4041
+ */
3514
4042
  export interface UpdateServiceTemplateVersionOutput {
3515
4043
  /**
3516
4044
  * <p>The service template version detail data that's returned by Proton.</p>
3517
4045
  */
3518
4046
  serviceTemplateVersion: ServiceTemplateVersion | undefined;
3519
4047
  }
4048
+ /**
4049
+ * @public
4050
+ */
3520
4051
  export interface TagResourceInput {
3521
4052
  /**
3522
4053
  * <p>The Amazon Resource Name (ARN) of the Proton resource to apply customer tags to.</p>
@@ -3527,8 +4058,14 @@ export interface TagResourceInput {
3527
4058
  */
3528
4059
  tags: Tag[] | undefined;
3529
4060
  }
4061
+ /**
4062
+ * @public
4063
+ */
3530
4064
  export interface TagResourceOutput {
3531
4065
  }
4066
+ /**
4067
+ * @public
4068
+ */
3532
4069
  export interface CreateTemplateSyncConfigInput {
3533
4070
  /**
3534
4071
  * <p>The name of your registered template.</p>
@@ -3557,6 +4094,7 @@ export interface CreateTemplateSyncConfigInput {
3557
4094
  subdirectory?: string;
3558
4095
  }
3559
4096
  /**
4097
+ * @public
3560
4098
  * <p>The detail data for a template sync configuration.</p>
3561
4099
  */
3562
4100
  export interface TemplateSyncConfig {
@@ -3585,12 +4123,18 @@ export interface TemplateSyncConfig {
3585
4123
  */
3586
4124
  subdirectory?: string;
3587
4125
  }
4126
+ /**
4127
+ * @public
4128
+ */
3588
4129
  export interface CreateTemplateSyncConfigOutput {
3589
4130
  /**
3590
4131
  * <p>The template sync configuration detail data that's returned by Proton.</p>
3591
4132
  */
3592
4133
  templateSyncConfig?: TemplateSyncConfig;
3593
4134
  }
4135
+ /**
4136
+ * @public
4137
+ */
3594
4138
  export interface DeleteTemplateSyncConfigInput {
3595
4139
  /**
3596
4140
  * <p>The template name.</p>
@@ -3601,12 +4145,18 @@ export interface DeleteTemplateSyncConfigInput {
3601
4145
  */
3602
4146
  templateType: TemplateType | string | undefined;
3603
4147
  }
4148
+ /**
4149
+ * @public
4150
+ */
3604
4151
  export interface DeleteTemplateSyncConfigOutput {
3605
4152
  /**
3606
4153
  * <p>The template sync configuration detail data that's returned by Proton.</p>
3607
4154
  */
3608
4155
  templateSyncConfig?: TemplateSyncConfig;
3609
4156
  }
4157
+ /**
4158
+ * @public
4159
+ */
3610
4160
  export interface GetTemplateSyncConfigInput {
3611
4161
  /**
3612
4162
  * <p>The template name.</p>
@@ -3617,12 +4167,18 @@ export interface GetTemplateSyncConfigInput {
3617
4167
  */
3618
4168
  templateType: TemplateType | string | undefined;
3619
4169
  }
4170
+ /**
4171
+ * @public
4172
+ */
3620
4173
  export interface GetTemplateSyncConfigOutput {
3621
4174
  /**
3622
4175
  * <p>The template sync configuration detail data that's returned by Proton.</p>
3623
4176
  */
3624
4177
  templateSyncConfig?: TemplateSyncConfig;
3625
4178
  }
4179
+ /**
4180
+ * @public
4181
+ */
3626
4182
  export interface UpdateTemplateSyncConfigInput {
3627
4183
  /**
3628
4184
  * <p>The synced template name.</p>
@@ -3650,12 +4206,18 @@ export interface UpdateTemplateSyncConfigInput {
3650
4206
  */
3651
4207
  subdirectory?: string;
3652
4208
  }
4209
+ /**
4210
+ * @public
4211
+ */
3653
4212
  export interface UpdateTemplateSyncConfigOutput {
3654
4213
  /**
3655
4214
  * <p>The template sync configuration detail data that's returned by Proton.</p>
3656
4215
  */
3657
4216
  templateSyncConfig?: TemplateSyncConfig;
3658
4217
  }
4218
+ /**
4219
+ * @public
4220
+ */
3659
4221
  export interface UntagResourceInput {
3660
4222
  /**
3661
4223
  * <p>The Amazon Resource Name (ARN) of the resource to remove customer tags from.</p>
@@ -3666,6 +4228,9 @@ export interface UntagResourceInput {
3666
4228
  */
3667
4229
  tagKeys: string[] | undefined;
3668
4230
  }
4231
+ /**
4232
+ * @public
4233
+ */
3669
4234
  export interface UntagResourceOutput {
3670
4235
  }
3671
4236
  /**