@aws-sdk/client-groundstation 3.1045.0 → 3.1047.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +112 -114
  5. package/dist-cjs/models/GroundStationServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/GroundStation.js +1 -1
  10. package/dist-es/GroundStationClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelContactCommand.js +2 -2
  13. package/dist-es/commands/CreateConfigCommand.js +2 -2
  14. package/dist-es/commands/CreateDataflowEndpointGroupCommand.js +2 -2
  15. package/dist-es/commands/CreateDataflowEndpointGroupV2Command.js +2 -2
  16. package/dist-es/commands/CreateEphemerisCommand.js +2 -2
  17. package/dist-es/commands/CreateMissionProfileCommand.js +2 -2
  18. package/dist-es/commands/DeleteConfigCommand.js +2 -2
  19. package/dist-es/commands/DeleteDataflowEndpointGroupCommand.js +2 -2
  20. package/dist-es/commands/DeleteEphemerisCommand.js +2 -2
  21. package/dist-es/commands/DeleteMissionProfileCommand.js +2 -2
  22. package/dist-es/commands/DescribeContactCommand.js +2 -2
  23. package/dist-es/commands/DescribeContactVersionCommand.js +2 -2
  24. package/dist-es/commands/DescribeEphemerisCommand.js +2 -2
  25. package/dist-es/commands/GetAgentConfigurationCommand.js +2 -2
  26. package/dist-es/commands/GetAgentTaskResponseUrlCommand.js +2 -2
  27. package/dist-es/commands/GetConfigCommand.js +2 -2
  28. package/dist-es/commands/GetDataflowEndpointGroupCommand.js +2 -2
  29. package/dist-es/commands/GetMinuteUsageCommand.js +2 -2
  30. package/dist-es/commands/GetMissionProfileCommand.js +2 -2
  31. package/dist-es/commands/GetSatelliteCommand.js +2 -2
  32. package/dist-es/commands/ListAntennasCommand.js +2 -2
  33. package/dist-es/commands/ListConfigsCommand.js +2 -2
  34. package/dist-es/commands/ListContactVersionsCommand.js +2 -2
  35. package/dist-es/commands/ListContactsCommand.js +2 -2
  36. package/dist-es/commands/ListDataflowEndpointGroupsCommand.js +2 -2
  37. package/dist-es/commands/ListEphemeridesCommand.js +2 -2
  38. package/dist-es/commands/ListGroundStationReservationsCommand.js +2 -2
  39. package/dist-es/commands/ListGroundStationsCommand.js +2 -2
  40. package/dist-es/commands/ListMissionProfilesCommand.js +2 -2
  41. package/dist-es/commands/ListSatellitesCommand.js +2 -2
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-es/commands/RegisterAgentCommand.js +2 -2
  44. package/dist-es/commands/ReserveContactCommand.js +2 -2
  45. package/dist-es/commands/TagResourceCommand.js +2 -2
  46. package/dist-es/commands/UntagResourceCommand.js +2 -2
  47. package/dist-es/commands/UpdateAgentStatusCommand.js +2 -2
  48. package/dist-es/commands/UpdateConfigCommand.js +2 -2
  49. package/dist-es/commands/UpdateContactCommand.js +2 -2
  50. package/dist-es/commands/UpdateEphemerisCommand.js +2 -2
  51. package/dist-es/commands/UpdateMissionProfileCommand.js +2 -2
  52. package/dist-es/endpoint/bdd.js +1 -1
  53. package/dist-es/endpoint/endpointResolver.js +1 -1
  54. package/dist-es/models/GroundStationServiceException.js +1 -1
  55. package/dist-es/runtimeConfig.browser.js +4 -6
  56. package/dist-es/runtimeConfig.js +4 -8
  57. package/dist-es/runtimeConfig.shared.js +3 -4
  58. package/dist-es/runtimeExtensions.js +2 -2
  59. package/dist-es/waiters/waitForContactScheduled.js +1 -1
  60. package/dist-es/waiters/waitForContactUpdated.js +1 -1
  61. package/dist-types/GroundStation.d.ts +1 -1
  62. package/dist-types/GroundStationClient.d.ts +5 -5
  63. package/dist-types/commands/CancelContactCommand.d.ts +6 -4
  64. package/dist-types/commands/CreateConfigCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateDataflowEndpointGroupV2Command.d.ts +6 -4
  67. package/dist-types/commands/CreateEphemerisCommand.d.ts +6 -4
  68. package/dist-types/commands/CreateMissionProfileCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteConfigCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -4
  71. package/dist-types/commands/DeleteEphemerisCommand.d.ts +6 -4
  72. package/dist-types/commands/DeleteMissionProfileCommand.d.ts +6 -4
  73. package/dist-types/commands/DescribeContactCommand.d.ts +6 -4
  74. package/dist-types/commands/DescribeContactVersionCommand.d.ts +6 -4
  75. package/dist-types/commands/DescribeEphemerisCommand.d.ts +6 -4
  76. package/dist-types/commands/GetAgentConfigurationCommand.d.ts +6 -4
  77. package/dist-types/commands/GetAgentTaskResponseUrlCommand.d.ts +6 -4
  78. package/dist-types/commands/GetConfigCommand.d.ts +6 -4
  79. package/dist-types/commands/GetDataflowEndpointGroupCommand.d.ts +6 -4
  80. package/dist-types/commands/GetMinuteUsageCommand.d.ts +6 -4
  81. package/dist-types/commands/GetMissionProfileCommand.d.ts +6 -4
  82. package/dist-types/commands/GetSatelliteCommand.d.ts +6 -4
  83. package/dist-types/commands/ListAntennasCommand.d.ts +6 -4
  84. package/dist-types/commands/ListConfigsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListContactVersionsCommand.d.ts +6 -4
  86. package/dist-types/commands/ListContactsCommand.d.ts +6 -4
  87. package/dist-types/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -4
  88. package/dist-types/commands/ListEphemeridesCommand.d.ts +6 -4
  89. package/dist-types/commands/ListGroundStationReservationsCommand.d.ts +6 -4
  90. package/dist-types/commands/ListGroundStationsCommand.d.ts +6 -4
  91. package/dist-types/commands/ListMissionProfilesCommand.d.ts +6 -4
  92. package/dist-types/commands/ListSatellitesCommand.d.ts +6 -4
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  94. package/dist-types/commands/RegisterAgentCommand.d.ts +6 -4
  95. package/dist-types/commands/ReserveContactCommand.d.ts +6 -4
  96. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  97. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  98. package/dist-types/commands/UpdateAgentStatusCommand.d.ts +6 -4
  99. package/dist-types/commands/UpdateConfigCommand.d.ts +6 -4
  100. package/dist-types/commands/UpdateContactCommand.d.ts +6 -4
  101. package/dist-types/commands/UpdateEphemerisCommand.d.ts +6 -4
  102. package/dist-types/commands/UpdateMissionProfileCommand.d.ts +6 -4
  103. package/dist-types/endpoint/bdd.d.ts +1 -1
  104. package/dist-types/extensionConfiguration.d.ts +1 -1
  105. package/dist-types/models/GroundStationServiceException.d.ts +1 -1
  106. package/dist-types/models/errors.d.ts +1 -1
  107. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  108. package/dist-types/runtimeConfig.d.ts +2 -2
  109. package/dist-types/runtimeConfig.native.d.ts +2 -2
  110. package/dist-types/ts3.4/GroundStation.d.ts +1 -1
  111. package/dist-types/ts3.4/GroundStationClient.d.ts +8 -14
  112. package/dist-types/ts3.4/commands/CancelContactCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/CreateConfigCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/CreateDataflowEndpointGroupV2Command.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/CreateEphemerisCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/CreateMissionProfileCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/DeleteConfigCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/DeleteDataflowEndpointGroupCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/DeleteEphemerisCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DeleteMissionProfileCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/DescribeContactVersionCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/DescribeEphemerisCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/GetAgentConfigurationCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/GetAgentTaskResponseUrlCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +6 -8
  128. package/dist-types/ts3.4/commands/GetDataflowEndpointGroupCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/GetMinuteUsageCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetMissionProfileCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetSatelliteCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/ListAntennasCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/ListConfigsCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/ListContactVersionsCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListContactsCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/ListDataflowEndpointGroupsCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListEphemeridesCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListGroundStationReservationsCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/ListGroundStationsCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/ListMissionProfilesCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/ListSatellitesCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/RegisterAgentCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ReserveContactCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/UpdateAgentStatusCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/UpdateConfigCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/UpdateContactCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/UpdateEphemerisCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/UpdateMissionProfileCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  153. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  154. package/dist-types/ts3.4/models/GroundStationServiceException.d.ts +1 -1
  155. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  156. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  157. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  158. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  159. package/dist-types/ts3.4/waiters/waitForContactScheduled.d.ts +1 -1
  160. package/dist-types/ts3.4/waiters/waitForContactUpdated.d.ts +1 -1
  161. package/dist-types/waiters/waitForContactScheduled.d.ts +1 -1
  162. package/dist-types/waiters/waitForContactUpdated.d.ts +1 -1
  163. package/package.json +13 -35
package/dist-cjs/index.js CHANGED
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
- var utilWaiter = require('@smithy/util-waiter');
20
18
  var errors = require('./models/errors');
21
19
  var GroundStationServiceException = require('./models/GroundStationServiceException');
22
20
 
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
72
  };
75
73
 
76
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
78
  };
81
79
 
82
- class GroundStationClient extends smithyClient.Client {
80
+ class GroundStationClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class GroundStationClient extends smithyClient.Client {
87
85
  this.initConfig = _config_0;
88
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
94
  this.config = _config_8;
97
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +112,11 @@ class GroundStationClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class CancelContactCommand extends smithyClient.Command
115
+ class CancelContactCommand extends client.Command
118
116
  .classBuilder()
119
117
  .ep(commonParams)
120
118
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
120
  })
123
121
  .s("GroundStation", "CancelContact", {})
124
122
  .n("GroundStationClient", "CancelContactCommand")
@@ -126,11 +124,11 @@ class CancelContactCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class CreateConfigCommand extends smithyClient.Command
127
+ class CreateConfigCommand extends client.Command
130
128
  .classBuilder()
131
129
  .ep(commonParams)
132
130
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
132
  })
135
133
  .s("GroundStation", "CreateConfig", {})
136
134
  .n("GroundStationClient", "CreateConfigCommand")
