@aws-sdk/client-bedrock 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 (97) hide show
  1. package/dist-cjs/index.js +6 -3
  2. package/dist-es/protocols/Aws_restJson1.js +3 -0
  3. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateGuardrailCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateModelImportJobCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +21 -0
  11. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteCustomModelCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteGuardrailCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteImportedModelCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +11 -0
  17. package/dist-types/commands/GetCustomModelCommand.d.ts +11 -0
  18. package/dist-types/commands/GetEvaluationJobCommand.d.ts +11 -0
  19. package/dist-types/commands/GetFoundationModelCommand.d.ts +11 -0
  20. package/dist-types/commands/GetGuardrailCommand.d.ts +11 -0
  21. package/dist-types/commands/GetImportedModelCommand.d.ts +11 -0
  22. package/dist-types/commands/GetInferenceProfileCommand.d.ts +11 -0
  23. package/dist-types/commands/GetModelCopyJobCommand.d.ts +11 -0
  24. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +11 -0
  25. package/dist-types/commands/GetModelImportJobCommand.d.ts +11 -0
  26. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +21 -0
  27. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +11 -0
  28. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +11 -0
  29. package/dist-types/commands/ListCustomModelsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListEvaluationJobsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListFoundationModelsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListGuardrailsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListImportedModelsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +12 -1
  35. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +11 -0
  36. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListModelImportJobsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +21 -0
  39. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +11 -0
  42. package/dist-types/commands/StopEvaluationJobCommand.d.ts +11 -0
  43. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +11 -0
  44. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +11 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateGuardrailCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +11 -0
  49. package/dist-types/models/models_0.d.ts +30 -6
  50. package/dist-types/ts3.4/commands/BatchDeleteEvaluationJobCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/models/models_0.d.ts +5 -0
  97. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -1051,7 +1051,8 @@ var se_CreateModelInvocationJobCommand = /* @__PURE__ */ __name(async (input, co
1051
1051
  outputDataConfig: (_) => (0, import_smithy_client._json)(_),
1052
1052
  roleArn: [],
1053
1053
  tags: (_) => (0, import_smithy_client._json)(_),
1054
- timeoutDurationInHours: []
1054
+ timeoutDurationInHours: [],
1055
+ vpcConfig: (_) => (0, import_smithy_client._json)(_)
1055
1056
  })
1056
1057
  );
1057
1058
  b.m("POST").h(headers).b(body);
@@ -1980,7 +1981,8 @@ var de_GetModelInvocationJobCommand = /* @__PURE__ */ __name(async (output, cont
1980
1981
  roleArn: import_smithy_client.expectString,
1981
1982
  status: import_smithy_client.expectString,
1982
1983
  submitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
1983
- timeoutDurationInHours: import_smithy_client.expectInt32
1984
+ timeoutDurationInHours: import_smithy_client.expectInt32,
1985
+ vpcConfig: import_smithy_client._json
1984
1986
  });
1985
1987
  Object.assign(contents, doc);
1986
1988
  return contents;
@@ -2633,7 +2635,8 @@ var de_ModelInvocationJobSummary = /* @__PURE__ */ __name((output, context) => {
2633
2635
  roleArn: import_smithy_client.expectString,
2634
2636
  status: import_smithy_client.expectString,
2635
2637
  submitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2636
- timeoutDurationInHours: import_smithy_client.expectInt32
2638
+ timeoutDurationInHours: import_smithy_client.expectInt32,
2639
+ vpcConfig: import_smithy_client._json
2637
2640
  });
2638
2641
  }, "de_ModelInvocationJobSummary");
2639
2642
  var de_ProvisionedModelSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -157,6 +157,7 @@ export const se_CreateModelInvocationJobCommand = async (input, context) => {
157
157
  roleArn: [],
158
158
  tags: (_) => _json(_),
159
159
  timeoutDurationInHours: [],
160
+ vpcConfig: (_) => _json(_),
160
161
  }));
