aws-sdk-cognitoidentityprovider 1.106.0 → 1.108.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ The endpoint provider used to resolve endpoints. Any object that responds to
27
27
  class Handler < Seahorse::Client::Handler
28
28
  def call(context)
29
29
  unless context[:discovered_endpoint]
30
- params = parameters_for_operation(context)
30
+ params = Aws::CognitoIdentityProvider::Endpoints.parameters_for_operation(context)
31
31
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
32
 
33
33
  context.http_request.endpoint = endpoint.url
@@ -67,217 +67,6 @@ The endpoint provider used to resolve endpoints. Any object that responds to
67
67
  context.http_request.headers[key] = value
68
68
  end
69
69
  end
70
-
71
- def parameters_for_operation(context)
72
- case context.operation_name
73
- when :add_custom_attributes
74
- Aws::CognitoIdentityProvider::Endpoints::AddCustomAttributes.build(context)
75
- when :admin_add_user_to_group
76
- Aws::CognitoIdentityProvider::Endpoints::AdminAddUserToGroup.build(context)
77
- when :admin_confirm_sign_up
78
- Aws::CognitoIdentityProvider::Endpoints::AdminConfirmSignUp.build(context)
79
- when :admin_create_user
80
- Aws::CognitoIdentityProvider::Endpoints::AdminCreateUser.build(context)
81
- when :admin_delete_user
82
- Aws::CognitoIdentityProvider::Endpoints::AdminDeleteUser.build(context)
83
- when :admin_delete_user_attributes
84
- Aws::CognitoIdentityProvider::Endpoints::AdminDeleteUserAttributes.build(context)
85
- when :admin_disable_provider_for_user
86
- Aws::CognitoIdentityProvider::Endpoints::AdminDisableProviderForUser.build(context)
87
- when :admin_disable_user
88
- Aws::CognitoIdentityProvider::Endpoints::AdminDisableUser.build(context)
89
- when :admin_enable_user
90
- Aws::CognitoIdentityProvider::Endpoints::AdminEnableUser.build(context)
91
- when :admin_forget_device
92
- Aws::CognitoIdentityProvider::Endpoints::AdminForgetDevice.build(context)
93
- when :admin_get_device
94
- Aws::CognitoIdentityProvider::Endpoints::AdminGetDevice.build(context)
95
- when :admin_get_user
96
- Aws::CognitoIdentityProvider::Endpoints::AdminGetUser.build(context)
97
- when :admin_initiate_auth
98
- Aws::CognitoIdentityProvider::Endpoints::AdminInitiateAuth.build(context)
99
- when :admin_link_provider_for_user
100
- Aws::CognitoIdentityProvider::Endpoints::AdminLinkProviderForUser.build(context)
101
- when :admin_list_devices
102
- Aws::CognitoIdentityProvider::Endpoints::AdminListDevices.build(context)
103
- when :admin_list_groups_for_user
104
- Aws::CognitoIdentityProvider::Endpoints::AdminListGroupsForUser.build(context)
105
- when :admin_list_user_auth_events
106
- Aws::CognitoIdentityProvider::Endpoints::AdminListUserAuthEvents.build(context)
107
- when :admin_remove_user_from_group
108
- Aws::CognitoIdentityProvider::Endpoints::AdminRemoveUserFromGroup.build(context)
109
- when :admin_reset_user_password
110
- Aws::CognitoIdentityProvider::Endpoints::AdminResetUserPassword.build(context)
111
- when :admin_respond_to_auth_challenge
112
- Aws::CognitoIdentityProvider::Endpoints::AdminRespondToAuthChallenge.build(context)
113
- when :admin_set_user_mfa_preference
114
- Aws::CognitoIdentityProvider::Endpoints::AdminSetUserMFAPreference.build(context)
115
- when :admin_set_user_password
116
- Aws::CognitoIdentityProvider::Endpoints::AdminSetUserPassword.build(context)
117
- when :admin_set_user_settings
118
- Aws::CognitoIdentityProvider::Endpoints::AdminSetUserSettings.build(context)
119
- when :admin_update_auth_event_feedback
120
- Aws::CognitoIdentityProvider::Endpoints::AdminUpdateAuthEventFeedback.build(context)
121
- when :admin_update_device_status
122
- Aws::CognitoIdentityProvider::Endpoints::AdminUpdateDeviceStatus.build(context)
123
- when :admin_update_user_attributes
124
- Aws::CognitoIdentityProvider::Endpoints::AdminUpdateUserAttributes.build(context)
125
- when :admin_user_global_sign_out
126
- Aws::CognitoIdentityProvider::Endpoints::AdminUserGlobalSignOut.build(context)
127
- when :associate_software_token
128
- Aws::CognitoIdentityProvider::Endpoints::AssociateSoftwareToken.build(context)
129
- when :change_password
130
- Aws::CognitoIdentityProvider::Endpoints::ChangePassword.build(context)
131
- when :confirm_device
132
- Aws::CognitoIdentityProvider::Endpoints::ConfirmDevice.build(context)
133
- when :confirm_forgot_password
134
- Aws::CognitoIdentityProvider::Endpoints::ConfirmForgotPassword.build(context)
135
- when :confirm_sign_up
136
- Aws::CognitoIdentityProvider::Endpoints::ConfirmSignUp.build(context)
137
- when :create_group
138
- Aws::CognitoIdentityProvider::Endpoints::CreateGroup.build(context)
139
- when :create_identity_provider
140
- Aws::CognitoIdentityProvider::Endpoints::CreateIdentityProvider.build(context)
141
- when :create_resource_server
142
- Aws::CognitoIdentityProvider::Endpoints::CreateResourceServer.build(context)
143
- when :create_user_import_job
144
- Aws::CognitoIdentityProvider::Endpoints::CreateUserImportJob.build(context)
145
- when :create_user_pool
146
- Aws::CognitoIdentityProvider::Endpoints::CreateUserPool.build(context)
147
- when :create_user_pool_client
148
- Aws::CognitoIdentityProvider::Endpoints::CreateUserPoolClient.build(context)
149
- when :create_user_pool_domain
150
- Aws::CognitoIdentityProvider::Endpoints::CreateUserPoolDomain.build(context)
151
- when :delete_group
152
- Aws::CognitoIdentityProvider::Endpoints::DeleteGroup.build(context)
153
- when :delete_identity_provider
154
- Aws::CognitoIdentityProvider::Endpoints::DeleteIdentityProvider.build(context)
155
- when :delete_resource_server
156
- Aws::CognitoIdentityProvider::Endpoints::DeleteResourceServer.build(context)
157
- when :delete_user
158
- Aws::CognitoIdentityProvider::Endpoints::DeleteUser.build(context)
159
- when :delete_user_attributes
160
- Aws::CognitoIdentityProvider::Endpoints::DeleteUserAttributes.build(context)
161
- when :delete_user_pool
162
- Aws::CognitoIdentityProvider::Endpoints::DeleteUserPool.build(context)
163
- when :delete_user_pool_client
164
- Aws::CognitoIdentityProvider::Endpoints::DeleteUserPoolClient.build(context)
165
- when :delete_user_pool_domain
166
- Aws::CognitoIdentityProvider::Endpoints::DeleteUserPoolDomain.build(context)
167
- when :describe_identity_provider
168
- Aws::CognitoIdentityProvider::Endpoints::DescribeIdentityProvider.build(context)
169
- when :describe_resource_server
170
- Aws::CognitoIdentityProvider::Endpoints::DescribeResourceServer.build(context)
171
- when :describe_risk_configuration
172
- Aws::CognitoIdentityProvider::Endpoints::DescribeRiskConfiguration.build(context)
173
- when :describe_user_import_job
174
- Aws::CognitoIdentityProvider::Endpoints::DescribeUserImportJob.build(context)
175
- when :describe_user_pool
176
- Aws::CognitoIdentityProvider::Endpoints::DescribeUserPool.build(context)
177
- when :describe_user_pool_client
178
- Aws::CognitoIdentityProvider::Endpoints::DescribeUserPoolClient.build(context)
179
- when :describe_user_pool_domain
180
- Aws::CognitoIdentityProvider::Endpoints::DescribeUserPoolDomain.build(context)
181
- when :forget_device
182
- Aws::CognitoIdentityProvider::Endpoints::ForgetDevice.build(context)
183
- when :forgot_password
184
- Aws::CognitoIdentityProvider::Endpoints::ForgotPassword.build(context)
185
- when :get_csv_header
186
- Aws::CognitoIdentityProvider::Endpoints::GetCSVHeader.build(context)
187
- when :get_device
188
- Aws::CognitoIdentityProvider::Endpoints::GetDevice.build(context)
189
- when :get_group
190
- Aws::CognitoIdentityProvider::Endpoints::GetGroup.build(context)
191
- when :get_identity_provider_by_identifier
192
- Aws::CognitoIdentityProvider::Endpoints::GetIdentityProviderByIdentifier.build(context)
193
- when :get_log_delivery_configuration
194
- Aws::CognitoIdentityProvider::Endpoints::GetLogDeliveryConfiguration.build(context)
195
- when :get_signing_certificate
196
- Aws::CognitoIdentityProvider::Endpoints::GetSigningCertificate.build(context)
197
- when :get_ui_customization
198
- Aws::CognitoIdentityProvider::Endpoints::GetUICustomization.build(context)
199
- when :get_user
200
- Aws::CognitoIdentityProvider::Endpoints::GetUser.build(context)
201
- when :get_user_attribute_verification_code
202
- Aws::CognitoIdentityProvider::Endpoints::GetUserAttributeVerificationCode.build(context)
203
- when :get_user_pool_mfa_config
204
- Aws::CognitoIdentityProvider::Endpoints::GetUserPoolMfaConfig.build(context)
205
- when :global_sign_out
206
- Aws::CognitoIdentityProvider::Endpoints::GlobalSignOut.build(context)
207
- when :initiate_auth
208
- Aws::CognitoIdentityProvider::Endpoints::InitiateAuth.build(context)
209
- when :list_devices
210
- Aws::CognitoIdentityProvider::Endpoints::ListDevices.build(context)
211
- when :list_groups
212
- Aws::CognitoIdentityProvider::Endpoints::ListGroups.build(context)
213
- when :list_identity_providers
214
- Aws::CognitoIdentityProvider::Endpoints::ListIdentityProviders.build(context)
215
- when :list_resource_servers
216
- Aws::CognitoIdentityProvider::Endpoints::ListResourceServers.build(context)
217
- when :list_tags_for_resource
218
- Aws::CognitoIdentityProvider::Endpoints::ListTagsForResource.build(context)
219
- when :list_user_import_jobs
220
- Aws::CognitoIdentityProvider::Endpoints::ListUserImportJobs.build(context)
221
- when :list_user_pool_clients
222
- Aws::CognitoIdentityProvider::Endpoints::ListUserPoolClients.build(context)
223
- when :list_user_pools
224
- Aws::CognitoIdentityProvider::Endpoints::ListUserPools.build(context)
225
- when :list_users
226
- Aws::CognitoIdentityProvider::Endpoints::ListUsers.build(context)
227
- when :list_users_in_group
228
- Aws::CognitoIdentityProvider::Endpoints::ListUsersInGroup.build(context)
229
- when :resend_confirmation_code
230
- Aws::CognitoIdentityProvider::Endpoints::ResendConfirmationCode.build(context)
231
- when :respond_to_auth_challenge
232
- Aws::CognitoIdentityProvider::Endpoints::RespondToAuthChallenge.build(context)
233
- when :revoke_token
234
- Aws::CognitoIdentityProvider::Endpoints::RevokeToken.build(context)
235
- when :set_log_delivery_configuration
236
- Aws::CognitoIdentityProvider::Endpoints::SetLogDeliveryConfiguration.build(context)
237
- when :set_risk_configuration
238
- Aws::CognitoIdentityProvider::Endpoints::SetRiskConfiguration.build(context)
239
- when :set_ui_customization
240
- Aws::CognitoIdentityProvider::Endpoints::SetUICustomization.build(context)
241
- when :set_user_mfa_preference
242
- Aws::CognitoIdentityProvider::Endpoints::SetUserMFAPreference.build(context)
243
- when :set_user_pool_mfa_config
244
- Aws::CognitoIdentityProvider::Endpoints::SetUserPoolMfaConfig.build(context)
245
- when :set_user_settings
246
- Aws::CognitoIdentityProvider::Endpoints::SetUserSettings.build(context)
247
- when :sign_up
248
- Aws::CognitoIdentityProvider::Endpoints::SignUp.build(context)
249
- when :start_user_import_job
250
- Aws::CognitoIdentityProvider::Endpoints::StartUserImportJob.build(context)
251
- when :stop_user_import_job
252
- Aws::CognitoIdentityProvider::Endpoints::StopUserImportJob.build(context)
253
- when :tag_resource
254
- Aws::CognitoIdentityProvider::Endpoints::TagResource.build(context)
255
- when :untag_resource
256
- Aws::CognitoIdentityProvider::Endpoints::UntagResource.build(context)
257
- when :update_auth_event_feedback
258
- Aws::CognitoIdentityProvider::Endpoints::UpdateAuthEventFeedback.build(context)
259
- when :update_device_status
260
- Aws::CognitoIdentityProvider::Endpoints::UpdateDeviceStatus.build(context)
261
- when :update_group
262
- Aws::CognitoIdentityProvider::Endpoints::UpdateGroup.build(context)
263
- when :update_identity_provider
264
- Aws::CognitoIdentityProvider::Endpoints::UpdateIdentityProvider.build(context)
265
- when :update_resource_server
266
- Aws::CognitoIdentityProvider::Endpoints::UpdateResourceServer.build(context)
267
- when :update_user_attributes
268
- Aws::CognitoIdentityProvider::Endpoints::UpdateUserAttributes.build(context)
269
- when :update_user_pool
270
- Aws::CognitoIdentityProvider::Endpoints::UpdateUserPool.build(context)
271
- when :update_user_pool_client
272
- Aws::CognitoIdentityProvider::Endpoints::UpdateUserPoolClient.build(context)
273
- when :update_user_pool_domain
274
- Aws::CognitoIdentityProvider::Endpoints::UpdateUserPoolDomain.build(context)
275
- when :verify_software_token
276
- Aws::CognitoIdentityProvider::Endpoints::VerifySoftwareToken.build(context)
277
- when :verify_user_attribute
278
- Aws::CognitoIdentityProvider::Endpoints::VerifyUserAttribute.build(context)
279
- end
280
- end
281
70
  end
282
71
 
283
72
  def add_handlers(handlers, _config)
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:cognitoidentityprovider)
15
+
14
16
  # This module provides support for Amazon Cognito Identity Provider. This module is available in the
15
17
  # `aws-sdk-cognitoidentityprovider` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::CognitoIdentityProvider
52
54
  autoload :EndpointProvider, 'aws-sdk-cognitoidentityprovider/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-cognitoidentityprovider/endpoints'
54
56
 
55
- GEM_VERSION = '1.106.0'
57
+ GEM_VERSION = '1.108.0'
56
58
 
57
59
  end
58
60
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cognitoidentityprovider
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.106.0
4
+ version: 1.108.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement