aws-sdk-codebuild 1.90.0 → 1.92.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +35 -30
- data/lib/aws-sdk-codebuild/endpoints.rb +1 -0
- data/lib/aws-sdk-codebuild/types.rb +73 -74
- data/lib/aws-sdk-codebuild.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5ca999080aa4cded5df322053550b3657070feedd0201184e88cd040d6821b16
|
4
|
+
data.tar.gz: f859f4d9517ed7ef7820d2d0b617cbc2eb3f1841910216738ed2b8bff53f33d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc26ed105d8cff8f7861e4368dc74e84595996dfc3fb81c81f8f5f184ebb808bbbb6373035c62debba6e1cf551097afb3ed547f68276513bcf1d3aa5335fb054
|
7
|
+
data.tar.gz: 0a482f2ca6769f47feabdb2d6709c06dba64171fe903f2bf9d032e0456c4260400cc6f297ff299e4879a9118562b0e8b5b43c3206dc076a9a9ad838059cfba6f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.92.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.91.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.90.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
@@ -275,6 +275,11 @@ module Aws::CodeBuild
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -2109,10 +2114,10 @@ module Aws::CodeBuild
|
|
2109
2114
|
# @option params [String] :sort_order
|
2110
2115
|
# Specifies the sort order of the returned items. Valid values include:
|
2111
2116
|
#
|
2112
|
-
# * `ASCENDING
|
2117
|
+
# * `ASCENDING`: List the batch build identifiers in ascending order by
|
2113
2118
|
# identifier.
|
2114
2119
|
#
|
2115
|
-
# * `DESCENDING
|
2120
|
+
# * `DESCENDING`: List the batch build identifiers in descending order
|
2116
2121
|
# by identifier.
|
2117
2122
|
#
|
2118
2123
|
# @option params [String] :next_token
|
@@ -2167,10 +2172,10 @@ module Aws::CodeBuild
|
|
2167
2172
|
# @option params [String] :sort_order
|
2168
2173
|
# Specifies the sort order of the returned items. Valid values include:
|
2169
2174
|
#
|
2170
|
-
# * `ASCENDING
|
2175
|
+
# * `ASCENDING`: List the batch build identifiers in ascending order by
|
2171
2176
|
# identifier.
|
2172
2177
|
#
|
2173
|
-
# * `DESCENDING
|
2178
|
+
# * `DESCENDING`: List the batch build identifiers in descending order
|
2174
2179
|
# by identifier.
|
2175
2180
|
#
|
2176
2181
|
# @option params [String] :next_token
|
@@ -2218,9 +2223,9 @@ module Aws::CodeBuild
|
|
2218
2223
|
# @option params [String] :sort_order
|
2219
2224
|
# The order to list build IDs. Valid values include:
|
2220
2225
|
#
|
2221
|
-
# * `ASCENDING
|
2226
|
+
# * `ASCENDING`: List the build IDs in ascending order by build ID.
|
2222
2227
|
#
|
2223
|
-
# * `DESCENDING
|
2228
|
+
# * `DESCENDING`: List the build IDs in descending order by build ID.
|
2224
2229
|
#
|
2225
2230
|
# @option params [String] :next_token
|
2226
2231
|
# During a previous call, if there are more than 100 items in the list,
|
@@ -2273,10 +2278,10 @@ module Aws::CodeBuild
|
|
2273
2278
|
#
|
2274
2279
|
# Valid values include:
|
2275
2280
|
#
|
2276
|
-
# * `ASCENDING
|
2277
|
-
#
|
2281
|
+
# * `ASCENDING`: List the build identifiers in ascending order, by build
|
2282
|
+
# number.
|
2278
2283
|
#
|
2279
|
-
# * `DESCENDING
|
2284
|
+
# * `DESCENDING`: List the build identifiers in descending order, by
|
2280
2285
|
# build number.
|
2281
2286
|
#
|
2282
2287
|
# If the project has more than 100 builds, setting the sort order will
|
@@ -2355,12 +2360,12 @@ module Aws::CodeBuild
|
|
2355
2360
|
# The criterion to be used to list build project names. Valid values
|
2356
2361
|
# include:
|
2357
2362
|
#
|
2358
|
-
# * `CREATED_TIME
|
2363
|
+
# * `CREATED_TIME`: List based on when each build project was created.
|
2359
2364
|
#
|
2360
|
-
# * `LAST_MODIFIED_TIME
|
2365
|
+
# * `LAST_MODIFIED_TIME`: List based on when information about each
|
2361
2366
|
# build project was last changed.
|
2362
2367
|
#
|
2363
|
-
# * `NAME
|
2368
|
+
# * `NAME`: List based on each build project's name.
|
2364
2369
|
#
|
2365
2370
|
# Use `sortOrder` to specify in what order to list the build project
|
2366
2371
|
# names based on the preceding criteria.
|
@@ -2368,9 +2373,9 @@ module Aws::CodeBuild
|
|
2368
2373
|
# @option params [String] :sort_order
|
2369
2374
|
# The order in which to list build projects. Valid values include:
|
2370
2375
|
#
|
2371
|
-
# * `ASCENDING
|
2376
|
+
# * `ASCENDING`: List in ascending order.
|
2372
2377
|
#
|
2373
|
-
# * `DESCENDING
|
2378
|
+
# * `DESCENDING`: List in descending order.
|
2374
2379
|
#
|
2375
2380
|
# Use `sortBy` to specify the criterion to be used to list build project
|
2376
2381
|
# names.
|
@@ -2425,12 +2430,12 @@ module Aws::CodeBuild
|
|
2425
2430
|
# The criterion to be used to list build report groups. Valid values
|
2426
2431
|
# include:
|
2427
2432
|
#
|
2428
|
-
# * `CREATED_TIME
|
2433
|
+
# * `CREATED_TIME`: List based on when each report group was created.
|
2429
2434
|
#
|
2430
|
-
# * `LAST_MODIFIED_TIME
|
2435
|
+
# * `LAST_MODIFIED_TIME`: List based on when each report group was last
|
2431
2436
|
# changed.
|
2432
2437
|
#
|
2433
|
-
# * `NAME
|
2438
|
+
# * `NAME`: List based on each report group's name.
|
2434
2439
|
#
|
2435
2440
|
# @option params [String] :next_token
|
2436
2441
|
# During a previous call, the maximum number of items that can be
|
@@ -2484,10 +2489,10 @@ module Aws::CodeBuild
|
|
2484
2489
|
# Specifies the sort order for the list of returned reports. Valid
|
2485
2490
|
# values are:
|
2486
2491
|
#
|
2487
|
-
# * `ASCENDING
|
2492
|
+
# * `ASCENDING`: return reports in chronological order based on their
|
2488
2493
|
# creation date.
|
2489
2494
|
#
|
2490
|
-
# * `DESCENDING
|
2495
|
+
# * `DESCENDING`: return reports in the reverse chronological order
|
2491
2496
|
# based on their creation date.
|
2492
2497
|
#
|
2493
2498
|
# @option params [String] :next_token
|
@@ -2607,18 +2612,18 @@ module Aws::CodeBuild
|
|
2607
2612
|
# The criterion to be used to list build projects shared with the
|
2608
2613
|
# current Amazon Web Services account or user. Valid values include:
|
2609
2614
|
#
|
2610
|
-
# * `ARN
|
2615
|
+
# * `ARN`: List based on the ARN.
|
2611
2616
|
#
|
2612
|
-
# * `MODIFIED_TIME
|
2617
|
+
# * `MODIFIED_TIME`: List based on when information about the shared
|
2613
2618
|
# project was last changed.
|
2614
2619
|
#
|
2615
2620
|
# @option params [String] :sort_order
|
2616
2621
|
# The order in which to list shared build projects. Valid values
|
2617
2622
|
# include:
|
2618
2623
|
#
|
2619
|
-
# * `ASCENDING
|
2624
|
+
# * `ASCENDING`: List in ascending order.
|
2620
2625
|
#
|
2621
|
-
# * `DESCENDING
|
2626
|
+
# * `DESCENDING`: List in descending order.
|
2622
2627
|
#
|
2623
2628
|
# @option params [Integer] :max_results
|
2624
2629
|
# The maximum number of paginated shared build projects returned per
|
@@ -2671,17 +2676,17 @@ module Aws::CodeBuild
|
|
2671
2676
|
# @option params [String] :sort_order
|
2672
2677
|
# The order in which to list shared report groups. Valid values include:
|
2673
2678
|
#
|
2674
|
-
# * `ASCENDING
|
2679
|
+
# * `ASCENDING`: List in ascending order.
|
2675
2680
|
#
|
2676
|
-
# * `DESCENDING
|
2681
|
+
# * `DESCENDING`: List in descending order.
|
2677
2682
|
#
|
2678
2683
|
# @option params [String] :sort_by
|
2679
2684
|
# The criterion to be used to list report groups shared with the current
|
2680
2685
|
# Amazon Web Services account or user. Valid values include:
|
2681
2686
|
#
|
2682
|
-
# * `ARN
|
2687
|
+
# * `ARN`: List based on the ARN.
|
2683
2688
|
#
|
2684
|
-
# * `MODIFIED_TIME
|
2689
|
+
# * `MODIFIED_TIME`: List based on when information about the shared
|
2685
2690
|
# report group was last changed.
|
2686
2691
|
#
|
2687
2692
|
# @option params [String] :next_token
|
@@ -4923,9 +4928,9 @@ module Aws::CodeBuild
|
|
4923
4928
|
# @option params [Types::ReportExportConfig] :export_config
|
4924
4929
|
# Used to specify an updated export type. Valid values are:
|
4925
4930
|
#
|
4926
|
-
# * `S3
|
4931
|
+
# * `S3`: The report results are exported to an S3 bucket.
|
4927
4932
|
#
|
4928
|
-
# * `NO_EXPORT
|
4933
|
+
# * `NO_EXPORT`: The report results are not exported.
|
4929
4934
|
#
|
4930
4935
|
# @option params [Array<Types::Tag>] :tags
|
4931
4936
|
# An updated list of tag key and value pairs associated with this report
|
@@ -5080,7 +5085,7 @@ module Aws::CodeBuild
|
|
5080
5085
|
params: params,
|
5081
5086
|
config: config)
|
5082
5087
|
context[:gem_name] = 'aws-sdk-codebuild'
|
5083
|
-
context[:gem_version] = '1.
|
5088
|
+
context[:gem_version] = '1.92.0'
|
5084
5089
|
Seahorse::Client::Request.new(handlers, context)
|
5085
5090
|
end
|
5086
5091
|
|
@@ -256,17 +256,17 @@ module Aws::CodeBuild
|
|
256
256
|
# @!attribute [rw] build_status
|
257
257
|
# The current status of the build. Valid values include:
|
258
258
|
#
|
259
|
-
# * `FAILED
|
259
|
+
# * `FAILED`: The build failed.
|
260
260
|
#
|
261
|
-
# * `FAULT
|
261
|
+
# * `FAULT`: The build faulted.
|
262
262
|
#
|
263
|
-
# * `IN_PROGRESS
|
263
|
+
# * `IN_PROGRESS`: The build is still in progress.
|
264
264
|
#
|
265
|
-
# * `STOPPED
|
265
|
+
# * `STOPPED`: The build stopped.
|
266
266
|
#
|
267
|
-
# * `SUCCEEDED
|
267
|
+
# * `SUCCEEDED`: The build succeeded.
|
268
268
|
#
|
269
|
-
# * `TIMED_OUT
|
269
|
+
# * `TIMED_OUT`: The build timed out.
|
270
270
|
# @return [String]
|
271
271
|
#
|
272
272
|
# @!attribute [rw] source_version
|
@@ -1218,9 +1218,9 @@ module Aws::CodeBuild
|
|
1218
1218
|
# The current status of the logs in CloudWatch Logs for a build
|
1219
1219
|
# project. Valid values are:
|
1220
1220
|
#
|
1221
|
-
# * `ENABLED
|
1221
|
+
# * `ENABLED`: CloudWatch Logs are enabled for this build project.
|
1222
1222
|
#
|
1223
|
-
# * `DISABLED
|
1223
|
+
# * `DISABLED`: CloudWatch Logs are not enabled for this build
|
1224
1224
|
# project.
|
1225
1225
|
# @return [String]
|
1226
1226
|
#
|
@@ -2053,15 +2053,15 @@ module Aws::CodeBuild
|
|
2053
2053
|
# @!attribute [rw] type
|
2054
2054
|
# The type of environment variable. Valid values include:
|
2055
2055
|
#
|
2056
|
-
# * `PARAMETER_STORE
|
2056
|
+
# * `PARAMETER_STORE`: An environment variable stored in Systems
|
2057
2057
|
# Manager Parameter Store. To learn how to specify a parameter store
|
2058
2058
|
# environment variable, see [env/parameter-store][1] in the
|
2059
2059
|
# *CodeBuild User Guide*.
|
2060
2060
|
#
|
2061
|
-
# * `PLAINTEXT
|
2062
|
-
#
|
2061
|
+
# * `PLAINTEXT`: An environment variable in plain text format. This is
|
2062
|
+
# the default value.
|
2063
2063
|
#
|
2064
|
-
# * `SECRETS_MANAGER
|
2064
|
+
# * `SECRETS_MANAGER`: An environment variable stored in Secrets
|
2065
2065
|
# Manager. To learn how to specify a secrets manager environment
|
2066
2066
|
# variable, see [env/secrets-manager][2] in the *CodeBuild User
|
2067
2067
|
# Guide*.
|
@@ -2340,11 +2340,11 @@ module Aws::CodeBuild
|
|
2340
2340
|
# Specifies the sort order of the returned items. Valid values
|
2341
2341
|
# include:
|
2342
2342
|
#
|
2343
|
-
# * `ASCENDING
|
2343
|
+
# * `ASCENDING`: List the batch build identifiers in ascending order
|
2344
2344
|
# by identifier.
|
2345
2345
|
#
|
2346
|
-
# * `DESCENDING
|
2347
|
-
#
|
2346
|
+
# * `DESCENDING`: List the batch build identifiers in descending order
|
2347
|
+
# by identifier.
|
2348
2348
|
# @return [String]
|
2349
2349
|
#
|
2350
2350
|
# @!attribute [rw] next_token
|
@@ -2397,11 +2397,11 @@ module Aws::CodeBuild
|
|
2397
2397
|
# Specifies the sort order of the returned items. Valid values
|
2398
2398
|
# include:
|
2399
2399
|
#
|
2400
|
-
# * `ASCENDING
|
2400
|
+
# * `ASCENDING`: List the batch build identifiers in ascending order
|
2401
2401
|
# by identifier.
|
2402
2402
|
#
|
2403
|
-
# * `DESCENDING
|
2404
|
-
#
|
2403
|
+
# * `DESCENDING`: List the batch build identifiers in descending order
|
2404
|
+
# by identifier.
|
2405
2405
|
# @return [String]
|
2406
2406
|
#
|
2407
2407
|
# @!attribute [rw] next_token
|
@@ -2451,10 +2451,10 @@ module Aws::CodeBuild
|
|
2451
2451
|
#
|
2452
2452
|
# Valid values include:
|
2453
2453
|
#
|
2454
|
-
# * `ASCENDING
|
2454
|
+
# * `ASCENDING`: List the build identifiers in ascending order, by
|
2455
2455
|
# build number.
|
2456
2456
|
#
|
2457
|
-
# * `DESCENDING
|
2457
|
+
# * `DESCENDING`: List the build identifiers in descending order, by
|
2458
2458
|
# build number.
|
2459
2459
|
#
|
2460
2460
|
# If the project has more than 100 builds, setting the sort order will
|
@@ -2505,9 +2505,9 @@ module Aws::CodeBuild
|
|
2505
2505
|
# @!attribute [rw] sort_order
|
2506
2506
|
# The order to list build IDs. Valid values include:
|
2507
2507
|
#
|
2508
|
-
# * `ASCENDING
|
2508
|
+
# * `ASCENDING`: List the build IDs in ascending order by build ID.
|
2509
2509
|
#
|
2510
|
-
# * `DESCENDING
|
2510
|
+
# * `DESCENDING`: List the build IDs in descending order by build ID.
|
2511
2511
|
# @return [String]
|
2512
2512
|
#
|
2513
2513
|
# @!attribute [rw] next_token
|
@@ -2572,13 +2572,12 @@ module Aws::CodeBuild
|
|
2572
2572
|
# The criterion to be used to list build project names. Valid values
|
2573
2573
|
# include:
|
2574
2574
|
#
|
2575
|
-
# * `CREATED_TIME
|
2576
|
-
# created.
|
2575
|
+
# * `CREATED_TIME`: List based on when each build project was created.
|
2577
2576
|
#
|
2578
|
-
# * `LAST_MODIFIED_TIME
|
2577
|
+
# * `LAST_MODIFIED_TIME`: List based on when information about each
|
2579
2578
|
# build project was last changed.
|
2580
2579
|
#
|
2581
|
-
# * `NAME
|
2580
|
+
# * `NAME`: List based on each build project's name.
|
2582
2581
|
#
|
2583
2582
|
# Use `sortOrder` to specify in what order to list the build project
|
2584
2583
|
# names based on the preceding criteria.
|
@@ -2587,9 +2586,9 @@ module Aws::CodeBuild
|
|
2587
2586
|
# @!attribute [rw] sort_order
|
2588
2587
|
# The order in which to list build projects. Valid values include:
|
2589
2588
|
#
|
2590
|
-
# * `ASCENDING
|
2589
|
+
# * `ASCENDING`: List in ascending order.
|
2591
2590
|
#
|
2592
|
-
# * `DESCENDING
|
2591
|
+
# * `DESCENDING`: List in descending order.
|
2593
2592
|
#
|
2594
2593
|
# Use `sortBy` to specify the criterion to be used to list build
|
2595
2594
|
# project names.
|
@@ -2645,12 +2644,12 @@ module Aws::CodeBuild
|
|
2645
2644
|
# The criterion to be used to list build report groups. Valid values
|
2646
2645
|
# include:
|
2647
2646
|
#
|
2648
|
-
# * `CREATED_TIME
|
2647
|
+
# * `CREATED_TIME`: List based on when each report group was created.
|
2649
2648
|
#
|
2650
|
-
# * `LAST_MODIFIED_TIME
|
2649
|
+
# * `LAST_MODIFIED_TIME`: List based on when each report group was
|
2651
2650
|
# last changed.
|
2652
2651
|
#
|
2653
|
-
# * `NAME
|
2652
|
+
# * `NAME`: List based on each report group's name.
|
2654
2653
|
# @return [String]
|
2655
2654
|
#
|
2656
2655
|
# @!attribute [rw] next_token
|
@@ -2773,10 +2772,10 @@ module Aws::CodeBuild
|
|
2773
2772
|
# Specifies the sort order for the list of returned reports. Valid
|
2774
2773
|
# values are:
|
2775
2774
|
#
|
2776
|
-
# * `ASCENDING
|
2775
|
+
# * `ASCENDING`: return reports in chronological order based on their
|
2777
2776
|
# creation date.
|
2778
2777
|
#
|
2779
|
-
# * `DESCENDING
|
2778
|
+
# * `DESCENDING`: return reports in the reverse chronological order
|
2780
2779
|
# based on their creation date.
|
2781
2780
|
# @return [String]
|
2782
2781
|
#
|
@@ -2839,9 +2838,9 @@ module Aws::CodeBuild
|
|
2839
2838
|
# The criterion to be used to list build projects shared with the
|
2840
2839
|
# current Amazon Web Services account or user. Valid values include:
|
2841
2840
|
#
|
2842
|
-
# * `ARN
|
2841
|
+
# * `ARN`: List based on the ARN.
|
2843
2842
|
#
|
2844
|
-
# * `MODIFIED_TIME
|
2843
|
+
# * `MODIFIED_TIME`: List based on when information about the shared
|
2845
2844
|
# project was last changed.
|
2846
2845
|
# @return [String]
|
2847
2846
|
#
|
@@ -2849,9 +2848,9 @@ module Aws::CodeBuild
|
|
2849
2848
|
# The order in which to list shared build projects. Valid values
|
2850
2849
|
# include:
|
2851
2850
|
#
|
2852
|
-
# * `ASCENDING
|
2851
|
+
# * `ASCENDING`: List in ascending order.
|
2853
2852
|
#
|
2854
|
-
# * `DESCENDING
|
2853
|
+
# * `DESCENDING`: List in descending order.
|
2855
2854
|
# @return [String]
|
2856
2855
|
#
|
2857
2856
|
# @!attribute [rw] max_results
|
@@ -2909,18 +2908,18 @@ module Aws::CodeBuild
|
|
2909
2908
|
# The order in which to list shared report groups. Valid values
|
2910
2909
|
# include:
|
2911
2910
|
#
|
2912
|
-
# * `ASCENDING
|
2911
|
+
# * `ASCENDING`: List in ascending order.
|
2913
2912
|
#
|
2914
|
-
# * `DESCENDING
|
2913
|
+
# * `DESCENDING`: List in descending order.
|
2915
2914
|
# @return [String]
|
2916
2915
|
#
|
2917
2916
|
# @!attribute [rw] sort_by
|
2918
2917
|
# The criterion to be used to list report groups shared with the
|
2919
2918
|
# current Amazon Web Services account or user. Valid values include:
|
2920
2919
|
#
|
2921
|
-
# * `ARN
|
2920
|
+
# * `ARN`: List based on the ARN.
|
2922
2921
|
#
|
2923
|
-
# * `MODIFIED_TIME
|
2922
|
+
# * `MODIFIED_TIME`: List based on when information about the shared
|
2924
2923
|
# report group was last changed.
|
2925
2924
|
# @return [String]
|
2926
2925
|
#
|
@@ -3354,17 +3353,17 @@ module Aws::CodeBuild
|
|
3354
3353
|
# @!attribute [rw] type
|
3355
3354
|
# The type of build output artifact. Valid values include:
|
3356
3355
|
#
|
3357
|
-
# * `CODEPIPELINE
|
3356
|
+
# * `CODEPIPELINE`: The build project has build output generated
|
3358
3357
|
# through CodePipeline.
|
3359
3358
|
#
|
3360
3359
|
# <note markdown="1"> The `CODEPIPELINE` type is not supported for `secondaryArtifacts`.
|
3361
3360
|
#
|
3362
3361
|
# </note>
|
3363
3362
|
#
|
3364
|
-
# * `NO_ARTIFACTS
|
3363
|
+
# * `NO_ARTIFACTS`: The build project does not produce any build
|
3365
3364
|
# output.
|
3366
3365
|
#
|
3367
|
-
# * `S3
|
3366
|
+
# * `S3`: The build project stores build output in Amazon S3.
|
3368
3367
|
# @return [String]
|
3369
3368
|
#
|
3370
3369
|
# @!attribute [rw] location
|
@@ -3413,10 +3412,10 @@ module Aws::CodeBuild
|
|
3413
3412
|
#
|
3414
3413
|
# * If `type` is set to `S3`, valid values include:
|
3415
3414
|
#
|
3416
|
-
# * `BUILD_ID
|
3415
|
+
# * `BUILD_ID`: Include the build ID in the location of the build
|
3417
3416
|
# output artifact.
|
3418
3417
|
#
|
3419
|
-
# * `NONE
|
3418
|
+
# * `NONE`: Do not include the build ID. This is the default if
|
3420
3419
|
# `namespaceType` is not specified.
|
3421
3420
|
#
|
3422
3421
|
# For example, if `path` is set to `MyArtifacts`, `namespaceType` is
|
@@ -3466,11 +3465,11 @@ module Aws::CodeBuild
|
|
3466
3465
|
#
|
3467
3466
|
# * If `type` is set to `S3`, valid values include:
|
3468
3467
|
#
|
3469
|
-
# * `NONE
|
3468
|
+
# * `NONE`: CodeBuild creates in the output bucket a folder that
|
3470
3469
|
# contains the build output. This is the default if `packaging` is
|
3471
3470
|
# not specified.
|
3472
3471
|
#
|
3473
|
-
# * `ZIP
|
3472
|
+
# * `ZIP`: CodeBuild creates in the output bucket a ZIP file that
|
3474
3473
|
# contains the build output.
|
3475
3474
|
# @return [String]
|
3476
3475
|
#
|
@@ -3632,20 +3631,20 @@ module Aws::CodeBuild
|
|
3632
3631
|
# @!attribute [rw] type
|
3633
3632
|
# The type of cache used by the build project. Valid values include:
|
3634
3633
|
#
|
3635
|
-
# * `NO_CACHE
|
3634
|
+
# * `NO_CACHE`: The build project does not use any cache.
|
3636
3635
|
#
|
3637
|
-
# * `S3
|
3636
|
+
# * `S3`: The build project reads and writes from and to S3.
|
3638
3637
|
#
|
3639
|
-
# * `LOCAL
|
3638
|
+
# * `LOCAL`: The build project stores a cache locally on a build host
|
3640
3639
|
# that is only available to that build host.
|
3641
3640
|
# @return [String]
|
3642
3641
|
#
|
3643
3642
|
# @!attribute [rw] location
|
3644
3643
|
# Information about the cache location:
|
3645
3644
|
#
|
3646
|
-
# * `NO_CACHE` or `LOCAL
|
3645
|
+
# * `NO_CACHE` or `LOCAL`: This value is ignored.
|
3647
3646
|
#
|
3648
|
-
# * `S3
|
3647
|
+
# * `S3`: This is the S3 bucket name/prefix.
|
3649
3648
|
# @return [String]
|
3650
3649
|
#
|
3651
3650
|
# @!attribute [rw] modes
|
@@ -3774,20 +3773,20 @@ module Aws::CodeBuild
|
|
3774
3773
|
# Information about the compute resources the build project uses.
|
3775
3774
|
# Available values include:
|
3776
3775
|
#
|
3777
|
-
# * `BUILD_GENERAL1_SMALL
|
3776
|
+
# * `BUILD_GENERAL1_SMALL`: Use up to 3 GB memory and 2 vCPUs for
|
3778
3777
|
# builds.
|
3779
3778
|
#
|
3780
|
-
# * `BUILD_GENERAL1_MEDIUM
|
3779
|
+
# * `BUILD_GENERAL1_MEDIUM`: Use up to 7 GB memory and 4 vCPUs for
|
3781
3780
|
# builds.
|
3782
3781
|
#
|
3783
|
-
# * `BUILD_GENERAL1_LARGE
|
3782
|
+
# * `BUILD_GENERAL1_LARGE`: Use up to 16 GB memory and 8 vCPUs for
|
3784
3783
|
# builds, depending on your environment type.
|
3785
3784
|
#
|
3786
|
-
# * `BUILD_GENERAL1_2XLARGE
|
3785
|
+
# * `BUILD_GENERAL1_2XLARGE`: Use up to 145 GB memory, 72 vCPUs, and
|
3787
3786
|
# 824 GB of SSD storage for builds. This compute type supports
|
3788
3787
|
# Docker images up to 100 GB uncompressed.
|
3789
3788
|
#
|
3790
|
-
# If you use `BUILD_GENERAL1_LARGE
|
3789
|
+
# If you use `BUILD_GENERAL1_LARGE`:
|
3791
3790
|
#
|
3792
3791
|
# * For environment type `LINUX_CONTAINER`, you can use up to 15 GB
|
3793
3792
|
# memory and 8 vCPUs for builds.
|
@@ -3829,7 +3828,7 @@ module Aws::CodeBuild
|
|
3829
3828
|
# `- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"`
|
3830
3829
|
#
|
3831
3830
|
# If the operating system's base image is Alpine Linux and the
|
3832
|
-
# previous command does not work, add the `-t` argument to `timeout
|
3831
|
+
# previous command does not work, add the `-t` argument to `timeout`:
|
3833
3832
|
#
|
3834
3833
|
# `- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock
|
3835
3834
|
# --host=tcp://0.0.0.0:2375 --storage-driver=overlay&`
|
@@ -3953,22 +3952,22 @@ module Aws::CodeBuild
|
|
3953
3952
|
# The type of repository that contains the source code to be built.
|
3954
3953
|
# Valid values include:
|
3955
3954
|
#
|
3956
|
-
# * `BITBUCKET
|
3955
|
+
# * `BITBUCKET`: The source code is in a Bitbucket repository.
|
3957
3956
|
#
|
3958
|
-
# * `CODECOMMIT
|
3957
|
+
# * `CODECOMMIT`: The source code is in an CodeCommit repository.
|
3959
3958
|
#
|
3960
|
-
# * `CODEPIPELINE
|
3959
|
+
# * `CODEPIPELINE`: The source code settings are specified in the
|
3961
3960
|
# source action of a pipeline in CodePipeline.
|
3962
3961
|
#
|
3963
|
-
# * `GITHUB
|
3962
|
+
# * `GITHUB`: The source code is in a GitHub or GitHub Enterprise
|
3964
3963
|
# Cloud repository.
|
3965
3964
|
#
|
3966
|
-
# * `GITHUB_ENTERPRISE
|
3965
|
+
# * `GITHUB_ENTERPRISE`: The source code is in a GitHub Enterprise
|
3967
3966
|
# Server repository.
|
3968
3967
|
#
|
3969
|
-
# * `NO_SOURCE
|
3968
|
+
# * `NO_SOURCE`: The project does not have input source code.
|
3970
3969
|
#
|
3971
|
-
# * `S3
|
3970
|
+
# * `S3`: The source code is in an Amazon S3 bucket.
|
3972
3971
|
# @return [String]
|
3973
3972
|
#
|
3974
3973
|
# @!attribute [rw] location
|
@@ -4339,9 +4338,9 @@ module Aws::CodeBuild
|
|
4339
4338
|
# @!attribute [rw] export_config_type
|
4340
4339
|
# The export configuration type. Valid values are:
|
4341
4340
|
#
|
4342
|
-
# * `S3
|
4341
|
+
# * `S3`: The report results are exported to an S3 bucket.
|
4343
4342
|
#
|
4344
|
-
# * `NO_EXPORT
|
4343
|
+
# * `NO_EXPORT`: The report results are not exported.
|
4345
4344
|
# @return [String]
|
4346
4345
|
#
|
4347
4346
|
# @!attribute [rw] s3_destination
|
@@ -4610,9 +4609,9 @@ module Aws::CodeBuild
|
|
4610
4609
|
# @!attribute [rw] status
|
4611
4610
|
# The current status of the S3 build logs. Valid values are:
|
4612
4611
|
#
|
4613
|
-
# * `ENABLED
|
4612
|
+
# * `ENABLED`: S3 build logs are enabled for this build project.
|
4614
4613
|
#
|
4615
|
-
# * `DISABLED
|
4614
|
+
# * `DISABLED`: S3 build logs are not enabled for this build project.
|
4616
4615
|
# @return [String]
|
4617
4616
|
#
|
4618
4617
|
# @!attribute [rw] location
|
@@ -4707,10 +4706,10 @@ module Aws::CodeBuild
|
|
4707
4706
|
# @!attribute [rw] packaging
|
4708
4707
|
# The type of build output artifact to create. Valid values include:
|
4709
4708
|
#
|
4710
|
-
# * `NONE
|
4709
|
+
# * `NONE`: CodeBuild creates the raw data in the output bucket. This
|
4711
4710
|
# is the default if packaging is not specified.
|
4712
4711
|
#
|
4713
|
-
# * `ZIP
|
4712
|
+
# * `ZIP`: CodeBuild creates a ZIP file with the raw data in the
|
4714
4713
|
# output bucket.
|
4715
4714
|
# @return [String]
|
4716
4715
|
#
|
@@ -5851,9 +5850,9 @@ module Aws::CodeBuild
|
|
5851
5850
|
# @!attribute [rw] export_config
|
5852
5851
|
# Used to specify an updated export type. Valid values are:
|
5853
5852
|
#
|
5854
|
-
# * `S3
|
5853
|
+
# * `S3`: The report results are exported to an S3 bucket.
|
5855
5854
|
#
|
5856
|
-
# * `NO_EXPORT
|
5855
|
+
# * `NO_EXPORT`: The report results are not exported.
|
5857
5856
|
# @return [Types::ReportExportConfig]
|
5858
5857
|
#
|
5859
5858
|
# @!attribute [rw] tags
|
data/lib/aws-sdk-codebuild.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codebuild
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.92.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|