@aws-sdk/client-groundstation 3.651.1 → 3.654.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/CancelContactCommand.d.ts +11 -0
- package/dist-types/commands/CreateConfigCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +11 -0
- package/dist-types/commands/CreateEphemerisCommand.d.ts +11 -0
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConfigCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +11 -0
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +11 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +11 -0
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +11 -0
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetConfigCommand.d.ts +11 -0
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +11 -0
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +11 -0
- package/dist-types/commands/GetMissionProfileCommand.d.ts +11 -0
- package/dist-types/commands/GetSatelliteCommand.d.ts +11 -0
- package/dist-types/commands/ListConfigsCommand.d.ts +11 -0
- package/dist-types/commands/ListContactsCommand.d.ts +11 -0
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListEphemeridesCommand.d.ts +11 -0
- package/dist-types/commands/ListGroundStationsCommand.d.ts +11 -0
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +11 -0
- package/dist-types/commands/ListSatellitesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterAgentCommand.d.ts +11 -0
- package/dist-types/commands/ReserveContactCommand.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/UpdateAgentStatusCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConfigCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReserveContactCommand.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/UpdateAgentStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -66,4 +66,15 @@ declare const CancelContactCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class CancelContactCommand extends CancelContactCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: CancelContactRequest;
|
|
73
|
+
output: ContactIdResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: CancelContactCommandInput;
|
|
77
|
+
output: CancelContactCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -139,4 +139,15 @@ declare const CreateConfigCommand_base: {
|
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
141
|
export declare class CreateConfigCommand extends CreateConfigCommand_base {
|
|
142
|
+
/** @internal type navigation helper, not in runtime. */
|
|
143
|
+
protected static __types: {
|
|
144
|
+
api: {
|
|
145
|
+
input: CreateConfigRequest;
|
|
146
|
+
output: ConfigIdResponse;
|
|
147
|
+
};
|
|
148
|
+
sdk: {
|
|
149
|
+
input: CreateConfigCommandInput;
|
|
150
|
+
output: CreateConfigCommandOutput;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
142
153
|
}
|
|
@@ -122,4 +122,15 @@ declare const CreateDataflowEndpointGroupCommand_base: {
|
|
|
122
122
|
* @public
|
|
123
123
|
*/
|
|
124
124
|
export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: CreateDataflowEndpointGroupRequest;
|
|
129
|
+
output: DataflowEndpointGroupIdResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: CreateDataflowEndpointGroupCommandInput;
|
|
133
|
+
output: CreateDataflowEndpointGroupCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -101,4 +101,15 @@ declare const CreateEphemerisCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: CreateEphemerisRequest;
|
|
108
|
+
output: EphemerisIdResponse;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: CreateEphemerisCommandInput;
|
|
112
|
+
output: CreateEphemerisCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -87,4 +87,15 @@ declare const CreateMissionProfileCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: CreateMissionProfileRequest;
|
|
94
|
+
output: MissionProfileIdResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: CreateMissionProfileCommandInput;
|
|
98
|
+
output: CreateMissionProfileCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -69,4 +69,15 @@ declare const DeleteConfigCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DeleteConfigRequest;
|
|
76
|
+
output: ConfigIdResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DeleteConfigCommandInput;
|
|
80
|
+
output: DeleteConfigCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteDataflowEndpointGroupRequest;
|
|
73
|
+
output: DataflowEndpointGroupIdResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteDataflowEndpointGroupCommandInput;
|
|
77
|
+
output: DeleteDataflowEndpointGroupCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteEphemerisCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteEphemerisRequest;
|
|
73
|
+
output: EphemerisIdResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteEphemerisCommandInput;
|
|
77
|
+
output: DeleteEphemerisCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteMissionProfileCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteMissionProfileRequest;
|
|
73
|
+
output: MissionProfileIdResponse;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteMissionProfileCommandInput;
|
|
77
|
+
output: DeleteMissionProfileCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -210,4 +210,15 @@ declare const DescribeContactCommand_base: {
|
|
|
210
210
|
* @public
|
|
211
211
|
*/
|
|
212
212
|
export declare class DescribeContactCommand extends DescribeContactCommand_base {
|
|
213
|
+
/** @internal type navigation helper, not in runtime. */
|
|
214
|
+
protected static __types: {
|
|
215
|
+
api: {
|
|
216
|
+
input: DescribeContactRequest;
|
|
217
|
+
output: DescribeContactResponse;
|
|
218
|
+
};
|
|
219
|
+
sdk: {
|
|
220
|
+
input: DescribeContactCommandInput;
|
|
221
|
+
output: DescribeContactCommandOutput;
|
|
222
|
+
};
|
|
223
|
+
};
|
|
213
224
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeEphemerisCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeEphemerisRequest;
|
|
101
|
+
output: DescribeEphemerisResponse;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeEphemerisCommandInput;
|
|
105
|
+
output: DescribeEphemerisCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -70,4 +70,15 @@ declare const GetAgentConfigurationCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: GetAgentConfigurationRequest;
|
|
77
|
+
output: GetAgentConfigurationResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: GetAgentConfigurationCommandInput;
|
|
81
|
+
output: GetAgentConfigurationCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -138,4 +138,15 @@ declare const GetConfigCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class GetConfigCommand extends GetConfigCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: GetConfigRequest;
|
|
145
|
+
output: GetConfigResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: GetConfigCommandInput;
|
|
149
|
+
output: GetConfigCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -120,4 +120,15 @@ declare const GetDataflowEndpointGroupCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: GetDataflowEndpointGroupRequest;
|
|
127
|
+
output: GetDataflowEndpointGroupResponse;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: GetDataflowEndpointGroupCommandInput;
|
|
131
|
+
output: GetDataflowEndpointGroupCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -71,4 +71,15 @@ declare const GetMinuteUsageCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class GetMinuteUsageCommand extends GetMinuteUsageCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: GetMinuteUsageRequest;
|
|
78
|
+
output: GetMinuteUsageResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: GetMinuteUsageCommandInput;
|
|
82
|
+
output: GetMinuteUsageCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetMissionProfileCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetMissionProfileCommand extends GetMissionProfileCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetMissionProfileRequest;
|
|
94
|
+
output: GetMissionProfileResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetMissionProfileCommandInput;
|
|
98
|
+
output: GetMissionProfileCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetSatelliteCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetSatelliteCommand extends GetSatelliteCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetSatelliteRequest;
|
|
84
|
+
output: GetSatelliteResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetSatelliteCommandInput;
|
|
88
|
+
output: GetSatelliteCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListConfigsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListConfigsCommand extends ListConfigsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListConfigsRequest;
|
|
82
|
+
output: ListConfigsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListConfigsCommandInput;
|
|
86
|
+
output: ListConfigsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListContactsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListContactsCommand extends ListContactsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListContactsRequest;
|
|
109
|
+
output: ListContactsResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListContactsCommandInput;
|
|
113
|
+
output: ListContactsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListDataflowEndpointGroupsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListDataflowEndpointGroupsCommand extends ListDataflowEndpointGroupsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListDataflowEndpointGroupsRequest;
|
|
80
|
+
output: ListDataflowEndpointGroupsResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListDataflowEndpointGroupsCommandInput;
|
|
84
|
+
output: ListDataflowEndpointGroupsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListEphemeridesCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListEphemeridesCommand extends ListEphemeridesCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListEphemeridesRequest;
|
|
95
|
+
output: ListEphemeridesResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListEphemeridesCommandInput;
|
|
99
|
+
output: ListEphemeridesCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListGroundStationsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListGroundStationsCommand extends ListGroundStationsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListGroundStationsRequest;
|
|
82
|
+
output: ListGroundStationsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListGroundStationsCommandInput;
|
|
86
|
+
output: ListGroundStationsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListMissionProfilesCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListMissionProfilesCommand extends ListMissionProfilesCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListMissionProfilesRequest;
|
|
82
|
+
output: ListMissionProfilesResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListMissionProfilesCommandInput;
|
|
86
|
+
output: ListMissionProfilesCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListSatellitesCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListSatellitesCommand extends ListSatellitesCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListSatellitesRequest;
|
|
90
|
+
output: ListSatellitesResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListSatellitesCommandInput;
|
|
94
|
+
output: ListSatellitesCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -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
|
}
|
|
@@ -98,4 +98,15 @@ declare const RegisterAgentCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class RegisterAgentCommand extends RegisterAgentCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: RegisterAgentRequest;
|
|
105
|
+
output: RegisterAgentResponse;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: RegisterAgentCommandInput;
|
|
109
|
+
output: RegisterAgentCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -73,4 +73,15 @@ declare const ReserveContactCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ReserveContactCommand extends ReserveContactCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ReserveContactRequest;
|
|
80
|
+
output: ContactIdResponse;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ReserveContactCommandInput;
|
|
84
|
+
output: ReserveContactCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TagResourceCommandInput;
|
|
78
|
+
output: TagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -87,4 +87,15 @@ declare const UpdateAgentStatusCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class UpdateAgentStatusCommand extends UpdateAgentStatusCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: UpdateAgentStatusRequest;
|
|
94
|
+
output: UpdateAgentStatusResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: UpdateAgentStatusCommandInput;
|
|
98
|
+
output: UpdateAgentStatusCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -136,4 +136,15 @@ declare const UpdateConfigCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class UpdateConfigCommand extends UpdateConfigCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: UpdateConfigRequest;
|
|
143
|
+
output: ConfigIdResponse;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: UpdateConfigCommandInput;
|
|
147
|
+
output: UpdateConfigCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -69,4 +69,15 @@ declare const UpdateEphemerisCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UpdateEphemerisCommand extends UpdateEphemerisCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UpdateEphemerisRequest;
|
|
76
|
+
output: EphemerisIdResponse;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UpdateEphemerisCommandInput;
|
|
80
|
+
output: UpdateEphemerisCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -84,4 +84,15 @@ declare const UpdateMissionProfileCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class UpdateMissionProfileCommand extends UpdateMissionProfileCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: UpdateMissionProfileRequest;
|
|
91
|
+
output: MissionProfileIdResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: UpdateMissionProfileCommandInput;
|
|
95
|
+
output: UpdateMissionProfileCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -33,4 +33,15 @@ declare const CancelContactCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelContactCommand extends CancelContactCommand_base {
|
|
36
|
+
export declare class CancelContactCommand extends CancelContactCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelContactRequest;
|
|
40
|
+
output: ContactIdResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelContactCommandInput;
|
|
44
|
+
output: CancelContactCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateConfigCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateConfigCommand extends CreateConfigCommand_base {
|
|
36
|
+
export declare class CreateConfigCommand extends CreateConfigCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateConfigRequest;
|
|
40
|
+
output: ConfigIdResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateConfigCommandInput;
|
|
44
|
+
output: CreateConfigCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDataflowEndpointGroupCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
|
|
40
|
+
export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDataflowEndpointGroupRequest;
|
|
44
|
+
output: DataflowEndpointGroupIdResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDataflowEndpointGroupCommandInput;
|
|
48
|
+
output: CreateDataflowEndpointGroupCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const CreateEphemerisCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
|
|
39
|
+
export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateEphemerisRequest;
|
|
43
|
+
output: EphemerisIdResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateEphemerisCommandInput;
|
|
47
|
+
output: CreateEphemerisCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateMissionProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
|
|
40
|
+
export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateMissionProfileRequest;
|
|
44
|
+
output: MissionProfileIdResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateMissionProfileCommandInput;
|
|
48
|
+
output: CreateMissionProfileCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteConfigCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
|
|
36
|
+
export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConfigRequest;
|
|
40
|
+
output: ConfigIdResponse;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConfigCommandInput;
|
|
44
|
+
output: DeleteConfigCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|