@aws-sdk/client-marketplace-commerce-analytics 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.
@@ -34,6 +34,8 @@ declare const StartSupportDataExportCommand_base: {
34
34
  * be overwritten by the new file.
35
35
  * Requires a Role with an attached permissions policy providing Allow permissions for the following actions:
36
36
  * s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy.
37
+ *
38
+ * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
37
39
  * @example
38
40
  * Use a bare-bones client and the command you need to make an API call.
39
41
  * ```javascript
@@ -72,7 +74,6 @@ declare const StartSupportDataExportCommand_base: {
72
74
  * <p>Base exception class for all service exceptions from MarketplaceCommerceAnalytics service.</p>
73
75
  *
74
76
  * @public
75
- * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
76
77
  */
77
78
  export declare class StartSupportDataExportCommand extends StartSupportDataExportCommand_base {
78
79
  }
@@ -230,8 +230,9 @@ export declare const SupportDataSetType: {
230
230
  export type SupportDataSetType = (typeof SupportDataSetType)[keyof typeof SupportDataSetType];
231
231
  /**
232
232
  * <i>This target has been deprecated.</i> Container for the parameters to the StartSupportDataExport operation.
233
- * @public
233
+ *
234
234
  * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
235
+ * @public
235
236
  */
236
237
  export interface StartSupportDataExportRequest {
237
238
  /**
@@ -290,8 +291,9 @@ export interface StartSupportDataExportRequest {
290
291
  }
291
292
  /**
292
293
  * <i>This target has been deprecated.</i> Container for the result of the StartSupportDataExport operation.
293
- * @public
294
+ *
294
295
  * @deprecated This target has been deprecated. As of December 2022 Product Support Connection is no longer supported.
296
+ * @public
295
297
  */
296
298
  export interface StartSupportDataExportResult {
297
299
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-commerce-analytics",
3
3
  "description": "AWS SDK for JavaScript Marketplace Commerce Analytics 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-marketplace-commerce-analytics",