@@ -138,11 +136,11 @@ class CreateConfigCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class CreateDataflowEndpointGroupCommand extends smithyClient.Command
139
+ class CreateDataflowEndpointGroupCommand extends client.Command
142
140
  .classBuilder()
143
141
  .ep(commonParams)
144
142
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
144
  })
147
145
  .s("GroundStation", "CreateDataflowEndpointGroup", {})
148
146
  .n("GroundStationClient", "CreateDataflowEndpointGroupCommand")
@@ -150,11 +148,11 @@ class CreateDataflowEndpointGroupCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class CreateDataflowEndpointGroupV2Command extends smithyClient.Command
151
+ class CreateDataflowEndpointGroupV2Command extends client.Command
154
152
  .classBuilder()
155
153
  .ep(commonParams)
156
154
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
156
  })
159
157
  .s("GroundStation", "CreateDataflowEndpointGroupV2", {})
160
158
  .n("GroundStationClient", "CreateDataflowEndpointGroupV2Command")
@@ -162,11 +160,11 @@ class CreateDataflowEndpointGroupV2Command extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class CreateEphemerisCommand extends smithyClient.Command
163
+ class CreateEphemerisCommand extends client.Command
166
164
  .classBuilder()
167
165
  .ep(commonParams)
168
166
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
168
  })
171
169
  .s("GroundStation", "CreateEphemeris", {})
172
170
  .n("GroundStationClient", "CreateEphemerisCommand")
