@aws-sdk/client-glue 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.
Files changed (76) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  2. package/dist-cjs/runtimeConfig.js +4 -3
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/Glue.js +22 -22
  5. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  6. package/dist-es/runtimeConfig.js +2 -1
  7. package/dist-es/runtimeConfig.shared.js +1 -1
  8. package/dist-types/Glue.d.ts +265 -265
  9. package/dist-types/GlueClient.d.ts +268 -268
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  12. package/dist-types/index.d.ts +1 -1
  13. package/dist-types/models/errors.d.ts +1 -1
  14. package/dist-types/models/models_0.d.ts +1 -1
  15. package/dist-types/models/models_1.d.ts +3 -3
  16. package/dist-types/models/models_2.d.ts +3 -3
  17. package/dist-types/models/models_3.d.ts +3 -3
  18. package/dist-types/pagination/DescribeEntityPaginator.d.ts +1 -1
  19. package/dist-types/pagination/GetBlueprintRunsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/GetClassifiersPaginator.d.ts +1 -1
  21. package/dist-types/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/GetConnectionsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/GetCrawlerMetricsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/GetCrawlersPaginator.d.ts +1 -1
  25. package/dist-types/pagination/GetDatabasesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/GetDevEndpointsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/GetJobRunsPaginator.d.ts +1 -1
  28. package/dist-types/pagination/GetJobsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/GetMLTaskRunsPaginator.d.ts +1 -1
  30. package/dist-types/pagination/GetMLTransformsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/GetPartitionIndexesPaginator.d.ts +1 -1
  32. package/dist-types/pagination/GetPartitionsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/GetSecurityConfigurationsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/GetTableVersionsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/GetTablesPaginator.d.ts +1 -1
  37. package/dist-types/pagination/GetTriggersPaginator.d.ts +1 -1
  38. package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +1 -1
  39. package/dist-types/pagination/GetUserDefinedFunctionsPaginator.d.ts +1 -1
  40. package/dist-types/pagination/GetWorkflowRunsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListBlueprintsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListCrawlersPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListDevEndpointsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListEntitiesPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListMLTransformsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListMaterializedViewRefreshTaskRunsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListRegistriesPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListSessionsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListTableOptimizerRunsPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListTriggersPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListUsageProfilesPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/SearchTablesPaginator.d.ts +1 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  65. package/dist-types/runtimeConfig.d.ts +1 -1
  66. package/dist-types/runtimeConfig.native.d.ts +1 -1
  67. package/dist-types/ts3.4/GlueClient.d.ts +2 -3
  68. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  69. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_1.d.ts +12 -12
  71. package/dist-types/ts3.4/models/models_2.d.ts +17 -17
  72. package/dist-types/ts3.4/models/models_3.d.ts +3 -3
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. 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.defaultGlueHttpAuthSchemeProvider = exports.defaultGlueHttpAuthSchemeParametersProvider = void 0;
4
- const core_1 = require("@aws-sdk/core");
4
+ const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const util_middleware_1 = require("@smithy/util-middleware");
6
6
  const defaultGlueHttpAuthSchemeParametersProvider = async (config, context, input) => {
7
7
  return {
@@ -38,7 +38,7 @@ const defaultGlueHttpAuthSchemeProvider = (authParameters) => {
38
38
  };
39
39
  exports.defaultGlueHttpAuthSchemeProvider = defaultGlueHttpAuthSchemeProvider;
40
40
  const resolveHttpAuthSchemeConfig = (config) => {
41
- const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
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 core_1 = require("@aws-sdk/core");
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, core_1.emitWarningIfUnsupportedVersion)(process.version);
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)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
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 core_1 = require("@aws-sdk/core");
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 core_1.AwsSdkSigV4Signer(),
26
+ signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
27
27
  },
28
28
  ],
29
29
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
package/dist-es/Glue.js CHANGED
@@ -45,7 +45,7 @@ import { CreateSchemaCommand, } from "./commands/CreateSchemaCommand";
45
45
  import { CreateScriptCommand, } from "./commands/CreateScriptCommand";
46
46
  import { CreateSecurityConfigurationCommand, } from "./commands/CreateSecurityConfigurationCommand";
47
47
  import { CreateSessionCommand, } from "./commands/CreateSessionCommand";
48
- import { CreateTableCommand } from "./commands/CreateTableCommand";
48
+ import { CreateTableCommand, } from "./commands/CreateTableCommand";
49
49
  import { CreateTableOptimizerCommand, } from "./commands/CreateTableOptimizerCommand";
50
50
  import { CreateTriggerCommand, } from "./commands/CreateTriggerCommand";
51
51
  import { CreateUsageProfileCommand, } from "./commands/CreateUsageProfileCommand";
