@aws-sdk/client-bedrock 3.652.0 → 3.658.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 (94) hide show
  1. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateGuardrailCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateModelImportJobCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteCustomModelCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteGuardrailCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteImportedModelCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +11 -0
  15. package/dist-types/commands/GetCustomModelCommand.d.ts +11 -0
  16. package/dist-types/commands/GetEvaluationJobCommand.d.ts +11 -0
  17. package/dist-types/commands/GetFoundationModelCommand.d.ts +11 -0
  18. package/dist-types/commands/GetGuardrailCommand.d.ts +11 -0
  19. package/dist-types/commands/GetImportedModelCommand.d.ts +11 -0
  20. package/dist-types/commands/GetInferenceProfileCommand.d.ts +11 -0
  21. package/dist-types/commands/GetModelCopyJobCommand.d.ts +11 -0
  22. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +11 -0
  23. package/dist-types/commands/GetModelImportJobCommand.d.ts +11 -0
  24. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +11 -0
  25. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +11 -0
  26. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +11 -0
  27. package/dist-types/commands/ListCustomModelsCommand.d.ts +11 -0
  28. package/dist-types/commands/ListEvaluationJobsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListFoundationModelsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListGuardrailsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListImportedModelsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +12 -1
  33. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListModelImportJobsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  39. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +11 -0
  40. package/dist-types/commands/StopEvaluationJobCommand.d.ts +11 -0
  41. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +11 -0
  42. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +11 -0
  43. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  45. package/dist-types/commands/UpdateGuardrailCommand.d.ts +11 -0
  46. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +11 -0
  47. package/dist-types/models/models_0.d.ts +5 -5
  48. package/dist-types/ts3.4/commands/BatchDeleteEvaluationJobCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +12 -1
  94. package/package.json +35 -35