@@ -174,11 +172,11 @@ class CreateEphemerisCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class CreateMissionProfileCommand extends smithyClient.Command
175
+ class CreateMissionProfileCommand extends client.Command
178
176
  .classBuilder()
179
177
  .ep(commonParams)
180
178
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
180
  })
183
181
  .s("GroundStation", "CreateMissionProfile", {})
184
182
  .n("GroundStationClient", "CreateMissionProfileCommand")
@@ -186,11 +184,11 @@ class CreateMissionProfileCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class DeleteConfigCommand extends smithyClient.Command
187
+ class DeleteConfigCommand extends client.Command
190
188
  .classBuilder()
191
189
  .ep(commonParams)
192
190
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
192
  })
195
193
  .s("GroundStation", "DeleteConfig", {})
196
194
  .n("GroundStationClient", "DeleteConfigCommand")
@@ -198,11 +196,11 @@ class DeleteConfigCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class DeleteDataflowEndpointGroupCommand extends smithyClient.Command
199
+ class DeleteDataflowEndpointGroupCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep(commonParams)
204
202
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
204
  })
207
205
  .s("GroundStation", "DeleteDataflowEndpointGroup", {})
208
206
  .n("GroundStationClient", "DeleteDataflowEndpointGroupCommand")
@@ -210,11 +208,11 @@ class DeleteDataflowEndpointGroupCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class DeleteEphemerisCommand extends smithyClient.Command
211
+ class DeleteEphemerisCommand extends client.Command
214
212
  .classBuilder()
215
213
  .ep(commonParams)
216
214
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
216
  })
219
217
  .s("GroundStation", "DeleteEphemeris", {})
220
218
  .n("GroundStationClient", "DeleteEphemerisCommand")
@@ -222,11 +220,11 @@ class DeleteEphemerisCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class DeleteMissionProfileCommand extends smithyClient.Command
223
+ class DeleteMissionProfileCommand extends client.Command
226
224
  .classBuilder()
227
225
  .ep(commonParams)
228
226
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
228
  })
231
229
  .s("GroundStation", "DeleteMissionProfile", {})
232
230
  .n("GroundStationClient", "DeleteMissionProfileCommand")
@@ -234,11 +232,11 @@ class DeleteMissionProfileCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class DescribeContactCommand extends smithyClient.Command
235
+ class DescribeContactCommand extends client.Command
238
236
  .classBuilder()
239
237
  .ep(commonParams)
240
238
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
240
  })
243
241
  .s("GroundStation", "DescribeContact", {})
244
242
  .n("GroundStationClient", "DescribeContactCommand")
@@ -246,11 +244,11 @@ class DescribeContactCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class DescribeContactVersionCommand extends smithyClient.Command
247
+ class DescribeContactVersionCommand extends client.Command
250
248
  .classBuilder()
251
249
  .ep(commonParams)
252
250
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
252
  })
255
253
  .s("GroundStation", "DescribeContactVersion", {})
256
254
  .n("GroundStationClient", "DescribeContactVersionCommand")
@@ -258,11 +256,11 @@ class DescribeContactVersionCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class DescribeEphemerisCommand extends smithyClient.Command
259
+ class DescribeEphemerisCommand extends client.Command
262
260
  .classBuilder()
263
261
  .ep(commonParams)
264
262
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
264
  })
267
265
  .s("GroundStation", "DescribeEphemeris", {})
268
266
  .n("GroundStationClient", "DescribeEphemerisCommand")
@@ -270,11 +268,11 @@ class DescribeEphemerisCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class GetAgentConfigurationCommand extends smithyClient.Command
271
+ class GetAgentConfigurationCommand extends client.Command
274
272
  .classBuilder()
275
273
  .ep(commonParams)
276
274
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
276
  })
279
277
  .s("GroundStation", "GetAgentConfiguration", {})
280
278
  .n("GroundStationClient", "GetAgentConfigurationCommand")
