@aws-sdk/client-groundstation 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/GroundStation.d.ts +136 -147
- package/dist-types/ts3.4/GroundStationClient.d.ts +9 -28
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +6 -18
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListConfigsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +3 -7
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
MissionProfileIdResponse,
|
|
4
|
-
UpdateMissionProfileRequest,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateMissionProfileCommandInput
|
|
8
|
-
extends UpdateMissionProfileRequest {}
|
|
4
|
+
export interface UpdateMissionProfileCommandInput extends UpdateMissionProfileRequest {}
|
|
9
5
|
export interface UpdateMissionProfileCommandOutput
|
|
10
|
-
extends MissionProfileIdResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends MissionProfileIdResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateMissionProfileCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateMissionProfileCommandInput
|
|
9
|
+
input: UpdateMissionProfileCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateMissionProfileCommandInput,
|
|
17
12
|
UpdateMissionProfileCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateMissionProfileCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateMissionProfileCommandInput
|
|
18
|
+
input: UpdateMissionProfileCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateMissionProfileCommandInput,
|
|
26
21
|
UpdateMissionProfileCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface GroundStationExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -15,15 +15,13 @@ export declare const BandwidthUnits: {
|
|
|
15
15
|
readonly KHZ: "kHz";
|
|
16
16
|
readonly MHZ: "MHz";
|
|
17
17
|
};
|
|
18
|
-
export type BandwidthUnits =
|
|
19
|
-
(typeof BandwidthUnits)[keyof typeof BandwidthUnits];
|
|
18
|
+
export type BandwidthUnits = (typeof BandwidthUnits)[keyof typeof BandwidthUnits];
|
|
20
19
|
export declare const FrequencyUnits: {
|
|
21
20
|
readonly GHZ: "GHz";
|
|
22
21
|
readonly KHZ: "kHz";
|
|
23
22
|
readonly MHZ: "MHz";
|
|
24
23
|
};
|
|
25
|
-
export type FrequencyUnits =
|
|
26
|
-
(typeof FrequencyUnits)[keyof typeof FrequencyUnits];
|
|
24
|
+
export type FrequencyUnits = (typeof FrequencyUnits)[keyof typeof FrequencyUnits];
|
|
27
25
|
export declare const Polarization: {
|
|
28
26
|
readonly LEFT_HAND: "LEFT_HAND";
|
|
29
27
|
readonly NONE: "NONE";
|
|
@@ -43,8 +41,7 @@ export declare const CapabilityHealth: {
|
|
|
43
41
|
readonly HEALTHY: "HEALTHY";
|
|
44
42
|
readonly UNHEALTHY: "UNHEALTHY";
|
|
45
43
|
};
|
|
46
|
-
export type CapabilityHealth =
|
|
47
|
-
(typeof CapabilityHealth)[keyof typeof CapabilityHealth];
|
|
44
|
+
export type CapabilityHealth = (typeof CapabilityHealth)[keyof typeof CapabilityHealth];
|
|
48
45
|
export declare const CapabilityHealthReason: {
|
|
49
46
|
readonly DATAPLANE_FAILURE: "DATAPLANE_FAILURE";
|
|
50
47
|
readonly HEALTHY: "HEALTHY";
|
|
@@ -66,13 +63,11 @@ export declare const ConfigCapabilityType: {
|
|
|
66
63
|
readonly TRACKING: "tracking";
|
|
67
64
|
readonly UPLINK_ECHO: "uplink-echo";
|
|
68
65
|
};
|
|
69
|
-
export type ConfigCapabilityType =
|
|
70
|
-
(typeof ConfigCapabilityType)[keyof typeof ConfigCapabilityType];
|
|
66
|
+
export type ConfigCapabilityType = (typeof ConfigCapabilityType)[keyof typeof ConfigCapabilityType];
|
|
71
67
|
export declare const TelemetrySinkType: {
|
|
72
68
|
readonly KINESIS_DATA_STREAM: "KINESIS_DATA_STREAM";
|
|
73
69
|
};
|
|
74
|
-
export type TelemetrySinkType =
|
|
75
|
-
(typeof TelemetrySinkType)[keyof typeof TelemetrySinkType];
|
|
70
|
+
export type TelemetrySinkType = (typeof TelemetrySinkType)[keyof typeof TelemetrySinkType];
|
|
76
71
|
export declare const Criticality: {
|
|
77
72
|
readonly PREFERRED: "PREFERRED";
|
|
78
73
|
readonly REMOVED: "REMOVED";
|
|
@@ -86,8 +81,7 @@ export declare const EndpointStatus: {
|
|
|
86
81
|
readonly deleting: "deleting";
|
|
87
82
|
readonly failed: "failed";
|
|
88
83
|
};
|
|
89
|
-
export type EndpointStatus =
|
|
90
|
-
(typeof EndpointStatus)[keyof typeof EndpointStatus];
|
|
84
|
+
export type EndpointStatus = (typeof EndpointStatus)[keyof typeof EndpointStatus];
|
|
91
85
|
export declare const ContactStatus: {
|
|
92
86
|
readonly AVAILABLE: "AVAILABLE";
|
|
93
87
|
readonly AWS_CANCELLED: "AWS_CANCELLED";
|
|
@@ -174,8 +168,7 @@ export declare const EphemerisErrorCode: {
|
|
|
174
168
|
readonly TIME_AZ_EL_ITEMS_OUT_OF_ORDER: "TIME_AZ_EL_ITEMS_OUT_OF_ORDER";
|
|
175
169
|
readonly TIME_SYSTEM_UNSUPPORTED: "TIME_SYSTEM_UNSUPPORTED";
|
|
176
170
|
};
|
|
177
|
-
export type EphemerisErrorCode =
|
|
178
|
-
(typeof EphemerisErrorCode)[keyof typeof EphemerisErrorCode];
|
|
171
|
+
export type EphemerisErrorCode = (typeof EphemerisErrorCode)[keyof typeof EphemerisErrorCode];
|
|
179
172
|
export declare const EphemerisInvalidReason: {
|
|
180
173
|
readonly KMS_KEY_INVALID: "KMS_KEY_INVALID";
|
|
181
174
|
readonly METADATA_INVALID: "METADATA_INVALID";
|
|
@@ -193,23 +186,19 @@ export declare const EphemerisStatus: {
|
|
|
193
186
|
readonly INVALID: "INVALID";
|
|
194
187
|
readonly VALIDATING: "VALIDATING";
|
|
195
188
|
};
|
|
196
|
-
export type EphemerisStatus =
|
|
197
|
-
(typeof EphemerisStatus)[keyof typeof EphemerisStatus];
|
|
189
|
+
export type EphemerisStatus = (typeof EphemerisStatus)[keyof typeof EphemerisStatus];
|
|
198
190
|
export declare const EphemerisSource: {
|
|
199
191
|
readonly CUSTOMER_PROVIDED: "CUSTOMER_PROVIDED";
|
|
200
192
|
readonly SPACE_TRACK: "SPACE_TRACK";
|
|
201
193
|
};
|
|
202
|
-
export type EphemerisSource =
|
|
203
|
-
(typeof EphemerisSource)[keyof typeof EphemerisSource];
|
|
194
|
+
export type EphemerisSource = (typeof EphemerisSource)[keyof typeof EphemerisSource];
|
|
204
195
|
export declare const ReservationType: {
|
|
205
196
|
readonly CONTACT: "CONTACT";
|
|
206
197
|
readonly MAINTENANCE: "MAINTENANCE";
|
|
207
198
|
};
|
|
208
|
-
export type ReservationType =
|
|
209
|
-
(typeof ReservationType)[keyof typeof ReservationType];
|
|
199
|
+
export type ReservationType = (typeof ReservationType)[keyof typeof ReservationType];
|
|
210
200
|
export declare const MaintenanceType: {
|
|
211
201
|
readonly PLANNED: "PLANNED";
|
|
212
202
|
readonly UNPLANNED: "UNPLANNED";
|
|
213
203
|
};
|
|
214
|
-
export type MaintenanceType =
|
|
215
|
-
(typeof MaintenanceType)[keyof typeof MaintenanceType];
|
|
204
|
+
export type MaintenanceType = (typeof MaintenanceType)[keyof typeof MaintenanceType];
|
|
@@ -4,45 +4,33 @@ export declare class DependencyException extends __BaseException {
|
|
|
4
4
|
readonly name: "DependencyException";
|
|
5
5
|
readonly $fault: "server";
|
|
6
6
|
parameterName?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<DependencyException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<DependencyException, __BaseException>);
|
|
10
8
|
}
|
|
11
9
|
export declare class InvalidParameterException extends __BaseException {
|
|
12
10
|
readonly name: "InvalidParameterException";
|
|
13
11
|
readonly $fault: "client";
|
|
14
12
|
parameterName?: string | undefined;
|
|
15
|
-
constructor(
|
|
16
|
-
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
17
|
-
);
|
|
13
|
+
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
18
14
|
}
|
|
19
15
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
20
16
|
readonly name: "ResourceNotFoundException";
|
|
21
17
|
readonly $fault: "client";
|
|
22
|
-
constructor(
|
|
23
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
24
|
-
);
|
|
18
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
25
19
|
}
|
|
26
20
|
export declare class ResourceLimitExceededException extends __BaseException {
|
|
27
21
|
readonly name: "ResourceLimitExceededException";
|
|
28
22
|
readonly $fault: "client";
|
|
29
23
|
parameterName?: string | undefined;
|
|
30
|
-
constructor(
|
|
31
|
-
opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
|
|
32
|
-
);
|
|
24
|
+
constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
|
|
33
25
|
}
|
|
34
26
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
35
27
|
readonly name: "ServiceQuotaExceededException";
|
|
36
28
|
readonly $fault: "client";
|
|
37
29
|
parameterName?: string | undefined;
|
|
38
|
-
constructor(
|
|
39
|
-
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
40
|
-
);
|
|
30
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
41
31
|
}
|
|
42
32
|
export declare class ResourceInUseException extends __BaseException {
|
|
43
33
|
readonly name: "ResourceInUseException";
|
|
44
34
|
readonly $fault: "client";
|
|
45
|
-
constructor(
|
|
46
|
-
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
47
|
-
);
|
|
35
|
+
constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
|
|
48
36
|
}
|
|
@@ -378,9 +378,7 @@ export declare namespace ConfigTypeData {
|
|
|
378
378
|
antennaDownlinkConfig: (value: AntennaDownlinkConfig) => T;
|
|
379
379
|
trackingConfig: (value: TrackingConfig) => T;
|
|
380
380
|
dataflowEndpointConfig: (value: DataflowEndpointConfig) => T;
|
|
381
|
-
antennaDownlinkDemodDecodeConfig: (
|
|
382
|
-
value: AntennaDownlinkDemodDecodeConfig
|
|
383
|
-
) => T;
|
|
381
|
+
antennaDownlinkDemodDecodeConfig: (value: AntennaDownlinkDemodDecodeConfig) => T;
|
|
384
382
|
antennaUplinkConfig: (value: AntennaUplinkConfig) => T;
|
|
385
383
|
uplinkEchoConfig: (value: UplinkEchoConfig) => T;
|
|
386
384
|
s3RecordingConfig: (value: S3RecordingConfig) => T;
|
|
@@ -498,12 +496,8 @@ export interface EndpointDetails {
|
|
|
498
496
|
securityDetails?: SecurityDetails | undefined;
|
|
499
497
|
endpoint?: DataflowEndpoint | undefined;
|
|
500
498
|
awsGroundStationAgentEndpoint?: AwsGroundStationAgentEndpoint | undefined;
|
|
501
|
-
uplinkAwsGroundStationAgentEndpoint?:
|
|
502
|
-
|
|
503
|
-
| undefined;
|
|
504
|
-
downlinkAwsGroundStationAgentEndpoint?:
|
|
505
|
-
| DownlinkAwsGroundStationAgentEndpointDetails
|
|
506
|
-
| undefined;
|
|
499
|
+
uplinkAwsGroundStationAgentEndpoint?: UplinkAwsGroundStationAgentEndpointDetails | undefined;
|
|
500
|
+
downlinkAwsGroundStationAgentEndpoint?: DownlinkAwsGroundStationAgentEndpointDetails | undefined;
|
|
507
501
|
healthStatus?: CapabilityHealth | undefined;
|
|
508
502
|
healthReasons?: CapabilityHealthReason[] | undefined;
|
|
509
503
|
}
|
|
@@ -678,9 +672,7 @@ export interface DescribeContactVersionResponse {
|
|
|
678
672
|
ephemeris?: EphemerisResponseData | undefined;
|
|
679
673
|
version?: ContactVersion | undefined;
|
|
680
674
|
}
|
|
681
|
-
export type EphemerisFilter =
|
|
682
|
-
| EphemerisFilter.AzElMember
|
|
683
|
-
| EphemerisFilter.$UnknownMember;
|
|
675
|
+
export type EphemerisFilter = EphemerisFilter.AzElMember | EphemerisFilter.$UnknownMember;
|
|
684
676
|
export declare namespace EphemerisFilter {
|
|
685
677
|
interface AzElMember {
|
|
686
678
|
azEl: AzElEphemerisFilter;
|
|
@@ -798,12 +790,8 @@ export declare namespace CreateEndpointDetails {
|
|
|
798
790
|
$unknown: [string, any];
|
|
799
791
|
}
|
|
800
792
|
interface Visitor<T> {
|
|
801
|
-
uplinkAwsGroundStationAgentEndpoint: (
|
|
802
|
-
|
|
803
|
-
) => T;
|
|
804
|
-
downlinkAwsGroundStationAgentEndpoint: (
|
|
805
|
-
value: DownlinkAwsGroundStationAgentEndpoint
|
|
806
|
-
) => T;
|
|
793
|
+
uplinkAwsGroundStationAgentEndpoint: (value: UplinkAwsGroundStationAgentEndpoint) => T;
|
|
794
|
+
downlinkAwsGroundStationAgentEndpoint: (value: DownlinkAwsGroundStationAgentEndpoint) => T;
|
|
807
795
|
_: (name: string, value: any) => T;
|
|
808
796
|
}
|
|
809
797
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { GroundStationClient } from "../GroundStationClient";
|
|
3
|
-
export interface GroundStationPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface GroundStationPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: GroundStationClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListConfigsCommandInput,
|
|
4
|
-
ListConfigsCommandOutput,
|
|
5
|
-
} from "../commands/ListConfigsCommand";
|
|
2
|
+
import { ListConfigsCommandInput, ListConfigsCommandOutput } from "../commands/ListConfigsCommand";
|
|
6
3
|
import { GroundStationPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListConfigs: (
|
|
8
5
|
config: GroundStationPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|
|
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
24
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
25
|
) => Promise<Uint8Array>;
|
|
30
26
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
27
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,30 +36,21 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
40
36
|
region: string | import("@smithy/types").Provider<any>;
|
|
41
37
|
profile?: string;
|
|
42
38
|
defaultUserAgentProvider: (
|
|
43
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
39
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
44
40
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
45
41
|
credentialDefaultProvider:
|
|
46
42
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
47
|
-
| ((
|
|
48
|
-
_: unknown
|
|
49
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
43
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
50
44
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
51
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
52
46
|
logger: import("@smithy/types").Logger;
|
|
53
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
54
48
|
defaultsMode:
|
|
55
49
|
| import("@smithy/core/client").DefaultsMode
|
|
56
|
-
| import("@smithy/types").Provider<
|
|
57
|
-
import("@smithy/core/client").DefaultsMode
|
|
58
|
-
>;
|
|
50
|
+
| import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
59
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
60
|
-
userAgentAppId?:
|
|
61
|
-
|
|
62
|
-
| undefined
|
|
63
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
64
|
-
retryStrategy?:
|
|
65
|
-
| import("@smithy/types").RetryStrategy
|
|
66
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
52
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
53
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
67
54
|
endpoint?:
|
|
68
55
|
| ((
|
|
69
56
|
| string
|
|
@@ -85,7 +72,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
85
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
86
73
|
context?: {
|
|
87
74
|
logger?: import("@smithy/types").Logger;
|
|
88
|
-
}
|
|
75
|
+
},
|
|
89
76
|
) => import("@smithy/types").EndpointV2;
|
|
90
77
|
tls?: boolean;
|
|
91
78
|
serviceConfiguredEndpoint?: never;
|
|
@@ -98,13 +85,13 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
98
85
|
signer?:
|
|
99
86
|
| import("@smithy/types").RequestSigner
|
|
100
87
|
| ((
|
|
101
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
88
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
102
89
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
103
90
|
signingEscapePath?: boolean;
|
|
104
91
|
systemClockOffset?: number;
|
|
105
92
|
signingRegion?: string;
|
|
106
93
|
signerConstructor?: new (
|
|
107
94
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
108
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
95
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
109
96
|
) => import("@smithy/types").RequestSigner;
|
|
110
97
|
};
|
|
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: GroundStationClientConfig) => {
|
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
10
10
|
context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger;
|
|
12
|
-
}
|
|
12
|
+
},
|
|
13
13
|
) => import("@smithy/types").EndpointV2;
|
|
14
14
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
15
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").GroundStationHttpAuthSchemeProvider;
|
|
@@ -7,11 +7,9 @@ import { GroundStationClient } from "../GroundStationClient";
|
|
|
7
7
|
import { GroundStationServiceException } from "../models/GroundStationServiceException";
|
|
8
8
|
export declare const waitForContactScheduled: (
|
|
9
9
|
params: WaiterConfiguration<GroundStationClient>,
|
|
10
|
-
input: DescribeContactCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<DescribeContactCommandOutput | GroundStationServiceException>
|
|
13
|
-
>;
|
|
10
|
+
input: DescribeContactCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeContactCommandOutput | GroundStationServiceException>>;
|
|
14
12
|
export declare const waitUntilContactScheduled: (
|
|
15
13
|
params: WaiterConfiguration<GroundStationClient>,
|
|
16
|
-
input: DescribeContactCommandInput
|
|
14
|
+
input: DescribeContactCommandInput,
|
|
17
15
|
) => Promise<WaiterResult<DescribeContactCommandOutput>>;
|
|
@@ -7,13 +7,9 @@ import { GroundStationClient } from "../GroundStationClient";
|
|
|
7
7
|
import { GroundStationServiceException } from "../models/GroundStationServiceException";
|
|
8
8
|
export declare const waitForContactUpdated: (
|
|
9
9
|
params: WaiterConfiguration<GroundStationClient>,
|
|
10
|
-
input: DescribeContactVersionCommandInput
|
|
11
|
-
) => Promise<
|
|
12
|
-
WaiterResult<
|
|
13
|
-
DescribeContactVersionCommandOutput | GroundStationServiceException
|
|
14
|
-
>
|
|
15
|
-
>;
|
|
10
|
+
input: DescribeContactVersionCommandInput,
|
|
11
|
+
) => Promise<WaiterResult<DescribeContactVersionCommandOutput | GroundStationServiceException>>;
|
|
16
12
|
export declare const waitUntilContactUpdated: (
|
|
17
13
|
params: WaiterConfiguration<GroundStationClient>,
|
|
18
|
-
input: DescribeContactVersionCommandInput
|
|
14
|
+
input: DescribeContactVersionCommandInput,
|
|
19
15
|
) => Promise<WaiterResult<DescribeContactVersionCommandOutput>>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-groundstation",
|
|
3
|
+
"version": "3.1088.0",
|
|
3
4
|
"description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
|
|
4
|
-
"
|
|
5
|
+
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-groundstation",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "AWS SDK for JavaScript Team",
|
|
9
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
10
|
+
},
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
14
|
+
"directory": "clients/client-groundstation"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist-*/**"
|
|
18
|
+
],
|
|
19
|
+
"sideEffects": false,
|
|
20
|
+
"main": "./dist-cjs/index.js",
|
|
21
|
+
"module": "./dist-es/index.js",
|
|
22
|
+
"browser": {
|
|
23
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
24
|
+
},
|
|
25
|
+
"types": "./dist-types/index.d.ts",
|
|
26
|
+
"typesVersions": {
|
|
27
|
+
"<4.5": {
|
|
28
|
+
"dist-types/*": [
|
|
29
|
+
"dist-types/ts3.4/*"
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"react-native": {
|
|
34
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
35
|
+
},
|
|
5
36
|
"scripts": {
|
|
6
37
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
38
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -14,18 +45,14 @@
|
|
|
14
45
|
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
46
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
47
|
},
|
|
17
|
-
"main": "./dist-cjs/index.js",
|
|
18
|
-
"types": "./dist-types/index.d.ts",
|
|
19
|
-
"module": "./dist-es/index.js",
|
|
20
|
-
"sideEffects": false,
|
|
21
48
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.975.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.974.
|
|
25
|
-
"@smithy/core": "^3.29.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.16.
|
|
49
|
+
"@aws-sdk/core": "^3.975.3",
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.69",
|
|
51
|
+
"@aws-sdk/types": "^3.974.2",
|
|
52
|
+
"@smithy/core": "^3.29.4",
|
|
53
|
+
"@smithy/fetch-http-handler": "^5.6.6",
|
|
54
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
55
|
+
"@smithy/types": "^4.16.1",
|
|
29
56
|
"tslib": "^2.6.2"
|
|
30
57
|
},
|
|
31
58
|
"devDependencies": {
|
|
@@ -38,32 +65,5 @@
|
|
|
38
65
|
},
|
|
39
66
|
"engines": {
|
|
40
67
|
"node": ">=20.0.0"
|
|
41
|
-
},
|
|
42
|
-
"typesVersions": {
|
|
43
|
-
"<4.5": {
|
|
44
|
-
"dist-types/*": [
|
|
45
|
-
"dist-types/ts3.4/*"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"files": [
|
|
50
|
-
"dist-*/**"
|
|
51
|
-
],
|
|
52
|
-
"author": {
|
|
53
|
-
"name": "AWS SDK for JavaScript Team",
|
|
54
|
-
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
55
|
-
},
|
|
56
|
-
"license": "Apache-2.0",
|
|
57
|
-
"browser": {
|
|
58
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
59
|
-
},
|
|
60
|
-
"react-native": {
|
|
61
|
-
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
62
|
-
},
|
|
63
|
-
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-groundstation",
|
|
64
|
-
"repository": {
|
|
65
|
-
"type": "git",
|
|
66
|
-
"url": "https://github.com/aws/aws-sdk-js-v3.git",
|
|
67
|
-
"directory": "clients/client-groundstation"
|
|
68
68
|
}
|
|
69
69
|
}
|