@aws-sdk/client-mediapackage-vod 3.1087.0 → 3.1088.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 (37) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/MediaPackageVod.d.ts +59 -73
  3. package/dist-types/ts3.4/MediaPackageVodClient.d.ts +10 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreatePackagingConfigurationCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreatePackagingGroupCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/DeletePackagingConfigurationCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/DeletePackagingGroupCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/DescribeAssetCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DescribePackagingConfigurationCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DescribePackagingGroupCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +2 -4
  18. package/dist-types/ts3.4/commands/ListPackagingConfigurationsCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/ListPackagingGroupsCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  22. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  23. package/dist-types/ts3.4/commands/UpdatePackagingGroupCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  25. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  26. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  27. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  28. package/dist-types/ts3.4/models/errors.d.ts +4 -12
  29. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  30. package/dist-types/ts3.4/pagination/ListAssetsPaginator.d.ts +1 -4
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  35. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  36. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  37. package/package.json +38 -38
@@ -4,14 +4,12 @@ import {
4
4
  CreatePackagingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreatePackagingConfigurationCommandInput
8
- extends CreatePackagingConfigurationRequest {}
7
+ export interface CreatePackagingConfigurationCommandInput extends CreatePackagingConfigurationRequest {}
9
8
  export interface CreatePackagingConfigurationCommandOutput
10
- extends CreatePackagingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends CreatePackagingConfigurationResponse, __MetadataBearer {}
12
10
  declare const CreatePackagingConfigurationCommand_base: {
13
11
  new (
14
- input: CreatePackagingConfigurationCommandInput
12
+ input: CreatePackagingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreatePackagingConfigurationCommandInput,
17
15
  CreatePackagingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreatePackagingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreatePackagingConfigurationCommandInput
21
+ input: CreatePackagingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreatePackagingConfigurationCommandInput,
26
24
  CreatePackagingConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreatePackagingGroupRequest,
4
- CreatePackagingGroupResponse,
5
- } from "../models/models_0";
2
+ import { CreatePackagingGroupRequest, CreatePackagingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreatePackagingGroupCommandInput
8
- extends CreatePackagingGroupRequest {}
4
+ export interface CreatePackagingGroupCommandInput extends CreatePackagingGroupRequest {}
9
5
  export interface CreatePackagingGroupCommandOutput
10
- extends CreatePackagingGroupResponse,
11
- __MetadataBearer {}
6
+ extends CreatePackagingGroupResponse, __MetadataBearer {}
12
7
  declare const CreatePackagingGroupCommand_base: {
13
8
  new (
14
- input: CreatePackagingGroupCommandInput
9
+ input: CreatePackagingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreatePackagingGroupCommandInput,
17
12
  CreatePackagingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const CreatePackagingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreatePackagingGroupCommandInput
18
+ input: CreatePackagingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreatePackagingGroupCommandInput,
26
21
  CreatePackagingGroupCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteAssetCommandInput extends DeleteAssetRequest {}
5
- export interface DeleteAssetCommandOutput
6
- extends DeleteAssetResponse,
7
- __MetadataBearer {}
5
+ export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {}
8
6
  declare const DeleteAssetCommand_base: {
9
7
  new (
10
- input: DeleteAssetCommandInput
8
+ input: DeleteAssetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteAssetCommandInput,
13
11
  DeleteAssetCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteAssetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteAssetCommandInput
17
+ input: DeleteAssetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteAssetCommandInput,
22
20
  DeleteAssetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeletePackagingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeletePackagingConfigurationCommandInput
8
- extends DeletePackagingConfigurationRequest {}
7
+ export interface DeletePackagingConfigurationCommandInput extends DeletePackagingConfigurationRequest {}
9
8
  export interface DeletePackagingConfigurationCommandOutput
10
- extends DeletePackagingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DeletePackagingConfigurationResponse, __MetadataBearer {}
12
10
  declare const DeletePackagingConfigurationCommand_base: {
13
11
  new (
14
- input: DeletePackagingConfigurationCommandInput
12
+ input: DeletePackagingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeletePackagingConfigurationCommandInput,
17
15
  DeletePackagingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeletePackagingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeletePackagingConfigurationCommandInput
21
+ input: DeletePackagingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeletePackagingConfigurationCommandInput,
26
24
  DeletePackagingConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePackagingGroupRequest,
4
- DeletePackagingGroupResponse,
5
- } from "../models/models_0";
2
+ import { DeletePackagingGroupRequest, DeletePackagingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeletePackagingGroupCommandInput
8
- extends DeletePackagingGroupRequest {}
4
+ export interface DeletePackagingGroupCommandInput extends DeletePackagingGroupRequest {}
9
5
  export interface DeletePackagingGroupCommandOutput
10
- extends DeletePackagingGroupResponse,
11
- __MetadataBearer {}
6
+ extends DeletePackagingGroupResponse, __MetadataBearer {}
12
7
  declare const DeletePackagingGroupCommand_base: {
13
8
  new (
14
- input: DeletePackagingGroupCommandInput
9
+ input: DeletePackagingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeletePackagingGroupCommandInput,
17
12
  DeletePackagingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const DeletePackagingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeletePackagingGroupCommandInput
18
+ input: DeletePackagingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeletePackagingGroupCommandInput,
26
21
  DeletePackagingGroupCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeAssetRequest,
4
- DescribeAssetResponse,
5
- } from "../models/models_0";
2
+ import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DescribeAssetCommandInput extends DescribeAssetRequest {}
8
- export interface DescribeAssetCommandOutput
9
- extends DescribeAssetResponse,
10
- __MetadataBearer {}
5
+ export interface DescribeAssetCommandOutput extends DescribeAssetResponse, __MetadataBearer {}
11
6
  declare const DescribeAssetCommand_base: {
12
7
  new (
13
- input: DescribeAssetCommandInput
8
+ input: DescribeAssetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DescribeAssetCommandInput,
16
11
  DescribeAssetCommandOutput,
@@ -19,7 +14,7 @@ declare const DescribeAssetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DescribeAssetCommandInput
17
+ input: DescribeAssetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DescribeAssetCommandInput,
25
20
  DescribeAssetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribePackagingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribePackagingConfigurationCommandInput
8
- extends DescribePackagingConfigurationRequest {}
7
+ export interface DescribePackagingConfigurationCommandInput extends DescribePackagingConfigurationRequest {}
9
8
  export interface DescribePackagingConfigurationCommandOutput
10
- extends DescribePackagingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DescribePackagingConfigurationResponse, __MetadataBearer {}
12
10
  declare const DescribePackagingConfigurationCommand_base: {
13
11
  new (
14
- input: DescribePackagingConfigurationCommandInput
12
+ input: DescribePackagingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribePackagingConfigurationCommandInput,
17
15
  DescribePackagingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribePackagingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribePackagingConfigurationCommandInput
21
+ input: DescribePackagingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribePackagingConfigurationCommandInput,
26
24
  DescribePackagingConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribePackagingGroupRequest,
4
- DescribePackagingGroupResponse,
5
- } from "../models/models_0";
2
+ import { DescribePackagingGroupRequest, DescribePackagingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribePackagingGroupCommandInput
8
- extends DescribePackagingGroupRequest {}
4
+ export interface DescribePackagingGroupCommandInput extends DescribePackagingGroupRequest {}
9
5
  export interface DescribePackagingGroupCommandOutput
10
- extends DescribePackagingGroupResponse,
11
- __MetadataBearer {}
6
+ extends DescribePackagingGroupResponse, __MetadataBearer {}
12
7
  declare const DescribePackagingGroupCommand_base: {
13
8
  new (
14
- input: DescribePackagingGroupCommandInput
9
+ input: DescribePackagingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribePackagingGroupCommandInput,
17
12
  DescribePackagingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribePackagingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribePackagingGroupCommandInput
18
+ input: DescribePackagingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribePackagingGroupCommandInput,
26
21
  DescribePackagingGroupCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListAssetsCommandInput extends ListAssetsRequest {}
5
- export interface ListAssetsCommandOutput
6
- extends ListAssetsResponse,
7
- __MetadataBearer {}
5
+ export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataBearer {}
8
6
  declare const ListAssetsCommand_base: {
9
7
  new (
10
- input: ListAssetsCommandInput
8
+ input: ListAssetsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListAssetsCommandInput,
13
11
  ListAssetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListPackagingConfigurationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListPackagingConfigurationsCommandInput
8
- extends ListPackagingConfigurationsRequest {}
7
+ export interface ListPackagingConfigurationsCommandInput extends ListPackagingConfigurationsRequest {}
9
8
  export interface ListPackagingConfigurationsCommandOutput
10
- extends ListPackagingConfigurationsResponse,
11
- __MetadataBearer {}
9
+ extends ListPackagingConfigurationsResponse, __MetadataBearer {}
12
10
  declare const ListPackagingConfigurationsCommand_base: {
13
11
  new (
14
- input: ListPackagingConfigurationsCommandInput
12
+ input: ListPackagingConfigurationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListPackagingConfigurationsCommandInput,
17
15
  ListPackagingConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListPackagingGroupsRequest,
4
- ListPackagingGroupsResponse,
5
- } from "../models/models_0";
2
+ import { ListPackagingGroupsRequest, ListPackagingGroupsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListPackagingGroupsCommandInput
8
- extends ListPackagingGroupsRequest {}
4
+ export interface ListPackagingGroupsCommandInput extends ListPackagingGroupsRequest {}
9
5
  export interface ListPackagingGroupsCommandOutput
10
- extends ListPackagingGroupsResponse,
11
- __MetadataBearer {}
6
+ extends ListPackagingGroupsResponse, __MetadataBearer {}
12
7
  declare const ListPackagingGroupsCommand_base: {
13
8
  new (
14
- input: ListPackagingGroupsCommandInput
9
+ input: ListPackagingGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListPackagingGroupsCommandInput,
17
12
  ListPackagingGroupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
5
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const TagResourceCommand_base: {
7
7
  new (
8
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  TagResourceCommandInput,
11
11
  TagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
5
5
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
6
6
  declare const UntagResourceCommand_base: {
7
7
  new (
8
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UntagResourceCommandInput,
11
11
  UntagResourceCommandOutput,
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UntagResourceCommandInput,
20
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdatePackagingGroupRequest,
4
- UpdatePackagingGroupResponse,
5
- } from "../models/models_0";
2
+ import { UpdatePackagingGroupRequest, UpdatePackagingGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdatePackagingGroupCommandInput
8
- extends UpdatePackagingGroupRequest {}
4
+ export interface UpdatePackagingGroupCommandInput extends UpdatePackagingGroupRequest {}
9
5
  export interface UpdatePackagingGroupCommandOutput
10
- extends UpdatePackagingGroupResponse,
11
- __MetadataBearer {}
6
+ extends UpdatePackagingGroupResponse, __MetadataBearer {}
12
7
  declare const UpdatePackagingGroupCommand_base: {
13
8
  new (
14
- input: UpdatePackagingGroupCommandInput
9
+ input: UpdatePackagingGroupCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdatePackagingGroupCommandInput,
17
12
  UpdatePackagingGroupCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdatePackagingGroupCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdatePackagingGroupCommandInput
18
+ input: UpdatePackagingGroupCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdatePackagingGroupCommandInput,
26
21
  UpdatePackagingGroupCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface MediaPackageVodExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -7,8 +7,7 @@ export declare const ManifestLayout: {
7
7
  readonly COMPACT: "COMPACT";
8
8
  readonly FULL: "FULL";
9
9
  };
10
- export type ManifestLayout =
11
- (typeof ManifestLayout)[keyof typeof ManifestLayout];
10
+ export type ManifestLayout = (typeof ManifestLayout)[keyof typeof ManifestLayout];
12
11
  export declare const Profile: {
13
12
  readonly HBBTV_1_5: "HBBTV_1_5";
14
13
  readonly NONE: "NONE";
@@ -18,8 +17,7 @@ export declare const ScteMarkersSource: {
18
17
  readonly MANIFEST: "MANIFEST";
19
18
  readonly SEGMENTS: "SEGMENTS";
20
19
  };
21
- export type ScteMarkersSource =
22
- (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource];
20
+ export type ScteMarkersSource = (typeof ScteMarkersSource)[keyof typeof ScteMarkersSource];
23
21
  export declare const StreamOrder: {
24
22
  readonly ORIGINAL: "ORIGINAL";
25
23
  readonly VIDEO_BITRATE_ASCENDING: "VIDEO_BITRATE_ASCENDING";
@@ -39,8 +37,7 @@ export declare const PresetSpeke20Audio: {
39
37
  readonly SHARED: "SHARED";
40
38
  readonly UNENCRYPTED: "UNENCRYPTED";
41
39
  };
42
- export type PresetSpeke20Audio =
43
- (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
40
+ export type PresetSpeke20Audio = (typeof PresetSpeke20Audio)[keyof typeof PresetSpeke20Audio];
44
41
  export declare const PresetSpeke20Video: {
45
42
  readonly PRESET_VIDEO_1: "PRESET-VIDEO-1";
46
43
  readonly PRESET_VIDEO_2: "PRESET-VIDEO-2";
@@ -53,8 +50,7 @@ export declare const PresetSpeke20Video: {
53
50
  readonly SHARED: "SHARED";
54
51
  readonly UNENCRYPTED: "UNENCRYPTED";
55
52
  };
56
- export type PresetSpeke20Video =
57
- (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
53
+ export type PresetSpeke20Video = (typeof PresetSpeke20Video)[keyof typeof PresetSpeke20Video];
58
54
  export declare const SegmentTemplateFormat: {
59
55
  readonly NUMBER_WITH_DURATION: "NUMBER_WITH_DURATION";
60
56
  readonly NUMBER_WITH_TIMELINE: "NUMBER_WITH_TIMELINE";
@@ -66,5 +62,4 @@ export declare const EncryptionMethod: {
66
62
  readonly AES_128: "AES_128";
67
63
  readonly SAMPLE_AES: "SAMPLE_AES";
68
64
  };
69
- export type EncryptionMethod =
70
- (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
65
+ export type EncryptionMethod = (typeof EncryptionMethod)[keyof typeof EncryptionMethod];
@@ -10,9 +10,7 @@ export declare class InternalServerErrorException extends __BaseException {
10
10
  readonly name: "InternalServerErrorException";
11
11
  readonly $fault: "server";
12
12
  Message?: string | undefined;
13
- constructor(
14
- opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>
15
- );
13
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
16
14
  }
17
15
  export declare class NotFoundException extends __BaseException {
18
16
  readonly name: "NotFoundException";
@@ -24,23 +22,17 @@ export declare class ServiceUnavailableException extends __BaseException {
24
22
  readonly name: "ServiceUnavailableException";
25
23
  readonly $fault: "server";
26
24
  Message?: string | undefined;
27
- constructor(
28
- opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
29
- );
25
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
30
26
  }
31
27
  export declare class TooManyRequestsException extends __BaseException {
32
28
  readonly name: "TooManyRequestsException";
33
29
  readonly $fault: "client";
34
30
  Message?: string | undefined;
35
- constructor(
36
- opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
37
- );
31
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
38
32
  }
39
33
  export declare class UnprocessableEntityException extends __BaseException {
40
34
  readonly name: "UnprocessableEntityException";
41
35
  readonly $fault: "client";
42
36
  Message?: string | undefined;
43
- constructor(
44
- opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
45
- );
37
+ constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
46
38
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { MediaPackageVodClient } from "../MediaPackageVodClient";
3
- export interface MediaPackageVodPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface MediaPackageVodPaginationConfiguration extends PaginationConfiguration {
5
4
  client: MediaPackageVodClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListAssetsCommandInput,
4
- ListAssetsCommandOutput,
5
- } from "../commands/ListAssetsCommand";
2
+ import { ListAssetsCommandInput, ListAssetsCommandOutput } from "../commands/ListAssetsCommand";
6
3
  import { MediaPackageVodPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListAssets: (
8
5
  config: MediaPackageVodPaginationConfiguration,
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { MediaPackageVodClientConfig } from "./MediaPackageVodClient";
3
- export declare const getRuntimeConfig: (
4
- config: MediaPackageVodClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: MediaPackageVodClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };