@aws-sdk/client-bedrock 3.477.0 → 3.481.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/commands/CreateModelCustomizationJobCommand.js +18 -41
  2. package/dist-cjs/commands/CreateProvisionedModelThroughputCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteCustomModelCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteModelInvocationLoggingConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteProvisionedModelThroughputCommand.js +18 -41
  6. package/dist-cjs/commands/GetCustomModelCommand.js +18 -41
  7. package/dist-cjs/commands/GetFoundationModelCommand.js +18 -41
  8. package/dist-cjs/commands/GetModelCustomizationJobCommand.js +18 -41
  9. package/dist-cjs/commands/GetModelInvocationLoggingConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/GetProvisionedModelThroughputCommand.js +18 -41
  11. package/dist-cjs/commands/ListCustomModelsCommand.js +18 -41
  12. package/dist-cjs/commands/ListFoundationModelsCommand.js +18 -41
  13. package/dist-cjs/commands/ListModelCustomizationJobsCommand.js +18 -41
  14. package/dist-cjs/commands/ListProvisionedModelThroughputsCommand.js +18 -41
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  16. package/dist-cjs/commands/PutModelInvocationLoggingConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/StopModelCustomizationJobCommand.js +18 -41
  18. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  19. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateProvisionedModelThroughputCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-cjs/pagination/ListCustomModelsPaginator.js +2 -24
  23. package/dist-cjs/pagination/ListModelCustomizationJobsPaginator.js +2 -24
  24. package/dist-cjs/pagination/ListProvisionedModelThroughputsPaginator.js +2 -24
  25. package/dist-es/commands/CreateModelCustomizationJobCommand.js +18 -41
  26. package/dist-es/commands/CreateProvisionedModelThroughputCommand.js +18 -41
  27. package/dist-es/commands/DeleteCustomModelCommand.js +18 -41
  28. package/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +18 -41
  29. package/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +18 -41
  30. package/dist-es/commands/GetCustomModelCommand.js +18 -41
  31. package/dist-es/commands/GetFoundationModelCommand.js +18 -41
  32. package/dist-es/commands/GetModelCustomizationJobCommand.js +18 -41
  33. package/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +18 -41
  34. package/dist-es/commands/GetProvisionedModelThroughputCommand.js +18 -41
  35. package/dist-es/commands/ListCustomModelsCommand.js +18 -41
  36. package/dist-es/commands/ListFoundationModelsCommand.js +18 -41
  37. package/dist-es/commands/ListModelCustomizationJobsCommand.js +18 -41
  38. package/dist-es/commands/ListProvisionedModelThroughputsCommand.js +18 -41
  39. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  40. package/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +18 -41
  41. package/dist-es/commands/StopModelCustomizationJobCommand.js +18 -41
  42. package/dist-es/commands/TagResourceCommand.js +18 -41
  43. package/dist-es/commands/UntagResourceCommand.js +18 -41
  44. package/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +18 -41
  45. package/dist-es/endpoint/EndpointParameters.js +6 -0
  46. package/dist-es/pagination/ListCustomModelsPaginator.js +2 -23
  47. package/dist-es/pagination/ListModelCustomizationJobsPaginator.js +2 -23
  48. package/dist-es/pagination/ListProvisionedModelThroughputsPaginator.js +2 -23
  49. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +6 -21
  50. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteCustomModelCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -21
  54. package/dist-types/commands/GetCustomModelCommand.d.ts +6 -21
  55. package/dist-types/commands/GetFoundationModelCommand.d.ts +6 -21
  56. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +6 -21
  57. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -21
  58. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +6 -21
  59. package/dist-types/commands/ListCustomModelsCommand.d.ts +6 -21
  60. package/dist-types/commands/ListFoundationModelsCommand.d.ts +6 -21
  61. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +6 -21
  62. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -21
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  64. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -21
  65. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +6 -21
  66. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  68. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -21
  69. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  70. package/dist-types/pagination/ListCustomModelsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListModelCustomizationJobsPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListProvisionedModelThroughputsPaginator.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/pagination/ListCustomModelsPaginator.d.ts +3 -3
  95. package/dist-types/ts3.4/pagination/ListModelCustomizationJobsPaginator.d.ts +3 -3
  96. package/dist-types/ts3.4/pagination/ListProvisionedModelThroughputsPaginator.d.ts +3 -3
  97. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associate tags with a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the Bedrock User Guide.</p>
@@ -74,23 +77,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
74
77
  * <p>Base exception class for all service exceptions from Bedrock service.</p>
75
78
  *
76
79
  */
