@aws-sdk/client-mediapackage 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 RotateChannelCredentialsCommand_base: {
27
27
  };
28
28
  /**
29
29
  * Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
30
+ *
31
+ * @deprecated This API is deprecated. Please use RotateIngestEndpointCredentials instead
30
32
  * @example
31
33
  * Use a bare-bones client and the command you need to make an API call.
32
34
  * ```javascript
@@ -94,7 +96,6 @@ declare const RotateChannelCredentialsCommand_base: {
94
96
  * <p>Base exception class for all service exceptions from MediaPackage service.</p>
95
97
  *
96
98
  * @public
97
- * @deprecated This API is deprecated. Please use RotateIngestEndpointCredentials instead
98
99
  */
99
100
  export declare class RotateChannelCredentialsCommand extends RotateChannelCredentialsCommand_base {
100
101
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediapackage",
3
3
  "description": "AWS SDK for JavaScript Mediapackage 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-mediapackage",