Skip to content

Commit 5e1e54b

Browse files
authored
fix(client-elastic-beanstalk): differentiate modeled and synthesized service base exception name
* chore(codegen): sync for schema naming collisions * chore(codegen): sync for synthetic base exception naming collision
1 parent 40bc600 commit 5e1e54b

File tree

61 files changed

+236
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+236
-236
lines changed

clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {}
5858
* <p>The specified account does not have sufficient privileges for one or more AWS
5959
* services.</p>
6060
*
61-
* @throws {@link ElasticBeanstalkServiceException}
61+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
6262
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
6363
*
6464
*

clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface ApplyEnvironmentManagedActionCommandOutput
7272
* @throws {@link ManagedActionInvalidStateException} (client fault)
7373
* <p>Cannot modify the managed action in its current state.</p>
7474
*
75-
* @throws {@link ElasticBeanstalkServiceException}
75+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
7676
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
7777
*
7878
*

clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad
6363
* <p>The specified account does not have sufficient privileges for one or more AWS
6464
* services.</p>
6565
*
66-
* @throws {@link ElasticBeanstalkServiceException}
66+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
6767
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
6868
*
6969
*

clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR
5555
* @see {@link CheckDNSAvailabilityCommandOutput} for command's `response` shape.
5656
* @see {@link ElasticBeanstalkClientResolvedConfig | config} for ElasticBeanstalkClient's `config` shape.
5757
*
58-
* @throws {@link ElasticBeanstalkServiceException}
58+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
5959
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
6060
*
6161
*

clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription
115115
* @throws {@link TooManyEnvironmentsException} (client fault)
116116
* <p>The specified account has reached its limit of environments.</p>
117117
*
118-
* @throws {@link ElasticBeanstalkServiceException}
118+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
119119
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
120120
*
121121
*

clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe
107107
* @throws {@link TooManyApplicationsException} (client fault)
108108
* <p>The specified account has reached its limit of applications.</p>
109109
*
110-
* @throws {@link ElasticBeanstalkServiceException}
110+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
111111
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
112112
*
113113
*

clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
142142
* @throws {@link TooManyApplicationVersionsException} (client fault)
143143
* <p>The specified account has reached its limit of application versions.</p>
144144
*
145-
* @throws {@link ElasticBeanstalkServiceException}
145+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
146146
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
147147
*
148148
*

clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS
126126
* @throws {@link TooManyConfigurationTemplatesException} (client fault)
127127
* <p>The specified account has reached its limit of configuration templates.</p>
128128
*
129-
* @throws {@link ElasticBeanstalkServiceException}
129+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
130130
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
131131
*
132132
*

clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
137137
* @throws {@link TooManyEnvironmentsException} (client fault)
138138
* <p>The specified account has reached its limit of environments.</p>
139139
*
140-
* @throws {@link ElasticBeanstalkServiceException}
140+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
141141
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
142142
*
143143
*

clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersio
104104
* @throws {@link TooManyPlatformsException} (client fault)
105105
* <p>You have exceeded the maximum number of allowed platforms associated with the account.</p>
106106
*
107-
* @throws {@link ElasticBeanstalkServiceException}
107+
* @throws {@link ElasticBeanstalkSyntheticServiceException}
108108
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
109109
*
110110
*

0 commit comments

Comments
 (0)