@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
4
  import { StartAccessLoggingInput, StartAccessLoggingOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartAccessLoggingCommandInput extends StartAccessLoggingInput
21
20
  */
22
21
  export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartAccessLoggingCommand_base: {
24
+ new (input: StartAccessLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts access logging on the specified container. When you enable access logging on a container, MediaStore delivers access logs for objects stored in that container to Amazon CloudWatch Logs.</p>
@@ -59,23 +62,5 @@ export interface StartAccessLoggingCommandOutput extends StartAccessLoggingOutpu
59
62
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
60
63
  *
61
64
  */
62
- export declare class StartAccessLoggingCommand extends $Command<StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput, MediaStoreClientResolvedConfig> {
63
- readonly input: StartAccessLoggingCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: StartAccessLoggingCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class StartAccessLoggingCommand extends StartAccessLoggingCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
4
  import { StopAccessLoggingInput, StopAccessLoggingOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopAccessLoggingCommandInput extends StopAccessLoggingInput {
21
20
  */
22
21
  export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput, __MetadataBearer {
23
22
  }
23
+ declare const StopAccessLoggingCommand_base: {
24
+ new (input: StopAccessLoggingCommandInput): import("@smithy/smithy-client").CommandImpl<StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops access logging on the specified container. When you stop access logging on a container, MediaStore stops sending access logs to Amazon CloudWatch Logs. These access logs are not saved and are not retrievable.</p>
@@ -59,23 +62,5 @@ export interface StopAccessLoggingCommandOutput extends StopAccessLoggingOutput,
59
62
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
60
63
  *
61
64
  */
62
- export declare class StopAccessLoggingCommand extends $Command<StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput, MediaStoreClientResolvedConfig> {
63
- readonly input: StopAccessLoggingCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: StopAccessLoggingCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class StopAccessLoggingCommand extends StopAccessLoggingCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds tags to the specified AWS Elemental MediaStore container. Tags are key:value pairs that you can associate with AWS resources. For example, the
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
67
70
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaStoreClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from the specified container. You can specify one or more tags to remove. </p>
@@ -62,23 +65,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
62
65
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
63
66
  *
64
67
  */
65
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaStoreClientResolvedConfig> {
66
- readonly input: UntagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: UntagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
84
69
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { MediaStorePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListContainers(config: MediaStorePaginationConfiguration, input: ListContainersCommandInput, ...additionalArguments: any): Paginator<ListContainersCommandOutput>;
7
+ export declare const paginateListContainers: (config: MediaStorePaginationConfiguration, input: ListContainersCommandInput, ...rest: any[]) => Paginator<ListContainersCommandOutput>;
@@ -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 CreateContainerCommandInput extends CreateContainerInput {}
20
14
  export interface CreateContainerCommandOutput
21
15
  extends CreateContainerOutput,
22
16
  __MetadataBearer {}
23
- export declare class CreateContainerCommand extends $Command<
24
- CreateContainerCommandInput,
25
- CreateContainerCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: CreateContainerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateContainerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateContainerCommandInput, CreateContainerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateContainerCommand_base: {
18
+ new (
19
+ input: CreateContainerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateContainerCommandInput,
22
+ CreateContainerCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateContainerCommand extends CreateContainerCommand_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 DeleteContainerCommandInput extends DeleteContainerInput {}
20
14
  export interface DeleteContainerCommandOutput
21
15
  extends DeleteContainerOutput,
22
16
  __MetadataBearer {}
23
- export declare class DeleteContainerCommand extends $Command<
24
- DeleteContainerCommandInput,
25
- DeleteContainerCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: DeleteContainerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteContainerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteContainerCommandInput, DeleteContainerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteContainerCommand_base: {
18
+ new (
19
+ input: DeleteContainerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteContainerCommandInput,
22
+ DeleteContainerCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteContainerCommand extends DeleteContainerCommand_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,22 +15,16 @@ export interface DeleteContainerPolicyCommandInput
21
15
  export interface DeleteContainerPolicyCommandOutput
22
16
  extends DeleteContainerPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteContainerPolicyCommand extends $Command<
25
- DeleteContainerPolicyCommandInput,
26
- DeleteContainerPolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: DeleteContainerPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteContainerPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteContainerPolicyCommand_base: {
19
+ new (
20
+ input: DeleteContainerPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteContainerPolicyCommandInput,
38
- DeleteContainerPolicyCommandOutput
23
+ DeleteContainerPolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteContainerPolicyCommand extends DeleteContainerPolicyCommand_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 DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {}
20
14
  export interface DeleteCorsPolicyCommandOutput
21
15
  extends DeleteCorsPolicyOutput,
22
16
  __MetadataBearer {}
23
- export declare class DeleteCorsPolicyCommand extends $Command<
24
- DeleteCorsPolicyCommandInput,
25
- DeleteCorsPolicyCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: DeleteCorsPolicyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteCorsPolicyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteCorsPolicyCommand_base: {
18
+ new (
19
+ input: DeleteCorsPolicyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteCorsPolicyCommandInput,
22
+ DeleteCorsPolicyCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteCorsPolicyCommand extends DeleteCorsPolicyCommand_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,22 +15,16 @@ export interface DeleteLifecyclePolicyCommandInput
21
15
  export interface DeleteLifecyclePolicyCommandOutput
22
16
  extends DeleteLifecyclePolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteLifecyclePolicyCommand extends $Command<
25
- DeleteLifecyclePolicyCommandInput,
26
- DeleteLifecyclePolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: DeleteLifecyclePolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteLifecyclePolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteLifecyclePolicyCommand_base: {
19
+ new (
20
+ input: DeleteLifecyclePolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteLifecyclePolicyCommandInput,
38
- DeleteLifecyclePolicyCommandOutput
23
+ DeleteLifecyclePolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_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 DeleteMetricPolicyCommandInput
21
15
  export interface DeleteMetricPolicyCommandOutput
22
16
  extends DeleteMetricPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteMetricPolicyCommand extends $Command<
25
- DeleteMetricPolicyCommandInput,
26
- DeleteMetricPolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: DeleteMetricPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteMetricPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteMetricPolicyCommandInput, DeleteMetricPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteMetricPolicyCommand_base: {
19
+ new (
20
+ input: DeleteMetricPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteMetricPolicyCommandInput,
23
+ DeleteMetricPolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteMetricPolicyCommand extends DeleteMetricPolicyCommand_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 DescribeContainerCommandInput extends DescribeContainerInput {}
20
14
  export interface DescribeContainerCommandOutput
21
15
  extends DescribeContainerOutput,
22
16
  __MetadataBearer {}
23
- export declare class DescribeContainerCommand extends $Command<
24
- DescribeContainerCommandInput,
25
- DescribeContainerCommandOutput,
26
- MediaStoreClientResolvedConfig
27
- > {
28
- readonly input: DescribeContainerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeContainerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: MediaStoreClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeContainerCommandInput, DescribeContainerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeContainerCommand_base: {
18
+ new (
19
+ input: DescribeContainerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeContainerCommandInput,
22
+ DescribeContainerCommandOutput,
23
+ MediaStoreClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeContainerCommand extends DescribeContainerCommand_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 GetContainerPolicyCommandInput
21
15
  export interface GetContainerPolicyCommandOutput
22
16
  extends GetContainerPolicyOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetContainerPolicyCommand extends $Command<
25
- GetContainerPolicyCommandInput,
26
- GetContainerPolicyCommandOutput,
27
- MediaStoreClientResolvedConfig
28
- > {
29
- readonly input: GetContainerPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetContainerPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: MediaStoreClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetContainerPolicyCommandInput, GetContainerPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetContainerPolicyCommand_base: {
19
+ new (
20
+ input: GetContainerPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetContainerPolicyCommandInput,
23
+ GetContainerPolicyCommandOutput,
24
+ MediaStoreClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetContainerPolicyCommand extends GetContainerPolicyCommand_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 GetCorsPolicyCommandInput extends GetCorsPolicyInput {}
17
11
  export interface GetCorsPolicyCommandOutput
18
12
  extends GetCorsPolicyOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetCorsPolicyCommand extends $Command<
21
- GetCorsPolicyCommandInput,
22
- GetCorsPolicyCommandOutput,
23
- MediaStoreClientResolvedConfig
24
- > {
25
- readonly input: GetCorsPolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetCorsPolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: MediaStoreClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetCorsPolicyCommandInput, GetCorsPolicyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetCorsPolicyCommand_base: {
15
+ new (
16
+ input: GetCorsPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetCorsPolicyCommandInput,
19
+ GetCorsPolicyCommandOutput,
20
+ MediaStoreClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetCorsPolicyCommand extends GetCorsPolicyCommand_base {}