@aws-sdk/client-datazone 3.1093.0 → 3.1095.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/dist-cjs/index.js +63 -17
- package/dist-es/DataZone.js +2 -0
- package/dist-es/commands/StartNotebookSyncCommand.js +4 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-es/schemas/schemas_0.js +51 -16
- package/dist-types/DataZone.d.ts +7 -0
- package/dist-types/DataZoneClient.d.ts +3 -2
- package/dist-types/commands/CreateNotebookCommand.d.ts +10 -1
- package/dist-types/commands/GetNotebookCommand.d.ts +10 -1
- package/dist-types/commands/GetNotebookRunCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebooksCommand.d.ts +2 -2
- package/dist-types/commands/StartNotebookImportCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookSyncCommand.d.ts +131 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +11 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +46 -16
- package/dist-types/models/models_1.d.ts +28 -17
- package/dist-types/models/models_2.d.ts +116 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/DataZone.d.ts +17 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartNotebookSyncCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +10 -4
- package/dist-types/ts3.4/models/models_1.d.ts +8 -5
- package/dist-types/ts3.4/models/models_2.d.ts +27 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +6 -6
|
@@ -43,6 +43,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
43
43
|
logger?: import("@smithy/types").Logger;
|
|
44
44
|
}) => import("@smithy/types").EndpointV2;
|
|
45
45
|
tls?: boolean;
|
|
46
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
46
47
|
serviceConfiguredEndpoint?: never;
|
|
47
48
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
48
49
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataZoneHttpAuthSchemeProvider;
|
|
@@ -52,4 +53,5 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
52
53
|
systemClockOffset?: number;
|
|
53
54
|
signingRegion?: string;
|
|
54
55
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
56
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
55
57
|
};
|
|
@@ -41,6 +41,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
41
41
|
logger?: import("@smithy/types").Logger;
|
|
42
42
|
}) => import("@smithy/types").EndpointV2;
|
|
43
43
|
tls?: boolean;
|
|
44
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
44
45
|
serviceConfiguredEndpoint?: never;
|
|
45
46
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
46
47
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -51,4 +52,5 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
51
52
|
systemClockOffset?: number;
|
|
52
53
|
signingRegion?: string;
|
|
53
54
|
signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
|
|
55
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
54
56
|
};
|
|
@@ -337,6 +337,7 @@ export declare var GetTimeSeriesDataPointInput$: StaticStructureSchema;
|
|
|
337
337
|
export declare var GetTimeSeriesDataPointOutput$: StaticStructureSchema;
|
|
338
338
|
export declare var GetUserProfileInput$: StaticStructureSchema;
|
|
339
339
|
export declare var GetUserProfileOutput$: StaticStructureSchema;
|
|
340
|
+
export declare var GitMetadata$: StaticStructureSchema;
|
|
340
341
|
export declare var GlossaryItem$: StaticStructureSchema;
|
|
341
342
|
export declare var GlossaryItemAdditionalAttributes$: StaticStructureSchema;
|
|
342
343
|
export declare var GlossaryTermEnforcementDetail$: StaticStructureSchema;
|
|
@@ -591,6 +592,8 @@ export declare var StartNotebookImportInput$: StaticStructureSchema;
|
|
|
591
592
|
export declare var StartNotebookImportOutput$: StaticStructureSchema;
|
|
592
593
|
export declare var StartNotebookRunInput$: StaticStructureSchema;
|
|
593
594
|
export declare var StartNotebookRunOutput$: StaticStructureSchema;
|
|
595
|
+
export declare var StartNotebookSyncInput$: StaticStructureSchema;
|
|
596
|
+
export declare var StartNotebookSyncOutput$: StaticStructureSchema;
|
|
594
597
|
export declare var StopNotebookRunInput$: StaticStructureSchema;
|
|
595
598
|
export declare var StopNotebookRunOutput$: StaticStructureSchema;
|
|
596
599
|
export declare var StorageConfig$: StaticStructureSchema;
|
|
@@ -895,6 +898,7 @@ export declare var StartMetadataGenerationRun$: StaticOperationSchema;
|
|
|
895
898
|
export declare var StartNotebookExport$: StaticOperationSchema;
|
|
896
899
|
export declare var StartNotebookImport$: StaticOperationSchema;
|
|
897
900
|
export declare var StartNotebookRun$: StaticOperationSchema;
|
|
901
|
+
export declare var StartNotebookSync$: StaticOperationSchema;
|
|
898
902
|
export declare var StopNotebookRun$: StaticOperationSchema;
|
|
899
903
|
export declare var TagResource$: StaticOperationSchema;
|
|
900
904
|
export declare var UntagResource$: StaticOperationSchema;
|
|
@@ -602,6 +602,10 @@ import {
|
|
|
602
602
|
StartNotebookRunCommandInput,
|
|
603
603
|
StartNotebookRunCommandOutput,
|
|
604
604
|
} from "./commands/StartNotebookRunCommand";
|
|
605
|
+
import {
|
|
606
|
+
StartNotebookSyncCommandInput,
|
|
607
|
+
StartNotebookSyncCommandOutput,
|
|
608
|
+
} from "./commands/StartNotebookSyncCommand";
|
|
605
609
|
import {
|
|
606
610
|
StopNotebookRunCommandInput,
|
|
607
611
|
StopNotebookRunCommandOutput,
|
|
@@ -2816,6 +2820,19 @@ export interface DataZone {
|
|
|
2816
2820
|
options: __HttpHandlerOptions,
|
|
2817
2821
|
cb: (err: any, data?: StartNotebookRunCommandOutput) => void,
|
|
2818
2822
|
): void;
|
|
2823
|
+
startNotebookSync(
|
|
2824
|
+
args: StartNotebookSyncCommandInput,
|
|
2825
|
+
options?: __HttpHandlerOptions,
|
|
2826
|
+
): Promise<StartNotebookSyncCommandOutput>;
|
|
2827
|
+
startNotebookSync(
|
|
2828
|
+
args: StartNotebookSyncCommandInput,
|
|
2829
|
+
cb: (err: any, data?: StartNotebookSyncCommandOutput) => void,
|
|
2830
|
+
): void;
|
|
2831
|
+
startNotebookSync(
|
|
2832
|
+
args: StartNotebookSyncCommandInput,
|
|
2833
|
+
options: __HttpHandlerOptions,
|
|
2834
|
+
cb: (err: any, data?: StartNotebookSyncCommandOutput) => void,
|
|
2835
|
+
): void;
|
|
2819
2836
|
stopNotebookRun(
|
|
2820
2837
|
args: StopNotebookRunCommandInput,
|
|
2821
2838
|
options?: __HttpHandlerOptions,
|
|
@@ -632,6 +632,10 @@ import {
|
|
|
632
632
|
StartNotebookRunCommandInput,
|
|
633
633
|
StartNotebookRunCommandOutput,
|
|
634
634
|
} from "./commands/StartNotebookRunCommand";
|
|
635
|
+
import {
|
|
636
|
+
StartNotebookSyncCommandInput,
|
|
637
|
+
StartNotebookSyncCommandOutput,
|
|
638
|
+
} from "./commands/StartNotebookSyncCommand";
|
|
635
639
|
import {
|
|
636
640
|
StopNotebookRunCommandInput,
|
|
637
641
|
StopNotebookRunCommandOutput,
|
|
@@ -898,6 +902,7 @@ export type ServiceInputTypes =
|
|
|
898
902
|
| StartNotebookExportCommandInput
|
|
899
903
|
| StartNotebookImportCommandInput
|
|
900
904
|
| StartNotebookRunCommandInput
|
|
905
|
+
| StartNotebookSyncCommandInput
|
|
901
906
|
| StopNotebookRunCommandInput
|
|
902
907
|
| TagResourceCommandInput
|
|
903
908
|
| UntagResourceCommandInput
|
|
@@ -1088,6 +1093,7 @@ export type ServiceOutputTypes =
|
|
|
1088
1093
|
| StartNotebookExportCommandOutput
|
|
1089
1094
|
| StartNotebookImportCommandOutput
|
|
1090
1095
|
| StartNotebookRunCommandOutput
|
|
1096
|
+
| StartNotebookSyncCommandOutput
|
|
1091
1097
|
| StopNotebookRunCommandOutput
|
|
1092
1098
|
| TagResourceCommandOutput
|
|
1093
1099
|
| UntagResourceCommandOutput
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { GetNotebookRunInput } from "../models/
|
|
3
|
-
import { GetNotebookRunOutput } from "../models/models_2";
|
|
2
|
+
import { GetNotebookRunInput, GetNotebookRunOutput } from "../models/models_2";
|
|
4
3
|
export { __MetadataBearer };
|
|
5
4
|
export interface GetNotebookRunCommandInput extends GetNotebookRunInput {}
|
|
6
5
|
export interface GetNotebookRunCommandOutput extends GetNotebookRunOutput, __MetadataBearer {}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { StartNotebookSyncInput, StartNotebookSyncOutput } from "../models/models_2";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface StartNotebookSyncCommandInput extends StartNotebookSyncInput {}
|
|
5
|
+
export interface StartNotebookSyncCommandOutput extends StartNotebookSyncOutput, __MetadataBearer {}
|
|
6
|
+
declare const StartNotebookSyncCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: StartNotebookSyncCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
StartNotebookSyncCommandInput,
|
|
11
|
+
StartNotebookSyncCommandOutput,
|
|
12
|
+
import("..").DataZoneClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: StartNotebookSyncCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
StartNotebookSyncCommandInput,
|
|
20
|
+
StartNotebookSyncCommandOutput,
|
|
21
|
+
import("..").DataZoneClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class StartNotebookSyncCommand extends StartNotebookSyncCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: StartNotebookSyncInput;
|
|
31
|
+
output: StartNotebookSyncOutput;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: StartNotebookSyncCommandInput;
|
|
35
|
+
output: StartNotebookSyncCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -162,6 +162,7 @@ export * from "./StartMetadataGenerationRunCommand";
|
|
|
162
162
|
export * from "./StartNotebookExportCommand";
|
|
163
163
|
export * from "./StartNotebookImportCommand";
|
|
164
164
|
export * from "./StartNotebookRunCommand";
|
|
165
|
+
export * from "./StartNotebookSyncCommand";
|
|
165
166
|
export * from "./StopNotebookRunCommand";
|
|
166
167
|
export * from "./TagResourceCommand";
|
|
167
168
|
export * from "./UntagResourceCommand";
|
|
@@ -408,6 +408,8 @@ export type PackageManager = (typeof PackageManager)[keyof typeof PackageManager
|
|
|
408
408
|
export declare const NotebookStatus: {
|
|
409
409
|
readonly ACTIVE: "ACTIVE";
|
|
410
410
|
readonly ARCHIVED: "ARCHIVED";
|
|
411
|
+
readonly SYNC_FAILED: "SYNC_FAILED";
|
|
412
|
+
readonly SYNC_IN_PROGRESS: "SYNC_IN_PROGRESS";
|
|
411
413
|
};
|
|
412
414
|
export type NotebookStatus = (typeof NotebookStatus)[keyof typeof NotebookStatus];
|
|
413
415
|
export declare const UserDesignation: {
|
|
@@ -3549,6 +3549,15 @@ export interface EnvironmentConfig {
|
|
|
3549
3549
|
export interface NotebookError {
|
|
3550
3550
|
message: string | undefined;
|
|
3551
3551
|
}
|
|
3552
|
+
export interface GitMetadata {
|
|
3553
|
+
connectionId: string | undefined;
|
|
3554
|
+
repository: string | undefined;
|
|
3555
|
+
branch: string | undefined;
|
|
3556
|
+
commitHash: string | undefined;
|
|
3557
|
+
fileName?: string | undefined;
|
|
3558
|
+
committedAt?: Date | undefined;
|
|
3559
|
+
commitMessage?: string | undefined;
|
|
3560
|
+
}
|
|
3552
3561
|
export interface CreateNotebookOutput {
|
|
3553
3562
|
id: string | undefined;
|
|
3554
3563
|
name: string | undefined;
|
|
@@ -3569,6 +3578,7 @@ export interface CreateNotebookOutput {
|
|
|
3569
3578
|
parameters?: Record<string, string> | undefined;
|
|
3570
3579
|
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
3571
3580
|
error?: NotebookError | undefined;
|
|
3581
|
+
gitMetadata?: GitMetadata | undefined;
|
|
3572
3582
|
}
|
|
3573
3583
|
export type Member =
|
|
3574
3584
|
| Member.GroupIdentifierMember
|
|
@@ -3774,7 +3784,3 @@ export declare namespace RuleDetail {
|
|
|
3774
3784
|
_: (name: string, value: any) => T;
|
|
3775
3785
|
}
|
|
3776
3786
|
}
|
|
3777
|
-
export interface ProjectsForRule {
|
|
3778
|
-
selectionMode: RuleScopeSelectionMode | undefined;
|
|
3779
|
-
specificProjects?: string[] | undefined;
|
|
3780
|
-
}
|
|
@@ -40,6 +40,7 @@ import {
|
|
|
40
40
|
ProjectStatus,
|
|
41
41
|
ResolutionStrategy,
|
|
42
42
|
RuleAction,
|
|
43
|
+
RuleScopeSelectionMode,
|
|
43
44
|
RuleTargetType,
|
|
44
45
|
RuleType,
|
|
45
46
|
SelfGrantStatus,
|
|
@@ -96,6 +97,7 @@ import {
|
|
|
96
97
|
EnvironmentDeploymentDetails,
|
|
97
98
|
FormInput,
|
|
98
99
|
FormOutput,
|
|
100
|
+
GitMetadata,
|
|
99
101
|
MatchRationaleItem,
|
|
100
102
|
Member,
|
|
101
103
|
Model,
|
|
@@ -105,7 +107,6 @@ import {
|
|
|
105
107
|
PolicyGrantDetail,
|
|
106
108
|
PolicyGrantPrincipal,
|
|
107
109
|
ProjectDeletionError,
|
|
108
|
-
ProjectsForRule,
|
|
109
110
|
ProvisioningProperties,
|
|
110
111
|
RecommendationConfiguration,
|
|
111
112
|
Resource,
|
|
@@ -120,6 +121,10 @@ import {
|
|
|
120
121
|
TimeSeriesDataPointSummaryFormOutput,
|
|
121
122
|
UserProfileDetails,
|
|
122
123
|
} from "./models_0";
|
|
124
|
+
export interface ProjectsForRule {
|
|
125
|
+
selectionMode: RuleScopeSelectionMode | undefined;
|
|
126
|
+
specificProjects?: string[] | undefined;
|
|
127
|
+
}
|
|
123
128
|
export interface RuleScope {
|
|
124
129
|
assetType?: AssetTypesForRule | undefined;
|
|
125
130
|
dataProduct?: boolean | undefined;
|
|
@@ -2363,6 +2368,7 @@ export interface GetNotebookOutput {
|
|
|
2363
2368
|
parameters?: Record<string, string> | undefined;
|
|
2364
2369
|
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
2365
2370
|
error?: NotebookError | undefined;
|
|
2371
|
+
gitMetadata?: GitMetadata | undefined;
|
|
2366
2372
|
}
|
|
2367
2373
|
export interface ListNotebooksInput {
|
|
2368
2374
|
domainIdentifier: string | undefined;
|
|
@@ -2421,6 +2427,7 @@ export interface UpdateNotebookOutput {
|
|
|
2421
2427
|
parameters?: Record<string, string> | undefined;
|
|
2422
2428
|
environmentConfiguration?: EnvironmentConfig | undefined;
|
|
2423
2429
|
error?: NotebookError | undefined;
|
|
2430
|
+
gitMetadata?: GitMetadata | undefined;
|
|
2424
2431
|
}
|
|
2425
2432
|
export interface GetNotebookExportInput {
|
|
2426
2433
|
domainIdentifier: string | undefined;
|
|
@@ -2477,7 +2484,3 @@ export interface StartNotebookExportOutput {
|
|
|
2477
2484
|
createdAt?: Date | undefined;
|
|
2478
2485
|
createdBy?: string | undefined;
|
|
2479
2486
|
}
|
|
2480
|
-
export interface GetNotebookRunInput {
|
|
2481
|
-
domainIdentifier: string | undefined;
|
|
2482
|
-
identifier: string | undefined;
|
|
2483
|
-
}
|
|
@@ -68,6 +68,7 @@ import {
|
|
|
68
68
|
EnvironmentParameter,
|
|
69
69
|
FormEntryOutput,
|
|
70
70
|
FormOutput,
|
|
71
|
+
GitMetadata,
|
|
71
72
|
MatchRationaleItem,
|
|
72
73
|
Model,
|
|
73
74
|
OwnerProperties,
|
|
@@ -98,6 +99,10 @@ import {
|
|
|
98
99
|
SubscriptionTargetForm,
|
|
99
100
|
TimeSeriesDataPointFormOutput,
|
|
100
101
|
} from "./models_1";
|
|
102
|
+
export interface GetNotebookRunInput {
|
|
103
|
+
domainIdentifier: string | undefined;
|
|
104
|
+
identifier: string | undefined;
|
|
105
|
+
}
|
|
101
106
|
export interface NotebookRunError {
|
|
102
107
|
message: string | undefined;
|
|
103
108
|
}
|
|
@@ -727,6 +732,28 @@ export interface StartNotebookImportOutput {
|
|
|
727
732
|
createdAt?: Date | undefined;
|
|
728
733
|
createdBy?: string | undefined;
|
|
729
734
|
}
|
|
735
|
+
export interface StartNotebookSyncInput {
|
|
736
|
+
domainIdentifier: string | undefined;
|
|
737
|
+
owningProjectIdentifier: string | undefined;
|
|
738
|
+
sourceLocation: SourceLocation | undefined;
|
|
739
|
+
gitMetadata?: GitMetadata | undefined;
|
|
740
|
+
notebookId?: string | undefined;
|
|
741
|
+
name?: string | undefined;
|
|
742
|
+
description?: string | undefined;
|
|
743
|
+
clientToken?: string | undefined;
|
|
744
|
+
}
|
|
745
|
+
export interface StartNotebookSyncOutput {
|
|
746
|
+
notebookId?: string | undefined;
|
|
747
|
+
status?: NotebookStatus | undefined;
|
|
748
|
+
domainId?: string | undefined;
|
|
749
|
+
owningProjectId?: string | undefined;
|
|
750
|
+
sourceLocation?: SourceLocation | undefined;
|
|
751
|
+
gitMetadata?: GitMetadata | undefined;
|
|
752
|
+
name?: string | undefined;
|
|
753
|
+
description?: string | undefined;
|
|
754
|
+
createdAt?: Date | undefined;
|
|
755
|
+
createdBy?: string | undefined;
|
|
756
|
+
}
|
|
730
757
|
export interface TagResourceRequest {
|
|
731
758
|
resourceArn: string | undefined;
|
|
732
759
|
tags: Record<string, string> | undefined;
|
|
@@ -71,6 +71,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
71
71
|
},
|
|
72
72
|
) => import("@smithy/types").EndpointV2;
|
|
73
73
|
tls?: boolean;
|
|
74
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
74
75
|
serviceConfiguredEndpoint?: never;
|
|
75
76
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
76
77
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -90,4 +91,5 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
90
91
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
91
92
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
92
93
|
) => import("@smithy/types").RequestSigner;
|
|
94
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
93
95
|
};
|
|
@@ -72,6 +72,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
72
72
|
},
|
|
73
73
|
) => import("@smithy/types").EndpointV2;
|
|
74
74
|
tls?: boolean;
|
|
75
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
75
76
|
serviceConfiguredEndpoint?: never;
|
|
76
77
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
77
78
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataZoneHttpAuthSchemeProvider;
|
|
@@ -90,4 +91,5 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
90
91
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
91
92
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
92
93
|
) => import("@smithy/types").RequestSigner;
|
|
94
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
93
95
|
};
|
|
@@ -75,6 +75,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
75
75
|
},
|
|
76
76
|
) => import("@smithy/types").EndpointV2;
|
|
77
77
|
tls?: boolean;
|
|
78
|
+
ignoreConfiguredEndpointUrls?: boolean;
|
|
78
79
|
serviceConfiguredEndpoint?: never;
|
|
79
80
|
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
80
81
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
@@ -94,4 +95,5 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
94
95
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
95
96
|
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
96
97
|
) => import("@smithy/types").RequestSigner;
|
|
98
|
+
disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
|
|
97
99
|
};
|
|
@@ -337,6 +337,7 @@ export declare var GetTimeSeriesDataPointInput$: StaticStructureSchema;
|
|
|
337
337
|
export declare var GetTimeSeriesDataPointOutput$: StaticStructureSchema;
|
|
338
338
|
export declare var GetUserProfileInput$: StaticStructureSchema;
|
|
339
339
|
export declare var GetUserProfileOutput$: StaticStructureSchema;
|
|
340
|
+
export declare var GitMetadata$: StaticStructureSchema;
|
|
340
341
|
export declare var GlossaryItem$: StaticStructureSchema;
|
|
341
342
|
export declare var GlossaryItemAdditionalAttributes$: StaticStructureSchema;
|
|
342
343
|
export declare var GlossaryTermEnforcementDetail$: StaticStructureSchema;
|
|
@@ -591,6 +592,8 @@ export declare var StartNotebookImportInput$: StaticStructureSchema;
|
|
|
591
592
|
export declare var StartNotebookImportOutput$: StaticStructureSchema;
|
|
592
593
|
export declare var StartNotebookRunInput$: StaticStructureSchema;
|
|
593
594
|
export declare var StartNotebookRunOutput$: StaticStructureSchema;
|
|
595
|
+
export declare var StartNotebookSyncInput$: StaticStructureSchema;
|
|
596
|
+
export declare var StartNotebookSyncOutput$: StaticStructureSchema;
|
|
594
597
|
export declare var StopNotebookRunInput$: StaticStructureSchema;
|
|
595
598
|
export declare var StopNotebookRunOutput$: StaticStructureSchema;
|
|
596
599
|
export declare var StorageConfig$: StaticStructureSchema;
|
|
@@ -895,6 +898,7 @@ export declare var StartMetadataGenerationRun$: StaticOperationSchema;
|
|
|
895
898
|
export declare var StartNotebookExport$: StaticOperationSchema;
|
|
896
899
|
export declare var StartNotebookImport$: StaticOperationSchema;
|
|
897
900
|
export declare var StartNotebookRun$: StaticOperationSchema;
|
|
901
|
+
export declare var StartNotebookSync$: StaticOperationSchema;
|
|
898
902
|
export declare var StopNotebookRun$: StaticOperationSchema;
|
|
899
903
|
export declare var TagResource$: StaticOperationSchema;
|
|
900
904
|
export declare var UntagResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1095.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-datazone",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/core": "^3.
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
49
|
+
"@aws-sdk/core": "^3.977.0",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.72",
|
|
51
51
|
"@aws-sdk/types": "^3.974.2",
|
|
52
|
-
"@smithy/core": "^3.29.
|
|
53
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
54
|
-
"@smithy/node-http-handler": "^4.9.
|
|
52
|
+
"@smithy/core": "^3.29.8",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.6.10",
|
|
54
|
+
"@smithy/node-http-handler": "^4.9.10",
|
|
55
55
|
"@smithy/types": "^4.16.1",
|
|
56
56
|
"tslib": "^2.6.2"
|
|
57
57
|
},
|