@aws-sdk/client-elastic-beanstalk 3.934.0 → 3.935.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/dist-cjs/index.js +128 -127
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +127 -0
- package/dist-es/models/errors.js +229 -0
- package/dist-es/models/models_0.js +1 -356
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +279 -0
- package/dist-types/models/errors.d.ts +249 -0
- package/dist-types/models/models_0.d.ts +1 -528
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +159 -0
- package/dist-types/ts3.4/models/errors.d.ts +165 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -324
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The specified account does not have sufficient privileges for one or more AWS
|
|
5
|
+
* services.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class InsufficientPrivilegesException extends __BaseException {
|
|
9
|
+
readonly name: "InsufficientPrivilegesException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
constructor(opts: __ExceptionOptionType<InsufficientPrivilegesException, __BaseException>);
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <p>A generic service exception has occurred.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export declare class ElasticBeanstalkServiceException extends __BaseException {
|
|
21
|
+
readonly name: "ElasticBeanstalkServiceException";
|
|
22
|
+
readonly $fault: "client";
|
|
23
|
+
/**
|
|
24
|
+
* @internal
|
|
25
|
+
*/
|
|
26
|
+
constructor(opts: __ExceptionOptionType<ElasticBeanstalkServiceException, __BaseException>);
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* <p>Cannot modify the managed action in its current state.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export declare class ManagedActionInvalidStateException extends __BaseException {
|
|
33
|
+
readonly name: "ManagedActionInvalidStateException";
|
|
34
|
+
readonly $fault: "client";
|
|
35
|
+
/**
|
|
36
|
+
* @internal
|
|
37
|
+
*/
|
|
38
|
+
constructor(opts: __ExceptionOptionType<ManagedActionInvalidStateException, __BaseException>);
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* <p>The specified account has reached its limit of environments.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export declare class TooManyEnvironmentsException extends __BaseException {
|
|
45
|
+
readonly name: "TooManyEnvironmentsException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
/**
|
|
48
|
+
* @internal
|
|
49
|
+
*/
|
|
50
|
+
constructor(opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* <p>The specified account has reached its limit of applications.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export declare class TooManyApplicationsException extends __BaseException {
|
|
57
|
+
readonly name: "TooManyApplicationsException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
constructor(opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* <p>AWS CodeBuild is not available in the specified region.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export declare class CodeBuildNotInServiceRegionException extends __BaseException {
|
|
69
|
+
readonly name: "CodeBuildNotInServiceRegionException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
74
|
+
constructor(opts: __ExceptionOptionType<CodeBuildNotInServiceRegionException, __BaseException>);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* <p>The specified S3 bucket does not belong to the S3 region in which the service is
|
|
78
|
+
* running. The following regions are supported:</p>
|
|
79
|
+
* <ul>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>IAD/us-east-1</p>
|
|
82
|
+
* </li>
|
|
83
|
+
* <li>
|
|
84
|
+
* <p>PDX/us-west-2</p>
|
|
85
|
+
* </li>
|
|
86
|
+
* <li>
|
|
87
|
+
* <p>DUB/eu-west-1</p>
|
|
88
|
+
* </li>
|
|
89
|
+
* </ul>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class S3LocationNotInServiceRegionException extends __BaseException {
|
|
93
|
+
readonly name: "S3LocationNotInServiceRegionException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
constructor(opts: __ExceptionOptionType<S3LocationNotInServiceRegionException, __BaseException>);
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* <p>The specified account has reached its limit of application versions.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
export declare class TooManyApplicationVersionsException extends __BaseException {
|
|
105
|
+
readonly name: "TooManyApplicationVersionsException";
|
|
106
|
+
readonly $fault: "client";
|
|
107
|
+
/**
|
|
108
|
+
* @internal
|
|
109
|
+
*/
|
|
110
|
+
constructor(opts: __ExceptionOptionType<TooManyApplicationVersionsException, __BaseException>);
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* <p>The specified account has reached its limit of Amazon S3 buckets.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export declare class TooManyBucketsException extends __BaseException {
|
|
117
|
+
readonly name: "TooManyBucketsException";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
122
|
+
constructor(opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* <p>The specified account has reached its limit of configuration templates.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
export declare class TooManyConfigurationTemplatesException extends __BaseException {
|
|
129
|
+
readonly name: "TooManyConfigurationTemplatesException";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
/**
|
|
132
|
+
* @internal
|
|
133
|
+
*/
|
|
134
|
+
constructor(opts: __ExceptionOptionType<TooManyConfigurationTemplatesException, __BaseException>);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* <p>You have exceeded the maximum number of allowed platforms associated with the account.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
export declare class TooManyPlatformsException extends __BaseException {
|
|
141
|
+
readonly name: "TooManyPlatformsException";
|
|
142
|
+
readonly $fault: "client";
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
146
|
+
constructor(opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>);
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* <p>The specified account does not have a subscription to Amazon S3.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
export declare class S3SubscriptionRequiredException extends __BaseException {
|
|
153
|
+
readonly name: "S3SubscriptionRequiredException";
|
|
154
|
+
readonly $fault: "client";
|
|
155
|
+
/**
|
|
156
|
+
* @internal
|
|
157
|
+
*/
|
|
158
|
+
constructor(opts: __ExceptionOptionType<S3SubscriptionRequiredException, __BaseException>);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* <p>Unable to perform the specified operation because another operation that effects an
|
|
162
|
+
* element in this activity is already in progress.</p>
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
export declare class OperationInProgressException extends __BaseException {
|
|
166
|
+
readonly name: "OperationInProgressException";
|
|
167
|
+
readonly $fault: "client";
|
|
168
|
+
/**
|
|
169
|
+
* @internal
|
|
170
|
+
*/
|
|
171
|
+
constructor(opts: __ExceptionOptionType<OperationInProgressException, __BaseException>);
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* <p>Unable to delete the Amazon S3 source bundle associated with the application version.
|
|
175
|
+
* The application version was deleted successfully.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
export declare class SourceBundleDeletionException extends __BaseException {
|
|
179
|
+
readonly name: "SourceBundleDeletionException";
|
|
180
|
+
readonly $fault: "client";
|
|
181
|
+
/**
|
|
182
|
+
* @internal
|
|
183
|
+
*/
|
|
184
|
+
constructor(opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>);
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* <p>You cannot delete the platform version because there are still environments running on it.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export declare class PlatformVersionStillReferencedException extends __BaseException {
|
|
191
|
+
readonly name: "PlatformVersionStillReferencedException";
|
|
192
|
+
readonly $fault: "client";
|
|
193
|
+
/**
|
|
194
|
+
* @internal
|
|
195
|
+
*/
|
|
196
|
+
constructor(opts: __ExceptionOptionType<PlatformVersionStillReferencedException, __BaseException>);
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* <p>One or more input parameters is not valid. Please correct the input parameters and try
|
|
200
|
+
* the operation again.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
204
|
+
readonly name: "InvalidRequestException";
|
|
205
|
+
readonly $fault: "client";
|
|
206
|
+
/**
|
|
207
|
+
* @internal
|
|
208
|
+
*/
|
|
209
|
+
constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* <p>A resource doesn't exist for the specified Amazon Resource Name (ARN).</p>
|
|
213
|
+
* @public
|
|
214
|
+
*/
|
|
215
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
216
|
+
readonly name: "ResourceNotFoundException";
|
|
217
|
+
readonly $fault: "client";
|
|
218
|
+
/**
|
|
219
|
+
* @internal
|
|
220
|
+
*/
|
|
221
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* <p>The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.</p>
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
228
|
+
readonly name: "ResourceTypeNotSupportedException";
|
|
229
|
+
readonly $fault: "client";
|
|
230
|
+
/**
|
|
231
|
+
* @internal
|
|
232
|
+
*/
|
|
233
|
+
constructor(opts: __ExceptionOptionType<ResourceTypeNotSupportedException, __BaseException>);
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* <p>The number of tags in the resource would exceed the number of tags that each resource
|
|
237
|
+
* can have.</p>
|
|
238
|
+
* <p>To calculate this, the operation considers both the number of tags the resource already has
|
|
239
|
+
* and the tags this operation would add if it succeeded.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
243
|
+
readonly name: "TooManyTagsException";
|
|
244
|
+
readonly $fault: "client";
|
|
245
|
+
/**
|
|
246
|
+
* @internal
|
|
247
|
+
*/
|
|
248
|
+
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
249
|
+
}
|