@aws-sdk/client-entityresolution 3.554.0 → 3.556.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 (60) hide show
  1. package/README.md +79 -7
  2. package/dist-cjs/index.js +614 -56
  3. package/dist-es/EntityResolution.js +18 -0
  4. package/dist-es/commands/AddPolicyStatementCommand.js +24 -0
  5. package/dist-es/commands/CreateIdNamespaceCommand.js +24 -0
  6. package/dist-es/commands/DeleteIdNamespaceCommand.js +24 -0
  7. package/dist-es/commands/DeletePolicyStatementCommand.js +24 -0
  8. package/dist-es/commands/GetIdNamespaceCommand.js +24 -0
  9. package/dist-es/commands/GetPolicyCommand.js +24 -0
  10. package/dist-es/commands/ListIdNamespacesCommand.js +24 -0
  11. package/dist-es/commands/PutPolicyCommand.js +24 -0
  12. package/dist-es/commands/UpdateIdNamespaceCommand.js +24 -0
  13. package/dist-es/commands/index.js +9 -0
  14. package/dist-es/models/models_0.js +40 -32
  15. package/dist-es/pagination/ListIdNamespacesPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_restJson1.js +363 -7
  18. package/dist-types/EntityResolution.d.ts +64 -0
  19. package/dist-types/EntityResolutionClient.d.ts +11 -2
  20. package/dist-types/commands/AddPolicyStatementCommand.d.ts +101 -0
  21. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +6 -4
  22. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +138 -0
  23. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +79 -0
  25. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +6 -0
  26. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +92 -0
  27. package/dist-types/commands/GetIdMappingJobCommand.d.ts +7 -0
  28. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +3 -2
  29. package/dist-types/commands/GetIdNamespaceCommand.d.ts +107 -0
  30. package/dist-types/commands/GetMatchIdCommand.d.ts +2 -0
  31. package/dist-types/commands/GetMatchingJobCommand.d.ts +7 -0
  32. package/dist-types/commands/GetPolicyCommand.d.ts +85 -0
  33. package/dist-types/commands/GetProviderServiceCommand.d.ts +21 -0
  34. package/dist-types/commands/ListIdNamespacesCommand.d.ts +90 -0
  35. package/dist-types/commands/PutPolicyCommand.d.ts +93 -0
  36. package/dist-types/commands/StartIdMappingJobCommand.d.ts +14 -0
  37. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +6 -4
  38. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +121 -0
  39. package/dist-types/commands/index.d.ts +9 -0
  40. package/dist-types/models/models_0.d.ts +876 -83
  41. package/dist-types/pagination/ListIdNamespacesPaginator.d.ts +7 -0
  42. package/dist-types/pagination/index.d.ts +1 -0
  43. package/dist-types/protocols/Aws_restJson1.d.ts +81 -0
  44. package/dist-types/ts3.4/EntityResolution.d.ts +154 -0
  45. package/dist-types/ts3.4/EntityResolutionClient.d.ts +54 -0
  46. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +39 -0
  47. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +38 -0
  48. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +38 -0
  49. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +39 -0
  50. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +35 -0
  51. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +35 -0
  52. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +38 -0
  53. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +35 -0
  54. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +38 -0
  55. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  56. package/dist-types/ts3.4/models/models_0.d.ts +216 -41
  57. package/dist-types/ts3.4/pagination/ListIdNamespacesPaginator.d.ts +11 -0
  58. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +108 -0
  60. package/package.json +4 -4
@@ -1,58 +1,76 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
+ import { AddPolicyStatementCommand, } from "./commands/AddPolicyStatementCommand";
2
3
  import { CreateIdMappingWorkflowCommand, } from "./commands/CreateIdMappingWorkflowCommand";
4
+ import { CreateIdNamespaceCommand, } from "./commands/CreateIdNamespaceCommand";
3
5
  import { CreateMatchingWorkflowCommand, } from "./commands/CreateMatchingWorkflowCommand";
4
6
  import { CreateSchemaMappingCommand, } from "./commands/CreateSchemaMappingCommand";
5
7
  import { DeleteIdMappingWorkflowCommand, } from "./commands/DeleteIdMappingWorkflowCommand";
