aws-sdk-codebuild 1.72.0 → 1.73.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b44faad278ec6401a3a97380527227158046b51e1b7fc5e0712b427b3833d5e
4
- data.tar.gz: 172645c23413b1935946d16ef496a24fe3c50ac5917e47cb250175698062e63f
3
+ metadata.gz: e358b41c7cef5279a0d62ca0141ee7c46a3d81144dd7852f8a4b0c8b19b13eb6
4
+ data.tar.gz: 3197ef2f272010a650986981d21a092ad03156211bc8b0163b584bdb4ef746de
5
5
  SHA512:
6
- metadata.gz: 304e5df082115bef788fa30b760c82e3921d793c144eb703599567e879459cd9de72c47dde6d5d0f13988e370e2ef1ca187645294198f2629f5e9bad423dde97
7
- data.tar.gz: cb83d3d23e0d86ea31abb1bf096defdd64b2e4dd296e256d817fa04d71c4a49a145df7806ffcf2ca30ff30a95520c6dbc1fc6d7a0bc5818205cfdd335114aa6e
6
+ metadata.gz: 05acdeed48279c4f9d55b633d15e2122115f6ae476b1738e776f5e6eb85966d0d768a0311086bde9972697c645383522897589e335ae0282211d7569d18434c7
7
+ data.tar.gz: 910b6785a1b26500bf098ffa7d360b700d19f6f0b1daa6719ad104886991e647cd9fe75891d9c1fc5475dd33cd5f2ace0788d265d250dcf28206d4edf19ed755
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - BucketOwnerAccess is currently not supported
8
+
4
9
  1.72.0 (2021-04-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-codebuild/customizations'
48
48
  # @!group service
49
49
  module Aws::CodeBuild
50
50
 
51
- GEM_VERSION = '1.72.0'
51
+ GEM_VERSION = '1.73.0'
52
52
 
53
53
  end
@@ -441,7 +441,6 @@ module Aws::CodeBuild
441
441
  # resp.build_batches[0].artifacts.override_artifact_name #=> Boolean
442
442
  # resp.build_batches[0].artifacts.encryption_disabled #=> Boolean
443
443
  # resp.build_batches[0].artifacts.artifact_identifier #=> String
444
- # resp.build_batches[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
445
444
  # resp.build_batches[0].secondary_artifacts #=> Array
446
445
  # resp.build_batches[0].secondary_artifacts[0].location #=> String
447
446
  # resp.build_batches[0].secondary_artifacts[0].sha256sum #=> String
@@ -449,7 +448,6 @@ module Aws::CodeBuild
449
448
  # resp.build_batches[0].secondary_artifacts[0].override_artifact_name #=> Boolean
450
449
  # resp.build_batches[0].secondary_artifacts[0].encryption_disabled #=> Boolean
451
450
  # resp.build_batches[0].secondary_artifacts[0].artifact_identifier #=> String
452
- # resp.build_batches[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
453
451
  # resp.build_batches[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
454
452
  # resp.build_batches[0].cache.location #=> String
455
453
  # resp.build_batches[0].cache.modes #=> Array
@@ -473,7 +471,6 @@ module Aws::CodeBuild
473
471
  # resp.build_batches[0].log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
474
472
  # resp.build_batches[0].log_config.s3_logs.location #=> String
475
473
  # resp.build_batches[0].log_config.s3_logs.encryption_disabled #=> Boolean
476
- # resp.build_batches[0].log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
477
474
  # resp.build_batches[0].build_timeout_in_minutes #=> Integer
478
475
  # resp.build_batches[0].queued_timeout_in_minutes #=> Integer
479
476
  # resp.build_batches[0].complete #=> Boolean
@@ -861,7 +858,6 @@ module Aws::CodeBuild
861
858
  # resp.builds[0].artifacts.override_artifact_name #=> Boolean
862
859
  # resp.builds[0].artifacts.encryption_disabled #=> Boolean
863
860
  # resp.builds[0].artifacts.artifact_identifier #=> String
864
- # resp.builds[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
865
861
  # resp.builds[0].secondary_artifacts #=> Array
866
862
  # resp.builds[0].secondary_artifacts[0].location #=> String
867
863
  # resp.builds[0].secondary_artifacts[0].sha256sum #=> String
@@ -869,7 +865,6 @@ module Aws::CodeBuild
869
865
  # resp.builds[0].secondary_artifacts[0].override_artifact_name #=> Boolean
870
866
  # resp.builds[0].secondary_artifacts[0].encryption_disabled #=> Boolean
871
867
  # resp.builds[0].secondary_artifacts[0].artifact_identifier #=> String
872
- # resp.builds[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
873
868
  # resp.builds[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
874
869
  # resp.builds[0].cache.location #=> String
875
870
  # resp.builds[0].cache.modes #=> Array
@@ -899,7 +894,6 @@ module Aws::CodeBuild
899
894
  # resp.builds[0].logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
900
895
  # resp.builds[0].logs.s3_logs.location #=> String
901
896
  # resp.builds[0].logs.s3_logs.encryption_disabled #=> Boolean
902
- # resp.builds[0].logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
903
897
  # resp.builds[0].timeout_in_minutes #=> Integer
904
898
  # resp.builds[0].queued_timeout_in_minutes #=> Integer
905
899
  # resp.builds[0].build_complete #=> Boolean
@@ -942,8 +936,8 @@ module Aws::CodeBuild
942
936
  #
943
937
  # @option params [required, Array<String>] :names
944
938
  # The names or ARNs of the build projects. To get information about a
945
- # project shared with your AWS account, its ARN must be specified. You
946
- # cannot specify a shared project using its name.
939
+ # project shared with your Amazon Web Services account, its ARN must be
940
+ # specified. You cannot specify a shared project using its name.
947
941
  #
948
942
  # @return [Types::BatchGetProjectsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
949
943
  #
@@ -1000,7 +994,6 @@ module Aws::CodeBuild
1000
994
  # resp.projects[0].artifacts.override_artifact_name #=> Boolean
1001
995
  # resp.projects[0].artifacts.encryption_disabled #=> Boolean
1002
996
  # resp.projects[0].artifacts.artifact_identifier #=> String
1003
- # resp.projects[0].artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
1004
997
  # resp.projects[0].secondary_artifacts #=> Array
1005
998
  # resp.projects[0].secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
1006
999
  # resp.projects[0].secondary_artifacts[0].location #=> String
@@ -1011,7 +1004,6 @@ module Aws::CodeBuild
1011
1004
  # resp.projects[0].secondary_artifacts[0].override_artifact_name #=> Boolean
1012
1005
  # resp.projects[0].secondary_artifacts[0].encryption_disabled #=> Boolean
1013
1006
  # resp.projects[0].secondary_artifacts[0].artifact_identifier #=> String
1014
- # resp.projects[0].secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
1015
1007
  # resp.projects[0].cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
1016
1008
  # resp.projects[0].cache.location #=> String
1017
1009
  # resp.projects[0].cache.modes #=> Array
@@ -1061,7 +1053,6 @@ module Aws::CodeBuild
1061
1053
  # resp.projects[0].logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
1062
1054
  # resp.projects[0].logs_config.s3_logs.location #=> String
1063
1055
  # resp.projects[0].logs_config.s3_logs.encryption_disabled #=> Boolean
1064
- # resp.projects[0].logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
1065
1056
  # resp.projects[0].file_system_locations #=> Array
1066
1057
  # resp.projects[0].file_system_locations[0].type #=> String, one of "EFS"
1067
1058
  # resp.projects[0].file_system_locations[0].location #=> String
@@ -1211,7 +1202,7 @@ module Aws::CodeBuild
1211
1202
  # specified, the latest version is used. If specified, it must be one
1212
1203
  # of:
1213
1204
  #
1214
- # * For AWS CodeCommit: the commit ID, branch, or Git tag to use.
1205
+ # * For CodeCommit: the commit ID, branch, or Git tag to use.
1215
1206
  #
1216
1207
  # * For GitHub: the commit ID, pull request ID, branch name, or tag name
1217
1208
  # that corresponds to the version of the source code you want to
@@ -1232,7 +1223,7 @@ module Aws::CodeBuild
1232
1223
  # takes precedence over this `sourceVersion` (at the project level).
1233
1224
  #
1234
1225
  # For more information, see [Source Version Sample with CodeBuild][1] in
1235
- # the *AWS CodeBuild User Guide*.
1226
+ # the *CodeBuild User Guide*.
1236
1227
  #
1237
1228
  #
1238
1229
  #
@@ -1258,22 +1249,22 @@ module Aws::CodeBuild
1258
1249
  # Information about the build environment for the build project.
1259
1250
  #
1260
1251
  # @option params [required, String] :service_role
1261
- # The ARN of the AWS Identity and Access Management (IAM) role that
1262
- # enables AWS CodeBuild to interact with dependent AWS services on
1263
- # behalf of the AWS account.
1252
+ # The ARN of the Identity and Access Management role that enables
1253
+ # CodeBuild to interact with dependent Amazon Web Services services on
1254
+ # behalf of the Amazon Web Services account.
1264
1255
  #
1265
1256
  # @option params [Integer] :timeout_in_minutes
1266
- # How long, in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to
1267
- # wait before it times out any build that has not been marked as
1268
- # completed. The default is 60 minutes.
1257
+ # How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait
1258
+ # before it times out any build that has not been marked as completed.
1259
+ # The default is 60 minutes.
1269
1260
  #
1270
1261
  # @option params [Integer] :queued_timeout_in_minutes
1271
1262
  # The number of minutes a build is allowed to be queued before it times
1272
1263
  # out.
1273
1264
  #
1274
1265
  # @option params [String] :encryption_key
1275
- # The AWS Key Management Service (AWS KMS) customer master key (CMK) to
1276
- # be used for encrypting the build output artifacts.
1266
+ # The Key Management Service customer master key (CMK) to be used for
1267
+ # encrypting the build output artifacts.
1277
1268
  #
1278
1269
  # <note markdown="1"> You can use a cross-account KMS key to encrypt the build output
1279
1270
  # artifacts if your service role has permission to that key.
@@ -1287,11 +1278,11 @@ module Aws::CodeBuild
1287
1278
  # @option params [Array<Types::Tag>] :tags
1288
1279
  # A list of tag key and value pairs associated with this build project.
1289
1280
  #
1290
- # These tags are available for use by AWS services that support AWS
1291
- # CodeBuild build project tags.
1281
+ # These tags are available for use by Amazon Web Services services that
1282
+ # support CodeBuild build project tags.
1292
1283
  #
1293
1284
  # @option params [Types::VpcConfig] :vpc_config
1294
- # VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
1285
+ # VpcConfig enables CodeBuild to access resources in an Amazon VPC.
1295
1286
  #
1296
1287
  # @option params [Boolean] :badge_enabled
1297
1288
  # Set this to true to generate a publicly accessible URL for your
@@ -1299,8 +1290,7 @@ module Aws::CodeBuild
1299
1290
  #
1300
1291
  # @option params [Types::LogsConfig] :logs_config
1301
1292
  # Information about logs for the build project. These can be logs in
1302
- # Amazon CloudWatch Logs, logs uploaded to a specified S3 bucket, or
1303
- # both.
1293
+ # CloudWatch Logs, logs uploaded to a specified S3 bucket, or both.
1304
1294
  #
1305
1295
  # @option params [Array<Types::ProjectFileSystemLocation>] :file_system_locations
1306
1296
  # An array of `ProjectFileSystemLocation` objects for a CodeBuild build
@@ -1388,7 +1378,6 @@ module Aws::CodeBuild
1388
1378
  # override_artifact_name: false,
1389
1379
  # encryption_disabled: false,
1390
1380
  # artifact_identifier: "String",
1391
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
1392
1381
  # },
1393
1382
  # secondary_artifacts: [
1394
1383
  # {
@@ -1401,7 +1390,6 @@ module Aws::CodeBuild
1401
1390
  # override_artifact_name: false,
1402
1391
  # encryption_disabled: false,
1403
1392
  # artifact_identifier: "String",
1404
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
1405
1393
  # },
1406
1394
  # ],
1407
1395
  # cache: {
@@ -1454,7 +1442,6 @@ module Aws::CodeBuild
1454
1442
  # status: "ENABLED", # required, accepts ENABLED, DISABLED
1455
1443
  # location: "String",
1456
1444
  # encryption_disabled: false,
1457
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
1458
1445
  # },
1459
1446
  # },
1460
1447
  # file_system_locations: [
@@ -1521,7 +1508,6 @@ module Aws::CodeBuild
1521
1508
  # resp.project.artifacts.override_artifact_name #=> Boolean
1522
1509
  # resp.project.artifacts.encryption_disabled #=> Boolean
1523
1510
  # resp.project.artifacts.artifact_identifier #=> String
1524
- # resp.project.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
1525
1511
  # resp.project.secondary_artifacts #=> Array
1526
1512
  # resp.project.secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
1527
1513
  # resp.project.secondary_artifacts[0].location #=> String
@@ -1532,7 +1518,6 @@ module Aws::CodeBuild
1532
1518
  # resp.project.secondary_artifacts[0].override_artifact_name #=> Boolean
1533
1519
  # resp.project.secondary_artifacts[0].encryption_disabled #=> Boolean
1534
1520
  # resp.project.secondary_artifacts[0].artifact_identifier #=> String
1535
- # resp.project.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
1536
1521
  # resp.project.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
1537
1522
  # resp.project.cache.location #=> String
1538
1523
  # resp.project.cache.modes #=> Array
@@ -1582,7 +1567,6 @@ module Aws::CodeBuild
1582
1567
  # resp.project.logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
1583
1568
  # resp.project.logs_config.s3_logs.location #=> String
1584
1569
  # resp.project.logs_config.s3_logs.encryption_disabled #=> Boolean
1585
- # resp.project.logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
1586
1570
  # resp.project.file_system_locations #=> Array
1587
1571
  # resp.project.file_system_locations[0].type #=> String, one of "EFS"
1588
1572
  # resp.project.file_system_locations[0].location #=> String
@@ -1622,8 +1606,8 @@ module Aws::CodeBuild
1622
1606
  # @option params [Array<Types::Tag>] :tags
1623
1607
  # A list of tag key and value pairs associated with this report group.
1624
1608
  #
1625
- # These tags are available for use by AWS services that support AWS
1626
- # CodeBuild report group tags.
1609
+ # These tags are available for use by Amazon Web Services services that
1610
+ # support CodeBuild report group tags.
1627
1611
  #
1628
1612
  # @return [Types::CreateReportGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1629
1613
  #
@@ -1681,26 +1665,26 @@ module Aws::CodeBuild
1681
1665
  req.send_request(options)
1682
1666
  end
1683
1667
 
1684
- # For an existing AWS CodeBuild build project that has its source code
1685
- # stored in a GitHub or Bitbucket repository, enables AWS CodeBuild to
1686
- # start rebuilding the source code every time a code change is pushed to
1687
- # the repository.
1668
+ # For an existing CodeBuild build project that has its source code
1669
+ # stored in a GitHub or Bitbucket repository, enables CodeBuild to start
1670
+ # rebuilding the source code every time a code change is pushed to the
1671
+ # repository.
1688
1672
  #
1689
- # If you enable webhooks for an AWS CodeBuild project, and the project
1690
- # is used as a build step in AWS CodePipeline, then two identical builds
1691
- # are created for each commit. One build is triggered through webhooks,
1692
- # and one through AWS CodePipeline. Because billing is on a per-build
1693
- # basis, you are billed for both builds. Therefore, if you are using AWS
1694
- # CodePipeline, we recommend that you disable webhooks in AWS CodeBuild.
1695
- # In the AWS CodeBuild console, clear the Webhook box. For more
1696
- # information, see step 5 in [Change a Build Project's Settings][1].
1673
+ # If you enable webhooks for an CodeBuild project, and the project is
1674
+ # used as a build step in CodePipeline, then two identical builds are
1675
+ # created for each commit. One build is triggered through webhooks, and
1676
+ # one through CodePipeline. Because billing is on a per-build basis, you
1677
+ # are billed for both builds. Therefore, if you are using CodePipeline,
1678
+ # we recommend that you disable webhooks in CodeBuild. In the CodeBuild
1679
+ # console, clear the Webhook box. For more information, see step 5 in
1680
+ # [Change a Build Project's Settings][1].
1697
1681
  #
1698
1682
  #
1699
1683
  #
1700
1684
  # [1]: https://docs.aws.amazon.com/codebuild/latest/userguide/change-project.html#change-project-console
1701
1685
  #
1702
1686
  # @option params [required, String] :project_name
1703
- # The name of the AWS CodeBuild project.
1687
+ # The name of the CodeBuild project.
1704
1688
  #
1705
1689
  # @option params [String] :branch_filter
1706
1690
  # A regular expression used to determine which repository branches are
@@ -1939,13 +1923,13 @@ module Aws::CodeBuild
1939
1923
  req.send_request(options)
1940
1924
  end
1941
1925
 
1942
- # For an existing AWS CodeBuild build project that has its source code
1943
- # stored in a GitHub or Bitbucket repository, stops AWS CodeBuild from
1926
+ # For an existing CodeBuild build project that has its source code
1927
+ # stored in a GitHub or Bitbucket repository, stops CodeBuild from
1944
1928
  # rebuilding the source code every time a code change is pushed to the
1945
1929
  # repository.
1946
1930
  #
1947
1931
  # @option params [required, String] :project_name
1948
- # The name of the AWS CodeBuild project.
1932
+ # The name of the CodeBuild project.
1949
1933
  #
1950
1934
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1951
1935
  #
@@ -2226,7 +2210,7 @@ module Aws::CodeBuild
2226
2210
  req.send_request(options)
2227
2211
  end
2228
2212
 
2229
- # Imports the source repository credentials for an AWS CodeBuild project
2213
+ # Imports the source repository credentials for an CodeBuild project
2230
2214
  # that has its source code stored in a GitHub, GitHub Enterprise, or
2231
2215
  # Bitbucket repository.
2232
2216
  #
@@ -2245,8 +2229,7 @@ module Aws::CodeBuild
2245
2229
  # @option params [required, String] :auth_type
2246
2230
  # The type of authentication used to connect to a GitHub, GitHub
2247
2231
  # Enterprise, or Bitbucket repository. An OAUTH connection is not
2248
- # supported by the API and must be created using the AWS CodeBuild
2249
- # console.
2232
+ # supported by the API and must be created using the CodeBuild console.
2250
2233
  #
2251
2234
  # @option params [Boolean] :should_overwrite
2252
2235
  # Set to `false` to prevent overwriting the repository source
@@ -2283,8 +2266,7 @@ module Aws::CodeBuild
2283
2266
  # Resets the cache for a project.
2284
2267
  #
2285
2268
  # @option params [required, String] :project_name
2286
- # The name of the AWS CodeBuild build project that the cache is reset
2287
- # for.
2269
+ # The name of the CodeBuild build project that the cache is reset for.
2288
2270
  #
2289
2271
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2290
2272
  #
@@ -2469,7 +2451,7 @@ module Aws::CodeBuild
2469
2451
  # each build identifier representing a single build.
2470
2452
  #
2471
2453
  # @option params [required, String] :project_name
2472
- # The name of the AWS CodeBuild project.
2454
+ # The name of the CodeBuild project.
2473
2455
  #
2474
2456
  # @option params [String] :sort_order
2475
2457
  # The order to list results in. The results are sorted by build number,
@@ -2523,8 +2505,7 @@ module Aws::CodeBuild
2523
2505
  req.send_request(options)
2524
2506
  end
2525
2507
 
2526
- # Gets information about Docker images that are managed by AWS
2527
- # CodeBuild.
2508
+ # Gets information about Docker images that are managed by CodeBuild.
2528
2509
  #
2529
2510
  # @return [Types::ListCuratedEnvironmentImagesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2530
2511
  #
@@ -2617,7 +2598,8 @@ module Aws::CodeBuild
2617
2598
  req.send_request(options)
2618
2599
  end
2619
2600
 
2620
- # Gets a list ARNs for the report groups in the current AWS account.
2601
+ # Gets a list ARNs for the report groups in the current Amazon Web
2602
+ # Services account.
2621
2603
  #
2622
2604
  # @option params [String] :sort_order
2623
2605
  # Used to specify the order to sort the list of returned report groups.
@@ -2679,7 +2661,8 @@ module Aws::CodeBuild
2679
2661
  req.send_request(options)
2680
2662
  end
2681
2663
 
2682
- # Returns a list of ARNs for the reports in the current AWS account.
2664
+ # Returns a list of ARNs for the reports in the current Amazon Web
2665
+ # Services account.
2683
2666
  #
2684
2667
  # @option params [String] :sort_order
2685
2668
  # Specifies the sort order for the list of returned reports. Valid
@@ -2801,12 +2784,12 @@ module Aws::CodeBuild
2801
2784
  req.send_request(options)
2802
2785
  end
2803
2786
 
2804
- # Gets a list of projects that are shared with other AWS accounts or
2805
- # users.
2787
+ # Gets a list of projects that are shared with other Amazon Web Services
2788
+ # accounts or users.
2806
2789
  #
2807
2790
  # @option params [String] :sort_by
2808
2791
  # The criterion to be used to list build projects shared with the
2809
- # current AWS account or user. Valid values include:
2792
+ # current Amazon Web Services account or user. Valid values include:
2810
2793
  #
2811
2794
  # * `ARN`\: List based on the ARN.
2812
2795
  #
@@ -2866,8 +2849,8 @@ module Aws::CodeBuild
2866
2849
  req.send_request(options)
2867
2850
  end
2868
2851
 
2869
- # Gets a list of report groups that are shared with other AWS accounts
2870
- # or users.
2852
+ # Gets a list of report groups that are shared with other Amazon Web
2853
+ # Services accounts or users.
2871
2854
  #
2872
2855
  # @option params [String] :sort_order
2873
2856
  # The order in which to list shared report groups. Valid values include:
@@ -2878,7 +2861,7 @@ module Aws::CodeBuild
2878
2861
  #
2879
2862
  # @option params [String] :sort_by
2880
2863
  # The criterion to be used to list report groups shared with the current
2881
- # AWS account or user. Valid values include:
2864
+ # Amazon Web Services account or user. Valid values include:
2882
2865
  #
2883
2866
  # * `ARN`\: List based on the ARN.
2884
2867
  #
@@ -2957,7 +2940,7 @@ module Aws::CodeBuild
2957
2940
  #
2958
2941
  # @option params [required, String] :policy
2959
2942
  # A JSON-formatted resource policy. For more information, see [Sharing a
2960
- # Project][1] and [Sharing a Report Group][2] in the *AWS CodeBuild User
2943
+ # Project][1] and [Sharing a Report Group][2] in the *CodeBuild User
2961
2944
  # Guide*.
2962
2945
  #
2963
2946
  #
@@ -3002,7 +2985,7 @@ module Aws::CodeBuild
3002
2985
  # A unique, case sensitive identifier you provide to ensure the
3003
2986
  # idempotency of the `RetryBuild` request. The token is included in the
3004
2987
  # `RetryBuild` request and is valid for five minutes. If you repeat the
3005
- # `RetryBuild` request with the same token, but change a parameter, AWS
2988
+ # `RetryBuild` request with the same token, but change a parameter,
3006
2989
  # CodeBuild returns a parameter mismatch error.
3007
2990
  #
3008
2991
  # @return [Types::RetryBuildOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -3071,7 +3054,6 @@ module Aws::CodeBuild
3071
3054
  # resp.build.artifacts.override_artifact_name #=> Boolean
3072
3055
  # resp.build.artifacts.encryption_disabled #=> Boolean
3073
3056
  # resp.build.artifacts.artifact_identifier #=> String
3074
- # resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3075
3057
  # resp.build.secondary_artifacts #=> Array
3076
3058
  # resp.build.secondary_artifacts[0].location #=> String
3077
3059
  # resp.build.secondary_artifacts[0].sha256sum #=> String
@@ -3079,7 +3061,6 @@ module Aws::CodeBuild
3079
3061
  # resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
3080
3062
  # resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
3081
3063
  # resp.build.secondary_artifacts[0].artifact_identifier #=> String
3082
- # resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3083
3064
  # resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
3084
3065
  # resp.build.cache.location #=> String
3085
3066
  # resp.build.cache.modes #=> Array
@@ -3109,7 +3090,6 @@ module Aws::CodeBuild
3109
3090
  # resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
3110
3091
  # resp.build.logs.s3_logs.location #=> String
3111
3092
  # resp.build.logs.s3_logs.encryption_disabled #=> Boolean
3112
- # resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3113
3093
  # resp.build.timeout_in_minutes #=> Integer
3114
3094
  # resp.build.queued_timeout_in_minutes #=> Integer
3115
3095
  # resp.build.build_complete #=> Boolean
@@ -3157,7 +3137,7 @@ module Aws::CodeBuild
3157
3137
  # idempotency of the `RetryBuildBatch` request. The token is included in
3158
3138
  # the `RetryBuildBatch` request and is valid for five minutes. If you
3159
3139
  # repeat the `RetryBuildBatch` request with the same token, but change a
3160
- # parameter, AWS CodeBuild returns a parameter mismatch error.
3140
+ # parameter, CodeBuild returns a parameter mismatch error.
3161
3141
  #
3162
3142
  # @option params [String] :retry_type
3163
3143
  # Specifies the type of retry to perform.
@@ -3228,7 +3208,6 @@ module Aws::CodeBuild
3228
3208
  # resp.build_batch.artifacts.override_artifact_name #=> Boolean
3229
3209
  # resp.build_batch.artifacts.encryption_disabled #=> Boolean
3230
3210
  # resp.build_batch.artifacts.artifact_identifier #=> String
3231
- # resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3232
3211
  # resp.build_batch.secondary_artifacts #=> Array
3233
3212
  # resp.build_batch.secondary_artifacts[0].location #=> String
3234
3213
  # resp.build_batch.secondary_artifacts[0].sha256sum #=> String
@@ -3236,7 +3215,6 @@ module Aws::CodeBuild
3236
3215
  # resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
3237
3216
  # resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
3238
3217
  # resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
3239
- # resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3240
3218
  # resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
3241
3219
  # resp.build_batch.cache.location #=> String
3242
3220
  # resp.build_batch.cache.modes #=> Array
@@ -3260,7 +3238,6 @@ module Aws::CodeBuild
3260
3238
  # resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
3261
3239
  # resp.build_batch.log_config.s3_logs.location #=> String
3262
3240
  # resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
3263
- # resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3264
3241
  # resp.build_batch.build_timeout_in_minutes #=> Integer
3265
3242
  # resp.build_batch.queued_timeout_in_minutes #=> Integer
3266
3243
  # resp.build_batch.complete #=> Boolean
@@ -3324,7 +3301,7 @@ module Aws::CodeBuild
3324
3301
  # Starts running a build.
3325
3302
  #
3326
3303
  # @option params [required, String] :project_name
3327
- # The name of the AWS CodeBuild build project to start running a build.
3304
+ # The name of the CodeBuild build project to start running a build.
3328
3305
  #
3329
3306
  # @option params [Array<Types::ProjectSource>] :secondary_sources_override
3330
3307
  # An array of `ProjectSource` objects.
@@ -3339,7 +3316,7 @@ module Aws::CodeBuild
3339
3316
  # not specified, the latest version is used. If specified, the contents
3340
3317
  # depends on the source provider:
3341
3318
  #
3342
- # AWS CodeCommit
3319
+ # CodeCommit
3343
3320
  #
3344
3321
  # : The commit ID, branch, or Git tag to use.
3345
3322
  #
@@ -3368,7 +3345,7 @@ module Aws::CodeBuild
3368
3345
  # `sourceVersion` (at the build level) takes precedence.
3369
3346
  #
3370
3347
  # For more information, see [Source Version Sample with CodeBuild][1] in
3371
- # the *AWS CodeBuild User Guide*.
3348
+ # the *CodeBuild User Guide*.
3372
3349
  #
3373
3350
  #
3374
3351
  #
@@ -3405,7 +3382,7 @@ module Aws::CodeBuild
3405
3382
  #
3406
3383
  # @option params [Types::GitSubmodulesConfig] :git_submodules_config_override
3407
3384
  # Information about the Git submodules configuration for this build of
3408
- # an AWS CodeBuild build project.
3385
+ # an CodeBuild build project.
3409
3386
  #
3410
3387
  # @option params [String] :buildspec_override
3411
3388
  # A buildspec file declaration that overrides, for this build only, the
@@ -3414,8 +3391,8 @@ module Aws::CodeBuild
3414
3391
  # If this value is set, it can be either an inline buildspec definition,
3415
3392
  # the path to an alternate buildspec file relative to the value of the
3416
3393
  # built-in `CODEBUILD_SRC_DIR` environment variable, or the path to an
3417
- # S3 bucket. The bucket must be in the same AWS Region as the build
3418
- # project. Specify the buildspec file using its ARN (for example,
3394
+ # S3 bucket. The bucket must be in the same Region as the build project.
3395
+ # Specify the buildspec file using its ARN (for example,
3419
3396
  # `arn:aws:s3:::my-codebuild-sample2/buildspec.yml`). If this value is
3420
3397
  # not provided or is set to an empty string, the source code must
3421
3398
  # contain a buildspec file in its root directory. For more information,
@@ -3442,7 +3419,7 @@ module Aws::CodeBuild
3442
3419
  # associated with the source provider must have write access to the
3443
3420
  # repo. If the user does not have write access, the build status cannot
3444
3421
  # be updated. For more information, see [Source provider access][1] in
3445
- # the *AWS CodeBuild User Guide*.
3422
+ # the *CodeBuild User Guide*.
3446
3423
  #
3447
3424
  # <note markdown="1"> The status of a build triggered by a webhook is always reported to
3448
3425
  # your source provider.
@@ -3495,9 +3472,9 @@ module Aws::CodeBuild
3495
3472
  # out.
3496
3473
  #
3497
3474
  # @option params [String] :encryption_key_override
3498
- # The AWS Key Management Service (AWS KMS) customer master key (CMK)
3499
- # that overrides the one specified in the build project. The CMK key
3500
- # encrypts the build output artifacts.
3475
+ # The Key Management Service customer master key (CMK) that overrides
3476
+ # the one specified in the build project. The CMK key encrypts the build
3477
+ # output artifacts.
3501
3478
  #
3502
3479
  # <note markdown="1"> You can use a cross-account KMS key to encrypt the build output
3503
3480
  # artifacts if your service role has permission to that key.
@@ -3512,7 +3489,7 @@ module Aws::CodeBuild
3512
3489
  # A unique, case sensitive identifier you provide to ensure the
3513
3490
  # idempotency of the StartBuild request. The token is included in the
3514
3491
  # StartBuild request and is valid for 5 minutes. If you repeat the
3515
- # StartBuild request with the same token, but change a parameter, AWS
3492
+ # StartBuild request with the same token, but change a parameter,
3516
3493
  # CodeBuild returns a parameter mismatch error.
3517
3494
  #
3518
3495
  # @option params [Types::LogsConfig] :logs_config_override
@@ -3523,23 +3500,22 @@ module Aws::CodeBuild
3523
3500
  # The credentials for access to a private registry.
3524
3501
  #
3525
3502
  # @option params [String] :image_pull_credentials_type_override
3526
- # The type of credentials AWS CodeBuild uses to pull images in your
3527
- # build. There are two valid values:
3503
+ # The type of credentials CodeBuild uses to pull images in your build.
3504
+ # There are two valid values:
3528
3505
  #
3529
3506
  # CODEBUILD
3530
3507
  #
3531
- # : Specifies that AWS CodeBuild uses its own credentials. This requires
3532
- # that you modify your ECR repository policy to trust AWS CodeBuild's
3508
+ # : Specifies that CodeBuild uses its own credentials. This requires
3509
+ # that you modify your ECR repository policy to trust CodeBuild's
3533
3510
  # service principal.
3534
3511
  #
3535
3512
  # SERVICE\_ROLE
3536
3513
  #
3537
- # : Specifies that AWS CodeBuild uses your build project's service
3538
- # role.
3514
+ # : Specifies that CodeBuild uses your build project's service role.
3539
3515
  #
3540
3516
  # When using a cross-account or private registry image, you must use
3541
- # `SERVICE_ROLE` credentials. When using an AWS CodeBuild curated image,
3542
- # you must use `CODEBUILD` credentials.
3517
+ # `SERVICE_ROLE` credentials. When using an CodeBuild curated image, you
3518
+ # must use `CODEBUILD` credentials.
3543
3519
  #
3544
3520
  # @option params [Boolean] :debug_session_enabled
3545
3521
  # Specifies if session debugging is enabled for this build. For more
@@ -3596,7 +3572,6 @@ module Aws::CodeBuild
3596
3572
  # override_artifact_name: false,
3597
3573
  # encryption_disabled: false,
3598
3574
  # artifact_identifier: "String",
3599
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
3600
3575
  # },
3601
3576
  # secondary_artifacts_override: [
3602
3577
  # {
@@ -3609,7 +3584,6 @@ module Aws::CodeBuild
3609
3584
  # override_artifact_name: false,
3610
3585
  # encryption_disabled: false,
3611
3586
  # artifact_identifier: "String",
3612
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
3613
3587
  # },
3614
3588
  # ],
3615
3589
  # environment_variables_override: [
@@ -3661,7 +3635,6 @@ module Aws::CodeBuild
3661
3635
  # status: "ENABLED", # required, accepts ENABLED, DISABLED
3662
3636
  # location: "String",
3663
3637
  # encryption_disabled: false,
3664
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
3665
3638
  # },
3666
3639
  # },
3667
3640
  # registry_credential_override: {
@@ -3727,7 +3700,6 @@ module Aws::CodeBuild
3727
3700
  # resp.build.artifacts.override_artifact_name #=> Boolean
3728
3701
  # resp.build.artifacts.encryption_disabled #=> Boolean
3729
3702
  # resp.build.artifacts.artifact_identifier #=> String
3730
- # resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3731
3703
  # resp.build.secondary_artifacts #=> Array
3732
3704
  # resp.build.secondary_artifacts[0].location #=> String
3733
3705
  # resp.build.secondary_artifacts[0].sha256sum #=> String
@@ -3735,7 +3707,6 @@ module Aws::CodeBuild
3735
3707
  # resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
3736
3708
  # resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
3737
3709
  # resp.build.secondary_artifacts[0].artifact_identifier #=> String
3738
- # resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3739
3710
  # resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
3740
3711
  # resp.build.cache.location #=> String
3741
3712
  # resp.build.cache.modes #=> Array
@@ -3765,7 +3736,6 @@ module Aws::CodeBuild
3765
3736
  # resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
3766
3737
  # resp.build.logs.s3_logs.location #=> String
3767
3738
  # resp.build.logs.s3_logs.encryption_disabled #=> Boolean
3768
- # resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
3769
3739
  # resp.build.timeout_in_minutes #=> Integer
3770
3740
  # resp.build.queued_timeout_in_minutes #=> Integer
3771
3741
  # resp.build.build_complete #=> Boolean
@@ -3820,7 +3790,7 @@ module Aws::CodeBuild
3820
3790
  # If not specified, the latest version is used. If specified, the
3821
3791
  # contents depends on the source provider:
3822
3792
  #
3823
- # AWS CodeCommit
3793
+ # CodeCommit
3824
3794
  #
3825
3795
  # : The commit ID, branch, or Git tag to use.
3826
3796
  #
@@ -3849,7 +3819,7 @@ module Aws::CodeBuild
3849
3819
  # `sourceVersion` (at the build level) takes precedence.
3850
3820
  #
3851
3821
  # For more information, see [Source Version Sample with CodeBuild][1] in
3852
- # the *AWS CodeBuild User Guide*.
3822
+ # the *CodeBuild User Guide*.
3853
3823
  #
3854
3824
  #
3855
3825
  #
@@ -3896,8 +3866,8 @@ module Aws::CodeBuild
3896
3866
  # If this value is set, it can be either an inline buildspec definition,
3897
3867
  # the path to an alternate buildspec file relative to the value of the
3898
3868
  # built-in `CODEBUILD_SRC_DIR` environment variable, or the path to an
3899
- # S3 bucket. The bucket must be in the same AWS Region as the build
3900
- # project. Specify the buildspec file using its ARN (for example,
3869
+ # S3 bucket. The bucket must be in the same Region as the build project.
3870
+ # Specify the buildspec file using its ARN (for example,
3901
3871
  # `arn:aws:s3:::my-codebuild-sample2/buildspec.yml`). If this value is
3902
3872
  # not provided or is set to an empty string, the source code must
3903
3873
  # contain a buildspec file in its root directory. For more information,
@@ -3960,9 +3930,9 @@ module Aws::CodeBuild
3960
3930
  # times out.
3961
3931
  #
3962
3932
  # @option params [String] :encryption_key_override
3963
- # The AWS Key Management Service (AWS KMS) customer master key (CMK)
3964
- # that overrides the one specified in the batch build project. The CMK
3965
- # key encrypts the build output artifacts.
3933
+ # The Key Management Service customer master key (CMK) that overrides
3934
+ # the one specified in the batch build project. The CMK key encrypts the
3935
+ # build output artifacts.
3966
3936
  #
3967
3937
  # <note markdown="1"> You can use a cross-account KMS key to encrypt the build output
3968
3938
  # artifacts if your service role has permission to that key.
@@ -3978,7 +3948,7 @@ module Aws::CodeBuild
3978
3948
  # idempotency of the `StartBuildBatch` request. The token is included in
3979
3949
  # the `StartBuildBatch` request and is valid for five minutes. If you
3980
3950
  # repeat the `StartBuildBatch` request with the same token, but change a
3981
- # parameter, AWS CodeBuild returns a parameter mismatch error.
3951
+ # parameter, CodeBuild returns a parameter mismatch error.
3982
3952
  #
3983
3953
  # @option params [Types::LogsConfig] :logs_config_override
3984
3954
  # A `LogsConfig` object that override the log settings defined in the
@@ -3989,23 +3959,22 @@ module Aws::CodeBuild
3989
3959
  # a private registry.
3990
3960
  #
3991
3961
  # @option params [String] :image_pull_credentials_type_override
3992
- # The type of credentials AWS CodeBuild uses to pull images in your
3993
- # batch build. There are two valid values:
3962
+ # The type of credentials CodeBuild uses to pull images in your batch
3963
+ # build. There are two valid values:
3994
3964
  #
3995
3965
  # CODEBUILD
3996
3966
  #
3997
- # : Specifies that AWS CodeBuild uses its own credentials. This requires
3998
- # that you modify your ECR repository policy to trust AWS CodeBuild's
3967
+ # : Specifies that CodeBuild uses its own credentials. This requires
3968
+ # that you modify your ECR repository policy to trust CodeBuild's
3999
3969
  # service principal.
4000
3970
  #
4001
3971
  # SERVICE\_ROLE
4002
3972
  #
4003
- # : Specifies that AWS CodeBuild uses your build project's service
4004
- # role.
3973
+ # : Specifies that CodeBuild uses your build project's service role.
4005
3974
  #
4006
3975
  # When using a cross-account or private registry image, you must use
4007
- # `SERVICE_ROLE` credentials. When using an AWS CodeBuild curated image,
4008
- # you must use `CODEBUILD` credentials.
3976
+ # `SERVICE_ROLE` credentials. When using an CodeBuild curated image, you
3977
+ # must use `CODEBUILD` credentials.
4009
3978
  #
4010
3979
  # @option params [Types::ProjectBuildBatchConfig] :build_batch_config_override
4011
3980
  # A `BuildBatchConfigOverride` object that contains batch build
@@ -4067,7 +4036,6 @@ module Aws::CodeBuild
4067
4036
  # override_artifact_name: false,
4068
4037
  # encryption_disabled: false,
4069
4038
  # artifact_identifier: "String",
4070
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
4071
4039
  # },
4072
4040
  # secondary_artifacts_override: [
4073
4041
  # {
@@ -4080,7 +4048,6 @@ module Aws::CodeBuild
4080
4048
  # override_artifact_name: false,
4081
4049
  # encryption_disabled: false,
4082
4050
  # artifact_identifier: "String",
4083
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
4084
4051
  # },
4085
4052
  # ],
4086
4053
  # environment_variables_override: [
@@ -4128,7 +4095,6 @@ module Aws::CodeBuild
4128
4095
  # status: "ENABLED", # required, accepts ENABLED, DISABLED
4129
4096
  # location: "String",
4130
4097
  # encryption_disabled: false,
4131
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
4132
4098
  # },
4133
4099
  # },
4134
4100
  # registry_credential_override: {
@@ -4202,7 +4168,6 @@ module Aws::CodeBuild
4202
4168
  # resp.build_batch.artifacts.override_artifact_name #=> Boolean
4203
4169
  # resp.build_batch.artifacts.encryption_disabled #=> Boolean
4204
4170
  # resp.build_batch.artifacts.artifact_identifier #=> String
4205
- # resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4206
4171
  # resp.build_batch.secondary_artifacts #=> Array
4207
4172
  # resp.build_batch.secondary_artifacts[0].location #=> String
4208
4173
  # resp.build_batch.secondary_artifacts[0].sha256sum #=> String
@@ -4210,7 +4175,6 @@ module Aws::CodeBuild
4210
4175
  # resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
4211
4176
  # resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
4212
4177
  # resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
4213
- # resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4214
4178
  # resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
4215
4179
  # resp.build_batch.cache.location #=> String
4216
4180
  # resp.build_batch.cache.modes #=> Array
@@ -4234,7 +4198,6 @@ module Aws::CodeBuild
4234
4198
  # resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
4235
4199
  # resp.build_batch.log_config.s3_logs.location #=> String
4236
4200
  # resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
4237
- # resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4238
4201
  # resp.build_batch.build_timeout_in_minutes #=> Integer
4239
4202
  # resp.build_batch.queued_timeout_in_minutes #=> Integer
4240
4203
  # resp.build_batch.complete #=> Boolean
@@ -4365,7 +4328,6 @@ module Aws::CodeBuild
4365
4328
  # resp.build.artifacts.override_artifact_name #=> Boolean
4366
4329
  # resp.build.artifacts.encryption_disabled #=> Boolean
4367
4330
  # resp.build.artifacts.artifact_identifier #=> String
4368
- # resp.build.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4369
4331
  # resp.build.secondary_artifacts #=> Array
4370
4332
  # resp.build.secondary_artifacts[0].location #=> String
4371
4333
  # resp.build.secondary_artifacts[0].sha256sum #=> String
@@ -4373,7 +4335,6 @@ module Aws::CodeBuild
4373
4335
  # resp.build.secondary_artifacts[0].override_artifact_name #=> Boolean
4374
4336
  # resp.build.secondary_artifacts[0].encryption_disabled #=> Boolean
4375
4337
  # resp.build.secondary_artifacts[0].artifact_identifier #=> String
4376
- # resp.build.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4377
4338
  # resp.build.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
4378
4339
  # resp.build.cache.location #=> String
4379
4340
  # resp.build.cache.modes #=> Array
@@ -4403,7 +4364,6 @@ module Aws::CodeBuild
4403
4364
  # resp.build.logs.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
4404
4365
  # resp.build.logs.s3_logs.location #=> String
4405
4366
  # resp.build.logs.s3_logs.encryption_disabled #=> Boolean
4406
- # resp.build.logs.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4407
4367
  # resp.build.timeout_in_minutes #=> Integer
4408
4368
  # resp.build.queued_timeout_in_minutes #=> Integer
4409
4369
  # resp.build.build_complete #=> Boolean
@@ -4509,7 +4469,6 @@ module Aws::CodeBuild
4509
4469
  # resp.build_batch.artifacts.override_artifact_name #=> Boolean
4510
4470
  # resp.build_batch.artifacts.encryption_disabled #=> Boolean
4511
4471
  # resp.build_batch.artifacts.artifact_identifier #=> String
4512
- # resp.build_batch.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4513
4472
  # resp.build_batch.secondary_artifacts #=> Array
4514
4473
  # resp.build_batch.secondary_artifacts[0].location #=> String
4515
4474
  # resp.build_batch.secondary_artifacts[0].sha256sum #=> String
@@ -4517,7 +4476,6 @@ module Aws::CodeBuild
4517
4476
  # resp.build_batch.secondary_artifacts[0].override_artifact_name #=> Boolean
4518
4477
  # resp.build_batch.secondary_artifacts[0].encryption_disabled #=> Boolean
4519
4478
  # resp.build_batch.secondary_artifacts[0].artifact_identifier #=> String
4520
- # resp.build_batch.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4521
4479
  # resp.build_batch.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
4522
4480
  # resp.build_batch.cache.location #=> String
4523
4481
  # resp.build_batch.cache.modes #=> Array
@@ -4541,7 +4499,6 @@ module Aws::CodeBuild
4541
4499
  # resp.build_batch.log_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
4542
4500
  # resp.build_batch.log_config.s3_logs.location #=> String
4543
4501
  # resp.build_batch.log_config.s3_logs.encryption_disabled #=> Boolean
4544
- # resp.build_batch.log_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4545
4502
  # resp.build_batch.build_timeout_in_minutes #=> Integer
4546
4503
  # resp.build_batch.queued_timeout_in_minutes #=> Integer
4547
4504
  # resp.build_batch.complete #=> Boolean
@@ -4626,7 +4583,7 @@ module Aws::CodeBuild
4626
4583
  # specified, the latest version is used. If specified, it must be one
4627
4584
  # of:
4628
4585
  #
4629
- # * For AWS CodeCommit: the commit ID, branch, or Git tag to use.
4586
+ # * For CodeCommit: the commit ID, branch, or Git tag to use.
4630
4587
  #
4631
4588
  # * For GitHub: the commit ID, pull request ID, branch name, or tag name
4632
4589
  # that corresponds to the version of the source code you want to
@@ -4647,7 +4604,7 @@ module Aws::CodeBuild
4647
4604
  # takes precedence over this `sourceVersion` (at the project level).
4648
4605
  #
4649
4606
  # For more information, see [Source Version Sample with CodeBuild][1] in
4650
- # the *AWS CodeBuild User Guide*.
4607
+ # the *CodeBuild User Guide*.
4651
4608
  #
4652
4609
  #
4653
4610
  #
@@ -4674,12 +4631,12 @@ module Aws::CodeBuild
4674
4631
  # project.
4675
4632
  #
4676
4633
  # @option params [String] :service_role
4677
- # The replacement ARN of the AWS Identity and Access Management (IAM)
4678
- # role that enables AWS CodeBuild to interact with dependent AWS
4679
- # services on behalf of the AWS account.
4634
+ # The replacement ARN of the Identity and Access Management role that
4635
+ # enables CodeBuild to interact with dependent Amazon Web Services
4636
+ # services on behalf of the Amazon Web Services account.
4680
4637
  #
4681
4638
  # @option params [Integer] :timeout_in_minutes
4682
- # The replacement value in minutes, from 5 to 480 (8 hours), for AWS
4639
+ # The replacement value in minutes, from 5 to 480 (8 hours), for
4683
4640
  # CodeBuild to wait before timing out any related build that did not get
4684
4641
  # marked as completed.
4685
4642
  #
@@ -4688,8 +4645,8 @@ module Aws::CodeBuild
4688
4645
  # out.
4689
4646
  #
4690
4647
  # @option params [String] :encryption_key
4691
- # The AWS Key Management Service (AWS KMS) customer master key (CMK) to
4692
- # be used for encrypting the build output artifacts.
4648
+ # The Key Management Service customer master key (CMK) to be used for
4649
+ # encrypting the build output artifacts.
4693
4650
  #
4694
4651
  # <note markdown="1"> You can use a cross-account KMS key to encrypt the build output
4695
4652
  # artifacts if your service role has permission to that key.
@@ -4704,11 +4661,11 @@ module Aws::CodeBuild
4704
4661
  # An updated list of tag key and value pairs associated with this build
4705
4662
  # project.
4706
4663
  #
4707
- # These tags are available for use by AWS services that support AWS
4708
- # CodeBuild build project tags.
4664
+ # These tags are available for use by Amazon Web Services services that
4665
+ # support CodeBuild build project tags.
4709
4666
  #
4710
4667
  # @option params [Types::VpcConfig] :vpc_config
4711
- # VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.
4668
+ # VpcConfig enables CodeBuild to access resources in an Amazon VPC.
4712
4669
  #
4713
4670
  # @option params [Boolean] :badge_enabled
4714
4671
  # Set this to true to generate a publicly accessible URL for your
@@ -4716,7 +4673,7 @@ module Aws::CodeBuild
4716
4673
  #
4717
4674
  # @option params [Types::LogsConfig] :logs_config
4718
4675
  # Information about logs for the build project. A project can create
4719
- # logs in Amazon CloudWatch Logs, logs in an S3 bucket, or both.
4676
+ # logs in CloudWatch Logs, logs in an S3 bucket, or both.
4720
4677
  #
4721
4678
  # @option params [Array<Types::ProjectFileSystemLocation>] :file_system_locations
4722
4679
  # An array of `ProjectFileSystemLocation` objects for a CodeBuild build
@@ -4805,7 +4762,6 @@ module Aws::CodeBuild
4805
4762
  # override_artifact_name: false,
4806
4763
  # encryption_disabled: false,
4807
4764
  # artifact_identifier: "String",
4808
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
4809
4765
  # },
4810
4766
  # secondary_artifacts: [
4811
4767
  # {
@@ -4818,7 +4774,6 @@ module Aws::CodeBuild
4818
4774
  # override_artifact_name: false,
4819
4775
  # encryption_disabled: false,
4820
4776
  # artifact_identifier: "String",
4821
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
4822
4777
  # },
4823
4778
  # ],
4824
4779
  # cache: {
@@ -4871,7 +4826,6 @@ module Aws::CodeBuild
4871
4826
  # status: "ENABLED", # required, accepts ENABLED, DISABLED
4872
4827
  # location: "String",
4873
4828
  # encryption_disabled: false,
4874
- # bucket_owner_access: "NONE", # accepts NONE, READ_ONLY, FULL
4875
4829
  # },
4876
4830
  # },
4877
4831
  # file_system_locations: [
@@ -4938,7 +4892,6 @@ module Aws::CodeBuild
4938
4892
  # resp.project.artifacts.override_artifact_name #=> Boolean
4939
4893
  # resp.project.artifacts.encryption_disabled #=> Boolean
4940
4894
  # resp.project.artifacts.artifact_identifier #=> String
4941
- # resp.project.artifacts.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4942
4895
  # resp.project.secondary_artifacts #=> Array
4943
4896
  # resp.project.secondary_artifacts[0].type #=> String, one of "CODEPIPELINE", "S3", "NO_ARTIFACTS"
4944
4897
  # resp.project.secondary_artifacts[0].location #=> String
@@ -4949,7 +4902,6 @@ module Aws::CodeBuild
4949
4902
  # resp.project.secondary_artifacts[0].override_artifact_name #=> Boolean
4950
4903
  # resp.project.secondary_artifacts[0].encryption_disabled #=> Boolean
4951
4904
  # resp.project.secondary_artifacts[0].artifact_identifier #=> String
4952
- # resp.project.secondary_artifacts[0].bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
4953
4905
  # resp.project.cache.type #=> String, one of "NO_CACHE", "S3", "LOCAL"
4954
4906
  # resp.project.cache.location #=> String
4955
4907
  # resp.project.cache.modes #=> Array
@@ -4999,7 +4951,6 @@ module Aws::CodeBuild
4999
4951
  # resp.project.logs_config.s3_logs.status #=> String, one of "ENABLED", "DISABLED"
5000
4952
  # resp.project.logs_config.s3_logs.location #=> String
5001
4953
  # resp.project.logs_config.s3_logs.encryption_disabled #=> Boolean
5002
- # resp.project.logs_config.s3_logs.bucket_owner_access #=> String, one of "NONE", "READ_ONLY", "FULL"
5003
4954
  # resp.project.file_system_locations #=> Array
5004
4955
  # resp.project.file_system_locations[0].type #=> String, one of "EFS"
5005
4956
  # resp.project.file_system_locations[0].location #=> String
@@ -5039,8 +4990,8 @@ module Aws::CodeBuild
5039
4990
  # An updated list of tag key and value pairs associated with this report
5040
4991
  # group.
5041
4992
  #
5042
- # These tags are available for use by AWS services that support AWS
5043
- # CodeBuild report group tags.
4993
+ # These tags are available for use by Amazon Web Services services that
4994
+ # support CodeBuild report group tags.
5044
4995
  #
5045
4996
  # @return [Types::UpdateReportGroupOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5046
4997
  #
@@ -5097,14 +5048,14 @@ module Aws::CodeBuild
5097
5048
  req.send_request(options)
5098
5049
  end
5099
5050
 
5100
- # Updates the webhook associated with an AWS CodeBuild build project.
5051
+ # Updates the webhook associated with an CodeBuild build project.
5101
5052
  #
5102
5053
  # <note markdown="1"> If you use Bitbucket for your repository, `rotateSecret` is ignored.
5103
5054
  #
5104
5055
  # </note>
5105
5056
  #
5106
5057
  # @option params [required, String] :project_name
5107
- # The name of the AWS CodeBuild project.
5058
+ # The name of the CodeBuild project.
5108
5059
  #
5109
5060
  # @option params [String] :branch_filter
5110
5061
  # A regular expression used to determine which repository branches are
@@ -5188,7 +5139,7 @@ module Aws::CodeBuild
5188
5139
  params: params,
5189
5140
  config: config)
5190
5141
  context[:gem_name] = 'aws-sdk-codebuild'
5191
- context[:gem_version] = '1.72.0'
5142
+ context[:gem_version] = '1.73.0'
5192
5143
  Seahorse::Client::Request.new(handlers, context)
5193
5144
  end
5194
5145