@aws-sdk/client-mediastore 3.35.0 → 3.38.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 (214) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/MediaStore.js +0 -5
  3. package/dist-cjs/MediaStoreClient.js +0 -10
  4. package/dist-cjs/commands/CreateContainerCommand.js +0 -26
  5. package/dist-cjs/commands/DeleteContainerCommand.js +0 -27
  6. package/dist-cjs/commands/DeleteContainerPolicyCommand.js +0 -25
  7. package/dist-cjs/commands/DeleteCorsPolicyCommand.js +0 -29
  8. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +0 -25
  9. package/dist-cjs/commands/DeleteMetricPolicyCommand.js +0 -25
  10. package/dist-cjs/commands/DescribeContainerCommand.js +0 -31
  11. package/dist-cjs/commands/GetContainerPolicyCommand.js +0 -27
  12. package/dist-cjs/commands/GetCorsPolicyCommand.js +0 -29
  13. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +0 -25
  14. package/dist-cjs/commands/GetMetricPolicyCommand.js +0 -25
  15. package/dist-cjs/commands/ListContainersCommand.js +0 -33
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  17. package/dist-cjs/commands/PutContainerPolicyCommand.js +0 -31
  18. package/dist-cjs/commands/PutCorsPolicyCommand.js +0 -35
  19. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +0 -26
  20. package/dist-cjs/commands/PutMetricPolicyCommand.js +0 -25
  21. package/dist-cjs/commands/StartAccessLoggingCommand.js +0 -25
  22. package/dist-cjs/commands/StopAccessLoggingCommand.js +0 -25
  23. package/dist-cjs/commands/TagResourceCommand.js +0 -27
  24. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  25. package/dist-cjs/commands/index.js +24 -0
  26. package/dist-cjs/endpoints.js +1 -2
  27. package/dist-cjs/index.js +4 -26
  28. package/dist-cjs/models/index.js +0 -1
  29. package/dist-cjs/models/models_0.js +0 -160
  30. package/dist-cjs/pagination/Interfaces.js +0 -1
  31. package/dist-cjs/pagination/ListContainersPaginator.js +0 -11
  32. package/dist-cjs/pagination/index.js +5 -0
  33. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  34. package/dist-cjs/runtimeConfig.browser.js +1 -6
  35. package/dist-cjs/runtimeConfig.js +2 -7
  36. package/dist-cjs/runtimeConfig.native.js +0 -4
  37. package/dist-cjs/runtimeConfig.shared.js +0 -4
  38. package/dist-es/MediaStore.js +0 -1
  39. package/dist-es/MediaStoreClient.js +0 -1
  40. package/dist-es/commands/CreateContainerCommand.js +0 -1
  41. package/dist-es/commands/DeleteContainerCommand.js +0 -1
  42. package/dist-es/commands/DeleteContainerPolicyCommand.js +0 -1
  43. package/dist-es/commands/DeleteCorsPolicyCommand.js +0 -1
  44. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +0 -1
  45. package/dist-es/commands/DeleteMetricPolicyCommand.js +0 -1
  46. package/dist-es/commands/DescribeContainerCommand.js +0 -1
  47. package/dist-es/commands/GetContainerPolicyCommand.js +0 -1
  48. package/dist-es/commands/GetCorsPolicyCommand.js +0 -1
  49. package/dist-es/commands/GetLifecyclePolicyCommand.js +0 -1
  50. package/dist-es/commands/GetMetricPolicyCommand.js +0 -1
  51. package/dist-es/commands/ListContainersCommand.js +0 -1
  52. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  53. package/dist-es/commands/PutContainerPolicyCommand.js +0 -1
  54. package/dist-es/commands/PutCorsPolicyCommand.js +0 -1
  55. package/dist-es/commands/PutLifecyclePolicyCommand.js +0 -1
  56. package/dist-es/commands/PutMetricPolicyCommand.js +0 -1
  57. package/dist-es/commands/StartAccessLoggingCommand.js +0 -1
  58. package/dist-es/commands/StopAccessLoggingCommand.js +0 -1
  59. package/dist-es/commands/TagResourceCommand.js +0 -1
  60. package/dist-es/commands/UntagResourceCommand.js +0 -1
  61. package/dist-es/commands/index.js +21 -0
  62. package/dist-es/endpoints.js +1 -2
  63. package/dist-es/index.js +4 -26
  64. package/dist-es/models/index.js +0 -1
  65. package/dist-es/models/models_0.js +0 -1
  66. package/dist-es/pagination/Interfaces.js +0 -1
  67. package/dist-es/pagination/ListContainersPaginator.js +0 -1
  68. package/dist-es/pagination/index.js +2 -0
  69. package/dist-es/protocols/Aws_json1_1.js +0 -1
  70. package/dist-es/runtimeConfig.browser.js +1 -2
  71. package/dist-es/runtimeConfig.js +2 -3
  72. package/dist-es/runtimeConfig.native.js +0 -1
  73. package/dist-es/runtimeConfig.shared.js +0 -1
  74. package/dist-types/commands/index.d.ts +21 -0
  75. package/dist-types/index.d.ts +4 -25
  76. package/dist-types/pagination/index.d.ts +2 -0
  77. package/dist-types/ts3.4/MediaStore.d.ts +22 -113
  78. package/dist-types/ts3.4/MediaStoreClient.d.ts +24 -90
  79. package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +2 -21
  80. package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +2 -22
  81. package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +2 -20
  82. package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +2 -24
  83. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +2 -20
  84. package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +2 -20
  85. package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +2 -26
  86. package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +2 -22
  87. package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +2 -24
  88. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +2 -20
  90. package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +2 -28
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +2 -26
  93. package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +2 -30
  94. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -21
  95. package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +2 -20
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  100. package/dist-types/ts3.4/commands/index.d.ts +21 -0
  101. package/dist-types/ts3.4/index.d.ts +4 -25
  102. package/dist-types/ts3.4/models/models_0.d.ts +14 -746
  103. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  108. package/package.json +33 -30
  109. package/dist-cjs/MediaStore.js.map +0 -1
  110. package/dist-cjs/MediaStoreClient.js.map +0 -1
  111. package/dist-cjs/commands/CreateContainerCommand.js.map +0 -1
  112. package/dist-cjs/commands/DeleteContainerCommand.js.map +0 -1
  113. package/dist-cjs/commands/DeleteContainerPolicyCommand.js.map +0 -1
  114. package/dist-cjs/commands/DeleteCorsPolicyCommand.js.map +0 -1
  115. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  116. package/dist-cjs/commands/DeleteMetricPolicyCommand.js.map +0 -1
  117. package/dist-cjs/commands/DescribeContainerCommand.js.map +0 -1
  118. package/dist-cjs/commands/GetContainerPolicyCommand.js.map +0 -1
  119. package/dist-cjs/commands/GetCorsPolicyCommand.js.map +0 -1
  120. package/dist-cjs/commands/GetLifecyclePolicyCommand.js.map +0 -1
  121. package/dist-cjs/commands/GetMetricPolicyCommand.js.map +0 -1
  122. package/dist-cjs/commands/ListContainersCommand.js.map +0 -1
  123. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  124. package/dist-cjs/commands/PutContainerPolicyCommand.js.map +0 -1
  125. package/dist-cjs/commands/PutCorsPolicyCommand.js.map +0 -1
  126. package/dist-cjs/commands/PutLifecyclePolicyCommand.js.map +0 -1
  127. package/dist-cjs/commands/PutMetricPolicyCommand.js.map +0 -1
  128. package/dist-cjs/commands/StartAccessLoggingCommand.js.map +0 -1
  129. package/dist-cjs/commands/StopAccessLoggingCommand.js.map +0 -1
  130. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  131. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  132. package/dist-cjs/endpoints.js.map +0 -1
  133. package/dist-cjs/index.js.map +0 -1
  134. package/dist-cjs/models/index.js.map +0 -1
  135. package/dist-cjs/models/models_0.js.map +0 -1
  136. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  137. package/dist-cjs/pagination/ListContainersPaginator.js.map +0 -1
  138. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  139. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  140. package/dist-cjs/runtimeConfig.js.map +0 -1
  141. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  142. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  143. package/dist-es/MediaStore.js.map +0 -1
  144. package/dist-es/MediaStoreClient.js.map +0 -1
  145. package/dist-es/commands/CreateContainerCommand.js.map +0 -1
  146. package/dist-es/commands/DeleteContainerCommand.js.map +0 -1
  147. package/dist-es/commands/DeleteContainerPolicyCommand.js.map +0 -1
  148. package/dist-es/commands/DeleteCorsPolicyCommand.js.map +0 -1
  149. package/dist-es/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
  150. package/dist-es/commands/DeleteMetricPolicyCommand.js.map +0 -1
  151. package/dist-es/commands/DescribeContainerCommand.js.map +0 -1
  152. package/dist-es/commands/GetContainerPolicyCommand.js.map +0 -1
  153. package/dist-es/commands/GetCorsPolicyCommand.js.map +0 -1
  154. package/dist-es/commands/GetLifecyclePolicyCommand.js.map +0 -1
  155. package/dist-es/commands/GetMetricPolicyCommand.js.map +0 -1
  156. package/dist-es/commands/ListContainersCommand.js.map +0 -1
  157. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  158. package/dist-es/commands/PutContainerPolicyCommand.js.map +0 -1
  159. package/dist-es/commands/PutCorsPolicyCommand.js.map +0 -1
  160. package/dist-es/commands/PutLifecyclePolicyCommand.js.map +0 -1
  161. package/dist-es/commands/PutMetricPolicyCommand.js.map +0 -1
  162. package/dist-es/commands/StartAccessLoggingCommand.js.map +0 -1
  163. package/dist-es/commands/StopAccessLoggingCommand.js.map +0 -1
  164. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  165. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  166. package/dist-es/endpoints.js.map +0 -1
  167. package/dist-es/index.js.map +0 -1
  168. package/dist-es/models/index.js.map +0 -1
  169. package/dist-es/models/models_0.js.map +0 -1
  170. package/dist-es/pagination/Interfaces.js.map +0 -1
  171. package/dist-es/pagination/ListContainersPaginator.js.map +0 -1
  172. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  173. package/dist-es/runtimeConfig.browser.js.map +0 -1
  174. package/dist-es/runtimeConfig.js.map +0 -1
  175. package/dist-es/runtimeConfig.native.js.map +0 -1
  176. package/dist-es/runtimeConfig.shared.js.map +0 -1
  177. package/jest.config.js +0 -4
  178. package/src/MediaStore.ts +0 -822
  179. package/src/MediaStoreClient.ts +0 -309
  180. package/src/commands/CreateContainerCommand.ts +0 -96
  181. package/src/commands/DeleteContainerCommand.ts +0 -97
  182. package/src/commands/DeleteContainerPolicyCommand.ts +0 -95
  183. package/src/commands/DeleteCorsPolicyCommand.ts +0 -99
  184. package/src/commands/DeleteLifecyclePolicyCommand.ts +0 -95
  185. package/src/commands/DeleteMetricPolicyCommand.ts +0 -95
  186. package/src/commands/DescribeContainerCommand.ts +0 -101
  187. package/src/commands/GetContainerPolicyCommand.ts +0 -97
  188. package/src/commands/GetCorsPolicyCommand.ts +0 -99
  189. package/src/commands/GetLifecyclePolicyCommand.ts +0 -95
  190. package/src/commands/GetMetricPolicyCommand.ts +0 -95
  191. package/src/commands/ListContainersCommand.ts +0 -103
  192. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  193. package/src/commands/PutContainerPolicyCommand.ts +0 -101
  194. package/src/commands/PutCorsPolicyCommand.ts +0 -105
  195. package/src/commands/PutLifecyclePolicyCommand.ts +0 -96
  196. package/src/commands/PutMetricPolicyCommand.ts +0 -95
  197. package/src/commands/StartAccessLoggingCommand.ts +0 -95
  198. package/src/commands/StopAccessLoggingCommand.ts +0 -95
  199. package/src/commands/TagResourceCommand.ts +0 -97
  200. package/src/commands/UntagResourceCommand.ts +0 -95
  201. package/src/endpoints.ts +0 -57
  202. package/src/index.ts +0 -26
  203. package/src/models/index.ts +0 -1
  204. package/src/models/models_0.ts +0 -1013
  205. package/src/pagination/Interfaces.ts +0 -8
  206. package/src/pagination/ListContainersPaginator.ts +0 -59
  207. package/src/protocols/Aws_json1_1.ts +0 -2693
  208. package/src/runtimeConfig.browser.ts +0 -41
  209. package/src/runtimeConfig.native.ts +0 -17
  210. package/src/runtimeConfig.shared.ts +0 -17
  211. package/src/runtimeConfig.ts +0 -46
  212. package/tsconfig.es.json +0 -10
  213. package/tsconfig.json +0 -33
  214. package/tsconfig.types.json +0 -9
