aws-sdk-appintegrationsservice 1.44.0 → 1.46.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-appintegrationsservice/client.rb +32 -9
- data/lib/aws-sdk-appintegrationsservice/types.rb +18 -18
- data/lib/aws-sdk-appintegrationsservice.rb +1 -1
- data/sig/client.rbs +2 -0
- data/sig/resource.rbs +2 -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: 27e32550f5b37993ffd3091e64f5d5e20617a1a343418b08676e6de7d83529c8
|
4
|
+
data.tar.gz: e5b46246587ba1fc7a325149d215098f21fbc5a71b7a0b09bd70a7fad6181144
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c392b1b0a867ff5990541032c3ad870af12cacaa2e65433a31709c96d52e7514ddddda8e3d42351bc9d79ea96678338e8a70deaa151f5b423d16ab4945539111
|
7
|
+
data.tar.gz: 569f6a236fc114bdf71276c4fb069402ed6c89d0e7e228692678d367e96d212cc94055f8e109492a0eefaa4407912d84243ce8c225a03963a5a8b49df11d8fcd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.46.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.45.0 (2024-11-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.44.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -257,11 +257,34 @@ module Aws::AppIntegrationsService
|
|
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.
|
@@ -482,8 +505,8 @@ module Aws::AppIntegrationsService
|
|
482
505
|
#
|
483
506
|
# @option params [Hash<String,String>] :tags
|
484
507
|
# The tags used to organize, track, or control access for this resource.
|
485
|
-
# For example,
|
486
|
-
#
|
508
|
+
# For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
|
509
|
+
# }.
|
487
510
|
#
|
488
511
|
# @option params [Array<String>] :permissions
|
489
512
|
# The configuration of events or requests that the application has
|
@@ -588,8 +611,8 @@ module Aws::AppIntegrationsService
|
|
588
611
|
#
|
589
612
|
# @option params [Hash<String,String>] :tags
|
590
613
|
# The tags used to organize, track, or control access for this resource.
|
591
|
-
# For example,
|
592
|
-
#
|
614
|
+
# For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
|
615
|
+
# }.
|
593
616
|
#
|
594
617
|
# @option params [String] :client_token
|
595
618
|
# A unique, case-sensitive identifier that you provide to ensure the
|
@@ -801,8 +824,8 @@ module Aws::AppIntegrationsService
|
|
801
824
|
#
|
802
825
|
# @option params [Hash<String,String>] :tags
|
803
826
|
# The tags used to organize, track, or control access for this resource.
|
804
|
-
# For example,
|
805
|
-
#
|
827
|
+
# For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
|
828
|
+
# }.
|
806
829
|
#
|
807
830
|
# @return [Types::CreateEventIntegrationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
808
831
|
#
|
@@ -1499,8 +1522,8 @@ module Aws::AppIntegrationsService
|
|
1499
1522
|
#
|
1500
1523
|
# @option params [required, Hash<String,String>] :tags
|
1501
1524
|
# The tags used to organize, track, or control access for this resource.
|
1502
|
-
# For example,
|
1503
|
-
#
|
1525
|
+
# For example, \{ "tags": \{"key1":"value1", "key2":"value2"}
|
1526
|
+
# }.
|
1504
1527
|
#
|
1505
1528
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1506
1529
|
#
|
@@ -1756,7 +1779,7 @@ module Aws::AppIntegrationsService
|
|
1756
1779
|
tracer: tracer
|
1757
1780
|
)
|
1758
1781
|
context[:gem_name] = 'aws-sdk-appintegrationsservice'
|
1759
|
-
context[:gem_version] = '1.
|
1782
|
+
context[:gem_version] = '1.46.0'
|
1760
1783
|
Seahorse::Client::Request.new(handlers, context)
|
1761
1784
|
end
|
1762
1785
|
|
@@ -141,8 +141,8 @@ module Aws::AppIntegrationsService
|
|
141
141
|
#
|
142
142
|
# @!attribute [rw] tags
|
143
143
|
# The tags used to organize, track, or control access for this
|
144
|
-
# resource. For example,
|
145
|
-
# "key2":"value2"
|
144
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
145
|
+
# "key2":"value2"} }.
|
146
146
|
# @return [Hash<String,String>]
|
147
147
|
#
|
148
148
|
# @!attribute [rw] permissions
|
@@ -277,8 +277,8 @@ module Aws::AppIntegrationsService
|
|
277
277
|
#
|
278
278
|
# @!attribute [rw] tags
|
279
279
|
# The tags used to organize, track, or control access for this
|
280
|
-
# resource. For example,
|
281
|
-
# "key2":"value2"
|
280
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
281
|
+
# "key2":"value2"} }.
|
282
282
|
# @return [Hash<String,String>]
|
283
283
|
#
|
284
284
|
# @!attribute [rw] client_token
|
@@ -350,8 +350,8 @@ module Aws::AppIntegrationsService
|
|
350
350
|
#
|
351
351
|
# @!attribute [rw] tags
|
352
352
|
# The tags used to organize, track, or control access for this
|
353
|
-
# resource. For example,
|
354
|
-
# "key2":"value2"
|
353
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
354
|
+
# "key2":"value2"} }.
|
355
355
|
# @return [Hash<String,String>]
|
356
356
|
#
|
357
357
|
# @!attribute [rw] client_token
|
@@ -423,8 +423,8 @@ module Aws::AppIntegrationsService
|
|
423
423
|
#
|
424
424
|
# @!attribute [rw] tags
|
425
425
|
# The tags used to organize, track, or control access for this
|
426
|
-
# resource. For example,
|
427
|
-
# "key2":"value2"
|
426
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
427
|
+
# "key2":"value2"} }.
|
428
428
|
# @return [Hash<String,String>]
|
429
429
|
#
|
430
430
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/CreateEventIntegrationRequest AWS API Documentation
|
@@ -616,8 +616,8 @@ module Aws::AppIntegrationsService
|
|
616
616
|
#
|
617
617
|
# @!attribute [rw] tags
|
618
618
|
# The tags used to organize, track, or control access for this
|
619
|
-
# resource. For example,
|
620
|
-
# "key2":"value2"
|
619
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
620
|
+
# "key2":"value2"} }.
|
621
621
|
# @return [Hash<String,String>]
|
622
622
|
#
|
623
623
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/EventIntegration AWS API Documentation
|
@@ -792,8 +792,8 @@ module Aws::AppIntegrationsService
|
|
792
792
|
#
|
793
793
|
# @!attribute [rw] tags
|
794
794
|
# The tags used to organize, track, or control access for this
|
795
|
-
# resource. For example,
|
796
|
-
# "key2":"value2"
|
795
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
796
|
+
# "key2":"value2"} }.
|
797
797
|
# @return [Hash<String,String>]
|
798
798
|
#
|
799
799
|
# @!attribute [rw] permissions
|
@@ -863,8 +863,8 @@ module Aws::AppIntegrationsService
|
|
863
863
|
#
|
864
864
|
# @!attribute [rw] tags
|
865
865
|
# The tags used to organize, track, or control access for this
|
866
|
-
# resource. For example,
|
867
|
-
# "key2":"value2"
|
866
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
867
|
+
# "key2":"value2"} }.
|
868
868
|
# @return [Hash<String,String>]
|
869
869
|
#
|
870
870
|
# @!attribute [rw] file_configuration
|
@@ -926,8 +926,8 @@ module Aws::AppIntegrationsService
|
|
926
926
|
#
|
927
927
|
# @!attribute [rw] tags
|
928
928
|
# The tags used to organize, track, or control access for this
|
929
|
-
# resource. For example,
|
930
|
-
# "key2":"value2"
|
929
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
930
|
+
# "key2":"value2"} }.
|
931
931
|
# @return [Hash<String,String>]
|
932
932
|
#
|
933
933
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/GetEventIntegrationResponse AWS API Documentation
|
@@ -1372,8 +1372,8 @@ module Aws::AppIntegrationsService
|
|
1372
1372
|
#
|
1373
1373
|
# @!attribute [rw] tags
|
1374
1374
|
# The tags used to organize, track, or control access for this
|
1375
|
-
# resource. For example,
|
1376
|
-
# "key2":"value2"
|
1375
|
+
# resource. For example, \{ "tags": \{"key1":"value1",
|
1376
|
+
# "key2":"value2"} }.
|
1377
1377
|
# @return [Hash<String,String>]
|
1378
1378
|
#
|
1379
1379
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/TagResourceRequest AWS API Documentation
|
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),
|
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),
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-appintegrationsservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.46.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
|