@aws-sdk/client-qconnect 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 (95) hide show
  1. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateAssistantCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateContentAssociationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateContentCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateQuickResponseCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateSessionCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteAssistantCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteContentAssociationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteContentCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteImportJobCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +11 -0
  15. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +11 -0
  16. package/dist-types/commands/GetAssistantCommand.d.ts +11 -0
  17. package/dist-types/commands/GetContentAssociationCommand.d.ts +11 -0
  18. package/dist-types/commands/GetContentCommand.d.ts +11 -0
  19. package/dist-types/commands/GetContentSummaryCommand.d.ts +11 -0
  20. package/dist-types/commands/GetImportJobCommand.d.ts +11 -0
  21. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +11 -0
  22. package/dist-types/commands/GetQuickResponseCommand.d.ts +11 -0
  23. package/dist-types/commands/GetRecommendationsCommand.d.ts +11 -0
  24. package/dist-types/commands/GetSessionCommand.d.ts +11 -0
  25. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListAssistantsCommand.d.ts +11 -0
  27. package/dist-types/commands/ListContentAssociationsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListContentsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListImportJobsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +11 -0
  31. package/dist-types/commands/ListQuickResponsesCommand.d.ts +11 -0
  32. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  33. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +11 -0
  34. package/dist-types/commands/PutFeedbackCommand.d.ts +11 -0
  35. package/dist-types/commands/QueryAssistantCommand.d.ts +11 -0
  36. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +11 -0
  37. package/dist-types/commands/SearchContentCommand.d.ts +11 -0
  38. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +11 -0
  39. package/dist-types/commands/SearchSessionsCommand.d.ts +11 -0
  40. package/dist-types/commands/StartContentUploadCommand.d.ts +11 -0
  41. package/dist-types/commands/StartImportJobCommand.d.ts +11 -0
  42. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  43. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  44. package/dist-types/commands/UpdateContentCommand.d.ts +11 -0
  45. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +11 -0
  46. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateSessionCommand.d.ts +11 -0
  48. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/CreateContentAssociationCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DeleteContentAssociationCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetContentAssociationCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/ListContentAssociationsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +12 -1
  95. package/package.json +35 -35
