aws-sdk-chimesdkmeetings 1.43.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d06c7569cd857cc6e6bac69e44f2f4fbf5812fdea742aa8719854879b3d79cbe
4
- data.tar.gz: e0badb46811319f004c14a468d0e5359af2158013f0d69507085525384020cee
3
+ metadata.gz: cd9aaec1297dde3145ffe33f3b1927af0b05e119cae8433300cfb54b110cb78d
4
+ data.tar.gz: eaa69793c86cdbed30abbd3c1274258c89823645bc9d2eebcfa1fa93360760bb
5
5
  SHA512:
6
- metadata.gz: 41fe805d234731434ea8c8bb008b084cea78f27077b23ad5d831e6117267f6db2e0299395d56d40dcdffb860e5055aa5eeeb746405c7b466b261003db4437a36
7
- data.tar.gz: 841026b4dbb7e0dfabf306ddf52d48d0582c2c5dba9cd3174109a4471de7acc1a243ed6a997a304b56209709601b56b0fe2bcc242d1c8a456b5b7d527dd577af
6
+ metadata.gz: 5f883a10554cc348cb912ea5703038efa2b6bafcf112b457e98a0b37239faf6206cad772fe7a56165936cc7dfbe9a7820f5ce33844857b5317029cba01680bed
7
+ data.tar.gz: 7e8010d33e6efee6c1f546fe1496f11d951d83068db79c822cee09cf5e31f35c5c6f642beb4f02604c090ed2b688e8a11704a8c9aa4d2bc9e9c625589178ad07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.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.44.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.43.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.45.0
@@ -257,11 +257,34 @@ module Aws::ChimeSDKMeetings
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.
@@ -598,7 +621,7 @@ module Aws::ChimeSDKMeetings
598
621
  # The Amazon Chime SDK external user ID. An idempotency token. Links the
599
622
  # attendee to an identity managed by a builder application.
600
623
  #
601
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
624
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
602
625
  #
603
626
  # Values that begin with `aws:` are reserved. You can't configure a
604
627
  # value that uses this prefix.
@@ -714,7 +737,7 @@ module Aws::ChimeSDKMeetings
714
737
  # @option params [required, String] :external_meeting_id
715
738
  # The external meeting ID.
716
739
  #
717
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
740
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
718
741
  #
719
742
  # Values that begin with `aws:` are reserved. You can't configure a
720
743
  # value that uses this prefix. Case insensitive.
@@ -895,7 +918,7 @@ module Aws::ChimeSDKMeetings
895
918
  # @option params [required, String] :external_meeting_id
896
919
  # The external meeting ID.
897
920
  #
898
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
921
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
899
922
  #
900
923
  # Values that begin with `aws:` are reserved. You can't configure a
901
924
  # value that uses this prefix. Case insensitive.
@@ -1566,7 +1589,7 @@ module Aws::ChimeSDKMeetings
1566
1589
  tracer: tracer
1567
1590
  )
1568
1591
  context[:gem_name] = 'aws-sdk-chimesdkmeetings'
1569
- context[:gem_version] = '1.43.0'
1592
+ context[:gem_version] = '1.45.0'
1570
1593
  Seahorse::Client::Request.new(handlers, context)
1571
1594
  end
1572
1595
 
@@ -24,7 +24,7 @@ module Aws::ChimeSDKMeetings
24
24
  # The Amazon Chime SDK external user ID. An idempotency token. Links
25
25
  # the attendee to an identity managed by a builder application.
26
26
  #
27
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
27
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
28
28
  #
29
29
  # Values that begin with `aws:` are reserved. You can't configure a
30
30
  # value that uses this prefix. Case insensitive.
@@ -340,7 +340,7 @@ module Aws::ChimeSDKMeetings
340
340
  # The Amazon Chime SDK external user ID. An idempotency token. Links
341
341
  # the attendee to an identity managed by a builder application.
342
342
  #
343
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
343
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
344
344
  #
345
345
  # Values that begin with `aws:` are reserved. You can't configure a
346
346
  # value that uses this prefix. Case insensitive.
@@ -372,7 +372,7 @@ module Aws::ChimeSDKMeetings
372
372
  # The Amazon Chime SDK external user ID. An idempotency token. Links
373
373
  # the attendee to an identity managed by a builder application.
374
374
  #
375
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
375
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
376
376
  #
377
377
  # Values that begin with `aws:` are reserved. You can't configure a
378
378
  # value that uses this prefix.
@@ -437,7 +437,7 @@ module Aws::ChimeSDKMeetings
437
437
  # The Amazon Chime SDK external user ID. An idempotency token. Links
438
438
  # the attendee to an identity managed by a builder application.
439
439
  #
440
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
440
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
441
441
  #
442
442
  # Values that begin with `aws:` are reserved. You can't configure a
443
443
  # value that uses this prefix. Case insensitive.
@@ -496,7 +496,7 @@ module Aws::ChimeSDKMeetings
496
496
  # @!attribute [rw] external_meeting_id
497
497
  # The external meeting ID.
498
498
  #
499
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
499
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
500
500
  #
501
501
  # Values that begin with `aws:` are reserved. You can't configure a
502
502
  # value that uses this prefix. Case insensitive.
@@ -632,7 +632,7 @@ module Aws::ChimeSDKMeetings
632
632
  # @!attribute [rw] external_meeting_id
633
633
  # The external meeting ID.
634
634
  #
635
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
635
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
636
636
  #
637
637
  # Values that begin with `aws:` are reserved. You can't configure a
638
638
  # value that uses this prefix. Case insensitive.
@@ -1252,7 +1252,7 @@ module Aws::ChimeSDKMeetings
1252
1252
  # @!attribute [rw] external_meeting_id
1253
1253
  # The external meeting ID.
1254
1254
  #
1255
- # Pattern: `[-_&@+=,()\{\}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
1255
+ # Pattern: `[-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*`
1256
1256
  #
1257
1257
  # Values that begin with `aws:` are reserved. You can't configure a
1258
1258
  # value that uses this prefix. Case insensitive.
@@ -54,7 +54,7 @@ module Aws::ChimeSDKMeetings
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmeetings/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmeetings/endpoints'
56
56
 
57
- GEM_VERSION = '1.43.0'
57
+ GEM_VERSION = '1.45.0'
58
58
 
59
59
  end
60
60
 
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-chimesdkmeetings
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.43.0
4
+ version: 1.45.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: 2024-10-18 00:00:00.000000000 Z
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.210.0
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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement