@aws-sdk/client-groundstation 3.309.0 → 3.312.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/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +14 -6
- package/dist-cjs/protocols/Aws_restJson1.js +31 -10
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +13 -5
- package/dist-es/protocols/Aws_restJson1.js +31 -10
- package/dist-types/GroundStation.d.ts +12 -3
- package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +4 -0
- package/dist-types/commands/GetAgentConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/RegisterAgentCommand.d.ts +8 -2
- package/dist-types/commands/UpdateAgentStatusCommand.d.ts +4 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +53 -22
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +23 -9
- package/package.json +36 -36
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const q = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://groundstation-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://groundstation-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://groundstation.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://groundstation.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EphemerisSource = exports.EphemerisTypeDescription = exports.EphemerisStatus = exports.EphemerisInvalidReason = exports.KmsKey = exports.EphemerisData = exports.ContactStatus = exports.ConfigDetails = exports.EndpointStatus = exports.ResourceLimitExceededException = exports.ConfigTypeData = exports.Criticality = exports.ConfigCapabilityType = exports.AuditResults = exports.EirpUnits = exports.Polarization = exports.FrequencyUnits = exports.BandwidthUnits = exports.AngleUnits = exports.AgentStatus = exports.
|
|
3
|
+
exports.EphemerisSource = exports.EphemerisTypeDescription = exports.EphemerisStatus = exports.EphemerisInvalidReason = exports.KmsKey = exports.EphemerisData = exports.ContactStatus = exports.ConfigDetails = exports.EndpointStatus = exports.ResourceLimitExceededException = exports.ConfigTypeData = exports.Criticality = exports.ConfigCapabilityType = exports.CapabilityHealthReason = exports.CapabilityHealth = exports.AuditResults = exports.EirpUnits = exports.Polarization = exports.FrequencyUnits = exports.BandwidthUnits = exports.AngleUnits = exports.AgentStatus = exports.ResourceNotFoundException = exports.InvalidParameterException = exports.DependencyException = void 0;
|
|
4
4
|
const GroundStationServiceException_1 = require("./GroundStationServiceException");
|
|
5
5
|
class DependencyException extends GroundStationServiceException_1.GroundStationServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -43,11 +43,6 @@ class ResourceNotFoundException extends GroundStationServiceException_1.GroundSt
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
46
|
-
exports.ComponentType = {
|
|
47
|
-
DIGITIZER: "DIGITIZER",
|
|
48
|
-
LAMINAR_FLOW: "LAMINAR_FLOW",
|
|
49
|
-
PRISM: "PRISM",
|
|
50
|
-
};
|
|
51
46
|
exports.AgentStatus = {
|
|
52
47
|
ACTIVE: "ACTIVE",
|
|
53
48
|
FAILED: "FAILED",
|
|
@@ -80,6 +75,19 @@ exports.AuditResults = {
|
|
|
80
75
|
HEALTHY: "HEALTHY",
|
|
81
76
|
UNHEALTHY: "UNHEALTHY",
|
|
82
77
|
};
|
|
78
|
+
exports.CapabilityHealth = {
|
|
79
|
+
HEALTHY: "HEALTHY",
|
|
80
|
+
UNHEALTHY: "UNHEALTHY",
|
|
81
|
+
};
|
|
82
|
+
exports.CapabilityHealthReason = {
|
|
83
|
+
DATAPLANE_FAILURE: "DATAPLANE_FAILURE",
|
|
84
|
+
HEALTHY: "HEALTHY",
|
|
85
|
+
INITIALIZING_DATAPLANE: "INITIALIZING_DATAPLANE",
|
|
86
|
+
INVALID_IP_OWNERSHIP: "INVALID_IP_OWNERSHIP",
|
|
87
|
+
NOT_AUTHORIZED_TO_CREATE_SLR: "NOT_AUTHORIZED_TO_CREATE_SLR",
|
|
88
|
+
NO_REGISTERED_AGENT: "NO_REGISTERED_AGENT",
|
|
89
|
+
UNVERIFIED_IP_OWNERSHIP: "UNVERIFIED_IP_OWNERSHIP",
|
|
90
|
+
};
|
|
83
91
|
exports.ConfigCapabilityType = {
|
|
84
92
|
ANTENNA_DOWNLINK: "antenna-downlink",
|
|
85
93
|
ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode",
|
|
@@ -2303,17 +2303,23 @@ const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
|
2303
2303
|
});
|
|
2304
2304
|
return (0, smithy_client_1.decorateServiceException)(exception, parsedOutput.body);
|
|
2305
2305
|
};
|
|
2306
|
+
const se_AgentCpuCoresList = (input, context) => {
|
|
2307
|
+
return input
|
|
2308
|
+
.filter((e) => e != null)
|
|
2309
|
+
.map((entry) => {
|
|
2310
|
+
return entry;
|
|
2311
|
+
});
|
|
2312
|
+
};
|
|
2306
2313
|
const se_AgentDetails = (input, context) => {
|
|
2307
2314
|
return {
|
|
2315
|
+
...(input.agentCpuCores != null && { agentCpuCores: se_AgentCpuCoresList(input.agentCpuCores, context) }),
|
|
2308
2316
|
...(input.agentVersion != null && { agentVersion: input.agentVersion }),
|
|
2309
2317
|
...(input.componentVersions != null && {
|
|
2310
2318
|
componentVersions: se_ComponentVersionList(input.componentVersions, context),
|
|
2311
2319
|
}),
|
|
2312
2320
|
...(input.instanceId != null && { instanceId: input.instanceId }),
|
|
2313
2321
|
...(input.instanceType != null && { instanceType: input.instanceType }),
|
|
2314
|
-
...(input.reservedCpuCores != null && {
|
|
2315
|
-
reservedCpuCores: se_ReservedCpuCoresList(input.reservedCpuCores, context),
|
|
2316
|
-
}),
|
|
2322
|
+
...(input.reservedCpuCores != null && { reservedCpuCores: se_AgentCpuCoresList(input.reservedCpuCores, context) }),
|
|
2317
2323
|
};
|
|
2318
2324
|
};
|
|
2319
2325
|
const se_AggregateStatus = (input, context) => {
|
|
@@ -2359,6 +2365,13 @@ const se_CapabilityArnList = (input, context) => {
|
|
|
2359
2365
|
return entry;
|
|
2360
2366
|
});
|
|
2361
2367
|
};
|
|
2368
|
+
const se_CapabilityHealthReasonList = (input, context) => {
|
|
2369
|
+
return input
|
|
2370
|
+
.filter((e) => e != null)
|
|
2371
|
+
.map((entry) => {
|
|
2372
|
+
return entry;
|
|
2373
|
+
});
|
|
2374
|
+
};
|
|
2362
2375
|
const se_ComponentStatusData = (input, context) => {
|
|
2363
2376
|
return {
|
|
2364
2377
|
...(input.bytesReceived != null && { bytesReceived: input.bytesReceived }),
|
|
@@ -2469,6 +2482,8 @@ const se_EndpointDetails = (input, context) => {
|
|
|
2469
2482
|
awsGroundStationAgentEndpoint: se_AwsGroundStationAgentEndpoint(input.awsGroundStationAgentEndpoint, context),
|
|
2470
2483
|
}),
|
|
2471
2484
|
...(input.endpoint != null && { endpoint: se_DataflowEndpoint(input.endpoint, context) }),
|
|
2485
|
+
...(input.healthReasons != null && { healthReasons: se_CapabilityHealthReasonList(input.healthReasons, context) }),
|
|
2486
|
+
...(input.healthStatus != null && { healthStatus: input.healthStatus }),
|
|
2472
2487
|
...(input.securityDetails != null && { securityDetails: se_SecurityDetails(input.securityDetails, context) }),
|
|
2473
2488
|
};
|
|
2474
2489
|
};
|
|
@@ -2543,13 +2558,6 @@ const se_RangedSocketAddress = (input, context) => {
|
|
|
2543
2558
|
...(input.portRange != null && { portRange: se_IntegerRange(input.portRange, context) }),
|
|
2544
2559
|
};
|
|
2545
2560
|
};
|
|
2546
|
-
const se_ReservedCpuCoresList = (input, context) => {
|
|
2547
|
-
return input
|
|
2548
|
-
.filter((e) => e != null)
|
|
2549
|
-
.map((entry) => {
|
|
2550
|
-
return entry;
|
|
2551
|
-
});
|
|
2552
|
-
};
|
|
2553
2561
|
const se_S3Object = (input, context) => {
|
|
2554
2562
|
return {
|
|
2555
2563
|
...(input.bucket != null && { bucket: input.bucket }),
|
|
@@ -2708,6 +2716,17 @@ const de_AwsGroundStationAgentEndpoint = (output, context) => {
|
|
|
2708
2716
|
name: (0, smithy_client_1.expectString)(output.name),
|
|
2709
2717
|
};
|
|
2710
2718
|
};
|
|
2719
|
+
const de_CapabilityHealthReasonList = (output, context) => {
|
|
2720
|
+
const retVal = (output || [])
|
|
2721
|
+
.filter((e) => e != null)
|
|
2722
|
+
.map((entry) => {
|
|
2723
|
+
if (entry === null) {
|
|
2724
|
+
return null;
|
|
2725
|
+
}
|
|
2726
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2727
|
+
});
|
|
2728
|
+
return retVal;
|
|
2729
|
+
};
|
|
2711
2730
|
const de_ConfigDetails = (output, context) => {
|
|
2712
2731
|
if (output.antennaDemodDecodeDetails != null) {
|
|
2713
2732
|
return {
|
|
@@ -2928,6 +2947,8 @@ const de_EndpointDetails = (output, context) => {
|
|
|
2928
2947
|
? de_AwsGroundStationAgentEndpoint(output.awsGroundStationAgentEndpoint, context)
|
|
2929
2948
|
: undefined,
|
|
2930
2949
|
endpoint: output.endpoint != null ? de_DataflowEndpoint(output.endpoint, context) : undefined,
|
|
2950
|
+
healthReasons: output.healthReasons != null ? de_CapabilityHealthReasonList(output.healthReasons, context) : undefined,
|
|
2951
|
+
healthStatus: (0, smithy_client_1.expectString)(output.healthStatus),
|
|
2931
2952
|
securityDetails: output.securityDetails != null ? de_SecurityDetails(output.securityDetails, context) : undefined,
|
|
2932
2953
|
};
|
|
2933
2954
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const q = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "required", r = "fn", s = "argv", t = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://groundstation-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://groundstation-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://groundstation.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://groundstation.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -37,11 +37,6 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
37
37
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
export const ComponentType = {
|
|
41
|
-
DIGITIZER: "DIGITIZER",
|
|
42
|
-
LAMINAR_FLOW: "LAMINAR_FLOW",
|
|
43
|
-
PRISM: "PRISM",
|
|
44
|
-
};
|
|
45
40
|
export const AgentStatus = {
|
|
46
41
|
ACTIVE: "ACTIVE",
|
|
47
42
|
FAILED: "FAILED",
|
|
@@ -74,6 +69,19 @@ export const AuditResults = {
|
|
|
74
69
|
HEALTHY: "HEALTHY",
|
|
75
70
|
UNHEALTHY: "UNHEALTHY",
|
|
76
71
|
};
|
|
72
|
+
export const CapabilityHealth = {
|
|
73
|
+
HEALTHY: "HEALTHY",
|
|
74
|
+
UNHEALTHY: "UNHEALTHY",
|
|
75
|
+
};
|
|
76
|
+
export const CapabilityHealthReason = {
|
|
77
|
+
DATAPLANE_FAILURE: "DATAPLANE_FAILURE",
|
|
78
|
+
HEALTHY: "HEALTHY",
|
|
79
|
+
INITIALIZING_DATAPLANE: "INITIALIZING_DATAPLANE",
|
|
80
|
+
INVALID_IP_OWNERSHIP: "INVALID_IP_OWNERSHIP",
|
|
81
|
+
NOT_AUTHORIZED_TO_CREATE_SLR: "NOT_AUTHORIZED_TO_CREATE_SLR",
|
|
82
|
+
NO_REGISTERED_AGENT: "NO_REGISTERED_AGENT",
|
|
83
|
+
UNVERIFIED_IP_OWNERSHIP: "UNVERIFIED_IP_OWNERSHIP",
|
|
84
|
+
};
|
|
77
85
|
export const ConfigCapabilityType = {
|
|
78
86
|
ANTENNA_DOWNLINK: "antenna-downlink",
|
|
79
87
|
ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode",
|
|
@@ -2233,17 +2233,23 @@ const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
|
2233
2233
|
});
|
|
2234
2234
|
return __decorateServiceException(exception, parsedOutput.body);
|
|
2235
2235
|
};
|
|
2236
|
+
const se_AgentCpuCoresList = (input, context) => {
|
|
2237
|
+
return input
|
|
2238
|
+
.filter((e) => e != null)
|
|
2239
|
+
.map((entry) => {
|
|
2240
|
+
return entry;
|
|
2241
|
+
});
|
|
2242
|
+
};
|
|
2236
2243
|
const se_AgentDetails = (input, context) => {
|
|
2237
2244
|
return {
|
|
2245
|
+
...(input.agentCpuCores != null && { agentCpuCores: se_AgentCpuCoresList(input.agentCpuCores, context) }),
|
|
2238
2246
|
...(input.agentVersion != null && { agentVersion: input.agentVersion }),
|
|
2239
2247
|
...(input.componentVersions != null && {
|
|
2240
2248
|
componentVersions: se_ComponentVersionList(input.componentVersions, context),
|
|
2241
2249
|
}),
|
|
2242
2250
|
...(input.instanceId != null && { instanceId: input.instanceId }),
|
|
2243
2251
|
...(input.instanceType != null && { instanceType: input.instanceType }),
|
|
2244
|
-
...(input.reservedCpuCores != null && {
|
|
2245
|
-
reservedCpuCores: se_ReservedCpuCoresList(input.reservedCpuCores, context),
|
|
2246
|
-
}),
|
|
2252
|
+
...(input.reservedCpuCores != null && { reservedCpuCores: se_AgentCpuCoresList(input.reservedCpuCores, context) }),
|
|
2247
2253
|
};
|
|
2248
2254
|
};
|
|
2249
2255
|
const se_AggregateStatus = (input, context) => {
|
|
@@ -2289,6 +2295,13 @@ const se_CapabilityArnList = (input, context) => {
|
|
|
2289
2295
|
return entry;
|
|
2290
2296
|
});
|
|
2291
2297
|
};
|
|
2298
|
+
const se_CapabilityHealthReasonList = (input, context) => {
|
|
2299
|
+
return input
|
|
2300
|
+
.filter((e) => e != null)
|
|
2301
|
+
.map((entry) => {
|
|
2302
|
+
return entry;
|
|
2303
|
+
});
|
|
2304
|
+
};
|
|
2292
2305
|
const se_ComponentStatusData = (input, context) => {
|
|
2293
2306
|
return {
|
|
2294
2307
|
...(input.bytesReceived != null && { bytesReceived: input.bytesReceived }),
|
|
@@ -2399,6 +2412,8 @@ const se_EndpointDetails = (input, context) => {
|
|
|
2399
2412
|
awsGroundStationAgentEndpoint: se_AwsGroundStationAgentEndpoint(input.awsGroundStationAgentEndpoint, context),
|
|
2400
2413
|
}),
|
|
2401
2414
|
...(input.endpoint != null && { endpoint: se_DataflowEndpoint(input.endpoint, context) }),
|
|
2415
|
+
...(input.healthReasons != null && { healthReasons: se_CapabilityHealthReasonList(input.healthReasons, context) }),
|
|
2416
|
+
...(input.healthStatus != null && { healthStatus: input.healthStatus }),
|
|
2402
2417
|
...(input.securityDetails != null && { securityDetails: se_SecurityDetails(input.securityDetails, context) }),
|
|
2403
2418
|
};
|
|
2404
2419
|
};
|
|
@@ -2473,13 +2488,6 @@ const se_RangedSocketAddress = (input, context) => {
|
|
|
2473
2488
|
...(input.portRange != null && { portRange: se_IntegerRange(input.portRange, context) }),
|
|
2474
2489
|
};
|
|
2475
2490
|
};
|
|
2476
|
-
const se_ReservedCpuCoresList = (input, context) => {
|
|
2477
|
-
return input
|
|
2478
|
-
.filter((e) => e != null)
|
|
2479
|
-
.map((entry) => {
|
|
2480
|
-
return entry;
|
|
2481
|
-
});
|
|
2482
|
-
};
|
|
2483
2491
|
const se_S3Object = (input, context) => {
|
|
2484
2492
|
return {
|
|
2485
2493
|
...(input.bucket != null && { bucket: input.bucket }),
|
|
@@ -2638,6 +2646,17 @@ const de_AwsGroundStationAgentEndpoint = (output, context) => {
|
|
|
2638
2646
|
name: __expectString(output.name),
|
|
2639
2647
|
};
|
|
2640
2648
|
};
|
|
2649
|
+
const de_CapabilityHealthReasonList = (output, context) => {
|
|
2650
|
+
const retVal = (output || [])
|
|
2651
|
+
.filter((e) => e != null)
|
|
2652
|
+
.map((entry) => {
|
|
2653
|
+
if (entry === null) {
|
|
2654
|
+
return null;
|
|
2655
|
+
}
|
|
2656
|
+
return __expectString(entry);
|
|
2657
|
+
});
|
|
2658
|
+
return retVal;
|
|
2659
|
+
};
|
|
2641
2660
|
const de_ConfigDetails = (output, context) => {
|
|
2642
2661
|
if (output.antennaDemodDecodeDetails != null) {
|
|
2643
2662
|
return {
|
|
@@ -2858,6 +2877,8 @@ const de_EndpointDetails = (output, context) => {
|
|
|
2858
2877
|
? de_AwsGroundStationAgentEndpoint(output.awsGroundStationAgentEndpoint, context)
|
|
2859
2878
|
: undefined,
|
|
2860
2879
|
endpoint: output.endpoint != null ? de_DataflowEndpoint(output.endpoint, context) : undefined,
|
|
2880
|
+
healthReasons: output.healthReasons != null ? de_CapabilityHealthReasonList(output.healthReasons, context) : undefined,
|
|
2881
|
+
healthStatus: __expectString(output.healthStatus),
|
|
2861
2882
|
securityDetails: output.securityDetails != null ? de_SecurityDetails(output.securityDetails, context) : undefined,
|
|
2862
2883
|
};
|
|
2863
2884
|
};
|
|
@@ -128,7 +128,10 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
128
128
|
describeEphemeris(args: DescribeEphemerisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEphemerisCommandOutput) => void): void;
|
|
129
129
|
/**
|
|
130
130
|
* @public
|
|
131
|
-
* <
|
|
131
|
+
* <note>
|
|
132
|
+
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
133
|
+
* </note>
|
|
134
|
+
* <p>Gets the latest configuration information for a registered agent.</p>
|
|
132
135
|
*/
|
|
133
136
|
getAgentConfiguration(args: GetAgentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetAgentConfigurationCommandOutput>;
|
|
134
137
|
getAgentConfiguration(args: GetAgentConfigurationCommandInput, cb: (err: any, data?: GetAgentConfigurationCommandOutput) => void): void;
|
|
@@ -230,7 +233,10 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
230
233
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
231
234
|
/**
|
|
232
235
|
* @public
|
|
233
|
-
* <
|
|
236
|
+
* <note>
|
|
237
|
+
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
238
|
+
* </note>
|
|
239
|
+
* <p> Registers a new agent with AWS Ground Station. </p>
|
|
234
240
|
*/
|
|
235
241
|
registerAgent(args: RegisterAgentCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAgentCommandOutput>;
|
|
236
242
|
registerAgent(args: RegisterAgentCommandInput, cb: (err: any, data?: RegisterAgentCommandOutput) => void): void;
|
|
@@ -258,7 +264,10 @@ export declare class GroundStation extends GroundStationClient {
|
|
|
258
264
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
259
265
|
/**
|
|
260
266
|
* @public
|
|
261
|
-
* <
|
|
267
|
+
* <note>
|
|
268
|
+
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
269
|
+
* </note>
|
|
270
|
+
* <p>Update the status of the agent.</p>
|
|
262
271
|
*/
|
|
263
272
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
|
|
264
273
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
@@ -73,6 +73,10 @@ export interface CreateDataflowEndpointGroupCommandOutput extends DataflowEndpoi
|
|
|
73
73
|
* agentStatus: "STRING_VALUE",
|
|
74
74
|
* auditResults: "STRING_VALUE",
|
|
75
75
|
* },
|
|
76
|
+
* healthStatus: "STRING_VALUE",
|
|
77
|
+
* healthReasons: [ // CapabilityHealthReasonList
|
|
78
|
+
* "STRING_VALUE",
|
|
79
|
+
* ],
|
|
76
80
|
* },
|
|
77
81
|
* ],
|
|
78
82
|
* tags: { // TagsMap
|
|
@@ -19,7 +19,10 @@ export interface GetAgentConfigurationCommandOutput extends GetAgentConfiguratio
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <
|
|
22
|
+
* <note>
|
|
23
|
+
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
24
|
+
* </note>
|
|
25
|
+
* <p>Gets the latest configuration information for a registered agent.</p>
|
|
23
26
|
* @example
|
|
24
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
28
|
* ```javascript
|
|
@@ -19,7 +19,10 @@ export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __Met
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <
|
|
22
|
+
* <note>
|
|
23
|
+
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
24
|
+
* </note>
|
|
25
|
+
* <p> Registers a new agent with AWS Ground Station. </p>
|
|
23
26
|
* @example
|
|
24
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
28
|
* ```javascript
|
|
@@ -42,7 +45,10 @@ export interface RegisterAgentCommandOutput extends RegisterAgentResponse, __Met
|
|
|
42
45
|
* agentVersion: "STRING_VALUE", // required
|
|
43
46
|
* instanceId: "STRING_VALUE", // required
|
|
44
47
|
* instanceType: "STRING_VALUE", // required
|
|
45
|
-
* reservedCpuCores: [ //
|
|
48
|
+
* reservedCpuCores: [ // AgentCpuCoresList
|
|
49
|
+
* Number("int"),
|
|
50
|
+
* ],
|
|
51
|
+
* agentCpuCores: [
|
|
46
52
|
* Number("int"),
|
|
47
53
|
* ],
|
|
48
54
|
* componentVersions: [ // ComponentVersionList // required
|
|
@@ -19,7 +19,10 @@ export interface UpdateAgentStatusCommandOutput extends UpdateAgentStatusRespons
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <
|
|
22
|
+
* <note>
|
|
23
|
+
* <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p>
|
|
24
|
+
* </note>
|
|
25
|
+
* <p>Update the status of the agent.</p>
|
|
23
26
|
* @example
|
|
24
27
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
28
|
* ```javascript
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -66,19 +66,6 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
66
66
|
*/
|
|
67
67
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
68
68
|
}
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
* @enum
|
|
72
|
-
*/
|
|
73
|
-
export declare const ComponentType: {
|
|
74
|
-
readonly DIGITIZER: "DIGITIZER";
|
|
75
|
-
readonly LAMINAR_FLOW: "LAMINAR_FLOW";
|
|
76
|
-
readonly PRISM: "PRISM";
|
|
77
|
-
};
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
export type ComponentType = (typeof ComponentType)[keyof typeof ComponentType];
|
|
82
69
|
/**
|
|
83
70
|
* @public
|
|
84
71
|
* <p>Version information for agent components.</p>
|
|
@@ -87,7 +74,7 @@ export interface ComponentVersion {
|
|
|
87
74
|
/**
|
|
88
75
|
* <p>Component type.</p>
|
|
89
76
|
*/
|
|
90
|
-
componentType:
|
|
77
|
+
componentType: string | undefined;
|
|
91
78
|
/**
|
|
92
79
|
* <p>List of versions.</p>
|
|
93
80
|
*/
|
|
@@ -111,9 +98,16 @@ export interface AgentDetails {
|
|
|
111
98
|
*/
|
|
112
99
|
instanceType: string | undefined;
|
|
113
100
|
/**
|
|
114
|
-
* <
|
|
101
|
+
* <note>
|
|
102
|
+
* <p>This field should not be used. Use agentCpuCores instead.</p>
|
|
103
|
+
* </note>
|
|
104
|
+
* <p>List of CPU cores reserved for processes other than the agent running on the EC2 instance.</p>
|
|
115
105
|
*/
|
|
116
|
-
reservedCpuCores
|
|
106
|
+
reservedCpuCores?: number[];
|
|
107
|
+
/**
|
|
108
|
+
* <p>List of CPU cores reserved for the agent.</p>
|
|
109
|
+
*/
|
|
110
|
+
agentCpuCores?: number[];
|
|
117
111
|
/**
|
|
118
112
|
* <p>List of versions being used by agent components.</p>
|
|
119
113
|
*/
|
|
@@ -142,7 +136,7 @@ export interface DiscoveryData {
|
|
|
142
136
|
*/
|
|
143
137
|
export interface RegisterAgentRequest {
|
|
144
138
|
/**
|
|
145
|
-
* <p>Data for associating
|
|
139
|
+
* <p>Data for associating an agent with the capabilities it is managing.</p>
|
|
146
140
|
*/
|
|
147
141
|
discoveryData: DiscoveryData | undefined;
|
|
148
142
|
/**
|
|
@@ -195,7 +189,7 @@ export interface ComponentStatusData {
|
|
|
195
189
|
/**
|
|
196
190
|
* <p>The Component type.</p>
|
|
197
191
|
*/
|
|
198
|
-
componentType:
|
|
192
|
+
componentType: string | undefined;
|
|
199
193
|
/**
|
|
200
194
|
* <p>Capability ARN of the component.</p>
|
|
201
195
|
*/
|
|
@@ -614,6 +608,35 @@ export interface ContactIdResponse {
|
|
|
614
608
|
*/
|
|
615
609
|
contactId?: string;
|
|
616
610
|
}
|
|
611
|
+
/**
|
|
612
|
+
* @public
|
|
613
|
+
* @enum
|
|
614
|
+
*/
|
|
615
|
+
export declare const CapabilityHealth: {
|
|
616
|
+
readonly HEALTHY: "HEALTHY";
|
|
617
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
618
|
+
};
|
|
619
|
+
/**
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
export type CapabilityHealth = (typeof CapabilityHealth)[keyof typeof CapabilityHealth];
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
* @enum
|
|
626
|
+
*/
|
|
627
|
+
export declare const CapabilityHealthReason: {
|
|
628
|
+
readonly DATAPLANE_FAILURE: "DATAPLANE_FAILURE";
|
|
629
|
+
readonly HEALTHY: "HEALTHY";
|
|
630
|
+
readonly INITIALIZING_DATAPLANE: "INITIALIZING_DATAPLANE";
|
|
631
|
+
readonly INVALID_IP_OWNERSHIP: "INVALID_IP_OWNERSHIP";
|
|
632
|
+
readonly NOT_AUTHORIZED_TO_CREATE_SLR: "NOT_AUTHORIZED_TO_CREATE_SLR";
|
|
633
|
+
readonly NO_REGISTERED_AGENT: "NO_REGISTERED_AGENT";
|
|
634
|
+
readonly UNVERIFIED_IP_OWNERSHIP: "UNVERIFIED_IP_OWNERSHIP";
|
|
635
|
+
};
|
|
636
|
+
/**
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
639
|
+
export type CapabilityHealthReason = (typeof CapabilityHealthReason)[keyof typeof CapabilityHealthReason];
|
|
617
640
|
/**
|
|
618
641
|
* @public
|
|
619
642
|
* @enum
|
|
@@ -1083,6 +1106,14 @@ export interface EndpointDetails {
|
|
|
1083
1106
|
* <p>An agent endpoint.</p>
|
|
1084
1107
|
*/
|
|
1085
1108
|
awsGroundStationAgentEndpoint?: AwsGroundStationAgentEndpoint;
|
|
1109
|
+
/**
|
|
1110
|
+
* <p>A dataflow endpoint health status. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>
|
|
1111
|
+
*/
|
|
1112
|
+
healthStatus?: CapabilityHealth | string;
|
|
1113
|
+
/**
|
|
1114
|
+
* <p>Health reasons for a dataflow endpoint. This field is ignored when calling <code>CreateDataflowEndpointGroup</code>.</p>
|
|
1115
|
+
*/
|
|
1116
|
+
healthReasons?: (CapabilityHealthReason | string)[];
|
|
1086
1117
|
}
|
|
1087
1118
|
/**
|
|
1088
1119
|
* @public
|
|
@@ -1474,11 +1505,11 @@ export interface CreateDataflowEndpointGroupRequest {
|
|
|
1474
1505
|
*/
|
|
1475
1506
|
tags?: Record<string, string>;
|
|
1476
1507
|
/**
|
|
1477
|
-
* <p>Amount of time, in seconds,
|
|
1508
|
+
* <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
|
|
1478
1509
|
*/
|
|
1479
1510
|
contactPrePassDurationSeconds?: number;
|
|
1480
1511
|
/**
|
|
1481
|
-
* <p>Amount of time, in seconds, after a contact ends
|
|
1512
|
+
* <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
|
|
1482
1513
|
*/
|
|
1483
1514
|
contactPostPassDurationSeconds?: number;
|
|
1484
1515
|
}
|
|
@@ -1789,11 +1820,11 @@ export interface GetDataflowEndpointGroupResponse {
|
|
|
1789
1820
|
*/
|
|
1790
1821
|
tags?: Record<string, string>;
|
|
1791
1822
|
/**
|
|
1792
|
-
* <p>Amount of time, in seconds,
|
|
1823
|
+
* <p>Amount of time, in seconds, before a contact starts that the Ground Station Dataflow Endpoint Group will be in a <code>PREPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>PREPASS</code> state.</p>
|
|
1793
1824
|
*/
|
|
1794
1825
|
contactPrePassDurationSeconds?: number;
|
|
1795
1826
|
/**
|
|
1796
|
-
* <p>Amount of time, in seconds, after a contact ends
|
|
1827
|
+
* <p>Amount of time, in seconds, after a contact ends that the Ground Station Dataflow Endpoint Group will be in a <code>POSTPASS</code> state. A Ground Station Dataflow Endpoint Group State Change event will be emitted when the Dataflow Endpoint Group enters and exits the <code>POSTPASS</code> state.</p>
|
|
1797
1828
|
*/
|
|
1798
1829
|
contactPostPassDurationSeconds?: number;
|
|
1799
1830
|
}
|
|
@@ -26,7 +26,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
26
26
|
defaultSigningName: string;
|
|
27
27
|
};
|
|
28
28
|
export interface EndpointParameters extends __EndpointParameters {
|
|
29
|
-
Region
|
|
29
|
+
Region?: string;
|
|
30
30
|
UseDualStack?: boolean;
|
|
31
31
|
UseFIPS?: boolean;
|
|
32
32
|
Endpoint?: string;
|
|
@@ -30,21 +30,16 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
30
30
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
31
31
|
);
|
|
32
32
|
}
|
|
33
|
-
export declare const ComponentType: {
|
|
34
|
-
readonly DIGITIZER: "DIGITIZER";
|
|
35
|
-
readonly LAMINAR_FLOW: "LAMINAR_FLOW";
|
|
36
|
-
readonly PRISM: "PRISM";
|
|
37
|
-
};
|
|
38
|
-
export type ComponentType = (typeof ComponentType)[keyof typeof ComponentType];
|
|
39
33
|
export interface ComponentVersion {
|
|
40
|
-
componentType:
|
|
34
|
+
componentType: string | undefined;
|
|
41
35
|
versions: string[] | undefined;
|
|
42
36
|
}
|
|
43
37
|
export interface AgentDetails {
|
|
44
38
|
agentVersion: string | undefined;
|
|
45
39
|
instanceId: string | undefined;
|
|
46
40
|
instanceType: string | undefined;
|
|
47
|
-
reservedCpuCores
|
|
41
|
+
reservedCpuCores?: number[];
|
|
42
|
+
agentCpuCores?: number[];
|
|
48
43
|
componentVersions: ComponentVersion[] | undefined;
|
|
49
44
|
}
|
|
50
45
|
export interface DiscoveryData {
|
|
@@ -71,7 +66,7 @@ export interface AggregateStatus {
|
|
|
71
66
|
signatureMap?: Record<string, boolean>;
|
|
72
67
|
}
|
|
73
68
|
export interface ComponentStatusData {
|
|
74
|
-
componentType:
|
|
69
|
+
componentType: string | undefined;
|
|
75
70
|
capabilityArn: string | undefined;
|
|
76
71
|
status: AgentStatus | string | undefined;
|
|
77
72
|
bytesSent?: number;
|
|
@@ -198,6 +193,23 @@ export interface CancelContactRequest {
|
|
|
198
193
|
export interface ContactIdResponse {
|
|
199
194
|
contactId?: string;
|
|
200
195
|
}
|
|
196
|
+
export declare const CapabilityHealth: {
|
|
197
|
+
readonly HEALTHY: "HEALTHY";
|
|
198
|
+
readonly UNHEALTHY: "UNHEALTHY";
|
|
199
|
+
};
|
|
200
|
+
export type CapabilityHealth =
|
|
201
|
+
(typeof CapabilityHealth)[keyof typeof CapabilityHealth];
|
|
202
|
+
export declare const CapabilityHealthReason: {
|
|
203
|
+
readonly DATAPLANE_FAILURE: "DATAPLANE_FAILURE";
|
|
204
|
+
readonly HEALTHY: "HEALTHY";
|
|
205
|
+
readonly INITIALIZING_DATAPLANE: "INITIALIZING_DATAPLANE";
|
|
206
|
+
readonly INVALID_IP_OWNERSHIP: "INVALID_IP_OWNERSHIP";
|
|
207
|
+
readonly NOT_AUTHORIZED_TO_CREATE_SLR: "NOT_AUTHORIZED_TO_CREATE_SLR";
|
|
208
|
+
readonly NO_REGISTERED_AGENT: "NO_REGISTERED_AGENT";
|
|
209
|
+
readonly UNVERIFIED_IP_OWNERSHIP: "UNVERIFIED_IP_OWNERSHIP";
|
|
210
|
+
};
|
|
211
|
+
export type CapabilityHealthReason =
|
|
212
|
+
(typeof CapabilityHealthReason)[keyof typeof CapabilityHealthReason];
|
|
201
213
|
export declare const ConfigCapabilityType: {
|
|
202
214
|
readonly ANTENNA_DOWNLINK: "antenna-downlink";
|
|
203
215
|
readonly ANTENNA_DOWNLINK_DEMOD_DECODE: "antenna-downlink-demod-decode";
|
|
@@ -413,6 +425,8 @@ export interface EndpointDetails {
|
|
|
413
425
|
securityDetails?: SecurityDetails;
|
|
414
426
|
endpoint?: DataflowEndpoint;
|
|
415
427
|
awsGroundStationAgentEndpoint?: AwsGroundStationAgentEndpoint;
|
|
428
|
+
healthStatus?: CapabilityHealth | string;
|
|
429
|
+
healthReasons?: (CapabilityHealthReason | string)[];
|
|
416
430
|
}
|
|
417
431
|
export interface S3RecordingDetails {
|
|
418
432
|
bucketArn?: string;
|
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.312.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.312.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.310.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.310.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.310.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.310.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.310.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.310.0",
|
|
44
|
+
"@aws-sdk/types": "3.310.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.310.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.310.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.310.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.310.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
|
+
"@aws-sdk/util-waiter": "3.310.0",
|
|
57
57
|
"tslib": "^2.5.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"concurrently": "7.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"files": [
|
|
80
|
-
"dist
|
|
80
|
+
"dist-*/**"
|
|
81
81
|
],
|
|
82
82
|
"author": {
|
|
83
83
|
"name": "AWS SDK for JavaScript Team",
|