@aws-sdk/client-mediapackagev2 3.651.1 → 3.658.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-types/commands/CreateChannelCommand.d.ts +11 -0
- package/dist-types/commands/CreateChannelGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateOriginEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +11 -0
- package/dist-types/commands/DeleteChannelGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOriginEndpointCommand.d.ts +11 -0
- package/dist-types/commands/DeleteOriginEndpointPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetChannelCommand.d.ts +11 -0
- package/dist-types/commands/GetChannelGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetOriginEndpointCommand.d.ts +11 -0
- package/dist-types/commands/GetOriginEndpointPolicyCommand.d.ts +11 -0
- package/dist-types/commands/ListChannelGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +11 -0
- package/dist-types/commands/ListOriginEndpointsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutOriginEndpointPolicyCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +11 -0
- package/dist-types/commands/UpdateChannelGroupCommand.d.ts +11 -0
- package/dist-types/commands/UpdateOriginEndpointCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateChannelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteChannelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteOriginEndpointPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetChannelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOriginEndpointCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetOriginEndpointPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListChannelGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutOriginEndpointPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateChannelGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -145,4 +145,15 @@ declare const CreateChannelCommand_base: {
|
|
|
145
145
|
*
|
|
146
146
|
*/
|
|
147
147
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: CreateChannelRequest;
|
|
152
|
+
output: CreateChannelResponse;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: CreateChannelCommandInput;
|
|
156
|
+
output: CreateChannelCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -123,4 +123,15 @@ declare const CreateChannelGroupCommand_base: {
|
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
125
125
|
export declare class CreateChannelGroupCommand extends CreateChannelGroupCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: CreateChannelGroupRequest;
|
|
130
|
+
output: CreateChannelGroupResponse;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: CreateChannelGroupCommandInput;
|
|
134
|
+
output: CreateChannelGroupCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -770,4 +770,15 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
770
770
|
*
|
|
771
771
|
*/
|
|
772
772
|
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
773
|
+
/** @internal type navigation helper, not in runtime. */
|
|
774
|
+
protected static __types: {
|
|
775
|
+
api: {
|
|
776
|
+
input: CreateOriginEndpointRequest;
|
|
777
|
+
output: CreateOriginEndpointResponse;
|
|
778
|
+
};
|
|
779
|
+
sdk: {
|
|
780
|
+
input: CreateOriginEndpointCommandInput;
|
|
781
|
+
output: CreateOriginEndpointCommandOutput;
|
|
782
|
+
};
|
|
783
|
+
};
|
|
773
784
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteChannelCommand_base: {
|
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteChannelRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteChannelCommandInput;
|
|
94
|
+
output: DeleteChannelCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -81,4 +81,15 @@ declare const DeleteChannelGroupCommand_base: {
|
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class DeleteChannelGroupCommand extends DeleteChannelGroupCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DeleteChannelGroupRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DeleteChannelGroupCommandInput;
|
|
92
|
+
output: DeleteChannelGroupCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -83,4 +83,15 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
83
83
|
*
|
|
84
84
|
*/
|
|
85
85
|
export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DeleteChannelPolicyRequest;
|
|
90
|
+
output: {};
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DeleteChannelPolicyCommandInput;
|
|
94
|
+
output: DeleteChannelPolicyCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -82,4 +82,15 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
82
82
|
*
|
|
83
83
|
*/
|
|
84
84
|
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: DeleteOriginEndpointRequest;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: DeleteOriginEndpointCommandInput;
|
|
93
|
+
output: DeleteOriginEndpointCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteOriginEndpointPolicyCommand_base: {
|
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteOriginEndpointPolicyCommand extends DeleteOriginEndpointPolicyCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteOriginEndpointPolicyRequest;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteOriginEndpointPolicyCommandInput;
|
|
96
|
+
output: DeleteOriginEndpointPolicyCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -127,4 +127,15 @@ declare const GetChannelCommand_base: {
|
|
|
127
127
|
*
|
|
128
128
|
*/
|
|
129
129
|
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
130
|
+
/** @internal type navigation helper, not in runtime. */
|
|
131
|
+
protected static __types: {
|
|
132
|
+
api: {
|
|
133
|
+
input: GetChannelRequest;
|
|
134
|
+
output: GetChannelResponse;
|
|
135
|
+
};
|
|
136
|
+
sdk: {
|
|
137
|
+
input: GetChannelCommandInput;
|
|
138
|
+
output: GetChannelCommandOutput;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
130
141
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetChannelGroupCommand_base: {
|
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetChannelGroupCommand extends GetChannelGroupCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: GetChannelGroupRequest;
|
|
114
|
+
output: GetChannelGroupResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetChannelGroupCommandInput;
|
|
118
|
+
output: GetChannelGroupCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -94,4 +94,15 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: GetChannelPolicyRequest;
|
|
101
|
+
output: GetChannelPolicyResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: GetChannelPolicyCommandInput;
|
|
105
|
+
output: GetChannelPolicyCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -302,4 +302,15 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
302
302
|
*
|
|
303
303
|
*/
|
|
304
304
|
export declare class GetOriginEndpointCommand extends GetOriginEndpointCommand_base {
|
|
305
|
+
/** @internal type navigation helper, not in runtime. */
|
|
306
|
+
protected static __types: {
|
|
307
|
+
api: {
|
|
308
|
+
input: GetOriginEndpointRequest;
|
|
309
|
+
output: GetOriginEndpointResponse;
|
|
310
|
+
};
|
|
311
|
+
sdk: {
|
|
312
|
+
input: GetOriginEndpointCommandInput;
|
|
313
|
+
output: GetOriginEndpointCommandOutput;
|
|
314
|
+
};
|
|
315
|
+
};
|
|
305
316
|
}
|
|
@@ -98,4 +98,15 @@ declare const GetOriginEndpointPolicyCommand_base: {
|
|
|
98
98
|
*
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetOriginEndpointPolicyCommand extends GetOriginEndpointPolicyCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: GetOriginEndpointPolicyRequest;
|
|
105
|
+
output: GetOriginEndpointPolicyResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: GetOriginEndpointPolicyCommandInput;
|
|
109
|
+
output: GetOriginEndpointPolicyCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListChannelGroupsCommand_base: {
|
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListChannelGroupsCommand extends ListChannelGroupsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListChannelGroupsRequest;
|
|
114
|
+
output: ListChannelGroupsResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListChannelGroupsCommandInput;
|
|
118
|
+
output: ListChannelGroupsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -117,4 +117,15 @@ declare const ListChannelsCommand_base: {
|
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
120
|
+
/** @internal type navigation helper, not in runtime. */
|
|
121
|
+
protected static __types: {
|
|
122
|
+
api: {
|
|
123
|
+
input: ListChannelsRequest;
|
|
124
|
+
output: ListChannelsResponse;
|
|
125
|
+
};
|
|
126
|
+
sdk: {
|
|
127
|
+
input: ListChannelsCommandInput;
|
|
128
|
+
output: ListChannelsCommandOutput;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
120
131
|
}
|
|
@@ -223,4 +223,15 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
223
223
|
*
|
|
224
224
|
*/
|
|
225
225
|
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
226
|
+
/** @internal type navigation helper, not in runtime. */
|
|
227
|
+
protected static __types: {
|
|
228
|
+
api: {
|
|
229
|
+
input: ListOriginEndpointsRequest;
|
|
230
|
+
output: ListOriginEndpointsResponse;
|
|
231
|
+
};
|
|
232
|
+
sdk: {
|
|
233
|
+
input: ListOriginEndpointsCommandInput;
|
|
234
|
+
output: ListOriginEndpointsCommandOutput;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
226
237
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListTagsForResourceRequest;
|
|
88
|
+
output: ListTagsForResourceResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListTagsForResourceCommandInput;
|
|
92
|
+
output: ListTagsForResourceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -88,4 +88,15 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: PutChannelPolicyRequest;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: PutChannelPolicyCommandInput;
|
|
99
|
+
output: PutChannelPolicyCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -90,4 +90,15 @@ declare const PutOriginEndpointPolicyCommand_base: {
|
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: PutOriginEndpointPolicyRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: PutOriginEndpointPolicyCommandInput;
|
|
101
|
+
output: PutOriginEndpointPolicyCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -81,4 +81,15 @@ declare const TagResourceCommand_base: {
|
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: TagResourceRequest;
|
|
88
|
+
output: {};
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: TagResourceCommandInput;
|
|
92
|
+
output: TagResourceCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -76,4 +76,15 @@ declare const UntagResourceCommand_base: {
|
|
|
76
76
|
*
|
|
77
77
|
*/
|
|
78
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: UntagResourceRequest;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: UntagResourceCommandInput;
|
|
87
|
+
output: UntagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -134,4 +134,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
134
134
|
*
|
|
135
135
|
*/
|
|
136
136
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: UpdateChannelRequest;
|
|
141
|
+
output: UpdateChannelResponse;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: UpdateChannelCommandInput;
|
|
145
|
+
output: UpdateChannelCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -114,4 +114,15 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: UpdateChannelGroupRequest;
|
|
121
|
+
output: UpdateChannelGroupResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: UpdateChannelGroupCommandInput;
|
|
125
|
+
output: UpdateChannelGroupCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -492,4 +492,15 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
492
492
|
*
|
|
493
493
|
*/
|
|
494
494
|
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
495
|
+
/** @internal type navigation helper, not in runtime. */
|
|
496
|
+
protected static __types: {
|
|
497
|
+
api: {
|
|
498
|
+
input: UpdateOriginEndpointRequest;
|
|
499
|
+
output: UpdateOriginEndpointResponse;
|
|
500
|
+
};
|
|
501
|
+
sdk: {
|
|
502
|
+
input: UpdateOriginEndpointCommandInput;
|
|
503
|
+
output: UpdateOriginEndpointCommandOutput;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
495
506
|
}
|
|
@@ -36,4 +36,15 @@ declare const CreateChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
39
|
+
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateChannelRequest;
|
|
43
|
+
output: CreateChannelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateChannelCommandInput;
|
|
47
|
+
output: CreateChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateChannelGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateChannelGroupCommand extends CreateChannelGroupCommand_base {
|
|
40
|
+
export declare class CreateChannelGroupCommand extends CreateChannelGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateChannelGroupRequest;
|
|
44
|
+
output: CreateChannelGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateChannelGroupCommandInput;
|
|
48
|
+
output: CreateChannelGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
40
|
+
export declare class CreateOriginEndpointCommand extends CreateOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateOriginEndpointRequest;
|
|
44
|
+
output: CreateOriginEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateOriginEndpointCommandInput;
|
|
48
|
+
output: CreateOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DeleteChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
39
|
+
export declare class DeleteChannelCommand extends DeleteChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DeleteChannelRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DeleteChannelCommandInput;
|
|
47
|
+
output: DeleteChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteChannelGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteChannelGroupCommand extends DeleteChannelGroupCommand_base {
|
|
40
|
+
export declare class DeleteChannelGroupCommand extends DeleteChannelGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteChannelGroupRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteChannelGroupCommandInput;
|
|
48
|
+
output: DeleteChannelGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
|
|
40
|
+
export declare class DeleteChannelPolicyCommand extends DeleteChannelPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteChannelPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteChannelPolicyCommandInput;
|
|
48
|
+
output: DeleteChannelPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
40
|
+
export declare class DeleteOriginEndpointCommand extends DeleteOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteOriginEndpointRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteOriginEndpointCommandInput;
|
|
48
|
+
output: DeleteOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteOriginEndpointPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteOriginEndpointPolicyCommand extends DeleteOriginEndpointPolicyCommand_base {
|
|
40
|
+
export declare class DeleteOriginEndpointPolicyCommand extends DeleteOriginEndpointPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteOriginEndpointPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteOriginEndpointPolicyCommandInput;
|
|
48
|
+
output: DeleteOriginEndpointPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const GetChannelCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
36
|
+
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetChannelRequest;
|
|
40
|
+
output: GetChannelResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetChannelCommandInput;
|
|
44
|
+
output: GetChannelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetChannelGroupCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetChannelGroupCommand extends GetChannelGroupCommand_base {
|
|
39
|
+
export declare class GetChannelGroupCommand extends GetChannelGroupCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetChannelGroupRequest;
|
|
43
|
+
output: GetChannelGroupResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetChannelGroupCommandInput;
|
|
47
|
+
output: GetChannelGroupCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
|
|
39
|
+
export declare class GetChannelPolicyCommand extends GetChannelPolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetChannelPolicyRequest;
|
|
43
|
+
output: GetChannelPolicyResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetChannelPolicyCommandInput;
|
|
47
|
+
output: GetChannelPolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetOriginEndpointCommand extends GetOriginEndpointCommand_base {
|
|
40
|
+
export declare class GetOriginEndpointCommand extends GetOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetOriginEndpointRequest;
|
|
44
|
+
output: GetOriginEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetOriginEndpointCommandInput;
|
|
48
|
+
output: GetOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetOriginEndpointPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetOriginEndpointPolicyCommand extends GetOriginEndpointPolicyCommand_base {
|
|
40
|
+
export declare class GetOriginEndpointPolicyCommand extends GetOriginEndpointPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetOriginEndpointPolicyRequest;
|
|
44
|
+
output: GetOriginEndpointPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetOriginEndpointPolicyCommandInput;
|
|
48
|
+
output: GetOriginEndpointPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListChannelGroupsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListChannelGroupsCommand extends ListChannelGroupsCommand_base {
|
|
40
|
+
export declare class ListChannelGroupsCommand extends ListChannelGroupsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListChannelGroupsRequest;
|
|
44
|
+
output: ListChannelGroupsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListChannelGroupsCommandInput;
|
|
48
|
+
output: ListChannelGroupsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListChannelsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
36
|
+
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListChannelsRequest;
|
|
40
|
+
output: ListChannelsResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListChannelsCommandInput;
|
|
44
|
+
output: ListChannelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListOriginEndpointsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
40
|
+
export declare class ListOriginEndpointsCommand extends ListOriginEndpointsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListOriginEndpointsRequest;
|
|
44
|
+
output: ListOriginEndpointsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListOriginEndpointsCommandInput;
|
|
48
|
+
output: ListOriginEndpointsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceRequest;
|
|
44
|
+
output: ListTagsForResourceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
|
|
39
|
+
export declare class PutChannelPolicyCommand extends PutChannelPolicyCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: PutChannelPolicyRequest;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: PutChannelPolicyCommandInput;
|
|
47
|
+
output: PutChannelPolicyCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutOriginEndpointPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
|
|
40
|
+
export declare class PutOriginEndpointPolicyCommand extends PutOriginEndpointPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutOriginEndpointPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutOriginEndpointPolicyCommandInput;
|
|
48
|
+
output: PutOriginEndpointPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
34
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: TagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: TagResourceCommandInput;
|
|
42
|
+
output: TagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
34
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: UntagResourceRequest;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: UntagResourceCommandInput;
|
|
42
|
+
output: UntagResourceCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
39
|
+
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateChannelRequest;
|
|
43
|
+
output: UpdateChannelResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateChannelCommandInput;
|
|
47
|
+
output: UpdateChannelCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateChannelGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
|
|
40
|
+
export declare class UpdateChannelGroupCommand extends UpdateChannelGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateChannelGroupRequest;
|
|
44
|
+
output: UpdateChannelGroupResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateChannelGroupCommandInput;
|
|
48
|
+
output: UpdateChannelGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateOriginEndpointCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
40
|
+
export declare class UpdateOriginEndpointCommand extends UpdateOriginEndpointCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateOriginEndpointRequest;
|
|
44
|
+
output: UpdateOriginEndpointResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateOriginEndpointCommandInput;
|
|
48
|
+
output: UpdateOriginEndpointCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediapackagev2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediapackagev2",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2",
|
|
62
62
|
"uuid": "^9.0.1"
|