@aws-sdk/client-medialive 3.1018.0 → 3.1020.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.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/MediaLive.js +14 -14
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/waiters/waitForChannelCreated.js +1 -1
- package/dist-es/waiters/waitForChannelDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
- package/dist-es/waiters/waitForChannelRunning.js +1 -1
- package/dist-es/waiters/waitForChannelStopped.js +1 -1
- package/dist-es/waiters/waitForClusterCreated.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForInputAttached.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputDetached.js +1 -1
- package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
- package/dist-es/waiters/waitForNodeRegistered.js +1 -1
- package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
- package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
- package/dist-types/MediaLive.d.ts +123 -123
- package/dist-types/MediaLiveClient.d.ts +126 -126
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +20 -20
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
- package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
- package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
- package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
- package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
- package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
- package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
- package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultMediaLiveHttpAuthSchemeProvider = exports.defaultMediaLiveHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
6
|
const defaultMediaLiveHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultMediaLiveHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultMediaLiveHttpAuthSchemeProvider = defaultMediaLiveHttpAuthSchemeProvider;
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
|
-
const config_0 = (0,
|
|
41
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
43
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
|
-
const
|
|
6
|
+
const client_1 = require("@aws-sdk/core/client");
|
|
7
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
8
9
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
10
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
|
|
|
21
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
22
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
23
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
24
|
-
(0,
|
|
25
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
25
26
|
const loaderConfig = {
|
|
26
27
|
profile: config?.profile,
|
|
27
28
|
logger: clientSharedValues.logger,
|
|
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
|
|
|
31
32
|
...config,
|
|
32
33
|
runtime: "node",
|
|
33
34
|
defaultsMode,
|
|
34
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
35
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
36
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
37
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
38
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
@@ -24,7 +24,7 @@ const getRuntimeConfig = (config) => {
|
|
|
24
24
|
{
|
|
25
25
|
schemeId: "aws.auth#sigv4",
|
|
26
26
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
27
|
-
signer: new
|
|
27
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
28
28
|
},
|
|
29
29
|
],
|
|
30
30
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
package/dist-es/MediaLive.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { AcceptInputDeviceTransferCommand, } from "./commands/AcceptInputDeviceTransferCommand";
|
|
3
|
-
import { BatchDeleteCommand } from "./commands/BatchDeleteCommand";
|
|
4
|
-
import { BatchStartCommand } from "./commands/BatchStartCommand";
|
|
3
|
+
import { BatchDeleteCommand, } from "./commands/BatchDeleteCommand";
|
|
4
|
+
import { BatchStartCommand, } from "./commands/BatchStartCommand";
|
|
5
5
|
import { BatchStopCommand } from "./commands/BatchStopCommand";
|
|
6
6
|
import { BatchUpdateScheduleCommand, } from "./commands/BatchUpdateScheduleCommand";
|
|
7
7
|
import { CancelInputDeviceTransferCommand, } from "./commands/CancelInputDeviceTransferCommand";
|
|
8
|
-
import { ClaimDeviceCommand } from "./commands/ClaimDeviceCommand";
|
|
8
|
+
import { ClaimDeviceCommand, } from "./commands/ClaimDeviceCommand";
|
|
9
9
|
import { CreateChannelCommand, } from "./commands/CreateChannelCommand";
|
|
10
10
|
import { CreateChannelPlacementGroupCommand, } from "./commands/CreateChannelPlacementGroupCommand";
|
|
11
11
|
import { CreateCloudWatchAlarmTemplateCommand, } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
@@ -13,17 +13,17 @@ import { CreateCloudWatchAlarmTemplateGroupCommand, } from "./commands/CreateClo
|
|
|
13
13
|
import { CreateClusterCommand, } from "./commands/CreateClusterCommand";
|
|
14
14
|
import { CreateEventBridgeRuleTemplateCommand, } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
15
15
|
import { CreateEventBridgeRuleTemplateGroupCommand, } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
16
|
-
import { CreateInputCommand } from "./commands/CreateInputCommand";
|
|
16
|
+
import { CreateInputCommand, } from "./commands/CreateInputCommand";
|
|
17
17
|
import { CreateInputSecurityGroupCommand, } from "./commands/CreateInputSecurityGroupCommand";
|
|
18
18
|
import { CreateMultiplexCommand, } from "./commands/CreateMultiplexCommand";
|
|
19
19
|
import { CreateMultiplexProgramCommand, } from "./commands/CreateMultiplexProgramCommand";
|
|
20
20
|
import { CreateNetworkCommand, } from "./commands/CreateNetworkCommand";
|
|
21
|
-
import { CreateNodeCommand } from "./commands/CreateNodeCommand";
|
|
21
|
+
import { CreateNodeCommand, } from "./commands/CreateNodeCommand";
|
|
22
22
|
import { CreateNodeRegistrationScriptCommand, } from "./commands/CreateNodeRegistrationScriptCommand";
|
|
23
23
|
import { CreatePartnerInputCommand, } from "./commands/CreatePartnerInputCommand";
|
|
24
24
|
import { CreateSdiSourceCommand, } from "./commands/CreateSdiSourceCommand";
|
|
25
25
|
import { CreateSignalMapCommand, } from "./commands/CreateSignalMapCommand";
|
|
26
|
-
import { CreateTagsCommand } from "./commands/CreateTagsCommand";
|
|
26
|
+
import { CreateTagsCommand, } from "./commands/CreateTagsCommand";
|
|
27
27
|
import { DeleteChannelCommand, } from "./commands/DeleteChannelCommand";
|
|
28
28
|
import { DeleteChannelPlacementGroupCommand, } from "./commands/DeleteChannelPlacementGroupCommand";
|
|
29
29
|
import { DeleteCloudWatchAlarmTemplateCommand, } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
@@ -31,17 +31,17 @@ import { DeleteCloudWatchAlarmTemplateGroupCommand, } from "./commands/DeleteClo
|
|
|
31
31
|
import { DeleteClusterCommand, } from "./commands/DeleteClusterCommand";
|
|
32
32
|
import { DeleteEventBridgeRuleTemplateCommand, } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
33
33
|
import { DeleteEventBridgeRuleTemplateGroupCommand, } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
34
|
-
import { DeleteInputCommand } from "./commands/DeleteInputCommand";
|
|
34
|
+
import { DeleteInputCommand, } from "./commands/DeleteInputCommand";
|
|
35
35
|
import { DeleteInputSecurityGroupCommand, } from "./commands/DeleteInputSecurityGroupCommand";
|
|
36
36
|
import { DeleteMultiplexCommand, } from "./commands/DeleteMultiplexCommand";
|
|
37
37
|
import { DeleteMultiplexProgramCommand, } from "./commands/DeleteMultiplexProgramCommand";
|
|
38
38
|
import { DeleteNetworkCommand, } from "./commands/DeleteNetworkCommand";
|
|
39
|
-
import { DeleteNodeCommand } from "./commands/DeleteNodeCommand";
|
|
39
|
+
import { DeleteNodeCommand, } from "./commands/DeleteNodeCommand";
|
|
40
40
|
import { DeleteReservationCommand, } from "./commands/DeleteReservationCommand";
|
|
41
41
|
import { DeleteScheduleCommand, } from "./commands/DeleteScheduleCommand";
|
|
42
42
|
import { DeleteSdiSourceCommand, } from "./commands/DeleteSdiSourceCommand";
|
|
43
43
|
import { DeleteSignalMapCommand, } from "./commands/DeleteSignalMapCommand";
|
|
44
|
-
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
44
|
+
import { DeleteTagsCommand, } from "./commands/DeleteTagsCommand";
|
|
45
45
|
import { DescribeAccountConfigurationCommand, } from "./commands/DescribeAccountConfigurationCommand";
|
|
46
46
|
import { DescribeChannelCommand, } from "./commands/DescribeChannelCommand";
|
|
47
47
|
import { DescribeChannelPlacementGroupCommand, } from "./commands/DescribeChannelPlacementGroupCommand";
|
|
@@ -64,7 +64,7 @@ import { GetCloudWatchAlarmTemplateGroupCommand, } from "./commands/GetCloudWatc
|
|
|
64
64
|
import { GetEventBridgeRuleTemplateCommand, } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
65
65
|
import { GetEventBridgeRuleTemplateGroupCommand, } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
66
66
|
import { GetSignalMapCommand, } from "./commands/GetSignalMapCommand";
|
|
67
|
-
import { ListAlertsCommand } from "./commands/ListAlertsCommand";
|
|
67
|
+
import { ListAlertsCommand, } from "./commands/ListAlertsCommand";
|
|
68
68
|
import { ListChannelPlacementGroupsCommand, } from "./commands/ListChannelPlacementGroupsCommand";
|
|
69
69
|
import { ListChannelsCommand, } from "./commands/ListChannelsCommand";
|
|
70
70
|
import { ListCloudWatchAlarmTemplateGroupsCommand, } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
@@ -75,7 +75,7 @@ import { ListEventBridgeRuleTemplateGroupsCommand, } from "./commands/ListEventB
|
|
|
75
75
|
import { ListEventBridgeRuleTemplatesCommand, } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
76
76
|
import { ListInputDevicesCommand, } from "./commands/ListInputDevicesCommand";
|
|
77
77
|
import { ListInputDeviceTransfersCommand, } from "./commands/ListInputDeviceTransfersCommand";
|
|
78
|
-
import { ListInputsCommand } from "./commands/ListInputsCommand";
|
|
78
|
+
import { ListInputsCommand, } from "./commands/ListInputsCommand";
|
|
79
79
|
import { ListInputSecurityGroupsCommand, } from "./commands/ListInputSecurityGroupsCommand";
|
|
80
80
|
import { ListMultiplexAlertsCommand, } from "./commands/ListMultiplexAlertsCommand";
|
|
81
81
|
import { ListMultiplexesCommand, } from "./commands/ListMultiplexesCommand";
|
|
@@ -99,7 +99,7 @@ import { StartInputDeviceMaintenanceWindowCommand, } from "./commands/StartInput
|
|
|
99
99
|
import { StartMonitorDeploymentCommand, } from "./commands/StartMonitorDeploymentCommand";
|
|
100
100
|
import { StartMultiplexCommand, } from "./commands/StartMultiplexCommand";
|
|
101
101
|
import { StartUpdateSignalMapCommand, } from "./commands/StartUpdateSignalMapCommand";
|
|
102
|
-
import { StopChannelCommand } from "./commands/StopChannelCommand";
|
|
102
|
+
import { StopChannelCommand, } from "./commands/StopChannelCommand";
|
|
103
103
|
import { StopInputDeviceCommand, } from "./commands/StopInputDeviceCommand";
|
|
104
104
|
import { StopMultiplexCommand, } from "./commands/StopMultiplexCommand";
|
|
105
105
|
import { TransferInputDeviceCommand, } from "./commands/TransferInputDeviceCommand";
|
|
@@ -112,13 +112,13 @@ import { UpdateCloudWatchAlarmTemplateGroupCommand, } from "./commands/UpdateClo
|
|
|
112
112
|
import { UpdateClusterCommand, } from "./commands/UpdateClusterCommand";
|
|
113
113
|
import { UpdateEventBridgeRuleTemplateCommand, } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
114
114
|
import { UpdateEventBridgeRuleTemplateGroupCommand, } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
115
|
-
import { UpdateInputCommand } from "./commands/UpdateInputCommand";
|
|
115
|
+
import { UpdateInputCommand, } from "./commands/UpdateInputCommand";
|
|
116
116
|
import { UpdateInputDeviceCommand, } from "./commands/UpdateInputDeviceCommand";
|
|
117
117
|
import { UpdateInputSecurityGroupCommand, } from "./commands/UpdateInputSecurityGroupCommand";
|
|
118
118
|
import { UpdateMultiplexCommand, } from "./commands/UpdateMultiplexCommand";
|
|
119
119
|
import { UpdateMultiplexProgramCommand, } from "./commands/UpdateMultiplexProgramCommand";
|
|
120
120
|
import { UpdateNetworkCommand, } from "./commands/UpdateNetworkCommand";
|
|
121
|
-
import { UpdateNodeCommand } from "./commands/UpdateNodeCommand";
|
|
121
|
+
import { UpdateNodeCommand, } from "./commands/UpdateNodeCommand";
|
|
122
122
|
import { UpdateNodeStateCommand, } from "./commands/UpdateNodeStateCommand";
|
|
123
123
|
import { UpdateReservationCommand, } from "./commands/UpdateReservationCommand";
|
|
124
124
|
import { UpdateSdiSourceCommand, } from "./commands/UpdateSdiSourceCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultMediaLiveHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelPlacementGroupCommand, } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelPlacementGroupCommand, } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelPlacementGroupCommand, } from "../commands/DescribeChannelPlacementGroupCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeChannelCommand } from "../commands/DescribeChannelCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeInputCommand } from "../commands/DescribeInputCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeNodeCommand } from "../commands/DescribeNodeCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeNodeCommand } from "../commands/DescribeNodeCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { GetSignalMapCommand } from "../commands/GetSignalMapCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|