@@ -89,4 +89,15 @@ declare const BatchDeleteEvaluationJobCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class BatchDeleteEvaluationJobCommand extends BatchDeleteEvaluationJobCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: BatchDeleteEvaluationJobRequest;
96
+ output: BatchDeleteEvaluationJobResponse;
97
+ };
98
+ sdk: {
99
+ input: BatchDeleteEvaluationJobCommandInput;
100
+ output: BatchDeleteEvaluationJobCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -146,4 +146,15 @@ declare const CreateEvaluationJobCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class CreateEvaluationJobCommand extends CreateEvaluationJobCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: CreateEvaluationJobRequest;
153
+ output: CreateEvaluationJobResponse;
154
+ };
155
+ sdk: {
156
+ input: CreateEvaluationJobCommandInput;
157
+ output: CreateEvaluationJobCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -184,4 +184,15 @@ declare const CreateGuardrailCommand_base: {
184
184
  * @public
185
185
  */
186
186
  export declare class CreateGuardrailCommand extends CreateGuardrailCommand_base {
187
+ /** @internal type navigation helper, not in runtime. */
188
+ protected static __types: {
189
+ api: {
190
+ input: CreateGuardrailRequest;
191
+ output: CreateGuardrailResponse;
192
+ };
193
+ sdk: {
194
+ input: CreateGuardrailCommandInput;
195
+ output: CreateGuardrailCommandOutput;
196
+ };
197
+ };
187
198
  }
@@ -82,4 +82,15 @@ declare const CreateGuardrailVersionCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateGuardrailVersionCommand extends CreateGuardrailVersionCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateGuardrailVersionRequest;
89
+ output: CreateGuardrailVersionResponse;
90
+ };
91
+ sdk: {
92
+ input: CreateGuardrailVersionCommandInput;
93
+ output: CreateGuardrailVersionCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -79,4 +79,15 @@ declare const CreateModelCopyJobCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class CreateModelCopyJobCommand extends CreateModelCopyJobCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: CreateModelCopyJobRequest;
86
+ output: CreateModelCopyJobResponse;
87
+ };
88
+ sdk: {
89
+ input: CreateModelCopyJobCommandInput;
90
+ output: CreateModelCopyJobCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -132,4 +132,15 @@ declare const CreateModelCustomizationJobCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class CreateModelCustomizationJobCommand extends CreateModelCustomizationJobCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: CreateModelCustomizationJobRequest;
139
+ output: CreateModelCustomizationJobResponse;
140
+ };
141
+ sdk: {
142
+ input: CreateModelCustomizationJobCommandInput;
143
+ output: CreateModelCustomizationJobCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -113,4 +113,15 @@ declare const CreateModelImportJobCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class CreateModelImportJobCommand extends CreateModelImportJobCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: CreateModelImportJobRequest;
120
+ output: CreateModelImportJobResponse;
121
+ };
122
+ sdk: {
123
+ input: CreateModelImportJobCommandInput;
124
+ output: CreateModelImportJobCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -111,4 +111,15 @@ declare const CreateModelInvocationJobCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class CreateModelInvocationJobCommand extends CreateModelInvocationJobCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: CreateModelInvocationJobRequest;
118
+ output: CreateModelInvocationJobResponse;
119
+ };
120
+ sdk: {
121
+ input: CreateModelInvocationJobCommandInput;
122
+ output: CreateModelInvocationJobCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -89,4 +89,15 @@ declare const CreateProvisionedModelThroughputCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateProvisionedModelThroughputCommand extends CreateProvisionedModelThroughputCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateProvisionedModelThroughputRequest;
96
+ output: CreateProvisionedModelThroughputResponse;
97
+ };
98
+ sdk: {
99
+ input: CreateProvisionedModelThroughputCommandInput;
100
+ output: CreateProvisionedModelThroughputCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -73,4 +73,15 @@ declare const DeleteCustomModelCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteCustomModelCommand extends DeleteCustomModelCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteCustomModelRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteCustomModelCommandInput;
84
+ output: DeleteCustomModelCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -82,4 +82,15 @@ declare const DeleteGuardrailCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteGuardrailCommand extends DeleteGuardrailCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteGuardrailRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteGuardrailCommandInput;
93
+ output: DeleteGuardrailCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -75,4 +75,15 @@ declare const DeleteImportedModelCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteImportedModelCommand extends DeleteImportedModelCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteImportedModelRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteImportedModelCommandInput;
86
+ output: DeleteImportedModelCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -62,4 +62,15 @@ declare const DeleteModelInvocationLoggingConfigurationCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteModelInvocationLoggingConfigurationCommand extends DeleteModelInvocationLoggingConfigurationCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: {};
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteModelInvocationLoggingConfigurationCommandInput;
73
+ output: DeleteModelInvocationLoggingConfigurationCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -73,4 +73,15 @@ declare const DeleteProvisionedModelThroughputCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteProvisionedModelThroughputCommand extends DeleteProvisionedModelThroughputCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteProvisionedModelThroughputRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteProvisionedModelThroughputCommandInput;
84
+ output: DeleteProvisionedModelThroughputCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -103,4 +103,15 @@ declare const GetCustomModelCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class GetCustomModelCommand extends GetCustomModelCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: GetCustomModelRequest;
110
+ output: GetCustomModelResponse;
111
+ };
112
+ sdk: {
113
+ input: GetCustomModelCommandInput;
114
+ output: GetCustomModelCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -142,4 +142,15 @@ declare const GetEvaluationJobCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class GetEvaluationJobCommand extends GetEvaluationJobCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: GetEvaluationJobRequest;
149
+ output: GetEvaluationJobResponse;
150
+ };
151
+ sdk: {
152
+ input: GetEvaluationJobCommandInput;
153
+ output: GetEvaluationJobCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -93,4 +93,15 @@ declare const GetFoundationModelCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class GetFoundationModelCommand extends GetFoundationModelCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: GetFoundationModelRequest;
100
+ output: GetFoundationModelResponse;
101
+ };
102
+ sdk: {
103
+ input: GetFoundationModelCommandInput;
104
+ output: GetFoundationModelCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -146,4 +146,15 @@ declare const GetGuardrailCommand_base: {
146
146
  * @public
147
147
  */
148
148
  export declare class GetGuardrailCommand extends GetGuardrailCommand_base {
149
+ /** @internal type navigation helper, not in runtime. */
150
+ protected static __types: {
151
+ api: {
152
+ input: GetGuardrailRequest;
153
+ output: GetGuardrailResponse;
154
+ };
155
+ sdk: {
156
+ input: GetGuardrailCommandInput;
157
+ output: GetGuardrailCommandOutput;
158
+ };
159
+ };
149
160
  }
@@ -83,4 +83,15 @@ declare const GetImportedModelCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetImportedModelCommand extends GetImportedModelCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetImportedModelRequest;
90
+ output: GetImportedModelResponse;
91
+ };
92
+ sdk: {
93
+ input: GetImportedModelCommandInput;
94
+ output: GetImportedModelCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -84,4 +84,15 @@ declare const GetInferenceProfileCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetInferenceProfileCommand extends GetInferenceProfileCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetInferenceProfileRequest;
91
+ output: GetInferenceProfileResponse;
92
+ };
93
+ sdk: {
94
+ input: GetInferenceProfileCommandInput;
95
+ output: GetInferenceProfileCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -87,4 +87,15 @@ declare const GetModelCopyJobCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class GetModelCopyJobCommand extends GetModelCopyJobCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetModelCopyJobRequest;
94
+ output: GetModelCopyJobResponse;
95
+ };
96
+ sdk: {
97
+ input: GetModelCopyJobCommandInput;
98
+ output: GetModelCopyJobCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -118,4 +118,15 @@ declare const GetModelCustomizationJobCommand_base: {
118
118
  * @public
119
119
  */
120
120
  export declare class GetModelCustomizationJobCommand extends GetModelCustomizationJobCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: GetModelCustomizationJobRequest;
125
+ output: GetModelCustomizationJobResponse;
126
+ };
127
+ sdk: {
128
+ input: GetModelCustomizationJobCommandInput;
129
+ output: GetModelCustomizationJobCommandOutput;
130
+ };
131
+ };
121
132
  }
@@ -97,4 +97,15 @@ declare const GetModelImportJobCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class GetModelImportJobCommand extends GetModelImportJobCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: GetModelImportJobRequest;
104
+ output: GetModelImportJobResponse;
105
+ };
106
+ sdk: {
107
+ input: GetModelImportJobCommandInput;
108
+ output: GetModelImportJobCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -106,4 +106,15 @@ declare const GetModelInvocationJobCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class GetModelInvocationJobCommand extends GetModelInvocationJobCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: GetModelInvocationJobRequest;
113
+ output: GetModelInvocationJobResponse;
114
+ };
115
+ sdk: {
116
+ input: GetModelInvocationJobCommandInput;
117
+ output: GetModelInvocationJobCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -80,4 +80,15 @@ declare const GetModelInvocationLoggingConfigurationCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class GetModelInvocationLoggingConfigurationCommand extends GetModelInvocationLoggingConfigurationCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: {};
87
+ output: GetModelInvocationLoggingConfigurationResponse;
88
+ };
89
+ sdk: {
90
+ input: GetModelInvocationLoggingConfigurationCommandInput;
91
+ output: GetModelInvocationLoggingConfigurationCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -84,4 +84,15 @@ declare const GetProvisionedModelThroughputCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class GetProvisionedModelThroughputCommand extends GetProvisionedModelThroughputCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: GetProvisionedModelThroughputRequest;
91
+ output: GetProvisionedModelThroughputResponse;
92
+ };
93
+ sdk: {
94
+ input: GetProvisionedModelThroughputCommandInput;
95
+ output: GetProvisionedModelThroughputCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -90,4 +90,15 @@ declare const ListCustomModelsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListCustomModelsCommand extends ListCustomModelsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListCustomModelsRequest;
97
+ output: ListCustomModelsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListCustomModelsCommandInput;
101
+ output: ListCustomModelsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -91,4 +91,15 @@ declare const ListEvaluationJobsCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class ListEvaluationJobsCommand extends ListEvaluationJobsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: ListEvaluationJobsRequest;
98
+ output: ListEvaluationJobsResponse;
99
+ };
100
+ sdk: {
101
+ input: ListEvaluationJobsCommandInput;
102
+ output: ListEvaluationJobsCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -95,4 +95,15 @@ declare const ListFoundationModelsCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListFoundationModelsCommand extends ListFoundationModelsCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListFoundationModelsRequest;
102
+ output: ListFoundationModelsResponse;
103
+ };
104
+ sdk: {
105
+ input: ListFoundationModelsCommandInput;
106
+ output: ListFoundationModelsCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -87,4 +87,15 @@ declare const ListGuardrailsCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListGuardrailsCommand extends ListGuardrailsCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListGuardrailsRequest;
94
+ output: ListGuardrailsResponse;
95
+ };
96
+ sdk: {
97
+ input: ListGuardrailsCommandInput;
98
+ output: ListGuardrailsCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -84,4 +84,15 @@ declare const ListImportedModelsCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListImportedModelsCommand extends ListImportedModelsCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListImportedModelsRequest;
91
+ output: ListImportedModelsResponse;
92
+ };
93
+ sdk: {
94
+ input: ListImportedModelsCommandInput;
95
+ output: ListImportedModelsCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -24,7 +24,7 @@ export interface ListInferenceProfilesCommandOutput extends ListInferenceProfile
24
24
  declare const ListInferenceProfilesCommand_base: {
25
25
  new (input: ListInferenceProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<ListInferenceProfilesCommandInput, ListInferenceProfilesCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
26
  new (...[input]: [] | [ListInferenceProfilesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListInferenceProfilesCommandInput, ListInferenceProfilesCommandOutput, BedrockClientResolvedConfig, 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>Returns a list of inference profiles that you can use.</p>
@@ -87,4 +87,15 @@ declare const ListInferenceProfilesCommand_base: {
87
87
  * @public
88
88
  */
89
89
  export declare class ListInferenceProfilesCommand extends ListInferenceProfilesCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: ListInferenceProfilesRequest;
94
+ output: ListInferenceProfilesResponse;
95
+ };
96
+ sdk: {
97
+ input: ListInferenceProfilesCommandInput;
98
+ output: ListInferenceProfilesCommandOutput;
99
+ };
100
+ };
90
101
  }
@@ -102,4 +102,15 @@ declare const ListModelCopyJobsCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class ListModelCopyJobsCommand extends ListModelCopyJobsCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: ListModelCopyJobsRequest;
109
+ output: ListModelCopyJobsResponse;
110
+ };
111
+ sdk: {
112
+ input: ListModelCopyJobsCommandInput;
113
+ output: ListModelCopyJobsCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -92,4 +92,15 @@ declare const ListModelCustomizationJobsCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class ListModelCustomizationJobsCommand extends ListModelCustomizationJobsCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: ListModelCustomizationJobsRequest;
99
+ output: ListModelCustomizationJobsResponse;
100
+ };
101
+ sdk: {
102
+ input: ListModelCustomizationJobsCommandInput;
103
+ output: ListModelCustomizationJobsCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -90,4 +90,15 @@ declare const ListModelImportJobsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListModelImportJobsCommand extends ListModelImportJobsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListModelImportJobsRequest;
97
+ output: ListModelImportJobsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListModelImportJobsCommandInput;
101
+ output: ListModelImportJobsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -114,4 +114,15 @@ declare const ListModelInvocationJobsCommand_base: {
114
114
  * @public
115
115
  */
116
116
  export declare class ListModelInvocationJobsCommand extends ListModelInvocationJobsCommand_base {
117
+ /** @internal type navigation helper, not in runtime. */
118
+ protected static __types: {
119
+ api: {
120
+ input: ListModelInvocationJobsRequest;
121
+ output: ListModelInvocationJobsResponse;
122
+ };
123
+ sdk: {
124
+ input: ListModelInvocationJobsCommandInput;
125
+ output: ListModelInvocationJobsCommandOutput;
126
+ };
127
+ };
117
128
  }
@@ -93,4 +93,15 @@ declare const ListProvisionedModelThroughputsCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListProvisionedModelThroughputsCommand extends ListProvisionedModelThroughputsCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListProvisionedModelThroughputsRequest;
100
+ output: ListProvisionedModelThroughputsResponse;
101
+ };
102
+ sdk: {
103
+ input: ListProvisionedModelThroughputsCommandInput;
104
+ output: ListProvisionedModelThroughputsCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceRequest;
85
+ output: ListTagsForResourceResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }