@aws-sdk/client-datazone 3.609.0 → 3.613.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.
|
@@ -4771,6 +4771,8 @@ export declare const DataAssetActivityStatus: {
|
|
|
4771
4771
|
export type DataAssetActivityStatus = (typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
|
|
4772
4772
|
/**
|
|
4773
4773
|
* <p/>
|
|
4774
|
+
*
|
|
4775
|
+
* @deprecated This structure is deprecated.
|
|
4774
4776
|
* @public
|
|
4775
4777
|
*/
|
|
4776
4778
|
export interface DataProductItem {
|
|
@@ -4787,6 +4789,8 @@ export interface DataProductItem {
|
|
|
4787
4789
|
}
|
|
4788
4790
|
/**
|
|
4789
4791
|
* <p/>
|
|
4792
|
+
*
|
|
4793
|
+
* @deprecated This structure is deprecated.
|
|
4790
4794
|
* @public
|
|
4791
4795
|
*/
|
|
4792
4796
|
export interface DataProductSummary {
|
|
@@ -4821,6 +4825,8 @@ export interface DataProductSummary {
|
|
|
4821
4825
|
*/
|
|
4822
4826
|
glossaryTerms?: string[];
|
|
4823
4827
|
/**
|
|
4828
|
+
* @deprecated
|
|
4829
|
+
*
|
|
4824
4830
|
* <p/>
|
|
4825
4831
|
* @public
|
|
4826
4832
|
*/
|
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.613.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.613.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.613.0",
|
|
25
25
|
"@aws-sdk/core": "3.609.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.613.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|