@aws-sdk/client-entityresolution 3.554.0 → 3.562.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 (63) hide show
  1. package/README.md +87 -7
  2. package/dist-cjs/index.js +683 -56
  3. package/dist-es/EntityResolution.js +20 -0
  4. package/dist-es/commands/AddPolicyStatementCommand.js +24 -0
  5. package/dist-es/commands/BatchDeleteUniqueIdCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceCommand.js +24 -0
  7. package/dist-es/commands/DeleteIdNamespaceCommand.js +24 -0
  8. package/dist-es/commands/DeletePolicyStatementCommand.js +24 -0
  9. package/dist-es/commands/GetIdNamespaceCommand.js +24 -0
  10. package/dist-es/commands/GetPolicyCommand.js +24 -0
  11. package/dist-es/commands/ListIdNamespacesCommand.js +24 -0
  12. package/dist-es/commands/PutPolicyCommand.js +24 -0
  13. package/dist-es/commands/UpdateIdNamespaceCommand.js +24 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +48 -32
  16. package/dist-es/pagination/ListIdNamespacesPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_restJson1.js +399 -7
  19. package/dist-types/EntityResolution.d.ts +71 -0
  20. package/dist-types/EntityResolutionClient.d.ts +12 -2
  21. package/dist-types/commands/AddPolicyStatementCommand.d.ts +101 -0
  22. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +91 -0
  23. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +6 -4
  24. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +138 -0
  25. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +79 -0
  27. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +6 -0
  28. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +92 -0
  29. package/dist-types/commands/GetIdMappingJobCommand.d.ts +7 -0
  30. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -2
  31. package/dist-types/commands/GetIdNamespaceCommand.d.ts +107 -0
  32. package/dist-types/commands/GetMatchIdCommand.d.ts +2 -0
  33. package/dist-types/commands/GetMatchingJobCommand.d.ts +7 -0
  34. package/dist-types/commands/GetPolicyCommand.d.ts +85 -0
  35. package/dist-types/commands/GetProviderServiceCommand.d.ts +21 -0
  36. package/dist-types/commands/ListIdNamespacesCommand.d.ts +90 -0
  37. package/dist-types/commands/PutPolicyCommand.d.ts +93 -0
  38. package/dist-types/commands/StartIdMappingJobCommand.d.ts +14 -0
  39. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +6 -4
  40. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +121 -0
  41. package/dist-types/commands/index.d.ts +10 -0
  42. package/dist-types/models/models_0.d.ts +972 -83
  43. package/dist-types/pagination/ListIdNamespacesPaginator.d.ts +7 -0
  44. package/dist-types/pagination/index.d.ts +1 -0
  45. package/dist-types/protocols/Aws_restJson1.d.ts +90 -0
  46. package/dist-types/ts3.4/EntityResolution.d.ts +171 -0
  47. package/dist-types/ts3.4/EntityResolutionClient.d.ts +60 -0
  48. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +39 -0
  49. package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +39 -0
  50. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +38 -0
  51. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +38 -0
  52. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +39 -0
  53. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +35 -0
  54. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +35 -0
  55. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +38 -0
  56. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +35 -0
  57. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +38 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +245 -40
  60. package/dist-types/ts3.4/pagination/ListIdNamespacesPaginator.d.ts +11 -0
  61. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +120 -0
  63. package/package.json +4 -4
@@ -1,58 +1,78 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
+ import { AddPolicyStatementCommand, } from "./commands/AddPolicyStatementCommand";
3
+ import { BatchDeleteUniqueIdCommand, } from "./commands/BatchDeleteUniqueIdCommand";
2
4
  import { CreateIdMappingWorkflowCommand, } from "./commands/CreateIdMappingWorkflowCommand";
5
+ import { CreateIdNamespaceCommand, } from "./commands/CreateIdNamespaceCommand";
3
6
  import { CreateMatchingWorkflowCommand, } from "./commands/CreateMatchingWorkflowCommand";
