@aws-sdk/client-license-manager-linux-subscriptions 3.721.0 → 3.723.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -152,7 +152,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
152
152
  }, "resolveRuntimeExtensions");
153
153
 
154
154
  // src/LicenseManagerLinuxSubscriptionsClient.ts
155
- var _LicenseManagerLinuxSubscriptionsClient = class _LicenseManagerLinuxSubscriptionsClient extends import_smithy_client.Client {
155
+ var LicenseManagerLinuxSubscriptionsClient = class extends import_smithy_client.Client {
156
+ static {
157
+ __name(this, "LicenseManagerLinuxSubscriptionsClient");
158
+ }
159
+ /**
160
+ * The resolved configuration of LicenseManagerLinuxSubscriptionsClient class. This is resolved and normalized from the {@link LicenseManagerLinuxSubscriptionsClientConfig | constructor configuration interface}.
161
+ */
162
+ config;
156
163
  constructor(...[configuration]) {
157
164
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
158
165
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -162,7 +169,7 @@ var _LicenseManagerLinuxSubscriptionsClient = class _LicenseManagerLinuxSubscrip
162
169
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
163
170
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
164
171
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
165
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
172
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
166
173
  super(_config_8);
167
174
  this.config = _config_8;
168
175
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -190,8 +197,6 @@ var _LicenseManagerLinuxSubscriptionsClient = class _LicenseManagerLinuxSubscrip
190
197
  super.destroy();
191
198
  }
192
199
  };
193
- __name(_LicenseManagerLinuxSubscriptionsClient, "LicenseManagerLinuxSubscriptionsClient");
194
- var LicenseManagerLinuxSubscriptionsClient = _LicenseManagerLinuxSubscriptionsClient;
195
200
 
196
201
  // src/LicenseManagerLinuxSubscriptions.ts
197
202
 
@@ -208,7 +213,10 @@ var import_core2 = require("@aws-sdk/core");
208
213
 
209
214
  // src/models/LicenseManagerLinuxSubscriptionsServiceException.ts
210
215
 
211
- var _LicenseManagerLinuxSubscriptionsServiceException = class _LicenseManagerLinuxSubscriptionsServiceException extends import_smithy_client.ServiceException {
216
+ var LicenseManagerLinuxSubscriptionsServiceException = class _LicenseManagerLinuxSubscriptionsServiceException extends import_smithy_client.ServiceException {
217
+ static {
218
+ __name(this, "LicenseManagerLinuxSubscriptionsServiceException");
219
+ }
212
220
  /**
213
221
  * @internal
214
222
  */
@@ -217,12 +225,15 @@ var _LicenseManagerLinuxSubscriptionsServiceException = class _LicenseManagerLin
217
225
  Object.setPrototypeOf(this, _LicenseManagerLinuxSubscriptionsServiceException.prototype);
218
226
  }
219
227
  };
220
- __name(_LicenseManagerLinuxSubscriptionsServiceException, "LicenseManagerLinuxSubscriptionsServiceException");
221
- var LicenseManagerLinuxSubscriptionsServiceException = _LicenseManagerLinuxSubscriptionsServiceException;
222
228
 
223
229
  // src/models/models_0.ts
224
230
 
225
- var _InternalServerException = class _InternalServerException extends LicenseManagerLinuxSubscriptionsServiceException {
231
+ var InternalServerException = class _InternalServerException extends LicenseManagerLinuxSubscriptionsServiceException {
232
+ static {
233
+ __name(this, "InternalServerException");
234
+ }
235
+ name = "InternalServerException";
236
+ $fault = "server";
226
237
  /**
227
238
  * @internal
228
239
  */
@@ -232,14 +243,15 @@ var _InternalServerException = class _InternalServerException extends LicenseMan
232
243
  $fault: "server",
233
244
  ...opts
234
245
  });
235
- this.name = "InternalServerException";
236
- this.$fault = "server";
237
246
  Object.setPrototypeOf(this, _InternalServerException.prototype);
238
247
  }
239
248
  };
240
- __name(_InternalServerException, "InternalServerException");
241
- var InternalServerException = _InternalServerException;
242
- var _ResourceNotFoundException = class _ResourceNotFoundException extends LicenseManagerLinuxSubscriptionsServiceException {
249
+ var ResourceNotFoundException = class _ResourceNotFoundException extends LicenseManagerLinuxSubscriptionsServiceException {
250
+ static {
251
+ __name(this, "ResourceNotFoundException");
252
+ }
253
+ name = "ResourceNotFoundException";
254
+ $fault = "client";
243
255
  /**
244
256
  * @internal
245
257
  */
@@ -249,14 +261,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Licens
249
261
  $fault: "client",
250
262
  ...opts
251
263
  });
252
- this.name = "ResourceNotFoundException";
253
- this.$fault = "client";
254
264
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
255
265
  }
256
266
  };
257
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
258
- var ResourceNotFoundException = _ResourceNotFoundException;
259
- var _ThrottlingException = class _ThrottlingException extends LicenseManagerLinuxSubscriptionsServiceException {
267
+ var ThrottlingException = class _ThrottlingException extends LicenseManagerLinuxSubscriptionsServiceException {
268
+ static {
269
+ __name(this, "ThrottlingException");
270
+ }
271
+ name = "ThrottlingException";
272
+ $fault = "client";
260
273
  /**
261
274
  * @internal
262
275
  */
@@ -266,14 +279,15 @@ var _ThrottlingException = class _ThrottlingException extends LicenseManagerLinu
266
279
  $fault: "client",
267
280
  ...opts
268
281
  });
269
- this.name = "ThrottlingException";
270
- this.$fault = "client";
271
282
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
272
283
  }
273
284
  };
274
- __name(_ThrottlingException, "ThrottlingException");
275
- var ThrottlingException = _ThrottlingException;
276
- var _ValidationException = class _ValidationException extends LicenseManagerLinuxSubscriptionsServiceException {
285
+ var ValidationException = class _ValidationException extends LicenseManagerLinuxSubscriptionsServiceException {
286
+ static {
287
+ __name(this, "ValidationException");
288
+ }
289
+ name = "ValidationException";
290
+ $fault = "client";
277
291
  /**
278
292
  * @internal
279
293
  */
@@ -283,13 +297,9 @@ var _ValidationException = class _ValidationException extends LicenseManagerLinu
283
297
  $fault: "client",
284
298
  ...opts
285
299
  });
286
- this.name = "ValidationException";
287
- this.$fault = "client";
288
300
  Object.setPrototypeOf(this, _ValidationException.prototype);
289
301
  }
290
302
  };
291
- __name(_ValidationException, "ValidationException");
292
- var ValidationException = _ValidationException;
293
303
  var Operator = {
294
304
  /**
295
305
  * Contains operator
@@ -790,155 +800,166 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
790
800
  var _tK = "tagKeys";
791
801
 
792
802
  // src/commands/DeregisterSubscriptionProviderCommand.ts
793
- var _DeregisterSubscriptionProviderCommand = class _DeregisterSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
803
+ var DeregisterSubscriptionProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
794
804
  return [
795
805
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
796
806
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
797
807
  ];
798
808
  }).s("LicenseManagerLinuxSubscriptions", "DeregisterSubscriptionProvider", {}).n("LicenseManagerLinuxSubscriptionsClient", "DeregisterSubscriptionProviderCommand").f(void 0, void 0).ser(se_DeregisterSubscriptionProviderCommand).de(de_DeregisterSubscriptionProviderCommand).build() {
809
+ static {
810
+ __name(this, "DeregisterSubscriptionProviderCommand");
811
+ }
799
812
  };
800
- __name(_DeregisterSubscriptionProviderCommand, "DeregisterSubscriptionProviderCommand");
801
- var DeregisterSubscriptionProviderCommand = _DeregisterSubscriptionProviderCommand;
802
813
 
803
814
  // src/commands/GetRegisteredSubscriptionProviderCommand.ts
804
815
 
805
816
 
806
817
 
807
- var _GetRegisteredSubscriptionProviderCommand = class _GetRegisteredSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
818
+ var GetRegisteredSubscriptionProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
808
819
  return [
809
820
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
810
821
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
811
822
  ];
812
823
  }).s("LicenseManagerLinuxSubscriptions", "GetRegisteredSubscriptionProvider", {}).n("LicenseManagerLinuxSubscriptionsClient", "GetRegisteredSubscriptionProviderCommand").f(void 0, void 0).ser(se_GetRegisteredSubscriptionProviderCommand).de(de_GetRegisteredSubscriptionProviderCommand).build() {
824
+ static {
825
+ __name(this, "GetRegisteredSubscriptionProviderCommand");
826
+ }
813
827
  };
814
- __name(_GetRegisteredSubscriptionProviderCommand, "GetRegisteredSubscriptionProviderCommand");
815
- var GetRegisteredSubscriptionProviderCommand = _GetRegisteredSubscriptionProviderCommand;
816
828
 
817
829
  // src/commands/GetServiceSettingsCommand.ts
818
830
 
819
831
 
820
832
 
821
- var _GetServiceSettingsCommand = class _GetServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
833
+ var GetServiceSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
822
834
  return [
823
835
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
824
836
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
825
837
  ];
826
838
  }).s("LicenseManagerLinuxSubscriptions", "GetServiceSettings", {}).n("LicenseManagerLinuxSubscriptionsClient", "GetServiceSettingsCommand").f(void 0, void 0).ser(se_GetServiceSettingsCommand).de(de_GetServiceSettingsCommand).build() {
839
+ static {
840
+ __name(this, "GetServiceSettingsCommand");
841
+ }
827
842
  };
828
- __name(_GetServiceSettingsCommand, "GetServiceSettingsCommand");
829
- var GetServiceSettingsCommand = _GetServiceSettingsCommand;
830
843
 
831
844
  // src/commands/ListLinuxSubscriptionInstancesCommand.ts
832
845
 
833
846
 
834
847
 
835
- var _ListLinuxSubscriptionInstancesCommand = class _ListLinuxSubscriptionInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
848
+ var ListLinuxSubscriptionInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
836
849
  return [
837
850
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
838
851
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
839
852
  ];
840
853
  }).s("LicenseManagerLinuxSubscriptions", "ListLinuxSubscriptionInstances", {}).n("LicenseManagerLinuxSubscriptionsClient", "ListLinuxSubscriptionInstancesCommand").f(void 0, void 0).ser(se_ListLinuxSubscriptionInstancesCommand).de(de_ListLinuxSubscriptionInstancesCommand).build() {
854
+ static {
855
+ __name(this, "ListLinuxSubscriptionInstancesCommand");
856
+ }
841
857
  };
842
- __name(_ListLinuxSubscriptionInstancesCommand, "ListLinuxSubscriptionInstancesCommand");
843
- var ListLinuxSubscriptionInstancesCommand = _ListLinuxSubscriptionInstancesCommand;
844
858
 
845
859
  // src/commands/ListLinuxSubscriptionsCommand.ts
846
860
 
847
861
 
848
862
 
849
- var _ListLinuxSubscriptionsCommand = class _ListLinuxSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
863
+ var ListLinuxSubscriptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
850
864
  return [
851
865
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
852
866
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
853
867
  ];
854
868
  }).s("LicenseManagerLinuxSubscriptions", "ListLinuxSubscriptions", {}).n("LicenseManagerLinuxSubscriptionsClient", "ListLinuxSubscriptionsCommand").f(void 0, void 0).ser(se_ListLinuxSubscriptionsCommand).de(de_ListLinuxSubscriptionsCommand).build() {
869
+ static {
870
+ __name(this, "ListLinuxSubscriptionsCommand");
871
+ }
855
872
  };
856
- __name(_ListLinuxSubscriptionsCommand, "ListLinuxSubscriptionsCommand");
857
- var ListLinuxSubscriptionsCommand = _ListLinuxSubscriptionsCommand;
858
873
 
859
874
  // src/commands/ListRegisteredSubscriptionProvidersCommand.ts
860
875
 
861
876
 
862
877
 
863
- var _ListRegisteredSubscriptionProvidersCommand = class _ListRegisteredSubscriptionProvidersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
878
+ var ListRegisteredSubscriptionProvidersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
864
879
  return [
865
880
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
866
881
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
867
882
  ];
868
883
  }).s("LicenseManagerLinuxSubscriptions", "ListRegisteredSubscriptionProviders", {}).n("LicenseManagerLinuxSubscriptionsClient", "ListRegisteredSubscriptionProvidersCommand").f(void 0, void 0).ser(se_ListRegisteredSubscriptionProvidersCommand).de(de_ListRegisteredSubscriptionProvidersCommand).build() {
884
+ static {
885
+ __name(this, "ListRegisteredSubscriptionProvidersCommand");
886
+ }
869
887
  };
870
- __name(_ListRegisteredSubscriptionProvidersCommand, "ListRegisteredSubscriptionProvidersCommand");
871
- var ListRegisteredSubscriptionProvidersCommand = _ListRegisteredSubscriptionProvidersCommand;
872
888
 
873
889
  // src/commands/ListTagsForResourceCommand.ts
874
890
 
875
891
 
876
892
 
877
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
893
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
878
894
  return [
879
895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
880
896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
881
897
  ];
882
898
  }).s("LicenseManagerLinuxSubscriptions", "ListTagsForResource", {}).n("LicenseManagerLinuxSubscriptionsClient", "ListTagsForResourceCommand").f(void 0, ListTagsForResourceResponseFilterSensitiveLog).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
899
+ static {
900
+ __name(this, "ListTagsForResourceCommand");
901
+ }
883
902
  };
884
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
885
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
886
903
 
887
904
  // src/commands/RegisterSubscriptionProviderCommand.ts
888
905
 
889
906
 
890
907
 
891
- var _RegisterSubscriptionProviderCommand = class _RegisterSubscriptionProviderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
908
+ var RegisterSubscriptionProviderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
892
909
  return [
893
910
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
894
911
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
895
912
  ];
896
913
  }).s("LicenseManagerLinuxSubscriptions", "RegisterSubscriptionProvider", {}).n("LicenseManagerLinuxSubscriptionsClient", "RegisterSubscriptionProviderCommand").f(RegisterSubscriptionProviderRequestFilterSensitiveLog, void 0).ser(se_RegisterSubscriptionProviderCommand).de(de_RegisterSubscriptionProviderCommand).build() {
914
+ static {
915
+ __name(this, "RegisterSubscriptionProviderCommand");
916
+ }
897
917
  };
898
- __name(_RegisterSubscriptionProviderCommand, "RegisterSubscriptionProviderCommand");
899
- var RegisterSubscriptionProviderCommand = _RegisterSubscriptionProviderCommand;
900
918
 
901
919
  // src/commands/TagResourceCommand.ts
902
920
 
903
921
 
904
922
 
905
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
923
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
906
924
  return [
907
925
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
908
926
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
909
927
  ];
910
928
  }).s("LicenseManagerLinuxSubscriptions", "TagResource", {}).n("LicenseManagerLinuxSubscriptionsClient", "TagResourceCommand").f(TagResourceRequestFilterSensitiveLog, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
929
+ static {
930
+ __name(this, "TagResourceCommand");
931
+ }
911
932
  };
912
- __name(_TagResourceCommand, "TagResourceCommand");
913
- var TagResourceCommand = _TagResourceCommand;
914
933
 
915
934
  // src/commands/UntagResourceCommand.ts
916
935
 
917
936
 
918
937
 
919
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
938
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
920
939
  return [
921
940
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
922
941
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
923
942
  ];
924
943
  }).s("LicenseManagerLinuxSubscriptions", "UntagResource", {}).n("LicenseManagerLinuxSubscriptionsClient", "UntagResourceCommand").f(UntagResourceRequestFilterSensitiveLog, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
944
+ static {
945
+ __name(this, "UntagResourceCommand");
946
+ }
925
947
  };
926
- __name(_UntagResourceCommand, "UntagResourceCommand");
927
- var UntagResourceCommand = _UntagResourceCommand;
928
948
 
929
949
  // src/commands/UpdateServiceSettingsCommand.ts
930
950
 
931
951
 
932
952
 
933
- var _UpdateServiceSettingsCommand = class _UpdateServiceSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
953
+ var UpdateServiceSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
934
954
  return [
935
955
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
936
956
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
937
957
  ];
938
958
  }).s("LicenseManagerLinuxSubscriptions", "UpdateServiceSettings", {}).n("LicenseManagerLinuxSubscriptionsClient", "UpdateServiceSettingsCommand").f(void 0, void 0).ser(se_UpdateServiceSettingsCommand).de(de_UpdateServiceSettingsCommand).build() {
959
+ static {
960
+ __name(this, "UpdateServiceSettingsCommand");
961
+ }
939
962
  };
940
- __name(_UpdateServiceSettingsCommand, "UpdateServiceSettingsCommand");
941
- var UpdateServiceSettingsCommand = _UpdateServiceSettingsCommand;
942
963
 
943
964
  // src/LicenseManagerLinuxSubscriptions.ts
944
965
  var commands = {
@@ -954,10 +975,11 @@ var commands = {
954
975
  UntagResourceCommand,
955
976
  UpdateServiceSettingsCommand
956
977
  };
957
- var _LicenseManagerLinuxSubscriptions = class _LicenseManagerLinuxSubscriptions extends LicenseManagerLinuxSubscriptionsClient {
978
+ var LicenseManagerLinuxSubscriptions = class extends LicenseManagerLinuxSubscriptionsClient {
979
+ static {
980
+ __name(this, "LicenseManagerLinuxSubscriptions");
981
+ }
958
982
  };
959
- __name(_LicenseManagerLinuxSubscriptions, "LicenseManagerLinuxSubscriptions");
960
- var LicenseManagerLinuxSubscriptions = _LicenseManagerLinuxSubscriptions;
961
983
  (0, import_smithy_client.createAggregatedClient)(commands, LicenseManagerLinuxSubscriptions);
962
984
 
963
985
  // src/pagination/ListLinuxSubscriptionInstancesPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class LicenseManagerLinuxSubscriptionsClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,50 +1,50 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { LicenseManagerLinuxSubscriptionsServiceException as __BaseException } from "./LicenseManagerLinuxSubscriptionsServiceException";
3
3
  export class InternalServerException extends __BaseException {
4
+ name = "InternalServerException";
5
+ $fault = "server";
4
6
  constructor(opts) {
5
7
  super({
6
8
  name: "InternalServerException",
7
9
  $fault: "server",
8
10
  ...opts,
9
11
  });
10
- this.name = "InternalServerException";
11
- this.$fault = "server";
12
12
  Object.setPrototypeOf(this, InternalServerException.prototype);
13
13
  }
14
14
  }
15
15
  export class ResourceNotFoundException extends __BaseException {
16
+ name = "ResourceNotFoundException";
17
+ $fault = "client";
16
18
  constructor(opts) {
17
19
  super({
18
20
  name: "ResourceNotFoundException",
19
21
  $fault: "client",
20
22
  ...opts,
21
23
  });
22
- this.name = "ResourceNotFoundException";
23
- this.$fault = "client";
24
24
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
25
25
  }
26
26
  }
27
27
  export class ThrottlingException extends __BaseException {
28
+ name = "ThrottlingException";
29
+ $fault = "client";
28
30
  constructor(opts) {
29
31
  super({
30
32
  name: "ThrottlingException",
31
33
  $fault: "client",
32
34
  ...opts,
33
35
  });
34
- this.name = "ThrottlingException";
35
- this.$fault = "client";
36
36
  Object.setPrototypeOf(this, ThrottlingException.prototype);
37
37
  }
38
38
  }
39
39
  export class ValidationException extends __BaseException {
40
+ name = "ValidationException";
41
+ $fault = "client";
40
42
  constructor(opts) {
41
43
  super({
42
44
  name: "ValidationException",
43
45
  $fault: "client",
44
46
  ...opts,
45
47
  });
46
- this.name = "ValidationException";
47
- this.$fault = "client";
48
48
  Object.setPrototypeOf(this, ValidationException.prototype);
49
49
  }
50
50
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptions
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptions
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptions
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerLinuxSubscriptions
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager-linux-subscriptions",
3
3
  "description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.723.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-license-manager-linux-subscriptions",
@@ -20,56 +20,56 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {