@aws-sdk/client-license-manager-user-subscriptions 3.987.0 → 3.988.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.
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LicenseManagerUserSubscriptionsServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class LicenseManagerUserSubscriptionsServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, LicenseManagerUserSubscriptionsServiceException.prototype);
10
+ }
11
+ }
12
+ exports.LicenseManagerUserSubscriptionsServiceException = LicenseManagerUserSubscriptionsServiceException;
@@ -0,0 +1,95 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
+ const LicenseManagerUserSubscriptionsServiceException_1 = require("./LicenseManagerUserSubscriptionsServiceException");
5
+ class AccessDeniedException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
6
+ name = "AccessDeniedException";
7
+ $fault = "client";
8
+ constructor(opts) {
9
+ super({
10
+ name: "AccessDeniedException",
11
+ $fault: "client",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
+ }
16
+ }
17
+ exports.AccessDeniedException = AccessDeniedException;
18
+ class ConflictException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
19
+ name = "ConflictException";
20
+ $fault = "server";
21
+ constructor(opts) {
22
+ super({
23
+ name: "ConflictException",
24
+ $fault: "server",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, ConflictException.prototype);
28
+ }
29
+ }
30
+ exports.ConflictException = ConflictException;
31
+ class InternalServerException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
32
+ name = "InternalServerException";
33
+ $fault = "server";
34
+ constructor(opts) {
35
+ super({
36
+ name: "InternalServerException",
37
+ $fault: "server",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, InternalServerException.prototype);
41
+ }
42
+ }
43
+ exports.InternalServerException = InternalServerException;
44
+ class ResourceNotFoundException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
45
+ name = "ResourceNotFoundException";
46
+ $fault = "client";
47
+ constructor(opts) {
48
+ super({
49
+ name: "ResourceNotFoundException",
50
+ $fault: "client",
51
+ ...opts,
52
+ });
53
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
54
+ }
55
+ }
56
+ exports.ResourceNotFoundException = ResourceNotFoundException;
57
+ class ServiceQuotaExceededException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
58
+ name = "ServiceQuotaExceededException";
59
+ $fault = "client";
60
+ constructor(opts) {
61
+ super({
62
+ name: "ServiceQuotaExceededException",
63
+ $fault: "client",
64
+ ...opts,
65
+ });
66
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
67
+ }
68
+ }
69
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
70
+ class ThrottlingException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
71
+ name = "ThrottlingException";
72
+ $fault = "client";
73
+ constructor(opts) {
74
+ super({
75
+ name: "ThrottlingException",
76
+ $fault: "client",
77
+ ...opts,
78
+ });
79
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
80
+ }
81
+ }
82
+ exports.ThrottlingException = ThrottlingException;
83
+ class ValidationException extends LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException {
84
+ name = "ValidationException";
85
+ $fault = "client";
86
+ constructor(opts) {
87
+ super({
88
+ name: "ValidationException",
89
+ $fault: "client",
90
+ ...opts,
91
+ });
92
+ Object.setPrototypeOf(this, ValidationException.prototype);
93
+ }
94
+ }
95
+ exports.ValidationException = ValidationException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2018-05-10",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.licensemanagerusersubscriptions",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  version: "2018-05-10",
33
35
  serviceTarget: "LicenseManagerUserSubscriptions",
34
36
  },
