aws-sdk-simspaceweaver 1.3.0 → 1.4.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-simspaceweaver/client.rb +7 -1
- data/lib/aws-sdk-simspaceweaver/types.rb +6 -0
- data/lib/aws-sdk-simspaceweaver.rb +1 -1
- 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: 93729f08bd7a40f81f594de89d0570b803c9a5510ffe4333a7e3afd86bb04c5b
|
|
4
|
+
data.tar.gz: 3328477b208f8e4c318f70e5f7fac919bc3e55996105e703ad13b39319e542e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d142dc3e10c1e9b130a6b0af94d3a7927b382179a5190d8215a23dc66e7726b068f8849d3e1d9f0728235ae7fb73d10cee4057b4b0bfeb6e425619b8d24357ed
|
|
7
|
+
data.tar.gz: 647cb9c6ea63ab97e60090c2c7c3d0e7868d0de1cdf0f849a8350c8dabd9ab0840fa62a79cf50d53c2aa09d80f4af05dc8a9a6b750d3fd4ddb58512696db7a13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.4.0
|
|
@@ -411,6 +411,9 @@ module Aws::SimSpaceWeaver
|
|
|
411
411
|
# The Amazon S3 bucket and optional folder (object key prefix) where
|
|
412
412
|
# SimSpace Weaver creates the snapshot file.
|
|
413
413
|
#
|
|
414
|
+
# The Amazon S3 bucket must be in the same Amazon Web Services Region as
|
|
415
|
+
# the simulation.
|
|
416
|
+
#
|
|
414
417
|
# @option params [required, String] :simulation
|
|
415
418
|
# The name of the simulation.
|
|
416
419
|
#
|
|
@@ -903,6 +906,9 @@ module Aws::SimSpaceWeaver
|
|
|
903
906
|
# Provide a `SnapshotS3Location` to start your simulation from a
|
|
904
907
|
# snapshot.
|
|
905
908
|
#
|
|
909
|
+
# The Amazon S3 bucket must be in the same Amazon Web Services Region as
|
|
910
|
+
# the simulation.
|
|
911
|
+
#
|
|
906
912
|
# If you provide a `SnapshotS3Location` then you can't provide a
|
|
907
913
|
# `SchemaS3Location`.
|
|
908
914
|
#
|
|
@@ -1131,7 +1137,7 @@ module Aws::SimSpaceWeaver
|
|
|
1131
1137
|
params: params,
|
|
1132
1138
|
config: config)
|
|
1133
1139
|
context[:gem_name] = 'aws-sdk-simspaceweaver'
|
|
1134
|
-
context[:gem_version] = '1.
|
|
1140
|
+
context[:gem_version] = '1.4.0'
|
|
1135
1141
|
Seahorse::Client::Request.new(handlers, context)
|
|
1136
1142
|
end
|
|
1137
1143
|
|
|
@@ -65,6 +65,9 @@ module Aws::SimSpaceWeaver
|
|
|
65
65
|
# @!attribute [rw] destination
|
|
66
66
|
# The Amazon S3 bucket and optional folder (object key prefix) where
|
|
67
67
|
# SimSpace Weaver creates the snapshot file.
|
|
68
|
+
#
|
|
69
|
+
# The Amazon S3 bucket must be in the same Amazon Web Services Region
|
|
70
|
+
# as the simulation.
|
|
68
71
|
# @return [Types::S3Destination]
|
|
69
72
|
#
|
|
70
73
|
# @!attribute [rw] simulation
|
|
@@ -990,6 +993,9 @@ module Aws::SimSpaceWeaver
|
|
|
990
993
|
# Provide a `SnapshotS3Location` to start your simulation from a
|
|
991
994
|
# snapshot.
|
|
992
995
|
#
|
|
996
|
+
# The Amazon S3 bucket must be in the same Amazon Web Services Region
|
|
997
|
+
# as the simulation.
|
|
998
|
+
#
|
|
993
999
|
# If you provide a `SnapshotS3Location` then you can't provide a
|
|
994
1000
|
# `SchemaS3Location`.
|
|
995
1001
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-simspaceweaver
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.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: 2023-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|