aws-sdk-proton 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -601,19 +601,20 @@ module Aws::Proton
601
601
  #
602
602
  # **You can provision environments using the following methods:**
603
603
  #
604
- # * Standard provisioning: Proton makes direct calls to provision your
605
- # resources.
604
+ # * Amazon Web Services-managed provisioning: Proton makes direct calls
605
+ # to provision your resources.
606
606
  #
607
- # * Pull request provisioning: Proton makes pull requests on your
607
+ # * Self-managed provisioning: Proton makes pull requests on your
608
608
  # repository to provide compiled infrastructure as code (IaC) files
609
609
  # that your IaC engine uses to provision resources.
610
610
  #
611
- # For more information, see the [Environments][1] in the *Proton
612
- # Administrator Guide.*
611
+ # For more information, see [Environments][1] and [Provisioning
612
+ # methods][2] in the *Proton Administrator Guide*.
613
613
  #
614
614
  #
615
615
  #
616
616
  # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
617
+ # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-works-prov-methods.html
617
618
  #
618
619
  # @option params [String] :description
619
620
  # A description of the environment that's being created and deployed.
@@ -621,11 +622,13 @@ module Aws::Proton
621
622
  # @option params [String] :environment_account_connection_id
622
623
  # The ID of the environment account connection that you provide if
623
624
  # you're provisioning your environment infrastructure resources to an
624
- # environment account. You must include either the
625
- # `environmentAccountConnectionId` or `protonServiceRoleArn` parameter
626
- # and value and omit the `provisioningRepository` parameter and values.
627
- # For more information, see [Environment account connections][1] in the
628
- # *Proton Administrator guide*.
625
+ # environment account. For more information, see [Environment account
626
+ # connections][1] in the *Proton Administrator guide*.
627
+ #
628
+ # To use Amazon Web Services-managed provisioning for the environment,
629
+ # specify either the `environmentAccountConnectionId` or
630
+ # `protonServiceRoleArn` parameter and omit the `provisioningRepository`
631
+ # parameter.
629
632
  #
630
633
  #
631
634
  #
@@ -636,39 +639,36 @@ module Aws::Proton
636
639
  #
637
640
  # @option params [String] :proton_service_role_arn
638
641
  # The Amazon Resource Name (ARN) of the Proton service role that allows
639
- # Proton to make calls to other services on your behalf. You must
640
- # include either the `environmentAccountConnectionId` or
641
- # `protonServiceRoleArn` parameter and value and omit the
642
- # `provisioningRepository` parameter when you use standard provisioning.
643
- #
644
- # @option params [Types::RepositoryBranchInput] :provisioning_repository
645
- # The repository that you provide with pull request provisioning. If you
646
- # provide this parameter, you must omit the
647
- # `environmentAccountConnectionId` and `protonServiceRoleArn`
648
- # parameters.
649
- #
650
- # Provisioning by pull request is currently in feature preview and is
651
- # only usable with Terraform based Proton Templates. To learn more about
652
- # [Amazon Web Services Feature Preview terms][1], see section 2 on Beta
653
- # and Previews.
642
+ # Proton to make calls to other services on your behalf.
654
643
  #
644
+ # To use Amazon Web Services-managed provisioning for the environment,
645
+ # specify either the `environmentAccountConnectionId` or
646
+ # `protonServiceRoleArn` parameter and omit the `provisioningRepository`
647
+ # parameter.
655
648
  #
649
+ # @option params [Types::RepositoryBranchInput] :provisioning_repository
650
+ # The infrastructure repository that you use to host your rendered
651
+ # infrastructure templates for self-managed provisioning.
656
652
  #
657
- # [1]: https://aws.amazon.com/service-terms
653
+ # To use self-managed provisioning for the environment, specify this
654
+ # parameter and omit the `environmentAccountConnectionId` and
655
+ # `protonServiceRoleArn` parameters.
658
656
  #
659
657
  # @option params [required, String] :spec
660
- # A link to a YAML formatted spec file that provides inputs as defined
661
- # in the environment template bundle schema file. For more information,
662
- # see [Environments][1] in the *Proton Administrator Guide*.
658
+ # A YAML formatted string that provides inputs as defined in the
659
+ # environment template bundle schema file. For more information, see
660
+ # [Environments][1] in the *Proton Administrator Guide*.
663
661
  #
664
662
  #
665
663
  #
666
664
  # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
667
665
  #
668
666
  # @option params [Array<Types::Tag>] :tags
669
- # Create tags for your environment. For more information, see *Proton
670
- # resources and tagging* in the [Proton Administrator Guide][1] or
671
- # [Proton User Guide][2].
667
+ # An optional list of metadata items that you can associate with the
668
+ # Proton environment. A tag is a key-value pair.
669
+ #
670
+ # For more information, see *Proton resources and tagging* in the
671
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
672
672
  #
673
673
  #
674
674
  #
@@ -777,7 +777,7 @@ module Aws::Proton
777
777
  #
778
778
  # @option params [required, String] :management_account_id
779
779
  # The ID of the management account that accepts or rejects the
780
- # environment account connection. You create an manage the Proton
780
+ # environment account connection. You create and manage the Proton
781
781
  # environment in this account. If the management account accepts the
782
782
  # environment account connection, Proton can use the associated IAM role
783
783
  # to provision environment infrastructure resources in the associated
@@ -789,9 +789,11 @@ module Aws::Proton
789
789
  # infrastructure resources in the associated environment account.
790
790
  #
791
791
  # @option params [Array<Types::Tag>] :tags
