@aws-sdk/client-kinesis-video 3.1086.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 (53) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/KinesisVideo.d.ts +105 -155
  3. package/dist-types/ts3.4/KinesisVideoClient.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/CreateSignalingChannelCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/DeleteEdgeConfigurationCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/DeleteSignalingChannelCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/DescribeEdgeConfigurationCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/DescribeSignalingChannelCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +2 -4
  19. package/dist-types/ts3.4/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/GetDataEndpointCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/GetSignalingChannelEndpointCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/ListEdgeAgentConfigurationsCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/ListSignalingChannelsCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +2 -4
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +3 -8
  27. package/dist-types/ts3.4/commands/StartEdgeConfigurationUpdateCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/TagStreamCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/UntagStreamCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/UpdateDataRetentionCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/UpdateMediaStorageConfigurationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/UpdateNotificationConfigurationCommand.d.ts +3 -5
  36. package/dist-types/ts3.4/commands/UpdateSignalingChannelCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/UpdateStreamCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/UpdateStreamStorageConfigurationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  40. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  41. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  42. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  43. package/dist-types/ts3.4/models/errors.d.ts +15 -58
  44. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  46. package/dist-types/ts3.4/pagination/ListStreamsPaginator.d.ts +1 -4
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  51. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  53. package/package.json +39 -39
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceInput,
4
- ListTagsForResourceOutput,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceInput {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceOutput,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceOutput, __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,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForStreamInput,
4
- ListTagsForStreamOutput,
5
- } from "../models/models_0";
2
+ import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListTagsForStreamCommandInput extends ListTagsForStreamInput {}
8
- export interface ListTagsForStreamCommandOutput
9
- extends ListTagsForStreamOutput,
10
- __MetadataBearer {}
5
+ export interface ListTagsForStreamCommandOutput extends ListTagsForStreamOutput, __MetadataBearer {}
11
6
  declare const ListTagsForStreamCommand_base: {
12
7
  new (
13
- input: ListTagsForStreamCommandInput
8
+ input: ListTagsForStreamCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListTagsForStreamCommandInput,
16
11
  ListTagsForStreamCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  StartEdgeConfigurationUpdateOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface StartEdgeConfigurationUpdateCommandInput
8
- extends StartEdgeConfigurationUpdateInput {}
7
+ export interface StartEdgeConfigurationUpdateCommandInput extends StartEdgeConfigurationUpdateInput {}
9
8
  export interface StartEdgeConfigurationUpdateCommandOutput
10
- extends StartEdgeConfigurationUpdateOutput,
11
- __MetadataBearer {}
9
+ extends StartEdgeConfigurationUpdateOutput, __MetadataBearer {}
12
10
  declare const StartEdgeConfigurationUpdateCommand_base: {
13
11
  new (
14
- input: StartEdgeConfigurationUpdateCommandInput
12
+ input: StartEdgeConfigurationUpdateCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  StartEdgeConfigurationUpdateCommandInput,
17
15
  StartEdgeConfigurationUpdateCommandOutput,
@@ -20,7 +18,7 @@ declare const StartEdgeConfigurationUpdateCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: StartEdgeConfigurationUpdateCommandInput
21
+ input: StartEdgeConfigurationUpdateCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  StartEdgeConfigurationUpdateCommandInput,
26
24
  StartEdgeConfigurationUpdateCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceInput {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagStreamInput, TagStreamOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagStreamCommandInput extends TagStreamInput {}
5
- export interface TagStreamCommandOutput
6
- extends TagStreamOutput,
7
- __MetadataBearer {}
5
+ export interface TagStreamCommandOutput extends TagStreamOutput, __MetadataBearer {}
8
6
  declare const TagStreamCommand_base: {
9
- new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: TagStreamCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  TagStreamCommandInput,
11
11
  TagStreamCommandOutput,
12
12
  import("..").KinesisVideoClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: TagStreamCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: TagStreamCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  TagStreamCommandInput,
18
20
  TagStreamCommandOutput,
19
21
  import("..").KinesisVideoClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
5
- export interface UntagResourceCommandOutput
6
- extends UntagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
8
6
  declare const UntagResourceCommand_base: {
9
7
  new (
10
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UntagResourceCommandInput,
13
11
  UntagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UntagResourceCommandInput,
22
20
  UntagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UntagStreamInput, UntagStreamOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UntagStreamCommandInput extends UntagStreamInput {}
5
- export interface UntagStreamCommandOutput
6
- extends UntagStreamOutput,
7
- __MetadataBearer {}
5
+ export interface UntagStreamCommandOutput extends UntagStreamOutput, __MetadataBearer {}
8
6
  declare const UntagStreamCommand_base: {
9
7
  new (
10
- input: UntagStreamCommandInput
8
+ input: UntagStreamCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UntagStreamCommandInput,
13
11
  UntagStreamCommandOutput,
@@ -16,7 +14,7 @@ declare const UntagStreamCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UntagStreamCommandInput
17
+ input: UntagStreamCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UntagStreamCommandInput,
22
20
  UntagStreamCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateDataRetentionInput,
4
- UpdateDataRetentionOutput,
5
- } from "../models/models_0";
2
+ import { UpdateDataRetentionInput, UpdateDataRetentionOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateDataRetentionCommandInput
8
- extends UpdateDataRetentionInput {}
4
+ export interface UpdateDataRetentionCommandInput extends UpdateDataRetentionInput {}
9
5
  export interface UpdateDataRetentionCommandOutput
10
- extends UpdateDataRetentionOutput,
11
- __MetadataBearer {}
6
+ extends UpdateDataRetentionOutput, __MetadataBearer {}
12
7
  declare const UpdateDataRetentionCommand_base: {
13
8
  new (
14
- input: UpdateDataRetentionCommandInput
9
+ input: UpdateDataRetentionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateDataRetentionCommandInput,
17
12
  UpdateDataRetentionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateDataRetentionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateDataRetentionCommandInput
18
+ input: UpdateDataRetentionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateDataRetentionCommandInput,
26
21
  UpdateDataRetentionCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateImageGenerationConfigurationOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateImageGenerationConfigurationCommandInput
8
- extends UpdateImageGenerationConfigurationInput {}
7
+ export interface UpdateImageGenerationConfigurationCommandInput extends UpdateImageGenerationConfigurationInput {}
9
8
  export interface UpdateImageGenerationConfigurationCommandOutput
10
- extends UpdateImageGenerationConfigurationOutput,
11
- __MetadataBearer {}
9
+ extends UpdateImageGenerationConfigurationOutput, __MetadataBearer {}
12
10
  declare const UpdateImageGenerationConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateImageGenerationConfigurationCommandInput
12
+ input: UpdateImageGenerationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateImageGenerationConfigurationCommandInput,
17
15
  UpdateImageGenerationConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateMediaStorageConfigurationOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateMediaStorageConfigurationCommandInput
8
- extends UpdateMediaStorageConfigurationInput {}
7
+ export interface UpdateMediaStorageConfigurationCommandInput extends UpdateMediaStorageConfigurationInput {}
9
8
  export interface UpdateMediaStorageConfigurationCommandOutput
10
- extends UpdateMediaStorageConfigurationOutput,
11
- __MetadataBearer {}
9
+ extends UpdateMediaStorageConfigurationOutput, __MetadataBearer {}
12
10
  declare const UpdateMediaStorageConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateMediaStorageConfigurationCommandInput
12
+ input: UpdateMediaStorageConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateMediaStorageConfigurationCommandInput,
17
15
  UpdateMediaStorageConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateMediaStorageConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateMediaStorageConfigurationCommandInput
21
+ input: UpdateMediaStorageConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateMediaStorageConfigurationCommandInput,
26
24
  UpdateMediaStorageConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateNotificationConfigurationOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateNotificationConfigurationCommandInput
8
- extends UpdateNotificationConfigurationInput {}
7
+ export interface UpdateNotificationConfigurationCommandInput extends UpdateNotificationConfigurationInput {}
9
8
  export interface UpdateNotificationConfigurationCommandOutput
10
- extends UpdateNotificationConfigurationOutput,
11
- __MetadataBearer {}
9
+ extends UpdateNotificationConfigurationOutput, __MetadataBearer {}
12
10
  declare const UpdateNotificationConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateNotificationConfigurationCommandInput
12
+ input: UpdateNotificationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateNotificationConfigurationCommandInput,
17
15
  UpdateNotificationConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSignalingChannelInput,
4
- UpdateSignalingChannelOutput,
5
- } from "../models/models_0";
2
+ import { UpdateSignalingChannelInput, UpdateSignalingChannelOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateSignalingChannelCommandInput
8
- extends UpdateSignalingChannelInput {}
4
+ export interface UpdateSignalingChannelCommandInput extends UpdateSignalingChannelInput {}
9
5
  export interface UpdateSignalingChannelCommandOutput
10
- extends UpdateSignalingChannelOutput,
11
- __MetadataBearer {}
6
+ extends UpdateSignalingChannelOutput, __MetadataBearer {}
12
7
  declare const UpdateSignalingChannelCommand_base: {
13
8
  new (
14
- input: UpdateSignalingChannelCommandInput
9
+ input: UpdateSignalingChannelCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateSignalingChannelCommandInput,
17
12
  UpdateSignalingChannelCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateSignalingChannelCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateSignalingChannelCommandInput
18
+ input: UpdateSignalingChannelCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateSignalingChannelCommandInput,
26
21
  UpdateSignalingChannelCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateStreamCommandInput extends UpdateStreamInput {}
5
- export interface UpdateStreamCommandOutput
6
- extends UpdateStreamOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateStreamCommandOutput extends UpdateStreamOutput, __MetadataBearer {}
8
6
  declare const UpdateStreamCommand_base: {
9
7
  new (
10
- input: UpdateStreamCommandInput
8
+ input: UpdateStreamCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateStreamCommandInput,
13
11
  UpdateStreamCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateStreamCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateStreamCommandInput
17
+ input: UpdateStreamCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateStreamCommandInput,
22
20
  UpdateStreamCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateStreamStorageConfigurationOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateStreamStorageConfigurationCommandInput
8
- extends UpdateStreamStorageConfigurationInput {}
7
+ export interface UpdateStreamStorageConfigurationCommandInput extends UpdateStreamStorageConfigurationInput {}
9
8
  export interface UpdateStreamStorageConfigurationCommandOutput
10
- extends UpdateStreamStorageConfigurationOutput,
11
- __MetadataBearer {}
9
+ extends UpdateStreamStorageConfigurationOutput, __MetadataBearer {}
12
10
  declare const UpdateStreamStorageConfigurationCommand_base: {
13
11
  new (
14
- input: UpdateStreamStorageConfigurationCommandInput
12
+ input: UpdateStreamStorageConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateStreamStorageConfigurationCommandInput,
17
15
  UpdateStreamStorageConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateStreamStorageConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateStreamStorageConfigurationCommandInput
21
+ input: UpdateStreamStorageConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateStreamStorageConfigurationCommandInput,
26
24
  UpdateStreamStorageConfigurationCommandOutput,
@@ -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 KinesisVideoExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -24,15 +24,13 @@ export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType];
24
24
  export declare const ComparisonOperator: {
25
25
  readonly BEGINS_WITH: "BEGINS_WITH";
26
26
  };
27
- export type ComparisonOperator =
28
- (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
27
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
29
28
  export declare const ChannelProtocol: {
30
29
  readonly HTTPS: "HTTPS";
31
30
  readonly WEBRTC: "WEBRTC";
32
31
  readonly WSS: "WSS";
33
32
  };
34
- export type ChannelProtocol =
35
- (typeof ChannelProtocol)[keyof typeof ChannelProtocol];
33
+ export type ChannelProtocol = (typeof ChannelProtocol)[keyof typeof ChannelProtocol];
36
34
  export declare const ChannelRole: {
37
35
  readonly MASTER: "MASTER";
38
36
  readonly VIEWER: "VIEWER";
@@ -42,34 +40,29 @@ export declare const ConfigurationStatus: {
42
40
  readonly DISABLED: "DISABLED";
43
41
  readonly ENABLED: "ENABLED";
44
42
  };
45
- export type ConfigurationStatus =
46
- (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
43
+ export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
47
44
  export declare const DefaultStorageTier: {
48
45
  readonly HOT: "HOT";
49
46
  readonly WARM: "WARM";
50
47
  };
51
- export type DefaultStorageTier =
52
- (typeof DefaultStorageTier)[keyof typeof DefaultStorageTier];
48
+ export type DefaultStorageTier = (typeof DefaultStorageTier)[keyof typeof DefaultStorageTier];
53
49
  export declare const StrategyOnFullSize: {
54
50
  readonly DELETE_OLDEST_MEDIA: "DELETE_OLDEST_MEDIA";
55
51
  readonly DENY_NEW_MEDIA: "DENY_NEW_MEDIA";
56
52
  };
57
- export type StrategyOnFullSize =
58
- (typeof StrategyOnFullSize)[keyof typeof StrategyOnFullSize];
53
+ export type StrategyOnFullSize = (typeof StrategyOnFullSize)[keyof typeof StrategyOnFullSize];
59
54
  export declare const RecorderStatus: {
60
55
  readonly SUCCESS: "SUCCESS";
61
56
  readonly SYSTEM_ERROR: "SYSTEM_ERROR";
62
57
  readonly USER_ERROR: "USER_ERROR";
63
58
  };
64
- export type RecorderStatus =
65
- (typeof RecorderStatus)[keyof typeof RecorderStatus];
59
+ export type RecorderStatus = (typeof RecorderStatus)[keyof typeof RecorderStatus];
66
60
  export declare const UploaderStatus: {
67
61
  readonly SUCCESS: "SUCCESS";
68
62
  readonly SYSTEM_ERROR: "SYSTEM_ERROR";
69
63
  readonly USER_ERROR: "USER_ERROR";
70
64
  };
71
- export type UploaderStatus =
72
- (typeof UploaderStatus)[keyof typeof UploaderStatus];
65
+ export type UploaderStatus = (typeof UploaderStatus)[keyof typeof UploaderStatus];
73
66
  export declare const MediaUriType: {
74
67
  readonly FILE_URI: "FILE_URI";
75
68
  readonly RTSP_URI: "RTSP_URI";
@@ -93,14 +86,12 @@ export type Format = (typeof Format)[keyof typeof Format];
93
86
  export declare const FormatConfigKey: {
94
87
  readonly JPEGQuality: "JPEGQuality";
95
88
  };
96
- export type FormatConfigKey =
97
- (typeof FormatConfigKey)[keyof typeof FormatConfigKey];
89
+ export type FormatConfigKey = (typeof FormatConfigKey)[keyof typeof FormatConfigKey];
98
90
  export declare const ImageSelectorType: {
99
91
  readonly PRODUCER_TIMESTAMP: "PRODUCER_TIMESTAMP";
100
92
  readonly SERVER_TIMESTAMP: "SERVER_TIMESTAMP";
101
93
  };
102
- export type ImageSelectorType =
103
- (typeof ImageSelectorType)[keyof typeof ImageSelectorType];
94
+ export type ImageSelectorType = (typeof ImageSelectorType)[keyof typeof ImageSelectorType];
104
95
  export declare const MediaStorageConfigurationStatus: {
105
96
  readonly DISABLED: "DISABLED";
106
97
  readonly ENABLED: "ENABLED";
@@ -4,134 +4,91 @@ export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
6
  Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
8
  }
11
9
  export declare class AccountChannelLimitExceededException extends __BaseException {
12
10
  readonly name: "AccountChannelLimitExceededException";
13
11
  readonly $fault: "client";
14
12
  Message?: string | undefined;
15
- constructor(
16
- opts: __ExceptionOptionType<
17
- AccountChannelLimitExceededException,
18
- __BaseException
19
- >
20
- );
13
+ constructor(opts: __ExceptionOptionType<AccountChannelLimitExceededException, __BaseException>);
21
14
  }
22
15
  export declare class AccountStreamLimitExceededException extends __BaseException {
23
16
  readonly name: "AccountStreamLimitExceededException";
24
17
  readonly $fault: "client";
25
18
  Message?: string | undefined;
26
- constructor(
27
- opts: __ExceptionOptionType<
28
- AccountStreamLimitExceededException,
29
- __BaseException
30
- >
31
- );
19
+ constructor(opts: __ExceptionOptionType<AccountStreamLimitExceededException, __BaseException>);
32
20
  }
33
21
  export declare class ClientLimitExceededException extends __BaseException {
34
22
  readonly name: "ClientLimitExceededException";
35
23
  readonly $fault: "client";
36
24
  Message?: string | undefined;
37
- constructor(
38
- opts: __ExceptionOptionType<ClientLimitExceededException, __BaseException>
39
- );
25
+ constructor(opts: __ExceptionOptionType<ClientLimitExceededException, __BaseException>);
40
26
  }
41
27
  export declare class InvalidArgumentException extends __BaseException {
42
28
  readonly name: "InvalidArgumentException";
43
29
  readonly $fault: "client";
44
30
  Message?: string | undefined;
45
- constructor(
46
- opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
47
- );
31
+ constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
48
32
  }
49
33
  export declare class ResourceInUseException extends __BaseException {
50
34
  readonly name: "ResourceInUseException";
51
35
  readonly $fault: "client";
52
36
  Message?: string | undefined;
53
- constructor(
54
- opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
55
- );
37
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
56
38
  }
57
39
  export declare class TagsPerResourceExceededLimitException extends __BaseException {
58
40
  readonly name: "TagsPerResourceExceededLimitException";
59
41
  readonly $fault: "client";
60
42
  Message?: string | undefined;
61
- constructor(
62
- opts: __ExceptionOptionType<
63
- TagsPerResourceExceededLimitException,
64
- __BaseException
65
- >
66
- );
43
+ constructor(opts: __ExceptionOptionType<TagsPerResourceExceededLimitException, __BaseException>);
67
44
  }
68
45
  export declare class DeviceStreamLimitExceededException extends __BaseException {
69
46
  readonly name: "DeviceStreamLimitExceededException";
70
47
  readonly $fault: "client";
71
48
  Message?: string | undefined;
72
- constructor(
73
- opts: __ExceptionOptionType<
74
- DeviceStreamLimitExceededException,
75
- __BaseException
76
- >
77
- );
49
+ constructor(opts: __ExceptionOptionType<DeviceStreamLimitExceededException, __BaseException>);
78
50
  }
79
51
  export declare class InvalidDeviceException extends __BaseException {
80
52
  readonly name: "InvalidDeviceException";
81
53
  readonly $fault: "client";
82
54
  Message?: string | undefined;
83
- constructor(
84
- opts: __ExceptionOptionType<InvalidDeviceException, __BaseException>
85
- );
55
+ constructor(opts: __ExceptionOptionType<InvalidDeviceException, __BaseException>);
86
56
  }
87
57
  export declare class ResourceNotFoundException extends __BaseException {
88
58
  readonly name: "ResourceNotFoundException";
89
59
  readonly $fault: "client";
90
60
  Message?: string | undefined;
91
- constructor(
92
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
93
- );
61
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
94
62
  }
95
63
  export declare class StreamEdgeConfigurationNotFoundException extends __BaseException {
96
64
  readonly name: "StreamEdgeConfigurationNotFoundException";
97
65
  readonly $fault: "client";
98
66
  Message?: string | undefined;
99
67
  constructor(
100
- opts: __ExceptionOptionType<
101
- StreamEdgeConfigurationNotFoundException,
102
- __BaseException
103
- >
68
+ opts: __ExceptionOptionType<StreamEdgeConfigurationNotFoundException, __BaseException>,
104
69
  );
105
70
  }
106
71
  export declare class VersionMismatchException extends __BaseException {
107
72
  readonly name: "VersionMismatchException";
108
73
  readonly $fault: "client";
109
74
  Message?: string | undefined;
110
- constructor(
111
- opts: __ExceptionOptionType<VersionMismatchException, __BaseException>
112
- );
75
+ constructor(opts: __ExceptionOptionType<VersionMismatchException, __BaseException>);
113
76
  }
114
77
  export declare class NotAuthorizedException extends __BaseException {
115
78
  readonly name: "NotAuthorizedException";
116
79
  readonly $fault: "client";
117
80
  Message?: string | undefined;
118
- constructor(
119
- opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>
120
- );
81
+ constructor(opts: __ExceptionOptionType<NotAuthorizedException, __BaseException>);
121
82
  }
122
83
  export declare class InvalidResourceFormatException extends __BaseException {
123
84
  readonly name: "InvalidResourceFormatException";
124
85
  readonly $fault: "client";
125
86
  Message?: string | undefined;
126
- constructor(
127
- opts: __ExceptionOptionType<InvalidResourceFormatException, __BaseException>
128
- );
87
+ constructor(opts: __ExceptionOptionType<InvalidResourceFormatException, __BaseException>);
129
88
  }
130
89
  export declare class NoDataRetentionException extends __BaseException {
131
90
  readonly name: "NoDataRetentionException";
132
91
  readonly $fault: "client";
133
92
  Message?: string | undefined;
134
- constructor(
135
- opts: __ExceptionOptionType<NoDataRetentionException, __BaseException>
136
- );
93
+ constructor(opts: __ExceptionOptionType<NoDataRetentionException, __BaseException>);
137
94
  }
@@ -169,9 +169,7 @@ export interface MappedResourceConfigurationListItem {
169
169
  ARN?: string | undefined;
170
170
  }
171
171
  export interface DescribeMappedResourceConfigurationOutput {
172
- MappedResourceConfigurationList?:
173
- | MappedResourceConfigurationListItem[]
174
- | undefined;
172
+ MappedResourceConfigurationList?: MappedResourceConfigurationListItem[] | undefined;
175
173
  NextToken?: string | undefined;
176
174
  }
177
175
  export interface DescribeMediaStorageConfigurationInput {
@@ -247,9 +245,7 @@ export interface SingleMasterChannelEndpointConfiguration {
247
245
  }
248
246
  export interface GetSignalingChannelEndpointInput {
249
247
  ChannelARN: string | undefined;
250
- SingleMasterChannelEndpointConfiguration?:
251
- | SingleMasterChannelEndpointConfiguration
252
- | undefined;
248
+ SingleMasterChannelEndpointConfiguration?: SingleMasterChannelEndpointConfiguration | undefined;
253
249
  }
254
250
  export interface ResourceEndpointListItem {
255
251
  Protocol?: ChannelProtocol | undefined;
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { KinesisVideoClient } from "../KinesisVideoClient";
3
- export interface KinesisVideoPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface KinesisVideoPaginationConfiguration extends PaginationConfiguration {
5
4
  client: KinesisVideoClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListStreamsCommandInput,
4
- ListStreamsCommandOutput,
5
- } from "../commands/ListStreamsCommand";
2
+ import { ListStreamsCommandInput, ListStreamsCommandOutput } from "../commands/ListStreamsCommand";
6
3
  import { KinesisVideoPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListStreams: (
8
5
  config: KinesisVideoPaginationConfiguration,