aws-sdk-codebuild 1.143.0 → 1.144.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +2 -1
- 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: 4438d2e029ac4d4a6565063950840d2877c0818d1680e80c7890884af76cb35d
|
4
|
+
data.tar.gz: a34f2d8f9393986c249215be51375bc94479ef51aab5983b489a24859f798171
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dddf3f31157ed28613d9b44467898b3b1e83a432d64d4ac9b5dcf2981135cb8879530c5fef53b098b7cee667a1edafdef795ebcad202b7a8ee9ac0490abdde2a
|
7
|
+
data.tar.gz: f7685ff5d8bde3752e2817a107f97f8a6e813692da9ac18cbee436233713015e5b39e294001de77356449a54c3efa7ee359f2a44f1f7222faadb87256027a1cc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.144.0
|
@@ -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.144.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.144.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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|