792
- # Tags for your environment account connection. For more information,
793
- # see [Proton resources and tagging][1] in the *Proton Administrator
794
- # Guide*.
792
+ # An optional list of metadata items that you can associate with the
793
+ # Proton environment account connection. A tag is a key-value pair.
794
+ #
795
+ # For more information, see [Proton resources and tagging][1] in the
796
+ # *Proton Administrator Guide*.
795
797
  #
796
798
  #
797
799
  #
@@ -877,9 +879,11 @@ module Aws::Proton
877
879
  # provisioned and managed infrastructure.
878
880
  #
879
881
  # @option params [Array<Types::Tag>] :tags
880
- # Create tags for your environment template. For more information, see
881
- # *Proton resources and tagging* in the [Proton Administrator Guide][1]
882
- # or [Proton User Guide][2].
882
+ # An optional list of metadata items that you can associate with the
883
+ # Proton environment template. A tag is a key-value pair.
884
+ #
885
+ # For more information, see *Proton resources and tagging* in the
886
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
883
887
  #
884
888
  #
885
889
  #
@@ -944,18 +948,27 @@ module Aws::Proton
944
948
  # A description of the new version of an environment template.
945
949
  #
946
950
  # @option params [String] :major_version
947
- # To create a new minor version of the environment template, include a
951
+ # To create a new minor version of the environment template, include
948
952
  # `major Version`.
949
953
  #
950
954
  # To create a new major and minor version of the environment template,
951
- # *exclude* `major Version`.
955
+ # exclude `major Version`.
952
956
  #
953
957
  # @option params [required, Types::TemplateVersionSourceInput] :source
954
958
  # An object that includes the template bundle S3 bucket path and name
955
959
  # for the new version of an template.
956
960
  #
957
961
  # @option params [Array<Types::Tag>] :tags
958
- # Create tags for a new version of an environment template.
962
+ # An optional list of metadata items that you can associate with the
963
+ # Proton environment template version. A tag is a key-value pair.
964
+ #
965
+ # For more information, see *Proton resources and tagging* in the
966
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
967
+ #
968
+ #
969
+ #
970
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/resources.html
971
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
959
972
  #
960
973
  # @option params [required, String] :template_name
961
974
  # The name of the environment template.
@@ -1008,15 +1021,21 @@ module Aws::Proton
1008
1021
  req.send_request(options)
1009
1022
  end
1010
1023
 
1011
- # Create and register a link to a repository that can be used with pull
1012
- # request provisioning or template sync configurations. For more
1013
- # information, see [Template bundles][1] and [Template sync
1014
- # configurations][2] in the *Proton Administrator Guide*.
1024
+ # Create and register a link to a repository that can be used with
1025
+ # self-managed provisioning (infrastructure or pipelines) or for
1026
+ # template sync configurations. When you create a repository link,
1027
+ # Proton creates a [service-linked role][1] for you.
1015
1028
  #
1029
+ # For more information, see [Self-managed provisioning][2], [Template
1030
+ # bundles][3], and [Template sync configurations][4] in the *Proton
1031
+ # Administrator Guide*.
1016
1032
  #
1017
1033
  #
1018
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
1019
- # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-sync-configs.html
1034
+ #
1035
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/using-service-linked-roles.html
1036
+ # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-works-prov-methods.html#ag-works-prov-methods-self
1037
+ # [3]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
1038
+ # [4]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-sync-configs.html
1020
1039
  #
1021
1040
  # @option params [required, String] :connection_arn
1022
1041
  # The Amazon Resource Name (ARN) of your Amazon Web Services CodeStar
@@ -1025,18 +1044,30 @@ module Aws::Proton
1025
1044
  #
1026
1045
  #
1027
1046
  #
1028
- # [1]: https://docs.aws.amazon.com/setting-up-for-service
1047
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/setting-up-for-service.html
1029
1048
  #
1030
1049
  # @option params [String] :encryption_key
1031
1050
  # The ARN of your customer Amazon Web Services Key Management Service
1032
1051
  # (Amazon Web Services KMS) key.
1033
1052
  #
1034
1053
  # @option params [required, String] :name
1035
- # The repository name, for example `myrepos/myrepo`.
1054
+ # The repository name (for example, `myrepos/myrepo`).
1036
1055
  #
1037
1056
  # @option params [required, String] :provider
1038
1057
  # The repository provider.
1039
1058
  #
1059
+ # @option params [Array<Types::Tag>] :tags
1060
+ # An optional list of metadata items that you can associate with the
1061
+ # Proton repository. A tag is a key-value pair.
1062
+ #
1063
+ # For more information, see *Proton resources and tagging* in the
1064
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
1065
+ #
1066
+ #
1067
+ #
1068
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/resources.html
1069
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
1070
+ #
1040
1071
  # @return [Types::CreateRepositoryOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1041
1072
  #
1042
1073
  # * {Types::CreateRepositoryOutput#repository #repository} => Types::Repository
@@ -1048,6 +1079,12 @@ module Aws::Proton
1048
1079
  # encryption_key: "Arn",
1049
1080
  # name: "RepositoryName", # required
1050
1081
  # provider: "GITHUB", # required, accepts GITHUB, GITHUB_ENTERPRISE, BITBUCKET
1082
+ # tags: [
1083
+ # {
1084
+ # key: "TagKey", # required
1085
+ # value: "TagValue", # required
1086
+ # },
1087
+ # ],
1051
1088
  # })
1052
1089
  #
1053
1090
  # @example Response structure
@@ -1106,7 +1143,7 @@ module Aws::Proton
1106
1143
  #
1107
1144
  # @option params [required, String] :spec
1108
1145
  # A link to a spec file that provides inputs as defined in the service
1109
- # template bundle schema file. The spec file is in YAML format. Don’t
1146
+ # template bundle schema file. The spec file is in YAML format. *Don’t*
1110
1147
  # include pipeline inputs in the spec if your service template *doesn’t*
