@aws-sdk/client-bedrock-agentcore-control 3.1104.0 → 3.1106.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 (133) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +728 -90
  3. package/dist-es/BedrockAgentCoreControl.js +30 -0
  4. package/dist-es/commands/BatchPutGatewayRateLimitsCommand.js +4 -0
  5. package/dist-es/commands/CreateCapacityProviderCommand.js +4 -0
  6. package/dist-es/commands/CreateGatewayRateLimitCommand.js +4 -0
  7. package/dist-es/commands/DeleteCapacityProviderCommand.js +4 -0
  8. package/dist-es/commands/DeleteGatewayRateLimitCommand.js +4 -0
  9. package/dist-es/commands/GetCapacityProviderCommand.js +4 -0
  10. package/dist-es/commands/GetGatewayRateLimitCommand.js +4 -0
  11. package/dist-es/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.js +4 -0
  12. package/dist-es/commands/ListCapacityProvidersCommand.js +4 -0
  13. package/dist-es/commands/ListGatewayRateLimitsCommand.js +4 -0
  14. package/dist-es/commands/UpdateCapacityProviderCommand.js +4 -0
  15. package/dist-es/commands/UpdateGatewayRateLimitCommand.js +4 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +47 -0
  18. package/dist-es/models/errors.js +13 -0
  19. package/dist-es/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.js +4 -0
  20. package/dist-es/pagination/ListCapacityProvidersPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRateLimitsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +531 -90
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/BatchPutGatewayRateLimitsCommand.d.ts +164 -0
  27. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +7 -0
  28. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +189 -0
  29. package/dist-types/commands/CreateGatewayRateLimitCommand.d.ts +156 -0
  30. package/dist-types/commands/CreateHarnessCommand.d.ts +8 -0
  31. package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  32. package/dist-types/commands/CreatePolicyCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -1
  34. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +94 -0
  36. package/dist-types/commands/DeleteGatewayRateLimitCommand.d.ts +91 -0
  37. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteHarnessCommand.d.ts +4 -0
  39. package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  40. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -1
  41. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +7 -0
  42. package/dist-types/commands/GetCapacityProviderCommand.d.ts +180 -0
  43. package/dist-types/commands/GetGatewayRateLimitCommand.d.ts +120 -0
  44. package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
  45. package/dist-types/commands/GetHarnessCommand.d.ts +4 -0
  46. package/dist-types/commands/GetHarnessEndpointCommand.d.ts +1 -1
  47. package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
  48. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +2 -1
  49. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  50. package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -1
  51. package/dist-types/commands/GetResourcePolicyCommand.d.ts +1 -1
  52. package/dist-types/commands/GetTokenVaultCommand.d.ts +1 -1
  53. package/dist-types/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +92 -0
  54. package/dist-types/commands/ListCapacityProvidersCommand.d.ts +93 -0
  55. package/dist-types/commands/ListGatewayRateLimitsCommand.d.ts +126 -0
  56. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -1
  63. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  64. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +1 -1
  65. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +7 -0
  67. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +101 -0
  68. package/dist-types/commands/UpdateGatewayRateLimitCommand.d.ts +149 -0
  69. package/dist-types/commands/UpdateHarnessCommand.d.ts +8 -0
  70. package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdatePolicyCommand.d.ts +1 -1
  72. package/dist-types/commands/index.d.ts +12 -0
  73. package/dist-types/models/enums.d.ts +111 -0
  74. package/dist-types/models/errors.d.ts +13 -0
  75. package/dist-types/models/models_0.d.ts +2568 -2358
  76. package/dist-types/models/models_1.d.ts +4322 -4707
  77. package/dist-types/models/models_2.d.ts +1440 -3
  78. package/dist-types/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +7 -0
  79. package/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +7 -0
  80. package/dist-types/pagination/ListGatewayRateLimitsPaginator.d.ts +7 -0
  81. package/dist-types/pagination/index.d.ts +3 -0
  82. package/dist-types/schemas/schemas_0.d.ts +61 -0
  83. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  84. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  85. package/dist-types/ts3.4/commands/BatchPutGatewayRateLimitsCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +39 -0
  87. package/dist-types/ts3.4/commands/CreateGatewayRateLimitCommand.d.ts +39 -0
  88. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +39 -0
  91. package/dist-types/ts3.4/commands/DeleteGatewayRateLimitCommand.d.ts +39 -0
  92. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +39 -0
  96. package/dist-types/ts3.4/commands/GetGatewayRateLimitCommand.d.ts +39 -0
  97. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsByCapacityProviderCommand.d.ts +42 -0
  106. package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/ListGatewayRateLimitsCommand.d.ts +39 -0
  108. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/UpdateGatewayRateLimitCommand.d.ts +39 -0
  120. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  123. package/dist-types/ts3.4/models/enums.d.ts +59 -0
  124. package/dist-types/ts3.4/models/errors.d.ts +6 -0
  125. package/dist-types/ts3.4/models/models_0.d.ts +345 -323
  126. package/dist-types/ts3.4/models/models_1.d.ts +325 -404
  127. package/dist-types/ts3.4/models/models_2.d.ts +403 -13
  128. package/dist-types/ts3.4/pagination/ListAgentRuntimeVersionsByCapacityProviderPaginator.d.ts +11 -0
  129. package/dist-types/ts3.4/pagination/ListCapacityProvidersPaginator.d.ts +11 -0
  130. package/dist-types/ts3.4/pagination/ListGatewayRateLimitsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  132. package/dist-types/ts3.4/schemas/schemas_0.d.ts +61 -0
  133. 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/models_0";
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/models_1";
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";