aws-sdk-codebuild 1.143.0 → 1.145.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 +30 -29
- data/lib/aws-sdk-codebuild/client_api.rb +1 -0
- data/lib/aws-sdk-codebuild/types.rb +6 -1
- data/lib/aws-sdk-codebuild.rb +1 -1
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 176753fdcc6c9bad62f2e1e586b92ad0a83807574d50c75609e12751d3a924e1
|
4
|
+
data.tar.gz: 568c1127dcc1571e87e784e2f9b35dc7d4aacb1b8f4484dfaf3710bbb32c4b79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8975d0cdfcaf07a2152e6d2755fa835ccca5029547006f6bf220e6a9c9f25ed1c1eac4c46c9c77a22b62f43ca528045d4ff060a7741fc85b84b655d6f06e6ac
|
7
|
+
data.tar.gz: 7da2bb17f779ad36249e8f548e4ea903535a7a96a49bb03e54b70356024e81317086428208de412b7b3f9544d0ef1db1ae6e9af90002a0cd694381e5009f4e4e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.145.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.144.0 (2025-02-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Added test suite names to test case metadata
|
13
|
+
|
4
14
|
1.143.0 (2025-02-12)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.145.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::CodeBuild
|
40
40
|
# An API client for CodeBuild. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -2495,6 +2495,7 @@ module Aws::CodeBuild
|
|
2495
2495
|
# resp.test_cases[0].duration_in_nano_seconds #=> Integer
|
2496
2496
|
# resp.test_cases[0].message #=> String
|
2497
2497
|
# resp.test_cases[0].expired #=> Time
|
2498
|
+
# resp.test_cases[0].test_suite_name #=> String
|
2498
2499
|
#
|
2499
2500
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/DescribeTestCases AWS API Documentation
|
2500
2501
|
#
|
@@ -6205,7 +6206,7 @@ module Aws::CodeBuild
|
|
6205
6206
|
tracer: tracer
|
6206
6207
|
)
|
6207
6208
|
context[:gem_name] = 'aws-sdk-codebuild'
|
6208
|
-
context[:gem_version] = '1.
|
6209
|
+
context[:gem_version] = '1.145.0'
|
6209
6210
|
Seahorse::Client::Request.new(handlers, context)
|
6210
6211
|
end
|
6211
6212
|
|
@@ -1297,6 +1297,7 @@ module Aws::CodeBuild
|
|
1297
1297
|
TestCase.add_member(:duration_in_nano_seconds, Shapes::ShapeRef.new(shape: WrapperLong, location_name: "durationInNanoSeconds"))
|
1298
1298
|
TestCase.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
|
1299
1299
|
TestCase.add_member(:expired, Shapes::ShapeRef.new(shape: Timestamp, location_name: "expired"))
|
1300
|
+
TestCase.add_member(:test_suite_name, Shapes::ShapeRef.new(shape: String, location_name: "testSuiteName"))
|
1300
1301
|
TestCase.struct_class = Types::TestCase
|
1301
1302
|
|
1302
1303
|
TestCaseFilter.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
|
@@ -6626,6 +6626,10 @@ module Aws::CodeBuild
|
|
6626
6626
|
# in CodeBuild.
|
6627
6627
|
# @return [Time]
|
6628
6628
|
#
|
6629
|
+
# @!attribute [rw] test_suite_name
|
6630
|
+
# The name of the test suite that the test case is a part of.
|
6631
|
+
# @return [String]
|
6632
|
+
#
|
6629
6633
|
# @see http://docs.aws.amazon.com/goto/WebAPI/codebuild-2016-10-06/TestCase AWS API Documentation
|
6630
6634
|
#
|
6631
6635
|
class TestCase < Struct.new(
|
@@ -6636,7 +6640,8 @@ module Aws::CodeBuild
|
|
6636
6640
|
:status,
|
6637
6641
|
:duration_in_nano_seconds,
|
6638
6642
|
:message,
|
6639
|
-
:expired
|
6643
|
+
:expired,
|
6644
|
+
:test_suite_name)
|
6640
6645
|
SENSITIVE = []
|
6641
6646
|
include Aws::Structure
|
6642
6647
|
end
|
data/lib/aws-sdk-codebuild.rb
CHANGED
data/sig/types.rbs
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.145.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: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|