1111
1148
  # include a service pipeline. For more information, see [Create a
1112
1149
  # service][1] in the *Proton Administrator Guide* and [Create a
@@ -1118,9 +1155,11 @@ module Aws::Proton
1118
1155
  # [2]: https://docs.aws.amazon.com/proton/latest/userguide/ug-svc-create.html
1119
1156
  #
1120
1157
  # @option params [Array<Types::Tag>] :tags
1121
- # Create tags for your service. For more information, see *Proton
1122
- # resources and tagging* in the [Proton Administrator Guide][1] or
1123
- # [Proton User Guide][2].
1158
+ # An optional list of metadata items that you can associate with the
1159
+ # Proton service. A tag is a key-value pair.
1160
+ #
1161
+ # For more information, see *Proton resources and tagging* in the
1162
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
1124
1163
  #
1125
1164
  #
1126
1165
  #
@@ -1197,7 +1236,7 @@ module Aws::Proton
1197
1236
  end
1198
1237
 
1199
1238
  # Create a service template. The administrator creates a service
1200
- # template to define standardized infrastructure and an optional CICD
1239
+ # template to define standardized infrastructure and an optional CI/CD
1201
1240
  # service pipeline. Developers, in turn, select the service template
1202
1241
  # from Proton. If the selected service template includes a service
1203
1242
  # pipeline definition, they provide a link to their source code
@@ -1223,9 +1262,9 @@ module Aws::Proton
1223
1262
  # The name of the service template.
1224
1263
  #
1225
1264
  # @option params [String] :pipeline_provisioning
1226
- # Proton includes a service pipeline for your service by default. When
1227
- # included, this parameter indicates that an Proton service pipeline
1228
- # *won't* be included for your service. Once specified, this parameter
1265
+ # By default, Proton provides a service pipeline for your service. When
1266
+ # this parameter is included, it indicates that an Proton service
1267
+ # pipeline *isn't* provided for your service. After it's included, it
1229
1268
  # *can't* be changed. For more information, see [Service template
1230
1269
  # bundles][1] in the *Proton Administrator Guide*.
1231
1270
  #
@@ -1234,9 +1273,11 @@ module Aws::Proton
1234
1273
  # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
1235
1274
  #
1236
1275
  # @option params [Array<Types::Tag>] :tags
1237
- # Create tags for your service template. For more information, see
1238
- # *Proton resources and tagging* in the [Proton Administrator Guide][1]
1239
- # or [Proton User Guide][2].
1276
+ # An optional list of metadata items that you can associate with the
1277
+ # Proton service template. A tag is a key-value pair.
1278
+ #
1279
+ # For more information, see *Proton resources and tagging* in the
1280
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
1240
1281
  #
1241
1282
  #
1242
1283
  #
@@ -1316,7 +1357,16 @@ module Aws::Proton
1316
1357
  # for the new version of a service template.
1317
1358
  #
1318
1359
  # @option params [Array<Types::Tag>] :tags
1319
- # Create tags for a new version of a service template.
1360
+ # An optional list of metadata items that you can associate with the
1361
+ # Proton service template version. A tag is a key-value pair.
1362
+ #
1363
+ # For more information, see *Proton resources and tagging* in the
1364
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
1365
+ #
1366
+ #
1367
+ #
1368
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/resources.html
1369
+ # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
1320
1370
  #
1321
1371
  # @option params [required, String] :template_name
1322
1372
  # The name of the service template.
@@ -1378,13 +1428,13 @@ module Aws::Proton
1378
1428
  req.send_request(options)
1379
1429
  end
1380
1430
 
1381
- # Set up a template for automated template version creation. When a
1382
- # commit is pushed to your registered [repository][1], Proton checks for
1383
- # changes to your repository template bundles. If it detects a template
1384
- # bundle change, a new minor or major version of its template is
1385
- # created, if the version doesn’t already exist. For more information,
1386
- # see [Template sync configurations][2] in the *Proton Administrator
1387
- # Guide*.
1431
+ # Set up a template to create new template versions automatically. When
1432
+ # a commit is pushed to your registered [repository][1], Proton checks
1433
+ # for changes to your repository template bundles. If it detects a
1434
+ # template bundle change, a new major or minor version of its template
1435
+ # is created, if the version doesn’t already exist. For more
1436
+ # information, see [Template sync configurations][2] in the *Proton
1437
+ # Administrator Guide*.
1388
1438
  #
1389
1439
  #
1390
1440
  #
@@ -1395,7 +1445,7 @@ module Aws::Proton
1395
1445
  # The branch of the registered repository for your template.
1396
1446
  #
1397
1447
  # @option params [required, String] :repository_name
1398
- # The name of your repository, for example `myrepos/myrepo`.
1448
+ # The name of your repository (for example, `myrepos/myrepo`).
1399
1449
  #
1400
1450
  # @option params [required, String] :repository_provider
1401
1451
  # The provider type for your repository.
@@ -2100,7 +2150,23 @@ module Aws::Proton
2100
2150
  req.send_request(options)
2101
2151
  end
2102
2152
 
2103
- # Get the repository sync status.
2153
+ # Get the sync status of a repository used for Proton template sync. For
2154
+ # more information about template sync, see .
2155
+ #
2156
+ # <note markdown="1"> A repository sync status isn't tied to the Proton Repository resource
2157
+ # (or any other Proton resource). Therefore, tags on an Proton
2158
+ # Repository resource have no effect on this action. Specifically, you
2159
+ # can't use these tags to control access to this action using
2160
+ # Attribute-based access control (ABAC).
2161
+ #
2162
+ # For more information about ABAC, see [ABAC][1] in the *Proton
2163
+ # Administrator Guide*.
2164
+ #
2165
+ # </note>
2166
+ #
2167
+ #
2168
+ #
2169
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/security_iam_service-with-iam.html#security_iam_service-with-iam-tags
2104
2170
  #