161
162
  b.m("POST").h(headers).b(body);
162
163
  return b.build();
@@ -1071,6 +1072,7 @@ export const de_GetModelInvocationJobCommand = async (output, context) => {
1071
1072
  status: __expectString,
1072
1073
  submitTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1073
1074
  timeoutDurationInHours: __expectInt32,
1075
+ vpcConfig: _json,
1074
1076
  });
1075
1077
  Object.assign(contents, doc);
1076
1078
  return contents;
@@ -1746,6 +1748,7 @@ const de_ModelInvocationJobSummary = (output, context) => {
1746
1748
  status: __expectString,
1747
1749
  submitTime: (_) => __expectNonNull(__parseRfc3339DateTimeWithOffset(_)),
1748
1750
  timeoutDurationInHours: __expectInt32,
1751
+ vpcConfig: _json,
1749
1752
  });
1750
1753
  };
1751
1754
  const de_ProvisionedModelSummaries = (output, context) => {
@@ -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
  }
@@ -44,14 +44,24 @@ declare const CreateModelInvocationJobCommand_base: {
44
44
  * s3InputDataConfig: { // ModelInvocationJobS3InputDataConfig
45
45
  * s3InputFormat: "JSONL",
46
46
  * s3Uri: "STRING_VALUE", // required
47
+ * s3BucketOwner: "STRING_VALUE",
47
48
  * },
48
49
  * },
49
50
  * outputDataConfig: { // ModelInvocationJobOutputDataConfig Union: only one key present
50
51
  * s3OutputDataConfig: { // ModelInvocationJobS3OutputDataConfig
51
52
  * s3Uri: "STRING_VALUE", // required
52
53
  * s3EncryptionKeyId: "STRING_VALUE",
54
+ * s3BucketOwner: "STRING_VALUE",
53
55
  * },
54
56
  * },
57
+ * vpcConfig: { // VpcConfig
58
+ * subnetIds: [ // SubnetIds // required
59
+ * "STRING_VALUE",
60
+ * ],
61
+ * securityGroupIds: [ // SecurityGroupIds // required
62
+ * "STRING_VALUE",
63
+ * ],
64
+ * },
55
65
  * timeoutDurationInHours: Number("int"),
56
66
  * tags: [ // TagList
57
67
  * { // Tag
@@ -101,4 +111,15 @@ declare const CreateModelInvocationJobCommand_base: {
101
111
  * @public
102
112
  */
103
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
+ };
104
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
  }
@@ -55,14 +55,24 @@ declare const GetModelInvocationJobCommand_base: {
55
55
  * // s3InputDataConfig: { // ModelInvocationJobS3InputDataConfig
56
56
  * // s3InputFormat: "JSONL",
57
57
  * // s3Uri: "STRING_VALUE", // required
58
+ * // s3BucketOwner: "STRING_VALUE",
58
59
  * // },
59
60
  * // },
60
61
  * // outputDataConfig: { // ModelInvocationJobOutputDataConfig Union: only one key present
61
62
  * // s3OutputDataConfig: { // ModelInvocationJobS3OutputDataConfig
62
63
  * // s3Uri: "STRING_VALUE", // required
63
64
  * // s3EncryptionKeyId: "STRING_VALUE",
65
+ * // s3BucketOwner: "STRING_VALUE",
64
66
  * // },
65
67
  * // },
68
+ * // vpcConfig: { // VpcConfig
69
+ * // subnetIds: [ // SubnetIds // required
70
+ * // "STRING_VALUE",
71
+ * // ],
72
+ * // securityGroupIds: [ // SecurityGroupIds // required
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // },
66
76
  * // timeoutDurationInHours: Number("int"),
67
77
  * // jobExpirationTime: new Date("TIMESTAMP"),
68
78
  * // };
@@ -96,4 +106,15 @@ declare const GetModelInvocationJobCommand_base: {
96
106
  * @public
97
107
  */
98
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
+ };
99
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
  }