aws-sdk-identitystore 1.50.0 → 1.52.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: aa400f76b1efb5f9d3dd67c0398643493fc0fb571ff067fd3e880bc75f72e24d
4
- data.tar.gz: b6f09fc91b93288de46ba48e5e35411ad20460e6be79e8fa31b7e62bb0d09d3e
3
+ metadata.gz: 4727855b2aa1f087d4b8e0e44b2049f8e24e4eeddf7c093598e48b6bf356da73
4
+ data.tar.gz: a9abe3fd9f6dc55baf0509f65f7bfcdf22031fe2ce67a06981d7791ebba54134
5
5
  SHA512:
6
- metadata.gz: dd283fca5b5eaa6ca213399c72fc7d071fed5f9c2c0153a9c552cc319719015fd6773d141bb5cc326c12ab111e81d45d8fa4a7d8cdee4b708e67801c068c879d
7
- data.tar.gz: 23c19de8f52f78fa3368ff5e0b3d0777587878a2dcf2315e67cbbdb8e53f3da3251d9220bc2a37613ae6c5891e45afa7031db5f2f912e3000e219767ae93c957
6
+ metadata.gz: 5fbf8488ef5b66b5f78208776ec27f919f2a77ebb91965e09c4a3cd0e902157ad096e4246e699573fb6ed5cacca6437ff506ec2c1a95d0bc8f3d3030b675b9d1
7
+ data.tar.gz: 85455c30e9c85e0eb87e246af0c552ff314cab57037184ac112172776fa5c6cc1249304c49443d3a732eb6b63c9907888e99e5a2bc34c9944bb7f91d2ad87aec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.51.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.50.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -200,8 +200,7 @@ module Aws::IdentityStore
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -1608,7 +1607,7 @@ module Aws::IdentityStore
1608
1607
  tracer: tracer
1609
1608
  )
1610
1609
  context[:gem_name] = 'aws-sdk-identitystore'
1611
- context[:gem_version] = '1.50.0'
1610
+ context[:gem_version] = '1.52.0'
1612
1611
  Seahorse::Client::Request.new(handlers, context)
1613
1612
  end
1614
1613
 
@@ -342,7 +342,7 @@ module Aws::IdentityStore
342
342
  ListGroupsRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
343
343
  ListGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
344
344
  ListGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
345
- ListGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, deprecated: true, location_name: "Filters", metadata: {"deprecatedMessage"=>"Using filters with ListGroups API is deprecated, please use GetGroupId API instead."}))
345
+ ListGroupsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, deprecated: true, location_name: "Filters", metadata: {"deprecatedMessage" => "Using filters with ListGroups API is deprecated, please use GetGroupId API instead."}))
346
346
  ListGroupsRequest.struct_class = Types::ListGroupsRequest
347
347
 
348
348
  ListGroupsResponse.add_member(:groups, Shapes::ShapeRef.new(shape: Groups, required: true, location_name: "Groups"))
@@ -352,7 +352,7 @@ module Aws::IdentityStore
352
352
  ListUsersRequest.add_member(:identity_store_id, Shapes::ShapeRef.new(shape: IdentityStoreId, required: true, location_name: "IdentityStoreId"))
353
353
  ListUsersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
354
354
  ListUsersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
355
- ListUsersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, deprecated: true, location_name: "Filters", metadata: {"deprecatedMessage"=>"Using filters with ListUsers API is deprecated, please use GetGroupId API instead."}))
355
+ ListUsersRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, deprecated: true, location_name: "Filters", metadata: {"deprecatedMessage" => "Using filters with ListUsers API is deprecated, please use GetGroupId API instead."}))
356
356
  ListUsersRequest.struct_class = Types::ListUsersRequest
357
357
 
358
358
  ListUsersResponse.add_member(:users, Shapes::ShapeRef.new(shape: Users, required: true, location_name: "Users"))
@@ -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.50.0'
57
+ GEM_VERSION = '1.52.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-identitystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.52.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-identitystore
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-identitystore/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 - IdentityStore
99
96
  test_files: []