2
2
* @since 1.0.0
3
3
*/
4
4
import {
5
- CloudWatchServiceException ,
6
5
type CloudWatchClient ,
7
6
type CloudWatchClientConfig ,
7
+ CloudWatchServiceException ,
8
8
DeleteAlarmsCommand ,
9
9
type DeleteAlarmsCommandInput ,
10
10
type DeleteAlarmsCommandOutput ,
@@ -126,9 +126,9 @@ import {
126
126
CloudWatchClientInstanceLayer ,
127
127
} from "./CloudWatchClientInstance" ;
128
128
import {
129
+ CloudWatchClientInstanceConfig ,
129
130
DefaultCloudWatchClientConfigLayer ,
130
131
makeDefaultCloudWatchClientInstanceConfig ,
131
- CloudWatchClientInstanceConfig ,
132
132
} from "./CloudWatchClientInstanceConfig" ;
133
133
import {
134
134
AllServiceErrors ,
@@ -144,7 +144,7 @@ import {
144
144
LimitExceededFaultError ,
145
145
MissingRequiredParameterError ,
146
146
ResourceNotFoundError ,
147
- ResourceNotFoundError ,
147
+ ResourceNotFoundExceptionError ,
148
148
SdkError ,
149
149
TaggedException ,
150
150
} from "./Errors" ;
@@ -225,7 +225,7 @@ interface CloudWatchService$ {
225
225
| InvalidParameterCombinationError
226
226
| InvalidParameterValueError
227
227
| MissingRequiredParameterError
228
- | ResourceNotFoundError
228
+ | ResourceNotFoundExceptionError
229
229
> ;
230
230
231
231
/**
@@ -389,7 +389,7 @@ interface CloudWatchService$ {
389
389
| SdkError
390
390
| InvalidParameterValueError
391
391
| MissingRequiredParameterError
392
- | ResourceNotFoundError
392
+ | ResourceNotFoundExceptionError
393
393
> ;
394
394
395
395
/**
@@ -431,7 +431,7 @@ interface CloudWatchService$ {
431
431
| InvalidParameterCombinationError
432
432
| InvalidParameterValueError
433
433
| MissingRequiredParameterError
434
- | ResourceNotFoundError
434
+ | ResourceNotFoundExceptionError
435
435
> ;
436
436
437
437
/**
@@ -504,7 +504,7 @@ interface CloudWatchService$ {
504
504
| SdkError
505
505
| InternalServiceFaultError
506
506
| InvalidParameterValueError
507
- | ResourceNotFoundError
507
+ | ResourceNotFoundExceptionError
508
508
> ;
509
509
510
510
/**
@@ -663,7 +663,7 @@ interface CloudWatchService$ {
663
663
| ConcurrentModificationError
664
664
| InternalServiceFaultError
665
665
| InvalidParameterValueError
666
- | ResourceNotFoundError
666
+ | ResourceNotFoundExceptionError
667
667
> ;
668
668
669
669
/**
@@ -678,7 +678,7 @@ interface CloudWatchService$ {
678
678
| ConcurrentModificationError
679
679
| InternalServiceFaultError
680
680
| InvalidParameterValueError
681
- | ResourceNotFoundError
681
+ | ResourceNotFoundExceptionError
682
682
> ;
683
683
}
684
684
0 commit comments