@aws-sdk/client-groundstation 3.496.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +31 -30
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3307,48 +3307,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3307
3307
  // Annotate the CommonJS export names for ESM import in node:
3308
3308
 
3309
3309
  0 && (module.exports = {
3310
- AgentStatus,
3311
- AngleUnits,
3312
- AuditResults,
3313
- BandwidthUnits,
3310
+ GroundStationServiceException,
3311
+ __Client,
3312
+ GroundStationClient,
3313
+ GroundStation,
3314
+ $Command,
3314
3315
  CancelContactCommand,
3315
- CapabilityHealth,
3316
- CapabilityHealthReason,
3317
- ConfigCapabilityType,
3318
- ConfigDetails,
3319
- ConfigTypeData,
3320
- ContactStatus,
3321
3316
  CreateConfigCommand,
3322
3317
  CreateDataflowEndpointGroupCommand,
3323
3318
  CreateEphemerisCommand,
3324
3319
  CreateMissionProfileCommand,
3325
- Criticality,
3326
3320
  DeleteConfigCommand,
3327
3321
  DeleteDataflowEndpointGroupCommand,
3328
3322
  DeleteEphemerisCommand,
3329
3323
  DeleteMissionProfileCommand,
3330
- DependencyException,
3331
3324
  DescribeContactCommand,
3332
3325
  DescribeEphemerisCommand,
3333
- EirpUnits,
3334
- EndpointStatus,
3335
- EphemerisData,
3336
- EphemerisInvalidReason,
3337
- EphemerisSource,
3338
- EphemerisStatus,
3339
- EphemerisTypeDescription,
3340
- FrequencyUnits,
3341
3326
  GetAgentConfigurationCommand,
3342
3327
  GetConfigCommand,
3343
3328
  GetDataflowEndpointGroupCommand,
3344
3329
  GetMinuteUsageCommand,
3345
3330
  GetMissionProfileCommand,
3346
3331
  GetSatelliteCommand,
3347
- GroundStation,
3348
- GroundStationClient,
3349
- GroundStationServiceException,
3350
- InvalidParameterException,
3351
- KmsKey,
3352
3332
  ListConfigsCommand,
3353
3333
  ListContactsCommand,
3354
3334
  ListDataflowEndpointGroupsCommand,
@@ -3357,18 +3337,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3357
3337
  ListMissionProfilesCommand,
3358
3338
  ListSatellitesCommand,
3359
3339
  ListTagsForResourceCommand,
3360
- Polarization,
3361
3340
  RegisterAgentCommand,
3362
3341
  ReserveContactCommand,
3363
- ResourceLimitExceededException,
3364
- ResourceNotFoundException,
3365
3342
  TagResourceCommand,
3366
3343
  UntagResourceCommand,
3367
3344
  UpdateAgentStatusCommand,
3368
3345
  UpdateConfigCommand,
3369
3346
  UpdateEphemerisCommand,
3370
3347
  UpdateMissionProfileCommand,
3371
- __Client,
3372
3348
  paginateListConfigs,
3373
3349
  paginateListContacts,
3374
3350
  paginateListDataflowEndpointGroups,
@@ -3377,6 +3353,31 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3377
3353
  paginateListMissionProfiles,
3378
3354
  paginateListSatellites,
3379
3355
  waitForContactScheduled,
3380
- 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
3381
3382
  });
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.496.0",
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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",