8
+ import { DeleteIdNamespaceCommand, } from "./commands/DeleteIdNamespaceCommand";
6
9
  import { DeleteMatchingWorkflowCommand, } from "./commands/DeleteMatchingWorkflowCommand";
10
+ import { DeletePolicyStatementCommand, } from "./commands/DeletePolicyStatementCommand";
7
11
  import { DeleteSchemaMappingCommand, } from "./commands/DeleteSchemaMappingCommand";
8
12
  import { GetIdMappingJobCommand, } from "./commands/GetIdMappingJobCommand";
9
13
  import { GetIdMappingWorkflowCommand, } from "./commands/GetIdMappingWorkflowCommand";
14
+ import { GetIdNamespaceCommand, } from "./commands/GetIdNamespaceCommand";
10
15
  import { GetMatchIdCommand } from "./commands/GetMatchIdCommand";
11
16
  import { GetMatchingJobCommand, } from "./commands/GetMatchingJobCommand";
12
17
  import { GetMatchingWorkflowCommand, } from "./commands/GetMatchingWorkflowCommand";
18
+ import { GetPolicyCommand } from "./commands/GetPolicyCommand";
13
19
  import { GetProviderServiceCommand, } from "./commands/GetProviderServiceCommand";
14
20
  import { GetSchemaMappingCommand, } from "./commands/GetSchemaMappingCommand";
15
21
  import { ListIdMappingJobsCommand, } from "./commands/ListIdMappingJobsCommand";
16
22
  import { ListIdMappingWorkflowsCommand, } from "./commands/ListIdMappingWorkflowsCommand";
23
+ import { ListIdNamespacesCommand, } from "./commands/ListIdNamespacesCommand";
17
24
  import { ListMatchingJobsCommand, } from "./commands/ListMatchingJobsCommand";
18
25
  import { ListMatchingWorkflowsCommand, } from "./commands/ListMatchingWorkflowsCommand";
19
26
  import { ListProviderServicesCommand, } from "./commands/ListProviderServicesCommand";
20
27
  import { ListSchemaMappingsCommand, } from "./commands/ListSchemaMappingsCommand";
21
28
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
29
+ import { PutPolicyCommand } from "./commands/PutPolicyCommand";
22
30
  import { StartIdMappingJobCommand, } from "./commands/StartIdMappingJobCommand";
23
31
  import { StartMatchingJobCommand, } from "./commands/StartMatchingJobCommand";
24
32
  import { TagResourceCommand } from "./commands/TagResourceCommand";
25
33
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
26
34
  import { UpdateIdMappingWorkflowCommand, } from "./commands/UpdateIdMappingWorkflowCommand";
35
+ import { UpdateIdNamespaceCommand, } from "./commands/UpdateIdNamespaceCommand";
27
36
  import { UpdateMatchingWorkflowCommand, } from "./commands/UpdateMatchingWorkflowCommand";
28
37
  import { UpdateSchemaMappingCommand, } from "./commands/UpdateSchemaMappingCommand";
29
38
  import { EntityResolutionClient } from "./EntityResolutionClient";
30
39
  const commands = {
40
+ AddPolicyStatementCommand,
31
41
  CreateIdMappingWorkflowCommand,
42
+ CreateIdNamespaceCommand,
32
43
  CreateMatchingWorkflowCommand,
33
44
  CreateSchemaMappingCommand,
34
45
  DeleteIdMappingWorkflowCommand,
46
+ DeleteIdNamespaceCommand,
35
47
  DeleteMatchingWorkflowCommand,
48
+ DeletePolicyStatementCommand,
36
49
  DeleteSchemaMappingCommand,
37
50
  GetIdMappingJobCommand,
38
51
  GetIdMappingWorkflowCommand,
52
+ GetIdNamespaceCommand,
39
53
  GetMatchIdCommand,
40
54
  GetMatchingJobCommand,
41
55
  GetMatchingWorkflowCommand,
56
+ GetPolicyCommand,
42
57
  GetProviderServiceCommand,
43
58
  GetSchemaMappingCommand,
44
59
  ListIdMappingJobsCommand,
45
60
  ListIdMappingWorkflowsCommand,
61
+ ListIdNamespacesCommand,
46
62
  ListMatchingJobsCommand,
47
63
  ListMatchingWorkflowsCommand,
48
64
  ListProviderServicesCommand,
49
65
  ListSchemaMappingsCommand,
50
66
  ListTagsForResourceCommand,
67
+ PutPolicyCommand,
51
68
  StartIdMappingJobCommand,
52
69
  StartMatchingJobCommand,
53
70
  TagResourceCommand,
54
71
  UntagResourceCommand,
55
72
  UpdateIdMappingWorkflowCommand,
73
+ UpdateIdNamespaceCommand,
56
74
  UpdateMatchingWorkflowCommand,
57
75
  UpdateSchemaMappingCommand,
58
76
  };