@@ -1,1013 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export enum MethodName {
4
- DELETE = "DELETE",
5
- GET = "GET",
6
- HEAD = "HEAD",
7
- PUT = "PUT",
8
- }
9
-
10
- export enum ContainerStatus {
11
- ACTIVE = "ACTIVE",
12
- CREATING = "CREATING",
13
- DELETING = "DELETING",
14
- }
15
-
16
- /**
17
- * <p>This section describes operations that you can perform on an AWS Elemental MediaStore
18
- * container.</p>
19
- */
20
- export interface Container {
21
- /**
22
- * <p>The DNS endpoint of the container. Use the endpoint to identify the specific
23
- * container when sending requests to the data plane. The service assigns this value when the
24
- * container is created. Once the value has been assigned, it does not change.</p>
25
- */
26
- Endpoint?: string;
27
-
28
- /**
29
- * <p>Unix timestamp.</p>
30
- */
31
- CreationTime?: Date;
32
-
33
- /**
34
- * <p>The Amazon Resource Name (ARN) of the container. The ARN has the following
35
- * format:</p>
36
- * <p>arn:aws:<region>:<account that owns this container>:container/<name of
37
- * container> </p>
38
- * <p>For example: arn:aws:mediastore:us-west-2:111122223333:container/movies </p>
39
- */
40
- ARN?: string;
41
-
42
- /**
43
- * <p>The name of the container.</p>
44
- */
45
- Name?: string;
46
-
47
- /**
48
- * <p>The status of container creation or deletion. The status is one of the following:
49
- * <code>CREATING</code>, <code>ACTIVE</code>, or <code>DELETING</code>. While the service
50
- * is creating the container, the status is <code>CREATING</code>. When the endpoint is
51
- * available, the status changes to <code>ACTIVE</code>.</p>
52
- */
53
- Status?: ContainerStatus | string;
54
-
55
- /**
56
- * <p>The state of access logging on the container. This value is <code>false</code> by default, indicating that AWS Elemental MediaStore does not send access logs to Amazon CloudWatch Logs. When you enable access logging on the container, MediaStore changes this value to <code>true</code>, indicating that the service delivers access logs for objects stored in that container to CloudWatch Logs.</p>
57
- */
58
- AccessLoggingEnabled?: boolean;
59
- }
60
-
61
- export namespace Container {
62
- /**
63
- * @internal
64
- */
65
- export const filterSensitiveLog = (obj: Container): any => ({
66
- ...obj,
67
- });
68
- }
69
-
70
- /**
71
- * <p>The container that you specified in the request already exists or is being
72
- * updated.</p>
73
- */
74
- export interface ContainerInUseException extends __SmithyException, $MetadataBearer {
75
- name: "ContainerInUseException";
76
- $fault: "client";
77
- Message?: string;
78
- }
79
-
80
- export namespace ContainerInUseException {
81
- /**
82
- * @internal
83
- */
84
- export const filterSensitiveLog = (obj: ContainerInUseException): any => ({
85
- ...obj,
86
- });
87
- }
88
-
89
- export enum ContainerLevelMetrics {
90
- DISABLED = "DISABLED",
91
- ENABLED = "ENABLED",
92
- }
93
-
94
- /**
95
- * <p>The container that you specified in the request does not exist.</p>
96
- */
97
- export interface ContainerNotFoundException extends __SmithyException, $MetadataBearer {
98
- name: "ContainerNotFoundException";
99
- $fault: "client";
100
- Message?: string;
101
- }
102
-
103
- export namespace ContainerNotFoundException {
104
- /**
105
- * @internal
106
- */
107
- export const filterSensitiveLog = (obj: ContainerNotFoundException): any => ({
108
- ...obj,
109
- });
110
- }
111
-
112
- /**
113
- * <p>A rule for a CORS policy. You can add up to 100 rules to a CORS policy. If more than
114
- * one rule applies, the service uses the first applicable rule listed.</p>
115
- */
116
- export interface CorsRule {
117
- /**
118
- * <p>One or more response headers that you want users to be able to access from their
119
- * applications (for example, from a JavaScript <code>XMLHttpRequest</code> object).</p>
120
- * <p>Each CORS rule must have at least one <code>AllowedOrigins</code> element. The string
121
- * value can include only one wildcard character (*), for example, http://*.example.com.
122
- * Additionally, you can specify only one wildcard character to allow cross-origin access for
123
- * all origins.</p>
124
- */
125
- AllowedOrigins: string[] | undefined;
126
-
127
- /**
128
- * <p>Identifies an HTTP method that the origin that is specified in the rule is allowed to
129
- * execute.</p>
130
- * <p>Each CORS rule must contain at least one <code>AllowedMethods</code> and one
131
- * <code>AllowedOrigins</code> element.</p>
132
- */
133
- AllowedMethods?: (MethodName | string)[];
134
-
135
- /**
136
- * <p>Specifies which headers are allowed in a preflight <code>OPTIONS</code> request
137
- * through the <code>Access-Control-Request-Headers</code> header. Each header name that is
138
- * specified in <code>Access-Control-Request-Headers</code> must have a corresponding entry in
139
- * the rule. Only the headers that were requested are sent back. </p>
140
- * <p>This element can contain only one wildcard character (*).</p>
141
- */
142
- AllowedHeaders: string[] | undefined;
143
-
144
- /**
145
- * <p>The time in seconds that your browser caches the preflight response for the specified
146
- * resource.</p>
147
- * <p>A CORS rule can have only one <code>MaxAgeSeconds</code> element.</p>
148
- */
149
- MaxAgeSeconds?: number;
150
-
151
- /**
152
- * <p>One or more headers in the response that you want users to be able to access from
153
- * their applications (for example, from a JavaScript <code>XMLHttpRequest</code>
154
- * object).</p>
155
- * <p>This element is optional for each rule.</p>
156
- */
157
- ExposeHeaders?: string[];
158
- }
159
-
160
- export namespace CorsRule {
161
- /**
162
- * @internal
163
- */
164
- export const filterSensitiveLog = (obj: CorsRule): any => ({
165
- ...obj,
166
- });
167
- }
168
-
169
- /**
170
- * <p>The CORS policy that you specified in the request does not exist.</p>
171
- */
172
- export interface CorsPolicyNotFoundException extends __SmithyException, $MetadataBearer {
173
- name: "CorsPolicyNotFoundException";
174
- $fault: "client";
175
- Message?: string;
176
- }
177
-
178
- export namespace CorsPolicyNotFoundException {
179
- /**
180
- * @internal
181
- */
182
- export const filterSensitiveLog = (obj: CorsPolicyNotFoundException): any => ({
183
- ...obj,
184
- });
185
- }
186
-
187
- /**
188
- * <p>A collection of tags associated with a container. Each tag consists of a key:value pair, which can be anything you define. Typically, the tag key
189
- * represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or
190
- * "production"). You can add up to 50
191
- * tags to each container. For more information about tagging, including naming and usage conventions, see <a href="https://docs.aws.amazon.com/mediastore/latest/ug/tagging.html">Tagging Resources in MediaStore</a>.</p>
192
- */
193
- export interface Tag {
194
- /**
195
- * <p>Part of the key:value pair that defines a tag. You can use a tag key to describe a category of information, such as "customer." Tag keys are
196
- * case-sensitive.</p>
197
- */
198
- Key: string | undefined;
199
-
200
- /**
201
- * <p>Part of the key:value pair that defines a tag. You can use a tag value to describe a specific value within a category, such as "companyA" or
202
- * "companyB." Tag values are case-sensitive.</p>
203
- */
204
- Value?: string;
205
- }
206
-
207
- export namespace Tag {
208
- /**
209
- * @internal
210
- */
211
- export const filterSensitiveLog = (obj: Tag): any => ({
212
- ...obj,
213
- });
214
- }
215
-
216
- export interface CreateContainerInput {
217
- /**
218
- * <p>The name for the container. The name must be from 1 to 255 characters. Container
219
- * names must be unique to your AWS account within a specific region. As an example, you could
220
- * create a container named <code>movies</code> in every region, as long as you don’t have an
221
- * existing container with that name.</p>
222
- */
223
- ContainerName: string | undefined;
224
-
225
- /**
226
- * <p>An array of key:value pairs that you define. These values can be anything that you want. Typically, the tag key represents a category (such as
227
- * "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50
228
- * tags to each container. For more information about tagging, including naming and usage conventions, see <a href="https://docs.aws.amazon.com/mediastore/latest/ug/tagging.html">Tagging Resources in MediaStore</a>.</p>
229
- */
230
- Tags?: Tag[];
231
- }
232
-
233
- export namespace CreateContainerInput {
234
- /**
235
- * @internal
236
- */
237
- export const filterSensitiveLog = (obj: CreateContainerInput): any => ({
238
- ...obj,
239
- });
240
- }
241
-
242
- export interface CreateContainerOutput {
243
- /**
244
- * <p>ContainerARN: The Amazon Resource Name (ARN) of the newly created container. The ARN
245
- * has the following format: arn:aws:<region>:<account that owns this
246
- * container>:container/<name of container>. For example:
247
- * arn:aws:mediastore:us-west-2:111122223333:container/movies </p>
248
- * <p>ContainerName: The container name as specified in the request.</p>
249
- * <p>CreationTime: Unix time stamp.</p>
250
- * <p>Status: The status of container creation or deletion. The status is one of the
251
- * following: <code>CREATING</code>, <code>ACTIVE</code>, or <code>DELETING</code>. While the
252
- * service is creating the container, the status is <code>CREATING</code>. When an endpoint is
253
- * available, the status changes to <code>ACTIVE</code>.</p>
254
- * <p>The return value does not include the container's endpoint. To make downstream
255
- * requests, you must obtain this value by using <a>DescribeContainer</a> or <a>ListContainers</a>.</p>
256
- */
257
- Container: Container | undefined;
258
- }
259
-
260
- export namespace CreateContainerOutput {
261
- /**
262
- * @internal
263
- */
264
- export const filterSensitiveLog = (obj: CreateContainerOutput): any => ({
265
- ...obj,
266
- });
267
- }
268
-
269
- /**
270
- * <p>The service is temporarily unavailable.</p>
271
- */
272
- export interface InternalServerError extends __SmithyException, $MetadataBearer {
273
- name: "InternalServerError";
274
- $fault: "server";
275
- Message?: string;
276
- }
277
-
278
- export namespace InternalServerError {
279
- /**
280
- * @internal
281
- */
282
- export const filterSensitiveLog = (obj: InternalServerError): any => ({
283
- ...obj,
284
- });
285
- }
286
-
287
- /**
288
- * <p>A service limit has been exceeded.</p>
289
- */
290
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
291
- name: "LimitExceededException";
292
- $fault: "client";
293
- Message?: string;
294
- }
295
-
296
- export namespace LimitExceededException {
297
- /**
298
- * @internal
299
- */
300
- export const filterSensitiveLog = (obj: LimitExceededException): any => ({
301
- ...obj,
302
- });
303
- }
304
-
305
- export interface DeleteContainerInput {
306
- /**
307
- * <p>The name of the container to delete. </p>
308
- */
309
- ContainerName: string | undefined;
310
- }
311
-
312
- export namespace DeleteContainerInput {
313
- /**
314
- * @internal
315
- */
316
- export const filterSensitiveLog = (obj: DeleteContainerInput): any => ({
317
- ...obj,
318
- });
319
- }
320
-
321
- export interface DeleteContainerOutput {}
322
-
323
- export namespace DeleteContainerOutput {
324
- /**
325
- * @internal
326
- */
327
- export const filterSensitiveLog = (obj: DeleteContainerOutput): any => ({
328
- ...obj,
329
- });
330
- }
331
-
332
- export interface DeleteContainerPolicyInput {
333
- /**
334
- * <p>The name of the container that holds the policy.</p>
335
- */
336
- ContainerName: string | undefined;
337
- }
338
-
339
- export namespace DeleteContainerPolicyInput {
340
- /**
341
- * @internal
342
- */
343
- export const filterSensitiveLog = (obj: DeleteContainerPolicyInput): any => ({
344
- ...obj,
345
- });
346
- }
347
-
348
- export interface DeleteContainerPolicyOutput {}
349
-
350
- export namespace DeleteContainerPolicyOutput {
351
- /**
352
- * @internal
353
- */
354
- export const filterSensitiveLog = (obj: DeleteContainerPolicyOutput): any => ({
355
- ...obj,
356
- });
357
- }
358
-
359
- /**
360
- * <p>The policy that you specified in the request does not exist.</p>
361
- */
362
- export interface PolicyNotFoundException extends __SmithyException, $MetadataBearer {
363
- name: "PolicyNotFoundException";
364
- $fault: "client";
365
- Message?: string;
366
- }
367
-
368
- export namespace PolicyNotFoundException {
369
- /**
370
- * @internal
371
- */
372
- export const filterSensitiveLog = (obj: PolicyNotFoundException): any => ({
373
- ...obj,
374
- });
375
- }
376
-
377
- export interface DeleteCorsPolicyInput {
378
- /**
379
- * <p>The name of the container to remove the policy from.</p>
380
- */
381
- ContainerName: string | undefined;
382
- }
383
-
384
- export namespace DeleteCorsPolicyInput {
385
- /**
386
- * @internal
387
- */
388
- export const filterSensitiveLog = (obj: DeleteCorsPolicyInput): any => ({
389
- ...obj,
390
- });
391
- }
392
-
393
- export interface DeleteCorsPolicyOutput {}
394
-
395
- export namespace DeleteCorsPolicyOutput {
396
- /**
397
- * @internal
398
- */
399
- export const filterSensitiveLog = (obj: DeleteCorsPolicyOutput): any => ({
400
- ...obj,
401
- });
402
- }
403
-
404
- export interface DeleteLifecyclePolicyInput {
405
- /**
406
- * <p>The name of the container that holds the object lifecycle policy.</p>
407
- */
408
- ContainerName: string | undefined;
409
- }
410
-
411
- export namespace DeleteLifecyclePolicyInput {
412
- /**
413
- * @internal
414
- */
415
- export const filterSensitiveLog = (obj: DeleteLifecyclePolicyInput): any => ({
416
- ...obj,
417
- });
418
- }
419
-
420
- export interface DeleteLifecyclePolicyOutput {}
421
-
422
- export namespace DeleteLifecyclePolicyOutput {
423
- /**
424
- * @internal
425
- */
426
- export const filterSensitiveLog = (obj: DeleteLifecyclePolicyOutput): any => ({
427
- ...obj,
428
- });
429
- }
430
-
431
- export interface DeleteMetricPolicyInput {
432
- /**
433
- * <p>The name of the container that is associated with the metric policy that you want to delete.</p>
434
- */
435
- ContainerName: string | undefined;
436
- }
437
-
438
- export namespace DeleteMetricPolicyInput {
439
- /**
440
- * @internal
441
- */
442
- export const filterSensitiveLog = (obj: DeleteMetricPolicyInput): any => ({
443
- ...obj,
444
- });
445
- }
446
-
447
- export interface DeleteMetricPolicyOutput {}
448
-
449
- export namespace DeleteMetricPolicyOutput {
450
- /**
451
- * @internal
452
- */
453
- export const filterSensitiveLog = (obj: DeleteMetricPolicyOutput): any => ({
454
- ...obj,
455
- });
456
- }
457
-
458
- export interface DescribeContainerInput {
459
- /**
460
- * <p>The name of the container to query.</p>
461
- */
462
- ContainerName?: string;
463
- }
464
-
465
- export namespace DescribeContainerInput {
466
- /**
467
- * @internal
468
- */
469
- export const filterSensitiveLog = (obj: DescribeContainerInput): any => ({
470
- ...obj,
471
- });
472
- }
473
-
474
- export interface DescribeContainerOutput {
475
- /**
476
- * <p>The name of the queried container.</p>
477
- */
478
- Container?: Container;
479
- }
480
-
481
- export namespace DescribeContainerOutput {
482
- /**
483
- * @internal
484
- */
485
- export const filterSensitiveLog = (obj: DescribeContainerOutput): any => ({
486
- ...obj,
487
- });
488
- }
489
-
490
- export interface GetContainerPolicyInput {
491
- /**
492
- * <p>The name of the container. </p>
493
- */
494
- ContainerName: string | undefined;
495
- }
496
-
497
- export namespace GetContainerPolicyInput {
498
- /**
499
- * @internal
500
- */
501
- export const filterSensitiveLog = (obj: GetContainerPolicyInput): any => ({
502
- ...obj,
503
- });
504
- }
505
-
506
- export interface GetContainerPolicyOutput {
507
- /**
508
- * <p>The contents of the access policy.</p>
509
- */
510
- Policy: string | undefined;
511
- }
512
-
513
- export namespace GetContainerPolicyOutput {
514
- /**
515
- * @internal
516
- */
517
- export const filterSensitiveLog = (obj: GetContainerPolicyOutput): any => ({
518
- ...obj,
519
- });
520
- }
521
-
522
- export interface GetCorsPolicyInput {
523
- /**
524
- * <p>The name of the container that the policy is assigned to.</p>
525
- */
526
- ContainerName: string | undefined;
527
- }
528
-
529
- export namespace GetCorsPolicyInput {
530
- /**
531
- * @internal
532
- */
533
- export const filterSensitiveLog = (obj: GetCorsPolicyInput): any => ({
534
- ...obj,
535
- });
536
- }
537
-
538
- export interface GetCorsPolicyOutput {
539
- /**
540
- * <p>The CORS policy assigned to the container.</p>
541
- */
542
- CorsPolicy: CorsRule[] | undefined;
543
- }
544
-
545
- export namespace GetCorsPolicyOutput {
546
- /**
547
- * @internal
548
- */
549
- export const filterSensitiveLog = (obj: GetCorsPolicyOutput): any => ({
550
- ...obj,
551
- });
552
- }
553
-
554
- export interface GetLifecyclePolicyInput {
555
- /**
556
- * <p>The name of the container that the object lifecycle policy is assigned to.</p>
557
- */
558
- ContainerName: string | undefined;
559
- }
560
-
561
- export namespace GetLifecyclePolicyInput {
562
- /**
563
- * @internal
564
- */
565
- export const filterSensitiveLog = (obj: GetLifecyclePolicyInput): any => ({
566
- ...obj,
567
- });
568
- }
569
-
570
- export interface GetLifecyclePolicyOutput {
571
- /**
572
- * <p>The object lifecycle policy that is assigned to the container.</p>
573
- */
574
- LifecyclePolicy: string | undefined;
575
- }
576
-
577
- export namespace GetLifecyclePolicyOutput {
578
- /**
579
- * @internal
580
- */
581
- export const filterSensitiveLog = (obj: GetLifecyclePolicyOutput): any => ({
582
- ...obj,
583
- });
584
- }
585
-
586
- export interface GetMetricPolicyInput {
587
- /**
588
- * <p>The name of the container that is associated with the metric policy.</p>
589
- */
590
- ContainerName: string | undefined;
591
- }
592
-
593
- export namespace GetMetricPolicyInput {
594
- /**
595
- * @internal
596
- */
597
- export const filterSensitiveLog = (obj: GetMetricPolicyInput): any => ({
598
- ...obj,
599
- });
600
- }
601
-
602
- /**
603
- * <p>A setting that enables metrics at the object level. Each rule contains an object group and an object group name. If the policy includes the MetricPolicyRules parameter, you must include at least one rule. Each metric policy can include up to five rules by default. You can also <a href="https://console.aws.amazon.com/servicequotas/home?region=us-east-1#!/services/mediastore/quotas">request a quota increase</a> to allow up to 300 rules per policy.</p>
604
- */
605
- export interface MetricPolicyRule {
606
- /**
607
- * <p>A path or file name that defines which objects to include in the group. Wildcards (*) are acceptable.</p>
608
- */
609
- ObjectGroup: string | undefined;
610
-
611
- /**
612
- * <p>A name that allows you to refer to the object group.</p>
613
- */
614
- ObjectGroupName: string | undefined;
615
- }
616
-
617
- export namespace MetricPolicyRule {
618
- /**
619
- * @internal
620
- */
621
- export const filterSensitiveLog = (obj: MetricPolicyRule): any => ({
622
- ...obj,
623
- });
624
- }
625
-
626
- /**
627
- * <p>The metric policy that is associated with the container. A metric policy allows AWS Elemental MediaStore to send metrics to Amazon CloudWatch. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include rules to define groups of objects that you want MediaStore to send object-level metrics for.</p>
628
- * <p>To view examples of how to construct a metric policy for your use case, see <a href="https://docs.aws.amazon.com/mediastore/latest/ug/policies-metric-examples.html">Example Metric Policies</a>.</p>
629
- */
630
- export interface MetricPolicy {
631
- /**
632
- * <p>A setting to enable or disable metrics at the container level.</p>
633
- */
634
- ContainerLevelMetrics: ContainerLevelMetrics | string | undefined;
635
-
636
- /**
637
- * <p>A parameter that holds an array of rules that enable metrics at the object level. This parameter is optional, but if you choose to include it, you must also include at least one rule. By default, you can include up to five rules. You can also <a href="https://console.aws.amazon.com/servicequotas/home?region=us-east-1#!/services/mediastore/quotas">request a quota increase</a> to allow up to 300 rules per policy.</p>
638
- */
639
- MetricPolicyRules?: MetricPolicyRule[];
640
- }
641
-
642
- export namespace MetricPolicy {
643
- /**
644
- * @internal
645
- */
646
- export const filterSensitiveLog = (obj: MetricPolicy): any => ({
647
- ...obj,
648
- });
649
- }
650
-
651
- export interface GetMetricPolicyOutput {
652
- /**
653
- * <p>The metric policy that is associated with the specific container.</p>
654
- */
655
- MetricPolicy: MetricPolicy | undefined;
656
- }
657
-
658
- export namespace GetMetricPolicyOutput {
659
- /**
660
- * @internal
661
- */
662
- export const filterSensitiveLog = (obj: GetMetricPolicyOutput): any => ({
663
- ...obj,
664
- });
665
- }
666
-
667
- export interface ListContainersInput {
668
- /**
669
- * <p>Only if you used <code>MaxResults</code> in the first command, enter the token (which
670
- * was included in the previous response) to obtain the next set of containers. This token is
671
- * included in a response only if there actually are more containers to list.</p>
672
- */
673
- NextToken?: string;
674
-
675
- /**
676
- * <p>Enter the maximum number of containers in the response. Use from 1 to 255 characters.
677
- * </p>
678
- */
679
- MaxResults?: number;
680
- }
681
-
682
- export namespace ListContainersInput {
683
- /**
684
- * @internal
685
- */
686
- export const filterSensitiveLog = (obj: ListContainersInput): any => ({
687
- ...obj,
688
- });
689
- }
690
-
691
- export interface ListContainersOutput {
692
- /**
693
- * <p>The names of the containers.</p>
694
- */
695
- Containers: Container[] | undefined;
696
-
697
- /**
698
- * <p>
699
- * <code>NextToken</code> is the token to use in the next call to <code>ListContainers</code>.
700
- * This token is returned only if you included the <code>MaxResults</code> tag in the original
701
- * command, and only if there are still containers to return. </p>
702
- */
703
- NextToken?: string;
704
- }
705
-
706
- export namespace ListContainersOutput {
707
- /**
708
- * @internal
709
- */
710
- export const filterSensitiveLog = (obj: ListContainersOutput): any => ({
711
- ...obj,
712
- });
713
- }
714
-
715
- export interface ListTagsForResourceInput {
716
- /**
717
- * <p>The Amazon Resource Name (ARN) for the container.</p>
718
- */
719
- Resource: string | undefined;
720
- }
721
-
722
- export namespace ListTagsForResourceInput {
723
- /**
724
- * @internal
725
- */
726
- export const filterSensitiveLog = (obj: ListTagsForResourceInput): any => ({
727
- ...obj,
728
- });
729
- }
730
-
731
- export interface ListTagsForResourceOutput {
732
- /**
733
- * <p>An array of key:value pairs that are assigned to the container.</p>
734
- */
735
- Tags?: Tag[];
736
- }
737
-
738
- export namespace ListTagsForResourceOutput {
739
- /**
740
- * @internal
741
- */
742
- export const filterSensitiveLog = (obj: ListTagsForResourceOutput): any => ({
743
- ...obj,
744
- });
745
- }
746
-
747
- export interface PutContainerPolicyInput {
748
- /**
749
- * <p>The name of the container.</p>
750
- */
751
- ContainerName: string | undefined;
752
-
753
- /**
754
- * <p>The contents of the policy, which includes the following: </p>
755
- * <ul>
756
- * <li>
757
- * <p>One <code>Version</code> tag</p>
758
- * </li>
759
- * <li>
760
- * <p>One <code>Statement</code> tag that contains the standard tags for the
761
- * policy.</p>
762
- * </li>
763
- * </ul>
764
- */
765
- Policy: string | undefined;
766
- }
767
-
768
- export namespace PutContainerPolicyInput {
769
- /**
770
- * @internal
771
- */
772
- export const filterSensitiveLog = (obj: PutContainerPolicyInput): any => ({
773
- ...obj,
774
- });
775
- }
776
-
777
- export interface PutContainerPolicyOutput {}
778
-
779
- export namespace PutContainerPolicyOutput {
780
- /**
781
- * @internal
782
- */
783
- export const filterSensitiveLog = (obj: PutContainerPolicyOutput): any => ({
784
- ...obj,
785
- });
786
- }
787
-
788
- export interface PutCorsPolicyInput {
789
- /**
790
- * <p>The name of the container that you want to assign the CORS policy to.</p>
791
- */
792
- ContainerName: string | undefined;
793
-
794
- /**
795
- * <p>The CORS policy to apply to the container. </p>
796
- */
797
- CorsPolicy: CorsRule[] | undefined;
798
- }
799
-
800
- export namespace PutCorsPolicyInput {
801
- /**
802
- * @internal
803
- */
804
- export const filterSensitiveLog = (obj: PutCorsPolicyInput): any => ({
805
- ...obj,
806
- });
807
- }
808
-
809
- export interface PutCorsPolicyOutput {}
810
-
811
- export namespace PutCorsPolicyOutput {
812
- /**
813
- * @internal
814
- */
815
- export const filterSensitiveLog = (obj: PutCorsPolicyOutput): any => ({
816
- ...obj,
817
- });
818
- }
819
-
820
- export interface PutLifecyclePolicyInput {
821
- /**
822
- * <p>The name of the container that you want to assign the object lifecycle policy to.</p>
823
- */
824
- ContainerName: string | undefined;
825
-
826
- /**
827
- * <p>The object lifecycle policy to apply to the container.</p>
828
- */
829
- LifecyclePolicy: string | undefined;
830
- }
831
-
832
- export namespace PutLifecyclePolicyInput {
833
- /**
834
- * @internal
835
- */
836
- export const filterSensitiveLog = (obj: PutLifecyclePolicyInput): any => ({
837
- ...obj,
838
- });
839
- }
840
-
841
- export interface PutLifecyclePolicyOutput {}
842
-
843
- export namespace PutLifecyclePolicyOutput {
844
- /**
845
- * @internal
846
- */
847
- export const filterSensitiveLog = (obj: PutLifecyclePolicyOutput): any => ({
848
- ...obj,
849
- });
850
- }
851
-
852
- export interface PutMetricPolicyInput {
853
- /**
854
- * <p>The name of the container that you want to add the metric policy to.</p>
855
- */
856
- ContainerName: string | undefined;
857
-
858
- /**
859
- * <p>The metric policy that you want to associate with the container. In the policy, you must indicate whether you want MediaStore to send container-level metrics. You can also include up to five rules to define groups of objects that you want MediaStore to send object-level metrics for. If you include rules in the policy, construct each rule with both of the following:</p>
860
- * <ul>
861
- * <li>
862
- * <p>An object group that defines which objects to include in the group. The definition can be a path or a file name, but it can't have more than 900 characters. Valid characters are: a-z, A-Z, 0-9, _ (underscore), = (equal), : (colon), . (period), - (hyphen), ~ (tilde), / (forward slash), and * (asterisk). Wildcards (*) are acceptable.</p>
863
- * </li>
864
- * <li>
865
- * <p>An object group name that allows you to refer to the object group. The name can't have more than 30 characters. Valid characters are: a-z, A-Z, 0-9, and _ (underscore).</p>
866
- * </li>
867
- * </ul>
868
- */
869
- MetricPolicy: MetricPolicy | undefined;
870
- }
871
-
872
- export namespace PutMetricPolicyInput {
873
- /**
874
- * @internal
875
- */
876
- export const filterSensitiveLog = (obj: PutMetricPolicyInput): any => ({
877
- ...obj,
878
- });
879
- }
880
-
881
- export interface PutMetricPolicyOutput {}
882
-
883
- export namespace PutMetricPolicyOutput {
884
- /**
885
- * @internal
886
- */
887
- export const filterSensitiveLog = (obj: PutMetricPolicyOutput): any => ({
888
- ...obj,
889
- });
890
- }
891
-
892
- export interface StartAccessLoggingInput {
893
- /**
894
- * <p>The name of the container that you want to start access logging on.</p>
895
- */
896
- ContainerName: string | undefined;
897
- }
898
-
899
- export namespace StartAccessLoggingInput {
900
- /**
901
- * @internal
902
- */
903
- export const filterSensitiveLog = (obj: StartAccessLoggingInput): any => ({
904
- ...obj,
905
- });
906
- }
907
-
908
- export interface StartAccessLoggingOutput {}
909
-
910
- export namespace StartAccessLoggingOutput {
911
- /**
912
- * @internal
913
- */
914
- export const filterSensitiveLog = (obj: StartAccessLoggingOutput): any => ({
915
- ...obj,
916
- });
917
- }
918
-
919
- export interface StopAccessLoggingInput {
920
- /**
921
- * <p>The name of the container that you want to stop access logging on.</p>
922
- */
923
- ContainerName: string | undefined;
924
- }
925
-
926
- export namespace StopAccessLoggingInput {
927
- /**
928
- * @internal
929
- */
930
- export const filterSensitiveLog = (obj: StopAccessLoggingInput): any => ({
931
- ...obj,
932
- });
933
- }
934
-
935
- export interface StopAccessLoggingOutput {}
936
-
937
- export namespace StopAccessLoggingOutput {
938
- /**
939
- * @internal
940
- */
941
- export const filterSensitiveLog = (obj: StopAccessLoggingOutput): any => ({
942
- ...obj,
943
- });
944
- }
945
-
946
- export interface TagResourceInput {
947
- /**
948
- * <p>The Amazon Resource Name (ARN) for the container. </p>
949
- */
950
- Resource: string | undefined;
951
-
952
- /**
953
- * <p>An array of key:value pairs that you want to add to the container. You need to specify only the tags that you want to add or update. For example,
954
- * suppose a container already has two tags (customer:CompanyA and priority:High). You want to change the priority tag and also add a third tag
955
- * (type:Contract). For TagResource, you specify the following tags: priority:Medium, type:Contract. The result is that your container has three tags:
956
- * customer:CompanyA, priority:Medium, and type:Contract.</p>
957
- */
958
- Tags: Tag[] | undefined;
959
- }
960
-
961
- export namespace TagResourceInput {
962
- /**
963
- * @internal
964
- */
965
- export const filterSensitiveLog = (obj: TagResourceInput): any => ({
966
- ...obj,
967
- });
968
- }
969
-
970
- export interface TagResourceOutput {}
971
-
972
- export namespace TagResourceOutput {
973
- /**
974
- * @internal
975
- */
976
- export const filterSensitiveLog = (obj: TagResourceOutput): any => ({
977
- ...obj,
978
- });
979
- }
980
-
981
- export interface UntagResourceInput {
982
- /**
983
- * <p>The Amazon Resource Name (ARN) for the container.</p>
984
- */
985
- Resource: string | undefined;
986
-
987
- /**
988
- * <p>A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA
989
- * and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove
990
- * (priority).</p>
991
- */
992
- TagKeys: string[] | undefined;
993
- }
994
-
995
- export namespace UntagResourceInput {
996
- /**
997
- * @internal
998
- */
999
- export const filterSensitiveLog = (obj: UntagResourceInput): any => ({
1000
- ...obj,
1001
- });
1002
- }
1003
-
1004
- export interface UntagResourceOutput {}
1005
-
1006
- export namespace UntagResourceOutput {
1007
- /**
1008
- * @internal
1009
- */
1010
- export const filterSensitiveLog = (obj: UntagResourceOutput): any => ({
1011
- ...obj,
1012
- });
1013
- }