@aws-sdk/client-elastic-beanstalk 3.952.0 → 3.954.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 +667 -466
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AbortEnvironmentUpdateCommand.js +2 -2
- package/dist-es/commands/ApplyEnvironmentManagedActionCommand.js +2 -2
- package/dist-es/commands/AssociateEnvironmentOperationsRoleCommand.js +2 -2
- package/dist-es/commands/CheckDNSAvailabilityCommand.js +2 -2
- package/dist-es/commands/ComposeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/CreateConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-es/commands/CreatePlatformVersionCommand.js +2 -2
- package/dist-es/commands/CreateStorageLocationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationVersionCommand.js +2 -2
- package/dist-es/commands/DeleteConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteEnvironmentConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePlatformVersionCommand.js +2 -2
- package/dist-es/commands/DescribeAccountAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationVersionsCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationOptionsCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationSettingsCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentHealthCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentManagedActionHistoryCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentManagedActionsCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentResourcesCommand.js +2 -2
- package/dist-es/commands/DescribeEnvironmentsCommand.js +2 -2
- package/dist-es/commands/DescribeEventsCommand.js +2 -2
- package/dist-es/commands/DescribeInstancesHealthCommand.js +2 -2
- package/dist-es/commands/DescribePlatformVersionCommand.js +2 -2
- package/dist-es/commands/DisassociateEnvironmentOperationsRoleCommand.js +2 -2
- package/dist-es/commands/ListAvailableSolutionStacksCommand.js +2 -2
- package/dist-es/commands/ListPlatformBranchesCommand.js +2 -2
- package/dist-es/commands/ListPlatformVersionsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RebuildEnvironmentCommand.js +2 -2
- package/dist-es/commands/RequestEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/RestartAppServerCommand.js +2 -2
- package/dist-es/commands/RetrieveEnvironmentInfoCommand.js +2 -2
- package/dist-es/commands/SwapEnvironmentCNAMEsCommand.js +2 -2
- package/dist-es/commands/TerminateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationResourceLifecycleCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/UpdateConfigurationTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-es/commands/UpdateTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ValidateConfigurationSettingsCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +388 -380
- package/dist-types/ElasticBeanstalkClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +194 -245
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +193 -245
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class ElasticBeanstalkClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class ElasticBeanstalkSyntheticServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, ElasticBeanstalkSyntheticServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class InsufficientPrivilegesException extends ElasticBeanstalkSyntheticServiceException {
|
|
122
122
|
name = "InsufficientPrivilegesException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
constructor(opts) {
|
|
@@ -129,8 +129,8 @@ let InsufficientPrivilegesException$1 = class InsufficientPrivilegesException ex
|
|
|
129
129
|
});
|
|
130
130
|
Object.setPrototypeOf(this, InsufficientPrivilegesException.prototype);
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class ElasticBeanstalkServiceException extends ElasticBeanstalkSyntheticServiceException {
|
|
134
134
|
name = "ElasticBeanstalkServiceException";
|
|
135
135
|
$fault = "client";
|
|
136
136
|
constructor(opts) {
|
|
@@ -141,8 +141,8 @@ let ElasticBeanstalkServiceException$1 = class ElasticBeanstalkServiceException
|
|
|
141
141
|
});
|
|
142
142
|
Object.setPrototypeOf(this, ElasticBeanstalkServiceException.prototype);
|
|
143
143
|
}
|
|
144
|
-
}
|
|
145
|
-
|
|
144
|
+
}
|
|
145
|
+
class ManagedActionInvalidStateException extends ElasticBeanstalkSyntheticServiceException {
|
|
146
146
|
name = "ManagedActionInvalidStateException";
|
|
147
147
|
$fault = "client";
|
|
148
148
|
constructor(opts) {
|
|
@@ -153,8 +153,8 @@ let ManagedActionInvalidStateException$1 = class ManagedActionInvalidStateExcept
|
|
|
153
153
|
});
|
|
154
154
|
Object.setPrototypeOf(this, ManagedActionInvalidStateException.prototype);
|
|
155
155
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
156
|
+
}
|
|
157
|
+
class TooManyEnvironmentsException extends ElasticBeanstalkSyntheticServiceException {
|
|
158
158
|
name = "TooManyEnvironmentsException";
|
|
159
159
|
$fault = "client";
|
|
160
160
|
constructor(opts) {
|
|
@@ -165,8 +165,8 @@ let TooManyEnvironmentsException$1 = class TooManyEnvironmentsException extends
|
|
|
165
165
|
});
|
|
166
166
|
Object.setPrototypeOf(this, TooManyEnvironmentsException.prototype);
|
|
167
167
|
}
|
|
168
|
-
}
|
|
169
|
-
|
|
168
|
+
}
|
|
169
|
+
class TooManyApplicationsException extends ElasticBeanstalkSyntheticServiceException {
|
|
170
170
|
name = "TooManyApplicationsException";
|
|
171
171
|
$fault = "client";
|
|
172
172
|
constructor(opts) {
|
|
@@ -177,8 +177,8 @@ let TooManyApplicationsException$1 = class TooManyApplicationsException extends
|
|
|
177
177
|
});
|
|
178
178
|
Object.setPrototypeOf(this, TooManyApplicationsException.prototype);
|
|
179
179
|
}
|
|
180
|
-
}
|
|
181
|
-
|
|
180
|
+
}
|
|
181
|
+
class CodeBuildNotInServiceRegionException extends ElasticBeanstalkSyntheticServiceException {
|
|
182
182
|
name = "CodeBuildNotInServiceRegionException";
|
|
183
183
|
$fault = "client";
|
|
184
184
|
constructor(opts) {
|
|
@@ -189,8 +189,8 @@ let CodeBuildNotInServiceRegionException$1 = class CodeBuildNotInServiceRegionEx
|
|
|
189
189
|
});
|
|
190
190
|
Object.setPrototypeOf(this, CodeBuildNotInServiceRegionException.prototype);
|
|
191
191
|
}
|
|
192
|
-
}
|
|
193
|
-
|
|
192
|
+
}
|
|
193
|
+
class S3LocationNotInServiceRegionException extends ElasticBeanstalkSyntheticServiceException {
|
|
194
194
|
name = "S3LocationNotInServiceRegionException";
|
|
195
195
|
$fault = "client";
|
|
196
196
|
constructor(opts) {
|
|
@@ -201,8 +201,8 @@ let S3LocationNotInServiceRegionException$1 = class S3LocationNotInServiceRegion
|
|
|
201
201
|
});
|
|
202
202
|
Object.setPrototypeOf(this, S3LocationNotInServiceRegionException.prototype);
|
|
203
203
|
}
|
|
204
|
-
}
|
|
205
|
-
|
|
204
|
+
}
|
|
205
|
+
class TooManyApplicationVersionsException extends ElasticBeanstalkSyntheticServiceException {
|
|
206
206
|
name = "TooManyApplicationVersionsException";
|
|
207
207
|
$fault = "client";
|
|
208
208
|
constructor(opts) {
|
|
@@ -213,8 +213,8 @@ let TooManyApplicationVersionsException$1 = class TooManyApplicationVersionsExce
|
|
|
213
213
|
});
|
|
214
214
|
Object.setPrototypeOf(this, TooManyApplicationVersionsException.prototype);
|
|
215
215
|
}
|
|
216
|
-
}
|
|
217
|
-
|
|
216
|
+
}
|
|
217
|
+
class TooManyBucketsException extends ElasticBeanstalkSyntheticServiceException {
|
|
218
218
|
name = "TooManyBucketsException";
|
|
219
219
|
$fault = "client";
|
|
220
220
|
constructor(opts) {
|
|
@@ -225,8 +225,8 @@ let TooManyBucketsException$1 = class TooManyBucketsException extends ElasticBea
|
|
|
225
225
|
});
|
|
226
226
|
Object.setPrototypeOf(this, TooManyBucketsException.prototype);
|
|
227
227
|
}
|
|
228
|
-
}
|
|
229
|
-
|
|
228
|
+
}
|
|
229
|
+
class TooManyConfigurationTemplatesException extends ElasticBeanstalkSyntheticServiceException {
|
|
230
230
|
name = "TooManyConfigurationTemplatesException";
|
|
231
231
|
$fault = "client";
|
|
232
232
|
constructor(opts) {
|
|
@@ -237,8 +237,8 @@ let TooManyConfigurationTemplatesException$1 = class TooManyConfigurationTemplat
|
|
|
237
237
|
});
|
|
238
238
|
Object.setPrototypeOf(this, TooManyConfigurationTemplatesException.prototype);
|
|
239
239
|
}
|
|
240
|
-
}
|
|
241
|
-
|
|
240
|
+
}
|
|
241
|
+
class TooManyPlatformsException extends ElasticBeanstalkSyntheticServiceException {
|
|
242
242
|
name = "TooManyPlatformsException";
|
|
243
243
|
$fault = "client";
|
|
244
244
|
constructor(opts) {
|
|
@@ -249,8 +249,8 @@ let TooManyPlatformsException$1 = class TooManyPlatformsException extends Elasti
|
|
|
249
249
|
});
|
|
250
250
|
Object.setPrototypeOf(this, TooManyPlatformsException.prototype);
|
|
251
251
|
}
|
|
252
|
-
}
|
|
253
|
-
|
|
252
|
+
}
|
|
253
|
+
class S3SubscriptionRequiredException extends ElasticBeanstalkSyntheticServiceException {
|
|
254
254
|
name = "S3SubscriptionRequiredException";
|
|
255
255
|
$fault = "client";
|
|
256
256
|
constructor(opts) {
|
|
@@ -261,8 +261,8 @@ let S3SubscriptionRequiredException$1 = class S3SubscriptionRequiredException ex
|
|
|
261
261
|
});
|
|
262
262
|
Object.setPrototypeOf(this, S3SubscriptionRequiredException.prototype);
|
|
263
263
|
}
|
|
264
|
-
}
|
|
265
|
-
|
|
264
|
+
}
|
|
265
|
+
class OperationInProgressException extends ElasticBeanstalkSyntheticServiceException {
|
|
266
266
|
name = "OperationInProgressException";
|
|
267
267
|
$fault = "client";
|
|
268
268
|
constructor(opts) {
|
|
@@ -273,8 +273,8 @@ let OperationInProgressException$1 = class OperationInProgressException extends
|
|
|
273
273
|
});
|
|
274
274
|
Object.setPrototypeOf(this, OperationInProgressException.prototype);
|
|
275
275
|
}
|
|
276
|
-
}
|
|
277
|
-
|
|
276
|
+
}
|
|
277
|
+
class SourceBundleDeletionException extends ElasticBeanstalkSyntheticServiceException {
|
|
278
278
|
name = "SourceBundleDeletionException";
|
|
279
279
|
$fault = "client";
|
|
280
280
|
constructor(opts) {
|
|
@@ -285,8 +285,8 @@ let SourceBundleDeletionException$1 = class SourceBundleDeletionException extend
|
|
|
285
285
|
});
|
|
286
286
|
Object.setPrototypeOf(this, SourceBundleDeletionException.prototype);
|
|
287
287
|
}
|
|
288
|
-
}
|
|
289
|
-
|
|
288
|
+
}
|
|
289
|
+
class PlatformVersionStillReferencedException extends ElasticBeanstalkSyntheticServiceException {
|
|
290
290
|
name = "PlatformVersionStillReferencedException";
|
|
291
291
|
$fault = "client";
|
|
292
292
|
constructor(opts) {
|
|
@@ -297,8 +297,8 @@ let PlatformVersionStillReferencedException$1 = class PlatformVersionStillRefere
|
|
|
297
297
|
});
|
|
298
298
|
Object.setPrototypeOf(this, PlatformVersionStillReferencedException.prototype);
|
|
299
299
|
}
|
|
300
|
-
}
|
|
301
|
-
|
|
300
|
+
}
|
|
301
|
+
class InvalidRequestException extends ElasticBeanstalkSyntheticServiceException {
|
|
302
302
|
name = "InvalidRequestException";
|
|
303
303
|
$fault = "client";
|
|
304
304
|
constructor(opts) {
|
|
@@ -309,8 +309,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends ElasticBea
|
|
|
309
309
|
});
|
|
310
310
|
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
311
311
|
}
|
|
312
|
-
}
|
|
313
|
-
|
|
312
|
+
}
|
|
313
|
+
class ResourceNotFoundException extends ElasticBeanstalkSyntheticServiceException {
|
|
314
314
|
name = "ResourceNotFoundException";
|
|
315
315
|
$fault = "client";
|
|
316
316
|
constructor(opts) {
|
|
@@ -321,8 +321,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Elasti
|
|
|
321
321
|
});
|
|
322
322
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
323
323
|
}
|
|
324
|
-
}
|
|
325
|
-
|
|
324
|
+
}
|
|
325
|
+
class ResourceTypeNotSupportedException extends ElasticBeanstalkSyntheticServiceException {
|
|
326
326
|
name = "ResourceTypeNotSupportedException";
|
|
327
327
|
$fault = "client";
|
|
328
328
|
constructor(opts) {
|
|
@@ -333,8 +333,8 @@ let ResourceTypeNotSupportedException$1 = class ResourceTypeNotSupportedExceptio
|
|
|
333
333
|
});
|
|
334
334
|
Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
|
|
335
335
|
}
|
|
336
|
-
}
|
|
337
|
-
|
|
336
|
+
}
|
|
337
|
+
class TooManyTagsException extends ElasticBeanstalkSyntheticServiceException {
|
|
338
338
|
name = "TooManyTagsException";
|
|
339
339
|
$fault = "client";
|
|
340
340
|
constructor(opts) {
|
|
@@ -345,7 +345,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends ElasticBeanstalk
|
|
|
345
345
|
});
|
|
346
346
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
347
347
|
}
|
|
348
|
-
}
|
|
348
|
+
}
|
|
349
349
|
|
|
350
350
|
const _A = "Application";
|
|
351
351
|
const _AA = "ApplicationArn";
|
|
@@ -790,24 +790,24 @@ const _hE = "httpError";
|
|
|
790
790
|
const _m = "message";
|
|
791
791
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.elasticbeanstalk";
|
|
792
792
|
const n0 = "com.amazonaws.elasticbeanstalk";
|
|
793
|
-
var AbortEnvironmentUpdateMessage = [3, n0, _AEUM, 0, [_EI, _EN], [0, 0]];
|
|
794
|
-
var ApplicationDescription = [
|
|
793
|
+
var AbortEnvironmentUpdateMessage$ = [3, n0, _AEUM, 0, [_EI, _EN], [0, 0]];
|
|
794
|
+
var ApplicationDescription$ = [
|
|
795
795
|
3,
|
|
796
796
|
n0,
|
|
797
797
|
_AD,
|
|
798
798
|
0,
|
|
799
799
|
[_AA, _AN, _D, _DC, _DU, _V, _CT, _RLC],
|
|
800
|
-
[0, 0, 0, 4, 4, 64 | 0, 64 | 0, () => ApplicationResourceLifecycleConfig],
|
|
800
|
+
[0, 0, 0, 4, 4, 64 | 0, 64 | 0, () => ApplicationResourceLifecycleConfig$],
|
|
801
801
|
];
|
|
802
|
-
var ApplicationDescriptionMessage = [
|
|
802
|
+
var ApplicationDescriptionMessage$ = [
|
|
803
803
|
3,
|
|
804
804
|
n0,
|
|
805
805
|
_ADM,
|
|
806
806
|
0,
|
|
807
807
|
[_A],
|
|
808
|
-
[() => ApplicationDescription],
|
|
808
|
+
[() => ApplicationDescription$],
|
|
809
809
|
];
|
|
810
|
-
var ApplicationDescriptionsMessage = [
|
|
810
|
+
var ApplicationDescriptionsMessage$ = [
|
|
811
811
|
3,
|
|
812
812
|
n0,
|
|
813
813
|
_ADMp,
|
|
@@ -815,47 +815,47 @@ var ApplicationDescriptionsMessage = [
|
|
|
815
815
|
[_Ap],
|
|
816
816
|
[() => ApplicationDescriptionList],
|
|
817
817
|
];
|
|
818
|
-
var ApplicationMetrics = [
|
|
818
|
+
var ApplicationMetrics$ = [
|
|
819
819
|
3,
|
|
820
820
|
n0,
|
|
821
821
|
_AM,
|
|
822
822
|
0,
|
|
823
823
|
[_Du, _RC, _SC, _L],
|
|
824
|
-
[1, 1, () => StatusCodes
|
|
824
|
+
[1, 1, () => StatusCodes$, () => Latency$],
|
|
825
825
|
];
|
|
826
|
-
var ApplicationResourceLifecycleConfig = [
|
|
826
|
+
var ApplicationResourceLifecycleConfig$ = [
|
|
827
827
|
3,
|
|
828
828
|
n0,
|
|
829
829
|
_ARLC,
|
|
830
830
|
0,
|
|
831
831
|
[_SR, _VLC],
|
|
832
|
-
[0, () => ApplicationVersionLifecycleConfig],
|
|
832
|
+
[0, () => ApplicationVersionLifecycleConfig$],
|
|
833
833
|
];
|
|
834
|
-
var ApplicationResourceLifecycleDescriptionMessage = [
|
|
834
|
+
var ApplicationResourceLifecycleDescriptionMessage$ = [
|
|
835
835
|
3,
|
|
836
836
|
n0,
|
|
837
837
|
_ARLDM,
|
|
838
838
|
0,
|
|
839
839
|
[_AN, _RLC],
|
|
840
|
-
[0, () => ApplicationResourceLifecycleConfig],
|
|
840
|
+
[0, () => ApplicationResourceLifecycleConfig$],
|
|
841
841
|
];
|
|
842
|
-
var ApplicationVersionDescription = [
|
|
842
|
+
var ApplicationVersionDescription$ = [
|
|
843
843
|
3,
|
|
844
844
|
n0,
|
|
845
845
|
_AVD,
|
|
846
846
|
0,
|
|
847
847
|
[_AVA, _AN, _D, _VL, _SBI, _BA, _SB, _DC, _DU, _S],
|
|
848
|
-
[0, 0, 0, 0, () => SourceBuildInformation
|
|
848
|
+
[0, 0, 0, 0, () => SourceBuildInformation$, 0, () => S3Location$, 4, 4, 0],
|
|
849
849
|
];
|
|
850
|
-
var ApplicationVersionDescriptionMessage = [
|
|
850
|
+
var ApplicationVersionDescriptionMessage$ = [
|
|
851
851
|
3,
|
|
852
852
|
n0,
|
|
853
853
|
_AVDM,
|
|
854
854
|
0,
|
|
855
855
|
[_AV],
|
|
856
|
-
[() => ApplicationVersionDescription],
|
|
856
|
+
[() => ApplicationVersionDescription$],
|
|
857
857
|
];
|
|
858
|
-
var ApplicationVersionDescriptionsMessage = [
|
|
858
|
+
var ApplicationVersionDescriptionsMessage$ = [
|
|
859
859
|
3,
|
|
860
860
|
n0,
|
|
861
861
|
_AVDMp,
|
|
@@ -863,16 +863,23 @@ var ApplicationVersionDescriptionsMessage = [
|
|
|
863
863
|
[_AVp, _NT],
|
|
864
864
|
[() => ApplicationVersionDescriptionList, 0],
|
|
865
865
|
];
|
|
866
|
-
var ApplicationVersionLifecycleConfig = [
|
|
866
|
+
var ApplicationVersionLifecycleConfig$ = [
|
|
867
867
|
3,
|
|
868
868
|
n0,
|
|
869
869
|
_AVLC,
|
|
870
870
|
0,
|
|
871
871
|
[_MCR, _MAR],
|
|
872
|
-
[() => MaxCountRule
|
|
872
|
+
[() => MaxCountRule$, () => MaxAgeRule$],
|
|
873
873
|
];
|
|
874
|
-
var ApplyEnvironmentManagedActionRequest = [
|
|
875
|
-
|
|
874
|
+
var ApplyEnvironmentManagedActionRequest$ = [
|
|
875
|
+
3,
|
|
876
|
+
n0,
|
|
877
|
+
_AEMAR,
|
|
878
|
+
0,
|
|
879
|
+
[_EN, _EI, _AI],
|
|
880
|
+
[0, 0, 0],
|
|
881
|
+
];
|
|
882
|
+
var ApplyEnvironmentManagedActionResult$ = [
|
|
876
883
|
3,
|
|
877
884
|
n0,
|
|
878
885
|
_AEMARp,
|
|
@@ -880,13 +887,13 @@ var ApplyEnvironmentManagedActionResult = [
|
|
|
880
887
|
[_AI, _ADc, _AT, _S],
|
|
881
888
|
[0, 0, 0, 0],
|
|
882
889
|
];
|
|
883
|
-
var AssociateEnvironmentOperationsRoleMessage = [3, n0, _AEORM, 0, [_EN, _OR], [0, 0]];
|
|
884
|
-
var AutoScalingGroup = [3, n0, _ASG, 0, [_N], [0]];
|
|
885
|
-
var BuildConfiguration = [3, n0, _BC, 0, [_ANr, _CBSR, _CTo, _I, _TIM], [0, 0, 0, 0, 1]];
|
|
886
|
-
var Builder = [3, n0, _B, 0, [_ARN], [0]];
|
|
887
|
-
var CheckDNSAvailabilityMessage = [3, n0, _CDNSAM, 0, [_CNAMEP], [0]];
|
|
888
|
-
var CheckDNSAvailabilityResultMessage = [3, n0, _CDNSARM, 0, [_Av, _FQCNAME], [2, 0]];
|
|
889
|
-
var CodeBuildNotInServiceRegionException = [
|
|
890
|
+
var AssociateEnvironmentOperationsRoleMessage$ = [3, n0, _AEORM, 0, [_EN, _OR], [0, 0]];
|
|
891
|
+
var AutoScalingGroup$ = [3, n0, _ASG, 0, [_N], [0]];
|
|
892
|
+
var BuildConfiguration$ = [3, n0, _BC, 0, [_ANr, _CBSR, _CTo, _I, _TIM], [0, 0, 0, 0, 1]];
|
|
893
|
+
var Builder$ = [3, n0, _B, 0, [_ARN], [0]];
|
|
894
|
+
var CheckDNSAvailabilityMessage$ = [3, n0, _CDNSAM, 0, [_CNAMEP], [0]];
|
|
895
|
+
var CheckDNSAvailabilityResultMessage$ = [3, n0, _CDNSARM, 0, [_Av, _FQCNAME], [2, 0]];
|
|
896
|
+
var CodeBuildNotInServiceRegionException$ = [
|
|
890
897
|
-3,
|
|
891
898
|
n0,
|
|
892
899
|
_CBNISRE,
|
|
@@ -894,17 +901,17 @@ var CodeBuildNotInServiceRegionException = [
|
|
|
894
901
|
[_m],
|
|
895
902
|
[0],
|
|
896
903
|
];
|
|
897
|
-
schema.TypeRegistry.for(n0).registerError(CodeBuildNotInServiceRegionException
|
|
898
|
-
var ComposeEnvironmentsMessage = [3, n0, _CEM, 0, [_AN, _GN, _VLe], [0, 0, 64 | 0]];
|
|
899
|
-
var ConfigurationOptionDescription = [
|
|
904
|
+
schema.TypeRegistry.for(n0).registerError(CodeBuildNotInServiceRegionException$, CodeBuildNotInServiceRegionException);
|
|
905
|
+
var ComposeEnvironmentsMessage$ = [3, n0, _CEM, 0, [_AN, _GN, _VLe], [0, 0, 64 | 0]];
|
|
906
|
+
var ConfigurationOptionDescription$ = [
|
|
900
907
|
3,
|
|
901
908
|
n0,
|
|
902
909
|
_COD,
|
|
903
910
|
0,
|
|
904
911
|
[_Na, _N, _DV, _CS, _UD, _VT, _VO, _MV, _MVa, _ML, _R],
|
|
905
|
-
[0, 0, 0, 0, 2, 0, 64 | 0, 1, 1, 1, () => OptionRestrictionRegex],
|
|
912
|
+
[0, 0, 0, 0, 2, 0, 64 | 0, 1, 1, 1, () => OptionRestrictionRegex$],
|
|
906
913
|
];
|
|
907
|
-
var ConfigurationOptionsDescription = [
|
|
914
|
+
var ConfigurationOptionsDescription$ = [
|
|
908
915
|
3,
|
|
909
916
|
n0,
|
|
910
917
|
_CODo,
|
|
@@ -912,8 +919,8 @@ var ConfigurationOptionsDescription = [
|
|
|
912
919
|
[_SSN, _PA, _O],
|
|
913
920
|
[0, 0, () => ConfigurationOptionDescriptionsList],
|
|
914
921
|
];
|
|
915
|
-
var ConfigurationOptionSetting = [3, n0, _COS, 0, [_RN, _Na, _ON, _Va], [0, 0, 0, 0]];
|
|
916
|
-
var ConfigurationSettingsDescription = [
|
|
922
|
+
var ConfigurationOptionSetting$ = [3, n0, _COS, 0, [_RN, _Na, _ON, _Va], [0, 0, 0, 0]];
|
|
923
|
+
var ConfigurationSettingsDescription$ = [
|
|
917
924
|
3,
|
|
918
925
|
n0,
|
|
919
926
|
_CSD,
|
|
@@ -921,7 +928,7 @@ var ConfigurationSettingsDescription = [
|
|
|
921
928
|
[_SSN, _PA, _AN, _TN, _D, _EN, _DS, _DC, _DU, _OS],
|
|
922
929
|
[0, 0, 0, 0, 0, 0, 0, 4, 4, () => ConfigurationOptionSettingsList],
|
|
923
930
|
];
|
|
924
|
-
var ConfigurationSettingsDescriptions = [
|
|
931
|
+
var ConfigurationSettingsDescriptions$ = [
|
|
925
932
|
3,
|
|
926
933
|
n0,
|
|
927
934
|
_CSDo,
|
|
@@ -929,7 +936,7 @@ var ConfigurationSettingsDescriptions = [
|
|
|
929
936
|
[_CSo],
|
|
930
937
|
[() => ConfigurationSettingsDescriptionList],
|
|
931
938
|
];
|
|
932
|
-
var ConfigurationSettingsValidationMessages = [
|
|
939
|
+
var ConfigurationSettingsValidationMessages$ = [
|
|
933
940
|
3,
|
|
934
941
|
n0,
|
|
935
942
|
_CSVM,
|
|
@@ -937,7 +944,7 @@ var ConfigurationSettingsValidationMessages = [
|
|
|
937
944
|
[_M],
|
|
938
945
|
[() => ValidationMessagesList],
|
|
939
946
|
];
|
|
940
|
-
var CPUUtilization = [
|
|
947
|
+
var CPUUtilization$ = [
|
|
941
948
|
3,
|
|
942
949
|
n0,
|
|
943
950
|
_CPUU,
|
|
@@ -945,31 +952,31 @@ var CPUUtilization = [
|
|
|
945
952
|
[_U, _Ni, _Sy, _Id, _IOW, _IRQ, _SIRQ, _P],
|
|
946
953
|
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
947
954
|
];
|
|
948
|
-
var CreateApplicationMessage = [
|
|
955
|
+
var CreateApplicationMessage$ = [
|
|
949
956
|
3,
|
|
950
957
|
n0,
|
|
951
958
|
_CAM,
|
|
952
959
|
0,
|
|
953
960
|
[_AN, _D, _RLC, _T],
|
|
954
|
-
[0, 0, () => ApplicationResourceLifecycleConfig
|
|
961
|
+
[0, 0, () => ApplicationResourceLifecycleConfig$, () => Tags],
|
|
955
962
|
];
|
|
956
|
-
var CreateApplicationVersionMessage = [
|
|
963
|
+
var CreateApplicationVersionMessage$ = [
|
|
957
964
|
3,
|
|
958
965
|
n0,
|
|
959
966
|
_CAVM,
|
|
960
967
|
0,
|
|
961
968
|
[_AN, _VL, _D, _SBI, _SB, _BC, _ACA, _Pr, _T],
|
|
962
|
-
[0, 0, 0, () => SourceBuildInformation
|
|
969
|
+
[0, 0, 0, () => SourceBuildInformation$, () => S3Location$, () => BuildConfiguration$, 2, 2, () => Tags],
|
|
963
970
|
];
|
|
964
|
-
var CreateConfigurationTemplateMessage = [
|
|
971
|
+
var CreateConfigurationTemplateMessage$ = [
|
|
965
972
|
3,
|
|
966
973
|
n0,
|
|
967
974
|
_CCTM,
|
|
968
975
|
0,
|
|
969
976
|
[_AN, _TN, _SSN, _PA, _SCo, _EI, _D, _OS, _T],
|
|
970
|
-
[0, 0, 0, 0, () => SourceConfiguration
|
|
977
|
+
[0, 0, 0, 0, () => SourceConfiguration$, 0, 0, () => ConfigurationOptionSettingsList, () => Tags],
|
|
971
978
|
];
|
|
972
|
-
var CreateEnvironmentMessage = [
|
|
979
|
+
var CreateEnvironmentMessage$ = [
|
|
973
980
|
3,
|
|
974
981
|
n0,
|
|
975
982
|
_CEMr,
|
|
@@ -981,7 +988,7 @@ var CreateEnvironmentMessage = [
|
|
|
981
988
|
0,
|
|
982
989
|
0,
|
|
983
990
|
0,
|
|
984
|
-
() => EnvironmentTier
|
|
991
|
+
() => EnvironmentTier$,
|
|
985
992
|
() => Tags,
|
|
986
993
|
0,
|
|
987
994
|
0,
|
|
@@ -992,34 +999,34 @@ var CreateEnvironmentMessage = [
|
|
|
992
999
|
0,
|
|
993
1000
|
],
|
|
994
1001
|
];
|
|
995
|
-
var CreatePlatformVersionRequest = [
|
|
1002
|
+
var CreatePlatformVersionRequest$ = [
|
|
996
1003
|
3,
|
|
997
1004
|
n0,
|
|
998
1005
|
_CPVR,
|
|
999
1006
|
0,
|
|
1000
1007
|
[_PN, _PV, _PDB, _EN, _OS, _T],
|
|
1001
|
-
[0, 0, () => S3Location
|
|
1008
|
+
[0, 0, () => S3Location$, 0, () => ConfigurationOptionSettingsList, () => Tags],
|
|
1002
1009
|
];
|
|
1003
|
-
var CreatePlatformVersionResult = [
|
|
1010
|
+
var CreatePlatformVersionResult$ = [
|
|
1004
1011
|
3,
|
|
1005
1012
|
n0,
|
|
1006
1013
|
_CPVRr,
|
|
1007
1014
|
0,
|
|
1008
1015
|
[_PS, _B],
|
|
1009
|
-
[() => PlatformSummary
|
|
1010
|
-
];
|
|
1011
|
-
var CreateStorageLocationResultMessage = [3, n0, _CSLRM, 0, [_SBu], [0]];
|
|
1012
|
-
var CustomAmi = [3, n0, _CA, 0, [_VTi, _II], [0, 0]];
|
|
1013
|
-
var DeleteApplicationMessage = [3, n0, _DAM, 0, [_AN, _TEBF], [0, 2]];
|
|
1014
|
-
var DeleteApplicationVersionMessage = [3, n0, _DAVM, 0, [_AN, _VL, _DSB], [0, 0, 2]];
|
|
1015
|
-
var DeleteConfigurationTemplateMessage = [3, n0, _DCTM, 0, [_AN, _TN], [0, 0]];
|
|
1016
|
-
var DeleteEnvironmentConfigurationMessage = [3, n0, _DECM, 0, [_AN, _EN], [0, 0]];
|
|
1017
|
-
var DeletePlatformVersionRequest = [3, n0, _DPVR, 0, [_PA], [0]];
|
|
1018
|
-
var DeletePlatformVersionResult = [3, n0, _DPVRe, 0, [_PS], [() => PlatformSummary]];
|
|
1019
|
-
var Deployment = [3, n0, _De, 0, [_VL, _DI, _S, _DT], [0, 1, 0, 4]];
|
|
1020
|
-
var DescribeAccountAttributesResult = [3, n0, _DAAR, 0, [_RQ], [() => ResourceQuotas]];
|
|
1021
|
-
var DescribeApplicationsMessage = [3, n0, _DAMe, 0, [_ANp], [64 | 0]];
|
|
1022
|
-
var DescribeApplicationVersionsMessage = [
|
|
1016
|
+
[() => PlatformSummary$, () => Builder$],
|
|
1017
|
+
];
|
|
1018
|
+
var CreateStorageLocationResultMessage$ = [3, n0, _CSLRM, 0, [_SBu], [0]];
|
|
1019
|
+
var CustomAmi$ = [3, n0, _CA, 0, [_VTi, _II], [0, 0]];
|
|
1020
|
+
var DeleteApplicationMessage$ = [3, n0, _DAM, 0, [_AN, _TEBF], [0, 2]];
|
|
1021
|
+
var DeleteApplicationVersionMessage$ = [3, n0, _DAVM, 0, [_AN, _VL, _DSB], [0, 0, 2]];
|
|
1022
|
+
var DeleteConfigurationTemplateMessage$ = [3, n0, _DCTM, 0, [_AN, _TN], [0, 0]];
|
|
1023
|
+
var DeleteEnvironmentConfigurationMessage$ = [3, n0, _DECM, 0, [_AN, _EN], [0, 0]];
|
|
1024
|
+
var DeletePlatformVersionRequest$ = [3, n0, _DPVR, 0, [_PA], [0]];
|
|
1025
|
+
var DeletePlatformVersionResult$ = [3, n0, _DPVRe, 0, [_PS], [() => PlatformSummary$]];
|
|
1026
|
+
var Deployment$ = [3, n0, _De, 0, [_VL, _DI, _S, _DT], [0, 1, 0, 4]];
|
|
1027
|
+
var DescribeAccountAttributesResult$ = [3, n0, _DAAR, 0, [_RQ], [() => ResourceQuotas$]];
|
|
1028
|
+
var DescribeApplicationsMessage$ = [3, n0, _DAMe, 0, [_ANp], [64 | 0]];
|
|
1029
|
+
var DescribeApplicationVersionsMessage$ = [
|
|
1023
1030
|
3,
|
|
1024
1031
|
n0,
|
|
1025
1032
|
_DAVMe,
|
|
@@ -1027,7 +1034,7 @@ var DescribeApplicationVersionsMessage = [
|
|
|
1027
1034
|
[_AN, _VLe, _MR, _NT],
|
|
1028
1035
|
[0, 64 | 0, 1, 0],
|
|
1029
1036
|
];
|
|
1030
|
-
var DescribeConfigurationOptionsMessage = [
|
|
1037
|
+
var DescribeConfigurationOptionsMessage$ = [
|
|
1031
1038
|
3,
|
|
1032
1039
|
n0,
|
|
1033
1040
|
_DCOM,
|
|
@@ -1035,8 +1042,8 @@ var DescribeConfigurationOptionsMessage = [
|
|
|
1035
1042
|
[_AN, _TN, _EN, _SSN, _PA, _O],
|
|
1036
1043
|
[0, 0, 0, 0, 0, () => OptionsSpecifierList],
|
|
1037
1044
|
];
|
|
1038
|
-
var DescribeConfigurationSettingsMessage = [3, n0, _DCSM, 0, [_AN, _TN, _EN], [0, 0, 0]];
|
|
1039
|
-
var DescribeEnvironmentHealthRequest = [
|
|
1045
|
+
var DescribeConfigurationSettingsMessage$ = [3, n0, _DCSM, 0, [_AN, _TN, _EN], [0, 0, 0]];
|
|
1046
|
+
var DescribeEnvironmentHealthRequest$ = [
|
|
1040
1047
|
3,
|
|
1041
1048
|
n0,
|
|
1042
1049
|
_DEHR,
|
|
@@ -1044,15 +1051,15 @@ var DescribeEnvironmentHealthRequest = [
|
|
|
1044
1051
|
[_EN, _EI, _ANt],
|
|
1045
1052
|
[0, 0, 64 | 0],
|
|
1046
1053
|
];
|
|
1047
|
-
var DescribeEnvironmentHealthResult = [
|
|
1054
|
+
var DescribeEnvironmentHealthResult$ = [
|
|
1048
1055
|
3,
|
|
1049
1056
|
n0,
|
|
1050
1057
|
_DEHRe,
|
|
1051
1058
|
0,
|
|
1052
1059
|
[_EN, _HS, _S, _C, _Ca, _AM, _IH, _RA],
|
|
1053
|
-
[0, 0, 0, 0, 64 | 0, () => ApplicationMetrics
|
|
1060
|
+
[0, 0, 0, 0, 64 | 0, () => ApplicationMetrics$, () => InstanceHealthSummary$, 4],
|
|
1054
1061
|
];
|
|
1055
|
-
var DescribeEnvironmentManagedActionHistoryRequest = [
|
|
1062
|
+
var DescribeEnvironmentManagedActionHistoryRequest$ = [
|
|
1056
1063
|
3,
|
|
1057
1064
|
n0,
|
|
1058
1065
|
_DEMAHR,
|
|
@@ -1060,7 +1067,7 @@ var DescribeEnvironmentManagedActionHistoryRequest = [
|
|
|
1060
1067
|
[_EI, _EN, _NT, _MI],
|
|
1061
1068
|
[0, 0, 0, 1],
|
|
1062
1069
|
];
|
|
1063
|
-
var DescribeEnvironmentManagedActionHistoryResult = [
|
|
1070
|
+
var DescribeEnvironmentManagedActionHistoryResult$ = [
|
|
1064
1071
|
3,
|
|
1065
1072
|
n0,
|
|
1066
1073
|
_DEMAHRe,
|
|
@@ -1068,7 +1075,7 @@ var DescribeEnvironmentManagedActionHistoryResult = [
|
|
|
1068
1075
|
[_MAHI, _NT],
|
|
1069
1076
|
[() => ManagedActionHistoryItems, 0],
|
|
1070
1077
|
];
|
|
1071
|
-
var DescribeEnvironmentManagedActionsRequest = [
|
|
1078
|
+
var DescribeEnvironmentManagedActionsRequest$ = [
|
|
1072
1079
|
3,
|
|
1073
1080
|
n0,
|
|
1074
1081
|
_DEMAR,
|
|
@@ -1076,7 +1083,7 @@ var DescribeEnvironmentManagedActionsRequest = [
|
|
|
1076
1083
|
[_EN, _EI, _S],
|
|
1077
1084
|
[0, 0, 0],
|
|
1078
1085
|
];
|
|
1079
|
-
var DescribeEnvironmentManagedActionsResult = [
|
|
1086
|
+
var DescribeEnvironmentManagedActionsResult$ = [
|
|
1080
1087
|
3,
|
|
1081
1088
|
n0,
|
|
1082
1089
|
_DEMARe,
|
|
@@ -1084,8 +1091,8 @@ var DescribeEnvironmentManagedActionsResult = [
|
|
|
1084
1091
|
[_MA],
|
|
1085
1092
|
[() => ManagedActions],
|
|
1086
1093
|
];
|
|
1087
|
-
var DescribeEnvironmentResourcesMessage = [3, n0, _DERM, 0, [_EI, _EN], [0, 0]];
|
|
1088
|
-
var DescribeEnvironmentsMessage = [
|
|
1094
|
+
var DescribeEnvironmentResourcesMessage$ = [3, n0, _DERM, 0, [_EI, _EN], [0, 0]];
|
|
1095
|
+
var DescribeEnvironmentsMessage$ = [
|
|
1089
1096
|
3,
|
|
1090
1097
|
n0,
|
|
1091
1098
|
_DEM,
|
|
@@ -1093,7 +1100,7 @@ var DescribeEnvironmentsMessage = [
|
|
|
1093
1100
|
[_AN, _VL, _EIn, _ENn, _ID, _IDBT, _MR, _NT],
|
|
1094
1101
|
[0, 0, 64 | 0, 64 | 0, 2, 4, 1, 0],
|
|
1095
1102
|
];
|
|
1096
|
-
var DescribeEventsMessage = [
|
|
1103
|
+
var DescribeEventsMessage$ = [
|
|
1097
1104
|
3,
|
|
1098
1105
|
n0,
|
|
1099
1106
|
_DEMe,
|
|
@@ -1101,7 +1108,7 @@ var DescribeEventsMessage = [
|
|
|
1101
1108
|
[_AN, _VL, _TN, _EI, _EN, _PA, _RI, _Se, _ST, _ET, _MR, _NT],
|
|
1102
1109
|
[0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 1, 0],
|
|
1103
1110
|
];
|
|
1104
|
-
var DescribeInstancesHealthRequest = [
|
|
1111
|
+
var DescribeInstancesHealthRequest$ = [
|
|
1105
1112
|
3,
|
|
1106
1113
|
n0,
|
|
1107
1114
|
_DIHR,
|
|
@@ -1109,7 +1116,7 @@ var DescribeInstancesHealthRequest = [
|
|
|
1109
1116
|
[_EN, _EI, _ANt, _NT],
|
|
1110
1117
|
[0, 0, 64 | 0, 0],
|
|
1111
1118
|
];
|
|
1112
|
-
var DescribeInstancesHealthResult = [
|
|
1119
|
+
var DescribeInstancesHealthResult$ = [
|
|
1113
1120
|
3,
|
|
1114
1121
|
n0,
|
|
1115
1122
|
_DIHRe,
|
|
@@ -1117,19 +1124,19 @@ var DescribeInstancesHealthResult = [
|
|
|
1117
1124
|
[_IHL, _RA, _NT],
|
|
1118
1125
|
[() => InstanceHealthList, 4, 0],
|
|
1119
1126
|
];
|
|
1120
|
-
var DescribePlatformVersionRequest = [3, n0, _DPVRes, 0, [_PA], [0]];
|
|
1121
|
-
var DescribePlatformVersionResult = [
|
|
1127
|
+
var DescribePlatformVersionRequest$ = [3, n0, _DPVRes, 0, [_PA], [0]];
|
|
1128
|
+
var DescribePlatformVersionResult$ = [
|
|
1122
1129
|
3,
|
|
1123
1130
|
n0,
|
|
1124
1131
|
_DPVResc,
|
|
1125
1132
|
0,
|
|
1126
1133
|
[_PD],
|
|
1127
|
-
[() => PlatformDescription],
|
|
1134
|
+
[() => PlatformDescription$],
|
|
1128
1135
|
];
|
|
1129
|
-
var DisassociateEnvironmentOperationsRoleMessage = [3, n0, _DEORM, 0, [_EN], [0]];
|
|
1130
|
-
var ElasticBeanstalkServiceException = [-3, n0, _EBSE, { [_e]: _c }, [_m], [0]];
|
|
1131
|
-
schema.TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException
|
|
1132
|
-
var EnvironmentDescription = [
|
|
1136
|
+
var DisassociateEnvironmentOperationsRoleMessage$ = [3, n0, _DEORM, 0, [_EN], [0]];
|
|
1137
|
+
var ElasticBeanstalkServiceException$ = [-3, n0, _EBSE, { [_e]: _c }, [_m], [0]];
|
|
1138
|
+
schema.TypeRegistry.for(n0).registerError(ElasticBeanstalkServiceException$, ElasticBeanstalkServiceException);
|
|
1139
|
+
var EnvironmentDescription$ = [
|
|
1133
1140
|
3,
|
|
1134
1141
|
n0,
|
|
1135
1142
|
_ED,
|
|
@@ -1152,14 +1159,14 @@ var EnvironmentDescription = [
|
|
|
1152
1159
|
2,
|
|
1153
1160
|
0,
|
|
1154
1161
|
0,
|
|
1155
|
-
() => EnvironmentResourcesDescription
|
|
1156
|
-
() => EnvironmentTier
|
|
1162
|
+
() => EnvironmentResourcesDescription$,
|
|
1163
|
+
() => EnvironmentTier$,
|
|
1157
1164
|
() => EnvironmentLinks,
|
|
1158
1165
|
0,
|
|
1159
1166
|
0,
|
|
1160
1167
|
],
|
|
1161
1168
|
];
|
|
1162
|
-
var EnvironmentDescriptionsMessage = [
|
|
1169
|
+
var EnvironmentDescriptionsMessage$ = [
|
|
1163
1170
|
3,
|
|
1164
1171
|
n0,
|
|
1165
1172
|
_EDM,
|
|
@@ -1167,9 +1174,9 @@ var EnvironmentDescriptionsMessage = [
|
|
|
1167
1174
|
[_E, _NT],
|
|
1168
1175
|
[() => EnvironmentDescriptionsList, 0],
|
|
1169
1176
|
];
|
|
1170
|
-
var EnvironmentInfoDescription = [3, n0, _EID, 0, [_IT, _EII, _STa, _Me], [0, 0, 4, 0]];
|
|
1171
|
-
var EnvironmentLink = [3, n0, _ELn, 0, [_LN, _EN], [0, 0]];
|
|
1172
|
-
var EnvironmentResourceDescription = [
|
|
1177
|
+
var EnvironmentInfoDescription$ = [3, n0, _EID, 0, [_IT, _EII, _STa, _Me], [0, 0, 4, 0]];
|
|
1178
|
+
var EnvironmentLink$ = [3, n0, _ELn, 0, [_LN, _EN], [0, 0]];
|
|
1179
|
+
var EnvironmentResourceDescription$ = [
|
|
1173
1180
|
3,
|
|
1174
1181
|
n0,
|
|
1175
1182
|
_ERD,
|
|
@@ -1186,24 +1193,24 @@ var EnvironmentResourceDescription = [
|
|
|
1186
1193
|
() => QueueList,
|
|
1187
1194
|
],
|
|
1188
1195
|
];
|
|
1189
|
-
var EnvironmentResourceDescriptionsMessage = [
|
|
1196
|
+
var EnvironmentResourceDescriptionsMessage$ = [
|
|
1190
1197
|
3,
|
|
1191
1198
|
n0,
|
|
1192
1199
|
_ERDM,
|
|
1193
1200
|
0,
|
|
1194
1201
|
[_ER],
|
|
1195
|
-
[() => EnvironmentResourceDescription],
|
|
1202
|
+
[() => EnvironmentResourceDescription$],
|
|
1196
1203
|
];
|
|
1197
|
-
var EnvironmentResourcesDescription = [
|
|
1204
|
+
var EnvironmentResourcesDescription$ = [
|
|
1198
1205
|
3,
|
|
1199
1206
|
n0,
|
|
1200
1207
|
_ERDn,
|
|
1201
1208
|
0,
|
|
1202
1209
|
[_LBo],
|
|
1203
|
-
[() => LoadBalancerDescription],
|
|
1210
|
+
[() => LoadBalancerDescription$],
|
|
1204
1211
|
];
|
|
1205
|
-
var EnvironmentTier = [3, n0, _ETn, 0, [_N, _Ty, _Ve], [0, 0, 0]];
|
|
1206
|
-
var EventDescription = [
|
|
1212
|
+
var EnvironmentTier$ = [3, n0, _ETn, 0, [_N, _Ty, _Ve], [0, 0, 0]];
|
|
1213
|
+
var EventDescription$ = [
|
|
1207
1214
|
3,
|
|
1208
1215
|
n0,
|
|
1209
1216
|
_EDv,
|
|
@@ -1211,7 +1218,7 @@ var EventDescription = [
|
|
|
1211
1218
|
[_EDve, _Me, _AN, _VL, _TN, _EN, _PA, _RI, _Se],
|
|
1212
1219
|
[4, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
1213
1220
|
];
|
|
1214
|
-
var EventDescriptionsMessage = [
|
|
1221
|
+
var EventDescriptionsMessage$ = [
|
|
1215
1222
|
3,
|
|
1216
1223
|
n0,
|
|
1217
1224
|
_EDMv,
|
|
@@ -1219,8 +1226,8 @@ var EventDescriptionsMessage = [
|
|
|
1219
1226
|
[_Ev, _NT],
|
|
1220
1227
|
[() => EventDescriptionList, 0],
|
|
1221
1228
|
];
|
|
1222
|
-
var Instance = [3, n0, _Ins, 0, [_Id_], [0]];
|
|
1223
|
-
var InstanceHealthSummary = [
|
|
1229
|
+
var Instance$ = [3, n0, _Ins, 0, [_Id_], [0]];
|
|
1230
|
+
var InstanceHealthSummary$ = [
|
|
1224
1231
|
3,
|
|
1225
1232
|
n0,
|
|
1226
1233
|
_IHS,
|
|
@@ -1228,7 +1235,7 @@ var InstanceHealthSummary = [
|
|
|
1228
1235
|
[_ND, _Un, _Pe, _Ok, _Inf, _W, _Deg, _Sev],
|
|
1229
1236
|
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
1230
1237
|
];
|
|
1231
|
-
var InsufficientPrivilegesException = [
|
|
1238
|
+
var InsufficientPrivilegesException$ = [
|
|
1232
1239
|
-3,
|
|
1233
1240
|
n0,
|
|
1234
1241
|
_IPE,
|
|
@@ -1236,8 +1243,8 @@ var InsufficientPrivilegesException = [
|
|
|
1236
1243
|
[_m],
|
|
1237
1244
|
[0],
|
|
1238
1245
|
];
|
|
1239
|
-
schema.TypeRegistry.for(n0).registerError(InsufficientPrivilegesException
|
|
1240
|
-
var InvalidRequestException = [
|
|
1246
|
+
schema.TypeRegistry.for(n0).registerError(InsufficientPrivilegesException$, InsufficientPrivilegesException);
|
|
1247
|
+
var InvalidRequestException$ = [
|
|
1241
1248
|
-3,
|
|
1242
1249
|
n0,
|
|
1243
1250
|
_IRE,
|
|
@@ -1245,8 +1252,8 @@ var InvalidRequestException = [
|
|
|
1245
1252
|
[_m],
|
|
1246
1253
|
[0],
|
|
1247
1254
|
];
|
|
1248
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
1249
|
-
var Latency = [
|
|
1255
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1256
|
+
var Latency$ = [
|
|
1250
1257
|
3,
|
|
1251
1258
|
n0,
|
|
1252
1259
|
_L,
|
|
@@ -1254,9 +1261,9 @@ var Latency = [
|
|
|
1254
1261
|
[_P_, _P__, _P___, _P____, _P_____, _P______, _P_______, _P________],
|
|
1255
1262
|
[1, 1, 1, 1, 1, 1, 1, 1],
|
|
1256
1263
|
];
|
|
1257
|
-
var LaunchConfiguration = [3, n0, _LCa, 0, [_N], [0]];
|
|
1258
|
-
var LaunchTemplate = [3, n0, _LTa, 0, [_Id_], [0]];
|
|
1259
|
-
var ListAvailableSolutionStacksResultMessage = [
|
|
1264
|
+
var LaunchConfiguration$ = [3, n0, _LCa, 0, [_N], [0]];
|
|
1265
|
+
var LaunchTemplate$ = [3, n0, _LTa, 0, [_Id_], [0]];
|
|
1266
|
+
var ListAvailableSolutionStacksResultMessage$ = [
|
|
1260
1267
|
3,
|
|
1261
1268
|
n0,
|
|
1262
1269
|
_LASSRM,
|
|
@@ -1264,8 +1271,8 @@ var ListAvailableSolutionStacksResultMessage = [
|
|
|
1264
1271
|
[_SS, _SSD],
|
|
1265
1272
|
[64 | 0, () => AvailableSolutionStackDetailsList],
|
|
1266
1273
|
];
|
|
1267
|
-
var Listener = [3, n0, _Li, 0, [_Pro, _Po], [0, 1]];
|
|
1268
|
-
var ListPlatformBranchesRequest = [
|
|
1274
|
+
var Listener$ = [3, n0, _Li, 0, [_Pro, _Po], [0, 1]];
|
|
1275
|
+
var ListPlatformBranchesRequest$ = [
|
|
1269
1276
|
3,
|
|
1270
1277
|
n0,
|
|
1271
1278
|
_LPBR,
|
|
@@ -1273,7 +1280,7 @@ var ListPlatformBranchesRequest = [
|
|
|
1273
1280
|
[_F, _MR, _NT],
|
|
1274
1281
|
[() => SearchFilters, 1, 0],
|
|
1275
1282
|
];
|
|
1276
|
-
var ListPlatformBranchesResult = [
|
|
1283
|
+
var ListPlatformBranchesResult$ = [
|
|
1277
1284
|
3,
|
|
1278
1285
|
n0,
|
|
1279
1286
|
_LPBRi,
|
|
@@ -1281,7 +1288,7 @@ var ListPlatformBranchesResult = [
|
|
|
1281
1288
|
[_PBSL, _NT],
|
|
1282
1289
|
[() => PlatformBranchSummaryList, 0],
|
|
1283
1290
|
];
|
|
1284
|
-
var ListPlatformVersionsRequest = [
|
|
1291
|
+
var ListPlatformVersionsRequest$ = [
|
|
1285
1292
|
3,
|
|
1286
1293
|
n0,
|
|
1287
1294
|
_LPVR,
|
|
@@ -1289,7 +1296,7 @@ var ListPlatformVersionsRequest = [
|
|
|
1289
1296
|
[_F, _MR, _NT],
|
|
1290
1297
|
[() => PlatformFilters, 1, 0],
|
|
1291
1298
|
];
|
|
1292
|
-
var ListPlatformVersionsResult = [
|
|
1299
|
+
var ListPlatformVersionsResult$ = [
|
|
1293
1300
|
3,
|
|
1294
1301
|
n0,
|
|
1295
1302
|
_LPVRi,
|
|
@@ -1297,9 +1304,9 @@ var ListPlatformVersionsResult = [
|
|
|
1297
1304
|
[_PSL, _NT],
|
|
1298
1305
|
[() => PlatformSummaryList, 0],
|
|
1299
1306
|
];
|
|
1300
|
-
var ListTagsForResourceMessage = [3, n0, _LTFRM, 0, [_RAe], [0]];
|
|
1301
|
-
var LoadBalancer = [3, n0, _LBo, 0, [_N], [0]];
|
|
1302
|
-
var LoadBalancerDescription = [
|
|
1307
|
+
var ListTagsForResourceMessage$ = [3, n0, _LTFRM, 0, [_RAe], [0]];
|
|
1308
|
+
var LoadBalancer$ = [3, n0, _LBo, 0, [_N], [0]];
|
|
1309
|
+
var LoadBalancerDescription$ = [
|
|
1303
1310
|
3,
|
|
1304
1311
|
n0,
|
|
1305
1312
|
_LBD,
|
|
@@ -1307,8 +1314,8 @@ var LoadBalancerDescription = [
|
|
|
1307
1314
|
[_LBN, _Do, _Lis],
|
|
1308
1315
|
[0, 0, () => LoadBalancerListenersDescription],
|
|
1309
1316
|
];
|
|
1310
|
-
var ManagedAction = [3, n0, _MAa, 0, [_AI, _ADc, _AT, _S, _WST], [0, 0, 0, 0, 4]];
|
|
1311
|
-
var ManagedActionHistoryItem = [
|
|
1317
|
+
var ManagedAction$ = [3, n0, _MAa, 0, [_AI, _ADc, _AT, _S, _WST], [0, 0, 0, 0, 4]];
|
|
1318
|
+
var ManagedActionHistoryItem$ = [
|
|
1312
1319
|
3,
|
|
1313
1320
|
n0,
|
|
1314
1321
|
_MAHIa,
|
|
@@ -1316,7 +1323,7 @@ var ManagedActionHistoryItem = [
|
|
|
1316
1323
|
[_AI, _AT, _ADc, _FT, _S, _FD, _ETx, _FTi],
|
|
1317
1324
|
[0, 0, 0, 0, 0, 0, 4, 4],
|
|
1318
1325
|
];
|
|
1319
|
-
var ManagedActionInvalidStateException = [
|
|
1326
|
+
var ManagedActionInvalidStateException$ = [
|
|
1320
1327
|
-3,
|
|
1321
1328
|
n0,
|
|
1322
1329
|
_MAISE,
|
|
@@ -1324,10 +1331,10 @@ var ManagedActionInvalidStateException = [
|
|
|
1324
1331
|
[_m],
|
|
1325
1332
|
[0],
|
|
1326
1333
|
];
|
|
1327
|
-
schema.TypeRegistry.for(n0).registerError(ManagedActionInvalidStateException
|
|
1328
|
-
var MaxAgeRule = [3, n0, _MAR, 0, [_En, _MAID, _DSFS], [2, 1, 2]];
|
|
1329
|
-
var MaxCountRule = [3, n0, _MCR, 0, [_En, _MC, _DSFS], [2, 1, 2]];
|
|
1330
|
-
var OperationInProgressException = [
|
|
1334
|
+
schema.TypeRegistry.for(n0).registerError(ManagedActionInvalidStateException$, ManagedActionInvalidStateException);
|
|
1335
|
+
var MaxAgeRule$ = [3, n0, _MAR, 0, [_En, _MAID, _DSFS], [2, 1, 2]];
|
|
1336
|
+
var MaxCountRule$ = [3, n0, _MCR, 0, [_En, _MC, _DSFS], [2, 1, 2]];
|
|
1337
|
+
var OperationInProgressException$ = [
|
|
1331
1338
|
-3,
|
|
1332
1339
|
n0,
|
|
1333
1340
|
_OIPE,
|
|
@@ -1335,10 +1342,10 @@ var OperationInProgressException = [
|
|
|
1335
1342
|
[_m],
|
|
1336
1343
|
[0],
|
|
1337
1344
|
];
|
|
1338
|
-
schema.TypeRegistry.for(n0).registerError(OperationInProgressException
|
|
1339
|
-
var OptionRestrictionRegex = [3, n0, _ORR, 0, [_Pa, _La], [0, 0]];
|
|
1340
|
-
var OptionSpecification = [3, n0, _OSp, 0, [_RN, _Na, _ON], [0, 0, 0]];
|
|
1341
|
-
var PlatformBranchSummary = [
|
|
1345
|
+
schema.TypeRegistry.for(n0).registerError(OperationInProgressException$, OperationInProgressException);
|
|
1346
|
+
var OptionRestrictionRegex$ = [3, n0, _ORR, 0, [_Pa, _La], [0, 0]];
|
|
1347
|
+
var OptionSpecification$ = [3, n0, _OSp, 0, [_RN, _Na, _ON], [0, 0, 0]];
|
|
1348
|
+
var PlatformBranchSummary$ = [
|
|
1342
1349
|
3,
|
|
1343
1350
|
n0,
|
|
1344
1351
|
_PBS,
|
|
@@ -1346,7 +1353,7 @@ var PlatformBranchSummary = [
|
|
|
1346
1353
|
[_PN, _BN, _LS, _BO, _STL],
|
|
1347
1354
|
[0, 0, 0, 1, 64 | 0],
|
|
1348
1355
|
];
|
|
1349
|
-
var PlatformDescription = [
|
|
1356
|
+
var PlatformDescription$ = [
|
|
1350
1357
|
3,
|
|
1351
1358
|
n0,
|
|
1352
1359
|
_PD,
|
|
@@ -1376,10 +1383,10 @@ var PlatformDescription = [
|
|
|
1376
1383
|
0,
|
|
1377
1384
|
],
|
|
1378
1385
|
];
|
|
1379
|
-
var PlatformFilter = [3, n0, _PF, 0, [_Ty, _Op, _Val], [0, 0, 64 | 0]];
|
|
1380
|
-
var PlatformFramework = [3, n0, _PFl, 0, [_N, _Ve], [0, 0]];
|
|
1381
|
-
var PlatformProgrammingLanguage = [3, n0, _PPL, 0, [_N, _Ve], [0, 0]];
|
|
1382
|
-
var PlatformSummary = [
|
|
1386
|
+
var PlatformFilter$ = [3, n0, _PF, 0, [_Ty, _Op, _Val], [0, 0, 64 | 0]];
|
|
1387
|
+
var PlatformFramework$ = [3, n0, _PFl, 0, [_N, _Ve], [0, 0]];
|
|
1388
|
+
var PlatformProgrammingLanguage$ = [3, n0, _PPL, 0, [_N, _Ve], [0, 0]];
|
|
1389
|
+
var PlatformSummary$ = [
|
|
1383
1390
|
3,
|
|
1384
1391
|
n0,
|
|
1385
1392
|
_PS,
|
|
@@ -1387,7 +1394,7 @@ var PlatformSummary = [
|
|
|
1387
1394
|
[_PA, _PO, _PSl, _PC, _OSN, _OSV, _STL, _SAL, _PLS, _PV, _PBN, _PBLS],
|
|
1388
1395
|
[0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0],
|
|
1389
1396
|
];
|
|
1390
|
-
var PlatformVersionStillReferencedException = [
|
|
1397
|
+
var PlatformVersionStillReferencedException$ = [
|
|
1391
1398
|
-3,
|
|
1392
1399
|
n0,
|
|
1393
1400
|
_PVSRE,
|
|
@@ -1395,11 +1402,11 @@ var PlatformVersionStillReferencedException = [
|
|
|
1395
1402
|
[_m],
|
|
1396
1403
|
[0],
|
|
1397
1404
|
];
|
|
1398
|
-
schema.TypeRegistry.for(n0).registerError(PlatformVersionStillReferencedException
|
|
1399
|
-
var Queue = [3, n0, _Qu, 0, [_N, _URL], [0, 0]];
|
|
1400
|
-
var RebuildEnvironmentMessage = [3, n0, _REM, 0, [_EI, _EN], [0, 0]];
|
|
1401
|
-
var RequestEnvironmentInfoMessage = [3, n0, _REIM, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1402
|
-
var ResourceNotFoundException = [
|
|
1405
|
+
schema.TypeRegistry.for(n0).registerError(PlatformVersionStillReferencedException$, PlatformVersionStillReferencedException);
|
|
1406
|
+
var Queue$ = [3, n0, _Qu, 0, [_N, _URL], [0, 0]];
|
|
1407
|
+
var RebuildEnvironmentMessage$ = [3, n0, _REM, 0, [_EI, _EN], [0, 0]];
|
|
1408
|
+
var RequestEnvironmentInfoMessage$ = [3, n0, _REIM, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1409
|
+
var ResourceNotFoundException$ = [
|
|
1403
1410
|
-3,
|
|
1404
1411
|
n0,
|
|
1405
1412
|
_RNFE,
|
|
@@ -1407,18 +1414,18 @@ var ResourceNotFoundException = [
|
|
|
1407
1414
|
[_m],
|
|
1408
1415
|
[0],
|
|
1409
1416
|
];
|
|
1410
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1411
|
-
var ResourceQuota = [3, n0, _RQe, 0, [_Max], [1]];
|
|
1412
|
-
var ResourceQuotas = [
|
|
1417
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1418
|
+
var ResourceQuota$ = [3, n0, _RQe, 0, [_Max], [1]];
|
|
1419
|
+
var ResourceQuotas$ = [
|
|
1413
1420
|
3,
|
|
1414
1421
|
n0,
|
|
1415
1422
|
_RQ,
|
|
1416
1423
|
0,
|
|
1417
1424
|
[_AQ, _AVQ, _EQ, _CTQ, _CPQ],
|
|
1418
|
-
[() => ResourceQuota
|
|
1425
|
+
[() => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$, () => ResourceQuota$],
|
|
1419
1426
|
];
|
|
1420
|
-
var ResourceTagsDescriptionMessage = [3, n0, _RTDM, 0, [_RAe, _RT], [0, () => TagList]];
|
|
1421
|
-
var ResourceTypeNotSupportedException = [
|
|
1427
|
+
var ResourceTagsDescriptionMessage$ = [3, n0, _RTDM, 0, [_RAe, _RT], [0, () => TagList]];
|
|
1428
|
+
var ResourceTypeNotSupportedException$ = [
|
|
1422
1429
|
-3,
|
|
1423
1430
|
n0,
|
|
1424
1431
|
_RTNSE,
|
|
@@ -1426,10 +1433,10 @@ var ResourceTypeNotSupportedException = [
|
|
|
1426
1433
|
[_m],
|
|
1427
1434
|
[0],
|
|
1428
1435
|
];
|
|
1429
|
-
schema.TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException
|
|
1430
|
-
var RestartAppServerMessage = [3, n0, _RASM, 0, [_EI, _EN], [0, 0]];
|
|
1431
|
-
var RetrieveEnvironmentInfoMessage = [3, n0, _REIMe, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1432
|
-
var RetrieveEnvironmentInfoResultMessage = [
|
|
1436
|
+
schema.TypeRegistry.for(n0).registerError(ResourceTypeNotSupportedException$, ResourceTypeNotSupportedException);
|
|
1437
|
+
var RestartAppServerMessage$ = [3, n0, _RASM, 0, [_EI, _EN], [0, 0]];
|
|
1438
|
+
var RetrieveEnvironmentInfoMessage$ = [3, n0, _REIMe, 0, [_EI, _EN, _IT], [0, 0, 0]];
|
|
1439
|
+
var RetrieveEnvironmentInfoResultMessage$ = [
|
|
1433
1440
|
3,
|
|
1434
1441
|
n0,
|
|
1435
1442
|
_REIRM,
|
|
@@ -1437,8 +1444,8 @@ var RetrieveEnvironmentInfoResultMessage = [
|
|
|
1437
1444
|
[_EInv],
|
|
1438
1445
|
[() => EnvironmentInfoDescriptionList],
|
|
1439
1446
|
];
|
|
1440
|
-
var S3Location = [3, n0, _SL, 0, [_SBu, _SK], [0, 0]];
|
|
1441
|
-
var S3LocationNotInServiceRegionException = [
|
|
1447
|
+
var S3Location$ = [3, n0, _SL, 0, [_SBu, _SK], [0, 0]];
|
|
1448
|
+
var S3LocationNotInServiceRegionException$ = [
|
|
1442
1449
|
-3,
|
|
1443
1450
|
n0,
|
|
1444
1451
|
_SLNISRE,
|
|
@@ -1446,8 +1453,8 @@ var S3LocationNotInServiceRegionException = [
|
|
|
1446
1453
|
[_m],
|
|
1447
1454
|
[0],
|
|
1448
1455
|
];
|
|
1449
|
-
schema.TypeRegistry.for(n0).registerError(S3LocationNotInServiceRegionException
|
|
1450
|
-
var S3SubscriptionRequiredException = [
|
|
1456
|
+
schema.TypeRegistry.for(n0).registerError(S3LocationNotInServiceRegionException$, S3LocationNotInServiceRegionException);
|
|
1457
|
+
var S3SubscriptionRequiredException$ = [
|
|
1451
1458
|
-3,
|
|
1452
1459
|
n0,
|
|
1453
1460
|
_SSRE,
|
|
@@ -1455,19 +1462,19 @@ var S3SubscriptionRequiredException = [
|
|
|
1455
1462
|
[_m],
|
|
1456
1463
|
[0],
|
|
1457
1464
|
];
|
|
1458
|
-
schema.TypeRegistry.for(n0).registerError(S3SubscriptionRequiredException
|
|
1459
|
-
var SearchFilter = [3, n0, _SF, 0, [_At, _Op, _Val], [0, 0, 64 | 0]];
|
|
1460
|
-
var SingleInstanceHealth = [
|
|
1465
|
+
schema.TypeRegistry.for(n0).registerError(S3SubscriptionRequiredException$, S3SubscriptionRequiredException);
|
|
1466
|
+
var SearchFilter$ = [3, n0, _SF, 0, [_At, _Op, _Val], [0, 0, 64 | 0]];
|
|
1467
|
+
var SingleInstanceHealth$ = [
|
|
1461
1468
|
3,
|
|
1462
1469
|
n0,
|
|
1463
1470
|
_SIH,
|
|
1464
1471
|
0,
|
|
1465
1472
|
[_IIn, _HS, _C, _Ca, _LA, _AM, _Sy, _De, _AZ, _ITn],
|
|
1466
|
-
[0, 0, 0, 64 | 0, 4, () => ApplicationMetrics
|
|
1473
|
+
[0, 0, 0, 64 | 0, 4, () => ApplicationMetrics$, () => SystemStatus$, () => Deployment$, 0, 0],
|
|
1467
1474
|
];
|
|
1468
|
-
var SolutionStackDescription = [3, n0, _SSDo, 0, [_SSN, _PFT], [0, 64 | 0]];
|
|
1469
|
-
var SourceBuildInformation = [3, n0, _SBI, 0, [_STo, _SRo, _SLo], [0, 0, 0]];
|
|
1470
|
-
var SourceBundleDeletionException = [
|
|
1475
|
+
var SolutionStackDescription$ = [3, n0, _SSDo, 0, [_SSN, _PFT], [0, 64 | 0]];
|
|
1476
|
+
var SourceBuildInformation$ = [3, n0, _SBI, 0, [_STo, _SRo, _SLo], [0, 0, 0]];
|
|
1477
|
+
var SourceBundleDeletionException$ = [
|
|
1471
1478
|
-3,
|
|
1472
1479
|
n0,
|
|
1473
1480
|
_SBDE,
|
|
@@ -1475,10 +1482,10 @@ var SourceBundleDeletionException = [
|
|
|
1475
1482
|
[_m],
|
|
1476
1483
|
[0],
|
|
1477
1484
|
];
|
|
1478
|
-
schema.TypeRegistry.for(n0).registerError(SourceBundleDeletionException
|
|
1479
|
-
var SourceConfiguration = [3, n0, _SCo, 0, [_AN, _TN], [0, 0]];
|
|
1480
|
-
var StatusCodes = [3, n0, _SC, 0, [_St, _Sta, _Stat, _Statu], [1, 1, 1, 1]];
|
|
1481
|
-
var SwapEnvironmentCNAMEsMessage = [
|
|
1485
|
+
schema.TypeRegistry.for(n0).registerError(SourceBundleDeletionException$, SourceBundleDeletionException);
|
|
1486
|
+
var SourceConfiguration$ = [3, n0, _SCo, 0, [_AN, _TN], [0, 0]];
|
|
1487
|
+
var StatusCodes$ = [3, n0, _SC, 0, [_St, _Sta, _Stat, _Statu], [1, 1, 1, 1]];
|
|
1488
|
+
var SwapEnvironmentCNAMEsMessage$ = [
|
|
1482
1489
|
3,
|
|
1483
1490
|
n0,
|
|
1484
1491
|
_SECNAMEM,
|
|
@@ -1486,10 +1493,10 @@ var SwapEnvironmentCNAMEsMessage = [
|
|
|
1486
1493
|
[_SEI, _SEN, _DEI, _DEN],
|
|
1487
1494
|
[0, 0, 0, 0],
|
|
1488
1495
|
];
|
|
1489
|
-
var SystemStatus = [3, n0, _SSy, 0, [_CPUU, _LAo], [() => CPUUtilization
|
|
1490
|
-
var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1491
|
-
var TerminateEnvironmentMessage = [3, n0, _TEM, 0, [_EI, _EN, _TR, _FTo], [0, 0, 2, 2]];
|
|
1492
|
-
var TooManyApplicationsException = [
|
|
1496
|
+
var SystemStatus$ = [3, n0, _SSy, 0, [_CPUU, _LAo], [() => CPUUtilization$, 64 | 1]];
|
|
1497
|
+
var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
|
|
1498
|
+
var TerminateEnvironmentMessage$ = [3, n0, _TEM, 0, [_EI, _EN, _TR, _FTo], [0, 0, 2, 2]];
|
|
1499
|
+
var TooManyApplicationsException$ = [
|
|
1493
1500
|
-3,
|
|
1494
1501
|
n0,
|
|
1495
1502
|
_TMAE,
|
|
@@ -1497,10 +1504,10 @@ var TooManyApplicationsException = [
|
|
|
1497
1504
|
[_m],
|
|
1498
1505
|
[0],
|
|
1499
1506
|
];
|
|
1500
|
-
schema.TypeRegistry.for(n0).registerError(TooManyApplicationsException
|
|
1501
|
-
var TooManyApplicationVersionsException = [-3, n0, _TMAVE, { [_e]: _c }, [_m], [0]];
|
|
1502
|
-
schema.TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException
|
|
1503
|
-
var TooManyBucketsException = [
|
|
1507
|
+
schema.TypeRegistry.for(n0).registerError(TooManyApplicationsException$, TooManyApplicationsException);
|
|
1508
|
+
var TooManyApplicationVersionsException$ = [-3, n0, _TMAVE, { [_e]: _c }, [_m], [0]];
|
|
1509
|
+
schema.TypeRegistry.for(n0).registerError(TooManyApplicationVersionsException$, TooManyApplicationVersionsException);
|
|
1510
|
+
var TooManyBucketsException$ = [
|
|
1504
1511
|
-3,
|
|
1505
1512
|
n0,
|
|
1506
1513
|
_TMBE,
|
|
@@ -1508,8 +1515,8 @@ var TooManyBucketsException = [
|
|
|
1508
1515
|
[_m],
|
|
1509
1516
|
[0],
|
|
1510
1517
|
];
|
|
1511
|
-
schema.TypeRegistry.for(n0).registerError(TooManyBucketsException
|
|
1512
|
-
var TooManyConfigurationTemplatesException = [
|
|
1518
|
+
schema.TypeRegistry.for(n0).registerError(TooManyBucketsException$, TooManyBucketsException);
|
|
1519
|
+
var TooManyConfigurationTemplatesException$ = [
|
|
1513
1520
|
-3,
|
|
1514
1521
|
n0,
|
|
1515
1522
|
_TMCTE,
|
|
@@ -1517,8 +1524,8 @@ var TooManyConfigurationTemplatesException = [
|
|
|
1517
1524
|
[_m],
|
|
1518
1525
|
[0],
|
|
1519
1526
|
];
|
|
1520
|
-
schema.TypeRegistry.for(n0).registerError(TooManyConfigurationTemplatesException
|
|
1521
|
-
var TooManyEnvironmentsException = [
|
|
1527
|
+
schema.TypeRegistry.for(n0).registerError(TooManyConfigurationTemplatesException$, TooManyConfigurationTemplatesException);
|
|
1528
|
+
var TooManyEnvironmentsException$ = [
|
|
1522
1529
|
-3,
|
|
1523
1530
|
n0,
|
|
1524
1531
|
_TMEE,
|
|
@@ -1526,8 +1533,8 @@ var TooManyEnvironmentsException = [
|
|
|
1526
1533
|
[_m],
|
|
1527
1534
|
[0],
|
|
1528
1535
|
];
|
|
1529
|
-
schema.TypeRegistry.for(n0).registerError(TooManyEnvironmentsException
|
|
1530
|
-
var TooManyPlatformsException = [
|
|
1536
|
+
schema.TypeRegistry.for(n0).registerError(TooManyEnvironmentsException$, TooManyEnvironmentsException);
|
|
1537
|
+
var TooManyPlatformsException$ = [
|
|
1531
1538
|
-3,
|
|
1532
1539
|
n0,
|
|
1533
1540
|
_TMPE,
|
|
@@ -1535,8 +1542,8 @@ var TooManyPlatformsException = [
|
|
|
1535
1542
|
[_m],
|
|
1536
1543
|
[0],
|
|
1537
1544
|
];
|
|
1538
|
-
schema.TypeRegistry.for(n0).registerError(TooManyPlatformsException
|
|
1539
|
-
var TooManyTagsException = [
|
|
1545
|
+
schema.TypeRegistry.for(n0).registerError(TooManyPlatformsException$, TooManyPlatformsException);
|
|
1546
|
+
var TooManyTagsException$ = [
|
|
1540
1547
|
-3,
|
|
1541
1548
|
n0,
|
|
1542
1549
|
_TMTE,
|
|
@@ -1544,19 +1551,19 @@ var TooManyTagsException = [
|
|
|
1544
1551
|
[_m],
|
|
1545
1552
|
[0],
|
|
1546
1553
|
];
|
|
1547
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
1548
|
-
var Trigger = [3, n0, _Tri, 0, [_N], [0]];
|
|
1549
|
-
var UpdateApplicationMessage = [3, n0, _UAM, 0, [_AN, _D], [0, 0]];
|
|
1550
|
-
var UpdateApplicationResourceLifecycleMessage = [
|
|
1554
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
1555
|
+
var Trigger$ = [3, n0, _Tri, 0, [_N], [0]];
|
|
1556
|
+
var UpdateApplicationMessage$ = [3, n0, _UAM, 0, [_AN, _D], [0, 0]];
|
|
1557
|
+
var UpdateApplicationResourceLifecycleMessage$ = [
|
|
1551
1558
|
3,
|
|
1552
1559
|
n0,
|
|
1553
1560
|
_UARLM,
|
|
1554
1561
|
0,
|
|
1555
1562
|
[_AN, _RLC],
|
|
1556
|
-
[0, () => ApplicationResourceLifecycleConfig],
|
|
1563
|
+
[0, () => ApplicationResourceLifecycleConfig$],
|
|
1557
1564
|
];
|
|
1558
|
-
var UpdateApplicationVersionMessage = [3, n0, _UAVM, 0, [_AN, _VL, _D], [0, 0, 0]];
|
|
1559
|
-
var UpdateConfigurationTemplateMessage = [
|
|
1565
|
+
var UpdateApplicationVersionMessage$ = [3, n0, _UAVM, 0, [_AN, _VL, _D], [0, 0, 0]];
|
|
1566
|
+
var UpdateConfigurationTemplateMessage$ = [
|
|
1560
1567
|
3,
|
|
1561
1568
|
n0,
|
|
1562
1569
|
_UCTM,
|
|
@@ -1564,15 +1571,28 @@ var UpdateConfigurationTemplateMessage = [
|
|
|
1564
1571
|
[_AN, _TN, _D, _OS, _OTR],
|
|
1565
1572
|
[0, 0, 0, () => ConfigurationOptionSettingsList, () => OptionsSpecifierList],
|
|
1566
1573
|
];
|
|
1567
|
-
var UpdateEnvironmentMessage = [
|
|
1574
|
+
var UpdateEnvironmentMessage$ = [
|
|
1568
1575
|
3,
|
|
1569
1576
|
n0,
|
|
1570
1577
|
_UEM,
|
|
1571
1578
|
0,
|
|
1572
1579
|
[_AN, _EI, _EN, _GN, _D, _Ti, _VL, _TN, _SSN, _PA, _OS, _OTR],
|
|
1573
|
-
[
|
|
1580
|
+
[
|
|
1581
|
+
0,
|
|
1582
|
+
0,
|
|
1583
|
+
0,
|
|
1584
|
+
0,
|
|
1585
|
+
0,
|
|
1586
|
+
() => EnvironmentTier$,
|
|
1587
|
+
0,
|
|
1588
|
+
0,
|
|
1589
|
+
0,
|
|
1590
|
+
0,
|
|
1591
|
+
() => ConfigurationOptionSettingsList,
|
|
1592
|
+
() => OptionsSpecifierList,
|
|
1593
|
+
],
|
|
1574
1594
|
];
|
|
1575
|
-
var UpdateTagsForResourceMessage = [
|
|
1595
|
+
var UpdateTagsForResourceMessage$ = [
|
|
1576
1596
|
3,
|
|
1577
1597
|
n0,
|
|
1578
1598
|
_UTFRM,
|
|
@@ -1580,7 +1600,7 @@ var UpdateTagsForResourceMessage = [
|
|
|
1580
1600
|
[_RAe, _TTA, _TTR],
|
|
1581
1601
|
[0, () => TagList, 64 | 0],
|
|
1582
1602
|
];
|
|
1583
|
-
var ValidateConfigurationSettingsMessage = [
|
|
1603
|
+
var ValidateConfigurationSettingsMessage$ = [
|
|
1584
1604
|
3,
|
|
1585
1605
|
n0,
|
|
1586
1606
|
_VCSM,
|
|
@@ -1588,9 +1608,9 @@ var ValidateConfigurationSettingsMessage = [
|
|
|
1588
1608
|
[_AN, _TN, _EN, _OS],
|
|
1589
1609
|
[0, 0, 0, () => ConfigurationOptionSettingsList],
|
|
1590
1610
|
];
|
|
1591
|
-
var ValidationMessage = [3, n0, _VM, 0, [_Me, _Se, _Na, _ON], [0, 0, 0, 0]];
|
|
1611
|
+
var ValidationMessage$ = [3, n0, _VM, 0, [_Me, _Se, _Na, _ON], [0, 0, 0, 0]];
|
|
1592
1612
|
var __Unit = "unit";
|
|
1593
|
-
var ElasticBeanstalkSyntheticServiceException = [
|
|
1613
|
+
var ElasticBeanstalkSyntheticServiceException$ = [
|
|
1594
1614
|
-3,
|
|
1595
1615
|
_s,
|
|
1596
1616
|
"ElasticBeanstalkSyntheticServiceException",
|
|
@@ -1598,405 +1618,393 @@ var ElasticBeanstalkSyntheticServiceException = [
|
|
|
1598
1618
|
[],
|
|
1599
1619
|
[],
|
|
1600
1620
|
];
|
|
1601
|
-
schema.TypeRegistry.for(_s).registerError(ElasticBeanstalkSyntheticServiceException
|
|
1602
|
-
var ApplicationDescriptionList = [1, n0, _ADL, 0, () => ApplicationDescription];
|
|
1603
|
-
var ApplicationVersionDescriptionList = [1, n0, _AVDL, 0, () => ApplicationVersionDescription];
|
|
1604
|
-
var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup];
|
|
1605
|
-
var AvailableSolutionStackDetailsList = [1, n0, _ASSDL, 0, () => SolutionStackDescription];
|
|
1606
|
-
var ConfigurationOptionDescriptionsList = [
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
];
|
|
1613
|
-
var
|
|
1614
|
-
var
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
];
|
|
1621
|
-
var
|
|
1622
|
-
var
|
|
1623
|
-
var
|
|
1624
|
-
var
|
|
1625
|
-
var
|
|
1626
|
-
var
|
|
1627
|
-
var
|
|
1628
|
-
var
|
|
1629
|
-
var
|
|
1630
|
-
var
|
|
1631
|
-
var
|
|
1632
|
-
var
|
|
1633
|
-
var
|
|
1634
|
-
var
|
|
1635
|
-
var PlatformBranchSummaryList = [1, n0, _PBSL, 0, () => PlatformBranchSummary];
|
|
1636
|
-
var PlatformFilters = [1, n0, _PFla, 0, () => PlatformFilter];
|
|
1637
|
-
var PlatformFrameworks = [1, n0, _PFlat, 0, () => PlatformFramework];
|
|
1638
|
-
var PlatformProgrammingLanguages = [1, n0, _PPLl, 0, () => PlatformProgrammingLanguage];
|
|
1639
|
-
var PlatformSummaryList = [1, n0, _PSL, 0, () => PlatformSummary];
|
|
1640
|
-
var QueueList = [1, n0, _QL, 0, () => Queue];
|
|
1641
|
-
var SearchFilters = [1, n0, _SFe, 0, () => SearchFilter];
|
|
1642
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1643
|
-
var Tags = [1, n0, _T, 0, () => Tag];
|
|
1644
|
-
var TriggerList = [1, n0, _TLr, 0, () => Trigger];
|
|
1645
|
-
var ValidationMessagesList = [1, n0, _VML, 0, () => ValidationMessage];
|
|
1646
|
-
var AbortEnvironmentUpdate = [
|
|
1621
|
+
schema.TypeRegistry.for(_s).registerError(ElasticBeanstalkSyntheticServiceException$, ElasticBeanstalkSyntheticServiceException);
|
|
1622
|
+
var ApplicationDescriptionList = [1, n0, _ADL, 0, () => ApplicationDescription$];
|
|
1623
|
+
var ApplicationVersionDescriptionList = [1, n0, _AVDL, 0, () => ApplicationVersionDescription$];
|
|
1624
|
+
var AutoScalingGroupList = [1, n0, _ASGL, 0, () => AutoScalingGroup$];
|
|
1625
|
+
var AvailableSolutionStackDetailsList = [1, n0, _ASSDL, 0, () => SolutionStackDescription$];
|
|
1626
|
+
var ConfigurationOptionDescriptionsList = [1, n0, _CODL, 0, () => ConfigurationOptionDescription$];
|
|
1627
|
+
var ConfigurationOptionSettingsList = [1, n0, _COSL, 0, () => ConfigurationOptionSetting$];
|
|
1628
|
+
var ConfigurationSettingsDescriptionList = [1, n0, _CSDL, 0, () => ConfigurationSettingsDescription$];
|
|
1629
|
+
var CustomAmiList = [1, n0, _CAL, 0, () => CustomAmi$];
|
|
1630
|
+
var EnvironmentDescriptionsList = [1, n0, _EDL, 0, () => EnvironmentDescription$];
|
|
1631
|
+
var EnvironmentInfoDescriptionList = [1, n0, _EIDL, 0, () => EnvironmentInfoDescription$];
|
|
1632
|
+
var EnvironmentLinks = [1, n0, _EL, 0, () => EnvironmentLink$];
|
|
1633
|
+
var EventDescriptionList = [1, n0, _EDLv, 0, () => EventDescription$];
|
|
1634
|
+
var InstanceHealthList = [1, n0, _IHL, 0, () => SingleInstanceHealth$];
|
|
1635
|
+
var InstanceList = [1, n0, _IL, 0, () => Instance$];
|
|
1636
|
+
var LaunchConfigurationList = [1, n0, _LCL, 0, () => LaunchConfiguration$];
|
|
1637
|
+
var LaunchTemplateList = [1, n0, _LTL, 0, () => LaunchTemplate$];
|
|
1638
|
+
var LoadBalancerList = [1, n0, _LBL, 0, () => LoadBalancer$];
|
|
1639
|
+
var LoadBalancerListenersDescription = [1, n0, _LBLD, 0, () => Listener$];
|
|
1640
|
+
var ManagedActionHistoryItems = [1, n0, _MAHI, 0, () => ManagedActionHistoryItem$];
|
|
1641
|
+
var ManagedActions = [1, n0, _MA, 0, () => ManagedAction$];
|
|
1642
|
+
var OptionsSpecifierList = [1, n0, _OSL, 0, () => OptionSpecification$];
|
|
1643
|
+
var PlatformBranchSummaryList = [1, n0, _PBSL, 0, () => PlatformBranchSummary$];
|
|
1644
|
+
var PlatformFilters = [1, n0, _PFla, 0, () => PlatformFilter$];
|
|
1645
|
+
var PlatformFrameworks = [1, n0, _PFlat, 0, () => PlatformFramework$];
|
|
1646
|
+
var PlatformProgrammingLanguages = [1, n0, _PPLl, 0, () => PlatformProgrammingLanguage$];
|
|
1647
|
+
var PlatformSummaryList = [1, n0, _PSL, 0, () => PlatformSummary$];
|
|
1648
|
+
var QueueList = [1, n0, _QL, 0, () => Queue$];
|
|
1649
|
+
var SearchFilters = [1, n0, _SFe, 0, () => SearchFilter$];
|
|
1650
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1651
|
+
var Tags = [1, n0, _T, 0, () => Tag$];
|
|
1652
|
+
var TriggerList = [1, n0, _TLr, 0, () => Trigger$];
|
|
1653
|
+
var ValidationMessagesList = [1, n0, _VML, 0, () => ValidationMessage$];
|
|
1654
|
+
var AbortEnvironmentUpdate$ = [
|
|
1647
1655
|
9,
|
|
1648
1656
|
n0,
|
|
1649
1657
|
_AEU,
|
|
1650
1658
|
0,
|
|
1651
|
-
() => AbortEnvironmentUpdateMessage
|
|
1659
|
+
() => AbortEnvironmentUpdateMessage$,
|
|
1652
1660
|
() => __Unit,
|
|
1653
1661
|
];
|
|
1654
|
-
var ApplyEnvironmentManagedAction = [
|
|
1662
|
+
var ApplyEnvironmentManagedAction$ = [
|
|
1655
1663
|
9,
|
|
1656
1664
|
n0,
|
|
1657
1665
|
_AEMA,
|
|
1658
1666
|
0,
|
|
1659
|
-
() => ApplyEnvironmentManagedActionRequest
|
|
1660
|
-
() => ApplyEnvironmentManagedActionResult
|
|
1667
|
+
() => ApplyEnvironmentManagedActionRequest$,
|
|
1668
|
+
() => ApplyEnvironmentManagedActionResult$,
|
|
1661
1669
|
];
|
|
1662
|
-
var AssociateEnvironmentOperationsRole = [
|
|
1670
|
+
var AssociateEnvironmentOperationsRole$ = [
|
|
1663
1671
|
9,
|
|
1664
1672
|
n0,
|
|
1665
1673
|
_AEOR,
|
|
1666
1674
|
0,
|
|
1667
|
-
() => AssociateEnvironmentOperationsRoleMessage
|
|
1675
|
+
() => AssociateEnvironmentOperationsRoleMessage$,
|
|
1668
1676
|
() => __Unit,
|
|
1669
1677
|
];
|
|
1670
|
-
var CheckDNSAvailability = [
|
|
1678
|
+
var CheckDNSAvailability$ = [
|
|
1671
1679
|
9,
|
|
1672
1680
|
n0,
|
|
1673
1681
|
_CDNSA,
|
|
1674
1682
|
0,
|
|
1675
|
-
() => CheckDNSAvailabilityMessage
|
|
1676
|
-
() => CheckDNSAvailabilityResultMessage
|
|
1683
|
+
() => CheckDNSAvailabilityMessage$,
|
|
1684
|
+
() => CheckDNSAvailabilityResultMessage$,
|
|
1677
1685
|
];
|
|
1678
|
-
var ComposeEnvironments = [
|
|
1686
|
+
var ComposeEnvironments$ = [
|
|
1679
1687
|
9,
|
|
1680
1688
|
n0,
|
|
1681
1689
|
_CE,
|
|
1682
1690
|
0,
|
|
1683
|
-
() => ComposeEnvironmentsMessage
|
|
1684
|
-
() => EnvironmentDescriptionsMessage
|
|
1691
|
+
() => ComposeEnvironmentsMessage$,
|
|
1692
|
+
() => EnvironmentDescriptionsMessage$,
|
|
1685
1693
|
];
|
|
1686
|
-
var CreateApplication = [
|
|
1694
|
+
var CreateApplication$ = [
|
|
1687
1695
|
9,
|
|
1688
1696
|
n0,
|
|
1689
1697
|
_CAr,
|
|
1690
1698
|
0,
|
|
1691
|
-
() => CreateApplicationMessage
|
|
1692
|
-
() => ApplicationDescriptionMessage
|
|
1699
|
+
() => CreateApplicationMessage$,
|
|
1700
|
+
() => ApplicationDescriptionMessage$,
|
|
1693
1701
|
];
|
|
1694
|
-
var CreateApplicationVersion = [
|
|
1702
|
+
var CreateApplicationVersion$ = [
|
|
1695
1703
|
9,
|
|
1696
1704
|
n0,
|
|
1697
1705
|
_CAV,
|
|
1698
1706
|
0,
|
|
1699
|
-
() => CreateApplicationVersionMessage
|
|
1700
|
-
() => ApplicationVersionDescriptionMessage
|
|
1707
|
+
() => CreateApplicationVersionMessage$,
|
|
1708
|
+
() => ApplicationVersionDescriptionMessage$,
|
|
1701
1709
|
];
|
|
1702
|
-
var CreateConfigurationTemplate = [
|
|
1710
|
+
var CreateConfigurationTemplate$ = [
|
|
1703
1711
|
9,
|
|
1704
1712
|
n0,
|
|
1705
1713
|
_CCT,
|
|
1706
1714
|
0,
|
|
1707
|
-
() => CreateConfigurationTemplateMessage
|
|
1708
|
-
() => ConfigurationSettingsDescription
|
|
1715
|
+
() => CreateConfigurationTemplateMessage$,
|
|
1716
|
+
() => ConfigurationSettingsDescription$,
|
|
1709
1717
|
];
|
|
1710
|
-
var CreateEnvironment = [
|
|
1718
|
+
var CreateEnvironment$ = [
|
|
1711
1719
|
9,
|
|
1712
1720
|
n0,
|
|
1713
1721
|
_CEr,
|
|
1714
1722
|
0,
|
|
1715
|
-
() => CreateEnvironmentMessage
|
|
1716
|
-
() => EnvironmentDescription
|
|
1723
|
+
() => CreateEnvironmentMessage$,
|
|
1724
|
+
() => EnvironmentDescription$,
|
|
1717
1725
|
];
|
|
1718
|
-
var CreatePlatformVersion = [
|
|
1726
|
+
var CreatePlatformVersion$ = [
|
|
1719
1727
|
9,
|
|
1720
1728
|
n0,
|
|
1721
1729
|
_CPV,
|
|
1722
1730
|
0,
|
|
1723
|
-
() => CreatePlatformVersionRequest
|
|
1724
|
-
() => CreatePlatformVersionResult
|
|
1731
|
+
() => CreatePlatformVersionRequest$,
|
|
1732
|
+
() => CreatePlatformVersionResult$,
|
|
1725
1733
|
];
|
|
1726
|
-
var CreateStorageLocation = [
|
|
1734
|
+
var CreateStorageLocation$ = [
|
|
1727
1735
|
9,
|
|
1728
1736
|
n0,
|
|
1729
1737
|
_CSL,
|
|
1730
1738
|
0,
|
|
1731
1739
|
() => __Unit,
|
|
1732
|
-
() => CreateStorageLocationResultMessage
|
|
1740
|
+
() => CreateStorageLocationResultMessage$,
|
|
1733
1741
|
];
|
|
1734
|
-
var DeleteApplication = [9, n0, _DA, 0, () => DeleteApplicationMessage
|
|
1735
|
-
var DeleteApplicationVersion = [
|
|
1742
|
+
var DeleteApplication$ = [9, n0, _DA, 0, () => DeleteApplicationMessage$, () => __Unit];
|
|
1743
|
+
var DeleteApplicationVersion$ = [
|
|
1736
1744
|
9,
|
|
1737
1745
|
n0,
|
|
1738
1746
|
_DAV,
|
|
1739
1747
|
0,
|
|
1740
|
-
() => DeleteApplicationVersionMessage
|
|
1748
|
+
() => DeleteApplicationVersionMessage$,
|
|
1741
1749
|
() => __Unit,
|
|
1742
1750
|
];
|
|
1743
|
-
var DeleteConfigurationTemplate = [
|
|
1751
|
+
var DeleteConfigurationTemplate$ = [
|
|
1744
1752
|
9,
|
|
1745
1753
|
n0,
|
|
1746
1754
|
_DCT,
|
|
1747
1755
|
0,
|
|
1748
|
-
() => DeleteConfigurationTemplateMessage
|
|
1756
|
+
() => DeleteConfigurationTemplateMessage$,
|
|
1749
1757
|
() => __Unit,
|
|
1750
1758
|
];
|
|
1751
|
-
var DeleteEnvironmentConfiguration = [
|
|
1759
|
+
var DeleteEnvironmentConfiguration$ = [
|
|
1752
1760
|
9,
|
|
1753
1761
|
n0,
|
|
1754
1762
|
_DEC,
|
|
1755
1763
|
0,
|
|
1756
|
-
() => DeleteEnvironmentConfigurationMessage
|
|
1764
|
+
() => DeleteEnvironmentConfigurationMessage$,
|
|
1757
1765
|
() => __Unit,
|
|
1758
1766
|
];
|
|
1759
|
-
var DeletePlatformVersion = [
|
|
1767
|
+
var DeletePlatformVersion$ = [
|
|
1760
1768
|
9,
|
|
1761
1769
|
n0,
|
|
1762
1770
|
_DPV,
|
|
1763
1771
|
0,
|
|
1764
|
-
() => DeletePlatformVersionRequest
|
|
1765
|
-
() => DeletePlatformVersionResult
|
|
1772
|
+
() => DeletePlatformVersionRequest$,
|
|
1773
|
+
() => DeletePlatformVersionResult$,
|
|
1766
1774
|
];
|
|
1767
|
-
var DescribeAccountAttributes = [
|
|
1775
|
+
var DescribeAccountAttributes$ = [
|
|
1768
1776
|
9,
|
|
1769
1777
|
n0,
|
|
1770
1778
|
_DAA,
|
|
1771
1779
|
0,
|
|
1772
1780
|
() => __Unit,
|
|
1773
|
-
() => DescribeAccountAttributesResult
|
|
1781
|
+
() => DescribeAccountAttributesResult$,
|
|
1774
1782
|
];
|
|
1775
|
-
var DescribeApplications = [
|
|
1783
|
+
var DescribeApplications$ = [
|
|
1776
1784
|
9,
|
|
1777
1785
|
n0,
|
|
1778
1786
|
_DAe,
|
|
1779
1787
|
0,
|
|
1780
|
-
() => DescribeApplicationsMessage
|
|
1781
|
-
() => ApplicationDescriptionsMessage
|
|
1788
|
+
() => DescribeApplicationsMessage$,
|
|
1789
|
+
() => ApplicationDescriptionsMessage$,
|
|
1782
1790
|
];
|
|
1783
|
-
var DescribeApplicationVersions = [
|
|
1791
|
+
var DescribeApplicationVersions$ = [
|
|
1784
1792
|
9,
|
|
1785
1793
|
n0,
|
|
1786
1794
|
_DAVe,
|
|
1787
1795
|
0,
|
|
1788
|
-
() => DescribeApplicationVersionsMessage
|
|
1789
|
-
() => ApplicationVersionDescriptionsMessage
|
|
1796
|
+
() => DescribeApplicationVersionsMessage$,
|
|
1797
|
+
() => ApplicationVersionDescriptionsMessage$,
|
|
1790
1798
|
];
|
|
1791
|
-
var DescribeConfigurationOptions = [
|
|
1799
|
+
var DescribeConfigurationOptions$ = [
|
|
1792
1800
|
9,
|
|
1793
1801
|
n0,
|
|
1794
1802
|
_DCO,
|
|
1795
1803
|
0,
|
|
1796
|
-
() => DescribeConfigurationOptionsMessage
|
|
1797
|
-
() => ConfigurationOptionsDescription
|
|
1804
|
+
() => DescribeConfigurationOptionsMessage$,
|
|
1805
|
+
() => ConfigurationOptionsDescription$,
|
|
1798
1806
|
];
|
|
1799
|
-
var DescribeConfigurationSettings = [
|
|
1807
|
+
var DescribeConfigurationSettings$ = [
|
|
1800
1808
|
9,
|
|
1801
1809
|
n0,
|
|
1802
1810
|
_DCS,
|
|
1803
1811
|
0,
|
|
1804
|
-
() => DescribeConfigurationSettingsMessage
|
|
1805
|
-
() => ConfigurationSettingsDescriptions
|
|
1812
|
+
() => DescribeConfigurationSettingsMessage$,
|
|
1813
|
+
() => ConfigurationSettingsDescriptions$,
|
|
1806
1814
|
];
|
|
1807
|
-
var DescribeEnvironmentHealth = [
|
|
1815
|
+
var DescribeEnvironmentHealth$ = [
|
|
1808
1816
|
9,
|
|
1809
1817
|
n0,
|
|
1810
1818
|
_DEH,
|
|
1811
1819
|
0,
|
|
1812
|
-
() => DescribeEnvironmentHealthRequest
|
|
1813
|
-
() => DescribeEnvironmentHealthResult
|
|
1820
|
+
() => DescribeEnvironmentHealthRequest$,
|
|
1821
|
+
() => DescribeEnvironmentHealthResult$,
|
|
1814
1822
|
];
|
|
1815
|
-
var DescribeEnvironmentManagedActionHistory = [
|
|
1823
|
+
var DescribeEnvironmentManagedActionHistory$ = [
|
|
1816
1824
|
9,
|
|
1817
1825
|
n0,
|
|
1818
1826
|
_DEMAH,
|
|
1819
1827
|
0,
|
|
1820
|
-
() => DescribeEnvironmentManagedActionHistoryRequest
|
|
1821
|
-
() => DescribeEnvironmentManagedActionHistoryResult
|
|
1828
|
+
() => DescribeEnvironmentManagedActionHistoryRequest$,
|
|
1829
|
+
() => DescribeEnvironmentManagedActionHistoryResult$,
|
|
1822
1830
|
];
|
|
1823
|
-
var DescribeEnvironmentManagedActions = [
|
|
1831
|
+
var DescribeEnvironmentManagedActions$ = [
|
|
1824
1832
|
9,
|
|
1825
1833
|
n0,
|
|
1826
1834
|
_DEMA,
|
|
1827
1835
|
0,
|
|
1828
|
-
() => DescribeEnvironmentManagedActionsRequest
|
|
1829
|
-
() => DescribeEnvironmentManagedActionsResult
|
|
1836
|
+
() => DescribeEnvironmentManagedActionsRequest$,
|
|
1837
|
+
() => DescribeEnvironmentManagedActionsResult$,
|
|
1830
1838
|
];
|
|
1831
|
-
var DescribeEnvironmentResources = [
|
|
1839
|
+
var DescribeEnvironmentResources$ = [
|
|
1832
1840
|
9,
|
|
1833
1841
|
n0,
|
|
1834
1842
|
_DER,
|
|
1835
1843
|
0,
|
|
1836
|
-
() => DescribeEnvironmentResourcesMessage
|
|
1837
|
-
() => EnvironmentResourceDescriptionsMessage
|
|
1844
|
+
() => DescribeEnvironmentResourcesMessage$,
|
|
1845
|
+
() => EnvironmentResourceDescriptionsMessage$,
|
|
1838
1846
|
];
|
|
1839
|
-
var DescribeEnvironments = [
|
|
1847
|
+
var DescribeEnvironments$ = [
|
|
1840
1848
|
9,
|
|
1841
1849
|
n0,
|
|
1842
1850
|
_DE,
|
|
1843
1851
|
0,
|
|
1844
|
-
() => DescribeEnvironmentsMessage
|
|
1845
|
-
() => EnvironmentDescriptionsMessage
|
|
1852
|
+
() => DescribeEnvironmentsMessage$,
|
|
1853
|
+
() => EnvironmentDescriptionsMessage$,
|
|
1846
1854
|
];
|
|
1847
|
-
var DescribeEvents = [
|
|
1855
|
+
var DescribeEvents$ = [
|
|
1848
1856
|
9,
|
|
1849
1857
|
n0,
|
|
1850
1858
|
_DEe,
|
|
1851
1859
|
0,
|
|
1852
|
-
() => DescribeEventsMessage
|
|
1853
|
-
() => EventDescriptionsMessage
|
|
1860
|
+
() => DescribeEventsMessage$,
|
|
1861
|
+
() => EventDescriptionsMessage$,
|
|
1854
1862
|
];
|
|
1855
|
-
var DescribeInstancesHealth = [
|
|
1863
|
+
var DescribeInstancesHealth$ = [
|
|
1856
1864
|
9,
|
|
1857
1865
|
n0,
|
|
1858
1866
|
_DIH,
|
|
1859
1867
|
0,
|
|
1860
|
-
() => DescribeInstancesHealthRequest
|
|
1861
|
-
() => DescribeInstancesHealthResult
|
|
1868
|
+
() => DescribeInstancesHealthRequest$,
|
|
1869
|
+
() => DescribeInstancesHealthResult$,
|
|
1862
1870
|
];
|
|
1863
|
-
var DescribePlatformVersion = [
|
|
1871
|
+
var DescribePlatformVersion$ = [
|
|
1864
1872
|
9,
|
|
1865
1873
|
n0,
|
|
1866
1874
|
_DPVe,
|
|
1867
1875
|
0,
|
|
1868
|
-
() => DescribePlatformVersionRequest
|
|
1869
|
-
() => DescribePlatformVersionResult
|
|
1876
|
+
() => DescribePlatformVersionRequest$,
|
|
1877
|
+
() => DescribePlatformVersionResult$,
|
|
1870
1878
|
];
|
|
1871
|
-
var DisassociateEnvironmentOperationsRole = [
|
|
1879
|
+
var DisassociateEnvironmentOperationsRole$ = [
|
|
1872
1880
|
9,
|
|
1873
1881
|
n0,
|
|
1874
1882
|
_DEOR,
|
|
1875
1883
|
0,
|
|
1876
|
-
() => DisassociateEnvironmentOperationsRoleMessage
|
|
1884
|
+
() => DisassociateEnvironmentOperationsRoleMessage$,
|
|
1877
1885
|
() => __Unit,
|
|
1878
1886
|
];
|
|
1879
|
-
var ListAvailableSolutionStacks = [
|
|
1887
|
+
var ListAvailableSolutionStacks$ = [
|
|
1880
1888
|
9,
|
|
1881
1889
|
n0,
|
|
1882
1890
|
_LASS,
|
|
1883
1891
|
0,
|
|
1884
1892
|
() => __Unit,
|
|
1885
|
-
() => ListAvailableSolutionStacksResultMessage
|
|
1893
|
+
() => ListAvailableSolutionStacksResultMessage$,
|
|
1886
1894
|
];
|
|
1887
|
-
var ListPlatformBranches = [
|
|
1895
|
+
var ListPlatformBranches$ = [
|
|
1888
1896
|
9,
|
|
1889
1897
|
n0,
|
|
1890
1898
|
_LPB,
|
|
1891
1899
|
0,
|
|
1892
|
-
() => ListPlatformBranchesRequest
|
|
1893
|
-
() => ListPlatformBranchesResult
|
|
1900
|
+
() => ListPlatformBranchesRequest$,
|
|
1901
|
+
() => ListPlatformBranchesResult$,
|
|
1894
1902
|
];
|
|
1895
|
-
var ListPlatformVersions = [
|
|
1903
|
+
var ListPlatformVersions$ = [
|
|
1896
1904
|
9,
|
|
1897
1905
|
n0,
|
|
1898
1906
|
_LPV,
|
|
1899
1907
|
0,
|
|
1900
|
-
() => ListPlatformVersionsRequest
|
|
1901
|
-
() => ListPlatformVersionsResult
|
|
1908
|
+
() => ListPlatformVersionsRequest$,
|
|
1909
|
+
() => ListPlatformVersionsResult$,
|
|
1902
1910
|
];
|
|
1903
|
-
var ListTagsForResource = [
|
|
1911
|
+
var ListTagsForResource$ = [
|
|
1904
1912
|
9,
|
|
1905
1913
|
n0,
|
|
1906
1914
|
_LTFR,
|
|
1907
1915
|
0,
|
|
1908
|
-
() => ListTagsForResourceMessage
|
|
1909
|
-
() => ResourceTagsDescriptionMessage
|
|
1916
|
+
() => ListTagsForResourceMessage$,
|
|
1917
|
+
() => ResourceTagsDescriptionMessage$,
|
|
1910
1918
|
];
|
|
1911
|
-
var RebuildEnvironment = [9, n0, _RE, 0, () => RebuildEnvironmentMessage
|
|
1912
|
-
var RequestEnvironmentInfo = [
|
|
1919
|
+
var RebuildEnvironment$ = [9, n0, _RE, 0, () => RebuildEnvironmentMessage$, () => __Unit];
|
|
1920
|
+
var RequestEnvironmentInfo$ = [
|
|
1913
1921
|
9,
|
|
1914
1922
|
n0,
|
|
1915
1923
|
_REI,
|
|
1916
1924
|
0,
|
|
1917
|
-
() => RequestEnvironmentInfoMessage
|
|
1925
|
+
() => RequestEnvironmentInfoMessage$,
|
|
1918
1926
|
() => __Unit,
|
|
1919
1927
|
];
|
|
1920
|
-
var RestartAppServer = [9, n0, _RAS, 0, () => RestartAppServerMessage
|
|
1921
|
-
var RetrieveEnvironmentInfo = [
|
|
1928
|
+
var RestartAppServer$ = [9, n0, _RAS, 0, () => RestartAppServerMessage$, () => __Unit];
|
|
1929
|
+
var RetrieveEnvironmentInfo$ = [
|
|
1922
1930
|
9,
|
|
1923
1931
|
n0,
|
|
1924
1932
|
_REIe,
|
|
1925
1933
|
0,
|
|
1926
|
-
() => RetrieveEnvironmentInfoMessage
|
|
1927
|
-
() => RetrieveEnvironmentInfoResultMessage
|
|
1934
|
+
() => RetrieveEnvironmentInfoMessage$,
|
|
1935
|
+
() => RetrieveEnvironmentInfoResultMessage$,
|
|
1928
1936
|
];
|
|
1929
|
-
var SwapEnvironmentCNAMEs = [
|
|
1937
|
+
var SwapEnvironmentCNAMEs$ = [
|
|
1930
1938
|
9,
|
|
1931
1939
|
n0,
|
|
1932
1940
|
_SECNAME,
|
|
1933
1941
|
0,
|
|
1934
|
-
() => SwapEnvironmentCNAMEsMessage
|
|
1942
|
+
() => SwapEnvironmentCNAMEsMessage$,
|
|
1935
1943
|
() => __Unit,
|
|
1936
1944
|
];
|
|
1937
|
-
var TerminateEnvironment = [
|
|
1945
|
+
var TerminateEnvironment$ = [
|
|
1938
1946
|
9,
|
|
1939
1947
|
n0,
|
|
1940
1948
|
_TE,
|
|
1941
1949
|
0,
|
|
1942
|
-
() => TerminateEnvironmentMessage
|
|
1943
|
-
() => EnvironmentDescription
|
|
1950
|
+
() => TerminateEnvironmentMessage$,
|
|
1951
|
+
() => EnvironmentDescription$,
|
|
1944
1952
|
];
|
|
1945
|
-
var UpdateApplication = [
|
|
1953
|
+
var UpdateApplication$ = [
|
|
1946
1954
|
9,
|
|
1947
1955
|
n0,
|
|
1948
1956
|
_UA,
|
|
1949
1957
|
0,
|
|
1950
|
-
() => UpdateApplicationMessage
|
|
1951
|
-
() => ApplicationDescriptionMessage
|
|
1958
|
+
() => UpdateApplicationMessage$,
|
|
1959
|
+
() => ApplicationDescriptionMessage$,
|
|
1952
1960
|
];
|
|
1953
|
-
var UpdateApplicationResourceLifecycle = [
|
|
1961
|
+
var UpdateApplicationResourceLifecycle$ = [
|
|
1954
1962
|
9,
|
|
1955
1963
|
n0,
|
|
1956
1964
|
_UARL,
|
|
1957
1965
|
0,
|
|
1958
|
-
() => UpdateApplicationResourceLifecycleMessage
|
|
1959
|
-
() => ApplicationResourceLifecycleDescriptionMessage
|
|
1966
|
+
() => UpdateApplicationResourceLifecycleMessage$,
|
|
1967
|
+
() => ApplicationResourceLifecycleDescriptionMessage$,
|
|
1960
1968
|
];
|
|
1961
|
-
var UpdateApplicationVersion = [
|
|
1969
|
+
var UpdateApplicationVersion$ = [
|
|
1962
1970
|
9,
|
|
1963
1971
|
n0,
|
|
1964
1972
|
_UAV,
|
|
1965
1973
|
0,
|
|
1966
|
-
() => UpdateApplicationVersionMessage
|
|
1967
|
-
() => ApplicationVersionDescriptionMessage
|
|
1974
|
+
() => UpdateApplicationVersionMessage$,
|
|
1975
|
+
() => ApplicationVersionDescriptionMessage$,
|
|
1968
1976
|
];
|
|
1969
|
-
var UpdateConfigurationTemplate = [
|
|
1977
|
+
var UpdateConfigurationTemplate$ = [
|
|
1970
1978
|
9,
|
|
1971
1979
|
n0,
|
|
1972
1980
|
_UCT,
|
|
1973
1981
|
0,
|
|
1974
|
-
() => UpdateConfigurationTemplateMessage
|
|
1975
|
-
() => ConfigurationSettingsDescription
|
|
1982
|
+
() => UpdateConfigurationTemplateMessage$,
|
|
1983
|
+
() => ConfigurationSettingsDescription$,
|
|
1976
1984
|
];
|
|
1977
|
-
var UpdateEnvironment = [
|
|
1985
|
+
var UpdateEnvironment$ = [
|
|
1978
1986
|
9,
|
|
1979
1987
|
n0,
|
|
1980
1988
|
_UE,
|
|
1981
1989
|
0,
|
|
1982
|
-
() => UpdateEnvironmentMessage
|
|
1983
|
-
() => EnvironmentDescription
|
|
1990
|
+
() => UpdateEnvironmentMessage$,
|
|
1991
|
+
() => EnvironmentDescription$,
|
|
1984
1992
|
];
|
|
1985
|
-
var UpdateTagsForResource = [
|
|
1993
|
+
var UpdateTagsForResource$ = [
|
|
1986
1994
|
9,
|
|
1987
1995
|
n0,
|
|
1988
1996
|
_UTFR,
|
|
1989
1997
|
0,
|
|
1990
|
-
() => UpdateTagsForResourceMessage
|
|
1998
|
+
() => UpdateTagsForResourceMessage$,
|
|
1991
1999
|
() => __Unit,
|
|
1992
2000
|
];
|
|
1993
|
-
var ValidateConfigurationSettings = [
|
|
2001
|
+
var ValidateConfigurationSettings$ = [
|
|
1994
2002
|
9,
|
|
1995
2003
|
n0,
|
|
1996
2004
|
_VCS,
|
|
1997
2005
|
0,
|
|
1998
|
-
() => ValidateConfigurationSettingsMessage
|
|
1999
|
-
() => ConfigurationSettingsValidationMessages
|
|
2006
|
+
() => ValidateConfigurationSettingsMessage$,
|
|
2007
|
+
() => ConfigurationSettingsValidationMessages$,
|
|
2000
2008
|
];
|
|
2001
2009
|
|
|
2002
2010
|
class AbortEnvironmentUpdateCommand extends smithyClient.Command
|
|
@@ -2007,7 +2015,7 @@ class AbortEnvironmentUpdateCommand extends smithyClient.Command
|
|
|
2007
2015
|
})
|
|
2008
2016
|
.s("AWSElasticBeanstalkService", "AbortEnvironmentUpdate", {})
|
|
2009
2017
|
.n("ElasticBeanstalkClient", "AbortEnvironmentUpdateCommand")
|
|
2010
|
-
.sc(AbortEnvironmentUpdate)
|
|
2018
|
+
.sc(AbortEnvironmentUpdate$)
|
|
2011
2019
|
.build() {
|
|
2012
2020
|
}
|
|
2013
2021
|
|
|
@@ -2019,7 +2027,7 @@ class ApplyEnvironmentManagedActionCommand extends smithyClient.Command
|
|
|
2019
2027
|
})
|
|
2020
2028
|
.s("AWSElasticBeanstalkService", "ApplyEnvironmentManagedAction", {})
|
|
2021
2029
|
.n("ElasticBeanstalkClient", "ApplyEnvironmentManagedActionCommand")
|
|
2022
|
-
.sc(ApplyEnvironmentManagedAction)
|
|
2030
|
+
.sc(ApplyEnvironmentManagedAction$)
|
|
2023
2031
|
.build() {
|
|
2024
2032
|
}
|
|
2025
2033
|
|
|
@@ -2031,7 +2039,7 @@ class AssociateEnvironmentOperationsRoleCommand extends smithyClient.Command
|
|
|
2031
2039
|
})
|
|
2032
2040
|
.s("AWSElasticBeanstalkService", "AssociateEnvironmentOperationsRole", {})
|
|
2033
2041
|
.n("ElasticBeanstalkClient", "AssociateEnvironmentOperationsRoleCommand")
|
|
2034
|
-
.sc(AssociateEnvironmentOperationsRole)
|
|
2042
|
+
.sc(AssociateEnvironmentOperationsRole$)
|
|
2035
2043
|
.build() {
|
|
2036
2044
|
}
|
|
2037
2045
|
|
|
@@ -2043,7 +2051,7 @@ class CheckDNSAvailabilityCommand extends smithyClient.Command
|
|
|
2043
2051
|
})
|
|
2044
2052
|
.s("AWSElasticBeanstalkService", "CheckDNSAvailability", {})
|
|
2045
2053
|
.n("ElasticBeanstalkClient", "CheckDNSAvailabilityCommand")
|
|
2046
|
-
.sc(CheckDNSAvailability)
|
|
2054
|
+
.sc(CheckDNSAvailability$)
|
|
2047
2055
|
.build() {
|
|
2048
2056
|
}
|
|
2049
2057
|
|
|
@@ -2055,7 +2063,7 @@ class ComposeEnvironmentsCommand extends smithyClient.Command
|
|
|
2055
2063
|
})
|
|
2056
2064
|
.s("AWSElasticBeanstalkService", "ComposeEnvironments", {})
|
|
2057
2065
|
.n("ElasticBeanstalkClient", "ComposeEnvironmentsCommand")
|
|
2058
|
-
.sc(ComposeEnvironments)
|
|
2066
|
+
.sc(ComposeEnvironments$)
|
|
2059
2067
|
.build() {
|
|
2060
2068
|
}
|
|
2061
2069
|
|
|
@@ -2067,7 +2075,7 @@ class CreateApplicationCommand extends smithyClient.Command
|
|
|
2067
2075
|
})
|
|
2068
2076
|
.s("AWSElasticBeanstalkService", "CreateApplication", {})
|
|
2069
2077
|
.n("ElasticBeanstalkClient", "CreateApplicationCommand")
|
|
2070
|
-
.sc(CreateApplication)
|
|
2078
|
+
.sc(CreateApplication$)
|
|
2071
2079
|
.build() {
|
|
2072
2080
|
}
|
|
2073
2081
|
|
|
@@ -2079,7 +2087,7 @@ class CreateApplicationVersionCommand extends smithyClient.Command
|
|
|
2079
2087
|
})
|
|
2080
2088
|
.s("AWSElasticBeanstalkService", "CreateApplicationVersion", {})
|
|
2081
2089
|
.n("ElasticBeanstalkClient", "CreateApplicationVersionCommand")
|
|
2082
|
-
.sc(CreateApplicationVersion)
|
|
2090
|
+
.sc(CreateApplicationVersion$)
|
|
2083
2091
|
.build() {
|
|
2084
2092
|
}
|
|
2085
2093
|
|
|
@@ -2091,7 +2099,7 @@ class CreateConfigurationTemplateCommand extends smithyClient.Command
|
|
|
2091
2099
|
})
|
|
2092
2100
|
.s("AWSElasticBeanstalkService", "CreateConfigurationTemplate", {})
|
|
2093
2101
|
.n("ElasticBeanstalkClient", "CreateConfigurationTemplateCommand")
|
|
2094
|
-
.sc(CreateConfigurationTemplate)
|
|
2102
|
+
.sc(CreateConfigurationTemplate$)
|
|
2095
2103
|
.build() {
|
|
2096
2104
|
}
|
|
2097
2105
|
|
|
@@ -2103,7 +2111,7 @@ class CreateEnvironmentCommand extends smithyClient.Command
|
|
|
2103
2111
|
})
|
|
2104
2112
|
.s("AWSElasticBeanstalkService", "CreateEnvironment", {})
|
|
2105
2113
|
.n("ElasticBeanstalkClient", "CreateEnvironmentCommand")
|
|
2106
|
-
.sc(CreateEnvironment)
|
|
2114
|
+
.sc(CreateEnvironment$)
|
|
2107
2115
|
.build() {
|
|
2108
2116
|
}
|
|
2109
2117
|
|
|
@@ -2115,7 +2123,7 @@ class CreatePlatformVersionCommand extends smithyClient.Command
|
|
|
2115
2123
|
})
|
|
2116
2124
|
.s("AWSElasticBeanstalkService", "CreatePlatformVersion", {})
|
|
2117
2125
|
.n("ElasticBeanstalkClient", "CreatePlatformVersionCommand")
|
|
2118
|
-
.sc(CreatePlatformVersion)
|
|
2126
|
+
.sc(CreatePlatformVersion$)
|
|
2119
2127
|
.build() {
|
|
2120
2128
|
}
|
|
2121
2129
|
|
|
@@ -2127,7 +2135,7 @@ class CreateStorageLocationCommand extends smithyClient.Command
|
|
|
2127
2135
|
})
|
|
2128
2136
|
.s("AWSElasticBeanstalkService", "CreateStorageLocation", {})
|
|
2129
2137
|
.n("ElasticBeanstalkClient", "CreateStorageLocationCommand")
|
|
2130
|
-
.sc(CreateStorageLocation)
|
|
2138
|
+
.sc(CreateStorageLocation$)
|
|
2131
2139
|
.build() {
|
|
2132
2140
|
}
|
|
2133
2141
|
|
|
@@ -2139,7 +2147,7 @@ class DeleteApplicationCommand extends smithyClient.Command
|
|
|
2139
2147
|
})
|
|
2140
2148
|
.s("AWSElasticBeanstalkService", "DeleteApplication", {})
|
|
2141
2149
|
.n("ElasticBeanstalkClient", "DeleteApplicationCommand")
|
|
2142
|
-
.sc(DeleteApplication)
|
|
2150
|
+
.sc(DeleteApplication$)
|
|
2143
2151
|
.build() {
|
|
2144
2152
|
}
|
|
2145
2153
|
|
|
@@ -2151,7 +2159,7 @@ class DeleteApplicationVersionCommand extends smithyClient.Command
|
|
|
2151
2159
|
})
|
|
2152
2160
|
.s("AWSElasticBeanstalkService", "DeleteApplicationVersion", {})
|
|
2153
2161
|
.n("ElasticBeanstalkClient", "DeleteApplicationVersionCommand")
|
|
2154
|
-
.sc(DeleteApplicationVersion)
|
|
2162
|
+
.sc(DeleteApplicationVersion$)
|
|
2155
2163
|
.build() {
|
|
2156
2164
|
}
|
|
2157
2165
|
|
|
@@ -2163,7 +2171,7 @@ class DeleteConfigurationTemplateCommand extends smithyClient.Command
|
|
|
2163
2171
|
})
|
|
2164
2172
|
.s("AWSElasticBeanstalkService", "DeleteConfigurationTemplate", {})
|
|
2165
2173
|
.n("ElasticBeanstalkClient", "DeleteConfigurationTemplateCommand")
|
|
2166
|
-
.sc(DeleteConfigurationTemplate)
|
|
2174
|
+
.sc(DeleteConfigurationTemplate$)
|
|
2167
2175
|
.build() {
|
|
2168
2176
|
}
|
|
2169
2177
|
|
|
@@ -2175,7 +2183,7 @@ class DeleteEnvironmentConfigurationCommand extends smithyClient.Command
|
|
|
2175
2183
|
})
|
|
2176
2184
|
.s("AWSElasticBeanstalkService", "DeleteEnvironmentConfiguration", {})
|
|
2177
2185
|
.n("ElasticBeanstalkClient", "DeleteEnvironmentConfigurationCommand")
|
|
2178
|
-
.sc(DeleteEnvironmentConfiguration)
|
|
2186
|
+
.sc(DeleteEnvironmentConfiguration$)
|
|
2179
2187
|
.build() {
|
|
2180
2188
|
}
|
|
2181
2189
|
|
|
@@ -2187,7 +2195,7 @@ class DeletePlatformVersionCommand extends smithyClient.Command
|
|
|
2187
2195
|
})
|
|
2188
2196
|
.s("AWSElasticBeanstalkService", "DeletePlatformVersion", {})
|
|
2189
2197
|
.n("ElasticBeanstalkClient", "DeletePlatformVersionCommand")
|
|
2190
|
-
.sc(DeletePlatformVersion)
|
|
2198
|
+
.sc(DeletePlatformVersion$)
|
|
2191
2199
|
.build() {
|
|
2192
2200
|
}
|
|
2193
2201
|
|
|
@@ -2199,7 +2207,7 @@ class DescribeAccountAttributesCommand extends smithyClient.Command
|
|
|
2199
2207
|
})
|
|
2200
2208
|
.s("AWSElasticBeanstalkService", "DescribeAccountAttributes", {})
|
|
2201
2209
|
.n("ElasticBeanstalkClient", "DescribeAccountAttributesCommand")
|
|
2202
|
-
.sc(DescribeAccountAttributes)
|
|
2210
|
+
.sc(DescribeAccountAttributes$)
|
|
2203
2211
|
.build() {
|
|
2204
2212
|
}
|
|
2205
2213
|
|
|
@@ -2211,7 +2219,7 @@ class DescribeApplicationsCommand extends smithyClient.Command
|
|
|
2211
2219
|
})
|
|
2212
2220
|
.s("AWSElasticBeanstalkService", "DescribeApplications", {})
|
|
2213
2221
|
.n("ElasticBeanstalkClient", "DescribeApplicationsCommand")
|
|
2214
|
-
.sc(DescribeApplications)
|
|
2222
|
+
.sc(DescribeApplications$)
|
|
2215
2223
|
.build() {
|
|
2216
2224
|
}
|
|
2217
2225
|
|
|
@@ -2223,7 +2231,7 @@ class DescribeApplicationVersionsCommand extends smithyClient.Command
|
|
|
2223
2231
|
})
|
|
2224
2232
|
.s("AWSElasticBeanstalkService", "DescribeApplicationVersions", {})
|
|
2225
2233
|
.n("ElasticBeanstalkClient", "DescribeApplicationVersionsCommand")
|
|
2226
|
-
.sc(DescribeApplicationVersions)
|
|
2234
|
+
.sc(DescribeApplicationVersions$)
|
|
2227
2235
|
.build() {
|
|
2228
2236
|
}
|
|
2229
2237
|
|
|
@@ -2235,7 +2243,7 @@ class DescribeConfigurationOptionsCommand extends smithyClient.Command
|
|
|
2235
2243
|
})
|
|
2236
2244
|
.s("AWSElasticBeanstalkService", "DescribeConfigurationOptions", {})
|
|
2237
2245
|
.n("ElasticBeanstalkClient", "DescribeConfigurationOptionsCommand")
|
|
2238
|
-
.sc(DescribeConfigurationOptions)
|
|
2246
|
+
.sc(DescribeConfigurationOptions$)
|
|
2239
2247
|
.build() {
|
|
2240
2248
|
}
|
|
2241
2249
|
|
|
@@ -2247,7 +2255,7 @@ class DescribeConfigurationSettingsCommand extends smithyClient.Command
|
|
|
2247
2255
|
})
|
|
2248
2256
|
.s("AWSElasticBeanstalkService", "DescribeConfigurationSettings", {})
|
|
2249
2257
|
.n("ElasticBeanstalkClient", "DescribeConfigurationSettingsCommand")
|
|
2250
|
-
.sc(DescribeConfigurationSettings)
|
|
2258
|
+
.sc(DescribeConfigurationSettings$)
|
|
2251
2259
|
.build() {
|
|
2252
2260
|
}
|
|
2253
2261
|
|
|
@@ -2259,7 +2267,7 @@ class DescribeEnvironmentHealthCommand extends smithyClient.Command
|
|
|
2259
2267
|
})
|
|
2260
2268
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentHealth", {})
|
|
2261
2269
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentHealthCommand")
|
|
2262
|
-
.sc(DescribeEnvironmentHealth)
|
|
2270
|
+
.sc(DescribeEnvironmentHealth$)
|
|
2263
2271
|
.build() {
|
|
2264
2272
|
}
|
|
2265
2273
|
|
|
@@ -2271,7 +2279,7 @@ class DescribeEnvironmentManagedActionHistoryCommand extends smithyClient.Comman
|
|
|
2271
2279
|
})
|
|
2272
2280
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActionHistory", {})
|
|
2273
2281
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionHistoryCommand")
|
|
2274
|
-
.sc(DescribeEnvironmentManagedActionHistory)
|
|
2282
|
+
.sc(DescribeEnvironmentManagedActionHistory$)
|
|
2275
2283
|
.build() {
|
|
2276
2284
|
}
|
|
2277
2285
|
|
|
@@ -2283,7 +2291,7 @@ class DescribeEnvironmentManagedActionsCommand extends smithyClient.Command
|
|
|
2283
2291
|
})
|
|
2284
2292
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentManagedActions", {})
|
|
2285
2293
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentManagedActionsCommand")
|
|
2286
|
-
.sc(DescribeEnvironmentManagedActions)
|
|
2294
|
+
.sc(DescribeEnvironmentManagedActions$)
|
|
2287
2295
|
.build() {
|
|
2288
2296
|
}
|
|
2289
2297
|
|
|
@@ -2295,7 +2303,7 @@ class DescribeEnvironmentResourcesCommand extends smithyClient.Command
|
|
|
2295
2303
|
})
|
|
2296
2304
|
.s("AWSElasticBeanstalkService", "DescribeEnvironmentResources", {})
|
|
2297
2305
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentResourcesCommand")
|
|
2298
|
-
.sc(DescribeEnvironmentResources)
|
|
2306
|
+
.sc(DescribeEnvironmentResources$)
|
|
2299
2307
|
.build() {
|
|
2300
2308
|
}
|
|
2301
2309
|
|
|
@@ -2307,7 +2315,7 @@ class DescribeEnvironmentsCommand extends smithyClient.Command
|
|
|
2307
2315
|
})
|
|
2308
2316
|
.s("AWSElasticBeanstalkService", "DescribeEnvironments", {})
|
|
2309
2317
|
.n("ElasticBeanstalkClient", "DescribeEnvironmentsCommand")
|
|
2310
|
-
.sc(DescribeEnvironments)
|
|
2318
|
+
.sc(DescribeEnvironments$)
|
|
2311
2319
|
.build() {
|
|
2312
2320
|
}
|
|
2313
2321
|
|
|
@@ -2319,7 +2327,7 @@ class DescribeEventsCommand extends smithyClient.Command
|
|
|
2319
2327
|
})
|
|
2320
2328
|
.s("AWSElasticBeanstalkService", "DescribeEvents", {})
|
|
2321
2329
|
.n("ElasticBeanstalkClient", "DescribeEventsCommand")
|
|
2322
|
-
.sc(DescribeEvents)
|
|
2330
|
+
.sc(DescribeEvents$)
|
|
2323
2331
|
.build() {
|
|
2324
2332
|
}
|
|
2325
2333
|
|
|
@@ -2331,7 +2339,7 @@ class DescribeInstancesHealthCommand extends smithyClient.Command
|
|
|
2331
2339
|
})
|
|
2332
2340
|
.s("AWSElasticBeanstalkService", "DescribeInstancesHealth", {})
|
|
2333
2341
|
.n("ElasticBeanstalkClient", "DescribeInstancesHealthCommand")
|
|
2334
|
-
.sc(DescribeInstancesHealth)
|
|
2342
|
+
.sc(DescribeInstancesHealth$)
|
|
2335
2343
|
.build() {
|
|
2336
2344
|
}
|
|
2337
2345
|
|
|
@@ -2343,7 +2351,7 @@ class DescribePlatformVersionCommand extends smithyClient.Command
|
|
|
2343
2351
|
})
|
|
2344
2352
|
.s("AWSElasticBeanstalkService", "DescribePlatformVersion", {})
|
|
2345
2353
|
.n("ElasticBeanstalkClient", "DescribePlatformVersionCommand")
|
|
2346
|
-
.sc(DescribePlatformVersion)
|
|
2354
|
+
.sc(DescribePlatformVersion$)
|
|
2347
2355
|
.build() {
|
|
2348
2356
|
}
|
|
2349
2357
|
|
|
@@ -2355,7 +2363,7 @@ class DisassociateEnvironmentOperationsRoleCommand extends smithyClient.Command
|
|
|
2355
2363
|
})
|
|
2356
2364
|
.s("AWSElasticBeanstalkService", "DisassociateEnvironmentOperationsRole", {})
|
|
2357
2365
|
.n("ElasticBeanstalkClient", "DisassociateEnvironmentOperationsRoleCommand")
|
|
2358
|
-
.sc(DisassociateEnvironmentOperationsRole)
|
|
2366
|
+
.sc(DisassociateEnvironmentOperationsRole$)
|
|
2359
2367
|
.build() {
|
|
2360
2368
|
}
|
|
2361
2369
|
|
|
@@ -2367,7 +2375,7 @@ class ListAvailableSolutionStacksCommand extends smithyClient.Command
|
|
|
2367
2375
|
})
|
|
2368
2376
|
.s("AWSElasticBeanstalkService", "ListAvailableSolutionStacks", {})
|
|
2369
2377
|
.n("ElasticBeanstalkClient", "ListAvailableSolutionStacksCommand")
|
|
2370
|
-
.sc(ListAvailableSolutionStacks)
|
|
2378
|
+
.sc(ListAvailableSolutionStacks$)
|
|
2371
2379
|
.build() {
|
|
2372
2380
|
}
|
|
2373
2381
|
|
|
@@ -2379,7 +2387,7 @@ class ListPlatformBranchesCommand extends smithyClient.Command
|
|
|
2379
2387
|
})
|
|
2380
2388
|
.s("AWSElasticBeanstalkService", "ListPlatformBranches", {})
|
|
2381
2389
|
.n("ElasticBeanstalkClient", "ListPlatformBranchesCommand")
|
|
2382
|
-
.sc(ListPlatformBranches)
|
|
2390
|
+
.sc(ListPlatformBranches$)
|
|
2383
2391
|
.build() {
|
|
2384
2392
|
}
|
|
2385
2393
|
|
|
@@ -2391,7 +2399,7 @@ class ListPlatformVersionsCommand extends smithyClient.Command
|
|
|
2391
2399
|
})
|
|
2392
2400
|
.s("AWSElasticBeanstalkService", "ListPlatformVersions", {})
|
|
2393
2401
|
.n("ElasticBeanstalkClient", "ListPlatformVersionsCommand")
|
|
2394
|
-
.sc(ListPlatformVersions)
|
|
2402
|
+
.sc(ListPlatformVersions$)
|
|
2395
2403
|
.build() {
|
|
2396
2404
|
}
|
|
2397
2405
|
|
|
@@ -2403,7 +2411,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2403
2411
|
})
|
|
2404
2412
|
.s("AWSElasticBeanstalkService", "ListTagsForResource", {})
|
|
2405
2413
|
.n("ElasticBeanstalkClient", "ListTagsForResourceCommand")
|
|
2406
|
-
.sc(ListTagsForResource)
|
|
2414
|
+
.sc(ListTagsForResource$)
|
|
2407
2415
|
.build() {
|
|
2408
2416
|
}
|
|
2409
2417
|
|
|
@@ -2415,7 +2423,7 @@ class RebuildEnvironmentCommand extends smithyClient.Command
|
|
|
2415
2423
|
})
|
|
2416
2424
|
.s("AWSElasticBeanstalkService", "RebuildEnvironment", {})
|
|
2417
2425
|
.n("ElasticBeanstalkClient", "RebuildEnvironmentCommand")
|
|
2418
|
-
.sc(RebuildEnvironment)
|
|
2426
|
+
.sc(RebuildEnvironment$)
|
|
2419
2427
|
.build() {
|
|
2420
2428
|
}
|
|
2421
2429
|
|
|
@@ -2427,7 +2435,7 @@ class RequestEnvironmentInfoCommand extends smithyClient.Command
|
|
|
2427
2435
|
})
|
|
2428
2436
|
.s("AWSElasticBeanstalkService", "RequestEnvironmentInfo", {})
|
|
2429
2437
|
.n("ElasticBeanstalkClient", "RequestEnvironmentInfoCommand")
|
|
2430
|
-
.sc(RequestEnvironmentInfo)
|
|
2438
|
+
.sc(RequestEnvironmentInfo$)
|
|
2431
2439
|
.build() {
|
|
2432
2440
|
}
|
|
2433
2441
|
|
|
@@ -2439,7 +2447,7 @@ class RestartAppServerCommand extends smithyClient.Command
|
|
|
2439
2447
|
})
|
|
2440
2448
|
.s("AWSElasticBeanstalkService", "RestartAppServer", {})
|
|
2441
2449
|
.n("ElasticBeanstalkClient", "RestartAppServerCommand")
|
|
2442
|
-
.sc(RestartAppServer)
|
|
2450
|
+
.sc(RestartAppServer$)
|
|
2443
2451
|
.build() {
|
|
2444
2452
|
}
|
|
2445
2453
|
|
|
@@ -2451,7 +2459,7 @@ class RetrieveEnvironmentInfoCommand extends smithyClient.Command
|
|
|
2451
2459
|
})
|
|
2452
2460
|
.s("AWSElasticBeanstalkService", "RetrieveEnvironmentInfo", {})
|
|
2453
2461
|
.n("ElasticBeanstalkClient", "RetrieveEnvironmentInfoCommand")
|
|
2454
|
-
.sc(RetrieveEnvironmentInfo)
|
|
2462
|
+
.sc(RetrieveEnvironmentInfo$)
|
|
2455
2463
|
.build() {
|
|
2456
2464
|
}
|
|
2457
2465
|
|
|
@@ -2463,7 +2471,7 @@ class SwapEnvironmentCNAMEsCommand extends smithyClient.Command
|
|
|
2463
2471
|
})
|
|
2464
2472
|
.s("AWSElasticBeanstalkService", "SwapEnvironmentCNAMEs", {})
|
|
2465
2473
|
.n("ElasticBeanstalkClient", "SwapEnvironmentCNAMEsCommand")
|
|
2466
|
-
.sc(SwapEnvironmentCNAMEs)
|
|
2474
|
+
.sc(SwapEnvironmentCNAMEs$)
|
|
2467
2475
|
.build() {
|
|
2468
2476
|
}
|
|
2469
2477
|
|
|
@@ -2475,7 +2483,7 @@ class TerminateEnvironmentCommand extends smithyClient.Command
|
|
|
2475
2483
|
})
|
|
2476
2484
|
.s("AWSElasticBeanstalkService", "TerminateEnvironment", {})
|
|
2477
2485
|
.n("ElasticBeanstalkClient", "TerminateEnvironmentCommand")
|
|
2478
|
-
.sc(TerminateEnvironment)
|
|
2486
|
+
.sc(TerminateEnvironment$)
|
|
2479
2487
|
.build() {
|
|
2480
2488
|
}
|
|
2481
2489
|
|
|
@@ -2487,7 +2495,7 @@ class UpdateApplicationCommand extends smithyClient.Command
|
|
|
2487
2495
|
})
|
|
2488
2496
|
.s("AWSElasticBeanstalkService", "UpdateApplication", {})
|
|
2489
2497
|
.n("ElasticBeanstalkClient", "UpdateApplicationCommand")
|
|
2490
|
-
.sc(UpdateApplication)
|
|
2498
|
+
.sc(UpdateApplication$)
|
|
2491
2499
|
.build() {
|
|
2492
2500
|
}
|
|
2493
2501
|
|
|
@@ -2499,7 +2507,7 @@ class UpdateApplicationResourceLifecycleCommand extends smithyClient.Command
|
|
|
2499
2507
|
})
|
|
2500
2508
|
.s("AWSElasticBeanstalkService", "UpdateApplicationResourceLifecycle", {})
|
|
2501
2509
|
.n("ElasticBeanstalkClient", "UpdateApplicationResourceLifecycleCommand")
|
|
2502
|
-
.sc(UpdateApplicationResourceLifecycle)
|
|
2510
|
+
.sc(UpdateApplicationResourceLifecycle$)
|
|
2503
2511
|
.build() {
|
|
2504
2512
|
}
|
|
2505
2513
|
|
|
@@ -2511,7 +2519,7 @@ class UpdateApplicationVersionCommand extends smithyClient.Command
|
|
|
2511
2519
|
})
|
|
2512
2520
|
.s("AWSElasticBeanstalkService", "UpdateApplicationVersion", {})
|
|
2513
2521
|
.n("ElasticBeanstalkClient", "UpdateApplicationVersionCommand")
|
|
2514
|
-
.sc(UpdateApplicationVersion)
|
|
2522
|
+
.sc(UpdateApplicationVersion$)
|
|
2515
2523
|
.build() {
|
|
2516
2524
|
}
|
|
2517
2525
|
|
|
@@ -2523,7 +2531,7 @@ class UpdateConfigurationTemplateCommand extends smithyClient.Command
|
|
|
2523
2531
|
})
|
|
2524
2532
|
.s("AWSElasticBeanstalkService", "UpdateConfigurationTemplate", {})
|
|
2525
2533
|
.n("ElasticBeanstalkClient", "UpdateConfigurationTemplateCommand")
|
|
2526
|
-
.sc(UpdateConfigurationTemplate)
|
|
2534
|
+
.sc(UpdateConfigurationTemplate$)
|
|
2527
2535
|
.build() {
|
|
2528
2536
|
}
|
|
2529
2537
|
|
|
@@ -2535,7 +2543,7 @@ class UpdateEnvironmentCommand extends smithyClient.Command
|
|
|
2535
2543
|
})
|
|
2536
2544
|
.s("AWSElasticBeanstalkService", "UpdateEnvironment", {})
|
|
2537
2545
|
.n("ElasticBeanstalkClient", "UpdateEnvironmentCommand")
|
|
2538
|
-
.sc(UpdateEnvironment)
|
|
2546
|
+
.sc(UpdateEnvironment$)
|
|
2539
2547
|
.build() {
|
|
2540
2548
|
}
|
|
2541
2549
|
|
|
@@ -2547,7 +2555,7 @@ class UpdateTagsForResourceCommand extends smithyClient.Command
|
|
|
2547
2555
|
})
|
|
2548
2556
|
.s("AWSElasticBeanstalkService", "UpdateTagsForResource", {})
|
|
2549
2557
|
.n("ElasticBeanstalkClient", "UpdateTagsForResourceCommand")
|
|
2550
|
-
.sc(UpdateTagsForResource)
|
|
2558
|
+
.sc(UpdateTagsForResource$)
|
|
2551
2559
|
.build() {
|
|
2552
2560
|
}
|
|
2553
2561
|
|
|
@@ -2559,7 +2567,7 @@ class ValidateConfigurationSettingsCommand extends smithyClient.Command
|
|
|
2559
2567
|
})
|
|
2560
2568
|
.s("AWSElasticBeanstalkService", "ValidateConfigurationSettings", {})
|
|
2561
2569
|
.n("ElasticBeanstalkClient", "ValidateConfigurationSettingsCommand")
|
|
2562
|
-
.sc(ValidateConfigurationSettings)
|
|
2570
|
+
.sc(ValidateConfigurationSettings$)
|
|
2563
2571
|
.build() {
|
|
2564
2572
|
}
|
|
2565
2573
|
|
|
@@ -2925,93 +2933,286 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2925
2933
|
enumerable: true,
|
|
2926
2934
|
get: function () { return smithyClient.Client; }
|
|
2927
2935
|
});
|
|
2936
|
+
exports.AbortEnvironmentUpdate$ = AbortEnvironmentUpdate$;
|
|
2928
2937
|
exports.AbortEnvironmentUpdateCommand = AbortEnvironmentUpdateCommand;
|
|
2938
|
+
exports.AbortEnvironmentUpdateMessage$ = AbortEnvironmentUpdateMessage$;
|
|
2929
2939
|
exports.ActionHistoryStatus = ActionHistoryStatus;
|
|
2930
2940
|
exports.ActionStatus = ActionStatus;
|
|
2931
2941
|
exports.ActionType = ActionType;
|
|
2942
|
+
exports.ApplicationDescription$ = ApplicationDescription$;
|
|
2943
|
+
exports.ApplicationDescriptionMessage$ = ApplicationDescriptionMessage$;
|
|
2944
|
+
exports.ApplicationDescriptionsMessage$ = ApplicationDescriptionsMessage$;
|
|
2945
|
+
exports.ApplicationMetrics$ = ApplicationMetrics$;
|
|
2946
|
+
exports.ApplicationResourceLifecycleConfig$ = ApplicationResourceLifecycleConfig$;
|
|
2947
|
+
exports.ApplicationResourceLifecycleDescriptionMessage$ = ApplicationResourceLifecycleDescriptionMessage$;
|
|
2948
|
+
exports.ApplicationVersionDescription$ = ApplicationVersionDescription$;
|
|
2949
|
+
exports.ApplicationVersionDescriptionMessage$ = ApplicationVersionDescriptionMessage$;
|
|
2950
|
+
exports.ApplicationVersionDescriptionsMessage$ = ApplicationVersionDescriptionsMessage$;
|
|
2951
|
+
exports.ApplicationVersionLifecycleConfig$ = ApplicationVersionLifecycleConfig$;
|
|
2932
2952
|
exports.ApplicationVersionStatus = ApplicationVersionStatus;
|
|
2953
|
+
exports.ApplyEnvironmentManagedAction$ = ApplyEnvironmentManagedAction$;
|
|
2933
2954
|
exports.ApplyEnvironmentManagedActionCommand = ApplyEnvironmentManagedActionCommand;
|
|
2955
|
+
exports.ApplyEnvironmentManagedActionRequest$ = ApplyEnvironmentManagedActionRequest$;
|
|
2956
|
+
exports.ApplyEnvironmentManagedActionResult$ = ApplyEnvironmentManagedActionResult$;
|
|
2957
|
+
exports.AssociateEnvironmentOperationsRole$ = AssociateEnvironmentOperationsRole$;
|
|
2934
2958
|
exports.AssociateEnvironmentOperationsRoleCommand = AssociateEnvironmentOperationsRoleCommand;
|
|
2959
|
+
exports.AssociateEnvironmentOperationsRoleMessage$ = AssociateEnvironmentOperationsRoleMessage$;
|
|
2960
|
+
exports.AutoScalingGroup$ = AutoScalingGroup$;
|
|
2961
|
+
exports.BuildConfiguration$ = BuildConfiguration$;
|
|
2962
|
+
exports.Builder$ = Builder$;
|
|
2963
|
+
exports.CPUUtilization$ = CPUUtilization$;
|
|
2964
|
+
exports.CheckDNSAvailability$ = CheckDNSAvailability$;
|
|
2935
2965
|
exports.CheckDNSAvailabilityCommand = CheckDNSAvailabilityCommand;
|
|
2936
|
-
exports.
|
|
2966
|
+
exports.CheckDNSAvailabilityMessage$ = CheckDNSAvailabilityMessage$;
|
|
2967
|
+
exports.CheckDNSAvailabilityResultMessage$ = CheckDNSAvailabilityResultMessage$;
|
|
2968
|
+
exports.CodeBuildNotInServiceRegionException = CodeBuildNotInServiceRegionException;
|
|
2969
|
+
exports.CodeBuildNotInServiceRegionException$ = CodeBuildNotInServiceRegionException$;
|
|
2970
|
+
exports.ComposeEnvironments$ = ComposeEnvironments$;
|
|
2937
2971
|
exports.ComposeEnvironmentsCommand = ComposeEnvironmentsCommand;
|
|
2972
|
+
exports.ComposeEnvironmentsMessage$ = ComposeEnvironmentsMessage$;
|
|
2938
2973
|
exports.ComputeType = ComputeType;
|
|
2939
2974
|
exports.ConfigurationDeploymentStatus = ConfigurationDeploymentStatus;
|
|
2975
|
+
exports.ConfigurationOptionDescription$ = ConfigurationOptionDescription$;
|
|
2976
|
+
exports.ConfigurationOptionSetting$ = ConfigurationOptionSetting$;
|
|
2940
2977
|
exports.ConfigurationOptionValueType = ConfigurationOptionValueType;
|
|
2978
|
+
exports.ConfigurationOptionsDescription$ = ConfigurationOptionsDescription$;
|
|
2979
|
+
exports.ConfigurationSettingsDescription$ = ConfigurationSettingsDescription$;
|
|
2980
|
+
exports.ConfigurationSettingsDescriptions$ = ConfigurationSettingsDescriptions$;
|
|
2981
|
+
exports.ConfigurationSettingsValidationMessages$ = ConfigurationSettingsValidationMessages$;
|
|
2982
|
+
exports.CreateApplication$ = CreateApplication$;
|
|
2941
2983
|
exports.CreateApplicationCommand = CreateApplicationCommand;
|
|
2984
|
+
exports.CreateApplicationMessage$ = CreateApplicationMessage$;
|
|
2985
|
+
exports.CreateApplicationVersion$ = CreateApplicationVersion$;
|
|
2942
2986
|
exports.CreateApplicationVersionCommand = CreateApplicationVersionCommand;
|
|
2987
|
+
exports.CreateApplicationVersionMessage$ = CreateApplicationVersionMessage$;
|
|
2988
|
+
exports.CreateConfigurationTemplate$ = CreateConfigurationTemplate$;
|
|
2943
2989
|
exports.CreateConfigurationTemplateCommand = CreateConfigurationTemplateCommand;
|
|
2990
|
+
exports.CreateConfigurationTemplateMessage$ = CreateConfigurationTemplateMessage$;
|
|
2991
|
+
exports.CreateEnvironment$ = CreateEnvironment$;
|
|
2944
2992
|
exports.CreateEnvironmentCommand = CreateEnvironmentCommand;
|
|
2993
|
+
exports.CreateEnvironmentMessage$ = CreateEnvironmentMessage$;
|
|
2994
|
+
exports.CreatePlatformVersion$ = CreatePlatformVersion$;
|
|
2945
2995
|
exports.CreatePlatformVersionCommand = CreatePlatformVersionCommand;
|
|
2996
|
+
exports.CreatePlatformVersionRequest$ = CreatePlatformVersionRequest$;
|
|
2997
|
+
exports.CreatePlatformVersionResult$ = CreatePlatformVersionResult$;
|
|
2998
|
+
exports.CreateStorageLocation$ = CreateStorageLocation$;
|
|
2946
2999
|
exports.CreateStorageLocationCommand = CreateStorageLocationCommand;
|
|
3000
|
+
exports.CreateStorageLocationResultMessage$ = CreateStorageLocationResultMessage$;
|
|
3001
|
+
exports.CustomAmi$ = CustomAmi$;
|
|
3002
|
+
exports.DeleteApplication$ = DeleteApplication$;
|
|
2947
3003
|
exports.DeleteApplicationCommand = DeleteApplicationCommand;
|
|
3004
|
+
exports.DeleteApplicationMessage$ = DeleteApplicationMessage$;
|
|
3005
|
+
exports.DeleteApplicationVersion$ = DeleteApplicationVersion$;
|
|
2948
3006
|
exports.DeleteApplicationVersionCommand = DeleteApplicationVersionCommand;
|
|
3007
|
+
exports.DeleteApplicationVersionMessage$ = DeleteApplicationVersionMessage$;
|
|
3008
|
+
exports.DeleteConfigurationTemplate$ = DeleteConfigurationTemplate$;
|
|
2949
3009
|
exports.DeleteConfigurationTemplateCommand = DeleteConfigurationTemplateCommand;
|
|
3010
|
+
exports.DeleteConfigurationTemplateMessage$ = DeleteConfigurationTemplateMessage$;
|
|
3011
|
+
exports.DeleteEnvironmentConfiguration$ = DeleteEnvironmentConfiguration$;
|
|
2950
3012
|
exports.DeleteEnvironmentConfigurationCommand = DeleteEnvironmentConfigurationCommand;
|
|
3013
|
+
exports.DeleteEnvironmentConfigurationMessage$ = DeleteEnvironmentConfigurationMessage$;
|
|
3014
|
+
exports.DeletePlatformVersion$ = DeletePlatformVersion$;
|
|
2951
3015
|
exports.DeletePlatformVersionCommand = DeletePlatformVersionCommand;
|
|
3016
|
+
exports.DeletePlatformVersionRequest$ = DeletePlatformVersionRequest$;
|
|
3017
|
+
exports.DeletePlatformVersionResult$ = DeletePlatformVersionResult$;
|
|
3018
|
+
exports.Deployment$ = Deployment$;
|
|
3019
|
+
exports.DescribeAccountAttributes$ = DescribeAccountAttributes$;
|
|
2952
3020
|
exports.DescribeAccountAttributesCommand = DescribeAccountAttributesCommand;
|
|
3021
|
+
exports.DescribeAccountAttributesResult$ = DescribeAccountAttributesResult$;
|
|
3022
|
+
exports.DescribeApplicationVersions$ = DescribeApplicationVersions$;
|
|
2953
3023
|
exports.DescribeApplicationVersionsCommand = DescribeApplicationVersionsCommand;
|
|
3024
|
+
exports.DescribeApplicationVersionsMessage$ = DescribeApplicationVersionsMessage$;
|
|
3025
|
+
exports.DescribeApplications$ = DescribeApplications$;
|
|
2954
3026
|
exports.DescribeApplicationsCommand = DescribeApplicationsCommand;
|
|
3027
|
+
exports.DescribeApplicationsMessage$ = DescribeApplicationsMessage$;
|
|
3028
|
+
exports.DescribeConfigurationOptions$ = DescribeConfigurationOptions$;
|
|
2955
3029
|
exports.DescribeConfigurationOptionsCommand = DescribeConfigurationOptionsCommand;
|
|
3030
|
+
exports.DescribeConfigurationOptionsMessage$ = DescribeConfigurationOptionsMessage$;
|
|
3031
|
+
exports.DescribeConfigurationSettings$ = DescribeConfigurationSettings$;
|
|
2956
3032
|
exports.DescribeConfigurationSettingsCommand = DescribeConfigurationSettingsCommand;
|
|
3033
|
+
exports.DescribeConfigurationSettingsMessage$ = DescribeConfigurationSettingsMessage$;
|
|
3034
|
+
exports.DescribeEnvironmentHealth$ = DescribeEnvironmentHealth$;
|
|
2957
3035
|
exports.DescribeEnvironmentHealthCommand = DescribeEnvironmentHealthCommand;
|
|
3036
|
+
exports.DescribeEnvironmentHealthRequest$ = DescribeEnvironmentHealthRequest$;
|
|
3037
|
+
exports.DescribeEnvironmentHealthResult$ = DescribeEnvironmentHealthResult$;
|
|
3038
|
+
exports.DescribeEnvironmentManagedActionHistory$ = DescribeEnvironmentManagedActionHistory$;
|
|
2958
3039
|
exports.DescribeEnvironmentManagedActionHistoryCommand = DescribeEnvironmentManagedActionHistoryCommand;
|
|
3040
|
+
exports.DescribeEnvironmentManagedActionHistoryRequest$ = DescribeEnvironmentManagedActionHistoryRequest$;
|
|
3041
|
+
exports.DescribeEnvironmentManagedActionHistoryResult$ = DescribeEnvironmentManagedActionHistoryResult$;
|
|
3042
|
+
exports.DescribeEnvironmentManagedActions$ = DescribeEnvironmentManagedActions$;
|
|
2959
3043
|
exports.DescribeEnvironmentManagedActionsCommand = DescribeEnvironmentManagedActionsCommand;
|
|
3044
|
+
exports.DescribeEnvironmentManagedActionsRequest$ = DescribeEnvironmentManagedActionsRequest$;
|
|
3045
|
+
exports.DescribeEnvironmentManagedActionsResult$ = DescribeEnvironmentManagedActionsResult$;
|
|
3046
|
+
exports.DescribeEnvironmentResources$ = DescribeEnvironmentResources$;
|
|
2960
3047
|
exports.DescribeEnvironmentResourcesCommand = DescribeEnvironmentResourcesCommand;
|
|
3048
|
+
exports.DescribeEnvironmentResourcesMessage$ = DescribeEnvironmentResourcesMessage$;
|
|
3049
|
+
exports.DescribeEnvironments$ = DescribeEnvironments$;
|
|
2961
3050
|
exports.DescribeEnvironmentsCommand = DescribeEnvironmentsCommand;
|
|
3051
|
+
exports.DescribeEnvironmentsMessage$ = DescribeEnvironmentsMessage$;
|
|
3052
|
+
exports.DescribeEvents$ = DescribeEvents$;
|
|
2962
3053
|
exports.DescribeEventsCommand = DescribeEventsCommand;
|
|
3054
|
+
exports.DescribeEventsMessage$ = DescribeEventsMessage$;
|
|
3055
|
+
exports.DescribeInstancesHealth$ = DescribeInstancesHealth$;
|
|
2963
3056
|
exports.DescribeInstancesHealthCommand = DescribeInstancesHealthCommand;
|
|
3057
|
+
exports.DescribeInstancesHealthRequest$ = DescribeInstancesHealthRequest$;
|
|
3058
|
+
exports.DescribeInstancesHealthResult$ = DescribeInstancesHealthResult$;
|
|
3059
|
+
exports.DescribePlatformVersion$ = DescribePlatformVersion$;
|
|
2964
3060
|
exports.DescribePlatformVersionCommand = DescribePlatformVersionCommand;
|
|
3061
|
+
exports.DescribePlatformVersionRequest$ = DescribePlatformVersionRequest$;
|
|
3062
|
+
exports.DescribePlatformVersionResult$ = DescribePlatformVersionResult$;
|
|
3063
|
+
exports.DisassociateEnvironmentOperationsRole$ = DisassociateEnvironmentOperationsRole$;
|
|
2965
3064
|
exports.DisassociateEnvironmentOperationsRoleCommand = DisassociateEnvironmentOperationsRoleCommand;
|
|
3065
|
+
exports.DisassociateEnvironmentOperationsRoleMessage$ = DisassociateEnvironmentOperationsRoleMessage$;
|
|
2966
3066
|
exports.ElasticBeanstalk = ElasticBeanstalk;
|
|
2967
3067
|
exports.ElasticBeanstalkClient = ElasticBeanstalkClient;
|
|
2968
|
-
exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException
|
|
2969
|
-
exports.
|
|
3068
|
+
exports.ElasticBeanstalkServiceException = ElasticBeanstalkServiceException;
|
|
3069
|
+
exports.ElasticBeanstalkServiceException$ = ElasticBeanstalkServiceException$;
|
|
3070
|
+
exports.ElasticBeanstalkSyntheticServiceException = ElasticBeanstalkSyntheticServiceException;
|
|
3071
|
+
exports.ElasticBeanstalkSyntheticServiceException$ = ElasticBeanstalkSyntheticServiceException$;
|
|
3072
|
+
exports.EnvironmentDescription$ = EnvironmentDescription$;
|
|
3073
|
+
exports.EnvironmentDescriptionsMessage$ = EnvironmentDescriptionsMessage$;
|
|
2970
3074
|
exports.EnvironmentHealth = EnvironmentHealth;
|
|
2971
3075
|
exports.EnvironmentHealthAttribute = EnvironmentHealthAttribute;
|
|
2972
3076
|
exports.EnvironmentHealthStatus = EnvironmentHealthStatus;
|
|
3077
|
+
exports.EnvironmentInfoDescription$ = EnvironmentInfoDescription$;
|
|
2973
3078
|
exports.EnvironmentInfoType = EnvironmentInfoType;
|
|
3079
|
+
exports.EnvironmentLink$ = EnvironmentLink$;
|
|
3080
|
+
exports.EnvironmentResourceDescription$ = EnvironmentResourceDescription$;
|
|
3081
|
+
exports.EnvironmentResourceDescriptionsMessage$ = EnvironmentResourceDescriptionsMessage$;
|
|
3082
|
+
exports.EnvironmentResourcesDescription$ = EnvironmentResourcesDescription$;
|
|
2974
3083
|
exports.EnvironmentStatus = EnvironmentStatus;
|
|
3084
|
+
exports.EnvironmentTier$ = EnvironmentTier$;
|
|
3085
|
+
exports.EventDescription$ = EventDescription$;
|
|
3086
|
+
exports.EventDescriptionsMessage$ = EventDescriptionsMessage$;
|
|
2975
3087
|
exports.EventSeverity = EventSeverity;
|
|
2976
3088
|
exports.FailureType = FailureType;
|
|
3089
|
+
exports.Instance$ = Instance$;
|
|
3090
|
+
exports.InstanceHealthSummary$ = InstanceHealthSummary$;
|
|
2977
3091
|
exports.InstancesHealthAttribute = InstancesHealthAttribute;
|
|
2978
|
-
exports.InsufficientPrivilegesException = InsufficientPrivilegesException
|
|
2979
|
-
exports.
|
|
3092
|
+
exports.InsufficientPrivilegesException = InsufficientPrivilegesException;
|
|
3093
|
+
exports.InsufficientPrivilegesException$ = InsufficientPrivilegesException$;
|
|
3094
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
3095
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
3096
|
+
exports.Latency$ = Latency$;
|
|
3097
|
+
exports.LaunchConfiguration$ = LaunchConfiguration$;
|
|
3098
|
+
exports.LaunchTemplate$ = LaunchTemplate$;
|
|
3099
|
+
exports.ListAvailableSolutionStacks$ = ListAvailableSolutionStacks$;
|
|
2980
3100
|
exports.ListAvailableSolutionStacksCommand = ListAvailableSolutionStacksCommand;
|
|
3101
|
+
exports.ListAvailableSolutionStacksResultMessage$ = ListAvailableSolutionStacksResultMessage$;
|
|
3102
|
+
exports.ListPlatformBranches$ = ListPlatformBranches$;
|
|
2981
3103
|
exports.ListPlatformBranchesCommand = ListPlatformBranchesCommand;
|
|
3104
|
+
exports.ListPlatformBranchesRequest$ = ListPlatformBranchesRequest$;
|
|
3105
|
+
exports.ListPlatformBranchesResult$ = ListPlatformBranchesResult$;
|
|
3106
|
+
exports.ListPlatformVersions$ = ListPlatformVersions$;
|
|
2982
3107
|
exports.ListPlatformVersionsCommand = ListPlatformVersionsCommand;
|
|
3108
|
+
exports.ListPlatformVersionsRequest$ = ListPlatformVersionsRequest$;
|
|
3109
|
+
exports.ListPlatformVersionsResult$ = ListPlatformVersionsResult$;
|
|
3110
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2983
3111
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2984
|
-
exports.
|
|
2985
|
-
exports.
|
|
3112
|
+
exports.ListTagsForResourceMessage$ = ListTagsForResourceMessage$;
|
|
3113
|
+
exports.Listener$ = Listener$;
|
|
3114
|
+
exports.LoadBalancer$ = LoadBalancer$;
|
|
3115
|
+
exports.LoadBalancerDescription$ = LoadBalancerDescription$;
|
|
3116
|
+
exports.ManagedAction$ = ManagedAction$;
|
|
3117
|
+
exports.ManagedActionHistoryItem$ = ManagedActionHistoryItem$;
|
|
3118
|
+
exports.ManagedActionInvalidStateException = ManagedActionInvalidStateException;
|
|
3119
|
+
exports.ManagedActionInvalidStateException$ = ManagedActionInvalidStateException$;
|
|
3120
|
+
exports.MaxAgeRule$ = MaxAgeRule$;
|
|
3121
|
+
exports.MaxCountRule$ = MaxCountRule$;
|
|
3122
|
+
exports.OperationInProgressException = OperationInProgressException;
|
|
3123
|
+
exports.OperationInProgressException$ = OperationInProgressException$;
|
|
3124
|
+
exports.OptionRestrictionRegex$ = OptionRestrictionRegex$;
|
|
3125
|
+
exports.OptionSpecification$ = OptionSpecification$;
|
|
3126
|
+
exports.PlatformBranchSummary$ = PlatformBranchSummary$;
|
|
3127
|
+
exports.PlatformDescription$ = PlatformDescription$;
|
|
3128
|
+
exports.PlatformFilter$ = PlatformFilter$;
|
|
3129
|
+
exports.PlatformFramework$ = PlatformFramework$;
|
|
3130
|
+
exports.PlatformProgrammingLanguage$ = PlatformProgrammingLanguage$;
|
|
2986
3131
|
exports.PlatformStatus = PlatformStatus;
|
|
2987
|
-
exports.
|
|
3132
|
+
exports.PlatformSummary$ = PlatformSummary$;
|
|
3133
|
+
exports.PlatformVersionStillReferencedException = PlatformVersionStillReferencedException;
|
|
3134
|
+
exports.PlatformVersionStillReferencedException$ = PlatformVersionStillReferencedException$;
|
|
3135
|
+
exports.Queue$ = Queue$;
|
|
3136
|
+
exports.RebuildEnvironment$ = RebuildEnvironment$;
|
|
2988
3137
|
exports.RebuildEnvironmentCommand = RebuildEnvironmentCommand;
|
|
3138
|
+
exports.RebuildEnvironmentMessage$ = RebuildEnvironmentMessage$;
|
|
3139
|
+
exports.RequestEnvironmentInfo$ = RequestEnvironmentInfo$;
|
|
2989
3140
|
exports.RequestEnvironmentInfoCommand = RequestEnvironmentInfoCommand;
|
|
2990
|
-
exports.
|
|
2991
|
-
exports.
|
|
3141
|
+
exports.RequestEnvironmentInfoMessage$ = RequestEnvironmentInfoMessage$;
|
|
3142
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3143
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3144
|
+
exports.ResourceQuota$ = ResourceQuota$;
|
|
3145
|
+
exports.ResourceQuotas$ = ResourceQuotas$;
|
|
3146
|
+
exports.ResourceTagsDescriptionMessage$ = ResourceTagsDescriptionMessage$;
|
|
3147
|
+
exports.ResourceTypeNotSupportedException = ResourceTypeNotSupportedException;
|
|
3148
|
+
exports.ResourceTypeNotSupportedException$ = ResourceTypeNotSupportedException$;
|
|
3149
|
+
exports.RestartAppServer$ = RestartAppServer$;
|
|
2992
3150
|
exports.RestartAppServerCommand = RestartAppServerCommand;
|
|
3151
|
+
exports.RestartAppServerMessage$ = RestartAppServerMessage$;
|
|
3152
|
+
exports.RetrieveEnvironmentInfo$ = RetrieveEnvironmentInfo$;
|
|
2993
3153
|
exports.RetrieveEnvironmentInfoCommand = RetrieveEnvironmentInfoCommand;
|
|
2994
|
-
exports.
|
|
2995
|
-
exports.
|
|
2996
|
-
exports.
|
|
3154
|
+
exports.RetrieveEnvironmentInfoMessage$ = RetrieveEnvironmentInfoMessage$;
|
|
3155
|
+
exports.RetrieveEnvironmentInfoResultMessage$ = RetrieveEnvironmentInfoResultMessage$;
|
|
3156
|
+
exports.S3Location$ = S3Location$;
|
|
3157
|
+
exports.S3LocationNotInServiceRegionException = S3LocationNotInServiceRegionException;
|
|
3158
|
+
exports.S3LocationNotInServiceRegionException$ = S3LocationNotInServiceRegionException$;
|
|
3159
|
+
exports.S3SubscriptionRequiredException = S3SubscriptionRequiredException;
|
|
3160
|
+
exports.S3SubscriptionRequiredException$ = S3SubscriptionRequiredException$;
|
|
3161
|
+
exports.SearchFilter$ = SearchFilter$;
|
|
3162
|
+
exports.SingleInstanceHealth$ = SingleInstanceHealth$;
|
|
3163
|
+
exports.SolutionStackDescription$ = SolutionStackDescription$;
|
|
3164
|
+
exports.SourceBuildInformation$ = SourceBuildInformation$;
|
|
3165
|
+
exports.SourceBundleDeletionException = SourceBundleDeletionException;
|
|
3166
|
+
exports.SourceBundleDeletionException$ = SourceBundleDeletionException$;
|
|
3167
|
+
exports.SourceConfiguration$ = SourceConfiguration$;
|
|
2997
3168
|
exports.SourceRepository = SourceRepository;
|
|
2998
3169
|
exports.SourceType = SourceType;
|
|
3170
|
+
exports.StatusCodes$ = StatusCodes$;
|
|
3171
|
+
exports.SwapEnvironmentCNAMEs$ = SwapEnvironmentCNAMEs$;
|
|
2999
3172
|
exports.SwapEnvironmentCNAMEsCommand = SwapEnvironmentCNAMEsCommand;
|
|
3173
|
+
exports.SwapEnvironmentCNAMEsMessage$ = SwapEnvironmentCNAMEsMessage$;
|
|
3174
|
+
exports.SystemStatus$ = SystemStatus$;
|
|
3175
|
+
exports.Tag$ = Tag$;
|
|
3176
|
+
exports.TerminateEnvironment$ = TerminateEnvironment$;
|
|
3000
3177
|
exports.TerminateEnvironmentCommand = TerminateEnvironmentCommand;
|
|
3001
|
-
exports.
|
|
3002
|
-
exports.
|
|
3003
|
-
exports.
|
|
3004
|
-
exports.
|
|
3005
|
-
exports.
|
|
3006
|
-
exports.
|
|
3007
|
-
exports.
|
|
3178
|
+
exports.TerminateEnvironmentMessage$ = TerminateEnvironmentMessage$;
|
|
3179
|
+
exports.TooManyApplicationVersionsException = TooManyApplicationVersionsException;
|
|
3180
|
+
exports.TooManyApplicationVersionsException$ = TooManyApplicationVersionsException$;
|
|
3181
|
+
exports.TooManyApplicationsException = TooManyApplicationsException;
|
|
3182
|
+
exports.TooManyApplicationsException$ = TooManyApplicationsException$;
|
|
3183
|
+
exports.TooManyBucketsException = TooManyBucketsException;
|
|
3184
|
+
exports.TooManyBucketsException$ = TooManyBucketsException$;
|
|
3185
|
+
exports.TooManyConfigurationTemplatesException = TooManyConfigurationTemplatesException;
|
|
3186
|
+
exports.TooManyConfigurationTemplatesException$ = TooManyConfigurationTemplatesException$;
|
|
3187
|
+
exports.TooManyEnvironmentsException = TooManyEnvironmentsException;
|
|
3188
|
+
exports.TooManyEnvironmentsException$ = TooManyEnvironmentsException$;
|
|
3189
|
+
exports.TooManyPlatformsException = TooManyPlatformsException;
|
|
3190
|
+
exports.TooManyPlatformsException$ = TooManyPlatformsException$;
|
|
3191
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
3192
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
3193
|
+
exports.Trigger$ = Trigger$;
|
|
3194
|
+
exports.UpdateApplication$ = UpdateApplication$;
|
|
3008
3195
|
exports.UpdateApplicationCommand = UpdateApplicationCommand;
|
|
3196
|
+
exports.UpdateApplicationMessage$ = UpdateApplicationMessage$;
|
|
3197
|
+
exports.UpdateApplicationResourceLifecycle$ = UpdateApplicationResourceLifecycle$;
|
|
3009
3198
|
exports.UpdateApplicationResourceLifecycleCommand = UpdateApplicationResourceLifecycleCommand;
|
|
3199
|
+
exports.UpdateApplicationResourceLifecycleMessage$ = UpdateApplicationResourceLifecycleMessage$;
|
|
3200
|
+
exports.UpdateApplicationVersion$ = UpdateApplicationVersion$;
|
|
3010
3201
|
exports.UpdateApplicationVersionCommand = UpdateApplicationVersionCommand;
|
|
3202
|
+
exports.UpdateApplicationVersionMessage$ = UpdateApplicationVersionMessage$;
|
|
3203
|
+
exports.UpdateConfigurationTemplate$ = UpdateConfigurationTemplate$;
|
|
3011
3204
|
exports.UpdateConfigurationTemplateCommand = UpdateConfigurationTemplateCommand;
|
|
3205
|
+
exports.UpdateConfigurationTemplateMessage$ = UpdateConfigurationTemplateMessage$;
|
|
3206
|
+
exports.UpdateEnvironment$ = UpdateEnvironment$;
|
|
3012
3207
|
exports.UpdateEnvironmentCommand = UpdateEnvironmentCommand;
|
|
3208
|
+
exports.UpdateEnvironmentMessage$ = UpdateEnvironmentMessage$;
|
|
3209
|
+
exports.UpdateTagsForResource$ = UpdateTagsForResource$;
|
|
3013
3210
|
exports.UpdateTagsForResourceCommand = UpdateTagsForResourceCommand;
|
|
3211
|
+
exports.UpdateTagsForResourceMessage$ = UpdateTagsForResourceMessage$;
|
|
3212
|
+
exports.ValidateConfigurationSettings$ = ValidateConfigurationSettings$;
|
|
3014
3213
|
exports.ValidateConfigurationSettingsCommand = ValidateConfigurationSettingsCommand;
|
|
3214
|
+
exports.ValidateConfigurationSettingsMessage$ = ValidateConfigurationSettingsMessage$;
|
|
3215
|
+
exports.ValidationMessage$ = ValidationMessage$;
|
|
3015
3216
|
exports.ValidationSeverity = ValidationSeverity;
|
|
3016
3217
|
exports.paginateDescribeEnvironmentManagedActionHistory = paginateDescribeEnvironmentManagedActionHistory;
|
|
3017
3218
|
exports.paginateDescribeEvents = paginateDescribeEvents;
|