@@ -282,11 +280,11 @@ class GetAgentConfigurationCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class GetAgentTaskResponseUrlCommand extends smithyClient.Command
283
+ class GetAgentTaskResponseUrlCommand extends client.Command
286
284
  .classBuilder()
287
285
  .ep(commonParams)
288
286
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
288
  })
291
289
  .s("GroundStation", "GetAgentTaskResponseUrl", {})
292
290
  .n("GroundStationClient", "GetAgentTaskResponseUrlCommand")
@@ -294,11 +292,11 @@ class GetAgentTaskResponseUrlCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class GetConfigCommand extends smithyClient.Command
295
+ class GetConfigCommand extends client.Command
298
296
  .classBuilder()
299
297
  .ep(commonParams)
300
298
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
300
  })
303
301
  .s("GroundStation", "GetConfig", {})
304
302
  .n("GroundStationClient", "GetConfigCommand")
@@ -306,11 +304,11 @@ class GetConfigCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class GetDataflowEndpointGroupCommand extends smithyClient.Command
307
+ class GetDataflowEndpointGroupCommand extends client.Command
310
308
  .classBuilder()
311
309
  .ep(commonParams)
312
310
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
312
  })
315
313
  .s("GroundStation", "GetDataflowEndpointGroup", {})
316
314
  .n("GroundStationClient", "GetDataflowEndpointGroupCommand")
@@ -318,11 +316,11 @@ class GetDataflowEndpointGroupCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class GetMinuteUsageCommand extends smithyClient.Command
319
+ class GetMinuteUsageCommand extends client.Command
322
320
  .classBuilder()
323
321
  .ep(commonParams)
324
322
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
324
  })
327
325
  .s("GroundStation", "GetMinuteUsage", {})
328
326
  .n("GroundStationClient", "GetMinuteUsageCommand")
@@ -330,11 +328,11 @@ class GetMinuteUsageCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class GetMissionProfileCommand extends smithyClient.Command
331
+ class GetMissionProfileCommand extends client.Command
334
332
  .classBuilder()
335
333
  .ep(commonParams)
336
334
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
336
  })
339
337
  .s("GroundStation", "GetMissionProfile", {})
340
338
  .n("GroundStationClient", "GetMissionProfileCommand")
@@ -342,11 +340,11 @@ class GetMissionProfileCommand extends smithyClient.Command
342
340
  .build() {
343
341
  }
344
342
 
345
- class GetSatelliteCommand extends smithyClient.Command
343
+ class GetSatelliteCommand extends client.Command
346
344
  .classBuilder()
347
345
  .ep(commonParams)
348
346
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
348
  })
351
349
  .s("GroundStation", "GetSatellite", {})
352
350
  .n("GroundStationClient", "GetSatelliteCommand")
@@ -354,11 +352,11 @@ class GetSatelliteCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class ListAntennasCommand extends smithyClient.Command
355
+ class ListAntennasCommand extends client.Command
358
356
  .classBuilder()
359
357
  .ep(commonParams)
360
358
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
360
  })
363
361
  .s("GroundStation", "ListAntennas", {})
364
362
  .n("GroundStationClient", "ListAntennasCommand")
@@ -366,11 +364,11 @@ class ListAntennasCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class ListConfigsCommand extends smithyClient.Command
367
+ class ListConfigsCommand extends client.Command
370
368
  .classBuilder()
371
369
  .ep(commonParams)
372
370
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
372
  })
375
373
  .s("GroundStation", "ListConfigs", {})
376
374
  .n("GroundStationClient", "ListConfigsCommand")
@@ -378,11 +376,11 @@ class ListConfigsCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class ListContactsCommand extends smithyClient.Command
379
+ class ListContactsCommand extends client.Command
382
380
  .classBuilder()
383
381
  .ep(commonParams)
384
382
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
384
  })
387
385
  .s("GroundStation", "ListContacts", {})
388
386
  .n("GroundStationClient", "ListContactsCommand")
@@ -390,11 +388,11 @@ class ListContactsCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class ListContactVersionsCommand extends smithyClient.Command
391
+ class ListContactVersionsCommand extends client.Command
394
392
  .classBuilder()
