@aws-sdk/client-datazone 3.883.0 → 3.886.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 +24 -0
- package/dist-cjs/index.js +209 -11
- package/dist-es/DataZone.js +6 -0
- package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +23 -0
- package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +22 -0
- package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +23 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +16 -4
- package/dist-es/models/models_1.js +4 -3
- package/dist-es/models/models_2.js +18 -0
- package/dist-es/protocols/Aws_restJson1.js +101 -0
- package/dist-types/DataZone.d.ts +21 -0
- package/dist-types/DataZoneClient.d.ts +5 -2
- package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetRevisionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAssetTypeCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataProductCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +1 -1
- package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +142 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +1 -0
- package/dist-types/commands/CreateFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +92 -0
- package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +3 -2
- package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +142 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +99 -29
- package/dist-types/models/models_1.d.ts +50 -79
- package/dist-types/models/models_2.d.ts +172 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/DataZone.d.ts +51 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +26 -9
- package/dist-types/ts3.4/models/models_1.d.ts +14 -22
- package/dist-types/ts3.4/models/models_2.d.ts +47 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +3 -3
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.886.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",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.883.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.886.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.886.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.883.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|