@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
@@ -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
  }
@@ -64,14 +64,24 @@ declare const ListModelInvocationJobsCommand_base: {
64
64
  * // s3InputDataConfig: { // ModelInvocationJobS3InputDataConfig
65
65
  * // s3InputFormat: "JSONL",
66
66
  * // s3Uri: "STRING_VALUE", // required
67
+ * // s3BucketOwner: "STRING_VALUE",
67
68
  * // },
68
69
  * // },
69
70
  * // outputDataConfig: { // ModelInvocationJobOutputDataConfig Union: only one key present
70
71
  * // s3OutputDataConfig: { // ModelInvocationJobS3OutputDataConfig
71
72
  * // s3Uri: "STRING_VALUE", // required
72
73
  * // s3EncryptionKeyId: "STRING_VALUE",
74
+ * // s3BucketOwner: "STRING_VALUE",
73
75
  * // },
74
76
  * // },
77
+ * // vpcConfig: { // VpcConfig
78
+ * // subnetIds: [ // SubnetIds // required
79
+ * // "STRING_VALUE",
80
+ * // ],
81
+ * // securityGroupIds: [ // SecurityGroupIds // required
82
+ * // "STRING_VALUE",
83
+ * // ],
84
+ * // },
75
85
  * // timeoutDurationInHours: Number("int"),
76
86
  * // jobExpirationTime: new Date("TIMESTAMP"),
77
87
  * // },
@@ -104,4 +114,15 @@ declare const ListModelInvocationJobsCommand_base: {
104
114
  * @public
105
115
  */
106
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
+ };
107
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
  }
