@aws-sdk/client-wisdom 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 (83) 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/CreateContentCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateQuickResponseCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateSessionCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAssistantCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteContentCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteImportJobCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +11 -0
  13. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +11 -0
  14. package/dist-types/commands/GetAssistantCommand.d.ts +11 -0
  15. package/dist-types/commands/GetContentCommand.d.ts +11 -0
  16. package/dist-types/commands/GetContentSummaryCommand.d.ts +11 -0
  17. package/dist-types/commands/GetImportJobCommand.d.ts +11 -0
  18. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +11 -0
  19. package/dist-types/commands/GetQuickResponseCommand.d.ts +11 -0
  20. package/dist-types/commands/GetRecommendationsCommand.d.ts +11 -0
  21. package/dist-types/commands/GetSessionCommand.d.ts +11 -0
  22. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListAssistantsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListContentsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListImportJobsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +12 -1
  27. package/dist-types/commands/ListQuickResponsesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +11 -0
  30. package/dist-types/commands/QueryAssistantCommand.d.ts +11 -0
  31. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +11 -0
  32. package/dist-types/commands/SearchContentCommand.d.ts +11 -0
  33. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +11 -0
  34. package/dist-types/commands/SearchSessionsCommand.d.ts +11 -0
  35. package/dist-types/commands/StartContentUploadCommand.d.ts +11 -0
  36. package/dist-types/commands/StartImportJobCommand.d.ts +11 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  39. package/dist-types/commands/UpdateContentCommand.d.ts +11 -0
  40. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +11 -0
  41. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +11 -0
  42. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +12 -1
  83. 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
  }
@@ -98,4 +98,15 @@ declare const CreateAssistantCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: CreateAssistantRequest;
105
+ output: CreateAssistantResponse;
106
+ };
107
+ sdk: {
108
+ input: CreateAssistantCommandInput;
109
+ output: CreateAssistantCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -107,4 +107,15 @@ declare const CreateContentCommand_base: {
107
107
  * @public
108
108
  */
109
109
  export declare class CreateContentCommand extends CreateContentCommand_base {
110
+ /** @internal type navigation helper, not in runtime. */
111
+ protected static __types: {
112
+ api: {
113
+ input: CreateContentRequest;
114
+ output: CreateContentResponse;
115
+ };
116
+ sdk: {
117
+ input: CreateContentCommandInput;
118
+ output: CreateContentCommandOutput;
119
+ };
120
+ };
110
121
  }
@@ -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
  }
@@ -88,4 +88,15 @@ declare const CreateSessionCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class CreateSessionCommand extends CreateSessionCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: CreateSessionRequest;
95
+ output: CreateSessionResponse;
96
+ };
97
+ sdk: {
98
+ input: CreateSessionCommandInput;
99
+ output: CreateSessionCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -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
  }
@@ -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
  }
@@ -82,4 +82,15 @@ declare const GetAssistantCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class GetAssistantCommand extends GetAssistantCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: GetAssistantRequest;
89
+ output: GetAssistantResponse;
90
+ };
91
+ sdk: {
92
+ input: GetAssistantCommandInput;
93
+ output: GetAssistantCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -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
  }
@@ -122,4 +122,15 @@ declare const GetRecommendationsCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: GetRecommendationsRequest;
129
+ output: GetRecommendationsResponse;
130
+ };
131
+ sdk: {
132
+ input: GetRecommendationsCommandInput;
133
+ output: GetRecommendationsCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -78,4 +78,15 @@ declare const GetSessionCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class GetSessionCommand extends GetSessionCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: GetSessionRequest;
85
+ output: GetSessionResponse;
86
+ };
87
+ sdk: {
88
+ input: GetSessionCommandInput;
89
+ output: GetSessionCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -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
  }
@@ -83,4 +83,15 @@ declare const ListAssistantsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListAssistantsRequest;
90
+ output: ListAssistantsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListAssistantsCommandInput;
94
+ output: ListAssistantsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -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
  }
@@ -24,7 +24,7 @@ export interface ListKnowledgeBasesCommandOutput extends ListKnowledgeBasesRespo
24
24
  declare const ListKnowledgeBasesCommand_base: {
25
25
  new (input: ListKnowledgeBasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [ListKnowledgeBasesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
28
28
  };
29
29
  /**
30
30
  * <p>Lists the knowledge bases.</p>
@@ -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
  }
@@ -110,4 +110,15 @@ declare const QueryAssistantCommand_base: {
110
110
  * @public
111
111
  */
112
112
  export declare class QueryAssistantCommand extends QueryAssistantCommand_base {
113
+ /** @internal type navigation helper, not in runtime. */
114
+ protected static __types: {
115
+ api: {
116
+ input: QueryAssistantRequest;
117
+ output: QueryAssistantResponse;
118
+ };
119
+ sdk: {
120
+ input: QueryAssistantCommandInput;
121
+ output: QueryAssistantCommandOutput;
122
+ };
123
+ };
113
124
  }
@@ -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
  }
@@ -76,4 +76,15 @@ declare const StartContentUploadCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: StartContentUploadRequest;
83
+ output: StartContentUploadResponse;
84
+ };
85
+ sdk: {
86
+ input: StartContentUploadCommandInput;
87
+ output: StartContentUploadCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -119,4 +119,15 @@ declare const StartImportJobCommand_base: {
119
119
  * @public
120
120
  */
121
121
  export declare class StartImportJobCommand extends StartImportJobCommand_base {
122
+ /** @internal type navigation helper, not in runtime. */
123
+ protected static __types: {
124
+ api: {
125
+ input: StartImportJobRequest;
126
+ output: StartImportJobResponse;
127
+ };
128
+ sdk: {
129
+ input: StartImportJobCommandInput;
130
+ output: StartImportJobCommandOutput;
131
+ };
132
+ };
122
133
  }
@@ -64,4 +64,15 @@ declare const TagResourceCommand_base: {
64
64
  * @public
65
65
  */
66
66
  export declare class TagResourceCommand extends TagResourceCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: TagResourceRequest;
71
+ output: {};
72
+ };
73
+ sdk: {
74
+ input: TagResourceCommandInput;
75
+ output: TagResourceCommandOutput;
76
+ };
77
+ };
67
78
  }
@@ -61,4 +61,15 @@ declare const UntagResourceCommand_base: {
61
61
  * @public
62
62
  */
63
63
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
64
+ /** @internal type navigation helper, not in runtime. */
65
+ protected static __types: {
66
+ api: {
67
+ input: UntagResourceRequest;
68
+ output: {};
69
+ };
70
+ sdk: {
71
+ input: UntagResourceCommandInput;
72
+ output: UntagResourceCommandOutput;
73
+ };
74
+ };
64
75
  }
@@ -98,4 +98,15 @@ declare const UpdateContentCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class UpdateContentCommand extends UpdateContentCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: UpdateContentRequest;
105
+ output: UpdateContentResponse;
106
+ };
107
+ sdk: {
108
+ input: UpdateContentCommandInput;
109
+ output: UpdateContentCommandOutput;
110
+ };
111
+ };
101
112
  }