@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 { DeleteCorsPolicyInput, DeleteCorsPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {
21
20
  */
22
21
  export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteCorsPolicyCommand_base: {
24
+ new (input: DeleteCorsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the cross-origin resource sharing (CORS) configuration information that is
@@ -66,23 +69,5 @@ export interface DeleteCorsPolicyCommandOutput extends DeleteCorsPolicyOutput, _
66
69
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
67
70
  *
68
71
  */
69
- export declare class DeleteCorsPolicyCommand extends $Command<DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput, MediaStoreClientResolvedConfig> {
70
- readonly input: DeleteCorsPolicyCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DeleteCorsPolicyCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DeleteCorsPolicyCommand extends DeleteCorsPolicyCommand_base {
88
73
  }
@@ -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 { DeleteLifecyclePolicyInput, DeleteLifecyclePolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLifecyclePolicyCommandInput extends DeleteLifecyclePolicy
21
20
  */
22
21
  export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLifecyclePolicyCommand_base: {
24
+ new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.</p>
@@ -62,23 +65,5 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
62
65
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteLifecyclePolicyCommand extends $Command<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig> {
66
- readonly input: DeleteLifecyclePolicyCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteLifecyclePolicyCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
84
69
  }
@@ -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 { DeleteMetricPolicyInput, DeleteMetricPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMetricPolicyCommandInput extends DeleteMetricPolicyInput
21
20
  */
22
21
  export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteMetricPolicyCommand_base: {
24
+ new (input: DeleteMetricPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMetricPolicyCommandInput, DeleteMetricPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the metric policy that is associated with the specified container. If there is no metric policy associated with the container, MediaStore doesn't send metrics to CloudWatch.</p>
@@ -62,23 +65,5 @@ export interface DeleteMetricPolicyCommandOutput extends DeleteMetricPolicyOutpu
62
65
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
63
66
  *
64
67
  */
65
- export declare class DeleteMetricPolicyCommand extends $Command<DeleteMetricPolicyCommandInput, DeleteMetricPolicyCommandOutput, MediaStoreClientResolvedConfig> {
66
- readonly input: DeleteMetricPolicyCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: DeleteMetricPolicyCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMetricPolicyCommandInput, DeleteMetricPolicyCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class DeleteMetricPolicyCommand extends DeleteMetricPolicyCommand_base {
84
69
  }
@@ -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 { DescribeContainerInput, DescribeContainerOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeContainerCommandInput extends DescribeContainerInput {
21
20
  */
22
21
  export interface DescribeContainerCommandOutput extends DescribeContainerOutput, __MetadataBearer {
23
22
  }
23
+ declare const DescribeContainerCommand_base: {
24
+ new (input: DescribeContainerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContainerCommandInput, DescribeContainerCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the properties of the requested container. This request is commonly used to
@@ -70,23 +73,5 @@ export interface DescribeContainerCommandOutput extends DescribeContainerOutput,
70
73
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
71
74
  *
72
75
  */
73
- export declare class DescribeContainerCommand extends $Command<DescribeContainerCommandInput, DescribeContainerCommandOutput, MediaStoreClientResolvedConfig> {
74
- readonly input: DescribeContainerCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DescribeContainerCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContainerCommandInput, DescribeContainerCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DescribeContainerCommand extends DescribeContainerCommand_base {
92
77
  }
@@ -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 { GetContainerPolicyInput, GetContainerPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetContainerPolicyCommandInput extends GetContainerPolicyInput
21
20
  */
22
21
  export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetContainerPolicyCommand_base: {
24
+ new (input: GetContainerPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContainerPolicyCommandInput, GetContainerPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the access policy for the specified container. For information about the
@@ -66,23 +69,5 @@ export interface GetContainerPolicyCommandOutput extends GetContainerPolicyOutpu
66
69
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
67
70
  *
68
71
  */
69
- export declare class GetContainerPolicyCommand extends $Command<GetContainerPolicyCommandInput, GetContainerPolicyCommandOutput, MediaStoreClientResolvedConfig> {
70
- readonly input: GetContainerPolicyCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: GetContainerPolicyCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerPolicyCommandInput, GetContainerPolicyCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class GetContainerPolicyCommand extends GetContainerPolicyCommand_base {
88
73
  }
@@ -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 { GetCorsPolicyInput, GetCorsPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCorsPolicyCommandInput extends GetCorsPolicyInput {
21
20
  */
22
21
  export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCorsPolicyCommand_base: {
24
+ new (input: GetCorsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetCorsPolicyCommandInput, GetCorsPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the cross-origin resource sharing (CORS) configuration information that is
@@ -84,23 +87,5 @@ export interface GetCorsPolicyCommandOutput extends GetCorsPolicyOutput, __Metad
84
87
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
85
88
  *
86
89
  */
87
- export declare class GetCorsPolicyCommand extends $Command<GetCorsPolicyCommandInput, GetCorsPolicyCommandOutput, MediaStoreClientResolvedConfig> {
88
- readonly input: GetCorsPolicyCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetCorsPolicyCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCorsPolicyCommandInput, GetCorsPolicyCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetCorsPolicyCommand extends GetCorsPolicyCommand_base {
106
91
  }
@@ -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 { GetLifecyclePolicyInput, GetLifecyclePolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLifecyclePolicyCommandInput extends GetLifecyclePolicyInput
21
20
  */
22
21
  export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetLifecyclePolicyCommand_base: {
24
+ new (input: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the object lifecycle policy that is assigned to a container.</p>
@@ -64,23 +67,5 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyOutpu
64
67
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
65
68
  *
66
69
  */
67
- export declare class GetLifecyclePolicyCommand extends $Command<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig> {
68
- readonly input: GetLifecyclePolicyCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: GetLifecyclePolicyCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
86
71
  }
@@ -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 { GetMetricPolicyInput, GetMetricPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMetricPolicyCommandInput extends GetMetricPolicyInput {
21
20
  */
22
21
  export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMetricPolicyCommand_base: {
24
+ new (input: GetMetricPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetMetricPolicyCommandInput, GetMetricPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the metric policy for the specified container. </p>
@@ -72,23 +75,5 @@ export interface GetMetricPolicyCommandOutput extends GetMetricPolicyOutput, __M
72
75
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
73
76
  *
74
77
  */
75
- export declare class GetMetricPolicyCommand extends $Command<GetMetricPolicyCommandInput, GetMetricPolicyCommandOutput, MediaStoreClientResolvedConfig> {
76
- readonly input: GetMetricPolicyCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: GetMetricPolicyCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMetricPolicyCommandInput, GetMetricPolicyCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class GetMetricPolicyCommand extends GetMetricPolicyCommand_base {
94
79
  }
@@ -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 { ListContainersInput, ListContainersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListContainersCommandInput extends ListContainersInput {
21
20
  */
22
21
  export interface ListContainersCommandOutput extends ListContainersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListContainersCommand_base: {
24
+ new (input: ListContainersCommandInput): import("@smithy/smithy-client").CommandImpl<ListContainersCommandInput, ListContainersCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the properties of all containers in AWS Elemental MediaStore. </p>
@@ -73,23 +76,5 @@ export interface ListContainersCommandOutput extends ListContainersOutput, __Met
73
76
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
74
77
  *
75
78
  */
76
- export declare class ListContainersCommand extends $Command<ListContainersCommandInput, ListContainersCommandOutput, MediaStoreClientResolvedConfig> {
77
- readonly input: ListContainersCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListContainersCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContainersCommandInput, ListContainersCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListContainersCommand extends ListContainersCommand_base {
95
80
  }
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the tags assigned to the specified container. </p>
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
66
69
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaStoreClientResolvedConfig> {
70
- readonly input: ListTagsForResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTagsForResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
73
  }
@@ -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 { PutContainerPolicyInput, PutContainerPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutContainerPolicyCommandInput extends PutContainerPolicyInput
21
20
  */
22
21
  export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutContainerPolicyCommand_base: {
24
+ new (input: PutContainerPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutContainerPolicyCommandInput, PutContainerPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an access policy for the specified container to restrict the users and
@@ -66,23 +69,5 @@ export interface PutContainerPolicyCommandOutput extends PutContainerPolicyOutpu
66
69
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
67
70
  *
68
71
  */
69
- export declare class PutContainerPolicyCommand extends $Command<PutContainerPolicyCommandInput, PutContainerPolicyCommandOutput, MediaStoreClientResolvedConfig> {
70
- readonly input: PutContainerPolicyCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: PutContainerPolicyCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutContainerPolicyCommandInput, PutContainerPolicyCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class PutContainerPolicyCommand extends PutContainerPolicyCommand_base {
88
73
  }
@@ -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 { PutCorsPolicyInput, PutCorsPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutCorsPolicyCommandInput extends PutCorsPolicyInput {
21
20
  */
22
21
  export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutCorsPolicyCommand_base: {
24
+ new (input: PutCorsPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutCorsPolicyCommandInput, PutCorsPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the cross-origin resource sharing (CORS) configuration on a container so that
@@ -86,23 +89,5 @@ export interface PutCorsPolicyCommandOutput extends PutCorsPolicyOutput, __Metad
86
89
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
87
90
  *
88
91
  */
89
- export declare class PutCorsPolicyCommand extends $Command<PutCorsPolicyCommandInput, PutCorsPolicyCommandOutput, MediaStoreClientResolvedConfig> {
90
- readonly input: PutCorsPolicyCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: PutCorsPolicyCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutCorsPolicyCommandInput, PutCorsPolicyCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class PutCorsPolicyCommand extends PutCorsPolicyCommand_base {
108
93
  }
@@ -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 { PutLifecyclePolicyInput, PutLifecyclePolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutLifecyclePolicyCommandInput extends PutLifecyclePolicyInput
21
20
  */
22
21
  export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutLifecyclePolicyCommand_base: {
24
+ new (input: PutLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Writes an object lifecycle policy to a container. If the container already has an object lifecycle policy, the service replaces the existing policy with the new policy. It takes up to 20 minutes for the change to take effect.</p>
@@ -61,23 +64,5 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyOutpu
61
64
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
62
65
  *
63
66
  */
64
- export declare class PutLifecyclePolicyCommand extends $Command<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput, MediaStoreClientResolvedConfig> {
65
- readonly input: PutLifecyclePolicyCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: PutLifecyclePolicyCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class PutLifecyclePolicyCommand extends PutLifecyclePolicyCommand_base {
83
68
  }
@@ -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 { PutMetricPolicyInput, PutMetricPolicyOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutMetricPolicyCommandInput extends PutMetricPolicyInput {
21
20
  */
22
21
  export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __MetadataBearer {
23
22
  }
23
+ declare const PutMetricPolicyCommand_base: {
24
+ new (input: PutMetricPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutMetricPolicyCommandInput, PutMetricPolicyCommandOutput, MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The metric policy that you want to add to the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. It takes up to 20 minutes for the new policy to take effect.</p>
@@ -68,23 +71,5 @@ export interface PutMetricPolicyCommandOutput extends PutMetricPolicyOutput, __M
68
71
  * <p>Base exception class for all service exceptions from MediaStore service.</p>
69
72
  *
70
73
  */
71
- export declare class PutMetricPolicyCommand extends $Command<PutMetricPolicyCommandInput, PutMetricPolicyCommandOutput, MediaStoreClientResolvedConfig> {
72
- readonly input: PutMetricPolicyCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: PutMetricPolicyCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaStoreClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutMetricPolicyCommandInput, PutMetricPolicyCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class PutMetricPolicyCommand extends PutMetricPolicyCommand_base {
90
75
  }