@@ -83,4 +83,15 @@ declare const PutModelInvocationLoggingConfigurationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class PutModelInvocationLoggingConfigurationCommand extends PutModelInvocationLoggingConfigurationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: PutModelInvocationLoggingConfigurationRequest;
90
+ output: {};
91
+ };
92
+ sdk: {
93
+ input: PutModelInvocationLoggingConfigurationCommandInput;
94
+ output: PutModelInvocationLoggingConfigurationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -73,4 +73,15 @@ declare const StopEvaluationJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class StopEvaluationJobCommand extends StopEvaluationJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: StopEvaluationJobRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: StopEvaluationJobCommandInput;
84
+ output: StopEvaluationJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const StopModelCustomizationJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class StopModelCustomizationJobCommand extends StopModelCustomizationJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: StopModelCustomizationJobRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: StopModelCustomizationJobCommandInput;
84
+ output: StopModelCustomizationJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -73,4 +73,15 @@ declare const StopModelInvocationJobCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class StopModelInvocationJobCommand extends StopModelInvocationJobCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: StopModelInvocationJobRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: StopModelInvocationJobCommandInput;
84
+ output: StopModelInvocationJobCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: TagResourceRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: TagResourceCommandInput;
91
+ output: TagResourceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -73,4 +73,15 @@ declare const UntagResourceCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UntagResourceRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UntagResourceCommandInput;
84
+ output: UntagResourceCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -179,4 +179,15 @@ declare const UpdateGuardrailCommand_base: {
179
179
  * @public
180
180
  */
181
181
  export declare class UpdateGuardrailCommand extends UpdateGuardrailCommand_base {
182
+ /** @internal type navigation helper, not in runtime. */
183
+ protected static __types: {
184
+ api: {
185
+ input: UpdateGuardrailRequest;
186
+ output: UpdateGuardrailResponse;
187
+ };
188
+ sdk: {
189
+ input: UpdateGuardrailCommandInput;
190
+ output: UpdateGuardrailCommandOutput;
191
+ };
192
+ };
182
193
  }
@@ -72,4 +72,15 @@ declare const UpdateProvisionedModelThroughputCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class UpdateProvisionedModelThroughputCommand extends UpdateProvisionedModelThroughputCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: UpdateProvisionedModelThroughputRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: UpdateProvisionedModelThroughputCommandInput;
83
+ output: UpdateProvisionedModelThroughputCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -2736,17 +2736,17 @@ export declare namespace ModelDataSource {
2736
2736
  const visit: <T>(value: ModelDataSource, visitor: Visitor<T>) => T;
2737
2737
  }
2738
2738
  /**
2739
- * <p>VPC configuration.</p>
2739
+ * <p>The configuration of a virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/usingVPC.html">Protect your data using Amazon Virtual Private Cloud and Amazon Web Services PrivateLink</a>.</p>
2740
2740
  * @public
2741
2741
  */
2742
2742
  export interface VpcConfig {
2743
2743
  /**
2744
- * <p>VPC configuration subnets.</p>
2744
+ * <p>An array of IDs for each subnet in the VPC to use.</p>
2745
2745
  * @public
2746
2746
  */
2747
2747
  subnetIds: string[] | undefined;
2748
2748
  /**
2749
- * <p>VPC configuration security group Ids.</p>
2749
+ * <p>An array of IDs for each security group in the VPC to use.</p>
2750
2750
  * @public
2751
2751
  */
2752
2752
  securityGroupIds: string[] | undefined;
@@ -3183,7 +3183,7 @@ export declare const S3InputFormat: {
3183
3183
  */
3184
3184
  export type S3InputFormat = (typeof S3InputFormat)[keyof typeof S3InputFormat];
3185
3185
  /**
3186
- * <p>Contains the configuration of the S3 location of the output data.</p>
3186
+ * <p>Contains the configuration of the S3 location of the input data.</p>
3187
3187
  * @public
3188
3188
  */
3189
3189
  export interface ModelInvocationJobS3InputDataConfig {
@@ -3197,6 +3197,11 @@ export interface ModelInvocationJobS3InputDataConfig {
3197
3197
  * @public
3198
3198
  */
3199
3199
  s3Uri: string | undefined;
3200
+ /**
3201
+ * <p>The ID of the Amazon Web Services account that owns the S3 bucket containing the input data.</p>
3202
+ * @public
3203
+ */
3204
+ s3BucketOwner?: string;
3200
3205
  }
3201
3206
  /**
3202
3207
  * <p>Details about the location of the input to the batch inference job.</p>
@@ -3243,6 +3248,11 @@ export interface ModelInvocationJobS3OutputDataConfig {
3243
3248
  * @public
3244
3249
  */
3245
3250
  s3EncryptionKeyId?: string;
3251
+ /**
3252
+ * <p>The ID of the Amazon Web Services account that owns the S3 bucket containing the output data.</p>
3253
+ * @public
3254
+ */
3255
+ s3BucketOwner?: string;
3246
3256
  }
3247
3257
  /**
3248
3258
  * <p>Contains the configuration of the S3 location of the output data.</p>
@@ -3309,6 +3319,11 @@ export interface CreateModelInvocationJobRequest {
3309
3319
  * @public
3310
3320
  */
3311
3321
  outputDataConfig: ModelInvocationJobOutputDataConfig | undefined;
3322
+ /**
3323
+ * <p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc">Protect batch inference jobs using a VPC</a>.</p>
3324
+ * @public
3325
+ */
3326
+ vpcConfig?: VpcConfig;
3312
3327
  /**
3313
3328
  * <p>The number of hours after which to force the batch inference job to time out.</p>
3314
3329
  * @public
@@ -3425,6 +3440,11 @@ export interface GetModelInvocationJobResponse {
3425
3440
  * @public
3426
3441
  */
3427
3442
  outputDataConfig: ModelInvocationJobOutputDataConfig | undefined;
3443
+ /**
3444
+ * <p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc">Protect batch inference jobs using a VPC</a>.</p>
3445
+ * @public
3446
+ */
3447
+ vpcConfig?: VpcConfig;
3428
3448
  /**
3429
3449
  * <p>The number of hours after which batch inference job was set to time out.</p>
3430
3450
  * @public
@@ -3551,6 +3571,11 @@ export interface ModelInvocationJobSummary {
3551
3571
  * @public
3552
3572
  */
3553
3573
  outputDataConfig: ModelInvocationJobOutputDataConfig | undefined;
3574
+ /**
3575
+ * <p>The configuration of the Virtual Private Cloud (VPC) for the data in the batch inference job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/batch-inference-vpc">Protect batch inference jobs using a VPC</a>.</p>
3576
+ * @public
3577
+ */
3578
+ vpcConfig?: VpcConfig;
3554
3579
  /**
3555
3580
  * <p>The number of hours after which the batch inference job was set to time out.</p>
3556
3581
  * @public
@@ -4599,8 +4624,7 @@ export interface CreateModelCustomizationJobRequest {
4599
4624
  */
4600
4625
  hyperParameters: Record<string, string> | undefined;
4601
4626
  /**
4602
- * <p>VPC configuration (optional). Configuration parameters for the
4603
- * private Virtual Private Cloud (VPC) that contains the resources you are using for this job.</p>
4627
+ * <p>The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/vpc-model-customization.html">Protect your model customization jobs using a VPC</a>.</p>
4604
4628
  * @public
4605
4629
  */
4606
4630
  vpcConfig?: VpcConfig;
@@ -37,4 +37,15 @@ declare const BatchDeleteEvaluationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDeleteEvaluationJobCommand extends BatchDeleteEvaluationJobCommand_base {}
40
+ export declare class BatchDeleteEvaluationJobCommand extends BatchDeleteEvaluationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDeleteEvaluationJobRequest;
44
+ output: BatchDeleteEvaluationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDeleteEvaluationJobCommandInput;
48
+ output: BatchDeleteEvaluationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateEvaluationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateEvaluationJobCommand extends CreateEvaluationJobCommand_base {}
40
+ export declare class CreateEvaluationJobCommand extends CreateEvaluationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateEvaluationJobRequest;
44
+ output: CreateEvaluationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateEvaluationJobCommandInput;
48
+ output: CreateEvaluationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateGuardrailCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateGuardrailCommand extends CreateGuardrailCommand_base {}
39
+ export declare class CreateGuardrailCommand extends CreateGuardrailCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateGuardrailRequest;
43
+ output: CreateGuardrailResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateGuardrailCommandInput;
47
+ output: CreateGuardrailCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateGuardrailVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateGuardrailVersionCommand extends CreateGuardrailVersionCommand_base {}
40
+ export declare class CreateGuardrailVersionCommand extends CreateGuardrailVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateGuardrailVersionRequest;
44
+ output: CreateGuardrailVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateGuardrailVersionCommandInput;
48
+ output: CreateGuardrailVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateModelCopyJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateModelCopyJobCommand extends CreateModelCopyJobCommand_base {}
40
+ export declare class CreateModelCopyJobCommand extends CreateModelCopyJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateModelCopyJobRequest;
44
+ output: CreateModelCopyJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateModelCopyJobCommandInput;
48
+ output: CreateModelCopyJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateModelCustomizationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateModelCustomizationJobCommand extends CreateModelCustomizationJobCommand_base {}
40
+ export declare class CreateModelCustomizationJobCommand extends CreateModelCustomizationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateModelCustomizationJobRequest;
44
+ output: CreateModelCustomizationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateModelCustomizationJobCommandInput;
48
+ output: CreateModelCustomizationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateModelImportJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateModelImportJobCommand extends CreateModelImportJobCommand_base {}
40
+ export declare class CreateModelImportJobCommand extends CreateModelImportJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateModelImportJobRequest;
44
+ output: CreateModelImportJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateModelImportJobCommandInput;
48
+ output: CreateModelImportJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateModelInvocationJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateModelInvocationJobCommand extends CreateModelInvocationJobCommand_base {}
40
+ export declare class CreateModelInvocationJobCommand extends CreateModelInvocationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateModelInvocationJobRequest;
44
+ output: CreateModelInvocationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateModelInvocationJobCommandInput;
48
+ output: CreateModelInvocationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateProvisionedModelThroughputCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateProvisionedModelThroughputCommand extends CreateProvisionedModelThroughputCommand_base {}
40
+ export declare class CreateProvisionedModelThroughputCommand extends CreateProvisionedModelThroughputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateProvisionedModelThroughputRequest;
44
+ output: CreateProvisionedModelThroughputResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateProvisionedModelThroughputCommandInput;
48
+ output: CreateProvisionedModelThroughputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteCustomModelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteCustomModelCommand extends DeleteCustomModelCommand_base {}
40
+ export declare class DeleteCustomModelCommand extends DeleteCustomModelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCustomModelRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteCustomModelCommandInput;
48
+ output: DeleteCustomModelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteGuardrailCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteGuardrailCommand extends DeleteGuardrailCommand_base {}
39
+ export declare class DeleteGuardrailCommand extends DeleteGuardrailCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteGuardrailRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteGuardrailCommandInput;
47
+ output: DeleteGuardrailCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteImportedModelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteImportedModelCommand extends DeleteImportedModelCommand_base {}
40
+ export declare class DeleteImportedModelCommand extends DeleteImportedModelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteImportedModelRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteImportedModelCommandInput;
48
+ output: DeleteImportedModelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteModelInvocationLoggingConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteModelInvocationLoggingConfigurationCommand extends DeleteModelInvocationLoggingConfigurationCommand_base {}
40
+ export declare class DeleteModelInvocationLoggingConfigurationCommand extends DeleteModelInvocationLoggingConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteModelInvocationLoggingConfigurationCommandInput;
48
+ output: DeleteModelInvocationLoggingConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteProvisionedModelThroughputCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteProvisionedModelThroughputCommand extends DeleteProvisionedModelThroughputCommand_base {}
40
+ export declare class DeleteProvisionedModelThroughputCommand extends DeleteProvisionedModelThroughputCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteProvisionedModelThroughputRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteProvisionedModelThroughputCommandInput;
48
+ output: DeleteProvisionedModelThroughputCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetCustomModelCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetCustomModelCommand extends GetCustomModelCommand_base {}
39
+ export declare class GetCustomModelCommand extends GetCustomModelCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetCustomModelRequest;
43
+ output: GetCustomModelResponse;
44
+ };
45
+ sdk: {
46
+ input: GetCustomModelCommandInput;
47
+ output: GetCustomModelCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const GetEvaluationJobCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetEvaluationJobCommand extends GetEvaluationJobCommand_base {}
39
+ export declare class GetEvaluationJobCommand extends GetEvaluationJobCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetEvaluationJobRequest;
43
+ output: GetEvaluationJobResponse;
44
+ };
45
+ sdk: {
46
+ input: GetEvaluationJobCommandInput;
47
+ output: GetEvaluationJobCommandOutput;
48
+ };
49
+ };
50
+ }