aws-sdk-chimesdkidentity 1.40.0 → 1.41.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: 5ad33cf87324b4f383a8179750bae9069fd37ef237ebf821f8bf8e4c6f004f6e
4
- data.tar.gz: 5863dbdabe0507fa301d20cfa9a93207dd092ec11ae2213f46e8a4b889449ecf
3
+ metadata.gz: 3d3282af82cd8138e6adbb4ff50eb8c1a85bbe1b8e47eae8017befa14a57e7da
4
+ data.tar.gz: e30e4d78f0985e111bd9f756350970768fd4ae413361cb3a6c04df6e725cb9a1
5
5
  SHA512:
6
- metadata.gz: 3d2affb1ef6acd9b991b605d172283874c7502d83198a39f8ed554e29a99e7eb66a23f2fe88b39e46c6d9b759e37b57bed2e3d04c31c427d707d1f84b05097b8
7
- data.tar.gz: a02da554cc078be742900ddb49ab010e7686ffefbe6d3df5d1d377ca3b7455b800068d6fe9baa5ca33cd255606b8694956622fddef78a39586f4998514880420
6
+ metadata.gz: 707d320a8a97479d510f36d1b25c18b63a77fb637187b9d723f3ef68850e0937df272aa0027a548a9149af64f68a4f9ac8bcadaec586bd095cb40474a0c1aef3
7
+ data.tar.gz: 8d6fbbbe49522e01801b48a3387359d615ac6a968f48c576cfc49792a93f8ba10682cf1c5e686b6e45ad7c2eec377d4d747224906bec86ea4209e95a23765c3c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.40.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -1700,7 +1700,7 @@ module Aws::ChimeSDKIdentity
1700
1700
  tracer: tracer
1701
1701
  )
1702
1702
  context[:gem_name] = 'aws-sdk-chimesdkidentity'
1703
- context[:gem_version] = '1.40.0'
1703
+ context[:gem_version] = '1.41.0'
1704
1704
  Seahorse::Client::Request.new(handlers, context)
1705
1705
  end
1706
1706
 
@@ -239,7 +239,7 @@ module Aws::ChimeSDKIdentity
239
239
  CreateAppInstanceBotRequest.add_member(:app_instance_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "AppInstanceArn"))
240
240
  CreateAppInstanceBotRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
241
241
  CreateAppInstanceBotRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
242
- CreateAppInstanceBotRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
242
+ CreateAppInstanceBotRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
243
243
  CreateAppInstanceBotRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
244
244
  CreateAppInstanceBotRequest.add_member(:configuration, Shapes::ShapeRef.new(shape: Configuration, required: true, location_name: "Configuration"))
245
245
  CreateAppInstanceBotRequest.struct_class = Types::CreateAppInstanceBotRequest
@@ -249,7 +249,7 @@ module Aws::ChimeSDKIdentity
249
249
 
250
250
  CreateAppInstanceRequest.add_member(:name, Shapes::ShapeRef.new(shape: NonEmptyResourceName, required: true, location_name: "Name"))
251
251
  CreateAppInstanceRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
252
- CreateAppInstanceRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
252
+ CreateAppInstanceRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
253
253
  CreateAppInstanceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
254
254
  CreateAppInstanceRequest.struct_class = Types::CreateAppInstanceRequest
255
255
 
@@ -260,7 +260,7 @@ module Aws::ChimeSDKIdentity
260
260
  CreateAppInstanceUserRequest.add_member(:app_instance_user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "AppInstanceUserId"))
261
261
  CreateAppInstanceUserRequest.add_member(:name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "Name"))
262
262
  CreateAppInstanceUserRequest.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "Metadata"))
263
- CreateAppInstanceUserRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
263
+ CreateAppInstanceUserRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
264
264
  CreateAppInstanceUserRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
265
265
  CreateAppInstanceUserRequest.add_member(:expiration_settings, Shapes::ShapeRef.new(shape: ExpirationSettings, location_name: "ExpirationSettings"))
266
266
  CreateAppInstanceUserRequest.struct_class = Types::CreateAppInstanceUserRequest
@@ -433,7 +433,7 @@ module Aws::ChimeSDKIdentity
433
433
  RegisterAppInstanceUserEndpointRequest.add_member(:type, Shapes::ShapeRef.new(shape: AppInstanceUserEndpointType, required: true, location_name: "Type"))
434
434
  RegisterAppInstanceUserEndpointRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ChimeArn, required: true, location_name: "ResourceArn"))
435
435
  RegisterAppInstanceUserEndpointRequest.add_member(:endpoint_attributes, Shapes::ShapeRef.new(shape: EndpointAttributes, required: true, location_name: "EndpointAttributes"))
436
- RegisterAppInstanceUserEndpointRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
436
+ RegisterAppInstanceUserEndpointRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
437
437
  RegisterAppInstanceUserEndpointRequest.add_member(:allow_messages, Shapes::ShapeRef.new(shape: AllowMessages, location_name: "AllowMessages"))
438
438
  RegisterAppInstanceUserEndpointRequest.struct_class = Types::RegisterAppInstanceUserEndpointRequest
439
439
 
@@ -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.40.0'
57
+ GEM_VERSION = '1.41.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-chimesdkidentity
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkidentity
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkidentity/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Amazon Chime SDK Identity
99
96
  test_files: []