@aws-sdk/client-bedrock 3.478.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 (85) 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-es/commands/CreateModelCustomizationJobCommand.js +18 -41
  23. package/dist-es/commands/CreateProvisionedModelThroughputCommand.js +18 -41
  24. package/dist-es/commands/DeleteCustomModelCommand.js +18 -41
  25. package/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +18 -41
  26. package/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +18 -41
  27. package/dist-es/commands/GetCustomModelCommand.js +18 -41
  28. package/dist-es/commands/GetFoundationModelCommand.js +18 -41
  29. package/dist-es/commands/GetModelCustomizationJobCommand.js +18 -41
  30. package/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +18 -41
  31. package/dist-es/commands/GetProvisionedModelThroughputCommand.js +18 -41
  32. package/dist-es/commands/ListCustomModelsCommand.js +18 -41
  33. package/dist-es/commands/ListFoundationModelsCommand.js +18 -41
  34. package/dist-es/commands/ListModelCustomizationJobsCommand.js +18 -41
  35. package/dist-es/commands/ListProvisionedModelThroughputsCommand.js +18 -41
  36. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  37. package/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +18 -41
  38. package/dist-es/commands/StopModelCustomizationJobCommand.js +18 -41
  39. package/dist-es/commands/TagResourceCommand.js +18 -41
  40. package/dist-es/commands/UntagResourceCommand.js +18 -41
  41. package/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -21
  45. package/dist-types/commands/DeleteCustomModelCommand.d.ts +6 -21
  46. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -21
  47. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -21
  48. package/dist-types/commands/GetCustomModelCommand.d.ts +6 -21
  49. package/dist-types/commands/GetFoundationModelCommand.d.ts +6 -21
  50. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +6 -21
  51. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -21
  52. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +6 -21
  53. package/dist-types/commands/ListCustomModelsCommand.d.ts +6 -21
  54. package/dist-types/commands/ListFoundationModelsCommand.d.ts +6 -21
  55. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  58. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -21
  59. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +6 -21
  60. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  61. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  62. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +12 -24
  65. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +12 -24
  66. package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +12 -24
  68. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +12 -24
  69. package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +12 -24
  72. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +12 -24
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. package/package.json +9 -9
@@ -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 {}
@@ -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 ListCustomModelsCommandInput extends ListCustomModelsRequest {}
20
14
  export interface ListCustomModelsCommandOutput
21
15
  extends ListCustomModelsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListCustomModelsCommand extends $Command<
24
- ListCustomModelsCommandInput,
25
- ListCustomModelsCommandOutput,
26
- BedrockClientResolvedConfig
27
- > {
28
- readonly input: ListCustomModelsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListCustomModelsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BedrockClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListCustomModelsCommandInput, ListCustomModelsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListCustomModelsCommand_base: {
18
+ new (
19
+ input: ListCustomModelsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListCustomModelsCommandInput,
22
+ ListCustomModelsCommandOutput,
23
+ BedrockClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListCustomModelsCommand extends ListCustomModelsCommand_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 ListFoundationModelsCommandInput
21
15
  export interface ListFoundationModelsCommandOutput
22
16
  extends ListFoundationModelsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListFoundationModelsCommand extends $Command<
25
- ListFoundationModelsCommandInput,
26
- ListFoundationModelsCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: ListFoundationModelsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListFoundationModelsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListFoundationModelsCommand_base: {
19
+ new (
20
+ input: ListFoundationModelsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListFoundationModelsCommandInput,
38
- ListFoundationModelsCommandOutput
23
+ ListFoundationModelsCommandOutput,
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 ListFoundationModelsCommand extends ListFoundationModelsCommand_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 ListModelCustomizationJobsCommandInput
21
15
  export interface ListModelCustomizationJobsCommandOutput
22
16
  extends ListModelCustomizationJobsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListModelCustomizationJobsCommand extends $Command<
25
- ListModelCustomizationJobsCommandInput,
26
- ListModelCustomizationJobsCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: ListModelCustomizationJobsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListModelCustomizationJobsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListModelCustomizationJobsCommand_base: {
19
+ new (
20
+ input: ListModelCustomizationJobsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListModelCustomizationJobsCommandInput,
38
- ListModelCustomizationJobsCommandOutput
23
+ ListModelCustomizationJobsCommandOutput,
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 ListModelCustomizationJobsCommand extends ListModelCustomizationJobsCommand_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 ListProvisionedModelThroughputsCommandInput
21
15
  export interface ListProvisionedModelThroughputsCommandOutput
22
16
  extends ListProvisionedModelThroughputsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListProvisionedModelThroughputsCommand extends $Command<
25
- ListProvisionedModelThroughputsCommandInput,
26
- ListProvisionedModelThroughputsCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: ListProvisionedModelThroughputsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListProvisionedModelThroughputsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListProvisionedModelThroughputsCommand_base: {
19
+ new (
20
+ input: ListProvisionedModelThroughputsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListProvisionedModelThroughputsCommandInput,
38
- ListProvisionedModelThroughputsCommandOutput
23
+ ListProvisionedModelThroughputsCommandOutput,
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 ListProvisionedModelThroughputsCommand extends ListProvisionedModelThroughputsCommand_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 ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ BedrockClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 PutModelInvocationLoggingConfigurationCommandInput
21
15
  export interface PutModelInvocationLoggingConfigurationCommandOutput
22
16
  extends PutModelInvocationLoggingConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutModelInvocationLoggingConfigurationCommand extends $Command<
25
- PutModelInvocationLoggingConfigurationCommandInput,
26
- PutModelInvocationLoggingConfigurationCommandOutput,
27
- BedrockClientResolvedConfig
28
- > {
29
- readonly input: PutModelInvocationLoggingConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutModelInvocationLoggingConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BedrockClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutModelInvocationLoggingConfigurationCommand_base: {
19
+ new (
20
+ input: PutModelInvocationLoggingConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutModelInvocationLoggingConfigurationCommandInput,
38
- PutModelInvocationLoggingConfigurationCommandOutput
23
+ PutModelInvocationLoggingConfigurationCommandOutput,
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 PutModelInvocationLoggingConfigurationCommand extends PutModelInvocationLoggingConfigurationCommand_base {}