@aws-sdk/client-quicksight 3.194.0 → 3.197.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.
- package/CHANGELOG.md +22 -0
- package/dist-cjs/QuickSightClient.js +11 -8
- package/dist-cjs/commands/CancelIngestionCommand.js +10 -0
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +10 -0
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/CreateAnalysisCommand.js +10 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +10 -0
- package/dist-cjs/commands/CreateDataSetCommand.js +10 -0
- package/dist-cjs/commands/CreateDataSourceCommand.js +10 -0
- package/dist-cjs/commands/CreateFolderCommand.js +10 -0
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +10 -0
- package/dist-cjs/commands/CreateGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +10 -0
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +10 -0
- package/dist-cjs/commands/CreateIngestionCommand.js +10 -0
- package/dist-cjs/commands/CreateNamespaceCommand.js +10 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +10 -0
- package/dist-cjs/commands/CreateTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateThemeAliasCommand.js +10 -0
- package/dist-cjs/commands/CreateThemeCommand.js +10 -0
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +10 -0
- package/dist-cjs/commands/DeleteAnalysisCommand.js +10 -0
- package/dist-cjs/commands/DeleteDashboardCommand.js +10 -0
- package/dist-cjs/commands/DeleteDataSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +10 -0
- package/dist-cjs/commands/DeleteFolderCommand.js +10 -0
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +10 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +10 -0
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteNamespaceCommand.js +10 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +10 -0
- package/dist-cjs/commands/DeleteTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +10 -0
- package/dist-cjs/commands/DeleteThemeCommand.js +10 -0
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +10 -0
- package/dist-cjs/commands/DeleteUserCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DescribeAnalysisCommand.js +10 -0
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js +10 -0
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSetCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFolderCommand.js +10 -0
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeGroupCommand.js +10 -0
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +10 -0
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +10 -0
- package/dist-cjs/commands/DescribeIngestionCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +10 -0
- package/dist-cjs/commands/DescribeNamespaceCommand.js +10 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +10 -0
- package/dist-cjs/commands/DescribeTemplateCommand.js +10 -0
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +10 -0
- package/dist-cjs/commands/DescribeThemeCommand.js +10 -0
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeUserCommand.js +10 -0
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +10 -0
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +10 -0
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +10 -0
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +10 -0
- package/dist-cjs/commands/ListAnalysesCommand.js +10 -0
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListDashboardsCommand.js +10 -0
- package/dist-cjs/commands/ListDataSetsCommand.js +10 -0
- package/dist-cjs/commands/ListDataSourcesCommand.js +10 -0
- package/dist-cjs/commands/ListFolderMembersCommand.js +10 -0
- package/dist-cjs/commands/ListFoldersCommand.js +10 -0
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +10 -0
- package/dist-cjs/commands/ListGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +10 -0
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +10 -0
- package/dist-cjs/commands/ListIngestionsCommand.js +10 -0
- package/dist-cjs/commands/ListNamespacesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +10 -0
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListTemplatesCommand.js +10 -0
- package/dist-cjs/commands/ListThemeAliasesCommand.js +10 -0
- package/dist-cjs/commands/ListThemeVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListThemesCommand.js +10 -0
- package/dist-cjs/commands/ListUserGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListUsersCommand.js +10 -0
- package/dist-cjs/commands/RegisterUserCommand.js +10 -0
- package/dist-cjs/commands/RestoreAnalysisCommand.js +10 -0
- package/dist-cjs/commands/SearchAnalysesCommand.js +10 -0
- package/dist-cjs/commands/SearchDashboardsCommand.js +10 -0
- package/dist-cjs/commands/SearchFoldersCommand.js +10 -0
- package/dist-cjs/commands/SearchGroupsCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +10 -0
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateAnalysisCommand.js +10 -0
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateDashboardCommand.js +10 -0
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +10 -0
- package/dist-cjs/commands/UpdateDataSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateDataSourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateFolderCommand.js +10 -0
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +10 -0
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +10 -0
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +10 -0
- package/dist-cjs/commands/UpdateTemplateCommand.js +10 -0
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +10 -0
- package/dist-cjs/commands/UpdateThemeCommand.js +10 -0
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +10 -0
- package/dist-cjs/commands/UpdateUserCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/QuickSightClient.js +12 -9
- package/dist-es/commands/CancelIngestionCommand.js +10 -0
- package/dist-es/commands/CreateAccountCustomizationCommand.js +10 -0
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +10 -0
- package/dist-es/commands/CreateAnalysisCommand.js +10 -0
- package/dist-es/commands/CreateDashboardCommand.js +10 -0
- package/dist-es/commands/CreateDataSetCommand.js +10 -0
- package/dist-es/commands/CreateDataSourceCommand.js +10 -0
- package/dist-es/commands/CreateFolderCommand.js +10 -0
- package/dist-es/commands/CreateFolderMembershipCommand.js +10 -0
- package/dist-es/commands/CreateGroupCommand.js +10 -0
- package/dist-es/commands/CreateGroupMembershipCommand.js +10 -0
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +10 -0
- package/dist-es/commands/CreateIngestionCommand.js +10 -0
- package/dist-es/commands/CreateNamespaceCommand.js +10 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +10 -0
- package/dist-es/commands/CreateTemplateCommand.js +10 -0
- package/dist-es/commands/CreateThemeAliasCommand.js +10 -0
- package/dist-es/commands/CreateThemeCommand.js +10 -0
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +10 -0
- package/dist-es/commands/DeleteAnalysisCommand.js +10 -0
- package/dist-es/commands/DeleteDashboardCommand.js +10 -0
- package/dist-es/commands/DeleteDataSetCommand.js +10 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +10 -0
- package/dist-es/commands/DeleteFolderCommand.js +10 -0
- package/dist-es/commands/DeleteFolderMembershipCommand.js +10 -0
- package/dist-es/commands/DeleteGroupCommand.js +10 -0
- package/dist-es/commands/DeleteGroupMembershipCommand.js +10 -0
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +10 -0
- package/dist-es/commands/DeleteNamespaceCommand.js +10 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +10 -0
- package/dist-es/commands/DeleteTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteThemeAliasCommand.js +10 -0
- package/dist-es/commands/DeleteThemeCommand.js +10 -0
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +10 -0
- package/dist-es/commands/DeleteUserCommand.js +10 -0
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +10 -0
- package/dist-es/commands/DescribeAccountSettingsCommand.js +10 -0
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +10 -0
- package/dist-es/commands/DescribeAnalysisCommand.js +10 -0
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeDashboardCommand.js +10 -0
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeDataSetCommand.js +10 -0
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +10 -0
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeFolderCommand.js +10 -0
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeGroupCommand.js +10 -0
- package/dist-es/commands/DescribeGroupMembershipCommand.js +10 -0
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +10 -0
- package/dist-es/commands/DescribeIngestionCommand.js +10 -0
- package/dist-es/commands/DescribeIpRestrictionCommand.js +10 -0
- package/dist-es/commands/DescribeNamespaceCommand.js +10 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +10 -0
- package/dist-es/commands/DescribeTemplateCommand.js +10 -0
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeThemeAliasCommand.js +10 -0
- package/dist-es/commands/DescribeThemeCommand.js +10 -0
- package/dist-es/commands/DescribeThemePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeUserCommand.js +10 -0
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +10 -0
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +10 -0
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +10 -0
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +10 -0
- package/dist-es/commands/ListAnalysesCommand.js +10 -0
- package/dist-es/commands/ListDashboardVersionsCommand.js +10 -0
- package/dist-es/commands/ListDashboardsCommand.js +10 -0
- package/dist-es/commands/ListDataSetsCommand.js +10 -0
- package/dist-es/commands/ListDataSourcesCommand.js +10 -0
- package/dist-es/commands/ListFolderMembersCommand.js +10 -0
- package/dist-es/commands/ListFoldersCommand.js +10 -0
- package/dist-es/commands/ListGroupMembershipsCommand.js +10 -0
- package/dist-es/commands/ListGroupsCommand.js +10 -0
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +10 -0
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +10 -0
- package/dist-es/commands/ListIngestionsCommand.js +10 -0
- package/dist-es/commands/ListNamespacesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListTemplateAliasesCommand.js +10 -0
- package/dist-es/commands/ListTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/ListTemplatesCommand.js +10 -0
- package/dist-es/commands/ListThemeAliasesCommand.js +10 -0
- package/dist-es/commands/ListThemeVersionsCommand.js +10 -0
- package/dist-es/commands/ListThemesCommand.js +10 -0
- package/dist-es/commands/ListUserGroupsCommand.js +10 -0
- package/dist-es/commands/ListUsersCommand.js +10 -0
- package/dist-es/commands/RegisterUserCommand.js +10 -0
- package/dist-es/commands/RestoreAnalysisCommand.js +10 -0
- package/dist-es/commands/SearchAnalysesCommand.js +10 -0
- package/dist-es/commands/SearchDashboardsCommand.js +10 -0
- package/dist-es/commands/SearchFoldersCommand.js +10 -0
- package/dist-es/commands/SearchGroupsCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +10 -0
- package/dist-es/commands/UpdateAccountSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateAnalysisCommand.js +10 -0
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateDashboardCommand.js +10 -0
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +10 -0
- package/dist-es/commands/UpdateDataSetCommand.js +10 -0
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +10 -0
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateFolderCommand.js +10 -0
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateGroupCommand.js +10 -0
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +10 -0
- package/dist-es/commands/UpdateIpRestrictionCommand.js +10 -0
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +10 -0
- package/dist-es/commands/UpdateTemplateCommand.js +10 -0
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateThemeAliasCommand.js +10 -0
- package/dist-es/commands/UpdateThemeCommand.js +10 -0
- package/dist-es/commands/UpdateThemePermissionsCommand.js +10 -0
- package/dist-es/commands/UpdateUserCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/QuickSightClient.d.ts +6 -9
- package/dist-types/commands/CancelIngestionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +2 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +2 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +2 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +2 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +2 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +2 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +2 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +2 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +2 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +2 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +2 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +2 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +2 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListThemesCommand.d.ts +2 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +2 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +2 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +2 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +2 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +2 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +2 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/QuickSightClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +28 -26
- package/dist-cjs/endpoints.js +0 -133
- package/dist-es/endpoints.js +0 -129
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } from "../models/models_1";
|
|
@@ -29,6 +30,7 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class UpdateAccountCustomizationCommand extends $Command<UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
|
|
31
32
|
readonly input: UpdateAccountCustomizationCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: UpdateAccountCustomizationCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAccountSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAccountSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAnalysisRequest, UpdateAnalysisResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAnalysisCommand extends $Command<UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAnalysisCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAnalysisCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAnalysisPermissionsCommand extends $Command<UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAnalysisPermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAnalysisPermissionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_1";
|
|
@@ -32,6 +33,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateDashboardCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: UpdateDashboardCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateDashboardPermissionsCommand extends $Command<UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateDashboardPermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDashboardPermissionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDashboardPublishedVersionRequest, UpdateDashboardPublishedVersionResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateDashboardPublishedVersionCommand extends $Command<UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateDashboardPublishedVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDashboardPublishedVersionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateDataSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDataSetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } from "../models/models_1";
|
|
@@ -26,6 +27,7 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateDataSetPermissionsCommand extends $Command<UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateDataSetPermissionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateDataSetPermissionsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateDataSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDataSourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateDataSourcePermissionsRequest, UpdateDataSourcePermissionsResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateDataSourcePermissionsCommand extends $Command<UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateDataSourcePermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateDataSourcePermissionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateFolderCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateFolderCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateFolderPermissionsCommand extends $Command<UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateFolderPermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateFolderPermissionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } from "../models/models_1";
|
|
@@ -28,6 +29,7 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UpdateIAMPolicyAssignmentCommand extends $Command<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
30
31
|
readonly input: UpdateIAMPolicyAssignmentCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UpdateIAMPolicyAssignmentCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateIpRestrictionCommand extends $Command<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateIpRestrictionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateIpRestrictionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdatePublicSharingSettingsRequest, UpdatePublicSharingSettingsResponse } from "../models/models_1";
|
|
@@ -33,6 +34,7 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class UpdatePublicSharingSettingsCommand extends $Command<UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
36
|
readonly input: UpdatePublicSharingSettingsCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: UpdatePublicSharingSettingsCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateTemplateAliasCommand extends $Command<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateTemplateAliasCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateTemplateAliasCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateTemplateCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateTemplateCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateTemplatePermissionsCommand extends $Command<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateTemplatePermissionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateTemplatePermissionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateThemeAliasRequest, UpdateThemeAliasResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateThemeAliasCommand extends $Command<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateThemeAliasCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateThemeAliasCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateThemeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateThemeCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from "../models/models_1";
|
|
@@ -118,6 +119,7 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
118
119
|
*/
|
|
119
120
|
export declare class UpdateThemePermissionsCommand extends $Command<UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
120
121
|
readonly input: UpdateThemePermissionsCommandInput;
|
|
122
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
121
123
|
constructor(input: UpdateThemePermissionsCommandInput);
|
|
122
124
|
/**
|
|
123
125
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_1";
|
|
@@ -25,6 +26,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateUserCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateUserCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { QuickSightClientConfig } from "./QuickSightClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: QuickSightClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -522,6 +523,11 @@ import {
|
|
|
522
523
|
UpdateUserCommandInput,
|
|
523
524
|
UpdateUserCommandOutput,
|
|
524
525
|
} from "./commands/UpdateUserCommand";
|
|
526
|
+
import {
|
|
527
|
+
ClientInputEndpointParameters,
|
|
528
|
+
ClientResolvedEndpointParameters,
|
|
529
|
+
EndpointParameters,
|
|
530
|
+
} from "./endpoint/EndpointParameters";
|
|
525
531
|
export declare type ServiceInputTypes =
|
|
526
532
|
| CancelIngestionCommandInput
|
|
527
533
|
| CreateAccountCustomizationCommandInput
|
|
@@ -785,7 +791,6 @@ export interface ClientDefaults
|
|
|
785
791
|
serviceId?: string;
|
|
786
792
|
region?: string | __Provider<string>;
|
|
787
793
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
788
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
789
794
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
790
795
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
791
796
|
}
|
|
@@ -794,21 +799,23 @@ declare type QuickSightClientConfigType = Partial<
|
|
|
794
799
|
> &
|
|
795
800
|
ClientDefaults &
|
|
796
801
|
RegionInputConfig &
|
|
797
|
-
|
|
802
|
+
EndpointInputConfig<EndpointParameters> &
|
|
798
803
|
RetryInputConfig &
|
|
799
804
|
HostHeaderInputConfig &
|
|
800
805
|
AwsAuthInputConfig &
|
|
801
|
-
UserAgentInputConfig
|
|
806
|
+
UserAgentInputConfig &
|
|
807
|
+
ClientInputEndpointParameters;
|
|
802
808
|
export interface QuickSightClientConfig extends QuickSightClientConfigType {}
|
|
803
809
|
declare type QuickSightClientResolvedConfigType =
|
|
804
810
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
805
811
|
Required<ClientDefaults> &
|
|
806
812
|
RegionResolvedConfig &
|
|
807
|
-
|
|
813
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
808
814
|
RetryResolvedConfig &
|
|
809
815
|
HostHeaderResolvedConfig &
|
|
810
816
|
AwsAuthResolvedConfig &
|
|
811
|
-
UserAgentResolvedConfig
|
|
817
|
+
UserAgentResolvedConfig &
|
|
818
|
+
ClientResolvedEndpointParameters;
|
|
812
819
|
export interface QuickSightClientResolvedConfig
|
|
813
820
|
extends QuickSightClientResolvedConfigType {}
|
|
814
821
|
export declare class QuickSightClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CancelIngestionCommand extends $Command<
|
|
|
24
25
|
QuickSightClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CancelIngestionCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CancelIngestionCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateAccountCustomizationCommand extends $Command<
|
|
|
25
26
|
QuickSightClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateAccountCustomizationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateAccountCustomizationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateAccountSubscriptionCommand extends $Command<
|
|
|
25
26
|
QuickSightClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateAccountSubscriptionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateAccountSubscriptionCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateAnalysisCommand extends $Command<
|
|
|
24
25
|
QuickSightClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateAnalysisCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateAnalysisCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateDashboardCommand extends $Command<
|
|
|
24
25
|
QuickSightClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateDashboardCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateDashboardCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateDataSetCommand extends $Command<
|
|
|
24
25
|
QuickSightClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateDataSetCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateDataSetCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateDataSourceCommand extends $Command<
|
|
|
24
25
|
QuickSightClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateDataSourceCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateDataSourceCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateFolderCommand extends $Command<
|
|
|
21
22
|
QuickSightClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateFolderCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateFolderCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateFolderMembershipCommand extends $Command<
|
|
|
25
26
|
QuickSightClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateFolderMembershipCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateFolderMembershipCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|