@aws-sdk/client-quicksight 3.1018.0 → 3.1020.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/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/QuickSight.js +21 -21
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-types/QuickSight.d.ts +230 -230
- package/dist-types/QuickSightClient.d.ts +233 -233
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +3 -3
- package/dist-types/models/models_3.d.ts +3 -3
- package/dist-types/models/models_4.d.ts +4 -4
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/QuickSightClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +9 -9
- package/dist-types/ts3.4/models/models_2.d.ts +11 -11
- package/dist-types/ts3.4/models/models_3.d.ts +21 -21
- package/dist-types/ts3.4/models/models_4.d.ts +26 -26
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +13 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultQuickSightHttpAuthSchemeProvider = exports.defaultQuickSightHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
6
|
const defaultQuickSightHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultQuickSightHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultQuickSightHttpAuthSchemeProvider = defaultQuickSightHttpAuthSchemeProvider;
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
|
-
const config_0 = (0,
|
|
41
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
43
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
|
-
const
|
|
6
|
+
const client_1 = require("@aws-sdk/core/client");
|
|
7
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
8
9
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
10
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
|
|
|
21
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
22
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
23
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
24
|
-
(0,
|
|
25
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
25
26
|
const loaderConfig = {
|
|
26
27
|
profile: config?.profile,
|
|
27
28
|
logger: clientSharedValues.logger,
|
|
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
|
|
|
31
32
|
...config,
|
|
32
33
|
runtime: "node",
|
|
33
34
|
defaultsMode,
|
|
34
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
35
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
36
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
37
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
38
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
{
|
|
24
24
|
schemeId: "aws.auth#sigv4",
|
|
25
25
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
26
|
-
signer: new
|
|
26
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
package/dist-es/QuickSight.js
CHANGED
|
@@ -6,14 +6,14 @@ import { CreateAccountCustomizationCommand, } from "./commands/CreateAccountCust
|
|
|
6
6
|
import { CreateAccountSubscriptionCommand, } from "./commands/CreateAccountSubscriptionCommand";
|
|
7
7
|
import { CreateActionConnectorCommand, } from "./commands/CreateActionConnectorCommand";
|
|
8
8
|
import { CreateAnalysisCommand, } from "./commands/CreateAnalysisCommand";
|
|
9
|
-
import { CreateBrandCommand } from "./commands/CreateBrandCommand";
|
|
9
|
+
import { CreateBrandCommand, } from "./commands/CreateBrandCommand";
|
|
10
10
|
import { CreateCustomPermissionsCommand, } from "./commands/CreateCustomPermissionsCommand";
|
|
11
11
|
import { CreateDashboardCommand, } from "./commands/CreateDashboardCommand";
|
|
12
12
|
import { CreateDataSetCommand, } from "./commands/CreateDataSetCommand";
|
|
13
13
|
import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
|
|
14
14
|
import { CreateFolderCommand, } from "./commands/CreateFolderCommand";
|
|
15
15
|
import { CreateFolderMembershipCommand, } from "./commands/CreateFolderMembershipCommand";
|
|
16
|
-
import { CreateGroupCommand } from "./commands/CreateGroupCommand";
|
|
16
|
+
import { CreateGroupCommand, } from "./commands/CreateGroupCommand";
|
|
17
17
|
import { CreateGroupMembershipCommand, } from "./commands/CreateGroupMembershipCommand";
|
|
18
18
|
import { CreateIAMPolicyAssignmentCommand, } from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
19
19
|
import { CreateIngestionCommand, } from "./commands/CreateIngestionCommand";
|
|
@@ -23,8 +23,8 @@ import { CreateRoleMembershipCommand, } from "./commands/CreateRoleMembershipCom
|
|
|
23
23
|
import { CreateTemplateAliasCommand, } from "./commands/CreateTemplateAliasCommand";
|
|
24
24
|
import { CreateTemplateCommand, } from "./commands/CreateTemplateCommand";
|
|
25
25
|
import { CreateThemeAliasCommand, } from "./commands/CreateThemeAliasCommand";
|
|
26
|
-
import { CreateThemeCommand } from "./commands/CreateThemeCommand";
|
|
27
|
-
import { CreateTopicCommand } from "./commands/CreateTopicCommand";
|
|
26
|
+
import { CreateThemeCommand, } from "./commands/CreateThemeCommand";
|
|
27
|
+
import { CreateTopicCommand, } from "./commands/CreateTopicCommand";
|
|
28
28
|
import { CreateTopicRefreshScheduleCommand, } from "./commands/CreateTopicRefreshScheduleCommand";
|
|
29
29
|
import { CreateVPCConnectionCommand, } from "./commands/CreateVPCConnectionCommand";
|
|
30
30
|
import { DeleteAccountCustomizationCommand, } from "./commands/DeleteAccountCustomizationCommand";
|
|
@@ -33,7 +33,7 @@ import { DeleteAccountSubscriptionCommand, } from "./commands/DeleteAccountSubsc
|
|
|
33
33
|
import { DeleteActionConnectorCommand, } from "./commands/DeleteActionConnectorCommand";
|
|
34
34
|
import { DeleteAnalysisCommand, } from "./commands/DeleteAnalysisCommand";
|
|
35
35
|
import { DeleteBrandAssignmentCommand, } from "./commands/DeleteBrandAssignmentCommand";
|
|
36
|
-
import { DeleteBrandCommand } from "./commands/DeleteBrandCommand";
|
|
36
|
+
import { DeleteBrandCommand, } from "./commands/DeleteBrandCommand";
|
|
37
37
|
import { DeleteCustomPermissionsCommand, } from "./commands/DeleteCustomPermissionsCommand";
|
|
38
38
|
import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
|
|
39
39
|
import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
|
|
@@ -42,7 +42,7 @@ import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
|
42
42
|
import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
43
43
|
import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
|
|
44
44
|
import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
|
|
45
|
-
import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
|
|
45
|
+
import { DeleteGroupCommand, } from "./commands/DeleteGroupCommand";
|
|
46
46
|
import { DeleteGroupMembershipCommand, } from "./commands/DeleteGroupMembershipCommand";
|
|
47
47
|
import { DeleteIAMPolicyAssignmentCommand, } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
48
48
|
import { DeleteIdentityPropagationConfigCommand, } from "./commands/DeleteIdentityPropagationConfigCommand";
|
|
@@ -53,11 +53,11 @@ import { DeleteRoleMembershipCommand, } from "./commands/DeleteRoleMembershipCom
|
|
|
53
53
|
import { DeleteTemplateAliasCommand, } from "./commands/DeleteTemplateAliasCommand";
|
|
54
54
|
import { DeleteTemplateCommand, } from "./commands/DeleteTemplateCommand";
|
|
55
55
|
import { DeleteThemeAliasCommand, } from "./commands/DeleteThemeAliasCommand";
|
|
56
|
-
import { DeleteThemeCommand } from "./commands/DeleteThemeCommand";
|
|
57
|
-
import { DeleteTopicCommand } from "./commands/DeleteTopicCommand";
|
|
56
|
+
import { DeleteThemeCommand, } from "./commands/DeleteThemeCommand";
|
|
57
|
+
import { DeleteTopicCommand, } from "./commands/DeleteTopicCommand";
|
|
58
58
|
import { DeleteTopicRefreshScheduleCommand, } from "./commands/DeleteTopicRefreshScheduleCommand";
|
|
59
59
|
import { DeleteUserByPrincipalIdCommand, } from "./commands/DeleteUserByPrincipalIdCommand";
|
|
60
|
-
import { DeleteUserCommand } from "./commands/DeleteUserCommand";
|
|
60
|
+
import { DeleteUserCommand, } from "./commands/DeleteUserCommand";
|
|
61
61
|
import { DeleteUserCustomPermissionCommand, } from "./commands/DeleteUserCustomPermissionCommand";
|
|
62
62
|
import { DeleteVPCConnectionCommand, } from "./commands/DeleteVPCConnectionCommand";
|
|
63
63
|
import { DescribeAccountCustomizationCommand, } from "./commands/DescribeAccountCustomizationCommand";
|
|
@@ -127,7 +127,7 @@ import { ListActionConnectorsCommand, } from "./commands/ListActionConnectorsCom
|
|
|
127
127
|
import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
|
|
128
128
|
import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
|
|
129
129
|
import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
|
|
130
|
-
import { ListBrandsCommand } from "./commands/ListBrandsCommand";
|
|
130
|
+
import { ListBrandsCommand, } from "./commands/ListBrandsCommand";
|
|
131
131
|
import { ListCustomPermissionsCommand, } from "./commands/ListCustomPermissionsCommand";
|
|
132
132
|
import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
|
|
133
133
|
import { ListDashboardVersionsCommand, } from "./commands/ListDashboardVersionsCommand";
|
|
@@ -135,10 +135,10 @@ import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
|
|
|
135
135
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
136
136
|
import { ListFlowsCommand } from "./commands/ListFlowsCommand";
|
|
137
137
|
import { ListFolderMembersCommand, } from "./commands/ListFolderMembersCommand";
|
|
138
|
-
import { ListFoldersCommand } from "./commands/ListFoldersCommand";
|
|
138
|
+
import { ListFoldersCommand, } from "./commands/ListFoldersCommand";
|
|
139
139
|
import { ListFoldersForResourceCommand, } from "./commands/ListFoldersForResourceCommand";
|
|
140
140
|
import { ListGroupMembershipsCommand, } from "./commands/ListGroupMembershipsCommand";
|
|
141
|
-
import { ListGroupsCommand } from "./commands/ListGroupsCommand";
|
|
141
|
+
import { ListGroupsCommand, } from "./commands/ListGroupsCommand";
|
|
142
142
|
import { ListIAMPolicyAssignmentsCommand, } from "./commands/ListIAMPolicyAssignmentsCommand";
|
|
143
143
|
import { ListIAMPolicyAssignmentsForUserCommand, } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
144
144
|
import { ListIdentityPropagationConfigsCommand, } from "./commands/ListIdentityPropagationConfigsCommand";
|
|
@@ -152,11 +152,11 @@ import { ListTemplateAliasesCommand, } from "./commands/ListTemplateAliasesComma
|
|
|
152
152
|
import { ListTemplatesCommand, } from "./commands/ListTemplatesCommand";
|
|
153
153
|
import { ListTemplateVersionsCommand, } from "./commands/ListTemplateVersionsCommand";
|
|
154
154
|
import { ListThemeAliasesCommand, } from "./commands/ListThemeAliasesCommand";
|
|
155
|
-
import { ListThemesCommand } from "./commands/ListThemesCommand";
|
|
155
|
+
import { ListThemesCommand, } from "./commands/ListThemesCommand";
|
|
156
156
|
import { ListThemeVersionsCommand, } from "./commands/ListThemeVersionsCommand";
|
|
157
157
|
import { ListTopicRefreshSchedulesCommand, } from "./commands/ListTopicRefreshSchedulesCommand";
|
|
158
158
|
import { ListTopicReviewedAnswersCommand, } from "./commands/ListTopicReviewedAnswersCommand";
|
|
159
|
-
import { ListTopicsCommand } from "./commands/ListTopicsCommand";
|
|
159
|
+
import { ListTopicsCommand, } from "./commands/ListTopicsCommand";
|
|
160
160
|
import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
|
|
161
161
|
import { ListUsersCommand } from "./commands/ListUsersCommand";
|
|
162
162
|
import { ListVPCConnectionsCommand, } from "./commands/ListVPCConnectionsCommand";
|
|
@@ -169,7 +169,7 @@ import { SearchAnalysesCommand, } from "./commands/SearchAnalysesCommand";
|
|
|
169
169
|
import { SearchDashboardsCommand, } from "./commands/SearchDashboardsCommand";
|
|
170
170
|
import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
|
|
171
171
|
import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
|
|
172
|
-
import { SearchFlowsCommand } from "./commands/SearchFlowsCommand";
|
|
172
|
+
import { SearchFlowsCommand, } from "./commands/SearchFlowsCommand";
|
|
173
173
|
import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
|
|
174
174
|
import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
175
175
|
import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
|
|
@@ -177,7 +177,7 @@ import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleEx
|
|
|
177
177
|
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
178
178
|
import { StartDashboardSnapshotJobCommand, } from "./commands/StartDashboardSnapshotJobCommand";
|
|
179
179
|
import { StartDashboardSnapshotJobScheduleCommand, } from "./commands/StartDashboardSnapshotJobScheduleCommand";
|
|
180
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
180
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
181
181
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
182
182
|
import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
|
|
183
183
|
import { UpdateAccountCustomPermissionCommand, } from "./commands/UpdateAccountCustomPermissionCommand";
|
|
@@ -188,7 +188,7 @@ import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
|
|
|
188
188
|
import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
189
189
|
import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
190
190
|
import { UpdateBrandAssignmentCommand, } from "./commands/UpdateBrandAssignmentCommand";
|
|
191
|
-
import { UpdateBrandCommand } from "./commands/UpdateBrandCommand";
|
|
191
|
+
import { UpdateBrandCommand, } from "./commands/UpdateBrandCommand";
|
|
192
192
|
import { UpdateBrandPublishedVersionCommand, } from "./commands/UpdateBrandPublishedVersionCommand";
|
|
193
193
|
import { UpdateCustomPermissionsCommand, } from "./commands/UpdateCustomPermissionsCommand";
|
|
194
194
|
import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
|
|
@@ -204,7 +204,7 @@ import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefa
|
|
|
204
204
|
import { UpdateFlowPermissionsCommand, } from "./commands/UpdateFlowPermissionsCommand";
|
|
205
205
|
import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
|
|
206
206
|
import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
|
|
207
|
-
import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
|
|
207
|
+
import { UpdateGroupCommand, } from "./commands/UpdateGroupCommand";
|
|
208
208
|
import { UpdateIAMPolicyAssignmentCommand, } from "./commands/UpdateIAMPolicyAssignmentCommand";
|
|
209
209
|
import { UpdateIdentityPropagationConfigCommand, } from "./commands/UpdateIdentityPropagationConfigCommand";
|
|
210
210
|
import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionCommand";
|
|
@@ -221,12 +221,12 @@ import { UpdateTemplateAliasCommand, } from "./commands/UpdateTemplateAliasComma
|
|
|
221
221
|
import { UpdateTemplateCommand, } from "./commands/UpdateTemplateCommand";
|
|
222
222
|
import { UpdateTemplatePermissionsCommand, } from "./commands/UpdateTemplatePermissionsCommand";
|
|
223
223
|
import { UpdateThemeAliasCommand, } from "./commands/UpdateThemeAliasCommand";
|
|
224
|
-
import { UpdateThemeCommand } from "./commands/UpdateThemeCommand";
|
|
224
|
+
import { UpdateThemeCommand, } from "./commands/UpdateThemeCommand";
|
|
225
225
|
import { UpdateThemePermissionsCommand, } from "./commands/UpdateThemePermissionsCommand";
|
|
226
|
-
import { UpdateTopicCommand } from "./commands/UpdateTopicCommand";
|
|
226
|
+
import { UpdateTopicCommand, } from "./commands/UpdateTopicCommand";
|
|
227
227
|
import { UpdateTopicPermissionsCommand, } from "./commands/UpdateTopicPermissionsCommand";
|
|
228
228
|
import { UpdateTopicRefreshScheduleCommand, } from "./commands/UpdateTopicRefreshScheduleCommand";
|
|
229
|
-
import { UpdateUserCommand } from "./commands/UpdateUserCommand";
|
|
229
|
+
import { UpdateUserCommand, } from "./commands/UpdateUserCommand";
|
|
230
230
|
import { UpdateUserCustomPermissionCommand, } from "./commands/UpdateUserCustomPermissionCommand";
|
|
231
231
|
import { UpdateVPCConnectionCommand, } from "./commands/UpdateVPCConnectionCommand";
|
|
232
232
|
import { paginateDescribeFolderPermissions } from "./pagination/DescribeFolderPermissionsPaginator";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultQuickSightHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|