@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,39 +1,67 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput } from "./commands/AddPolicyStatementCommand";
3
+ import { BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput } from "./commands/BatchDeleteUniqueIdCommand";
2
4
  import { CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput } from "./commands/CreateIdMappingWorkflowCommand";
5
+ import { CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput } from "./commands/CreateIdNamespaceCommand";
3
6
  import { CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput } from "./commands/CreateMatchingWorkflowCommand";
4
7
  import { CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput } from "./commands/CreateSchemaMappingCommand";
5
8
  import { DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput } from "./commands/DeleteIdMappingWorkflowCommand";
9
+ import { DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput } from "./commands/DeleteIdNamespaceCommand";
6
10
  import { DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput } from "./commands/DeleteMatchingWorkflowCommand";
11
+ import { DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput } from "./commands/DeletePolicyStatementCommand";
7
12
  import { DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput } from "./commands/DeleteSchemaMappingCommand";
8
13
  import { GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput } from "./commands/GetIdMappingJobCommand";
9
14
  import { GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput } from "./commands/GetIdMappingWorkflowCommand";
15
+ import { GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput } from "./commands/GetIdNamespaceCommand";
10
16
  import { GetMatchIdCommandInput, GetMatchIdCommandOutput } from "./commands/GetMatchIdCommand";
11
17
  import { GetMatchingJobCommandInput, GetMatchingJobCommandOutput } from "./commands/GetMatchingJobCommand";
12
18
  import { GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput } from "./commands/GetMatchingWorkflowCommand";
19
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
13
20
  import { GetProviderServiceCommandInput, GetProviderServiceCommandOutput } from "./commands/GetProviderServiceCommand";
14
21
  import { GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput } from "./commands/GetSchemaMappingCommand";
15
22
  import { ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput } from "./commands/ListIdMappingJobsCommand";
16
23
  import { ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput } from "./commands/ListIdMappingWorkflowsCommand";
24
+ import { ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput } from "./commands/ListIdNamespacesCommand";
17
25
  import { ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput } from "./commands/ListMatchingJobsCommand";
18
26
  import { ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput } from "./commands/ListMatchingWorkflowsCommand";
19
27
  import { ListProviderServicesCommandInput, ListProviderServicesCommandOutput } from "./commands/ListProviderServicesCommand";
20
28
  import { ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput } from "./commands/ListSchemaMappingsCommand";
21
29
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
30
+ import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
22
31
  import { StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput } from "./commands/StartIdMappingJobCommand";
23
32
  import { StartMatchingJobCommandInput, StartMatchingJobCommandOutput } from "./commands/StartMatchingJobCommand";
24
33
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
25
34
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
26
35
  import { UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput } from "./commands/UpdateIdMappingWorkflowCommand";
36
+ import { UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput } from "./commands/UpdateIdNamespaceCommand";
27
37
  import { UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput } from "./commands/UpdateMatchingWorkflowCommand";
28
38
  import { UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput } from "./commands/UpdateSchemaMappingCommand";
29
39
  import { EntityResolutionClient } from "./EntityResolutionClient";
30
40
  export interface EntityResolution {
41
+ /**
42
+ * @see {@link AddPolicyStatementCommand}
43
+ */
44
+ addPolicyStatement(args: AddPolicyStatementCommandInput, options?: __HttpHandlerOptions): Promise<AddPolicyStatementCommandOutput>;
45
+ addPolicyStatement(args: AddPolicyStatementCommandInput, cb: (err: any, data?: AddPolicyStatementCommandOutput) => void): void;
46
+ addPolicyStatement(args: AddPolicyStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddPolicyStatementCommandOutput) => void): void;
47
+ /**
48
+ * @see {@link BatchDeleteUniqueIdCommand}
49
+ */
50
+ batchDeleteUniqueId(args: BatchDeleteUniqueIdCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteUniqueIdCommandOutput>;
51
+ batchDeleteUniqueId(args: BatchDeleteUniqueIdCommandInput, cb: (err: any, data?: BatchDeleteUniqueIdCommandOutput) => void): void;
52
+ batchDeleteUniqueId(args: BatchDeleteUniqueIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteUniqueIdCommandOutput) => void): void;
31
53
  /**
32
54
  * @see {@link CreateIdMappingWorkflowCommand}
33
55
  */
34
56
  createIdMappingWorkflow(args: CreateIdMappingWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdMappingWorkflowCommandOutput>;
35
57
  createIdMappingWorkflow(args: CreateIdMappingWorkflowCommandInput, cb: (err: any, data?: CreateIdMappingWorkflowCommandOutput) => void): void;
36
58
  createIdMappingWorkflow(args: CreateIdMappingWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdMappingWorkflowCommandOutput) => void): void;
