@aws-sdk/client-application-discovery-service 3.535.0 → 3.536.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.
@@ -28,6 +28,8 @@ declare const DescribeExportConfigurationsCommand_base: {
28
28
  /**
29
29
  * <p>
30
30
  * <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeExportTasks</a>, instead.</p>
31
+ *
32
+ * @deprecated
31
33
  * @example
32
34
  * Use a bare-bones client and the command you need to make an API call.
33
35
  * ```javascript
@@ -92,7 +94,6 @@ declare const DescribeExportConfigurationsCommand_base: {
92
94
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
93
95
  *
94
96
  * @public
95
- * @deprecated
96
97
  */
97
98
  export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {
98
99
  }
@@ -32,6 +32,8 @@ declare const ExportConfigurationsCommand_base: {
32
32
  * connections, servers, and system performance. This API returns an export ID that you can query
33
33
  * using the <i>DescribeExportConfigurations</i> API. The system imposes a limit of
34
34
  * two configuration exports in six hours.</p>
35
+ *
36
+ * @deprecated
35
37
  * @example
36
38
  * Use a bare-bones client and the command you need to make an API call.
37
39
  * ```javascript
@@ -77,7 +79,6 @@ declare const ExportConfigurationsCommand_base: {
77
79
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
78
80
  *
79
81
  * @public
80
- * @deprecated
81
82
  */
82
83
  export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {
83
84
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
4
- "version": "3.535.0",
4
+ "version": "3.536.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",