@@ -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_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,36 @@
1
+ export * from "./AddPolicyStatementCommand";
1
2
  export * from "./CreateIdMappingWorkflowCommand";
3
+ export * from "./CreateIdNamespaceCommand";
2
4
  export * from "./CreateMatchingWorkflowCommand";
3
5
  export * from "./CreateSchemaMappingCommand";
4
6
  export * from "./DeleteIdMappingWorkflowCommand";
7
+ export * from "./DeleteIdNamespaceCommand";
5
8
  export * from "./DeleteMatchingWorkflowCommand";
9
+ export * from "./DeletePolicyStatementCommand";
6
10
  export * from "./DeleteSchemaMappingCommand";
7
11
  export * from "./GetIdMappingJobCommand";
8
12
  export * from "./GetIdMappingWorkflowCommand";
13
+ export * from "./GetIdNamespaceCommand";
9
14
  export * from "./GetMatchIdCommand";
10
15
  export * from "./GetMatchingJobCommand";
11
16
  export * from "./GetMatchingWorkflowCommand";
17
+ export * from "./GetPolicyCommand";
12
18
  export * from "./GetProviderServiceCommand";
13
19
  export * from "./GetSchemaMappingCommand";
14
20
  export * from "./ListIdMappingJobsCommand";
15
21
  export * from "./ListIdMappingWorkflowsCommand";
22
+ export * from "./ListIdNamespacesCommand";
16
23
  export * from "./ListMatchingJobsCommand";
17
24
  export * from "./ListMatchingWorkflowsCommand";
18
25
  export * from "./ListProviderServicesCommand";
19
26
  export * from "./ListSchemaMappingsCommand";
20
27
  export * from "./ListTagsForResourceCommand";
28
+ export * from "./PutPolicyCommand";
21
29
  export * from "./StartIdMappingJobCommand";
22
30
  export * from "./StartMatchingJobCommand";
23
31
  export * from "./TagResourceCommand";
24
32
  export * from "./UntagResourceCommand";
25
33
  export * from "./UpdateIdMappingWorkflowCommand";
34
+ export * from "./UpdateIdNamespaceCommand";
26
35
  export * from "./UpdateMatchingWorkflowCommand";
27
36
  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,31 @@ 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 IdMappingType = {
88
+ PROVIDER: "PROVIDER",
89
+ };
90
+ export const IdNamespaceType = {
91
+ SOURCE: "SOURCE",
92
+ TARGET: "TARGET",
93
+ };
94
+ export class ExceedsLimitException extends __BaseException {
95
+ constructor(opts) {
96
+ super({
97
+ name: "ExceedsLimitException",
98
+ $fault: "client",
99
+ ...opts,
100
+ });
101
+ this.name = "ExceedsLimitException";
102
+ this.$fault = "client";
103
+ Object.setPrototypeOf(this, ExceedsLimitException.prototype);
104
+ this.quotaName = opts.quotaName;
105
+ this.quotaValue = opts.quotaValue;
106
+ }
107
+ }
88
108
  export const IncrementalRunType = {
89
109
  IMMEDIATE: "IMMEDIATE",
90
110
  };
@@ -121,18 +141,6 @@ export const JobStatus = {
121
141
  RUNNING: "RUNNING",
122
142
  SUCCEEDED: "SUCCEEDED",
123
143
  };
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
144
  export var ProviderEndpointConfiguration;
137
145
  (function (ProviderEndpointConfiguration) {
138
146
  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";