4
7
  import { CreateSchemaMappingCommand, } from "./commands/CreateSchemaMappingCommand";
5
8
  import { DeleteIdMappingWorkflowCommand, } from "./commands/DeleteIdMappingWorkflowCommand";
9
+ import { DeleteIdNamespaceCommand, } from "./commands/DeleteIdNamespaceCommand";
6
10
  import { DeleteMatchingWorkflowCommand, } from "./commands/DeleteMatchingWorkflowCommand";
11
+ import { DeletePolicyStatementCommand, } from "./commands/DeletePolicyStatementCommand";
7
12
  import { DeleteSchemaMappingCommand, } from "./commands/DeleteSchemaMappingCommand";
8
13
  import { GetIdMappingJobCommand, } from "./commands/GetIdMappingJobCommand";
9
14
  import { GetIdMappingWorkflowCommand, } from "./commands/GetIdMappingWorkflowCommand";
15
+ import { GetIdNamespaceCommand, } from "./commands/GetIdNamespaceCommand";
10
16
  import { GetMatchIdCommand } from "./commands/GetMatchIdCommand";
11
17
  import { GetMatchingJobCommand, } from "./commands/GetMatchingJobCommand";
12
18
  import { GetMatchingWorkflowCommand, } from "./commands/GetMatchingWorkflowCommand";
19
+ import { GetPolicyCommand } from "./commands/GetPolicyCommand";
13
20
  import { GetProviderServiceCommand, } from "./commands/GetProviderServiceCommand";
14
21
  import { GetSchemaMappingCommand, } from "./commands/GetSchemaMappingCommand";
15
22
  import { ListIdMappingJobsCommand, } from "./commands/ListIdMappingJobsCommand";
16
23
  import { ListIdMappingWorkflowsCommand, } from "./commands/ListIdMappingWorkflowsCommand";
24
+ import { ListIdNamespacesCommand, } from "./commands/ListIdNamespacesCommand";
17
25
  import { ListMatchingJobsCommand, } from "./commands/ListMatchingJobsCommand";
18
26
  import { ListMatchingWorkflowsCommand, } from "./commands/ListMatchingWorkflowsCommand";
19
27
  import { ListProviderServicesCommand, } from "./commands/ListProviderServicesCommand";
20
28
  import { ListSchemaMappingsCommand, } from "./commands/ListSchemaMappingsCommand";
21
29
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
30
+ import { PutPolicyCommand } from "./commands/PutPolicyCommand";
22
31
  import { StartIdMappingJobCommand, } from "./commands/StartIdMappingJobCommand";
23
32
  import { StartMatchingJobCommand, } from "./commands/StartMatchingJobCommand";
24
33
  import { TagResourceCommand } from "./commands/TagResourceCommand";
25
34
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
26
35
  import { UpdateIdMappingWorkflowCommand, } from "./commands/UpdateIdMappingWorkflowCommand";
36
+ import { UpdateIdNamespaceCommand, } from "./commands/UpdateIdNamespaceCommand";
27
37
  import { UpdateMatchingWorkflowCommand, } from "./commands/UpdateMatchingWorkflowCommand";
28
38
  import { UpdateSchemaMappingCommand, } from "./commands/UpdateSchemaMappingCommand";
29
39
  import { EntityResolutionClient } from "./EntityResolutionClient";