@@ -78,7 +78,7 @@ import { DeleteSchemaCommand, } from "./commands/DeleteSchemaCommand";
78
78
  import { DeleteSchemaVersionsCommand, } from "./commands/DeleteSchemaVersionsCommand";
79
79
  import { DeleteSecurityConfigurationCommand, } from "./commands/DeleteSecurityConfigurationCommand";
80
80
  import { DeleteSessionCommand, } from "./commands/DeleteSessionCommand";
81
- import { DeleteTableCommand } from "./commands/DeleteTableCommand";
81
+ import { DeleteTableCommand, } from "./commands/DeleteTableCommand";
82
82
  import { DeleteTableOptimizerCommand, } from "./commands/DeleteTableOptimizerCommand";
83
83
  import { DeleteTableVersionCommand, } from "./commands/DeleteTableVersionCommand";
84
84
  import { DeleteTriggerCommand, } from "./commands/DeleteTriggerCommand";
@@ -92,9 +92,9 @@ import { DescribeIntegrationsCommand, } from "./commands/DescribeIntegrationsCom
92
92
  import { GetBlueprintCommand, } from "./commands/GetBlueprintCommand";
93
93
  import { GetBlueprintRunCommand, } from "./commands/GetBlueprintRunCommand";
94
94
  import { GetBlueprintRunsCommand, } from "./commands/GetBlueprintRunsCommand";
95
- import { GetCatalogCommand } from "./commands/GetCatalogCommand";
95
+ import { GetCatalogCommand, } from "./commands/GetCatalogCommand";
96
96
  import { GetCatalogImportStatusCommand, } from "./commands/GetCatalogImportStatusCommand";
97
- import { GetCatalogsCommand } from "./commands/GetCatalogsCommand";
97
+ import { GetCatalogsCommand, } from "./commands/GetCatalogsCommand";
98
98
  import { GetClassifierCommand, } from "./commands/GetClassifierCommand";
99
99
  import { GetClassifiersCommand, } from "./commands/GetClassifiersCommand";
100
100
  import { GetColumnStatisticsForPartitionCommand, } from "./commands/GetColumnStatisticsForPartitionCommand";
@@ -104,11 +104,11 @@ import { GetColumnStatisticsTaskRunsCommand, } from "./commands/GetColumnStatist
104
104
  import { GetColumnStatisticsTaskSettingsCommand, } from "./commands/GetColumnStatisticsTaskSettingsCommand";
105
105
  import { GetConnectionCommand, } from "./commands/GetConnectionCommand";
106
106
  import { GetConnectionsCommand, } from "./commands/GetConnectionsCommand";
107
- import { GetCrawlerCommand } from "./commands/GetCrawlerCommand";
107
+ import { GetCrawlerCommand, } from "./commands/GetCrawlerCommand";
108
108
  import { GetCrawlerMetricsCommand, } from "./commands/GetCrawlerMetricsCommand";
109
- import { GetCrawlersCommand } from "./commands/GetCrawlersCommand";
109
+ import { GetCrawlersCommand, } from "./commands/GetCrawlersCommand";
110
110
  import { GetCustomEntityTypeCommand, } from "./commands/GetCustomEntityTypeCommand";
111
- import { GetDatabaseCommand } from "./commands/GetDatabaseCommand";
111
+ import { GetDatabaseCommand, } from "./commands/GetDatabaseCommand";
112
112
  import { GetDatabasesCommand, } from "./commands/GetDatabasesCommand";
113
113
  import { GetDataCatalogEncryptionSettingsCommand, } from "./commands/GetDataCatalogEncryptionSettingsCommand";
114
114
  import { GetDataflowGraphCommand, } from "./commands/GetDataflowGraphCommand";
@@ -127,9 +127,9 @@ import { GetIntegrationTablePropertiesCommand, } from "./commands/GetIntegration
127
127
  import { GetJobBookmarkCommand, } from "./commands/GetJobBookmarkCommand";
128
128
  import { GetJobCommand } from "./commands/GetJobCommand";
129
129
  import { GetJobRunCommand } from "./commands/GetJobRunCommand";
130
- import { GetJobRunsCommand } from "./commands/GetJobRunsCommand";
130
+ import { GetJobRunsCommand, } from "./commands/GetJobRunsCommand";
131
131
  import { GetJobsCommand } from "./commands/GetJobsCommand";
132
- import { GetMappingCommand } from "./commands/GetMappingCommand";
132
+ import { GetMappingCommand, } from "./commands/GetMappingCommand";
133
133
  import { GetMaterializedViewRefreshTaskRunCommand, } from "./commands/GetMaterializedViewRefreshTaskRunCommand";
134
134
  import { GetMLTaskRunCommand, } from "./commands/GetMLTaskRunCommand";