@@ -0,0 +1,554 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StartProductSubscriptionResponse$ = exports.StartProductSubscriptionRequest$ = exports.Settings$ = exports.ServerEndpoint$ = exports.SecretsManagerCredentialsProvider$ = exports.RegisterIdentityProviderResponse$ = exports.RegisterIdentityProviderRequest$ = exports.RdsSalSettings$ = exports.ProductUserSummary$ = exports.ListUserAssociationsResponse$ = exports.ListUserAssociationsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListProductSubscriptionsResponse$ = exports.ListProductSubscriptionsRequest$ = exports.ListLicenseServerEndpointsResponse$ = exports.ListLicenseServerEndpointsRequest$ = exports.ListInstancesResponse$ = exports.ListInstancesRequest$ = exports.ListIdentityProvidersResponse$ = exports.ListIdentityProvidersRequest$ = exports.LicenseServerSettings$ = exports.LicenseServerEndpoint$ = exports.LicenseServer$ = exports.InstanceUserSummary$ = exports.InstanceSummary$ = exports.IdentityProviderSummary$ = exports.Filter$ = exports.DomainNetworkSettings$ = exports.DisassociateUserResponse$ = exports.DisassociateUserRequest$ = exports.DeregisterIdentityProviderResponse$ = exports.DeregisterIdentityProviderRequest$ = exports.DeleteLicenseServerEndpointResponse$ = exports.DeleteLicenseServerEndpointRequest$ = exports.CreateLicenseServerEndpointResponse$ = exports.CreateLicenseServerEndpointRequest$ = exports.AssociateUserResponse$ = exports.AssociateUserRequest$ = exports.ActiveDirectorySettings$ = exports.ActiveDirectoryIdentityProvider$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.LicenseManagerUserSubscriptionsServiceException$ = void 0;
4
+ exports.UpdateIdentityProviderSettings$ = exports.UntagResource$ = exports.TagResource$ = exports.StopProductSubscription$ = exports.StartProductSubscription$ = exports.RegisterIdentityProvider$ = exports.ListUserAssociations$ = exports.ListTagsForResource$ = exports.ListProductSubscriptions$ = exports.ListLicenseServerEndpoints$ = exports.ListInstances$ = exports.ListIdentityProviders$ = exports.DisassociateUser$ = exports.DeregisterIdentityProvider$ = exports.DeleteLicenseServerEndpoint$ = exports.CreateLicenseServerEndpoint$ = exports.AssociateUser$ = exports.ServerSettings$ = exports.IdentityProvider$ = exports.CredentialsProvider$ = exports.UpdateSettings$ = exports.UpdateIdentityProviderSettingsResponse$ = exports.UpdateIdentityProviderSettingsRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StopProductSubscriptionResponse$ = exports.StopProductSubscriptionRequest$ = void 0;
5
+ const _A = "Attribute";
6
+ const _AD = "AssociationDate";
7
+ const _ADE = "AccessDeniedException";
8
+ const _ADIP = "ActiveDirectoryIdentityProvider";
9
+ const _ADS = "ActiveDirectorySettings";
10
+ const _ADT = "ActiveDirectoryType";
11
+ const _AS = "AddSubnets";
12
+ const _AU = "AssociateUser";
13
+ const _AUR = "AssociateUserRequest";
14
+ const _AURs = "AssociateUserResponse";
15
+ const _CE = "ConflictException";
16
+ const _CLSE = "CreateLicenseServerEndpoint";
17
+ const _CLSER = "CreateLicenseServerEndpointRequest";
18
+ const _CLSERr = "CreateLicenseServerEndpointResponse";
19
+ const _CP = "CredentialsProvider";
20
+ const _CT = "CreationTime";
21
+ const _D = "Domain";
22
+ const _DCP = "DomainCredentialsProvider";
23
+ const _DD = "DisassociationDate";
24
+ const _DI = "DirectoryId";
25
+ const _DIL = "DomainIpv4List";
26
+ const _DILo = "DomainIpv6List";
27
+ const _DIP = "DeregisterIdentityProvider";
28
+ const _DIPR = "DeregisterIdentityProviderRequest";
29
+ const _DIPRe = "DeregisterIdentityProviderResponse";
30
+ const _DLSE = "DeleteLicenseServerEndpoint";
31
+ const _DLSER = "DeleteLicenseServerEndpointRequest";
32
+ const _DLSERe = "DeleteLicenseServerEndpointResponse";
33
+ const _DN = "DomainName";
34
+ const _DNS = "DomainNetworkSettings";
35
+ const _DU = "DisassociateUser";
36
+ const _DUR = "DisassociateUserRequest";
37
+ const _DURi = "DisassociateUserResponse";
38
+ const _E = "Endpoint";
39
+ const _F = "Filter";
40
+ const _FL = "FilterList";
41
+ const _FM = "FailureMessage";
42
+ const _Fi = "Filters";
43
+ const _HS = "HealthStatus";
44
+ const _IA = "Ipv4Address";
45
+ const _IAp = "Ipv6Address";
46
+ const _II = "InstanceId";
47
+ const _IP = "IdentityProvider";
48
+ const _IPA = "IdentityProviderArn";
49
+ const _IPS = "IdentityProviderSummary";
50
+ const _IPSL = "IdentityProviderSummaryList";
51
+ const _IPSd = "IdentityProviderSummaries";
52
+ const _IS = "InstanceSummary";
53
+ const _ISAD = "IsSharedActiveDirectory";
54
+ const _ISE = "InternalServerException";
55
+ const _ISL = "InstanceSummaryList";
56
+ const _ISn = "InstanceSummaries";
57
+ const _IUA = "InstanceUserArn";
58
+ const _IUS = "InstanceUserSummary";
59
+ const _IUSL = "InstanceUserSummaryList";
60
+ const _IUSn = "InstanceUserSummaries";
61
+ const _LI = "ListInstances";
62
+ const _LIP = "ListIdentityProviders";
63
+ const _LIPR = "ListIdentityProvidersRequest";
64
+ const _LIPRi = "ListIdentityProvidersResponse";
65
+ const _LIR = "ListInstancesRequest";
66
+ const _LIRi = "ListInstancesResponse";
67
+ const _LLSE = "ListLicenseServerEndpoints";
68
+ const _LLSER = "ListLicenseServerEndpointsRequest";
69
+ const _LLSERi = "ListLicenseServerEndpointsResponse";
70
+ const _LPS = "ListProductSubscriptions";
71
+ const _LPSR = "ListProductSubscriptionsRequest";
72
+ const _LPSRi = "ListProductSubscriptionsResponse";
73
+ const _LS = "LicenseServer";
74
+ const _LSCD = "LastStatusCheckDate";
75
+ const _LSE = "LicenseServerEndpoint";
76
+ const _LSEA = "LicenseServerEndpointArn";
77
+ const _LSEI = "LicenseServerEndpointId";
78
+ const _LSEL = "LicenseServerEndpointList";
79
+ const _LSEPS = "LicenseServerEndpointProvisioningStatus";
80
+ const _LSEi = "LicenseServerEndpoints";
81
+ const _LSL = "LicenseServerList";
82
+ const _LSS = "LicenseServerSettings";
83
+ const _LSi = "LicenseServers";
84
+ const _LTFR = "ListTagsForResource";
85
+ const _LTFRR = "ListTagsForResourceRequest";
86
+ const _LTFRRi = "ListTagsForResourceResponse";
87
+ const _LUA = "ListUserAssociations";
88
+ const _LUAR = "ListUserAssociationsRequest";
89
+ const _LUARi = "ListUserAssociationsResponse";
90
+ const _MR = "MaxResults";
91
+ const _NT = "NextToken";
92
+ const _O = "Operation";
93
+ const _OAI = "OwnerAccountId";
94
+ const _P = "Product";
95
+ const _PS = "ProvisioningStatus";
96
+ const _PUA = "ProductUserArn";
97
+ const _PUS = "ProductUserSummaries";
98
+ const _PUSL = "ProductUserSummaryList";
99
+ const _PUSr = "ProductUserSummary";
100
+ const _Pr = "Products";
101
+ const _RA = "ResourceArn";
102
+ const _RIP = "RegisterIdentityProvider";
103
+ const _RIPR = "RegisterIdentityProviderRequest";
104
+ const _RIPRe = "RegisterIdentityProviderResponse";
105
+ const _RNFE = "ResourceNotFoundException";
106
+ const _RS = "RemoveSubnets";
107
+ const _RSCP = "RdsSalCredentialsProvider";
108
+ const _RSS = "RdsSalSettings";
109
+ const _S = "Subnets";
110
+ const _SE = "ServerEndpoint";
111
+ const _SED = "SubscriptionEndDate";
112
+ const _SGI = "SecurityGroupId";
113
+ const _SI = "SecretId";
114
+ const _SM = "StatusMessage";
115
+ const _SMCP = "SecretsManagerCredentialsProvider";
116
+ const _SPS = "StartProductSubscription";
117
+ const _SPSR = "StartProductSubscriptionRequest";
118
+ const _SPSRt = "StartProductSubscriptionResponse";
119
+ const _SPSRto = "StopProductSubscriptionRequest";
120
+ const _SPSRtop = "StopProductSubscriptionResponse";
121
+ const _SPSt = "StopProductSubscription";
122
+ const _SQEE = "ServiceQuotaExceededException";
123
+ const _SS = "ServerSettings";
124
+ const _SSD = "SubscriptionStartDate";
125
+ const _ST = "ServerType";
126
+ const _Se = "Settings";
127
+ const _St = "Status";
128
+ const _T = "Tags";
129
+ const _TE = "ThrottlingException";
130
+ const _TK = "TagKeys";
131
+ const _TKL = "TagKeyList";
132
+ const _TR = "TagResource";
133
+ const _TRR = "TagResourceRequest";
134
+ const _TRRa = "TagResourceResponse";
135
+ const _U = "Username";
136
+ const _UIPS = "UpdateIdentityProviderSettings";
137
+ const _UIPSR = "UpdateIdentityProviderSettingsRequest";
138
+ const _UIPSRp = "UpdateIdentityProviderSettingsResponse";
139
+ const _UR = "UntagResource";
140
+ const _URR = "UntagResourceRequest";
141
+ const _URRn = "UntagResourceResponse";
142
+ const _US = "UpdateSettings";
143
+ const _V = "Value";
144
+ const _VE = "ValidationException";
145
+ const _c = "client";
146
+ const _e = "error";
147
+ const _h = "http";
148
+ const _hE = "httpError";
149
+ const _hQ = "httpQuery";
150
+ const _m = "message";
151
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanagerusersubscriptions";
152
+ const _se = "server";
153
+ const _tK = "tagKeys";
154
+ const n0 = "com.amazonaws.licensemanagerusersubscriptions";
155
+ const schema_1 = require("@smithy/core/schema");
156
+ const errors_1 = require("../models/errors");
157
+ const LicenseManagerUserSubscriptionsServiceException_1 = require("../models/LicenseManagerUserSubscriptionsServiceException");
158
+ const _s_registry = schema_1.TypeRegistry.for(_s);
159
+ exports.LicenseManagerUserSubscriptionsServiceException$ = [-3, _s, "LicenseManagerUserSubscriptionsServiceException", 0, [], []];
160
+ _s_registry.registerError(exports.LicenseManagerUserSubscriptionsServiceException$, LicenseManagerUserSubscriptionsServiceException_1.LicenseManagerUserSubscriptionsServiceException);
161
+ const n0_registry = schema_1.TypeRegistry.for(n0);
162
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
163
+ { [_e]: _c },
164
+ [_m],
165
+ [0]
166
+ ];
167
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
168
+ exports.ConflictException$ = [-3, n0, _CE,
169
+ { [_e]: _se },
170
+ [_m],
171
+ [0]
172
+ ];
173
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
174
+ exports.InternalServerException$ = [-3, n0, _ISE,
175
+ { [_e]: _se, [_hE]: 500 },
176
+ [_m],
177
+ [0]
178
+ ];
179
+ n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
180
+ exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
181
+ { [_e]: _c, [_hE]: 404 },
182
+ [_m],
183
+ [0]
184
+ ];
185
+ n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
186
+ exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
187
+ { [_e]: _c },
188
+ [_m],
189
+ [0]
190
+ ];
191
+ n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
192
+ exports.ThrottlingException$ = [-3, n0, _TE,
193
+ { [_e]: _c },
194
+ [_m],
195
+ [0]
196
+ ];
197
+ n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
198
+ exports.ValidationException$ = [-3, n0, _VE,
199
+ { [_e]: _c },
200
+ [_m],
201
+ [0]
202
+ ];
203
+ n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
204
+ exports.errorTypeRegistries = [
205
+ _s_registry,
206
+ n0_registry,
207
+ ];
208
+ exports.ActiveDirectoryIdentityProvider$ = [3, n0, _ADIP,
209
+ 0,
210
+ [_DI, _ADS, _ADT, _ISAD],
211
+ [0, () => exports.ActiveDirectorySettings$, 0, 2]
212
+ ];
213
+ exports.ActiveDirectorySettings$ = [3, n0, _ADS,
214
+ 0,
215
+ [_DN, _DIL, _DILo, _DCP, _DNS],
216
+ [0, 64 | 0, 64 | 0, () => exports.CredentialsProvider$, () => exports.DomainNetworkSettings$]
217
+ ];
218
+ exports.AssociateUserRequest$ = [3, n0, _AUR,
219
+ 0,
220
+ [_U, _II, _IP, _D, _T],
221
+ [0, 0, () => exports.IdentityProvider$, 0, [() => Tags, 0]], 3
222
+ ];
223
+ exports.AssociateUserResponse$ = [3, n0, _AURs,
224
+ 0,
225
+ [_IUS],
226
+ [() => exports.InstanceUserSummary$], 1
227
+ ];
228
+ exports.CreateLicenseServerEndpointRequest$ = [3, n0, _CLSER,
229
+ 0,
230
+ [_IPA, _LSS, _T],
231
+ [0, () => exports.LicenseServerSettings$, [() => Tags, 0]], 2
232
+ ];
233
+ exports.CreateLicenseServerEndpointResponse$ = [3, n0, _CLSERr,
234
+ 0,
235
+ [_IPA, _LSEA],
236
+ [0, 0]
237
+ ];
238
+ exports.DeleteLicenseServerEndpointRequest$ = [3, n0, _DLSER,
239
+ 0,
240
+ [_LSEA, _ST],
241
+ [0, 0], 2
242
+ ];
243
+ exports.DeleteLicenseServerEndpointResponse$ = [3, n0, _DLSERe,
244
+ 0,
245
+ [_LSE],
246
+ [() => exports.LicenseServerEndpoint$]
247
+ ];
248
+ exports.DeregisterIdentityProviderRequest$ = [3, n0, _DIPR,
249
+ 0,
250
+ [_IP, _P, _IPA],
251
+ [() => exports.IdentityProvider$, 0, 0]
252
+ ];
253
+ exports.DeregisterIdentityProviderResponse$ = [3, n0, _DIPRe,
254
+ 0,
255
+ [_IPS],
256
+ [() => exports.IdentityProviderSummary$], 1
257
+ ];
258
+ exports.DisassociateUserRequest$ = [3, n0, _DUR,
259
+ 0,
260
+ [_U, _II, _IP, _IUA, _D],
261
+ [0, 0, () => exports.IdentityProvider$, 0, 0]
262
+ ];
263
+ exports.DisassociateUserResponse$ = [3, n0, _DURi,
264
+ 0,
265
+ [_IUS],
266
+ [() => exports.InstanceUserSummary$], 1
267
+ ];
268
+ exports.DomainNetworkSettings$ = [3, n0, _DNS,
269
+ 0,
270
+ [_S],
271
+ [64 | 0], 1
272
+ ];
273
+ exports.Filter$ = [3, n0, _F,
274
+ 0,
275
+ [_A, _O, _V],
276
+ [0, 0, 0]
277
+ ];
278
+ exports.IdentityProviderSummary$ = [3, n0, _IPS,
279
+ 0,
280
+ [_IP, _Se, _P, _St, _IPA, _FM, _OAI],
281
+ [() => exports.IdentityProvider$, () => exports.Settings$, 0, 0, 0, 0, 0], 4
282
+ ];
283
+ exports.InstanceSummary$ = [3, n0, _IS,
284
+ 0,
285
+ [_II, _St, _Pr, _LSCD, _SM, _OAI, _IP],
286
+ [0, 0, 64 | 0, 0, 0, 0, () => exports.IdentityProvider$], 3
287
+ ];
288
+ exports.InstanceUserSummary$ = [3, n0, _IUS,
289
+ 0,
290
+ [_U, _II, _IP, _St, _IUA, _SM, _D, _AD, _DD],
291
+ [0, 0, () => exports.IdentityProvider$, 0, 0, 0, 0, 0, 0], 4
292
+ ];
293
+ exports.LicenseServer$ = [3, n0, _LS,
294
+ 0,
295
+ [_PS, _HS, _IA, _IAp],
296
+ [0, 0, 0, 0]
297
+ ];
298
+ exports.LicenseServerEndpoint$ = [3, n0, _LSE,
299
+ 0,
300
+ [_IPA, _ST, _SE, _SM, _LSEI, _LSEA, _LSEPS, _LSi, _CT],
301
+ [0, 0, () => exports.ServerEndpoint$, 0, 0, 0, 0, () => LicenseServerList, 4]
302
+ ];
303
+ exports.LicenseServerSettings$ = [3, n0, _LSS,
304
+ 0,
305
+ [_ST, _SS],
306
+ [0, () => exports.ServerSettings$], 2
307
+ ];
308
+ exports.ListIdentityProvidersRequest$ = [3, n0, _LIPR,
309
+ 0,
310
+ [_MR, _Fi, _NT],
311
+ [1, () => FilterList, 0]
312
+ ];
313
+ exports.ListIdentityProvidersResponse$ = [3, n0, _LIPRi,
314
+ 0,
315
+ [_IPSd, _NT],
316
+ [() => IdentityProviderSummaryList, 0], 1
317
+ ];
318
+ exports.ListInstancesRequest$ = [3, n0, _LIR,
319
+ 0,
320
+ [_MR, _NT, _Fi],
321
+ [1, 0, () => FilterList]
322
+ ];
323
+ exports.ListInstancesResponse$ = [3, n0, _LIRi,
324
+ 0,
325
+ [_ISn, _NT],
326
+ [() => InstanceSummaryList, 0]
327
+ ];
328
+ exports.ListLicenseServerEndpointsRequest$ = [3, n0, _LLSER,
329
+ 0,
330
+ [_MR, _Fi, _NT],
331
+ [1, () => FilterList, 0]
332
+ ];
333
+ exports.ListLicenseServerEndpointsResponse$ = [3, n0, _LLSERi,
334
+ 0,
335
+ [_LSEi, _NT],
336
+ [() => LicenseServerEndpointList, 0]
337
+ ];
338
+ exports.ListProductSubscriptionsRequest$ = [3, n0, _LPSR,
339
+ 0,
340
+ [_IP, _P, _MR, _Fi, _NT],
341
+ [() => exports.IdentityProvider$, 0, 1, () => FilterList, 0], 1
342
+ ];
343
+ exports.ListProductSubscriptionsResponse$ = [3, n0, _LPSRi,
344
+ 0,
345
+ [_PUS, _NT],
346
+ [() => ProductUserSummaryList, 0]
347
+ ];
348
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
349
+ 0,
350
+ [_RA],
351
+ [[0, 1]], 1
352
+ ];
353
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
354
+ 0,
355
+ [_T],
356
+ [[() => Tags, 0]]
357
+ ];
358
+ exports.ListUserAssociationsRequest$ = [3, n0, _LUAR,
359
+ 0,
360
+ [_II, _IP, _MR, _Fi, _NT],
361
+ [0, () => exports.IdentityProvider$, 1, () => FilterList, 0], 2
362
+ ];
363
+ exports.ListUserAssociationsResponse$ = [3, n0, _LUARi,
364
+ 0,
365
+ [_IUSn, _NT],
366
+ [() => InstanceUserSummaryList, 0]
367
+ ];
368
+ exports.ProductUserSummary$ = [3, n0, _PUSr,
369
+ 0,
370
+ [_U, _P, _IP, _St, _PUA, _SM, _D, _SSD, _SED],
371
+ [0, 0, () => exports.IdentityProvider$, 0, 0, 0, 0, 0, 0], 4
372
+ ];
373
+ exports.RdsSalSettings$ = [3, n0, _RSS,
374
+ 0,
375
+ [_RSCP],
376
+ [() => exports.CredentialsProvider$], 1
377
+ ];
378
+ exports.RegisterIdentityProviderRequest$ = [3, n0, _RIPR,
379
+ 0,
380
+ [_IP, _P, _Se, _T],
381
+ [() => exports.IdentityProvider$, 0, () => exports.Settings$, [() => Tags, 0]], 2
382
+ ];
383
+ exports.RegisterIdentityProviderResponse$ = [3, n0, _RIPRe,
384
+ 0,
385
+ [_IPS],
386
+ [() => exports.IdentityProviderSummary$], 1
387
+ ];
388
+ exports.SecretsManagerCredentialsProvider$ = [3, n0, _SMCP,
389
+ 0,
390
+ [_SI],
391
+ [0]
392
+ ];
393
+ exports.ServerEndpoint$ = [3, n0, _SE,
394
+ 0,
395
+ [_E],
396
+ [0]
397
+ ];
398
+ exports.Settings$ = [3, n0, _Se,
399
+ 0,
400
+ [_S, _SGI],
401
+ [64 | 0, 0], 2
402
+ ];
403
+ exports.StartProductSubscriptionRequest$ = [3, n0, _SPSR,
404
+ 0,
405
+ [_U, _IP, _P, _D, _T],
406
+ [0, () => exports.IdentityProvider$, 0, 0, [() => Tags, 0]], 3
407
+ ];
408
+ exports.StartProductSubscriptionResponse$ = [3, n0, _SPSRt,
409
+ 0,
410
+ [_PUSr],
411
+ [() => exports.ProductUserSummary$], 1
412
+ ];
413
+ exports.StopProductSubscriptionRequest$ = [3, n0, _SPSRto,
414
+ 0,
415
+ [_U, _IP, _P, _PUA, _D],
416
+ [0, () => exports.IdentityProvider$, 0, 0, 0]
417
+ ];
418
+ exports.StopProductSubscriptionResponse$ = [3, n0, _SPSRtop,
419
+ 0,
420
+ [_PUSr],
421
+ [() => exports.ProductUserSummary$], 1
422
+ ];
423
+ exports.TagResourceRequest$ = [3, n0, _TRR,
424
+ 0,
425
+ [_RA, _T],
426
+ [[0, 1], [() => Tags, 0]], 2
427
+ ];
428
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
429
+ 0,
430
+ [],
431
+ []
432
+ ];
433
+ exports.UntagResourceRequest$ = [3, n0, _URR,
434
+ 0,
435
+ [_RA, _TK],
436
+ [[0, 1], [() => TagKeyList, { [_hQ]: _tK }]], 2
437
+ ];
438
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
439
+ 0,
440
+ [],
441
+ []
442
+ ];
443
+ exports.UpdateIdentityProviderSettingsRequest$ = [3, n0, _UIPSR,
444
+ 0,
445
+ [_US, _IP, _P, _IPA],
446
+ [() => exports.UpdateSettings$, () => exports.IdentityProvider$, 0, 0], 1
447
+ ];
448
+ exports.UpdateIdentityProviderSettingsResponse$ = [3, n0, _UIPSRp,
449
+ 0,
450
+ [_IPS],
451
+ [() => exports.IdentityProviderSummary$], 1
452
+ ];
453
+ exports.UpdateSettings$ = [3, n0, _US,
454
+ 0,
455
+ [_AS, _RS, _SGI],
456
+ [64 | 0, 64 | 0, 0], 2
457
+ ];
458
+ var FilterList = [1, n0, _FL,
459
+ 0, () => exports.Filter$
460
+ ];
461
+ var IdentityProviderSummaryList = [1, n0, _IPSL,
462
+ 0, () => exports.IdentityProviderSummary$
463
+ ];
464
+ var InstanceSummaryList = [1, n0, _ISL,
465
+ 0, () => exports.InstanceSummary$
466
+ ];
467
+ var InstanceUserSummaryList = [1, n0, _IUSL,
468
+ 0, () => exports.InstanceUserSummary$
469
+ ];
470
+ var IpV4List = 64 | 0;
471
+ var IpV6List = 64 | 0;
472
+ var LicenseServerEndpointList = [1, n0, _LSEL,
473
+ 0, () => exports.LicenseServerEndpoint$
474
+ ];
475
+ var LicenseServerList = [1, n0, _LSL,
476
+ 0, () => exports.LicenseServer$
477
+ ];
478
+ var ProductUserSummaryList = [1, n0, _PUSL,
479
+ 0, () => exports.ProductUserSummary$
480
+ ];
481
+ var StringList = 64 | 0;
482
+ var Subnets = 64 | 0;
483
+ var TagKeyList = [1, n0, _TKL,
484
+ 8, 0
485
+ ];
486
+ var Tags = [2, n0, _T,
487
+ 8, 0, 0
488
+ ];
489
+ exports.CredentialsProvider$ = [4, n0, _CP,
490
+ 0,
491
+ [_SMCP],
492
+ [() => exports.SecretsManagerCredentialsProvider$]
493
+ ];
494
+ exports.IdentityProvider$ = [4, n0, _IP,
495
+ 0,
496
+ [_ADIP],
497
+ [() => exports.ActiveDirectoryIdentityProvider$]
498
+ ];
499
+ exports.ServerSettings$ = [4, n0, _SS,
500
+ 0,
501
+ [_RSS],
502
+ [() => exports.RdsSalSettings$]
503
+ ];
504
+ exports.AssociateUser$ = [9, n0, _AU,
505
+ { [_h]: ["POST", "/user/AssociateUser", 200] }, () => exports.AssociateUserRequest$, () => exports.AssociateUserResponse$
506
+ ];
507
+ exports.CreateLicenseServerEndpoint$ = [9, n0, _CLSE,
508
+ { [_h]: ["POST", "/license-server/CreateLicenseServerEndpoint", 200] }, () => exports.CreateLicenseServerEndpointRequest$, () => exports.CreateLicenseServerEndpointResponse$
509
+ ];
510
+ exports.DeleteLicenseServerEndpoint$ = [9, n0, _DLSE,
511
+ { [_h]: ["POST", "/license-server/DeleteLicenseServerEndpoint", 200] }, () => exports.DeleteLicenseServerEndpointRequest$, () => exports.DeleteLicenseServerEndpointResponse$
512
+ ];
513
+ exports.DeregisterIdentityProvider$ = [9, n0, _DIP,
514
+ { [_h]: ["POST", "/identity-provider/DeregisterIdentityProvider", 200] }, () => exports.DeregisterIdentityProviderRequest$, () => exports.DeregisterIdentityProviderResponse$
515
+ ];
516
+ exports.DisassociateUser$ = [9, n0, _DU,
517
+ { [_h]: ["POST", "/user/DisassociateUser", 200] }, () => exports.DisassociateUserRequest$, () => exports.DisassociateUserResponse$
518
+ ];
519
+ exports.ListIdentityProviders$ = [9, n0, _LIP,
520
+ { [_h]: ["POST", "/identity-provider/ListIdentityProviders", 200] }, () => exports.ListIdentityProvidersRequest$, () => exports.ListIdentityProvidersResponse$
521
+ ];
522
+ exports.ListInstances$ = [9, n0, _LI,
523
+ { [_h]: ["POST", "/instance/ListInstances", 200] }, () => exports.ListInstancesRequest$, () => exports.ListInstancesResponse$
524
+ ];
525
+ exports.ListLicenseServerEndpoints$ = [9, n0, _LLSE,
526
+ { [_h]: ["POST", "/license-server/ListLicenseServerEndpoints", 200] }, () => exports.ListLicenseServerEndpointsRequest$, () => exports.ListLicenseServerEndpointsResponse$
527
+ ];
528
+ exports.ListProductSubscriptions$ = [9, n0, _LPS,
529
+ { [_h]: ["POST", "/user/ListProductSubscriptions", 200] }, () => exports.ListProductSubscriptionsRequest$, () => exports.ListProductSubscriptionsResponse$
530
+ ];
531
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
532
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
533
+ ];
534
+ exports.ListUserAssociations$ = [9, n0, _LUA,
535
+ { [_h]: ["POST", "/user/ListUserAssociations", 200] }, () => exports.ListUserAssociationsRequest$, () => exports.ListUserAssociationsResponse$
536
+ ];
537
+ exports.RegisterIdentityProvider$ = [9, n0, _RIP,
538
+ { [_h]: ["POST", "/identity-provider/RegisterIdentityProvider", 200] }, () => exports.RegisterIdentityProviderRequest$, () => exports.RegisterIdentityProviderResponse$
539
+ ];
540
+ exports.StartProductSubscription$ = [9, n0, _SPS,
541
+ { [_h]: ["POST", "/user/StartProductSubscription", 200] }, () => exports.StartProductSubscriptionRequest$, () => exports.StartProductSubscriptionResponse$
542
+ ];
543
+ exports.StopProductSubscription$ = [9, n0, _SPSt,
544
+ { [_h]: ["POST", "/user/StopProductSubscription", 200] }, () => exports.StopProductSubscriptionRequest$, () => exports.StopProductSubscriptionResponse$
545
+ ];
546
+ exports.TagResource$ = [9, n0, _TR,
547
+ { [_h]: ["PUT", "/tags/{ResourceArn}", 200] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
548
+ ];
549
+ exports.UntagResource$ = [9, n0, _UR,
550
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
551
+ ];
552
+ exports.UpdateIdentityProviderSettings$ = [9, n0, _UIPS,
553
+ { [_h]: ["POST", "/identity-provider/UpdateIdentityProviderSettings", 200] }, () => exports.UpdateIdentityProviderSettingsRequest$, () => exports.UpdateIdentityProviderSettingsResponse$
554
+ ];
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultLicenseManagerUserSubscriptionsHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2018-05-10",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.licensemanagerusersubscriptions",
30
+ errorTypeRegistries,
29
31
  version: "2018-05-10",
30
32
  serviceTarget: "LicenseManagerUserSubscriptions",
31
33
  },