@aws-sdk/client-glue 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Glue.d.ts +3331 -922
- package/dist-types/ts3.4/GlueClient.d.ts +1233 -257
- package/dist-types/ts3.4/commands/BatchCreatePartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeletePartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteTableCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchDeleteTableVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetBlueprintsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetCrawlersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetDevEndpointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/BatchGetPartitionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchGetTriggersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelMLTaskRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckSchemaVersionValidityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDevEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/CreateMLTransformCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePartitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePartitionIndexCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateScriptCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBlueprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteColumnStatisticsForTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCrawlerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDevEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteMLTransformCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeletePartitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePartitionIndexCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteSchemaVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTableVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBlueprintCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBlueprintRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetBlueprintRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCatalogImportStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMLTaskRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMLTransformCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPartitionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetPlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSchemaByDefinitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSchemaVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetSchemaVersionsDiffCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSecurityConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSecurityConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +40 -16
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +40 -16
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +40 -16
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUserDefinedFunctionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWorkflowRunsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportCatalogToGlueCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBlueprintsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCrawlersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCrawlsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/QuerySchemaVersionMetadataCommand.d.ts +39 -18
- package/dist-types/ts3.4/commands/RegisterSchemaVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveSchemaVersionMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ResetJobBookmarkCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDevEndpointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +184 -184
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/GlueServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +3 -3
- package/dist-types/ts3.4/models/models_0.d.ts +5488 -899
- package/dist-types/ts3.4/models/models_1.d.ts +3233 -2936
- package/dist-types/ts3.4/models/models_2.d.ts +2241 -174
- package/dist-types/ts3.4/pagination/GetBlueprintRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClassifiersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCrawlerMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCrawlersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDatabasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDevEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetJobRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMLTaskRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMLTransformsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPartitionIndexesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPartitionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSecurityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTableVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTriggersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUserDefinedFunctionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetWorkflowRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBlueprintsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCrawlersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMLTransformsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRegistriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTriggersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkflowsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchTablesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +35 -35
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +2213 -554
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { GlueClientConfig } from "./GlueClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { GlueClientConfig } from "./GlueClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { GlueClientConfig } from "./GlueClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { GlueClientConfig } from "./GlueClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|
|
@@ -1,37 +1,67 @@
|
|
|
1
|
-
import { GlueClientConfig } from "./GlueClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
1
|
+
import { GlueClientConfig } from "./GlueClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler:
|
|
7
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
8
|
+
any,
|
|
9
|
+
any,
|
|
10
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
11
|
+
> &
|
|
12
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
13
|
+
| import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
14
|
+
apiVersion: string;
|
|
15
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
16
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
19
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
disableHostPrefix: boolean;
|
|
23
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
24
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
27
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
28
|
+
serviceId: string;
|
|
29
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
30
|
+
credentialDefaultProvider: (
|
|
31
|
+
input: any
|
|
32
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
33
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
34
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
35
|
+
import("@aws-sdk/types").UserAgent
|
|
36
|
+
>;
|
|
37
|
+
defaultsMode:
|
|
38
|
+
| import("@aws-sdk/smithy-client").DefaultsMode
|
|
39
|
+
| import("@aws-sdk/types").Provider<
|
|
40
|
+
import("@aws-sdk/smithy-client").DefaultsMode
|
|
41
|
+
>;
|
|
42
|
+
endpoint?:
|
|
43
|
+
| string
|
|
44
|
+
| import("@aws-sdk/types").Endpoint
|
|
45
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
46
|
+
| undefined;
|
|
47
|
+
tls?: boolean | undefined;
|
|
48
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
49
|
+
credentials?:
|
|
50
|
+
| import("@aws-sdk/types").Credentials
|
|
51
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
52
|
+
| undefined;
|
|
53
|
+
signer?:
|
|
54
|
+
| import("@aws-sdk/types").RequestSigner
|
|
55
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
56
|
+
| undefined;
|
|
57
|
+
signingEscapePath?: boolean | undefined;
|
|
58
|
+
systemClockOffset?: number | undefined;
|
|
59
|
+
signingRegion?: string | undefined;
|
|
60
|
+
signerConstructor?:
|
|
61
|
+
| (new (
|
|
62
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
63
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
64
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
65
|
+
| undefined;
|
|
66
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
67
|
+
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { GlueClientConfig } from "./GlueClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
};
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { GlueClientConfig } from "./GlueClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.170.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,45 +19,45 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.170.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.170.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.170.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.170.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.170.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.170.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.170.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.170.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.170.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.170.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.170.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.170.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.170.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.170.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.170.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.170.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.170.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.170.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.170.0",
|
|
41
|
+
"@aws-sdk/types": "3.170.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.170.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.170.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.170.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.170.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.170.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.170.0",
|
|
57
57
|
"@tsconfig/recommended": "1.0.1",
|
|
58
58
|
"@types/node": "^12.7.5",
|
|
59
59
|
"concurrently": "7.0.0",
|
|
60
|
-
"downlevel-dts": "0.
|
|
60
|
+
"downlevel-dts": "0.10.1",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
63
|
"typescript": "~4.6.2"
|