@@ -101,4 +101,15 @@ declare const CreateAssistantAssociationCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: CreateAssistantAssociationRequest;
108
+ output: CreateAssistantAssociationResponse;
109
+ };
110
+ sdk: {
111
+ input: CreateAssistantAssociationCommandInput;
112
+ output: CreateAssistantAssociationCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -101,4 +101,15 @@ declare const CreateAssistantCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: CreateAssistantRequest;
108
+ output: CreateAssistantResponse;
109
+ };
110
+ sdk: {
111
+ input: CreateAssistantCommandInput;
112
+ output: CreateAssistantCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -125,4 +125,15 @@ declare const CreateContentAssociationCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class CreateContentAssociationCommand extends CreateContentAssociationCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: CreateContentAssociationRequest;
132
+ output: CreateContentAssociationResponse;
133
+ };
134
+ sdk: {
135
+ input: CreateContentAssociationCommandInput;
136
+ output: CreateContentAssociationCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -106,4 +106,15 @@ declare const CreateContentCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateContentCommand extends CreateContentCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateContentRequest;
113
+ output: CreateContentResponse;
114
+ };
115
+ sdk: {
116
+ input: CreateContentCommandInput;
117
+ output: CreateContentCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -141,4 +141,15 @@ declare const CreateKnowledgeBaseCommand_base: {
141
141
  * @public
142
142
  */
143
143
  export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
144
+ /** @internal type navigation helper, not in runtime. */
145
+ protected static __types: {
146
+ api: {
147
+ input: CreateKnowledgeBaseRequest;
148
+ output: CreateKnowledgeBaseResponse;
149
+ };
150
+ sdk: {
151
+ input: CreateKnowledgeBaseCommandInput;
152
+ output: CreateKnowledgeBaseCommandOutput;
153
+ };
154
+ };
144
155
  }
@@ -133,4 +133,15 @@ declare const CreateQuickResponseCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: CreateQuickResponseRequest;
140
+ output: CreateQuickResponseResponse;
141
+ };
142
+ sdk: {
143
+ input: CreateQuickResponseCommandInput;
144
+ output: CreateQuickResponseCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -131,4 +131,15 @@ declare const CreateSessionCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class CreateSessionCommand extends CreateSessionCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: CreateSessionRequest;
138
+ output: CreateSessionResponse;
139
+ };
140
+ sdk: {
141
+ input: CreateSessionCommandInput;
142
+ output: CreateSessionCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -65,4 +65,15 @@ declare const DeleteAssistantAssociationCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteAssistantAssociationRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DeleteAssistantAssociationCommandInput;
76
+ output: DeleteAssistantAssociationCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -64,4 +64,15 @@ declare const DeleteAssistantCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: DeleteAssistantRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: DeleteAssistantCommandInput;
75
+ output: DeleteAssistantCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -69,4 +69,15 @@ declare const DeleteContentAssociationCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DeleteContentAssociationCommand extends DeleteContentAssociationCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DeleteContentAssociationRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: DeleteContentAssociationCommandInput;
80
+ output: DeleteContentAssociationCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -65,4 +65,15 @@ declare const DeleteContentCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteContentCommand extends DeleteContentCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteContentRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DeleteContentCommandInput;
76
+ output: DeleteContentCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -71,4 +71,15 @@ declare const DeleteImportJobCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DeleteImportJobRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: DeleteImportJobCommandInput;
82
+ output: DeleteImportJobCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -78,4 +78,15 @@ declare const DeleteKnowledgeBaseCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: DeleteKnowledgeBaseRequest;
85
+ output: {};
86
+ };
87
+ sdk: {
88
+ input: DeleteKnowledgeBaseCommandInput;
89
+ output: DeleteKnowledgeBaseCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -65,4 +65,15 @@ declare const DeleteQuickResponseCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: DeleteQuickResponseRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: DeleteQuickResponseCommandInput;
76
+ output: DeleteQuickResponseCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -82,4 +82,15 @@ declare const GetAssistantAssociationCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetAssistantAssociationRequest;
89
+ output: GetAssistantAssociationResponse;
90
+ };
91
+ sdk: {
92
+ input: GetAssistantAssociationCommandInput;
93
+ output: GetAssistantAssociationCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -85,4 +85,15 @@ declare const GetAssistantCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class GetAssistantCommand extends GetAssistantCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: GetAssistantRequest;
92
+ output: GetAssistantResponse;
93
+ };
94
+ sdk: {
95
+ input: GetAssistantCommandInput;
96
+ output: GetAssistantCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -87,4 +87,15 @@ declare const GetContentAssociationCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetContentAssociationCommand extends GetContentAssociationCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetContentAssociationRequest;
94
+ output: GetContentAssociationResponse;
95
+ };
96
+ sdk: {
97
+ input: GetContentAssociationCommandInput;
98
+ output: GetContentAssociationCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -86,4 +86,15 @@ declare const GetContentCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class GetContentCommand extends GetContentCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: GetContentRequest;
93
+ output: GetContentResponse;
94
+ };
95
+ sdk: {
96
+ input: GetContentCommandInput;
97
+ output: GetContentCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -83,4 +83,15 @@ declare const GetContentSummaryCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetContentSummaryRequest;
90
+ output: GetContentSummaryResponse;
91
+ };
92
+ sdk: {
93
+ input: GetContentSummaryCommandInput;
94
+ output: GetContentSummaryCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -90,4 +90,15 @@ declare const GetImportJobCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class GetImportJobCommand extends GetImportJobCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: GetImportJobRequest;
97
+ output: GetImportJobResponse;
98
+ };
99
+ sdk: {
100
+ input: GetImportJobCommandInput;
101
+ output: GetImportJobCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -91,4 +91,15 @@ declare const GetKnowledgeBaseCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetKnowledgeBaseRequest;
98
+ output: GetKnowledgeBaseResponse;
99
+ };
100
+ sdk: {
101
+ input: GetKnowledgeBaseCommandInput;
102
+ output: GetKnowledgeBaseCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -102,4 +102,15 @@ declare const GetQuickResponseCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: GetQuickResponseRequest;
109
+ output: GetQuickResponseResponse;
110
+ };
111
+ sdk: {
112
+ input: GetQuickResponseCommandInput;
113
+ output: GetQuickResponseCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -231,4 +231,15 @@ declare const GetRecommendationsCommand_base: {
231
231
  * @public
232
232
  */
233
233
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
234
+ /** @internal type navigation helper, not in runtime. */
235
+ protected static __types: {
236
+ api: {
237
+ input: GetRecommendationsRequest;
238
+ output: GetRecommendationsResponse;
239
+ };
240
+ sdk: {
241
+ input: GetRecommendationsCommandInput;
242
+ output: GetRecommendationsCommandOutput;
243
+ };
244
+ };
234
245
  }
@@ -98,4 +98,15 @@ declare const GetSessionCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class GetSessionCommand extends GetSessionCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: GetSessionRequest;
105
+ output: GetSessionResponse;
106
+ };
107
+ sdk: {
108
+ input: GetSessionCommandInput;
109
+ output: GetSessionCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -86,4 +86,15 @@ declare const ListAssistantAssociationsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListAssistantAssociationsRequest;
93
+ output: ListAssistantAssociationsResponse;
94
+ };
95
+ sdk: {
96
+ input: ListAssistantAssociationsCommandInput;
97
+ output: ListAssistantAssociationsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -86,4 +86,15 @@ declare const ListAssistantsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListAssistantsRequest;
93
+ output: ListAssistantsResponse;
94
+ };
95
+ sdk: {
96
+ input: ListAssistantsCommandInput;
97
+ output: ListAssistantsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -91,4 +91,15 @@ declare const ListContentAssociationsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListContentAssociationsCommand extends ListContentAssociationsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListContentAssociationsRequest;
98
+ output: ListContentAssociationsResponse;
99
+ };
100
+ sdk: {
101
+ input: ListContentAssociationsCommandInput;
102
+ output: ListContentAssociationsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -87,4 +87,15 @@ declare const ListContentsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListContentsCommand extends ListContentsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListContentsRequest;
94
+ output: ListContentsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListContentsCommandInput;
98
+ output: ListContentsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -88,4 +88,15 @@ declare const ListImportJobsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: ListImportJobsRequest;
95
+ output: ListImportJobsResponse;
96
+ };
97
+ sdk: {
98
+ input: ListImportJobsCommandInput;
99
+ output: ListImportJobsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -91,4 +91,15 @@ declare const ListKnowledgeBasesCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListKnowledgeBasesCommand extends ListKnowledgeBasesCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListKnowledgeBasesRequest;
98
+ output: ListKnowledgeBasesResponse;
99
+ };
100
+ sdk: {
101
+ input: ListKnowledgeBasesCommandInput;
102
+ output: ListKnowledgeBasesCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -90,4 +90,15 @@ declare const ListQuickResponsesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListQuickResponsesCommand extends ListQuickResponsesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListQuickResponsesRequest;
97
+ output: ListQuickResponsesResponse;
98
+ };
99
+ sdk: {
100
+ input: ListQuickResponsesCommandInput;
101
+ output: ListQuickResponsesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -62,4 +62,15 @@ declare const ListTagsForResourceCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: ListTagsForResourceRequest;
69
+ output: ListTagsForResourceResponse;
70
+ };
71
+ sdk: {
72
+ input: ListTagsForResourceCommandInput;
73
+ output: ListTagsForResourceCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -80,4 +80,15 @@ declare const NotifyRecommendationsReceivedCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class NotifyRecommendationsReceivedCommand extends NotifyRecommendationsReceivedCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: NotifyRecommendationsReceivedRequest;
87
+ output: NotifyRecommendationsReceivedResponse;
88
+ };
89
+ sdk: {
90
+ input: NotifyRecommendationsReceivedCommandInput;
91
+ output: NotifyRecommendationsReceivedCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -82,4 +82,15 @@ declare const PutFeedbackCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: PutFeedbackRequest;
89
+ output: PutFeedbackResponse;
90
+ };
91
+ sdk: {
92
+ input: PutFeedbackCommandInput;
93
+ output: PutFeedbackCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -229,4 +229,15 @@ declare const QueryAssistantCommand_base: {
229
229
  * @public
230
230
  */
231
231
  export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
232
+ /** @internal type navigation helper, not in runtime. */
233
+ protected static __types: {
234
+ api: {
235
+ input: QueryAssistantRequest;
236
+ output: QueryAssistantResponse;
237
+ };
238
+ sdk: {
239
+ input: QueryAssistantCommandInput;
240
+ output: QueryAssistantCommandOutput;
241
+ };
242
+ };
232
243
  }
@@ -64,4 +64,15 @@ declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class RemoveKnowledgeBaseTemplateUriCommand extends RemoveKnowledgeBaseTemplateUriCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: RemoveKnowledgeBaseTemplateUriRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: RemoveKnowledgeBaseTemplateUriCommandInput;
75
+ output: RemoveKnowledgeBaseTemplateUriCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -97,4 +97,15 @@ declare const SearchContentCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class SearchContentCommand extends SearchContentCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: SearchContentRequest;
104
+ output: SearchContentResponse;
105
+ };
106
+ sdk: {
107
+ input: SearchContentCommandInput;
108
+ output: SearchContentCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -147,4 +147,15 @@ declare const SearchQuickResponsesCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class SearchQuickResponsesCommand extends SearchQuickResponsesCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: SearchQuickResponsesRequest;
154
+ output: SearchQuickResponsesResponse;
155
+ };
156
+ sdk: {
157
+ input: SearchQuickResponsesCommandInput;
158
+ output: SearchQuickResponsesCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -85,4 +85,15 @@ declare const SearchSessionsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class SearchSessionsCommand extends SearchSessionsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: SearchSessionsRequest;
92
+ output: SearchSessionsResponse;
93
+ };
94
+ sdk: {
95
+ input: SearchSessionsCommandInput;
96
+ output: SearchSessionsCommandOutput;
97
+ };
98
+ };
88
99
  }