aws-sdk-simspaceweaver 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: 44d1b9b0dc87255aab9318bcb135a67ddaf25467055e30383dfe32c723d2ab19
4
- data.tar.gz: 3485f07de781bdbf7c5c9a03765c7d4c1eefd86a06922fc52e985c68871bce68
3
+ metadata.gz: 32cc5befc87c2e077ec5b7cfeb5d892529c3fae3c9f9fe64883a7c9d2fd8fbd1
4
+ data.tar.gz: a7055643517aebd4018fa3e6563e279901183065dd8546ff35071d26c800da6a
5
5
  SHA512:
6
- metadata.gz: 06de52ead1a2e8198845ca9ae8459e0b4e457b78926135c4fbd54955eae14cc63f500b1fdba37b069f373ec301de881ed1d8bf7a9f5ce52590c35cd3f8066a72
7
- data.tar.gz: bfdc1c73b3c273b2b71afbbe6953fe254a88f763812ea9143afa913f59b54fc67dd04f2a191230f073bd369f1100c1e4c0c8a54c043a4334999314321279f81e
6
+ metadata.gz: b03e2940a86354760dd1e84dca0630e2fee15372f6197a7f93206ba4fd5d037cd8453ff14f4ff9a3cfa70d657f4e332d5c6102e7f5fc7f14c9d8b5036dc6d90d
7
+ data.tar.gz: b459d546dc9fc6bb09a9c20ea870e0c5cc0e02fc71a569d875ab1a473003fa28441f9bc4dfe6152b778a086715fa3e97701ea95da79ed28fae683117ac67026c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2024-01-26)
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 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.0
1
+ 1.14.0
@@ -1152,7 +1152,7 @@ module Aws::SimSpaceWeaver
1152
1152
  params: params,
1153
1153
  config: config)
1154
1154
  context[:gem_name] = 'aws-sdk-simspaceweaver'
1155
- context[:gem_version] = '1.13.0'
1155
+ context[:gem_version] = '1.14.0'
1156
1156
  Seahorse::Client::Request.new(handlers, context)
1157
1157
  end
1158
1158
 
