@aws-sdk/client-groundstation 3.49.0 → 3.50.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 (47) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/GroundStation.d.ts +0 -130
  4. package/dist-types/ts3.4/GroundStationClient.d.ts +0 -98
  5. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +0 -25
  31. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  32. package/dist-types/ts3.4/index.d.ts +0 -5
  33. package/dist-types/ts3.4/models/index.d.ts +0 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +0 -1205
  35. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  36. package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +0 -4
  37. package/dist-types/ts3.4/pagination/ListContactsPaginator.d.ts +0 -4
  38. package/dist-types/ts3.4/pagination/ListDataflowEndpointGroupsPaginator.d.ts +0 -4
  39. package/dist-types/ts3.4/pagination/ListGroundStationsPaginator.d.ts +0 -4
  40. package/dist-types/ts3.4/pagination/ListMissionProfilesPaginator.d.ts +0 -4
  41. package/dist-types/ts3.4/pagination/ListSatellitesPaginator.d.ts +0 -4
  42. package/dist-types/ts3.4/pagination/index.d.ts +0 -7
  43. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -77
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { GroundStation } from "../GroundStation";
3
- import { GroundStationClient } from "../GroundStationClient";
4
- export interface GroundStationPaginationConfiguration extends PaginationConfiguration {
5
- client: GroundStation | GroundStationClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand";
3
- import { GroundStationPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListConfigs(config: GroundStationPaginationConfiguration, input: ListConfigsCommandInput, ...additionalArguments: any): Paginator<ListConfigsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
3
- import { GroundStationPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListContacts(config: GroundStationPaginationConfiguration, input: ListContactsCommandInput, ...additionalArguments: any): Paginator<ListContactsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "../commands/ListDataflowEndpointGroupsCommand";
3
- import { GroundStationPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListDataflowEndpointGroups(config: GroundStationPaginationConfiguration, input: ListDataflowEndpointGroupsCommandInput, ...additionalArguments: any): Paginator<ListDataflowEndpointGroupsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "../commands/ListGroundStationsCommand";
3
- import { GroundStationPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListGroundStations(config: GroundStationPaginationConfiguration, input: ListGroundStationsCommandInput, ...additionalArguments: any): Paginator<ListGroundStationsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "../commands/ListMissionProfilesCommand";
3
- import { GroundStationPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMissionProfiles(config: GroundStationPaginationConfiguration, input: ListMissionProfilesCommandInput, ...additionalArguments: any): Paginator<ListMissionProfilesCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "../commands/ListSatellitesCommand";
3
- import { GroundStationPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSatellites(config: GroundStationPaginationConfiguration, input: ListSatellitesCommandInput, ...additionalArguments: any): Paginator<ListSatellitesCommandOutput>;
@@ -1,7 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListConfigsPaginator";
3
- export * from "./ListContactsPaginator";
4
- export * from "./ListDataflowEndpointGroupsPaginator";
5
- export * from "./ListGroundStationsPaginator";
6
- export * from "./ListMissionProfilesPaginator";
7
- export * from "./ListSatellitesPaginator";
@@ -1,77 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CancelContactCommandInput, CancelContactCommandOutput } from "../commands/CancelContactCommand";
4
- import { CreateConfigCommandInput, CreateConfigCommandOutput } from "../commands/CreateConfigCommand";
5
- import { CreateDataflowEndpointGroupCommandInput, CreateDataflowEndpointGroupCommandOutput } from "../commands/CreateDataflowEndpointGroupCommand";
6
- import { CreateMissionProfileCommandInput, CreateMissionProfileCommandOutput } from "../commands/CreateMissionProfileCommand";
7
- import { DeleteConfigCommandInput, DeleteConfigCommandOutput } from "../commands/DeleteConfigCommand";
8
- import { DeleteDataflowEndpointGroupCommandInput, DeleteDataflowEndpointGroupCommandOutput } from "../commands/DeleteDataflowEndpointGroupCommand";
9
- import { DeleteMissionProfileCommandInput, DeleteMissionProfileCommandOutput } from "../commands/DeleteMissionProfileCommand";
10
- import { DescribeContactCommandInput, DescribeContactCommandOutput } from "../commands/DescribeContactCommand";
11
- import { GetConfigCommandInput, GetConfigCommandOutput } from "../commands/GetConfigCommand";
12
- import { GetDataflowEndpointGroupCommandInput, GetDataflowEndpointGroupCommandOutput } from "../commands/GetDataflowEndpointGroupCommand";
13
- import { GetMinuteUsageCommandInput, GetMinuteUsageCommandOutput } from "../commands/GetMinuteUsageCommand";
14
- import { GetMissionProfileCommandInput, GetMissionProfileCommandOutput } from "../commands/GetMissionProfileCommand";
15
- import { GetSatelliteCommandInput, GetSatelliteCommandOutput } from "../commands/GetSatelliteCommand";
16
- import { ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand";
17
- import { ListContactsCommandInput, ListContactsCommandOutput } from "../commands/ListContactsCommand";
18
- import { ListDataflowEndpointGroupsCommandInput, ListDataflowEndpointGroupsCommandOutput } from "../commands/ListDataflowEndpointGroupsCommand";
19
- import { ListGroundStationsCommandInput, ListGroundStationsCommandOutput } from "../commands/ListGroundStationsCommand";
20
- import { ListMissionProfilesCommandInput, ListMissionProfilesCommandOutput } from "../commands/ListMissionProfilesCommand";
21
- import { ListSatellitesCommandInput, ListSatellitesCommandOutput } from "../commands/ListSatellitesCommand";
22
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
23
- import { ReserveContactCommandInput, ReserveContactCommandOutput } from "../commands/ReserveContactCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- import { UpdateConfigCommandInput, UpdateConfigCommandOutput } from "../commands/UpdateConfigCommand";
27
- import { UpdateMissionProfileCommandInput, UpdateMissionProfileCommandOutput } from "../commands/UpdateMissionProfileCommand";
28
- export declare const serializeAws_restJson1CancelContactCommand: (input: CancelContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1CreateConfigCommand: (input: CreateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1CreateDataflowEndpointGroupCommand: (input: CreateDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1CreateMissionProfileCommand: (input: CreateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1DeleteConfigCommand: (input: DeleteConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1DeleteDataflowEndpointGroupCommand: (input: DeleteDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1DeleteMissionProfileCommand: (input: DeleteMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DescribeContactCommand: (input: DescribeContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1GetConfigCommand: (input: GetConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1GetDataflowEndpointGroupCommand: (input: GetDataflowEndpointGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1GetMinuteUsageCommand: (input: GetMinuteUsageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1GetMissionProfileCommand: (input: GetMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1GetSatelliteCommand: (input: GetSatelliteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1ListConfigsCommand: (input: ListConfigsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1ListContactsCommand: (input: ListContactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1ListDataflowEndpointGroupsCommand: (input: ListDataflowEndpointGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1ListGroundStationsCommand: (input: ListGroundStationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListMissionProfilesCommand: (input: ListMissionProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ListSatellitesCommand: (input: ListSatellitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ReserveContactCommand: (input: ReserveContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1UpdateConfigCommand: (input: UpdateConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1UpdateMissionProfileCommand: (input: UpdateMissionProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const deserializeAws_restJson1CancelContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelContactCommandOutput>;
54
- export declare const deserializeAws_restJson1CreateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfigCommandOutput>;
55
- export declare const deserializeAws_restJson1CreateDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataflowEndpointGroupCommandOutput>;
56
- export declare const deserializeAws_restJson1CreateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMissionProfileCommandOutput>;
57
- export declare const deserializeAws_restJson1DeleteConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfigCommandOutput>;
58
- export declare const deserializeAws_restJson1DeleteDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataflowEndpointGroupCommandOutput>;
59
- export declare const deserializeAws_restJson1DeleteMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMissionProfileCommandOutput>;
60
- export declare const deserializeAws_restJson1DescribeContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContactCommandOutput>;
61
- export declare const deserializeAws_restJson1GetConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigCommandOutput>;
62
- export declare const deserializeAws_restJson1GetDataflowEndpointGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataflowEndpointGroupCommandOutput>;
63
- export declare const deserializeAws_restJson1GetMinuteUsageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMinuteUsageCommandOutput>;
64
- export declare const deserializeAws_restJson1GetMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMissionProfileCommandOutput>;
65
- export declare const deserializeAws_restJson1GetSatelliteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSatelliteCommandOutput>;
66
- export declare const deserializeAws_restJson1ListConfigsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigsCommandOutput>;
67
- export declare const deserializeAws_restJson1ListContactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContactsCommandOutput>;
68
- export declare const deserializeAws_restJson1ListDataflowEndpointGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataflowEndpointGroupsCommandOutput>;
69
- export declare const deserializeAws_restJson1ListGroundStationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroundStationsCommandOutput>;
70
- export declare const deserializeAws_restJson1ListMissionProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMissionProfilesCommandOutput>;
71
- export declare const deserializeAws_restJson1ListSatellitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSatellitesCommandOutput>;
72
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
73
- export declare const deserializeAws_restJson1ReserveContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReserveContactCommandOutput>;
74
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
75
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
76
- export declare const deserializeAws_restJson1UpdateConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigCommandOutput>;
77
- export declare const deserializeAws_restJson1UpdateMissionProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMissionProfileCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { GroundStationClientConfig } from "./GroundStationClient";
3
-
4
- export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { GroundStationClientConfig } from "./GroundStationClient";
3
-
4
- export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { GroundStationClientConfig } from "./GroundStationClient";
2
-
3
- export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { GroundStationClientConfig } from "./GroundStationClient";
3
-
4
- export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };