@aws-sdk/client-datazone 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/DataZone.js +14 -14
- 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/DataZone.d.ts +176 -176
- package/dist-types/DataZoneClient.d.ts +179 -179
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/GetLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/index.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/pagination/ListAccountPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageNodeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetadataGenerationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimeSeriesDataPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryGraphPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchListingsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchUserProfilesPaginator.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/DataZoneClient.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/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +24 -24
- package/dist-types/ts3.4/models/models_2.d.ts +12 -12
- 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 +14 -14
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultDataZoneHttpAuthSchemeProvider = exports.defaultDataZoneHttpAuthSchemeParametersProvider = 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 defaultDataZoneHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultDataZoneHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultDataZoneHttpAuthSchemeProvider = defaultDataZoneHttpAuthSchemeProvider;
|
|
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/DataZone.js
CHANGED
|
@@ -10,7 +10,7 @@ import { BatchPutAttributesMetadataCommand, } from "./commands/BatchPutAttribute
|
|
|
10
10
|
import { CancelMetadataGenerationRunCommand, } from "./commands/CancelMetadataGenerationRunCommand";
|
|
11
11
|
import { CancelSubscriptionCommand, } from "./commands/CancelSubscriptionCommand";
|
|
12
12
|
import { CreateAccountPoolCommand, } from "./commands/CreateAccountPoolCommand";
|
|
13
|
-
import { CreateAssetCommand } from "./commands/CreateAssetCommand";
|
|
13
|
+
import { CreateAssetCommand, } from "./commands/CreateAssetCommand";
|
|
14
14
|
import { CreateAssetFilterCommand, } from "./commands/CreateAssetFilterCommand";
|
|
15
15
|
import { CreateAssetRevisionCommand, } from "./commands/CreateAssetRevisionCommand";
|
|
16
16
|
import { CreateAssetTypeCommand, } from "./commands/CreateAssetTypeCommand";
|
|
@@ -32,13 +32,13 @@ import { CreateListingChangeSetCommand, } from "./commands/CreateListingChangeSe
|
|
|
32
32
|
import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
|
|
33
33
|
import { CreateProjectMembershipCommand, } from "./commands/CreateProjectMembershipCommand";
|
|
34
34
|
import { CreateProjectProfileCommand, } from "./commands/CreateProjectProfileCommand";
|
|
35
|
-
import { CreateRuleCommand } from "./commands/CreateRuleCommand";
|
|
35
|
+
import { CreateRuleCommand, } from "./commands/CreateRuleCommand";
|
|
36
36
|
import { CreateSubscriptionGrantCommand, } from "./commands/CreateSubscriptionGrantCommand";
|
|
37
37
|
import { CreateSubscriptionRequestCommand, } from "./commands/CreateSubscriptionRequestCommand";
|
|
38
38
|
import { CreateSubscriptionTargetCommand, } from "./commands/CreateSubscriptionTargetCommand";
|
|
39
39
|
import { CreateUserProfileCommand, } from "./commands/CreateUserProfileCommand";
|
|
40
40
|
import { DeleteAccountPoolCommand, } from "./commands/DeleteAccountPoolCommand";
|
|
41
|
-
import { DeleteAssetCommand } from "./commands/DeleteAssetCommand";
|
|
41
|
+
import { DeleteAssetCommand, } from "./commands/DeleteAssetCommand";
|
|
42
42
|
import { DeleteAssetFilterCommand, } from "./commands/DeleteAssetFilterCommand";
|
|
43
43
|
import { DeleteAssetTypeCommand, } from "./commands/DeleteAssetTypeCommand";
|
|
44
44
|
import { DeleteConnectionCommand, } from "./commands/DeleteConnectionCommand";
|
|
@@ -59,7 +59,7 @@ import { DeleteListingCommand, } from "./commands/DeleteListingCommand";
|
|
|
59
59
|
import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
|
|
60
60
|
import { DeleteProjectMembershipCommand, } from "./commands/DeleteProjectMembershipCommand";
|
|
61
61
|
import { DeleteProjectProfileCommand, } from "./commands/DeleteProjectProfileCommand";
|
|
62
|
-
import { DeleteRuleCommand } from "./commands/DeleteRuleCommand";
|
|
62
|
+
import { DeleteRuleCommand, } from "./commands/DeleteRuleCommand";
|
|
63
63
|
import { DeleteSubscriptionGrantCommand, } from "./commands/DeleteSubscriptionGrantCommand";
|
|
64
64
|
import { DeleteSubscriptionRequestCommand, } from "./commands/DeleteSubscriptionRequestCommand";
|
|
65
65
|
import { DeleteSubscriptionTargetCommand, } from "./commands/DeleteSubscriptionTargetCommand";
|
|
@@ -83,17 +83,17 @@ import { GetEnvironmentBlueprintConfigurationCommand, } from "./commands/GetEnvi
|
|
|
83
83
|
import { GetEnvironmentCommand, } from "./commands/GetEnvironmentCommand";
|
|
84
84
|
import { GetEnvironmentCredentialsCommand, } from "./commands/GetEnvironmentCredentialsCommand";
|
|
85
85
|
import { GetEnvironmentProfileCommand, } from "./commands/GetEnvironmentProfileCommand";
|
|
86
|
-
import { GetFormTypeCommand } from "./commands/GetFormTypeCommand";
|
|
87
|
-
import { GetGlossaryCommand } from "./commands/GetGlossaryCommand";
|
|
86
|
+
import { GetFormTypeCommand, } from "./commands/GetFormTypeCommand";
|
|
87
|
+
import { GetGlossaryCommand, } from "./commands/GetGlossaryCommand";
|
|
88
88
|
import { GetGlossaryTermCommand, } from "./commands/GetGlossaryTermCommand";
|
|
89
89
|
import { GetGroupProfileCommand, } from "./commands/GetGroupProfileCommand";
|
|
90
90
|
import { GetIamPortalLoginUrlCommand, } from "./commands/GetIamPortalLoginUrlCommand";
|
|
91
91
|
import { GetJobRunCommand } from "./commands/GetJobRunCommand";
|
|
92
92
|
import { GetLineageEventCommand, } from "./commands/GetLineageEventCommand";
|
|
93
93
|
import { GetLineageNodeCommand, } from "./commands/GetLineageNodeCommand";
|
|
94
|
-
import { GetListingCommand } from "./commands/GetListingCommand";
|
|
94
|
+
import { GetListingCommand, } from "./commands/GetListingCommand";
|
|
95
95
|
import { GetMetadataGenerationRunCommand, } from "./commands/GetMetadataGenerationRunCommand";
|
|
96
|
-
import { GetProjectCommand } from "./commands/GetProjectCommand";
|
|
96
|
+
import { GetProjectCommand, } from "./commands/GetProjectCommand";
|
|
97
97
|
import { GetProjectProfileCommand, } from "./commands/GetProjectProfileCommand";
|
|
98
98
|
import { GetRuleCommand } from "./commands/GetRuleCommand";
|
|
99
99
|
import { GetSubscriptionCommand, } from "./commands/GetSubscriptionCommand";
|
|
@@ -111,7 +111,7 @@ import { ListDataProductRevisionsCommand, } from "./commands/ListDataProductRevi
|
|
|
111
111
|
import { ListDataSourceRunActivitiesCommand, } from "./commands/ListDataSourceRunActivitiesCommand";
|
|
112
112
|
import { ListDataSourceRunsCommand, } from "./commands/ListDataSourceRunsCommand";
|
|
113
113
|
import { ListDataSourcesCommand, } from "./commands/ListDataSourcesCommand";
|
|
114
|
-
import { ListDomainsCommand } from "./commands/ListDomainsCommand";
|
|
114
|
+
import { ListDomainsCommand, } from "./commands/ListDomainsCommand";
|
|
115
115
|
import { ListDomainUnitsForParentCommand, } from "./commands/ListDomainUnitsForParentCommand";
|
|
116
116
|
import { ListEntityOwnersCommand, } from "./commands/ListEntityOwnersCommand";
|
|
117
117
|
import { ListEnvironmentActionsCommand, } from "./commands/ListEnvironmentActionsCommand";
|
|
@@ -119,7 +119,7 @@ import { ListEnvironmentBlueprintConfigurationsCommand, } from "./commands/ListE
|
|
|
119
119
|
import { ListEnvironmentBlueprintsCommand, } from "./commands/ListEnvironmentBlueprintsCommand";
|
|
120
120
|
import { ListEnvironmentProfilesCommand, } from "./commands/ListEnvironmentProfilesCommand";
|
|
121
121
|
import { ListEnvironmentsCommand, } from "./commands/ListEnvironmentsCommand";
|
|
122
|
-
import { ListJobRunsCommand } from "./commands/ListJobRunsCommand";
|
|
122
|
+
import { ListJobRunsCommand, } from "./commands/ListJobRunsCommand";
|
|
123
123
|
import { ListLineageEventsCommand, } from "./commands/ListLineageEventsCommand";
|
|
124
124
|
import { ListLineageNodeHistoryCommand, } from "./commands/ListLineageNodeHistoryCommand";
|
|
125
125
|
import { ListMetadataGenerationRunsCommand, } from "./commands/ListMetadataGenerationRunsCommand";
|
|
@@ -139,7 +139,7 @@ import { PostLineageEventCommand, } from "./commands/PostLineageEventCommand";
|
|
|
139
139
|
import { PostTimeSeriesDataPointsCommand, } from "./commands/PostTimeSeriesDataPointsCommand";
|
|
140
140
|
import { PutDataExportConfigurationCommand, } from "./commands/PutDataExportConfigurationCommand";
|
|
141
141
|
import { PutEnvironmentBlueprintConfigurationCommand, } from "./commands/PutEnvironmentBlueprintConfigurationCommand";
|
|
142
|
-
import { QueryGraphCommand } from "./commands/QueryGraphCommand";
|
|
142
|
+
import { QueryGraphCommand, } from "./commands/QueryGraphCommand";
|
|
143
143
|
import { RejectPredictionsCommand, } from "./commands/RejectPredictionsCommand";
|
|
144
144
|
import { RejectSubscriptionRequestCommand, } from "./commands/RejectSubscriptionRequestCommand";
|
|
145
145
|
import { RemoveEntityOwnerCommand, } from "./commands/RemoveEntityOwnerCommand";
|
|
@@ -148,11 +148,11 @@ import { RevokeSubscriptionCommand, } from "./commands/RevokeSubscriptionCommand
|
|
|
148
148
|
import { SearchCommand } from "./commands/SearchCommand";
|
|
149
149
|
import { SearchGroupProfilesCommand, } from "./commands/SearchGroupProfilesCommand";
|
|
150
150
|
import { SearchListingsCommand, } from "./commands/SearchListingsCommand";
|
|
151
|
-
import { SearchTypesCommand } from "./commands/SearchTypesCommand";
|
|
151
|
+
import { SearchTypesCommand, } from "./commands/SearchTypesCommand";
|
|
152
152
|
import { SearchUserProfilesCommand, } from "./commands/SearchUserProfilesCommand";
|
|
153
153
|
import { StartDataSourceRunCommand, } from "./commands/StartDataSourceRunCommand";
|
|
154
154
|
import { StartMetadataGenerationRunCommand, } from "./commands/StartMetadataGenerationRunCommand";
|
|
155
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
155
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
156
156
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
157
157
|
import { UpdateAccountPoolCommand, } from "./commands/UpdateAccountPoolCommand";
|
|
158
158
|
import { UpdateAssetFilterCommand, } from "./commands/UpdateAssetFilterCommand";
|
|
@@ -170,7 +170,7 @@ import { UpdateGroupProfileCommand, } from "./commands/UpdateGroupProfileCommand
|
|
|
170
170
|
import { UpdateProjectCommand, } from "./commands/UpdateProjectCommand";
|
|
171
171
|
import { UpdateProjectProfileCommand, } from "./commands/UpdateProjectProfileCommand";
|
|
172
172
|
import { UpdateRootDomainUnitOwnerCommand, } from "./commands/UpdateRootDomainUnitOwnerCommand";
|
|
173
|
-
import { UpdateRuleCommand } from "./commands/UpdateRuleCommand";
|
|
173
|
+
import { UpdateRuleCommand, } from "./commands/UpdateRuleCommand";
|
|
174
174
|
import { UpdateSubscriptionGrantStatusCommand, } from "./commands/UpdateSubscriptionGrantStatusCommand";
|
|
175
175
|
import { UpdateSubscriptionRequestCommand, } from "./commands/UpdateSubscriptionRequestCommand";
|
|
176
176
|
import { UpdateSubscriptionTargetCommand, } from "./commands/UpdateSubscriptionTargetCommand";
|
|
@@ -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 defaultDataZoneHttpAuthSchemeParametersProvider = 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";
|