59
+ /**
60
+ * @see {@link CreateIdNamespaceCommand}
61
+ */
62
+ createIdNamespace(args: CreateIdNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdNamespaceCommandOutput>;
63
+ createIdNamespace(args: CreateIdNamespaceCommandInput, cb: (err: any, data?: CreateIdNamespaceCommandOutput) => void): void;
64
+ createIdNamespace(args: CreateIdNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdNamespaceCommandOutput) => void): void;
37
65
  /**
38
66
  * @see {@link CreateMatchingWorkflowCommand}
39
67
  */
@@ -52,12 +80,24 @@ export interface EntityResolution {
52
80
  deleteIdMappingWorkflow(args: DeleteIdMappingWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdMappingWorkflowCommandOutput>;
53
81
  deleteIdMappingWorkflow(args: DeleteIdMappingWorkflowCommandInput, cb: (err: any, data?: DeleteIdMappingWorkflowCommandOutput) => void): void;
54
82
  deleteIdMappingWorkflow(args: DeleteIdMappingWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdMappingWorkflowCommandOutput) => void): void;
83
+ /**
84
+ * @see {@link DeleteIdNamespaceCommand}
85
+ */
86
+ deleteIdNamespace(args: DeleteIdNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdNamespaceCommandOutput>;
87
+ deleteIdNamespace(args: DeleteIdNamespaceCommandInput, cb: (err: any, data?: DeleteIdNamespaceCommandOutput) => void): void;
88
+ deleteIdNamespace(args: DeleteIdNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdNamespaceCommandOutput) => void): void;
55
89
  /**
56
90
  * @see {@link DeleteMatchingWorkflowCommand}
57
91
  */
58
92
  deleteMatchingWorkflow(args: DeleteMatchingWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMatchingWorkflowCommandOutput>;
59
93
  deleteMatchingWorkflow(args: DeleteMatchingWorkflowCommandInput, cb: (err: any, data?: DeleteMatchingWorkflowCommandOutput) => void): void;
60
94
  deleteMatchingWorkflow(args: DeleteMatchingWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMatchingWorkflowCommandOutput) => void): void;
95
+ /**
96
+ * @see {@link DeletePolicyStatementCommand}
97
+ */
98
+ deletePolicyStatement(args: DeletePolicyStatementCommandInput, options?: __HttpHandlerOptions): Promise<DeletePolicyStatementCommandOutput>;
99
+ deletePolicyStatement(args: DeletePolicyStatementCommandInput, cb: (err: any, data?: DeletePolicyStatementCommandOutput) => void): void;
100
+ deletePolicyStatement(args: DeletePolicyStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePolicyStatementCommandOutput) => void): void;
61
101
  /**
62
102
  * @see {@link DeleteSchemaMappingCommand}
63
103
  */
