aws-sdk-identitystore 1.68.0 → 1.69.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: 9591deba39dae17857d282db9a22f50578ee4d336ca4327ca185f93f8dc47190
4
- data.tar.gz: f39d816e3776f2ec40318e5d4927db9314717136fdd6fa698209360f6edc30c1
3
+ metadata.gz: e8cd3249ffc72ba0d1c8d112f842b114967480d047caf348156c253aa32652dd
4
+ data.tar.gz: b06ee998b1f892dd66f3ae7eaabea9240e90cd3229ba1b019e0a0fa4a324286f
5
5
  SHA512:
6
- metadata.gz: 9527a5b8e180bf85abf30c69f084af3589846a94c4e4e2243ec67d94fbe898d1f221d24c9b5ddb8ef5ea7ad2d0e14ff501ca3801a7258b2fb8ecd20eda6a1766
7
- data.tar.gz: 569865e58edffd3c59147bf8f2de2512e156b62a326a5e9e8164944167453ae3d32f8757fb3bb42bd0ba6a37e1212b15e964428fd0a0df75fde816c9ab06def7
6
+ metadata.gz: 8fea978eb01411465e91e06898005bc7b3d4234c018e233c1d19fa9fb6ded85b7694b5de820163bc996df345bf5bd94b268dc9c73168cecde884a6ceb82732b7
7
+ data.tar.gz: 331ba78debdaddc4019b51c372ac446fc1e16e48cbac6a7c71bf2123ab86444a2f0333a95c9343dcfa527cb0756775985cae04ed1d8814acb5fdba5371e44014
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.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.68.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -1767,7 +1767,7 @@ module Aws::IdentityStore
1767
1767
  tracer: tracer
1768
1768
  )
1769
1769
  context[:gem_name] = 'aws-sdk-identitystore'
1770
- context[:gem_version] = '1.68.0'
1770
+ context[:gem_version] = '1.69.0'
1771
1771
  Seahorse::Client::Request.new(handlers, context)
1772
1772
  end
1773
1773
 
@@ -54,7 +54,7 @@ module Aws::IdentityStore
54
54
  autoload :EndpointProvider, 'aws-sdk-identitystore/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-identitystore/endpoints'
56
56
 
57
- GEM_VERSION = '1.68.0'
57
+ GEM_VERSION = '1.69.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -132,7 +132,7 @@ module Aws
132
132
  value: ::String?,
133
133
  type: ::String?,
134
134
  primary: bool?
135
- },
135
+ }
136
136
  ],
137
137
  ?addresses: Array[
138
138
  {
@@ -144,14 +144,14 @@ module Aws
144
144
  formatted: ::String?,
145
145
  type: ::String?,
146
146
  primary: bool?
147
- },
147
+ }
148
148
  ],
149
149
  ?phone_numbers: Array[
150
150
  {
151
151
  value: ::String?,
152
152
  type: ::String?,
153
153
  primary: bool?
154
- },
154
+ }
155
155
  ],
156
156
  ?user_type: ::String,
157
157
  ?title: ::String,
@@ -164,7 +164,7 @@ module Aws
164
164
  type: ::String?,
165
165
  display: ::String?,
166
166
  primary: bool?
167
- },
167
+ }
168
168
  ],
169
169
  ?website: ::String,
170
170
  ?birthdate: ::String,
@@ -173,7 +173,7 @@ module Aws
173
173
  value: ::String?,
174
174
  type: ::String?,
175
175
  primary: bool?
176
- },
176
+ }
177
177
  ],
178
178
  ?extensions: Hash[::String, untyped]
179
179
  ) -> _CreateUserResponseSuccess
@@ -291,16 +291,7 @@ module Aws
291
291
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IdentityStore/Client.html#get_group_id-instance_method
292
292
  def get_group_id: (
293
293
  identity_store_id: ::String,
294
- alternate_identifier: {
295
- external_id: {
296
- issuer: ::String,
297
- id: ::String
298
- }?,
299
- unique_attribute: {
300
- attribute_path: ::String,
301
- attribute_value: untyped
302
- }?
303
- }
294
+ alternate_identifier: Params::alternate_identifier
304
295
  ) -> _GetGroupIdResponseSuccess
305
296
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetGroupIdResponseSuccess
306
297
 
@@ -327,16 +318,7 @@ module Aws
327
318
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IdentityStore/Client.html#get_user_id-instance_method
328
319
  def get_user_id: (
329
320
  identity_store_id: ::String,
330
- alternate_identifier: {
331
- external_id: {
332
- issuer: ::String,
333
- id: ::String
334
- }?,
335
- unique_attribute: {
336
- attribute_path: ::String,
337
- attribute_value: untyped
338
- }?
339
- }
321
+ alternate_identifier: Params::alternate_identifier
340
322
  ) -> _GetUserIdResponseSuccess
341
323
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetUserIdResponseSuccess
342
324
 
@@ -398,7 +380,7 @@ module Aws
398
380
  {
399
381
  attribute_path: ::String,
400
382
  attribute_value: ::String
401
- },
383
+ }
402
384
  ]
403
385
  ) -> _ListGroupsResponseSuccess
404
386
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGroupsResponseSuccess
@@ -418,7 +400,7 @@ module Aws
418
400
  {
419
401
  attribute_path: ::String,
420
402
  attribute_value: ::String
421
- },
403
+ }
422
404
  ]
423
405
  ) -> _ListUsersResponseSuccess
424
406
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListUsersResponseSuccess
@@ -434,7 +416,7 @@ module Aws
434
416
  {
435
417
  attribute_path: ::String,
436
418
  attribute_value: untyped?
437
- },
419
+ }
438
420
  ]
439
421
  ) -> _UpdateGroupResponseSuccess
440
422
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGroupResponseSuccess
@@ -450,7 +432,7 @@ module Aws
450
432
  {
451
433
  attribute_path: ::String,
452
434
  attribute_value: untyped?
453
- },
435
+ }
454
436
  ]
455
437
  ) -> _UpdateUserResponseSuccess
456
438
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,24 @@
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 IdentityStore
10
+ module Params
11
+ type alternate_identifier = {
12
+ external_id: {
13
+ issuer: ::String,
14
+ id: ::String
15
+ }?,
16
+ unique_attribute: {
17
+ attribute_path: ::String,
18
+ attribute_value: untyped
19
+ }?
20
+ }
21
+
22
+ end
23
+ end
24
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-identitystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.69.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-identitystore/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