@aws-sdk/client-groundstation 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.
Files changed (67) hide show
  1. package/dist-types/commands/CancelContactCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateConfigCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateEphemerisCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateMissionProfileCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteConfigCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteEphemerisCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeContactCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeEphemerisCommand.d.ts +11 -0
  12. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +11 -0
  13. package/dist-types/commands/GetConfigCommand.d.ts +11 -0
  14. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +11 -0
  15. package/dist-types/commands/GetMinuteUsageCommand.d.ts +11 -0
  16. package/dist-types/commands/GetMissionProfileCommand.d.ts +11 -0
  17. package/dist-types/commands/GetSatelliteCommand.d.ts +11 -0
  18. package/dist-types/commands/ListConfigsCommand.d.ts +11 -0
  19. package/dist-types/commands/ListContactsCommand.d.ts +11 -0
  20. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +11 -0
  21. package/dist-types/commands/ListEphemeridesCommand.d.ts +11 -0
  22. package/dist-types/commands/ListGroundStationsCommand.d.ts +11 -0
  23. package/dist-types/commands/ListMissionProfilesCommand.d.ts +11 -0
  24. package/dist-types/commands/ListSatellitesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  26. package/dist-types/commands/RegisterAgentCommand.d.ts +11 -0
  27. package/dist-types/commands/ReserveContactCommand.d.ts +11 -0
  28. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  29. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  30. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +11 -0
  31. package/dist-types/commands/UpdateConfigCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateEphemerisCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +11 -0
  34. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +12 -1
  67. package/package.json +36 -36
