@aws-sdk/client-bedrock-agentcore-control 3.1104.0 → 3.1105.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.
- package/README.md +84 -0
- package/dist-cjs/index.js +728 -90
- package/dist-es/BedrockAgentCoreControl.js +30 -0
- package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
- package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
- package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
- package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
- package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
- package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
- package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
- package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
- package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +47 -0
- package/dist-es/models/errors.js +13 -0
- package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
- package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
- package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +531 -90
- package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
- package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
- package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
- package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
- package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
- package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
- package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
- package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
- package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
- package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
- package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
- package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
- package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
- package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +111 -0
- package/dist-types/models/errors.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +2568 -2358
- package/dist-types/models/models_1.d.ts +4322 -4707
- package/dist-types/models/models_2.d.ts +1440 -3
- package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +61 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +59 -0
- package/dist-types/ts3.4/models/errors.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +345 -323
- package/dist-types/ts3.4/models/models_1.d.ts +325 -404
- package/dist-types/ts3.4/models/models_2.d.ts +403 -13
- package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { UpdateGatewayRateLimitRequest, UpdateGatewayRateLimitResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface UpdateGatewayRateLimitCommandInput extends UpdateGatewayRateLimitRequest {}
|
|
5
|
+
export interface UpdateGatewayRateLimitCommandOutput
|
|
6
|
+
extends UpdateGatewayRateLimitResponse, __MetadataBearer {}
|
|
7
|
+
declare const UpdateGatewayRateLimitCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: UpdateGatewayRateLimitCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
UpdateGatewayRateLimitCommandInput,
|
|
12
|
+
UpdateGatewayRateLimitCommandOutput,
|
|
13
|
+
import("..").BedrockAgentCoreControlClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: UpdateGatewayRateLimitCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
UpdateGatewayRateLimitCommandInput,
|
|
21
|
+
UpdateGatewayRateLimitCommandOutput,
|
|
22
|
+
import("..").BedrockAgentCoreControlClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class UpdateGatewayRateLimitCommand extends UpdateGatewayRateLimitCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: UpdateGatewayRateLimitRequest;
|
|
32
|
+
output: UpdateGatewayRateLimitResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: UpdateGatewayRateLimitCommandInput;
|
|
36
|
+
output: UpdateGatewayRateLimitCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { UpdateHarnessEndpointRequest, UpdateHarnessEndpointResponse } from "../models/
|
|
2
|
+
import { UpdateHarnessEndpointRequest, UpdateHarnessEndpointResponse } from "../models/models_1";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdateHarnessEndpointCommandInput extends UpdateHarnessEndpointRequest {}
|
|
5
5
|
export interface UpdateHarnessEndpointCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/
|
|
2
|
+
import { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/models_2";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface UpdatePolicyCommandInput extends UpdatePolicyRequest {}
|
|
5
5
|
export interface UpdatePolicyCommandOutput extends UpdatePolicyResponse, __MetadataBearer {}
|
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
export * from "./AddDatasetExamplesCommand";
|
|
2
|
+
export * from "./BatchPutGatewayRateLimitsCommand";
|
|
2
3
|
export * from "./CreateAgentRuntimeCommand";
|
|
3
4
|
export * from "./CreateAgentRuntimeEndpointCommand";
|
|
4
5
|
export * from "./CreateApiKeyCredentialProviderCommand";
|
|
5
6
|
export * from "./CreateBrowserCommand";
|
|
6
7
|
export * from "./CreateBrowserProfileCommand";
|
|
8
|
+
export * from "./CreateCapacityProviderCommand";
|
|
7
9
|
export * from "./CreateCodeInterpreterCommand";
|
|
8
10
|
export * from "./CreateConfigurationBundleCommand";
|
|
9
11
|
export * from "./CreateDatasetCommand";
|
|
10
12
|
export * from "./CreateDatasetVersionCommand";
|
|
11
13
|
export * from "./CreateEvaluatorCommand";
|
|
12
14
|
export * from "./CreateGatewayCommand";
|
|
15
|
+
export * from "./CreateGatewayRateLimitCommand";
|
|
13
16
|
export * from "./CreateGatewayRuleCommand";
|
|
14
17
|
export * from "./CreateGatewayTargetCommand";
|
|
15
18
|
export * from "./CreateHarnessCommand";
|
|
@@ -30,12 +33,14 @@ export * from "./DeleteAgentRuntimeEndpointCommand";
|
|
|
30
33
|
export * from "./DeleteApiKeyCredentialProviderCommand";
|
|
31
34
|
export * from "./DeleteBrowserCommand";
|
|
32
35
|
export * from "./DeleteBrowserProfileCommand";
|
|
36
|
+
export * from "./DeleteCapacityProviderCommand";
|
|
33
37
|
export * from "./DeleteCodeInterpreterCommand";
|
|
34
38
|
export * from "./DeleteConfigurationBundleCommand";
|
|
35
39
|
export * from "./DeleteDatasetCommand";
|
|
36
40
|
export * from "./DeleteDatasetExamplesCommand";
|
|
37
41
|
export * from "./DeleteEvaluatorCommand";
|
|
38
42
|
export * from "./DeleteGatewayCommand";
|
|
43
|
+
export * from "./DeleteGatewayRateLimitCommand";
|
|
39
44
|
export * from "./DeleteGatewayRuleCommand";
|
|
40
45
|
export * from "./DeleteGatewayTargetCommand";
|
|
41
46
|
export * from "./DeleteHarnessCommand";
|
|
@@ -57,12 +62,14 @@ export * from "./GetAgentRuntimeEndpointCommand";
|
|
|
57
62
|
export * from "./GetApiKeyCredentialProviderCommand";
|
|
58
63
|
export * from "./GetBrowserCommand";
|
|
59
64
|
export * from "./GetBrowserProfileCommand";
|
|
65
|
+
export * from "./GetCapacityProviderCommand";
|
|
60
66
|
export * from "./GetCodeInterpreterCommand";
|
|
61
67
|
export * from "./GetConfigurationBundleCommand";
|
|
62
68
|
export * from "./GetConfigurationBundleVersionCommand";
|
|
63
69
|
export * from "./GetDatasetCommand";
|
|
64
70
|
export * from "./GetEvaluatorCommand";
|
|
65
71
|
export * from "./GetGatewayCommand";
|
|
72
|
+
export * from "./GetGatewayRateLimitCommand";
|
|
66
73
|
export * from "./GetGatewayRuleCommand";
|
|
67
74
|
export * from "./GetGatewayTargetCommand";
|
|
68
75
|
export * from "./GetHarnessCommand";
|
|
@@ -85,11 +92,13 @@ export * from "./GetResourcePolicyCommand";
|
|
|
85
92
|
export * from "./GetTokenVaultCommand";
|
|
86
93
|
export * from "./GetWorkloadIdentityCommand";
|
|
87
94
|
export * from "./ListAgentRuntimeEndpointsCommand";
|
|
95
|
+
export * from "./ListAgentRuntimeVersionsByCapacityProviderCommand";
|
|
88
96
|
export * from "./ListAgentRuntimeVersionsCommand";
|
|
89
97
|
export * from "./ListAgentRuntimesCommand";
|
|
90
98
|
export * from "./ListApiKeyCredentialProvidersCommand";
|
|
91
99
|
export * from "./ListBrowserProfilesCommand";
|
|
92
100
|
export * from "./ListBrowsersCommand";
|
|
101
|
+
export * from "./ListCapacityProvidersCommand";
|
|
93
102
|
export * from "./ListCodeInterpretersCommand";
|
|
94
103
|
export * from "./ListConfigurationBundleVersionsCommand";
|
|
95
104
|
export * from "./ListConfigurationBundlesCommand";
|
|
@@ -97,6 +106,7 @@ export * from "./ListDatasetExamplesCommand";
|
|
|
97
106
|
export * from "./ListDatasetVersionsCommand";
|
|
98
107
|
export * from "./ListDatasetsCommand";
|
|
99
108
|
export * from "./ListEvaluatorsCommand";
|
|
109
|
+
export * from "./ListGatewayRateLimitsCommand";
|
|
100
110
|
export * from "./ListGatewayRulesCommand";
|
|
101
111
|
export * from "./ListGatewayTargetsCommand";
|
|
102
112
|
export * from "./ListGatewaysCommand";
|
|
@@ -130,11 +140,13 @@ export * from "./UntagResourceCommand";
|
|
|
130
140
|
export * from "./UpdateAgentRuntimeCommand";
|
|
131
141
|
export * from "./UpdateAgentRuntimeEndpointCommand";
|
|
132
142
|
export * from "./UpdateApiKeyCredentialProviderCommand";
|
|
143
|
+
export * from "./UpdateCapacityProviderCommand";
|
|
133
144
|
export * from "./UpdateConfigurationBundleCommand";
|
|
134
145
|
export * from "./UpdateDatasetCommand";
|
|
135
146
|
export * from "./UpdateDatasetExamplesCommand";
|
|
136
147
|
export * from "./UpdateEvaluatorCommand";
|
|
137
148
|
export * from "./UpdateGatewayCommand";
|
|
149
|
+
export * from "./UpdateGatewayRateLimitCommand";
|
|
138
150
|
export * from "./UpdateGatewayRuleCommand";
|
|
139
151
|
export * from "./UpdateGatewayTargetCommand";
|
|
140
152
|
export * from "./UpdateHarnessCommand";
|
|
@@ -121,6 +121,52 @@ export declare const ResourceType: {
|
|
|
121
121
|
readonly SYSTEM: "SYSTEM";
|
|
122
122
|
};
|
|
123
123
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
124
|
+
export declare const CapacityReservationPreference: {
|
|
125
|
+
readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
|
|
126
|
+
readonly NONE: "none";
|
|
127
|
+
readonly OPEN: "open";
|
|
128
|
+
};
|
|
129
|
+
export type CapacityReservationPreference =
|
|
130
|
+
(typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
|
|
131
|
+
export declare const EbsVolumeType: {
|
|
132
|
+
readonly GP2: "gp2";
|
|
133
|
+
readonly GP3: "gp3";
|
|
134
|
+
readonly IO1: "io1";
|
|
135
|
+
readonly IO2: "io2";
|
|
136
|
+
readonly SC1: "sc1";
|
|
137
|
+
readonly ST1: "st1";
|
|
138
|
+
readonly STANDARD: "standard";
|
|
139
|
+
};
|
|
140
|
+
export type EbsVolumeType = (typeof EbsVolumeType)[keyof typeof EbsVolumeType];
|
|
141
|
+
export declare const Monitoring: {
|
|
142
|
+
readonly BASIC: "BASIC";
|
|
143
|
+
readonly DETAILED: "DETAILED";
|
|
144
|
+
};
|
|
145
|
+
export type Monitoring = (typeof Monitoring)[keyof typeof Monitoring];
|
|
146
|
+
export declare const OperatingSystem: {
|
|
147
|
+
readonly LINUX_ARM64: "LINUX_ARM64";
|
|
148
|
+
readonly LINUX_X86_64: "LINUX_X86_64";
|
|
149
|
+
};
|
|
150
|
+
export type OperatingSystem = (typeof OperatingSystem)[keyof typeof OperatingSystem];
|
|
151
|
+
export declare const CapacityProviderStatus: {
|
|
152
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
153
|
+
readonly CREATING: "CREATING";
|
|
154
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
155
|
+
readonly DELETING: "DELETING";
|
|
156
|
+
readonly READY: "READY";
|
|
157
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
158
|
+
readonly UPDATING: "UPDATING";
|
|
159
|
+
};
|
|
160
|
+
export type CapacityProviderStatus =
|
|
161
|
+
(typeof CapacityProviderStatus)[keyof typeof CapacityProviderStatus];
|
|
162
|
+
export declare const CapacityProviderStatusCode: {
|
|
163
|
+
readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
|
|
164
|
+
readonly QUOTA_EXCEEDED: "QUOTA_EXCEEDED";
|
|
165
|
+
readonly THROTTLED: "THROTTLED";
|
|
166
|
+
readonly VALIDATION_ERROR: "VALIDATION_ERROR";
|
|
167
|
+
};
|
|
168
|
+
export type CapacityProviderStatusCode =
|
|
169
|
+
(typeof CapacityProviderStatusCode)[keyof typeof CapacityProviderStatusCode];
|
|
124
170
|
export declare const CodeInterpreterNetworkMode: {
|
|
125
171
|
readonly PUBLIC: "PUBLIC";
|
|
126
172
|
readonly SANDBOX: "SANDBOX";
|
|
@@ -185,6 +231,19 @@ export declare const EvaluatorType: {
|
|
|
185
231
|
readonly CUSTOM: "Custom";
|
|
186
232
|
};
|
|
187
233
|
export type EvaluatorType = (typeof EvaluatorType)[keyof typeof EvaluatorType];
|
|
234
|
+
export declare const Period: {
|
|
235
|
+
readonly MINUTE: "minute";
|
|
236
|
+
readonly SECOND: "second";
|
|
237
|
+
};
|
|
238
|
+
export type Period = (typeof Period)[keyof typeof Period];
|
|
239
|
+
export declare const GatewayRateLimitStatus: {
|
|
240
|
+
readonly ACTIVE: "ACTIVE";
|
|
241
|
+
readonly CREATING: "CREATING";
|
|
242
|
+
readonly DELETING: "DELETING";
|
|
243
|
+
readonly UPDATING: "UPDATING";
|
|
244
|
+
};
|
|
245
|
+
export type GatewayRateLimitStatus =
|
|
246
|
+
(typeof GatewayRateLimitStatus)[keyof typeof GatewayRateLimitStatus];
|
|
188
247
|
export declare const AuthorizerType: {
|
|
189
248
|
readonly AUTHENTICATE_ONLY: "AUTHENTICATE_ONLY";
|
|
190
249
|
readonly AWS_IAM: "AWS_IAM";
|
|
@@ -59,6 +59,12 @@ export declare class UnauthorizedException extends __BaseException {
|
|
|
59
59
|
readonly $fault: "client";
|
|
60
60
|
constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
|
|
61
61
|
}
|
|
62
|
+
export declare class RetryableConflictException extends __BaseException {
|
|
63
|
+
readonly name: "RetryableConflictException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
$retryable: {};
|
|
66
|
+
constructor(opts: __ExceptionOptionType<RetryableConflictException, __BaseException>);
|
|
67
|
+
}
|
|
62
68
|
export declare class ServiceException extends __BaseException {
|
|
63
69
|
readonly name: "ServiceException";
|
|
64
70
|
readonly $fault: "server";
|