@aws-sdk/client-datazone 3.867.0 → 3.873.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 +1 -5
- package/dist-cjs/index.js +7 -1
- package/dist-es/protocols/Aws_restJson1.js +7 -1
- package/dist-types/DataZone.d.ts +1 -5
- package/dist-types/DataZoneClient.d.ts +1 -5
- package/dist-types/commands/AcceptPredictionsCommand.d.ts +1 -2
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +5 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -2
- package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +1 -2
- package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -2
- package/dist-types/commands/CreateRuleCommand.d.ts +1 -7
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -2
- package/dist-types/commands/DeleteRuleCommand.d.ts +1 -7
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -2
- package/dist-types/commands/GetListingCommand.d.ts +1 -2
- package/dist-types/commands/GetRuleCommand.d.ts +1 -7
- package/dist-types/commands/ListConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +1 -0
- package/dist-types/commands/ListRulesCommand.d.ts +1 -7
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -2
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -2
- package/dist-types/commands/UpdateRuleCommand.d.ts +1 -7
- package/dist-types/index.d.ts +1 -5
- package/dist-types/models/models_0.d.ts +136 -275
- package/dist-types/models/models_1.d.ts +211 -752
- package/dist-types/models/models_2.d.ts +99 -251
- package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +3 -1
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,11 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript DataZone Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>Amazon DataZone is a data management service that enables you to catalog, discover,
|
|
10
|
-
govern, share, and analyze your data. With Amazon DataZone, you can share and access your
|
|
11
|
-
data across accounts and supported regions. Amazon DataZone simplifies your experience
|
|
12
|
-
across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon
|
|
13
|
-
Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
9
|
+
<p>Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
14
10
|
|
|
15
11
|
## Installing
|
|
16
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -5185,6 +5185,7 @@ var se_RemovePolicyGrantCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
5185
5185
|
body = JSON.stringify(
|
|
5186
5186
|
(0, import_smithy_client.take)(input, {
|
|
5187
5187
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
5188
|
+
grantIdentifier: [],
|
|
5188
5189
|
policyType: [],
|
|
5189
5190
|
principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal")
|
|
5190
5191
|
})
|
|
@@ -5830,7 +5831,11 @@ var de_AddPolicyGrantCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5830
5831
|
const contents = (0, import_smithy_client.map)({
|
|
5831
5832
|
$metadata: deserializeMetadata(output)
|
|
5832
5833
|
});
|
|
5833
|
-
|
|
5834
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5835
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5836
|
+
grantId: import_smithy_client.expectString
|
|
5837
|
+
});
|
|
5838
|
+
Object.assign(contents, doc);
|
|
5834
5839
|
return contents;
|
|
5835
5840
|
}, "de_AddPolicyGrantCommand");
|
|
5836
5841
|
var de_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
@@ -9814,6 +9819,7 @@ var de_PolicyGrantMember = /* @__PURE__ */ __name((output, context) => {
|
|
|
9814
9819
|
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
9815
9820
|
createdBy: import_smithy_client.expectString,
|
|
9816
9821
|
detail: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "detail"),
|
|
9822
|
+
grantId: import_smithy_client.expectString,
|
|
9817
9823
|
principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "principal")
|
|
9818
9824
|
});
|
|
9819
9825
|
}, "de_PolicyGrantMember");
|
|
@@ -1942,6 +1942,7 @@ export const se_RemovePolicyGrantCommand = async (input, context) => {
|
|
|
1942
1942
|
let body;
|
|
1943
1943
|
body = JSON.stringify(take(input, {
|
|
1944
1944
|
clientToken: [true, (_) => _ ?? generateIdempotencyToken()],
|
|
1945
|
+
grantIdentifier: [],
|
|
1945
1946
|
policyType: [],
|
|
1946
1947
|
principal: (_) => _json(_),
|
|
1947
1948
|
}));
|
|
@@ -2530,7 +2531,11 @@ export const de_AddPolicyGrantCommand = async (output, context) => {
|
|
|
2530
2531
|
const contents = map({
|
|
2531
2532
|
$metadata: deserializeMetadata(output),
|
|
2532
2533
|
});
|
|
2533
|
-
await
|
|
2534
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
2535
|
+
const doc = take(data, {
|
|
2536
|
+
grantId: __expectString,
|
|
2537
|
+
});
|
|
2538
|
+
Object.assign(contents, doc);
|
|
2534
2539
|
return contents;
|
|
2535
2540
|
};
|
|
2536
2541
|
export const de_AssociateEnvironmentRoleCommand = async (output, context) => {
|
|
@@ -6560,6 +6565,7 @@ const de_PolicyGrantMember = (output, context) => {
|
|
|
6560
6565
|
createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
6561
6566
|
createdBy: __expectString,
|
|
6562
6567
|
detail: (_) => _json(__expectUnion(_)),
|
|
6568
|
+
grantId: __expectString,
|
|
6563
6569
|
principal: (_) => _json(__expectUnion(_)),
|
|
6564
6570
|
});
|
|
6565
6571
|
};
|
package/dist-types/DataZone.d.ts
CHANGED
|
@@ -1152,11 +1152,7 @@ export interface DataZone {
|
|
|
1152
1152
|
updateUserProfile(args: UpdateUserProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserProfileCommandOutput) => void): void;
|
|
1153
1153
|
}
|
|
1154
1154
|
/**
|
|
1155
|
-
* <p>Amazon DataZone is a data management service that enables you to catalog, discover,
|
|
1156
|
-
* govern, share, and analyze your data. With Amazon DataZone, you can share and access your
|
|
1157
|
-
* data across accounts and supported regions. Amazon DataZone simplifies your experience
|
|
1158
|
-
* across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon
|
|
1159
|
-
* Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
1155
|
+
* <p>Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
1160
1156
|
* @public
|
|
1161
1157
|
*/
|
|
1162
1158
|
export declare class DataZone extends DataZoneClient implements DataZone {
|
|
@@ -333,11 +333,7 @@ export type DataZoneClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
333
333
|
export interface DataZoneClientResolvedConfig extends DataZoneClientResolvedConfigType {
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
|
-
* <p>Amazon DataZone is a data management service that enables you to catalog, discover,
|
|
337
|
-
* govern, share, and analyze your data. With Amazon DataZone, you can share and access your
|
|
338
|
-
* data across accounts and supported regions. Amazon DataZone simplifies your experience
|
|
339
|
-
* across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon
|
|
340
|
-
* Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
336
|
+
* <p>Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
341
337
|
* @public
|
|
342
338
|
*/
|
|
343
339
|
export declare class DataZoneClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DataZoneClientResolvedConfig> {
|
|
@@ -27,8 +27,7 @@ declare const AcceptPredictionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Accepts automatically generated business-friendly metadata for your Amazon DataZone
|
|
31
|
-
* assets.</p>
|
|
30
|
+
* <p>Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const AddPolicyGrantCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Adds a policy grant (an authorization policy) to a specified entity, including domain
|
|
31
|
-
* units, environment blueprint configurations, or environment profiles.</p>
|
|
30
|
+
* <p>Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -111,7 +110,9 @@ declare const AddPolicyGrantCommand_base: {
|
|
|
111
110
|
* };
|
|
112
111
|
* const command = new AddPolicyGrantCommand(input);
|
|
113
112
|
* const response = await client.send(command);
|
|
114
|
-
* // {
|
|
113
|
+
* // { // AddPolicyGrantOutput
|
|
114
|
+
* // grantId: "STRING_VALUE",
|
|
115
|
+
* // };
|
|
115
116
|
*
|
|
116
117
|
* ```
|
|
117
118
|
*
|
|
@@ -153,7 +154,7 @@ export declare class AddPolicyGrantCommand extends AddPolicyGrantCommand_base {
|
|
|
153
154
|
protected static __types: {
|
|
154
155
|
api: {
|
|
155
156
|
input: AddPolicyGrantInput;
|
|
156
|
-
output:
|
|
157
|
+
output: AddPolicyGrantOutput;
|
|
157
158
|
};
|
|
158
159
|
sdk: {
|
|
159
160
|
input: AddPolicyGrantCommandInput;
|
|
@@ -27,8 +27,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a new connection. In Amazon DataZone, a connection enables you to connect your
|
|
31
|
-
* resources (domains, projects, and environments) to external resources and services.</p>
|
|
30
|
+
* <p>Creates a new connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const CreateEnvironmentActionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates an action for the environment, for example, creates a console link for an
|
|
31
|
-
* analytics tool that is available in this environment.</p>
|
|
30
|
+
* <p>Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const CreateListingChangeSetCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Publishes a listing (a record of an asset at a given time) or removes a listing from the
|
|
31
|
-
* catalog. </p>
|
|
30
|
+
* <p>Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog. </p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const CreateRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Creates a rule in Amazon DataZone. A rule is a formal agreement that enforces specific
|
|
31
|
-
* requirements across user workflows (e.g., publishing assets to the catalog, requesting
|
|
32
|
-
* subscriptions, creating projects) within the Amazon DataZone data portal. These rules help
|
|
33
|
-
* maintain consistency, ensure compliance, and uphold governance standards in data management
|
|
34
|
-
* processes. For instance, a metadata enforcement rule can specify the required information
|
|
35
|
-
* for creating a subscription request or publishing a data asset to the catalog, ensuring
|
|
36
|
-
* alignment with organizational standards.</p>
|
|
30
|
+
* <p>Creates a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteConnectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes and connection. In Amazon DataZone, a connection enables you to connect your
|
|
31
|
-
* resources (domains, projects, and environments) to external resources and services.</p>
|
|
30
|
+
* <p>Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const DeleteEnvironmentActionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes an action for the environment, for example, deletes a console link for an
|
|
31
|
-
* analytics tool that is available in this environment.</p>
|
|
30
|
+
* <p>Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const DeleteRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Deletes a rule in Amazon DataZone. A rule is a formal agreement that enforces specific
|
|
31
|
-
* requirements across user workflows (e.g., publishing assets to the catalog, requesting
|
|
32
|
-
* subscriptions, creating projects) within the Amazon DataZone data portal. These rules help
|
|
33
|
-
* maintain consistency, ensure compliance, and uphold governance standards in data management
|
|
34
|
-
* processes. For instance, a metadata enforcement rule can specify the required information
|
|
35
|
-
* for creating a subscription request or publishing a data asset to the catalog, ensuring
|
|
36
|
-
* alignment with organizational standards.</p>
|
|
30
|
+
* <p>Deletes a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const GetConnectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a connection. In Amazon DataZone, a connection enables you to connect your
|
|
31
|
-
* resources (domains, projects, and environments) to external resources and services.</p>
|
|
30
|
+
* <p>Gets a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const GetListingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a listing (a record of an asset at a given time). If you specify a listing version,
|
|
31
|
-
* only details that are specific to that version are returned.</p>
|
|
30
|
+
* <p>Gets a listing (a record of an asset at a given time). If you specify a listing version, only details that are specific to that version are returned.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const GetRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets the details of a rule in Amazon DataZone. A rule is a formal agreement that
|
|
31
|
-
* enforces specific requirements across user workflows (e.g., publishing assets to the
|
|
32
|
-
* catalog, requesting subscriptions, creating projects) within the Amazon DataZone data
|
|
33
|
-
* portal. These rules help maintain consistency, ensure compliance, and uphold governance
|
|
34
|
-
* standards in data management processes. For instance, a metadata enforcement rule can
|
|
35
|
-
* specify the required information for creating a subscription request or publishing a data
|
|
36
|
-
* asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
30
|
+
* <p>Gets the details of a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists connections. In Amazon DataZone, a connection enables you to connect your
|
|
31
|
-
* resources (domains, projects, and environments) to external resources and services.</p>
|
|
30
|
+
* <p>Lists connections. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const ListRulesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Lists existing rules. In Amazon DataZone, a rule is a formal agreement that enforces
|
|
31
|
-
* specific requirements across user workflows (e.g., publishing assets to the catalog,
|
|
32
|
-
* requesting subscriptions, creating projects) within the Amazon DataZone data portal. These
|
|
33
|
-
* rules help maintain consistency, ensure compliance, and uphold governance standards in data
|
|
34
|
-
* management processes. For instance, a metadata enforcement rule can specify the required
|
|
35
|
-
* information for creating a subscription request or publishing a data asset to the catalog,
|
|
36
|
-
* ensuring alignment with organizational standards.</p>
|
|
30
|
+
* <p>Lists existing rules. In Amazon DataZone, a rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const RejectPredictionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Rejects automatically generated business-friendly metadata for your Amazon DataZone
|
|
31
|
-
* assets.</p>
|
|
30
|
+
* <p>Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,8 +27,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a connection. In Amazon DataZone, a connection enables you to connect your
|
|
31
|
-
* resources (domains, projects, and environments) to external resources and services.</p>
|
|
30
|
+
* <p>Updates a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -27,13 +27,7 @@ declare const UpdateRuleCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Updates a rule. In Amazon DataZone, a rule is a formal agreement that enforces specific
|
|
31
|
-
* requirements across user workflows (e.g., publishing assets to the catalog, requesting
|
|
32
|
-
* subscriptions, creating projects) within the Amazon DataZone data portal. These rules help
|
|
33
|
-
* maintain consistency, ensure compliance, and uphold governance standards in data management
|
|
34
|
-
* processes. For instance, a metadata enforcement rule can specify the required information
|
|
35
|
-
* for creating a subscription request or publishing a data asset to the catalog, ensuring
|
|
36
|
-
* alignment with organizational standards.</p>
|
|
30
|
+
* <p>Updates a rule. In Amazon DataZone, a rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>
|
|
37
31
|
* @example
|
|
38
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
33
|
* ```javascript
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>Amazon DataZone is a data management service that enables you to catalog, discover,
|
|
3
|
-
* govern, share, and analyze your data. With Amazon DataZone, you can share and access your
|
|
4
|
-
* data across accounts and supported regions. Amazon DataZone simplifies your experience
|
|
5
|
-
* across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon
|
|
6
|
-
* Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
2
|
+
* <p>Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>
|
|
7
3
|
*
|
|
8
4
|
* @packageDocumentation
|
|
9
5
|
*/
|