2105
2171
  # @option params [required, String] :branch
2106
2172
  # The repository branch.
@@ -2204,7 +2270,7 @@ module Aws::Proton
2204
2270
  end
2205
2271
 
2206
2272
  # Get detail data for a service instance. A service instance is an
2207
- # instantiation of service template, which is running in a specific
2273
+ # instantiation of service template and it runs in a specific
2208
2274
  # environment.
2209
2275
  #
2210
2276
  # @option params [required, String] :name
@@ -2393,7 +2459,7 @@ module Aws::Proton
2393
2459
  # The template type.
2394
2460
  #
2395
2461
  # @option params [required, String] :template_version
2396
- # The template version.
2462
+ # The template major version.
2397
2463
  #
2398
2464
  # @return [Types::GetTemplateSyncStatusOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2399
2465
  #
@@ -2479,7 +2545,7 @@ module Aws::Proton
2479
2545
  # The maximum number of environment account connections to list.
2480
2546
  #
2481
2547
  # @option params [String] :next_token
2482
- # A token to indicate the location of the next environment account
2548
+ # A token that indicates the location of the next environment account
2483
2549
  # connection in the array of environment account connections, after the
2484
2550
  # list of environment account connections that was previously requested.
2485
2551
  #
@@ -2536,9 +2602,9 @@ module Aws::Proton
2536
2602
  # The environment name.
2537
2603
  #
2538
2604
  # @option params [String] :next_token
2539
- # A token to indicate the location of the next environment output in the
2540
- # array of environment outputs, after the list of environment outputs
2541
- # that was previously requested.
2605
+ # A token that indicates the location of the next environment output in
2606
+ # the array of environment outputs, after the list of environment
2607
+ # outputs that was previously requested.
2542
2608
  #
2543
2609
  # @return [Types::ListEnvironmentOutputsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2544
2610
  #
@@ -2576,10 +2642,10 @@ module Aws::Proton
2576
2642
  # The environment name.
2577
2643
  #
2578
2644
  # @option params [String] :next_token
2579
- # A token to indicate the location of the next environment provisioned
2580
- # resource in the array of environment provisioned resources, after the
2581
- # list of environment provisioned resources that was previously
2582
- # requested.
2645
+ # A token that indicates the location of the next environment
2646
+ # provisioned resource in the array of environment provisioned
2647
+ # resources, after the list of environment provisioned resources that
2648
+ # was previously requested.
2583
2649
  #
2584
2650
  # @return [Types::ListEnvironmentProvisionedResourcesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2585
2651
  #
@@ -2627,9 +2693,10 @@ module Aws::Proton
2627
2693
  # template to list.
2628
2694
  #
2629
2695
  # @option params [String] :next_token
2630
- # A token to indicate the location of the next major or minor version in
2631
- # the array of major or minor versions of an environment template, after
2632
- # the list of major or minor versions that was previously requested.
2696
+ # A token that indicates the location of the next major or minor version
2697
+ # in the array of major or minor versions of an environment template,
2698
+ # after the list of major or minor versions that was previously
2699
+ # requested.
2633
2700
  #
2634
2701
  # @option params [required, String] :template_name
2635
2702
  # The name of the environment template.
@@ -2680,8 +2747,8 @@ module Aws::Proton
2680
2747
  # The maximum number of environment templates to list.
2681
2748
  #
2682
2749
  # @option params [String] :next_token
2683
- # A token to indicate the location of the next environment template in
2684
- # the array of environment templates, after the list of environment
2750
+ # A token that indicates the location of the next environment template
2751
+ # in the array of environment templates, after the list of environment
2685
2752
  # templates that was previously requested.
2686
2753
  #
2687
2754
  # @return [Types::ListEnvironmentTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2729,9 +2796,9 @@ module Aws::Proton
2729
2796
  # The maximum number of environments to list.
2730
2797
  #
2731
2798
  # @option params [String] :next_token
2732
- # A token to indicate the location of the next environment in the array
2733
- # of environments, after the list of environments that was previously
2734
- # requested.
2799
+ # A token that indicates the location of the next environment in the
2800
+ # array of environments, after the list of environments that was
2801
+ # previously requested.
2735
2802
  #
2736
2803
  # @return [Types::ListEnvironmentsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2737
2804
  #
@@ -2788,8 +2855,9 @@ module Aws::Proton
2788
2855
  # The maximum number of repositories to list.
2789
2856
  #
2790
2857
  # @option params [String] :next_token
2791
- # A token to indicate the location of the next repository in the array
2792
- # of repositories, after the list of repositories previously requested.
2858
+ # A token that indicates the location of the next repository in the
2859
+ # array of repositories, after the list of repositories previously
2860
+ # requested.
2793
2861
  #
2794
2862
  # @return [Types::ListRepositoriesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2795
2863
  #
@@ -2825,7 +2893,7 @@ module Aws::Proton
2825
2893
  # List repository sync definitions with detail data.
2826
2894
  #
2827
2895
  # @option params [String] :next_token
2828
- # A token to indicate the location of the next repository sync
2896
+ # A token that indicates the location of the next repository sync
2829
2897
  # definition in the array of repository sync definitions, after the list
2830
2898
  # of repository sync definitions previously requested.
2831
2899
  #
@@ -2876,7 +2944,7 @@ module Aws::Proton
2876
2944
  # detail data.
2877
2945
  #
2878
2946
  # @option params [String] :next_token
2879
- # A token to indicate the location of the next output in the array of
2947
+ # A token that indicates the location of the next output in the array of
2880
2948
  # outputs, after the list of outputs that was previously requested.
