@aws-sdk/client-kendra 3.650.0 → 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 (133) hide show
  1. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +11 -0
  2. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchPutDocumentCommand.d.ts +11 -0
  7. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateExperienceCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateFaqCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateIndexCommand.d.ts +11 -0
  14. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateThesaurusCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteExperienceCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteFaqCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteIndexCommand.d.ts +11 -0
  21. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteThesaurusCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeDataSourceCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeExperienceCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeFaqCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeIndexCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +11 -0
  31. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeThesaurusCommand.d.ts +11 -0
  34. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +11 -0
  35. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +11 -0
  36. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +11 -0
  37. package/dist-types/commands/GetSnapshotsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
  41. package/dist-types/commands/ListEntityPersonasCommand.d.ts +11 -0
  42. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +11 -0
  43. package/dist-types/commands/ListExperiencesCommand.d.ts +11 -0
  44. package/dist-types/commands/ListFaqsCommand.d.ts +11 -0
  45. package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +11 -0
  46. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +11 -0
  47. package/dist-types/commands/ListIndicesCommand.d.ts +11 -0
  48. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +11 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/ListThesauriCommand.d.ts +11 -0
  51. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +11 -0
  52. package/dist-types/commands/QueryCommand.d.ts +11 -0
  53. package/dist-types/commands/RetrieveCommand.d.ts +11 -0
  54. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +11 -0
  55. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +11 -0
  56. package/dist-types/commands/SubmitFeedbackCommand.d.ts +11 -0
  57. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  58. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +11 -0
  60. package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
  61. package/dist-types/commands/UpdateExperienceCommand.d.ts +11 -0
  62. package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +11 -0
  63. package/dist-types/commands/UpdateIndexCommand.d.ts +11 -0
  64. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +11 -0
  65. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +11 -0
  66. package/dist-types/commands/UpdateThesaurusCommand.d.ts +11 -0
  67. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/QueryCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +12 -1
  133. package/package.json +35 -35
