aws-sdk-apptest 1.13.0 → 1.15.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-apptest/client.rb +2 -3
- data/lib/aws-sdk-apptest/client_api.rb +4 -4
- data/lib/aws-sdk-apptest.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 848b6739721942f66bac8ada3940bf75f2b0d92c1d189ef8ce6e845f75ba09d5
|
4
|
+
data.tar.gz: 716b03f2de9d70b4d490e22fa609a1ba9d441078e63bef0ebb8dd9e1e900a57e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a7fbcab775d76f5bdca3b41b2b4e4cf2855f4c6d87cd1b484d4f54611f55fa57992a8d82765f8a22bb26c2306da9af70be70b750bd827ee6dfc68277300651f
|
7
|
+
data.tar.gz: f35466733da27588839f2c0cf224cdd5e849b1827b2bde2350bc600aa70e7862cbd385d8dc5e47ce675c73fdc48efccff0bd0811d927c6d81dd13f3438cf9f03
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.15.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.14.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.13.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.15.0
|
@@ -200,8 +200,7 @@ module Aws::AppTest
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -2306,7 +2305,7 @@ module Aws::AppTest
|
|
2306
2305
|
tracer: tracer
|
2307
2306
|
)
|
2308
2307
|
context[:gem_name] = 'aws-sdk-apptest'
|
2309
|
-
context[:gem_version] = '1.
|
2308
|
+
context[:gem_version] = '1.15.0'
|
2310
2309
|
Seahorse::Client::Request.new(handlers, context)
|
2311
2310
|
end
|
2312
2311
|
|
@@ -309,7 +309,7 @@ module Aws::AppTest
|
|
309
309
|
CreateTestCaseRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
310
310
|
CreateTestCaseRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
311
311
|
CreateTestCaseRequest.add_member(:steps, Shapes::ShapeRef.new(shape: StepList, required: true, location_name: "steps"))
|
312
|
-
CreateTestCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
312
|
+
CreateTestCaseRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
313
313
|
CreateTestCaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
314
314
|
CreateTestCaseRequest.struct_class = Types::CreateTestCaseRequest
|
315
315
|
|
@@ -321,7 +321,7 @@ module Aws::AppTest
|
|
321
321
|
CreateTestConfigurationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
322
322
|
CreateTestConfigurationRequest.add_member(:resources, Shapes::ShapeRef.new(shape: ResourceList, required: true, location_name: "resources"))
|
323
323
|
CreateTestConfigurationRequest.add_member(:properties, Shapes::ShapeRef.new(shape: Properties, location_name: "properties"))
|
324
|
-
CreateTestConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
324
|
+
CreateTestConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
325
325
|
CreateTestConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
326
326
|
CreateTestConfigurationRequest.add_member(:service_settings, Shapes::ShapeRef.new(shape: ServiceSettings, location_name: "serviceSettings"))
|
327
327
|
CreateTestConfigurationRequest.struct_class = Types::CreateTestConfigurationRequest
|
@@ -335,7 +335,7 @@ module Aws::AppTest
|
|
335
335
|
CreateTestSuiteRequest.add_member(:before_steps, Shapes::ShapeRef.new(shape: StepList, location_name: "beforeSteps"))
|
336
336
|
CreateTestSuiteRequest.add_member(:after_steps, Shapes::ShapeRef.new(shape: StepList, location_name: "afterSteps"))
|
337
337
|
CreateTestSuiteRequest.add_member(:test_cases, Shapes::ShapeRef.new(shape: TestCases, required: true, location_name: "testCases"))
|
338
|
-
CreateTestSuiteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
338
|
+
CreateTestSuiteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
339
339
|
CreateTestSuiteRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
340
340
|
CreateTestSuiteRequest.struct_class = Types::CreateTestSuiteRequest
|
341
341
|
|
@@ -731,7 +731,7 @@ module Aws::AppTest
|
|
731
731
|
|
732
732
|
StartTestRunRequest.add_member(:test_suite_id, Shapes::ShapeRef.new(shape: Identifier, required: true, location_name: "testSuiteId"))
|
733
733
|
StartTestRunRequest.add_member(:test_configuration_id, Shapes::ShapeRef.new(shape: Identifier, location_name: "testConfigurationId"))
|
734
|
-
StartTestRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
734
|
+
StartTestRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
735
735
|
StartTestRunRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
736
736
|
StartTestRunRequest.struct_class = Types::StartTestRunRequest
|
737
737
|
|
data/lib/aws-sdk-apptest.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-apptest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apptest
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-apptest/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - AWS Mainframe Modernization Application Testing
|
100
97
|
test_files: []
|