135
135
  import { GetMLTaskRunsCommand, } from "./commands/GetMLTaskRunsCommand";
@@ -139,7 +139,7 @@ import { GetPartitionCommand, } from "./commands/GetPartitionCommand";
139
139
  import { GetPartitionIndexesCommand, } from "./commands/GetPartitionIndexesCommand";
140
140
  import { GetPartitionsCommand, } from "./commands/GetPartitionsCommand";
141
141
  import { GetPlanCommand } from "./commands/GetPlanCommand";
142
- import { GetRegistryCommand } from "./commands/GetRegistryCommand";
142
+ import { GetRegistryCommand, } from "./commands/GetRegistryCommand";
143
143
  import { GetResourcePoliciesCommand, } from "./commands/GetResourcePoliciesCommand";
144
144
  import { GetResourcePolicyCommand, } from "./commands/GetResourcePolicyCommand";
145
145
  import { GetSchemaByDefinitionCommand, } from "./commands/GetSchemaByDefinitionCommand";
@@ -148,7 +148,7 @@ import { GetSchemaVersionCommand, } from "./commands/GetSchemaVersionCommand";
148
148
  import { GetSchemaVersionsDiffCommand, } from "./commands/GetSchemaVersionsDiffCommand";
149
149
  import { GetSecurityConfigurationCommand, } from "./commands/GetSecurityConfigurationCommand";
150
150
  import { GetSecurityConfigurationsCommand, } from "./commands/GetSecurityConfigurationsCommand";
151
- import { GetSessionCommand } from "./commands/GetSessionCommand";
151
+ import { GetSessionCommand, } from "./commands/GetSessionCommand";
152
152
  import { GetStatementCommand, } from "./commands/GetStatementCommand";
153
153
  import { GetTableCommand } from "./commands/GetTableCommand";
154
154
  import { GetTableOptimizerCommand, } from "./commands/GetTableOptimizerCommand";
@@ -156,15 +156,15 @@ import { GetTablesCommand } from "./commands/GetTablesCommand";
156
156
  import { GetTableVersionCommand, } from "./commands/GetTableVersionCommand";
157
157
  import { GetTableVersionsCommand, } from "./commands/GetTableVersionsCommand";
158
158
  import { GetTagsCommand } from "./commands/GetTagsCommand";
159
- import { GetTriggerCommand } from "./commands/GetTriggerCommand";
160
- import { GetTriggersCommand } from "./commands/GetTriggersCommand";
159
+ import { GetTriggerCommand, } from "./commands/GetTriggerCommand";
160
+ import { GetTriggersCommand, } from "./commands/GetTriggersCommand";
161
161
  import { GetUnfilteredPartitionMetadataCommand, } from "./commands/GetUnfilteredPartitionMetadataCommand";
162
162
  import { GetUnfilteredPartitionsMetadataCommand, } from "./commands/GetUnfilteredPartitionsMetadataCommand";
163
163
  import { GetUnfilteredTableMetadataCommand, } from "./commands/GetUnfilteredTableMetadataCommand";
164
164
  import { GetUsageProfileCommand, } from "./commands/GetUsageProfileCommand";
165
165
  import { GetUserDefinedFunctionCommand, } from "./commands/GetUserDefinedFunctionCommand";
166
166
  import { GetUserDefinedFunctionsCommand, } from "./commands/GetUserDefinedFunctionsCommand";
167
- import { GetWorkflowCommand } from "./commands/GetWorkflowCommand";
167
+ import { GetWorkflowCommand, } from "./commands/GetWorkflowCommand";
168
168
  import { GetWorkflowRunCommand, } from "./commands/GetWorkflowRunCommand";
169
169
  import { GetWorkflowRunPropertiesCommand, } from "./commands/GetWorkflowRunPropertiesCommand";
170
170
  import { GetWorkflowRunsCommand, } from "./commands/GetWorkflowRunsCommand";
@@ -173,7 +173,7 @@ import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
173
173
  import { ListColumnStatisticsTaskRunsCommand, } from "./commands/ListColumnStatisticsTaskRunsCommand";
174
174
  import { ListConnectionTypesCommand, } from "./commands/ListConnectionTypesCommand";
175
175
  import { ListCrawlersCommand, } from "./commands/ListCrawlersCommand";
176
- import { ListCrawlsCommand } from "./commands/ListCrawlsCommand";
176
+ import { ListCrawlsCommand, } from "./commands/ListCrawlsCommand";
177
177
  import { ListCustomEntityTypesCommand, } from "./commands/ListCustomEntityTypesCommand";
178
178
  import { ListDataQualityResultsCommand, } from "./commands/ListDataQualityResultsCommand";
179
179
  import { ListDataQualityRuleRecommendationRunsCommand, } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
