@aws-sdk/client-mediaconnect 3.495.0 → 3.499.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 +49 -46
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -6095,26 +6095,21 @@ var waitUntilFlowStandby = /* @__PURE__ */ __name(async (params, input) => {
6095
6095
  // src/index.ts
6096
6096
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
6097
6097
  // Annotate the CommonJS export names for ESM import in node:
6098
+
6098
6099
  0 && (module.exports = {
6100
+ MediaConnectServiceException,
6101
+ __Client,
6102
+ MediaConnectClient,
6103
+ MediaConnect,
6104
+ $Command,
6099
6105
  AddBridgeOutputsCommand,
6100
6106
  AddBridgeSourcesCommand,
6101
6107
  AddFlowMediaStreamsCommand,
6102
- AddFlowOutputs420Exception,
6103
6108
  AddFlowOutputsCommand,
6104
6109
  AddFlowSourcesCommand,
6105
6110
  AddFlowVpcInterfacesCommand,
6106
- Algorithm,
6107
- BadRequestException,
6108
- BridgePlacement,
6109
- BridgeState,
6110
- Colorimetry,
6111
- ConflictException,
6112
- ConnectionStatus,
6113
- CreateBridge420Exception,
6114
6111
  CreateBridgeCommand,
6115
- CreateFlow420Exception,
6116
6112
  CreateFlowCommand,
6117
- CreateGateway420Exception,
6118
6113
  CreateGatewayCommand,
6119
6114
  DeleteBridgeCommand,
6120
6115
  DeleteFlowCommand,
@@ -6127,19 +6122,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6127
6122
  DescribeGatewayInstanceCommand,
6128
6123
  DescribeOfferingCommand,
6129
6124
  DescribeReservationCommand,
6130
- DesiredState,
6131
- DurationUnits,
6132
- EncoderProfile,
6133
- EncodingName,
6134
- EntitlementStatus,
6135
- FailoverMode,
6136
- ForbiddenException,
6137
- GatewayState,
6138
- GrantFlowEntitlements420Exception,
6139
6125
  GrantFlowEntitlementsCommand,
6140
- InstanceState,
6141
- InternalServerErrorException,
6142
- KeyType,
6143
6126
  ListBridgesCommand,
6144
6127
  ListEntitlementsCommand,
6145
6128
  ListFlowsCommand,
@@ -6148,36 +6131,17 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6148
6131
  ListOfferingsCommand,
6149
6132
  ListReservationsCommand,
6150
6133
  ListTagsForResourceCommand,
6151
- MaintenanceDay,
6152
- MediaConnect,
6153
- MediaConnectClient,
6154
- MediaConnectServiceException,
6155
- MediaStreamType,
6156
- NetworkInterfaceType,
6157
- NotFoundException,
6158
- PriceUnits,
6159
- Protocol,
6160
6134
  PurchaseOfferingCommand,
6161
- Range,
6162
6135
  RemoveBridgeOutputCommand,
6163
6136
  RemoveBridgeSourceCommand,
6164
6137
  RemoveFlowMediaStreamCommand,
6165
6138
  RemoveFlowOutputCommand,
6166
6139
  RemoveFlowSourceCommand,
6167
6140
  RemoveFlowVpcInterfaceCommand,
6168
- ReservationState,
6169
- ResourceType,
6170
6141
  RevokeFlowEntitlementCommand,
6171
- ScanMode,
6172
- ServiceUnavailableException,
6173
- SourceType,
6174
6142
  StartFlowCommand,
6175
- State,
6176
- Status,
6177
6143
  StopFlowCommand,
6178
6144
  TagResourceCommand,
6179
- Tcs,
6180
- TooManyRequestsException,
6181
6145
  UntagResourceCommand,
6182
6146
  UpdateBridgeCommand,
6183
6147
  UpdateBridgeOutputCommand,
@@ -6189,7 +6153,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6189
6153
  UpdateFlowOutputCommand,
6190
6154
  UpdateFlowSourceCommand,
6191
6155
  UpdateGatewayInstanceCommand,
6192
- __Client,
6193
6156
  paginateListBridges,
6194
6157
  paginateListEntitlements,
6195
6158
  paginateListFlows,
@@ -6198,9 +6161,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6198
6161
  paginateListOfferings,
6199
6162
  paginateListReservations,
6200
6163
  waitForFlowActive,
6201
- waitForFlowDeleted,
6202
- waitForFlowStandby,
6203
6164
  waitUntilFlowActive,
6165
+ waitForFlowDeleted,
6204
6166
  waitUntilFlowDeleted,
6205
- 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
6206
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
60
- "@smithy/util-waiter": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
+ "@smithy/util-waiter": "^2.1.1",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",