@aws-sdk/client-entityresolution 3.651.1 → 3.654.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 (75) hide show
  1. package/dist-types/commands/AddPolicyStatementCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchDeleteUniqueIdCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateIdMappingWorkflowCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateIdNamespaceCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateMatchingWorkflowCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateSchemaMappingCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteIdMappingWorkflowCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteIdNamespaceCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteMatchingWorkflowCommand.d.ts +11 -0
  10. package/dist-types/commands/DeletePolicyStatementCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteSchemaMappingCommand.d.ts +11 -0
  12. package/dist-types/commands/GetIdMappingJobCommand.d.ts +11 -0
  13. package/dist-types/commands/GetIdMappingWorkflowCommand.d.ts +11 -0
  14. package/dist-types/commands/GetIdNamespaceCommand.d.ts +11 -0
  15. package/dist-types/commands/GetMatchIdCommand.d.ts +11 -0
  16. package/dist-types/commands/GetMatchingJobCommand.d.ts +11 -0
  17. package/dist-types/commands/GetMatchingWorkflowCommand.d.ts +11 -0
  18. package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
  19. package/dist-types/commands/GetProviderServiceCommand.d.ts +11 -0
  20. package/dist-types/commands/GetSchemaMappingCommand.d.ts +11 -0
  21. package/dist-types/commands/ListIdMappingJobsCommand.d.ts +11 -0
  22. package/dist-types/commands/ListIdMappingWorkflowsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListIdNamespacesCommand.d.ts +11 -0
  24. package/dist-types/commands/ListMatchingJobsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListMatchingWorkflowsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListProviderServicesCommand.d.ts +11 -0
  27. package/dist-types/commands/ListSchemaMappingsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/PutPolicyCommand.d.ts +11 -0
  30. package/dist-types/commands/StartIdMappingJobCommand.d.ts +11 -0
  31. package/dist-types/commands/StartMatchingJobCommand.d.ts +11 -0
  32. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateIdMappingWorkflowCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateIdNamespaceCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateMatchingWorkflowCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateSchemaMappingCommand.d.ts +11 -0
  38. package/dist-types/ts3.4/commands/AddPolicyStatementCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/BatchDeleteUniqueIdCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateIdMappingWorkflowCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateIdNamespaceCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateMatchingWorkflowCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateSchemaMappingCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DeleteIdMappingWorkflowCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/DeleteIdNamespaceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteMatchingWorkflowCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeletePolicyStatementCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteSchemaMappingCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetIdMappingJobCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetIdMappingWorkflowCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/GetIdNamespaceCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/GetMatchIdCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/GetMatchingJobCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetMatchingWorkflowCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetProviderServiceCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetSchemaMappingCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListIdMappingJobsCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/ListIdMappingWorkflowsCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListIdNamespacesCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListMatchingJobsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListMatchingWorkflowsCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListProviderServicesCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListSchemaMappingsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/StartIdMappingJobCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/StartMatchingJobCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UpdateIdMappingWorkflowCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateIdNamespaceCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/UpdateMatchingWorkflowCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateSchemaMappingCommand.d.ts +12 -1
  75. package/package.json +35 -35
