aws-sdk-simspaceweaver 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d34035e45a56982dfda9062791ab65010b9e69df60047f843162312532b6b6e
4
- data.tar.gz: 716717a62f4d930fbe1e55705272a896374e75a05352c12cee9ffab3e1ac9569
3
+ metadata.gz: 93729f08bd7a40f81f594de89d0570b803c9a5510ffe4333a7e3afd86bb04c5b
4
+ data.tar.gz: 3328477b208f8e4c318f70e5f7fac919bc3e55996105e703ad13b39319e542e1
5
5
  SHA512:
6
- metadata.gz: 21f2915870baf659e0252b241e7adafcad8a63109a59557f68f39e1ad54dc937e620b1e3f72fff5722def034d2f0f666f5acc26aa8d3d1ac4c9240d51218fcba
7
- data.tar.gz: c0186940d5ec4bfdf874679cec1b79c3a9af2ba8f0b315beda7eb12ae010090aacdd64a3052007be967a9ac3d84bc02530cdec4d895b2f7582168fb665a9af22
6
+ metadata.gz: d142dc3e10c1e9b130a6b0af94d3a7927b382179a5190d8215a23dc66e7726b068f8849d3e1d9f0728235ae7fb73d10cee4057b4b0bfeb6e425619b8d24357ed
7
+ data.tar.gz: 647cb9c6ea63ab97e60090c2c7c3d0e7868d0de1cdf0f849a8350c8dabd9ab0840fa62a79cf50d53c2aa09d80f4af05dc8a9a6b750d3fd4ddb58512696db7a13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2023-06-13)
5
+ ------------------
6
+
7
+ * Feature - This release fixes using aws-us-gov ARNs in API calls and adds documentation for snapshot APIs.
8
+
4
9
  1.3.0 (2023-05-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
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.3.0'
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
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-simspaceweaver/customizations'
52
52
  # @!group service
53
53
  module Aws::SimSpaceWeaver
54
54
 
55
- GEM_VERSION = '1.3.0'
55
+ GEM_VERSION = '1.4.0'
56
56
 
57
57
  end
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.3.0
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-05-31 00:00:00.000000000 Z
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