@aws-sdk/client-groundstation 3.261.0 → 3.264.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.
Files changed (31) hide show
  1. package/dist-cjs/GroundStation.js +45 -0
  2. package/dist-cjs/commands/GetAgentConfigurationCommand.js +46 -0
  3. package/dist-cjs/commands/RegisterAgentCommand.js +46 -0
  4. package/dist-cjs/commands/UpdateAgentStatusCommand.js +46 -0
  5. package/dist-cjs/commands/index.js +3 -0
  6. package/dist-cjs/models/models_0.js +138 -34
  7. package/dist-cjs/protocols/Aws_restJson1.js +410 -2
  8. package/dist-es/GroundStation.js +45 -0
  9. package/dist-es/commands/GetAgentConfigurationCommand.js +42 -0
  10. package/dist-es/commands/RegisterAgentCommand.js +42 -0
  11. package/dist-es/commands/UpdateAgentStatusCommand.js +42 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +117 -30
  14. package/dist-es/protocols/Aws_restJson1.js +403 -1
  15. package/dist-types/GroundStation.d.ts +21 -0
  16. package/dist-types/GroundStationClient.d.ts +5 -2
  17. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +37 -0
  18. package/dist-types/commands/RegisterAgentCommand.d.ts +37 -0
  19. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +37 -0
  20. package/dist-types/commands/index.d.ts +3 -0
  21. package/dist-types/models/models_0.d.ts +425 -47
  22. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  23. package/dist-types/ts3.4/GroundStation.d.ts +51 -0
  24. package/dist-types/ts3.4/GroundStationClient.d.ts +18 -0
  25. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +41 -0
  26. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +37 -0
  27. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +38 -0
  28. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +199 -30
  30. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  31. package/package.json +4 -4
@@ -47,6 +47,10 @@ import {
47
47
  DescribeEphemerisCommandInput,
48
48
  DescribeEphemerisCommandOutput,
49
49
  } from "../commands/DescribeEphemerisCommand";
50
+ import {
51
+ GetAgentConfigurationCommandInput,
52
+ GetAgentConfigurationCommandOutput,
53
+ } from "../commands/GetAgentConfigurationCommand";
50
54
  import {
51
55
  GetConfigCommandInput,
52
56
  GetConfigCommandOutput,
@@ -99,6 +103,10 @@ import {
99
103
  ListTagsForResourceCommandInput,
100
104
  ListTagsForResourceCommandOutput,
101
105
  } from "../commands/ListTagsForResourceCommand";
106
+ import {
107
+ RegisterAgentCommandInput,
108
+ RegisterAgentCommandOutput,
109
+ } from "../commands/RegisterAgentCommand";
102
110
  import {
103
111
  ReserveContactCommandInput,
104
112
  ReserveContactCommandOutput,
@@ -111,6 +119,10 @@ import {
111
119
  UntagResourceCommandInput,
112
120
  UntagResourceCommandOutput,
113
121
  } from "../commands/UntagResourceCommand";
122
+ import {
123
+ UpdateAgentStatusCommandInput,
124
+ UpdateAgentStatusCommandOutput,
125
+ } from "../commands/UpdateAgentStatusCommand";
114
126
  import {
115
127
  UpdateConfigCommandInput,
116
128
  UpdateConfigCommandOutput,
@@ -167,6 +179,10 @@ export declare const serializeAws_restJson1DescribeEphemerisCommand: (
167
179
  input: DescribeEphemerisCommandInput,
168
180
  context: __SerdeContext
169
181
  ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1GetAgentConfigurationCommand: (
183
+ input: GetAgentConfigurationCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
170
186
  export declare const serializeAws_restJson1GetConfigCommand: (
171
187
  input: GetConfigCommandInput,
172
188
  context: __SerdeContext
@@ -219,6 +235,10 @@ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
219
235
  input: ListTagsForResourceCommandInput,
220
236
  context: __SerdeContext
221
237
  ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1RegisterAgentCommand: (
239
+ input: RegisterAgentCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
222
242
  export declare const serializeAws_restJson1ReserveContactCommand: (
223
243
  input: ReserveContactCommandInput,
224
244
  context: __SerdeContext
@@ -231,6 +251,10 @@ export declare const serializeAws_restJson1UntagResourceCommand: (
231
251
  input: UntagResourceCommandInput,
232
252
  context: __SerdeContext
233
253
  ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1UpdateAgentStatusCommand: (
255
+ input: UpdateAgentStatusCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
234
258
  export declare const serializeAws_restJson1UpdateConfigCommand: (
235
259
  input: UpdateConfigCommandInput,
236
260
  context: __SerdeContext
@@ -287,6 +311,10 @@ export declare const deserializeAws_restJson1DescribeEphemerisCommand: (
287
311
  output: __HttpResponse,
288
312
  context: __SerdeContext
289
313
  ) => Promise<DescribeEphemerisCommandOutput>;
314
+ export declare const deserializeAws_restJson1GetAgentConfigurationCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<GetAgentConfigurationCommandOutput>;
290
318
  export declare const deserializeAws_restJson1GetConfigCommand: (
291
319
  output: __HttpResponse,
292
320
  context: __SerdeContext
@@ -339,6 +367,10 @@ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
339
367
  output: __HttpResponse,
340
368
  context: __SerdeContext
341
369
  ) => Promise<ListTagsForResourceCommandOutput>;
370
+ export declare const deserializeAws_restJson1RegisterAgentCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<RegisterAgentCommandOutput>;
342
374
  export declare const deserializeAws_restJson1ReserveContactCommand: (
343
375
  output: __HttpResponse,
344
376
  context: __SerdeContext
@@ -351,6 +383,10 @@ export declare const deserializeAws_restJson1UntagResourceCommand: (
351
383
  output: __HttpResponse,
352
384
  context: __SerdeContext
353
385
  ) => Promise<UntagResourceCommandOutput>;
386
+ export declare const deserializeAws_restJson1UpdateAgentStatusCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<UpdateAgentStatusCommandOutput>;
354
390
  export declare const deserializeAws_restJson1UpdateConfigCommand: (
355
391
  output: __HttpResponse,
356
392
  context: __SerdeContext
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.261.0",
4
+ "version": "3.264.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,14 +20,14 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.261.0",
23
+ "@aws-sdk/client-sts": "3.264.0",
24
24
  "@aws-sdk/config-resolver": "3.259.0",
25
- "@aws-sdk/credential-provider-node": "3.261.0",
25
+ "@aws-sdk/credential-provider-node": "3.264.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.257.0",
27
27
  "@aws-sdk/hash-node": "3.257.0",
28
28
  "@aws-sdk/invalid-dependency": "3.257.0",
29
29
  "@aws-sdk/middleware-content-length": "3.257.0",
30
- "@aws-sdk/middleware-endpoint": "3.257.0",
30
+ "@aws-sdk/middleware-endpoint": "3.264.0",
31
31
  "@aws-sdk/middleware-host-header": "3.257.0",
32
32
  "@aws-sdk/middleware-logger": "3.257.0",
33
33
  "@aws-sdk/middleware-recursion-detection": "3.257.0",