@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
@@ -78,4 +78,15 @@ declare const StartContentUploadCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class StartContentUploadCommand extends StartContentUploadCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: StartContentUploadRequest;
85
+ output: StartContentUploadResponse;
86
+ };
87
+ sdk: {
88
+ input: StartContentUploadCommandInput;
89
+ output: StartContentUploadCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -122,4 +122,15 @@ declare const StartImportJobCommand_base: {
122
122
  * @public
123
123
  */
124
124
  export declare class StartImportJobCommand extends StartImportJobCommand_base {
125
+ /** @internal type navigation helper, not in runtime. */
126
+ protected static __types: {
127
+ api: {
128
+ input: StartImportJobRequest;
129
+ output: StartImportJobResponse;
130
+ };
131
+ sdk: {
132
+ input: StartImportJobCommandInput;
133
+ output: StartImportJobCommandOutput;
134
+ };
135
+ };
125
136
  }
@@ -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
  }
@@ -97,4 +97,15 @@ declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateKnowledgeBaseTemplateUriCommand extends UpdateKnowledgeBaseTemplateUriCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateKnowledgeBaseTemplateUriRequest;
104
+ output: UpdateKnowledgeBaseTemplateUriResponse;
105
+ };
106
+ sdk: {
107
+ input: UpdateKnowledgeBaseTemplateUriCommandInput;
108
+ output: UpdateKnowledgeBaseTemplateUriCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -133,4 +133,15 @@ declare const UpdateQuickResponseCommand_base: {
133
133
  * @public
134
134
  */
135
135
  export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base {
136
+ /** @internal type navigation helper, not in runtime. */
137
+ protected static __types: {
138
+ api: {
139
+ input: UpdateQuickResponseRequest;
140
+ output: UpdateQuickResponseResponse;
141
+ };
142
+ sdk: {
143
+ input: UpdateQuickResponseCommandInput;
144
+ output: UpdateQuickResponseCommandOutput;
145
+ };
146
+ };
136
147
  }
@@ -121,4 +121,15 @@ declare const UpdateSessionCommand_base: {
121
121
  * @public
122
122
  */
123
123
  export declare class UpdateSessionCommand extends UpdateSessionCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: UpdateSessionRequest;
128
+ output: UpdateSessionResponse;
129
+ };
130
+ sdk: {
131
+ input: UpdateSessionCommandInput;
132
+ output: UpdateSessionCommandOutput;
133
+ };
134
+ };
124
135
  }