@@ -90,4 +90,15 @@ declare const AddPolicyStatementCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: AddPolicyStatementInput;
97
+ output: AddPolicyStatementOutput;
98
+ };
99
+ sdk: {
100
+ input: AddPolicyStatementCommandInput;
101
+ output: AddPolicyStatementCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -85,4 +85,15 @@ declare const BatchDeleteUniqueIdCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class BatchDeleteUniqueIdCommand extends BatchDeleteUniqueIdCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: BatchDeleteUniqueIdInput;
92
+ output: BatchDeleteUniqueIdOutput;
93
+ };
94
+ sdk: {
95
+ input: BatchDeleteUniqueIdCommandInput;
96
+ output: BatchDeleteUniqueIdCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -163,4 +163,15 @@ declare const CreateIdMappingWorkflowCommand_base: {
163
163
  * @public
164
164
  */
165
165
  export declare class CreateIdMappingWorkflowCommand extends CreateIdMappingWorkflowCommand_base {
166
+ /** @internal type navigation helper, not in runtime. */
167
+ protected static __types: {
168
+ api: {
169
+ input: CreateIdMappingWorkflowInput;
170
+ output: CreateIdMappingWorkflowOutput;
171
+ };
172
+ sdk: {
173
+ input: CreateIdMappingWorkflowCommandInput;
174
+ output: CreateIdMappingWorkflowCommandOutput;
175
+ };
176
+ };
166
177
  }
@@ -161,4 +161,15 @@ declare const CreateIdNamespaceCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class CreateIdNamespaceCommand extends CreateIdNamespaceCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: CreateIdNamespaceInput;
168
+ output: CreateIdNamespaceOutput;
169
+ };
170
+ sdk: {
171
+ input: CreateIdNamespaceCommandInput;
172
+ output: CreateIdNamespaceCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -181,4 +181,15 @@ declare const CreateMatchingWorkflowCommand_base: {
181
181
  * @public
182
182
  */
183
183
  export declare class CreateMatchingWorkflowCommand extends CreateMatchingWorkflowCommand_base {
184
+ /** @internal type navigation helper, not in runtime. */
185
+ protected static __types: {
186
+ api: {
187
+ input: CreateMatchingWorkflowInput;
188
+ output: CreateMatchingWorkflowOutput;
189
+ };
190
+ sdk: {
191
+ input: CreateMatchingWorkflowCommandInput;
192
+ output: CreateMatchingWorkflowCommandOutput;
193
+ };
194
+ };
184
195
  }
@@ -108,4 +108,15 @@ declare const CreateSchemaMappingCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class CreateSchemaMappingCommand extends CreateSchemaMappingCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: CreateSchemaMappingInput;
115
+ output: CreateSchemaMappingOutput;
116
+ };
117
+ sdk: {
118
+ input: CreateSchemaMappingCommandInput;
119
+ output: CreateSchemaMappingCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -76,4 +76,15 @@ declare const DeleteIdMappingWorkflowCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteIdMappingWorkflowCommand extends DeleteIdMappingWorkflowCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteIdMappingWorkflowInput;
83
+ output: DeleteIdMappingWorkflowOutput;
84
+ };
85
+ sdk: {
86
+ input: DeleteIdMappingWorkflowCommandInput;
87
+ output: DeleteIdMappingWorkflowCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -70,4 +70,15 @@ declare const DeleteIdNamespaceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class DeleteIdNamespaceCommand extends DeleteIdNamespaceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: DeleteIdNamespaceInput;
77
+ output: DeleteIdNamespaceOutput;
78
+ };
79
+ sdk: {
80
+ input: DeleteIdNamespaceCommandInput;
81
+ output: DeleteIdNamespaceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -76,4 +76,15 @@ declare const DeleteMatchingWorkflowCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class DeleteMatchingWorkflowCommand extends DeleteMatchingWorkflowCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: DeleteMatchingWorkflowInput;
83
+ output: DeleteMatchingWorkflowOutput;
84
+ };
85
+ sdk: {
86
+ input: DeleteMatchingWorkflowCommandInput;
87
+ output: DeleteMatchingWorkflowCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -81,4 +81,15 @@ declare const DeletePolicyStatementCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeletePolicyStatementCommand extends DeletePolicyStatementCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeletePolicyStatementInput;
88
+ output: DeletePolicyStatementOutput;
89
+ };
90
+ sdk: {
91
+ input: DeletePolicyStatementCommandInput;
92
+ output: DeletePolicyStatementCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -78,4 +78,15 @@ declare const DeleteSchemaMappingCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteSchemaMappingCommand extends DeleteSchemaMappingCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteSchemaMappingInput;
85
+ output: DeleteSchemaMappingOutput;
86
+ };
87
+ sdk: {
88
+ input: DeleteSchemaMappingCommandInput;
89
+ output: DeleteSchemaMappingCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -96,4 +96,15 @@ declare const GetIdMappingJobCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class GetIdMappingJobCommand extends GetIdMappingJobCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: GetIdMappingJobInput;
103
+ output: GetIdMappingJobOutput;
104
+ };
105
+ sdk: {
106
+ input: GetIdMappingJobCommandInput;
107
+ output: GetIdMappingJobCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -117,4 +117,15 @@ declare const GetIdMappingWorkflowCommand_base: {
117
117
  * @public
118
118
  */
119
119
  export declare class GetIdMappingWorkflowCommand extends GetIdMappingWorkflowCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: GetIdMappingWorkflowInput;
124
+ output: GetIdMappingWorkflowOutput;
125
+ };
126
+ sdk: {
127
+ input: GetIdMappingWorkflowCommandInput;
128
+ output: GetIdMappingWorkflowCommandOutput;
129
+ };
130
+ };
120
131
  }
@@ -114,4 +114,15 @@ declare const GetIdNamespaceCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class GetIdNamespaceCommand extends GetIdNamespaceCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: GetIdNamespaceInput;
121
+ output: GetIdNamespaceOutput;
122
+ };
123
+ sdk: {
124
+ input: GetIdNamespaceCommandInput;
125
+ output: GetIdNamespaceCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -79,4 +79,15 @@ declare const GetMatchIdCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetMatchIdCommand extends GetMatchIdCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetMatchIdInput;
86
+ output: GetMatchIdOutput;
87
+ };
88
+ sdk: {
89
+ input: GetMatchIdCommandInput;
90
+ output: GetMatchIdCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -94,4 +94,15 @@ declare const GetMatchingJobCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class GetMatchingJobCommand extends GetMatchingJobCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: GetMatchingJobInput;
101
+ output: GetMatchingJobOutput;
102
+ };
103
+ sdk: {
104
+ input: GetMatchingJobCommandInput;
105
+ output: GetMatchingJobCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -126,4 +126,15 @@ declare const GetMatchingWorkflowCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class GetMatchingWorkflowCommand extends GetMatchingWorkflowCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: GetMatchingWorkflowInput;
133
+ output: GetMatchingWorkflowOutput;
134
+ };
135
+ sdk: {
136
+ input: GetMatchingWorkflowCommandInput;
137
+ output: GetMatchingWorkflowCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -75,4 +75,15 @@ declare const GetPolicyCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: GetPolicyInput;
82
+ output: GetPolicyOutput;
83
+ };
84
+ sdk: {
85
+ input: GetPolicyCommandInput;
86
+ output: GetPolicyCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -118,4 +118,15 @@ declare const GetProviderServiceCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class GetProviderServiceCommand extends GetProviderServiceCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: GetProviderServiceInput;
125
+ output: GetProviderServiceOutput;
126
+ };
127
+ sdk: {
128
+ input: GetProviderServiceCommandInput;
129
+ output: GetProviderServiceCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -91,4 +91,15 @@ declare const GetSchemaMappingCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetSchemaMappingCommand extends GetSchemaMappingCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetSchemaMappingInput;
98
+ output: GetSchemaMappingOutput;
99
+ };
100
+ sdk: {
101
+ input: GetSchemaMappingCommandInput;
102
+ output: GetSchemaMappingCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -83,4 +83,15 @@ declare const ListIdMappingJobsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListIdMappingJobsCommand extends ListIdMappingJobsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListIdMappingJobsInput;
90
+ output: ListIdMappingJobsOutput;
91
+ };
92
+ sdk: {
93
+ input: ListIdMappingJobsCommandInput;
94
+ output: ListIdMappingJobsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -80,4 +80,15 @@ declare const ListIdMappingWorkflowsCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class ListIdMappingWorkflowsCommand extends ListIdMappingWorkflowsCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: ListIdMappingWorkflowsInput;
87
+ output: ListIdMappingWorkflowsOutput;
88
+ };
89
+ sdk: {
90
+ input: ListIdMappingWorkflowsCommandInput;
91
+ output: ListIdMappingWorkflowsCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -86,4 +86,15 @@ declare const ListIdNamespacesCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListIdNamespacesCommand extends ListIdNamespacesCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListIdNamespacesInput;
93
+ output: ListIdNamespacesOutput;
94
+ };
95
+ sdk: {
96
+ input: ListIdNamespacesCommandInput;
97
+ output: ListIdNamespacesCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -83,4 +83,15 @@ declare const ListMatchingJobsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListMatchingJobsCommand extends ListMatchingJobsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListMatchingJobsInput;
90
+ output: ListMatchingJobsOutput;
91
+ };
92
+ sdk: {
93
+ input: ListMatchingJobsCommandInput;
94
+ output: ListMatchingJobsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -81,4 +81,15 @@ declare const ListMatchingWorkflowsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListMatchingWorkflowsCommand extends ListMatchingWorkflowsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListMatchingWorkflowsInput;
88
+ output: ListMatchingWorkflowsOutput;
89
+ };
90
+ sdk: {
91
+ input: ListMatchingWorkflowsCommandInput;
92
+ output: ListMatchingWorkflowsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -82,4 +82,15 @@ declare const ListProviderServicesCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class ListProviderServicesCommand extends ListProviderServicesCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: ListProviderServicesInput;
89
+ output: ListProviderServicesOutput;
90
+ };
91
+ sdk: {
92
+ input: ListProviderServicesCommandInput;
93
+ output: ListProviderServicesCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -81,4 +81,15 @@ declare const ListSchemaMappingsCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListSchemaMappingsCommand extends ListSchemaMappingsCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListSchemaMappingsInput;
88
+ output: ListSchemaMappingsOutput;
89
+ };
90
+ sdk: {
91
+ input: ListSchemaMappingsCommandInput;
92
+ output: ListSchemaMappingsCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListTagsForResourceInput;
77
+ output: ListTagsForResourceOutput;
78
+ };
79
+ sdk: {
80
+ input: ListTagsForResourceCommandInput;
81
+ output: ListTagsForResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -82,4 +82,15 @@ declare const PutPolicyCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class PutPolicyCommand extends PutPolicyCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: PutPolicyInput;
89
+ output: PutPolicyOutput;
90
+ };
91
+ sdk: {
92
+ input: PutPolicyCommandInput;
93
+ output: PutPolicyCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -98,4 +98,15 @@ declare const StartIdMappingJobCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class StartIdMappingJobCommand extends StartIdMappingJobCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: StartIdMappingJobInput;
105
+ output: StartIdMappingJobOutput;
106
+ };
107
+ sdk: {
108
+ input: StartIdMappingJobCommandInput;
109
+ output: StartIdMappingJobCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -84,4 +84,15 @@ declare const StartMatchingJobCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class StartMatchingJobCommand extends StartMatchingJobCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: StartMatchingJobInput;
91
+ output: StartMatchingJobOutput;
92
+ };
93
+ sdk: {
94
+ input: StartMatchingJobCommandInput;
95
+ output: StartMatchingJobCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -77,4 +77,15 @@ declare const TagResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: TagResourceInput;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: TagResourceCommandInput;
88
+ output: TagResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -66,4 +66,15 @@ declare const UntagResourceCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: UntagResourceInput;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: UntagResourceCommandInput;
77
+ output: UntagResourceCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -153,4 +153,15 @@ declare const UpdateIdMappingWorkflowCommand_base: {
153
153
  * @public
154
154
  */
155
155
  export declare class UpdateIdMappingWorkflowCommand extends UpdateIdMappingWorkflowCommand_base {
156
+ /** @internal type navigation helper, not in runtime. */
157
+ protected static __types: {
158
+ api: {
159
+ input: UpdateIdMappingWorkflowInput;
160
+ output: UpdateIdMappingWorkflowOutput;
161
+ };
162
+ sdk: {
163
+ input: UpdateIdMappingWorkflowCommandInput;
164
+ output: UpdateIdMappingWorkflowCommandOutput;
165
+ };
166
+ };
156
167
  }
@@ -145,4 +145,15 @@ declare const UpdateIdNamespaceCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class UpdateIdNamespaceCommand extends UpdateIdNamespaceCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: UpdateIdNamespaceInput;
152
+ output: UpdateIdNamespaceOutput;
153
+ };
154
+ sdk: {
155
+ input: UpdateIdNamespaceCommandInput;
156
+ output: UpdateIdNamespaceCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -170,4 +170,15 @@ declare const UpdateMatchingWorkflowCommand_base: {
170
170
  * @public
171
171
  */
172
172
  export declare class UpdateMatchingWorkflowCommand extends UpdateMatchingWorkflowCommand_base {
173
+ /** @internal type navigation helper, not in runtime. */
174
+ protected static __types: {
175
+ api: {
176
+ input: UpdateMatchingWorkflowInput;
177
+ output: UpdateMatchingWorkflowOutput;
178
+ };
179
+ sdk: {
180
+ input: UpdateMatchingWorkflowCommandInput;
181
+ output: UpdateMatchingWorkflowCommandOutput;
182
+ };
183
+ };
173
184
  }
@@ -105,4 +105,15 @@ declare const UpdateSchemaMappingCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class UpdateSchemaMappingCommand extends UpdateSchemaMappingCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: UpdateSchemaMappingInput;
112
+ output: UpdateSchemaMappingOutput;
113
+ };
114
+ sdk: {
115
+ input: UpdateSchemaMappingCommandInput;
116
+ output: UpdateSchemaMappingCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -37,4 +37,15 @@ declare const AddPolicyStatementCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base {}
40
+ export declare class AddPolicyStatementCommand extends AddPolicyStatementCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AddPolicyStatementInput;
44
+ output: AddPolicyStatementOutput;
45
+ };
46
+ sdk: {
47
+ input: AddPolicyStatementCommandInput;
48
+ output: AddPolicyStatementCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDeleteUniqueIdCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDeleteUniqueIdCommand extends BatchDeleteUniqueIdCommand_base {}
40
+ export declare class BatchDeleteUniqueIdCommand extends BatchDeleteUniqueIdCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDeleteUniqueIdInput;
44
+ output: BatchDeleteUniqueIdOutput;
45
+ };
46
+ sdk: {
47
+ input: BatchDeleteUniqueIdCommandInput;
48
+ output: BatchDeleteUniqueIdCommandOutput;
49
+ };
50
+ };
51
+ }