Class: Aws::Wickr::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::Wickr::Client
- Includes:
- ClientStubs
- Defined in:
- lib/aws-sdk-wickr/client.rb,
sig/client.rbs
Overview
An API client for Wickr. To construct a client, you need to configure a :region and :credentials.
client = Aws::Wickr::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Defined Under Namespace
Modules: _BatchCreateUserResponseSuccess, _BatchDeleteUserResponseSuccess, _BatchLookupUserUnameResponseSuccess, _BatchReinviteUserResponseSuccess, _BatchResetDevicesForUserResponseSuccess, _BatchToggleUserSuspendStatusResponseSuccess, _CreateBotResponseSuccess, _CreateDataRetentionBotChallengeResponseSuccess, _CreateDataRetentionBotResponseSuccess, _CreateNetworkResponseSuccess, _CreateSecurityGroupResponseSuccess, _DeleteBotResponseSuccess, _DeleteDataRetentionBotResponseSuccess, _DeleteNetworkResponseSuccess, _DeleteSecurityGroupResponseSuccess, _GetBotResponseSuccess, _GetBotsCountResponseSuccess, _GetDataRetentionBotResponseSuccess, _GetGuestUserHistoryCountResponseSuccess, _GetNetworkResponseSuccess, _GetNetworkSettingsResponseSuccess, _GetOidcInfoResponseSuccess, _GetOpentdfConfigResponseSuccess, _GetSecurityGroupResponseSuccess, _GetUserResponseSuccess, _GetUsersCountResponseSuccess, _ListBlockedGuestUsersResponseSuccess, _ListBotsResponseSuccess, _ListDevicesForUserResponseSuccess, _ListGuestUsersResponseSuccess, _ListNetworksResponseSuccess, _ListSecurityGroupUsersResponseSuccess, _ListSecurityGroupsResponseSuccess, _ListUsersResponseSuccess, _RegisterOidcConfigResponseSuccess, _RegisterOidcConfigTestResponseSuccess, _RegisterOpentdfConfigResponseSuccess, _UpdateBotResponseSuccess, _UpdateDataRetentionResponseSuccess, _UpdateGuestUserResponseSuccess, _UpdateNetworkResponseSuccess, _UpdateNetworkSettingsResponseSuccess, _UpdateSecurityGroupResponseSuccess, _UpdateUserResponseSuccess
Class Attribute Summary collapse
- .identifier ⇒ Object readonly private
API Operations collapse
-
#batch_create_user(params = {}) ⇒ Types::BatchCreateUserResponse
Creates multiple users in a specified Wickr network.
-
#batch_delete_user(params = {}) ⇒ Types::BatchDeleteUserResponse
Deletes multiple users from a specified Wickr network.
-
#batch_lookup_user_uname(params = {}) ⇒ Types::BatchLookupUserUnameResponse
Looks up multiple user usernames from their unique username hashes (unames).
-
#batch_reinvite_user(params = {}) ⇒ Types::BatchReinviteUserResponse
Resends invitation codes to multiple users who have pending invitations in a Wickr network.
-
#batch_reset_devices_for_user(params = {}) ⇒ Types::BatchResetDevicesForUserResponse
Resets multiple devices for a specific user in a Wickr network.
-
#batch_toggle_user_suspend_status(params = {}) ⇒ Types::BatchToggleUserSuspendStatusResponse
Suspends or unsuspends multiple users in a Wickr network.
-
#create_bot(params = {}) ⇒ Types::CreateBotResponse
Creates a new bot in a specified Wickr network.
-
#create_data_retention_bot(params = {}) ⇒ Types::CreateDataRetentionBotResponse
Creates a data retention bot in a Wickr network.
-
#create_data_retention_bot_challenge(params = {}) ⇒ Types::CreateDataRetentionBotChallengeResponse
Creates a new challenge password for the data retention bot.
-
#create_network(params = {}) ⇒ Types::CreateNetworkResponse
Creates a new Wickr network with specified access level and configuration.
-
#create_security_group(params = {}) ⇒ Types::CreateSecurityGroupResponse
Creates a new security group in a Wickr network.
-
#delete_bot(params = {}) ⇒ Types::DeleteBotResponse
Deletes a bot from a specified Wickr network.
-
#delete_data_retention_bot(params = {}) ⇒ Types::DeleteDataRetentionBotResponse
Deletes the data retention bot from a Wickr network.
-
#delete_network(params = {}) ⇒ Types::DeleteNetworkResponse
Deletes a Wickr network and all its associated resources, including users, bots, security groups, and settings.
-
#delete_security_group(params = {}) ⇒ Types::DeleteSecurityGroupResponse
Deletes a security group from a Wickr network.
-
#get_bot(params = {}) ⇒ Types::GetBotResponse
Retrieves detailed information about a specific bot in a Wickr network, including its status, group membership, and authentication details.
-
#get_bots_count(params = {}) ⇒ Types::GetBotsCountResponse
Retrieves the count of bots in a Wickr network, categorized by their status (pending, active, and total).
-
#get_data_retention_bot(params = {}) ⇒ Types::GetDataRetentionBotResponse
Retrieves information about the data retention bot in a Wickr network, including its status and whether the data retention service is enabled.
-
#get_guest_user_history_count(params = {}) ⇒ Types::GetGuestUserHistoryCountResponse
Retrieves historical guest user count data for a Wickr network, showing the number of guest users per billing period over the past 90 days.
-
#get_network(params = {}) ⇒ Types::GetNetworkResponse
Retrieves detailed information about a specific Wickr network, including its configuration, access level, and status.
-
#get_network_settings(params = {}) ⇒ Types::GetNetworkSettingsResponse
Retrieves all network-level settings for a Wickr network, including client metrics, data retention, and other configuration options.
-
#get_oidc_info(params = {}) ⇒ Types::GetOidcInfoResponse
Retrieves the OpenID Connect (OIDC) configuration for a Wickr network, including SSO settings and optional token information if access token parameters are provided.
-
#get_opentdf_config(params = {}) ⇒ Types::GetOpentdfConfigResponse
Retrieves the OpenTDF integration configuration for a Wickr network.
-
#get_security_group(params = {}) ⇒ Types::GetSecurityGroupResponse
Retrieves detailed information about a specific security group in a Wickr network, including its settings, member counts, and configuration.
-
#get_user(params = {}) ⇒ Types::GetUserResponse
Retrieves detailed information about a specific user in a Wickr network, including their profile, status, and activity history.
-
#get_users_count(params = {}) ⇒ Types::GetUsersCountResponse
Retrieves the count of users in a Wickr network, categorized by their status (pending, active, rejected) and showing how many users can still be added.
-
#list_blocked_guest_users(params = {}) ⇒ Types::ListBlockedGuestUsersResponse
Retrieves a paginated list of guest users who have been blocked from a Wickr network.
-
#list_bots(params = {}) ⇒ Types::ListBotsResponse
Retrieves a paginated list of bots in a specified Wickr network.
-
#list_devices_for_user(params = {}) ⇒ Types::ListDevicesForUserResponse
Retrieves a paginated list of devices associated with a specific user in a Wickr network.
-
#list_guest_users(params = {}) ⇒ Types::ListGuestUsersResponse
Retrieves a paginated list of guest users who have communicated with your Wickr network.
-
#list_networks(params = {}) ⇒ Types::ListNetworksResponse
Retrieves a paginated list of all Wickr networks associated with your Amazon Web Services account.
-
#list_security_group_users(params = {}) ⇒ Types::ListSecurityGroupUsersResponse
Retrieves a paginated list of users who belong to a specific security group in a Wickr network.
-
#list_security_groups(params = {}) ⇒ Types::ListSecurityGroupsResponse
Retrieves a paginated list of security groups in a specified Wickr network.
-
#list_users(params = {}) ⇒ Types::ListUsersResponse
Retrieves a paginated list of users in a specified Wickr network.
-
#register_oidc_config(params = {}) ⇒ Types::RegisterOidcConfigResponse
Registers and saves an OpenID Connect (OIDC) configuration for a Wickr network, enabling Single Sign-On (SSO) authentication through an identity provider.
-
#register_oidc_config_test(params = {}) ⇒ Types::RegisterOidcConfigTestResponse
Tests an OpenID Connect (OIDC) configuration for a Wickr network by validating the connection to the identity provider and retrieving its supported capabilities.
-
#register_opentdf_config(params = {}) ⇒ Types::RegisterOpentdfConfigResponse
Registers and saves OpenTDF configuration for a Wickr network, enabling attribute-based access control for Wickr through an OpenTDF provider.
-
#update_bot(params = {}) ⇒ Types::UpdateBotResponse
Updates the properties of an existing bot in a Wickr network.
-
#update_data_retention(params = {}) ⇒ Types::UpdateDataRetentionResponse
Updates the data retention bot settings, allowing you to enable or disable the data retention service, or acknowledge the public key message.
-
#update_guest_user(params = {}) ⇒ Types::UpdateGuestUserResponse
Updates the block status of a guest user in a Wickr network.
-
#update_network(params = {}) ⇒ Types::UpdateNetworkResponse
Updates the properties of an existing Wickr network, such as its name or encryption key configuration.
-
#update_network_settings(params = {}) ⇒ Types::UpdateNetworkSettingsResponse
Updates network-level settings for a Wickr network.
-
#update_security_group(params = {}) ⇒ Types::UpdateSecurityGroupResponse
Updates the properties of an existing security group in a Wickr network, such as its name or settings.
-
#update_user(params = {}) ⇒ Types::UpdateUserResponse
Updates the properties of an existing user in a Wickr network.
Class Method Summary collapse
- .errors_module ⇒ Object private
- .new ⇒ Object
Instance Method Summary collapse
- #build_request(operation_name, params = {}) ⇒ Object private
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
- #waiter_names ⇒ Object deprecated private Deprecated.
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
471 472 473 |
# File 'lib/aws-sdk-wickr/client.rb', line 471 def initialize(*args) super end |
Class Attribute Details
.identifier ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5182 5183 5184 |
# File 'lib/aws-sdk-wickr/client.rb', line 5182 def identifier @identifier end |
Class Method Details
.errors_module ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5185 5186 5187 |
# File 'lib/aws-sdk-wickr/client.rb', line 5185 def errors_module Errors end |
.new ⇒ Object
14 |
# File 'sig/client.rbs', line 14
def self.new: (
|
Instance Method Details
#batch_create_user(params = {}) ⇒ Types::BatchCreateUserResponse
Creates multiple users in a specified Wickr network. This operation allows you to provision multiple user accounts simultaneously, optionally specifying security groups, and validation requirements for each user.
codeValidation, inviteCode, and inviteCodeTtl are restricted to
networks under preview only.
88 |
# File 'sig/client.rbs', line 88
def batch_create_user: (
|
#batch_delete_user(params = {}) ⇒ Types::BatchDeleteUserResponse
Deletes multiple users from a specified Wickr network. This operation permanently removes user accounts and their associated data from the network.
112 |
# File 'sig/client.rbs', line 112
def batch_delete_user: (
|
#batch_lookup_user_uname(params = {}) ⇒ Types::BatchLookupUserUnameResponse
Looks up multiple user usernames from their unique username hashes (unames). This operation allows you to retrieve the email addresses associated with a list of username hashes.
126 |
# File 'sig/client.rbs', line 126
def batch_lookup_user_uname: (
|
#batch_reinvite_user(params = {}) ⇒ Types::BatchReinviteUserResponse
Resends invitation codes to multiple users who have pending invitations in a Wickr network. This operation is useful when users haven't accepted their initial invitations or when invitations have expired.
140 |
# File 'sig/client.rbs', line 140
def batch_reinvite_user: (
|
#batch_reset_devices_for_user(params = {}) ⇒ Types::BatchResetDevicesForUserResponse
Resets multiple devices for a specific user in a Wickr network. This operation forces the selected devices to log out and requires users to re-authenticate, which is useful for security purposes or when devices need to be revoked.
154 |
# File 'sig/client.rbs', line 154
def batch_reset_devices_for_user: (
|
#batch_toggle_user_suspend_status(params = {}) ⇒ Types::BatchToggleUserSuspendStatusResponse
Suspends or unsuspends multiple users in a Wickr network. Suspended users cannot access the network until they are unsuspended. This operation is useful for temporarily restricting access without deleting user accounts.
169 |
# File 'sig/client.rbs', line 169
def batch_toggle_user_suspend_status: (
|
#build_request(operation_name, params = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 |
# File 'lib/aws-sdk-wickr/client.rb', line 5155 def build_request(operation_name, params = {}) handlers = @handlers.for(operation_name) tracer = config.telemetry_provider.tracer_provider.tracer( Aws::Telemetry.module_to_tracer_name('Aws::Wickr') ) context = Seahorse::Client::RequestContext.new( operation_name: operation_name, operation: config.api.operation(operation_name), client: self, params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-wickr' context[:gem_version] = '1.11.0' Seahorse::Client::Request.new(handlers, context) end |
#create_bot(params = {}) ⇒ Types::CreateBotResponse
Creates a new bot in a specified Wickr network. Bots are automated accounts that can send and receive messages, enabling integration with external systems and automation of tasks.
187 |
# File 'sig/client.rbs', line 187
def create_bot: (
|
#create_data_retention_bot(params = {}) ⇒ Types::CreateDataRetentionBotResponse
Creates a data retention bot in a Wickr network. Data retention bots are specialized bots that handle message archiving and compliance by capturing and storing messages for regulatory or organizational requirements.
201 |
# File 'sig/client.rbs', line 201
def create_data_retention_bot: (
|
#create_data_retention_bot_challenge(params = {}) ⇒ Types::CreateDataRetentionBotChallengeResponse
Creates a new challenge password for the data retention bot. This password is used for authentication when the bot connects to the network.
211 |
# File 'sig/client.rbs', line 211
def create_data_retention_bot_challenge: (
|
#create_network(params = {}) ⇒ Types::CreateNetworkResponse
Creates a new Wickr network with specified access level and configuration. This operation provisions a new communication network for your organization.
223 |
# File 'sig/client.rbs', line 223
def create_network: (
|
#create_security_group(params = {}) ⇒ Types::CreateSecurityGroupResponse
Creates a new security group in a Wickr network. Security groups allow you to organize users and control their permissions, features, and security settings.
236 |
# File 'sig/client.rbs', line 236
def create_security_group: (
|
#delete_bot(params = {}) ⇒ Types::DeleteBotResponse
Deletes a bot from a specified Wickr network. This operation permanently removes the bot account and its associated data from the network.
268 |
# File 'sig/client.rbs', line 268
def delete_bot: (
|
#delete_data_retention_bot(params = {}) ⇒ Types::DeleteDataRetentionBotResponse
Deletes the data retention bot from a Wickr network. This operation permanently removes the bot and all its associated data from the database.
279 |
# File 'sig/client.rbs', line 279
def delete_data_retention_bot: (
|
#delete_network(params = {}) ⇒ Types::DeleteNetworkResponse
Deletes a Wickr network and all its associated resources, including users, bots, security groups, and settings. This operation is permanent and cannot be undone.
289 |
# File 'sig/client.rbs', line 289
def delete_network: (
|
#delete_security_group(params = {}) ⇒ Types::DeleteSecurityGroupResponse
Deletes a security group from a Wickr network. This operation cannot be performed on the default security group.
302 |
# File 'sig/client.rbs', line 302
def delete_security_group: (
|
#get_bot(params = {}) ⇒ Types::GetBotResponse
Retrieves detailed information about a specific bot in a Wickr network, including its status, group membership, and authentication details.
322 |
# File 'sig/client.rbs', line 322
def get_bot: (
|
#get_bots_count(params = {}) ⇒ Types::GetBotsCountResponse
Retrieves the count of bots in a Wickr network, categorized by their status (pending, active, and total).
335 |
# File 'sig/client.rbs', line 335
def get_bots_count: (
|
#get_data_retention_bot(params = {}) ⇒ Types::GetDataRetentionBotResponse
Retrieves information about the data retention bot in a Wickr network, including its status and whether the data retention service is enabled.
350 |
# File 'sig/client.rbs', line 350
def get_data_retention_bot: (
|
#get_guest_user_history_count(params = {}) ⇒ Types::GetGuestUserHistoryCountResponse
Retrieves historical guest user count data for a Wickr network, showing the number of guest users per billing period over the past 90 days.
360 |
# File 'sig/client.rbs', line 360
def get_guest_user_history_count: (
|
#get_network(params = {}) ⇒ Types::GetNetworkResponse
Retrieves detailed information about a specific Wickr network, including its configuration, access level, and status.
378 |
# File 'sig/client.rbs', line 378
def get_network: (
|
#get_network_settings(params = {}) ⇒ Types::GetNetworkSettingsResponse
Retrieves all network-level settings for a Wickr network, including client metrics, data retention, and other configuration options.
388 |
# File 'sig/client.rbs', line 388
def get_network_settings: (
|
#get_oidc_info(params = {}) ⇒ Types::GetOidcInfoResponse
Retrieves the OpenID Connect (OIDC) configuration for a Wickr network, including SSO settings and optional token information if access token parameters are provided.
399 |
# File 'sig/client.rbs', line 399
def get_oidc_info: (
|
#get_opentdf_config(params = {}) ⇒ Types::GetOpentdfConfigResponse
Retrieves the OpenTDF integration configuration for a Wickr network.
420 |
# File 'sig/client.rbs', line 420
def get_opentdf_config: (
|
#get_security_group(params = {}) ⇒ Types::GetSecurityGroupResponse
Retrieves detailed information about a specific security group in a Wickr network, including its settings, member counts, and configuration.
430 |
# File 'sig/client.rbs', line 430
def get_security_group: (
|
#get_user(params = {}) ⇒ Types::GetUserResponse
Retrieves detailed information about a specific user in a Wickr network, including their profile, status, and activity history.
450 |
# File 'sig/client.rbs', line 450
def get_user: (
|
#get_users_count(params = {}) ⇒ Types::GetUsersCountResponse
Retrieves the count of users in a Wickr network, categorized by their status (pending, active, rejected) and showing how many users can still be added.
467 |
# File 'sig/client.rbs', line 467
def get_users_count: (
|
#list_blocked_guest_users(params = {}) ⇒ Types::ListBlockedGuestUsersResponse
Retrieves a paginated list of guest users who have been blocked from a Wickr network. You can filter and sort the results.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
478 |
# File 'sig/client.rbs', line 478
def list_blocked_guest_users: (
|
#list_bots(params = {}) ⇒ Types::ListBotsResponse
Retrieves a paginated list of bots in a specified Wickr network. You can filter and sort the results based on various criteria.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
495 |
# File 'sig/client.rbs', line 495
def list_bots: (
|
#list_devices_for_user(params = {}) ⇒ Types::ListDevicesForUserResponse
Retrieves a paginated list of devices associated with a specific user in a Wickr network. This operation returns information about all devices where the user has logged into Wickr.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
514 |
# File 'sig/client.rbs', line 514
def list_devices_for_user: (
|
#list_guest_users(params = {}) ⇒ Types::ListGuestUsersResponse
Retrieves a paginated list of guest users who have communicated with your Wickr network. Guest users are external users from federated networks who can communicate with network members.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
530 |
# File 'sig/client.rbs', line 530
def list_guest_users: (
|
#list_networks(params = {}) ⇒ Types::ListNetworksResponse
Retrieves a paginated list of all Wickr networks associated with your Amazon Web Services account. You can sort the results by network ID or name.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
547 |
# File 'sig/client.rbs', line 547
def list_networks: (
|
#list_security_group_users(params = {}) ⇒ Types::ListSecurityGroupUsersResponse
Retrieves a paginated list of users who belong to a specific security group in a Wickr network.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
561 |
# File 'sig/client.rbs', line 561
def list_security_group_users: (
|
#list_security_groups(params = {}) ⇒ Types::ListSecurityGroupsResponse
Retrieves a paginated list of security groups in a specified Wickr network. You can sort the results by various criteria.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
577 |
# File 'sig/client.rbs', line 577
def list_security_groups: (
|
#list_users(params = {}) ⇒ Types::ListUsersResponse
Retrieves a paginated list of users in a specified Wickr network. You can filter and sort the results based on various criteria such as name, status, or security group membership.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
592 |
# File 'sig/client.rbs', line 592
def list_users: (
|
#register_oidc_config(params = {}) ⇒ Types::RegisterOidcConfigResponse
Registers and saves an OpenID Connect (OIDC) configuration for a Wickr network, enabling Single Sign-On (SSO) authentication through an identity provider.
624 |
# File 'sig/client.rbs', line 624
def register_oidc_config: (
|
#register_oidc_config_test(params = {}) ⇒ Types::RegisterOidcConfigTestResponse
Tests an OpenID Connect (OIDC) configuration for a Wickr network by validating the connection to the identity provider and retrieving its supported capabilities.
653 |
# File 'sig/client.rbs', line 653
def register_oidc_config_test: (
|
#register_opentdf_config(params = {}) ⇒ Types::RegisterOpentdfConfigResponse
Registers and saves OpenTDF configuration for a Wickr network, enabling attribute-based access control for Wickr through an OpenTDF provider.
670 |
# File 'sig/client.rbs', line 670
def register_opentdf_config: (
|
#update_bot(params = {}) ⇒ Types::UpdateBotResponse
Updates the properties of an existing bot in a Wickr network. This operation allows you to modify the bot's display name, security group, password, or suspension status.
685 |
# File 'sig/client.rbs', line 685
def update_bot: (
|
#update_data_retention(params = {}) ⇒ Types::UpdateDataRetentionResponse
Updates the data retention bot settings, allowing you to enable or disable the data retention service, or acknowledge the public key message.
700 |
# File 'sig/client.rbs', line 700
def update_data_retention: (
|
#update_guest_user(params = {}) ⇒ Types::UpdateGuestUserResponse
Updates the block status of a guest user in a Wickr network. This operation allows you to block or unblock a guest user from accessing the network.
711 |
# File 'sig/client.rbs', line 711
def update_guest_user: (
|
#update_network(params = {}) ⇒ Types::UpdateNetworkResponse
Updates the properties of an existing Wickr network, such as its name or encryption key configuration.
723 |
# File 'sig/client.rbs', line 723
def update_network: (
|
#update_network_settings(params = {}) ⇒ Types::UpdateNetworkSettingsResponse
Updates network-level settings for a Wickr network. You can modify settings such as client metrics, data retention, and other network-wide options.
736 |
# File 'sig/client.rbs', line 736
def update_network_settings: (
|
#update_security_group(params = {}) ⇒ Types::UpdateSecurityGroupResponse
Updates the properties of an existing security group in a Wickr network, such as its name or settings.
760 |
# File 'sig/client.rbs', line 760
def update_security_group: (
|
#update_user(params = {}) ⇒ Types::UpdateUserResponse
Updates the properties of an existing user in a Wickr network. This operation allows you to modify the user's name, password, security group membership, and invite code settings.
codeValidation, inviteCode, and inviteCodeTtl are restricted to
networks under preview only.
844 |
# File 'sig/client.rbs', line 844
def update_user: (
|
#waiter_names ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5175 5176 5177 |
# File 'lib/aws-sdk-wickr/client.rb', line 5175 def waiter_names [] end |