aws-sdk-chimesdkmessaging 1.63.0 → 1.64.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: 2dfd6b9381fb69942df4fdab93b79532a5d12c692d6a4b6093c3295d988509d4
4
+ data.tar.gz: 9f71625ea08208008a9f5117c8f24ba87c41be1abfd65de3dd7787c058683c48
5
5
  SHA512:
6
- metadata.gz: 1fa0000f5e7d85598b742a45bc90fa36b0943320c1e36a51daed1d8c863a50224ef5ab0ddd2d4f3327b37ea3e31590f32b464dfdef489965cc1700b952b99ed0
7
- data.tar.gz: d0aef5f9c68b250a3693418fc1f625a4b810925a3873dcc4a75028d24c8677a25a48cbe724c2c9ed44c4ddf70f631d065d6db56c8b6aa915b68cee4b3aaddc74
6
+ metadata.gz: 2dbe088690604a70e363227426aa5e3e822fba21f8175b80091e74ecf23df3fb4e8a8f3eef21a0b916231ba048449413b4079ddbd7bf38884a6d3e49a7d211b4
7
+ data.tar.gz: ca05477a52bdc623272561f255c56386be0f4026f3ee8dbe0798b47a517674debb6f19d8ecd68a2a6d32db7e176369ee68430928b0bfe341deb8cc1a48ced1d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.64.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.63.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.64.0
@@ -3328,7 +3328,7 @@ module Aws::ChimeSDKMessaging
3328
3328
  tracer: tracer
3329
3329
  )
3330
3330
  context[:gem_name] = 'aws-sdk-chimesdkmessaging'
3331
- context[:gem_version] = '1.63.0'
3331
+ context[:gem_version] = '1.64.0'
3332
3332
  Seahorse::Client::Request.new(handlers, context)
3333
3333
  end
3334
3334
 
@@ -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.64.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.64.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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