2881
2949
  #
2882
2950
  # @option params [required, String] :service_instance_name
@@ -2919,8 +2987,8 @@ module Aws::Proton
2919
2987
  # List provisioned resources for a service instance with details.
2920
2988
  #
2921
2989
  # @option params [String] :next_token
2922
- # A token to indicate the location of the next provisioned resource in
2923
- # the array of provisioned resources, after the list of provisioned
2990
+ # A token that indicates the location of the next provisioned resource
2991
+ # in the array of provisioned resources, after the list of provisioned
2924
2992
  # resources that was previously requested.
2925
2993
  #
2926
2994
  # @option params [required, String] :service_instance_name
@@ -2967,8 +3035,8 @@ module Aws::Proton
2967
3035
  # The maximum number of service instances to list.
2968
3036
  #
2969
3037
  # @option params [String] :next_token
2970
- # A token to indicate the location of the next service in the array of
2971
- # service instances, after the list of service instances that was
3038
+ # A token that indicates the location of the next service in the array
3039
+ # of service instances, after the list of service instances that was
2972
3040
  # previously requested.
2973
3041
  #
2974
3042
  # @option params [String] :service_name
@@ -3019,7 +3087,7 @@ module Aws::Proton
3019
3087
  # detail.
3020
3088
  #
3021
3089
  # @option params [String] :next_token
3022
- # A token to indicate the location of the next output in the array of
3090
+ # A token that indicates the location of the next output in the array of
3023
3091
  # outputs, after the list of outputs that was previously requested.
3024
3092
  #
3025
3093
  # @option params [required, String] :service_name
@@ -3058,8 +3126,8 @@ module Aws::Proton
3058
3126
  # List provisioned resources for a service and pipeline with details.
3059
3127
  #
3060
3128
  # @option params [String] :next_token
3061
- # A token to indicate the location of the next provisioned resource in
3062
- # the array of provisioned resources, after the list of provisioned
3129
+ # A token that indicates the location of the next provisioned resource
3130
+ # in the array of provisioned resources, after the list of provisioned
3063
3131
  # resources that was previously requested.
3064
3132
  #
3065
3133
  # @option params [required, String] :service_name
@@ -3110,9 +3178,9 @@ module Aws::Proton
3110
3178
  # list.
3111
3179
  #
3112
3180
  # @option params [String] :next_token
3113
- # A token to indicate the location of the next major or minor version in
3114
- # the array of major or minor versions of a service template, after the
3115
- # list of major or minor versions that was previously requested.
3181
+ # A token that indicates the location of the next major or minor version
3182
+ # in the array of major or minor versions of a service template, after
3183
+ # the list of major or minor versions that was previously requested.
3116
3184
  #
3117
3185
  # @option params [required, String] :template_name
3118
3186
  # The name of the service template.
@@ -3163,8 +3231,8 @@ module Aws::Proton
3163
3231
  # The maximum number of service templates to list.
3164
3232
  #
3165
3233
  # @option params [String] :next_token
3166
- # A token to indicate the location of the next service template in the
3167
- # array of service templates, after the list of service templates
3234
+ # A token that indicates the location of the next service template in
3235
+ # the array of service templates, after the list of service templates
3168
3236
  # previously requested.
3169
3237
  #
3170
3238
  # @return [Types::ListServiceTemplatesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -3209,8 +3277,8 @@ module Aws::Proton
3209
3277
  # The maximum number of services to list.
3210
3278
  #
3211
3279
  # @option params [String] :next_token
3212
- # A token to indicate the location of the next service in the array of
3213
- # services, after the list of services that was previously requested.
3280
+ # A token that indicates the location of the next service in the array
3281
+ # of services, after the list of services that was previously requested.
3214
3282
  #
3215
3283
  # @return [Types::ListServicesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3216
3284
  #
@@ -3261,9 +3329,9 @@ module Aws::Proton
3261
3329
  # The maximum number of tags to list.
3262
3330
  #
3263
3331
  # @option params [String] :next_token
3264
- # A token to indicate the location of the next resource tag in the array
3265
- # of resource tags, after the list of resource tags that was previously
3266
- # requested.
3332
+ # A token that indicates the location of the next resource tag in the
3333
+ # array of resource tags, after the list of resource tags that was
3334
+ # previously requested.
3267
3335
  #
3268
3336
  # @option params [required, String] :resource_arn
3269
3337
  # The Amazon Resource Name (ARN) of the resource for the listed tags.
@@ -3300,18 +3368,14 @@ module Aws::Proton
3300
3368
  end
3301
3369
 
3302
3370
  # Notify Proton of status changes to a provisioned resource when you use
3303
- # pull request provisioning. For more information, see [Template
3304
- # bundles][1].
3371
+ # self-managed provisioning.
3305
3372
  #
3306
- # Provisioning by pull request is currently in feature preview and is
3307
- # only usable with Terraform based Proton Templates. To learn more about
3308
- # [Amazon Web Services Feature Preview terms][2], see section 2 on Beta
3309
- # and Previews.
3373
+ # For more information, see [Self-managed provisioning][1] in the
3374
+ # *Proton Administrator Guide*.
3310
3375
  #
3311
3376
  #
3312
3377
  #
3313
- # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-template-bundles.html
3314
- # [2]: https://aws.amazon.com/service-terms
3378
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-works-prov-methods.html#ag-works-prov-methods-self
3315
3379
  #
3316
3380
  # @option params [String] :deployment_id
3317
3381
  # The deployment ID for your provisioned resource.
@@ -3359,10 +3423,9 @@ module Aws::Proton
3359
3423
  # another environment account.
3360
3424
  #
3361
3425
  # After you reject an environment account connection request, you
3362
- # *won’t* be able to accept or use the rejected environment account
3363
- # connection.
3426
+ # *can't* accept or use the rejected environment account connection.
3364
3427
  #
3365
- # You *can’t* reject an environment account connection that is connected
3428
+ # You *can’t* reject an environment account connection that's connected
3366
3429
  # to an environment.
3367
3430
  #
3368
3431
  # For more information, see [Environment account connections][1] in the
@@ -3406,9 +3469,11 @@ module Aws::Proton
3406
3469
  req.send_request(options)
3407
3470
  end
3408
3471
 
3409
- # Tag a resource. For more information, see *Proton resources and
3410
- # tagging* in the [Proton Administrator Guide][1] or [Proton User
3411
- # Guide][2].
3472
+ # Tag a resource. A tag is a key-value pair of metadata that you
3473
+ # associate with an Proton resource.
3474
+ #
3475
+ # For more information, see *Proton resources and tagging* in the
3476
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
3412
3477
  #
3413
3478
  #
3414
3479
  #
@@ -3416,11 +3481,11 @@ module Aws::Proton
3416
3481
  # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
3417
3482
  #
3418
3483
  # @option params [required, String] :resource_arn
3419
- # The Amazon Resource Name (ARN) of the resource that the resource tag
3420
- # is applied to.
3484
+ # The Amazon Resource Name (ARN) of the Proton resource to apply
3485
+ # customer tags to.
3421
3486
  #
3422
3487
  # @option params [required, Array<Types::Tag>] :tags
3423
- # An array of resource tags to apply to a resource.
3488
+ # A list of customer tags to apply to the Proton resource.
3424
3489
  #
3425
3490
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3426
3491
  #
@@ -3445,9 +3510,11 @@ module Aws::Proton
3445
3510
  req.send_request(options)
3446
3511
  end
3447
3512
 
3448
- # Remove a tag from a resource. For more information, see *Proton
3449
- # resources and tagging* in the [Proton Administrator Guide][1] or
3450
- # [Proton User Guide][2].
3513
+ # Remove a customer tag from a resource. A tag is a key-value pair of
3514
+ # metadata associated with an Proton resource.
3515
+ #
3516
+ # For more information, see *Proton resources and tagging* in the
3517
+ # [Proton Administrator Guide][1] or [Proton User Guide][2].
3451
3518
  #
3452
3519
  #
3453
3520
  #
@@ -3455,12 +3522,12 @@ module Aws::Proton
3455
3522
  # [2]: https://docs.aws.amazon.com/proton/latest/userguide/resources.html
3456
3523
  #
3457
3524
  # @option params [required, String] :resource_arn
3458
- # The Amazon Resource Name (ARN) of the resource that the tag is to be
3459
- # removed from.
3525
+ # The Amazon Resource Name (ARN) of the resource to remove customer tags
3526
+ # from.
3460
3527
  #
3461
3528
  # @option params [required, Array<String>] :tag_keys
3462
- # An array of tag keys indicating the resource tags to be removed from
3463
- # the resource.
3529
+ # A list of customer tag keys that indicate the customer tags to be
3530
+ # removed from the resource.
3464
3531
  #
3465
3532
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3466
3533
  #
@@ -3483,28 +3550,15 @@ module Aws::Proton
3483
3550
  # Update the Proton service pipeline role or repository settings.
3484
3551
  #
3485
3552
  # @option params [Types::RepositoryBranchInput] :pipeline_provisioning_repository
3486
- # The repository that you provide with pull request provisioning.
3487
- #
3488
- # Provisioning by pull request is currently in feature preview and is
3489
- # only usable with Terraform based Proton Templates. To learn more about
3490
- # [Amazon Web Services Feature Preview terms][1], see section 2 on Beta
3491
- # and Previews.
3492
- #
3493
- #
3494
- #
3495
- # [1]: https://aws.amazon.com/service-terms
3553
+ # A repository for pipeline provisioning. Specify it if you have
3554
+ # environments configured for self-managed provisioning with services
3555
+ # that include pipelines.
3496
3556
  #
3497
3557
  # @option params [String] :pipeline_service_role_arn
3498
- # The Amazon Resource Name (ARN) of the Proton pipeline service role.
3499
- #
3500
- # Provisioning by pull request is currently in feature preview and is
3501
- # only usable with Terraform based Proton Templates. To learn more about
3502
- # [Amazon Web Services Feature Preview terms][1], see section 2 on Beta
3503
- # and Previews.
3504
- #
3505
- #
3506
- #
3507
- # [1]: https://aws.amazon.com/service-terms
3558
+ # The Amazon Resource Name (ARN) of the service role you want to use for
3559
+ # provisioning pipelines. Assumed by Proton for Amazon Web
3560
+ # Services-managed provisioning, and by customer-owned automation for
3561
+ # self-managed provisioning.
3508
3562
  #
3509
3563
  # @return [Types::UpdateAccountSettingsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3510
3564
  #
@@ -3545,29 +3599,33 @@ module Aws::Proton
3545
3599
  # `provisioningRepository` parameter to update or connect to an
3546
3600
  # environment account connection.
3547
3601
  #
3548
- # You can only update to a new environment account connection if it was
3549
- # created in the same environment account that the current environment
3550
- # account connection was created in and is associated with the current
3551
- # environment.
3602
+ # You can only update to a new environment account connection if that
3603
+ # connection was created in the same environment account that the
3604
+ # current environment account connection was created in. The account
3605
+ # connection must also be associated with the current environment.
3552
3606
  #
3553
3607
  # If the environment *isn't* associated with an environment account
3554
3608
  # connection, *don't* update or include the
3555
- # `environmentAccountConnectionId` parameter to update or connect to an
3556
- # environment account connection.
3609
+ # `environmentAccountConnectionId` parameter. You *can't* update or
3610
+ # connect the environment to an environment account connection if it
3611
+ # *isn't* already associated with an environment connection.
3557
3612
  #
3558
3613
  # You can update either the `environmentAccountConnectionId` or
3559
3614
  # `protonServiceRoleArn` parameter and value. You can’t update both.
3560
3615
  #
3561
- # If the environment was provisioned with pull request provisioning,
3562
- # include the `provisioningRepository` parameter and omit the
3616
+ # If the environment was configured for Amazon Web Services-managed
3617
+ # provisioning, omit the `provisioningRepository` parameter.
3618
+ #
3619
+ # If the environment was configured for self-managed provisioning,
3620
+ # specify the `provisioningRepository` parameter and omit the
3563
3621
  # `protonServiceRoleArn` and `environmentAccountConnectionId`
3564
3622
  # parameters.
3565
3623
  #
3566
- # If the environment wasn't provisioned with pull request provisioning,
3567
- # omit the `provisioningRepository` parameter.
3624
+ # For more information, see [Environments][1] and [Provisioning
3625
+ # methods][2] in the *Proton Administrator Guide*.
3568
3626
  #
3569
- # There are four modes for updating an environment as described in the
3570
- # following. The `deploymentType` field defines the mode.
3627
+ # There are four modes for updating an environment. The `deploymentType`
3628
+ # field defines the mode.
3571
3629
  #
3572
3630
  #
3573
3631
  #
@@ -3602,11 +3660,16 @@ module Aws::Proton
3602
3660
  # published, recommended (latest) major and minor version of the
3603
3661
  # current template, by default. You can also specify a different major
3604
3662
  # version that's higher than the major version in use and a minor
3605
- # version (optional).
3663
+ # version.
3664
+ #
3665
+ #
3666
+ #
3667
+ # [1]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-environments.html
3668
+ # [2]: https://docs.aws.amazon.com/proton/latest/adminguide/ag-works-prov-methods.html
3606
3669
  #
3607
3670
  # @option params [required, String] :deployment_type
3608
- # There are four modes for updating an environment as described in the
3609
- # following. The `deploymentType` field defines the mode.
3671
+ # There are four modes for updating an environment. The `deploymentType`
3672
+ # field defines the mode.
3610
3673
  #
3611
3674
  #
3612
3675
  #
@@ -3621,7 +3684,7 @@ module Aws::Proton
3621
3684
  #
3622
3685
  # In this mode, the environment is deployed and updated with the new
3623
3686
  # spec that you provide. Only requested parameters are updated.
3624
- # *Don’t* include minor or major version parameters when you use this
3687
+ # *Don’t* include major or minor version parameters when you use this
3625
3688
  # `deployment-type`.
3626
3689
  #
3627
3690
  #
@@ -3662,16 +3725,8 @@ module Aws::Proton
3662
3725
  # Proton to make API calls to other services your behalf.
3663
3726
  #
3664
3727
  # @option params [Types::RepositoryBranchInput] :provisioning_repository
3665
- # The repository that you provide with pull request provisioning.
3666
- #
3667
- # Provisioning by pull request is currently in feature preview and is
3668
- # only usable with Terraform based Proton Templates. To learn more about
3669
- # [Amazon Web Services Feature Preview terms][1], see section 2 on Beta
3670
- # and Previews.
3671
- #
3672
- #
3673
- #
3674
- # [1]: https://aws.amazon.com/service-terms
3728
+ # The infrastructure repository that you use to host your rendered
3729
+ # infrastructure templates for self-managed provisioning.
3675
3730
  #
3676
3731
  # @option params [String] :spec
3677
3732
  # The formatted specification that defines the update.
@@ -3750,7 +3805,7 @@ module Aws::Proton
3750
3805
  # The ID of the environment account connection to update.
3751
3806
  #
3752
3807
  # @option params [required, String] :role_arn
3753
- # The Amazon Resource Name (ARN) of the IAM service role that is
3808
+ # The Amazon Resource Name (ARN) of the IAM service role that's
3754
3809
  # associated with the environment account connection to update.
3755
3810
  #
3756
3811
  # @return [Types::UpdateEnvironmentAccountConnectionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -3964,8 +4019,8 @@ module Aws::Proton
3964
4019
 
3965
4020
  # Update a service instance.
3966
4021
  #
3967
- # There are four modes for updating a service instance as described in
3968
- # the following. The `deploymentType` field defines the mode.
4022
+ # There are four modes for updating a service instance. The
4023
+ # `deploymentType` field defines the mode.
3969
4024
  #
3970
4025
  #
3971
4026
  #
@@ -3999,14 +4054,14 @@ module Aws::Proton
3999
4054
  # In this mode, the service instance is deployed and updated with the
4000
4055
  # published, recommended (latest) major and minor version of the
4001
4056
  # current template, by default. You can also specify a different major
4002
- # version that is higher than the major version in use and a minor
4003
- # version (optional).
4057
+ # version that's higher than the major version in use and a minor
4058
+ # version.
4004
4059
  #
4005
4060
  # @option params [required, String] :deployment_type
4006
4061
  # The deployment type.
4007
4062
  #
4008
- # There are four modes for updating a service instance as described in
4009
- # the following. The `deploymentType` field defines the mode.
4063
+ # There are four modes for updating a service instance. The
4064
+ # `deploymentType` field defines the mode.
4010
4065
  #
4011
4066
  #
4012
4067
  #
@@ -4021,7 +4076,7 @@ module Aws::Proton
4021
4076
  #
4022
4077
  # In this mode, the service instance is deployed and updated with the
4023
4078
  # new spec that you provide. Only requested parameters are updated.
