@sp-api-sdk/notifications-api-v1 1.11.3 → 1.12.2

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.
Files changed (98) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/src/api-model/api/notifications-api.js +41 -41
  3. package/dist/cjs/src/api-model/api.js +1 -1
  4. package/dist/cjs/src/api-model/base.js +1 -1
  5. package/dist/cjs/src/api-model/common.js +1 -1
  6. package/dist/cjs/src/api-model/configuration.js +1 -1
  7. package/dist/cjs/src/api-model/index.js +1 -1
  8. package/dist/cjs/src/api-model/models/aggregation-filter.js +15 -0
  9. package/dist/cjs/src/api-model/models/aggregation-settings.js +15 -0
  10. package/dist/cjs/src/api-model/models/aggregation-time-period.js +25 -0
  11. package/dist/cjs/src/api-model/models/create-destination-request.js +1 -1
  12. package/dist/cjs/src/api-model/models/create-destination-response.js +1 -1
  13. package/dist/cjs/src/api-model/models/create-subscription-request.js +1 -1
  14. package/dist/cjs/src/api-model/models/create-subscription-response.js +1 -1
  15. package/dist/cjs/src/api-model/models/delete-destination-response.js +1 -1
  16. package/dist/cjs/src/api-model/models/delete-subscription-by-id-response.js +1 -1
  17. package/dist/cjs/src/api-model/models/destination-resource-specification.js +1 -1
  18. package/dist/cjs/src/api-model/models/destination-resource.js +1 -1
  19. package/dist/cjs/src/api-model/models/destination.js +1 -1
  20. package/dist/cjs/src/api-model/models/event-bridge-resource-specification.js +1 -1
  21. package/dist/cjs/src/api-model/models/event-bridge-resource.js +1 -1
  22. package/dist/cjs/src/api-model/models/event-filter-all-of.js +15 -0
  23. package/dist/cjs/src/api-model/models/event-filter.js +15 -0
  24. package/dist/cjs/src/api-model/models/get-destination-response.js +1 -1
  25. package/dist/cjs/src/api-model/models/get-destinations-response.js +1 -1
  26. package/dist/cjs/src/api-model/models/get-subscription-by-id-response.js +1 -1
  27. package/dist/cjs/src/api-model/models/get-subscription-response.js +1 -1
  28. package/dist/cjs/src/api-model/models/index.js +7 -0
  29. package/dist/cjs/src/api-model/models/marketplace-filter.js +15 -0
  30. package/dist/cjs/src/api-model/models/model-error.js +1 -1
  31. package/dist/cjs/src/api-model/models/processing-directive.js +15 -0
  32. package/dist/cjs/src/api-model/models/sqs-resource.js +1 -1
  33. package/dist/cjs/src/api-model/models/subscription.js +1 -1
  34. package/dist/es/src/api-model/api/notifications-api.js +41 -41
  35. package/dist/es/src/api-model/api.js +1 -1
  36. package/dist/es/src/api-model/base.js +1 -1
  37. package/dist/es/src/api-model/common.js +1 -1
  38. package/dist/es/src/api-model/configuration.js +1 -1
  39. package/dist/es/src/api-model/index.js +1 -1
  40. package/dist/es/src/api-model/models/aggregation-filter.js +14 -0
  41. package/dist/es/src/api-model/models/aggregation-settings.js +14 -0
  42. package/dist/es/src/api-model/models/aggregation-time-period.js +22 -0
  43. package/dist/es/src/api-model/models/create-destination-request.js +1 -1
  44. package/dist/es/src/api-model/models/create-destination-response.js +1 -1
  45. package/dist/es/src/api-model/models/create-subscription-request.js +1 -1
  46. package/dist/es/src/api-model/models/create-subscription-response.js +1 -1
  47. package/dist/es/src/api-model/models/delete-destination-response.js +1 -1
  48. package/dist/es/src/api-model/models/delete-subscription-by-id-response.js +1 -1
  49. package/dist/es/src/api-model/models/destination-resource-specification.js +1 -1
  50. package/dist/es/src/api-model/models/destination-resource.js +1 -1
  51. package/dist/es/src/api-model/models/destination.js +1 -1
  52. package/dist/es/src/api-model/models/event-bridge-resource-specification.js +1 -1
  53. package/dist/es/src/api-model/models/event-bridge-resource.js +1 -1
  54. package/dist/es/src/api-model/models/event-filter-all-of.js +14 -0
  55. package/dist/es/src/api-model/models/event-filter.js +14 -0
  56. package/dist/es/src/api-model/models/get-destination-response.js +1 -1
  57. package/dist/es/src/api-model/models/get-destinations-response.js +1 -1
  58. package/dist/es/src/api-model/models/get-subscription-by-id-response.js +1 -1
  59. package/dist/es/src/api-model/models/get-subscription-response.js +1 -1
  60. package/dist/es/src/api-model/models/index.js +7 -0
  61. package/dist/es/src/api-model/models/marketplace-filter.js +14 -0
  62. package/dist/es/src/api-model/models/model-error.js +1 -1
  63. package/dist/es/src/api-model/models/processing-directive.js +14 -0
  64. package/dist/es/src/api-model/models/sqs-resource.js +1 -1
  65. package/dist/es/src/api-model/models/subscription.js +1 -1
  66. package/dist/types/src/api-model/api/notifications-api.d.ts +61 -61
  67. package/dist/types/src/api-model/api.d.ts +1 -1
  68. package/dist/types/src/api-model/base.d.ts +3 -3
  69. package/dist/types/src/api-model/common.d.ts +8 -8
  70. package/dist/types/src/api-model/configuration.d.ts +1 -1
  71. package/dist/types/src/api-model/index.d.ts +1 -1
  72. package/dist/types/src/api-model/models/aggregation-filter.d.ts +25 -0
  73. package/dist/types/src/api-model/models/aggregation-settings.d.ts +25 -0
  74. package/dist/types/src/api-model/models/aggregation-time-period.d.ts +21 -0
  75. package/dist/types/src/api-model/models/create-destination-request.d.ts +3 -3
  76. package/dist/types/src/api-model/models/create-destination-response.d.ts +3 -3
  77. package/dist/types/src/api-model/models/create-subscription-request.d.ts +10 -3
  78. package/dist/types/src/api-model/models/create-subscription-response.d.ts +3 -3
  79. package/dist/types/src/api-model/models/delete-destination-response.d.ts +2 -2
  80. package/dist/types/src/api-model/models/delete-subscription-by-id-response.d.ts +2 -2
  81. package/dist/types/src/api-model/models/destination-resource-specification.d.ts +3 -3
  82. package/dist/types/src/api-model/models/destination-resource.d.ts +3 -3
  83. package/dist/types/src/api-model/models/destination.d.ts +4 -4
  84. package/dist/types/src/api-model/models/event-bridge-resource-specification.d.ts +3 -3
  85. package/dist/types/src/api-model/models/event-bridge-resource.d.ts +4 -4
  86. package/dist/types/src/api-model/models/event-filter-all-of.d.ts +24 -0
  87. package/dist/types/src/api-model/models/event-filter.d.ts +20 -0
  88. package/dist/types/src/api-model/models/get-destination-response.d.ts +3 -3
  89. package/dist/types/src/api-model/models/get-destinations-response.d.ts +3 -3
  90. package/dist/types/src/api-model/models/get-subscription-by-id-response.d.ts +3 -3
  91. package/dist/types/src/api-model/models/get-subscription-response.d.ts +3 -3
  92. package/dist/types/src/api-model/models/index.d.ts +7 -0
  93. package/dist/types/src/api-model/models/marketplace-filter.d.ts +24 -0
  94. package/dist/types/src/api-model/models/model-error.d.ts +4 -4
  95. package/dist/types/src/api-model/models/processing-directive.d.ts +25 -0
  96. package/dist/types/src/api-model/models/sqs-resource.d.ts +2 -2
  97. package/dist/types/src/api-model/models/subscription.d.ts +11 -4
  98. package/package.json +5 -5
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -24,7 +24,7 @@ import { BASE_PATH, BaseAPI } from '../base';
24
24
  export const NotificationsApiAxiosParamCreator = function (configuration) {
25
25
  return {
26
26
  /**
27
- * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
27
+ * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
28
28
  * @param {CreateDestinationRequest} body
29
29
  * @param {*} [options] Override http request option.
30
30
  * @throws {RequiredError}
@@ -43,7 +43,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
43
43
  const localVarHeaderParameter = {};
44
44
  const localVarQueryParameter = {};
45
45
  localVarHeaderParameter['Content-Type'] = 'application/json';
46
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
46
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
47
47
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
48
48
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
49
49
  localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
@@ -53,7 +53,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
53
53
  };
54
54
  },
55
55
  /**
56
- * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
56
+ * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
57
57
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
58
58
  * @param {CreateSubscriptionRequest} body
59
59
  * @param {*} [options] Override http request option.
@@ -76,7 +76,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
76
76
  const localVarHeaderParameter = {};
77
77
  const localVarQueryParameter = {};
78
78
  localVarHeaderParameter['Content-Type'] = 'application/json';
79
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
79
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
80
80
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
81
81
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
82
82
  localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration);
@@ -86,7 +86,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
86
86
  };
87
87
  },
88
88
  /**
89
- * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
89
+ * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
90
90
  * @param {string} destinationId The identifier for the destination that you want to delete.
91
91
  * @param {*} [options] Override http request option.
92
92
  * @throws {RequiredError}
@@ -105,7 +105,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
105
105
  const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options };
106
106
  const localVarHeaderParameter = {};
107
107
  const localVarQueryParameter = {};
108
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
108
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
109
109
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
110
110
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
111
111
  return {
@@ -114,7 +114,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
114
114
  };
115
115
  },
116
116
  /**
117
- * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
117
+ * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
118
118
  * @param {string} subscriptionId The identifier for the subscription that you want to delete.
119
119
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
120
120
  * @param {*} [options] Override http request option.
@@ -137,7 +137,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
137
137
  const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options };
138
138
  const localVarHeaderParameter = {};
139
139
  const localVarQueryParameter = {};
140
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
140
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
141
141
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
142
142
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
143
143
  return {
@@ -146,7 +146,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
146
146
  };
147
147
  },
148
148
  /**
149
- * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
149
+ * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
150
150
  * @param {string} destinationId The identifier generated when you created the destination.
151
151
  * @param {*} [options] Override http request option.
152
152
  * @throws {RequiredError}
@@ -165,7 +165,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
165
165
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
166
166
  const localVarHeaderParameter = {};
167
167
  const localVarQueryParameter = {};
168
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
168
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
169
169
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
170
170
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
171
171
  return {
@@ -174,7 +174,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
174
174
  };
175
175
  },
176
176
  /**
177
- * Returns information about all destinations. The getDestinations API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
177
+ * Returns information about all destinations. The getDestinations API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
178
178
  * @param {*} [options] Override http request option.
179
179
  * @throws {RequiredError}
180
180
  */
@@ -189,7 +189,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
189
189
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
190
190
  const localVarHeaderParameter = {};
191
191
  const localVarQueryParameter = {};
192
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
192
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
193
193
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
194
194
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
195
195
  return {
@@ -198,7 +198,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
198
198
  };
199
199
  },
200
200
  /**
201
- * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
201
+ * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
202
202
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
203
203
  * @param {*} [options] Override http request option.
204
204
  * @throws {RequiredError}
@@ -217,7 +217,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
217
217
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
218
218
  const localVarHeaderParameter = {};
219
219
  const localVarQueryParameter = {};
220
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
220
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
221
221
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
222
222
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
223
223
  return {
@@ -226,7 +226,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
226
226
  };
227
227
  },
228
228
  /**
229
- * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
229
+ * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
230
230
  * @param {string} subscriptionId The identifier for the subscription that you want to get.
231
231
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
232
232
  * @param {*} [options] Override http request option.
@@ -249,7 +249,7 @@ export const NotificationsApiAxiosParamCreator = function (configuration) {
249
249
  const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
250
250
  const localVarHeaderParameter = {};
251
251
  const localVarQueryParameter = {};
252
- setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
252
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
253
253
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
254
254
  localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
255
255
  return {
@@ -267,7 +267,7 @@ export const NotificationsApiFp = function (configuration) {
267
267
  const localVarAxiosParamCreator = NotificationsApiAxiosParamCreator(configuration);
268
268
  return {
269
269
  /**
270
- * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
270
+ * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
271
271
  * @param {CreateDestinationRequest} body
272
272
  * @param {*} [options] Override http request option.
273
273
  * @throws {RequiredError}
@@ -277,7 +277,7 @@ export const NotificationsApiFp = function (configuration) {
277
277
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
278
278
  },
279
279
  /**
280
- * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
280
+ * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
281
281
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
282
282
  * @param {CreateSubscriptionRequest} body
283
283
  * @param {*} [options] Override http request option.
@@ -288,7 +288,7 @@ export const NotificationsApiFp = function (configuration) {
288
288
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
289
289
  },
290
290
  /**
291
- * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
291
+ * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
292
292
  * @param {string} destinationId The identifier for the destination that you want to delete.
293
293
  * @param {*} [options] Override http request option.
294
294
  * @throws {RequiredError}
@@ -298,7 +298,7 @@ export const NotificationsApiFp = function (configuration) {
298
298
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
299
299
  },
300
300
  /**
301
- * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
301
+ * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
302
302
  * @param {string} subscriptionId The identifier for the subscription that you want to delete.
303
303
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
304
304
  * @param {*} [options] Override http request option.
@@ -309,7 +309,7 @@ export const NotificationsApiFp = function (configuration) {
309
309
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
310
310
  },
311
311
  /**
312
- * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
312
+ * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
313
313
  * @param {string} destinationId The identifier generated when you created the destination.
314
314
  * @param {*} [options] Override http request option.
315
315
  * @throws {RequiredError}
@@ -319,7 +319,7 @@ export const NotificationsApiFp = function (configuration) {
319
319
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
320
320
  },
321
321
  /**
322
- * Returns information about all destinations. The getDestinations API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
322
+ * Returns information about all destinations. The getDestinations API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
323
323
  * @param {*} [options] Override http request option.
324
324
  * @throws {RequiredError}
325
325
  */
@@ -328,7 +328,7 @@ export const NotificationsApiFp = function (configuration) {
328
328
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
329
329
  },
330
330
  /**
331
- * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
331
+ * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
332
332
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
333
333
  * @param {*} [options] Override http request option.
334
334
  * @throws {RequiredError}
@@ -338,7 +338,7 @@ export const NotificationsApiFp = function (configuration) {
338
338
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
339
339
  },
340
340
  /**
341
- * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
341
+ * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
342
342
  * @param {string} subscriptionId The identifier for the subscription that you want to get.
343
343
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
344
344
  * @param {*} [options] Override http request option.
@@ -358,7 +358,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
358
358
  const localVarFp = NotificationsApiFp(configuration);
359
359
  return {
360
360
  /**
361
- * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
361
+ * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
362
362
  * @param {CreateDestinationRequest} body
363
363
  * @param {*} [options] Override http request option.
364
364
  * @throws {RequiredError}
@@ -367,7 +367,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
367
367
  return localVarFp.createDestination(body, options).then((request) => request(axios, basePath));
368
368
  },
369
369
  /**
370
- * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
370
+ * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
371
371
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
372
372
  * @param {CreateSubscriptionRequest} body
373
373
  * @param {*} [options] Override http request option.
@@ -377,7 +377,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
377
377
  return localVarFp.createSubscription(notificationType, body, options).then((request) => request(axios, basePath));
378
378
  },
379
379
  /**
380
- * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
380
+ * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
381
381
  * @param {string} destinationId The identifier for the destination that you want to delete.
382
382
  * @param {*} [options] Override http request option.
383
383
  * @throws {RequiredError}
@@ -386,7 +386,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
386
386
  return localVarFp.deleteDestination(destinationId, options).then((request) => request(axios, basePath));
387
387
  },
388
388
  /**
389
- * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
389
+ * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
390
390
  * @param {string} subscriptionId The identifier for the subscription that you want to delete.
391
391
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
392
392
  * @param {*} [options] Override http request option.
@@ -396,7 +396,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
396
396
  return localVarFp.deleteSubscriptionById(subscriptionId, notificationType, options).then((request) => request(axios, basePath));
397
397
  },
398
398
  /**
399
- * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
399
+ * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
400
400
  * @param {string} destinationId The identifier generated when you created the destination.
401
401
  * @param {*} [options] Override http request option.
402
402
  * @throws {RequiredError}
@@ -405,7 +405,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
405
405
  return localVarFp.getDestination(destinationId, options).then((request) => request(axios, basePath));
406
406
  },
407
407
  /**
408
- * Returns information about all destinations. The getDestinations API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
408
+ * Returns information about all destinations. The getDestinations API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
409
409
  * @param {*} [options] Override http request option.
410
410
  * @throws {RequiredError}
411
411
  */
@@ -413,7 +413,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
413
413
  return localVarFp.getDestinations(options).then((request) => request(axios, basePath));
414
414
  },
