@aws-sdk/client-mediastore 3.927.0 → 3.929.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/index.js +454 -719
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/MediaStoreClient.js +2 -0
- package/dist-es/commands/CreateContainerCommand.js +3 -9
- package/dist-es/commands/DeleteContainerCommand.js +3 -9
- package/dist-es/commands/DeleteContainerPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteCorsPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteMetricPolicyCommand.js +3 -9
- package/dist-es/commands/DescribeContainerCommand.js +3 -9
- package/dist-es/commands/GetContainerPolicyCommand.js +3 -9
- package/dist-es/commands/GetCorsPolicyCommand.js +3 -9
- package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/GetMetricPolicyCommand.js +3 -9
- package/dist-es/commands/ListContainersCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/PutContainerPolicyCommand.js +3 -9
- package/dist-es/commands/PutCorsPolicyCommand.js +3 -9
- package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -9
- package/dist-es/commands/PutMetricPolicyCommand.js +3 -9
- package/dist-es/commands/StartAccessLoggingCommand.js +3 -9
- package/dist-es/commands/StopAccessLoggingCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +398 -0
- package/dist-types/MediaStoreClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +86 -0
- package/dist-types/ts3.4/MediaStoreClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +91 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -558
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -191
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -257
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateContainerCommandInput, CreateContainerCommandOutput } from "../commands/CreateContainerCommand";
|
|
4
|
-
import { DeleteContainerCommandInput, DeleteContainerCommandOutput } from "../commands/DeleteContainerCommand";
|
|
5
|
-
import { DeleteContainerPolicyCommandInput, DeleteContainerPolicyCommandOutput } from "../commands/DeleteContainerPolicyCommand";
|
|
6
|
-
import { DeleteCorsPolicyCommandInput, DeleteCorsPolicyCommandOutput } from "../commands/DeleteCorsPolicyCommand";
|
|
7
|
-
import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput } from "../commands/DeleteLifecyclePolicyCommand";
|
|
8
|
-
import { DeleteMetricPolicyCommandInput, DeleteMetricPolicyCommandOutput } from "../commands/DeleteMetricPolicyCommand";
|
|
9
|
-
import { DescribeContainerCommandInput, DescribeContainerCommandOutput } from "../commands/DescribeContainerCommand";
|
|
10
|
-
import { GetContainerPolicyCommandInput, GetContainerPolicyCommandOutput } from "../commands/GetContainerPolicyCommand";
|
|
11
|
-
import { GetCorsPolicyCommandInput, GetCorsPolicyCommandOutput } from "../commands/GetCorsPolicyCommand";
|
|
12
|
-
import { GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput } from "../commands/GetLifecyclePolicyCommand";
|
|
13
|
-
import { GetMetricPolicyCommandInput, GetMetricPolicyCommandOutput } from "../commands/GetMetricPolicyCommand";
|
|
14
|
-
import { ListContainersCommandInput, ListContainersCommandOutput } from "../commands/ListContainersCommand";
|
|
15
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
16
|
-
import { PutContainerPolicyCommandInput, PutContainerPolicyCommandOutput } from "../commands/PutContainerPolicyCommand";
|
|
17
|
-
import { PutCorsPolicyCommandInput, PutCorsPolicyCommandOutput } from "../commands/PutCorsPolicyCommand";
|
|
18
|
-
import { PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput } from "../commands/PutLifecyclePolicyCommand";
|
|
19
|
-
import { PutMetricPolicyCommandInput, PutMetricPolicyCommandOutput } from "../commands/PutMetricPolicyCommand";
|
|
20
|
-
import { StartAccessLoggingCommandInput, StartAccessLoggingCommandOutput } from "../commands/StartAccessLoggingCommand";
|
|
21
|
-
import { StopAccessLoggingCommandInput, StopAccessLoggingCommandOutput } from "../commands/StopAccessLoggingCommand";
|
|
22
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
23
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
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>;
|
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateContainerCommandInput,
|
|
8
|
-
CreateContainerCommandOutput,
|
|
9
|
-
} from "../commands/CreateContainerCommand";
|
|
10
|
-
import {
|
|
11
|
-
DeleteContainerCommandInput,
|
|
12
|
-
DeleteContainerCommandOutput,
|
|
13
|
-
} from "../commands/DeleteContainerCommand";
|
|
14
|
-
import {
|
|
15
|
-
DeleteContainerPolicyCommandInput,
|
|
16
|
-
DeleteContainerPolicyCommandOutput,
|
|
17
|
-
} from "../commands/DeleteContainerPolicyCommand";
|
|
18
|
-
import {
|
|
19
|
-
DeleteCorsPolicyCommandInput,
|
|
20
|
-
DeleteCorsPolicyCommandOutput,
|
|
21
|
-
} from "../commands/DeleteCorsPolicyCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteLifecyclePolicyCommandInput,
|
|
24
|
-
DeleteLifecyclePolicyCommandOutput,
|
|
25
|
-
} from "../commands/DeleteLifecyclePolicyCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteMetricPolicyCommandInput,
|
|
28
|
-
DeleteMetricPolicyCommandOutput,
|
|
29
|
-
} from "../commands/DeleteMetricPolicyCommand";
|
|
30
|
-
import {
|
|
31
|
-
DescribeContainerCommandInput,
|
|
32
|
-
DescribeContainerCommandOutput,
|
|
33
|
-
} from "../commands/DescribeContainerCommand";
|
|
34
|
-
import {
|
|
35
|
-
GetContainerPolicyCommandInput,
|
|
36
|
-
GetContainerPolicyCommandOutput,
|
|
37
|
-
} from "../commands/GetContainerPolicyCommand";
|
|
38
|
-
import {
|
|
39
|
-
GetCorsPolicyCommandInput,
|
|
40
|
-
GetCorsPolicyCommandOutput,
|
|
41
|
-
} from "../commands/GetCorsPolicyCommand";
|
|
42
|
-
import {
|
|
43
|
-
GetLifecyclePolicyCommandInput,
|
|
44
|
-
GetLifecyclePolicyCommandOutput,
|
|
45
|
-
} from "../commands/GetLifecyclePolicyCommand";
|
|
46
|
-
import {
|
|
47
|
-
GetMetricPolicyCommandInput,
|
|
48
|
-
GetMetricPolicyCommandOutput,
|
|
49
|
-
} from "../commands/GetMetricPolicyCommand";
|
|
50
|
-
import {
|
|
51
|
-
ListContainersCommandInput,
|
|
52
|
-
ListContainersCommandOutput,
|
|
53
|
-
} from "../commands/ListContainersCommand";
|
|
54
|
-
import {
|
|
55
|
-
ListTagsForResourceCommandInput,
|
|
56
|
-
ListTagsForResourceCommandOutput,
|
|
57
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
58
|
-
import {
|
|
59
|
-
PutContainerPolicyCommandInput,
|
|
60
|
-
PutContainerPolicyCommandOutput,
|
|
61
|
-
} from "../commands/PutContainerPolicyCommand";
|
|
62
|
-
import {
|
|
63
|
-
PutCorsPolicyCommandInput,
|
|
64
|
-
PutCorsPolicyCommandOutput,
|
|
65
|
-
} from "../commands/PutCorsPolicyCommand";
|
|
66
|
-
import {
|
|
67
|
-
PutLifecyclePolicyCommandInput,
|
|
68
|
-
PutLifecyclePolicyCommandOutput,
|
|
69
|
-
} from "../commands/PutLifecyclePolicyCommand";
|
|
70
|
-
import {
|
|
71
|
-
PutMetricPolicyCommandInput,
|
|
72
|
-
PutMetricPolicyCommandOutput,
|
|
73
|
-
} from "../commands/PutMetricPolicyCommand";
|
|
74
|
-
import {
|
|
75
|
-
StartAccessLoggingCommandInput,
|
|
76
|
-
StartAccessLoggingCommandOutput,
|
|
77
|
-
} from "../commands/StartAccessLoggingCommand";
|
|
78
|
-
import {
|
|
79
|
-
StopAccessLoggingCommandInput,
|
|
80
|
-
StopAccessLoggingCommandOutput,
|
|
81
|
-
} from "../commands/StopAccessLoggingCommand";
|
|
82
|
-
import {
|
|
83
|
-
TagResourceCommandInput,
|
|
84
|
-
TagResourceCommandOutput,
|
|
85
|
-
} from "../commands/TagResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
UntagResourceCommandInput,
|
|
88
|
-
UntagResourceCommandOutput,
|
|
89
|
-
} from "../commands/UntagResourceCommand";
|
|
90
|
-
export declare const se_CreateContainerCommand: (
|
|
91
|
-
input: CreateContainerCommandInput,
|
|
92
|
-
context: __SerdeContext
|
|
93
|
-
) => Promise<__HttpRequest>;
|
|
94
|
-
export declare const se_DeleteContainerCommand: (
|
|
95
|
-
input: DeleteContainerCommandInput,
|
|
96
|
-
context: __SerdeContext
|
|
97
|
-
) => Promise<__HttpRequest>;
|
|
98
|
-
export declare const se_DeleteContainerPolicyCommand: (
|
|
99
|
-
input: DeleteContainerPolicyCommandInput,
|
|
100
|
-
context: __SerdeContext
|
|
101
|
-
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const se_DeleteCorsPolicyCommand: (
|
|
103
|
-
input: DeleteCorsPolicyCommandInput,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const se_DeleteLifecyclePolicyCommand: (
|
|
107
|
-
input: DeleteLifecyclePolicyCommandInput,
|
|
108
|
-
context: __SerdeContext
|
|
109
|
-
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const se_DeleteMetricPolicyCommand: (
|
|
111
|
-
input: DeleteMetricPolicyCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_DescribeContainerCommand: (
|
|
115
|
-
input: DescribeContainerCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_GetContainerPolicyCommand: (
|
|
119
|
-
input: GetContainerPolicyCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_GetCorsPolicyCommand: (
|
|
123
|
-
input: GetCorsPolicyCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_GetLifecyclePolicyCommand: (
|
|
127
|
-
input: GetLifecyclePolicyCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_GetMetricPolicyCommand: (
|
|
131
|
-
input: GetMetricPolicyCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_ListContainersCommand: (
|
|
135
|
-
input: ListContainersCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
139
|
-
input: ListTagsForResourceCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_PutContainerPolicyCommand: (
|
|
143
|
-
input: PutContainerPolicyCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_PutCorsPolicyCommand: (
|
|
147
|
-
input: PutCorsPolicyCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_PutLifecyclePolicyCommand: (
|
|
151
|
-
input: PutLifecyclePolicyCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_PutMetricPolicyCommand: (
|
|
155
|
-
input: PutMetricPolicyCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_StartAccessLoggingCommand: (
|
|
159
|
-
input: StartAccessLoggingCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_StopAccessLoggingCommand: (
|
|
163
|
-
input: StopAccessLoggingCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_TagResourceCommand: (
|
|
167
|
-
input: TagResourceCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_UntagResourceCommand: (
|
|
171
|
-
input: UntagResourceCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const de_CreateContainerCommand: (
|
|
175
|
-
output: __HttpResponse,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<CreateContainerCommandOutput>;
|
|
178
|
-
export declare const de_DeleteContainerCommand: (
|
|
179
|
-
output: __HttpResponse,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<DeleteContainerCommandOutput>;
|
|
182
|
-
export declare const de_DeleteContainerPolicyCommand: (
|
|
183
|
-
output: __HttpResponse,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<DeleteContainerPolicyCommandOutput>;
|
|
186
|
-
export declare const de_DeleteCorsPolicyCommand: (
|
|
187
|
-
output: __HttpResponse,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<DeleteCorsPolicyCommandOutput>;
|
|
190
|
-
export declare const de_DeleteLifecyclePolicyCommand: (
|
|
191
|
-
output: __HttpResponse,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<DeleteLifecyclePolicyCommandOutput>;
|
|
194
|
-
export declare const de_DeleteMetricPolicyCommand: (
|
|
195
|
-
output: __HttpResponse,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<DeleteMetricPolicyCommandOutput>;
|
|
198
|
-
export declare const de_DescribeContainerCommand: (
|
|
199
|
-
output: __HttpResponse,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<DescribeContainerCommandOutput>;
|
|
202
|
-
export declare const de_GetContainerPolicyCommand: (
|
|
203
|
-
output: __HttpResponse,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<GetContainerPolicyCommandOutput>;
|
|
206
|
-
export declare const de_GetCorsPolicyCommand: (
|
|
207
|
-
output: __HttpResponse,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<GetCorsPolicyCommandOutput>;
|
|
210
|
-
export declare const de_GetLifecyclePolicyCommand: (
|
|
211
|
-
output: __HttpResponse,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<GetLifecyclePolicyCommandOutput>;
|
|
214
|
-
export declare const de_GetMetricPolicyCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<GetMetricPolicyCommandOutput>;
|
|
218
|
-
export declare const de_ListContainersCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<ListContainersCommandOutput>;
|
|
222
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
226
|
-
export declare const de_PutContainerPolicyCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<PutContainerPolicyCommandOutput>;
|
|
230
|
-
export declare const de_PutCorsPolicyCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<PutCorsPolicyCommandOutput>;
|
|
234
|
-
export declare const de_PutLifecyclePolicyCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<PutLifecyclePolicyCommandOutput>;
|
|
238
|
-
export declare const de_PutMetricPolicyCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<PutMetricPolicyCommandOutput>;
|
|
242
|
-
export declare const de_StartAccessLoggingCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<StartAccessLoggingCommandOutput>;
|
|
246
|
-
export declare const de_StopAccessLoggingCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<StopAccessLoggingCommandOutput>;
|
|
250
|
-
export declare const de_TagResourceCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<TagResourceCommandOutput>;
|
|
254
|
-
export declare const de_UntagResourceCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<UntagResourceCommandOutput>;
|