@aws-sdk/client-mediaconnect 3.957.0 → 3.962.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.
@@ -1,10 +1,10 @@
1
1
  export * from "./waitForFlowActive";
2
2
  export * from "./waitForFlowDeleted";
3
3
  export * from "./waitForFlowStandby";
4
- export * from "./waitForInputActive";
5
- export * from "./waitForInputDeleted";
6
4
  export * from "./waitForInputStandby";
7
- export * from "./waitForOutputActive";
5
+ export * from "./waitForInputDeleted";
6
+ export * from "./waitForInputActive";
8
7
  export * from "./waitForOutputDeleted";
9
- export * from "./waitForOutputRouted";
8
+ export * from "./waitForOutputActive";
10
9
  export * from "./waitForOutputStandby";
10
+ export * from "./waitForOutputRouted";
@@ -3,7 +3,7 @@ import { DescribeFlowCommand } from "../commands/DescribeFlowCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeFlowCommand(input));
6
+ let result = await client.send(new DescribeFlowCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { DescribeFlowCommand } from "../commands/DescribeFlowCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeFlowCommand(input));
6
+ let result = await client.send(new DescribeFlowCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { DescribeFlowCommand } from "../commands/DescribeFlowCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new DescribeFlowCommand(input));
6
+ let result = await client.send(new DescribeFlowCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterInputCommand } from "../commands/GetRouterInputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterInputCommand(input));
6
+ let result = await client.send(new GetRouterInputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterInputCommand } from "../commands/GetRouterInputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterInputCommand(input));
6
+ let result = await client.send(new GetRouterInputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterInputCommand } from "../commands/GetRouterInputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterInputCommand(input));
6
+ let result = await client.send(new GetRouterInputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterOutputCommand } from "../commands/GetRouterOutputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterOutputCommand(input));
6
+ let result = await client.send(new GetRouterOutputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterOutputCommand } from "../commands/GetRouterOutputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterOutputCommand(input));
6
+ let result = await client.send(new GetRouterOutputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterOutputCommand } from "../commands/GetRouterOutputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterOutputCommand(input));
6
+ let result = await client.send(new GetRouterOutputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -3,7 +3,7 @@ import { GetRouterOutputCommand } from "../commands/GetRouterOutputCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
6
- const result = await client.send(new GetRouterOutputCommand(input));
6
+ let result = await client.send(new GetRouterOutputCommand(input));
7
7
  reason = result;
8
8
  try {
9
9
  const returnComparator = () => {
@@ -1,10 +1,10 @@
1
1
  export * from "./waitForFlowActive";
2
2
  export * from "./waitForFlowDeleted";
3
3
  export * from "./waitForFlowStandby";
4
- export * from "./waitForInputActive";
5
- export * from "./waitForInputDeleted";
6
4
  export * from "./waitForInputStandby";
7
- export * from "./waitForOutputActive";
5
+ export * from "./waitForInputDeleted";
6
+ export * from "./waitForInputActive";
8
7
  export * from "./waitForOutputDeleted";
9
- export * from "./waitForOutputRouted";
8
+ export * from "./waitForOutputActive";
10
9
  export * from "./waitForOutputStandby";
10
+ export * from "./waitForOutputRouted";
@@ -1,10 +1,10 @@
1
1
  export * from "./waitForFlowActive";
2
2
  export * from "./waitForFlowDeleted";
3
3
  export * from "./waitForFlowStandby";
4
- export * from "./waitForInputActive";
5
- export * from "./waitForInputDeleted";
6
4
  export * from "./waitForInputStandby";
7
- export * from "./waitForOutputActive";
5
+ export * from "./waitForInputDeleted";
6
+ export * from "./waitForInputActive";
8
7
  export * from "./waitForOutputDeleted";
9
- export * from "./waitForOutputRouted";
8
+ export * from "./waitForOutputActive";
10
9
  export * from "./waitForOutputStandby";
10
+ export * from "./waitForOutputRouted";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconnect",
3
3
  "description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
4
- "version": "3.957.0",
4
+ "version": "3.962.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconnect",
@@ -22,7 +22,7 @@
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
24
  "@aws-sdk/core": "3.957.0",
25
- "@aws-sdk/credential-provider-node": "3.957.0",
25
+ "@aws-sdk/credential-provider-node": "3.962.0",
26
26
  "@aws-sdk/middleware-host-header": "3.957.0",
27
27
  "@aws-sdk/middleware-logger": "3.957.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.957.0",