@@ -37,4 +37,15 @@ declare const DeleteDataflowEndpointGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {}
40
+ export declare class DeleteDataflowEndpointGroupCommand extends DeleteDataflowEndpointGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteDataflowEndpointGroupRequest;
44
+ output: DataflowEndpointGroupIdResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteDataflowEndpointGroupCommandInput;
48
+ output: DeleteDataflowEndpointGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteEphemerisCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {}
39
+ export declare class DeleteEphemerisCommand extends DeleteEphemerisCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteEphemerisRequest;
43
+ output: EphemerisIdResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteEphemerisCommandInput;
47
+ output: DeleteEphemerisCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteMissionProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {}
40
+ export declare class DeleteMissionProfileCommand extends DeleteMissionProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteMissionProfileRequest;
44
+ output: MissionProfileIdResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteMissionProfileCommandInput;
48
+ output: DeleteMissionProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeContactCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeContactCommand extends DescribeContactCommand_base {}
39
+ export declare class DescribeContactCommand extends DescribeContactCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeContactRequest;
43
+ output: DescribeContactResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeContactCommandInput;
47
+ output: DescribeContactCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeEphemerisCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {}
40
+ export declare class DescribeEphemerisCommand extends DescribeEphemerisCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeEphemerisRequest;
44
+ output: DescribeEphemerisResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeEphemerisCommandInput;
48
+ output: DescribeEphemerisCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetAgentConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {}
40
+ export declare class GetAgentConfigurationCommand extends GetAgentConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetAgentConfigurationRequest;
44
+ output: GetAgentConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetAgentConfigurationCommandInput;
48
+ output: GetAgentConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetConfigCommand extends GetConfigCommand_base {}
36
+ export declare class GetConfigCommand extends GetConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetConfigRequest;
40
+ output: GetConfigResponse;
41
+ };
42
+ sdk: {
43
+ input: GetConfigCommandInput;
44
+ output: GetConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetDataflowEndpointGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {}
40
+ export declare class GetDataflowEndpointGroupCommand extends GetDataflowEndpointGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetDataflowEndpointGroupRequest;
44
+ output: GetDataflowEndpointGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDataflowEndpointGroupCommandInput;
48
+ output: GetDataflowEndpointGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetMinuteUsageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetMinuteUsageCommand extends GetMinuteUsageCommand_base {}
39
+ export declare class GetMinuteUsageCommand extends GetMinuteUsageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetMinuteUsageRequest;
43
+ output: GetMinuteUsageResponse;
44
+ };
45
+ sdk: {
46
+ input: GetMinuteUsageCommandInput;
47
+ output: GetMinuteUsageCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetMissionProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetMissionProfileCommand extends GetMissionProfileCommand_base {}
40
+ export declare class GetMissionProfileCommand extends GetMissionProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetMissionProfileRequest;
44
+ output: GetMissionProfileResponse;
45
+ };
46
+ sdk: {
47
+ input: GetMissionProfileCommandInput;
48
+ output: GetMissionProfileCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetSatelliteCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetSatelliteCommand extends GetSatelliteCommand_base {}
36
+ export declare class GetSatelliteCommand extends GetSatelliteCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetSatelliteRequest;
40
+ output: GetSatelliteResponse;
41
+ };
42
+ sdk: {
43
+ input: GetSatelliteCommandInput;
44
+ output: GetSatelliteCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListConfigsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListConfigsCommand extends ListConfigsCommand_base {}
36
+ export declare class ListConfigsCommand extends ListConfigsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListConfigsRequest;
40
+ output: ListConfigsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListConfigsCommandInput;
44
+ output: ListConfigsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListContactsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListContactsCommand extends ListContactsCommand_base {}
36
+ export declare class ListContactsCommand extends ListContactsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListContactsRequest;
40
+ output: ListContactsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListContactsCommandInput;
44
+ output: ListContactsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListDataflowEndpointGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDataflowEndpointGroupsCommand extends ListDataflowEndpointGroupsCommand_base {}
40
+ export declare class ListDataflowEndpointGroupsCommand extends ListDataflowEndpointGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDataflowEndpointGroupsRequest;
44
+ output: ListDataflowEndpointGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDataflowEndpointGroupsCommandInput;
48
+ output: ListDataflowEndpointGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListEphemeridesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListEphemeridesCommand extends ListEphemeridesCommand_base {}
39
+ export declare class ListEphemeridesCommand extends ListEphemeridesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListEphemeridesRequest;
43
+ output: ListEphemeridesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListEphemeridesCommandInput;
47
+ output: ListEphemeridesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListGroundStationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListGroundStationsCommand extends ListGroundStationsCommand_base {}
40
+ export declare class ListGroundStationsCommand extends ListGroundStationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListGroundStationsRequest;
44
+ output: ListGroundStationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListGroundStationsCommandInput;
48
+ output: ListGroundStationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListMissionProfilesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListMissionProfilesCommand extends ListMissionProfilesCommand_base {}
40
+ export declare class ListMissionProfilesCommand extends ListMissionProfilesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListMissionProfilesRequest;
44
+ output: ListMissionProfilesResponse;
45
+ };
46
+ sdk: {
47
+ input: ListMissionProfilesCommandInput;
48
+ output: ListMissionProfilesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListSatellitesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListSatellitesCommand extends ListSatellitesCommand_base {}
39
+ export declare class ListSatellitesCommand extends ListSatellitesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListSatellitesRequest;
43
+ output: ListSatellitesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListSatellitesCommandInput;
47
+ output: ListSatellitesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -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 RegisterAgentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RegisterAgentCommand extends RegisterAgentCommand_base {}
39
+ export declare class RegisterAgentCommand extends RegisterAgentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RegisterAgentRequest;
43
+ output: RegisterAgentResponse;
44
+ };
45
+ sdk: {
46
+ input: RegisterAgentCommandInput;
47
+ output: RegisterAgentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ReserveContactCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ReserveContactCommand extends ReserveContactCommand_base {}
36
+ export declare class ReserveContactCommand extends ReserveContactCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ReserveContactRequest;
40
+ output: ContactIdResponse;
41
+ };
42
+ sdk: {
43
+ input: ReserveContactCommandInput;
44
+ output: ReserveContactCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateAgentStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateAgentStatusCommand extends UpdateAgentStatusCommand_base {}
40
+ export declare class UpdateAgentStatusCommand extends UpdateAgentStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateAgentStatusRequest;
44
+ output: UpdateAgentStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateAgentStatusCommandInput;
48
+ output: UpdateAgentStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateConfigCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateConfigCommand extends UpdateConfigCommand_base {}
36
+ export declare class UpdateConfigCommand extends UpdateConfigCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateConfigRequest;
40
+ output: ConfigIdResponse;
41
+ };
42
+ sdk: {
43
+ input: UpdateConfigCommandInput;
44
+ output: UpdateConfigCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UpdateEphemerisCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateEphemerisCommand extends UpdateEphemerisCommand_base {}
39
+ export declare class UpdateEphemerisCommand extends UpdateEphemerisCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateEphemerisRequest;
43
+ output: EphemerisIdResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateEphemerisCommandInput;
47
+ output: UpdateEphemerisCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateMissionProfileCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateMissionProfileCommand extends UpdateMissionProfileCommand_base {}
40
+ export declare class UpdateMissionProfileCommand extends UpdateMissionProfileCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateMissionProfileRequest;
44
+ output: MissionProfileIdResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateMissionProfileCommandInput;
48
+ output: UpdateMissionProfileCommandOutput;
49
+ };
50
+ };
51
+ }
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.651.1",
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-groundstation",
@@ -20,45 +20,45 @@
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.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
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.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
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
- "@smithy/util-waiter": "^3.1.3",
61
+ "@smithy/util-waiter": "^3.1.5",
62
62
  "tslib": "^2.6.2"
63
63
  },
64
64
  "devDependencies": {