@@ -14,6 +14,7 @@ module Aws::SimSpaceWeaver
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::SimSpaceWeaver::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.13.0'
55
+ GEM_VERSION = '1.14.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,291 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SimSpaceWeaver
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _CreateSnapshotResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSnapshotOutput]
77
+ end
78
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#create_snapshot-instance_method
79
+ def create_snapshot: (
80
+ destination: {
81
+ bucket_name: ::String,
82
+ object_key_prefix: ::String?
83
+ },
84
+ simulation: ::String
85
+ ) -> _CreateSnapshotResponseSuccess
86
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotResponseSuccess
87
+
88
+ interface _DeleteAppResponseSuccess
89
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteAppOutput]
90
+ end
91
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#delete_app-instance_method
92
+ def delete_app: (
93
+ app: ::String,
94
+ domain: ::String,
95
+ simulation: ::String
96
+ ) -> _DeleteAppResponseSuccess
97
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteAppResponseSuccess
98
+
99
+ interface _DeleteSimulationResponseSuccess
100
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSimulationOutput]
101
+ end
102
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#delete_simulation-instance_method
103
+ def delete_simulation: (
104
+ simulation: ::String
105
+ ) -> _DeleteSimulationResponseSuccess
106
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSimulationResponseSuccess
107
+
108
+ interface _DescribeAppResponseSuccess
109
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAppOutput]
110
+ def description: () -> ::String
111
+ def domain: () -> ::String
112
+ def endpoint_info: () -> Types::SimulationAppEndpointInfo
113
+ def launch_overrides: () -> Types::LaunchOverrides
114
+ def name: () -> ::String
115
+ def simulation: () -> ::String
116
+ def status: () -> ("STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "ERROR" | "UNKNOWN")
117
+ def target_status: () -> ("UNKNOWN" | "STARTED" | "STOPPED")
118
+ end
119
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#describe_app-instance_method
120
+ def describe_app: (
121
+ app: ::String,
122
+ domain: ::String,
123
+ simulation: ::String
124
+ ) -> _DescribeAppResponseSuccess
125
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAppResponseSuccess
126
+
127
+ interface _DescribeSimulationResponseSuccess
128
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSimulationOutput]
129
+ def arn: () -> ::String
130
+ def creation_time: () -> ::Time
131
+ def description: () -> ::String
132
+ def execution_id: () -> ::String
133
+ def live_simulation_state: () -> Types::LiveSimulationState
134
+ def logging_configuration: () -> Types::LoggingConfiguration
135
+ def maximum_duration: () -> ::String
136
+ def name: () -> ::String
137
+ def role_arn: () -> ::String
138
+ def schema_error: () -> ::String
139
+ def schema_s3_location: () -> Types::S3Location
140
+ def snapshot_s3_location: () -> Types::S3Location
141
+ def start_error: () -> ::String
142
+ def status: () -> ("UNKNOWN" | "STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED" | "SNAPSHOT_IN_PROGRESS")
143
+ def target_status: () -> ("UNKNOWN" | "STARTED" | "STOPPED" | "DELETED")
144
+ end
145
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#describe_simulation-instance_method
146
+ def describe_simulation: (
147
+ simulation: ::String
148
+ ) -> _DescribeSimulationResponseSuccess
149
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSimulationResponseSuccess
150
+
151
+ interface _ListAppsResponseSuccess
152
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAppsOutput]
153
+ def apps: () -> ::Array[Types::SimulationAppMetadata]
154
+ def next_token: () -> ::String
155
+ end
156
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#list_apps-instance_method
157
+ def list_apps: (
158
+ ?domain: ::String,
159
+ ?max_results: ::Integer,
160
+ ?next_token: ::String,
161
+ simulation: ::String
162
+ ) -> _ListAppsResponseSuccess
163
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppsResponseSuccess
164
+
165
+ interface _ListSimulationsResponseSuccess
166
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSimulationsOutput]
167
+ def next_token: () -> ::String
168
+ def simulations: () -> ::Array[Types::SimulationMetadata]
169
+ end
170
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#list_simulations-instance_method
171
+ def list_simulations: (
172
+ ?max_results: ::Integer,
173
+ ?next_token: ::String
174
+ ) -> _ListSimulationsResponseSuccess
175
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSimulationsResponseSuccess
176
+
177
+ interface _ListTagsForResourceResponseSuccess
178
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceOutput]
179
+ def tags: () -> ::Hash[::String, ::String]
180
+ end
181
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#list_tags_for_resource-instance_method
182
+ def list_tags_for_resource: (
183
+ resource_arn: ::String
184
+ ) -> _ListTagsForResourceResponseSuccess
185
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
186
+
187
+ interface _StartAppResponseSuccess
188
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartAppOutput]
189
+ def domain: () -> ::String
190
+ def name: () -> ::String
191
+ def simulation: () -> ::String
192
+ end
193
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#start_app-instance_method
194
+ def start_app: (
195
+ ?client_token: ::String,
196
+ ?description: ::String,
197
+ domain: ::String,
198
+ ?launch_overrides: {
199
+ launch_commands: Array[::String]?
200
+ },
201
+ name: ::String,
202
+ simulation: ::String
203
+ ) -> _StartAppResponseSuccess
204
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartAppResponseSuccess
205
+
206
+ interface _StartClockResponseSuccess
207
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartClockOutput]
208
+ end
209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#start_clock-instance_method
210
+ def start_clock: (
211
+ simulation: ::String
212
+ ) -> _StartClockResponseSuccess
213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartClockResponseSuccess
214
+
215
+ interface _StartSimulationResponseSuccess
216
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartSimulationOutput]
217
+ def arn: () -> ::String
218
+ def creation_time: () -> ::Time
219
+ def execution_id: () -> ::String
220
+ end
221
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#start_simulation-instance_method
222
+ def start_simulation: (
223
+ ?client_token: ::String,
224
+ ?description: ::String,
225
+ ?maximum_duration: ::String,
226
+ name: ::String,
227
+ role_arn: ::String,
228
+ ?schema_s3_location: {
229
+ bucket_name: ::String,
230
+ object_key: ::String
231
+ },
232
+ ?snapshot_s3_location: {
233
+ bucket_name: ::String,
234
+ object_key: ::String
235
+ },
236
+ ?tags: Hash[::String, ::String]
237
+ ) -> _StartSimulationResponseSuccess
238
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSimulationResponseSuccess
239
+
240
+ interface _StopAppResponseSuccess
241
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopAppOutput]
242
+ end
243
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#stop_app-instance_method
244
+ def stop_app: (
245
+ app: ::String,
246
+ domain: ::String,
247
+ simulation: ::String
248
+ ) -> _StopAppResponseSuccess
249
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopAppResponseSuccess
250
+
251
+ interface _StopClockResponseSuccess
252
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopClockOutput]
253
+ end
254
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#stop_clock-instance_method
255
+ def stop_clock: (
256
+ simulation: ::String
257
+ ) -> _StopClockResponseSuccess
258
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopClockResponseSuccess
259
+
260
+ interface _StopSimulationResponseSuccess
261
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopSimulationOutput]
262
+ end
263
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#stop_simulation-instance_method
264
+ def stop_simulation: (
265
+ simulation: ::String
266
+ ) -> _StopSimulationResponseSuccess
267
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopSimulationResponseSuccess
268
+
269
+ interface _TagResourceResponseSuccess
270
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceOutput]
271
+ end
272
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#tag_resource-instance_method
273
+ def tag_resource: (
274
+ resource_arn: ::String,
275
+ tags: Hash[::String, ::String]
276
+ ) -> _TagResourceResponseSuccess
277
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
278
+
279
+ interface _UntagResourceResponseSuccess
280
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceOutput]
281
+ end
282
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Client.html#untag_resource-instance_method
283
+ def untag_resource: (
284
+ resource_arn: ::String,
285
+ tag_keys: Array[::String]
286
+ ) -> _UntagResourceResponseSuccess
287
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
288
+ end
289
+ end
290
+ end
291
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,37 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SimSpaceWeaver
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ class TooManyTagsException < ::Aws::Errors::ServiceError
30
+ def message: () -> ::String
31
+ end
32
+ class ValidationException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ end
35
+ end
36
+ end
37
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SimSpaceWeaver
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SimSpaceWeaver/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,320 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::SimSpaceWeaver
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class CloudWatchLogsLogGroup
17
+ attr_accessor log_group_arn: ::String
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class ConflictException
22
+ attr_accessor message: ::String
23
+ SENSITIVE: []
24
+ end
25
+
26
+ class CreateSnapshotInput
27
+ attr_accessor destination: Types::S3Destination
28
+ attr_accessor simulation: ::String
29
+ SENSITIVE: []
30
+ end
31
+
32
+ class CreateSnapshotOutput < Aws::EmptyStructure
33
+ end
34
+
35
+ class DeleteAppInput
36
+ attr_accessor app: ::String
37
+ attr_accessor domain: ::String
38
+ attr_accessor simulation: ::String
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class DeleteAppOutput < Aws::EmptyStructure
43
+ end
44
+
45
+ class DeleteSimulationInput
46
+ attr_accessor simulation: ::String
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class DeleteSimulationOutput < Aws::EmptyStructure
51
+ end
52
+
53
+ class DescribeAppInput
54
+ attr_accessor app: ::String
55
+ attr_accessor domain: ::String
56
+ attr_accessor simulation: ::String
57
+ SENSITIVE: []
58
+ end
59
+
60
+ class DescribeAppOutput
61
+ attr_accessor description: ::String
62
+ attr_accessor domain: ::String
63
+ attr_accessor endpoint_info: Types::SimulationAppEndpointInfo
64
+ attr_accessor launch_overrides: Types::LaunchOverrides
65
+ attr_accessor name: ::String
66
+ attr_accessor simulation: ::String
67
+ attr_accessor status: ("STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "ERROR" | "UNKNOWN")
68
+ attr_accessor target_status: ("UNKNOWN" | "STARTED" | "STOPPED")
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class DescribeSimulationInput
73
+ attr_accessor simulation: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class DescribeSimulationOutput
78
+ attr_accessor arn: ::String
79
+ attr_accessor creation_time: ::Time
80
+ attr_accessor description: ::String
81
+ attr_accessor execution_id: ::String
82
+ attr_accessor live_simulation_state: Types::LiveSimulationState
83
+ attr_accessor logging_configuration: Types::LoggingConfiguration
84
+ attr_accessor maximum_duration: ::String
85
+ attr_accessor name: ::String
86
+ attr_accessor role_arn: ::String
87
+ attr_accessor schema_error: ::String
88
+ attr_accessor schema_s3_location: Types::S3Location
89
+ attr_accessor snapshot_s3_location: Types::S3Location
90
+ attr_accessor start_error: ::String
91
+ attr_accessor status: ("UNKNOWN" | "STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED" | "SNAPSHOT_IN_PROGRESS")
92
+ attr_accessor target_status: ("UNKNOWN" | "STARTED" | "STOPPED" | "DELETED")
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class Domain
97
+ attr_accessor lifecycle: ("Unknown" | "PerWorker" | "BySpatialSubdivision" | "ByRequest")
98
+ attr_accessor name: ::String
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class InternalServerException
103
+ attr_accessor message: ::String
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class LaunchOverrides
108
+ attr_accessor launch_commands: ::Array[::String]
109
+ SENSITIVE: []
110
+ end
111
+
112
+ class ListAppsInput
113
+ attr_accessor domain: ::String
114
+ attr_accessor max_results: ::Integer
115
+ attr_accessor next_token: ::String
116
+ attr_accessor simulation: ::String
117
+ SENSITIVE: []
118
+ end
119
+
120
+ class ListAppsOutput
121
+ attr_accessor apps: ::Array[Types::SimulationAppMetadata]
122
+ attr_accessor next_token: ::String
123
+ SENSITIVE: []
124
+ end
125
+
126
+ class ListSimulationsInput
127
+ attr_accessor max_results: ::Integer
128
+ attr_accessor next_token: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class ListSimulationsOutput
133
+ attr_accessor next_token: ::String
134
+ attr_accessor simulations: ::Array[Types::SimulationMetadata]
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class ListTagsForResourceInput
139
+ attr_accessor resource_arn: ::String
140
+ SENSITIVE: []
141
+ end
142
+
143
+ class ListTagsForResourceOutput
144
+ attr_accessor tags: ::Hash[::String, ::String]
145
+ SENSITIVE: []
146
+ end
147
+
148
+ class LiveSimulationState
149
+ attr_accessor clocks: ::Array[Types::SimulationClock]
150
+ attr_accessor domains: ::Array[Types::Domain]
151
+ SENSITIVE: []
152
+ end
153
+
154
+ class LogDestination
155
+ attr_accessor cloud_watch_logs_log_group: Types::CloudWatchLogsLogGroup
156
+ SENSITIVE: []
157
+ end
158
+
159
+ class LoggingConfiguration
160
+ attr_accessor destinations: ::Array[Types::LogDestination]
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class ResourceNotFoundException
165
+ attr_accessor message: ::String
166
+ SENSITIVE: []
167
+ end
168
+
169
+ class S3Destination
170
+ attr_accessor bucket_name: ::String
171
+ attr_accessor object_key_prefix: ::String
172
+ SENSITIVE: []
173
+ end
174
+
175
+ class S3Location
176
+ attr_accessor bucket_name: ::String
177
+ attr_accessor object_key: ::String
178
+ SENSITIVE: []
179
+ end
180
+
181
+ class ServiceQuotaExceededException
182
+ attr_accessor message: ::String
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class SimulationAppEndpointInfo
187
+ attr_accessor address: ::String
188
+ attr_accessor ingress_port_mappings: ::Array[Types::SimulationAppPortMapping]
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class SimulationAppMetadata
193
+ attr_accessor domain: ::String
194
+ attr_accessor name: ::String
195
+ attr_accessor simulation: ::String
196
+ attr_accessor status: ("STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "ERROR" | "UNKNOWN")
197
+ attr_accessor target_status: ("UNKNOWN" | "STARTED" | "STOPPED")
198
+ SENSITIVE: []
199
+ end
200
+
201
+ class SimulationAppPortMapping
202
+ attr_accessor actual: ::Integer
203
+ attr_accessor declared: ::Integer
204
+ SENSITIVE: []
205
+ end
206
+
207
+ class SimulationClock
208
+ attr_accessor status: ("UNKNOWN" | "STARTING" | "STARTED" | "STOPPING" | "STOPPED")
209
+ attr_accessor target_status: ("UNKNOWN" | "STARTED" | "STOPPED")
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class SimulationMetadata
214
+ attr_accessor arn: ::String
215
+ attr_accessor creation_time: ::Time
216
+ attr_accessor name: ::String
217
+ attr_accessor status: ("UNKNOWN" | "STARTING" | "STARTED" | "STOPPING" | "STOPPED" | "FAILED" | "DELETING" | "DELETED" | "SNAPSHOT_IN_PROGRESS")
218
+ attr_accessor target_status: ("UNKNOWN" | "STARTED" | "STOPPED" | "DELETED")
219
+ SENSITIVE: []
220
+ end
221
+
222
+ class StartAppInput
223
+ attr_accessor client_token: ::String
224
+ attr_accessor description: ::String
225
+ attr_accessor domain: ::String
226
+ attr_accessor launch_overrides: Types::LaunchOverrides
227
+ attr_accessor name: ::String
228
+ attr_accessor simulation: ::String
229
+ SENSITIVE: [:client_token]
230
+ end
231
+
232
+ class StartAppOutput
233
+ attr_accessor domain: ::String
234
+ attr_accessor name: ::String
235
+ attr_accessor simulation: ::String
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class StartClockInput
240
+ attr_accessor simulation: ::String
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class StartClockOutput < Aws::EmptyStructure
245
+ end
246
+
247
+ class StartSimulationInput
248
+ attr_accessor client_token: ::String
249
+ attr_accessor description: ::String
250
+ attr_accessor maximum_duration: ::String
251
+ attr_accessor name: ::String
252
+ attr_accessor role_arn: ::String
253
+ attr_accessor schema_s3_location: Types::S3Location
254
+ attr_accessor snapshot_s3_location: Types::S3Location
255
+ attr_accessor tags: ::Hash[::String, ::String]
256
+ SENSITIVE: [:client_token]
257
+ end
258
+
259
+ class StartSimulationOutput
260
+ attr_accessor arn: ::String
261
+ attr_accessor creation_time: ::Time
262
+ attr_accessor execution_id: ::String
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class StopAppInput
267
+ attr_accessor app: ::String
268
+ attr_accessor domain: ::String
269
+ attr_accessor simulation: ::String
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class StopAppOutput < Aws::EmptyStructure
274
+ end
275
+
276
+ class StopClockInput
277
+ attr_accessor simulation: ::String
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class StopClockOutput < Aws::EmptyStructure
282
+ end
283
+
284
+ class StopSimulationInput
285
+ attr_accessor simulation: ::String
286
+ SENSITIVE: []
287
+ end
288
+
289
+ class StopSimulationOutput < Aws::EmptyStructure
290
+ end
291
+
292
+ class TagResourceInput
293
+ attr_accessor resource_arn: ::String
294
+ attr_accessor tags: ::Hash[::String, ::String]
295
+ SENSITIVE: []
296
+ end
297
+
298
+ class TagResourceOutput < Aws::EmptyStructure
299
+ end
300
+
301
+ class TooManyTagsException
302
+ attr_accessor message: ::String
303
+ SENSITIVE: []
304
+ end
305
+
306
+ class UntagResourceInput
307
+ attr_accessor resource_arn: ::String
308
+ attr_accessor tag_keys: ::Array[::String]
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class UntagResourceOutput < Aws::EmptyStructure
313
+ end
314
+
315
+ class ValidationException
316
+ attr_accessor message: ::String
317
+ SENSITIVE: []
318
+ end
319
+ end
320
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module SimSpaceWeaver
10
+ module Waiters
11
+ end
12
+ end
13
+ 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.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-simspaceweaver/plugins/endpoints.rb
67
67
  - lib/aws-sdk-simspaceweaver/resource.rb
68
68
  - lib/aws-sdk-simspaceweaver/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-simspaceweaver
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-simspaceweaver/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWS SimSpace Weaver
94
99
  test_files: []