aws-sdk-simspaceweaver 1.3.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-simspaceweaver/client.rb +7 -1
- data/lib/aws-sdk-simspaceweaver/endpoints.rb +1 -0
- 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: bb84c27b10d32b5f56529578c5d6b297589e297c7087de2ea61096d8796cfd06
|
4
|
+
data.tar.gz: 8caf993d289685b4f6542fc03b9656b7ac529c4484d2a498e2a37a9134bddff4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10df2ab46337c8f71363cdaaefad6907fb3534a16afe1b185c794f6c0d42fc8ff804f20f7705684d4415e4903e47e3d11273b6ee668aaf8bd887a9f3dc440e8a
|
7
|
+
data.tar.gz: 6373f5c8f8b0e7985d275c0808f708f1c997429cb64820e89f82e986e2f2322b9b8ea97bfad9b45c1bf4272e5bae13fd2a98ae0eb34b3214e1d59dcf26f60623
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.5.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.4.0 (2023-06-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
|
13
|
+
|
4
14
|
1.3.0 (2023-05-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.5.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.5.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.5.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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|