77
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, BedrockClientResolvedConfig> {
78
- readonly input: TagResourceCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: TagResourceCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class TagResourceCommand extends TagResourceCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove one or more tags from a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the Bedrock User Guide.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
67
70
  * <p>Base exception class for all service exceptions from Bedrock service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
5
4
  import { UpdateProvisionedModelThroughputRequest, UpdateProvisionedModelThroughputResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateProvisionedModelThroughputCommandInput extends UpdateProv
21
20
  */
22
21
  export interface UpdateProvisionedModelThroughputCommandOutput extends UpdateProvisionedModelThroughputResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateProvisionedModelThroughputCommand_base: {
24
+ new (input: UpdateProvisionedModelThroughputCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update a provisioned throughput. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Provisioned throughput</a> in the Bedrock User Guide.</p>
@@ -66,23 +69,5 @@ export interface UpdateProvisionedModelThroughputCommandOutput extends UpdatePro
66
69
  * <p>Base exception class for all service exceptions from Bedrock service.</p>
67
70
  *
68
71
  */
69
- export declare class UpdateProvisionedModelThroughputCommand extends $Command<UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThroughputCommandOutput, BedrockClientResolvedConfig> {
70
- readonly input: UpdateProvisionedModelThroughputCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: UpdateProvisionedModelThroughputCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BedrockClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThroughputCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class UpdateProvisionedModelThroughputCommand extends UpdateProvisionedModelThroughputCommand_base {
88
73
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { BedrockPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListCustomModels(config: BedrockPaginationConfiguration, input: ListCustomModelsCommandInput, ...additionalArguments: any): Paginator<ListCustomModelsCommandOutput>;
7
+ export declare const paginateListCustomModels: (config: BedrockPaginationConfiguration, input: ListCustomModelsCommandInput, ...rest: any[]) => Paginator<ListCustomModelsCommandOutput>;
@@ -4,4 +4,4 @@ import { BedrockPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListModelCustomizationJobs(config: BedrockPaginationConfiguration, input: ListModelCustomizationJobsCommandInput, ...additionalArguments: any): Paginator<ListModelCustomizationJobsCommandOutput>;
7
+ export declare const paginateListModelCustomizationJobs: (config: BedrockPaginationConfiguration, input: ListModelCustomizationJobsCommandInput, ...rest: any[]) => Paginator<ListModelCustomizationJobsCommandOutput>;
@@ -4,4 +4,4 @@ import { BedrockPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListProvisionedModelThroughputs(config: BedrockPaginationConfiguration, input: ListProvisionedModelThroughputsCommandInput, ...additionalArguments: any): Paginator<ListProvisionedModelThroughputsCommandOutput>;
7
+ export declare const paginateListProvisionedModelThroughputs: (config: BedrockPaginationConfiguration, input: ListProvisionedModelThroughputsCommandInput, ...rest: any[]) => Paginator<ListProvisionedModelThroughputsCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateModelCustomizationJobCommandInput
21
15
  export interface CreateModelCustomizationJobCommandOutput
22
16
  extends CreateModelCustomizationJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateModelCustomizationJobCommand extends $Command<
25
- CreateModelCustomizationJobCommandInput,
26
- CreateModelCustomizationJobCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: CreateModelCustomizationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateModelCustomizationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateModelCustomizationJobCommand_base: {
19
+ new (
20
+ input: CreateModelCustomizationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateModelCustomizationJobCommandInput,
38
- CreateModelCustomizationJobCommandOutput
23
+ CreateModelCustomizationJobCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateModelCustomizationJobCommand extends CreateModelCustomizationJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateProvisionedModelThroughputCommandInput
21
15
  export interface CreateProvisionedModelThroughputCommandOutput
22
16
  extends CreateProvisionedModelThroughputResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateProvisionedModelThroughputCommand extends $Command<
25
- CreateProvisionedModelThroughputCommandInput,
26
- CreateProvisionedModelThroughputCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: CreateProvisionedModelThroughputCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateProvisionedModelThroughputCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateProvisionedModelThroughputCommand_base: {
19
+ new (
20
+ input: CreateProvisionedModelThroughputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateProvisionedModelThroughputCommandInput,
38
- CreateProvisionedModelThroughputCommandOutput
23
+ CreateProvisionedModelThroughputCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateProvisionedModelThroughputCommand extends CreateProvisionedModelThroughputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DeleteCustomModelCommandInput
21
15
  export interface DeleteCustomModelCommandOutput
22
16
  extends DeleteCustomModelResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteCustomModelCommand extends $Command<
25
- DeleteCustomModelCommandInput,
26
- DeleteCustomModelCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: DeleteCustomModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteCustomModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteCustomModelCommand_base: {
19
+ new (
20
+ input: DeleteCustomModelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteCustomModelCommandInput,
23
+ DeleteCustomModelCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteCustomModelCommand extends DeleteCustomModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteModelInvocationLoggingConfigurationCommandInput
21
15
  export interface DeleteModelInvocationLoggingConfigurationCommandOutput
22
16
  extends DeleteModelInvocationLoggingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteModelInvocationLoggingConfigurationCommand extends $Command<
25
- DeleteModelInvocationLoggingConfigurationCommandInput,
26
- DeleteModelInvocationLoggingConfigurationCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: DeleteModelInvocationLoggingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteModelInvocationLoggingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteModelInvocationLoggingConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteModelInvocationLoggingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteModelInvocationLoggingConfigurationCommandInput,
38
- DeleteModelInvocationLoggingConfigurationCommandOutput
23
+ DeleteModelInvocationLoggingConfigurationCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteModelInvocationLoggingConfigurationCommand extends DeleteModelInvocationLoggingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteProvisionedModelThroughputCommandInput
21
15
  export interface DeleteProvisionedModelThroughputCommandOutput
22
16
  extends DeleteProvisionedModelThroughputResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteProvisionedModelThroughputCommand extends $Command<
25
- DeleteProvisionedModelThroughputCommandInput,
26
- DeleteProvisionedModelThroughputCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: DeleteProvisionedModelThroughputCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteProvisionedModelThroughputCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteProvisionedModelThroughputCommand_base: {
19
+ new (
20
+ input: DeleteProvisionedModelThroughputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteProvisionedModelThroughputCommandInput,
38
- DeleteProvisionedModelThroughputCommandOutput
23
+ DeleteProvisionedModelThroughputCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteProvisionedModelThroughputCommand extends DeleteProvisionedModelThroughputCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCustomModelCommandInput extends GetCustomModelRequest {}
20
14
  export interface GetCustomModelCommandOutput
21
15
  extends GetCustomModelResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCustomModelCommand extends $Command<
24
- GetCustomModelCommandInput,
25
- GetCustomModelCommandOutput,
26
- BedrockClientResolvedConfig
27
- > {
28
- readonly input: GetCustomModelCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCustomModelCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BedrockClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCustomModelCommandInput, GetCustomModelCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCustomModelCommand_base: {
18
+ new (
19
+ input: GetCustomModelCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCustomModelCommandInput,
22
+ GetCustomModelCommandOutput,
23
+ BedrockClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCustomModelCommand extends GetCustomModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetFoundationModelCommandInput
21
15
  export interface GetFoundationModelCommandOutput
22
16
  extends GetFoundationModelResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetFoundationModelCommand extends $Command<
25
- GetFoundationModelCommandInput,
26
- GetFoundationModelCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: GetFoundationModelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetFoundationModelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetFoundationModelCommandInput, GetFoundationModelCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetFoundationModelCommand_base: {
19
+ new (
20
+ input: GetFoundationModelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetFoundationModelCommandInput,
23
+ GetFoundationModelCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetFoundationModelCommand extends GetFoundationModelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetModelCustomizationJobCommandInput
21
15
  export interface GetModelCustomizationJobCommandOutput
22
16
  extends GetModelCustomizationJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetModelCustomizationJobCommand extends $Command<
25
- GetModelCustomizationJobCommandInput,
26
- GetModelCustomizationJobCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: GetModelCustomizationJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetModelCustomizationJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetModelCustomizationJobCommand_base: {
19
+ new (
20
+ input: GetModelCustomizationJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetModelCustomizationJobCommandInput,
38
- GetModelCustomizationJobCommandOutput
23
+ GetModelCustomizationJobCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetModelCustomizationJobCommand extends GetModelCustomizationJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetModelInvocationLoggingConfigurationCommandInput
21
15
  export interface GetModelInvocationLoggingConfigurationCommandOutput
22
16
  extends GetModelInvocationLoggingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetModelInvocationLoggingConfigurationCommand extends $Command<
25
- GetModelInvocationLoggingConfigurationCommandInput,
26
- GetModelInvocationLoggingConfigurationCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: GetModelInvocationLoggingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetModelInvocationLoggingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetModelInvocationLoggingConfigurationCommand_base: {
19
+ new (
20
+ input: GetModelInvocationLoggingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetModelInvocationLoggingConfigurationCommandInput,
38
- GetModelInvocationLoggingConfigurationCommandOutput
23
+ GetModelInvocationLoggingConfigurationCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetModelInvocationLoggingConfigurationCommand extends GetModelInvocationLoggingConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BedrockClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetProvisionedModelThroughputCommandInput
21
15
  export interface GetProvisionedModelThroughputCommandOutput
22
16
  extends GetProvisionedModelThroughputResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetProvisionedModelThroughputCommand extends $Command<
25
- GetProvisionedModelThroughputCommandInput,
26
- GetProvisionedModelThroughputCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: GetProvisionedModelThroughputCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetProvisionedModelThroughputCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetProvisionedModelThroughputCommand_base: {
19
+ new (
20
+ input: GetProvisionedModelThroughputCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetProvisionedModelThroughputCommandInput,
38
- GetProvisionedModelThroughputCommandOutput
23
+ GetProvisionedModelThroughputCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetProvisionedModelThroughputCommand extends GetProvisionedModelThroughputCommand_base {}