@aws-sdk/client-geo-routes 3.936.0 → 3.939.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 +655 -100
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +487 -0
- package/dist-es/models/models_0.js +1 -487
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +1045 -0
- package/dist-types/models/errors.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +1 -1045
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +617 -0
- package/dist-types/ts3.4/models/errors.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +68 -617
- package/package.json +2 -2
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { ValidationExceptionReason } from "./enums";
|
|
2
3
|
import { GeoRoutesServiceException as __BaseException } from "./GeoRoutesServiceException";
|
|
3
|
-
import { ValidationExceptionField
|
|
4
|
+
import { ValidationExceptionField } from "./models_0";
|
|
4
5
|
/**
|
|
5
6
|
* <p>You don't have sufficient access to perform this action.</p>
|
|
6
7
|
* @public
|