@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.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/MediaStore.js +0 -5
- package/dist-cjs/MediaStoreClient.js +0 -10
- package/dist-cjs/commands/CreateContainerCommand.js +0 -26
- package/dist-cjs/commands/DeleteContainerCommand.js +0 -27
- package/dist-cjs/commands/DeleteContainerPolicyCommand.js +0 -25
- package/dist-cjs/commands/DeleteCorsPolicyCommand.js +0 -29
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +0 -25
- package/dist-cjs/commands/DeleteMetricPolicyCommand.js +0 -25
- package/dist-cjs/commands/DescribeContainerCommand.js +0 -31
- package/dist-cjs/commands/GetContainerPolicyCommand.js +0 -27
- package/dist-cjs/commands/GetCorsPolicyCommand.js +0 -29
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js +0 -25
- package/dist-cjs/commands/GetMetricPolicyCommand.js +0 -25
- package/dist-cjs/commands/ListContainersCommand.js +0 -33
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/PutContainerPolicyCommand.js +0 -31
- package/dist-cjs/commands/PutCorsPolicyCommand.js +0 -35
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js +0 -26
- package/dist-cjs/commands/PutMetricPolicyCommand.js +0 -25
- package/dist-cjs/commands/StartAccessLoggingCommand.js +0 -25
- package/dist-cjs/commands/StopAccessLoggingCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -27
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/index.js +24 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -26
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -160
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListContainersPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/MediaStore.js +0 -1
- package/dist-es/MediaStoreClient.js +0 -1
- package/dist-es/commands/CreateContainerCommand.js +0 -1
- package/dist-es/commands/DeleteContainerCommand.js +0 -1
- package/dist-es/commands/DeleteContainerPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteCorsPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +0 -1
- package/dist-es/commands/DeleteMetricPolicyCommand.js +0 -1
- package/dist-es/commands/DescribeContainerCommand.js +0 -1
- package/dist-es/commands/GetContainerPolicyCommand.js +0 -1
- package/dist-es/commands/GetCorsPolicyCommand.js +0 -1
- package/dist-es/commands/GetLifecyclePolicyCommand.js +0 -1
- package/dist-es/commands/GetMetricPolicyCommand.js +0 -1
- package/dist-es/commands/ListContainersCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/PutContainerPolicyCommand.js +0 -1
- package/dist-es/commands/PutCorsPolicyCommand.js +0 -1
- package/dist-es/commands/PutLifecyclePolicyCommand.js +0 -1
- package/dist-es/commands/PutMetricPolicyCommand.js +0 -1
- package/dist-es/commands/StartAccessLoggingCommand.js +0 -1
- package/dist-es/commands/StopAccessLoggingCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/index.js +21 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -26
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListContainersPaginator.js +0 -1
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +21 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/MediaStore.d.ts +22 -113
- package/dist-types/ts3.4/MediaStoreClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateContainerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteContainerCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/DeleteContainerPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteCorsPolicyCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteMetricPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeContainerCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/GetContainerPolicyCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/GetCorsPolicyCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMetricPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListContainersCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/PutContainerPolicyCommand.d.ts +2 -26
- package/dist-types/ts3.4/commands/PutCorsPolicyCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/PutMetricPolicyCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartAccessLoggingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopAccessLoggingCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +21 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +14 -746
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/MediaStore.js.map +0 -1
- package/dist-cjs/MediaStoreClient.js.map +0 -1
- package/dist-cjs/commands/CreateContainerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteContainerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteContainerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteCorsPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMetricPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeContainerCommand.js.map +0 -1
- package/dist-cjs/commands/GetContainerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/GetCorsPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/GetLifecyclePolicyCommand.js.map +0 -1
- package/dist-cjs/commands/GetMetricPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/ListContainersCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/PutContainerPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutCorsPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutLifecyclePolicyCommand.js.map +0 -1
- package/dist-cjs/commands/PutMetricPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/StartAccessLoggingCommand.js.map +0 -1
- package/dist-cjs/commands/StopAccessLoggingCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListContainersPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/MediaStore.js.map +0 -1
- package/dist-es/MediaStoreClient.js.map +0 -1
- package/dist-es/commands/CreateContainerCommand.js.map +0 -1
- package/dist-es/commands/DeleteContainerCommand.js.map +0 -1
- package/dist-es/commands/DeleteContainerPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteCorsPolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js.map +0 -1
- package/dist-es/commands/DeleteMetricPolicyCommand.js.map +0 -1
- package/dist-es/commands/DescribeContainerCommand.js.map +0 -1
- package/dist-es/commands/GetContainerPolicyCommand.js.map +0 -1
- package/dist-es/commands/GetCorsPolicyCommand.js.map +0 -1
- package/dist-es/commands/GetLifecyclePolicyCommand.js.map +0 -1
- package/dist-es/commands/GetMetricPolicyCommand.js.map +0 -1
- package/dist-es/commands/ListContainersCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/PutContainerPolicyCommand.js.map +0 -1
- package/dist-es/commands/PutCorsPolicyCommand.js.map +0 -1
- package/dist-es/commands/PutLifecyclePolicyCommand.js.map +0 -1
- package/dist-es/commands/PutMetricPolicyCommand.js.map +0 -1
- package/dist-es/commands/StartAccessLoggingCommand.js.map +0 -1
- package/dist-es/commands/StopAccessLoggingCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListContainersPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/MediaStore.ts +0 -822
- package/src/MediaStoreClient.ts +0 -309
- package/src/commands/CreateContainerCommand.ts +0 -96
- package/src/commands/DeleteContainerCommand.ts +0 -97
- package/src/commands/DeleteContainerPolicyCommand.ts +0 -95
- package/src/commands/DeleteCorsPolicyCommand.ts +0 -99
- package/src/commands/DeleteLifecyclePolicyCommand.ts +0 -95
- package/src/commands/DeleteMetricPolicyCommand.ts +0 -95
- package/src/commands/DescribeContainerCommand.ts +0 -101
- package/src/commands/GetContainerPolicyCommand.ts +0 -97
- package/src/commands/GetCorsPolicyCommand.ts +0 -99
- package/src/commands/GetLifecyclePolicyCommand.ts +0 -95
- package/src/commands/GetMetricPolicyCommand.ts +0 -95
- package/src/commands/ListContainersCommand.ts +0 -103
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/PutContainerPolicyCommand.ts +0 -101
- package/src/commands/PutCorsPolicyCommand.ts +0 -105
- package/src/commands/PutLifecyclePolicyCommand.ts +0 -96
- package/src/commands/PutMetricPolicyCommand.ts +0 -95
- package/src/commands/StartAccessLoggingCommand.ts +0 -95
- package/src/commands/StopAccessLoggingCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -97
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -26
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -1013
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListContainersPaginator.ts +0 -59
- package/src/protocols/Aws_json1_1.ts +0 -2693
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -17,18 +17,12 @@ var ContainerStatus;
|
|
|
17
17
|
})(ContainerStatus = exports.ContainerStatus || (exports.ContainerStatus = {}));
|
|
18
18
|
var Container;
|
|
19
19
|
(function (Container) {
|
|
20
|
-
/**
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
20
|
Container.filterSensitiveLog = (obj) => ({
|
|
24
21
|
...obj,
|
|
25
22
|
});
|
|
26
23
|
})(Container = exports.Container || (exports.Container = {}));
|
|
27
24
|
var ContainerInUseException;
|
|
28
25
|
(function (ContainerInUseException) {
|
|
29
|
-
/**
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
32
26
|
ContainerInUseException.filterSensitiveLog = (obj) => ({
|
|
33
27
|
...obj,
|
|
34
28
|
});
|
|
@@ -40,461 +34,307 @@ var ContainerLevelMetrics;
|
|
|
40
34
|
})(ContainerLevelMetrics = exports.ContainerLevelMetrics || (exports.ContainerLevelMetrics = {}));
|
|
41
35
|
var ContainerNotFoundException;
|
|
42
36
|
(function (ContainerNotFoundException) {
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
37
|
ContainerNotFoundException.filterSensitiveLog = (obj) => ({
|
|
47
38
|
...obj,
|
|
48
39
|
});
|
|
49
40
|
})(ContainerNotFoundException = exports.ContainerNotFoundException || (exports.ContainerNotFoundException = {}));
|
|
50
41
|
var CorsRule;
|
|
51
42
|
(function (CorsRule) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
43
|
CorsRule.filterSensitiveLog = (obj) => ({
|
|
56
44
|
...obj,
|
|
57
45
|
});
|
|
58
46
|
})(CorsRule = exports.CorsRule || (exports.CorsRule = {}));
|
|
59
47
|
var CorsPolicyNotFoundException;
|
|
60
48
|
(function (CorsPolicyNotFoundException) {
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
49
|
CorsPolicyNotFoundException.filterSensitiveLog = (obj) => ({
|
|
65
50
|
...obj,
|
|
66
51
|
});
|
|
67
52
|
})(CorsPolicyNotFoundException = exports.CorsPolicyNotFoundException || (exports.CorsPolicyNotFoundException = {}));
|
|
68
53
|
var Tag;
|
|
69
54
|
(function (Tag) {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
55
|
Tag.filterSensitiveLog = (obj) => ({
|
|
74
56
|
...obj,
|
|
75
57
|
});
|
|
76
58
|
})(Tag = exports.Tag || (exports.Tag = {}));
|
|
77
59
|
var CreateContainerInput;
|
|
78
60
|
(function (CreateContainerInput) {
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
61
|
CreateContainerInput.filterSensitiveLog = (obj) => ({
|
|
83
62
|
...obj,
|
|
84
63
|
});
|
|
85
64
|
})(CreateContainerInput = exports.CreateContainerInput || (exports.CreateContainerInput = {}));
|
|
86
65
|
var CreateContainerOutput;
|
|
87
66
|
(function (CreateContainerOutput) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
67
|
CreateContainerOutput.filterSensitiveLog = (obj) => ({
|
|
92
68
|
...obj,
|
|
93
69
|
});
|
|
94
70
|
})(CreateContainerOutput = exports.CreateContainerOutput || (exports.CreateContainerOutput = {}));
|
|
95
71
|
var InternalServerError;
|
|
96
72
|
(function (InternalServerError) {
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
73
|
InternalServerError.filterSensitiveLog = (obj) => ({
|
|
101
74
|
...obj,
|
|
102
75
|
});
|
|
103
76
|
})(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
|
|
104
77
|
var LimitExceededException;
|
|
105
78
|
(function (LimitExceededException) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
79
|
LimitExceededException.filterSensitiveLog = (obj) => ({
|
|
110
80
|
...obj,
|
|
111
81
|
});
|
|
112
82
|
})(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
|
|
113
83
|
var DeleteContainerInput;
|
|
114
84
|
(function (DeleteContainerInput) {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
85
|
DeleteContainerInput.filterSensitiveLog = (obj) => ({
|
|
119
86
|
...obj,
|
|
120
87
|
});
|
|
121
88
|
})(DeleteContainerInput = exports.DeleteContainerInput || (exports.DeleteContainerInput = {}));
|
|
122
89
|
var DeleteContainerOutput;
|
|
123
90
|
(function (DeleteContainerOutput) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
91
|
DeleteContainerOutput.filterSensitiveLog = (obj) => ({
|
|
128
92
|
...obj,
|
|
129
93
|
});
|
|
130
94
|
})(DeleteContainerOutput = exports.DeleteContainerOutput || (exports.DeleteContainerOutput = {}));
|
|
131
95
|
var DeleteContainerPolicyInput;
|
|
132
96
|
(function (DeleteContainerPolicyInput) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
97
|
DeleteContainerPolicyInput.filterSensitiveLog = (obj) => ({
|
|
137
98
|
...obj,
|
|
138
99
|
});
|
|
139
100
|
})(DeleteContainerPolicyInput = exports.DeleteContainerPolicyInput || (exports.DeleteContainerPolicyInput = {}));
|
|
140
101
|
var DeleteContainerPolicyOutput;
|
|
141
102
|
(function (DeleteContainerPolicyOutput) {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
103
|
DeleteContainerPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
146
104
|
...obj,
|
|
147
105
|
});
|
|
148
106
|
})(DeleteContainerPolicyOutput = exports.DeleteContainerPolicyOutput || (exports.DeleteContainerPolicyOutput = {}));
|
|
149
107
|
var PolicyNotFoundException;
|
|
150
108
|
(function (PolicyNotFoundException) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
109
|
PolicyNotFoundException.filterSensitiveLog = (obj) => ({
|
|
155
110
|
...obj,
|
|
156
111
|
});
|
|
157
112
|
})(PolicyNotFoundException = exports.PolicyNotFoundException || (exports.PolicyNotFoundException = {}));
|
|
158
113
|
var DeleteCorsPolicyInput;
|
|
159
114
|
(function (DeleteCorsPolicyInput) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
115
|
DeleteCorsPolicyInput.filterSensitiveLog = (obj) => ({
|
|
164
116
|
...obj,
|
|
165
117
|
});
|
|
166
118
|
})(DeleteCorsPolicyInput = exports.DeleteCorsPolicyInput || (exports.DeleteCorsPolicyInput = {}));
|
|
167
119
|
var DeleteCorsPolicyOutput;
|
|
168
120
|
(function (DeleteCorsPolicyOutput) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
121
|
DeleteCorsPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
173
122
|
...obj,
|
|
174
123
|
});
|
|
175
124
|
})(DeleteCorsPolicyOutput = exports.DeleteCorsPolicyOutput || (exports.DeleteCorsPolicyOutput = {}));
|
|
176
125
|
var DeleteLifecyclePolicyInput;
|
|
177
126
|
(function (DeleteLifecyclePolicyInput) {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
127
|
DeleteLifecyclePolicyInput.filterSensitiveLog = (obj) => ({
|
|
182
128
|
...obj,
|
|
183
129
|
});
|
|
184
130
|
})(DeleteLifecyclePolicyInput = exports.DeleteLifecyclePolicyInput || (exports.DeleteLifecyclePolicyInput = {}));
|
|
185
131
|
var DeleteLifecyclePolicyOutput;
|
|
186
132
|
(function (DeleteLifecyclePolicyOutput) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
133
|
DeleteLifecyclePolicyOutput.filterSensitiveLog = (obj) => ({
|
|
191
134
|
...obj,
|
|
192
135
|
});
|
|
193
136
|
})(DeleteLifecyclePolicyOutput = exports.DeleteLifecyclePolicyOutput || (exports.DeleteLifecyclePolicyOutput = {}));
|
|
194
137
|
var DeleteMetricPolicyInput;
|
|
195
138
|
(function (DeleteMetricPolicyInput) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
139
|
DeleteMetricPolicyInput.filterSensitiveLog = (obj) => ({
|
|
200
140
|
...obj,
|
|
201
141
|
});
|
|
202
142
|
})(DeleteMetricPolicyInput = exports.DeleteMetricPolicyInput || (exports.DeleteMetricPolicyInput = {}));
|
|
203
143
|
var DeleteMetricPolicyOutput;
|
|
204
144
|
(function (DeleteMetricPolicyOutput) {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
145
|
DeleteMetricPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
209
146
|
...obj,
|
|
210
147
|
});
|
|
211
148
|
})(DeleteMetricPolicyOutput = exports.DeleteMetricPolicyOutput || (exports.DeleteMetricPolicyOutput = {}));
|
|
212
149
|
var DescribeContainerInput;
|
|
213
150
|
(function (DescribeContainerInput) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
151
|
DescribeContainerInput.filterSensitiveLog = (obj) => ({
|
|
218
152
|
...obj,
|
|
219
153
|
});
|
|
220
154
|
})(DescribeContainerInput = exports.DescribeContainerInput || (exports.DescribeContainerInput = {}));
|
|
221
155
|
var DescribeContainerOutput;
|
|
222
156
|
(function (DescribeContainerOutput) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
157
|
DescribeContainerOutput.filterSensitiveLog = (obj) => ({
|
|
227
158
|
...obj,
|
|
228
159
|
});
|
|
229
160
|
})(DescribeContainerOutput = exports.DescribeContainerOutput || (exports.DescribeContainerOutput = {}));
|
|
230
161
|
var GetContainerPolicyInput;
|
|
231
162
|
(function (GetContainerPolicyInput) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
163
|
GetContainerPolicyInput.filterSensitiveLog = (obj) => ({
|
|
236
164
|
...obj,
|
|
237
165
|
});
|
|
238
166
|
})(GetContainerPolicyInput = exports.GetContainerPolicyInput || (exports.GetContainerPolicyInput = {}));
|
|
239
167
|
var GetContainerPolicyOutput;
|
|
240
168
|
(function (GetContainerPolicyOutput) {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
169
|
GetContainerPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
245
170
|
...obj,
|
|
246
171
|
});
|
|
247
172
|
})(GetContainerPolicyOutput = exports.GetContainerPolicyOutput || (exports.GetContainerPolicyOutput = {}));
|
|
248
173
|
var GetCorsPolicyInput;
|
|
249
174
|
(function (GetCorsPolicyInput) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
175
|
GetCorsPolicyInput.filterSensitiveLog = (obj) => ({
|
|
254
176
|
...obj,
|
|
255
177
|
});
|
|
256
178
|
})(GetCorsPolicyInput = exports.GetCorsPolicyInput || (exports.GetCorsPolicyInput = {}));
|
|
257
179
|
var GetCorsPolicyOutput;
|
|
258
180
|
(function (GetCorsPolicyOutput) {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
181
|
GetCorsPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
263
182
|
...obj,
|
|
264
183
|
});
|
|
265
184
|
})(GetCorsPolicyOutput = exports.GetCorsPolicyOutput || (exports.GetCorsPolicyOutput = {}));
|
|
266
185
|
var GetLifecyclePolicyInput;
|
|
267
186
|
(function (GetLifecyclePolicyInput) {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
187
|
GetLifecyclePolicyInput.filterSensitiveLog = (obj) => ({
|
|
272
188
|
...obj,
|
|
273
189
|
});
|
|
274
190
|
})(GetLifecyclePolicyInput = exports.GetLifecyclePolicyInput || (exports.GetLifecyclePolicyInput = {}));
|
|
275
191
|
var GetLifecyclePolicyOutput;
|
|
276
192
|
(function (GetLifecyclePolicyOutput) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
193
|
GetLifecyclePolicyOutput.filterSensitiveLog = (obj) => ({
|
|
281
194
|
...obj,
|
|
282
195
|
});
|
|
283
196
|
})(GetLifecyclePolicyOutput = exports.GetLifecyclePolicyOutput || (exports.GetLifecyclePolicyOutput = {}));
|
|
284
197
|
var GetMetricPolicyInput;
|
|
285
198
|
(function (GetMetricPolicyInput) {
|
|
286
|
-
/**
|
|
287
|
-
* @internal
|
|
288
|
-
*/
|
|
289
199
|
GetMetricPolicyInput.filterSensitiveLog = (obj) => ({
|
|
290
200
|
...obj,
|
|
291
201
|
});
|
|
292
202
|
})(GetMetricPolicyInput = exports.GetMetricPolicyInput || (exports.GetMetricPolicyInput = {}));
|
|
293
203
|
var MetricPolicyRule;
|
|
294
204
|
(function (MetricPolicyRule) {
|
|
295
|
-
/**
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
205
|
MetricPolicyRule.filterSensitiveLog = (obj) => ({
|
|
299
206
|
...obj,
|
|
300
207
|
});
|
|
301
208
|
})(MetricPolicyRule = exports.MetricPolicyRule || (exports.MetricPolicyRule = {}));
|
|
302
209
|
var MetricPolicy;
|
|
303
210
|
(function (MetricPolicy) {
|
|
304
|
-
/**
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
307
211
|
MetricPolicy.filterSensitiveLog = (obj) => ({
|
|
308
212
|
...obj,
|
|
309
213
|
});
|
|
310
214
|
})(MetricPolicy = exports.MetricPolicy || (exports.MetricPolicy = {}));
|
|
311
215
|
var GetMetricPolicyOutput;
|
|
312
216
|
(function (GetMetricPolicyOutput) {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
217
|
GetMetricPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
317
218
|
...obj,
|
|
318
219
|
});
|
|
319
220
|
})(GetMetricPolicyOutput = exports.GetMetricPolicyOutput || (exports.GetMetricPolicyOutput = {}));
|
|
320
221
|
var ListContainersInput;
|
|
321
222
|
(function (ListContainersInput) {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
223
|
ListContainersInput.filterSensitiveLog = (obj) => ({
|
|
326
224
|
...obj,
|
|
327
225
|
});
|
|
328
226
|
})(ListContainersInput = exports.ListContainersInput || (exports.ListContainersInput = {}));
|
|
329
227
|
var ListContainersOutput;
|
|
330
228
|
(function (ListContainersOutput) {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
229
|
ListContainersOutput.filterSensitiveLog = (obj) => ({
|
|
335
230
|
...obj,
|
|
336
231
|
});
|
|
337
232
|
})(ListContainersOutput = exports.ListContainersOutput || (exports.ListContainersOutput = {}));
|
|
338
233
|
var ListTagsForResourceInput;
|
|
339
234
|
(function (ListTagsForResourceInput) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
235
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
344
236
|
...obj,
|
|
345
237
|
});
|
|
346
238
|
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
347
239
|
var ListTagsForResourceOutput;
|
|
348
240
|
(function (ListTagsForResourceOutput) {
|
|
349
|
-
/**
|
|
350
|
-
* @internal
|
|
351
|
-
*/
|
|
352
241
|
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
353
242
|
...obj,
|
|
354
243
|
});
|
|
355
244
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
356
245
|
var PutContainerPolicyInput;
|
|
357
246
|
(function (PutContainerPolicyInput) {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
247
|
PutContainerPolicyInput.filterSensitiveLog = (obj) => ({
|
|
362
248
|
...obj,
|
|
363
249
|
});
|
|
364
250
|
})(PutContainerPolicyInput = exports.PutContainerPolicyInput || (exports.PutContainerPolicyInput = {}));
|
|
365
251
|
var PutContainerPolicyOutput;
|
|
366
252
|
(function (PutContainerPolicyOutput) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
253
|
PutContainerPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
371
254
|
...obj,
|
|
372
255
|
});
|
|
373
256
|
})(PutContainerPolicyOutput = exports.PutContainerPolicyOutput || (exports.PutContainerPolicyOutput = {}));
|
|
374
257
|
var PutCorsPolicyInput;
|
|
375
258
|
(function (PutCorsPolicyInput) {
|
|
376
|
-
/**
|
|
377
|
-
* @internal
|
|
378
|
-
*/
|
|
379
259
|
PutCorsPolicyInput.filterSensitiveLog = (obj) => ({
|
|
380
260
|
...obj,
|
|
381
261
|
});
|
|
382
262
|
})(PutCorsPolicyInput = exports.PutCorsPolicyInput || (exports.PutCorsPolicyInput = {}));
|
|
383
263
|
var PutCorsPolicyOutput;
|
|
384
264
|
(function (PutCorsPolicyOutput) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
265
|
PutCorsPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
389
266
|
...obj,
|
|
390
267
|
});
|
|
391
268
|
})(PutCorsPolicyOutput = exports.PutCorsPolicyOutput || (exports.PutCorsPolicyOutput = {}));
|
|
392
269
|
var PutLifecyclePolicyInput;
|
|
393
270
|
(function (PutLifecyclePolicyInput) {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
271
|
PutLifecyclePolicyInput.filterSensitiveLog = (obj) => ({
|
|
398
272
|
...obj,
|
|
399
273
|
});
|
|
400
274
|
})(PutLifecyclePolicyInput = exports.PutLifecyclePolicyInput || (exports.PutLifecyclePolicyInput = {}));
|
|
401
275
|
var PutLifecyclePolicyOutput;
|
|
402
276
|
(function (PutLifecyclePolicyOutput) {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
277
|
PutLifecyclePolicyOutput.filterSensitiveLog = (obj) => ({
|
|
407
278
|
...obj,
|
|
408
279
|
});
|
|
409
280
|
})(PutLifecyclePolicyOutput = exports.PutLifecyclePolicyOutput || (exports.PutLifecyclePolicyOutput = {}));
|
|
410
281
|
var PutMetricPolicyInput;
|
|
411
282
|
(function (PutMetricPolicyInput) {
|
|
412
|
-
/**
|
|
413
|
-
* @internal
|
|
414
|
-
*/
|
|
415
283
|
PutMetricPolicyInput.filterSensitiveLog = (obj) => ({
|
|
416
284
|
...obj,
|
|
417
285
|
});
|
|
418
286
|
})(PutMetricPolicyInput = exports.PutMetricPolicyInput || (exports.PutMetricPolicyInput = {}));
|
|
419
287
|
var PutMetricPolicyOutput;
|
|
420
288
|
(function (PutMetricPolicyOutput) {
|
|
421
|
-
/**
|
|
422
|
-
* @internal
|
|
423
|
-
*/
|
|
424
289
|
PutMetricPolicyOutput.filterSensitiveLog = (obj) => ({
|
|
425
290
|
...obj,
|
|
426
291
|
});
|
|
427
292
|
})(PutMetricPolicyOutput = exports.PutMetricPolicyOutput || (exports.PutMetricPolicyOutput = {}));
|
|
428
293
|
var StartAccessLoggingInput;
|
|
429
294
|
(function (StartAccessLoggingInput) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
295
|
StartAccessLoggingInput.filterSensitiveLog = (obj) => ({
|
|
434
296
|
...obj,
|
|
435
297
|
});
|
|
436
298
|
})(StartAccessLoggingInput = exports.StartAccessLoggingInput || (exports.StartAccessLoggingInput = {}));
|
|
437
299
|
var StartAccessLoggingOutput;
|
|
438
300
|
(function (StartAccessLoggingOutput) {
|
|
439
|
-
/**
|
|
440
|
-
* @internal
|
|
441
|
-
*/
|
|
442
301
|
StartAccessLoggingOutput.filterSensitiveLog = (obj) => ({
|
|
443
302
|
...obj,
|
|
444
303
|
});
|
|
445
304
|
})(StartAccessLoggingOutput = exports.StartAccessLoggingOutput || (exports.StartAccessLoggingOutput = {}));
|
|
446
305
|
var StopAccessLoggingInput;
|
|
447
306
|
(function (StopAccessLoggingInput) {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
307
|
StopAccessLoggingInput.filterSensitiveLog = (obj) => ({
|
|
452
308
|
...obj,
|
|
453
309
|
});
|
|
454
310
|
})(StopAccessLoggingInput = exports.StopAccessLoggingInput || (exports.StopAccessLoggingInput = {}));
|
|
455
311
|
var StopAccessLoggingOutput;
|
|
456
312
|
(function (StopAccessLoggingOutput) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
313
|
StopAccessLoggingOutput.filterSensitiveLog = (obj) => ({
|
|
461
314
|
...obj,
|
|
462
315
|
});
|
|
463
316
|
})(StopAccessLoggingOutput = exports.StopAccessLoggingOutput || (exports.StopAccessLoggingOutput = {}));
|
|
464
317
|
var TagResourceInput;
|
|
465
318
|
(function (TagResourceInput) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
319
|
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
470
320
|
...obj,
|
|
471
321
|
});
|
|
472
322
|
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
473
323
|
var TagResourceOutput;
|
|
474
324
|
(function (TagResourceOutput) {
|
|
475
|
-
/**
|
|
476
|
-
* @internal
|
|
477
|
-
*/
|
|
478
325
|
TagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
479
326
|
...obj,
|
|
480
327
|
});
|
|
481
328
|
})(TagResourceOutput = exports.TagResourceOutput || (exports.TagResourceOutput = {}));
|
|
482
329
|
var UntagResourceInput;
|
|
483
330
|
(function (UntagResourceInput) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
331
|
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
488
332
|
...obj,
|
|
489
333
|
});
|
|
490
334
|
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
491
335
|
var UntagResourceOutput;
|
|
492
336
|
(function (UntagResourceOutput) {
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
337
|
UntagResourceOutput.filterSensitiveLog = (obj) => ({
|
|
497
338
|
...obj,
|
|
498
339
|
});
|
|
499
340
|
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
500
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -4,22 +4,13 @@ exports.paginateListContainers = void 0;
|
|
|
4
4
|
const ListContainersCommand_1 = require("../commands/ListContainersCommand");
|
|
5
5
|
const MediaStore_1 = require("../MediaStore");
|
|
6
6
|
const MediaStoreClient_1 = require("../MediaStoreClient");
|
|
7
|
-
/**
|
|
8
|
-
* @private
|
|
9
|
-
*/
|
|
10
7
|
const makePagedClientRequest = async (client, input, ...args) => {
|
|
11
|
-
// @ts-ignore
|
|
12
8
|
return await client.send(new ListContainersCommand_1.ListContainersCommand(input), ...args);
|
|
13
9
|
};
|
|
14
|
-
/**
|
|
15
|
-
* @private
|
|
16
|
-
*/
|
|
17
10
|
const makePagedRequest = async (client, input, ...args) => {
|
|
18
|
-
// @ts-ignore
|
|
19
11
|
return await client.listContainers(input, ...args);
|
|
20
12
|
};
|
|
21
13
|
async function* paginateListContainers(config, input, ...additionalArguments) {
|
|
22
|
-
// ToDo: replace with actual type instead of typeof input.NextToken
|
|
23
14
|
let token = config.startingToken || undefined;
|
|
24
15
|
let hasNext = true;
|
|
25
16
|
let page;
|
|
@@ -39,8 +30,6 @@ async function* paginateListContainers(config, input, ...additionalArguments) {
|
|
|
39
30
|
token = page.NextToken;
|
|
40
31
|
hasNext = !!token;
|
|
41
32
|
}
|
|
42
|
-
// @ts-ignore
|
|
43
33
|
return undefined;
|
|
44
34
|
}
|
|
45
35
|
exports.paginateListContainers = paginateListContainers;
|
|
46
|
-
//# sourceMappingURL=ListContainersPaginator.js.map
|
|
@@ -2143,14 +2143,12 @@ const deserializeMetadata = (output) => {
|
|
|
2143
2143
|
cfId: output.headers["x-amz-cf-id"],
|
|
2144
2144
|
});
|
|
2145
2145
|
};
|
|
2146
|
-
// Collect low-level response body stream to Uint8Array.
|
|
2147
2146
|
const collectBody = (streamBody = new Uint8Array(), context) => {
|
|
2148
2147
|
if (streamBody instanceof Uint8Array) {
|
|
2149
2148
|
return Promise.resolve(streamBody);
|
|
2150
2149
|
}
|
|
2151
2150
|
return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
|
|
2152
2151
|
};
|
|
2153
|
-
// Encode Uint8Array data into string with utf-8.
|
|
2154
2152
|
const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
|
|
2155
2153
|
const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
|
|
2156
2154
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
@@ -2176,9 +2174,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
|
|
|
2176
2174
|
}
|
|
2177
2175
|
return {};
|
|
2178
2176
|
});
|
|
2179
|
-
/**
|
|
2180
|
-
* Load an error code for the aws.rest-json-1.1 protocol.
|
|
2181
|
-
*/
|
|
2182
2177
|
const loadRestJsonErrorCode = (output, data) => {
|
|
2183
2178
|
const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
|
|
2184
2179
|
const sanitizeErrorCode = (rawValue) => {
|
|
@@ -2203,4 +2198,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
2203
2198
|
}
|
|
2204
2199
|
return "";
|
|
2205
2200
|
};
|
|
2206
|
-
//# sourceMappingURL=Aws_json1_1.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
6
7
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
7
8
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -10,12 +11,7 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
|
|
|
10
11
|
const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
11
12
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
12
13
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
13
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
14
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
15
14
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
15
|
const getRuntimeConfig = (config) => {
|
|
20
16
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
17
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
@@ -39,4 +35,3 @@ const getRuntimeConfig = (config) => {
|
|
|
39
35
|
};
|
|
40
36
|
};
|
|
41
37
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
42
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
5
6
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
6
7
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -9,17 +10,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
|
|
|
9
10
|
const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
10
11
|
const node_config_provider_1 = require("@aws-sdk/node-config-provider");
|
|
11
12
|
const node_http_handler_1 = require("@aws-sdk/node-http-handler");
|
|
12
|
-
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
13
13
|
const util_base64_node_1 = require("@aws-sdk/util-base64-node");
|
|
14
14
|
const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
|
-
// @ts-ignore: package.json will be imported from dist folders
|
|
18
|
-
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
19
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
20
|
-
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
23
19
|
const getRuntimeConfig = (config) => {
|
|
24
20
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
25
21
|
smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -44,4 +40,3 @@ const getRuntimeConfig = (config) => {
|
|
|
44
40
|
};
|
|
45
41
|
};
|
|
46
42
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
47
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const sha256_js_1 = require("@aws-crypto/sha256-js");
|
|
5
5
|
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a;
|
|
11
8
|
const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
|
|
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
|
|
|
17
14
|
};
|
|
18
15
|
};
|
|
19
16
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
5
|
const endpoints_1 = require("./endpoints");
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
6
|
const getRuntimeConfig = (config) => {
|
|
10
7
|
var _a, _b, _c, _d, _e;
|
|
11
8
|
return ({
|
|
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
15
|
});
|
|
19
16
|
};
|
|
20
17
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
package/dist-es/MediaStore.js
CHANGED