@aws-sdk/client-mediastore 3.337.0 → 3.338.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 (97) hide show
  1. package/dist-cjs/MediaStoreClient.js +2 -1
  2. package/dist-cjs/commands/CreateContainerCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteContainerCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteContainerPolicyCommand.js +2 -1
  5. package/dist-cjs/commands/DeleteCorsPolicyCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteMetricPolicyCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeContainerCommand.js +2 -1
  9. package/dist-cjs/commands/GetContainerPolicyCommand.js +2 -1
  10. package/dist-cjs/commands/GetCorsPolicyCommand.js +2 -1
  11. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -1
  12. package/dist-cjs/commands/GetMetricPolicyCommand.js +2 -1
  13. package/dist-cjs/commands/ListContainersCommand.js +2 -1
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  15. package/dist-cjs/commands/PutContainerPolicyCommand.js +2 -1
  16. package/dist-cjs/commands/PutCorsPolicyCommand.js +2 -1
  17. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +2 -1
  18. package/dist-cjs/commands/PutMetricPolicyCommand.js +2 -1
  19. package/dist-cjs/commands/StartAccessLoggingCommand.js +2 -1
  20. package/dist-cjs/commands/StopAccessLoggingCommand.js +2 -1
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  23. package/dist-cjs/index.js +2 -2
  24. package/dist-cjs/models/MediaStoreServiceException.js +2 -1
  25. package/dist-es/MediaStoreClient.js +1 -0
  26. package/dist-es/commands/CreateContainerCommand.js +1 -0
  27. package/dist-es/commands/DeleteContainerCommand.js +1 -0
  28. package/dist-es/commands/DeleteContainerPolicyCommand.js +1 -0
  29. package/dist-es/commands/DeleteCorsPolicyCommand.js +1 -0
  30. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +1 -0
  31. package/dist-es/commands/DeleteMetricPolicyCommand.js +1 -0
  32. package/dist-es/commands/DescribeContainerCommand.js +1 -0
  33. package/dist-es/commands/GetContainerPolicyCommand.js +1 -0
  34. package/dist-es/commands/GetCorsPolicyCommand.js +1 -0
  35. package/dist-es/commands/GetLifecyclePolicyCommand.js +1 -0
  36. package/dist-es/commands/GetMetricPolicyCommand.js +1 -0
  37. package/dist-es/commands/ListContainersCommand.js +1 -0
  38. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  39. package/dist-es/commands/PutContainerPolicyCommand.js +1 -0
  40. package/dist-es/commands/PutCorsPolicyCommand.js +1 -0
  41. package/dist-es/commands/PutLifecyclePolicyCommand.js +1 -0
  42. package/dist-es/commands/PutMetricPolicyCommand.js +1 -0
  43. package/dist-es/commands/StartAccessLoggingCommand.js +1 -0
  44. package/dist-es/commands/StopAccessLoggingCommand.js +1 -0
  45. package/dist-es/commands/TagResourceCommand.js +1 -0
  46. package/dist-es/commands/UntagResourceCommand.js +1 -0
  47. package/dist-es/index.js +2 -2
  48. package/dist-es/models/MediaStoreServiceException.js +1 -0
  49. package/dist-types/MediaStoreClient.d.ts +3 -3
  50. package/dist-types/commands/CreateContainerCommand.d.ts +4 -0
  51. package/dist-types/commands/DeleteContainerCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteContainerPolicyCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteCorsPolicyCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteMetricPolicyCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeContainerCommand.d.ts +4 -0
  57. package/dist-types/commands/GetContainerPolicyCommand.d.ts +4 -0
  58. package/dist-types/commands/GetCorsPolicyCommand.d.ts +4 -0
  59. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +4 -0
  60. package/dist-types/commands/GetMetricPolicyCommand.d.ts +4 -0
  61. package/dist-types/commands/ListContainersCommand.d.ts +4 -0
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  63. package/dist-types/commands/PutContainerPolicyCommand.d.ts +4 -0
  64. package/dist-types/commands/PutCorsPolicyCommand.d.ts +4 -0
  65. package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +4 -0
  66. package/dist-types/commands/PutMetricPolicyCommand.d.ts +4 -0
  67. package/dist-types/commands/StartAccessLoggingCommand.d.ts +4 -0
  68. package/dist-types/commands/StopAccessLoggingCommand.d.ts +4 -0
  69. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  70. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  71. package/dist-types/index.d.ts +8 -2
  72. package/dist-types/models/MediaStoreServiceException.d.ts +1 -0
  73. package/dist-types/ts3.4/MediaStoreClient.d.ts +3 -3
  74. package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/index.d.ts +2 -2
  96. package/dist-types/ts3.4/models/MediaStoreServiceException.d.ts +1 -0
  97. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { DeleteCorsPolicyInput, DeleteCorsPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { DeleteLifecyclePolicyInput, DeleteLifecyclePolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { DeleteMetricPolicyInput, DeleteMetricPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { DescribeContainerInput, DescribeContainerOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { GetContainerPolicyInput, GetContainerPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { GetCorsPolicyInput, GetCorsPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { GetLifecyclePolicyInput, GetLifecyclePolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { GetMetricPolicyInput, GetMetricPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { ListContainersInput, ListContainersOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { PutContainerPolicyInput, PutContainerPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { PutCorsPolicyInput, PutCorsPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { PutLifecyclePolicyInput, PutLifecyclePolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { PutMetricPolicyInput, PutMetricPolicyOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { StartAccessLoggingInput, StartAccessLoggingOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { StopAccessLoggingInput, StopAccessLoggingOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaStoreClient";
5
5
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,12 @@
1
- export * from "./MediaStore";
1
+ /**
2
+ * <p>An AWS Elemental MediaStore container is a namespace that holds folders and objects.
3
+ * You use a container endpoint to create, read, and delete objects. </p>
4
+ *
5
+ * @packageDocumentation
6
+ */
2
7
  export * from "./MediaStoreClient";
8
+ export * from "./MediaStore";
3
9
  export * from "./commands";
4
- export * from "./models";
5
10
  export * from "./pagination";
11
+ export * from "./models";
6
12
  export { MediaStoreServiceException } from "./models/MediaStoreServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -135,6 +135,7 @@ import {
135
135
  ClientResolvedEndpointParameters,
136
136
  EndpointParameters,
137
137
  } from "./endpoint/EndpointParameters";
138
+ export { __Client };
138
139
  export type ServiceInputTypes =
139
140
  | CreateContainerCommandInput
140
141
  | DeleteContainerCommandInput
@@ -203,7 +204,7 @@ export interface ClientDefaults
203
204
  logger?: __Logger;
204
205
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
205
206
  }
206
- type MediaStoreClientConfigType = Partial<
207
+ export type MediaStoreClientConfigType = Partial<
207
208
  __SmithyConfiguration<__HttpHandlerOptions>
208
209
  > &
209
210
  ClientDefaults &
@@ -215,7 +216,7 @@ type MediaStoreClientConfigType = Partial<
215
216
  UserAgentInputConfig &
216
217
  ClientInputEndpointParameters;
217
218
  export interface MediaStoreClientConfig extends MediaStoreClientConfigType {}
218
- type MediaStoreClientResolvedConfigType =
219
+ export type MediaStoreClientResolvedConfigType =
219
220
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
220
221
  Required<ClientDefaults> &
221
222
  RegionResolvedConfig &
@@ -237,4 +238,3 @@ export declare class MediaStoreClient extends __Client<
237
238
  constructor(configuration: MediaStoreClientConfig);
238
239
  destroy(): void;
239
240
  }
240
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateContainerInput,
16
16
  CreateContainerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateContainerCommandInput extends CreateContainerInput {}
19
20
  export interface CreateContainerCommandOutput
20
21
  extends CreateContainerOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteContainerInput,
16
16
  DeleteContainerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteContainerCommandInput extends DeleteContainerInput {}
19
20
  export interface DeleteContainerCommandOutput
20
21
  extends DeleteContainerOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteContainerPolicyInput,
16
16
  DeleteContainerPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteContainerPolicyCommandInput
19
20
  extends DeleteContainerPolicyInput {}
20
21
  export interface DeleteContainerPolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteCorsPolicyInput,
16
16
  DeleteCorsPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteCorsPolicyCommandInput extends DeleteCorsPolicyInput {}
19
20
  export interface DeleteCorsPolicyCommandOutput
20
21
  extends DeleteCorsPolicyOutput,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteLifecyclePolicyInput,
16
16
  DeleteLifecyclePolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteLifecyclePolicyCommandInput
19
20
  extends DeleteLifecyclePolicyInput {}
20
21
  export interface DeleteLifecyclePolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteMetricPolicyInput,
16
16
  DeleteMetricPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteMetricPolicyCommandInput
19
20
  extends DeleteMetricPolicyInput {}
20
21
  export interface DeleteMetricPolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeContainerInput,
16
16
  DescribeContainerOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeContainerCommandInput extends DescribeContainerInput {}
19
20
  export interface DescribeContainerCommandOutput
20
21
  extends DescribeContainerOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetContainerPolicyInput,
16
16
  GetContainerPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetContainerPolicyCommandInput
19
20
  extends GetContainerPolicyInput {}
20
21
  export interface GetContainerPolicyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaStoreClient";
14
14
  import { GetCorsPolicyInput, GetCorsPolicyOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetCorsPolicyCommandInput extends GetCorsPolicyInput {}
16
17
  export interface GetCorsPolicyCommandOutput
17
18
  extends GetCorsPolicyOutput,
@@ -15,6 +15,7 @@ import {
15
15
  GetLifecyclePolicyInput,
16
16
  GetLifecyclePolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLifecyclePolicyCommandInput
19
20
  extends GetLifecyclePolicyInput {}
20
21
  export interface GetLifecyclePolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetMetricPolicyInput,
16
16
  GetMetricPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetMetricPolicyCommandInput extends GetMetricPolicyInput {}
19
20
  export interface GetMetricPolicyCommandOutput
20
21
  extends GetMetricPolicyOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaStoreClient";
14
14
  import { ListContainersInput, ListContainersOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListContainersCommandInput extends ListContainersInput {}
16
17
  export interface ListContainersCommandOutput
17
18
  extends ListContainersOutput,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceInput,
16
16
  ListTagsForResourceOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceInput {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutContainerPolicyInput,
16
16
  PutContainerPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutContainerPolicyCommandInput
19
20
  extends PutContainerPolicyInput {}
20
21
  export interface PutContainerPolicyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaStoreClient";
14
14
  import { PutCorsPolicyInput, PutCorsPolicyOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutCorsPolicyCommandInput extends PutCorsPolicyInput {}
16
17
  export interface PutCorsPolicyCommandOutput
17
18
  extends PutCorsPolicyOutput,
@@ -15,6 +15,7 @@ import {
15
15
  PutLifecyclePolicyInput,
16
16
  PutLifecyclePolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutLifecyclePolicyCommandInput
19
20
  extends PutLifecyclePolicyInput {}
20
21
  export interface PutLifecyclePolicyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutMetricPolicyInput,
16
16
  PutMetricPolicyOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutMetricPolicyCommandInput extends PutMetricPolicyInput {}
19
20
  export interface PutMetricPolicyCommandOutput
20
21
  extends PutMetricPolicyOutput,
@@ -15,6 +15,7 @@ import {
15
15
  StartAccessLoggingInput,
16
16
  StartAccessLoggingOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartAccessLoggingCommandInput
19
20
  extends StartAccessLoggingInput {}
20
21
  export interface StartAccessLoggingCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  StopAccessLoggingInput,
16
16
  StopAccessLoggingOutput,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StopAccessLoggingCommandInput extends StopAccessLoggingInput {}
19
20
  export interface StopAccessLoggingCommandOutput
20
21
  extends StopAccessLoggingOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaStoreClient";
14
14
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceInput {}
16
17
  export interface TagResourceCommandOutput
17
18
  extends TagResourceOutput,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../MediaStoreClient";
14
14
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceInput {}
16
17
  export interface UntagResourceCommandOutput
17
18
  extends UntagResourceOutput,
@@ -1,6 +1,6 @@
1
- export * from "./MediaStore";
2
1
  export * from "./MediaStoreClient";
2
+ export * from "./MediaStore";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { MediaStoreServiceException } from "./models/MediaStoreServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class MediaStoreServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediastore",
3
3
  "description": "AWS SDK for JavaScript Mediastore Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.338.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.338.0",
25
+ "@aws-sdk/config-resolver": "3.338.0",
26
+ "@aws-sdk/credential-provider-node": "3.338.0",
27
+ "@aws-sdk/fetch-http-handler": "3.338.0",
28
+ "@aws-sdk/hash-node": "3.338.0",
29
+ "@aws-sdk/invalid-dependency": "3.338.0",
30
+ "@aws-sdk/middleware-content-length": "3.338.0",
31
+ "@aws-sdk/middleware-endpoint": "3.338.0",
32
+ "@aws-sdk/middleware-host-header": "3.338.0",
33
+ "@aws-sdk/middleware-logger": "3.338.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.338.0",
35
+ "@aws-sdk/middleware-retry": "3.338.0",
36
+ "@aws-sdk/middleware-serde": "3.338.0",
37
+ "@aws-sdk/middleware-signing": "3.338.0",
38
+ "@aws-sdk/middleware-stack": "3.338.0",
39
+ "@aws-sdk/middleware-user-agent": "3.338.0",
40
+ "@aws-sdk/node-config-provider": "3.338.0",
41
+ "@aws-sdk/node-http-handler": "3.338.0",
42
+ "@aws-sdk/smithy-client": "3.338.0",
43
+ "@aws-sdk/types": "3.338.0",
44
+ "@aws-sdk/url-parser": "3.338.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.338.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.338.0",
50
+ "@aws-sdk/util-endpoints": "3.338.0",
51
+ "@aws-sdk/util-retry": "3.338.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.338.0",
53
+ "@aws-sdk/util-user-agent-node": "3.338.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",