@@ -37,4 +37,15 @@ declare const CreateAssistantAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {}
40
+ export declare class CreateAssistantAssociationCommand extends CreateAssistantAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAssistantAssociationRequest;
44
+ output: CreateAssistantAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAssistantAssociationCommandInput;
48
+ output: CreateAssistantAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateAssistantCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateAssistantCommand extends CreateAssistantCommand_base {}
39
+ export declare class CreateAssistantCommand extends CreateAssistantCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateAssistantRequest;
43
+ output: CreateAssistantResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateAssistantCommandInput;
47
+ output: CreateAssistantCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateContentAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateContentAssociationCommand extends CreateContentAssociationCommand_base {}
40
+ export declare class CreateContentAssociationCommand extends CreateContentAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateContentAssociationRequest;
44
+ output: CreateContentAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateContentAssociationCommandInput;
48
+ output: CreateContentAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateContentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateContentCommand extends CreateContentCommand_base {}
39
+ export declare class CreateContentCommand extends CreateContentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateContentRequest;
43
+ output: CreateContentResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateContentCommandInput;
47
+ output: CreateContentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateKnowledgeBaseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {}
40
+ export declare class CreateKnowledgeBaseCommand extends CreateKnowledgeBaseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateKnowledgeBaseRequest;
44
+ output: CreateKnowledgeBaseResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateKnowledgeBaseCommandInput;
48
+ output: CreateKnowledgeBaseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateQuickResponseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {}
40
+ export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateQuickResponseRequest;
44
+ output: CreateQuickResponseResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateQuickResponseCommandInput;
48
+ output: CreateQuickResponseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateSessionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateSessionCommand extends CreateSessionCommand_base {}
39
+ export declare class CreateSessionCommand extends CreateSessionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateSessionRequest;
43
+ output: CreateSessionResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateSessionCommandInput;
47
+ output: CreateSessionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteAssistantAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {}
40
+ export declare class DeleteAssistantAssociationCommand extends DeleteAssistantAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAssistantAssociationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteAssistantAssociationCommandInput;
48
+ output: DeleteAssistantAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteAssistantCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {}
39
+ export declare class DeleteAssistantCommand extends DeleteAssistantCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteAssistantRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteAssistantCommandInput;
47
+ output: DeleteAssistantCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteContentAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteContentAssociationCommand extends DeleteContentAssociationCommand_base {}
40
+ export declare class DeleteContentAssociationCommand extends DeleteContentAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteContentAssociationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteContentAssociationCommandInput;
48
+ output: DeleteContentAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteContentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteContentCommand extends DeleteContentCommand_base {}
39
+ export declare class DeleteContentCommand extends DeleteContentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteContentRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteContentCommandInput;
47
+ output: DeleteContentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const DeleteImportJobCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {}
39
+ export declare class DeleteImportJobCommand extends DeleteImportJobCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteImportJobRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteImportJobCommandInput;
47
+ output: DeleteImportJobCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteKnowledgeBaseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {}
40
+ export declare class DeleteKnowledgeBaseCommand extends DeleteKnowledgeBaseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteKnowledgeBaseRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteKnowledgeBaseCommandInput;
48
+ output: DeleteKnowledgeBaseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteQuickResponseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {}
40
+ export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteQuickResponseRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteQuickResponseCommandInput;
48
+ output: DeleteQuickResponseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAssistantAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {}
40
+ export declare class GetAssistantAssociationCommand extends GetAssistantAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAssistantAssociationRequest;
44
+ output: GetAssistantAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAssistantAssociationCommandInput;
48
+ output: GetAssistantAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetAssistantCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetAssistantCommand extends GetAssistantCommand_base {}
36
+ export declare class GetAssistantCommand extends GetAssistantCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetAssistantRequest;
40
+ output: GetAssistantResponse;
41
+ };
42
+ sdk: {
43
+ input: GetAssistantCommandInput;
44
+ output: GetAssistantCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetContentAssociationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetContentAssociationCommand extends GetContentAssociationCommand_base {}
40
+ export declare class GetContentAssociationCommand extends GetContentAssociationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetContentAssociationRequest;
44
+ output: GetContentAssociationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetContentAssociationCommandInput;
48
+ output: GetContentAssociationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetContentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetContentCommand extends GetContentCommand_base {}
36
+ export declare class GetContentCommand extends GetContentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetContentRequest;
40
+ output: GetContentResponse;
41
+ };
42
+ sdk: {
43
+ input: GetContentCommandInput;
44
+ output: GetContentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetContentSummaryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {}
40
+ export declare class GetContentSummaryCommand extends GetContentSummaryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetContentSummaryRequest;
44
+ output: GetContentSummaryResponse;
45
+ };
46
+ sdk: {
47
+ input: GetContentSummaryCommandInput;
48
+ output: GetContentSummaryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetImportJobCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetImportJobCommand extends GetImportJobCommand_base {}
36
+ export declare class GetImportJobCommand extends GetImportJobCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetImportJobRequest;
40
+ output: GetImportJobResponse;
41
+ };
42
+ sdk: {
43
+ input: GetImportJobCommandInput;
44
+ output: GetImportJobCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetKnowledgeBaseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {}
39
+ export declare class GetKnowledgeBaseCommand extends GetKnowledgeBaseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetKnowledgeBaseRequest;
43
+ output: GetKnowledgeBaseResponse;
44
+ };
45
+ sdk: {
46
+ input: GetKnowledgeBaseCommandInput;
47
+ output: GetKnowledgeBaseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetQuickResponseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {}
39
+ export declare class GetQuickResponseCommand extends GetQuickResponseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetQuickResponseRequest;
43
+ output: GetQuickResponseResponse;
44
+ };
45
+ sdk: {
46
+ input: GetQuickResponseCommandInput;
47
+ output: GetQuickResponseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetRecommendationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {}
40
+ export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRecommendationsRequest;
44
+ output: GetRecommendationsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRecommendationsCommandInput;
48
+ output: GetRecommendationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetSessionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetSessionCommand extends GetSessionCommand_base {}
36
+ export declare class GetSessionCommand extends GetSessionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetSessionRequest;
40
+ output: GetSessionResponse;
41
+ };
42
+ sdk: {
43
+ input: GetSessionCommandInput;
44
+ output: GetSessionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListAssistantAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {}
40
+ export declare class ListAssistantAssociationsCommand extends ListAssistantAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAssistantAssociationsRequest;
44
+ output: ListAssistantAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAssistantAssociationsCommandInput;
48
+ output: ListAssistantAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListAssistantsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListAssistantsCommand extends ListAssistantsCommand_base {}
39
+ export declare class ListAssistantsCommand extends ListAssistantsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListAssistantsRequest;
43
+ output: ListAssistantsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListAssistantsCommandInput;
47
+ output: ListAssistantsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListContentAssociationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListContentAssociationsCommand extends ListContentAssociationsCommand_base {}
40
+ export declare class ListContentAssociationsCommand extends ListContentAssociationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListContentAssociationsRequest;
44
+ output: ListContentAssociationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListContentAssociationsCommandInput;
48
+ output: ListContentAssociationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListContentsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListContentsCommand extends ListContentsCommand_base {}
36
+ export declare class ListContentsCommand extends ListContentsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListContentsRequest;
40
+ output: ListContentsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListContentsCommandInput;
44
+ output: ListContentsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListImportJobsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListImportJobsCommand extends ListImportJobsCommand_base {}
39
+ export declare class ListImportJobsCommand extends ListImportJobsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListImportJobsRequest;
43
+ output: ListImportJobsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListImportJobsCommandInput;
47
+ output: ListImportJobsCommandOutput;
48
+ };
49
+ };
50
+ }