aws-sdk-apptest 1.13.0 → 1.14.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apptest/client.rb +1 -1
- 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: a924af9f3e1e520610a6fce456a23b537c2e8149dde624cada6a55204dff252d
|
4
|
+
data.tar.gz: c112be290b593f7831551acbb98055fe03e928f25e092659a7fa11b4270d986e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ad8a420e3955b856c179b5627930df8610a105dde551e90f654d76bf508b2cb7a265e2bc5ad6c36ded333b09babcb6327ae891c9ecedf2458a9b63df18cabf0
|
7
|
+
data.tar.gz: 906a1b14797c1e6c0b77e1e61c3ec835073bdcb4e57e599695a01530d6ec62b810d346a1b9b8eda498a315375ea282c82ab572497b3c1d2677e14c3b23106048
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
@@ -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.14.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: []
|