@aws-sdk/client-mediastore 3.477.0 → 3.481.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 (93) hide show
  1. package/dist-cjs/commands/CreateContainerCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteContainerCommand.js +18 -41
  3. package/dist-cjs/commands/DeleteContainerPolicyCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteCorsPolicyCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteMetricPolicyCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeContainerCommand.js +18 -41
  8. package/dist-cjs/commands/GetContainerPolicyCommand.js +18 -41
  9. package/dist-cjs/commands/GetCorsPolicyCommand.js +18 -41
  10. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +18 -41
  11. package/dist-cjs/commands/GetMetricPolicyCommand.js +18 -41
  12. package/dist-cjs/commands/ListContainersCommand.js +18 -41
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  14. package/dist-cjs/commands/PutContainerPolicyCommand.js +18 -41
  15. package/dist-cjs/commands/PutCorsPolicyCommand.js +18 -41
  16. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +18 -41
  17. package/dist-cjs/commands/PutMetricPolicyCommand.js +18 -41
  18. package/dist-cjs/commands/StartAccessLoggingCommand.js +18 -41
  19. package/dist-cjs/commands/StopAccessLoggingCommand.js +18 -41
  20. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  21. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  22. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  23. package/dist-cjs/pagination/ListContainersPaginator.js +2 -24
  24. package/dist-es/commands/CreateContainerCommand.js +18 -41
  25. package/dist-es/commands/DeleteContainerCommand.js +18 -41
  26. package/dist-es/commands/DeleteContainerPolicyCommand.js +18 -41
  27. package/dist-es/commands/DeleteCorsPolicyCommand.js +18 -41
  28. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +18 -41
  29. package/dist-es/commands/DeleteMetricPolicyCommand.js +18 -41
  30. package/dist-es/commands/DescribeContainerCommand.js +18 -41
  31. package/dist-es/commands/GetContainerPolicyCommand.js +18 -41
  32. package/dist-es/commands/GetCorsPolicyCommand.js +18 -41
  33. package/dist-es/commands/GetLifecyclePolicyCommand.js +18 -41
  34. package/dist-es/commands/GetMetricPolicyCommand.js +18 -41
  35. package/dist-es/commands/ListContainersCommand.js +18 -41
  36. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  37. package/dist-es/commands/PutContainerPolicyCommand.js +18 -41
  38. package/dist-es/commands/PutCorsPolicyCommand.js +18 -41
  39. package/dist-es/commands/PutLifecyclePolicyCommand.js +18 -41
  40. package/dist-es/commands/PutMetricPolicyCommand.js +18 -41
  41. package/dist-es/commands/StartAccessLoggingCommand.js +18 -41
  42. package/dist-es/commands/StopAccessLoggingCommand.js +18 -41
  43. package/dist-es/commands/TagResourceCommand.js +18 -41
  44. package/dist-es/commands/UntagResourceCommand.js +18 -41
  45. package/dist-es/endpoint/EndpointParameters.js +6 -0
  46. package/dist-es/pagination/ListContainersPaginator.js +2 -23
  47. package/dist-types/commands/CreateContainerCommand.d.ts +6 -21
  48. package/dist-types/commands/DeleteContainerCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteContainerPolicyCommand.d.ts +6 -21
  50. package/dist-types/commands/DeleteCorsPolicyCommand.d.ts +6 -21
  51. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteMetricPolicyCommand.d.ts +6 -21
  53. package/dist-types/commands/DescribeContainerCommand.d.ts +6 -21
  54. package/dist-types/commands/GetContainerPolicyCommand.d.ts +6 -21
  55. package/dist-types/commands/GetCorsPolicyCommand.d.ts +6 -21
  56. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +6 -21
  57. package/dist-types/commands/GetMetricPolicyCommand.d.ts +6 -21
  58. package/dist-types/commands/ListContainersCommand.d.ts +6 -21
  59. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  60. package/dist-types/commands/PutContainerPolicyCommand.d.ts +6 -21
  61. package/dist-types/commands/PutCorsPolicyCommand.d.ts +6 -21
  62. package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +6 -21
  63. package/dist-types/commands/PutMetricPolicyCommand.d.ts +6 -21
  64. package/dist-types/commands/StartAccessLoggingCommand.d.ts +6 -21
  65. package/dist-types/commands/StopAccessLoggingCommand.d.ts +6 -21
  66. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  67. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  68. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  69. package/dist-types/pagination/ListContainersPaginator.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +12 -24
  73. package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  92. package/dist-types/ts3.4/pagination/ListContainersPaginator.d.ts +3 -3
  93. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetLifecyclePolicyCommandInput
21
15
  export interface GetLifecyclePolicyCommandOutput
22
16
  extends GetLifecyclePolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetLifecyclePolicyCommand extends $Command<
25
- GetLifecyclePolicyCommandInput,
26
- GetLifecyclePolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: GetLifecyclePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetLifecyclePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetLifecyclePolicyCommand_base: {
19
+ new (
20
+ input: GetLifecyclePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetLifecyclePolicyCommandInput,
23
+ GetLifecyclePolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetMetricPolicyCommandInput extends GetMetricPolicyInput {}
20
14
  export interface GetMetricPolicyCommandOutput
21
15
  extends GetMetricPolicyOutput,
22
16
  __MetadataBearer {}
23
- export declare class GetMetricPolicyCommand extends $Command<
24
- GetMetricPolicyCommandInput,
25
- GetMetricPolicyCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: GetMetricPolicyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetMetricPolicyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetMetricPolicyCommandInput, GetMetricPolicyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetMetricPolicyCommand_base: {
18
+ new (
19
+ input: GetMetricPolicyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetMetricPolicyCommandInput,
22
+ GetMetricPolicyCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetMetricPolicyCommand extends GetMetricPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListContainersCommandInput extends ListContainersInput {}
17
11
  export interface ListContainersCommandOutput
18
12
  extends ListContainersOutput,
19
13
  __MetadataBearer {}
20
- export declare class ListContainersCommand extends $Command<
21
- ListContainersCommandInput,
22
- ListContainersCommandOutput,
23
- MediaStoreClientResolvedConfig
24
- > {
25
- readonly input: ListContainersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListContainersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaStoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListContainersCommandInput, ListContainersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListContainersCommand_base: {
15
+ new (
16
+ input: ListContainersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListContainersCommandInput,
19
+ ListContainersCommandOutput,
20
+ MediaStoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListContainersCommand extends ListContainersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceOutput,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface PutContainerPolicyCommandInput
21
15
  export interface PutContainerPolicyCommandOutput
22
16
  extends PutContainerPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class PutContainerPolicyCommand extends $Command<
25
- PutContainerPolicyCommandInput,
26
- PutContainerPolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: PutContainerPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutContainerPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<PutContainerPolicyCommandInput, PutContainerPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const PutContainerPolicyCommand_base: {
19
+ new (
20
+ input: PutContainerPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ PutContainerPolicyCommandInput,
23
+ PutContainerPolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutContainerPolicyCommand extends PutContainerPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PutCorsPolicyCommandInput extends PutCorsPolicyInput {}
17
11
  export interface PutCorsPolicyCommandOutput
18
12
  extends PutCorsPolicyOutput,
19
13
  __MetadataBearer {}
20
- export declare class PutCorsPolicyCommand extends $Command<
21
- PutCorsPolicyCommandInput,
22
- PutCorsPolicyCommandOutput,
23
- MediaStoreClientResolvedConfig
24
- > {
25
- readonly input: PutCorsPolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PutCorsPolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaStoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PutCorsPolicyCommandInput, PutCorsPolicyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PutCorsPolicyCommand_base: {
15
+ new (
16
+ input: PutCorsPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutCorsPolicyCommandInput,
19
+ PutCorsPolicyCommandOutput,
20
+ MediaStoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PutCorsPolicyCommand extends PutCorsPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface PutLifecyclePolicyCommandInput
21
15
  export interface PutLifecyclePolicyCommandOutput
22
16
  extends PutLifecyclePolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class PutLifecyclePolicyCommand extends $Command<
25
- PutLifecyclePolicyCommandInput,
26
- PutLifecyclePolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: PutLifecyclePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutLifecyclePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const PutLifecyclePolicyCommand_base: {
19
+ new (
20
+ input: PutLifecyclePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ PutLifecyclePolicyCommandInput,
23
+ PutLifecyclePolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutLifecyclePolicyCommand extends PutLifecyclePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface PutMetricPolicyCommandInput extends PutMetricPolicyInput {}
20
14
  export interface PutMetricPolicyCommandOutput
21
15
  extends PutMetricPolicyOutput,
22
16
  __MetadataBearer {}
23
- export declare class PutMetricPolicyCommand extends $Command<
24
- PutMetricPolicyCommandInput,
25
- PutMetricPolicyCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: PutMetricPolicyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: PutMetricPolicyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<PutMetricPolicyCommandInput, PutMetricPolicyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const PutMetricPolicyCommand_base: {
18
+ new (
19
+ input: PutMetricPolicyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ PutMetricPolicyCommandInput,
22
+ PutMetricPolicyCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class PutMetricPolicyCommand extends PutMetricPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StartAccessLoggingCommandInput
21
15
  export interface StartAccessLoggingCommandOutput
22
16
  extends StartAccessLoggingOutput,
23
17
  __MetadataBearer {}
24
- export declare class StartAccessLoggingCommand extends $Command<
25
- StartAccessLoggingCommandInput,
26
- StartAccessLoggingCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: StartAccessLoggingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartAccessLoggingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartAccessLoggingCommand_base: {
19
+ new (
20
+ input: StartAccessLoggingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartAccessLoggingCommandInput,
23
+ StartAccessLoggingCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartAccessLoggingCommand extends StartAccessLoggingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface StopAccessLoggingCommandInput extends StopAccessLoggingInput {}
20
14
  export interface StopAccessLoggingCommandOutput
21
15
  extends StopAccessLoggingOutput,
22
16
  __MetadataBearer {}
23
- export declare class StopAccessLoggingCommand extends $Command<
24
- StopAccessLoggingCommandInput,
25
- StopAccessLoggingCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: StopAccessLoggingCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: StopAccessLoggingCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const StopAccessLoggingCommand_base: {
18
+ new (
19
+ input: StopAccessLoggingCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ StopAccessLoggingCommandInput,
22
+ StopAccessLoggingCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class StopAccessLoggingCommand extends StopAccessLoggingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceInput {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceOutput,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- MediaStoreClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaStoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ MediaStoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  MediaStoreClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface UntagResourceCommandInput extends UntagResourceInput {}
17
11
  export interface UntagResourceCommandOutput
18
12
  extends UntagResourceOutput,
19
13
  __MetadataBearer {}
20
- export declare class UntagResourceCommand extends $Command<
21
- UntagResourceCommandInput,
22
- UntagResourceCommandOutput,
23
- MediaStoreClientResolvedConfig
24
- > {
25
- readonly input: UntagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UntagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaStoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const UntagResourceCommand_base: {
15
+ new (
16
+ input: UntagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ MediaStoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  ListContainersCommandOutput,
5
5
  } from "../commands/ListContainersCommand";
6
6
  import { MediaStorePaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListContainers(
7
+ export declare const paginateListContainers: (
8
8
  config: MediaStorePaginationConfiguration,
9
9
  input: ListContainersCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListContainersCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListContainersCommandOutput>;