@aws-sdk/client-groundstation 3.583.0 → 3.588.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 CHANGED
@@ -574,7 +574,7 @@ var se_CreateEphemerisCommand = /* @__PURE__ */ __name(async (input, context) =>
574
574
  (0, import_smithy_client.take)(input, {
575
575
  enabled: [],
576
576
  ephemeris: (_) => se_EphemerisData(_, context),
577
- expirationTime: (_) => Math.round(_.getTime() / 1e3),
577
+ expirationTime: (_) => _.getTime() / 1e3,
578
578
  kmsKeyArn: [],
579
579
  name: [],
580
580
  priority: [],
@@ -746,13 +746,13 @@ var se_ListContactsCommand = /* @__PURE__ */ __name(async (input, context) => {
746
746
  let body;
747
747
  body = JSON.stringify(
748
748
  (0, import_smithy_client.take)(input, {
749
- endTime: (_) => Math.round(_.getTime() / 1e3),
749
+ endTime: (_) => _.getTime() / 1e3,
750
750
  groundStation: [],
751
751
  maxResults: [],
752
752
  missionProfileArn: [],
753
753
  nextToken: [],
754
754
  satelliteArn: [],
755
- startTime: (_) => Math.round(_.getTime() / 1e3),
755
+ startTime: (_) => _.getTime() / 1e3,
756
756
  statusList: (_) => (0, import_smithy_client._json)(_)
757
757
  })
758
758
  );
@@ -784,9 +784,9 @@ var se_ListEphemeridesCommand = /* @__PURE__ */ __name(async (input, context) =>
784
784
  let body;
785
785
  body = JSON.stringify(
786
786
  (0, import_smithy_client.take)(input, {
787
- endTime: (_) => Math.round(_.getTime() / 1e3),
787
+ endTime: (_) => _.getTime() / 1e3,
788
788
  satelliteId: [],
789
- startTime: (_) => Math.round(_.getTime() / 1e3),
789
+ startTime: (_) => _.getTime() / 1e3,
790
790
  statusList: (_) => (0, import_smithy_client._json)(_)
791
791
  })
792
792
  );
@@ -864,11 +864,11 @@ var se_ReserveContactCommand = /* @__PURE__ */ __name(async (input, context) =>
864
864
  let body;
865
865
  body = JSON.stringify(
866
866
  (0, import_smithy_client.take)(input, {
867
- endTime: (_) => Math.round(_.getTime() / 1e3),
867
+ endTime: (_) => _.getTime() / 1e3,
868
868
  groundStation: [],
869
869
  missionProfileArn: [],
870
870
  satelliteArn: [],
871
- startTime: (_) => Math.round(_.getTime() / 1e3),
871
+ startTime: (_) => _.getTime() / 1e3,
872
872
  tags: (_) => (0, import_smithy_client._json)(_)
873
873
  })
874
874
  );
@@ -1655,8 +1655,8 @@ var se_SpectrumConfig = /* @__PURE__ */ __name((input, context) => {
1655
1655
  }, "se_SpectrumConfig");
1656
1656
  var se_TimeRange = /* @__PURE__ */ __name((input, context) => {
1657
1657
  return (0, import_smithy_client.take)(input, {
1658
- endTime: (_) => Math.round(_.getTime() / 1e3),
1659
- startTime: (_) => Math.round(_.getTime() / 1e3)
1658
+ endTime: (_) => _.getTime() / 1e3,
1659
+ startTime: (_) => _.getTime() / 1e3
1660
1660
  });
1661
1661
  }, "se_TimeRange");
1662
1662
  var se_TLEData = /* @__PURE__ */ __name((input, context) => {
@@ -53,7 +53,7 @@ export const se_CreateEphemerisCommand = async (input, context) => {
53
53
  body = JSON.stringify(take(input, {
54
54
  enabled: [],
55
55
  ephemeris: (_) => se_EphemerisData(_, context),
56
- expirationTime: (_) => Math.round(_.getTime() / 1000),
56
+ expirationTime: (_) => _.getTime() / 1000,
57
57
  kmsKeyArn: [],
58
58
  name: [],
59
59
  priority: [],
@@ -219,13 +219,13 @@ export const se_ListContactsCommand = async (input, context) => {
219
219
  b.bp("/contacts");
220
220
  let body;
221
221
  body = JSON.stringify(take(input, {
222
- endTime: (_) => Math.round(_.getTime() / 1000),
222
+ endTime: (_) => _.getTime() / 1000,
223
223
  groundStation: [],
224
224
  maxResults: [],
225
225
  missionProfileArn: [],
226
226
  nextToken: [],
227
227
  satelliteArn: [],
228
- startTime: (_) => Math.round(_.getTime() / 1000),
228
+ startTime: (_) => _.getTime() / 1000,
229
229
  statusList: (_) => _json(_),
230
230
  }));
231
231
  b.m("POST").h(headers).b(body);
@@ -255,9 +255,9 @@ export const se_ListEphemeridesCommand = async (input, context) => {
255
255
  });
256
256
  let body;
257
257
  body = JSON.stringify(take(input, {
258
- endTime: (_) => Math.round(_.getTime() / 1000),
258
+ endTime: (_) => _.getTime() / 1000,
259
259
  satelliteId: [],
260
- startTime: (_) => Math.round(_.getTime() / 1000),
260
+ startTime: (_) => _.getTime() / 1000,
261
261
  statusList: (_) => _json(_),
262
262
  }));
263
263
  b.m("POST").h(headers).q(query).b(body);
@@ -331,11 +331,11 @@ export const se_ReserveContactCommand = async (input, context) => {
331
331
  b.bp("/contact");
332
332
  let body;
333
333
  body = JSON.stringify(take(input, {
334
- endTime: (_) => Math.round(_.getTime() / 1000),
334
+ endTime: (_) => _.getTime() / 1000,
335
335
  groundStation: [],
336
336
  missionProfileArn: [],
337
337
  satelliteArn: [],
338
- startTime: (_) => Math.round(_.getTime() / 1000),
338
+ startTime: (_) => _.getTime() / 1000,
339
339
  tags: (_) => _json(_),
340
340
  }));
341
341
  b.m("POST").h(headers).b(body);
@@ -1111,8 +1111,8 @@ const se_SpectrumConfig = (input, context) => {
1111
1111
  };
1112
1112
  const se_TimeRange = (input, context) => {
1113
1113
  return take(input, {
1114
- endTime: (_) => Math.round(_.getTime() / 1000),
1115
- startTime: (_) => Math.round(_.getTime() / 1000),
1114
+ endTime: (_) => _.getTime() / 1000,
1115
+ startTime: (_) => _.getTime() / 1000,
1116
1116
  });
1117
1117
  };
1118
1118
  const se_TLEData = (input, context) => {
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.583.0",
4
+ "version": "3.588.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,41 +20,41 @@
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-sso-oidc": "3.583.0",
24
- "@aws-sdk/client-sts": "3.583.0",
25
- "@aws-sdk/core": "3.582.0",
26
- "@aws-sdk/credential-provider-node": "3.583.0",
23
+ "@aws-sdk/client-sso-oidc": "3.588.0",
24
+ "@aws-sdk/client-sts": "3.588.0",
25
+ "@aws-sdk/core": "3.588.0",
26
+ "@aws-sdk/credential-provider-node": "3.588.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
30
- "@aws-sdk/middleware-user-agent": "3.583.0",
31
- "@aws-sdk/region-config-resolver": "3.577.0",
30
+ "@aws-sdk/middleware-user-agent": "3.587.0",
31
+ "@aws-sdk/region-config-resolver": "3.587.0",
32
32
  "@aws-sdk/types": "3.577.0",
33
- "@aws-sdk/util-endpoints": "3.583.0",
33
+ "@aws-sdk/util-endpoints": "3.587.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
- "@aws-sdk/util-user-agent-node": "3.577.0",
36
- "@smithy/config-resolver": "^3.0.0",
37
- "@smithy/core": "^2.0.1",
35
+ "@aws-sdk/util-user-agent-node": "3.587.0",
36
+ "@smithy/config-resolver": "^3.0.1",
37
+ "@smithy/core": "^2.1.1",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",
41
41
  "@smithy/middleware-content-length": "^3.0.0",
42
- "@smithy/middleware-endpoint": "^3.0.0",
43
- "@smithy/middleware-retry": "^3.0.1",
42
+ "@smithy/middleware-endpoint": "^3.0.1",
43
+ "@smithy/middleware-retry": "^3.0.3",
44
44
  "@smithy/middleware-serde": "^3.0.0",
45
45
  "@smithy/middleware-stack": "^3.0.0",
46
- "@smithy/node-config-provider": "^3.0.0",
46
+ "@smithy/node-config-provider": "^3.1.0",
47
47
  "@smithy/node-http-handler": "^3.0.0",
48
48
  "@smithy/protocol-http": "^4.0.0",
49
- "@smithy/smithy-client": "^3.0.1",
49
+ "@smithy/smithy-client": "^3.1.1",
50
50
  "@smithy/types": "^3.0.0",
51
51
  "@smithy/url-parser": "^3.0.0",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.1",
56
- "@smithy/util-defaults-mode-node": "^3.0.1",
57
- "@smithy/util-endpoints": "^2.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.3",
56
+ "@smithy/util-defaults-mode-node": "^3.0.3",
57
+ "@smithy/util-endpoints": "^2.0.1",
58
58
  "@smithy/util-middleware": "^3.0.0",
59
59
  "@smithy/util-retry": "^3.0.0",
60
60
  "@smithy/util-utf8": "^3.0.0",