@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
|
@@ -858,7 +858,9 @@ export interface AddPolicyGrantInput {
|
|
|
858
858
|
detail: PolicyGrantDetail | undefined;
|
|
859
859
|
clientToken?: string | undefined;
|
|
860
860
|
}
|
|
861
|
-
export interface AddPolicyGrantOutput {
|
|
861
|
+
export interface AddPolicyGrantOutput {
|
|
862
|
+
grantId?: string | undefined;
|
|
863
|
+
}
|
|
862
864
|
export interface AggregationListItem {
|
|
863
865
|
attribute: string | undefined;
|
|
864
866
|
displayValue?: string | undefined;
|
|
@@ -2052,6 +2052,7 @@ export interface PolicyGrantMember {
|
|
|
2052
2052
|
detail?: PolicyGrantDetail | undefined;
|
|
2053
2053
|
createdAt?: Date | undefined;
|
|
2054
2054
|
createdBy?: string | undefined;
|
|
2055
|
+
grantId?: string | undefined;
|
|
2055
2056
|
}
|
|
2056
2057
|
export interface ListPolicyGrantsOutput {
|
|
2057
2058
|
grantList: PolicyGrantMember[] | undefined;
|
|
@@ -157,6 +157,7 @@ export interface RemovePolicyGrantInput {
|
|
|
157
157
|
entityIdentifier: string | undefined;
|
|
158
158
|
policyType: ManagedPolicyType | undefined;
|
|
159
159
|
principal: PolicyGrantPrincipal | undefined;
|
|
160
|
+
grantIdentifier?: string | undefined;
|
|
160
161
|
clientToken?: string | undefined;
|
|
161
162
|
}
|
|
162
163
|
export interface RemovePolicyGrantOutput {}
|
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.873.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,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
23
|
+
"@aws-sdk/core": "3.873.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.873.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.873.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.873.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.873.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.873.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.8.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|