@aws-sdk/client-mediaconnect 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/AddBridgeOutputsCommand.d.ts +11 -0
- package/dist-types/commands/AddBridgeSourcesCommand.d.ts +11 -0
- package/dist-types/commands/AddFlowMediaStreamsCommand.d.ts +11 -0
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +11 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +11 -0
- package/dist-types/commands/AddFlowVpcInterfacesCommand.d.ts +11 -0
- package/dist-types/commands/CreateBridgeCommand.d.ts +11 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +11 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBridgeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +11 -0
- package/dist-types/commands/DeleteGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterGatewayInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBridgeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFlowSourceThumbnailCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DescribeGatewayInstanceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +11 -0
- package/dist-types/commands/GrantFlowEntitlementsCommand.d.ts +11 -0
- package/dist-types/commands/ListBridgesCommand.d.ts +11 -0
- package/dist-types/commands/ListEntitlementsCommand.d.ts +11 -0
- package/dist-types/commands/ListFlowsCommand.d.ts +11 -0
- package/dist-types/commands/ListGatewayInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +11 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +11 -0
- package/dist-types/commands/RemoveBridgeOutputCommand.d.ts +11 -0
- package/dist-types/commands/RemoveBridgeSourceCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFlowMediaStreamCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFlowOutputCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFlowSourceCommand.d.ts +11 -0
- package/dist-types/commands/RemoveFlowVpcInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/RevokeFlowEntitlementCommand.d.ts +11 -0
- package/dist-types/commands/StartFlowCommand.d.ts +11 -0
- package/dist-types/commands/StopFlowCommand.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/UpdateBridgeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBridgeOutputCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBridgeSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBridgeStateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlowEntitlementCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlowMediaStreamCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateGatewayInstanceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddBridgeOutputsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddBridgeSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddFlowMediaStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddFlowOutputsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddFlowSourcesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddFlowVpcInterfacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBridgeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBridgeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterGatewayInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBridgeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlowSourceMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFlowSourceThumbnailCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeGatewayInstanceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GrantFlowEntitlementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBridgesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEntitlementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGatewayInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveBridgeOutputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveBridgeSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFlowMediaStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFlowOutputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFlowSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveFlowVpcInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RevokeFlowEntitlementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopFlowCommand.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/UpdateBridgeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBridgeOutputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBridgeSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBridgeStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlowEntitlementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlowMediaStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlowOutputCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFlowSourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateGatewayInstanceCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -107,4 +107,15 @@ declare const AddBridgeOutputsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class AddBridgeOutputsCommand extends AddBridgeOutputsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: AddBridgeOutputsRequest;
|
|
114
|
+
output: AddBridgeOutputsResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: AddBridgeOutputsCommandInput;
|
|
118
|
+
output: AddBridgeOutputsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -115,4 +115,15 @@ declare const AddBridgeSourcesCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class AddBridgeSourcesCommand extends AddBridgeSourcesCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: AddBridgeSourcesRequest;
|
|
122
|
+
output: AddBridgeSourcesResponse;
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: AddBridgeSourcesCommandInput;
|
|
126
|
+
output: AddBridgeSourcesCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -120,4 +120,15 @@ declare const AddFlowMediaStreamsCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class AddFlowMediaStreamsCommand extends AddFlowMediaStreamsCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: AddFlowMediaStreamsRequest;
|
|
127
|
+
output: AddFlowMediaStreamsResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: AddFlowMediaStreamsCommandInput;
|
|
131
|
+
output: AddFlowMediaStreamsCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -199,4 +199,15 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
199
199
|
* @public
|
|
200
200
|
*/
|
|
201
201
|
export declare class AddFlowOutputsCommand extends AddFlowOutputsCommand_base {
|
|
202
|
+
/** @internal type navigation helper, not in runtime. */
|
|
203
|
+
protected static __types: {
|
|
204
|
+
api: {
|
|
205
|
+
input: AddFlowOutputsRequest;
|
|
206
|
+
output: AddFlowOutputsResponse;
|
|
207
|
+
};
|
|
208
|
+
sdk: {
|
|
209
|
+
input: AddFlowOutputsCommandInput;
|
|
210
|
+
output: AddFlowOutputsCommandOutput;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
202
213
|
}
|
|
@@ -190,4 +190,15 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
190
190
|
* @public
|
|
191
191
|
*/
|
|
192
192
|
export declare class AddFlowSourcesCommand extends AddFlowSourcesCommand_base {
|
|
193
|
+
/** @internal type navigation helper, not in runtime. */
|
|
194
|
+
protected static __types: {
|
|
195
|
+
api: {
|
|
196
|
+
input: AddFlowSourcesRequest;
|
|
197
|
+
output: AddFlowSourcesResponse;
|
|
198
|
+
};
|
|
199
|
+
sdk: {
|
|
200
|
+
input: AddFlowSourcesCommandInput;
|
|
201
|
+
output: AddFlowSourcesCommandOutput;
|
|
202
|
+
};
|
|
203
|
+
};
|
|
193
204
|
}
|
|
@@ -100,4 +100,15 @@ declare const AddFlowVpcInterfacesCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class AddFlowVpcInterfacesCommand extends AddFlowVpcInterfacesCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: AddFlowVpcInterfacesRequest;
|
|
107
|
+
output: AddFlowVpcInterfacesResponse;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: AddFlowVpcInterfacesCommandInput;
|
|
111
|
+
output: AddFlowVpcInterfacesCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -189,4 +189,15 @@ declare const CreateBridgeCommand_base: {
|
|
|
189
189
|
* @public
|
|
190
190
|
*/
|
|
191
191
|
export declare class CreateBridgeCommand extends CreateBridgeCommand_base {
|
|
192
|
+
/** @internal type navigation helper, not in runtime. */
|
|
193
|
+
protected static __types: {
|
|
194
|
+
api: {
|
|
195
|
+
input: CreateBridgeRequest;
|
|
196
|
+
output: CreateBridgeResponse;
|
|
197
|
+
};
|
|
198
|
+
sdk: {
|
|
199
|
+
input: CreateBridgeCommandInput;
|
|
200
|
+
output: CreateBridgeCommandOutput;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
192
203
|
}
|
|
@@ -575,4 +575,15 @@ declare const CreateFlowCommand_base: {
|
|
|
575
575
|
* @public
|
|
576
576
|
*/
|
|
577
577
|
export declare class CreateFlowCommand extends CreateFlowCommand_base {
|
|
578
|
+
/** @internal type navigation helper, not in runtime. */
|
|
579
|
+
protected static __types: {
|
|
580
|
+
api: {
|
|
581
|
+
input: CreateFlowRequest;
|
|
582
|
+
output: CreateFlowResponse;
|
|
583
|
+
};
|
|
584
|
+
sdk: {
|
|
585
|
+
input: CreateFlowCommandInput;
|
|
586
|
+
output: CreateFlowCommandOutput;
|
|
587
|
+
};
|
|
588
|
+
};
|
|
578
589
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreateGatewayCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateGatewayCommand extends CreateGatewayCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateGatewayRequest;
|
|
114
|
+
output: CreateGatewayResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateGatewayCommandInput;
|
|
118
|
+
output: CreateGatewayCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteBridgeCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteBridgeCommand extends DeleteBridgeCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteBridgeRequest;
|
|
85
|
+
output: DeleteBridgeResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteBridgeCommandInput;
|
|
89
|
+
output: DeleteBridgeCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeleteFlowCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeleteFlowRequest;
|
|
83
|
+
output: DeleteFlowResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeleteFlowCommandInput;
|
|
87
|
+
output: DeleteFlowCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -78,4 +78,15 @@ declare const DeleteGatewayCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class DeleteGatewayCommand extends DeleteGatewayCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: DeleteGatewayRequest;
|
|
85
|
+
output: DeleteGatewayResponse;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: DeleteGatewayCommandInput;
|
|
89
|
+
output: DeleteGatewayCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeregisterGatewayInstanceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeregisterGatewayInstanceCommand extends DeregisterGatewayInstanceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeregisterGatewayInstanceRequest;
|
|
87
|
+
output: DeregisterGatewayInstanceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeregisterGatewayInstanceCommandInput;
|
|
91
|
+
output: DeregisterGatewayInstanceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -143,4 +143,15 @@ declare const DescribeBridgeCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class DescribeBridgeCommand extends DescribeBridgeCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: DescribeBridgeRequest;
|
|
150
|
+
output: DescribeBridgeResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: DescribeBridgeCommandInput;
|
|
154
|
+
output: DescribeBridgeCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -355,4 +355,15 @@ declare const DescribeFlowCommand_base: {
|
|
|
355
355
|
* @public
|
|
356
356
|
*/
|
|
357
357
|
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
358
|
+
/** @internal type navigation helper, not in runtime. */
|
|
359
|
+
protected static __types: {
|
|
360
|
+
api: {
|
|
361
|
+
input: DescribeFlowRequest;
|
|
362
|
+
output: DescribeFlowResponse;
|
|
363
|
+
};
|
|
364
|
+
sdk: {
|
|
365
|
+
input: DescribeFlowCommandInput;
|
|
366
|
+
output: DescribeFlowCommandOutput;
|
|
367
|
+
};
|
|
368
|
+
};
|
|
358
369
|
}
|
|
@@ -108,4 +108,15 @@ declare const DescribeFlowSourceMetadataCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class DescribeFlowSourceMetadataCommand extends DescribeFlowSourceMetadataCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DescribeFlowSourceMetadataRequest;
|
|
115
|
+
output: DescribeFlowSourceMetadataResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DescribeFlowSourceMetadataCommandInput;
|
|
119
|
+
output: DescribeFlowSourceMetadataCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeFlowSourceThumbnailCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeFlowSourceThumbnailCommand extends DescribeFlowSourceThumbnailCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeFlowSourceThumbnailRequest;
|
|
94
|
+
output: DescribeFlowSourceThumbnailResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeFlowSourceThumbnailCommandInput;
|
|
98
|
+
output: DescribeFlowSourceThumbnailCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -98,4 +98,15 @@ declare const DescribeGatewayCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class DescribeGatewayCommand extends DescribeGatewayCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: DescribeGatewayRequest;
|
|
105
|
+
output: DescribeGatewayResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: DescribeGatewayCommandInput;
|
|
109
|
+
output: DescribeGatewayCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -93,4 +93,15 @@ declare const DescribeGatewayInstanceCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DescribeGatewayInstanceCommand extends DescribeGatewayInstanceCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DescribeGatewayInstanceRequest;
|
|
100
|
+
output: DescribeGatewayInstanceResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DescribeGatewayInstanceCommandInput;
|
|
104
|
+
output: DescribeGatewayInstanceCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -84,4 +84,15 @@ declare const DescribeOfferingCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class DescribeOfferingCommand extends DescribeOfferingCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: DescribeOfferingRequest;
|
|
91
|
+
output: DescribeOfferingResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: DescribeOfferingCommandInput;
|
|
95
|
+
output: DescribeOfferingCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -89,4 +89,15 @@ declare const DescribeReservationCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DescribeReservationCommand extends DescribeReservationCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DescribeReservationRequest;
|
|
96
|
+
output: DescribeReservationResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DescribeReservationCommandInput;
|
|
100
|
+
output: DescribeReservationCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -123,4 +123,15 @@ declare const GrantFlowEntitlementsCommand_base: {
|
|
|
123
123
|
* @public
|
|
124
124
|
*/
|
|
125
125
|
export declare class GrantFlowEntitlementsCommand extends GrantFlowEntitlementsCommand_base {
|
|
126
|
+
/** @internal type navigation helper, not in runtime. */
|
|
127
|
+
protected static __types: {
|
|
128
|
+
api: {
|
|
129
|
+
input: GrantFlowEntitlementsRequest;
|
|
130
|
+
output: GrantFlowEntitlementsResponse;
|
|
131
|
+
};
|
|
132
|
+
sdk: {
|
|
133
|
+
input: GrantFlowEntitlementsCommandInput;
|
|
134
|
+
output: GrantFlowEntitlementsCommandOutput;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
126
137
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListBridgesCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListBridgesCommand extends ListBridgesCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListBridgesRequest;
|
|
90
|
+
output: ListBridgesResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListBridgesCommandInput;
|
|
94
|
+
output: ListBridgesCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListEntitlementsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListEntitlementsCommand extends ListEntitlementsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListEntitlementsRequest;
|
|
84
|
+
output: ListEntitlementsResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListEntitlementsCommandInput;
|
|
88
|
+
output: ListEntitlementsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -86,4 +86,15 @@ declare const ListFlowsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: ListFlowsRequest;
|
|
93
|
+
output: ListFlowsResponse;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: ListFlowsCommandInput;
|
|
97
|
+
output: ListFlowsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -82,4 +82,15 @@ declare const ListGatewayInstancesCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListGatewayInstancesCommand extends ListGatewayInstancesCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListGatewayInstancesRequest;
|
|
89
|
+
output: ListGatewayInstancesResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListGatewayInstancesCommandInput;
|
|
93
|
+
output: ListGatewayInstancesCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -80,4 +80,15 @@ declare const ListGatewaysCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class ListGatewaysCommand extends ListGatewaysCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListGatewaysRequest;
|
|
87
|
+
output: ListGatewaysResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListGatewaysCommandInput;
|
|
91
|
+
output: ListGatewaysCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListOfferingsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListOfferingsCommand extends ListOfferingsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListOfferingsRequest;
|
|
92
|
+
output: ListOfferingsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListOfferingsCommandInput;
|
|
96
|
+
output: ListOfferingsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListReservationsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListReservationsCommand extends ListReservationsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListReservationsRequest;
|
|
97
|
+
output: ListReservationsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListReservationsCommandInput;
|
|
101
|
+
output: ListReservationsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -94,4 +94,15 @@ declare const PurchaseOfferingCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class PurchaseOfferingCommand extends PurchaseOfferingCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: PurchaseOfferingRequest;
|
|
101
|
+
output: PurchaseOfferingResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: PurchaseOfferingCommandInput;
|
|
105
|
+
output: PurchaseOfferingCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -80,4 +80,15 @@ declare const RemoveBridgeOutputCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class RemoveBridgeOutputCommand extends RemoveBridgeOutputCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: RemoveBridgeOutputRequest;
|
|
87
|
+
output: RemoveBridgeOutputResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: RemoveBridgeOutputCommandInput;
|
|
91
|
+
output: RemoveBridgeOutputCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -80,4 +80,15 @@ declare const RemoveBridgeSourceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class RemoveBridgeSourceCommand extends RemoveBridgeSourceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: RemoveBridgeSourceRequest;
|
|
87
|
+
output: RemoveBridgeSourceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: RemoveBridgeSourceCommandInput;
|
|
91
|
+
output: RemoveBridgeSourceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const RemoveFlowMediaStreamCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class RemoveFlowMediaStreamCommand extends RemoveFlowMediaStreamCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: RemoveFlowMediaStreamRequest;
|
|
84
|
+
output: RemoveFlowMediaStreamResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: RemoveFlowMediaStreamCommandInput;
|
|
88
|
+
output: RemoveFlowMediaStreamCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const RemoveFlowOutputCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class RemoveFlowOutputCommand extends RemoveFlowOutputCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: RemoveFlowOutputRequest;
|
|
84
|
+
output: RemoveFlowOutputResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: RemoveFlowOutputCommandInput;
|
|
88
|
+
output: RemoveFlowOutputCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -77,4 +77,15 @@ declare const RemoveFlowSourceCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class RemoveFlowSourceCommand extends RemoveFlowSourceCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: RemoveFlowSourceRequest;
|
|
84
|
+
output: RemoveFlowSourceResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: RemoveFlowSourceCommandInput;
|
|
88
|
+
output: RemoveFlowSourceCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -80,4 +80,15 @@ declare const RemoveFlowVpcInterfaceCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class RemoveFlowVpcInterfaceCommand extends RemoveFlowVpcInterfaceCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: RemoveFlowVpcInterfaceRequest;
|
|
87
|
+
output: RemoveFlowVpcInterfaceResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: RemoveFlowVpcInterfaceCommandInput;
|
|
91
|
+
output: RemoveFlowVpcInterfaceCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -77,4 +77,15 @@ declare const RevokeFlowEntitlementCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class RevokeFlowEntitlementCommand extends RevokeFlowEntitlementCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: RevokeFlowEntitlementRequest;
|
|
84
|
+
output: RevokeFlowEntitlementResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: RevokeFlowEntitlementCommandInput;
|
|
88
|
+
output: RevokeFlowEntitlementCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const StartFlowCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class StartFlowCommand extends StartFlowCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: StartFlowRequest;
|
|
83
|
+
output: StartFlowResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: StartFlowCommandInput;
|
|
87
|
+
output: StartFlowCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|