@aws-sdk/client-groundstation 3.168.0 → 3.170.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 (48) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/GroundStation.d.ts +454 -130
  3. package/dist-types/ts3.4/GroundStationClient.d.ts +280 -98
  4. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/index.d.ts +25 -25
  30. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  31. package/dist-types/ts3.4/index.d.ts +6 -6
  32. package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +8 -6
  33. package/dist-types/ts3.4/models/index.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +1118 -1040
  35. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  36. package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -77
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  48. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0";
5
- export interface ListDataflowEndpointGroupsCommandInput extends ListDataflowEndpointGroupsRequest {
6
- }
7
- export interface ListDataflowEndpointGroupsCommandOutput extends ListDataflowEndpointGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDataflowEndpointGroupsCommand extends $Command<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: ListDataflowEndpointGroupsCommandInput;
12
- constructor(input: ListDataflowEndpointGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ ListDataflowEndpointGroupsRequest,
15
+ ListDataflowEndpointGroupsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDataflowEndpointGroupsCommandInput
18
+ extends ListDataflowEndpointGroupsRequest {}
19
+ export interface ListDataflowEndpointGroupsCommandOutput
20
+ extends ListDataflowEndpointGroupsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListDataflowEndpointGroupsCommand extends $Command<
24
+ ListDataflowEndpointGroupsCommandInput,
25
+ ListDataflowEndpointGroupsCommandOutput,
26
+ GroundStationClientResolvedConfig
27
+ > {
28
+ readonly input: ListDataflowEndpointGroupsCommandInput;
29
+ constructor(input: ListDataflowEndpointGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GroundStationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListDataflowEndpointGroupsCommandInput,
37
+ ListDataflowEndpointGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0";
5
- export interface ListGroundStationsCommandInput extends ListGroundStationsRequest {
6
- }
7
- export interface ListGroundStationsCommandOutput extends ListGroundStationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGroundStationsCommand extends $Command<ListGroundStationsCommandInput, ListGroundStationsCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: ListGroundStationsCommandInput;
12
- constructor(input: ListGroundStationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroundStationsCommandInput, ListGroundStationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ ListGroundStationsRequest,
15
+ ListGroundStationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListGroundStationsCommandInput
18
+ extends ListGroundStationsRequest {}
19
+ export interface ListGroundStationsCommandOutput
20
+ extends ListGroundStationsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListGroundStationsCommand extends $Command<
24
+ ListGroundStationsCommandInput,
25
+ ListGroundStationsCommandOutput,
26
+ GroundStationClientResolvedConfig
27
+ > {
28
+ readonly input: ListGroundStationsCommandInput;
29
+ constructor(input: ListGroundStationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GroundStationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListGroundStationsCommandInput, ListGroundStationsCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0";
5
- export interface ListMissionProfilesCommandInput extends ListMissionProfilesRequest {
6
- }
7
- export interface ListMissionProfilesCommandOutput extends ListMissionProfilesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListMissionProfilesCommand extends $Command<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: ListMissionProfilesCommandInput;
12
- constructor(input: ListMissionProfilesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ ListMissionProfilesRequest,
15
+ ListMissionProfilesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListMissionProfilesCommandInput
18
+ extends ListMissionProfilesRequest {}
19
+ export interface ListMissionProfilesCommandOutput
20
+ extends ListMissionProfilesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListMissionProfilesCommand extends $Command<
24
+ ListMissionProfilesCommandInput,
25
+ ListMissionProfilesCommandOutput,
26
+ GroundStationClientResolvedConfig
27
+ > {
28
+ readonly input: ListMissionProfilesCommandInput;
29
+ constructor(input: ListMissionProfilesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GroundStationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0";
5
- export interface ListSatellitesCommandInput extends ListSatellitesRequest {
6
- }
7
- export interface ListSatellitesCommandOutput extends ListSatellitesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListSatellitesCommand extends $Command<ListSatellitesCommandInput, ListSatellitesCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: ListSatellitesCommandInput;
12
- constructor(input: ListSatellitesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSatellitesCommandInput, ListSatellitesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ ListSatellitesRequest,
15
+ ListSatellitesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListSatellitesCommandInput extends ListSatellitesRequest {}
18
+ export interface ListSatellitesCommandOutput
19
+ extends ListSatellitesResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListSatellitesCommand extends $Command<
23
+ ListSatellitesCommandInput,
24
+ ListSatellitesCommandOutput,
25
+ GroundStationClientResolvedConfig
26
+ > {
27
+ readonly input: ListSatellitesCommandInput;
28
+ constructor(input: ListSatellitesCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GroundStationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListSatellitesCommandInput, ListSatellitesCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ GroundStationClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GroundStationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
5
- export interface ReserveContactCommandInput extends ReserveContactRequest {
6
- }
7
- export interface ReserveContactCommandOutput extends ContactIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ReserveContactCommand extends $Command<ReserveContactCommandInput, ReserveContactCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: ReserveContactCommandInput;
12
- constructor(input: ReserveContactCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ReserveContactCommandInput, ReserveContactCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import { ContactIdResponse, ReserveContactRequest } from "../models/models_0";
14
+ export interface ReserveContactCommandInput extends ReserveContactRequest {}
15
+ export interface ReserveContactCommandOutput
16
+ extends ContactIdResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ReserveContactCommand extends $Command<
20
+ ReserveContactCommandInput,
21
+ ReserveContactCommandOutput,
22
+ GroundStationClientResolvedConfig
23
+ > {
24
+ readonly input: ReserveContactCommandInput;
25
+ constructor(input: ReserveContactCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GroundStationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ReserveContactCommandInput, ReserveContactCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ GroundStationClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GroundStationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ GroundStationClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: GroundStationClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
5
- export interface UpdateConfigCommandInput extends UpdateConfigRequest {
6
- }
7
- export interface UpdateConfigCommandOutput extends ConfigIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateConfigCommand extends $Command<UpdateConfigCommandInput, UpdateConfigCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: UpdateConfigCommandInput;
12
- constructor(input: UpdateConfigCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateConfigCommandInput, UpdateConfigCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0";
14
+ export interface UpdateConfigCommandInput extends UpdateConfigRequest {}
15
+ export interface UpdateConfigCommandOutput
16
+ extends ConfigIdResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateConfigCommand extends $Command<
20
+ UpdateConfigCommandInput,
21
+ UpdateConfigCommandOutput,
22
+ GroundStationClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateConfigCommandInput;
25
+ constructor(input: UpdateConfigCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: GroundStationClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateConfigCommandInput, UpdateConfigCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GroundStationClient";
4
- import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
5
- export interface UpdateMissionProfileCommandInput extends UpdateMissionProfileRequest {
6
- }
7
- export interface UpdateMissionProfileCommandOutput extends MissionProfileIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateMissionProfileCommand extends $Command<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput, GroundStationClientResolvedConfig> {
11
- readonly input: UpdateMissionProfileCommandInput;
12
- constructor(input: UpdateMissionProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GroundStationClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ GroundStationClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../GroundStationClient";
13
+ import {
14
+ MissionProfileIdResponse,
15
+ UpdateMissionProfileRequest,
16
+ } from "../models/models_0";
17
+ export interface UpdateMissionProfileCommandInput
18
+ extends UpdateMissionProfileRequest {}
19
+ export interface UpdateMissionProfileCommandOutput
20
+ extends MissionProfileIdResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateMissionProfileCommand extends $Command<
24
+ UpdateMissionProfileCommandInput,
25
+ UpdateMissionProfileCommandOutput,
26
+ GroundStationClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateMissionProfileCommandInput;
29
+ constructor(input: UpdateMissionProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: GroundStationClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateMissionProfileCommandInput,
37
+ UpdateMissionProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,25 +1,25 @@
1
- export * from "./CancelContactCommand";
2
- export * from "./CreateConfigCommand";
3
- export * from "./CreateDataflowEndpointGroupCommand";
4
- export * from "./CreateMissionProfileCommand";
5
- export * from "./DeleteConfigCommand";
6
- export * from "./DeleteDataflowEndpointGroupCommand";
7
- export * from "./DeleteMissionProfileCommand";
8
- export * from "./DescribeContactCommand";
9
- export * from "./GetConfigCommand";
10
- export * from "./GetDataflowEndpointGroupCommand";
11
- export * from "./GetMinuteUsageCommand";
12
- export * from "./GetMissionProfileCommand";
13
- export * from "./GetSatelliteCommand";
14
- export * from "./ListConfigsCommand";
15
- export * from "./ListContactsCommand";
16
- export * from "./ListDataflowEndpointGroupsCommand";
17
- export * from "./ListGroundStationsCommand";
18
- export * from "./ListMissionProfilesCommand";
19
- export * from "./ListSatellitesCommand";
20
- export * from "./ListTagsForResourceCommand";
21
- export * from "./ReserveContactCommand";
22
- export * from "./TagResourceCommand";
23
- export * from "./UntagResourceCommand";
24
- export * from "./UpdateConfigCommand";
25
- export * from "./UpdateMissionProfileCommand";
1
+ export * from "./CancelContactCommand";
2
+ export * from "./CreateConfigCommand";
3
+ export * from "./CreateDataflowEndpointGroupCommand";
4
+ export * from "./CreateMissionProfileCommand";
5
+ export * from "./DeleteConfigCommand";
6
+ export * from "./DeleteDataflowEndpointGroupCommand";
7
+ export * from "./DeleteMissionProfileCommand";
8
+ export * from "./DescribeContactCommand";
9
+ export * from "./GetConfigCommand";
10
+ export * from "./GetDataflowEndpointGroupCommand";
11
+ export * from "./GetMinuteUsageCommand";
12
+ export * from "./GetMissionProfileCommand";
13
+ export * from "./GetSatelliteCommand";
14
+ export * from "./ListConfigsCommand";
15
+ export * from "./ListContactsCommand";
16
+ export * from "./ListDataflowEndpointGroupsCommand";
17
+ export * from "./ListGroundStationsCommand";
18
+ export * from "./ListMissionProfilesCommand";
19
+ export * from "./ListSatellitesCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./ReserveContactCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
24
+ export * from "./UpdateConfigCommand";
25
+ export * from "./UpdateMissionProfileCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./GroundStation";
2
- export * from "./GroundStationClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { GroundStationServiceException } from "./models/GroundStationServiceException";
1
+ export * from "./GroundStation";
2
+ export * from "./GroundStationClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { GroundStationServiceException } from "./models/GroundStationServiceException";