@aws-sdk/client-quicksight 3.651.1 → 3.655.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/README.md +8 -0
- package/dist-cjs/index.js +77 -15
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/ListFoldersForResourceCommand.js +22 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +4 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-es/pagination/ListFoldersForResourcePaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +33 -0
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +11 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +11 -0
- package/dist-types/commands/CancelIngestionCommand.d.ts +11 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +30 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +30 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +11 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +30 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +11 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +11 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +12 -2
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +11 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +11 -0
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +11 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +11 -0
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +106 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +11 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +11 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +11 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +11 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +11 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +11 -0
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +11 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListThemesCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +11 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +11 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListUsersCommand.d.ts +11 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +11 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +11 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +11 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +11 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +11 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +11 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +11 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +11 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +11 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +30 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +30 -0
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +30 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +11 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +47 -12
- package/dist-types/models/models_1.d.ts +13 -61
- package/dist-types/models/models_2.d.ts +59 -31
- package/dist-types/models/models_3.d.ts +31 -16
- package/dist-types/models/models_4.d.ts +69 -2
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +17 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +16 -3
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -6
- package/dist-types/ts3.4/models/models_1.d.ts +6 -16
- package/dist-types/ts3.4/models/models_2.d.ts +19 -9
- package/dist-types/ts3.4/models/models_3.d.ts +9 -5
- package/dist-types/ts3.4/models/models_4.d.ts +17 -1
- package/dist-types/ts3.4/pagination/ListFoldersForResourcePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +35 -35
|
@@ -238,6 +238,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
238
238
|
* },
|
|
239
239
|
* ],
|
|
240
240
|
* },
|
|
241
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
241
242
|
* },
|
|
242
243
|
* TextField: { // ParameterTextFieldControl
|
|
243
244
|
* ParameterControlId: "STRING_VALUE", // required
|
|
@@ -326,6 +327,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
326
327
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
327
328
|
* },
|
|
328
329
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
330
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
329
331
|
* },
|
|
330
332
|
* List: { // FilterListControl
|
|
331
333
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -384,6 +386,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
384
386
|
* },
|
|
385
387
|
* ],
|
|
386
388
|
* },
|
|
389
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
387
390
|
* },
|
|
388
391
|
* TextField: { // FilterTextFieldControl
|
|
389
392
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -432,6 +435,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
432
435
|
* DateTimeFormat: "STRING_VALUE",
|
|
433
436
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
434
437
|
* },
|
|
438
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
435
439
|
* },
|
|
436
440
|
* CrossSheet: { // FilterCrossSheetControl
|
|
437
441
|
* FilterControlId: "STRING_VALUE", // required
|
|
@@ -4533,6 +4537,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4533
4537
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4534
4538
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4535
4539
|
* },
|
|
4540
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4536
4541
|
* },
|
|
4537
4542
|
* DefaultListOptions: { // DefaultFilterListControlOptions
|
|
4538
4543
|
* DisplayOptions: {
|
|
@@ -4562,6 +4567,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4562
4567
|
* SelectableValues: {
|
|
4563
4568
|
* Values: "<ParameterSelectableValueList>",
|
|
4564
4569
|
* },
|
|
4570
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4565
4571
|
* },
|
|
4566
4572
|
* DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
|
|
4567
4573
|
* DisplayOptions: {
|
|
@@ -4596,6 +4602,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4596
4602
|
* DateTimeFormat: "STRING_VALUE",
|
|
4597
4603
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4598
4604
|
* },
|
|
4605
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4599
4606
|
* },
|
|
4600
4607
|
* },
|
|
4601
4608
|
* },
|
|
@@ -4628,6 +4635,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4628
4635
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4629
4636
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4630
4637
|
* },
|
|
4638
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4631
4639
|
* },
|
|
4632
4640
|
* DefaultListOptions: {
|
|
4633
4641
|
* DisplayOptions: {
|
|
@@ -4651,6 +4659,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4651
4659
|
* },
|
|
4652
4660
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4653
4661
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4662
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4654
4663
|
* },
|
|
4655
4664
|
* DefaultTextFieldOptions: {
|
|
4656
4665
|
* DisplayOptions: {
|
|
@@ -4683,6 +4692,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4683
4692
|
* DateTimeFormat: "STRING_VALUE",
|
|
4684
4693
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4685
4694
|
* },
|
|
4695
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4686
4696
|
* },
|
|
4687
4697
|
* },
|
|
4688
4698
|
* },
|
|
@@ -4708,6 +4718,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4708
4718
|
* HelperTextVisibility: "HIDDEN" || "VISIBLE",
|
|
4709
4719
|
* DateIconVisibility: "HIDDEN" || "VISIBLE",
|
|
4710
4720
|
* },
|
|
4721
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4711
4722
|
* },
|
|
4712
4723
|
* DefaultListOptions: {
|
|
4713
4724
|
* DisplayOptions: {
|
|
@@ -4729,6 +4740,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4729
4740
|
* },
|
|
4730
4741
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4731
4742
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4743
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4732
4744
|
* },
|
|
4733
4745
|
* DefaultTextFieldOptions: {
|
|
4734
4746
|
* DisplayOptions: {
|
|
@@ -4761,6 +4773,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4761
4773
|
* DateTimeFormat: "STRING_VALUE",
|
|
4762
4774
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4763
4775
|
* },
|
|
4776
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4764
4777
|
* },
|
|
4765
4778
|
* },
|
|
4766
4779
|
* },
|
|
@@ -4781,6 +4794,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4781
4794
|
* DefaultDateTimePickerOptions: {
|
|
4782
4795
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4783
4796
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4797
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4784
4798
|
* },
|
|
4785
4799
|
* DefaultListOptions: {
|
|
4786
4800
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4791,6 +4805,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4791
4805
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4792
4806
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4793
4807
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4808
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4794
4809
|
* },
|
|
4795
4810
|
* DefaultTextFieldOptions: {
|
|
4796
4811
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4812,6 +4827,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4812
4827
|
* DateTimeFormat: "STRING_VALUE",
|
|
4813
4828
|
* InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
|
|
4814
4829
|
* },
|
|
4830
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4815
4831
|
* },
|
|
4816
4832
|
* },
|
|
4817
4833
|
* },
|
|
@@ -4844,6 +4860,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4844
4860
|
* DefaultDateTimePickerOptions: {
|
|
4845
4861
|
* Type: "SINGLE_VALUED" || "DATE_RANGE",
|
|
4846
4862
|
* DisplayOptions: "<DateTimePickerControlDisplayOptions>",
|
|
4863
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4847
4864
|
* },
|
|
4848
4865
|
* DefaultListOptions: {
|
|
4849
4866
|
* DisplayOptions: "<ListControlDisplayOptions>",
|
|
@@ -4854,6 +4871,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4854
4871
|
* DisplayOptions: "<DropDownControlDisplayOptions>",
|
|
4855
4872
|
* Type: "MULTI_SELECT" || "SINGLE_SELECT",
|
|
4856
4873
|
* SelectableValues: "<FilterSelectableValues>",
|
|
4874
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4857
4875
|
* },
|
|
4858
4876
|
* DefaultTextFieldOptions: {
|
|
4859
4877
|
* DisplayOptions: "<TextFieldControlDisplayOptions>",
|
|
@@ -4871,6 +4889,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4871
4889
|
* },
|
|
4872
4890
|
* DefaultRelativeDateTimeOptions: {
|
|
4873
4891
|
* DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
|
|
4892
|
+
* CommitMode: "AUTO" || "MANUAL",
|
|
4874
4893
|
* },
|
|
4875
4894
|
* },
|
|
4876
4895
|
* },
|
|
@@ -5085,4 +5104,15 @@ declare const CreateTemplateCommand_base: {
|
|
|
5085
5104
|
* @public
|
|
5086
5105
|
*/
|
|
5087
5106
|
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
|
|
5107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
5108
|
+
protected static __types: {
|
|
5109
|
+
api: {
|
|
5110
|
+
input: CreateTemplateRequest;
|
|
5111
|
+
output: CreateTemplateResponse;
|
|
5112
|
+
};
|
|
5113
|
+
sdk: {
|
|
5114
|
+
input: CreateTemplateCommandInput;
|
|
5115
|
+
output: CreateTemplateCommandOutput;
|
|
5116
|
+
};
|
|
5117
|
+
};
|
|
5088
5118
|
}
|
|
@@ -93,4 +93,15 @@ declare const CreateThemeAliasCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class CreateThemeAliasCommand extends CreateThemeAliasCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateThemeAliasRequest;
|
|
100
|
+
output: CreateThemeAliasResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateThemeAliasCommandInput;
|
|
104
|
+
output: CreateThemeAliasCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -164,4 +164,15 @@ declare const CreateThemeCommand_base: {
|
|
|
164
164
|
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class CreateThemeCommand extends CreateThemeCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: CreateThemeRequest;
|
|
171
|
+
output: CreateThemeResponse;
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: CreateThemeCommandInput;
|
|
175
|
+
output: CreateThemeCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -343,4 +343,15 @@ declare const CreateTopicCommand_base: {
|
|
|
343
343
|
* @public
|
|
344
344
|
*/
|
|
345
345
|
export declare class CreateTopicCommand extends CreateTopicCommand_base {
|
|
346
|
+
/** @internal type navigation helper, not in runtime. */
|
|
347
|
+
protected static __types: {
|
|
348
|
+
api: {
|
|
349
|
+
input: CreateTopicRequest;
|
|
350
|
+
output: CreateTopicResponse;
|
|
351
|
+
};
|
|
352
|
+
sdk: {
|
|
353
|
+
input: CreateTopicCommandInput;
|
|
354
|
+
output: CreateTopicCommandOutput;
|
|
355
|
+
};
|
|
356
|
+
};
|
|
346
357
|
}
|
|
@@ -99,4 +99,15 @@ declare const CreateTopicRefreshScheduleCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateTopicRefreshScheduleCommand extends CreateTopicRefreshScheduleCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateTopicRefreshScheduleRequest;
|
|
106
|
+
output: CreateTopicRefreshScheduleResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateTopicRefreshScheduleCommandInput;
|
|
110
|
+
output: CreateTopicRefreshScheduleCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -110,4 +110,15 @@ declare const CreateVPCConnectionCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class CreateVPCConnectionCommand extends CreateVPCConnectionCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: CreateVPCConnectionRequest;
|
|
117
|
+
output: CreateVPCConnectionResponse;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: CreateVPCConnectionCommandInput;
|
|
121
|
+
output: CreateVPCConnectionCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -90,4 +90,15 @@ declare const DeleteAccountCustomizationCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteAccountCustomizationCommand extends DeleteAccountCustomizationCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteAccountCustomizationRequest;
|
|
97
|
+
output: DeleteAccountCustomizationResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteAccountCustomizationCommandInput;
|
|
101
|
+
output: DeleteAccountCustomizationCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteAccountSubscriptionCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteAccountSubscriptionCommand extends DeleteAccountSubscriptionCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteAccountSubscriptionRequest;
|
|
89
|
+
output: DeleteAccountSubscriptionResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteAccountSubscriptionCommandInput;
|
|
93
|
+
output: DeleteAccountSubscriptionCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -96,4 +96,15 @@ declare const DeleteAnalysisCommand_base: {
|
|
|
96
96
|
* @public
|
|
97
97
|
*/
|
|
98
98
|
export declare class DeleteAnalysisCommand extends DeleteAnalysisCommand_base {
|
|
99
|
+
/** @internal type navigation helper, not in runtime. */
|
|
100
|
+
protected static __types: {
|
|
101
|
+
api: {
|
|
102
|
+
input: DeleteAnalysisRequest;
|
|
103
|
+
output: DeleteAnalysisResponse;
|
|
104
|
+
};
|
|
105
|
+
sdk: {
|
|
106
|
+
input: DeleteAnalysisCommandInput;
|
|
107
|
+
output: DeleteAnalysisCommandOutput;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
99
110
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteDashboardCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteDashboardCommand extends DeleteDashboardCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteDashboardRequest;
|
|
90
|
+
output: DeleteDashboardResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteDashboardCommandInput;
|
|
94
|
+
output: DeleteDashboardCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -79,4 +79,15 @@ declare const DeleteDataSetCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class DeleteDataSetCommand extends DeleteDataSetCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: DeleteDataSetRequest;
|
|
86
|
+
output: DeleteDataSetResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: DeleteDataSetCommandInput;
|
|
90
|
+
output: DeleteDataSetCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteDataSetRefreshPropertiesCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteDataSetRefreshPropertiesCommand extends DeleteDataSetRefreshPropertiesCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteDataSetRefreshPropertiesRequest;
|
|
90
|
+
output: DeleteDataSetRefreshPropertiesResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteDataSetRefreshPropertiesCommandInput;
|
|
94
|
+
output: DeleteDataSetRefreshPropertiesCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteDataSourceRequest;
|
|
87
|
+
output: DeleteDataSourceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteDataSourceCommandInput;
|
|
91
|
+
output: DeleteDataSourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -91,4 +91,15 @@ declare const DeleteFolderCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class DeleteFolderCommand extends DeleteFolderCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: DeleteFolderRequest;
|
|
98
|
+
output: DeleteFolderResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: DeleteFolderCommandInput;
|
|
102
|
+
output: DeleteFolderCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteFolderMembershipCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteFolderMembershipCommand extends DeleteFolderMembershipCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteFolderMembershipRequest;
|
|
92
|
+
output: DeleteFolderMembershipResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteFolderMembershipCommandInput;
|
|
96
|
+
output: DeleteFolderMembershipCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteGroupCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteGroupCommand extends DeleteGroupCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteGroupRequest;
|
|
91
|
+
output: DeleteGroupResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteGroupCommandInput;
|
|
95
|
+
output: DeleteGroupCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteGroupMembershipCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteGroupMembershipCommand extends DeleteGroupMembershipCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteGroupMembershipRequest;
|
|
92
|
+
output: DeleteGroupMembershipResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteGroupMembershipCommandInput;
|
|
96
|
+
output: DeleteGroupMembershipCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteIAMPolicyAssignmentCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteIAMPolicyAssignmentCommand extends DeleteIAMPolicyAssignmentCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteIAMPolicyAssignmentRequest;
|
|
93
|
+
output: DeleteIAMPolicyAssignmentResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteIAMPolicyAssignmentCommandInput;
|
|
97
|
+
output: DeleteIAMPolicyAssignmentCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteIdentityPropagationConfigCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteIdentityPropagationConfigCommand extends DeleteIdentityPropagationConfigCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteIdentityPropagationConfigRequest;
|
|
85
|
+
output: DeleteIdentityPropagationConfigResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteIdentityPropagationConfigCommandInput;
|
|
89
|
+
output: DeleteIdentityPropagationConfigCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteNamespaceCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteNamespaceCommand extends DeleteNamespaceCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteNamespaceRequest;
|
|
92
|
+
output: DeleteNamespaceResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteNamespaceCommandInput;
|
|
96
|
+
output: DeleteNamespaceCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteRefreshScheduleCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteRefreshScheduleCommand extends DeleteRefreshScheduleCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteRefreshScheduleRequest;
|
|
90
|
+
output: DeleteRefreshScheduleResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteRefreshScheduleCommandInput;
|
|
94
|
+
output: DeleteRefreshScheduleCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteRoleCustomPermissionCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteRoleCustomPermissionCommand extends DeleteRoleCustomPermissionCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteRoleCustomPermissionRequest;
|
|
91
|
+
output: DeleteRoleCustomPermissionResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteRoleCustomPermissionCommandInput;
|
|
95
|
+
output: DeleteRoleCustomPermissionCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteRoleMembershipCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteRoleMembershipCommand extends DeleteRoleMembershipCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteRoleMembershipRequest;
|
|
92
|
+
output: DeleteRoleMembershipResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteRoleMembershipCommandInput;
|
|
96
|
+
output: DeleteRoleMembershipCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteTemplateAliasCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteTemplateAliasCommand extends DeleteTemplateAliasCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteTemplateAliasRequest;
|
|
89
|
+
output: DeleteTemplateAliasResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteTemplateAliasCommandInput;
|
|
93
|
+
output: DeleteTemplateAliasCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteTemplateCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteTemplateRequest;
|
|
93
|
+
output: DeleteTemplateResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteTemplateCommandInput;
|
|
97
|
+
output: DeleteTemplateCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteThemeAliasCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteThemeAliasCommand extends DeleteThemeAliasCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteThemeAliasRequest;
|
|
93
|
+
output: DeleteThemeAliasResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteThemeAliasCommandInput;
|
|
97
|
+
output: DeleteThemeAliasCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -89,4 +89,15 @@ declare const DeleteThemeCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DeleteThemeCommand extends DeleteThemeCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DeleteThemeRequest;
|
|
96
|
+
output: DeleteThemeResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DeleteThemeCommandInput;
|
|
100
|
+
output: DeleteThemeCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteTopicCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteTopicCommand extends DeleteTopicCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteTopicRequest;
|
|
89
|
+
output: DeleteTopicResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteTopicCommandInput;
|
|
93
|
+
output: DeleteTopicCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -90,4 +90,15 @@ declare const DeleteTopicRefreshScheduleCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteTopicRefreshScheduleCommand extends DeleteTopicRefreshScheduleCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteTopicRefreshScheduleRequest;
|
|
97
|
+
output: DeleteTopicRefreshScheduleResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteTopicRefreshScheduleCommandInput;
|
|
101
|
+
output: DeleteTopicRefreshScheduleCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -84,4 +84,15 @@ declare const DeleteUserByPrincipalIdCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DeleteUserByPrincipalIdCommand extends DeleteUserByPrincipalIdCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DeleteUserByPrincipalIdRequest;
|
|
91
|
+
output: DeleteUserByPrincipalIdResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DeleteUserByPrincipalIdCommandInput;
|
|
95
|
+
output: DeleteUserByPrincipalIdCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -86,4 +86,15 @@ declare const DeleteUserCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DeleteUserCommand extends DeleteUserCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DeleteUserRequest;
|
|
93
|
+
output: DeleteUserResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DeleteUserCommandInput;
|
|
97
|
+
output: DeleteUserCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|