aws-sdk-ssmsap 1.15.0 → 1.16.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: c77646069b319b69fc461b5f32d14f21381e454949533e6551f07029a46cef30
4
- data.tar.gz: e538c7d41ddcff7516c33324ee2071f68ef472ee695b105535afd9a2004dce7a
3
+ metadata.gz: 995601c6b0a883cccf305bd16929c1511b76334b6793aee5f8253ec3f1ccb484
4
+ data.tar.gz: 78afffc7e67fbe31230417edc472211f926ea68e73ef6f3a3bfb4a1d85368cb5
5
5
  SHA512:
6
- metadata.gz: 6d80b505b6ef526d334316f83f112703b2f23585716147e0acd7a10e931578f9225b4582d56f170c7268ed1cc3bc552947811e60251d73a3cd14715af2c787ed
7
- data.tar.gz: b3f08c855deea86a82d3ea78e20059ac39560205034f8e93a1a65b96c0fc87cd86b3b1fef5451acb3ffe87599416a7a9fba278097db1c3e9729588a3769f1624
6
+ metadata.gz: 85159746dc642713669f962af709a5d0acfaf5f88bb94027c7e89919615a157287a9ee64219ac3c460c991198331c93c0fa8ff21b9460f2721fb79a3aa1ea176
7
+ data.tar.gz: c2973c2fe8bb35132aba0d2198a7bffa4a5c5a52ad541622f6be67a318dd5b29abd42f414b5f67824a7e0f118e72db94ff15bda53b7ef3fb1d149dc26007114a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -1233,7 +1233,7 @@ module Aws::SsmSap
1233
1233
  params: params,
1234
1234
  config: config)
1235
1235
  context[:gem_name] = 'aws-sdk-ssmsap'
1236
- context[:gem_version] = '1.15.0'
1236
+ context[:gem_version] = '1.16.0'
1237
1237
  Seahorse::Client::Request.new(handlers, context)
1238
1238
  end
1239
1239
 
@@ -14,6 +14,7 @@ module Aws::SsmSap
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::SsmSap::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-ssmsap/customizations'
52
52
  # @!group service
53
53
  module Aws::SsmSap
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,330 @@
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 SsmSap
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/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 _DeleteResourcePermissionResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteResourcePermissionOutput]
77
+ def policy: () -> ::String
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#delete_resource_permission-instance_method
80
+ def delete_resource_permission: (
81
+ ?action_type: ("RESTORE"),
82
+ ?source_resource_arn: ::String,
83
+ resource_arn: ::String
84
+ ) -> _DeleteResourcePermissionResponseSuccess
85
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteResourcePermissionResponseSuccess
86
+
87
+ interface _DeregisterApplicationResponseSuccess
88
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterApplicationOutput]
89
+ end
90
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#deregister_application-instance_method
91
+ def deregister_application: (
92
+ application_id: ::String
93
+ ) -> _DeregisterApplicationResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterApplicationResponseSuccess
95
+
96
+ interface _GetApplicationResponseSuccess
97
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetApplicationOutput]
98
+ def application: () -> Types::Application
99
+ def tags: () -> ::Hash[::String, ::String]
100
+ end
101
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#get_application-instance_method
102
+ def get_application: (
103
+ ?application_id: ::String,
104
+ ?application_arn: ::String,
105
+ ?app_registry_arn: ::String
106
+ ) -> _GetApplicationResponseSuccess
107
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetApplicationResponseSuccess
108
+
109
+ interface _GetComponentResponseSuccess
110
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetComponentOutput]
111
+ def component: () -> Types::Component
112
+ def tags: () -> ::Hash[::String, ::String]
113
+ end
114
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#get_component-instance_method
115
+ def get_component: (
116
+ application_id: ::String,
117
+ component_id: ::String
118
+ ) -> _GetComponentResponseSuccess
119
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetComponentResponseSuccess
120
+
121
+ interface _GetDatabaseResponseSuccess
122
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDatabaseOutput]
123
+ def database: () -> Types::Database
124
+ def tags: () -> ::Hash[::String, ::String]
125
+ end
126
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#get_database-instance_method
127
+ def get_database: (
128
+ ?application_id: ::String,
129
+ ?component_id: ::String,
130
+ ?database_id: ::String,
131
+ ?database_arn: ::String
132
+ ) -> _GetDatabaseResponseSuccess
133
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDatabaseResponseSuccess
134
+
135
+ interface _GetOperationResponseSuccess
136
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetOperationOutput]
137
+ def operation: () -> Types::Operation
138
+ end
139
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#get_operation-instance_method
140
+ def get_operation: (
141
+ operation_id: ::String
142
+ ) -> _GetOperationResponseSuccess
143
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetOperationResponseSuccess
144
+
145
+ interface _GetResourcePermissionResponseSuccess
146
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetResourcePermissionOutput]
147
+ def policy: () -> ::String
148
+ end
149
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#get_resource_permission-instance_method
150
+ def get_resource_permission: (
151
+ ?action_type: ("RESTORE"),
152
+ resource_arn: ::String
153
+ ) -> _GetResourcePermissionResponseSuccess
154
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetResourcePermissionResponseSuccess
155
+
156
+ interface _ListApplicationsResponseSuccess
157
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListApplicationsOutput]
158
+ def applications: () -> ::Array[Types::ApplicationSummary]
159
+ def next_token: () -> ::String
160
+ end
161
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#list_applications-instance_method
162
+ def list_applications: (
163
+ ?next_token: ::String,
164
+ ?max_results: ::Integer,
165
+ ?filters: Array[
166
+ {
167
+ name: ::String,
168
+ value: ::String,
169
+ operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
170
+ },
171
+ ]
172
+ ) -> _ListApplicationsResponseSuccess
173
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListApplicationsResponseSuccess
174
+
175
+ interface _ListComponentsResponseSuccess
176
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListComponentsOutput]
177
+ def components: () -> ::Array[Types::ComponentSummary]
178
+ def next_token: () -> ::String
179
+ end
180
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#list_components-instance_method
181
+ def list_components: (
182
+ ?application_id: ::String,
183
+ ?next_token: ::String,
184
+ ?max_results: ::Integer
185
+ ) -> _ListComponentsResponseSuccess
186
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListComponentsResponseSuccess
187
+
188
+ interface _ListDatabasesResponseSuccess
189
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDatabasesOutput]
190
+ def databases: () -> ::Array[Types::DatabaseSummary]
191
+ def next_token: () -> ::String
192
+ end
193
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#list_databases-instance_method
194
+ def list_databases: (
195
+ ?application_id: ::String,
196
+ ?component_id: ::String,
197
+ ?next_token: ::String,
198
+ ?max_results: ::Integer
199
+ ) -> _ListDatabasesResponseSuccess
200
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDatabasesResponseSuccess
201
+
202
+ interface _ListOperationsResponseSuccess
203
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOperationsOutput]
204
+ def operations: () -> ::Array[Types::Operation]
205
+ def next_token: () -> ::String
206
+ end
207
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#list_operations-instance_method
208
+ def list_operations: (
209
+ application_id: ::String,
210
+ ?max_results: ::Integer,
211
+ ?next_token: ::String,
212
+ ?filters: Array[
213
+ {
214
+ name: ::String,
215
+ value: ::String,
216
+ operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
217
+ },
218
+ ]
219
+ ) -> _ListOperationsResponseSuccess
220
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOperationsResponseSuccess
221
+
222
+ interface _ListTagsForResourceResponseSuccess
223
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
224
+ def tags: () -> ::Hash[::String, ::String]
225
+ end
226
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#list_tags_for_resource-instance_method
227
+ def list_tags_for_resource: (
228
+ resource_arn: ::String
229
+ ) -> _ListTagsForResourceResponseSuccess
230
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
231
+
232
+ interface _PutResourcePermissionResponseSuccess
233
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutResourcePermissionOutput]
234
+ def policy: () -> ::String
235
+ end
236
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#put_resource_permission-instance_method
237
+ def put_resource_permission: (
238
+ action_type: ("RESTORE"),
239
+ source_resource_arn: ::String,
240
+ resource_arn: ::String
241
+ ) -> _PutResourcePermissionResponseSuccess
242
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourcePermissionResponseSuccess
243
+
244
+ interface _RegisterApplicationResponseSuccess
245
+ include ::Seahorse::Client::_ResponseSuccess[Types::RegisterApplicationOutput]
246
+ def application: () -> Types::Application
247
+ def operation_id: () -> ::String
248
+ end
249
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#register_application-instance_method
250
+ def register_application: (
251
+ application_id: ::String,
252
+ application_type: ("HANA" | "SAP_ABAP"),
253
+ instances: Array[::String],
254
+ ?sap_instance_number: ::String,
255
+ ?sid: ::String,
256
+ ?tags: Hash[::String, ::String],
257
+ ?credentials: Array[
258
+ {
259
+ database_name: ::String,
260
+ credential_type: ("ADMIN"),
261
+ secret_id: ::String
262
+ },
263
+ ],
264
+ ?database_arn: ::String
265
+ ) -> _RegisterApplicationResponseSuccess
266
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterApplicationResponseSuccess
267
+
268
+ interface _StartApplicationRefreshResponseSuccess
269
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartApplicationRefreshOutput]
270
+ def operation_id: () -> ::String
271
+ end
272
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#start_application_refresh-instance_method
273
+ def start_application_refresh: (
274
+ application_id: ::String
275
+ ) -> _StartApplicationRefreshResponseSuccess
276
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartApplicationRefreshResponseSuccess
277
+
278
+ interface _TagResourceResponseSuccess
279
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
280
+ end
281
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#tag_resource-instance_method
282
+ def tag_resource: (
283
+ resource_arn: ::String,
284
+ tags: Hash[::String, ::String]
285
+ ) -> _TagResourceResponseSuccess
286
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
287
+
288
+ interface _UntagResourceResponseSuccess
289
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
290
+ end
291
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#untag_resource-instance_method
292
+ def untag_resource: (
293
+ resource_arn: ::String,
294
+ tag_keys: Array[::String]
295
+ ) -> _UntagResourceResponseSuccess
296
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
297
+
298
+ interface _UpdateApplicationSettingsResponseSuccess
299
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateApplicationSettingsOutput]
300
+ def message: () -> ::String
301
+ def operation_ids: () -> ::Array[::String]
302
+ end
303
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Client.html#update_application_settings-instance_method
304
+ def update_application_settings: (
305
+ application_id: ::String,
306
+ ?credentials_to_add_or_update: Array[
307
+ {
308
+ database_name: ::String,
309
+ credential_type: ("ADMIN"),
310
+ secret_id: ::String
311
+ },
312
+ ],
313
+ ?credentials_to_remove: Array[
314
+ {
315
+ database_name: ::String,
316
+ credential_type: ("ADMIN"),
317
+ secret_id: ::String
318
+ },
319
+ ],
320
+ ?backint: {
321
+ backint_mode: ("AWSBackup"),
322
+ ensure_no_backup_in_process: bool
323
+ },
324
+ ?database_arn: ::String
325
+ ) -> _UpdateApplicationSettingsResponseSuccess
326
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateApplicationSettingsResponseSuccess
327
+ end
328
+ end
329
+ end
330
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,31 @@
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 SsmSap
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class ConflictException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InternalServerException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class UnauthorizedException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ValidationException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ end
30
+ end
31
+ 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 SsmSap
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SsmSap/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,409 @@
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::SsmSap
9
+ module Types
10
+
11
+ class Application
12
+ attr_accessor id: ::String
13
+ attr_accessor type: ("HANA" | "SAP_ABAP")
14
+ attr_accessor arn: ::String
15
+ attr_accessor app_registry_arn: ::String
16
+ attr_accessor status: ("ACTIVATED" | "STARTING" | "STOPPED" | "STOPPING" | "FAILED" | "REGISTERING" | "DELETING" | "UNKNOWN")
17
+ attr_accessor discovery_status: ("SUCCESS" | "REGISTRATION_FAILED" | "REFRESH_FAILED" | "REGISTERING" | "DELETING")
18
+ attr_accessor components: ::Array[::String]
19
+ attr_accessor last_updated: ::Time
20
+ attr_accessor status_message: ::String
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class ApplicationCredential
25
+ attr_accessor database_name: ::String
26
+ attr_accessor credential_type: ("ADMIN")
27
+ attr_accessor secret_id: ::String
28
+ SENSITIVE: [:secret_id]
29
+ end
30
+
31
+ class ApplicationSummary
32
+ attr_accessor id: ::String
33
+ attr_accessor discovery_status: ("SUCCESS" | "REGISTRATION_FAILED" | "REFRESH_FAILED" | "REGISTERING" | "DELETING")
34
+ attr_accessor type: ("HANA" | "SAP_ABAP")
35
+ attr_accessor arn: ::String
36
+ attr_accessor tags: ::Hash[::String, ::String]
37
+ SENSITIVE: []
38
+ end
39
+
40
+ class AssociatedHost
41
+ attr_accessor hostname: ::String
42
+ attr_accessor ec2_instance_id: ::String
43
+ attr_accessor ip_addresses: ::Array[Types::IpAddressMember]
44
+ attr_accessor os_version: ::String
45
+ SENSITIVE: []
46
+ end
47
+
48
+ class BackintConfig
49
+ attr_accessor backint_mode: ("AWSBackup")
50
+ attr_accessor ensure_no_backup_in_process: bool
51
+ SENSITIVE: []
52
+ end
53
+
54
+ class Component
55
+ attr_accessor component_id: ::String
56
+ attr_accessor sid: ::String
57
+ attr_accessor system_number: ::String
58
+ attr_accessor parent_component: ::String
59
+ attr_accessor child_components: ::Array[::String]
60
+ attr_accessor application_id: ::String
61
+ attr_accessor component_type: ("HANA" | "HANA_NODE" | "ABAP" | "ASCS" | "DIALOG" | "WEBDISP" | "WD" | "ERS")
62
+ attr_accessor status: ("ACTIVATED" | "STARTING" | "STOPPED" | "STOPPING" | "RUNNING" | "RUNNING_WITH_ERROR" | "UNDEFINED")
63
+ attr_accessor sap_hostname: ::String
64
+ attr_accessor sap_feature: ::String
65
+ attr_accessor sap_kernel_version: ::String
66
+ attr_accessor hdb_version: ::String
67
+ attr_accessor resilience: Types::Resilience
68
+ attr_accessor associated_host: Types::AssociatedHost
69
+ attr_accessor databases: ::Array[::String]
70
+ attr_accessor hosts: ::Array[Types::Host]
71
+ attr_accessor primary_host: ::String
72
+ attr_accessor database_connection: Types::DatabaseConnection
73
+ attr_accessor last_updated: ::Time
74
+ attr_accessor arn: ::String
75
+ SENSITIVE: []
76
+ end
77
+
78
+ class ComponentSummary
79
+ attr_accessor application_id: ::String
80
+ attr_accessor component_id: ::String
81
+ attr_accessor component_type: ("HANA" | "HANA_NODE" | "ABAP" | "ASCS" | "DIALOG" | "WEBDISP" | "WD" | "ERS")
82
+ attr_accessor tags: ::Hash[::String, ::String]
83
+ attr_accessor arn: ::String
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class ConflictException
88
+ attr_accessor message: ::String
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class Database
93
+ attr_accessor application_id: ::String
94
+ attr_accessor component_id: ::String
95
+ attr_accessor credentials: ::Array[Types::ApplicationCredential]
96
+ attr_accessor database_id: ::String
97
+ attr_accessor database_name: ::String
98
+ attr_accessor database_type: ("SYSTEM" | "TENANT")
99
+ attr_accessor arn: ::String
100
+ attr_accessor status: ("RUNNING" | "STARTING" | "STOPPED" | "WARNING" | "UNKNOWN" | "ERROR")
101
+ attr_accessor primary_host: ::String
102
+ attr_accessor sql_port: ::Integer
103
+ attr_accessor last_updated: ::Time
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class DatabaseConnection
108
+ attr_accessor database_connection_method: ("DIRECT" | "OVERLAY")
109
+ attr_accessor database_arn: ::String
110
+ attr_accessor connection_ip: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class DatabaseSummary
115
+ attr_accessor application_id: ::String
116
+ attr_accessor component_id: ::String
117
+ attr_accessor database_id: ::String
118
+ attr_accessor database_type: ("SYSTEM" | "TENANT")
119
+ attr_accessor arn: ::String
120
+ attr_accessor tags: ::Hash[::String, ::String]
121
+ SENSITIVE: []
122
+ end
123
+
124
+ class DeleteResourcePermissionInput
125
+ attr_accessor action_type: ("RESTORE")
126
+ attr_accessor source_resource_arn: ::String
127
+ attr_accessor resource_arn: ::String
128
+ SENSITIVE: []
129
+ end
130
+
131
+ class DeleteResourcePermissionOutput
132
+ attr_accessor policy: ::String
133
+ SENSITIVE: []
134
+ end
135
+
136
+ class DeregisterApplicationInput
137
+ attr_accessor application_id: ::String
138
+ SENSITIVE: []
139
+ end
140
+
141
+ class DeregisterApplicationOutput < Aws::EmptyStructure
142
+ end
143
+
144
+ class Filter
145
+ attr_accessor name: ::String
146
+ attr_accessor value: ::String
147
+ attr_accessor operator: ("Equals" | "GreaterThanOrEquals" | "LessThanOrEquals")
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class GetApplicationInput
152
+ attr_accessor application_id: ::String
153
+ attr_accessor application_arn: ::String
154
+ attr_accessor app_registry_arn: ::String
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class GetApplicationOutput
159
+ attr_accessor application: Types::Application
160
+ attr_accessor tags: ::Hash[::String, ::String]
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class GetComponentInput
165
+ attr_accessor application_id: ::String
166
+ attr_accessor component_id: ::String
167
+ SENSITIVE: []
168
+ end
169
+
170
+ class GetComponentOutput
171
+ attr_accessor component: Types::Component
172
+ attr_accessor tags: ::Hash[::String, ::String]
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class GetDatabaseInput
177
+ attr_accessor application_id: ::String
178
+ attr_accessor component_id: ::String
179
+ attr_accessor database_id: ::String
180
+ attr_accessor database_arn: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class GetDatabaseOutput
185
+ attr_accessor database: Types::Database
186
+ attr_accessor tags: ::Hash[::String, ::String]
187
+ SENSITIVE: []
188
+ end
189
+
190
+ class GetOperationInput
191
+ attr_accessor operation_id: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class GetOperationOutput
196
+ attr_accessor operation: Types::Operation
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class GetResourcePermissionInput
201
+ attr_accessor action_type: ("RESTORE")
202
+ attr_accessor resource_arn: ::String
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class GetResourcePermissionOutput
207
+ attr_accessor policy: ::String
208
+ SENSITIVE: []
209
+ end
210
+
211
+ class Host
212
+ attr_accessor host_name: ::String
213
+ attr_accessor host_ip: ::String
214
+ attr_accessor ec2_instance_id: ::String
215
+ attr_accessor instance_id: ::String
216
+ attr_accessor host_role: ("LEADER" | "WORKER" | "STANDBY" | "UNKNOWN")
217
+ attr_accessor os_version: ::String
218
+ SENSITIVE: []
219
+ end
220
+
221
+ class InternalServerException
222
+ attr_accessor message: ::String
223
+ SENSITIVE: []
224
+ end
225
+
226
+ class IpAddressMember
227
+ attr_accessor ip_address: ::String
228
+ attr_accessor primary: bool
229
+ attr_accessor allocation_type: ("VPC_SUBNET" | "ELASTIC_IP" | "OVERLAY" | "UNKNOWN")
230
+ SENSITIVE: []
231
+ end
232
+
233
+ class ListApplicationsInput
234
+ attr_accessor next_token: ::String
235
+ attr_accessor max_results: ::Integer
236
+ attr_accessor filters: ::Array[Types::Filter]
237
+ SENSITIVE: []
238
+ end
239
+
240
+ class ListApplicationsOutput
241
+ attr_accessor applications: ::Array[Types::ApplicationSummary]
242
+ attr_accessor next_token: ::String
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class ListComponentsInput
247
+ attr_accessor application_id: ::String
248
+ attr_accessor next_token: ::String
249
+ attr_accessor max_results: ::Integer
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class ListComponentsOutput
254
+ attr_accessor components: ::Array[Types::ComponentSummary]
255
+ attr_accessor next_token: ::String
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class ListDatabasesInput
260
+ attr_accessor application_id: ::String
261
+ attr_accessor component_id: ::String
262
+ attr_accessor next_token: ::String
263
+ attr_accessor max_results: ::Integer
264
+ SENSITIVE: []
265
+ end
266
+
267
+ class ListDatabasesOutput
268
+ attr_accessor databases: ::Array[Types::DatabaseSummary]
269
+ attr_accessor next_token: ::String
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class ListOperationsInput
274
+ attr_accessor application_id: ::String
275
+ attr_accessor max_results: ::Integer
276
+ attr_accessor next_token: ::String
277
+ attr_accessor filters: ::Array[Types::Filter]
278
+ SENSITIVE: []
279
+ end
280
+
281
+ class ListOperationsOutput
282
+ attr_accessor operations: ::Array[Types::Operation]
283
+ attr_accessor next_token: ::String
284
+ SENSITIVE: []
285
+ end
286
+
287
+ class ListTagsForResourceRequest
288
+ attr_accessor resource_arn: ::String
289
+ SENSITIVE: []
290
+ end
291
+
292
+ class ListTagsForResourceResponse
293
+ attr_accessor tags: ::Hash[::String, ::String]
294
+ SENSITIVE: []
295
+ end
296
+
297
+ class Operation
298
+ attr_accessor id: ::String
299
+ attr_accessor type: ::String
300
+ attr_accessor status: ("INPROGRESS" | "SUCCESS" | "ERROR")
301
+ attr_accessor status_message: ::String
302
+ attr_accessor properties: ::Hash[::String, ::String]
303
+ attr_accessor resource_type: ::String
304
+ attr_accessor resource_id: ::String
305
+ attr_accessor resource_arn: ::String
306
+ attr_accessor start_time: ::Time
307
+ attr_accessor end_time: ::Time
308
+ attr_accessor last_updated_time: ::Time
309
+ SENSITIVE: []
310
+ end
311
+
312
+ class PutResourcePermissionInput
313
+ attr_accessor action_type: ("RESTORE")
314
+ attr_accessor source_resource_arn: ::String
315
+ attr_accessor resource_arn: ::String
316
+ SENSITIVE: []
317
+ end
318
+
319
+ class PutResourcePermissionOutput
320
+ attr_accessor policy: ::String
321
+ SENSITIVE: []
322
+ end
323
+
324
+ class RegisterApplicationInput
325
+ attr_accessor application_id: ::String
326
+ attr_accessor application_type: ("HANA" | "SAP_ABAP")
327
+ attr_accessor instances: ::Array[::String]
328
+ attr_accessor sap_instance_number: ::String
329
+ attr_accessor sid: ::String
330
+ attr_accessor tags: ::Hash[::String, ::String]
331
+ attr_accessor credentials: ::Array[Types::ApplicationCredential]
332
+ attr_accessor database_arn: ::String
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class RegisterApplicationOutput
337
+ attr_accessor application: Types::Application
338
+ attr_accessor operation_id: ::String
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class Resilience
343
+ attr_accessor hsr_tier: ::String
344
+ attr_accessor hsr_replication_mode: ("PRIMARY" | "NONE" | "SYNC" | "SYNCMEM" | "ASYNC")
345
+ attr_accessor hsr_operation_mode: ("PRIMARY" | "LOGREPLAY" | "DELTA_DATASHIPPING" | "LOGREPLAY_READACCESS" | "NONE")
346
+ attr_accessor cluster_status: ("ONLINE" | "STANDBY" | "MAINTENANCE" | "OFFLINE" | "NONE")
347
+ attr_accessor enqueue_replication: bool
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class ResourceNotFoundException
352
+ attr_accessor message: ::String
353
+ SENSITIVE: []
354
+ end
355
+
356
+ class StartApplicationRefreshInput
357
+ attr_accessor application_id: ::String
358
+ SENSITIVE: []
359
+ end
360
+
361
+ class StartApplicationRefreshOutput
362
+ attr_accessor operation_id: ::String
363
+ SENSITIVE: []
364
+ end
365
+
366
+ class TagResourceRequest
367
+ attr_accessor resource_arn: ::String
368
+ attr_accessor tags: ::Hash[::String, ::String]
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class TagResourceResponse < Aws::EmptyStructure
373
+ end
374
+
375
+ class UnauthorizedException
376
+ attr_accessor message: ::String
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class UntagResourceRequest
381
+ attr_accessor resource_arn: ::String
382
+ attr_accessor tag_keys: ::Array[::String]
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class UntagResourceResponse < Aws::EmptyStructure
387
+ end
388
+
389
+ class UpdateApplicationSettingsInput
390
+ attr_accessor application_id: ::String
391
+ attr_accessor credentials_to_add_or_update: ::Array[Types::ApplicationCredential]
392
+ attr_accessor credentials_to_remove: ::Array[Types::ApplicationCredential]
393
+ attr_accessor backint: Types::BackintConfig
394
+ attr_accessor database_arn: ::String
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class UpdateApplicationSettingsOutput
399
+ attr_accessor message: ::String
400
+ attr_accessor operation_ids: ::Array[::String]
401
+ SENSITIVE: []
402
+ end
403
+
404
+ class ValidationException
405
+ attr_accessor message: ::String
406
+ SENSITIVE: []
407
+ end
408
+ end
409
+ 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 SsmSap
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-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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-ssmsap/plugins/endpoints.rb
67
67
  - lib/aws-sdk-ssmsap/resource.rb
68
68
  - lib/aws-sdk-ssmsap/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-ssmsap
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ssmsap/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 - SsmSap
94
99
  test_files: []