@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.
Files changed (33) hide show
  1. package/README.md +1 -5
  2. package/dist-cjs/index.js +7 -1
  3. package/dist-es/protocols/Aws_restJson1.js +7 -1
  4. package/dist-types/DataZone.d.ts +1 -5
  5. package/dist-types/DataZoneClient.d.ts +1 -5
  6. package/dist-types/commands/AcceptPredictionsCommand.d.ts +1 -2
  7. package/dist-types/commands/AddPolicyGrantCommand.d.ts +5 -4
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -2
  9. package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +1 -2
  10. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateRuleCommand.d.ts +1 -7
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -2
  13. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -2
  14. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -7
  15. package/dist-types/commands/GetConnectionCommand.d.ts +1 -2
  16. package/dist-types/commands/GetListingCommand.d.ts +1 -2
  17. package/dist-types/commands/GetRuleCommand.d.ts +1 -7
  18. package/dist-types/commands/ListConnectionsCommand.d.ts +1 -2
  19. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +1 -0
  20. package/dist-types/commands/ListRulesCommand.d.ts +1 -7
  21. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -2
  22. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -0
  23. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -2
  24. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -7
  25. package/dist-types/index.d.ts +1 -5
  26. package/dist-types/models/models_0.d.ts +136 -275
  27. package/dist-types/models/models_1.d.ts +211 -752
  28. package/dist-types/models/models_2.d.ts +99 -251
  29. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +3 -1
  31. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  32. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  33. package/package.json +11 -11
@@ -37,7 +37,7 @@ export declare class AddPolicyGrantCommand extends AddPolicyGrantCommand_base {
37
37
  protected static __types: {
38
38
  api: {
39
39
  input: AddPolicyGrantInput;
40
- output: {};
40
+ output: AddPolicyGrantOutput;
41
41
  };
42
42
  sdk: {
43
43
  input: AddPolicyGrantCommandInput;
@@ -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.867.0",
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.864.0",
24
- "@aws-sdk/credential-provider-node": "3.864.0",
25
- "@aws-sdk/middleware-host-header": "3.862.0",
26
- "@aws-sdk/middleware-logger": "3.862.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-user-agent": "3.864.0",
29
- "@aws-sdk/region-config-resolver": "3.862.0",
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.862.0",
32
- "@aws-sdk/util-user-agent-browser": "3.862.0",
33
- "@aws-sdk/util-user-agent-node": "3.864.0",
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",