aws-sdk-ssmsap 1.31.0 → 1.33.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssmsap/client.rb +38 -1
- data/lib/aws-sdk-ssmsap/client_api.rb +10 -0
- data/lib/aws-sdk-ssmsap/types.rb +42 -1
- data/lib/aws-sdk-ssmsap.rb +1 -1
- data/sig/client.rbs +10 -1
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +8 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4138c839a4a5c8f6dfcc9d8427ff087e1f2a85f23b256a0dc563b69ce92a8e52
|
4
|
+
data.tar.gz: 15bad648a7e3fa57fade025380c44f3347410f7dfc6b9d127b868c0d05a99504
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8b92fb7d1f6c70128a1b95032681bb109388a458f75a25dfbd705bbf66903090acbe8c9297744c87ead50bb8e227c8fe9bd72c0c933f49f1f97afbf0fa4d701
|
7
|
+
data.tar.gz: 37ac24c8674f2b149686fbea3f7be388437016cd55d7b1357d7274a88b9c4cc8aa842cf746213fcec36fc93e14711ccbfddbaf66c634fab687490965afb59d2c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.33.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.32.0 (2024-12-19)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
|
13
|
+
|
4
14
|
1.31.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -257,11 +257,34 @@ module Aws::SsmSap
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -1156,6 +1179,13 @@ module Aws::SsmSap
|
|
1156
1179
|
# @option params [String] :database_arn
|
1157
1180
|
# The Amazon Resource Name of the SAP HANA database.
|
1158
1181
|
#
|
1182
|
+
# @option params [Array<Types::ComponentInfo>] :components_info
|
1183
|
+
# This is an optional parameter for component details to which the SAP
|
1184
|
+
# ABAP application is attached, such as Web Dispatcher.
|
1185
|
+
#
|
1186
|
+
# This is an array of ApplicationComponent objects. You may input 0 to 5
|
1187
|
+
# items.
|
1188
|
+
#
|
1159
1189
|
# @return [Types::RegisterApplicationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1160
1190
|
#
|
1161
1191
|
# * {Types::RegisterApplicationOutput#application #application} => Types::Application
|
@@ -1180,6 +1210,13 @@ module Aws::SsmSap
|
|
1180
1210
|
# },
|
1181
1211
|
# ],
|
1182
1212
|
# database_arn: "SsmSapArn",
|
1213
|
+
# components_info: [
|
1214
|
+
# {
|
1215
|
+
# component_type: "HANA", # required, accepts HANA, HANA_NODE, ABAP, ASCS, DIALOG, WEBDISP, WD, ERS
|
1216
|
+
# sid: "SID", # required
|
1217
|
+
# ec2_instance_id: "InstanceId", # required
|
1218
|
+
# },
|
1219
|
+
# ],
|
1183
1220
|
# })
|
1184
1221
|
#
|
1185
1222
|
# @example Response structure
|
@@ -1446,7 +1483,7 @@ module Aws::SsmSap
|
|
1446
1483
|
tracer: tracer
|
1447
1484
|
)
|
1448
1485
|
context[:gem_name] = 'aws-sdk-ssmsap'
|
1449
|
-
context[:gem_version] = '1.
|
1486
|
+
context[:gem_version] = '1.33.0'
|
1450
1487
|
Seahorse::Client::Request.new(handlers, context)
|
1451
1488
|
end
|
1452
1489
|
|
@@ -36,6 +36,8 @@ module Aws::SsmSap
|
|
36
36
|
ComponentArnList = Shapes::ListShape.new(name: 'ComponentArnList')
|
37
37
|
ComponentId = Shapes::StringShape.new(name: 'ComponentId')
|
38
38
|
ComponentIdList = Shapes::ListShape.new(name: 'ComponentIdList')
|
39
|
+
ComponentInfo = Shapes::StructureShape.new(name: 'ComponentInfo')
|
40
|
+
ComponentInfoList = Shapes::ListShape.new(name: 'ComponentInfoList')
|
39
41
|
ComponentStatus = Shapes::StringShape.new(name: 'ComponentStatus')
|
40
42
|
ComponentSummary = Shapes::StructureShape.new(name: 'ComponentSummary')
|
41
43
|
ComponentSummaryList = Shapes::ListShape.new(name: 'ComponentSummaryList')
|
@@ -209,6 +211,13 @@ module Aws::SsmSap
|
|
209
211
|
|
210
212
|
ComponentIdList.member = Shapes::ShapeRef.new(shape: ComponentId)
|
211
213
|
|
214
|
+
ComponentInfo.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, required: true, location_name: "ComponentType"))
|
215
|
+
ComponentInfo.add_member(:sid, Shapes::ShapeRef.new(shape: SID, required: true, location_name: "Sid"))
|
216
|
+
ComponentInfo.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "Ec2InstanceId"))
|
217
|
+
ComponentInfo.struct_class = Types::ComponentInfo
|
218
|
+
|
219
|
+
ComponentInfoList.member = Shapes::ShapeRef.new(shape: ComponentInfo)
|
220
|
+
|
212
221
|
ComponentSummary.add_member(:application_id, Shapes::ShapeRef.new(shape: ApplicationId, location_name: "ApplicationId"))
|
213
222
|
ComponentSummary.add_member(:component_id, Shapes::ShapeRef.new(shape: ComponentId, location_name: "ComponentId"))
|
214
223
|
ComponentSummary.add_member(:component_type, Shapes::ShapeRef.new(shape: ComponentType, location_name: "ComponentType"))
|
@@ -433,6 +442,7 @@ module Aws::SsmSap
|
|
433
442
|
RegisterApplicationInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
434
443
|
RegisterApplicationInput.add_member(:credentials, Shapes::ShapeRef.new(shape: ApplicationCredentialList, location_name: "Credentials"))
|
435
444
|
RegisterApplicationInput.add_member(:database_arn, Shapes::ShapeRef.new(shape: SsmSapArn, location_name: "DatabaseArn"))
|
445
|
+
RegisterApplicationInput.add_member(:components_info, Shapes::ShapeRef.new(shape: ComponentInfoList, location_name: "ComponentsInfo"))
|
436
446
|
RegisterApplicationInput.struct_class = Types::RegisterApplicationInput
|
437
447
|
|
438
448
|
RegisterApplicationOutput.add_member(:application, Shapes::ShapeRef.new(shape: Application, location_name: "Application"))
|
data/lib/aws-sdk-ssmsap/types.rb
CHANGED
@@ -313,6 +313,38 @@ module Aws::SsmSap
|
|
313
313
|
include Aws::Structure
|
314
314
|
end
|
315
315
|
|
316
|
+
# This is information about the component of your SAP application, such
|
317
|
+
# as Web Dispatcher.
|
318
|
+
#
|
319
|
+
# @!attribute [rw] component_type
|
320
|
+
# This string is the type of the component.
|
321
|
+
#
|
322
|
+
# Accepted value is `WD`.
|
323
|
+
# @return [String]
|
324
|
+
#
|
325
|
+
# @!attribute [rw] sid
|
326
|
+
# This string is the SAP System ID of the component.
|
327
|
+
#
|
328
|
+
# Accepted values are alphanumeric.
|
329
|
+
# @return [String]
|
330
|
+
#
|
331
|
+
# @!attribute [rw] ec2_instance_id
|
332
|
+
# This is the Amazon EC2 instance on which your SAP component is
|
333
|
+
# running.
|
334
|
+
#
|
335
|
+
# Accepted values are alphanumeric.
|
336
|
+
# @return [String]
|
337
|
+
#
|
338
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/ComponentInfo AWS API Documentation
|
339
|
+
#
|
340
|
+
class ComponentInfo < Struct.new(
|
341
|
+
:component_type,
|
342
|
+
:sid,
|
343
|
+
:ec2_instance_id)
|
344
|
+
SENSITIVE = []
|
345
|
+
include Aws::Structure
|
346
|
+
end
|
347
|
+
|
316
348
|
# The summary of the component.
|
317
349
|
#
|
318
350
|
# @!attribute [rw] application_id
|
@@ -1261,6 +1293,14 @@ module Aws::SsmSap
|
|
1261
1293
|
# The Amazon Resource Name of the SAP HANA database.
|
1262
1294
|
# @return [String]
|
1263
1295
|
#
|
1296
|
+
# @!attribute [rw] components_info
|
1297
|
+
# This is an optional parameter for component details to which the SAP
|
1298
|
+
# ABAP application is attached, such as Web Dispatcher.
|
1299
|
+
#
|
1300
|
+
# This is an array of ApplicationComponent objects. You may input 0 to
|
1301
|
+
# 5 items.
|
1302
|
+
# @return [Array<Types::ComponentInfo>]
|
1303
|
+
#
|
1264
1304
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ssm-sap-2018-05-10/RegisterApplicationInput AWS API Documentation
|
1265
1305
|
#
|
1266
1306
|
class RegisterApplicationInput < Struct.new(
|
@@ -1271,7 +1311,8 @@ module Aws::SsmSap
|
|
1271
1311
|
:sid,
|
1272
1312
|
:tags,
|
1273
1313
|
:credentials,
|
1274
|
-
:database_arn
|
1314
|
+
:database_arn,
|
1315
|
+
:components_info)
|
1275
1316
|
SENSITIVE = []
|
1276
1317
|
include Aws::Structure
|
1277
1318
|
end
|
data/lib/aws-sdk-ssmsap.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -284,7 +286,14 @@ module Aws
|
|
284
286
|
secret_id: ::String
|
285
287
|
},
|
286
288
|
],
|
287
|
-
?database_arn: ::String
|
289
|
+
?database_arn: ::String,
|
290
|
+
?components_info: Array[
|
291
|
+
{
|
292
|
+
component_type: ("HANA" | "HANA_NODE" | "ABAP" | "ASCS" | "DIALOG" | "WEBDISP" | "WD" | "ERS"),
|
293
|
+
sid: ::String,
|
294
|
+
ec2_instance_id: ::String
|
295
|
+
},
|
296
|
+
]
|
288
297
|
) -> _RegisterApplicationResponseSuccess
|
289
298
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterApplicationResponseSuccess
|
290
299
|
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
data/sig/types.rbs
CHANGED
@@ -76,6 +76,13 @@ module Aws::SsmSap
|
|
76
76
|
SENSITIVE: []
|
77
77
|
end
|
78
78
|
|
79
|
+
class ComponentInfo
|
80
|
+
attr_accessor component_type: ("HANA" | "HANA_NODE" | "ABAP" | "ASCS" | "DIALOG" | "WEBDISP" | "WD" | "ERS")
|
81
|
+
attr_accessor sid: ::String
|
82
|
+
attr_accessor ec2_instance_id: ::String
|
83
|
+
SENSITIVE: []
|
84
|
+
end
|
85
|
+
|
79
86
|
class ComponentSummary
|
80
87
|
attr_accessor application_id: ::String
|
81
88
|
attr_accessor component_id: ::String
|
@@ -355,6 +362,7 @@ module Aws::SsmSap
|
|
355
362
|
attr_accessor tags: ::Hash[::String, ::String]
|
356
363
|
attr_accessor credentials: ::Array[Types::ApplicationCredential]
|
357
364
|
attr_accessor database_arn: ::String
|
365
|
+
attr_accessor components_info: ::Array[Types::ComponentInfo]
|
358
366
|
SENSITIVE: []
|
359
367
|
end
|
360
368
|
|
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.
|
4
|
+
version: 1.33.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:
|
11
|
+
date: 2025-01-15 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.
|
22
|
+
version: 3.216.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.
|
32
|
+
version: 3.216.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|