@aws-sdk/client-groundstation 3.35.0 → 3.38.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/CHANGELOG.md +47 -0
- package/dist-cjs/GroundStation.js +0 -7
- package/dist-cjs/GroundStationClient.js +0 -12
- package/dist-cjs/commands/CancelContactCommand.js +0 -25
- package/dist-cjs/commands/CreateConfigCommand.js +0 -26
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js +0 -29
- package/dist-cjs/commands/CreateMissionProfileCommand.js +0 -28
- package/dist-cjs/commands/DeleteConfigCommand.js +0 -25
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/DeleteMissionProfileCommand.js +0 -25
- package/dist-cjs/commands/DescribeContactCommand.js +0 -25
- package/dist-cjs/commands/GetConfigCommand.js +0 -26
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js +0 -25
- package/dist-cjs/commands/GetMinuteUsageCommand.js +0 -25
- package/dist-cjs/commands/GetMissionProfileCommand.js +0 -25
- package/dist-cjs/commands/GetSatelliteCommand.js +0 -25
- package/dist-cjs/commands/ListConfigsCommand.js +0 -25
- package/dist-cjs/commands/ListContactsCommand.js +0 -28
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js +0 -25
- package/dist-cjs/commands/ListGroundStationsCommand.js +0 -25
- package/dist-cjs/commands/ListMissionProfilesCommand.js +0 -25
- package/dist-cjs/commands/ListSatellitesCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ReserveContactCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -25
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateConfigCommand.js +0 -27
- package/dist-cjs/commands/UpdateMissionProfileCommand.js +0 -27
- package/dist-cjs/commands/index.js +28 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -35
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -241
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js +0 -11
- package/dist-cjs/pagination/ListContactsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js +0 -11
- package/dist-cjs/pagination/ListGroundStationsPaginator.js +0 -11
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js +0 -11
- package/dist-cjs/pagination/ListSatellitesPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +10 -0
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/GroundStation.js +0 -1
- package/dist-es/GroundStationClient.js +0 -1
- package/dist-es/commands/CancelContactCommand.js +0 -1
- package/dist-es/commands/CreateConfigCommand.js +0 -1
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/CreateMissionProfileCommand.js +0 -1
- package/dist-es/commands/DeleteConfigCommand.js +0 -1
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/DeleteMissionProfileCommand.js +0 -1
- package/dist-es/commands/DescribeContactCommand.js +0 -1
- package/dist-es/commands/GetConfigCommand.js +0 -1
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js +0 -1
- package/dist-es/commands/GetMinuteUsageCommand.js +0 -1
- package/dist-es/commands/GetMissionProfileCommand.js +0 -1
- package/dist-es/commands/GetSatelliteCommand.js +0 -1
- package/dist-es/commands/ListConfigsCommand.js +0 -1
- package/dist-es/commands/ListContactsCommand.js +0 -1
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +0 -1
- package/dist-es/commands/ListGroundStationsCommand.js +0 -1
- package/dist-es/commands/ListMissionProfilesCommand.js +0 -1
- package/dist-es/commands/ListSatellitesCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ReserveContactCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateConfigCommand.js +0 -1
- package/dist-es/commands/UpdateMissionProfileCommand.js +0 -1
- package/dist-es/commands/index.js +25 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -35
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListConfigsPaginator.js +0 -1
- package/dist-es/pagination/ListContactsPaginator.js +0 -1
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js +0 -1
- package/dist-es/pagination/ListGroundStationsPaginator.js +0 -1
- package/dist-es/pagination/ListMissionProfilesPaginator.js +0 -1
- package/dist-es/pagination/ListSatellitesPaginator.js +0 -1
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +25 -0
- package/dist-types/index.d.ts +4 -34
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/GroundStation.d.ts +26 -97
- package/dist-types/ts3.4/GroundStationClient.d.ts +24 -92
- package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/index.d.ts +25 -0
- package/dist-types/ts3.4/index.d.ts +4 -34
- package/dist-types/ts3.4/models/models_0.d.ts +386 -1194
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/GroundStation.js.map +0 -1
- package/dist-cjs/GroundStationClient.js.map +0 -1
- package/dist-cjs/commands/CancelContactCommand.js.map +0 -1
- package/dist-cjs/commands/CreateConfigCommand.js.map +0 -1
- package/dist-cjs/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteConfigCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeContactCommand.js.map +0 -1
- package/dist-cjs/commands/GetConfigCommand.js.map +0 -1
- package/dist-cjs/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-cjs/commands/GetMinuteUsageCommand.js.map +0 -1
- package/dist-cjs/commands/GetMissionProfileCommand.js.map +0 -1
- package/dist-cjs/commands/GetSatelliteCommand.js.map +0 -1
- package/dist-cjs/commands/ListConfigsCommand.js.map +0 -1
- package/dist-cjs/commands/ListContactsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGroundStationsCommand.js.map +0 -1
- package/dist-cjs/commands/ListMissionProfilesCommand.js.map +0 -1
- package/dist-cjs/commands/ListSatellitesCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/ReserveContactCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateConfigCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateMissionProfileCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListConfigsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListContactsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListGroundStationsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListMissionProfilesPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListSatellitesPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/GroundStation.js.map +0 -1
- package/dist-es/GroundStationClient.js.map +0 -1
- package/dist-es/commands/CancelContactCommand.js.map +0 -1
- package/dist-es/commands/CreateConfigCommand.js.map +0 -1
- package/dist-es/commands/CreateDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/DeleteConfigCommand.js.map +0 -1
- package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/DescribeContactCommand.js.map +0 -1
- package/dist-es/commands/GetConfigCommand.js.map +0 -1
- package/dist-es/commands/GetDataflowEndpointGroupCommand.js.map +0 -1
- package/dist-es/commands/GetMinuteUsageCommand.js.map +0 -1
- package/dist-es/commands/GetMissionProfileCommand.js.map +0 -1
- package/dist-es/commands/GetSatelliteCommand.js.map +0 -1
- package/dist-es/commands/ListConfigsCommand.js.map +0 -1
- package/dist-es/commands/ListContactsCommand.js.map +0 -1
- package/dist-es/commands/ListDataflowEndpointGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListGroundStationsCommand.js.map +0 -1
- package/dist-es/commands/ListMissionProfilesCommand.js.map +0 -1
- package/dist-es/commands/ListSatellitesCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ReserveContactCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateConfigCommand.js.map +0 -1
- package/dist-es/commands/UpdateMissionProfileCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListConfigsPaginator.js.map +0 -1
- package/dist-es/pagination/ListContactsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDataflowEndpointGroupsPaginator.js.map +0 -1
- package/dist-es/pagination/ListGroundStationsPaginator.js.map +0 -1
- package/dist-es/pagination/ListMissionProfilesPaginator.js.map +0 -1
- package/dist-es/pagination/ListSatellitesPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/GroundStation.ts +0 -907
- package/src/GroundStationClient.ts +0 -341
- package/src/commands/CancelContactCommand.ts +0 -95
- package/src/commands/CreateConfigCommand.ts +0 -96
- package/src/commands/CreateDataflowEndpointGroupCommand.ts +0 -102
- package/src/commands/CreateMissionProfileCommand.ts +0 -98
- package/src/commands/DeleteConfigCommand.ts +0 -95
- package/src/commands/DeleteDataflowEndpointGroupCommand.ts +0 -98
- package/src/commands/DeleteMissionProfileCommand.ts +0 -95
- package/src/commands/DescribeContactCommand.ts +0 -95
- package/src/commands/GetConfigCommand.ts +0 -96
- package/src/commands/GetDataflowEndpointGroupCommand.ts +0 -95
- package/src/commands/GetMinuteUsageCommand.ts +0 -95
- package/src/commands/GetMissionProfileCommand.ts +0 -95
- package/src/commands/GetSatelliteCommand.ts +0 -95
- package/src/commands/ListConfigsCommand.ts +0 -95
- package/src/commands/ListContactsCommand.ts +0 -98
- package/src/commands/ListDataflowEndpointGroupsCommand.ts +0 -98
- package/src/commands/ListGroundStationsCommand.ts +0 -95
- package/src/commands/ListMissionProfilesCommand.ts +0 -95
- package/src/commands/ListSatellitesCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ReserveContactCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -95
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateConfigCommand.ts +0 -97
- package/src/commands/UpdateMissionProfileCommand.ts +0 -97
- package/src/endpoints.ts +0 -73
- package/src/index.ts +0 -35
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2545
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListConfigsPaginator.ts +0 -55
- package/src/pagination/ListContactsPaginator.ts +0 -59
- package/src/pagination/ListDataflowEndpointGroupsPaginator.ts +0 -59
- package/src/pagination/ListGroundStationsPaginator.ts +0 -59
- package/src/pagination/ListMissionProfilesPaginator.ts +0 -59
- package/src/pagination/ListSatellitesPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3832
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -9,9 +9,6 @@ var AngleUnits;
|
|
|
9
9
|
})(AngleUnits = exports.AngleUnits || (exports.AngleUnits = {}));
|
|
10
10
|
var AntennaDemodDecodeDetails;
|
|
11
11
|
(function (AntennaDemodDecodeDetails) {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
AntennaDemodDecodeDetails.filterSensitiveLog = (obj) => ({
|
|
16
13
|
...obj,
|
|
17
14
|
});
|
|
@@ -24,9 +21,6 @@ var BandwidthUnits;
|
|
|
24
21
|
})(BandwidthUnits = exports.BandwidthUnits || (exports.BandwidthUnits = {}));
|
|
25
22
|
var FrequencyBandwidth;
|
|
26
23
|
(function (FrequencyBandwidth) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
24
|
FrequencyBandwidth.filterSensitiveLog = (obj) => ({
|
|
31
25
|
...obj,
|
|
32
26
|
});
|
|
@@ -39,9 +33,6 @@ var FrequencyUnits;
|
|
|
39
33
|
})(FrequencyUnits = exports.FrequencyUnits || (exports.FrequencyUnits = {}));
|
|
40
34
|
var Frequency;
|
|
41
35
|
(function (Frequency) {
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
36
|
Frequency.filterSensitiveLog = (obj) => ({
|
|
46
37
|
...obj,
|
|
47
38
|
});
|
|
@@ -54,54 +45,36 @@ var Polarization;
|
|
|
54
45
|
})(Polarization = exports.Polarization || (exports.Polarization = {}));
|
|
55
46
|
var SpectrumConfig;
|
|
56
47
|
(function (SpectrumConfig) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
48
|
SpectrumConfig.filterSensitiveLog = (obj) => ({
|
|
61
49
|
...obj,
|
|
62
50
|
});
|
|
63
51
|
})(SpectrumConfig = exports.SpectrumConfig || (exports.SpectrumConfig = {}));
|
|
64
52
|
var AntennaDownlinkConfig;
|
|
65
53
|
(function (AntennaDownlinkConfig) {
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
54
|
AntennaDownlinkConfig.filterSensitiveLog = (obj) => ({
|
|
70
55
|
...obj,
|
|
71
56
|
});
|
|
72
57
|
})(AntennaDownlinkConfig = exports.AntennaDownlinkConfig || (exports.AntennaDownlinkConfig = {}));
|
|
73
58
|
var DecodeConfig;
|
|
74
59
|
(function (DecodeConfig) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
60
|
DecodeConfig.filterSensitiveLog = (obj) => ({
|
|
79
61
|
...obj,
|
|
80
62
|
});
|
|
81
63
|
})(DecodeConfig = exports.DecodeConfig || (exports.DecodeConfig = {}));
|
|
82
64
|
var DemodulationConfig;
|
|
83
65
|
(function (DemodulationConfig) {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
66
|
DemodulationConfig.filterSensitiveLog = (obj) => ({
|
|
88
67
|
...obj,
|
|
89
68
|
});
|
|
90
69
|
})(DemodulationConfig = exports.DemodulationConfig || (exports.DemodulationConfig = {}));
|
|
91
70
|
var AntennaDownlinkDemodDecodeConfig;
|
|
92
71
|
(function (AntennaDownlinkDemodDecodeConfig) {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
72
|
AntennaDownlinkDemodDecodeConfig.filterSensitiveLog = (obj) => ({
|
|
97
73
|
...obj,
|
|
98
74
|
});
|
|
99
75
|
})(AntennaDownlinkDemodDecodeConfig = exports.AntennaDownlinkDemodDecodeConfig || (exports.AntennaDownlinkDemodDecodeConfig = {}));
|
|
100
76
|
var UplinkSpectrumConfig;
|
|
101
77
|
(function (UplinkSpectrumConfig) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
78
|
UplinkSpectrumConfig.filterSensitiveLog = (obj) => ({
|
|
106
79
|
...obj,
|
|
107
80
|
});
|
|
@@ -112,63 +85,42 @@ var EirpUnits;
|
|
|
112
85
|
})(EirpUnits = exports.EirpUnits || (exports.EirpUnits = {}));
|
|
113
86
|
var Eirp;
|
|
114
87
|
(function (Eirp) {
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
88
|
Eirp.filterSensitiveLog = (obj) => ({
|
|
119
89
|
...obj,
|
|
120
90
|
});
|
|
121
91
|
})(Eirp = exports.Eirp || (exports.Eirp = {}));
|
|
122
92
|
var AntennaUplinkConfig;
|
|
123
93
|
(function (AntennaUplinkConfig) {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
94
|
AntennaUplinkConfig.filterSensitiveLog = (obj) => ({
|
|
128
95
|
...obj,
|
|
129
96
|
});
|
|
130
97
|
})(AntennaUplinkConfig = exports.AntennaUplinkConfig || (exports.AntennaUplinkConfig = {}));
|
|
131
98
|
var CancelContactRequest;
|
|
132
99
|
(function (CancelContactRequest) {
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
100
|
CancelContactRequest.filterSensitiveLog = (obj) => ({
|
|
137
101
|
...obj,
|
|
138
102
|
});
|
|
139
103
|
})(CancelContactRequest = exports.CancelContactRequest || (exports.CancelContactRequest = {}));
|
|
140
104
|
var ContactIdResponse;
|
|
141
105
|
(function (ContactIdResponse) {
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
106
|
ContactIdResponse.filterSensitiveLog = (obj) => ({
|
|
146
107
|
...obj,
|
|
147
108
|
});
|
|
148
109
|
})(ContactIdResponse = exports.ContactIdResponse || (exports.ContactIdResponse = {}));
|
|
149
110
|
var DependencyException;
|
|
150
111
|
(function (DependencyException) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
112
|
DependencyException.filterSensitiveLog = (obj) => ({
|
|
155
113
|
...obj,
|
|
156
114
|
});
|
|
157
115
|
})(DependencyException = exports.DependencyException || (exports.DependencyException = {}));
|
|
158
116
|
var InvalidParameterException;
|
|
159
117
|
(function (InvalidParameterException) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
118
|
InvalidParameterException.filterSensitiveLog = (obj) => ({
|
|
164
119
|
...obj,
|
|
165
120
|
});
|
|
166
121
|
})(InvalidParameterException = exports.InvalidParameterException || (exports.InvalidParameterException = {}));
|
|
167
122
|
var ResourceNotFoundException;
|
|
168
123
|
(function (ResourceNotFoundException) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
124
|
ResourceNotFoundException.filterSensitiveLog = (obj) => ({
|
|
173
125
|
...obj,
|
|
174
126
|
});
|
|
@@ -185,27 +137,18 @@ var ConfigCapabilityType;
|
|
|
185
137
|
})(ConfigCapabilityType = exports.ConfigCapabilityType || (exports.ConfigCapabilityType = {}));
|
|
186
138
|
var ConfigIdResponse;
|
|
187
139
|
(function (ConfigIdResponse) {
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
140
|
ConfigIdResponse.filterSensitiveLog = (obj) => ({
|
|
192
141
|
...obj,
|
|
193
142
|
});
|
|
194
143
|
})(ConfigIdResponse = exports.ConfigIdResponse || (exports.ConfigIdResponse = {}));
|
|
195
144
|
var DataflowEndpointConfig;
|
|
196
145
|
(function (DataflowEndpointConfig) {
|
|
197
|
-
/**
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
200
146
|
DataflowEndpointConfig.filterSensitiveLog = (obj) => ({
|
|
201
147
|
...obj,
|
|
202
148
|
});
|
|
203
149
|
})(DataflowEndpointConfig = exports.DataflowEndpointConfig || (exports.DataflowEndpointConfig = {}));
|
|
204
150
|
var S3RecordingConfig;
|
|
205
151
|
(function (S3RecordingConfig) {
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
152
|
S3RecordingConfig.filterSensitiveLog = (obj) => ({
|
|
210
153
|
...obj,
|
|
211
154
|
});
|
|
@@ -218,18 +161,12 @@ var Criticality;
|
|
|
218
161
|
})(Criticality = exports.Criticality || (exports.Criticality = {}));
|
|
219
162
|
var TrackingConfig;
|
|
220
163
|
(function (TrackingConfig) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
164
|
TrackingConfig.filterSensitiveLog = (obj) => ({
|
|
225
165
|
...obj,
|
|
226
166
|
});
|
|
227
167
|
})(TrackingConfig = exports.TrackingConfig || (exports.TrackingConfig = {}));
|
|
228
168
|
var UplinkEchoConfig;
|
|
229
169
|
(function (UplinkEchoConfig) {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
170
|
UplinkEchoConfig.filterSensitiveLog = (obj) => ({
|
|
234
171
|
...obj,
|
|
235
172
|
});
|
|
@@ -253,9 +190,6 @@ var ConfigTypeData;
|
|
|
253
190
|
return visitor.s3RecordingConfig(value.s3RecordingConfig);
|
|
254
191
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
255
192
|
};
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
193
|
ConfigTypeData.filterSensitiveLog = (obj) => {
|
|
260
194
|
if (obj.antennaDownlinkConfig !== undefined)
|
|
261
195
|
return { antennaDownlinkConfig: AntennaDownlinkConfig.filterSensitiveLog(obj.antennaDownlinkConfig) };
|
|
@@ -279,9 +213,6 @@ var ConfigTypeData;
|
|
|
279
213
|
})(ConfigTypeData = exports.ConfigTypeData || (exports.ConfigTypeData = {}));
|
|
280
214
|
var CreateConfigRequest;
|
|
281
215
|
(function (CreateConfigRequest) {
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
216
|
CreateConfigRequest.filterSensitiveLog = (obj) => ({
|
|
286
217
|
...obj,
|
|
287
218
|
...(obj.configData && { configData: ConfigTypeData.filterSensitiveLog(obj.configData) }),
|
|
@@ -289,36 +220,24 @@ var CreateConfigRequest;
|
|
|
289
220
|
})(CreateConfigRequest = exports.CreateConfigRequest || (exports.CreateConfigRequest = {}));
|
|
290
221
|
var ResourceLimitExceededException;
|
|
291
222
|
(function (ResourceLimitExceededException) {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
223
|
ResourceLimitExceededException.filterSensitiveLog = (obj) => ({
|
|
296
224
|
...obj,
|
|
297
225
|
});
|
|
298
226
|
})(ResourceLimitExceededException = exports.ResourceLimitExceededException || (exports.ResourceLimitExceededException = {}));
|
|
299
227
|
var DeleteConfigRequest;
|
|
300
228
|
(function (DeleteConfigRequest) {
|
|
301
|
-
/**
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
229
|
DeleteConfigRequest.filterSensitiveLog = (obj) => ({
|
|
305
230
|
...obj,
|
|
306
231
|
});
|
|
307
232
|
})(DeleteConfigRequest = exports.DeleteConfigRequest || (exports.DeleteConfigRequest = {}));
|
|
308
233
|
var GetConfigRequest;
|
|
309
234
|
(function (GetConfigRequest) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
235
|
GetConfigRequest.filterSensitiveLog = (obj) => ({
|
|
314
236
|
...obj,
|
|
315
237
|
});
|
|
316
238
|
})(GetConfigRequest = exports.GetConfigRequest || (exports.GetConfigRequest = {}));
|
|
317
239
|
var GetConfigResponse;
|
|
318
240
|
(function (GetConfigResponse) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
241
|
GetConfigResponse.filterSensitiveLog = (obj) => ({
|
|
323
242
|
...obj,
|
|
324
243
|
...(obj.configData && { configData: ConfigTypeData.filterSensitiveLog(obj.configData) }),
|
|
@@ -326,36 +245,24 @@ var GetConfigResponse;
|
|
|
326
245
|
})(GetConfigResponse = exports.GetConfigResponse || (exports.GetConfigResponse = {}));
|
|
327
246
|
var ListConfigsRequest;
|
|
328
247
|
(function (ListConfigsRequest) {
|
|
329
|
-
/**
|
|
330
|
-
* @internal
|
|
331
|
-
*/
|
|
332
248
|
ListConfigsRequest.filterSensitiveLog = (obj) => ({
|
|
333
249
|
...obj,
|
|
334
250
|
});
|
|
335
251
|
})(ListConfigsRequest = exports.ListConfigsRequest || (exports.ListConfigsRequest = {}));
|
|
336
252
|
var ConfigListItem;
|
|
337
253
|
(function (ConfigListItem) {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
254
|
ConfigListItem.filterSensitiveLog = (obj) => ({
|
|
342
255
|
...obj,
|
|
343
256
|
});
|
|
344
257
|
})(ConfigListItem = exports.ConfigListItem || (exports.ConfigListItem = {}));
|
|
345
258
|
var ListConfigsResponse;
|
|
346
259
|
(function (ListConfigsResponse) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
260
|
ListConfigsResponse.filterSensitiveLog = (obj) => ({
|
|
351
261
|
...obj,
|
|
352
262
|
});
|
|
353
263
|
})(ListConfigsResponse = exports.ListConfigsResponse || (exports.ListConfigsResponse = {}));
|
|
354
264
|
var UpdateConfigRequest;
|
|
355
265
|
(function (UpdateConfigRequest) {
|
|
356
|
-
/**
|
|
357
|
-
* @internal
|
|
358
|
-
*/
|
|
359
266
|
UpdateConfigRequest.filterSensitiveLog = (obj) => ({
|
|
360
267
|
...obj,
|
|
361
268
|
...(obj.configData && { configData: ConfigTypeData.filterSensitiveLog(obj.configData) }),
|
|
@@ -363,9 +270,6 @@ var UpdateConfigRequest;
|
|
|
363
270
|
})(UpdateConfigRequest = exports.UpdateConfigRequest || (exports.UpdateConfigRequest = {}));
|
|
364
271
|
var SocketAddress;
|
|
365
272
|
(function (SocketAddress) {
|
|
366
|
-
/**
|
|
367
|
-
* @internal
|
|
368
|
-
*/
|
|
369
273
|
SocketAddress.filterSensitiveLog = (obj) => ({
|
|
370
274
|
...obj,
|
|
371
275
|
});
|
|
@@ -380,36 +284,24 @@ var EndpointStatus;
|
|
|
380
284
|
})(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
|
|
381
285
|
var DataflowEndpoint;
|
|
382
286
|
(function (DataflowEndpoint) {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
287
|
DataflowEndpoint.filterSensitiveLog = (obj) => ({
|
|
387
288
|
...obj,
|
|
388
289
|
});
|
|
389
290
|
})(DataflowEndpoint = exports.DataflowEndpoint || (exports.DataflowEndpoint = {}));
|
|
390
291
|
var SecurityDetails;
|
|
391
292
|
(function (SecurityDetails) {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
293
|
SecurityDetails.filterSensitiveLog = (obj) => ({
|
|
396
294
|
...obj,
|
|
397
295
|
});
|
|
398
296
|
})(SecurityDetails = exports.SecurityDetails || (exports.SecurityDetails = {}));
|
|
399
297
|
var EndpointDetails;
|
|
400
298
|
(function (EndpointDetails) {
|
|
401
|
-
/**
|
|
402
|
-
* @internal
|
|
403
|
-
*/
|
|
404
299
|
EndpointDetails.filterSensitiveLog = (obj) => ({
|
|
405
300
|
...obj,
|
|
406
301
|
});
|
|
407
302
|
})(EndpointDetails = exports.EndpointDetails || (exports.EndpointDetails = {}));
|
|
408
303
|
var S3RecordingDetails;
|
|
409
304
|
(function (S3RecordingDetails) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
305
|
S3RecordingDetails.filterSensitiveLog = (obj) => ({
|
|
414
306
|
...obj,
|
|
415
307
|
});
|
|
@@ -425,9 +317,6 @@ var ConfigDetails;
|
|
|
425
317
|
return visitor.s3RecordingDetails(value.s3RecordingDetails);
|
|
426
318
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
427
319
|
};
|
|
428
|
-
/**
|
|
429
|
-
* @internal
|
|
430
|
-
*/
|
|
431
320
|
ConfigDetails.filterSensitiveLog = (obj) => {
|
|
432
321
|
if (obj.endpointDetails !== undefined)
|
|
433
322
|
return { endpointDetails: EndpointDetails.filterSensitiveLog(obj.endpointDetails) };
|
|
@@ -441,9 +330,6 @@ var ConfigDetails;
|
|
|
441
330
|
})(ConfigDetails = exports.ConfigDetails || (exports.ConfigDetails = {}));
|
|
442
331
|
var DescribeContactRequest;
|
|
443
332
|
(function (DescribeContactRequest) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
333
|
DescribeContactRequest.filterSensitiveLog = (obj) => ({
|
|
448
334
|
...obj,
|
|
449
335
|
});
|
|
@@ -466,9 +352,6 @@ var ContactStatus;
|
|
|
466
352
|
})(ContactStatus = exports.ContactStatus || (exports.ContactStatus = {}));
|
|
467
353
|
var Destination;
|
|
468
354
|
(function (Destination) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
355
|
Destination.filterSensitiveLog = (obj) => ({
|
|
473
356
|
...obj,
|
|
474
357
|
...(obj.configDetails && { configDetails: ConfigDetails.filterSensitiveLog(obj.configDetails) }),
|
|
@@ -476,9 +359,6 @@ var Destination;
|
|
|
476
359
|
})(Destination = exports.Destination || (exports.Destination = {}));
|
|
477
360
|
var Source;
|
|
478
361
|
(function (Source) {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
362
|
Source.filterSensitiveLog = (obj) => ({
|
|
483
363
|
...obj,
|
|
484
364
|
...(obj.configDetails && { configDetails: ConfigDetails.filterSensitiveLog(obj.configDetails) }),
|
|
@@ -486,9 +366,6 @@ var Source;
|
|
|
486
366
|
})(Source = exports.Source || (exports.Source = {}));
|
|
487
367
|
var DataflowDetail;
|
|
488
368
|
(function (DataflowDetail) {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
369
|
DataflowDetail.filterSensitiveLog = (obj) => ({
|
|
493
370
|
...obj,
|
|
494
371
|
...(obj.source && { source: Source.filterSensitiveLog(obj.source) }),
|
|
@@ -497,18 +374,12 @@ var DataflowDetail;
|
|
|
497
374
|
})(DataflowDetail = exports.DataflowDetail || (exports.DataflowDetail = {}));
|
|
498
375
|
var Elevation;
|
|
499
376
|
(function (Elevation) {
|
|
500
|
-
/**
|
|
501
|
-
* @internal
|
|
502
|
-
*/
|
|
503
377
|
Elevation.filterSensitiveLog = (obj) => ({
|
|
504
378
|
...obj,
|
|
505
379
|
});
|
|
506
380
|
})(Elevation = exports.Elevation || (exports.Elevation = {}));
|
|
507
381
|
var DescribeContactResponse;
|
|
508
382
|
(function (DescribeContactResponse) {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
383
|
DescribeContactResponse.filterSensitiveLog = (obj) => ({
|
|
513
384
|
...obj,
|
|
514
385
|
...(obj.dataflowList && { dataflowList: obj.dataflowList.map((item) => DataflowDetail.filterSensitiveLog(item)) }),
|
|
@@ -516,335 +387,223 @@ var DescribeContactResponse;
|
|
|
516
387
|
})(DescribeContactResponse = exports.DescribeContactResponse || (exports.DescribeContactResponse = {}));
|
|
517
388
|
var ListContactsRequest;
|
|
518
389
|
(function (ListContactsRequest) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
390
|
ListContactsRequest.filterSensitiveLog = (obj) => ({
|
|
523
391
|
...obj,
|
|
524
392
|
});
|
|
525
393
|
})(ListContactsRequest = exports.ListContactsRequest || (exports.ListContactsRequest = {}));
|
|
526
394
|
var ContactData;
|
|
527
395
|
(function (ContactData) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
396
|
ContactData.filterSensitiveLog = (obj) => ({
|
|
532
397
|
...obj,
|
|
533
398
|
});
|
|
534
399
|
})(ContactData = exports.ContactData || (exports.ContactData = {}));
|
|
535
400
|
var ListContactsResponse;
|
|
536
401
|
(function (ListContactsResponse) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
402
|
ListContactsResponse.filterSensitiveLog = (obj) => ({
|
|
541
403
|
...obj,
|
|
542
404
|
});
|
|
543
405
|
})(ListContactsResponse = exports.ListContactsResponse || (exports.ListContactsResponse = {}));
|
|
544
406
|
var ReserveContactRequest;
|
|
545
407
|
(function (ReserveContactRequest) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
408
|
ReserveContactRequest.filterSensitiveLog = (obj) => ({
|
|
550
409
|
...obj,
|
|
551
410
|
});
|
|
552
411
|
})(ReserveContactRequest = exports.ReserveContactRequest || (exports.ReserveContactRequest = {}));
|
|
553
412
|
var CreateDataflowEndpointGroupRequest;
|
|
554
413
|
(function (CreateDataflowEndpointGroupRequest) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
414
|
CreateDataflowEndpointGroupRequest.filterSensitiveLog = (obj) => ({
|
|
559
415
|
...obj,
|
|
560
416
|
});
|
|
561
417
|
})(CreateDataflowEndpointGroupRequest = exports.CreateDataflowEndpointGroupRequest || (exports.CreateDataflowEndpointGroupRequest = {}));
|
|
562
418
|
var DataflowEndpointGroupIdResponse;
|
|
563
419
|
(function (DataflowEndpointGroupIdResponse) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
420
|
DataflowEndpointGroupIdResponse.filterSensitiveLog = (obj) => ({
|
|
568
421
|
...obj,
|
|
569
422
|
});
|
|
570
423
|
})(DataflowEndpointGroupIdResponse = exports.DataflowEndpointGroupIdResponse || (exports.DataflowEndpointGroupIdResponse = {}));
|
|
571
424
|
var CreateMissionProfileRequest;
|
|
572
425
|
(function (CreateMissionProfileRequest) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
426
|
CreateMissionProfileRequest.filterSensitiveLog = (obj) => ({
|
|
577
427
|
...obj,
|
|
578
428
|
});
|
|
579
429
|
})(CreateMissionProfileRequest = exports.CreateMissionProfileRequest || (exports.CreateMissionProfileRequest = {}));
|
|
580
430
|
var MissionProfileIdResponse;
|
|
581
431
|
(function (MissionProfileIdResponse) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
432
|
MissionProfileIdResponse.filterSensitiveLog = (obj) => ({
|
|
586
433
|
...obj,
|
|
587
434
|
});
|
|
588
435
|
})(MissionProfileIdResponse = exports.MissionProfileIdResponse || (exports.MissionProfileIdResponse = {}));
|
|
589
436
|
var DeleteDataflowEndpointGroupRequest;
|
|
590
437
|
(function (DeleteDataflowEndpointGroupRequest) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
438
|
DeleteDataflowEndpointGroupRequest.filterSensitiveLog = (obj) => ({
|
|
595
439
|
...obj,
|
|
596
440
|
});
|
|
597
441
|
})(DeleteDataflowEndpointGroupRequest = exports.DeleteDataflowEndpointGroupRequest || (exports.DeleteDataflowEndpointGroupRequest = {}));
|
|
598
442
|
var GetDataflowEndpointGroupRequest;
|
|
599
443
|
(function (GetDataflowEndpointGroupRequest) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
444
|
GetDataflowEndpointGroupRequest.filterSensitiveLog = (obj) => ({
|
|
604
445
|
...obj,
|
|
605
446
|
});
|
|
606
447
|
})(GetDataflowEndpointGroupRequest = exports.GetDataflowEndpointGroupRequest || (exports.GetDataflowEndpointGroupRequest = {}));
|
|
607
448
|
var GetDataflowEndpointGroupResponse;
|
|
608
449
|
(function (GetDataflowEndpointGroupResponse) {
|
|
609
|
-
/**
|
|
610
|
-
* @internal
|
|
611
|
-
*/
|
|
612
450
|
GetDataflowEndpointGroupResponse.filterSensitiveLog = (obj) => ({
|
|
613
451
|
...obj,
|
|
614
452
|
});
|
|
615
453
|
})(GetDataflowEndpointGroupResponse = exports.GetDataflowEndpointGroupResponse || (exports.GetDataflowEndpointGroupResponse = {}));
|
|
616
454
|
var ListDataflowEndpointGroupsRequest;
|
|
617
455
|
(function (ListDataflowEndpointGroupsRequest) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
456
|
ListDataflowEndpointGroupsRequest.filterSensitiveLog = (obj) => ({
|
|
622
457
|
...obj,
|
|
623
458
|
});
|
|
624
459
|
})(ListDataflowEndpointGroupsRequest = exports.ListDataflowEndpointGroupsRequest || (exports.ListDataflowEndpointGroupsRequest = {}));
|
|
625
460
|
var DataflowEndpointListItem;
|
|
626
461
|
(function (DataflowEndpointListItem) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
462
|
DataflowEndpointListItem.filterSensitiveLog = (obj) => ({
|
|
631
463
|
...obj,
|
|
632
464
|
});
|
|
633
465
|
})(DataflowEndpointListItem = exports.DataflowEndpointListItem || (exports.DataflowEndpointListItem = {}));
|
|
634
466
|
var ListDataflowEndpointGroupsResponse;
|
|
635
467
|
(function (ListDataflowEndpointGroupsResponse) {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
468
|
ListDataflowEndpointGroupsResponse.filterSensitiveLog = (obj) => ({
|
|
640
469
|
...obj,
|
|
641
470
|
});
|
|
642
471
|
})(ListDataflowEndpointGroupsResponse = exports.ListDataflowEndpointGroupsResponse || (exports.ListDataflowEndpointGroupsResponse = {}));
|
|
643
472
|
var DeleteMissionProfileRequest;
|
|
644
473
|
(function (DeleteMissionProfileRequest) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
474
|
DeleteMissionProfileRequest.filterSensitiveLog = (obj) => ({
|
|
649
475
|
...obj,
|
|
650
476
|
});
|
|
651
477
|
})(DeleteMissionProfileRequest = exports.DeleteMissionProfileRequest || (exports.DeleteMissionProfileRequest = {}));
|
|
652
478
|
var GetMinuteUsageRequest;
|
|
653
479
|
(function (GetMinuteUsageRequest) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
480
|
GetMinuteUsageRequest.filterSensitiveLog = (obj) => ({
|
|
658
481
|
...obj,
|
|
659
482
|
});
|
|
660
483
|
})(GetMinuteUsageRequest = exports.GetMinuteUsageRequest || (exports.GetMinuteUsageRequest = {}));
|
|
661
484
|
var GetMinuteUsageResponse;
|
|
662
485
|
(function (GetMinuteUsageResponse) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
486
|
GetMinuteUsageResponse.filterSensitiveLog = (obj) => ({
|
|
667
487
|
...obj,
|
|
668
488
|
});
|
|
669
489
|
})(GetMinuteUsageResponse = exports.GetMinuteUsageResponse || (exports.GetMinuteUsageResponse = {}));
|
|
670
490
|
var GetMissionProfileRequest;
|
|
671
491
|
(function (GetMissionProfileRequest) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
492
|
GetMissionProfileRequest.filterSensitiveLog = (obj) => ({
|
|
676
493
|
...obj,
|
|
677
494
|
});
|
|
678
495
|
})(GetMissionProfileRequest = exports.GetMissionProfileRequest || (exports.GetMissionProfileRequest = {}));
|
|
679
496
|
var GetMissionProfileResponse;
|
|
680
497
|
(function (GetMissionProfileResponse) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
498
|
GetMissionProfileResponse.filterSensitiveLog = (obj) => ({
|
|
685
499
|
...obj,
|
|
686
500
|
});
|
|
687
501
|
})(GetMissionProfileResponse = exports.GetMissionProfileResponse || (exports.GetMissionProfileResponse = {}));
|
|
688
502
|
var GetSatelliteRequest;
|
|
689
503
|
(function (GetSatelliteRequest) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
504
|
GetSatelliteRequest.filterSensitiveLog = (obj) => ({
|
|
694
505
|
...obj,
|
|
695
506
|
});
|
|
696
507
|
})(GetSatelliteRequest = exports.GetSatelliteRequest || (exports.GetSatelliteRequest = {}));
|
|
697
508
|
var GetSatelliteResponse;
|
|
698
509
|
(function (GetSatelliteResponse) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
510
|
GetSatelliteResponse.filterSensitiveLog = (obj) => ({
|
|
703
511
|
...obj,
|
|
704
512
|
});
|
|
705
513
|
})(GetSatelliteResponse = exports.GetSatelliteResponse || (exports.GetSatelliteResponse = {}));
|
|
706
514
|
var ListGroundStationsRequest;
|
|
707
515
|
(function (ListGroundStationsRequest) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
516
|
ListGroundStationsRequest.filterSensitiveLog = (obj) => ({
|
|
712
517
|
...obj,
|
|
713
518
|
});
|
|
714
519
|
})(ListGroundStationsRequest = exports.ListGroundStationsRequest || (exports.ListGroundStationsRequest = {}));
|
|
715
520
|
var GroundStationData;
|
|
716
521
|
(function (GroundStationData) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
522
|
GroundStationData.filterSensitiveLog = (obj) => ({
|
|
721
523
|
...obj,
|
|
722
524
|
});
|
|
723
525
|
})(GroundStationData = exports.GroundStationData || (exports.GroundStationData = {}));
|
|
724
526
|
var ListGroundStationsResponse;
|
|
725
527
|
(function (ListGroundStationsResponse) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
528
|
ListGroundStationsResponse.filterSensitiveLog = (obj) => ({
|
|
730
529
|
...obj,
|
|
731
530
|
});
|
|
732
531
|
})(ListGroundStationsResponse = exports.ListGroundStationsResponse || (exports.ListGroundStationsResponse = {}));
|
|
733
532
|
var ListTagsForResourceRequest;
|
|
734
533
|
(function (ListTagsForResourceRequest) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
534
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
739
535
|
...obj,
|
|
740
536
|
});
|
|
741
537
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
742
538
|
var ListTagsForResourceResponse;
|
|
743
539
|
(function (ListTagsForResourceResponse) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
540
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
748
541
|
...obj,
|
|
749
542
|
});
|
|
750
543
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
751
544
|
var ListMissionProfilesRequest;
|
|
752
545
|
(function (ListMissionProfilesRequest) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
546
|
ListMissionProfilesRequest.filterSensitiveLog = (obj) => ({
|
|
757
547
|
...obj,
|
|
758
548
|
});
|
|
759
549
|
})(ListMissionProfilesRequest = exports.ListMissionProfilesRequest || (exports.ListMissionProfilesRequest = {}));
|
|
760
550
|
var MissionProfileListItem;
|
|
761
551
|
(function (MissionProfileListItem) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
552
|
MissionProfileListItem.filterSensitiveLog = (obj) => ({
|
|
766
553
|
...obj,
|
|
767
554
|
});
|
|
768
555
|
})(MissionProfileListItem = exports.MissionProfileListItem || (exports.MissionProfileListItem = {}));
|
|
769
556
|
var ListMissionProfilesResponse;
|
|
770
557
|
(function (ListMissionProfilesResponse) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
558
|
ListMissionProfilesResponse.filterSensitiveLog = (obj) => ({
|
|
775
559
|
...obj,
|
|
776
560
|
});
|
|
777
561
|
})(ListMissionProfilesResponse = exports.ListMissionProfilesResponse || (exports.ListMissionProfilesResponse = {}));
|
|
778
562
|
var UpdateMissionProfileRequest;
|
|
779
563
|
(function (UpdateMissionProfileRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
564
|
UpdateMissionProfileRequest.filterSensitiveLog = (obj) => ({
|
|
784
565
|
...obj,
|
|
785
566
|
});
|
|
786
567
|
})(UpdateMissionProfileRequest = exports.UpdateMissionProfileRequest || (exports.UpdateMissionProfileRequest = {}));
|
|
787
568
|
var ListSatellitesRequest;
|
|
788
569
|
(function (ListSatellitesRequest) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
570
|
ListSatellitesRequest.filterSensitiveLog = (obj) => ({
|
|
793
571
|
...obj,
|
|
794
572
|
});
|
|
795
573
|
})(ListSatellitesRequest = exports.ListSatellitesRequest || (exports.ListSatellitesRequest = {}));
|
|
796
574
|
var SatelliteListItem;
|
|
797
575
|
(function (SatelliteListItem) {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
576
|
SatelliteListItem.filterSensitiveLog = (obj) => ({
|
|
802
577
|
...obj,
|
|
803
578
|
});
|
|
804
579
|
})(SatelliteListItem = exports.SatelliteListItem || (exports.SatelliteListItem = {}));
|
|
805
580
|
var ListSatellitesResponse;
|
|
806
581
|
(function (ListSatellitesResponse) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
582
|
ListSatellitesResponse.filterSensitiveLog = (obj) => ({
|
|
811
583
|
...obj,
|
|
812
584
|
});
|
|
813
585
|
})(ListSatellitesResponse = exports.ListSatellitesResponse || (exports.ListSatellitesResponse = {}));
|
|
814
586
|
var TagResourceRequest;
|
|
815
587
|
(function (TagResourceRequest) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
588
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
820
589
|
...obj,
|
|
821
590
|
});
|
|
822
591
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
823
592
|
var TagResourceResponse;
|
|
824
593
|
(function (TagResourceResponse) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
594
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
829
595
|
...obj,
|
|
830
596
|
});
|
|
831
597
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
832
598
|
var UntagResourceRequest;
|
|
833
599
|
(function (UntagResourceRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
600
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
838
601
|
...obj,
|
|
839
602
|
});
|
|
840
603
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
841
604
|
var UntagResourceResponse;
|
|
842
605
|
(function (UntagResourceResponse) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
606
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
847
607
|
...obj,
|
|
848
608
|
});
|
|
849
609
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
850
|
-
//# sourceMappingURL=models_0.js.map
|