415
415
  /**
416
- * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
416
+ * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
417
417
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
418
418
  * @param {*} [options] Override http request option.
419
419
  * @throws {RequiredError}
@@ -422,7 +422,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
422
422
  return localVarFp.getSubscription(notificationType, options).then((request) => request(axios, basePath));
423
423
  },
424
424
  /**
425
- * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
425
+ * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
426
426
  * @param {string} subscriptionId The identifier for the subscription that you want to get.
427
427
  * @param {string} notificationType The type of notification. For more information about notification types, see [the Notifications API Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
428
428
  * @param {*} [options] Override http request option.
@@ -441,7 +441,7 @@ export const NotificationsApiFactory = function (configuration, basePath, axios)
441
441
  */
442
442
  export class NotificationsApi extends BaseAPI {
443
443
  /**
444
- * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
444
+ * Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
445
445
  * @param {NotificationsApiCreateDestinationRequest} requestParameters Request parameters.
446
446
  * @param {*} [options] Override http request option.
447
447
  * @throws {RequiredError}
@@ -451,7 +451,7 @@ export class NotificationsApi extends BaseAPI {
451
451
  return NotificationsApiFp(this.configuration).createDestination(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
452
452
  }
453
453
  /**
454
- * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
454
+ * Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
455
455
  * @param {NotificationsApiCreateSubscriptionRequest} requestParameters Request parameters.
456
456
  * @param {*} [options] Override http request option.
457
457
  * @throws {RequiredError}
@@ -461,7 +461,7 @@ export class NotificationsApi extends BaseAPI {
461
461
  return NotificationsApiFp(this.configuration).createSubscription(requestParameters.notificationType, requestParameters.body, options).then((request) => request(this.axios, this.basePath));
462
462
  }
463
463
  /**
464
- * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
464
+ * Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
465
465
  * @param {NotificationsApiDeleteDestinationRequest} requestParameters Request parameters.
466
466
  * @param {*} [options] Override http request option.
467
467
  * @throws {RequiredError}
@@ -471,7 +471,7 @@ export class NotificationsApi extends BaseAPI {
471
471
  return NotificationsApiFp(this.configuration).deleteDestination(requestParameters.destinationId, options).then((request) => request(this.axios, this.basePath));
472
472
  }
473
473
  /**
474
- * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
474
+ * Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
475
475
  * @param {NotificationsApiDeleteSubscriptionByIdRequest} requestParameters Request parameters.
476
476
  * @param {*} [options] Override http request option.
477
477
  * @throws {RequiredError}
@@ -481,7 +481,7 @@ export class NotificationsApi extends BaseAPI {
481
481
  return NotificationsApiFp(this.configuration).deleteSubscriptionById(requestParameters.subscriptionId, requestParameters.notificationType, options).then((request) => request(this.axios, this.basePath));
482
482
  }
483
483
  /**
484
- * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
484
+ * Returns information about the destination that you specify. The getDestination API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
485
485
  * @param {NotificationsApiGetDestinationRequest} requestParameters Request parameters.
486
486
  * @param {*} [options] Override http request option.
487
487
  * @throws {RequiredError}
@@ -491,7 +491,7 @@ export class NotificationsApi extends BaseAPI {
491
491
  return NotificationsApiFp(this.configuration).getDestination(requestParameters.destinationId, options).then((request) => request(this.axios, this.basePath));
492
492
  }
493
493
  /**
494
- * Returns information about all destinations. The getDestinations API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
494
+ * Returns information about all destinations. The getDestinations API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
495
495
  * @param {*} [options] Override http request option.
496
496
  * @throws {RequiredError}
497
497
  * @memberof NotificationsApi
@@ -500,7 +500,7 @@ export class NotificationsApi extends BaseAPI {
500
500
  return NotificationsApiFp(this.configuration).getDestinations(options).then((request) => request(this.axios, this.basePath));
501
501
  }
502
502
  /**
503
- * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
503
+ * Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
504
504
  * @param {NotificationsApiGetSubscriptionRequest} requestParameters Request parameters.
505
505
  * @param {*} [options] Override http request option.
506
506
  * @throws {RequiredError}
@@ -510,7 +510,7 @@ export class NotificationsApi extends BaseAPI {
510
510
  return NotificationsApiFp(this.configuration).getSubscription(requestParameters.notificationType, options).then((request) => request(this.axios, this.basePath));
511
511
  }
512
512
  /**
513
- * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.
513
+ * Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see [Grantless operations](https://developer-docs.amazon.com/sp-api/docs/grantless-operations) in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).
514
514
  * @param {NotificationsApiGetSubscriptionByIdRequest} requestParameters Request parameters.
515
515
  * @param {*} [options] Override http request option.
516
516
  * @throws {RequiredError}
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Notifications
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Notifications
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Selling Partner API for Notifications
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
+ *
7
+ * The version of the OpenAPI document: v1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * The supported aggregation time periods. For example, if FiveMinutes is the value chosen, and 50 price updates occur for an ASIN within 5 minutes, Amazon will send only two notifications; one for the first event, and then a subsequent notification 5 minutes later with the final end state of the data. The 48 interim events will be dropped.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ export const AggregationTimePeriod = {
20
+ FiveMinutes: 'FiveMinutes',
21
+ TenMinutes: 'TenMinutes'
22
+ };
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Selling Partner API for Notifications
5
- * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide)
5
+ * The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner\'s business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](https://developer-docs.amazon.com/sp-api/docs/notifications-api-v1-use-case-guide).
6
6
  *
7
7
  * The version of the OpenAPI document: v1
8
8
  *