@@ -97,4 +97,15 @@ declare const AssociateEntitiesToExperienceCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class AssociateEntitiesToExperienceCommand extends AssociateEntitiesToExperienceCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: AssociateEntitiesToExperienceRequest;
104
+ output: AssociateEntitiesToExperienceResponse;
105
+ };
106
+ sdk: {
107
+ input: AssociateEntitiesToExperienceCommandInput;
108
+ output: AssociateEntitiesToExperienceCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -97,4 +97,15 @@ declare const AssociatePersonasToEntitiesCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class AssociatePersonasToEntitiesCommand extends AssociatePersonasToEntitiesCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: AssociatePersonasToEntitiesRequest;
104
+ output: AssociatePersonasToEntitiesResponse;
105
+ };
106
+ sdk: {
107
+ input: AssociatePersonasToEntitiesCommandInput;
108
+ output: AssociatePersonasToEntitiesCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -103,4 +103,15 @@ declare const BatchDeleteDocumentCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class BatchDeleteDocumentCommand extends BatchDeleteDocumentCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: BatchDeleteDocumentRequest;
110
+ output: BatchDeleteDocumentResponse;
111
+ };
112
+ sdk: {
113
+ input: BatchDeleteDocumentCommandInput;
114
+ output: BatchDeleteDocumentCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -88,4 +88,15 @@ declare const BatchDeleteFeaturedResultsSetCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class BatchDeleteFeaturedResultsSetCommand extends BatchDeleteFeaturedResultsSetCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: BatchDeleteFeaturedResultsSetRequest;
95
+ output: BatchDeleteFeaturedResultsSetResponse;
96
+ };
97
+ sdk: {
98
+ input: BatchDeleteFeaturedResultsSetCommandInput;
99
+ output: BatchDeleteFeaturedResultsSetCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -121,4 +121,15 @@ declare const BatchGetDocumentStatusCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class BatchGetDocumentStatusCommand extends BatchGetDocumentStatusCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: BatchGetDocumentStatusRequest;
128
+ output: BatchGetDocumentStatusResponse;
129
+ };
130
+ sdk: {
131
+ input: BatchGetDocumentStatusCommandInput;
132
+ output: BatchGetDocumentStatusCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -216,4 +216,15 @@ declare const BatchPutDocumentCommand_base: {
216
216
  * @public
217
217
  */
218
218
  export declare class BatchPutDocumentCommand extends BatchPutDocumentCommand_base {
219
+ /** @internal type navigation helper, not in runtime. */
220
+ protected static __types: {
221
+ api: {
222
+ input: BatchPutDocumentRequest;
223
+ output: BatchPutDocumentResponse;
224
+ };
225
+ sdk: {
226
+ input: BatchPutDocumentCommandInput;
227
+ output: BatchPutDocumentCommandOutput;
228
+ };
229
+ };
219
230
  }
@@ -88,4 +88,15 @@ declare const ClearQuerySuggestionsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ClearQuerySuggestionsCommand extends ClearQuerySuggestionsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ClearQuerySuggestionsRequest;
95
+ output: {};
96
+ };
97
+ sdk: {
98
+ input: ClearQuerySuggestionsCommandInput;
99
+ output: ClearQuerySuggestionsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -128,4 +128,15 @@ declare const CreateAccessControlConfigurationCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class CreateAccessControlConfigurationCommand extends CreateAccessControlConfigurationCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: CreateAccessControlConfigurationRequest;
135
+ output: CreateAccessControlConfigurationResponse;
136
+ };
137
+ sdk: {
138
+ input: CreateAccessControlConfigurationCommandInput;
139
+ output: CreateAccessControlConfigurationCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -667,4 +667,15 @@ declare const CreateDataSourceCommand_base: {
667
667
  * @public
668
668
  */
669
669
  export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
670
+ /** @internal type navigation helper, not in runtime. */
671
+ protected static __types: {
672
+ api: {
673
+ input: CreateDataSourceRequest;
674
+ output: CreateDataSourceResponse;
675
+ };
676
+ sdk: {
677
+ input: CreateDataSourceCommandInput;
678
+ output: CreateDataSourceCommandOutput;
679
+ };
680
+ };
670
681
  }
@@ -108,4 +108,15 @@ declare const CreateExperienceCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class CreateExperienceCommand extends CreateExperienceCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: CreateExperienceRequest;
115
+ output: CreateExperienceResponse;
116
+ };
117
+ sdk: {
118
+ input: CreateExperienceCommandInput;
119
+ output: CreateExperienceCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -106,4 +106,15 @@ declare const CreateFaqCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateFaqCommand extends CreateFaqCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateFaqRequest;
113
+ output: CreateFaqResponse;
114
+ };
115
+ sdk: {
116
+ input: CreateFaqCommandInput;
117
+ output: CreateFaqCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -126,4 +126,15 @@ declare const CreateFeaturedResultsSetCommand_base: {
126
126
  * @public
127
127
  */
128
128
  export declare class CreateFeaturedResultsSetCommand extends CreateFeaturedResultsSetCommand_base {
129
+ /** @internal type navigation helper, not in runtime. */
130
+ protected static __types: {
131
+ api: {
132
+ input: CreateFeaturedResultsSetRequest;
133
+ output: CreateFeaturedResultsSetResponse;
134
+ };
135
+ sdk: {
136
+ input: CreateFeaturedResultsSetCommandInput;
137
+ output: CreateFeaturedResultsSetCommandOutput;
138
+ };
139
+ };
129
140
  }
@@ -130,4 +130,15 @@ declare const CreateIndexCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class CreateIndexCommand extends CreateIndexCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: CreateIndexRequest;
137
+ output: CreateIndexResponse;
138
+ };
139
+ sdk: {
140
+ input: CreateIndexCommandInput;
141
+ output: CreateIndexCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -115,4 +115,15 @@ declare const CreateQuerySuggestionsBlockListCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class CreateQuerySuggestionsBlockListCommand extends CreateQuerySuggestionsBlockListCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: CreateQuerySuggestionsBlockListRequest;
122
+ output: CreateQuerySuggestionsBlockListResponse;
123
+ };
124
+ sdk: {
125
+ input: CreateQuerySuggestionsBlockListCommandInput;
126
+ output: CreateQuerySuggestionsBlockListCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -105,4 +105,15 @@ declare const CreateThesaurusCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class CreateThesaurusCommand extends CreateThesaurusCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: CreateThesaurusRequest;
112
+ output: CreateThesaurusResponse;
113
+ };
114
+ sdk: {
115
+ input: CreateThesaurusCommandInput;
116
+ output: CreateThesaurusCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -83,4 +83,15 @@ declare const DeleteAccessControlConfigurationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DeleteAccessControlConfigurationCommand extends DeleteAccessControlConfigurationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DeleteAccessControlConfigurationRequest;
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: DeleteAccessControlConfigurationCommandInput;
94
+ output: DeleteAccessControlConfigurationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -86,4 +86,15 @@ declare const DeleteDataSourceCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteDataSourceRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: DeleteDataSourceCommandInput;
97
+ output: DeleteDataSourceCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -82,4 +82,15 @@ declare const DeleteExperienceCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteExperienceCommand extends DeleteExperienceCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteExperienceRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteExperienceCommandInput;
93
+ output: DeleteExperienceCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -80,4 +80,15 @@ declare const DeleteFaqCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class DeleteFaqCommand extends DeleteFaqCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: DeleteFaqRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: DeleteFaqCommandInput;
91
+ output: DeleteFaqCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -82,4 +82,15 @@ declare const DeleteIndexCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteIndexCommand extends DeleteIndexCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteIndexRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteIndexCommandInput;
93
+ output: DeleteIndexCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -94,4 +94,15 @@ declare const DeletePrincipalMappingCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DeletePrincipalMappingCommand extends DeletePrincipalMappingCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DeletePrincipalMappingRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: DeletePrincipalMappingCommandInput;
105
+ output: DeletePrincipalMappingCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -86,4 +86,15 @@ declare const DeleteQuerySuggestionsBlockListCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeleteQuerySuggestionsBlockListCommand extends DeleteQuerySuggestionsBlockListCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteQuerySuggestionsBlockListRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: DeleteQuerySuggestionsBlockListCommandInput;
97
+ output: DeleteQuerySuggestionsBlockListCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -81,4 +81,15 @@ declare const DeleteThesaurusCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class DeleteThesaurusCommand extends DeleteThesaurusCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: DeleteThesaurusRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: DeleteThesaurusCommandInput;
92
+ output: DeleteThesaurusCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -103,4 +103,15 @@ declare const DescribeAccessControlConfigurationCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribeAccessControlConfigurationCommand extends DescribeAccessControlConfigurationCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribeAccessControlConfigurationRequest;
110
+ output: DescribeAccessControlConfigurationResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribeAccessControlConfigurationCommandInput;
114
+ output: DescribeAccessControlConfigurationCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -642,4 +642,15 @@ declare const DescribeDataSourceCommand_base: {
642
642
  * @public
643
643
  */
644
644
  export declare class DescribeDataSourceCommand extends DescribeDataSourceCommand_base {
645
+ /** @internal type navigation helper, not in runtime. */
646
+ protected static __types: {
647
+ api: {
648
+ input: DescribeDataSourceRequest;
649
+ output: DescribeDataSourceResponse;
650
+ };
651
+ sdk: {
652
+ input: DescribeDataSourceCommandInput;
653
+ output: DescribeDataSourceCommandOutput;
654
+ };
655
+ };
645
656
  }
@@ -109,4 +109,15 @@ declare const DescribeExperienceCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class DescribeExperienceCommand extends DescribeExperienceCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: DescribeExperienceRequest;
116
+ output: DescribeExperienceResponse;
117
+ };
118
+ sdk: {
119
+ input: DescribeExperienceCommandInput;
120
+ output: DescribeExperienceCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -92,4 +92,15 @@ declare const DescribeFaqCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class DescribeFaqCommand extends DescribeFaqCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: DescribeFaqRequest;
99
+ output: DescribeFaqResponse;
100
+ };
101
+ sdk: {
102
+ input: DescribeFaqCommandInput;
103
+ output: DescribeFaqCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -100,4 +100,15 @@ declare const DescribeFeaturedResultsSetCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class DescribeFeaturedResultsSetCommand extends DescribeFeaturedResultsSetCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: DescribeFeaturedResultsSetRequest;
107
+ output: DescribeFeaturedResultsSetResponse;
108
+ };
109
+ sdk: {
110
+ input: DescribeFeaturedResultsSetCommandInput;
111
+ output: DescribeFeaturedResultsSetCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -143,4 +143,15 @@ declare const DescribeIndexCommand_base: {
143
143
  * @public
144
144
  */
145
145
  export declare class DescribeIndexCommand extends DescribeIndexCommand_base {
146
+ /** @internal type navigation helper, not in runtime. */
147
+ protected static __types: {
148
+ api: {
149
+ input: DescribeIndexRequest;
150
+ output: DescribeIndexResponse;
151
+ };
152
+ sdk: {
153
+ input: DescribeIndexCommandInput;
154
+ output: DescribeIndexCommandOutput;
155
+ };
156
+ };
146
157
  }
@@ -97,4 +97,15 @@ declare const DescribePrincipalMappingCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class DescribePrincipalMappingCommand extends DescribePrincipalMappingCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: DescribePrincipalMappingRequest;
104
+ output: DescribePrincipalMappingResponse;
105
+ };
106
+ sdk: {
107
+ input: DescribePrincipalMappingCommandInput;
108
+ output: DescribePrincipalMappingCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -98,4 +98,15 @@ declare const DescribeQuerySuggestionsBlockListCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class DescribeQuerySuggestionsBlockListCommand extends DescribeQuerySuggestionsBlockListCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: DescribeQuerySuggestionsBlockListRequest;
105
+ output: DescribeQuerySuggestionsBlockListResponse;
106
+ };
107
+ sdk: {
108
+ input: DescribeQuerySuggestionsBlockListCommandInput;
109
+ output: DescribeQuerySuggestionsBlockListCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -99,4 +99,15 @@ declare const DescribeQuerySuggestionsConfigCommand_base: {
99
99
  * @public
100
100
  */
101
101
  export declare class DescribeQuerySuggestionsConfigCommand extends DescribeQuerySuggestionsConfigCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DescribeQuerySuggestionsConfigRequest;
106
+ output: DescribeQuerySuggestionsConfigResponse;
107
+ };
108
+ sdk: {
109
+ input: DescribeQuerySuggestionsConfigCommandInput;
110
+ output: DescribeQuerySuggestionsConfigCommandOutput;
111
+ };
112
+ };
102
113
  }
@@ -93,4 +93,15 @@ declare const DescribeThesaurusCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DescribeThesaurusCommand extends DescribeThesaurusCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DescribeThesaurusRequest;
100
+ output: DescribeThesaurusResponse;
101
+ };
102
+ sdk: {
103
+ input: DescribeThesaurusCommandInput;
104
+ output: DescribeThesaurusCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -93,4 +93,15 @@ declare const DisassociateEntitiesFromExperienceCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class DisassociateEntitiesFromExperienceCommand extends DisassociateEntitiesFromExperienceCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: DisassociateEntitiesFromExperienceRequest;
100
+ output: DisassociateEntitiesFromExperienceResponse;
101
+ };
102
+ sdk: {
103
+ input: DisassociateEntitiesFromExperienceCommandInput;
104
+ output: DisassociateEntitiesFromExperienceCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -90,4 +90,15 @@ declare const DisassociatePersonasFromEntitiesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DisassociatePersonasFromEntitiesCommand extends DisassociatePersonasFromEntitiesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DisassociatePersonasFromEntitiesRequest;
97
+ output: DisassociatePersonasFromEntitiesResponse;
98
+ };
99
+ sdk: {
100
+ input: DisassociatePersonasFromEntitiesCommandInput;
101
+ output: DisassociatePersonasFromEntitiesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -235,4 +235,15 @@ declare const GetQuerySuggestionsCommand_base: {
235
235
  * @public
236
236
  */
237
237
  export declare class GetQuerySuggestionsCommand extends GetQuerySuggestionsCommand_base {
238
+ /** @internal type navigation helper, not in runtime. */
239
+ protected static __types: {
240
+ api: {
241
+ input: GetQuerySuggestionsRequest;
242
+ output: GetQuerySuggestionsResponse;
243
+ };
244
+ sdk: {
245
+ input: GetQuerySuggestionsCommandInput;
246
+ output: GetQuerySuggestionsCommandOutput;
247
+ };
248
+ };
238
249
  }
@@ -90,4 +90,15 @@ declare const GetSnapshotsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetSnapshotsCommand extends GetSnapshotsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetSnapshotsRequest;
97
+ output: GetSnapshotsResponse;
98
+ };
99
+ sdk: {
100
+ input: GetSnapshotsCommandInput;
101
+ output: GetSnapshotsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -87,4 +87,15 @@ declare const ListAccessControlConfigurationsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListAccessControlConfigurationsCommand extends ListAccessControlConfigurationsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListAccessControlConfigurationsRequest;
94
+ output: ListAccessControlConfigurationsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListAccessControlConfigurationsCommandInput;
98
+ output: ListAccessControlConfigurationsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -107,4 +107,15 @@ declare const ListDataSourceSyncJobsCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: ListDataSourceSyncJobsRequest;
114
+ output: ListDataSourceSyncJobsResponse;
115
+ };
116
+ sdk: {
117
+ input: ListDataSourceSyncJobsCommandInput;
118
+ output: ListDataSourceSyncJobsCommandOutput;
119
+ };
120
+ };
110
121
  }