@aws-sdk/client-datazone 3.1001.0 → 3.1003.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.
|
@@ -9717,7 +9717,7 @@ export interface CreateSubscriptionGrantOutput {
|
|
|
9717
9717
|
/**
|
|
9718
9718
|
* <p>The identifier of the subscription grant.</p>
|
|
9719
9719
|
*
|
|
9720
|
-
* @deprecated Multiple subscriptions can exist for a single grant
|
|
9720
|
+
* @deprecated Multiple subscriptions can exist for a single grant.
|
|
9721
9721
|
* @public
|
|
9722
9722
|
*/
|
|
9723
9723
|
subscriptionId?: string | undefined;
|
|
@@ -545,7 +545,7 @@ export interface DeleteDataSourceInput {
|
|
|
545
545
|
/**
|
|
546
546
|
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
547
547
|
*
|
|
548
|
-
* @deprecated This field is no longer required for idempotency.
|
|
548
|
+
* @deprecated (since 2024-12-02) This field is no longer required for idempotency.
|
|
549
549
|
* @public
|
|
550
550
|
*/
|
|
551
551
|
clientToken?: string | undefined;
|
|
@@ -1936,7 +1936,7 @@ export interface DeleteSubscriptionGrantOutput {
|
|
|
1936
1936
|
/**
|
|
1937
1937
|
* <p>The identifier of the subsctiption whose subscription grant is to be deleted.</p>
|
|
1938
1938
|
*
|
|
1939
|
-
* @deprecated Multiple subscriptions can exist for a single grant
|
|
1939
|
+
* @deprecated Multiple subscriptions can exist for a single grant.
|
|
1940
1940
|
* @public
|
|
1941
1941
|
*/
|
|
1942
1942
|
subscriptionId?: string | undefined;
|
|
@@ -4399,7 +4399,7 @@ export interface GetSubscriptionGrantOutput {
|
|
|
4399
4399
|
/**
|
|
4400
4400
|
* <p>The identifier of the subscription.</p>
|
|
4401
4401
|
*
|
|
4402
|
-
* @deprecated Multiple subscriptions can exist for a single grant
|
|
4402
|
+
* @deprecated Multiple subscriptions can exist for a single grant.
|
|
4403
4403
|
* @public
|
|
4404
4404
|
*/
|
|
4405
4405
|
subscriptionId?: string | undefined;
|
|
@@ -7185,7 +7185,7 @@ export interface ListSubscriptionGrantsInput {
|
|
|
7185
7185
|
/**
|
|
7186
7186
|
* <p>Specifies the way of sorting the results of this action.</p>
|
|
7187
7187
|
*
|
|
7188
|
-
* @deprecated Results are always sorted by updatedAt
|
|
7188
|
+
* @deprecated (since Jan 31 2026) Results are always sorted by updatedAt.
|
|
7189
7189
|
* @public
|
|
7190
7190
|
*/
|
|
7191
7191
|
sortBy?: SortKey | undefined;
|
|
@@ -7268,7 +7268,7 @@ export interface SubscriptionGrantSummary {
|
|
|
7268
7268
|
/**
|
|
7269
7269
|
* <p>The ID of the subscription.</p>
|
|
7270
7270
|
*
|
|
7271
|
-
* @deprecated Multiple subscriptions can exist for a single grant
|
|
7271
|
+
* @deprecated Multiple subscriptions can exist for a single grant.
|
|
7272
7272
|
* @public
|
|
7273
7273
|
*/
|
|
7274
7274
|
subscriptionId?: string | undefined;
|
|
@@ -7335,7 +7335,7 @@ export interface ListSubscriptionRequestsInput {
|
|
|
7335
7335
|
/**
|
|
7336
7336
|
* <p>Specifies the way to sort the results of this action.</p>
|
|
7337
7337
|
*
|
|
7338
|
-
* @deprecated Results are always sorted by updatedAt
|
|
7338
|
+
* @deprecated (since Jan 31 2026) Results are always sorted by updatedAt.
|
|
7339
7339
|
* @public
|
|
7340
7340
|
*/
|
|
7341
7341
|
sortBy?: SortKey | undefined;
|
|
@@ -7519,7 +7519,7 @@ export interface ListSubscriptionsInput {
|
|
|
7519
7519
|
/**
|
|
7520
7520
|
* <p>Specifies the way in which the results of this action are to be sorted.</p>
|
|
7521
7521
|
*
|
|
7522
|
-
* @deprecated Results are always sorted by updatedAt
|
|
7522
|
+
* @deprecated (since Jan 31 2026) Results are always sorted by updatedAt.
|
|
7523
7523
|
* @public
|
|
7524
7524
|
*/
|
|
7525
7525
|
sortBy?: SortKey | undefined;
|
|
@@ -7920,7 +7920,7 @@ export interface GetMetadataGenerationRunOutput {
|
|
|
7920
7920
|
/**
|
|
7921
7921
|
* <p>The type of metadata generation run.</p>
|
|
7922
7922
|
*
|
|
7923
|
-
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
7923
|
+
* @deprecated (since 2025-11-21) This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types.
|
|
7924
7924
|
* @public
|
|
7925
7925
|
*/
|
|
7926
7926
|
type?: MetadataGenerationRunType | undefined;
|
|
@@ -8013,7 +8013,7 @@ export interface MetadataGenerationRunItem {
|
|
|
8013
8013
|
/**
|
|
8014
8014
|
* <p>The type of the metadata generation run.</p>
|
|
8015
8015
|
*
|
|
8016
|
-
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
8016
|
+
* @deprecated (since 2025-11-21) This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types.
|
|
8017
8017
|
* @public
|
|
8018
8018
|
*/
|
|
8019
8019
|
type?: MetadataGenerationRunType | undefined;
|
|
@@ -8065,7 +8065,7 @@ export interface StartMetadataGenerationRunInput {
|
|
|
8065
8065
|
/**
|
|
8066
8066
|
* <p>The type of the metadata generation run.</p>
|
|
8067
8067
|
*
|
|
8068
|
-
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
8068
|
+
* @deprecated (since 2025-11-21) This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types.
|
|
8069
8069
|
* @public
|
|
8070
8070
|
*/
|
|
8071
8071
|
type?: MetadataGenerationRunType | undefined;
|
|
@@ -8112,7 +8112,7 @@ export interface StartMetadataGenerationRunOutput {
|
|
|
8112
8112
|
/**
|
|
8113
8113
|
* <p>The type of the metadata generation run.</p>
|
|
8114
8114
|
*
|
|
8115
|
-
* @deprecated This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types
|
|
8115
|
+
* @deprecated (since 2025-11-21) This field is going to be deprecated, please use the 'types' field to provide the MetadataGenerationRun types.
|
|
8116
8116
|
* @public
|
|
8117
8117
|
*/
|
|
8118
8118
|
type?: MetadataGenerationRunType | undefined;
|
|
@@ -1415,7 +1415,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
|
|
|
1415
1415
|
/**
|
|
1416
1416
|
* <p>The identifier of the subscription.</p>
|
|
1417
1417
|
*
|
|
1418
|
-
* @deprecated Multiple subscriptions can exist for a single grant
|
|
1418
|
+
* @deprecated Multiple subscriptions can exist for a single grant.
|
|
1419
1419
|
* @public
|
|
1420
1420
|
*/
|
|
1421
1421
|
subscriptionId?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
24
|
+
"@aws-sdk/core": "^3.973.18",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
31
|
+
"@aws-sdk/types": "^3.973.5",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
36
|
+
"@smithy/core": "^3.23.8",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
38
|
+
"@smithy/hash-node": "^4.2.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
49
49
|
"@smithy/types": "^4.13.0",
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
51
|
-
"@smithy/util-base64": "^4.3.
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
60
|
-
"@smithy/util-utf8": "^4.2.
|
|
50
|
+
"@smithy/url-parser": "^4.2.11",
|
|
51
|
+
"@smithy/util-base64": "^4.3.2",
|
|
52
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
58
|
+
"@smithy/util-retry": "^4.2.11",
|
|
59
|
+
"@smithy/util-stream": "^4.5.17",
|
|
60
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"node": ">=20.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
|
-
"<4.
|
|
75
|
+
"<4.5": {
|
|
76
76
|
"dist-types/*": [
|
|
77
77
|
"dist-types/ts3.4/*"
|
|
78
78
|
]
|