@aws-sdk/client-mediastore 3.306.0 → 3.309.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.
- package/dist-cjs/commands/CreateContainerCommand.js +2 -2
- package/dist-cjs/commands/DeleteContainerCommand.js +2 -2
- package/dist-cjs/commands/DeleteContainerPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteCorsPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteMetricPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeContainerCommand.js +2 -2
- package/dist-cjs/commands/GetContainerPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetCorsPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetMetricPolicyCommand.js +2 -2
- package/dist-cjs/commands/ListContainersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutContainerPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutCorsPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js +2 -2
- package/dist-cjs/commands/PutMetricPolicyCommand.js +2 -2
- package/dist-cjs/commands/StartAccessLoggingCommand.js +2 -2
- package/dist-cjs/commands/StopAccessLoggingCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +350 -360
- package/dist-es/commands/CreateContainerCommand.js +3 -3
- package/dist-es/commands/DeleteContainerCommand.js +3 -3
- package/dist-es/commands/DeleteContainerPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteCorsPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteMetricPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeContainerCommand.js +3 -3
- package/dist-es/commands/GetContainerPolicyCommand.js +3 -3
- package/dist-es/commands/GetCorsPolicyCommand.js +3 -3
- package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/GetMetricPolicyCommand.js +3 -3
- package/dist-es/commands/ListContainersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutContainerPolicyCommand.js +3 -3
- package/dist-es/commands/PutCorsPolicyCommand.js +3 -3
- package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -3
- package/dist-es/commands/PutMetricPolicyCommand.js +3 -3
- package/dist-es/commands/StartAccessLoggingCommand.js +3 -3
- package/dist-es/commands/StopAccessLoggingCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +307 -317
- package/dist-types/protocols/Aws_json1_1.d.ts +168 -42
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +42 -42
- package/package.json +6 -6
|
@@ -21,45 +21,171 @@ import { StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput } from
|
|
|
21
21
|
import { StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput } from "../commands/StopAccessLoggingCommand";
|
|
22
22
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
23
23
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export declare const
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export declare const
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
export declare const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export declare const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
24
|
+
/**
|
|
25
|
+
* serializeAws_json1_1CreateContainerCommand
|
|
26
|
+
*/
|
|
27
|
+
export declare const se_CreateContainerCommand: (input: CreateContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
+
/**
|
|
29
|
+
* serializeAws_json1_1DeleteContainerCommand
|
|
30
|
+
*/
|
|
31
|
+
export declare const se_DeleteContainerCommand: (input: DeleteContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
/**
|
|
33
|
+
* serializeAws_json1_1DeleteContainerPolicyCommand
|
|
34
|
+
*/
|
|
35
|
+
export declare const se_DeleteContainerPolicyCommand: (input: DeleteContainerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
/**
|
|
37
|
+
* serializeAws_json1_1DeleteCorsPolicyCommand
|
|
38
|
+
*/
|
|
39
|
+
export declare const se_DeleteCorsPolicyCommand: (input: DeleteCorsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_json1_1DeleteLifecyclePolicyCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_DeleteLifecyclePolicyCommand: (input: DeleteLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_json1_1DeleteMetricPolicyCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_DeleteMetricPolicyCommand: (input: DeleteMetricPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* serializeAws_json1_1DescribeContainerCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const se_DescribeContainerCommand: (input: DescribeContainerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* serializeAws_json1_1GetContainerPolicyCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const se_GetContainerPolicyCommand: (input: GetContainerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
/**
|
|
57
|
+
* serializeAws_json1_1GetCorsPolicyCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const se_GetCorsPolicyCommand: (input: GetCorsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_json1_1GetLifecyclePolicyCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_GetLifecyclePolicyCommand: (input: GetLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_json1_1GetMetricPolicyCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_GetMetricPolicyCommand: (input: GetMetricPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_json1_1ListContainersCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_ListContainersCommand: (input: ListContainersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_json1_1ListTagsForResourceCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_json1_1PutContainerPolicyCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_PutContainerPolicyCommand: (input: PutContainerPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_json1_1PutCorsPolicyCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_PutCorsPolicyCommand: (input: PutCorsPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_json1_1PutLifecyclePolicyCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_PutLifecyclePolicyCommand: (input: PutLifecyclePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_json1_1PutMetricPolicyCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_PutMetricPolicyCommand: (input: PutMetricPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_json1_1StartAccessLoggingCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_StartAccessLoggingCommand: (input: StartAccessLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_json1_1StopAccessLoggingCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_StopAccessLoggingCommand: (input: StopAccessLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_json1_1TagResourceCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_json1_1UntagResourceCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* deserializeAws_json1_1CreateContainerCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const de_CreateContainerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContainerCommandOutput>;
|
|
112
|
+
/**
|
|
113
|
+
* deserializeAws_json1_1DeleteContainerCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const de_DeleteContainerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerCommandOutput>;
|
|
116
|
+
/**
|
|
117
|
+
* deserializeAws_json1_1DeleteContainerPolicyCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const de_DeleteContainerPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContainerPolicyCommandOutput>;
|
|
120
|
+
/**
|
|
121
|
+
* deserializeAws_json1_1DeleteCorsPolicyCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const de_DeleteCorsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCorsPolicyCommandOutput>;
|
|
124
|
+
/**
|
|
125
|
+
* deserializeAws_json1_1DeleteLifecyclePolicyCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const de_DeleteLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
128
|
+
/**
|
|
129
|
+
* deserializeAws_json1_1DeleteMetricPolicyCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const de_DeleteMetricPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMetricPolicyCommandOutput>;
|
|
132
|
+
/**
|
|
133
|
+
* deserializeAws_json1_1DescribeContainerCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const de_DescribeContainerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContainerCommandOutput>;
|
|
136
|
+
/**
|
|
137
|
+
* deserializeAws_json1_1GetContainerPolicyCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const de_GetContainerPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContainerPolicyCommandOutput>;
|
|
140
|
+
/**
|
|
141
|
+
* deserializeAws_json1_1GetCorsPolicyCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const de_GetCorsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCorsPolicyCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* deserializeAws_json1_1GetLifecyclePolicyCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const de_GetLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLifecyclePolicyCommandOutput>;
|
|
148
|
+
/**
|
|
149
|
+
* deserializeAws_json1_1GetMetricPolicyCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const de_GetMetricPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMetricPolicyCommandOutput>;
|
|
152
|
+
/**
|
|
153
|
+
* deserializeAws_json1_1ListContainersCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const de_ListContainersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContainersCommandOutput>;
|
|
156
|
+
/**
|
|
157
|
+
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
160
|
+
/**
|
|
161
|
+
* deserializeAws_json1_1PutContainerPolicyCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const de_PutContainerPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutContainerPolicyCommandOutput>;
|
|
164
|
+
/**
|
|
165
|
+
* deserializeAws_json1_1PutCorsPolicyCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const de_PutCorsPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutCorsPolicyCommandOutput>;
|
|
168
|
+
/**
|
|
169
|
+
* deserializeAws_json1_1PutLifecyclePolicyCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const de_PutLifecyclePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecyclePolicyCommandOutput>;
|
|
172
|
+
/**
|
|
173
|
+
* deserializeAws_json1_1PutMetricPolicyCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const de_PutMetricPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutMetricPolicyCommandOutput>;
|
|
176
|
+
/**
|
|
177
|
+
* deserializeAws_json1_1StartAccessLoggingCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const de_StartAccessLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAccessLoggingCommandOutput>;
|
|
180
|
+
/**
|
|
181
|
+
* deserializeAws_json1_1StopAccessLoggingCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const de_StopAccessLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAccessLoggingCommandOutput>;
|
|
184
|
+
/**
|
|
185
|
+
* deserializeAws_json1_1TagResourceCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
188
|
+
/**
|
|
189
|
+
* deserializeAws_json1_1UntagResourceCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
@@ -87,171 +87,171 @@ import {
|
|
|
87
87
|
UntagResourceCommandInput,
|
|
88
88
|
UntagResourceCommandOutput,
|
|
89
89
|
} from "../commands/UntagResourceCommand";
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const se_CreateContainerCommand: (
|
|
91
91
|
input: CreateContainerCommandInput,
|
|
92
92
|
context: __SerdeContext
|
|
93
93
|
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const se_DeleteContainerCommand: (
|
|
95
95
|
input: DeleteContainerCommandInput,
|
|
96
96
|
context: __SerdeContext
|
|
97
97
|
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_DeleteContainerPolicyCommand: (
|
|
99
99
|
input: DeleteContainerPolicyCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_DeleteCorsPolicyCommand: (
|
|
103
103
|
input: DeleteCorsPolicyCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_DeleteLifecyclePolicyCommand: (
|
|
107
107
|
input: DeleteLifecyclePolicyCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_DeleteMetricPolicyCommand: (
|
|
111
111
|
input: DeleteMetricPolicyCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DescribeContainerCommand: (
|
|
115
115
|
input: DescribeContainerCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_GetContainerPolicyCommand: (
|
|
119
119
|
input: GetContainerPolicyCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_GetCorsPolicyCommand: (
|
|
123
123
|
input: GetCorsPolicyCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_GetLifecyclePolicyCommand: (
|
|
127
127
|
input: GetLifecyclePolicyCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_GetMetricPolicyCommand: (
|
|
131
131
|
input: GetMetricPolicyCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_ListContainersCommand: (
|
|
135
135
|
input: ListContainersCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
139
139
|
input: ListTagsForResourceCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_PutContainerPolicyCommand: (
|
|
143
143
|
input: PutContainerPolicyCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_PutCorsPolicyCommand: (
|
|
147
147
|
input: PutCorsPolicyCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_PutLifecyclePolicyCommand: (
|
|
151
151
|
input: PutLifecyclePolicyCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_PutMetricPolicyCommand: (
|
|
155
155
|
input: PutMetricPolicyCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_StartAccessLoggingCommand: (
|
|
159
159
|
input: StartAccessLoggingCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_StopAccessLoggingCommand: (
|
|
163
163
|
input: StopAccessLoggingCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_TagResourceCommand: (
|
|
167
167
|
input: TagResourceCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_UntagResourceCommand: (
|
|
171
171
|
input: UntagResourceCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const de_CreateContainerCommand: (
|
|
175
175
|
output: __HttpResponse,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<CreateContainerCommandOutput>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const de_DeleteContainerCommand: (
|
|
179
179
|
output: __HttpResponse,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<DeleteContainerCommandOutput>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const de_DeleteContainerPolicyCommand: (
|
|
183
183
|
output: __HttpResponse,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<DeleteContainerPolicyCommandOutput>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const de_DeleteCorsPolicyCommand: (
|
|
187
187
|
output: __HttpResponse,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<DeleteCorsPolicyCommandOutput>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_DeleteLifecyclePolicyCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_DeleteMetricPolicyCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<DeleteMetricPolicyCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_DescribeContainerCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<DescribeContainerCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_GetContainerPolicyCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<GetContainerPolicyCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_GetCorsPolicyCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<GetCorsPolicyCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_GetLifecyclePolicyCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<GetLifecyclePolicyCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_GetMetricPolicyCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<GetMetricPolicyCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_ListContainersCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<ListContainersCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_PutContainerPolicyCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<PutContainerPolicyCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_PutCorsPolicyCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<PutCorsPolicyCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_PutLifecyclePolicyCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<PutLifecyclePolicyCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_PutMetricPolicyCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<PutMetricPolicyCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_StartAccessLoggingCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<StartAccessLoggingCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_StopAccessLoggingCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<StopAccessLoggingCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_TagResourceCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<TagResourceCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_UntagResourceCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<UntagResourceCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.309.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.306.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
44
|
"@aws-sdk/types": "3.306.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.306.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.306.0",
|