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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77875d5a2ff9abdeb831d9ca01fe98edb65357b8a66cd18dd11f262e5e6b1dfc
4
- data.tar.gz: adb2c2fc5b1619e73cfc7d3431b6d6635f26fb0b0b3ce99ff390f40f0b703ee1
3
+ metadata.gz: a924af9f3e1e520610a6fce456a23b537c2e8149dde624cada6a55204dff252d
4
+ data.tar.gz: c112be290b593f7831551acbb98055fe03e928f25e092659a7fa11b4270d986e
5
5
  SHA512:
6
- metadata.gz: 1df65e78a83b8150a0a55ade69909b75af5d2afd96cf6bdcdebfcb136f77424b80509544898751d68e9a58fb62d4be8d4be7de57e683d82e4c9cc9a3b8cde25d
7
- data.tar.gz: 3102c773b3f5d7a6d1a5cb62a15a38e2e99bcf3139a6ee330a5db44ea8db37bb1dc48890c4e05bde3f057d649d7e3c169b73239bfd1b320b001c2b4317f4bd44
6
+ metadata.gz: 1ad8a420e3955b856c179b5627930df8610a105dde551e90f654d76bf508b2cb7a265e2bc5ad6c36ded333b09babcb6327ae891c9ecedf2458a9b63df18cabf0
7
+ data.tar.gz: 906a1b14797c1e6c0b77e1e61c3ec835073bdcb4e57e599695a01530d6ec62b810d346a1b9b8eda498a315375ea282c82ab572497b3c1d2677e14c3b23106048
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.13.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -2306,7 +2306,7 @@ module Aws::AppTest
2306
2306
  tracer: tracer
2307
2307
  )
2308
2308
  context[:gem_name] = 'aws-sdk-apptest'
2309
- context[:gem_version] = '1.13.0'
2309
+ context[:gem_version] = '1.14.0'
2310
2310
  Seahorse::Client::Request.new(handlers, context)
2311
2311
  end
2312
2312
 
@@ -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
 
@@ -55,7 +55,7 @@ module Aws::AppTest
55
55
  autoload :EndpointProvider, 'aws-sdk-apptest/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-apptest/endpoints'
57
57
 
58
- GEM_VERSION = '1.13.0'
58
+ GEM_VERSION = '1.14.0'
59
59
 
60
60
  end
61
61
 
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.13.0
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: 2025-02-18 00:00:00.000000000 Z
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.4.10
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: []