4024
- # *Don’t* include minor or major version parameters when you use this
4079
+ # *Don’t* include major or minor version parameters when you use this
4025
4080
  # `deployment-type`.
4026
4081
  #
4027
4082
  #
@@ -4039,9 +4094,9 @@ module Aws::Proton
4039
4094
  #
4040
4095
  # In this mode, the service instance is deployed and updated with the
4041
4096
  # published, recommended (latest) major and minor version of the
4042
- # current template, by default. You can also specify a different major
4043
- # version that is higher than the major version in use and a minor
4044
- # version (optional).
4097
+ # current template, by default. You can specify a different major
4098
+ # version that's higher than the major version in use and a minor
4099
+ # version.
4045
4100
  #
4046
4101
  # @option params [required, String] :name
4047
4102
  # The name of the service instance to update.
@@ -4100,8 +4155,8 @@ module Aws::Proton
4100
4155
 
4101
4156
  # Update the service pipeline.
4102
4157
  #
4103
- # There are four modes for updating a service pipeline as described in
4104
- # the following. The `deploymentType` field defines the mode.
4158
+ # There are four modes for updating a service pipeline. The
4159
+ # `deploymentType` field defines the mode.
4105
4160
  #
4106
4161
  #
4107
4162
  #
@@ -4116,7 +4171,7 @@ module Aws::Proton
4116
4171
  #
4117
4172
  # In this mode, the service pipeline is deployed and updated with the
4118
4173
  # new spec that you provide. Only requested parameters are updated.
4119
- # *Don’t* include minor or major version parameters when you use this
4174
+ # *Don’t* include major or minor version parameters when you use this
4120
4175
  # `deployment-type`.
4121
4176
  #
4122
4177
  #
@@ -4125,7 +4180,7 @@ module Aws::Proton
4125
4180
  #
4126
4181
  # In this mode, the service pipeline is deployed and updated with the
4127
4182
  # published, recommended (latest) minor version of the current major
4128
- # version in use, by default. You can also specify a different minor
4183
+ # version in use, by default. You can specify a different minor
4129
4184
  # version of the current major version in use.
4130
4185
  #
4131
4186
  #
@@ -4134,15 +4189,15 @@ module Aws::Proton
4134
4189
  #
4135
4190
  # In this mode, the service pipeline is deployed and updated with the
4136
4191
  # published, recommended (latest) major and minor version of the
4137
- # current template by default. You can also specify a different major
4138
- # version that is higher than the major version in use and a minor
4139
- # version (optional).
4192
+ # current template by default. You can specify a different major
4193
+ # version that's higher than the major version in use and a minor
4194
+ # version.
4140
4195
  #
4141
4196
  # @option params [required, String] :deployment_type
4142
4197
  # The deployment type.
4143
4198
  #
4144
- # There are four modes for updating a service pipeline as described in
4145
- # the following. The `deploymentType` field defines the mode.
4199
+ # There are four modes for updating a service pipeline. The
4200
+ # `deploymentType` field defines the mode.
4146
4201
  #
4147
4202
  #
4148
4203
  #
@@ -4157,7 +4212,7 @@ module Aws::Proton
4157
4212
  #
4158
4213
  # In this mode, the service pipeline is deployed and updated with the
4159
4214
  # new spec that you provide. Only requested parameters are updated.
4160
- # *Don’t* include minor or major version parameters when you use this
4215
+ # *Don’t* include major or minor version parameters when you use this
4161
4216
  # `deployment-type`.
4162
4217
  #
4163
4218
  #
@@ -4166,7 +4221,7 @@ module Aws::Proton
4166
4221
  #
4167
4222
  # In this mode, the service pipeline is deployed and updated with the
4168
4223
  # published, recommended (latest) minor version of the current major
4169
- # version in use, by default. You can also specify a different minor
4224
+ # version in use, by default. You can specify a different minor
4170
4225
  # version of the current major version in use.
4171
4226
  #
4172
4227
  #
@@ -4175,9 +4230,9 @@ module Aws::Proton
4175
4230
  #
4176
4231
  # In this mode, the service pipeline is deployed and updated with the
4177
4232
  # published, recommended (latest) major and minor version of the
4178
- # current template, by default. You can also specify a different major
4179
- # version that is higher than the major version in use and a minor
4180
- # version (optional).
4233
+ # current template, by default. You can specify a different major
4234
+ # version that's higher than the major version in use and a minor
4235
+ # version.
4181
4236
  #
4182
4237
  # @option params [required, String] :service_name
4183
4238
  # The name of the service to that the pipeline is associated with.
@@ -4235,7 +4290,7 @@ module Aws::Proton
4235
4290
  # A description of the service template update.
4236
4291
  #
4237
4292
  # @option params [String] :display_name
4238
- # The name of the service template to update as displayed in the
4293
+ # The name of the service template to update that's displayed in the
4239
4294
  # developer interface.
4240
4295
  #
4241
4296
  # @option params [required, String] :name
@@ -4350,7 +4405,7 @@ module Aws::Proton
4350
4405
  # The repository branch.
4351
4406
  #
4352
4407
  # @option params [required, String] :repository_name
4353
- # The name of the repository, for example `myrepos/myrepo`.
4408
+ # The name of the repository (for example, `myrepos/myrepo`).
4354
4409
  #
4355
4410
  # @option params [required, String] :repository_provider
4356
4411
  # The repository provider.
@@ -4411,7 +4466,7 @@ module Aws::Proton
4411
4466
  params: params,
4412
4467
  config: config)
4413
4468
  context[:gem_name] = 'aws-sdk-proton'
4414
- context[:gem_version] = '1.14.0'
4469
+ context[:gem_version] = '1.15.0'
4415
4470
  Seahorse::Client::Request.new(handlers, context)
4416
4471
  end
4417
4472