aws-sdk-chimesdkidentity 1.56.0 → 1.57.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: 5b6f18d5b801367ace54914ada4e70501db316babbbc7c0d46f06a2bec6756f5
4
- data.tar.gz: b1964ff2a4d12a9ce4b845bbfe25116cf79cdbe41c8cc46760c0776a8a8675ae
3
+ metadata.gz: 3a080e7bfbfcbecd7e3b8720eca3bbc0b7a15fbde868b4d775c11f1449e3c4c0
4
+ data.tar.gz: 9ddad01b4b997231a788df3f36ef36695a85ac342591521f039480546f24b08a
5
5
  SHA512:
6
- metadata.gz: 4640332f6acf3dadefc2b3ac7bd5d40660f66b6709585d2e0189c99313636e5915fb13958af22a87539c88be5308f126a15d708228025da423149190a63815dc
7
- data.tar.gz: eaf54c850fbf826063ace5ca769010e00d315db626fdd20ee2c863cc85162a44d7838173f3fc5832d2e939d57b7af39ee67ab9eaebf54f460ae308d1c8ba1d85
6
+ metadata.gz: 0e88c0922af3c5a2b326d54f1477fbf4982ed9f6d3e05bfbb8f24ad41b323d3240075745e80201ff25fcf10aef13e1a3d07c07483c3ca3eb0540fc46fee13250
7
+ data.tar.gz: a5300d206652cc261abd9349adef9cab5287f896310a735a3d8fb7d30552cf872721e4aa3136bd077c78857acdfab69bc1a1ce3c42e72044b332587edfefc39d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.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.56.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -1706,7 +1706,7 @@ module Aws::ChimeSDKIdentity
1706
1706
  tracer: tracer
1707
1707
  )
1708
1708
  context[:gem_name] = 'aws-sdk-chimesdkidentity'
1709
- context[:gem_version] = '1.56.0'
1709
+ context[:gem_version] = '1.57.0'
1710
1710
  Seahorse::Client::Request.new(handlers, context)
1711
1711
  end
1712
1712
 
@@ -54,7 +54,7 @@ module Aws::ChimeSDKIdentity
54
54
  autoload :EndpointProvider, 'aws-sdk-chimesdkidentity/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-chimesdkidentity/endpoints'
56
56
 
57
- GEM_VERSION = '1.56.0'
57
+ GEM_VERSION = '1.57.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -91,7 +91,7 @@ module Aws
91
91
  {
92
92
  key: ::String,
93
93
  value: ::String
94
- },
94
+ }
95
95
  ]
96
96
  ) -> _CreateAppInstanceResponseSuccess
97
97
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceResponseSuccess
@@ -122,20 +122,9 @@ module Aws
122
122
  {
123
123
  key: ::String,
124
124
  value: ::String
125
- },
126
- ],
127
- configuration: {
128
- lex: {
129
- responds_to: ("STANDARD_MESSAGES")?,
130
- invoked_by: {
131
- standard_messages: ("AUTO" | "ALL" | "MENTIONS" | "NONE"),
132
- targeted_messages: ("ALL" | "NONE")
133
- }?,
134
- lex_bot_alias_arn: ::String,
135
- locale_id: ::String,
136
- welcome_intent: ::String?
137
125
  }
138
- }
126
+ ],
127
+ configuration: Params::configuration
139
128
  ) -> _CreateAppInstanceBotResponseSuccess
140
129
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppInstanceBotResponseSuccess
141
130
 
@@ -154,7 +143,7 @@ module Aws
154
143
  {
155
144
  key: ::String,
156
145
  value: ::String
157
- },
146
+ }
158
147
  ],
159
148
  ?expiration_settings: {
160
149
  expiration_days: ::Integer,
@@ -393,7 +382,7 @@ module Aws
393
382
  {
394
383
  key: ::String,
395
384
  value: ::String
396
- },
385
+ }
397
386
  ]
398
387
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
399
388
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -426,18 +415,7 @@ module Aws
426
415
  app_instance_bot_arn: ::String,
427
416
  name: ::String,
428
417
  metadata: ::String,
429
- ?configuration: {
430
- lex: {
431
- responds_to: ("STANDARD_MESSAGES")?,
432
- invoked_by: {
433
- standard_messages: ("AUTO" | "ALL" | "MENTIONS" | "NONE"),
434
- targeted_messages: ("ALL" | "NONE")
435
- }?,
436
- lex_bot_alias_arn: ::String,
437
- locale_id: ::String,
438
- welcome_intent: ::String?
439
- }
440
- }
418
+ ?configuration: Params::configuration
441
419
  ) -> _UpdateAppInstanceBotResponseSuccess
442
420
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAppInstanceBotResponseSuccess
443
421
 
data/sig/params.rbs ADDED
@@ -0,0 +1,28 @@
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 ChimeSDKIdentity
10
+ module Params
11
+ type lex_configuration = {
12
+ responds_to: ("STANDARD_MESSAGES")?,
13
+ invoked_by: {
14
+ standard_messages: ("AUTO" | "ALL" | "MENTIONS" | "NONE"),
15
+ targeted_messages: ("ALL" | "NONE")
16
+ }?,
17
+ lex_bot_alias_arn: ::String,
18
+ locale_id: ::String,
19
+ welcome_intent: ::String?
20
+ }
21
+
22
+ type configuration = {
23
+ lex: Params::lex_configuration
24
+ }
25
+
26
+ end
27
+ end
28
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-chimesdkidentity/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