aws-sdk-chimesdkmessaging 1.63.0 → 1.65.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: 2f866032ea958f195723a9491f7fab5613c67f7cd889180be14ff402e1dbe685
4
- data.tar.gz: f2c1cacbef1e8e030348a839e255cfc6d4192cec8c18ea3228d8657a0f463de0
3
+ metadata.gz: 84bd6cac842bae13f9e70e009c4bc1b51845ed76fb1a83f7d2c1c852c88bb80b
4
+ data.tar.gz: ee1e0207c27449128d12dda28b2a8262ef0972b8abcfb0e7fa36ad02666d0229
5
5
  SHA512:
6
- metadata.gz: 1fa0000f5e7d85598b742a45bc90fa36b0943320c1e36a51daed1d8c863a50224ef5ab0ddd2d4f3327b37ea3e31590f32b464dfdef489965cc1700b952b99ed0
7
- data.tar.gz: d0aef5f9c68b250a3693418fc1f625a4b810925a3873dcc4a75028d24c8677a25a48cbe724c2c9ed44c4ddf70f631d065d6db56c8b6aa915b68cee4b3aaddc74
6
+ metadata.gz: 16ffba9bfdcef7a687495b186d5c14cc683ee529e4e4015d288dd338f98b9357a223c65d55a158d5f5edf8be07810cfa0dbf45470fe6d7e0f6b489c68f3ddfba
7
+ data.tar.gz: ec048383c89aa099bbb1cd7718b539e1ccd28e85788c3eb610f509ae2e511930e87d23829e3208785374079e25e8433190fb74d4ea058f846109337e920440e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.65.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.64.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.63.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -199,7 +199,7 @@ module Aws::ChimeSDKMessaging
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ChimeSDKMessaging
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -3328,7 +3326,7 @@ module Aws::ChimeSDKMessaging
3328
3326
  tracer: tracer
3329
3327
  )
3330
3328
  context[:gem_name] = 'aws-sdk-chimesdkmessaging'
3331
- context[:gem_version] = '1.63.0'
3329
+ context[:gem_version] = '1.65.0'
3332
3330
  Seahorse::Client::Request.new(handlers, context)
3333
3331
  end
3334
3332
 
@@ -54,7 +54,7 @@ module Aws::ChimeSDKMessaging
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkmessaging/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkmessaging/endpoints'
56
56
 
57
- GEM_VERSION = '1.63.0'
57
+ GEM_VERSION = '1.65.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -145,7 +145,7 @@ module Aws
145
145
  {
146
146
  key: ::String,
147
147
  value: ::String
148
- },
148
+ }
149
149
  ],
150
150
  chime_bearer: ::String,
151
151
  ?channel_id: ::String,
@@ -184,24 +184,14 @@ module Aws
184
184
  def create_channel_flow: (
185
185
  app_instance_arn: ::String,
186
186
  processors: Array[
187
- {
188
- name: ::String,
189
- configuration: {
190
- lambda: {
191
- resource_arn: ::String,
192
- invocation_type: ("ASYNC")
193
- }
194
- },
195
- execution_order: ::Integer,
196
- fallback_action: ("CONTINUE" | "ABORT")
197
- },
187
+ Params::processor
198
188
  ],
199
189
  name: ::String,
200
190
  ?tags: Array[
201
191
  {
202
192
  key: ::String,
203
193
  value: ::String
204
- },
194
+ }
205
195
  ],
206
196
  client_request_token: ::String
207
197
  ) -> _CreateChannelFlowResponseSuccess
@@ -647,7 +637,7 @@ module Aws
647
637
  {
648
638
  data_type: ("Channel" | "ChannelMessage"),
649
639
  resource_arn: ::String
650
- },
640
+ }
651
641
  ]
652
642
  ) -> _PutMessagingStreamingConfigurationsResponseSuccess
653
643
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutMessagingStreamingConfigurationsResponseSuccess
@@ -680,7 +670,7 @@ module Aws
680
670
  key: ("MEMBERS"),
681
671
  values: Array[::String],
682
672
  operator: ("EQUALS" | "INCLUDES")
683
- },
673
+ }
684
674
  ],
685
675
  ?max_results: ::Integer,
686
676
  ?next_token: ::String
@@ -716,7 +706,7 @@ module Aws
716
706
  ?target: Array[
717
707
  {
718
708
  member_arn: ::String?
719
- },
709
+ }
720
710
  ]
721
711
  ) -> _SendChannelMessageResponseSuccess
722
712
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _SendChannelMessageResponseSuccess
@@ -728,7 +718,7 @@ module Aws
728
718
  {
729
719
  key: ::String,
730
720
  value: ::String
731
- },
721
+ }
732
722
  ]
733
723
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
734
724
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -762,17 +752,7 @@ module Aws
762
752
  def update_channel_flow: (
763
753
  channel_flow_arn: ::String,
764
754
  processors: Array[
765
- {
766
- name: ::String,
767
- configuration: {
768
- lambda: {
769
- resource_arn: ::String,
770
- invocation_type: ("ASYNC")
771
- }
772
- },
773
- execution_order: ::Integer,
774
- fallback_action: ("CONTINUE" | "ABORT")
775
- },
755
+ Params::processor
776
756
  ],
777
757
  name: ::String
778
758
  ) -> _UpdateChannelFlowResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,25 @@
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 ChimeSDKMessaging
10
+ module Params
11
+ type processor = {
12
+ name: ::String,
13
+ configuration: {
14
+ lambda: {
15
+ resource_arn: ::String,
16
+ invocation_type: ("ASYNC")
17
+ }
18
+ },
19
+ execution_order: ::Integer,
20
+ fallback_action: ("CONTINUE" | "ABORT")
21
+ }
22
+
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkmessaging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.63.0
4
+ version: 1.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-chimesdkmessaging/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs