@aws-sdk/client-groundstation 3.495.0 → 3.499.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 +33 -30
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -3305,49 +3305,30 @@ var waitUntilContactScheduled = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
3305
3305
|
// src/index.ts
|
|
3306
3306
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3307
3307
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3308
|
+
|
|
3308
3309
|
0 && (module.exports = {
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3310
|
+
GroundStationServiceException,
|
|
3311
|
+
__Client,
|
|
3312
|
+
GroundStationClient,
|
|
3313
|
+
GroundStation,
|
|
3314
|
+
$Command,
|
|
3313
3315
|
CancelContactCommand,
|
|
3314
|
-
CapabilityHealth,
|
|
3315
|
-
CapabilityHealthReason,
|
|
3316
|
-
ConfigCapabilityType,
|
|
3317
|
-
ConfigDetails,
|
|
3318
|
-
ConfigTypeData,
|
|
3319
|
-
ContactStatus,
|
|
3320
3316
|
CreateConfigCommand,
|
|
3321
3317
|
CreateDataflowEndpointGroupCommand,
|
|
3322
3318
|
CreateEphemerisCommand,
|
|
3323
3319
|
CreateMissionProfileCommand,
|
|
3324
|
-
Criticality,
|
|
3325
3320
|
DeleteConfigCommand,
|
|
3326
3321
|
DeleteDataflowEndpointGroupCommand,
|
|
3327
3322
|
DeleteEphemerisCommand,
|
|
3328
3323
|
DeleteMissionProfileCommand,
|
|
3329
|
-
DependencyException,
|
|
3330
3324
|
DescribeContactCommand,
|
|
3331
3325
|
DescribeEphemerisCommand,
|
|
3332
|
-
EirpUnits,
|
|
3333
|
-
EndpointStatus,
|
|
3334
|
-
EphemerisData,
|
|
3335
|
-
EphemerisInvalidReason,
|
|
3336
|
-
EphemerisSource,
|
|
3337
|
-
EphemerisStatus,
|
|
3338
|
-
EphemerisTypeDescription,
|
|
3339
|
-
FrequencyUnits,
|
|
3340
3326
|
GetAgentConfigurationCommand,
|
|
3341
3327
|
GetConfigCommand,
|
|
3342
3328
|
GetDataflowEndpointGroupCommand,
|
|
3343
3329
|
GetMinuteUsageCommand,
|
|
3344
3330
|
GetMissionProfileCommand,
|
|
3345
3331
|
GetSatelliteCommand,
|
|
3346
|
-
GroundStation,
|
|
3347
|
-
GroundStationClient,
|
|
3348
|
-
GroundStationServiceException,
|
|
3349
|
-
InvalidParameterException,
|
|
3350
|
-
KmsKey,
|
|
3351
3332
|
ListConfigsCommand,
|
|
3352
3333
|
ListContactsCommand,
|
|
3353
3334
|
ListDataflowEndpointGroupsCommand,
|
|
@@ -3356,18 +3337,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3356
3337
|
ListMissionProfilesCommand,
|
|
3357
3338
|
ListSatellitesCommand,
|
|
3358
3339
|
ListTagsForResourceCommand,
|
|
3359
|
-
Polarization,
|
|
3360
3340
|
RegisterAgentCommand,
|
|
3361
3341
|
ReserveContactCommand,
|
|
3362
|
-
ResourceLimitExceededException,
|
|
3363
|
-
ResourceNotFoundException,
|
|
3364
3342
|
TagResourceCommand,
|
|
3365
3343
|
UntagResourceCommand,
|
|
3366
3344
|
UpdateAgentStatusCommand,
|
|
3367
3345
|
UpdateConfigCommand,
|
|
3368
3346
|
UpdateEphemerisCommand,
|
|
3369
3347
|
UpdateMissionProfileCommand,
|
|
3370
|
-
__Client,
|
|
3371
3348
|
paginateListConfigs,
|
|
3372
3349
|
paginateListContacts,
|
|
3373
3350
|
paginateListDataflowEndpointGroups,
|
|
@@ -3376,5 +3353,31 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3376
3353
|
paginateListMissionProfiles,
|
|
3377
3354
|
paginateListSatellites,
|
|
3378
3355
|
waitForContactScheduled,
|
|
3379
|
-
waitUntilContactScheduled
|
|
3356
|
+
waitUntilContactScheduled,
|
|
3357
|
+
DependencyException,
|
|
3358
|
+
InvalidParameterException,
|
|
3359
|
+
ResourceNotFoundException,
|
|
3360
|
+
AgentStatus,
|
|
3361
|
+
AngleUnits,
|
|
3362
|
+
BandwidthUnits,
|
|
3363
|
+
FrequencyUnits,
|
|
3364
|
+
Polarization,
|
|
3365
|
+
EirpUnits,
|
|
3366
|
+
AuditResults,
|
|
3367
|
+
CapabilityHealth,
|
|
3368
|
+
CapabilityHealthReason,
|
|
3369
|
+
ConfigCapabilityType,
|
|
3370
|
+
Criticality,
|
|
3371
|
+
ConfigTypeData,
|
|
3372
|
+
ResourceLimitExceededException,
|
|
3373
|
+
EndpointStatus,
|
|
3374
|
+
ConfigDetails,
|
|
3375
|
+
ContactStatus,
|
|
3376
|
+
EphemerisData,
|
|
3377
|
+
KmsKey,
|
|
3378
|
+
EphemerisInvalidReason,
|
|
3379
|
+
EphemerisStatus,
|
|
3380
|
+
EphemerisTypeDescription,
|
|
3381
|
+
EphemerisSource
|
|
3380
3382
|
});
|
|
3383
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-groundstation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Groundstation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-groundstation",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|