30
40
  const commands = {
41
+ AddPolicyStatementCommand,
42
+ BatchDeleteUniqueIdCommand,
31
43
  CreateIdMappingWorkflowCommand,
44
+ CreateIdNamespaceCommand,
32
45
  CreateMatchingWorkflowCommand,
33
46
  CreateSchemaMappingCommand,
34
47
  DeleteIdMappingWorkflowCommand,
48
+ DeleteIdNamespaceCommand,
35
49
  DeleteMatchingWorkflowCommand,
50
+ DeletePolicyStatementCommand,
36
51
  DeleteSchemaMappingCommand,
37
52
  GetIdMappingJobCommand,
38
53
  GetIdMappingWorkflowCommand,
54
+ GetIdNamespaceCommand,
39
55
  GetMatchIdCommand,
40
56
  GetMatchingJobCommand,
41
57
  GetMatchingWorkflowCommand,
58
+ GetPolicyCommand,
42
59
  GetProviderServiceCommand,
43
60
  GetSchemaMappingCommand,
44
61
  ListIdMappingJobsCommand,
45
62
  ListIdMappingWorkflowsCommand,
63
+ ListIdNamespacesCommand,
46
64
  ListMatchingJobsCommand,
47
65
  ListMatchingWorkflowsCommand,
48
66
  ListProviderServicesCommand,
49
67
  ListSchemaMappingsCommand,
50
68
  ListTagsForResourceCommand,
69
+ PutPolicyCommand,
51
70
  StartIdMappingJobCommand,
52
71
  StartMatchingJobCommand,
53
72
  TagResourceCommand,
54
73
  UntagResourceCommand,
55
74
  UpdateIdMappingWorkflowCommand,
75
+ UpdateIdNamespaceCommand,
56
76
  UpdateMatchingWorkflowCommand,
57
77
  UpdateSchemaMappingCommand,
58
78
  };
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_AddPolicyStatementCommand, se_AddPolicyStatementCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class AddPolicyStatementCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "AddPolicyStatement", {})
19
+ .n("EntityResolutionClient", "AddPolicyStatementCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_AddPolicyStatementCommand)
22
+ .de(de_AddPolicyStatementCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_BatchDeleteUniqueIdCommand, se_BatchDeleteUniqueIdCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class BatchDeleteUniqueIdCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "BatchDeleteUniqueId", {})
19
+ .n("EntityResolutionClient", "BatchDeleteUniqueIdCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_BatchDeleteUniqueIdCommand)
22
+ .de(de_BatchDeleteUniqueIdCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_CreateIdNamespaceCommand, se_CreateIdNamespaceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class CreateIdNamespaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "CreateIdNamespace", {})
19
+ .n("EntityResolutionClient", "CreateIdNamespaceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateIdNamespaceCommand)
22
+ .de(de_CreateIdNamespaceCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteIdNamespaceCommand, se_DeleteIdNamespaceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteIdNamespaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "DeleteIdNamespace", {})
19
+ .n("EntityResolutionClient", "DeleteIdNamespaceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteIdNamespaceCommand)
22
+ .de(de_DeleteIdNamespaceCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeletePolicyStatementCommand, se_DeletePolicyStatementCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeletePolicyStatementCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "DeletePolicyStatement", {})
19
+ .n("EntityResolutionClient", "DeletePolicyStatementCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeletePolicyStatementCommand)
22
+ .de(de_DeletePolicyStatementCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetIdNamespaceCommand, se_GetIdNamespaceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetIdNamespaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetIdNamespace", {})
19
+ .n("EntityResolutionClient", "GetIdNamespaceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetIdNamespaceCommand)
22
+ .de(de_GetIdNamespaceCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class GetPolicyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "GetPolicy", {})
19
+ .n("EntityResolutionClient", "GetPolicyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetPolicyCommand)
22
+ .de(de_GetPolicyCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ListIdNamespacesCommand, se_ListIdNamespacesCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ListIdNamespacesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "ListIdNamespaces", {})
19
+ .n("EntityResolutionClient", "ListIdNamespacesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListIdNamespacesCommand)
22
+ .de(de_ListIdNamespacesCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class PutPolicyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "PutPolicy", {})
19
+ .n("EntityResolutionClient", "PutPolicyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_PutPolicyCommand)
22
+ .de(de_PutPolicyCommand)
23
+ .build() {
24
+ }
@@ -0,0 +1,24 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_UpdateIdNamespaceCommand, se_UpdateIdNamespaceCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class UpdateIdNamespaceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSVeniceService", "UpdateIdNamespace", {})
19
+ .n("EntityResolutionClient", "UpdateIdNamespaceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateIdNamespaceCommand)
22
+ .de(de_UpdateIdNamespaceCommand)
23
+ .build() {
24
+ }
@@ -1,27 +1,37 @@
1
+ export * from "./AddPolicyStatementCommand";
2
+ export * from "./BatchDeleteUniqueIdCommand";
1
3
  export * from "./CreateIdMappingWorkflowCommand";
4
+ export * from "./CreateIdNamespaceCommand";
2
5
  export * from "./CreateMatchingWorkflowCommand";
3
6
  export * from "./CreateSchemaMappingCommand";
4
7
  export * from "./DeleteIdMappingWorkflowCommand";
8
+ export * from "./DeleteIdNamespaceCommand";
5
9
  export * from "./DeleteMatchingWorkflowCommand";
10
+ export * from "./DeletePolicyStatementCommand";
6
11
  export * from "./DeleteSchemaMappingCommand";
7
12
  export * from "./GetIdMappingJobCommand";
8
13
  export * from "./GetIdMappingWorkflowCommand";
14
+ export * from "./GetIdNamespaceCommand";
9
15
  export * from "./GetMatchIdCommand";
10
16
  export * from "./GetMatchingJobCommand";
11
17
  export * from "./GetMatchingWorkflowCommand";
18
+ export * from "./GetPolicyCommand";
12
19
  export * from "./GetProviderServiceCommand";
13
20
  export * from "./GetSchemaMappingCommand";
14
21
  export * from "./ListIdMappingJobsCommand";
15
22
  export * from "./ListIdMappingWorkflowsCommand";
23
+ export * from "./ListIdNamespacesCommand";
16
24
  export * from "./ListMatchingJobsCommand";
17
25
  export * from "./ListMatchingWorkflowsCommand";
18
26
  export * from "./ListProviderServicesCommand";
19
27
  export * from "./ListSchemaMappingsCommand";
20
28
  export * from "./ListTagsForResourceCommand";
29
+ export * from "./PutPolicyCommand";
21
30
  export * from "./StartIdMappingJobCommand";
22
31
  export * from "./StartMatchingJobCommand";
23
32
  export * from "./TagResourceCommand";
24
33
  export * from "./UntagResourceCommand";
25
34
  export * from "./UpdateIdMappingWorkflowCommand";
35
+ export * from "./UpdateIdNamespaceCommand";
26
36
  export * from "./UpdateMatchingWorkflowCommand";
27
37
  export * from "./UpdateSchemaMappingCommand";
@@ -12,9 +12,9 @@ export class AccessDeniedException extends __BaseException {
12
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
13
  }
14
14
  }
15
- export const AttributeMatchingModel = {
16
- MANY_TO_MANY: "MANY_TO_MANY",
17
- ONE_TO_ONE: "ONE_TO_ONE",
15
+ export const StatementEffect = {
16
+ Allow: "Allow",
17
+ Deny: "Deny",
18
18
  };
19
19
  export class ConflictException extends __BaseException {
20
20
  constructor(opts) {
@@ -28,23 +28,6 @@ export class ConflictException extends __BaseException {
28
28
  Object.setPrototypeOf(this, ConflictException.prototype);
29
29
  }
30
30
  }
31
- export const IdMappingType = {
32
- PROVIDER: "PROVIDER",
33
- };
34
- export class ExceedsLimitException extends __BaseException {
35
- constructor(opts) {
36
- super({
37
- name: "ExceedsLimitException",
38
- $fault: "client",
39
- ...opts,
40
- });
41
- this.name = "ExceedsLimitException";
42
- this.$fault = "client";
43
- Object.setPrototypeOf(this, ExceedsLimitException.prototype);
44
- this.quotaName = opts.quotaName;
45
- this.quotaValue = opts.quotaValue;
46
- }
47
- }
48
31
  export class InternalServerException extends __BaseException {
49
32
  constructor(opts) {
50
33
  super({
@@ -58,6 +41,18 @@ export class InternalServerException extends __BaseException {
58
41
  Object.setPrototypeOf(this, InternalServerException.prototype);
59
42
  }
60
43
  }
44
+ export class ResourceNotFoundException extends __BaseException {
45
+ constructor(opts) {
46
+ super({
47
+ name: "ResourceNotFoundException",
48
+ $fault: "client",
49
+ ...opts,
50
+ });
51
+ this.name = "ResourceNotFoundException";
52
+ this.$fault = "client";
53
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
54
+ }
55
+ }
61
56
  export class ThrottlingException extends __BaseException {
62
57
  constructor(opts) {
63
58
  super({
@@ -85,6 +80,39 @@ export class ValidationException extends __BaseException {
85
80
  Object.setPrototypeOf(this, ValidationException.prototype);
86
81
  }
87
82
  }
83
+ export const AttributeMatchingModel = {
84
+ MANY_TO_MANY: "MANY_TO_MANY",
85
+ ONE_TO_ONE: "ONE_TO_ONE",
86
+ };
87
+ export const DeleteUniqueIdErrorType = {
88
+ SERVICE_ERROR: "SERVICE_ERROR",
89
+ VALIDATION_ERROR: "VALIDATION_ERROR",
90
+ };
91
+ export const DeleteUniqueIdStatus = {
92
+ ACCEPTED: "ACCEPTED",
93
+ COMPLETED: "COMPLETED",
94
+ };
95
+ export const IdMappingType = {
96
+ PROVIDER: "PROVIDER",
97
+ };
98
+ export const IdNamespaceType = {
99
+ SOURCE: "SOURCE",
100
+ TARGET: "TARGET",
101
+ };
102
+ export class ExceedsLimitException extends __BaseException {
103
+ constructor(opts) {
104
+ super({
105
+ name: "ExceedsLimitException",
106
+ $fault: "client",
107
+ ...opts,
108
+ });
109
+ this.name = "ExceedsLimitException";
110
+ this.$fault = "client";
111
+ Object.setPrototypeOf(this, ExceedsLimitException.prototype);
112
+ this.quotaName = opts.quotaName;
113
+ this.quotaValue = opts.quotaValue;
114
+ }
115
+ }
88
116
  export const IncrementalRunType = {
89
117
  IMMEDIATE: "IMMEDIATE",
90
118
  };
@@ -121,18 +149,6 @@ export const JobStatus = {
121
149
  RUNNING: "RUNNING",
122
150
  SUCCEEDED: "SUCCEEDED",
123
151
  };
124
- export class ResourceNotFoundException extends __BaseException {
125
- constructor(opts) {
126
- super({
127
- name: "ResourceNotFoundException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- this.name = "ResourceNotFoundException";
132
- this.$fault = "client";
133
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
134
- }
135
- }
136
152
  export var ProviderEndpointConfiguration;
137
153
  (function (ProviderEndpointConfiguration) {
138
154
  ProviderEndpointConfiguration.visit = (value, visitor) => {
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListIdNamespacesCommand, } from "../commands/ListIdNamespacesCommand";
3
+ import { EntityResolutionClient } from "../EntityResolutionClient";
4
+ export const paginateListIdNamespaces = createPaginator(EntityResolutionClient, ListIdNamespacesCommand, "nextToken", "nextToken", "maxResults");
@@ -1,6 +1,7 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListIdMappingJobsPaginator";
3
3
  export * from "./ListIdMappingWorkflowsPaginator";
4
+ export * from "./ListIdNamespacesPaginator";
4
5
  export * from "./ListMatchingJobsPaginator";
5
6
  export * from "./ListMatchingWorkflowsPaginator";
6
7
  export * from "./ListProviderServicesPaginator";