aws-sdk-simspaceweaver 1.30.0 → 1.32.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: 14cff87ee128a3785ec2de1b8f2b6a6d1db2e3b53cfc8e61baa2f81b02757988
4
- data.tar.gz: 74b491dbcd0814fc07ef427f6f293c045633fccf407ff8ba01da84c7e521b1a4
3
+ metadata.gz: f801233eb30aa667671718210efb0ad1964dab1d7fbdd856d45c12bae6014245
4
+ data.tar.gz: cfedfad584825a608754f0c5d7f897c56eceb9261d66d1b33809bcae588a6039
5
5
  SHA512:
6
- metadata.gz: c7f5148189e1f700b4e4eb7100e8231513bb8cd415bf2af47bd26c8cb1f678cb83ca62f04159939e46d713638b90ae22572fac8237f80b1deeb07e541161d88d
7
- data.tar.gz: 3ca66c9ed2d9aa3e1981b31c23d61da6802a867b0339a6f72c28e6e8d8d36cbe2fef9c56f5b5f9df6edfb366e56c1370e1b7dd91754f50bf4852ff6d98ba9146
6
+ metadata.gz: 074ed34ad073c34b648e983f44778a38a9c8f6599e094a870b460aa39c635bda8d208ebda40169ce03a965739972699d65ae973ea958b3d0295e47a45fbb77d4
7
+ data.tar.gz: 750769e6432c17b3a79f133ae56d896032dcfa2c4ba2ca41ee24035a387d00d017a7a5b13d0d6d726d66675c03f677ce4ac534c614aeb6c8beebf6562af8b0d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.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.30.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.32.0
@@ -200,8 +200,7 @@ module Aws::SimSpaceWeaver
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
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
@@ -1239,7 +1238,7 @@ module Aws::SimSpaceWeaver
1239
1238
  tracer: tracer
1240
1239
  )
1241
1240
  context[:gem_name] = 'aws-sdk-simspaceweaver'
1242
- context[:gem_version] = '1.30.0'
1241
+ context[:gem_version] = '1.32.0'
1243
1242
  Seahorse::Client::Request.new(handlers, context)
1244
1243
  end
1245
1244
 
@@ -158,7 +158,7 @@ module Aws::SimSpaceWeaver
158
158
  DescribeSimulationOutput.add_member(:maximum_duration, Shapes::ShapeRef.new(shape: TimeToLiveString, location_name: "MaximumDuration"))
159
159
  DescribeSimulationOutput.add_member(:name, Shapes::ShapeRef.new(shape: SimSpaceWeaverResourceName, location_name: "Name"))
160
160
  DescribeSimulationOutput.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
161
- DescribeSimulationOutput.add_member(:schema_error, Shapes::ShapeRef.new(shape: OptionalString, deprecated: true, location_name: "SchemaError", metadata: {"deprecatedMessage"=>"SchemaError is no longer used, check StartError instead."}))
161
+ DescribeSimulationOutput.add_member(:schema_error, Shapes::ShapeRef.new(shape: OptionalString, deprecated: true, location_name: "SchemaError", metadata: {"deprecatedMessage" => "SchemaError is no longer used, check StartError instead."}))
162
162
  DescribeSimulationOutput.add_member(:schema_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "SchemaS3Location"))
163
163
  DescribeSimulationOutput.add_member(:snapshot_s3_location, Shapes::ShapeRef.new(shape: S3Location, location_name: "SnapshotS3Location"))
164
164
  DescribeSimulationOutput.add_member(:start_error, Shapes::ShapeRef.new(shape: OptionalString, location_name: "StartError"))
@@ -262,7 +262,7 @@ module Aws::SimSpaceWeaver
262
262
  SimulationMetadata.add_member(:target_status, Shapes::ShapeRef.new(shape: SimulationTargetStatus, location_name: "TargetStatus"))
263
263
  SimulationMetadata.struct_class = Types::SimulationMetadata
264
264
 
265
- StartAppInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
265
+ StartAppInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
266
266
  StartAppInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
267
267
  StartAppInput.add_member(:domain, Shapes::ShapeRef.new(shape: SimSpaceWeaverResourceName, required: true, location_name: "Domain"))
268
268
  StartAppInput.add_member(:launch_overrides, Shapes::ShapeRef.new(shape: LaunchOverrides, location_name: "LaunchOverrides"))
@@ -280,7 +280,7 @@ module Aws::SimSpaceWeaver
280
280
 
281
281
  StartClockOutput.struct_class = Types::StartClockOutput
282
282
 
283
- StartSimulationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
283
+ StartSimulationInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
284
284
  StartSimulationInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
285
285
  StartSimulationInput.add_member(:maximum_duration, Shapes::ShapeRef.new(shape: TimeToLiveString, location_name: "MaximumDuration"))
286
286
  StartSimulationInput.add_member(:name, Shapes::ShapeRef.new(shape: SimSpaceWeaverResourceName, required: true, location_name: "Name"))
@@ -54,7 +54,7 @@ module Aws::SimSpaceWeaver
54
54
  autoload :EndpointProvider, 'aws-sdk-simspaceweaver/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-simspaceweaver/endpoints'
56
56
 
57
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.32.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-simspaceweaver
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.32.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
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-simspaceweaver
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-simspaceweaver/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS SimSpace Weaver
99
96
  test_files: []