@@ -188,7 +188,7 @@ import { ListJobsCommand } from "./commands/ListJobsCommand";
188
188
  import { ListMaterializedViewRefreshTaskRunsCommand, } from "./commands/ListMaterializedViewRefreshTaskRunsCommand";
189
189
  import { ListMLTransformsCommand, } from "./commands/ListMLTransformsCommand";
190
190
  import { ListRegistriesCommand, } from "./commands/ListRegistriesCommand";
191
- import { ListSchemasCommand } from "./commands/ListSchemasCommand";
191
+ import { ListSchemasCommand, } from "./commands/ListSchemasCommand";
192
192
  import { ListSchemaVersionsCommand, } from "./commands/ListSchemaVersionsCommand";
193
193
  import { ListSessionsCommand, } from "./commands/ListSessionsCommand";
194
194
  import { ListStatementsCommand, } from "./commands/ListStatementsCommand";
@@ -219,7 +219,7 @@ import { StartDataQualityRuleRecommendationRunCommand, } from "./commands/StartD
219
219
  import { StartDataQualityRulesetEvaluationRunCommand, } from "./commands/StartDataQualityRulesetEvaluationRunCommand";
220
220
  import { StartExportLabelsTaskRunCommand, } from "./commands/StartExportLabelsTaskRunCommand";
221
221
  import { StartImportLabelsTaskRunCommand, } from "./commands/StartImportLabelsTaskRunCommand";
222
- import { StartJobRunCommand } from "./commands/StartJobRunCommand";
222
+ import { StartJobRunCommand, } from "./commands/StartJobRunCommand";
223
223
  import { StartMaterializedViewRefreshTaskRunCommand, } from "./commands/StartMaterializedViewRefreshTaskRunCommand";
224
224
  import { StartMLEvaluationTaskRunCommand, } from "./commands/StartMLEvaluationTaskRunCommand";
225
225
  import { StartMLLabelingSetGenerationTaskRunCommand, } from "./commands/StartMLLabelingSetGenerationTaskRunCommand";
@@ -227,13 +227,13 @@ import { StartTriggerCommand, } from "./commands/StartTriggerCommand";
227
227
  import { StartWorkflowRunCommand, } from "./commands/StartWorkflowRunCommand";
228
228
  import { StopColumnStatisticsTaskRunCommand, } from "./commands/StopColumnStatisticsTaskRunCommand";
229
229
  import { StopColumnStatisticsTaskRunScheduleCommand, } from "./commands/StopColumnStatisticsTaskRunScheduleCommand";
230
- import { StopCrawlerCommand } from "./commands/StopCrawlerCommand";
230
+ import { StopCrawlerCommand, } from "./commands/StopCrawlerCommand";
231
231
  import { StopCrawlerScheduleCommand, } from "./commands/StopCrawlerScheduleCommand";
232
232
  import { StopMaterializedViewRefreshTaskRunCommand, } from "./commands/StopMaterializedViewRefreshTaskRunCommand";
233
- import { StopSessionCommand } from "./commands/StopSessionCommand";
234
- import { StopTriggerCommand } from "./commands/StopTriggerCommand";
233
+ import { StopSessionCommand, } from "./commands/StopSessionCommand";
234
+ import { StopTriggerCommand, } from "./commands/StopTriggerCommand";
235
235
  import { StopWorkflowRunCommand, } from "./commands/StopWorkflowRunCommand";
236
- import { TagResourceCommand } from "./commands/TagResourceCommand";
236
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
237
237
  import { TestConnectionCommand, } from "./commands/TestConnectionCommand";
238
238
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
239
239
  import { UpdateBlueprintCommand, } from "./commands/UpdateBlueprintCommand";
@@ -258,7 +258,7 @@ import { UpdatePartitionCommand, } from "./commands/UpdatePartitionCommand";
258
258
  import { UpdateRegistryCommand, } from "./commands/UpdateRegistryCommand";
259
259
  import { UpdateSchemaCommand, } from "./commands/UpdateSchemaCommand";
260
260
  import { UpdateSourceControlFromJobCommand, } from "./commands/UpdateSourceControlFromJobCommand";
261
- import { UpdateTableCommand } from "./commands/UpdateTableCommand";
261
+ import { UpdateTableCommand, } from "./commands/UpdateTableCommand";
262
262
  import { UpdateTableOptimizerCommand, } from "./commands/UpdateTableOptimizerCommand";
263
263
  import { UpdateTriggerCommand, } from "./commands/UpdateTriggerCommand";
264
264
  import { UpdateUsageProfileCommand, } from "./commands/UpdateUsageProfileCommand";
@@ -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 defaultGlueHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
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 { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
3
  import { NoOpLogger } from "@smithy/smithy-client";
4
4
  import { parseUrl } from "@smithy/url-parser";