@@ -76,6 +116,12 @@ export interface EntityResolution {
76
116
  getIdMappingWorkflow(args: GetIdMappingWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetIdMappingWorkflowCommandOutput>;
77
117
  getIdMappingWorkflow(args: GetIdMappingWorkflowCommandInput, cb: (err: any, data?: GetIdMappingWorkflowCommandOutput) => void): void;
78
118
  getIdMappingWorkflow(args: GetIdMappingWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdMappingWorkflowCommandOutput) => void): void;
119
+ /**
120
+ * @see {@link GetIdNamespaceCommand}
121
+ */
122
+ getIdNamespace(args: GetIdNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<GetIdNamespaceCommandOutput>;
123
+ getIdNamespace(args: GetIdNamespaceCommandInput, cb: (err: any, data?: GetIdNamespaceCommandOutput) => void): void;
124
+ getIdNamespace(args: GetIdNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdNamespaceCommandOutput) => void): void;
79
125
  /**
80
126
  * @see {@link GetMatchIdCommand}
81
127
  */
@@ -94,6 +140,12 @@ export interface EntityResolution {
94
140
  getMatchingWorkflow(args: GetMatchingWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<GetMatchingWorkflowCommandOutput>;
95
141
  getMatchingWorkflow(args: GetMatchingWorkflowCommandInput, cb: (err: any, data?: GetMatchingWorkflowCommandOutput) => void): void;
96
142
  getMatchingWorkflow(args: GetMatchingWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMatchingWorkflowCommandOutput) => void): void;
143
+ /**
144
+ * @see {@link GetPolicyCommand}
145
+ */
146
+ getPolicy(args: GetPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPolicyCommandOutput>;
147
+ getPolicy(args: GetPolicyCommandInput, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
148
+ getPolicy(args: GetPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPolicyCommandOutput) => void): void;
97
149
  /**
98
150
  * @see {@link GetProviderServiceCommand}
99
151
  */
@@ -119,6 +171,13 @@ export interface EntityResolution {
119
171
  listIdMappingWorkflows(args: ListIdMappingWorkflowsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdMappingWorkflowsCommandOutput>;
120
172
  listIdMappingWorkflows(args: ListIdMappingWorkflowsCommandInput, cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void): void;
121
173
  listIdMappingWorkflows(args: ListIdMappingWorkflowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdMappingWorkflowsCommandOutput) => void): void;
174
+ /**
175
+ * @see {@link ListIdNamespacesCommand}
176
+ */
177
+ listIdNamespaces(): Promise<ListIdNamespacesCommandOutput>;
178
+ listIdNamespaces(args: ListIdNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListIdNamespacesCommandOutput>;
179
+ listIdNamespaces(args: ListIdNamespacesCommandInput, cb: (err: any, data?: ListIdNamespacesCommandOutput) => void): void;
180
+ listIdNamespaces(args: ListIdNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdNamespacesCommandOutput) => void): void;
122
181
  /**
123
182
  * @see {@link ListMatchingJobsCommand}
124
183
  */
@@ -152,6 +211,12 @@ export interface EntityResolution {
152
211
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
153
212
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
154
213
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
214
+ /**
215
+ * @see {@link PutPolicyCommand}
216
+ */
217
+ putPolicy(args: PutPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutPolicyCommandOutput>;
218
+ putPolicy(args: PutPolicyCommandInput, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
219
+ putPolicy(args: PutPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPolicyCommandOutput) => void): void;
155
220
  /**
156
221
  * @see {@link StartIdMappingJobCommand}
157
222
  */
@@ -182,6 +247,12 @@ export interface EntityResolution {
182
247
  updateIdMappingWorkflow(args: UpdateIdMappingWorkflowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdMappingWorkflowCommandOutput>;
183
248
  updateIdMappingWorkflow(args: UpdateIdMappingWorkflowCommandInput, cb: (err: any, data?: UpdateIdMappingWorkflowCommandOutput) => void): void;
184
249
  updateIdMappingWorkflow(args: UpdateIdMappingWorkflowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdMappingWorkflowCommandOutput) => void): void;
250
+ /**
251
+ * @see {@link UpdateIdNamespaceCommand}
252
+ */
253
+ updateIdNamespace(args: UpdateIdNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdNamespaceCommandOutput>;
254
+ updateIdNamespace(args: UpdateIdNamespaceCommandInput, cb: (err: any, data?: UpdateIdNamespaceCommandOutput) => void): void;
255
+ updateIdNamespace(args: UpdateIdNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdNamespaceCommandOutput) => void): void;
185
256
  /**
186
257
  * @see {@link UpdateMatchingWorkflowCommand}
187
258
  */
@@ -7,31 +7,41 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
8
  import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
+ import { AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput } from "./commands/AddPolicyStatementCommand";
11
+ import { BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput } from "./commands/BatchDeleteUniqueIdCommand";
10
12
  import { CreateIdMappingWorkflowCommandInput, CreateIdMappingWorkflowCommandOutput } from "./commands/CreateIdMappingWorkflowCommand";
13
+ import { CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput } from "./commands/CreateIdNamespaceCommand";
11
14
  import { CreateMatchingWorkflowCommandInput, CreateMatchingWorkflowCommandOutput } from "./commands/CreateMatchingWorkflowCommand";
12
15
  import { CreateSchemaMappingCommandInput, CreateSchemaMappingCommandOutput } from "./commands/CreateSchemaMappingCommand";
13
16
  import { DeleteIdMappingWorkflowCommandInput, DeleteIdMappingWorkflowCommandOutput } from "./commands/DeleteIdMappingWorkflowCommand";
17
+ import { DeleteIdNamespaceCommandInput, DeleteIdNamespaceCommandOutput } from "./commands/DeleteIdNamespaceCommand";
14
18
  import { DeleteMatchingWorkflowCommandInput, DeleteMatchingWorkflowCommandOutput } from "./commands/DeleteMatchingWorkflowCommand";
19
+ import { DeletePolicyStatementCommandInput, DeletePolicyStatementCommandOutput } from "./commands/DeletePolicyStatementCommand";
15
20
  import { DeleteSchemaMappingCommandInput, DeleteSchemaMappingCommandOutput } from "./commands/DeleteSchemaMappingCommand";
16
21
  import { GetIdMappingJobCommandInput, GetIdMappingJobCommandOutput } from "./commands/GetIdMappingJobCommand";
17
22
  import { GetIdMappingWorkflowCommandInput, GetIdMappingWorkflowCommandOutput } from "./commands/GetIdMappingWorkflowCommand";
23
+ import { GetIdNamespaceCommandInput, GetIdNamespaceCommandOutput } from "./commands/GetIdNamespaceCommand";
18
24
  import { GetMatchIdCommandInput, GetMatchIdCommandOutput } from "./commands/GetMatchIdCommand";
19
25
  import { GetMatchingJobCommandInput, GetMatchingJobCommandOutput } from "./commands/GetMatchingJobCommand";
20
26
  import { GetMatchingWorkflowCommandInput, GetMatchingWorkflowCommandOutput } from "./commands/GetMatchingWorkflowCommand";
27
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
21
28
  import { GetProviderServiceCommandInput, GetProviderServiceCommandOutput } from "./commands/GetProviderServiceCommand";
22
29
  import { GetSchemaMappingCommandInput, GetSchemaMappingCommandOutput } from "./commands/GetSchemaMappingCommand";
23
30
  import { ListIdMappingJobsCommandInput, ListIdMappingJobsCommandOutput } from "./commands/ListIdMappingJobsCommand";
24
31
  import { ListIdMappingWorkflowsCommandInput, ListIdMappingWorkflowsCommandOutput } from "./commands/ListIdMappingWorkflowsCommand";
32
+ import { ListIdNamespacesCommandInput, ListIdNamespacesCommandOutput } from "./commands/ListIdNamespacesCommand";
25
33
  import { ListMatchingJobsCommandInput, ListMatchingJobsCommandOutput } from "./commands/ListMatchingJobsCommand";
26
34
  import { ListMatchingWorkflowsCommandInput, ListMatchingWorkflowsCommandOutput } from "./commands/ListMatchingWorkflowsCommand";
27
35
  import { ListProviderServicesCommandInput, ListProviderServicesCommandOutput } from "./commands/ListProviderServicesCommand";
28
36
  import { ListSchemaMappingsCommandInput, ListSchemaMappingsCommandOutput } from "./commands/ListSchemaMappingsCommand";
29
37
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
38
+ import { PutPolicyCommandInput, PutPolicyCommandOutput } from "./commands/PutPolicyCommand";
30
39
  import { StartIdMappingJobCommandInput, StartIdMappingJobCommandOutput } from "./commands/StartIdMappingJobCommand";
31
40
  import { StartMatchingJobCommandInput, StartMatchingJobCommandOutput } from "./commands/StartMatchingJobCommand";
32
41
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
42
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
43
  import { UpdateIdMappingWorkflowCommandInput, UpdateIdMappingWorkflowCommandOutput } from "./commands/UpdateIdMappingWorkflowCommand";
44
+ import { UpdateIdNamespaceCommandInput, UpdateIdNamespaceCommandOutput } from "./commands/UpdateIdNamespaceCommand";
35
45
  import { UpdateMatchingWorkflowCommandInput, UpdateMatchingWorkflowCommandOutput } from "./commands/UpdateMatchingWorkflowCommand";
36
46
  import { UpdateSchemaMappingCommandInput, UpdateSchemaMappingCommandOutput } from "./commands/UpdateSchemaMappingCommand";
37
47
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
@@ -40,11 +50,11 @@ export { __Client };
40
50
  /**
41
51
  * @public
42
52
  */
43
- export type ServiceInputTypes = CreateIdMappingWorkflowCommandInput | CreateMatchingWorkflowCommandInput | CreateSchemaMappingCommandInput | DeleteIdMappingWorkflowCommandInput | DeleteMatchingWorkflowCommandInput | DeleteSchemaMappingCommandInput | GetIdMappingJobCommandInput | GetIdMappingWorkflowCommandInput | GetMatchIdCommandInput | GetMatchingJobCommandInput | GetMatchingWorkflowCommandInput | GetProviderServiceCommandInput | GetSchemaMappingCommandInput | ListIdMappingJobsCommandInput | ListIdMappingWorkflowsCommandInput | ListMatchingJobsCommandInput | ListMatchingWorkflowsCommandInput | ListProviderServicesCommandInput | ListSchemaMappingsCommandInput | ListTagsForResourceCommandInput | StartIdMappingJobCommandInput | StartMatchingJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIdMappingWorkflowCommandInput | UpdateMatchingWorkflowCommandInput | UpdateSchemaMappingCommandInput;
53
+ export type ServiceInputTypes = AddPolicyStatementCommandInput | BatchDeleteUniqueIdCommandInput | CreateIdMappingWorkflowCommandInput | CreateIdNamespaceCommandInput | CreateMatchingWorkflowCommandInput | CreateSchemaMappingCommandInput | DeleteIdMappingWorkflowCommandInput | DeleteIdNamespaceCommandInput | DeleteMatchingWorkflowCommandInput | DeletePolicyStatementCommandInput | DeleteSchemaMappingCommandInput | GetIdMappingJobCommandInput | GetIdMappingWorkflowCommandInput | GetIdNamespaceCommandInput | GetMatchIdCommandInput | GetMatchingJobCommandInput | GetMatchingWorkflowCommandInput | GetPolicyCommandInput | GetProviderServiceCommandInput | GetSchemaMappingCommandInput | ListIdMappingJobsCommandInput | ListIdMappingWorkflowsCommandInput | ListIdNamespacesCommandInput | ListMatchingJobsCommandInput | ListMatchingWorkflowsCommandInput | ListProviderServicesCommandInput | ListSchemaMappingsCommandInput | ListTagsForResourceCommandInput | PutPolicyCommandInput | StartIdMappingJobCommandInput | StartMatchingJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIdMappingWorkflowCommandInput | UpdateIdNamespaceCommandInput | UpdateMatchingWorkflowCommandInput | UpdateSchemaMappingCommandInput;
44
54
  /**
45
55
  * @public
46
56
  */
47
- export type ServiceOutputTypes = CreateIdMappingWorkflowCommandOutput | CreateMatchingWorkflowCommandOutput | CreateSchemaMappingCommandOutput | DeleteIdMappingWorkflowCommandOutput | DeleteMatchingWorkflowCommandOutput | DeleteSchemaMappingCommandOutput | GetIdMappingJobCommandOutput | GetIdMappingWorkflowCommandOutput | GetMatchIdCommandOutput | GetMatchingJobCommandOutput | GetMatchingWorkflowCommandOutput | GetProviderServiceCommandOutput | GetSchemaMappingCommandOutput | ListIdMappingJobsCommandOutput | ListIdMappingWorkflowsCommandOutput | ListMatchingJobsCommandOutput | ListMatchingWorkflowsCommandOutput | ListProviderServicesCommandOutput | ListSchemaMappingsCommandOutput | ListTagsForResourceCommandOutput | StartIdMappingJobCommandOutput | StartMatchingJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIdMappingWorkflowCommandOutput | UpdateMatchingWorkflowCommandOutput | UpdateSchemaMappingCommandOutput;
57
+ export type ServiceOutputTypes = AddPolicyStatementCommandOutput | BatchDeleteUniqueIdCommandOutput | CreateIdMappingWorkflowCommandOutput | CreateIdNamespaceCommandOutput | CreateMatchingWorkflowCommandOutput | CreateSchemaMappingCommandOutput | DeleteIdMappingWorkflowCommandOutput | DeleteIdNamespaceCommandOutput | DeleteMatchingWorkflowCommandOutput | DeletePolicyStatementCommandOutput | DeleteSchemaMappingCommandOutput | GetIdMappingJobCommandOutput | GetIdMappingWorkflowCommandOutput | GetIdNamespaceCommandOutput | GetMatchIdCommandOutput | GetMatchingJobCommandOutput | GetMatchingWorkflowCommandOutput | GetPolicyCommandOutput | GetProviderServiceCommandOutput | GetSchemaMappingCommandOutput | ListIdMappingJobsCommandOutput | ListIdMappingWorkflowsCommandOutput | ListIdNamespacesCommandOutput | ListMatchingJobsCommandOutput | ListMatchingWorkflowsCommandOutput | ListProviderServicesCommandOutput | ListSchemaMappingsCommandOutput | ListTagsForResourceCommandOutput | PutPolicyCommandOutput | StartIdMappingJobCommandOutput | StartMatchingJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIdMappingWorkflowCommandOutput | UpdateIdNamespaceCommandOutput | UpdateMatchingWorkflowCommandOutput | UpdateSchemaMappingCommandOutput;
48
58
  /**
49
59
  * @public
50
60
  */
@@ -0,0 +1,101 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
+ import { AddPolicyStatementInput, AddPolicyStatementOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link AddPolicyStatementCommand}.
13
+ */
14
+ export interface AddPolicyStatementCommandInput extends AddPolicyStatementInput {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link AddPolicyStatementCommand}.
20
+ */
21
+ export interface AddPolicyStatementCommandOutput extends AddPolicyStatementOutput, __MetadataBearer {
22
+ }
23
+ declare const AddPolicyStatementCommand_base: {
24
+ new (input: AddPolicyStatementCommandInput): import("@smithy/smithy-client").CommandImpl<AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddPolicyStatementCommandInput): import("@smithy/smithy-client").CommandImpl<AddPolicyStatementCommandInput, AddPolicyStatementCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * <p>Adds a policy statement object. To retrieve a list of existing policy statements, use
30
+ * the <code>GetPolicy</code> API.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EntityResolutionClient, AddPolicyStatementCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
35
+ * // const { EntityResolutionClient, AddPolicyStatementCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
36
+ * const client = new EntityResolutionClient(config);
37
+ * const input = { // AddPolicyStatementInput
38
+ * arn: "STRING_VALUE", // required
39
+ * statementId: "STRING_VALUE", // required
40
+ * effect: "Allow" || "Deny", // required
41
+ * action: [ // StatementActionList // required
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * principal: [ // StatementPrincipalList // required
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * condition: "STRING_VALUE",
48
+ * };
49
+ * const command = new AddPolicyStatementCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // AddPolicyStatementOutput
52
+ * // arn: "STRING_VALUE", // required
53
+ * // token: "STRING_VALUE", // required
54
+ * // policy: "STRING_VALUE",
55
+ * // };
56
+ *
57
+ * ```
58
+ *
59
+ * @param AddPolicyStatementCommandInput - {@link AddPolicyStatementCommandInput}
60
+ * @returns {@link AddPolicyStatementCommandOutput}
61
+ * @see {@link AddPolicyStatementCommandInput} for command's `input` shape.
62
+ * @see {@link AddPolicyStatementCommandOutput} for command's `response` shape.
63
+ * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
64
+ *
65
+ * @throws {@link AccessDeniedException} (client fault)
66
+ * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
67
+ * 403</code>
68
+ * </p>
69
+ *
70
+ * @throws {@link ConflictException} (client fault)
71
+ * <p>The request could not be processed because of conflict in the current state of the
72
+ * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
73
+ * running, etc. <code>HTTP Status Code: 400</code>
74
+ * </p>
75
+ *
76
+ * @throws {@link InternalServerException} (server fault)
77
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution
78
+ * service. <code>HTTP Status Code: 500</code>
79
+ * </p>
80
+ *
81
+ * @throws {@link ResourceNotFoundException} (client fault)
82
+ * <p>The resource could not be found. <code>HTTP Status Code: 404</code>
83
+ * </p>
84
+ *
85
+ * @throws {@link ThrottlingException} (client fault)
86
+ * <p>The request was denied due to request throttling. <code>HTTP Status Code:
87
+ * 429</code>
88
+ * </p>
89
+ *
90
+ * @throws {@link ValidationException} (client fault)
91
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
92
+ * Status Code: 400</code>
93
+ * </p>
94
+ *
95
+ * @throws {@link EntityResolutionServiceException}
96
+ * <p>Base exception class for all service exceptions from EntityResolution service.</p>
97
+ *
98
+ * @public
99
+ */
100
+ export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base {
101
+ }
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
+ import { BatchDeleteUniqueIdInput, BatchDeleteUniqueIdOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link BatchDeleteUniqueIdCommand}.
13
+ */
14
+ export interface BatchDeleteUniqueIdCommandInput extends BatchDeleteUniqueIdInput {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link BatchDeleteUniqueIdCommand}.
20
+ */
21
+ export interface BatchDeleteUniqueIdCommandOutput extends BatchDeleteUniqueIdOutput, __MetadataBearer {
22
+ }
23
+ declare const BatchDeleteUniqueIdCommand_base: {
24
+ new (input: BatchDeleteUniqueIdCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteUniqueIdCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteUniqueIdCommandInput, BatchDeleteUniqueIdCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * <p>Deletes multiple unique IDs in a matching workflow.</p>
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { EntityResolutionClient, BatchDeleteUniqueIdCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
34
+ * // const { EntityResolutionClient, BatchDeleteUniqueIdCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
35
+ * const client = new EntityResolutionClient(config);
36
+ * const input = { // BatchDeleteUniqueIdInput
37
+ * workflowName: "STRING_VALUE", // required
38
+ * inputSource: "STRING_VALUE",
39
+ * uniqueIds: [ // UniqueIdList // required
40
+ * "STRING_VALUE",
41
+ * ],
42
+ * };
43
+ * const command = new BatchDeleteUniqueIdCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // BatchDeleteUniqueIdOutput
46
+ * // status: "COMPLETED" || "ACCEPTED", // required
47
+ * // errors: [ // DeleteUniqueIdErrorsList // required
48
+ * // { // DeleteUniqueIdError
49
+ * // uniqueId: "STRING_VALUE", // required
50
+ * // errorType: "SERVICE_ERROR" || "VALIDATION_ERROR", // required
51
+ * // },
52
+ * // ],
53
+ * // deleted: [ // DeletedUniqueIdList // required
54
+ * // { // DeletedUniqueId
55
+ * // uniqueId: "STRING_VALUE", // required
56
+ * // },
57
+ * // ],
58
+ * // disconnectedUniqueIds: [ // DisconnectedUniqueIdsList // required
59
+ * // "STRING_VALUE",
60
+ * // ],
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param BatchDeleteUniqueIdCommandInput - {@link BatchDeleteUniqueIdCommandInput}
66
+ * @returns {@link BatchDeleteUniqueIdCommandOutput}
67
+ * @see {@link BatchDeleteUniqueIdCommandInput} for command's `input` shape.
68
+ * @see {@link BatchDeleteUniqueIdCommandOutput} for command's `response` shape.
69
+ * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
70
+ *
71
+ * @throws {@link InternalServerException} (server fault)
72
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution
73
+ * service. <code>HTTP Status Code: 500</code>
74
+ * </p>
75
+ *
76
+ * @throws {@link ResourceNotFoundException} (client fault)
77
+ * <p>The resource could not be found. <code>HTTP Status Code: 404</code>
78
+ * </p>
79
+ *
80
+ * @throws {@link ValidationException} (client fault)
81
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
82
+ * Status Code: 400</code>
83
+ * </p>
84
+ *
85
+ * @throws {@link EntityResolutionServiceException}
86
+ * <p>Base exception class for all service exceptions from EntityResolution service.</p>
87
+ *
88
+ * @public
89
+ */
90
+ export declare class BatchDeleteUniqueIdCommand extends BatchDeleteUniqueIdCommand_base {
91
+ }
@@ -42,10 +42,11 @@ declare const CreateIdMappingWorkflowCommand_base: {
42
42
  * inputSourceConfig: [ // IdMappingWorkflowInputSourceConfig // required
43
43
  * { // IdMappingWorkflowInputSource
44
44
  * inputSourceARN: "STRING_VALUE", // required
45
- * schemaName: "STRING_VALUE", // required
45
+ * schemaName: "STRING_VALUE",
46
+ * type: "SOURCE" || "TARGET",
46
47
  * },
47
48
  * ],
48
- * outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig // required
49
+ * outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
49
50
  * { // IdMappingWorkflowOutputSource
50
51
  * outputS3Path: "STRING_VALUE", // required
51
52
  * KMSArn: "STRING_VALUE",
@@ -75,10 +76,11 @@ declare const CreateIdMappingWorkflowCommand_base: {
75
76
  * // inputSourceConfig: [ // IdMappingWorkflowInputSourceConfig // required
76
77
  * // { // IdMappingWorkflowInputSource
77
78
  * // inputSourceARN: "STRING_VALUE", // required
78
- * // schemaName: "STRING_VALUE", // required
79
+ * // schemaName: "STRING_VALUE",
80
+ * // type: "SOURCE" || "TARGET",
79
81
  * // },
80
82
  * // ],
81
- * // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig // required
83
+ * // outputSourceConfig: [ // IdMappingWorkflowOutputSourceConfig
82
84
  * // { // IdMappingWorkflowOutputSource
83
85
  * // outputS3Path: "STRING_VALUE", // required
84
86
  * // KMSArn: "STRING_VALUE",
@@ -0,0 +1,138 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EntityResolutionClient";
4
+ import { CreateIdNamespaceInput, CreateIdNamespaceOutput } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link CreateIdNamespaceCommand}.
13
+ */
14
+ export interface CreateIdNamespaceCommandInput extends CreateIdNamespaceInput {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link CreateIdNamespaceCommand}.
20
+ */
21
+ export interface CreateIdNamespaceCommandOutput extends CreateIdNamespaceOutput, __MetadataBearer {
22
+ }
23
+ declare const CreateIdNamespaceCommand_base: {
24
+ new (input: CreateIdNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateIdNamespaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateIdNamespaceCommandInput, CreateIdNamespaceCommandOutput, EntityResolutionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * <p>Creates an ID namespace object which will help customers provide metadata explaining
30
+ * their dataset and how to use it. Each ID namespace must have a unique name. To modify an
31
+ * existing ID namespace, use the <code>UpdateIdNamespace</code> API.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { EntityResolutionClient, CreateIdNamespaceCommand } from "@aws-sdk/client-entityresolution"; // ES Modules import
36
+ * // const { EntityResolutionClient, CreateIdNamespaceCommand } = require("@aws-sdk/client-entityresolution"); // CommonJS import
37
+ * const client = new EntityResolutionClient(config);
38
+ * const input = { // CreateIdNamespaceInput
39
+ * idNamespaceName: "STRING_VALUE", // required
40
+ * description: "STRING_VALUE",
41
+ * inputSourceConfig: [ // IdNamespaceInputSourceConfig
42
+ * { // IdNamespaceInputSource
43
+ * inputSourceARN: "STRING_VALUE", // required
44
+ * schemaName: "STRING_VALUE",
45
+ * },
46
+ * ],
47
+ * idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
48
+ * { // IdNamespaceIdMappingWorkflowProperties
49
+ * idMappingType: "PROVIDER", // required
50
+ * providerProperties: { // NamespaceProviderProperties
51
+ * providerServiceArn: "STRING_VALUE", // required
52
+ * providerConfiguration: "DOCUMENT_VALUE",
53
+ * },
54
+ * },
55
+ * ],
56
+ * type: "SOURCE" || "TARGET", // required
57
+ * roleArn: "STRING_VALUE",
58
+ * tags: { // TagMap
59
+ * "<keys>": "STRING_VALUE",
60
+ * },
61
+ * };
62
+ * const command = new CreateIdNamespaceCommand(input);
63
+ * const response = await client.send(command);
64
+ * // { // CreateIdNamespaceOutput
65
+ * // idNamespaceName: "STRING_VALUE", // required
66
+ * // idNamespaceArn: "STRING_VALUE", // required
67
+ * // description: "STRING_VALUE",
68
+ * // inputSourceConfig: [ // IdNamespaceInputSourceConfig
69
+ * // { // IdNamespaceInputSource
70
+ * // inputSourceARN: "STRING_VALUE", // required
71
+ * // schemaName: "STRING_VALUE",
72
+ * // },
73
+ * // ],
74
+ * // idMappingWorkflowProperties: [ // IdNamespaceIdMappingWorkflowPropertiesList
75
+ * // { // IdNamespaceIdMappingWorkflowProperties
76
+ * // idMappingType: "PROVIDER", // required
77
+ * // providerProperties: { // NamespaceProviderProperties
78
+ * // providerServiceArn: "STRING_VALUE", // required
79
+ * // providerConfiguration: "DOCUMENT_VALUE",
80
+ * // },
81
+ * // },
82
+ * // ],
83
+ * // type: "SOURCE" || "TARGET", // required
84
+ * // roleArn: "STRING_VALUE",
85
+ * // createdAt: new Date("TIMESTAMP"), // required
86
+ * // updatedAt: new Date("TIMESTAMP"), // required
87
+ * // tags: { // TagMap
88
+ * // "<keys>": "STRING_VALUE",
89
+ * // },
90
+ * // };
91
+ *
92
+ * ```
93
+ *
94
+ * @param CreateIdNamespaceCommandInput - {@link CreateIdNamespaceCommandInput}
95
+ * @returns {@link CreateIdNamespaceCommandOutput}
96
+ * @see {@link CreateIdNamespaceCommandInput} for command's `input` shape.
97
+ * @see {@link CreateIdNamespaceCommandOutput} for command's `response` shape.
98
+ * @see {@link EntityResolutionClientResolvedConfig | config} for EntityResolutionClient's `config` shape.
99
+ *
100
+ * @throws {@link AccessDeniedException} (client fault)
101
+ * <p>You do not have sufficient access to perform this action. <code>HTTP Status Code:
102
+ * 403</code>
103
+ * </p>
104
+ *
105
+ * @throws {@link ConflictException} (client fault)
106
+ * <p>The request could not be processed because of conflict in the current state of the
107
+ * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
108
+ * running, etc. <code>HTTP Status Code: 400</code>
109
+ * </p>
110
+ *
111
+ * @throws {@link ExceedsLimitException} (client fault)
112
+ * <p>The request was rejected because it attempted to create resources beyond the current
113
+ * Entity Resolution account limits. The error message describes the limit exceeded.
114
+ * <code>HTTP Status Code: 402</code>
115
+ * </p>
116
+ *
117
+ * @throws {@link InternalServerException} (server fault)
118
+ * <p>This exception occurs when there is an internal failure in the Entity Resolution
119
+ * service. <code>HTTP Status Code: 500</code>
120
+ * </p>
121
+ *
122
+ * @throws {@link ThrottlingException} (client fault)
123
+ * <p>The request was denied due to request throttling. <code>HTTP Status Code:
124
+ * 429</code>
125
+ * </p>
126
+ *
127
+ * @throws {@link ValidationException} (client fault)
128
+ * <p>The input fails to satisfy the constraints specified by Entity Resolution. <code>HTTP
129
+ * Status Code: 400</code>
130
+ * </p>
131
+ *
132
+ * @throws {@link EntityResolutionServiceException}
133
+ * <p>Base exception class for all service exceptions from EntityResolution service.</p>
134
+ *
135
+ * @public
136
+ */
137
+ export declare class CreateIdNamespaceCommand extends CreateIdNamespaceCommand_base {
138
+ }
@@ -56,6 +56,12 @@ declare const DeleteIdMappingWorkflowCommand_base: {
56
56
  * 403</code>
57
57
  * </p>
58
58
  *
59
+ * @throws {@link ConflictException} (client fault)
60
+ * <p>The request could not be processed because of conflict in the current state of the
61
+ * resource. Example: Workflow already exists, Schema already exists, Workflow is currently
62
+ * running, etc. <code>HTTP Status Code: 400</code>
63
+ * </p>
64
+ *
59
65
  * @throws {@link InternalServerException} (server fault)
60
66
  * <p>This exception occurs when there is an internal failure in the Entity Resolution
61
67
  * service. <code>HTTP Status Code: 500</code>