@aws-sdk/client-mediaconnect 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +47 -46
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -6097,25 +6097,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6097
6097
  // Annotate the CommonJS export names for ESM import in node:
6098
6098
 
6099
6099
  0 && (module.exports = {
6100
+ MediaConnectServiceException,
6101
+ __Client,
6102
+ MediaConnectClient,
6103
+ MediaConnect,
6104
+ $Command,
6100
6105
  AddBridgeOutputsCommand,
6101
6106
  AddBridgeSourcesCommand,
6102
6107
  AddFlowMediaStreamsCommand,
6103
- AddFlowOutputs420Exception,
6104
6108
  AddFlowOutputsCommand,
6105
6109
  AddFlowSourcesCommand,
6106
6110
  AddFlowVpcInterfacesCommand,
6107
- Algorithm,
6108
- BadRequestException,
6109
- BridgePlacement,
6110
- BridgeState,
6111
- Colorimetry,
6112
- ConflictException,
6113
- ConnectionStatus,
6114
- CreateBridge420Exception,
6115
6111
  CreateBridgeCommand,
6116
- CreateFlow420Exception,
6117
6112
  CreateFlowCommand,
6118
- CreateGateway420Exception,
6119
6113
  CreateGatewayCommand,
6120
6114
  DeleteBridgeCommand,
6121
6115
  DeleteFlowCommand,
@@ -6128,19 +6122,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6128
6122
  DescribeGatewayInstanceCommand,
6129
6123
  DescribeOfferingCommand,
6130
6124
  DescribeReservationCommand,
6131
- DesiredState,
6132
- DurationUnits,
6133
- EncoderProfile,
6134
- EncodingName,
6135
- EntitlementStatus,
6136
- FailoverMode,
6137
- ForbiddenException,
6138
- GatewayState,
6139
- GrantFlowEntitlements420Exception,
6140
6125
  GrantFlowEntitlementsCommand,
6141
- InstanceState,
6142
- InternalServerErrorException,
6143
- KeyType,
6144
6126
  ListBridgesCommand,
6145
6127
  ListEntitlementsCommand,
6146
6128
  ListFlowsCommand,
@@ -6149,36 +6131,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6149
6131
  ListOfferingsCommand,
6150
6132
  ListReservationsCommand,
6151
6133
  ListTagsForResourceCommand,
6152
- MaintenanceDay,
6153
- MediaConnect,
6154
- MediaConnectClient,
6155
- MediaConnectServiceException,
6156
- MediaStreamType,
6157
- NetworkInterfaceType,
6158
- NotFoundException,
6159
- PriceUnits,
6160
- Protocol,
6161
6134
  PurchaseOfferingCommand,
6162
- Range,
6163
6135
  RemoveBridgeOutputCommand,
6164
6136
  RemoveBridgeSourceCommand,
6165
6137
  RemoveFlowMediaStreamCommand,
6166
6138
  RemoveFlowOutputCommand,
6167
6139
  RemoveFlowSourceCommand,
6168
6140
  RemoveFlowVpcInterfaceCommand,
6169
- ReservationState,
6170
- ResourceType,
6171
6141
  RevokeFlowEntitlementCommand,
6172
- ScanMode,
6173
- ServiceUnavailableException,
6174
- SourceType,
6175
6142
  StartFlowCommand,
6176
- State,
6177
- Status,
6178
6143
  StopFlowCommand,
6179
6144
  TagResourceCommand,
6180
- Tcs,
6181
- TooManyRequestsException,
6182
6145
  UntagResourceCommand,
6183
6146
  UpdateBridgeCommand,
6184
6147
  UpdateBridgeOutputCommand,
@@ -6190,7 +6153,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6190
6153
  UpdateFlowOutputCommand,
6191
6154
  UpdateFlowSourceCommand,
6192
6155
  UpdateGatewayInstanceCommand,
6193
- __Client,
6194
6156
  paginateListBridges,
6195
6157
  paginateListEntitlements,
6196
6158
  paginateListFlows,
@@ -6199,10 +6161,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6199
6161
  paginateListOfferings,
6200
6162
  paginateListReservations,
6201
6163
  waitForFlowActive,
6202
- waitForFlowDeleted,
6203
- waitForFlowStandby,
6204
6164
  waitUntilFlowActive,
6165
+ waitForFlowDeleted,
6205
6166
  waitUntilFlowDeleted,
6206
- waitUntilFlowStandby
6167
+ waitForFlowStandby,
6168
+ waitUntilFlowStandby,
6169
+ Protocol,
6170
+ Colorimetry,
6171
+ Range,
6172
+ ScanMode,
6173
+ Tcs,
6174
+ MediaStreamType,
6175
+ Algorithm,
6176
+ KeyType,
6177
+ EncodingName,
6178
+ EncoderProfile,
6179
+ EntitlementStatus,
6180
+ BridgeState,
6181
+ MaintenanceDay,
6182
+ SourceType,
6183
+ Status,
6184
+ GatewayState,
6185
+ InstanceState,
6186
+ DurationUnits,
6187
+ PriceUnits,
6188
+ ResourceType,
6189
+ ReservationState,
6190
+ NetworkInterfaceType,
6191
+ BadRequestException,
6192
+ ConflictException,
6193
+ ForbiddenException,
6194
+ InternalServerErrorException,
6195
+ NotFoundException,
6196
+ ServiceUnavailableException,
6197
+ TooManyRequestsException,
6198
+ AddFlowOutputs420Exception,
6199
+ FailoverMode,
6200
+ State,
6201
+ BridgePlacement,
6202
+ ConnectionStatus,
6203
+ CreateBridge420Exception,
6204
+ CreateFlow420Exception,
6205
+ CreateGateway420Exception,
6206
+ DesiredState,
6207
+ GrantFlowEntitlements420Exception
6207
6208
  });
6208
6209
 
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.496.0",
4
+ "version": "3.501.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-mediaconnect",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",