All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.quicksight.AmazonQuickSight Maven / Gradle / Ivy

/*
 * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.quicksight;

import javax.annotation.Generated;

import com.amazonaws.*;
import com.amazonaws.regions.*;

import com.amazonaws.services.quicksight.model.*;

/**
 * Interface for accessing Amazon QuickSight.
 * 

* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.quicksight.AbstractAmazonQuickSight} instead. *

*

* Amazon QuickSight API Reference *

* Amazon QuickSight is a fully managed, serverless, cloud business intelligence service that makes it easy to extend * data and insights to every user in your organization. This API interface reference contains documentation for a * programming interface that you can use to manage Amazon QuickSight. *

*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AmazonQuickSight { /** * The region metadata service name for computing region endpoints. You can use this value to retrieve metadata * (such as supported regions) of the service. * * @see RegionUtils#getRegionsForService(String) */ String ENDPOINT_PREFIX = "quicksight"; /** *

* Creates an Amazon QuickSight group. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<relevant-aws-account-id>:group/default/<group-name> * . *

*

* The response is a group object. *

*

* CLI Sample: *

*

* aws quicksight create-group --aws-account-id=111122223333 --namespace=default --group-name="Sales-Management" --description="Sales Management - Forecasting" *

* * @param createGroupRequest * The request object for this operation. * @return Result of the CreateGroup operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceExistsException * The resource specified doesn't exist. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws LimitExceededException * A limit is exceeded. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.CreateGroup * @see AWS API * Documentation */ CreateGroupResult createGroup(CreateGroupRequest createGroupRequest); /** *

* Adds an Amazon QuickSight user to an Amazon QuickSight group. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:group/default/<group-name> . *

*

* The condition resource is the user name. *

*

* The condition key is quicksight:UserName. *

*

* The response is the group member object. *

*

* CLI Sample: *

*

* aws quicksight create-group-membership --aws-account-id=111122223333 --namespace=default --group-name=Sales --member-name=Pat *

* * @param createGroupMembershipRequest * @return Result of the CreateGroupMembership operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.CreateGroupMembership * @see AWS API Documentation */ CreateGroupMembershipResult createGroupMembership(CreateGroupMembershipRequest createGroupMembershipRequest); /** *

* Removes a user group from Amazon QuickSight. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:group/default/<group-name> . *

*

* CLI Sample: *

*

* aws quicksight delete-group -\-aws-account-id=111122223333 -\-namespace=default -\-group-name=Sales-Management *

* * @param deleteGroupRequest * @return Result of the DeleteGroup operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.DeleteGroup * @see AWS API * Documentation */ DeleteGroupResult deleteGroup(DeleteGroupRequest deleteGroupRequest); /** *

* Removes a user from a group so that the user is no longer a member of the group. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:group/default/<group-name> . *

*

* The condition resource is the user name. *

*

* The condition key is quicksight:UserName. *

*

* CLI Sample: *

*

* aws quicksight delete-group-membership --aws-account-id=111122223333 --namespace=default --group-name=Sales-Management --member-name=Charlie *

* * @param deleteGroupMembershipRequest * @return Result of the DeleteGroupMembership operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.DeleteGroupMembership * @see AWS API Documentation */ DeleteGroupMembershipResult deleteGroupMembership(DeleteGroupMembershipRequest deleteGroupMembershipRequest); /** *

* Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management * (IAM) user or role that's making the call. The IAM user isn't deleted as a result of this call. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name> . *

*

* CLI Sample: *

*

* aws quicksight delete-user --aws-account-id=111122223333 --namespace=default --user-name=Pat *

* * @param deleteUserRequest * @return Result of the DeleteUser operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.DeleteUser * @see AWS API * Documentation */ DeleteUserResult deleteUser(DeleteUserRequest deleteUserRequest); /** *

* Deletes a user identified by its principal ID. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name> . *

*

* CLI Sample: *

*

* aws quicksight delete-user-by-principal-id --aws-account-id=111122223333 --namespace=default --principal-id=ABCDEFJA26JLI7EUUOEHS *

* * @param deleteUserByPrincipalIdRequest * @return Result of the DeleteUserByPrincipalId operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.DeleteUserByPrincipalId * @see AWS API Documentation */ DeleteUserByPrincipalIdResult deleteUserByPrincipalId(DeleteUserByPrincipalIdRequest deleteUserByPrincipalIdRequest); /** *

* Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<relevant-aws-account-id>:group/default/<group-name> * . *

*

* The response is the group object. *

*

* CLI Sample: *

*

* aws quicksight describe-group -\-aws-account-id=11112222333 -\-namespace=default -\-group-name=Sales *

* * @param describeGroupRequest * @return Result of the DescribeGroup operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.DescribeGroup * @see AWS API * Documentation */ DescribeGroupResult describeGroup(DescribeGroupRequest describeGroupRequest); /** *

* Returns information about a user, given the user name. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name> . *

*

* The response is a user object that contains the user's Amazon Resource Name (ARN), AWS Identity and Access * Management (IAM) role, and email address. *

*

* CLI Sample: *

*

* aws quicksight describe-user --aws-account-id=111122223333 --namespace=default --user-name=Pat *

* * @param describeUserRequest * @return Result of the DescribeUser operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.DescribeUser * @see AWS API * Documentation */ DescribeUserResult describeUser(DescribeUserRequest describeUserRequest); /** *

* Generates a server-side embeddable URL and authorization code. Before this can work properly, first you need to * configure the dashboards and user permissions. For more information, see Embedding Amazon QuickSight * Dashboards. *

*

* Currently, you can use GetDashboardEmbedURL only from the server, not from the user’s browser. *

*

* CLI Sample: *

*

* Assume the role with permissions enabled for actions: quickSight:RegisterUser and * quicksight:GetDashboardEmbedURL. You can use assume-role, assume-role-with-web-identity, or * assume-role-with-saml. *

*

* aws sts assume-role --role-arn "arn:aws:iam::111122223333:role/embedding_quicksight_dashboard_role" --role-session-name embeddingsession *

*

* If the user does not exist in QuickSight, register the user: *

*

* aws quicksight register-user --aws-account-id 111122223333 --namespace default --identity-type IAM --iam-arn "arn:aws:iam::111122223333:role/embedding_quicksight_dashboard_role" --user-role READER --session-name "embeddingsession" --email [email protected] --region us-east-1 *

*

* Get the URL for the embedded dashboard *

*

* aws quicksight get-dashboard-embed-url --aws-account-id 111122223333 --dashboard-id 1a1ac2b2-3fc3-4b44-5e5d-c6db6778df89 --identity-type IAM *

* * @param getDashboardEmbedUrlRequest * @return Result of the GetDashboardEmbedUrl operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceExistsException * The resource specified doesn't exist. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws DomainNotWhitelistedException * The domain specified is not on the allowlist. All domains for embedded dashboards must be added to the * approved list by an Amazon QuickSight admin. * @throws QuickSightUserNotFoundException * The user is not found. This error can happen in any operation that requires finding a user based on a * provided user name, such as DeleteUser, DescribeUser, and so on. * @throws IdentityTypeNotSupportedException * The identity type specified is not supported. Supported identity types include IAM and QUICKSIGHT. * @throws SessionLifetimeInMinutesInvalidException * The number of minutes specified for the lifetime of a session is not valid. The session lifetime must be * from 15 to 600 minutes. * @throws UnsupportedUserEditionException * This error indicates that you are calling an operation on an Amazon QuickSight subscription where the * edition doesn't include support for that operation. Amazon QuickSight currently has Standard Edition and * Enterprise Edition. Not every operation and capability is available in every edition. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.GetDashboardEmbedUrl * @see AWS API Documentation */ GetDashboardEmbedUrlResult getDashboardEmbedUrl(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest); /** *

* Lists member users in a group. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:group/default/<group-name> . *

*

* The response is a list of group member objects. *

*

* CLI Sample: *

*

* aws quicksight list-group-memberships -\-aws-account-id=111122223333 -\-namespace=default *

* * @param listGroupMembershipsRequest * @return Result of the ListGroupMemberships operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InvalidNextTokenException * The NextToken value isn't valid. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.ListGroupMemberships * @see AWS API Documentation */ ListGroupMembershipsResult listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest); /** *

* Lists all user groups in Amazon QuickSight. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:group/default/*. *

*

* The response is a list of group objects. *

*

* CLI Sample: *

*

* aws quicksight list-groups -\-aws-account-id=111122223333 -\-namespace=default *

* * @param listGroupsRequest * @return Result of the ListGroups operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InvalidNextTokenException * The NextToken value isn't valid. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.ListGroups * @see AWS API * Documentation */ ListGroupsResult listGroups(ListGroupsRequest listGroupsRequest); /** *

* Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name> . *

*

* The response is a one or more group objects. *

*

* CLI Sample: *

*

* aws quicksight list-user-groups -\-user-name=Pat -\-aws-account-id=111122223333 -\-namespace=default -\-region=us-east-1 *

* * @param listUserGroupsRequest * @return Result of the ListUserGroups operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.ListUserGroups * @see AWS API * Documentation */ ListUserGroupsResult listUserGroups(ListUserGroupsRequest listUserGroupsRequest); /** *

* Returns a list of all of the Amazon QuickSight users belonging to this account. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/* . *

*

* The response is a list of user objects, containing each user's Amazon Resource Name (ARN), AWS Identity and * Access Management (IAM) role, and email address. *

*

* CLI Sample: *

*

* aws quicksight list-users --aws-account-id=111122223333 --namespace=default *

* * @param listUsersRequest * @return Result of the ListUsers operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InvalidNextTokenException * The NextToken value isn't valid. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.ListUsers * @see AWS API * Documentation */ ListUsersResult listUsers(ListUsersRequest listUsersRequest); /** *

* Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM) * identity or role specified in the request. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name> . *

*

* The condition resource is the Amazon Resource Name (ARN) for the IAM user or role, and the session name. *

*

* The condition keys are quicksight:IamArn and quicksight:SessionName. *

*

* CLI Sample: *

*

* aws quicksight register-user -\-aws-account-id=111122223333 -\-namespace=default -\[email protected] -\-identity-type=IAM -\-user-role=AUTHOR -\-iam-arn=arn:aws:iam::111122223333:user/Pat *

* * @param registerUserRequest * @return Result of the RegisterUser operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws LimitExceededException * A limit is exceeded. * @throws ResourceExistsException * The resource specified doesn't exist. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.RegisterUser * @see AWS API * Documentation */ RegisterUserResult registerUser(RegisterUserRequest registerUserRequest); /** *

* Changes a group description. *

*

* The permissions resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:group/default/<group-name> . *

*

* The response is a group object. *

*

* CLI Sample: *

*

* aws quicksight update-group --aws-account-id=111122223333 --namespace=default --group-name=Sales --description="Sales BI Dashboards" *

* * @param updateGroupRequest * @return Result of the UpdateGroup operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws PreconditionNotMetException * One or more preconditions aren't met. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.UpdateGroup * @see AWS API * Documentation */ UpdateGroupResult updateGroup(UpdateGroupRequest updateGroupRequest); /** *

* Updates an Amazon QuickSight user. *

*

* The permission resource is * arn:aws:quicksight:us-east-1:<aws-account-id>:user/default/<user-name> . *

*

* The response is a user object that contains the user's Amazon QuickSight user name, email address, active or * inactive status in Amazon QuickSight, Amazon QuickSight role, and Amazon Resource Name (ARN). *

*

* CLI Sample: *

*

* aws quicksight update-user --user-name=Pat --role=ADMIN [email protected] --aws-account-id=111122223333 --namespace=default --region=us-east-1 *

* * @param updateUserRequest * @return Result of the UpdateUser operation returned by the service. * @throws AccessDeniedException * You don't have access to this. The provided credentials couldn't be validated. You might not be * authorized to carry out the request. Ensure that your account is authorized to use the Amazon QuickSight * service, that your policies have the correct permissions, and that you are using the correct access keys. * @throws InvalidParameterValueException * One or more parameters don't have a valid value. * @throws ResourceNotFoundException * One or more resources can't be found. * @throws ThrottlingException * Access is throttled. * @throws InternalFailureException * An internal failure occurred. * @throws ResourceUnavailableException * This resource is currently unavailable. * @sample AmazonQuickSight.UpdateUser * @see AWS API * Documentation */ UpdateUserResult updateUser(UpdateUserRequest updateUserRequest); /** * Shuts down this client object, releasing any resources that might be held open. This is an optional method, and * callers are not expected to call it, but can if they want to explicitly release any open resources. Once a client * has been shutdown, it should not be used to make any more requests. */ void shutdown(); /** * Returns additional metadata for a previously executed successful request, typically used for debugging issues * where a service isn't acting as expected. This data isn't considered part of the result data returned by an * operation, so it's available through this separate, diagnostic interface. *

* Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic * information for an executed request, you should use this method to retrieve it as soon as possible after * executing a request. * * @param request * The originally executed request. * * @return The response metadata for the specified request, or null if none is available. */ ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy