@aws-sdk/client-mediapackagev2 3.1045.0 → 3.1047.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 +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +87 -89
- package/dist-cjs/models/MediaPackageV2ServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/MediaPackageV2.js +1 -1
- package/dist-es/MediaPackageV2Client.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CancelHarvestJobCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateChannelGroupCommand.js +2 -2
- package/dist-es/commands/CreateHarvestJobCommand.js +2 -2
- package/dist-es/commands/CreateOriginEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +2 -2
- package/dist-es/commands/DeleteChannelGroupCommand.js +2 -2
- package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteOriginEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteOriginEndpointPolicyCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetChannelGroupCommand.js +2 -2
- package/dist-es/commands/GetChannelPolicyCommand.js +2 -2
- package/dist-es/commands/GetHarvestJobCommand.js +2 -2
- package/dist-es/commands/GetOriginEndpointCommand.js +2 -2
- package/dist-es/commands/GetOriginEndpointPolicyCommand.js +2 -2
- package/dist-es/commands/ListChannelGroupsCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListHarvestJobsCommand.js +2 -2
- package/dist-es/commands/ListOriginEndpointsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutChannelPolicyCommand.js +2 -2
- package/dist-es/commands/PutOriginEndpointPolicyCommand.js +2 -2
- package/dist-es/commands/ResetChannelStateCommand.js +2 -2
- package/dist-es/commands/ResetOriginEndpointStateCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateChannelGroupCommand.js +2 -2
- package/dist-es/commands/UpdateOriginEndpointCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MediaPackageV2ServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForHarvestJobFinished.js +1 -1
- package/dist-types/MediaPackageV2.d.ts +1 -1
- package/dist-types/MediaPackageV2Client.d.ts +5 -5
- package/dist-types/commands/CancelHarvestJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/CreateHarvestJobCommand.d.ts +6 -4
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetHarvestJobCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/commands/ListHarvestJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ResetChannelStateCommand.d.ts +6 -4
- package/dist-types/commands/ResetOriginEndpointStateCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/MediaPackageV2ServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/MediaPackageV2.d.ts +1 -1
- package/dist-types/ts3.4/MediaPackageV2Client.d.ts +8 -14
- package/dist-types/ts3.4/commands/CancelHarvestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHarvestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetChannelStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ResetOriginEndpointStateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MediaPackageV2ServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForHarvestJobFinished.d.ts +1 -1
- package/dist-types/waiters/waitForHarvestJobFinished.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetChannelGroupCommandOutput
|
|
|
18
18
|
declare const GetChannelGroupCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetChannelGroupCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetChannelGroupCommandInput,
|
|
23
23
|
GetChannelGroupCommandOutput,
|
|
24
24
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetChannelGroupCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetChannelGroupCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetChannelGroupCommandInput,
|
|
32
32
|
GetChannelGroupCommandOutput,
|
|
33
33
|
MediaPackageV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetChannelGroupCommand extends GetChannelGroupCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetChannelPolicyCommandOutput
|
|
|
18
18
|
declare const GetChannelPolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetChannelPolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetChannelPolicyCommandInput,
|
|
23
23
|
GetChannelPolicyCommandOutput,
|
|
24
24
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetChannelPolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetChannelPolicyCommandInput,
|
|
32
32
|
GetChannelPolicyCommandOutput,
|
|
33
33
|
MediaPackageV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetHarvestJobCommandOutput
|
|
|
18
18
|
declare const GetHarvestJobCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetHarvestJobCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetHarvestJobCommandInput,
|
|
23
23
|
GetHarvestJobCommandOutput,
|
|
24
24
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetHarvestJobCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetHarvestJobCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetHarvestJobCommandInput,
|
|
32
32
|
GetHarvestJobCommandOutput,
|
|
33
33
|
MediaPackageV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetHarvestJobCommand extends GetHarvestJobCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetOriginEndpointCommandOutput
|
|
|
19
19
|
declare const GetOriginEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetOriginEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetOriginEndpointCommandInput,
|
|
24
24
|
GetOriginEndpointCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetOriginEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetOriginEndpointCommandInput,
|
|
33
33
|
GetOriginEndpointCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetOriginEndpointCommand extends GetOriginEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetOriginEndpointPolicyCommandOutput
|
|
|
19
19
|
declare const GetOriginEndpointPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetOriginEndpointPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetOriginEndpointPolicyCommandInput,
|
|
24
24
|
GetOriginEndpointPolicyCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetOriginEndpointPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetOriginEndpointPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetOriginEndpointPolicyCommandInput,
|
|
33
33
|
GetOriginEndpointPolicyCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetOriginEndpointPolicyCommand extends GetOriginEndpointPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListChannelGroupsCommandOutput
|
|
|
19
19
|
declare const ListChannelGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListChannelGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListChannelGroupsCommandInput,
|
|
24
24
|
ListChannelGroupsCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListChannelGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListChannelGroupsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListChannelGroupsCommandInput,
|
|
33
33
|
ListChannelGroupsCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListChannelGroupsCommand extends ListChannelGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ListChannelsCommandOutput
|
|
|
15
15
|
declare const ListChannelsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ListChannelsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ListChannelsCommandInput,
|
|
20
20
|
ListChannelsCommandOutput,
|
|
21
21
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ListChannelsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ListChannelsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ListChannelsCommandInput,
|
|
29
29
|
ListChannelsCommandOutput,
|
|
30
30
|
MediaPackageV2ClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListHarvestJobsCommandOutput
|
|
|
18
18
|
declare const ListHarvestJobsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListHarvestJobsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListHarvestJobsCommandInput,
|
|
23
23
|
ListHarvestJobsCommandOutput,
|
|
24
24
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListHarvestJobsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListHarvestJobsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListHarvestJobsCommandInput,
|
|
32
32
|
ListHarvestJobsCommandOutput,
|
|
33
33
|
MediaPackageV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListHarvestJobsCommand extends ListHarvestJobsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListOriginEndpointsCommandOutput
|
|
|
19
19
|
declare const ListOriginEndpointsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListOriginEndpointsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListOriginEndpointsCommandInput,
|
|
24
24
|
ListOriginEndpointsCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListOriginEndpointsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListOriginEndpointsCommandInput,
|
|
33
33
|
ListOriginEndpointsCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface PutChannelPolicyCommandOutput
|
|
|
18
18
|
declare const PutChannelPolicyCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutChannelPolicyCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutChannelPolicyCommandInput,
|
|
23
23
|
PutChannelPolicyCommandOutput,
|
|
24
24
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutChannelPolicyCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutChannelPolicyCommandInput,
|
|
32
32
|
PutChannelPolicyCommandOutput,
|
|
33
33
|
MediaPackageV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutOriginEndpointPolicyCommandOutput
|
|
|
19
19
|
declare const PutOriginEndpointPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutOriginEndpointPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutOriginEndpointPolicyCommandInput,
|
|
24
24
|
PutOriginEndpointPolicyCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutOriginEndpointPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutOriginEndpointPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutOriginEndpointPolicyCommandInput,
|
|
33
33
|
PutOriginEndpointPolicyCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ResetChannelStateCommandOutput
|
|
|
19
19
|
declare const ResetChannelStateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ResetChannelStateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ResetChannelStateCommandInput,
|
|
24
24
|
ResetChannelStateCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ResetChannelStateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ResetChannelStateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ResetChannelStateCommandInput,
|
|
33
33
|
ResetChannelStateCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ResetChannelStateCommand extends ResetChannelStateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ResetOriginEndpointStateCommandOutput
|
|
|
19
19
|
declare const ResetOriginEndpointStateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ResetOriginEndpointStateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ResetOriginEndpointStateCommandInput,
|
|
24
24
|
ResetOriginEndpointStateCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ResetOriginEndpointStateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ResetOriginEndpointStateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ResetOriginEndpointStateCommandInput,
|
|
33
33
|
ResetOriginEndpointStateCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ResetOriginEndpointStateCommand extends ResetOriginEndpointStateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const TagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: TagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
TagResourceCommandInput,
|
|
18
18
|
TagResourceCommandOutput,
|
|
19
19
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const TagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: TagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
TagResourceCommandInput,
|
|
27
27
|
TagResourceCommandOutput,
|
|
28
28
|
MediaPackageV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const UntagResourceCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: UntagResourceCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
UntagResourceCommandInput,
|
|
18
18
|
UntagResourceCommandOutput,
|
|
19
19
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const UntagResourceCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: UntagResourceCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
UntagResourceCommandInput,
|
|
27
27
|
UntagResourceCommandOutput,
|
|
28
28
|
MediaPackageV2ClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateChannelCommandOutput
|
|
|
18
18
|
declare const UpdateChannelCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateChannelCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateChannelCommandInput,
|
|
23
23
|
UpdateChannelCommandOutput,
|
|
24
24
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateChannelCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateChannelCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateChannelCommandInput,
|
|
32
32
|
UpdateChannelCommandOutput,
|
|
33
33
|
MediaPackageV2ClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateChannelGroupCommandOutput
|
|
|
19
19
|
declare const UpdateChannelGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateChannelGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateChannelGroupCommandInput,
|
|
24
24
|
UpdateChannelGroupCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateChannelGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateChannelGroupCommandInput,
|
|
33
33
|
UpdateChannelGroupCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateOriginEndpointCommandOutput
|
|
|
19
19
|
declare const UpdateOriginEndpointCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateOriginEndpointCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateOriginEndpointCommandInput,
|
|
24
24
|
UpdateOriginEndpointCommandOutput,
|
|
25
25
|
MediaPackageV2ClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateOriginEndpointCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateOriginEndpointCommandInput,
|
|
33
33
|
UpdateOriginEndpointCommandOutput,
|
|
34
34
|
MediaPackageV2ClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface MediaPackageV2ExtensionConfiguration
|