@aws-sdk/client-application-discovery-service 3.1105.0 → 3.1107.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 +1 -1
- package/dist-es/index.js +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
package/dist-es/index.js
CHANGED
|
@@ -2,8 +2,8 @@ export * from "./ApplicationDiscoveryServiceClient";
|
|
|
2
2
|
export * from "./ApplicationDiscoveryService";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export { Command as $Command } from "@smithy/core/client";
|
|
5
|
-
export * from "./schemas/schemas_0";
|
|
6
5
|
export * from "./pagination";
|
|
6
|
+
export * from "./schemas/schemas_0";
|
|
7
7
|
export * from "./models/enums";
|
|
8
8
|
export * from "./models/errors";
|
|
9
9
|
export * from "./models/models_0";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -115,8 +115,8 @@ export type { RuntimeExtension } from "./runtimeExtensions";
|
|
|
115
115
|
export type { ApplicationDiscoveryServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
116
116
|
export * from "./commands";
|
|
117
117
|
export { Command as $Command } from "@smithy/core/client";
|
|
118
|
-
export * from "./schemas/schemas_0";
|
|
119
118
|
export * from "./pagination";
|
|
119
|
+
export * from "./schemas/schemas_0";
|
|
120
120
|
export * from "./models/enums";
|
|
121
121
|
export * from "./models/errors";
|
|
122
122
|
export * from "./models/models_0";
|
|
@@ -5,8 +5,8 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { ApplicationDiscoveryServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export { Command as $Command } from "@smithy/core/client";
|
|
8
|
-
export * from "./schemas/schemas_0";
|
|
9
8
|
export * from "./pagination";
|
|
9
|
+
export * from "./schemas/schemas_0";
|
|
10
10
|
export * from "./models/enums";
|
|
11
11
|
export * from "./models/errors";
|
|
12
12
|
export * from "./models/models_0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-discovery-service",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1107.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-application-discovery-service",
|
|
6
6
|
"license": "Apache-2.0",
|