@aws-sdk/client-groundstation 3.775.0 → 3.782.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 +1 -0
- package/dist-types/commands/CreateConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateEphemerisCommand.d.ts +1 -0
- package/dist-types/commands/CreateMissionProfileCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEphemerisCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMissionProfileCommand.d.ts +1 -0
- package/dist-types/commands/DescribeContactCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEphemerisCommand.d.ts +1 -0
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetConfigCommand.d.ts +1 -0
- package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +1 -0
- package/dist-types/commands/GetMinuteUsageCommand.d.ts +1 -0
- package/dist-types/commands/GetMissionProfileCommand.d.ts +1 -0
- package/dist-types/commands/GetSatelliteCommand.d.ts +1 -0
- package/dist-types/commands/ListConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListContactsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListEphemeridesCommand.d.ts +1 -0
- package/dist-types/commands/ListGroundStationsCommand.d.ts +1 -0
- package/dist-types/commands/ListMissionProfilesCommand.d.ts +1 -0
- package/dist-types/commands/ListSatellitesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/RegisterAgentCommand.d.ts +1 -0
- package/dist-types/commands/ReserveContactCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEphemerisCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMissionProfileCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -63,6 +63,7 @@ declare const CancelContactCommand_base: {
|
|
|
63
63
|
* @throws {@link GroundStationServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class CancelContactCommand extends CancelContactCommand_base {
|
|
@@ -136,6 +136,7 @@ declare const CreateConfigCommand_base: {
|
|
|
136
136
|
* @throws {@link GroundStationServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
138
138
|
*
|
|
139
|
+
*
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class CreateConfigCommand extends CreateConfigCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const CreateDataflowEndpointGroupCommand_base: {
|
|
|
119
119
|
* @throws {@link GroundStationServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class CreateDataflowEndpointGroupCommand extends CreateDataflowEndpointGroupCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateEphemerisCommand_base: {
|
|
|
98
98
|
* @throws {@link GroundStationServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateEphemerisCommand extends CreateEphemerisCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const CreateMissionProfileCommand_base: {
|
|
|
84
84
|
* @throws {@link GroundStationServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class CreateMissionProfileCommand extends CreateMissionProfileCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteConfigCommand_base: {
|
|
|
66
66
|
* @throws {@link GroundStationServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteConfigCommand extends DeleteConfigCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteDataflowEndpointGroupCommand_base: {
|
|
|
63
63
|
* @throws {@link GroundStationServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteEphemerisCommand_base: {
|
|
|
63
63
|
* @throws {@link GroundStationServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteMissionProfileCommand_base: {
|
|
|
63
63
|
* @throws {@link GroundStationServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
|
|
@@ -207,6 +207,7 @@ declare const DescribeContactCommand_base: {
|
|
|
207
207
|
* @throws {@link GroundStationServiceException}
|
|
208
208
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
209
209
|
*
|
|
210
|
+
*
|
|
210
211
|
* @public
|
|
211
212
|
*/
|
|
212
213
|
export declare class DescribeContactCommand extends DescribeContactCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DescribeEphemerisCommand_base: {
|
|
|
91
91
|
* @throws {@link GroundStationServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const GetAgentConfigurationCommand_base: {
|
|
|
67
67
|
* @throws {@link GroundStationServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {
|
|
@@ -135,6 +135,7 @@ declare const GetConfigCommand_base: {
|
|
|
135
135
|
* @throws {@link GroundStationServiceException}
|
|
136
136
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
137
137
|
*
|
|
138
|
+
*
|
|
138
139
|
* @public
|
|
139
140
|
*/
|
|
140
141
|
export declare class GetConfigCommand extends GetConfigCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const GetDataflowEndpointGroupCommand_base: {
|
|
|
117
117
|
* @throws {@link GroundStationServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const GetMinuteUsageCommand_base: {
|
|
|
68
68
|
* @throws {@link GroundStationServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetMinuteUsageCommand extends GetMinuteUsageCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetMissionProfileCommand_base: {
|
|
|
84
84
|
* @throws {@link GroundStationServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetMissionProfileCommand extends GetMissionProfileCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetSatelliteCommand_base: {
|
|
|
74
74
|
* @throws {@link GroundStationServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetSatelliteCommand extends GetSatelliteCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListConfigsCommand_base: {
|
|
|
72
72
|
* @throws {@link GroundStationServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListConfigsCommand extends ListConfigsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const ListContactsCommand_base: {
|
|
|
99
99
|
* @throws {@link GroundStationServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListContactsCommand extends ListContactsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListDataflowEndpointGroupsCommand_base: {
|
|
|
70
70
|
* @throws {@link GroundStationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListDataflowEndpointGroupsCommand extends ListDataflowEndpointGroupsCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const ListEphemeridesCommand_base: {
|
|
|
85
85
|
* @throws {@link GroundStationServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListEphemeridesCommand extends ListEphemeridesCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListGroundStationsCommand_base: {
|
|
|
72
72
|
* @throws {@link GroundStationServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListGroundStationsCommand extends ListGroundStationsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListMissionProfilesCommand_base: {
|
|
|
72
72
|
* @throws {@link GroundStationServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListMissionProfilesCommand extends ListMissionProfilesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListSatellitesCommand_base: {
|
|
|
80
80
|
* @throws {@link GroundStationServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListSatellitesCommand extends ListSatellitesCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link GroundStationServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const RegisterAgentCommand_base: {
|
|
|
95
95
|
* @throws {@link GroundStationServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class RegisterAgentCommand extends RegisterAgentCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ReserveContactCommand_base: {
|
|
|
70
70
|
* @throws {@link GroundStationServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ReserveContactCommand extends ReserveContactCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link GroundStationServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link GroundStationServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const UpdateAgentStatusCommand_base: {
|
|
|
84
84
|
* @throws {@link GroundStationServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateAgentStatusCommand extends UpdateAgentStatusCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const UpdateConfigCommand_base: {
|
|
|
133
133
|
* @throws {@link GroundStationServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class UpdateConfigCommand extends UpdateConfigCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const UpdateEphemerisCommand_base: {
|
|
|
66
66
|
* @throws {@link GroundStationServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UpdateEphemerisCommand extends UpdateEphemerisCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const UpdateMissionProfileCommand_base: {
|
|
|
81
81
|
* @throws {@link GroundStationServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from GroundStation service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class UpdateMissionProfileCommand extends UpdateMissionProfileCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-groundstation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.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-groundstation",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|