395
393
  .ep(commonParams)
396
394
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
396
  })
399
397
  .s("GroundStation", "ListContactVersions", {})
400
398
  .n("GroundStationClient", "ListContactVersionsCommand")
@@ -402,11 +400,11 @@ class ListContactVersionsCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class ListDataflowEndpointGroupsCommand extends smithyClient.Command
403
+ class ListDataflowEndpointGroupsCommand extends client.Command
406
404
  .classBuilder()
407
405
  .ep(commonParams)
408
406
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
408
  })
411
409
  .s("GroundStation", "ListDataflowEndpointGroups", {})
412
410
  .n("GroundStationClient", "ListDataflowEndpointGroupsCommand")
@@ -414,11 +412,11 @@ class ListDataflowEndpointGroupsCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class ListEphemeridesCommand extends smithyClient.Command
415
+ class ListEphemeridesCommand extends client.Command
418
416
  .classBuilder()
419
417
  .ep(commonParams)
420
418
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
420
  })
423
421
  .s("GroundStation", "ListEphemerides", {})
424
422
  .n("GroundStationClient", "ListEphemeridesCommand")
@@ -426,11 +424,11 @@ class ListEphemeridesCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class ListGroundStationReservationsCommand extends smithyClient.Command
427
+ class ListGroundStationReservationsCommand extends client.Command
430
428
  .classBuilder()
431
429
  .ep(commonParams)
432
430
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
432
  })
435
433
  .s("GroundStation", "ListGroundStationReservations", {})
436
434
  .n("GroundStationClient", "ListGroundStationReservationsCommand")
@@ -438,11 +436,11 @@ class ListGroundStationReservationsCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class ListGroundStationsCommand extends smithyClient.Command
439
+ class ListGroundStationsCommand extends client.Command
442
440
  .classBuilder()
443
441
  .ep(commonParams)
444
442
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
444
  })
447
445
  .s("GroundStation", "ListGroundStations", {})
448
446
  .n("GroundStationClient", "ListGroundStationsCommand")
@@ -450,11 +448,11 @@ class ListGroundStationsCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class ListMissionProfilesCommand extends smithyClient.Command
451
+ class ListMissionProfilesCommand extends client.Command
454
452
  .classBuilder()
455
453
  .ep(commonParams)
456
454
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
456
  })
459
457
  .s("GroundStation", "ListMissionProfiles", {})
460
458
  .n("GroundStationClient", "ListMissionProfilesCommand")
@@ -462,11 +460,11 @@ class ListMissionProfilesCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class ListSatellitesCommand extends smithyClient.Command
463
+ class ListSatellitesCommand extends client.Command
466
464
  .classBuilder()
467
465
  .ep(commonParams)
468
466
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
468
  })
471
469
  .s("GroundStation", "ListSatellites", {})
472
470
  .n("GroundStationClient", "ListSatellitesCommand")
@@ -474,11 +472,11 @@ class ListSatellitesCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class ListTagsForResourceCommand extends smithyClient.Command
475
+ class ListTagsForResourceCommand extends client.Command
478
476
  .classBuilder()
479
477
  .ep(commonParams)
480
478
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
480
  })
483
481
  .s("GroundStation", "ListTagsForResource", {})
484
482
  .n("GroundStationClient", "ListTagsForResourceCommand")
@@ -486,11 +484,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class RegisterAgentCommand extends smithyClient.Command
487
+ class RegisterAgentCommand extends client.Command
490
488
  .classBuilder()
491
489
  .ep(commonParams)
492
490
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
492
  })
495
493
  .s("GroundStation", "RegisterAgent", {})
496
494
  .n("GroundStationClient", "RegisterAgentCommand")
@@ -498,11 +496,11 @@ class RegisterAgentCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class ReserveContactCommand extends smithyClient.Command
499
+ class ReserveContactCommand extends client.Command
502
500
  .classBuilder()
503
501
  .ep(commonParams)
504
502
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
504
  })
507
505
  .s("GroundStation", "ReserveContact", {})
