@aws-sdk/client-proton 3.687.0 → 3.691.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.
- package/dist-types/models/models_0.d.ts +355 -355
- package/dist-types/ts3.4/models/models_0.d.ts +363 -355
- package/package.json +7 -7
|
@@ -83,13 +83,13 @@ export interface EnvironmentAccountConnection {
|
|
|
83
83
|
* <i>Proton User Guide</i>.</p>
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
|
-
componentRoleArn?: string;
|
|
86
|
+
componentRoleArn?: string | undefined;
|
|
87
87
|
/**
|
|
88
88
|
* <p>The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources
|
|
89
89
|
* using CodeBuild-based provisioning in the associated environment account.</p>
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
|
-
codebuildRoleArn?: string;
|
|
92
|
+
codebuildRoleArn?: string | undefined;
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* @public
|
|
@@ -226,19 +226,19 @@ export interface AccountSettings {
|
|
|
226
226
|
* customer-owned automation for self-managed provisioning.</p>
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
|
-
pipelineServiceRoleArn?: string;
|
|
229
|
+
pipelineServiceRoleArn?: string | undefined;
|
|
230
230
|
/**
|
|
231
231
|
* <p>The linked repository for pipeline provisioning. Required if you have environments configured for self-managed provisioning with services that include
|
|
232
232
|
* pipelines. A linked repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
|
|
233
233
|
* @public
|
|
234
234
|
*/
|
|
235
|
-
pipelineProvisioningRepository?: RepositoryBranch;
|
|
235
|
+
pipelineProvisioningRepository?: RepositoryBranch | undefined;
|
|
236
236
|
/**
|
|
237
237
|
* <p>The Amazon Resource Name (ARN) of the service role that Proton uses for provisioning pipelines. Proton assumes this role for CodeBuild-based
|
|
238
238
|
* provisioning.</p>
|
|
239
239
|
* @public
|
|
240
240
|
*/
|
|
241
|
-
pipelineCodebuildRoleArn?: string;
|
|
241
|
+
pipelineCodebuildRoleArn?: string | undefined;
|
|
242
242
|
}
|
|
243
243
|
/**
|
|
244
244
|
* @public
|
|
@@ -253,7 +253,7 @@ export interface GetAccountSettingsOutput {
|
|
|
253
253
|
* <p>The Proton pipeline service role detail data that's returned by Proton.</p>
|
|
254
254
|
* @public
|
|
255
255
|
*/
|
|
256
|
-
accountSettings?: AccountSettings;
|
|
256
|
+
accountSettings?: AccountSettings | undefined;
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
259
|
* <p>Detail input data for a linked repository branch.</p>
|
|
@@ -286,7 +286,7 @@ export interface UpdateAccountSettingsInput {
|
|
|
286
286
|
* <p>To remove a previously configured ARN, specify an empty string.</p>
|
|
287
287
|
* @public
|
|
288
288
|
*/
|
|
289
|
-
pipelineServiceRoleArn?: string;
|
|
289
|
+
pipelineServiceRoleArn?: string | undefined;
|
|
290
290
|
/**
|
|
291
291
|
* <p>A linked repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that
|
|
292
292
|
* include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
|
|
@@ -294,19 +294,19 @@ export interface UpdateAccountSettingsInput {
|
|
|
294
294
|
* <code>pipelineProvisioningRepository</code>.</p>
|
|
295
295
|
* @public
|
|
296
296
|
*/
|
|
297
|
-
pipelineProvisioningRepository?: RepositoryBranchInput;
|
|
297
|
+
pipelineProvisioningRepository?: RepositoryBranchInput | undefined;
|
|
298
298
|
/**
|
|
299
299
|
* <p>Set to <code>true</code> to remove a configured pipeline repository from the account settings. Don't set this field if you are updating the
|
|
300
300
|
* configured pipeline repository.</p>
|
|
301
301
|
* @public
|
|
302
302
|
*/
|
|
303
|
-
deletePipelineProvisioningRepository?: boolean;
|
|
303
|
+
deletePipelineProvisioningRepository?: boolean | undefined;
|
|
304
304
|
/**
|
|
305
305
|
* <p>The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Proton assumes this role for CodeBuild-based
|
|
306
306
|
* provisioning.</p>
|
|
307
307
|
* @public
|
|
308
308
|
*/
|
|
309
|
-
pipelineCodebuildRoleArn?: string;
|
|
309
|
+
pipelineCodebuildRoleArn?: string | undefined;
|
|
310
310
|
}
|
|
311
311
|
/**
|
|
312
312
|
* @public
|
|
@@ -363,7 +363,7 @@ export interface Component {
|
|
|
363
363
|
* <p>A description of the component.</p>
|
|
364
364
|
* @public
|
|
365
365
|
*/
|
|
366
|
-
description?: string;
|
|
366
|
+
description?: string | undefined;
|
|
367
367
|
/**
|
|
368
368
|
* <p>The Amazon Resource Name (ARN) of the component.</p>
|
|
369
369
|
* @public
|
|
@@ -378,12 +378,12 @@ export interface Component {
|
|
|
378
378
|
* <p>The name of the service that <code>serviceInstanceName</code> is associated with. Provided when a component is attached to a service instance.</p>
|
|
379
379
|
* @public
|
|
380
380
|
*/
|
|
381
|
-
serviceName?: string;
|
|
381
|
+
serviceName?: string | undefined;
|
|
382
382
|
/**
|
|
383
383
|
* <p>The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.</p>
|
|
384
384
|
* @public
|
|
385
385
|
*/
|
|
386
|
-
serviceInstanceName?: string;
|
|
386
|
+
serviceInstanceName?: string | undefined;
|
|
387
387
|
/**
|
|
388
388
|
* <p>The time when the component was created.</p>
|
|
389
389
|
* @public
|
|
@@ -398,12 +398,12 @@ export interface Component {
|
|
|
398
398
|
* <p>The time when a deployment of the component was last attempted.</p>
|
|
399
399
|
* @public
|
|
400
400
|
*/
|
|
401
|
-
lastDeploymentAttemptedAt?: Date;
|
|
401
|
+
lastDeploymentAttemptedAt?: Date | undefined;
|
|
402
402
|
/**
|
|
403
403
|
* <p>The time when the component was last deployed successfully.</p>
|
|
404
404
|
* @public
|
|
405
405
|
*/
|
|
406
|
-
lastDeploymentSucceededAt?: Date;
|
|
406
|
+
lastDeploymentSucceededAt?: Date | undefined;
|
|
407
407
|
/**
|
|
408
408
|
* <p>The component deployment status.</p>
|
|
409
409
|
* @public
|
|
@@ -413,27 +413,27 @@ export interface Component {
|
|
|
413
413
|
* <p>The message associated with the component deployment status.</p>
|
|
414
414
|
* @public
|
|
415
415
|
*/
|
|
416
|
-
deploymentStatusMessage?: string;
|
|
416
|
+
deploymentStatusMessage?: string | undefined;
|
|
417
417
|
/**
|
|
418
418
|
* <p>The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.</p>
|
|
419
419
|
* @public
|
|
420
420
|
*/
|
|
421
|
-
serviceSpec?: string;
|
|
421
|
+
serviceSpec?: string | undefined;
|
|
422
422
|
/**
|
|
423
423
|
* <p>The last token the client requested.</p>
|
|
424
424
|
* @public
|
|
425
425
|
*/
|
|
426
|
-
lastClientRequestToken?: string;
|
|
426
|
+
lastClientRequestToken?: string | undefined;
|
|
427
427
|
/**
|
|
428
428
|
* <p>The ID of the last attempted deployment of this component.</p>
|
|
429
429
|
* @public
|
|
430
430
|
*/
|
|
431
|
-
lastAttemptedDeploymentId?: string;
|
|
431
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
432
432
|
/**
|
|
433
433
|
* <p>The ID of the last successful deployment of this component.</p>
|
|
434
434
|
* @public
|
|
435
435
|
*/
|
|
436
|
-
lastSucceededDeploymentId?: string;
|
|
436
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
439
439
|
* @public
|
|
@@ -480,7 +480,7 @@ export interface Environment {
|
|
|
480
480
|
* <p>The description of the environment.</p>
|
|
481
481
|
* @public
|
|
482
482
|
*/
|
|
483
|
-
description?: string;
|
|
483
|
+
description?: string | undefined;
|
|
484
484
|
/**
|
|
485
485
|
* <p>The time when the environment was created.</p>
|
|
486
486
|
* @public
|
|
@@ -525,39 +525,39 @@ export interface Environment {
|
|
|
525
525
|
* <p>An environment deployment status message.</p>
|
|
526
526
|
* @public
|
|
527
527
|
*/
|
|
528
|
-
deploymentStatusMessage?: string;
|
|
528
|
+
deploymentStatusMessage?: string | undefined;
|
|
529
529
|
/**
|
|
530
530
|
* <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf.</p>
|
|
531
531
|
* @public
|
|
532
532
|
*/
|
|
533
|
-
protonServiceRoleArn?: string;
|
|
533
|
+
protonServiceRoleArn?: string | undefined;
|
|
534
534
|
/**
|
|
535
535
|
* <p>The ID of the environment account connection that's used to provision infrastructure resources in an environment account.</p>
|
|
536
536
|
* @public
|
|
537
537
|
*/
|
|
538
|
-
environmentAccountConnectionId?: string;
|
|
538
|
+
environmentAccountConnectionId?: string | undefined;
|
|
539
539
|
/**
|
|
540
540
|
* <p>The ID of the environment account that the environment infrastructure resources are provisioned in.</p>
|
|
541
541
|
* @public
|
|
542
542
|
*/
|
|
543
|
-
environmentAccountId?: string;
|
|
543
|
+
environmentAccountId?: string | undefined;
|
|
544
544
|
/**
|
|
545
545
|
* <p>The environment spec.</p>
|
|
546
546
|
* @public
|
|
547
547
|
*/
|
|
548
|
-
spec?: string;
|
|
548
|
+
spec?: string | undefined;
|
|
549
549
|
/**
|
|
550
550
|
* <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
|
|
551
551
|
* @public
|
|
552
552
|
*/
|
|
553
|
-
provisioning?: Provisioning;
|
|
553
|
+
provisioning?: Provisioning | undefined;
|
|
554
554
|
/**
|
|
555
555
|
* <p>The linked repository that you use to host your rendered infrastructure templates for self-managed
|
|
556
556
|
* provisioning. A linked repository is a repository that has been registered with Proton. For more information, see
|
|
557
557
|
* <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_CreateRepository.html">CreateRepository</a>.</p>
|
|
558
558
|
* @public
|
|
559
559
|
*/
|
|
560
|
-
provisioningRepository?: RepositoryBranch;
|
|
560
|
+
provisioningRepository?: RepositoryBranch | undefined;
|
|
561
561
|
/**
|
|
562
562
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It
|
|
563
563
|
* determines the scope of infrastructure that a component can provision.</p>
|
|
@@ -567,23 +567,23 @@ export interface Environment {
|
|
|
567
567
|
* <i>Proton User Guide</i>.</p>
|
|
568
568
|
* @public
|
|
569
569
|
*/
|
|
570
|
-
componentRoleArn?: string;
|
|
570
|
+
componentRoleArn?: string | undefined;
|
|
571
571
|
/**
|
|
572
572
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using CodeBuild-based provisioning on your
|
|
573
573
|
* behalf.</p>
|
|
574
574
|
* @public
|
|
575
575
|
*/
|
|
576
|
-
codebuildRoleArn?: string;
|
|
576
|
+
codebuildRoleArn?: string | undefined;
|
|
577
577
|
/**
|
|
578
578
|
* <p>The ID of the last attempted deployment of this environment.</p>
|
|
579
579
|
* @public
|
|
580
580
|
*/
|
|
581
|
-
lastAttemptedDeploymentId?: string;
|
|
581
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
582
582
|
/**
|
|
583
583
|
* <p>The ID of the last successful deployment of this environment.</p>
|
|
584
584
|
* @public
|
|
585
585
|
*/
|
|
586
|
-
lastSucceededDeploymentId?: string;
|
|
586
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
589
589
|
* @public
|
|
@@ -676,27 +676,27 @@ export interface ServiceInstance {
|
|
|
676
676
|
* <p>The message associated with the service instance deployment status.</p>
|
|
677
677
|
* @public
|
|
678
678
|
*/
|
|
679
|
-
deploymentStatusMessage?: string;
|
|
679
|
+
deploymentStatusMessage?: string | undefined;
|
|
680
680
|
/**
|
|
681
681
|
* <p>The service spec that was used to create the service instance.</p>
|
|
682
682
|
* @public
|
|
683
683
|
*/
|
|
684
|
-
spec?: string;
|
|
684
|
+
spec?: string | undefined;
|
|
685
685
|
/**
|
|
686
686
|
* <p>The last client request token received.</p>
|
|
687
687
|
* @public
|
|
688
688
|
*/
|
|
689
|
-
lastClientRequestToken?: string;
|
|
689
|
+
lastClientRequestToken?: string | undefined;
|
|
690
690
|
/**
|
|
691
691
|
* <p>The ID of the last attempted deployment of this service instance.</p>
|
|
692
692
|
* @public
|
|
693
693
|
*/
|
|
694
|
-
lastAttemptedDeploymentId?: string;
|
|
694
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
695
695
|
/**
|
|
696
696
|
* <p>The ID of the last successful deployment of this service instance.</p>
|
|
697
697
|
* @public
|
|
698
698
|
*/
|
|
699
|
-
lastSucceededDeploymentId?: string;
|
|
699
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
700
700
|
}
|
|
701
701
|
/**
|
|
702
702
|
* @public
|
|
@@ -769,22 +769,22 @@ export interface ServicePipeline {
|
|
|
769
769
|
* <p>A service pipeline deployment status message.</p>
|
|
770
770
|
* @public
|
|
771
771
|
*/
|
|
772
|
-
deploymentStatusMessage?: string;
|
|
772
|
+
deploymentStatusMessage?: string | undefined;
|
|
773
773
|
/**
|
|
774
774
|
* <p>The service spec that was used to create the service pipeline.</p>
|
|
775
775
|
* @public
|
|
776
776
|
*/
|
|
777
|
-
spec?: string;
|
|
777
|
+
spec?: string | undefined;
|
|
778
778
|
/**
|
|
779
779
|
* <p>The ID of the last attempted deployment of this service pipeline.</p>
|
|
780
780
|
* @public
|
|
781
781
|
*/
|
|
782
|
-
lastAttemptedDeploymentId?: string;
|
|
782
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
783
783
|
/**
|
|
784
784
|
* <p>The ID of the last successful deployment of this service pipeline.</p>
|
|
785
785
|
* @public
|
|
786
786
|
*/
|
|
787
|
-
lastSucceededDeploymentId?: string;
|
|
787
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
788
788
|
}
|
|
789
789
|
/**
|
|
790
790
|
* @public
|
|
@@ -809,12 +809,12 @@ export interface ListComponentOutputsInput {
|
|
|
809
809
|
* <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>
|
|
810
810
|
* @public
|
|
811
811
|
*/
|
|
812
|
-
nextToken?: string;
|
|
812
|
+
nextToken?: string | undefined;
|
|
813
813
|
/**
|
|
814
814
|
* <p>The ID of the deployment whose outputs you want.</p>
|
|
815
815
|
* @public
|
|
816
816
|
*/
|
|
817
|
-
deploymentId?: string;
|
|
817
|
+
deploymentId?: string | undefined;
|
|
818
818
|
}
|
|
819
819
|
/**
|
|
820
820
|
* <p>An infrastructure as code defined resource output.</p>
|
|
@@ -825,12 +825,12 @@ export interface Output {
|
|
|
825
825
|
* <p>The output key.</p>
|
|
826
826
|
* @public
|
|
827
827
|
*/
|
|
828
|
-
key?: string;
|
|
828
|
+
key?: string | undefined;
|
|
829
829
|
/**
|
|
830
830
|
* <p>The output value.</p>
|
|
831
831
|
* @public
|
|
832
832
|
*/
|
|
833
|
-
valueString?: string;
|
|
833
|
+
valueString?: string | undefined;
|
|
834
834
|
}
|
|
835
835
|
/**
|
|
836
836
|
* @public
|
|
@@ -840,7 +840,7 @@ export interface ListComponentOutputsOutput {
|
|
|
840
840
|
* <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>
|
|
841
841
|
* @public
|
|
842
842
|
*/
|
|
843
|
-
nextToken?: string;
|
|
843
|
+
nextToken?: string | undefined;
|
|
844
844
|
/**
|
|
845
845
|
* <p>An array of component Infrastructure as Code (IaC) outputs.</p>
|
|
846
846
|
* @public
|
|
@@ -861,7 +861,7 @@ export interface ListComponentProvisionedResourcesInput {
|
|
|
861
861
|
* that was previously requested.</p>
|
|
862
862
|
* @public
|
|
863
863
|
*/
|
|
864
|
-
nextToken?: string;
|
|
864
|
+
nextToken?: string | undefined;
|
|
865
865
|
}
|
|
866
866
|
/**
|
|
867
867
|
* @public
|
|
@@ -884,19 +884,19 @@ export interface ProvisionedResource {
|
|
|
884
884
|
* <p>The provisioned resource name.</p>
|
|
885
885
|
* @public
|
|
886
886
|
*/
|
|
887
|
-
name?: string;
|
|
887
|
+
name?: string | undefined;
|
|
888
888
|
/**
|
|
889
889
|
* <p>The provisioned resource identifier.</p>
|
|
890
890
|
* @public
|
|
891
891
|
*/
|
|
892
|
-
identifier?: string;
|
|
892
|
+
identifier?: string | undefined;
|
|
893
893
|
/**
|
|
894
894
|
* <p>The resource provisioning engine. At this time, <code>CLOUDFORMATION</code> can be used for Amazon Web Services-managed provisioning, and <code>TERRAFORM</code> can
|
|
895
895
|
* be used for self-managed provisioning.</p>
|
|
896
896
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self">Self-managed provisioning</a> in the <i>Proton User Guide</i>.</p>
|
|
897
897
|
* @public
|
|
898
898
|
*/
|
|
899
|
-
provisioningEngine?: ProvisionedResourceEngine;
|
|
899
|
+
provisioningEngine?: ProvisionedResourceEngine | undefined;
|
|
900
900
|
}
|
|
901
901
|
/**
|
|
902
902
|
* @public
|
|
@@ -907,7 +907,7 @@ export interface ListComponentProvisionedResourcesOutput {
|
|
|
907
907
|
* provisioned resources.</p>
|
|
908
908
|
* @public
|
|
909
909
|
*/
|
|
910
|
-
nextToken?: string;
|
|
910
|
+
nextToken?: string | undefined;
|
|
911
911
|
/**
|
|
912
912
|
* <p>An array of provisioned resources for a component.</p>
|
|
913
913
|
* @public
|
|
@@ -943,25 +943,25 @@ export interface CreateComponentInput {
|
|
|
943
943
|
* <p>An optional customer-provided description of the component.</p>
|
|
944
944
|
* @public
|
|
945
945
|
*/
|
|
946
|
-
description?: string;
|
|
946
|
+
description?: string | undefined;
|
|
947
947
|
/**
|
|
948
948
|
* <p>The name of the service that <code>serviceInstanceName</code> is associated with. If you don't specify this, the component isn't attached to any
|
|
949
949
|
* service instance. Specify both <code>serviceInstanceName</code> and <code>serviceName</code> or neither of them.</p>
|
|
950
950
|
* @public
|
|
951
951
|
*/
|
|
952
|
-
serviceName?: string;
|
|
952
|
+
serviceName?: string | undefined;
|
|
953
953
|
/**
|
|
954
954
|
* <p>The name of the service instance that you want to attach this component to. If you don't specify this, the component isn't attached to any service
|
|
955
955
|
* instance. Specify both <code>serviceInstanceName</code> and <code>serviceName</code> or neither of them.</p>
|
|
956
956
|
* @public
|
|
957
957
|
*/
|
|
958
|
-
serviceInstanceName?: string;
|
|
958
|
+
serviceInstanceName?: string | undefined;
|
|
959
959
|
/**
|
|
960
960
|
* <p>The name of the Proton environment that you want to associate this component with. You must specify this when you don't specify
|
|
961
961
|
* <code>serviceInstanceName</code> and <code>serviceName</code>.</p>
|
|
962
962
|
* @public
|
|
963
963
|
*/
|
|
964
|
-
environmentName?: string;
|
|
964
|
+
environmentName?: string | undefined;
|
|
965
965
|
/**
|
|
966
966
|
* <p>A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions.</p>
|
|
967
967
|
* <note>
|
|
@@ -981,19 +981,19 @@ export interface CreateComponentInput {
|
|
|
981
981
|
* instance.</p>
|
|
982
982
|
* @public
|
|
983
983
|
*/
|
|
984
|
-
serviceSpec?: string;
|
|
984
|
+
serviceSpec?: string | undefined;
|
|
985
985
|
/**
|
|
986
986
|
* <p>An optional list of metadata items that you can associate with the Proton component. A tag is a key-value pair.</p>
|
|
987
987
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
|
|
988
988
|
* <i>Proton User Guide</i>.</p>
|
|
989
989
|
* @public
|
|
990
990
|
*/
|
|
991
|
-
tags?: Tag[];
|
|
991
|
+
tags?: Tag[] | undefined;
|
|
992
992
|
/**
|
|
993
993
|
* <p>The client token for the created component.</p>
|
|
994
994
|
* @public
|
|
995
995
|
*/
|
|
996
|
-
clientToken?: string;
|
|
996
|
+
clientToken?: string | undefined;
|
|
997
997
|
}
|
|
998
998
|
/**
|
|
999
999
|
* @public
|
|
@@ -1036,7 +1036,7 @@ export interface DeleteComponentOutput {
|
|
|
1036
1036
|
* <p>The detailed data of the component being deleted.</p>
|
|
1037
1037
|
* @public
|
|
1038
1038
|
*/
|
|
1039
|
-
component?: Component;
|
|
1039
|
+
component?: Component | undefined;
|
|
1040
1040
|
}
|
|
1041
1041
|
/**
|
|
1042
1042
|
* @public
|
|
@@ -1056,7 +1056,7 @@ export interface GetComponentOutput {
|
|
|
1056
1056
|
* <p>The detailed data of the requested component.</p>
|
|
1057
1057
|
* @public
|
|
1058
1058
|
*/
|
|
1059
|
-
component?: Component;
|
|
1059
|
+
component?: Component | undefined;
|
|
1060
1060
|
}
|
|
1061
1061
|
/**
|
|
1062
1062
|
* @public
|
|
@@ -1067,28 +1067,28 @@ export interface ListComponentsInput {
|
|
|
1067
1067
|
* requested.</p>
|
|
1068
1068
|
* @public
|
|
1069
1069
|
*/
|
|
1070
|
-
nextToken?: string;
|
|
1070
|
+
nextToken?: string | undefined;
|
|
1071
1071
|
/**
|
|
1072
1072
|
* <p>The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances
|
|
1073
1073
|
* running in it.</p>
|
|
1074
1074
|
* @public
|
|
1075
1075
|
*/
|
|
1076
|
-
environmentName?: string;
|
|
1076
|
+
environmentName?: string | undefined;
|
|
1077
1077
|
/**
|
|
1078
1078
|
* <p>The name of a service for result list filtering. Proton returns components attached to service instances of the service.</p>
|
|
1079
1079
|
* @public
|
|
1080
1080
|
*/
|
|
1081
|
-
serviceName?: string;
|
|
1081
|
+
serviceName?: string | undefined;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* <p>The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.</p>
|
|
1084
1084
|
* @public
|
|
1085
1085
|
*/
|
|
1086
|
-
serviceInstanceName?: string;
|
|
1086
|
+
serviceInstanceName?: string | undefined;
|
|
1087
1087
|
/**
|
|
1088
1088
|
* <p>The maximum number of components to list.</p>
|
|
1089
1089
|
* @public
|
|
1090
1090
|
*/
|
|
1091
|
-
maxResults?: number;
|
|
1091
|
+
maxResults?: number | undefined;
|
|
1092
1092
|
}
|
|
1093
1093
|
/**
|
|
1094
1094
|
* <p>Summary data of an Proton component resource.</p>
|
|
@@ -1117,12 +1117,12 @@ export interface ComponentSummary {
|
|
|
1117
1117
|
* <p>The name of the service that <code>serviceInstanceName</code> is associated with. Provided when a component is attached to a service instance.</p>
|
|
1118
1118
|
* @public
|
|
1119
1119
|
*/
|
|
1120
|
-
serviceName?: string;
|
|
1120
|
+
serviceName?: string | undefined;
|
|
1121
1121
|
/**
|
|
1122
1122
|
* <p>The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.</p>
|
|
1123
1123
|
* @public
|
|
1124
1124
|
*/
|
|
1125
|
-
serviceInstanceName?: string;
|
|
1125
|
+
serviceInstanceName?: string | undefined;
|
|
1126
1126
|
/**
|
|
1127
1127
|
* <p>The time when the component was created.</p>
|
|
1128
1128
|
* @public
|
|
@@ -1137,12 +1137,12 @@ export interface ComponentSummary {
|
|
|
1137
1137
|
* <p>The time when a deployment of the component was last attempted.</p>
|
|
1138
1138
|
* @public
|
|
1139
1139
|
*/
|
|
1140
|
-
lastDeploymentAttemptedAt?: Date;
|
|
1140
|
+
lastDeploymentAttemptedAt?: Date | undefined;
|
|
1141
1141
|
/**
|
|
1142
1142
|
* <p>The time when the component was last deployed successfully.</p>
|
|
1143
1143
|
* @public
|
|
1144
1144
|
*/
|
|
1145
|
-
lastDeploymentSucceededAt?: Date;
|
|
1145
|
+
lastDeploymentSucceededAt?: Date | undefined;
|
|
1146
1146
|
/**
|
|
1147
1147
|
* <p>The component deployment status.</p>
|
|
1148
1148
|
* @public
|
|
@@ -1152,17 +1152,17 @@ export interface ComponentSummary {
|
|
|
1152
1152
|
* <p>The message associated with the component deployment status.</p>
|
|
1153
1153
|
* @public
|
|
1154
1154
|
*/
|
|
1155
|
-
deploymentStatusMessage?: string;
|
|
1155
|
+
deploymentStatusMessage?: string | undefined;
|
|
1156
1156
|
/**
|
|
1157
1157
|
* <p>The ID of the last attempted deployment of this component.</p>
|
|
1158
1158
|
* @public
|
|
1159
1159
|
*/
|
|
1160
|
-
lastAttemptedDeploymentId?: string;
|
|
1160
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
1161
1161
|
/**
|
|
1162
1162
|
* <p>The ID of the last successful deployment of this component.</p>
|
|
1163
1163
|
* @public
|
|
1164
1164
|
*/
|
|
1165
|
-
lastSucceededDeploymentId?: string;
|
|
1165
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
1166
1166
|
}
|
|
1167
1167
|
/**
|
|
1168
1168
|
* @public
|
|
@@ -1172,7 +1172,7 @@ export interface ListComponentsOutput {
|
|
|
1172
1172
|
* <p>A token that indicates the location of the next component in the array of components, after the current requested list of components.</p>
|
|
1173
1173
|
* @public
|
|
1174
1174
|
*/
|
|
1175
|
-
nextToken?: string;
|
|
1175
|
+
nextToken?: string | undefined;
|
|
1176
1176
|
/**
|
|
1177
1177
|
* <p>An array of components with summary data.</p>
|
|
1178
1178
|
* @public
|
|
@@ -1227,27 +1227,27 @@ export interface UpdateComponentInput {
|
|
|
1227
1227
|
* <p>An optional customer-provided description of the component.</p>
|
|
1228
1228
|
* @public
|
|
1229
1229
|
*/
|
|
1230
|
-
description?: string;
|
|
1230
|
+
description?: string | undefined;
|
|
1231
1231
|
/**
|
|
1232
1232
|
* <p>The name of the service that <code>serviceInstanceName</code> is associated with. Don't specify to keep the component's current service instance
|
|
1233
1233
|
* attachment. Specify an empty string to detach the component from the service instance it's attached to. Specify non-empty values for both
|
|
1234
1234
|
* <code>serviceInstanceName</code> and <code>serviceName</code> or for neither of them.</p>
|
|
1235
1235
|
* @public
|
|
1236
1236
|
*/
|
|
1237
|
-
serviceName?: string;
|
|
1237
|
+
serviceName?: string | undefined;
|
|
1238
1238
|
/**
|
|
1239
1239
|
* <p>The name of the service instance that you want to attach this component to. Don't specify to keep the component's current service instance attachment.
|
|
1240
1240
|
* Specify an empty string to detach the component from the service instance it's attached to. Specify non-empty values for both
|
|
1241
1241
|
* <code>serviceInstanceName</code> and <code>serviceName</code> or for neither of them.</p>
|
|
1242
1242
|
* @public
|
|
1243
1243
|
*/
|
|
1244
|
-
serviceInstanceName?: string;
|
|
1244
|
+
serviceInstanceName?: string | undefined;
|
|
1245
1245
|
/**
|
|
1246
1246
|
* <p>The service spec that you want the component to use to access service inputs. Set this only when the component is attached to a service
|
|
1247
1247
|
* instance.</p>
|
|
1248
1248
|
* @public
|
|
1249
1249
|
*/
|
|
1250
|
-
serviceSpec?: string;
|
|
1250
|
+
serviceSpec?: string | undefined;
|
|
1251
1251
|
/**
|
|
1252
1252
|
* <p>A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions.</p>
|
|
1253
1253
|
* <note>
|
|
@@ -1255,12 +1255,12 @@ export interface UpdateComponentInput {
|
|
|
1255
1255
|
* </note>
|
|
1256
1256
|
* @public
|
|
1257
1257
|
*/
|
|
1258
|
-
templateFile?: string;
|
|
1258
|
+
templateFile?: string | undefined;
|
|
1259
1259
|
/**
|
|
1260
1260
|
* <p>The client token for the updated component.</p>
|
|
1261
1261
|
* @public
|
|
1262
1262
|
*/
|
|
1263
|
-
clientToken?: string;
|
|
1263
|
+
clientToken?: string | undefined;
|
|
1264
1264
|
}
|
|
1265
1265
|
/**
|
|
1266
1266
|
* @public
|
|
@@ -1291,22 +1291,22 @@ export interface ComponentState {
|
|
|
1291
1291
|
* <p>The name of the service that <code>serviceInstanceName</code> is associated with. Provided when a component is attached to a service instance.</p>
|
|
1292
1292
|
* @public
|
|
1293
1293
|
*/
|
|
1294
|
-
serviceName?: string;
|
|
1294
|
+
serviceName?: string | undefined;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* <p>The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.</p>
|
|
1297
1297
|
* @public
|
|
1298
1298
|
*/
|
|
1299
|
-
serviceInstanceName?: string;
|
|
1299
|
+
serviceInstanceName?: string | undefined;
|
|
1300
1300
|
/**
|
|
1301
1301
|
* <p>The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.</p>
|
|
1302
1302
|
* @public
|
|
1303
1303
|
*/
|
|
1304
|
-
serviceSpec?: string;
|
|
1304
|
+
serviceSpec?: string | undefined;
|
|
1305
1305
|
/**
|
|
1306
1306
|
* <p>The template file used.</p>
|
|
1307
1307
|
* @public
|
|
1308
1308
|
*/
|
|
1309
|
-
templateFile?: string;
|
|
1309
|
+
templateFile?: string | undefined;
|
|
1310
1310
|
}
|
|
1311
1311
|
/**
|
|
1312
1312
|
* <p>The detailed data about the current state of the environment.</p>
|
|
@@ -1317,7 +1317,7 @@ export interface EnvironmentState {
|
|
|
1317
1317
|
* <p>The environment spec that was used to create the environment.</p>
|
|
1318
1318
|
* @public
|
|
1319
1319
|
*/
|
|
1320
|
-
spec?: string;
|
|
1320
|
+
spec?: string | undefined;
|
|
1321
1321
|
/**
|
|
1322
1322
|
* <p>The name of the environment template that was used to create the environment.</p>
|
|
1323
1323
|
* @public
|
|
@@ -1365,17 +1365,17 @@ export interface ServiceInstanceState {
|
|
|
1365
1365
|
* <p>The IDs for the last successful components deployed for this service instance.</p>
|
|
1366
1366
|
* @public
|
|
1367
1367
|
*/
|
|
1368
|
-
lastSuccessfulComponentDeploymentIds?: string[];
|
|
1368
|
+
lastSuccessfulComponentDeploymentIds?: string[] | undefined;
|
|
1369
1369
|
/**
|
|
1370
1370
|
* <p>The ID for the last successful environment deployed for this service instance.</p>
|
|
1371
1371
|
* @public
|
|
1372
1372
|
*/
|
|
1373
|
-
lastSuccessfulEnvironmentDeploymentId?: string;
|
|
1373
|
+
lastSuccessfulEnvironmentDeploymentId?: string | undefined;
|
|
1374
1374
|
/**
|
|
1375
1375
|
* <p>The ID for the last successful service pipeline deployed for this service instance.</p>
|
|
1376
1376
|
* @public
|
|
1377
1377
|
*/
|
|
1378
|
-
lastSuccessfulServicePipelineDeploymentId?: string;
|
|
1378
|
+
lastSuccessfulServicePipelineDeploymentId?: string | undefined;
|
|
1379
1379
|
}
|
|
1380
1380
|
/**
|
|
1381
1381
|
* <p>The detailed data about the current state of the service pipeline.</p>
|
|
@@ -1386,7 +1386,7 @@ export interface ServicePipelineState {
|
|
|
1386
1386
|
* <p>The service spec that was used to create the service pipeline.</p>
|
|
1387
1387
|
* @public
|
|
1388
1388
|
*/
|
|
1389
|
-
spec?: string;
|
|
1389
|
+
spec?: string | undefined;
|
|
1390
1390
|
/**
|
|
1391
1391
|
* <p>The name of the service template that was used to create the service pipeline.</p>
|
|
1392
1392
|
* @public
|
|
@@ -1530,17 +1530,17 @@ export interface Deployment {
|
|
|
1530
1530
|
* <p>The name of the service in this deployment.</p>
|
|
1531
1531
|
* @public
|
|
1532
1532
|
*/
|
|
1533
|
-
serviceName?: string;
|
|
1533
|
+
serviceName?: string | undefined;
|
|
1534
1534
|
/**
|
|
1535
1535
|
* <p>The name of the deployment's service instance.</p>
|
|
1536
1536
|
* @public
|
|
1537
1537
|
*/
|
|
1538
|
-
serviceInstanceName?: string;
|
|
1538
|
+
serviceInstanceName?: string | undefined;
|
|
1539
1539
|
/**
|
|
1540
1540
|
* <p>The name of the component associated with this deployment.</p>
|
|
1541
1541
|
* @public
|
|
1542
1542
|
*/
|
|
1543
|
-
componentName?: string;
|
|
1543
|
+
componentName?: string | undefined;
|
|
1544
1544
|
/**
|
|
1545
1545
|
* <p>The status of the deployment.</p>
|
|
1546
1546
|
* @public
|
|
@@ -1550,7 +1550,7 @@ export interface Deployment {
|
|
|
1550
1550
|
* <p>The deployment status message.</p>
|
|
1551
1551
|
* @public
|
|
1552
1552
|
*/
|
|
1553
|
-
deploymentStatusMessage?: string;
|
|
1553
|
+
deploymentStatusMessage?: string | undefined;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* <p>The date and time the deployment was created.</p>
|
|
1556
1556
|
* @public
|
|
@@ -1565,27 +1565,27 @@ export interface Deployment {
|
|
|
1565
1565
|
* <p>The date and time the deployment was completed.</p>
|
|
1566
1566
|
* @public
|
|
1567
1567
|
*/
|
|
1568
|
-
completedAt?: Date;
|
|
1568
|
+
completedAt?: Date | undefined;
|
|
1569
1569
|
/**
|
|
1570
1570
|
* <p>The ID of the last attempted deployment.</p>
|
|
1571
1571
|
* @public
|
|
1572
1572
|
*/
|
|
1573
|
-
lastAttemptedDeploymentId?: string;
|
|
1573
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
1574
1574
|
/**
|
|
1575
1575
|
* <p>The ID of the last successful deployment.</p>
|
|
1576
1576
|
* @public
|
|
1577
1577
|
*/
|
|
1578
|
-
lastSucceededDeploymentId?: string;
|
|
1578
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
1579
1579
|
/**
|
|
1580
1580
|
* <p>The initial state of the target resource at the time of the deployment.</p>
|
|
1581
1581
|
* @public
|
|
1582
1582
|
*/
|
|
1583
|
-
initialState?: DeploymentState;
|
|
1583
|
+
initialState?: DeploymentState | undefined;
|
|
1584
1584
|
/**
|
|
1585
1585
|
* <p>The target state of the target resource at the time of the deployment.</p>
|
|
1586
1586
|
* @public
|
|
1587
1587
|
*/
|
|
1588
|
-
targetState?: DeploymentState;
|
|
1588
|
+
targetState?: DeploymentState | undefined;
|
|
1589
1589
|
}
|
|
1590
1590
|
/**
|
|
1591
1591
|
* @public
|
|
@@ -1595,7 +1595,7 @@ export interface DeleteDeploymentOutput {
|
|
|
1595
1595
|
* <p>The detailed data of the deployment being deleted.</p>
|
|
1596
1596
|
* @public
|
|
1597
1597
|
*/
|
|
1598
|
-
deployment?: Deployment;
|
|
1598
|
+
deployment?: Deployment | undefined;
|
|
1599
1599
|
}
|
|
1600
1600
|
/**
|
|
1601
1601
|
* @public
|
|
@@ -1610,23 +1610,23 @@ export interface GetDeploymentInput {
|
|
|
1610
1610
|
* <p>The name of a environment that you want to get the detailed data for.</p>
|
|
1611
1611
|
* @public
|
|
1612
1612
|
*/
|
|
1613
|
-
environmentName?: string;
|
|
1613
|
+
environmentName?: string | undefined;
|
|
1614
1614
|
/**
|
|
1615
1615
|
* <p>The name of the service associated with the given deployment ID.</p>
|
|
1616
1616
|
* @public
|
|
1617
1617
|
*/
|
|
1618
|
-
serviceName?: string;
|
|
1618
|
+
serviceName?: string | undefined;
|
|
1619
1619
|
/**
|
|
1620
1620
|
* <p>The name of the service instance associated with the given deployment ID. <code>serviceName</code> must be specified to identify the service
|
|
1621
1621
|
* instance.</p>
|
|
1622
1622
|
* @public
|
|
1623
1623
|
*/
|
|
1624
|
-
serviceInstanceName?: string;
|
|
1624
|
+
serviceInstanceName?: string | undefined;
|
|
1625
1625
|
/**
|
|
1626
1626
|
* <p>The name of a component that you want to get the detailed data for.</p>
|
|
1627
1627
|
* @public
|
|
1628
1628
|
*/
|
|
1629
|
-
componentName?: string;
|
|
1629
|
+
componentName?: string | undefined;
|
|
1630
1630
|
}
|
|
1631
1631
|
/**
|
|
1632
1632
|
* @public
|
|
@@ -1636,7 +1636,7 @@ export interface GetDeploymentOutput {
|
|
|
1636
1636
|
* <p>The detailed data of the requested deployment.</p>
|
|
1637
1637
|
* @public
|
|
1638
1638
|
*/
|
|
1639
|
-
deployment?: Deployment;
|
|
1639
|
+
deployment?: Deployment | undefined;
|
|
1640
1640
|
}
|
|
1641
1641
|
/**
|
|
1642
1642
|
* @public
|
|
@@ -1647,32 +1647,32 @@ export interface ListDeploymentsInput {
|
|
|
1647
1647
|
* requested.</p>
|
|
1648
1648
|
* @public
|
|
1649
1649
|
*/
|
|
1650
|
-
nextToken?: string;
|
|
1650
|
+
nextToken?: string | undefined;
|
|
1651
1651
|
/**
|
|
1652
1652
|
* <p>The name of an environment for result list filtering. Proton returns deployments associated with the environment.</p>
|
|
1653
1653
|
* @public
|
|
1654
1654
|
*/
|
|
1655
|
-
environmentName?: string;
|
|
1655
|
+
environmentName?: string | undefined;
|
|
1656
1656
|
/**
|
|
1657
1657
|
* <p>The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.</p>
|
|
1658
1658
|
* @public
|
|
1659
1659
|
*/
|
|
1660
|
-
serviceName?: string;
|
|
1660
|
+
serviceName?: string | undefined;
|
|
1661
1661
|
/**
|
|
1662
1662
|
* <p>The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.</p>
|
|
1663
1663
|
* @public
|
|
1664
1664
|
*/
|
|
1665
|
-
serviceInstanceName?: string;
|
|
1665
|
+
serviceInstanceName?: string | undefined;
|
|
1666
1666
|
/**
|
|
1667
1667
|
* <p>The name of a component for result list filtering. Proton returns deployments associated with that component.</p>
|
|
1668
1668
|
* @public
|
|
1669
1669
|
*/
|
|
1670
|
-
componentName?: string;
|
|
1670
|
+
componentName?: string | undefined;
|
|
1671
1671
|
/**
|
|
1672
1672
|
* <p>The maximum number of deployments to list.</p>
|
|
1673
1673
|
* @public
|
|
1674
1674
|
*/
|
|
1675
|
-
maxResults?: number;
|
|
1675
|
+
maxResults?: number | undefined;
|
|
1676
1676
|
}
|
|
1677
1677
|
/**
|
|
1678
1678
|
* <p>Summary data of the deployment.</p>
|
|
@@ -1718,7 +1718,7 @@ export interface DeploymentSummary {
|
|
|
1718
1718
|
* <p>The date and time the deployment was completed.</p>
|
|
1719
1719
|
* @public
|
|
1720
1720
|
*/
|
|
1721
|
-
completedAt?: Date;
|
|
1721
|
+
completedAt?: Date | undefined;
|
|
1722
1722
|
/**
|
|
1723
1723
|
* <p>The name of the environment associated with the deployment.</p>
|
|
1724
1724
|
* @public
|
|
@@ -1728,27 +1728,27 @@ export interface DeploymentSummary {
|
|
|
1728
1728
|
* <p>The name of the service associated with the deployment.</p>
|
|
1729
1729
|
* @public
|
|
1730
1730
|
*/
|
|
1731
|
-
serviceName?: string;
|
|
1731
|
+
serviceName?: string | undefined;
|
|
1732
1732
|
/**
|
|
1733
1733
|
* <p>The name of the service instance associated with the deployment.</p>
|
|
1734
1734
|
* @public
|
|
1735
1735
|
*/
|
|
1736
|
-
serviceInstanceName?: string;
|
|
1736
|
+
serviceInstanceName?: string | undefined;
|
|
1737
1737
|
/**
|
|
1738
1738
|
* <p>The name of the component associated with the deployment.</p>
|
|
1739
1739
|
* @public
|
|
1740
1740
|
*/
|
|
1741
|
-
componentName?: string;
|
|
1741
|
+
componentName?: string | undefined;
|
|
1742
1742
|
/**
|
|
1743
1743
|
* <p>The ID of the last attempted deployment.</p>
|
|
1744
1744
|
* @public
|
|
1745
1745
|
*/
|
|
1746
|
-
lastAttemptedDeploymentId?: string;
|
|
1746
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
1747
1747
|
/**
|
|
1748
1748
|
* <p>The ID of the last successful deployment.</p>
|
|
1749
1749
|
* @public
|
|
1750
1750
|
*/
|
|
1751
|
-
lastSucceededDeploymentId?: string;
|
|
1751
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
1752
1752
|
/**
|
|
1753
1753
|
* <p>The current status of the deployment.</p>
|
|
1754
1754
|
* @public
|
|
@@ -1763,7 +1763,7 @@ export interface ListDeploymentsOutput {
|
|
|
1763
1763
|
* <p>A token that indicates the location of the next deployment in the array of deployment, after the current requested list of deployment.</p>
|
|
1764
1764
|
* @public
|
|
1765
1765
|
*/
|
|
1766
|
-
nextToken?: string;
|
|
1766
|
+
nextToken?: string | undefined;
|
|
1767
1767
|
/**
|
|
1768
1768
|
* <p>An array of deployment with summary data.</p>
|
|
1769
1769
|
* @public
|
|
@@ -1779,7 +1779,7 @@ export interface CreateEnvironmentAccountConnectionInput {
|
|
|
1779
1779
|
* request created.</p>
|
|
1780
1780
|
* @public
|
|
1781
1781
|
*/
|
|
1782
|
-
clientToken?: string;
|
|
1782
|
+
clientToken?: string | undefined;
|
|
1783
1783
|
/**
|
|
1784
1784
|
* <p>The ID of the management account that accepts or rejects the environment account connection. You create and manage the Proton environment in this
|
|
1785
1785
|
* account. If the management account accepts the environment account connection, Proton can use the associated IAM role to provision environment
|
|
@@ -1792,7 +1792,7 @@ export interface CreateEnvironmentAccountConnectionInput {
|
|
|
1792
1792
|
* resources in the associated environment account.</p>
|
|
1793
1793
|
* @public
|
|
1794
1794
|
*/
|
|
1795
|
-
roleArn?: string;
|
|
1795
|
+
roleArn?: string | undefined;
|
|
1796
1796
|
/**
|
|
1797
1797
|
* <p>The name of the Proton environment that's created in the associated management account.</p>
|
|
1798
1798
|
* @public
|
|
@@ -1804,7 +1804,7 @@ export interface CreateEnvironmentAccountConnectionInput {
|
|
|
1804
1804
|
* <i>Proton User Guide</i>.</p>
|
|
1805
1805
|
* @public
|
|
1806
1806
|
*/
|
|
1807
|
-
tags?: Tag[];
|
|
1807
|
+
tags?: Tag[] | undefined;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated
|
|
1810
1810
|
* environment account. It determines the scope of infrastructure that a component can provision in the account.</p>
|
|
@@ -1815,13 +1815,13 @@ export interface CreateEnvironmentAccountConnectionInput {
|
|
|
1815
1815
|
* <i>Proton User Guide</i>.</p>
|
|
1816
1816
|
* @public
|
|
1817
1817
|
*/
|
|
1818
|
-
componentRoleArn?: string;
|
|
1818
|
+
componentRoleArn?: string | undefined;
|
|
1819
1819
|
/**
|
|
1820
1820
|
* <p>The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources
|
|
1821
1821
|
* using CodeBuild-based provisioning in the associated environment account.</p>
|
|
1822
1822
|
* @public
|
|
1823
1823
|
*/
|
|
1824
|
-
codebuildRoleArn?: string;
|
|
1824
|
+
codebuildRoleArn?: string | undefined;
|
|
1825
1825
|
}
|
|
1826
1826
|
/**
|
|
1827
1827
|
* @public
|
|
@@ -1851,7 +1851,7 @@ export interface DeleteEnvironmentAccountConnectionOutput {
|
|
|
1851
1851
|
* <p>The detailed data of the environment account connection being deleted.</p>
|
|
1852
1852
|
* @public
|
|
1853
1853
|
*/
|
|
1854
|
-
environmentAccountConnection?: EnvironmentAccountConnection;
|
|
1854
|
+
environmentAccountConnection?: EnvironmentAccountConnection | undefined;
|
|
1855
1855
|
}
|
|
1856
1856
|
/**
|
|
1857
1857
|
* @public
|
|
@@ -1898,23 +1898,23 @@ export interface ListEnvironmentAccountConnectionsInput {
|
|
|
1898
1898
|
* <p>The environment name that's associated with each listed environment account connection.</p>
|
|
1899
1899
|
* @public
|
|
1900
1900
|
*/
|
|
1901
|
-
environmentName?: string;
|
|
1901
|
+
environmentName?: string | undefined;
|
|
1902
1902
|
/**
|
|
1903
1903
|
* <p>The status details for each listed environment account connection.</p>
|
|
1904
1904
|
* @public
|
|
1905
1905
|
*/
|
|
1906
|
-
statuses?: EnvironmentAccountConnectionStatus[];
|
|
1906
|
+
statuses?: EnvironmentAccountConnectionStatus[] | undefined;
|
|
1907
1907
|
/**
|
|
1908
1908
|
* <p>A token that indicates the location of the next environment account connection in the array of environment account connections, after the list of
|
|
1909
1909
|
* environment account connections that was previously requested.</p>
|
|
1910
1910
|
* @public
|
|
1911
1911
|
*/
|
|
1912
|
-
nextToken?: string;
|
|
1912
|
+
nextToken?: string | undefined;
|
|
1913
1913
|
/**
|
|
1914
1914
|
* <p>The maximum number of environment account connections to list.</p>
|
|
1915
1915
|
* @public
|
|
1916
1916
|
*/
|
|
1917
|
-
maxResults?: number;
|
|
1917
|
+
maxResults?: number | undefined;
|
|
1918
1918
|
}
|
|
1919
1919
|
/**
|
|
1920
1920
|
* <p>Summary data of an Proton environment account connection resource.</p>
|
|
@@ -1976,7 +1976,7 @@ export interface EnvironmentAccountConnectionSummary {
|
|
|
1976
1976
|
* <i>Proton User Guide</i>.</p>
|
|
1977
1977
|
* @public
|
|
1978
1978
|
*/
|
|
1979
|
-
componentRoleArn?: string;
|
|
1979
|
+
componentRoleArn?: string | undefined;
|
|
1980
1980
|
}
|
|
1981
1981
|
/**
|
|
1982
1982
|
* @public
|
|
@@ -1992,7 +1992,7 @@ export interface ListEnvironmentAccountConnectionsOutput {
|
|
|
1992
1992
|
* requested list of environment account connections.</p>
|
|
1993
1993
|
* @public
|
|
1994
1994
|
*/
|
|
1995
|
-
nextToken?: string;
|
|
1995
|
+
nextToken?: string | undefined;
|
|
1996
1996
|
}
|
|
1997
1997
|
/**
|
|
1998
1998
|
* @public
|
|
@@ -2027,7 +2027,7 @@ export interface UpdateEnvironmentAccountConnectionInput {
|
|
|
2027
2027
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.</p>
|
|
2028
2028
|
* @public
|
|
2029
2029
|
*/
|
|
2030
|
-
roleArn?: string;
|
|
2030
|
+
roleArn?: string | undefined;
|
|
2031
2031
|
/**
|
|
2032
2032
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated
|
|
2033
2033
|
* environment account. It determines the scope of infrastructure that a component can provision in the account.</p>
|
|
@@ -2038,13 +2038,13 @@ export interface UpdateEnvironmentAccountConnectionInput {
|
|
|
2038
2038
|
* <i>Proton User Guide</i>.</p>
|
|
2039
2039
|
* @public
|
|
2040
2040
|
*/
|
|
2041
|
-
componentRoleArn?: string;
|
|
2041
|
+
componentRoleArn?: string | undefined;
|
|
2042
2042
|
/**
|
|
2043
2043
|
* <p>The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources
|
|
2044
2044
|
* using CodeBuild-based provisioning in the associated environment account.</p>
|
|
2045
2045
|
* @public
|
|
2046
2046
|
*/
|
|
2047
|
-
codebuildRoleArn?: string;
|
|
2047
|
+
codebuildRoleArn?: string | undefined;
|
|
2048
2048
|
}
|
|
2049
2049
|
/**
|
|
2050
2050
|
* @public
|
|
@@ -2070,12 +2070,12 @@ export interface ListEnvironmentOutputsInput {
|
|
|
2070
2070
|
* previously requested.</p>
|
|
2071
2071
|
* @public
|
|
2072
2072
|
*/
|
|
2073
|
-
nextToken?: string;
|
|
2073
|
+
nextToken?: string | undefined;
|
|
2074
2074
|
/**
|
|
2075
2075
|
* <p>The ID of the deployment whose outputs you want.</p>
|
|
2076
2076
|
* @public
|
|
2077
2077
|
*/
|
|
2078
|
-
deploymentId?: string;
|
|
2078
|
+
deploymentId?: string | undefined;
|
|
2079
2079
|
}
|
|
2080
2080
|
/**
|
|
2081
2081
|
* @public
|
|
@@ -2086,7 +2086,7 @@ export interface ListEnvironmentOutputsOutput {
|
|
|
2086
2086
|
* environment outputs.</p>
|
|
2087
2087
|
* @public
|
|
2088
2088
|
*/
|
|
2089
|
-
nextToken?: string;
|
|
2089
|
+
nextToken?: string | undefined;
|
|
2090
2090
|
/**
|
|
2091
2091
|
* <p>An array of environment outputs with detail data.</p>
|
|
2092
2092
|
* @public
|
|
@@ -2107,7 +2107,7 @@ export interface ListEnvironmentProvisionedResourcesInput {
|
|
|
2107
2107
|
* environment provisioned resources that was previously requested.</p>
|
|
2108
2108
|
* @public
|
|
2109
2109
|
*/
|
|
2110
|
-
nextToken?: string;
|
|
2110
|
+
nextToken?: string | undefined;
|
|
2111
2111
|
}
|
|
2112
2112
|
/**
|
|
2113
2113
|
* @public
|
|
@@ -2118,7 +2118,7 @@ export interface ListEnvironmentProvisionedResourcesOutput {
|
|
|
2118
2118
|
* list of environment provisioned resources.</p>
|
|
2119
2119
|
* @public
|
|
2120
2120
|
*/
|
|
2121
|
-
nextToken?: string;
|
|
2121
|
+
nextToken?: string | undefined;
|
|
2122
2122
|
/**
|
|
2123
2123
|
* <p>An array of environment provisioned resources.</p>
|
|
2124
2124
|
* @public
|
|
@@ -2148,12 +2148,12 @@ export interface CreateEnvironmentInput {
|
|
|
2148
2148
|
* <p>The minor version of the environment template.</p>
|
|
2149
2149
|
* @public
|
|
2150
2150
|
*/
|
|
2151
|
-
templateMinorVersion?: string;
|
|
2151
|
+
templateMinorVersion?: string | undefined;
|
|
2152
2152
|
/**
|
|
2153
2153
|
* <p>A description of the environment that's being created and deployed.</p>
|
|
2154
2154
|
* @public
|
|
2155
2155
|
*/
|
|
2156
|
-
description?: string;
|
|
2156
|
+
description?: string | undefined;
|
|
2157
2157
|
/**
|
|
2158
2158
|
* <p>A YAML formatted string that provides inputs as defined in the environment template bundle schema file. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-environments.html">Environments</a> in the <i>Proton User
|
|
2159
2159
|
* Guide</i>.</p>
|
|
@@ -2166,7 +2166,7 @@ export interface CreateEnvironmentInput {
|
|
|
2166
2166
|
* <code>protonServiceRoleArn</code> parameter and omit the <code>provisioningRepository</code> parameter.</p>
|
|
2167
2167
|
* @public
|
|
2168
2168
|
*/
|
|
2169
|
-
protonServiceRoleArn?: string;
|
|
2169
|
+
protonServiceRoleArn?: string | undefined;
|
|
2170
2170
|
/**
|
|
2171
2171
|
* <p>The ID of the environment account connection that you provide if you're provisioning your environment infrastructure resources to an environment
|
|
2172
2172
|
* account. For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment account
|
|
@@ -2175,14 +2175,14 @@ export interface CreateEnvironmentInput {
|
|
|
2175
2175
|
* <code>protonServiceRoleArn</code> parameter and omit the <code>provisioningRepository</code> parameter.</p>
|
|
2176
2176
|
* @public
|
|
2177
2177
|
*/
|
|
2178
|
-
environmentAccountConnectionId?: string;
|
|
2178
|
+
environmentAccountConnectionId?: string | undefined;
|
|
2179
2179
|
/**
|
|
2180
2180
|
* <p>An optional list of metadata items that you can associate with the Proton environment. A tag is a key-value pair.</p>
|
|
2181
2181
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
|
|
2182
2182
|
* <i>Proton User Guide</i>.</p>
|
|
2183
2183
|
* @public
|
|
2184
2184
|
*/
|
|
2185
|
-
tags?: Tag[];
|
|
2185
|
+
tags?: Tag[] | undefined;
|
|
2186
2186
|
/**
|
|
2187
2187
|
* <p>The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning. A linked repository is a repository
|
|
2188
2188
|
* that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
|
|
@@ -2190,7 +2190,7 @@ export interface CreateEnvironmentInput {
|
|
|
2190
2190
|
* <code>protonServiceRoleArn</code> parameters.</p>
|
|
2191
2191
|
* @public
|
|
2192
2192
|
*/
|
|
2193
|
-
provisioningRepository?: RepositoryBranchInput;
|
|
2193
|
+
provisioningRepository?: RepositoryBranchInput | undefined;
|
|
2194
2194
|
/**
|
|
2195
2195
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It
|
|
2196
2196
|
* determines the scope of infrastructure that a component can provision.</p>
|
|
@@ -2200,7 +2200,7 @@ export interface CreateEnvironmentInput {
|
|
|
2200
2200
|
* <i>Proton User Guide</i>.</p>
|
|
2201
2201
|
* @public
|
|
2202
2202
|
*/
|
|
2203
|
-
componentRoleArn?: string;
|
|
2203
|
+
componentRoleArn?: string | undefined;
|
|
2204
2204
|
/**
|
|
2205
2205
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using CodeBuild-based provisioning on your
|
|
2206
2206
|
* behalf.</p>
|
|
@@ -2208,7 +2208,7 @@ export interface CreateEnvironmentInput {
|
|
|
2208
2208
|
* <code>environmentAccountConnectionId</code> or <code>codebuildRoleArn</code> parameter.</p>
|
|
2209
2209
|
* @public
|
|
2210
2210
|
*/
|
|
2211
|
-
codebuildRoleArn?: string;
|
|
2211
|
+
codebuildRoleArn?: string | undefined;
|
|
2212
2212
|
}
|
|
2213
2213
|
/**
|
|
2214
2214
|
* @public
|
|
@@ -2238,7 +2238,7 @@ export interface DeleteEnvironmentOutput {
|
|
|
2238
2238
|
* <p>The detailed data of the environment being deleted.</p>
|
|
2239
2239
|
* @public
|
|
2240
2240
|
*/
|
|
2241
|
-
environment?: Environment;
|
|
2241
|
+
environment?: Environment | undefined;
|
|
2242
2242
|
}
|
|
2243
2243
|
/**
|
|
2244
2244
|
* @public
|
|
@@ -2285,17 +2285,17 @@ export interface ListEnvironmentsInput {
|
|
|
2285
2285
|
* requested.</p>
|
|
2286
2286
|
* @public
|
|
2287
2287
|
*/
|
|
2288
|
-
nextToken?: string;
|
|
2288
|
+
nextToken?: string | undefined;
|
|
2289
2289
|
/**
|
|
2290
2290
|
* <p>The maximum number of environments to list.</p>
|
|
2291
2291
|
* @public
|
|
2292
2292
|
*/
|
|
2293
|
-
maxResults?: number;
|
|
2293
|
+
maxResults?: number | undefined;
|
|
2294
2294
|
/**
|
|
2295
2295
|
* <p>An array of the versions of the environment template.</p>
|
|
2296
2296
|
* @public
|
|
2297
2297
|
*/
|
|
2298
|
-
environmentTemplates?: EnvironmentTemplateFilter[];
|
|
2298
|
+
environmentTemplates?: EnvironmentTemplateFilter[] | undefined;
|
|
2299
2299
|
}
|
|
2300
2300
|
/**
|
|
2301
2301
|
* <p>Summary data of an Proton environment resource. An Proton environment is a set of resources shared across Proton services.</p>
|
|
@@ -2311,7 +2311,7 @@ export interface EnvironmentSummary {
|
|
|
2311
2311
|
* <p>The description of the environment.</p>
|
|
2312
2312
|
* @public
|
|
2313
2313
|
*/
|
|
2314
|
-
description?: string;
|
|
2314
|
+
description?: string | undefined;
|
|
2315
2315
|
/**
|
|
2316
2316
|
* <p>The time when the environment was created.</p>
|
|
2317
2317
|
* @public
|
|
@@ -2356,27 +2356,27 @@ export interface EnvironmentSummary {
|
|
|
2356
2356
|
* <p>An environment deployment status message.</p>
|
|
2357
2357
|
* @public
|
|
2358
2358
|
*/
|
|
2359
|
-
deploymentStatusMessage?: string;
|
|
2359
|
+
deploymentStatusMessage?: string | undefined;
|
|
2360
2360
|
/**
|
|
2361
2361
|
* <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services on your behalf.</p>
|
|
2362
2362
|
* @public
|
|
2363
2363
|
*/
|
|
2364
|
-
protonServiceRoleArn?: string;
|
|
2364
|
+
protonServiceRoleArn?: string | undefined;
|
|
2365
2365
|
/**
|
|
2366
2366
|
* <p>The ID of the environment account connection that the environment is associated with.</p>
|
|
2367
2367
|
* @public
|
|
2368
2368
|
*/
|
|
2369
|
-
environmentAccountConnectionId?: string;
|
|
2369
|
+
environmentAccountConnectionId?: string | undefined;
|
|
2370
2370
|
/**
|
|
2371
2371
|
* <p>The ID of the environment account that the environment infrastructure resources are provisioned in.</p>
|
|
2372
2372
|
* @public
|
|
2373
2373
|
*/
|
|
2374
|
-
environmentAccountId?: string;
|
|
2374
|
+
environmentAccountId?: string | undefined;
|
|
2375
2375
|
/**
|
|
2376
2376
|
* <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
|
|
2377
2377
|
* @public
|
|
2378
2378
|
*/
|
|
2379
|
-
provisioning?: Provisioning;
|
|
2379
|
+
provisioning?: Provisioning | undefined;
|
|
2380
2380
|
/**
|
|
2381
2381
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It
|
|
2382
2382
|
* determines the scope of infrastructure that a component can provision.</p>
|
|
@@ -2386,17 +2386,17 @@ export interface EnvironmentSummary {
|
|
|
2386
2386
|
* <i>Proton User Guide</i>.</p>
|
|
2387
2387
|
* @public
|
|
2388
2388
|
*/
|
|
2389
|
-
componentRoleArn?: string;
|
|
2389
|
+
componentRoleArn?: string | undefined;
|
|
2390
2390
|
/**
|
|
2391
2391
|
* <p>The ID of the last attempted deployment of this environment.</p>
|
|
2392
2392
|
* @public
|
|
2393
2393
|
*/
|
|
2394
|
-
lastAttemptedDeploymentId?: string;
|
|
2394
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
2395
2395
|
/**
|
|
2396
2396
|
* <p>The ID of the last successful deployment of this environment.</p>
|
|
2397
2397
|
* @public
|
|
2398
2398
|
*/
|
|
2399
|
-
lastSucceededDeploymentId?: string;
|
|
2399
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
2400
2400
|
}
|
|
2401
2401
|
/**
|
|
2402
2402
|
* @public
|
|
@@ -2406,7 +2406,7 @@ export interface ListEnvironmentsOutput {
|
|
|
2406
2406
|
* <p>A token that indicates the location of the next environment in the array of environments, after the current requested list of environments.</p>
|
|
2407
2407
|
* @public
|
|
2408
2408
|
*/
|
|
2409
|
-
nextToken?: string;
|
|
2409
|
+
nextToken?: string | undefined;
|
|
2410
2410
|
/**
|
|
2411
2411
|
* <p>An array of environment detail data summaries.</p>
|
|
2412
2412
|
* @public
|
|
@@ -2440,27 +2440,27 @@ export interface UpdateEnvironmentInput {
|
|
|
2440
2440
|
* <p>A description of the environment update.</p>
|
|
2441
2441
|
* @public
|
|
2442
2442
|
*/
|
|
2443
|
-
description?: string;
|
|
2443
|
+
description?: string | undefined;
|
|
2444
2444
|
/**
|
|
2445
2445
|
* <p>The formatted specification that defines the update.</p>
|
|
2446
2446
|
* @public
|
|
2447
2447
|
*/
|
|
2448
|
-
spec?: string;
|
|
2448
|
+
spec?: string | undefined;
|
|
2449
2449
|
/**
|
|
2450
2450
|
* <p>The major version of the environment to update.</p>
|
|
2451
2451
|
* @public
|
|
2452
2452
|
*/
|
|
2453
|
-
templateMajorVersion?: string;
|
|
2453
|
+
templateMajorVersion?: string | undefined;
|
|
2454
2454
|
/**
|
|
2455
2455
|
* <p>The minor version of the environment to update.</p>
|
|
2456
2456
|
* @public
|
|
2457
2457
|
*/
|
|
2458
|
-
templateMinorVersion?: string;
|
|
2458
|
+
templateMinorVersion?: string | undefined;
|
|
2459
2459
|
/**
|
|
2460
2460
|
* <p>The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make API calls to other services your behalf.</p>
|
|
2461
2461
|
* @public
|
|
2462
2462
|
*/
|
|
2463
|
-
protonServiceRoleArn?: string;
|
|
2463
|
+
protonServiceRoleArn?: string | undefined;
|
|
2464
2464
|
/**
|
|
2465
2465
|
* <p>There are four modes for updating an environment. The <code>deploymentType</code> field defines the mode.</p>
|
|
2466
2466
|
* <dl>
|
|
@@ -2505,13 +2505,13 @@ export interface UpdateEnvironmentInput {
|
|
|
2505
2505
|
* connection was created in and is associated with the current environment.</p>
|
|
2506
2506
|
* @public
|
|
2507
2507
|
*/
|
|
2508
|
-
environmentAccountConnectionId?: string;
|
|
2508
|
+
environmentAccountConnectionId?: string | undefined;
|
|
2509
2509
|
/**
|
|
2510
2510
|
* <p>The linked repository that you use to host your rendered infrastructure templates for self-managed provisioning. A linked repository is a repository
|
|
2511
2511
|
* that has been registered with Proton. For more information, see <a>CreateRepository</a>.</p>
|
|
2512
2512
|
* @public
|
|
2513
2513
|
*/
|
|
2514
|
-
provisioningRepository?: RepositoryBranchInput;
|
|
2514
|
+
provisioningRepository?: RepositoryBranchInput | undefined;
|
|
2515
2515
|
/**
|
|
2516
2516
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in this environment. It
|
|
2517
2517
|
* determines the scope of infrastructure that a component can provision.</p>
|
|
@@ -2521,13 +2521,13 @@ export interface UpdateEnvironmentInput {
|
|
|
2521
2521
|
* <i>Proton User Guide</i>.</p>
|
|
2522
2522
|
* @public
|
|
2523
2523
|
*/
|
|
2524
|
-
componentRoleArn?: string;
|
|
2524
|
+
componentRoleArn?: string | undefined;
|
|
2525
2525
|
/**
|
|
2526
2526
|
* <p>The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using CodeBuild-based provisioning on your
|
|
2527
2527
|
* behalf.</p>
|
|
2528
2528
|
* @public
|
|
2529
2529
|
*/
|
|
2530
|
-
codebuildRoleArn?: string;
|
|
2530
|
+
codebuildRoleArn?: string | undefined;
|
|
2531
2531
|
}
|
|
2532
2532
|
/**
|
|
2533
2533
|
* @public
|
|
@@ -2552,29 +2552,29 @@ export interface CreateEnvironmentTemplateInput {
|
|
|
2552
2552
|
* <p>The environment template name as displayed in the developer interface.</p>
|
|
2553
2553
|
* @public
|
|
2554
2554
|
*/
|
|
2555
|
-
displayName?: string;
|
|
2555
|
+
displayName?: string | undefined;
|
|
2556
2556
|
/**
|
|
2557
2557
|
* <p>A description of the environment template.</p>
|
|
2558
2558
|
* @public
|
|
2559
2559
|
*/
|
|
2560
|
-
description?: string;
|
|
2560
|
+
description?: string | undefined;
|
|
2561
2561
|
/**
|
|
2562
2562
|
* <p>A customer provided encryption key that Proton uses to encrypt data.</p>
|
|
2563
2563
|
* @public
|
|
2564
2564
|
*/
|
|
2565
|
-
encryptionKey?: string;
|
|
2565
|
+
encryptionKey?: string | undefined;
|
|
2566
2566
|
/**
|
|
2567
2567
|
* <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
|
|
2568
2568
|
* @public
|
|
2569
2569
|
*/
|
|
2570
|
-
provisioning?: Provisioning;
|
|
2570
|
+
provisioning?: Provisioning | undefined;
|
|
2571
2571
|
/**
|
|
2572
2572
|
* <p>An optional list of metadata items that you can associate with the Proton environment template. A tag is a key-value pair.</p>
|
|
2573
2573
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
|
|
2574
2574
|
* <i>Proton User Guide</i>.</p>
|
|
2575
2575
|
* @public
|
|
2576
2576
|
*/
|
|
2577
|
-
tags?: Tag[];
|
|
2577
|
+
tags?: Tag[] | undefined;
|
|
2578
2578
|
}
|
|
2579
2579
|
/**
|
|
2580
2580
|
* <p>The environment template data.</p>
|
|
@@ -2605,27 +2605,27 @@ export interface EnvironmentTemplate {
|
|
|
2605
2605
|
* <p>The name of the environment template as displayed in the developer interface.</p>
|
|
2606
2606
|
* @public
|
|
2607
2607
|
*/
|
|
2608
|
-
displayName?: string;
|
|
2608
|
+
displayName?: string | undefined;
|
|
2609
2609
|
/**
|
|
2610
2610
|
* <p>A description of the environment template.</p>
|
|
2611
2611
|
* @public
|
|
2612
2612
|
*/
|
|
2613
|
-
description?: string;
|
|
2613
|
+
description?: string | undefined;
|
|
2614
2614
|
/**
|
|
2615
2615
|
* <p>The ID of the recommended version of the environment template.</p>
|
|
2616
2616
|
* @public
|
|
2617
2617
|
*/
|
|
2618
|
-
recommendedVersion?: string;
|
|
2618
|
+
recommendedVersion?: string | undefined;
|
|
2619
2619
|
/**
|
|
2620
2620
|
* <p>The customer provided encryption key for the environment template.</p>
|
|
2621
2621
|
* @public
|
|
2622
2622
|
*/
|
|
2623
|
-
encryptionKey?: string;
|
|
2623
|
+
encryptionKey?: string | undefined;
|
|
2624
2624
|
/**
|
|
2625
2625
|
* <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
|
|
2626
2626
|
* @public
|
|
2627
2627
|
*/
|
|
2628
|
-
provisioning?: Provisioning;
|
|
2628
|
+
provisioning?: Provisioning | undefined;
|
|
2629
2629
|
}
|
|
2630
2630
|
/**
|
|
2631
2631
|
* @public
|
|
@@ -2655,7 +2655,7 @@ export interface DeleteEnvironmentTemplateOutput {
|
|
|
2655
2655
|
* <p>The detailed data of the environment template being deleted.</p>
|
|
2656
2656
|
* @public
|
|
2657
2657
|
*/
|
|
2658
|
-
environmentTemplate?: EnvironmentTemplate;
|
|
2658
|
+
environmentTemplate?: EnvironmentTemplate | undefined;
|
|
2659
2659
|
}
|
|
2660
2660
|
/**
|
|
2661
2661
|
* @public
|
|
@@ -2686,12 +2686,12 @@ export interface ListEnvironmentTemplatesInput {
|
|
|
2686
2686
|
* that was previously requested.</p>
|
|
2687
2687
|
* @public
|
|
2688
2688
|
*/
|
|
2689
|
-
nextToken?: string;
|
|
2689
|
+
nextToken?: string | undefined;
|
|
2690
2690
|
/**
|
|
2691
2691
|
* <p>The maximum number of environment templates to list.</p>
|
|
2692
2692
|
* @public
|
|
2693
2693
|
*/
|
|
2694
|
-
maxResults?: number;
|
|
2694
|
+
maxResults?: number | undefined;
|
|
2695
2695
|
}
|
|
2696
2696
|
/**
|
|
2697
2697
|
* <p>The environment template data.</p>
|
|
@@ -2722,22 +2722,22 @@ export interface EnvironmentTemplateSummary {
|
|
|
2722
2722
|
* <p>The name of the environment template as displayed in the developer interface.</p>
|
|
2723
2723
|
* @public
|
|
2724
2724
|
*/
|
|
2725
|
-
displayName?: string;
|
|
2725
|
+
displayName?: string | undefined;
|
|
2726
2726
|
/**
|
|
2727
2727
|
* <p>A description of the environment template.</p>
|
|
2728
2728
|
* @public
|
|
2729
2729
|
*/
|
|
2730
|
-
description?: string;
|
|
2730
|
+
description?: string | undefined;
|
|
2731
2731
|
/**
|
|
2732
2732
|
* <p>The recommended version of the environment template.</p>
|
|
2733
2733
|
* @public
|
|
2734
2734
|
*/
|
|
2735
|
-
recommendedVersion?: string;
|
|
2735
|
+
recommendedVersion?: string | undefined;
|
|
2736
2736
|
/**
|
|
2737
2737
|
* <p>When included, indicates that the environment template is for customer provisioned and managed infrastructure.</p>
|
|
2738
2738
|
* @public
|
|
2739
2739
|
*/
|
|
2740
|
-
provisioning?: Provisioning;
|
|
2740
|
+
provisioning?: Provisioning | undefined;
|
|
2741
2741
|
}
|
|
2742
2742
|
/**
|
|
2743
2743
|
* @public
|
|
@@ -2748,7 +2748,7 @@ export interface ListEnvironmentTemplatesOutput {
|
|
|
2748
2748
|
* environment templates.</p>
|
|
2749
2749
|
* @public
|
|
2750
2750
|
*/
|
|
2751
|
-
nextToken?: string;
|
|
2751
|
+
nextToken?: string | undefined;
|
|
2752
2752
|
/**
|
|
2753
2753
|
* <p>An array of environment templates with detail data.</p>
|
|
2754
2754
|
* @public
|
|
@@ -2768,12 +2768,12 @@ export interface UpdateEnvironmentTemplateInput {
|
|
|
2768
2768
|
* <p>The name of the environment template to update as displayed in the developer interface.</p>
|
|
2769
2769
|
* @public
|
|
2770
2770
|
*/
|
|
2771
|
-
displayName?: string;
|
|
2771
|
+
displayName?: string | undefined;
|
|
2772
2772
|
/**
|
|
2773
2773
|
* <p>A description of the environment template update.</p>
|
|
2774
2774
|
* @public
|
|
2775
2775
|
*/
|
|
2776
|
-
description?: string;
|
|
2776
|
+
description?: string | undefined;
|
|
2777
2777
|
}
|
|
2778
2778
|
/**
|
|
2779
2779
|
* @public
|
|
@@ -2840,7 +2840,7 @@ export interface CreateEnvironmentTemplateVersionInput {
|
|
|
2840
2840
|
* request created.</p>
|
|
2841
2841
|
* @public
|
|
2842
2842
|
*/
|
|
2843
|
-
clientToken?: string;
|
|
2843
|
+
clientToken?: string | undefined;
|
|
2844
2844
|
/**
|
|
2845
2845
|
* <p>The name of the environment template.</p>
|
|
2846
2846
|
* @public
|
|
@@ -2850,13 +2850,13 @@ export interface CreateEnvironmentTemplateVersionInput {
|
|
|
2850
2850
|
* <p>A description of the new version of an environment template.</p>
|
|
2851
2851
|
* @public
|
|
2852
2852
|
*/
|
|
2853
|
-
description?: string;
|
|
2853
|
+
description?: string | undefined;
|
|
2854
2854
|
/**
|
|
2855
2855
|
* <p>To create a new minor version of the environment template, include <code>major Version</code>.</p>
|
|
2856
2856
|
* <p>To create a new major and minor version of the environment template, exclude <code>major Version</code>.</p>
|
|
2857
2857
|
* @public
|
|
2858
2858
|
*/
|
|
2859
|
-
majorVersion?: string;
|
|
2859
|
+
majorVersion?: string | undefined;
|
|
2860
2860
|
/**
|
|
2861
2861
|
* <p>An object that includes the template bundle S3 bucket path and name for the new version of an template.</p>
|
|
2862
2862
|
* @public
|
|
@@ -2868,7 +2868,7 @@ export interface CreateEnvironmentTemplateVersionInput {
|
|
|
2868
2868
|
* <i>Proton User Guide</i>.</p>
|
|
2869
2869
|
* @public
|
|
2870
2870
|
*/
|
|
2871
|
-
tags?: Tag[];
|
|
2871
|
+
tags?: Tag[] | undefined;
|
|
2872
2872
|
}
|
|
2873
2873
|
/**
|
|
2874
2874
|
* @public
|
|
@@ -2908,7 +2908,7 @@ export interface EnvironmentTemplateVersion {
|
|
|
2908
2908
|
* <p>The recommended minor version of the environment template.</p>
|
|
2909
2909
|
* @public
|
|
2910
2910
|
*/
|
|
2911
|
-
recommendedMinorVersion?: string;
|
|
2911
|
+
recommendedMinorVersion?: string | undefined;
|
|
2912
2912
|
/**
|
|
2913
2913
|
* <p>The status of the version of an environment template.</p>
|
|
2914
2914
|
* @public
|
|
@@ -2918,12 +2918,12 @@ export interface EnvironmentTemplateVersion {
|
|
|
2918
2918
|
* <p>The status message of the version of an environment template.</p>
|
|
2919
2919
|
* @public
|
|
2920
2920
|
*/
|
|
2921
|
-
statusMessage?: string;
|
|
2921
|
+
statusMessage?: string | undefined;
|
|
2922
2922
|
/**
|
|
2923
2923
|
* <p>A description of the minor version of an environment template.</p>
|
|
2924
2924
|
* @public
|
|
2925
2925
|
*/
|
|
2926
|
-
description?: string;
|
|
2926
|
+
description?: string | undefined;
|
|
2927
2927
|
/**
|
|
2928
2928
|
* <p>The Amazon Resource Name (ARN) of the version of an environment template.</p>
|
|
2929
2929
|
* @public
|
|
@@ -2943,7 +2943,7 @@ export interface EnvironmentTemplateVersion {
|
|
|
2943
2943
|
* <p>The schema of the version of an environment template.</p>
|
|
2944
2944
|
* @public
|
|
2945
2945
|
*/
|
|
2946
|
-
schema?: string;
|
|
2946
|
+
schema?: string | undefined;
|
|
2947
2947
|
}
|
|
2948
2948
|
/**
|
|
2949
2949
|
* @public
|
|
@@ -2983,7 +2983,7 @@ export interface DeleteEnvironmentTemplateVersionOutput {
|
|
|
2983
2983
|
* <p>The detailed data of the environment template version being deleted.</p>
|
|
2984
2984
|
* @public
|
|
2985
2985
|
*/
|
|
2986
|
-
environmentTemplateVersion?: EnvironmentTemplateVersion;
|
|
2986
|
+
environmentTemplateVersion?: EnvironmentTemplateVersion | undefined;
|
|
2987
2987
|
}
|
|
2988
2988
|
/**
|
|
2989
2989
|
* @public
|
|
@@ -3024,12 +3024,12 @@ export interface ListEnvironmentTemplateVersionsInput {
|
|
|
3024
3024
|
* list of major or minor versions that was previously requested.</p>
|
|
3025
3025
|
* @public
|
|
3026
3026
|
*/
|
|
3027
|
-
nextToken?: string;
|
|
3027
|
+
nextToken?: string | undefined;
|
|
3028
3028
|
/**
|
|
3029
3029
|
* <p>The maximum number of major or minor versions of an environment template to list.</p>
|
|
3030
3030
|
* @public
|
|
3031
3031
|
*/
|
|
3032
|
-
maxResults?: number;
|
|
3032
|
+
maxResults?: number | undefined;
|
|
3033
3033
|
/**
|
|
3034
3034
|
* <p>The name of the environment template.</p>
|
|
3035
3035
|
* @public
|
|
@@ -3041,7 +3041,7 @@ export interface ListEnvironmentTemplateVersionsInput {
|
|
|
3041
3041
|
* <code>major Version</code>.</p>
|
|
3042
3042
|
* @public
|
|
3043
3043
|
*/
|
|
3044
|
-
majorVersion?: string;
|
|
3044
|
+
majorVersion?: string | undefined;
|
|
3045
3045
|
}
|
|
3046
3046
|
/**
|
|
3047
3047
|
* <p>A summary of the version of an environment template detail data.</p>
|
|
@@ -3067,7 +3067,7 @@ export interface EnvironmentTemplateVersionSummary {
|
|
|
3067
3067
|
* <p>The recommended minor version of the environment template.</p>
|
|
3068
3068
|
* @public
|
|
3069
3069
|
*/
|
|
3070
|
-
recommendedMinorVersion?: string;
|
|
3070
|
+
recommendedMinorVersion?: string | undefined;
|
|
3071
3071
|
/**
|
|
3072
3072
|
* <p>The status of the version of an environment template.</p>
|
|
3073
3073
|
* @public
|
|
@@ -3077,12 +3077,12 @@ export interface EnvironmentTemplateVersionSummary {
|
|
|
3077
3077
|
* <p>The status message of the version of an environment template.</p>
|
|
3078
3078
|
* @public
|
|
3079
3079
|
*/
|
|
3080
|
-
statusMessage?: string;
|
|
3080
|
+
statusMessage?: string | undefined;
|
|
3081
3081
|
/**
|
|
3082
3082
|
* <p>A description of the version of an environment template.</p>
|
|
3083
3083
|
* @public
|
|
3084
3084
|
*/
|
|
3085
|
-
description?: string;
|
|
3085
|
+
description?: string | undefined;
|
|
3086
3086
|
/**
|
|
3087
3087
|
* <p>The Amazon Resource Name (ARN) of the version of an environment template.</p>
|
|
3088
3088
|
* @public
|
|
@@ -3108,7 +3108,7 @@ export interface ListEnvironmentTemplateVersionsOutput {
|
|
|
3108
3108
|
* list of major or minor versions that was previously requested.</p>
|
|
3109
3109
|
* @public
|
|
3110
3110
|
*/
|
|
3111
|
-
nextToken?: string;
|
|
3111
|
+
nextToken?: string | undefined;
|
|
3112
3112
|
/**
|
|
3113
3113
|
* <p>An array of major or minor versions of an environment template detail data.</p>
|
|
3114
3114
|
* @public
|
|
@@ -3138,12 +3138,12 @@ export interface UpdateEnvironmentTemplateVersionInput {
|
|
|
3138
3138
|
* <p>A description of environment template version to update.</p>
|
|
3139
3139
|
* @public
|
|
3140
3140
|
*/
|
|
3141
|
-
description?: string;
|
|
3141
|
+
description?: string | undefined;
|
|
3142
3142
|
/**
|
|
3143
3143
|
* <p>The status of the environment template minor version to update.</p>
|
|
3144
3144
|
* @public
|
|
3145
3145
|
*/
|
|
3146
|
-
status?: TemplateVersionStatus;
|
|
3146
|
+
status?: TemplateVersionStatus | undefined;
|
|
3147
3147
|
}
|
|
3148
3148
|
/**
|
|
3149
3149
|
* @public
|
|
@@ -3214,7 +3214,7 @@ export interface RepositorySyncEvent {
|
|
|
3214
3214
|
* <p>The external ID of the sync event.</p>
|
|
3215
3215
|
* @public
|
|
3216
3216
|
*/
|
|
3217
|
-
externalId?: string;
|
|
3217
|
+
externalId?: string | undefined;
|
|
3218
3218
|
/**
|
|
3219
3219
|
* <p>The time that the sync event occurred.</p>
|
|
3220
3220
|
* @public
|
|
@@ -3290,7 +3290,7 @@ export interface GetRepositorySyncStatusOutput {
|
|
|
3290
3290
|
* <p>The repository sync status detail data that's returned by Proton.</p>
|
|
3291
3291
|
* @public
|
|
3292
3292
|
*/
|
|
3293
|
-
latestSync?: RepositorySyncAttempt;
|
|
3293
|
+
latestSync?: RepositorySyncAttempt | undefined;
|
|
3294
3294
|
}
|
|
3295
3295
|
/**
|
|
3296
3296
|
* @public
|
|
@@ -3311,22 +3311,22 @@ export interface ResourceCountsSummary {
|
|
|
3311
3311
|
* <p>The number of resources of this type in the Amazon Web Services account that failed to deploy.</p>
|
|
3312
3312
|
* @public
|
|
3313
3313
|
*/
|
|
3314
|
-
failed?: number;
|
|
3314
|
+
failed?: number | undefined;
|
|
3315
3315
|
/**
|
|
3316
3316
|
* <p>The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.</p>
|
|
3317
3317
|
* @public
|
|
3318
3318
|
*/
|
|
3319
|
-
upToDate?: number;
|
|
3319
|
+
upToDate?: number | undefined;
|
|
3320
3320
|
/**
|
|
3321
3321
|
* <p>The number of resources of this type in the Amazon Web Services account that need a major template version update.</p>
|
|
3322
3322
|
* @public
|
|
3323
3323
|
*/
|
|
3324
|
-
behindMajor?: number;
|
|
3324
|
+
behindMajor?: number | undefined;
|
|
3325
3325
|
/**
|
|
3326
3326
|
* <p>The number of resources of this type in the Amazon Web Services account that need a minor template version update.</p>
|
|
3327
3327
|
* @public
|
|
3328
3328
|
*/
|
|
3329
|
-
behindMinor?: number;
|
|
3329
|
+
behindMinor?: number | undefined;
|
|
3330
3330
|
}
|
|
3331
3331
|
/**
|
|
3332
3332
|
* <p>Summary counts of each Proton resource type.</p>
|
|
@@ -3341,40 +3341,40 @@ export interface CountsSummary {
|
|
|
3341
3341
|
* <code>total</code> and <code>failed</code> members.</p>
|
|
3342
3342
|
* @public
|
|
3343
3343
|
*/
|
|
3344
|
-
components?: ResourceCountsSummary;
|
|
3344
|
+
components?: ResourceCountsSummary | undefined;
|
|
3345
3345
|
/**
|
|
3346
3346
|
* <p>The staleness counts for Proton environments in the Amazon Web Services account. The <code>environments</code> object will only
|
|
3347
3347
|
* contain <code>total</code> members.</p>
|
|
3348
3348
|
* @public
|
|
3349
3349
|
*/
|
|
3350
|
-
environments?: ResourceCountsSummary;
|
|
3350
|
+
environments?: ResourceCountsSummary | undefined;
|
|
3351
3351
|
/**
|
|
3352
3352
|
* <p>The total number of environment templates in the Amazon Web Services account. The <code>environmentTemplates</code> object
|
|
3353
3353
|
* will only contain <code>total</code> members.</p>
|
|
3354
3354
|
* @public
|
|
3355
3355
|
*/
|
|
3356
|
-
environmentTemplates?: ResourceCountsSummary;
|
|
3356
|
+
environmentTemplates?: ResourceCountsSummary | undefined;
|
|
3357
3357
|
/**
|
|
3358
3358
|
* <p>The staleness counts for Proton service instances in the Amazon Web Services account.</p>
|
|
3359
3359
|
* @public
|
|
3360
3360
|
*/
|
|
3361
|
-
serviceInstances?: ResourceCountsSummary;
|
|
3361
|
+
serviceInstances?: ResourceCountsSummary | undefined;
|
|
3362
3362
|
/**
|
|
3363
3363
|
* <p>The staleness counts for Proton services in the Amazon Web Services account.</p>
|
|
3364
3364
|
* @public
|
|
3365
3365
|
*/
|
|
3366
|
-
services?: ResourceCountsSummary;
|
|
3366
|
+
services?: ResourceCountsSummary | undefined;
|
|
3367
3367
|
/**
|
|
3368
3368
|
* <p>The total number of service templates in the Amazon Web Services account. The <code>serviceTemplates</code> object will only
|
|
3369
3369
|
* contain <code>total</code> members.</p>
|
|
3370
3370
|
* @public
|
|
3371
3371
|
*/
|
|
3372
|
-
serviceTemplates?: ResourceCountsSummary;
|
|
3372
|
+
serviceTemplates?: ResourceCountsSummary | undefined;
|
|
3373
3373
|
/**
|
|
3374
3374
|
* <p>The staleness counts for Proton pipelines in the Amazon Web Services account.</p>
|
|
3375
3375
|
* @public
|
|
3376
3376
|
*/
|
|
3377
|
-
pipelines?: ResourceCountsSummary;
|
|
3377
|
+
pipelines?: ResourceCountsSummary | undefined;
|
|
3378
3378
|
}
|
|
3379
3379
|
/**
|
|
3380
3380
|
* @public
|
|
@@ -3446,7 +3446,7 @@ export interface ResourceSyncEvent {
|
|
|
3446
3446
|
* <p>The external ID for the event.</p>
|
|
3447
3447
|
* @public
|
|
3448
3448
|
*/
|
|
3449
|
-
externalId?: string;
|
|
3449
|
+
externalId?: string | undefined;
|
|
3450
3450
|
/**
|
|
3451
3451
|
* <p>The time when the event occurred.</p>
|
|
3452
3452
|
* @public
|
|
@@ -3532,17 +3532,17 @@ export interface GetServiceInstanceSyncStatusOutput {
|
|
|
3532
3532
|
* <p>The detailed data of the latest sync with the service instance.</p>
|
|
3533
3533
|
* @public
|
|
3534
3534
|
*/
|
|
3535
|
-
latestSync?: ResourceSyncAttempt;
|
|
3535
|
+
latestSync?: ResourceSyncAttempt | undefined;
|
|
3536
3536
|
/**
|
|
3537
3537
|
* <p>The detailed data of the latest successful sync with the service instance.</p>
|
|
3538
3538
|
* @public
|
|
3539
3539
|
*/
|
|
3540
|
-
latestSuccessfulSync?: ResourceSyncAttempt;
|
|
3540
|
+
latestSuccessfulSync?: ResourceSyncAttempt | undefined;
|
|
3541
3541
|
/**
|
|
3542
3542
|
* <p>The service instance sync desired state that's returned by Proton</p>
|
|
3543
3543
|
* @public
|
|
3544
3544
|
*/
|
|
3545
|
-
desiredState?: Revision;
|
|
3545
|
+
desiredState?: Revision | undefined;
|
|
3546
3546
|
}
|
|
3547
3547
|
/**
|
|
3548
3548
|
* @public
|
|
@@ -3584,17 +3584,17 @@ export interface GetTemplateSyncStatusOutput {
|
|
|
3584
3584
|
* <p>The details of the last sync that's returned by Proton.</p>
|
|
3585
3585
|
* @public
|
|
3586
3586
|
*/
|
|
3587
|
-
latestSync?: ResourceSyncAttempt;
|
|
3587
|
+
latestSync?: ResourceSyncAttempt | undefined;
|
|
3588
3588
|
/**
|
|
3589
3589
|
* <p>The details of the last successful sync that's returned by Proton.</p>
|
|
3590
3590
|
* @public
|
|
3591
3591
|
*/
|
|
3592
|
-
latestSuccessfulSync?: ResourceSyncAttempt;
|
|
3592
|
+
latestSuccessfulSync?: ResourceSyncAttempt | undefined;
|
|
3593
3593
|
/**
|
|
3594
3594
|
* <p>The template sync desired state that's returned by Proton.</p>
|
|
3595
3595
|
* @public
|
|
3596
3596
|
*/
|
|
3597
|
-
desiredState?: Revision;
|
|
3597
|
+
desiredState?: Revision | undefined;
|
|
3598
3598
|
}
|
|
3599
3599
|
/**
|
|
3600
3600
|
* @public
|
|
@@ -3620,7 +3620,7 @@ export interface ListRepositorySyncDefinitionsInput {
|
|
|
3620
3620
|
* sync definitions previously requested.</p>
|
|
3621
3621
|
* @public
|
|
3622
3622
|
*/
|
|
3623
|
-
nextToken?: string;
|
|
3623
|
+
nextToken?: string | undefined;
|
|
3624
3624
|
}
|
|
3625
3625
|
/**
|
|
3626
3626
|
* <p>A repository sync definition.</p>
|
|
@@ -3657,7 +3657,7 @@ export interface ListRepositorySyncDefinitionsOutput {
|
|
|
3657
3657
|
* list of repository sync definitions.</p>
|
|
3658
3658
|
* @public
|
|
3659
3659
|
*/
|
|
3660
|
-
nextToken?: string;
|
|
3660
|
+
nextToken?: string | undefined;
|
|
3661
3661
|
/**
|
|
3662
3662
|
* <p>An array of repository sync definitions.</p>
|
|
3663
3663
|
* @public
|
|
@@ -3678,12 +3678,12 @@ export interface ListTagsForResourceInput {
|
|
|
3678
3678
|
* previously requested.</p>
|
|
3679
3679
|
* @public
|
|
3680
3680
|
*/
|
|
3681
|
-
nextToken?: string;
|
|
3681
|
+
nextToken?: string | undefined;
|
|
3682
3682
|
/**
|
|
3683
3683
|
* <p>The maximum number of tags to list.</p>
|
|
3684
3684
|
* @public
|
|
3685
3685
|
*/
|
|
3686
|
-
maxResults?: number;
|
|
3686
|
+
maxResults?: number | undefined;
|
|
3687
3687
|
}
|
|
3688
3688
|
/**
|
|
3689
3689
|
* @public
|
|
@@ -3699,7 +3699,7 @@ export interface ListTagsForResourceOutput {
|
|
|
3699
3699
|
* tags.</p>
|
|
3700
3700
|
* @public
|
|
3701
3701
|
*/
|
|
3702
|
-
nextToken?: string;
|
|
3702
|
+
nextToken?: string | undefined;
|
|
3703
3703
|
}
|
|
3704
3704
|
/**
|
|
3705
3705
|
* @public
|
|
@@ -3727,22 +3727,22 @@ export interface NotifyResourceDeploymentStatusChangeInput {
|
|
|
3727
3727
|
* <p>The status of your provisioned resource.</p>
|
|
3728
3728
|
* @public
|
|
3729
3729
|
*/
|
|
3730
|
-
status?: ResourceDeploymentStatus;
|
|
3730
|
+
status?: ResourceDeploymentStatus | undefined;
|
|
3731
3731
|
/**
|
|
3732
3732
|
* <p>The provisioned resource state change detail data that's returned by Proton.</p>
|
|
3733
3733
|
* @public
|
|
3734
3734
|
*/
|
|
3735
|
-
outputs?: Output[];
|
|
3735
|
+
outputs?: Output[] | undefined;
|
|
3736
3736
|
/**
|
|
3737
3737
|
* <p>The deployment ID for your provisioned resource.</p>
|
|
3738
3738
|
* @public
|
|
3739
3739
|
*/
|
|
3740
|
-
deploymentId?: string;
|
|
3740
|
+
deploymentId?: string | undefined;
|
|
3741
3741
|
/**
|
|
3742
3742
|
* <p>The deployment status message for your provisioned resource.</p>
|
|
3743
3743
|
* @public
|
|
3744
3744
|
*/
|
|
3745
|
-
statusMessage?: string;
|
|
3745
|
+
statusMessage?: string | undefined;
|
|
3746
3746
|
}
|
|
3747
3747
|
/**
|
|
3748
3748
|
* @public
|
|
@@ -3773,14 +3773,14 @@ export interface CreateRepositoryInput {
|
|
|
3773
3773
|
* <p>The ARN of your customer Amazon Web Services Key Management Service (Amazon Web Services KMS) key.</p>
|
|
3774
3774
|
* @public
|
|
3775
3775
|
*/
|
|
3776
|
-
encryptionKey?: string;
|
|
3776
|
+
encryptionKey?: string | undefined;
|
|
3777
3777
|
/**
|
|
3778
3778
|
* <p>An optional list of metadata items that you can associate with the Proton repository. A tag is a key-value pair.</p>
|
|
3779
3779
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton resources and tagging</a> in the
|
|
3780
3780
|
* <i>Proton User Guide</i>.</p>
|
|
3781
3781
|
* @public
|
|
3782
3782
|
*/
|
|
3783
|
-
tags?: Tag[];
|
|
3783
|
+
tags?: Tag[] | undefined;
|
|
3784
3784
|
}
|
|
3785
3785
|
/**
|
|
3786
3786
|
* <p>Detailed data of a linked repository—a repository that has been registered with Proton.</p>
|
|
@@ -3811,7 +3811,7 @@ export interface Repository {
|
|
|
3811
3811
|
* <p>Your customer Amazon Web Services KMS encryption key.</p>
|
|
3812
3812
|
* @public
|
|
3813
3813
|
*/
|
|
3814
|
-
encryptionKey?: string;
|
|
3814
|
+
encryptionKey?: string | undefined;
|
|
3815
3815
|
}
|
|
3816
3816
|
/**
|
|
3817
3817
|
* @public
|
|
@@ -3846,7 +3846,7 @@ export interface DeleteRepositoryOutput {
|
|
|
3846
3846
|
* <p>The deleted repository link's detail data that's returned by Proton.</p>
|
|
3847
3847
|
* @public
|
|
3848
3848
|
*/
|
|
3849
|
-
repository?: Repository;
|
|
3849
|
+
repository?: Repository | undefined;
|
|
3850
3850
|
}
|
|
3851
3851
|
/**
|
|
3852
3852
|
* @public
|
|
@@ -3881,12 +3881,12 @@ export interface ListRepositoriesInput {
|
|
|
3881
3881
|
* <p>A token that indicates the location of the next repository in the array of repositories, after the list of repositories previously requested.</p>
|
|
3882
3882
|
* @public
|
|
3883
3883
|
*/
|
|
3884
|
-
nextToken?: string;
|
|
3884
|
+
nextToken?: string | undefined;
|
|
3885
3885
|
/**
|
|
3886
3886
|
* <p>The maximum number of repositories to list.</p>
|
|
3887
3887
|
* @public
|
|
3888
3888
|
*/
|
|
3889
|
-
maxResults?: number;
|
|
3889
|
+
maxResults?: number | undefined;
|
|
3890
3890
|
}
|
|
3891
3891
|
/**
|
|
3892
3892
|
* <p>Summary data of a linked repository—a repository that has been registered with Proton.</p>
|
|
@@ -3922,7 +3922,7 @@ export interface ListRepositoriesOutput {
|
|
|
3922
3922
|
* <p>A token that indicates the location of the next repository in the array of repositories, after the current requested list of repositories. </p>
|
|
3923
3923
|
* @public
|
|
3924
3924
|
*/
|
|
3925
|
-
nextToken?: string;
|
|
3925
|
+
nextToken?: string | undefined;
|
|
3926
3926
|
/**
|
|
3927
3927
|
* <p>An array of repository links.</p>
|
|
3928
3928
|
* @public
|
|
@@ -3948,12 +3948,12 @@ export interface ListServiceInstanceOutputsInput {
|
|
|
3948
3948
|
* list of outputs that was previously requested.</p>
|
|
3949
3949
|
* @public
|
|
3950
3950
|
*/
|
|
3951
|
-
nextToken?: string;
|
|
3951
|
+
nextToken?: string | undefined;
|
|
3952
3952
|
/**
|
|
3953
3953
|
* <p>The ID of the deployment whose outputs you want.</p>
|
|
3954
3954
|
* @public
|
|
3955
3955
|
*/
|
|
3956
|
-
deploymentId?: string;
|
|
3956
|
+
deploymentId?: string | undefined;
|
|
3957
3957
|
}
|
|
3958
3958
|
/**
|
|
3959
3959
|
* @public
|
|
@@ -3964,7 +3964,7 @@ export interface ListServiceInstanceOutputsOutput {
|
|
|
3964
3964
|
* current requested list of outputs.</p>
|
|
3965
3965
|
* @public
|
|
3966
3966
|
*/
|
|
3967
|
-
nextToken?: string;
|
|
3967
|
+
nextToken?: string | undefined;
|
|
3968
3968
|
/**
|
|
3969
3969
|
* <p>An array of service instance Infrastructure as Code (IaC) outputs.</p>
|
|
3970
3970
|
* @public
|
|
@@ -3991,7 +3991,7 @@ export interface ListServiceInstanceProvisionedResourcesInput {
|
|
|
3991
3991
|
* requested.</p>
|
|
3992
3992
|
* @public
|
|
3993
3993
|
*/
|
|
3994
|
-
nextToken?: string;
|
|
3994
|
+
nextToken?: string | undefined;
|
|
3995
3995
|
}
|
|
3996
3996
|
/**
|
|
3997
3997
|
* @public
|
|
@@ -4002,7 +4002,7 @@ export interface ListServiceInstanceProvisionedResourcesOutput {
|
|
|
4002
4002
|
* provisioned resources, after the current requested list of provisioned resources.</p>
|
|
4003
4003
|
* @public
|
|
4004
4004
|
*/
|
|
4005
|
-
nextToken?: string;
|
|
4005
|
+
nextToken?: string | undefined;
|
|
4006
4006
|
/**
|
|
4007
4007
|
* <p>An array of provisioned resources for a service instance.</p>
|
|
4008
4008
|
* @public
|
|
@@ -4034,13 +4034,13 @@ export interface CreateServiceInstanceInput {
|
|
|
4034
4034
|
* <code>major Version</code>.</p>
|
|
4035
4035
|
* @public
|
|
4036
4036
|
*/
|
|
4037
|
-
templateMajorVersion?: string;
|
|
4037
|
+
templateMajorVersion?: string | undefined;
|
|
4038
4038
|
/**
|
|
4039
4039
|
* <p>To create a new minor version of the service template, include a <code>major
|
|
4040
4040
|
* Version</code>.</p>
|
|
4041
4041
|
* @public
|
|
4042
4042
|
*/
|
|
4043
|
-
templateMinorVersion?: string;
|
|
4043
|
+
templateMinorVersion?: string | undefined;
|
|
4044
4044
|
/**
|
|
4045
4045
|
* <p>An optional list of metadata items that you can associate with the Proton service instance.
|
|
4046
4046
|
* A tag is a key-value pair.</p>
|
|
@@ -4048,12 +4048,12 @@ export interface CreateServiceInstanceInput {
|
|
|
4048
4048
|
* <i>Proton User Guide</i>.</p>
|
|
4049
4049
|
* @public
|
|
4050
4050
|
*/
|
|
4051
|
-
tags?: Tag[];
|
|
4051
|
+
tags?: Tag[] | undefined;
|
|
4052
4052
|
/**
|
|
4053
4053
|
* <p>The client token of the service instance to create.</p>
|
|
4054
4054
|
* @public
|
|
4055
4055
|
*/
|
|
4056
|
-
clientToken?: string;
|
|
4056
|
+
clientToken?: string | undefined;
|
|
4057
4057
|
}
|
|
4058
4058
|
/**
|
|
4059
4059
|
* @public
|
|
@@ -4119,7 +4119,7 @@ export interface ListServiceInstancesFilter {
|
|
|
4119
4119
|
* <p>The name of a filtering criterion.</p>
|
|
4120
4120
|
* @public
|
|
4121
4121
|
*/
|
|
4122
|
-
key?: ListServiceInstancesFilterBy;
|
|
4122
|
+
key?: ListServiceInstancesFilterBy | undefined;
|
|
4123
4123
|
/**
|
|
4124
4124
|
* <p>A value to filter by.</p>
|
|
4125
4125
|
* <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 3339</a> string with no UTC
|
|
@@ -4127,7 +4127,7 @@ export interface ListServiceInstancesFilter {
|
|
|
4127
4127
|
* <code>1985-04-12T23:20:50.52Z</code>).</p>
|
|
4128
4128
|
* @public
|
|
4129
4129
|
*/
|
|
4130
|
-
value?: string;
|
|
4130
|
+
value?: string | undefined;
|
|
4131
4131
|
}
|
|
4132
4132
|
/**
|
|
4133
4133
|
* @public
|
|
@@ -4166,24 +4166,24 @@ export interface ListServiceInstancesInput {
|
|
|
4166
4166
|
* <p>The name of the service that the service instance belongs to.</p>
|
|
4167
4167
|
* @public
|
|
4168
4168
|
*/
|
|
4169
|
-
serviceName?: string;
|
|
4169
|
+
serviceName?: string | undefined;
|
|
4170
4170
|
/**
|
|
4171
4171
|
* <p>A token that indicates the location of the next service in the array of service instances,
|
|
4172
4172
|
* after the list of service instances that was previously requested.</p>
|
|
4173
4173
|
* @public
|
|
4174
4174
|
*/
|
|
4175
|
-
nextToken?: string;
|
|
4175
|
+
nextToken?: string | undefined;
|
|
4176
4176
|
/**
|
|
4177
4177
|
* <p>The maximum number of service instances to list.</p>
|
|
4178
4178
|
* @public
|
|
4179
4179
|
*/
|
|
4180
|
-
maxResults?: number;
|
|
4180
|
+
maxResults?: number | undefined;
|
|
4181
4181
|
/**
|
|
4182
4182
|
* <p>An array of filtering criteria that scope down the result list. By default, all service
|
|
4183
4183
|
* instances in the Amazon Web Services account are returned.</p>
|
|
4184
4184
|
* @public
|
|
4185
4185
|
*/
|
|
4186
|
-
filters?: ListServiceInstancesFilter[];
|
|
4186
|
+
filters?: ListServiceInstancesFilter[] | undefined;
|
|
4187
4187
|
/**
|
|
4188
4188
|
* <p>The field that the result list is sorted by.</p>
|
|
4189
4189
|
* <p>When you choose to sort by <code>serviceName</code>, service instances within each service
|
|
@@ -4192,14 +4192,14 @@ export interface ListServiceInstancesInput {
|
|
|
4192
4192
|
* </p>
|
|
4193
4193
|
* @public
|
|
4194
4194
|
*/
|
|
4195
|
-
sortBy?: ListServiceInstancesSortBy;
|
|
4195
|
+
sortBy?: ListServiceInstancesSortBy | undefined;
|
|
4196
4196
|
/**
|
|
4197
4197
|
* <p>Result list sort order.</p>
|
|
4198
4198
|
* <p>Default: <code>ASCENDING</code>
|
|
4199
4199
|
* </p>
|
|
4200
4200
|
* @public
|
|
4201
4201
|
*/
|
|
4202
|
-
sortOrder?: SortOrder;
|
|
4202
|
+
sortOrder?: SortOrder | undefined;
|
|
4203
4203
|
}
|
|
4204
4204
|
/**
|
|
4205
4205
|
* <p>Summary data of an Proton service instance resource.</p>
|
|
@@ -4265,17 +4265,17 @@ export interface ServiceInstanceSummary {
|
|
|
4265
4265
|
* <p>A service instance deployment status message.</p>
|
|
4266
4266
|
* @public
|
|
4267
4267
|
*/
|
|
4268
|
-
deploymentStatusMessage?: string;
|
|
4268
|
+
deploymentStatusMessage?: string | undefined;
|
|
4269
4269
|
/**
|
|
4270
4270
|
* <p>The ID of the last attempted deployment of this service instance.</p>
|
|
4271
4271
|
* @public
|
|
4272
4272
|
*/
|
|
4273
|
-
lastAttemptedDeploymentId?: string;
|
|
4273
|
+
lastAttemptedDeploymentId?: string | undefined;
|
|
4274
4274
|
/**
|
|
4275
4275
|
* <p>The ID of the last successful deployment of this service instance.</p>
|
|
4276
4276
|
* @public
|
|
4277
4277
|
*/
|
|
4278
|
-
lastSucceededDeploymentId?: string;
|
|
4278
|
+
lastSucceededDeploymentId?: string | undefined;
|
|
4279
4279
|
}
|
|
4280
4280
|
/**
|
|
4281
4281
|
* @public
|
|
@@ -4286,7 +4286,7 @@ export interface ListServiceInstancesOutput {
|
|
|
4286
4286
|
* instances, after the current requested list of service instances.</p>
|
|
4287
4287
|
* @public
|
|
4288
4288
|
*/
|
|
4289
|
-
nextToken?: string;
|
|
4289
|
+
nextToken?: string | undefined;
|
|
4290
4290
|
/**
|
|
4291
4291
|
* <p>An array of service instances with summary data.</p>
|
|
4292
4292
|
* @public
|
|
@@ -4355,22 +4355,22 @@ export interface UpdateServiceInstanceInput {
|
|
|
4355
4355
|
* <p>The formatted specification that defines the service instance update.</p>
|
|
4356
4356
|
* @public
|
|
4357
4357
|
*/
|
|
4358
|
-
spec?: string;
|
|
4358
|
+
spec?: string | undefined;
|
|
4359
4359
|
/**
|
|
4360
4360
|
* <p>The major version of the service template to update.</p>
|
|
4361
4361
|
* @public
|
|
4362
4362
|
*/
|
|
4363
|
-
templateMajorVersion?: string;
|
|
4363
|
+
templateMajorVersion?: string | undefined;
|
|
4364
4364
|
/**
|
|
4365
4365
|
* <p>The minor version of the service template to update.</p>
|
|
4366
4366
|
* @public
|
|
4367
4367
|
*/
|
|
4368
|
-
templateMinorVersion?: string;
|
|
4368
|
+
templateMinorVersion?: string | undefined;
|
|
4369
4369
|
/**
|
|
4370
4370
|
* <p>The client token of the service instance to update.</p>
|
|
4371
4371
|
* @public
|
|
4372
4372
|
*/
|
|
4373
|
-
clientToken?: string;
|
|
4373
|
+
clientToken?: string | undefined;
|
|
4374
4374
|
}
|
|
4375
4375
|
/**
|
|
4376
4376
|
* @public
|
|
@@ -4396,12 +4396,12 @@ export interface ListServicePipelineOutputsInput {
|
|
|
4396
4396
|
* list of outputs that was previously requested.</p>
|
|
4397
4397
|
* @public
|
|
4398
4398
|
*/
|
|
4399
|
-
nextToken?: string;
|
|
4399
|
+
nextToken?: string | undefined;
|
|
4400
4400
|
/**
|
|
4401
4401
|
* <p>The ID of the deployment you want the outputs for.</p>
|
|
4402
4402
|
* @public
|
|
4403
4403
|
*/
|
|
4404
|
-
deploymentId?: string;
|
|
4404
|
+
deploymentId?: string | undefined;
|
|
4405
4405
|
}
|
|
4406
4406
|
/**
|
|
4407
4407
|
* @public
|
|
@@ -4412,7 +4412,7 @@ export interface ListServicePipelineOutputsOutput {
|
|
|
4412
4412
|
* current requested list of outputs.</p>
|
|
4413
4413
|
* @public
|
|
4414
4414
|
*/
|
|
4415
|
-
nextToken?: string;
|
|
4415
|
+
nextToken?: string | undefined;
|
|
4416
4416
|
/**
|
|
4417
4417
|
* <p>An array of service pipeline Infrastructure as Code (IaC) outputs.</p>
|
|
4418
4418
|
* @public
|
|
@@ -4434,7 +4434,7 @@ export interface ListServicePipelineProvisionedResourcesInput {
|
|
|
4434
4434
|
* requested.</p>
|
|
4435
4435
|
* @public
|
|
4436
4436
|
*/
|
|
4437
|
-
nextToken?: string;
|
|
4437
|
+
nextToken?: string | undefined;
|
|
4438
4438
|
}
|
|
4439
4439
|
/**
|
|
4440
4440
|
* @public
|
|
@@ -4445,7 +4445,7 @@ export interface ListServicePipelineProvisionedResourcesOutput {
|
|
|
4445
4445
|
* provisioned resources, after the current requested list of provisioned resources.</p>
|
|
4446
4446
|
* @public
|
|
4447
4447
|
*/
|
|
4448
|
-
nextToken?: string;
|
|
4448
|
+
nextToken?: string | undefined;
|
|
4449
4449
|
/**
|
|
4450
4450
|
* <p>An array of provisioned resources for a service and pipeline.</p>
|
|
4451
4451
|
* @public
|
|
@@ -4516,13 +4516,13 @@ export interface UpdateServicePipelineInput {
|
|
|
4516
4516
|
* pipeline is associated with.</p>
|
|
4517
4517
|
* @public
|
|
4518
4518
|
*/
|
|
4519
|
-
templateMajorVersion?: string;
|
|
4519
|
+
templateMajorVersion?: string | undefined;
|
|
4520
4520
|
/**
|
|
4521
4521
|
* <p>The minor version of the service template that was used to create the service that the
|
|
4522
4522
|
* pipeline is associated with.</p>
|
|
4523
4523
|
* @public
|
|
4524
4524
|
*/
|
|
4525
|
-
templateMinorVersion?: string;
|
|
4525
|
+
templateMinorVersion?: string | undefined;
|
|
4526
4526
|
}
|
|
4527
4527
|
/**
|
|
4528
4528
|
* @public
|
|
@@ -4547,7 +4547,7 @@ export interface CreateServiceInput {
|
|
|
4547
4547
|
* <p>A description of the Proton service.</p>
|
|
4548
4548
|
* @public
|
|
4549
4549
|
*/
|
|
4550
|
-
description?: string;
|
|
4550
|
+
description?: string | undefined;
|
|
4551
4551
|
/**
|
|
4552
4552
|
* <p>The name of the service template that's used to create the service.</p>
|
|
4553
4553
|
* @public
|
|
@@ -4562,7 +4562,7 @@ export interface CreateServiceInput {
|
|
|
4562
4562
|
* <p>The minor version of the service template that was used to create the service.</p>
|
|
4563
4563
|
* @public
|
|
4564
4564
|
*/
|
|
4565
|
-
templateMinorVersion?: string;
|
|
4565
|
+
templateMinorVersion?: string | undefined;
|
|
4566
4566
|
/**
|
|
4567
4567
|
* <p>A link to a spec file that provides inputs as defined in the service template bundle
|
|
4568
4568
|
* schema file. The spec file is in YAML format. <i>Don’t</i> include pipeline
|
|
@@ -4580,20 +4580,20 @@ export interface CreateServiceInput {
|
|
|
4580
4580
|
* <i>doesn't</i> include a service pipeline.</p>
|
|
4581
4581
|
* @public
|
|
4582
4582
|
*/
|
|
4583
|
-
repositoryConnectionArn?: string;
|
|
4583
|
+
repositoryConnectionArn?: string | undefined;
|
|
4584
4584
|
/**
|
|
4585
4585
|
* <p>The ID of the code repository. <i>Don't</i> include this parameter if your
|
|
4586
4586
|
* service template <i>doesn't</i> include a service pipeline.</p>
|
|
4587
4587
|
* @public
|
|
4588
4588
|
*/
|
|
4589
|
-
repositoryId?: string;
|
|
4589
|
+
repositoryId?: string | undefined;
|
|
4590
4590
|
/**
|
|
4591
4591
|
* <p>The name of the code repository branch that holds the code that's deployed in Proton.
|
|
4592
4592
|
* <i>Don't</i> include this parameter if your service template
|
|
4593
4593
|
* <i>doesn't</i> include a service pipeline.</p>
|
|
4594
4594
|
* @public
|
|
4595
4595
|
*/
|
|
4596
|
-
branchName?: string;
|
|
4596
|
+
branchName?: string | undefined;
|
|
4597
4597
|
/**
|
|
4598
4598
|
* <p>An optional list of metadata items that you can associate with the Proton service. A tag is
|
|
4599
4599
|
* a key-value pair.</p>
|
|
@@ -4601,7 +4601,7 @@ export interface CreateServiceInput {
|
|
|
4601
4601
|
* <i>Proton User Guide</i>.</p>
|
|
4602
4602
|
* @public
|
|
4603
4603
|
*/
|
|
4604
|
-
tags?: Tag[];
|
|
4604
|
+
tags?: Tag[] | undefined;
|
|
4605
4605
|
}
|
|
4606
4606
|
/**
|
|
4607
4607
|
* @public
|
|
@@ -4641,7 +4641,7 @@ export interface Service {
|
|
|
4641
4641
|
* <p>A description of the service.</p>
|
|
4642
4642
|
* @public
|
|
4643
4643
|
*/
|
|
4644
|
-
description?: string;
|
|
4644
|
+
description?: string | undefined;
|
|
4645
4645
|
/**
|
|
4646
4646
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
4647
4647
|
* @public
|
|
@@ -4671,7 +4671,7 @@ export interface Service {
|
|
|
4671
4671
|
* <p>A service status message.</p>
|
|
4672
4672
|
* @public
|
|
4673
4673
|
*/
|
|
4674
|
-
statusMessage?: string;
|
|
4674
|
+
statusMessage?: string | undefined;
|
|
4675
4675
|
/**
|
|
4676
4676
|
* <p>The formatted specification that defines the service.</p>
|
|
4677
4677
|
* @public
|
|
@@ -4681,25 +4681,25 @@ export interface Service {
|
|
|
4681
4681
|
* <p>The service pipeline detail data.</p>
|
|
4682
4682
|
* @public
|
|
4683
4683
|
*/
|
|
4684
|
-
pipeline?: ServicePipeline;
|
|
4684
|
+
pipeline?: ServicePipeline | undefined;
|
|
4685
4685
|
/**
|
|
4686
4686
|
* <p>The Amazon Resource Name (ARN) of the repository connection. For more information, see
|
|
4687
4687
|
* <a href="https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol">Setting up an
|
|
4688
4688
|
* AWS CodeStar connection</a> in the <i>Proton User Guide</i>.</p>
|
|
4689
4689
|
* @public
|
|
4690
4690
|
*/
|
|
4691
|
-
repositoryConnectionArn?: string;
|
|
4691
|
+
repositoryConnectionArn?: string | undefined;
|
|
4692
4692
|
/**
|
|
4693
4693
|
* <p>The ID of the source code repository.</p>
|
|
4694
4694
|
* @public
|
|
4695
4695
|
*/
|
|
4696
|
-
repositoryId?: string;
|
|
4696
|
+
repositoryId?: string | undefined;
|
|
4697
4697
|
/**
|
|
4698
4698
|
* <p>The name of the code repository branch that holds the code that's deployed in
|
|
4699
4699
|
* Proton.</p>
|
|
4700
4700
|
* @public
|
|
4701
4701
|
*/
|
|
4702
|
-
branchName?: string;
|
|
4702
|
+
branchName?: string | undefined;
|
|
4703
4703
|
}
|
|
4704
4704
|
/**
|
|
4705
4705
|
* @public
|
|
@@ -4729,7 +4729,7 @@ export interface DeleteServiceOutput {
|
|
|
4729
4729
|
* <p>The detailed data of the service being deleted.</p>
|
|
4730
4730
|
* @public
|
|
4731
4731
|
*/
|
|
4732
|
-
service?: Service;
|
|
4732
|
+
service?: Service | undefined;
|
|
4733
4733
|
}
|
|
4734
4734
|
/**
|
|
4735
4735
|
* @public
|
|
@@ -4749,7 +4749,7 @@ export interface GetServiceOutput {
|
|
|
4749
4749
|
* <p>The detailed data of the requested service.</p>
|
|
4750
4750
|
* @public
|
|
4751
4751
|
*/
|
|
4752
|
-
service?: Service;
|
|
4752
|
+
service?: Service | undefined;
|
|
4753
4753
|
}
|
|
4754
4754
|
/**
|
|
4755
4755
|
* @public
|
|
@@ -4760,12 +4760,12 @@ export interface ListServicesInput {
|
|
|
4760
4760
|
* the list of services that was previously requested.</p>
|
|
4761
4761
|
* @public
|
|
4762
4762
|
*/
|
|
4763
|
-
nextToken?: string;
|
|
4763
|
+
nextToken?: string | undefined;
|
|
4764
4764
|
/**
|
|
4765
4765
|
* <p>The maximum number of services to list.</p>
|
|
4766
4766
|
* @public
|
|
4767
4767
|
*/
|
|
4768
|
-
maxResults?: number;
|
|
4768
|
+
maxResults?: number | undefined;
|
|
4769
4769
|
}
|
|
4770
4770
|
/**
|
|
4771
4771
|
* <p>Summary data of an Proton service resource.</p>
|
|
@@ -4781,7 +4781,7 @@ export interface ServiceSummary {
|
|
|
4781
4781
|
* <p>A description of the service.</p>
|
|
4782
4782
|
* @public
|
|
4783
4783
|
*/
|
|
4784
|
-
description?: string;
|
|
4784
|
+
description?: string | undefined;
|
|
4785
4785
|
/**
|
|
4786
4786
|
* <p>The Amazon Resource Name (ARN) of the service.</p>
|
|
4787
4787
|
* @public
|
|
@@ -4811,7 +4811,7 @@ export interface ServiceSummary {
|
|
|
4811
4811
|
* <p>A service status message.</p>
|
|
4812
4812
|
* @public
|
|
4813
4813
|
*/
|
|
4814
|
-
statusMessage?: string;
|
|
4814
|
+
statusMessage?: string | undefined;
|
|
4815
4815
|
}
|
|
4816
4816
|
/**
|
|
4817
4817
|
* @public
|
|
@@ -4822,7 +4822,7 @@ export interface ListServicesOutput {
|
|
|
4822
4822
|
* the current requested list of services.</p>
|
|
4823
4823
|
* @public
|
|
4824
4824
|
*/
|
|
4825
|
-
nextToken?: string;
|
|
4825
|
+
nextToken?: string | undefined;
|
|
4826
4826
|
/**
|
|
4827
4827
|
* <p>An array of services with summaries of detail data.</p>
|
|
4828
4828
|
* @public
|
|
@@ -4842,7 +4842,7 @@ export interface UpdateServiceInput {
|
|
|
4842
4842
|
* <p>The edited service description.</p>
|
|
4843
4843
|
* @public
|
|
4844
4844
|
*/
|
|
4845
|
-
description?: string;
|
|
4845
|
+
description?: string | undefined;
|
|
4846
4846
|
/**
|
|
4847
4847
|
* <p>Lists the service instances to add and the existing service instances to remain. Omit the
|
|
4848
4848
|
* existing service instances to delete from the list. <i>Don't</i> include edits
|
|
@@ -4850,7 +4850,7 @@ export interface UpdateServiceInput {
|
|
|
4850
4850
|
* in the <i>Proton User Guide</i>.</p>
|
|
4851
4851
|
* @public
|
|
4852
4852
|
*/
|
|
4853
|
-
spec?: string;
|
|
4853
|
+
spec?: string | undefined;
|
|
4854
4854
|
}
|
|
4855
4855
|
/**
|
|
4856
4856
|
* @public
|
|
@@ -4878,7 +4878,7 @@ export interface GetServiceSyncBlockerSummaryInput {
|
|
|
4878
4878
|
* blocked.</p>
|
|
4879
4879
|
* @public
|
|
4880
4880
|
*/
|
|
4881
|
-
serviceInstanceName?: string;
|
|
4881
|
+
serviceInstanceName?: string | undefined;
|
|
4882
4882
|
}
|
|
4883
4883
|
/**
|
|
4884
4884
|
* <p>Detailed data of the context of the sync blocker.</p>
|
|
@@ -4953,17 +4953,17 @@ export interface SyncBlocker {
|
|
|
4953
4953
|
* <p>The contexts for the sync blocker.</p>
|
|
4954
4954
|
* @public
|
|
4955
4955
|
*/
|
|
4956
|
-
contexts?: SyncBlockerContext[];
|
|
4956
|
+
contexts?: SyncBlockerContext[] | undefined;
|
|
4957
4957
|
/**
|
|
4958
4958
|
* <p>The reason the sync blocker was resolved.</p>
|
|
4959
4959
|
* @public
|
|
4960
4960
|
*/
|
|
4961
|
-
resolvedReason?: string;
|
|
4961
|
+
resolvedReason?: string | undefined;
|
|
4962
4962
|
/**
|
|
4963
4963
|
* <p>The time the sync blocker was resolved.</p>
|
|
4964
4964
|
* @public
|
|
4965
4965
|
*/
|
|
4966
|
-
resolvedAt?: Date;
|
|
4966
|
+
resolvedAt?: Date | undefined;
|
|
4967
4967
|
}
|
|
4968
4968
|
/**
|
|
4969
4969
|
* <p>If a service instance is manually updated, Proton wants to prevent accidentally overriding
|
|
@@ -4989,12 +4989,12 @@ export interface ServiceSyncBlockerSummary {
|
|
|
4989
4989
|
* with.</p>
|
|
4990
4990
|
* @public
|
|
4991
4991
|
*/
|
|
4992
|
-
serviceInstanceName?: string;
|
|
4992
|
+
serviceInstanceName?: string | undefined;
|
|
4993
4993
|
/**
|
|
4994
4994
|
* <p>The latest active blockers for the synced service.</p>
|
|
4995
4995
|
* @public
|
|
4996
4996
|
*/
|
|
4997
|
-
latestBlockers?: SyncBlocker[];
|
|
4997
|
+
latestBlockers?: SyncBlocker[] | undefined;
|
|
4998
4998
|
}
|
|
4999
4999
|
/**
|
|
5000
5000
|
* @public
|
|
@@ -5004,7 +5004,7 @@ export interface GetServiceSyncBlockerSummaryOutput {
|
|
|
5004
5004
|
* <p>The detailed data of the requested service sync blocker summary.</p>
|
|
5005
5005
|
* @public
|
|
5006
5006
|
*/
|
|
5007
|
-
serviceSyncBlockerSummary?: ServiceSyncBlockerSummary;
|
|
5007
|
+
serviceSyncBlockerSummary?: ServiceSyncBlockerSummary | undefined;
|
|
5008
5008
|
}
|
|
5009
5009
|
/**
|
|
5010
5010
|
* @public
|
|
@@ -5035,7 +5035,7 @@ export interface UpdateServiceSyncBlockerOutput {
|
|
|
5035
5035
|
* for.</p>
|
|
5036
5036
|
* @public
|
|
5037
5037
|
*/
|
|
5038
|
-
serviceInstanceName?: string;
|
|
5038
|
+
serviceInstanceName?: string | undefined;
|
|
5039
5039
|
/**
|
|
5040
5040
|
* <p>The detailed data on the service sync blocker that was updated.</p>
|
|
5041
5041
|
* @public
|
|
@@ -5114,7 +5114,7 @@ export interface CreateServiceSyncConfigOutput {
|
|
|
5114
5114
|
* <p>The detailed data of the Proton Ops file.</p>
|
|
5115
5115
|
* @public
|
|
5116
5116
|
*/
|
|
5117
|
-
serviceSyncConfig?: ServiceSyncConfig;
|
|
5117
|
+
serviceSyncConfig?: ServiceSyncConfig | undefined;
|
|
5118
5118
|
}
|
|
5119
5119
|
/**
|
|
5120
5120
|
* @public
|
|
@@ -5134,7 +5134,7 @@ export interface DeleteServiceSyncConfigOutput {
|
|
|
5134
5134
|
* <p>The detailed data for the service sync config.</p>
|
|
5135
5135
|
* @public
|
|
5136
5136
|
*/
|
|
5137
|
-
serviceSyncConfig?: ServiceSyncConfig;
|
|
5137
|
+
serviceSyncConfig?: ServiceSyncConfig | undefined;
|
|
5138
5138
|
}
|
|
5139
5139
|
/**
|
|
5140
5140
|
* @public
|
|
@@ -5154,7 +5154,7 @@ export interface GetServiceSyncConfigOutput {
|
|
|
5154
5154
|
* <p>The detailed data of the requested service sync configuration.</p>
|
|
5155
5155
|
* @public
|
|
5156
5156
|
*/
|
|
5157
|
-
serviceSyncConfig?: ServiceSyncConfig;
|
|
5157
|
+
serviceSyncConfig?: ServiceSyncConfig | undefined;
|
|
5158
5158
|
}
|
|
5159
5159
|
/**
|
|
5160
5160
|
* @public
|
|
@@ -5194,7 +5194,7 @@ export interface UpdateServiceSyncConfigOutput {
|
|
|
5194
5194
|
* <p>The detailed data of the Proton Ops file.</p>
|
|
5195
5195
|
* @public
|
|
5196
5196
|
*/
|
|
5197
|
-
serviceSyncConfig?: ServiceSyncConfig;
|
|
5197
|
+
serviceSyncConfig?: ServiceSyncConfig | undefined;
|
|
5198
5198
|
}
|
|
5199
5199
|
/**
|
|
5200
5200
|
* @public
|
|
@@ -5209,17 +5209,17 @@ export interface CreateServiceTemplateInput {
|
|
|
5209
5209
|
* <p>The name of the service template as displayed in the developer interface.</p>
|
|
5210
5210
|
* @public
|
|
5211
5211
|
*/
|
|
5212
|
-
displayName?: string;
|
|
5212
|
+
displayName?: string | undefined;
|
|
5213
5213
|
/**
|
|
5214
5214
|
* <p>A description of the service template.</p>
|
|
5215
5215
|
* @public
|
|
5216
5216
|
*/
|
|
5217
|
-
description?: string;
|
|
5217
|
+
description?: string | undefined;
|
|
5218
5218
|
/**
|
|
5219
5219
|
* <p>A customer provided encryption key that's used to encrypt data.</p>
|
|
5220
5220
|
* @public
|
|
5221
5221
|
*/
|
|
5222
|
-
encryptionKey?: string;
|
|
5222
|
+
encryptionKey?: string | undefined;
|
|
5223
5223
|
/**
|
|
5224
5224
|
* <p>By default, Proton provides a service pipeline for your service. When this parameter is
|
|
5225
5225
|
* included, it indicates that an Proton service pipeline <i>isn't</i> provided
|
|
@@ -5228,7 +5228,7 @@ export interface CreateServiceTemplateInput {
|
|
|
5228
5228
|
* bundles</a> in the <i>Proton User Guide</i>.</p>
|
|
5229
5229
|
* @public
|
|
5230
5230
|
*/
|
|
5231
|
-
pipelineProvisioning?: Provisioning;
|
|
5231
|
+
pipelineProvisioning?: Provisioning | undefined;
|
|
5232
5232
|
/**
|
|
5233
5233
|
* <p>An optional list of metadata items that you can associate with the Proton service template.
|
|
5234
5234
|
* A tag is a key-value pair.</p>
|
|
@@ -5236,7 +5236,7 @@ export interface CreateServiceTemplateInput {
|
|
|
5236
5236
|
* <i>Proton User Guide</i>.</p>
|
|
5237
5237
|
* @public
|
|
5238
5238
|
*/
|
|
5239
|
-
tags?: Tag[];
|
|
5239
|
+
tags?: Tag[] | undefined;
|
|
5240
5240
|
}
|
|
5241
5241
|
/**
|
|
5242
5242
|
* <p>Detailed data of an Proton service template resource.</p>
|
|
@@ -5267,29 +5267,29 @@ export interface ServiceTemplate {
|
|
|
5267
5267
|
* <p>The service template name as displayed in the developer interface.</p>
|
|
5268
5268
|
* @public
|
|
5269
5269
|
*/
|
|
5270
|
-
displayName?: string;
|
|
5270
|
+
displayName?: string | undefined;
|
|
5271
5271
|
/**
|
|
5272
5272
|
* <p>A description of the service template.</p>
|
|
5273
5273
|
* @public
|
|
5274
5274
|
*/
|
|
5275
|
-
description?: string;
|
|
5275
|
+
description?: string | undefined;
|
|
5276
5276
|
/**
|
|
5277
5277
|
* <p>The recommended version of the service template.</p>
|
|
5278
5278
|
* @public
|
|
5279
5279
|
*/
|
|
5280
|
-
recommendedVersion?: string;
|
|
5280
|
+
recommendedVersion?: string | undefined;
|
|
5281
5281
|
/**
|
|
5282
5282
|
* <p>The customer provided service template encryption key that's used to encrypt data.</p>
|
|
5283
5283
|
* @public
|
|
5284
5284
|
*/
|
|
5285
|
-
encryptionKey?: string;
|
|
5285
|
+
encryptionKey?: string | undefined;
|
|
5286
5286
|
/**
|
|
5287
5287
|
* <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included
|
|
5288
5288
|
* in the service template. Otherwise, a service pipeline <i>isn't</i> included in
|
|
5289
5289
|
* the service template.</p>
|
|
5290
5290
|
* @public
|
|
5291
5291
|
*/
|
|
5292
|
-
pipelineProvisioning?: Provisioning;
|
|
5292
|
+
pipelineProvisioning?: Provisioning | undefined;
|
|
5293
5293
|
}
|
|
5294
5294
|
/**
|
|
5295
5295
|
* @public
|
|
@@ -5319,7 +5319,7 @@ export interface DeleteServiceTemplateOutput {
|
|
|
5319
5319
|
* <p>The detailed data of the service template being deleted.</p>
|
|
5320
5320
|
* @public
|
|
5321
5321
|
*/
|
|
5322
|
-
serviceTemplate?: ServiceTemplate;
|
|
5322
|
+
serviceTemplate?: ServiceTemplate | undefined;
|
|
5323
5323
|
}
|
|
5324
5324
|
/**
|
|
5325
5325
|
* @public
|
|
@@ -5350,12 +5350,12 @@ export interface ListServiceTemplatesInput {
|
|
|
5350
5350
|
* templates, after the list of service templates previously requested.</p>
|
|
5351
5351
|
* @public
|
|
5352
5352
|
*/
|
|
5353
|
-
nextToken?: string;
|
|
5353
|
+
nextToken?: string | undefined;
|
|
5354
5354
|
/**
|
|
5355
5355
|
* <p>The maximum number of service templates to list.</p>
|
|
5356
5356
|
* @public
|
|
5357
5357
|
*/
|
|
5358
|
-
maxResults?: number;
|
|
5358
|
+
maxResults?: number | undefined;
|
|
5359
5359
|
}
|
|
5360
5360
|
/**
|
|
5361
5361
|
* <p>Summary data of an Proton service template resource.</p>
|
|
@@ -5386,24 +5386,24 @@ export interface ServiceTemplateSummary {
|
|
|
5386
5386
|
* <p>The service template name as displayed in the developer interface.</p>
|
|
5387
5387
|
* @public
|
|
5388
5388
|
*/
|
|
5389
|
-
displayName?: string;
|
|
5389
|
+
displayName?: string | undefined;
|
|
5390
5390
|
/**
|
|
5391
5391
|
* <p>A description of the service template.</p>
|
|
5392
5392
|
* @public
|
|
5393
5393
|
*/
|
|
5394
|
-
description?: string;
|
|
5394
|
+
description?: string | undefined;
|
|
5395
5395
|
/**
|
|
5396
5396
|
* <p>The recommended version of the service template.</p>
|
|
5397
5397
|
* @public
|
|
5398
5398
|
*/
|
|
5399
|
-
recommendedVersion?: string;
|
|
5399
|
+
recommendedVersion?: string | undefined;
|
|
5400
5400
|
/**
|
|
5401
5401
|
* <p>If <code>pipelineProvisioning</code> is <code>true</code>, a service pipeline is included
|
|
5402
5402
|
* in the service template, otherwise a service pipeline <i>isn't</i> included in
|
|
5403
5403
|
* the service template.</p>
|
|
5404
5404
|
* @public
|
|
5405
5405
|
*/
|
|
5406
|
-
pipelineProvisioning?: Provisioning;
|
|
5406
|
+
pipelineProvisioning?: Provisioning | undefined;
|
|
5407
5407
|
}
|
|
5408
5408
|
/**
|
|
5409
5409
|
* @public
|
|
@@ -5414,7 +5414,7 @@ export interface ListServiceTemplatesOutput {
|
|
|
5414
5414
|
* templates, after the current requested list of service templates.</p>
|
|
5415
5415
|
* @public
|
|
5416
5416
|
*/
|
|
5417
|
-
nextToken?: string;
|
|
5417
|
+
nextToken?: string | undefined;
|
|
5418
5418
|
/**
|
|
5419
5419
|
* <p>An array of service templates with detail data.</p>
|
|
5420
5420
|
* @public
|
|
@@ -5435,12 +5435,12 @@ export interface UpdateServiceTemplateInput {
|
|
|
5435
5435
|
* interface.</p>
|
|
5436
5436
|
* @public
|
|
5437
5437
|
*/
|
|
5438
|
-
displayName?: string;
|
|
5438
|
+
displayName?: string | undefined;
|
|
5439
5439
|
/**
|
|
5440
5440
|
* <p>A description of the service template update.</p>
|
|
5441
5441
|
* @public
|
|
5442
5442
|
*/
|
|
5443
|
-
description?: string;
|
|
5443
|
+
description?: string | undefined;
|
|
5444
5444
|
}
|
|
5445
5445
|
/**
|
|
5446
5446
|
* @public
|
|
@@ -5488,7 +5488,7 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
5488
5488
|
* returns the service template version that the first request created.</p>
|
|
5489
5489
|
* @public
|
|
5490
5490
|
*/
|
|
5491
|
-
clientToken?: string;
|
|
5491
|
+
clientToken?: string | undefined;
|
|
5492
5492
|
/**
|
|
5493
5493
|
* <p>The name of the service template.</p>
|
|
5494
5494
|
* @public
|
|
@@ -5498,7 +5498,7 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
5498
5498
|
* <p>A description of the new version of a service template.</p>
|
|
5499
5499
|
* @public
|
|
5500
5500
|
*/
|
|
5501
|
-
description?: string;
|
|
5501
|
+
description?: string | undefined;
|
|
5502
5502
|
/**
|
|
5503
5503
|
* <p>To create a new minor version of the service template, include a <code>major
|
|
5504
5504
|
* Version</code>.</p>
|
|
@@ -5507,7 +5507,7 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
5507
5507
|
* <code>major Version</code>.</p>
|
|
5508
5508
|
* @public
|
|
5509
5509
|
*/
|
|
5510
|
-
majorVersion?: string;
|
|
5510
|
+
majorVersion?: string | undefined;
|
|
5511
5511
|
/**
|
|
5512
5512
|
* <p>An object that includes the template bundle S3 bucket path and name for the new version of
|
|
5513
5513
|
* a service template.</p>
|
|
@@ -5528,7 +5528,7 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
5528
5528
|
* <i>Proton User Guide</i>.</p>
|
|
5529
5529
|
* @public
|
|
5530
5530
|
*/
|
|
5531
|
-
tags?: Tag[];
|
|
5531
|
+
tags?: Tag[] | undefined;
|
|
5532
5532
|
/**
|
|
5533
5533
|
* <p>An array of supported component sources. Components with supported sources can be attached
|
|
5534
5534
|
* to service instances based on this service template version.</p>
|
|
@@ -5537,7 +5537,7 @@ export interface CreateServiceTemplateVersionInput {
|
|
|
5537
5537
|
* <i>Proton User Guide</i>.</p>
|
|
5538
5538
|
* @public
|
|
5539
5539
|
*/
|
|
5540
|
-
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
|
|
5540
|
+
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[] | undefined;
|
|
5541
5541
|
}
|
|
5542
5542
|
/**
|
|
5543
5543
|
* <p>Compatible environment template data.</p>
|
|
@@ -5579,7 +5579,7 @@ export interface ServiceTemplateVersion {
|
|
|
5579
5579
|
* <p>The recommended minor version of the service template.</p>
|
|
5580
5580
|
* @public
|
|
5581
5581
|
*/
|
|
5582
|
-
recommendedMinorVersion?: string;
|
|
5582
|
+
recommendedMinorVersion?: string | undefined;
|
|
5583
5583
|
/**
|
|
5584
5584
|
* <p>The service template version status.</p>
|
|
5585
5585
|
* @public
|
|
@@ -5589,12 +5589,12 @@ export interface ServiceTemplateVersion {
|
|
|
5589
5589
|
* <p>A service template version status message.</p>
|
|
5590
5590
|
* @public
|
|
5591
5591
|
*/
|
|
5592
|
-
statusMessage?: string;
|
|
5592
|
+
statusMessage?: string | undefined;
|
|
5593
5593
|
/**
|
|
5594
5594
|
* <p>A description of the version of a service template.</p>
|
|
5595
5595
|
* @public
|
|
5596
5596
|
*/
|
|
5597
|
-
description?: string;
|
|
5597
|
+
description?: string | undefined;
|
|
5598
5598
|
/**
|
|
5599
5599
|
* <p>The Amazon Resource Name (ARN) of the version of a service template.</p>
|
|
5600
5600
|
* @public
|
|
@@ -5620,7 +5620,7 @@ export interface ServiceTemplateVersion {
|
|
|
5620
5620
|
* <p>The schema of the version of a service template.</p>
|
|
5621
5621
|
* @public
|
|
5622
5622
|
*/
|
|
5623
|
-
schema?: string;
|
|
5623
|
+
schema?: string | undefined;
|
|
5624
5624
|
/**
|
|
5625
5625
|
* <p>An array of supported component sources. Components with supported sources can be attached
|
|
5626
5626
|
* to service instances based on this service template version.</p>
|
|
@@ -5629,7 +5629,7 @@ export interface ServiceTemplateVersion {
|
|
|
5629
5629
|
* <i>Proton User Guide</i>.</p>
|
|
5630
5630
|
* @public
|
|
5631
5631
|
*/
|
|
5632
|
-
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
|
|
5632
|
+
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[] | undefined;
|
|
5633
5633
|
}
|
|
5634
5634
|
/**
|
|
5635
5635
|
* @public
|
|
@@ -5669,7 +5669,7 @@ export interface DeleteServiceTemplateVersionOutput {
|
|
|
5669
5669
|
* <p>The detailed data of the service template version being deleted.</p>
|
|
5670
5670
|
* @public
|
|
5671
5671
|
*/
|
|
5672
|
-
serviceTemplateVersion?: ServiceTemplateVersion;
|
|
5672
|
+
serviceTemplateVersion?: ServiceTemplateVersion | undefined;
|
|
5673
5673
|
}
|
|
5674
5674
|
/**
|
|
5675
5675
|
* @public
|
|
@@ -5714,12 +5714,12 @@ export interface ListServiceTemplateVersionsInput {
|
|
|
5714
5714
|
* was previously requested.</p>
|
|
5715
5715
|
* @public
|
|
5716
5716
|
*/
|
|
5717
|
-
nextToken?: string;
|
|
5717
|
+
nextToken?: string | undefined;
|
|
5718
5718
|
/**
|
|
5719
5719
|
* <p>The maximum number of major or minor versions of a service template to list.</p>
|
|
5720
5720
|
* @public
|
|
5721
5721
|
*/
|
|
5722
|
-
maxResults?: number;
|
|
5722
|
+
maxResults?: number | undefined;
|
|
5723
5723
|
/**
|
|
5724
5724
|
* <p>The name of the service template.</p>
|
|
5725
5725
|
* @public
|
|
@@ -5732,7 +5732,7 @@ export interface ListServiceTemplateVersionsInput {
|
|
|
5732
5732
|
* <code>major Version</code>.</p>
|
|
5733
5733
|
* @public
|
|
5734
5734
|
*/
|
|
5735
|
-
majorVersion?: string;
|
|
5735
|
+
majorVersion?: string | undefined;
|
|
5736
5736
|
}
|
|
5737
5737
|
/**
|
|
5738
5738
|
* <p>Summary data of an Proton service template version resource.</p>
|
|
@@ -5758,7 +5758,7 @@ export interface ServiceTemplateVersionSummary {
|
|
|
5758
5758
|
* <p>The recommended minor version of the service template.</p>
|
|
5759
5759
|
* @public
|
|
5760
5760
|
*/
|
|
5761
|
-
recommendedMinorVersion?: string;
|
|
5761
|
+
recommendedMinorVersion?: string | undefined;
|
|
5762
5762
|
/**
|
|
5763
5763
|
* <p>The service template minor version status.</p>
|
|
5764
5764
|
* @public
|
|
@@ -5768,12 +5768,12 @@ export interface ServiceTemplateVersionSummary {
|
|
|
5768
5768
|
* <p>A service template minor version status message.</p>
|
|
5769
5769
|
* @public
|
|
5770
5770
|
*/
|
|
5771
|
-
statusMessage?: string;
|
|
5771
|
+
statusMessage?: string | undefined;
|
|
5772
5772
|
/**
|
|
5773
5773
|
* <p>A description of the version of a service template.</p>
|
|
5774
5774
|
* @public
|
|
5775
5775
|
*/
|
|
5776
|
-
description?: string;
|
|
5776
|
+
description?: string | undefined;
|
|
5777
5777
|
/**
|
|
5778
5778
|
* <p>The Amazon Resource Name (ARN) of the version of a service template.</p>
|
|
5779
5779
|
* @public
|
|
@@ -5800,7 +5800,7 @@ export interface ListServiceTemplateVersionsOutput {
|
|
|
5800
5800
|
* major or minor versions.</p>
|
|
5801
5801
|
* @public
|
|
5802
5802
|
*/
|
|
5803
|
-
nextToken?: string;
|
|
5803
|
+
nextToken?: string | undefined;
|
|
5804
5804
|
/**
|
|
5805
5805
|
* <p>An array of major or minor versions of a service template with detail data.</p>
|
|
5806
5806
|
* @public
|
|
@@ -5831,19 +5831,19 @@ export interface UpdateServiceTemplateVersionInput {
|
|
|
5831
5831
|
* <p>A description of a service template version to update.</p>
|
|
5832
5832
|
* @public
|
|
5833
5833
|
*/
|
|
5834
|
-
description?: string;
|
|
5834
|
+
description?: string | undefined;
|
|
5835
5835
|
/**
|
|
5836
5836
|
* <p>The status of the service template minor version to update.</p>
|
|
5837
5837
|
* @public
|
|
5838
5838
|
*/
|
|
5839
|
-
status?: TemplateVersionStatus;
|
|
5839
|
+
status?: TemplateVersionStatus | undefined;
|
|
5840
5840
|
/**
|
|
5841
5841
|
* <p>An array of environment template objects that are compatible with this service template
|
|
5842
5842
|
* version. A service instance based on this service template version can run in environments
|
|
5843
5843
|
* based on compatible templates.</p>
|
|
5844
5844
|
* @public
|
|
5845
5845
|
*/
|
|
5846
|
-
compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInput[];
|
|
5846
|
+
compatibleEnvironmentTemplates?: CompatibleEnvironmentTemplateInput[] | undefined;
|
|
5847
5847
|
/**
|
|
5848
5848
|
* <p>An array of supported component sources. Components with supported sources can be attached
|
|
5849
5849
|
* to service instances based on this service template version.</p>
|
|
@@ -5857,7 +5857,7 @@ export interface UpdateServiceTemplateVersionInput {
|
|
|
5857
5857
|
* <i>Proton User Guide</i>.</p>
|
|
5858
5858
|
* @public
|
|
5859
5859
|
*/
|
|
5860
|
-
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[];
|
|
5860
|
+
supportedComponentSources?: ServiceTemplateSupportedComponentSourceType[] | undefined;
|
|
5861
5861
|
}
|
|
5862
5862
|
/**
|
|
5863
5863
|
* @public
|
|
@@ -5923,7 +5923,7 @@ export interface CreateTemplateSyncConfigInput {
|
|
|
5923
5923
|
* repository directory.</p>
|
|
5924
5924
|
* @public
|
|
5925
5925
|
*/
|
|
5926
|
-
subdirectory?: string;
|
|
5926
|
+
subdirectory?: string | undefined;
|
|
5927
5927
|
}
|
|
5928
5928
|
/**
|
|
5929
5929
|
* <p>The detail data for a template sync configuration.</p>
|
|
@@ -5959,7 +5959,7 @@ export interface TemplateSyncConfig {
|
|
|
5959
5959
|
* <p>A subdirectory path to your template bundle version.</p>
|
|
5960
5960
|
* @public
|
|
5961
5961
|
*/
|
|
5962
|
-
subdirectory?: string;
|
|
5962
|
+
subdirectory?: string | undefined;
|
|
5963
5963
|
}
|
|
5964
5964
|
/**
|
|
5965
5965
|
* @public
|
|
@@ -5969,7 +5969,7 @@ export interface CreateTemplateSyncConfigOutput {
|
|
|
5969
5969
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
5970
5970
|
* @public
|
|
5971
5971
|
*/
|
|
5972
|
-
templateSyncConfig?: TemplateSyncConfig;
|
|
5972
|
+
templateSyncConfig?: TemplateSyncConfig | undefined;
|
|
5973
5973
|
}
|
|
5974
5974
|
/**
|
|
5975
5975
|
* @public
|
|
@@ -5994,7 +5994,7 @@ export interface DeleteTemplateSyncConfigOutput {
|
|
|
5994
5994
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
5995
5995
|
* @public
|
|
5996
5996
|
*/
|
|
5997
|
-
templateSyncConfig?: TemplateSyncConfig;
|
|
5997
|
+
templateSyncConfig?: TemplateSyncConfig | undefined;
|
|
5998
5998
|
}
|
|
5999
5999
|
/**
|
|
6000
6000
|
* @public
|
|
@@ -6019,7 +6019,7 @@ export interface GetTemplateSyncConfigOutput {
|
|
|
6019
6019
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
6020
6020
|
* @public
|
|
6021
6021
|
*/
|
|
6022
|
-
templateSyncConfig?: TemplateSyncConfig;
|
|
6022
|
+
templateSyncConfig?: TemplateSyncConfig | undefined;
|
|
6023
6023
|
}
|
|
6024
6024
|
/**
|
|
6025
6025
|
* @public
|
|
@@ -6054,7 +6054,7 @@ export interface UpdateTemplateSyncConfigInput {
|
|
|
6054
6054
|
* <p>A subdirectory path to your template bundle version. When included, limits the template bundle search to this repository directory.</p>
|
|
6055
6055
|
* @public
|
|
6056
6056
|
*/
|
|
6057
|
-
subdirectory?: string;
|
|
6057
|
+
subdirectory?: string | undefined;
|
|
6058
6058
|
}
|
|
6059
6059
|
/**
|
|
6060
6060
|
* @public
|
|
@@ -6064,7 +6064,7 @@ export interface UpdateTemplateSyncConfigOutput {
|
|
|
6064
6064
|
* <p>The template sync configuration detail data that's returned by Proton.</p>
|
|
6065
6065
|
* @public
|
|
6066
6066
|
*/
|
|
6067
|
-
templateSyncConfig?: TemplateSyncConfig;
|
|
6067
|
+
templateSyncConfig?: TemplateSyncConfig | undefined;
|
|
6068
6068
|
}
|
|
6069
6069
|
/**
|
|
6070
6070
|
* @public
|