@aws-sdk/client-mediaconvert 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.
@@ -27,6 +27,8 @@ declare const DescribeEndpointsCommand_base: {
27
27
  };
28
28
  /**
29
29
  * Send an request with an empty body to the regional API endpoint to get your account API endpoint.
30
+ *
31
+ * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
30
32
  * @example
31
33
  * Use a bare-bones client and the command you need to make an API call.
32
34
  * ```javascript
@@ -79,7 +81,6 @@ declare const DescribeEndpointsCommand_base: {
79
81
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
80
82
  *
81
83
  * @public
82
- * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
83
84
  */
84
85
  export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
85
86
  }
@@ -335,8 +335,9 @@ export declare const DescribeEndpointsMode: {
335
335
  export type DescribeEndpointsMode = (typeof DescribeEndpointsMode)[keyof typeof DescribeEndpointsMode];
336
336
  /**
337
337
  * DescribeEndpointsRequest
338
- * @public
338
+ *
339
339
  * @deprecated DescribeEndpoints and account specific endpoints are no longer required. We recommend that you send your requests directly to the regional endpoint instead.
340
+ * @public
340
341
  */
341
342
  export interface DescribeEndpointsRequest {
342
343
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert 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-mediaconvert",