508
506
  .n("GroundStationClient", "ReserveContactCommand")
@@ -510,11 +508,11 @@ class ReserveContactCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class TagResourceCommand extends smithyClient.Command
511
+ class TagResourceCommand extends client.Command
514
512
  .classBuilder()
515
513
  .ep(commonParams)
516
514
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
516
  })
519
517
  .s("GroundStation", "TagResource", {})
520
518
  .n("GroundStationClient", "TagResourceCommand")
@@ -522,11 +520,11 @@ class TagResourceCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class UntagResourceCommand extends smithyClient.Command
523
+ class UntagResourceCommand extends client.Command
526
524
  .classBuilder()
527
525
  .ep(commonParams)
528
526
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
528
  })
531
529
  .s("GroundStation", "UntagResource", {})
532
530
  .n("GroundStationClient", "UntagResourceCommand")
@@ -534,11 +532,11 @@ class UntagResourceCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class UpdateAgentStatusCommand extends smithyClient.Command
535
+ class UpdateAgentStatusCommand extends client.Command
538
536
  .classBuilder()
539
537
  .ep(commonParams)
540
538
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
540
  })
543
541
  .s("GroundStation", "UpdateAgentStatus", {})
544
542
  .n("GroundStationClient", "UpdateAgentStatusCommand")
@@ -546,11 +544,11 @@ class UpdateAgentStatusCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class UpdateConfigCommand extends smithyClient.Command
547
+ class UpdateConfigCommand extends client.Command
550
548
  .classBuilder()
551
549
  .ep(commonParams)
552
550
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
552
  })
555
553
  .s("GroundStation", "UpdateConfig", {})
556
554
  .n("GroundStationClient", "UpdateConfigCommand")
@@ -558,11 +556,11 @@ class UpdateConfigCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class UpdateContactCommand extends smithyClient.Command
559
+ class UpdateContactCommand extends client.Command
562
560
  .classBuilder()
563
561
  .ep(commonParams)
564
562
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
564
  })
567
565
  .s("GroundStation", "UpdateContact", {})
568
566
  .n("GroundStationClient", "UpdateContactCommand")
@@ -570,11 +568,11 @@ class UpdateContactCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class UpdateEphemerisCommand extends smithyClient.Command
571
+ class UpdateEphemerisCommand extends client.Command
574
572
  .classBuilder()
575
573
  .ep(commonParams)
576
574
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
576
  })
579
577
  .s("GroundStation", "UpdateEphemeris", {})
580
578
  .n("GroundStationClient", "UpdateEphemerisCommand")
@@ -582,11 +580,11 @@ class UpdateEphemerisCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class UpdateMissionProfileCommand extends smithyClient.Command
583
+ class UpdateMissionProfileCommand extends client.Command
586
584
  .classBuilder()
587
585
  .ep(commonParams)
588
586
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
588
  })
591
589
  .s("GroundStation", "UpdateMissionProfile", {})
592
590
  .n("GroundStationClient", "UpdateMissionProfileCommand")
