aws-sdk-proton 1.16.0 → 1.18.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-proton/client.rb +217 -194
- data/lib/aws-sdk-proton/client_api.rb +2 -0
- data/lib/aws-sdk-proton/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-proton/endpoint_provider.rb +111 -0
- data/lib/aws-sdk-proton/endpoints.rb +1065 -0
- data/lib/aws-sdk-proton/plugins/endpoints.rb +218 -0
- data/lib/aws-sdk-proton/types.rb +144 -132
- data/lib/aws-sdk-proton.rb +5 -1
- metadata +8 -4
data/lib/aws-sdk-proton/types.rb
CHANGED
@@ -54,14 +54,15 @@ module Aws::Proton
|
|
54
54
|
include Aws::Structure
|
55
55
|
end
|
56
56
|
|
57
|
-
#
|
58
|
-
#
|
57
|
+
# Proton settings that are used for multiple services in the Amazon Web
|
58
|
+
# Services account.
|
59
59
|
#
|
60
60
|
# @!attribute [rw] pipeline_provisioning_repository
|
61
|
-
# The repository
|
62
|
-
#
|
63
|
-
#
|
64
|
-
#
|
61
|
+
# The linked repository for pipeline provisioning. Required if you
|
62
|
+
# have environments configured for self-managed provisioning with
|
63
|
+
# services that include pipelines. A linked repository is a repository
|
64
|
+
# that has been registered with Proton. For more information, see
|
65
|
+
# CreateRepository.
|
65
66
|
# @return [Types::RepositoryBranch]
|
66
67
|
#
|
67
68
|
# @!attribute [rw] pipeline_service_role_arn
|
@@ -262,11 +263,11 @@ module Aws::Proton
|
|
262
263
|
# Detailed data of an Proton component resource.
|
263
264
|
#
|
264
265
|
# For more information about components, see [Proton components][1] in
|
265
|
-
# the *Proton
|
266
|
+
# the *Proton User Guide*.
|
266
267
|
#
|
267
268
|
#
|
268
269
|
#
|
269
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
270
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
270
271
|
#
|
271
272
|
# @!attribute [rw] arn
|
272
273
|
# The Amazon Resource Name (ARN) of the component.
|
@@ -347,11 +348,11 @@ module Aws::Proton
|
|
347
348
|
# Summary data of an Proton component resource.
|
348
349
|
#
|
349
350
|
# For more information about components, see [Proton components][1] in
|
350
|
-
# the *Proton
|
351
|
+
# the *Proton User Guide*.
|
351
352
|
#
|
352
353
|
#
|
353
354
|
#
|
354
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
355
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
355
356
|
#
|
356
357
|
# @!attribute [rw] arn
|
357
358
|
# The Amazon Resource Name (ARN) of the component.
|
@@ -496,13 +497,12 @@ module Aws::Proton
|
|
496
497
|
# An optional list of metadata items that you can associate with the
|
497
498
|
# Proton component. A tag is a key-value pair.
|
498
499
|
#
|
499
|
-
# For more information, see
|
500
|
-
#
|
500
|
+
# For more information, see [Proton resources and tagging][1] in the
|
501
|
+
# *Proton User Guide*.
|
501
502
|
#
|
502
503
|
#
|
503
504
|
#
|
504
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
505
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
505
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
506
506
|
# @return [Array<Types::Tag>]
|
507
507
|
#
|
508
508
|
# @!attribute [rw] template_file
|
@@ -580,11 +580,11 @@ module Aws::Proton
|
|
580
580
|
# account.
|
581
581
|
#
|
582
582
|
# For more information about components, see [Proton components][1] in
|
583
|
-
# the *Proton
|
583
|
+
# the *Proton User Guide*.
|
584
584
|
#
|
585
585
|
#
|
586
586
|
#
|
587
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
587
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
588
588
|
# @return [String]
|
589
589
|
#
|
590
590
|
# @!attribute [rw] environment_name
|
@@ -613,11 +613,11 @@ module Aws::Proton
|
|
613
613
|
# Proton environment account connection. A tag is a key-value pair.
|
614
614
|
#
|
615
615
|
# For more information, see [Proton resources and tagging][1] in the
|
616
|
-
# *Proton
|
616
|
+
# *Proton User Guide*.
|
617
617
|
#
|
618
618
|
#
|
619
619
|
#
|
620
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
620
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
621
621
|
# @return [Array<Types::Tag>]
|
622
622
|
#
|
623
623
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateEnvironmentAccountConnectionInput AWS API Documentation
|
@@ -682,11 +682,11 @@ module Aws::Proton
|
|
682
682
|
# components to be associated with this environment.
|
683
683
|
#
|
684
684
|
# For more information about components, see [Proton components][1] in
|
685
|
-
# the *Proton
|
685
|
+
# the *Proton User Guide*.
|
686
686
|
#
|
687
687
|
#
|
688
688
|
#
|
689
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
689
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
690
690
|
# @return [String]
|
691
691
|
#
|
692
692
|
# @!attribute [rw] description
|
@@ -697,7 +697,7 @@ module Aws::Proton
|
|
697
697
|
# The ID of the environment account connection that you provide if
|
698
698
|
# you're provisioning your environment infrastructure resources to an
|
699
699
|
# environment account. For more information, see [Environment account
|
700
|
-
# connections][1] in the *Proton
|
700
|
+
# connections][1] in the *Proton User guide*.
|
701
701
|
#
|
702
702
|
# To use Amazon Web Services-managed provisioning for the environment,
|
703
703
|
# specify either the `environmentAccountConnectionId` or
|
@@ -706,7 +706,7 @@ module Aws::Proton
|
|
706
706
|
#
|
707
707
|
#
|
708
708
|
#
|
709
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
709
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html
|
710
710
|
# @return [String]
|
711
711
|
#
|
712
712
|
# @!attribute [rw] name
|
@@ -724,8 +724,10 @@ module Aws::Proton
|
|
724
724
|
# @return [String]
|
725
725
|
#
|
726
726
|
# @!attribute [rw] provisioning_repository
|
727
|
-
# The
|
728
|
-
# infrastructure templates for self-managed provisioning.
|
727
|
+
# The linked repository that you use to host your rendered
|
728
|
+
# infrastructure templates for self-managed provisioning. A linked
|
729
|
+
# repository is a repository that has been registered with Proton. For
|
730
|
+
# more information, see CreateRepository.
|
729
731
|
#
|
730
732
|
# To use self-managed provisioning for the environment, specify this
|
731
733
|
# parameter and omit the `environmentAccountConnectionId` and
|
@@ -735,24 +737,23 @@ module Aws::Proton
|
|
735
737
|
# @!attribute [rw] spec
|
736
738
|
# A YAML formatted string that provides inputs as defined in the
|
737
739
|
# environment template bundle schema file. For more information, see
|
738
|
-
# [Environments][1] in the *Proton
|
740
|
+
# [Environments][1] in the *Proton User Guide*.
|
739
741
|
#
|
740
742
|
#
|
741
743
|
#
|
742
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
744
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-environments.html
|
743
745
|
# @return [String]
|
744
746
|
#
|
745
747
|
# @!attribute [rw] tags
|
746
748
|
# An optional list of metadata items that you can associate with the
|
747
749
|
# Proton environment. A tag is a key-value pair.
|
748
750
|
#
|
749
|
-
# For more information, see
|
750
|
-
#
|
751
|
+
# For more information, see [Proton resources and tagging][1] in the
|
752
|
+
# *Proton User Guide*.
|
751
753
|
#
|
752
754
|
#
|
753
755
|
#
|
754
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
755
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
756
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
756
757
|
# @return [Array<Types::Tag>]
|
757
758
|
#
|
758
759
|
# @!attribute [rw] template_major_version
|
@@ -765,11 +766,11 @@ module Aws::Proton
|
|
765
766
|
#
|
766
767
|
# @!attribute [rw] template_name
|
767
768
|
# The name of the environment template. For more information, see
|
768
|
-
# [Environment Templates][1] in the *Proton
|
769
|
+
# [Environment Templates][1] in the *Proton User Guide*.
|
769
770
|
#
|
770
771
|
#
|
771
772
|
#
|
772
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
773
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-templates.html
|
773
774
|
# @return [String]
|
774
775
|
#
|
775
776
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateEnvironmentInput AWS API Documentation
|
@@ -845,13 +846,12 @@ module Aws::Proton
|
|
845
846
|
# An optional list of metadata items that you can associate with the
|
846
847
|
# Proton environment template. A tag is a key-value pair.
|
847
848
|
#
|
848
|
-
# For more information, see
|
849
|
-
#
|
849
|
+
# For more information, see [Proton resources and tagging][1] in the
|
850
|
+
# *Proton User Guide*.
|
850
851
|
#
|
851
852
|
#
|
852
853
|
#
|
853
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
854
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
854
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
855
855
|
# @return [Array<Types::Tag>]
|
856
856
|
#
|
857
857
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateEnvironmentTemplateInput AWS API Documentation
|
@@ -931,13 +931,12 @@ module Aws::Proton
|
|
931
931
|
# An optional list of metadata items that you can associate with the
|
932
932
|
# Proton environment template version. A tag is a key-value pair.
|
933
933
|
#
|
934
|
-
# For more information, see
|
935
|
-
#
|
934
|
+
# For more information, see [Proton resources and tagging][1] in the
|
935
|
+
# *Proton User Guide*.
|
936
936
|
#
|
937
937
|
#
|
938
938
|
#
|
939
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
940
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
939
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
941
940
|
# @return [Array<Types::Tag>]
|
942
941
|
#
|
943
942
|
# @!attribute [rw] template_name
|
@@ -986,13 +985,14 @@ module Aws::Proton
|
|
986
985
|
# }
|
987
986
|
#
|
988
987
|
# @!attribute [rw] connection_arn
|
989
|
-
# The Amazon Resource Name (ARN) of your
|
990
|
-
#
|
991
|
-
# the *Proton
|
988
|
+
# The Amazon Resource Name (ARN) of your AWS CodeStar connection that
|
989
|
+
# connects Proton to your repository provider account. For more
|
990
|
+
# information, see [Setting up for Proton][1] in the *Proton User
|
991
|
+
# Guide*.
|
992
992
|
#
|
993
993
|
#
|
994
994
|
#
|
995
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
995
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html
|
996
996
|
# @return [String]
|
997
997
|
#
|
998
998
|
# @!attribute [rw] encryption_key
|
@@ -1012,13 +1012,12 @@ module Aws::Proton
|
|
1012
1012
|
# An optional list of metadata items that you can associate with the
|
1013
1013
|
# Proton repository. A tag is a key-value pair.
|
1014
1014
|
#
|
1015
|
-
# For more information, see
|
1016
|
-
#
|
1015
|
+
# For more information, see [Proton resources and tagging][1] in the
|
1016
|
+
# *Proton User Guide*.
|
1017
1017
|
#
|
1018
1018
|
#
|
1019
1019
|
#
|
1020
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1021
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1020
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1022
1021
|
# @return [Array<Types::Tag>]
|
1023
1022
|
#
|
1024
1023
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateRepositoryInput AWS API Documentation
|
@@ -1034,7 +1033,7 @@ module Aws::Proton
|
|
1034
1033
|
end
|
1035
1034
|
|
1036
1035
|
# @!attribute [rw] repository
|
1037
|
-
# The repository detail data that's returned by Proton.
|
1036
|
+
# The repository link's detail data that's returned by Proton.
|
1038
1037
|
# @return [Types::Repository]
|
1039
1038
|
#
|
1040
1039
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateRepositoryOutput AWS API Documentation
|
@@ -1082,15 +1081,13 @@ module Aws::Proton
|
|
1082
1081
|
#
|
1083
1082
|
# @!attribute [rw] repository_connection_arn
|
1084
1083
|
# The Amazon Resource Name (ARN) of the repository connection. For
|
1085
|
-
# more information, see [
|
1086
|
-
# *Proton
|
1087
|
-
#
|
1088
|
-
# template *doesn't* include a service pipeline.
|
1084
|
+
# more information, see [Setting up an AWS CodeStar connection][1] in
|
1085
|
+
# the *Proton User Guide*. *Don't* include this parameter if your
|
1086
|
+
# service template *doesn't* include a service pipeline.
|
1089
1087
|
#
|
1090
1088
|
#
|
1091
1089
|
#
|
1092
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1093
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
|
1090
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol
|
1094
1091
|
# @return [String]
|
1095
1092
|
#
|
1096
1093
|
# @!attribute [rw] repository_id
|
@@ -1103,26 +1100,23 @@ module Aws::Proton
|
|
1103
1100
|
# template bundle schema file. The spec file is in YAML format.
|
1104
1101
|
# *Don’t* include pipeline inputs in the spec if your service template
|
1105
1102
|
# *doesn’t* include a service pipeline. For more information, see
|
1106
|
-
# [Create a service][1] in the *Proton
|
1107
|
-
# [Create a service][2] in the *Proton User Guide*.
|
1103
|
+
# [Create a service][1] in the *Proton User Guide*.
|
1108
1104
|
#
|
1109
1105
|
#
|
1110
1106
|
#
|
1111
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1112
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-create.html
|
1107
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-create-svc.html
|
1113
1108
|
# @return [String]
|
1114
1109
|
#
|
1115
1110
|
# @!attribute [rw] tags
|
1116
1111
|
# An optional list of metadata items that you can associate with the
|
1117
1112
|
# Proton service. A tag is a key-value pair.
|
1118
1113
|
#
|
1119
|
-
# For more information, see
|
1120
|
-
#
|
1114
|
+
# For more information, see [Proton resources and tagging][1] in the
|
1115
|
+
# *Proton User Guide*.
|
1121
1116
|
#
|
1122
1117
|
#
|
1123
1118
|
#
|
1124
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1125
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1119
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1126
1120
|
# @return [Array<Types::Tag>]
|
1127
1121
|
#
|
1128
1122
|
# @!attribute [rw] template_major_version
|
@@ -1206,25 +1200,24 @@ module Aws::Proton
|
|
1206
1200
|
# By default, Proton provides a service pipeline for your service.
|
1207
1201
|
# When this parameter is included, it indicates that an Proton service
|
1208
1202
|
# pipeline *isn't* provided for your service. After it's included,
|
1209
|
-
# it *can't* be changed. For more information, see [
|
1210
|
-
# bundles][1] in the *Proton
|
1203
|
+
# it *can't* be changed. For more information, see [Template
|
1204
|
+
# bundles][1] in the *Proton User Guide*.
|
1211
1205
|
#
|
1212
1206
|
#
|
1213
1207
|
#
|
1214
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1208
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-template-authoring.html#ag-template-bundles
|
1215
1209
|
# @return [String]
|
1216
1210
|
#
|
1217
1211
|
# @!attribute [rw] tags
|
1218
1212
|
# An optional list of metadata items that you can associate with the
|
1219
1213
|
# Proton service template. A tag is a key-value pair.
|
1220
1214
|
#
|
1221
|
-
# For more information, see
|
1222
|
-
#
|
1215
|
+
# For more information, see [Proton resources and tagging][1] in the
|
1216
|
+
# *Proton User Guide*.
|
1223
1217
|
#
|
1224
1218
|
#
|
1225
1219
|
#
|
1226
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1227
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1220
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1228
1221
|
# @return [Array<Types::Tag>]
|
1229
1222
|
#
|
1230
1223
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/CreateServiceTemplateInput AWS API Documentation
|
@@ -1320,24 +1313,23 @@ module Aws::Proton
|
|
1320
1313
|
# template version.
|
1321
1314
|
#
|
1322
1315
|
# For more information about components, see [Proton components][1] in
|
1323
|
-
# the *Proton
|
1316
|
+
# the *Proton User Guide*.
|
1324
1317
|
#
|
1325
1318
|
#
|
1326
1319
|
#
|
1327
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1320
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
1328
1321
|
# @return [Array<String>]
|
1329
1322
|
#
|
1330
1323
|
# @!attribute [rw] tags
|
1331
1324
|
# An optional list of metadata items that you can associate with the
|
1332
1325
|
# Proton service template version. A tag is a key-value pair.
|
1333
1326
|
#
|
1334
|
-
# For more information, see
|
1335
|
-
#
|
1327
|
+
# For more information, see [Proton resources and tagging][1] in the
|
1328
|
+
# *Proton User Guide*.
|
1336
1329
|
#
|
1337
1330
|
#
|
1338
1331
|
#
|
1339
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1340
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1332
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
|
1341
1333
|
# @return [Array<Types::Tag>]
|
1342
1334
|
#
|
1343
1335
|
# @!attribute [rw] template_name
|
@@ -1385,11 +1377,11 @@ module Aws::Proton
|
|
1385
1377
|
# }
|
1386
1378
|
#
|
1387
1379
|
# @!attribute [rw] branch
|
1388
|
-
# The branch
|
1380
|
+
# The repository branch for your template.
|
1389
1381
|
# @return [String]
|
1390
1382
|
#
|
1391
1383
|
# @!attribute [rw] repository_name
|
1392
|
-
# The name
|
1384
|
+
# The repository name (for example, `myrepos/myrepo`).
|
1393
1385
|
# @return [String]
|
1394
1386
|
#
|
1395
1387
|
# @!attribute [rw] repository_provider
|
@@ -1613,7 +1605,7 @@ module Aws::Proton
|
|
1613
1605
|
# }
|
1614
1606
|
#
|
1615
1607
|
# @!attribute [rw] name
|
1616
|
-
# The name
|
1608
|
+
# The repository name.
|
1617
1609
|
# @return [String]
|
1618
1610
|
#
|
1619
1611
|
# @!attribute [rw] provider
|
@@ -1630,7 +1622,8 @@ module Aws::Proton
|
|
1630
1622
|
end
|
1631
1623
|
|
1632
1624
|
# @!attribute [rw] repository
|
1633
|
-
# The repository detail data that's returned by
|
1625
|
+
# The deleted repository link's detail data that's returned by
|
1626
|
+
# Proton.
|
1634
1627
|
# @return [Types::Repository]
|
1635
1628
|
#
|
1636
1629
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/DeleteRepositoryOutput AWS API Documentation
|
@@ -1801,11 +1794,11 @@ module Aws::Proton
|
|
1801
1794
|
# defined components to be associated with the environment.
|
1802
1795
|
#
|
1803
1796
|
# For more information about components, see [Proton components][1] in
|
1804
|
-
# the *Proton
|
1797
|
+
# the *Proton User Guide*.
|
1805
1798
|
#
|
1806
1799
|
#
|
1807
1800
|
#
|
1808
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1801
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
1809
1802
|
# @return [String]
|
1810
1803
|
#
|
1811
1804
|
# @!attribute [rw] created_at
|
@@ -1857,8 +1850,10 @@ module Aws::Proton
|
|
1857
1850
|
# @return [String]
|
1858
1851
|
#
|
1859
1852
|
# @!attribute [rw] provisioning_repository
|
1860
|
-
# The
|
1861
|
-
# infrastructure templates for self-managed provisioning.
|
1853
|
+
# The linked repository that you use to host your rendered
|
1854
|
+
# infrastructure templates for self-managed provisioning. A linked
|
1855
|
+
# repository is a repository that has been registered with Proton. For
|
1856
|
+
# more information, see CreateRepository.
|
1862
1857
|
# @return [Types::RepositoryBranch]
|
1863
1858
|
#
|
1864
1859
|
# @!attribute [rw] spec
|
@@ -1920,11 +1915,11 @@ module Aws::Proton
|
|
1920
1915
|
# environments running in the account.
|
1921
1916
|
#
|
1922
1917
|
# For more information about components, see [Proton components][1] in
|
1923
|
-
# the *Proton
|
1918
|
+
# the *Proton User Guide*.
|
1924
1919
|
#
|
1925
1920
|
#
|
1926
1921
|
#
|
1927
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
1922
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
1928
1923
|
# @return [String]
|
1929
1924
|
#
|
1930
1925
|
# @!attribute [rw] environment_account_id
|
@@ -1998,11 +1993,11 @@ module Aws::Proton
|
|
1998
1993
|
# environments running in the account.
|
1999
1994
|
#
|
2000
1995
|
# For more information about components, see [Proton components][1] in
|
2001
|
-
# the *Proton
|
1996
|
+
# the *Proton User Guide*.
|
2002
1997
|
#
|
2003
1998
|
#
|
2004
1999
|
#
|
2005
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
2000
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
2006
2001
|
# @return [String]
|
2007
2002
|
#
|
2008
2003
|
# @!attribute [rw] environment_account_id
|
@@ -2075,11 +2070,11 @@ module Aws::Proton
|
|
2075
2070
|
# defined components to be associated with the environment.
|
2076
2071
|
#
|
2077
2072
|
# For more information about components, see [Proton components][1] in
|
2078
|
-
# the *Proton
|
2073
|
+
# the *Proton User Guide*.
|
2079
2074
|
#
|
2080
2075
|
#
|
2081
2076
|
#
|
2082
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
2077
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
2083
2078
|
# @return [String]
|
2084
2079
|
#
|
2085
2080
|
# @!attribute [rw] created_at
|
@@ -2596,7 +2591,7 @@ module Aws::Proton
|
|
2596
2591
|
#
|
2597
2592
|
# @!attribute [rw] template_name
|
2598
2593
|
# The name of the environment template a version of which you want to
|
2599
|
-
# get detailed data for
|
2594
|
+
# get detailed data for.
|
2600
2595
|
# @return [String]
|
2601
2596
|
#
|
2602
2597
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/GetEnvironmentTemplateVersionInput AWS API Documentation
|
@@ -2647,7 +2642,7 @@ module Aws::Proton
|
|
2647
2642
|
end
|
2648
2643
|
|
2649
2644
|
# @!attribute [rw] repository
|
2650
|
-
# The repository detail data that's returned by Proton.
|
2645
|
+
# The repository link's detail data that's returned by Proton.
|
2651
2646
|
# @return [Types::Repository]
|
2652
2647
|
#
|
2653
2648
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/GetRepositoryOutput AWS API Documentation
|
@@ -3479,7 +3474,7 @@ module Aws::Proton
|
|
3479
3474
|
# @return [String]
|
3480
3475
|
#
|
3481
3476
|
# @!attribute [rw] repositories
|
3482
|
-
# An array of
|
3477
|
+
# An array of repository links.
|
3483
3478
|
# @return [Array<Types::RepositorySummary>]
|
3484
3479
|
#
|
3485
3480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ListRepositoriesOutput AWS API Documentation
|
@@ -4100,11 +4095,11 @@ module Aws::Proton
|
|
4100
4095
|
# `TERRAFORM` can be used for self-managed provisioning.
|
4101
4096
|
#
|
4102
4097
|
# For more information, see [Self-managed provisioning][1] in the
|
4103
|
-
# *Proton
|
4098
|
+
# *Proton User Guide*.
|
4104
4099
|
#
|
4105
4100
|
#
|
4106
4101
|
#
|
4107
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
4102
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self
|
4108
4103
|
# @return [String]
|
4109
4104
|
#
|
4110
4105
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/ProvisionedResource AWS API Documentation
|
@@ -4149,15 +4144,16 @@ module Aws::Proton
|
|
4149
4144
|
include Aws::Structure
|
4150
4145
|
end
|
4151
4146
|
|
4152
|
-
# Detailed data of a repository that has been
|
4147
|
+
# Detailed data of a linked repository—a repository that has been
|
4148
|
+
# registered with Proton.
|
4153
4149
|
#
|
4154
4150
|
# @!attribute [rw] arn
|
4155
|
-
# The
|
4151
|
+
# The Amazon Resource Name (ARN) of the linked repository.
|
4156
4152
|
# @return [String]
|
4157
4153
|
#
|
4158
4154
|
# @!attribute [rw] connection_arn
|
4159
|
-
# The
|
4160
|
-
# Proton to your repository.
|
4155
|
+
# The Amazon Resource Name (ARN) of your AWS CodeStar connection that
|
4156
|
+
# connects Proton to your repository provider account.
|
4161
4157
|
# @return [String]
|
4162
4158
|
#
|
4163
4159
|
# @!attribute [rw] encryption_key
|
@@ -4184,10 +4180,10 @@ module Aws::Proton
|
|
4184
4180
|
include Aws::Structure
|
4185
4181
|
end
|
4186
4182
|
|
4187
|
-
# Detail data for a repository branch.
|
4183
|
+
# Detail data for a linked repository branch.
|
4188
4184
|
#
|
4189
4185
|
# @!attribute [rw] arn
|
4190
|
-
# The Amazon Resource Name (ARN) of the repository
|
4186
|
+
# The Amazon Resource Name (ARN) of the linked repository.
|
4191
4187
|
# @return [String]
|
4192
4188
|
#
|
4193
4189
|
# @!attribute [rw] branch
|
@@ -4213,7 +4209,7 @@ module Aws::Proton
|
|
4213
4209
|
include Aws::Structure
|
4214
4210
|
end
|
4215
4211
|
|
4216
|
-
# Detail input data for a repository branch.
|
4212
|
+
# Detail input data for a linked repository branch.
|
4217
4213
|
#
|
4218
4214
|
# @note When making an API call, you may pass RepositoryBranchInput
|
4219
4215
|
# data as a hash:
|
@@ -4246,10 +4242,11 @@ module Aws::Proton
|
|
4246
4242
|
include Aws::Structure
|
4247
4243
|
end
|
4248
4244
|
|
4249
|
-
# Summary data of a repository that has been
|
4245
|
+
# Summary data of a linked repository—a repository that has been
|
4246
|
+
# registered with Proton.
|
4250
4247
|
#
|
4251
4248
|
# @!attribute [rw] arn
|
4252
|
-
# The Amazon Resource Name (ARN)
|
4249
|
+
# The Amazon Resource Name (ARN) of the linked repository.
|
4253
4250
|
# @return [String]
|
4254
4251
|
#
|
4255
4252
|
# @!attribute [rw] name
|
@@ -4295,7 +4292,7 @@ module Aws::Proton
|
|
4295
4292
|
include Aws::Structure
|
4296
4293
|
end
|
4297
4294
|
|
4298
|
-
#
|
4295
|
+
# A repository sync definition.
|
4299
4296
|
#
|
4300
4297
|
# @!attribute [rw] branch
|
4301
4298
|
# The repository branch.
|
@@ -4531,14 +4528,12 @@ module Aws::Proton
|
|
4531
4528
|
#
|
4532
4529
|
# @!attribute [rw] repository_connection_arn
|
4533
4530
|
# The Amazon Resource Name (ARN) of the repository connection. For
|
4534
|
-
# more information, see [
|
4535
|
-
# *Proton
|
4536
|
-
# *Proton User Guide*.
|
4531
|
+
# more information, see [Setting up an AWS CodeStar connection][1] in
|
4532
|
+
# the *Proton User Guide*.
|
4537
4533
|
#
|
4538
4534
|
#
|
4539
4535
|
#
|
4540
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
4541
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/proton-setup.html#setup-repo-connection
|
4536
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/setting-up-for-service.html#setting-up-vcontrol
|
4542
4537
|
# @return [String]
|
4543
4538
|
#
|
4544
4539
|
# @!attribute [rw] repository_id
|
@@ -4794,11 +4789,11 @@ module Aws::Proton
|
|
4794
4789
|
end
|
4795
4790
|
|
4796
4791
|
# A quota was exceeded. For more information, see [Proton Quotas][1] in
|
4797
|
-
# the *Proton
|
4792
|
+
# the *Proton User Guide*.
|
4798
4793
|
#
|
4799
4794
|
#
|
4800
4795
|
#
|
4801
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
4796
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-limits.html
|
4802
4797
|
#
|
4803
4798
|
# @!attribute [rw] message
|
4804
4799
|
# @return [String]
|
@@ -5022,11 +5017,11 @@ module Aws::Proton
|
|
5022
5017
|
# template version.
|
5023
5018
|
#
|
5024
5019
|
# For more information about components, see [Proton components][1] in
|
5025
|
-
# the *Proton
|
5020
|
+
# the *Proton User Guide*.
|
5026
5021
|
#
|
5027
5022
|
#
|
5028
5023
|
#
|
5029
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
5024
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
5030
5025
|
# @return [Array<String>]
|
5031
5026
|
#
|
5032
5027
|
# @!attribute [rw] template_name
|
@@ -5182,7 +5177,7 @@ module Aws::Proton
|
|
5182
5177
|
# @return [String]
|
5183
5178
|
#
|
5184
5179
|
# @!attribute [rw] repository_name
|
5185
|
-
# The name
|
5180
|
+
# The repository name (for example, `myrepos/myrepo`).
|
5186
5181
|
# @return [String]
|
5187
5182
|
#
|
5188
5183
|
# @!attribute [rw] repository_provider
|
@@ -5284,6 +5279,7 @@ module Aws::Proton
|
|
5284
5279
|
# data as a hash:
|
5285
5280
|
#
|
5286
5281
|
# {
|
5282
|
+
# delete_pipeline_provisioning_repository: false,
|
5287
5283
|
# pipeline_provisioning_repository: {
|
5288
5284
|
# branch: "GitBranchName", # required
|
5289
5285
|
# name: "RepositoryName", # required
|
@@ -5292,10 +5288,22 @@ module Aws::Proton
|
|
5292
5288
|
# pipeline_service_role_arn: "PipelineRoleArn",
|
5293
5289
|
# }
|
5294
5290
|
#
|
5291
|
+
# @!attribute [rw] delete_pipeline_provisioning_repository
|
5292
|
+
# Set to `true` to remove a configured pipeline repository from the
|
5293
|
+
# account settings. Don't set this field if you are updating the
|
5294
|
+
# configured pipeline repository.
|
5295
|
+
# @return [Boolean]
|
5296
|
+
#
|
5295
5297
|
# @!attribute [rw] pipeline_provisioning_repository
|
5296
|
-
# A repository for pipeline provisioning. Specify it if you
|
5297
|
-
# environments configured for self-managed provisioning with
|
5298
|
-
# that include pipelines.
|
5298
|
+
# A linked repository for pipeline provisioning. Specify it if you
|
5299
|
+
# have environments configured for self-managed provisioning with
|
5300
|
+
# services that include pipelines. A linked repository is a repository
|
5301
|
+
# that has been registered with Proton. For more information, see
|
5302
|
+
# CreateRepository.
|
5303
|
+
#
|
5304
|
+
# To remove a previously configured repository, set
|
5305
|
+
# `deletePipelineProvisioningRepository` to `true`, and don't set
|
5306
|
+
# `pipelineProvisioningRepository`.
|
5299
5307
|
# @return [Types::RepositoryBranchInput]
|
5300
5308
|
#
|
5301
5309
|
# @!attribute [rw] pipeline_service_role_arn
|
@@ -5303,11 +5311,14 @@ module Aws::Proton
|
|
5303
5311
|
# for provisioning pipelines. Assumed by Proton for Amazon Web
|
5304
5312
|
# Services-managed provisioning, and by customer-owned automation for
|
5305
5313
|
# self-managed provisioning.
|
5314
|
+
#
|
5315
|
+
# To remove a previously configured ARN, specify an empty string.
|
5306
5316
|
# @return [String]
|
5307
5317
|
#
|
5308
5318
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateAccountSettingsInput AWS API Documentation
|
5309
5319
|
#
|
5310
5320
|
class UpdateAccountSettingsInput < Struct.new(
|
5321
|
+
:delete_pipeline_provisioning_repository,
|
5311
5322
|
:pipeline_provisioning_repository,
|
5312
5323
|
:pipeline_service_role_arn)
|
5313
5324
|
SENSITIVE = []
|
@@ -5449,11 +5460,11 @@ module Aws::Proton
|
|
5449
5460
|
# environments running in the account.
|
5450
5461
|
#
|
5451
5462
|
# For more information about components, see [Proton components][1] in
|
5452
|
-
# the *Proton
|
5463
|
+
# the *Proton User Guide*.
|
5453
5464
|
#
|
5454
5465
|
#
|
5455
5466
|
#
|
5456
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
5467
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
5457
5468
|
# @return [String]
|
5458
5469
|
#
|
5459
5470
|
# @!attribute [rw] id
|
@@ -5518,11 +5529,11 @@ module Aws::Proton
|
|
5518
5529
|
# defined components to be associated with the environment.
|
5519
5530
|
#
|
5520
5531
|
# For more information about components, see [Proton components][1] in
|
5521
|
-
# the *Proton
|
5532
|
+
# the *Proton User Guide*.
|
5522
5533
|
#
|
5523
5534
|
#
|
5524
5535
|
#
|
5525
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
5536
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
5526
5537
|
# @return [String]
|
5527
5538
|
#
|
5528
5539
|
# @!attribute [rw] deployment_type
|
@@ -5588,8 +5599,10 @@ module Aws::Proton
|
|
5588
5599
|
# @return [String]
|
5589
5600
|
#
|
5590
5601
|
# @!attribute [rw] provisioning_repository
|
5591
|
-
# The
|
5592
|
-
# infrastructure templates for self-managed provisioning.
|
5602
|
+
# The linked repository that you use to host your rendered
|
5603
|
+
# infrastructure templates for self-managed provisioning. A linked
|
5604
|
+
# repository is a repository that has been registered with Proton. For
|
5605
|
+
# more information, see CreateRepository.
|
5593
5606
|
# @return [Types::RepositoryBranchInput]
|
5594
5607
|
#
|
5595
5608
|
# @!attribute [rw] spec
|
@@ -5756,13 +5769,12 @@ module Aws::Proton
|
|
5756
5769
|
# Lists the service instances to add and the existing service
|
5757
5770
|
# instances to remain. Omit the existing service instances to delete
|
5758
5771
|
# from the list. *Don't* include edits to the existing service
|
5759
|
-
# instances or pipeline. For more information, see
|
5760
|
-
#
|
5772
|
+
# instances or pipeline. For more information, see [Edit a service][1]
|
5773
|
+
# in the *Proton User Guide*.
|
5761
5774
|
#
|
5762
5775
|
#
|
5763
5776
|
#
|
5764
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
5765
|
-
# [2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-update.html
|
5777
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-svc-update.html
|
5766
5778
|
# @return [String]
|
5767
5779
|
#
|
5768
5780
|
# @see http://docs.aws.amazon.com/goto/WebAPI/proton-2020-07-20/UpdateServiceInput AWS API Documentation
|
@@ -6079,11 +6091,11 @@ module Aws::Proton
|
|
6079
6091
|
# </note>
|
6080
6092
|
#
|
6081
6093
|
# For more information about components, see [Proton components][1] in
|
6082
|
-
# the *Proton
|
6094
|
+
# the *Proton User Guide*.
|
6083
6095
|
#
|
6084
6096
|
#
|
6085
6097
|
#
|
6086
|
-
# [1]: https://docs.aws.amazon.com/proton/latest/
|
6098
|
+
# [1]: https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html
|
6087
6099
|
# @return [Array<String>]
|
6088
6100
|
#
|
6089
6101
|
# @!attribute [rw] template_name
|
@@ -6129,11 +6141,11 @@ module Aws::Proton
|
|
6129
6141
|
# }
|
6130
6142
|
#
|
6131
6143
|
# @!attribute [rw] branch
|
6132
|
-
# The repository branch.
|
6144
|
+
# The repository branch for your template.
|
6133
6145
|
# @return [String]
|
6134
6146
|
#
|
6135
6147
|
# @!attribute [rw] repository_name
|
6136
|
-
# The name
|
6148
|
+
# The repository name (for example, `myrepos/myrepo`).
|
6137
6149
|
# @return [String]
|
6138
6150
|
#
|
6139
6151
|
# @!attribute [rw] repository_provider
|