@@ -614,17 +612,17 @@ const paginateListMissionProfiles = core.createPaginator(GroundStationClient, Li
614
612
 
615
613
  const paginateListSatellites = core.createPaginator(GroundStationClient, ListSatellitesCommand, "nextToken", "nextToken", "maxResults");
616
614
 
617
- const checkState$1 = async (client, input) => {
615
+ const checkState$1 = async (client$1, input) => {
618
616
  let reason;
619
617
  try {
620
- let result = await client.send(new DescribeContactCommand(input));
618
+ let result = await client$1.send(new DescribeContactCommand(input));
621
619
  reason = result;
622
620
  try {
623
621
  const returnComparator = () => {
624
622
  return result.contactStatus;
625
623
  };
626
624
  if (returnComparator() === "FAILED_TO_SCHEDULE") {
627
- return { state: utilWaiter.WaiterState.FAILURE, reason };
625
+ return { state: client.WaiterState.FAILURE, reason };
628
626
  }
629
627
  }
630
628
  catch (e) { }
@@ -633,7 +631,7 @@ const checkState$1 = async (client, input) => {
633
631
  return result.contactStatus;
634
632
  };
635
633
  if (returnComparator() === "SCHEDULED") {
636
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
634
+ return { state: client.WaiterState.SUCCESS, reason };
637
635
  }
638
636
  }
639
637
  catch (e) { }
@@ -641,29 +639,29 @@ const checkState$1 = async (client, input) => {
641
639
  catch (exception) {
642
640
  reason = exception;
643
641
  }
644
- return { state: utilWaiter.WaiterState.RETRY, reason };
642
+ return { state: client.WaiterState.RETRY, reason };
645
643
  };
646
644
  const waitForContactScheduled = async (params, input) => {
647
645
  const serviceDefaults = { minDelay: 5, maxDelay: 900 };
648
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
646
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
649
647
  };
650
648
  const waitUntilContactScheduled = async (params, input) => {
651
649
  const serviceDefaults = { minDelay: 5, maxDelay: 900 };
652
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
653
- return utilWaiter.checkExceptions(result);
650
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
651
+ return client.checkExceptions(result);
654
652
  };
655
653
 
656
- const checkState = async (client, input) => {
654
+ const checkState = async (client$1, input) => {
657
655
  let reason;
658
656
  try {
659
- let result = await client.send(new DescribeContactVersionCommand(input));
657
+ let result = await client$1.send(new DescribeContactVersionCommand(input));
660
658
  reason = result;
661
659
  try {
662
660
  const returnComparator = () => {
663
661
  return result.version.status;
664
662
  };
665
663
  if (returnComparator() === "FAILED_TO_UPDATE") {
666
- return { state: utilWaiter.WaiterState.FAILURE, reason };
664
+ return { state: client.WaiterState.FAILURE, reason };
667
665
  }
668
666
  }
669
667
  catch (e) { }
@@ -672,7 +670,7 @@ const checkState = async (client, input) => {
672
670
  return result.version.status;
673
671
  };
674
672
  if (returnComparator() === "ACTIVE") {
675
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
673
+ return { state: client.WaiterState.SUCCESS, reason };
676
674
  }
677
675
  }
678
676
  catch (e) { }
@@ -680,16 +678,16 @@ const checkState = async (client, input) => {
680
678
  catch (exception) {
681
679
  reason = exception;
682
680
  }
683
- return { state: utilWaiter.WaiterState.RETRY, reason };
681
+ return { state: client.WaiterState.RETRY, reason };
684
682
  };
685
683
  const waitForContactUpdated = async (params, input) => {
686
684
  const serviceDefaults = { minDelay: 5, maxDelay: 900 };
687
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
685
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
688
686
  };
689
687
  const waitUntilContactUpdated = async (params, input) => {
690
688
  const serviceDefaults = { minDelay: 5, maxDelay: 900 };
691
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
692
- return utilWaiter.checkExceptions(result);
689
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
690
+ return client.checkExceptions(result);
693
691
  };
694
692
 
695
693
  const commands = {
@@ -752,7 +750,7 @@ const waiters = {
752
750
  };
753
751
  class GroundStation extends GroundStationClient {
754
752
  }
755
- smithyClient.createAggregatedClient(commands, GroundStation, { paginators, waiters });
753
+ client.createAggregatedClient(commands, GroundStation, { paginators, waiters });
756
754
 
757
755
  const AgentStatus = {
758
756
  ACTIVE: "ACTIVE",
@@ -933,8 +931,8 @@ const MaintenanceType = {
933
931
  UNPLANNED: "UNPLANNED",
934
932
  };
935
933
 
936
- exports.$Command = smithyClient.Command;
937
- exports.__Client = smithyClient.Client;
934
+ exports.$Command = client.Command;
935
+ exports.__Client = client.Client;
938
936
  exports.GroundStationServiceException = GroundStationServiceException.GroundStationServiceException;
939
937
  exports.AgentStatus = AgentStatus;
940
938
  exports.AngleUnits = AngleUnits;