@aws-sdk/client-license-manager 3.936.0 → 3.937.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/README.md +96 -0
- package/dist-cjs/index.js +605 -21
- package/dist-es/LicenseManager.js +24 -0
- package/dist-es/commands/CreateLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/GetLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/GetLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/ListLicenseAssetGroupsCommand.js +16 -0
- package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +16 -0
- package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +16 -0
- package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +16 -0
- package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +7 -0
- package/dist-es/schemas/schemas_0.js +430 -21
- package/dist-types/LicenseManager.d.ts +87 -0
- package/dist-types/LicenseManagerClient.d.ts +14 -2
- package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +116 -0
- package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +206 -0
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +8 -3
- package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +91 -0
- package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +115 -0
- package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +202 -0
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +8 -3
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +102 -0
- package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +127 -0
- package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +215 -0
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +153 -0
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +8 -3
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +8 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +112 -0
- package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +201 -0
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +8 -3
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +15 -0
- package/dist-types/models/models_0.d.ts +991 -4
- package/dist-types/schemas/schemas_0.d.ts +65 -1
- package/dist-types/ts3.4/LicenseManager.d.ts +213 -0
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +216 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +65 -0
- package/package.json +1 -1
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
const _A = "Asset";
|
|
2
|
+
const _AA = "AssetArn";
|
|
1
3
|
const _AAS = "AmiAssociationScope";
|
|
2
4
|
const _AC = "AssociationCount";
|
|
3
5
|
const _ACI = "AllowCheckIn";
|
|
@@ -8,15 +10,23 @@ const _AECI = "AllowEarlyCheckIn";
|
|
|
8
10
|
const _AG = "AcceptGrant";
|
|
9
11
|
const _AGR = "AcceptGrantRequest";
|
|
10
12
|
const _AGRc = "AcceptGrantResponse";
|
|
13
|
+
const _AI = "AmiId";
|
|
14
|
+
const _AL = "AssetList";
|
|
15
|
+
const _ALARARN = "AssociatedLicenseAssetRulesetARNs";
|
|
11
16
|
const _ALS = "AddLicenseSpecifications";
|
|
12
17
|
const _AO = "AllowedOperations";
|
|
13
18
|
const _AOB = "ActivationOverrideBehavior";
|
|
19
|
+
const _ARS = "AndRuleStatement";
|
|
14
20
|
const _AT = "AccessToken";
|
|
15
21
|
const _ATs = "AssociationTime";
|
|
22
|
+
const _ATss = "AssetType";
|
|
23
|
+
const _As = "Assets";
|
|
16
24
|
const _B = "Beneficiary";
|
|
17
25
|
const _BC = "BorrowConfiguration";
|
|
18
26
|
const _Be = "Begin";
|
|
19
27
|
const _C = "Condition";
|
|
28
|
+
const _CAD = "CrossAccountDiscovery";
|
|
29
|
+
const _CADSS = "CrossAccountDiscoveryServiceStatus";
|
|
20
30
|
const _CBL = "CheckoutBorrowLicense";
|
|
21
31
|
const _CBLR = "CheckoutBorrowLicenseRequest";
|
|
22
32
|
const _CBLRh = "CheckoutBorrowLicenseResponse";
|
|
@@ -32,6 +42,12 @@ const _CIL = "CheckInLicense";
|
|
|
32
42
|
const _CILR = "CheckInLicenseRequest";
|
|
33
43
|
const _CILRh = "CheckInLicenseResponse";
|
|
34
44
|
const _CL = "ConsumedLicenses";
|
|
45
|
+
const _CLAG = "CreateLicenseAssetGroup";
|
|
46
|
+
const _CLAGR = "CreateLicenseAssetGroupRequest";
|
|
47
|
+
const _CLAGRr = "CreateLicenseAssetGroupResponse";
|
|
48
|
+
const _CLAR = "CreateLicenseAssetRuleset";
|
|
49
|
+
const _CLARR = "CreateLicenseAssetRulesetRequest";
|
|
50
|
+
const _CLARRr = "CreateLicenseAssetRulesetResponse";
|
|
35
51
|
const _CLC = "CreateLicenseConfiguration";
|
|
36
52
|
const _CLCR = "CreateLicenseConfigurationRequest";
|
|
37
53
|
const _CLCRr = "CreateLicenseConfigurationResponse";
|
|
@@ -53,6 +69,10 @@ const _CLVRr = "CreateLicenseVersionResponse";
|
|
|
53
69
|
const _CLh = "CheckoutLicense";
|
|
54
70
|
const _CLr = "CreateLicense";
|
|
55
71
|
const _CM = "CheckoutMetadata";
|
|
72
|
+
const _CRD = "CrossRegionDiscovery";
|
|
73
|
+
const _CRDHR = "CrossRegionDiscoveryHomeRegion";
|
|
74
|
+
const _CRDS = "CrossRegionDiscoveryStatus";
|
|
75
|
+
const _CRDSR = "CrossRegionDiscoverySourceRegions";
|
|
56
76
|
const _CT = "ClientToken";
|
|
57
77
|
const _CTR = "CreateTokenRequest";
|
|
58
78
|
const _CTRr = "CreateTokenResponse";
|
|
@@ -60,12 +80,19 @@ const _CTh = "CheckoutType";
|
|
|
60
80
|
const _CTr = "CreateTime";
|
|
61
81
|
const _CTre = "CreateToken";
|
|
62
82
|
const _CV = "ConsumedValue";
|
|
83
|
+
const _Co = "Constraint";
|
|
63
84
|
const _D = "Description";
|
|
64
85
|
const _DD = "DeletionDate";
|
|
65
86
|
const _DG = "DeleteGrant";
|
|
66
87
|
const _DGR = "DeleteGrantRequest";
|
|
67
88
|
const _DGRe = "DeleteGrantResponse";
|
|
68
89
|
const _DL = "DeleteLicense";
|
|
90
|
+
const _DLAG = "DeleteLicenseAssetGroup";
|
|
91
|
+
const _DLAGR = "DeleteLicenseAssetGroupRequest";
|
|
92
|
+
const _DLAGRe = "DeleteLicenseAssetGroupResponse";
|
|
93
|
+
const _DLAR = "DeleteLicenseAssetRuleset";
|
|
94
|
+
const _DLARR = "DeleteLicenseAssetRulesetRequest";
|
|
95
|
+
const _DLARRe = "DeleteLicenseAssetRulesetResponse";
|
|
69
96
|
const _DLC = "DestinationLicenseContext";
|
|
70
97
|
const _DLCR = "DeleteLicenseConfigurationRequest";
|
|
71
98
|
const _DLCRe = "DeleteLicenseConfigurationResponse";
|
|
@@ -88,6 +115,7 @@ const _EC = "ErrorCode";
|
|
|
88
115
|
const _ECAD = "EnableCrossAccountsDiscovery";
|
|
89
116
|
const _ED = "EntitlementData";
|
|
90
117
|
const _EDL = "EntitlementDataList";
|
|
118
|
+
const _EDSR = "EnabledDiscoverySourceRegions";
|
|
91
119
|
const _EI = "EnableIntegration";
|
|
92
120
|
const _EID = "ExpirationInDays";
|
|
93
121
|
const _EL = "EntitlementList";
|
|
@@ -121,6 +149,12 @@ const _GG = "GetGrant";
|
|
|
121
149
|
const _GGR = "GetGrantRequest";
|
|
122
150
|
const _GGRe = "GetGrantResponse";
|
|
123
151
|
const _GL = "GrantedLicense";
|
|
152
|
+
const _GLAG = "GetLicenseAssetGroup";
|
|
153
|
+
const _GLAGR = "GetLicenseAssetGroupRequest";
|
|
154
|
+
const _GLAGRe = "GetLicenseAssetGroupResponse";
|
|
155
|
+
const _GLAR = "GetLicenseAssetRuleset";
|
|
156
|
+
const _GLARR = "GetLicenseAssetRulesetRequest";
|
|
157
|
+
const _GLARRe = "GetLicenseAssetRulesetResponse";
|
|
124
158
|
const _GLC = "GetLicenseConfiguration";
|
|
125
159
|
const _GLCR = "GetLicenseConfigurationRequest";
|
|
126
160
|
const _GLCRe = "GetLicenseConfigurationResponse";
|
|
@@ -146,6 +180,7 @@ const _GSS = "GetServiceSettings";
|
|
|
146
180
|
const _GSSR = "GetServiceSettingsRequest";
|
|
147
181
|
const _GSSRe = "GetServiceSettingsResponse";
|
|
148
182
|
const _Gr = "Grants";
|
|
183
|
+
const _HI = "HostId";
|
|
149
184
|
const _HR = "HomeRegion";
|
|
150
185
|
const _I = "Issuer";
|
|
151
186
|
const _IA = "IssuedAt";
|
|
@@ -153,14 +188,36 @@ const _ID = "IssuerDetails";
|
|
|
153
188
|
const _IF = "InventoryFilter";
|
|
154
189
|
const _IFL = "InventoryFilterList";
|
|
155
190
|
const _IPVE = "InvalidParameterValueException";
|
|
191
|
+
const _IRS = "InstanceRuleStatement";
|
|
156
192
|
const _IRSE = "InvalidResourceStateException";
|
|
193
|
+
const _IT = "InstanceType";
|
|
157
194
|
const _K = "Key";
|
|
158
195
|
const _KF = "KeyFingerprint";
|
|
196
|
+
const _KTM = "KeyToMatch";
|
|
159
197
|
const _L = "License";
|
|
160
198
|
const _LA = "LicenseArn";
|
|
199
|
+
const _LADT = "LatestAssetDiscoveryTime";
|
|
200
|
+
const _LAFLAG = "ListAssetsForLicenseAssetGroup";
|
|
201
|
+
const _LAFLAGR = "ListAssetsForLicenseAssetGroupRequest";
|
|
202
|
+
const _LAFLAGRi = "ListAssetsForLicenseAssetGroupResponse";
|
|
161
203
|
const _LAFLC = "ListAssociationsForLicenseConfiguration";
|
|
162
204
|
const _LAFLCR = "ListAssociationsForLicenseConfigurationRequest";
|
|
163
205
|
const _LAFLCRi = "ListAssociationsForLicenseConfigurationResponse";
|
|
206
|
+
const _LAG = "LicenseAssetGroup";
|
|
207
|
+
const _LAGA = "LicenseAssetGroupArn";
|
|
208
|
+
const _LAGC = "LicenseAssetGroupConfigurations";
|
|
209
|
+
const _LAGCL = "LicenseAssetGroupConfigurationList";
|
|
210
|
+
const _LAGCi = "LicenseAssetGroupConfiguration";
|
|
211
|
+
const _LAGL = "LicenseAssetGroupList";
|
|
212
|
+
const _LAGP = "LicenseAssetGroupProperty";
|
|
213
|
+
const _LAGPL = "LicenseAssetGroupPropertyList";
|
|
214
|
+
const _LAGi = "LicenseAssetGroups";
|
|
215
|
+
const _LAR = "LicenseAssetRuleset";
|
|
216
|
+
const _LARA = "LicenseAssetRulesetArn";
|
|
217
|
+
const _LARL = "LicenseAssetRuleList";
|
|
218
|
+
const _LARLi = "LicenseAssetRulesetList";
|
|
219
|
+
const _LARi = "LicenseAssetRule";
|
|
220
|
+
const _LARic = "LicenseAssetRulesets";
|
|
164
221
|
const _LAi = "LicenseArns";
|
|
165
222
|
const _LC = "LicenseCount";
|
|
166
223
|
const _LCA = "LicenseConfigurationArn";
|
|
@@ -170,6 +227,7 @@ const _LCAice = "LicenseConfigurationArns";
|
|
|
170
227
|
const _LCC = "LicenseConversionContext";
|
|
171
228
|
const _LCHL = "LicenseCountHardLimit";
|
|
172
229
|
const _LCI = "LicenseConfigurationId";
|
|
230
|
+
const _LCRS = "LicenseConfigurationRuleStatement";
|
|
173
231
|
const _LCS = "LicenseConfigurationStatus";
|
|
174
232
|
const _LCT = "LicenseConsumptionToken";
|
|
175
233
|
const _LCTI = "LicenseConversionTaskId";
|
|
@@ -184,11 +242,21 @@ const _LCic = "LicenseConfigurations";
|
|
|
184
242
|
const _LDG = "ListDistributedGrants";
|
|
185
243
|
const _LDGR = "ListDistributedGrantsRequest";
|
|
186
244
|
const _LDGRi = "ListDistributedGrantsResponse";
|
|
245
|
+
const _LE = "LicenseExpiry";
|
|
187
246
|
const _LFFLCO = "ListFailuresForLicenseConfigurationOperations";
|
|
188
247
|
const _LFFLCOR = "ListFailuresForLicenseConfigurationOperationsRequest";
|
|
189
248
|
const _LFFLCORi = "ListFailuresForLicenseConfigurationOperationsResponse";
|
|
190
249
|
const _LL = "LicenseList";
|
|
250
|
+
const _LLAG = "ListLicenseAssetGroups";
|
|
251
|
+
const _LLAGR = "ListLicenseAssetGroupsRequest";
|
|
252
|
+
const _LLAGRi = "ListLicenseAssetGroupsResponse";
|
|
253
|
+
const _LLAR = "ListLicenseAssetRulesets";
|
|
254
|
+
const _LLARR = "ListLicenseAssetRulesetsRequest";
|
|
255
|
+
const _LLARRi = "ListLicenseAssetRulesetsResponse";
|
|
191
256
|
const _LLC = "ListLicenseConfigurations";
|
|
257
|
+
const _LLCFO = "ListLicenseConfigurationsForOrganization";
|
|
258
|
+
const _LLCFOR = "ListLicenseConfigurationsForOrganizationRequest";
|
|
259
|
+
const _LLCFORi = "ListLicenseConfigurationsForOrganizationResponse";
|
|
192
260
|
const _LLCR = "ListLicenseConfigurationsRequest";
|
|
193
261
|
const _LLCRi = "ListLicenseConfigurationsResponse";
|
|
194
262
|
const _LLCT = "ListLicenseConversionTasks";
|
|
@@ -213,6 +281,7 @@ const _LN = "LicenseName";
|
|
|
213
281
|
const _LOF = "LicenseOperationFailure";
|
|
214
282
|
const _LOFL = "LicenseOperationFailureList";
|
|
215
283
|
const _LR = "LicenseRules";
|
|
284
|
+
const _LRDT = "LatestResourceDiscoveryTime";
|
|
216
285
|
const _LRFR = "LastRunFailureReason";
|
|
217
286
|
const _LRG = "ListReceivedGrants";
|
|
218
287
|
const _LRGFO = "ListReceivedGrantsForOrganization";
|
|
@@ -230,7 +299,8 @@ const _LRLFOR = "ListReceivedLicensesForOrganizationRequest";
|
|
|
230
299
|
const _LRLFORi = "ListReceivedLicensesForOrganizationResponse";
|
|
231
300
|
const _LRLR = "ListReceivedLicensesRequest";
|
|
232
301
|
const _LRLRi = "ListReceivedLicensesResponse";
|
|
233
|
-
const _LRS = "
|
|
302
|
+
const _LRS = "LicenseRuleStatement";
|
|
303
|
+
const _LRSa = "LastRunStatus";
|
|
234
304
|
const _LRT = "LastRunTime";
|
|
235
305
|
const _LS = "LicenseSpecification";
|
|
236
306
|
const _LSi = "LicenseSpecifications";
|
|
@@ -241,6 +311,7 @@ const _LTFRRi = "ListTagsForResourceResponse";
|
|
|
241
311
|
const _LTR = "ListTokensRequest";
|
|
242
312
|
const _LTRi = "ListTokensResponse";
|
|
243
313
|
const _LU = "LicenseUsage";
|
|
314
|
+
const _LUAT = "LatestUsageAnalysisTime";
|
|
244
315
|
const _LUE = "LicenseUsageException";
|
|
245
316
|
const _LUFLC = "ListUsageForLicenseConfiguration";
|
|
246
317
|
const _LUFLCR = "ListUsageForLicenseConfigurationRequest";
|
|
@@ -250,9 +321,13 @@ const _Lo = "Location";
|
|
|
250
321
|
const _M = "Message";
|
|
251
322
|
const _MC = "MaxCount";
|
|
252
323
|
const _ML = "MetadataList";
|
|
324
|
+
const _MPC = "MarketplaceProductCodes";
|
|
253
325
|
const _MR = "MaxResults";
|
|
254
|
-
const _MRS = "
|
|
326
|
+
const _MRS = "MatchingRuleStatements";
|
|
255
327
|
const _MRSL = "ManagedResourceSummaryList";
|
|
328
|
+
const _MRSLa = "MatchingRuleStatementList";
|
|
329
|
+
const _MRSa = "MatchingRuleStatement";
|
|
330
|
+
const _MRSan = "ManagedResourceSummary";
|
|
256
331
|
const _MTTLIM = "MaxTimeToLiveInMinutes";
|
|
257
332
|
const _Me = "Metadata";
|
|
258
333
|
const _N = "Name";
|
|
@@ -264,6 +339,7 @@ const _OAI = "OwnerAccountId";
|
|
|
264
339
|
const _OC = "OrganizationConfiguration";
|
|
265
340
|
const _ON = "OperationName";
|
|
266
341
|
const _ORB = "OperationRequestedBy";
|
|
342
|
+
const _ORS = "OrRuleStatement";
|
|
267
343
|
const _Ov = "Overage";
|
|
268
344
|
const _P = "Principals";
|
|
269
345
|
const _PA = "ParentArn";
|
|
@@ -284,6 +360,8 @@ const _PN = "ProductName";
|
|
|
284
360
|
const _PSKU = "ProductSKU";
|
|
285
361
|
const _PV = "PlatformVersion";
|
|
286
362
|
const _Pl = "Platform";
|
|
363
|
+
const _Pr = "Properties";
|
|
364
|
+
const _R = "Rules";
|
|
287
365
|
const _RA = "ResourceArn";
|
|
288
366
|
const _RAo = "RoleArns";
|
|
289
367
|
const _RC = "ReportContext";
|
|
@@ -307,13 +385,18 @@ const _RM = "ReceivedMetadata";
|
|
|
307
385
|
const _RNFE = "ResourceNotFoundException";
|
|
308
386
|
const _ROAI = "ResourceOwningAccountId";
|
|
309
387
|
const _ROI = "ResourceOwnerId";
|
|
310
|
-
const _RS = "
|
|
388
|
+
const _RS = "RuleStatement";
|
|
389
|
+
const _RSM = "RegionStatusMap";
|
|
311
390
|
const _RSR = "ReceivedStatusReason";
|
|
312
|
-
const _RSe = "
|
|
391
|
+
const _RSe = "ResourceStatus";
|
|
392
|
+
const _RSec = "ReceivedStatus";
|
|
393
|
+
const _RSeg = "RegionStatus";
|
|
313
394
|
const _RT = "ResourceType";
|
|
314
395
|
const _RTe = "RenewType";
|
|
315
396
|
const _RTep = "ReportType";
|
|
397
|
+
const _Re = "Region";
|
|
316
398
|
const _S = "Status";
|
|
399
|
+
const _SAWSMLAR = "ShowAWSManagedLicenseAssetRulesets";
|
|
317
400
|
const _SBA = "S3BucketArn";
|
|
318
401
|
const _SIE = "ServerInternalException";
|
|
319
402
|
const _SK = "SignKey";
|
|
@@ -321,10 +404,15 @@ const _SL = "S3Location";
|
|
|
321
404
|
const _SLC = "SourceLicenseContext";
|
|
322
405
|
const _SM = "StatusMessage";
|
|
323
406
|
const _SR = "StatusReason";
|
|
407
|
+
const _SRS = "ScriptRuleStatements";
|
|
408
|
+
const _SRSL = "ScriptRuleStatementList";
|
|
409
|
+
const _SRSc = "ScriptRuleStatement";
|
|
410
|
+
const _SS = "ServiceStatus";
|
|
324
411
|
const _ST = "SignedToken";
|
|
325
412
|
const _STA = "SnsTopicArn";
|
|
326
413
|
const _STt = "StartTime";
|
|
327
414
|
const _SV = "SourceVersion";
|
|
415
|
+
const _Sc = "Script";
|
|
328
416
|
const _T = "Tags";
|
|
329
417
|
const _TD = "TokenData";
|
|
330
418
|
const _TI = "TokenId";
|
|
@@ -342,7 +430,14 @@ const _To = "Token";
|
|
|
342
430
|
const _Tok = "Tokens";
|
|
343
431
|
const _Ty = "Type";
|
|
344
432
|
const _U = "Unit";
|
|
433
|
+
const _UD = "UsageDimension";
|
|
345
434
|
const _UDSME = "UnsupportedDigitalSignatureMethodException";
|
|
435
|
+
const _ULAG = "UpdateLicenseAssetGroup";
|
|
436
|
+
const _ULAGR = "UpdateLicenseAssetGroupRequest";
|
|
437
|
+
const _ULAGRp = "UpdateLicenseAssetGroupResponse";
|
|
438
|
+
const _ULAR = "UpdateLicenseAssetRuleset";
|
|
439
|
+
const _ULARR = "UpdateLicenseAssetRulesetRequest";
|
|
440
|
+
const _ULARRp = "UpdateLicenseAssetRulesetResponse";
|
|
346
441
|
const _ULC = "UpdateLicenseConfiguration";
|
|
347
442
|
const _ULCR = "UpdateLicenseConfigurationRequest";
|
|
348
443
|
const _ULCRp = "UpdateLicenseConfigurationResponse";
|
|
@@ -361,6 +456,7 @@ const _USSR = "UpdateServiceSettingsRequest";
|
|
|
361
456
|
const _USSRp = "UpdateServiceSettingsResponse";
|
|
362
457
|
const _V = "Version";
|
|
363
458
|
const _VE = "ValidationException";
|
|
459
|
+
const _VTM = "ValueToMatch";
|
|
364
460
|
const _Va = "Validity";
|
|
365
461
|
const _Val = "Value";
|
|
366
462
|
const _Valu = "Values";
|
|
@@ -372,8 +468,11 @@ const _hE = "httpError";
|
|
|
372
468
|
const _hH = "httpHeader";
|
|
373
469
|
const _i = "item";
|
|
374
470
|
const _kP = "keyPrefix";
|
|
471
|
+
const _lAGA = "licenseAssetGroupArns";
|
|
375
472
|
const _lCA = "licenseConfigurationArns";
|
|
376
473
|
const _p = "period";
|
|
474
|
+
const _rED = "reportEndDate";
|
|
475
|
+
const _rSD = "reportStartDate";
|
|
377
476
|
const _s = "server";
|
|
378
477
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.licensemanager";
|
|
379
478
|
const _v = "value";
|
|
@@ -397,6 +496,15 @@ export var AccessDeniedException = [
|
|
|
397
496
|
[0],
|
|
398
497
|
];
|
|
399
498
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
499
|
+
export var AndRuleStatement = [
|
|
500
|
+
3,
|
|
501
|
+
n0,
|
|
502
|
+
_ARS,
|
|
503
|
+
0,
|
|
504
|
+
[_MRS, _SRS],
|
|
505
|
+
[() => MatchingRuleStatementList, () => ScriptRuleStatementList],
|
|
506
|
+
];
|
|
507
|
+
export var Asset = [3, n0, _A, 0, [_AA, _LADT], [0, 4]];
|
|
400
508
|
export var AuthorizationException = [
|
|
401
509
|
-3,
|
|
402
510
|
n0,
|
|
@@ -486,13 +594,31 @@ export var CreateGrantVersionRequest = [
|
|
|
486
594
|
[0, 0, 0, 64 | 0, 0, 0, 0, () => Options],
|
|
487
595
|
];
|
|
488
596
|
export var CreateGrantVersionResponse = [3, n0, _CGVRr, 0, [_GA, _S, _V], [0, 0, 0]];
|
|
597
|
+
export var CreateLicenseAssetGroupRequest = [
|
|
598
|
+
3,
|
|
599
|
+
n0,
|
|
600
|
+
_CLAGR,
|
|
601
|
+
0,
|
|
602
|
+
[_N, _D, _LAGC, _ALARARN, _Pr, _T, _CT],
|
|
603
|
+
[0, 0, () => LicenseAssetGroupConfigurationList, 64 | 0, () => LicenseAssetGroupPropertyList, () => TagList, 0],
|
|
604
|
+
];
|
|
605
|
+
export var CreateLicenseAssetGroupResponse = [3, n0, _CLAGRr, 0, [_LAGA, _S], [0, 0]];
|
|
606
|
+
export var CreateLicenseAssetRulesetRequest = [
|
|
607
|
+
3,
|
|
608
|
+
n0,
|
|
609
|
+
_CLARR,
|
|
610
|
+
0,
|
|
611
|
+
[_N, _D, _R, _T, _CT],
|
|
612
|
+
[0, 0, () => LicenseAssetRuleList, () => TagList, 0],
|
|
613
|
+
];
|
|
614
|
+
export var CreateLicenseAssetRulesetResponse = [3, n0, _CLARRr, 0, [_LARA], [0]];
|
|
489
615
|
export var CreateLicenseConfigurationRequest = [
|
|
490
616
|
3,
|
|
491
617
|
n0,
|
|
492
618
|
_CLCR,
|
|
493
619
|
0,
|
|
494
|
-
[_N, _D, _LCTi, _LC, _LCHL, _LR, _T, _DWNF, _PIL],
|
|
495
|
-
[0, 0, 0, 1, 2, 64 | 0, () => TagList, 2, () => ProductInformationList],
|
|
620
|
+
[_N, _D, _LCTi, _LC, _LCHL, _LR, _T, _DWNF, _PIL, _LE],
|
|
621
|
+
[0, 0, 0, 1, 2, 64 | 0, () => TagList, 2, () => ProductInformationList, 1],
|
|
496
622
|
];
|
|
497
623
|
export var CreateLicenseConfigurationResponse = [3, n0, _CLCRr, 0, [_LCA], [0]];
|
|
498
624
|
export var CreateLicenseConversionTaskForResourceRequest = [
|
|
@@ -566,9 +692,15 @@ export var CreateTokenRequest = [
|
|
|
566
692
|
[0, 64 | 0, 1, 64 | 0, 0],
|
|
567
693
|
];
|
|
568
694
|
export var CreateTokenResponse = [3, n0, _CTRr, 0, [_TI, _TT, _To], [0, 0, 0]];
|
|
695
|
+
export var CrossAccountDiscoveryServiceStatus = [3, n0, _CADSS, 0, [_M], [0]];
|
|
696
|
+
export var CrossRegionDiscoveryStatus = [3, n0, _CRDS, 0, [_M], [() => RegionStatusMap]];
|
|
569
697
|
export var DatetimeRange = [3, n0, _DR, 0, [_Be, _En], [0, 0]];
|
|
570
698
|
export var DeleteGrantRequest = [3, n0, _DGR, 0, [_GA, _SR, _V], [0, 0, 0]];
|
|
571
699
|
export var DeleteGrantResponse = [3, n0, _DGRe, 0, [_GA, _S, _V], [0, 0, 0]];
|
|
700
|
+
export var DeleteLicenseAssetGroupRequest = [3, n0, _DLAGR, 0, [_LAGA], [0]];
|
|
701
|
+
export var DeleteLicenseAssetGroupResponse = [3, n0, _DLAGRe, 0, [_S], [0]];
|
|
702
|
+
export var DeleteLicenseAssetRulesetRequest = [3, n0, _DLARR, 0, [_LARA], [0]];
|
|
703
|
+
export var DeleteLicenseAssetRulesetResponse = [3, n0, _DLARRe, 0, [], []];
|
|
572
704
|
export var DeleteLicenseConfigurationRequest = [3, n0, _DLCR, 0, [_LCA], [0]];
|
|
573
705
|
export var DeleteLicenseConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
|
|
574
706
|
export var DeleteLicenseManagerReportGeneratorRequest = [3, n0, _DLMRGR, 0, [_LMRGA], [0]];
|
|
@@ -625,13 +757,24 @@ export var GetAccessTokenRequest = [3, n0, _GATR, 0, [_To, _TP], [0, 64 | 0]];
|
|
|
625
757
|
export var GetAccessTokenResponse = [3, n0, _GATRe, 0, [_AT], [0]];
|
|
626
758
|
export var GetGrantRequest = [3, n0, _GGR, 0, [_GA, _V], [0, 0]];
|
|
627
759
|
export var GetGrantResponse = [3, n0, _GGRe, 0, [_G], [() => Grant]];
|
|
760
|
+
export var GetLicenseAssetGroupRequest = [3, n0, _GLAGR, 0, [_LAGA], [0]];
|
|
761
|
+
export var GetLicenseAssetGroupResponse = [3, n0, _GLAGRe, 0, [_LAG], [() => LicenseAssetGroup]];
|
|
762
|
+
export var GetLicenseAssetRulesetRequest = [3, n0, _GLARR, 0, [_LARA], [0]];
|
|
763
|
+
export var GetLicenseAssetRulesetResponse = [
|
|
764
|
+
3,
|
|
765
|
+
n0,
|
|
766
|
+
_GLARRe,
|
|
767
|
+
0,
|
|
768
|
+
[_LAR],
|
|
769
|
+
[() => LicenseAssetRuleset],
|
|
770
|
+
];
|
|
628
771
|
export var GetLicenseConfigurationRequest = [3, n0, _GLCR, 0, [_LCA], [0]];
|
|
629
772
|
export var GetLicenseConfigurationResponse = [
|
|
630
773
|
3,
|
|
631
774
|
n0,
|
|
632
775
|
_GLCRe,
|
|
633
776
|
0,
|
|
634
|
-
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _CL, _S, _OAI, _CLSL, _MRSL, _T, _PIL, _ADI, _DWNF],
|
|
777
|
+
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _CL, _S, _OAI, _CLSL, _MRSL, _T, _PIL, _ADI, _DWNF, _LE],
|
|
635
778
|
[
|
|
636
779
|
0,
|
|
637
780
|
0,
|
|
@@ -650,6 +793,7 @@ export var GetLicenseConfigurationResponse = [
|
|
|
650
793
|
() => ProductInformationList,
|
|
651
794
|
() => AutomatedDiscoveryInformation,
|
|
652
795
|
2,
|
|
796
|
+
1,
|
|
653
797
|
],
|
|
654
798
|
];
|
|
655
799
|
export var GetLicenseConversionTaskRequest = [3, n0, _GLCTR, 0, [_LCTI], [0]];
|
|
@@ -680,8 +824,8 @@ export var GetServiceSettingsResponse = [
|
|
|
680
824
|
n0,
|
|
681
825
|
_GSSRe,
|
|
682
826
|
0,
|
|
683
|
-
[_SBA, _STA, _OC, _ECAD, _LMRSA],
|
|
684
|
-
[0, 0, () => OrganizationConfiguration, 2, 0],
|
|
827
|
+
[_SBA, _STA, _OC, _ECAD, _LMRSA, _CRDHR, _CRDSR, _SS],
|
|
828
|
+
[0, 0, () => OrganizationConfiguration, 2, 0, 0, 64 | 0, () => ServiceStatus],
|
|
685
829
|
];
|
|
686
830
|
export var Grant = [
|
|
687
831
|
3,
|
|
@@ -715,6 +859,14 @@ export var GrantedLicense = [
|
|
|
715
859
|
() => ReceivedMetadata,
|
|
716
860
|
],
|
|
717
861
|
];
|
|
862
|
+
export var InstanceRuleStatement = [
|
|
863
|
+
3,
|
|
864
|
+
n0,
|
|
865
|
+
_IRS,
|
|
866
|
+
0,
|
|
867
|
+
[_ARS, _ORS, _MRSa, _SRSc],
|
|
868
|
+
[() => AndRuleStatement, () => OrRuleStatement, () => MatchingRuleStatement, () => ScriptRuleStatement],
|
|
869
|
+
];
|
|
718
870
|
export var InvalidParameterValueException = [
|
|
719
871
|
-3,
|
|
720
872
|
n0,
|
|
@@ -767,12 +919,31 @@ export var License = [
|
|
|
767
919
|
0,
|
|
768
920
|
],
|
|
769
921
|
];
|
|
922
|
+
export var LicenseAssetGroup = [
|
|
923
|
+
3,
|
|
924
|
+
n0,
|
|
925
|
+
_LAG,
|
|
926
|
+
0,
|
|
927
|
+
[_N, _D, _LAGC, _ALARARN, _Pr, _LAGA, _S, _SM, _LUAT, _LRDT],
|
|
928
|
+
[0, 0, () => LicenseAssetGroupConfigurationList, 64 | 0, () => LicenseAssetGroupPropertyList, 0, 0, 0, 4, 4],
|
|
929
|
+
];
|
|
930
|
+
export var LicenseAssetGroupConfiguration = [3, n0, _LAGCi, 0, [_UD], [0]];
|
|
931
|
+
export var LicenseAssetGroupProperty = [3, n0, _LAGP, 0, [_K, _Val], [0, 0]];
|
|
932
|
+
export var LicenseAssetRule = [3, n0, _LARi, 0, [_RS], [() => RuleStatement]];
|
|
933
|
+
export var LicenseAssetRuleset = [
|
|
934
|
+
3,
|
|
935
|
+
n0,
|
|
936
|
+
_LAR,
|
|
937
|
+
0,
|
|
938
|
+
[_N, _D, _R, _LARA],
|
|
939
|
+
[0, 0, () => LicenseAssetRuleList, 0],
|
|
940
|
+
];
|
|
770
941
|
export var LicenseConfiguration = [
|
|
771
942
|
3,
|
|
772
943
|
n0,
|
|
773
944
|
_LCi,
|
|
774
945
|
0,
|
|
775
|
-
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _DWNF, _CL, _S, _OAI, _CLSL, _MRSL, _PIL, _ADI],
|
|
946
|
+
[_LCI, _LCA, _N, _D, _LCTi, _LR, _LC, _LCHL, _DWNF, _CL, _S, _OAI, _CLSL, _MRSL, _PIL, _ADI, _LE],
|
|
776
947
|
[
|
|
777
948
|
0,
|
|
778
949
|
0,
|
|
@@ -790,6 +961,7 @@ export var LicenseConfiguration = [
|
|
|
790
961
|
() => ManagedResourceSummaryList,
|
|
791
962
|
() => ProductInformationList,
|
|
792
963
|
() => AutomatedDiscoveryInformation,
|
|
964
|
+
1,
|
|
793
965
|
],
|
|
794
966
|
];
|
|
795
967
|
export var LicenseConfigurationAssociation = [
|
|
@@ -800,12 +972,20 @@ export var LicenseConfigurationAssociation = [
|
|
|
800
972
|
[_RA, _RT, _ROI, _ATs, _AAS],
|
|
801
973
|
[0, 0, 0, 4, 0],
|
|
802
974
|
];
|
|
975
|
+
export var LicenseConfigurationRuleStatement = [
|
|
976
|
+
3,
|
|
977
|
+
n0,
|
|
978
|
+
_LCRS,
|
|
979
|
+
0,
|
|
980
|
+
[_ARS, _ORS, _MRSa],
|
|
981
|
+
[() => AndRuleStatement, () => OrRuleStatement, () => MatchingRuleStatement],
|
|
982
|
+
];
|
|
803
983
|
export var LicenseConfigurationUsage = [
|
|
804
984
|
3,
|
|
805
985
|
n0,
|
|
806
986
|
_LCU,
|
|
807
987
|
0,
|
|
808
|
-
[_RA, _RT,
|
|
988
|
+
[_RA, _RT, _RSe, _ROI, _ATs, _CL],
|
|
809
989
|
[0, 0, 0, 0, 4, 1],
|
|
810
990
|
];
|
|
811
991
|
export var LicenseConversionContext = [3, n0, _LCC, 0, [_UO, _PCr], [0, () => ProductCodeList]];
|
|
@@ -825,6 +1005,14 @@ export var LicenseOperationFailure = [
|
|
|
825
1005
|
[_RA, _RT, _EM, _FT, _ON, _ROI, _ORB, _ML],
|
|
826
1006
|
[0, 0, 0, 4, 0, 0, 0, () => MetadataList],
|
|
827
1007
|
];
|
|
1008
|
+
export var LicenseRuleStatement = [
|
|
1009
|
+
3,
|
|
1010
|
+
n0,
|
|
1011
|
+
_LRS,
|
|
1012
|
+
0,
|
|
1013
|
+
[_ARS, _ORS, _MRSa],
|
|
1014
|
+
[() => AndRuleStatement, () => OrRuleStatement, () => MatchingRuleStatement],
|
|
1015
|
+
];
|
|
828
1016
|
export var LicenseSpecification = [3, n0, _LS, 0, [_LCA, _AAS], [0, 0]];
|
|
829
1017
|
export var LicenseUsage = [3, n0, _LU, 0, [_EUn], [() => EntitlementUsageList]];
|
|
830
1018
|
export var LicenseUsageException = [
|
|
@@ -840,6 +1028,22 @@ export var LicenseUsageException = [
|
|
|
840
1028
|
[0],
|
|
841
1029
|
];
|
|
842
1030
|
TypeRegistry.for(n0).registerError(LicenseUsageException, __LicenseUsageException);
|
|
1031
|
+
export var ListAssetsForLicenseAssetGroupRequest = [
|
|
1032
|
+
3,
|
|
1033
|
+
n0,
|
|
1034
|
+
_LAFLAGR,
|
|
1035
|
+
0,
|
|
1036
|
+
[_LAGA, _ATss, _MR, _NT],
|
|
1037
|
+
[0, 0, 1, 0],
|
|
1038
|
+
];
|
|
1039
|
+
export var ListAssetsForLicenseAssetGroupResponse = [
|
|
1040
|
+
3,
|
|
1041
|
+
n0,
|
|
1042
|
+
_LAFLAGRi,
|
|
1043
|
+
0,
|
|
1044
|
+
[_As, _NT],
|
|
1045
|
+
[() => AssetList, 0],
|
|
1046
|
+
];
|
|
843
1047
|
export var ListAssociationsForLicenseConfigurationRequest = [
|
|
844
1048
|
3,
|
|
845
1049
|
n0,
|
|
@@ -881,6 +1085,54 @@ export var ListFailuresForLicenseConfigurationOperationsResponse = [
|
|
|
881
1085
|
[_LOFL, _NT],
|
|
882
1086
|
[() => LicenseOperationFailureList, 0],
|
|
883
1087
|
];
|
|
1088
|
+
export var ListLicenseAssetGroupsRequest = [
|
|
1089
|
+
3,
|
|
1090
|
+
n0,
|
|
1091
|
+
_LLAGR,
|
|
1092
|
+
0,
|
|
1093
|
+
[_Fi, _MR, _NT],
|
|
1094
|
+
[[() => Filters, 0], 1, 0],
|
|
1095
|
+
];
|
|
1096
|
+
export var ListLicenseAssetGroupsResponse = [
|
|
1097
|
+
3,
|
|
1098
|
+
n0,
|
|
1099
|
+
_LLAGRi,
|
|
1100
|
+
0,
|
|
1101
|
+
[_LAGi, _NT],
|
|
1102
|
+
[() => LicenseAssetGroupList, 0],
|
|
1103
|
+
];
|
|
1104
|
+
export var ListLicenseAssetRulesetsRequest = [
|
|
1105
|
+
3,
|
|
1106
|
+
n0,
|
|
1107
|
+
_LLARR,
|
|
1108
|
+
0,
|
|
1109
|
+
[_Fi, _SAWSMLAR, _MR, _NT],
|
|
1110
|
+
[[() => Filters, 0], 2, 1, 0],
|
|
1111
|
+
];
|
|
1112
|
+
export var ListLicenseAssetRulesetsResponse = [
|
|
1113
|
+
3,
|
|
1114
|
+
n0,
|
|
1115
|
+
_LLARRi,
|
|
1116
|
+
0,
|
|
1117
|
+
[_LARic, _NT],
|
|
1118
|
+
[() => LicenseAssetRulesetList, 0],
|
|
1119
|
+
];
|
|
1120
|
+
export var ListLicenseConfigurationsForOrganizationRequest = [
|
|
1121
|
+
3,
|
|
1122
|
+
n0,
|
|
1123
|
+
_LLCFOR,
|
|
1124
|
+
0,
|
|
1125
|
+
[_LCAice, _MR, _NT, _Fi],
|
|
1126
|
+
[64 | 0, 1, 0, [() => Filters, 0]],
|
|
1127
|
+
];
|
|
1128
|
+
export var ListLicenseConfigurationsForOrganizationResponse = [
|
|
1129
|
+
3,
|
|
1130
|
+
n0,
|
|
1131
|
+
_LLCFORi,
|
|
1132
|
+
0,
|
|
1133
|
+
[_LCic, _NT],
|
|
1134
|
+
[() => LicenseConfigurations, 0],
|
|
1135
|
+
];
|
|
884
1136
|
export var ListLicenseConfigurationsRequest = [
|
|
885
1137
|
3,
|
|
886
1138
|
n0,
|
|
@@ -1056,7 +1308,8 @@ export var ListUsageForLicenseConfigurationResponse = [
|
|
|
1056
1308
|
[_LCUL, _NT],
|
|
1057
1309
|
[() => LicenseConfigurationUsageList, 0],
|
|
1058
1310
|
];
|
|
1059
|
-
export var ManagedResourceSummary = [3, n0,
|
|
1311
|
+
export var ManagedResourceSummary = [3, n0, _MRSan, 0, [_RT, _AC], [0, 1]];
|
|
1312
|
+
export var MatchingRuleStatement = [3, n0, _MRSa, 0, [_KTM, _Co, _VTM], [0, 0, 64 | 0]];
|
|
1060
1313
|
export var Metadata = [3, n0, _Me, 0, [_N, _Val], [0, 0]];
|
|
1061
1314
|
export var NoEntitlementsAllowedException = [
|
|
1062
1315
|
-3,
|
|
@@ -1072,6 +1325,14 @@ export var NoEntitlementsAllowedException = [
|
|
|
1072
1325
|
TypeRegistry.for(n0).registerError(NoEntitlementsAllowedException, __NoEntitlementsAllowedException);
|
|
1073
1326
|
export var Options = [3, n0, _O, 0, [_AOB], [0]];
|
|
1074
1327
|
export var OrganizationConfiguration = [3, n0, _OC, 0, [_EI], [2]];
|
|
1328
|
+
export var OrRuleStatement = [
|
|
1329
|
+
3,
|
|
1330
|
+
n0,
|
|
1331
|
+
_ORS,
|
|
1332
|
+
0,
|
|
1333
|
+
[_MRS, _SRS],
|
|
1334
|
+
[() => MatchingRuleStatementList, () => ScriptRuleStatementList],
|
|
1335
|
+
];
|
|
1075
1336
|
export var ProductCodeListItem = [3, n0, _PCLI, 0, [_PCI, _PCT], [0, 0]];
|
|
1076
1337
|
export var ProductInformation = [
|
|
1077
1338
|
3,
|
|
@@ -1096,7 +1357,7 @@ export var RateLimitExceededException = [
|
|
|
1096
1357
|
[0],
|
|
1097
1358
|
];
|
|
1098
1359
|
TypeRegistry.for(n0).registerError(RateLimitExceededException, __RateLimitExceededException);
|
|
1099
|
-
export var ReceivedMetadata = [3, n0, _RM, 0, [
|
|
1360
|
+
export var ReceivedMetadata = [3, n0, _RM, 0, [_RSec, _RSR, _AO], [0, 0, 64 | 0]];
|
|
1100
1361
|
export var RedirectException = [
|
|
1101
1362
|
-3,
|
|
1102
1363
|
n0,
|
|
@@ -1117,16 +1378,17 @@ export var RedirectException = [
|
|
|
1117
1378
|
],
|
|
1118
1379
|
];
|
|
1119
1380
|
TypeRegistry.for(n0).registerError(RedirectException, __RedirectException);
|
|
1381
|
+
export var RegionStatus = [3, n0, _RSeg, 0, [_S], [0]];
|
|
1120
1382
|
export var RejectGrantRequest = [3, n0, _RGR, 0, [_GA], [0]];
|
|
1121
1383
|
export var RejectGrantResponse = [3, n0, _RGRe, 0, [_GA, _S, _V], [0, 0, 0]];
|
|
1122
|
-
export var ReportContext = [3, n0, _RC, 0, [_lCA], [64 | 0]];
|
|
1384
|
+
export var ReportContext = [3, n0, _RC, 0, [_lCA, _lAGA, _rSD, _rED], [64 | 0, 64 | 0, 4, 4]];
|
|
1123
1385
|
export var ReportFrequency = [3, n0, _RF, 0, [_v, _p], [1, 0]];
|
|
1124
1386
|
export var ReportGenerator = [
|
|
1125
1387
|
3,
|
|
1126
1388
|
n0,
|
|
1127
1389
|
_RG,
|
|
1128
1390
|
0,
|
|
1129
|
-
[_RGN, _RTep, _RC, _RF, _LMRGA,
|
|
1391
|
+
[_RGN, _RTep, _RC, _RF, _LMRGA, _LRSa, _LRFR, _LRGT, _RCA, _D, _SL, _CTr, _T],
|
|
1130
1392
|
[0, 64 | 0, () => ReportContext, () => ReportFrequency, 0, 0, 0, 0, 0, 0, () => S3Location, 0, () => TagList],
|
|
1131
1393
|
];
|
|
1132
1394
|
export var ResourceInventory = [
|
|
@@ -1134,8 +1396,8 @@ export var ResourceInventory = [
|
|
|
1134
1396
|
n0,
|
|
1135
1397
|
_RI,
|
|
1136
1398
|
0,
|
|
1137
|
-
[_RIe, _RT, _RA, _Pl, _PV, _ROAI],
|
|
1138
|
-
[0, 0, 0, 0, 0, 0],
|
|
1399
|
+
[_RIe, _RT, _RA, _Pl, _PV, _ROAI, _MPC, _UO, _AI, _HI, _Re, _IT],
|
|
1400
|
+
[0, 0, 0, 0, 0, 0, 64 | 0, 0, 0, 0, 0, 0],
|
|
1139
1401
|
];
|
|
1140
1402
|
export var ResourceLimitExceededException = [
|
|
1141
1403
|
-3,
|
|
@@ -1163,7 +1425,16 @@ export var ResourceNotFoundException = [
|
|
|
1163
1425
|
[0],
|
|
1164
1426
|
];
|
|
1165
1427
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1428
|
+
export var RuleStatement = [
|
|
1429
|
+
3,
|
|
1430
|
+
n0,
|
|
1431
|
+
_RS,
|
|
1432
|
+
0,
|
|
1433
|
+
[_LCRS, _LRS, _IRS],
|
|
1434
|
+
[() => LicenseConfigurationRuleStatement, () => LicenseRuleStatement, () => InstanceRuleStatement],
|
|
1435
|
+
];
|
|
1166
1436
|
export var S3Location = [3, n0, _SL, 0, [_b, _kP], [0, 0]];
|
|
1437
|
+
export var ScriptRuleStatement = [3, n0, _SRSc, 0, [_KTM, _Sc], [0, 0]];
|
|
1167
1438
|
export var ServerInternalException = [
|
|
1168
1439
|
-3,
|
|
1169
1440
|
n0,
|
|
@@ -1177,6 +1448,14 @@ export var ServerInternalException = [
|
|
|
1177
1448
|
[0],
|
|
1178
1449
|
];
|
|
1179
1450
|
TypeRegistry.for(n0).registerError(ServerInternalException, __ServerInternalException);
|
|
1451
|
+
export var ServiceStatus = [
|
|
1452
|
+
3,
|
|
1453
|
+
n0,
|
|
1454
|
+
_SS,
|
|
1455
|
+
0,
|
|
1456
|
+
[_CAD, _CRD],
|
|
1457
|
+
[() => CrossAccountDiscoveryServiceStatus, () => CrossRegionDiscoveryStatus],
|
|
1458
|
+
];
|
|
1180
1459
|
export var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
|
|
1181
1460
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _T], [0, () => TagList]];
|
|
1182
1461
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
@@ -1202,13 +1481,31 @@ export var UnsupportedDigitalSignatureMethodException = [
|
|
|
1202
1481
|
TypeRegistry.for(n0).registerError(UnsupportedDigitalSignatureMethodException, __UnsupportedDigitalSignatureMethodException);
|
|
1203
1482
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
1204
1483
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1484
|
+
export var UpdateLicenseAssetGroupRequest = [
|
|
1485
|
+
3,
|
|
1486
|
+
n0,
|
|
1487
|
+
_ULAGR,
|
|
1488
|
+
0,
|
|
1489
|
+
[_N, _D, _LAGC, _ALARARN, _Pr, _LAGA, _S, _CT],
|
|
1490
|
+
[0, 0, () => LicenseAssetGroupConfigurationList, 64 | 0, () => LicenseAssetGroupPropertyList, 0, 0, 0],
|
|
1491
|
+
];
|
|
1492
|
+
export var UpdateLicenseAssetGroupResponse = [3, n0, _ULAGRp, 0, [_LAGA, _S], [0, 0]];
|
|
1493
|
+
export var UpdateLicenseAssetRulesetRequest = [
|
|
1494
|
+
3,
|
|
1495
|
+
n0,
|
|
1496
|
+
_ULARR,
|
|
1497
|
+
0,
|
|
1498
|
+
[_N, _D, _R, _LARA, _CT],
|
|
1499
|
+
[0, 0, () => LicenseAssetRuleList, 0, 0],
|
|
1500
|
+
];
|
|
1501
|
+
export var UpdateLicenseAssetRulesetResponse = [3, n0, _ULARRp, 0, [_LARA], [0]];
|
|
1205
1502
|
export var UpdateLicenseConfigurationRequest = [
|
|
1206
1503
|
3,
|
|
1207
1504
|
n0,
|
|
1208
1505
|
_ULCR,
|
|
1209
1506
|
0,
|
|
1210
|
-
[_LCA, _LCS, _LR, _LC, _LCHL, _N, _D, _PIL, _DWNF],
|
|
1211
|
-
[0, 0, 64 | 0, 1, 2, 0, 0, () => ProductInformationList, 2],
|
|
1507
|
+
[_LCA, _LCS, _LR, _LC, _LCHL, _N, _D, _PIL, _DWNF, _LE],
|
|
1508
|
+
[0, 0, 64 | 0, 1, 2, 0, 0, () => ProductInformationList, 2, 1],
|
|
1212
1509
|
];
|
|
1213
1510
|
export var UpdateLicenseConfigurationResponse = [3, n0, _ULCRp, 0, [], []];
|
|
1214
1511
|
export var UpdateLicenseManagerReportGeneratorRequest = [
|
|
@@ -1234,8 +1531,8 @@ export var UpdateServiceSettingsRequest = [
|
|
|
1234
1531
|
n0,
|
|
1235
1532
|
_USSR,
|
|
1236
1533
|
0,
|
|
1237
|
-
[_SBA, _STA, _OC, _ECAD],
|
|
1238
|
-
[0, 0, () => OrganizationConfiguration, 2],
|
|
1534
|
+
[_SBA, _STA, _OC, _ECAD, _EDSR],
|
|
1535
|
+
[0, 0, () => OrganizationConfiguration, 2, 64 | 0],
|
|
1239
1536
|
];
|
|
1240
1537
|
export var UpdateServiceSettingsResponse = [3, n0, _USSRp, 0, [], []];
|
|
1241
1538
|
export var ValidationException = [
|
|
@@ -1255,6 +1552,7 @@ export var LicenseManagerServiceException = [-3, _sm, "LicenseManagerServiceExce
|
|
|
1255
1552
|
TypeRegistry.for(_sm).registerError(LicenseManagerServiceException, __LicenseManagerServiceException);
|
|
1256
1553
|
export var AllowedOperationList = 64 | 0;
|
|
1257
1554
|
export var ArnList = 64 | 0;
|
|
1555
|
+
export var AssetList = [1, n0, _AL, 0, () => Asset];
|
|
1258
1556
|
export var ConsumedLicenseSummaryList = [1, n0, _CLSL, 0, () => ConsumedLicenseSummary];
|
|
1259
1557
|
export var EntitlementDataList = [1, n0, _EDL, 0, () => EntitlementData];
|
|
1260
1558
|
export var EntitlementList = [1, n0, _EL, 0, () => Entitlement];
|
|
@@ -1287,6 +1585,18 @@ export var FilterValues = [
|
|
|
1287
1585
|
export var GrantedLicenseList = [1, n0, _GLL, 0, () => GrantedLicense];
|
|
1288
1586
|
export var GrantList = [1, n0, _GLr, 0, () => Grant];
|
|
1289
1587
|
export var InventoryFilterList = [1, n0, _IFL, 0, () => InventoryFilter];
|
|
1588
|
+
export var LicenseAssetGroupConfigurationList = [
|
|
1589
|
+
1,
|
|
1590
|
+
n0,
|
|
1591
|
+
_LAGCL,
|
|
1592
|
+
0,
|
|
1593
|
+
() => LicenseAssetGroupConfiguration,
|
|
1594
|
+
];
|
|
1595
|
+
export var LicenseAssetGroupList = [1, n0, _LAGL, 0, () => LicenseAssetGroup];
|
|
1596
|
+
export var LicenseAssetGroupPropertyList = [1, n0, _LAGPL, 0, () => LicenseAssetGroupProperty];
|
|
1597
|
+
export var LicenseAssetRuleList = [1, n0, _LARL, 0, () => LicenseAssetRule];
|
|
1598
|
+
export var LicenseAssetRulesetArnList = 64 | 0;
|
|
1599
|
+
export var LicenseAssetRulesetList = [1, n0, _LARLi, 0, () => LicenseAssetRuleset];
|
|
1290
1600
|
export var LicenseConfigurationAssociations = [
|
|
1291
1601
|
1,
|
|
1292
1602
|
n0,
|
|
@@ -1301,6 +1611,7 @@ export var LicenseList = [1, n0, _LL, 0, () => License];
|
|
|
1301
1611
|
export var LicenseOperationFailureList = [1, n0, _LOFL, 0, () => LicenseOperationFailure];
|
|
1302
1612
|
export var LicenseSpecifications = [1, n0, _LSi, 0, () => LicenseSpecification];
|
|
1303
1613
|
export var ManagedResourceSummaryList = [1, n0, _MRSL, 0, () => ManagedResourceSummary];
|
|
1614
|
+
export var MatchingRuleStatementList = [1, n0, _MRSLa, 0, () => MatchingRuleStatement];
|
|
1304
1615
|
export var MaxSize3StringList = 64 | 0;
|
|
1305
1616
|
export var MetadataList = [1, n0, _ML, 0, () => Metadata];
|
|
1306
1617
|
export var PrincipalArnList = 64 | 0;
|
|
@@ -1310,10 +1621,12 @@ export var ProductInformationList = [1, n0, _PIL, 0, () => ProductInformation];
|
|
|
1310
1621
|
export var ReportGeneratorList = [1, n0, _RGL, 0, () => ReportGenerator];
|
|
1311
1622
|
export var ReportTypeList = 64 | 0;
|
|
1312
1623
|
export var ResourceInventoryList = [1, n0, _RIL, 0, () => ResourceInventory];
|
|
1624
|
+
export var ScriptRuleStatementList = [1, n0, _SRSL, 0, () => ScriptRuleStatement];
|
|
1313
1625
|
export var StringList = 64 | 0;
|
|
1314
1626
|
export var TagKeyList = 64 | 0;
|
|
1315
1627
|
export var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1316
1628
|
export var TokenList = [1, n0, _TLo, 0, () => TokenData];
|
|
1629
|
+
export var RegionStatusMap = [2, n0, _RSM, 0, 0, () => RegionStatus];
|
|
1317
1630
|
export var AcceptGrant = [9, n0, _AG, 0, () => AcceptGrantRequest, () => AcceptGrantResponse];
|
|
1318
1631
|
export var CheckInLicense = [
|
|
1319
1632
|
9,
|
|
@@ -1356,6 +1669,22 @@ export var CreateLicense = [
|
|
|
1356
1669
|
() => CreateLicenseRequest,
|
|
1357
1670
|
() => CreateLicenseResponse,
|
|
1358
1671
|
];
|
|
1672
|
+
export var CreateLicenseAssetGroup = [
|
|
1673
|
+
9,
|
|
1674
|
+
n0,
|
|
1675
|
+
_CLAG,
|
|
1676
|
+
0,
|
|
1677
|
+
() => CreateLicenseAssetGroupRequest,
|
|
1678
|
+
() => CreateLicenseAssetGroupResponse,
|
|
1679
|
+
];
|
|
1680
|
+
export var CreateLicenseAssetRuleset = [
|
|
1681
|
+
9,
|
|
1682
|
+
n0,
|
|
1683
|
+
_CLAR,
|
|
1684
|
+
0,
|
|
1685
|
+
() => CreateLicenseAssetRulesetRequest,
|
|
1686
|
+
() => CreateLicenseAssetRulesetResponse,
|
|
1687
|
+
];
|
|
1359
1688
|
export var CreateLicenseConfiguration = [
|
|
1360
1689
|
9,
|
|
1361
1690
|
n0,
|
|
@@ -1398,6 +1727,22 @@ export var DeleteLicense = [
|
|
|
1398
1727
|
() => DeleteLicenseRequest,
|
|
1399
1728
|
() => DeleteLicenseResponse,
|
|
1400
1729
|
];
|
|
1730
|
+
export var DeleteLicenseAssetGroup = [
|
|
1731
|
+
9,
|
|
1732
|
+
n0,
|
|
1733
|
+
_DLAG,
|
|
1734
|
+
0,
|
|
1735
|
+
() => DeleteLicenseAssetGroupRequest,
|
|
1736
|
+
() => DeleteLicenseAssetGroupResponse,
|
|
1737
|
+
];
|
|
1738
|
+
export var DeleteLicenseAssetRuleset = [
|
|
1739
|
+
9,
|
|
1740
|
+
n0,
|
|
1741
|
+
_DLAR,
|
|
1742
|
+
0,
|
|
1743
|
+
() => DeleteLicenseAssetRulesetRequest,
|
|
1744
|
+
() => DeleteLicenseAssetRulesetResponse,
|
|
1745
|
+
];
|
|
1401
1746
|
export var DeleteLicenseConfiguration = [
|
|
1402
1747
|
9,
|
|
1403
1748
|
n0,
|
|
@@ -1433,6 +1778,22 @@ export var GetAccessToken = [
|
|
|
1433
1778
|
];
|
|
1434
1779
|
export var GetGrant = [9, n0, _GG, 0, () => GetGrantRequest, () => GetGrantResponse];
|
|
1435
1780
|
export var GetLicense = [9, n0, _GLe, 0, () => GetLicenseRequest, () => GetLicenseResponse];
|
|
1781
|
+
export var GetLicenseAssetGroup = [
|
|
1782
|
+
9,
|
|
1783
|
+
n0,
|
|
1784
|
+
_GLAG,
|
|
1785
|
+
0,
|
|
1786
|
+
() => GetLicenseAssetGroupRequest,
|
|
1787
|
+
() => GetLicenseAssetGroupResponse,
|
|
1788
|
+
];
|
|
1789
|
+
export var GetLicenseAssetRuleset = [
|
|
1790
|
+
9,
|
|
1791
|
+
n0,
|
|
1792
|
+
_GLAR,
|
|
1793
|
+
0,
|
|
1794
|
+
() => GetLicenseAssetRulesetRequest,
|
|
1795
|
+
() => GetLicenseAssetRulesetResponse,
|
|
1796
|
+
];
|
|
1436
1797
|
export var GetLicenseConfiguration = [
|
|
1437
1798
|
9,
|
|
1438
1799
|
n0,
|
|
@@ -1473,6 +1834,14 @@ export var GetServiceSettings = [
|
|
|
1473
1834
|
() => GetServiceSettingsRequest,
|
|
1474
1835
|
() => GetServiceSettingsResponse,
|
|
1475
1836
|
];
|
|
1837
|
+
export var ListAssetsForLicenseAssetGroup = [
|
|
1838
|
+
9,
|
|
1839
|
+
n0,
|
|
1840
|
+
_LAFLAG,
|
|
1841
|
+
0,
|
|
1842
|
+
() => ListAssetsForLicenseAssetGroupRequest,
|
|
1843
|
+
() => ListAssetsForLicenseAssetGroupResponse,
|
|
1844
|
+
];
|
|
1476
1845
|
export var ListAssociationsForLicenseConfiguration = [
|
|
1477
1846
|
9,
|
|
1478
1847
|
n0,
|
|
@@ -1497,6 +1866,22 @@ export var ListFailuresForLicenseConfigurationOperations = [
|
|
|
1497
1866
|
() => ListFailuresForLicenseConfigurationOperationsRequest,
|
|
1498
1867
|
() => ListFailuresForLicenseConfigurationOperationsResponse,
|
|
1499
1868
|
];
|
|
1869
|
+
export var ListLicenseAssetGroups = [
|
|
1870
|
+
9,
|
|
1871
|
+
n0,
|
|
1872
|
+
_LLAG,
|
|
1873
|
+
0,
|
|
1874
|
+
() => ListLicenseAssetGroupsRequest,
|
|
1875
|
+
() => ListLicenseAssetGroupsResponse,
|
|
1876
|
+
];
|
|
1877
|
+
export var ListLicenseAssetRulesets = [
|
|
1878
|
+
9,
|
|
1879
|
+
n0,
|
|
1880
|
+
_LLAR,
|
|
1881
|
+
0,
|
|
1882
|
+
() => ListLicenseAssetRulesetsRequest,
|
|
1883
|
+
() => ListLicenseAssetRulesetsResponse,
|
|
1884
|
+
];
|
|
1500
1885
|
export var ListLicenseConfigurations = [
|
|
1501
1886
|
9,
|
|
1502
1887
|
n0,
|
|
@@ -1505,6 +1890,14 @@ export var ListLicenseConfigurations = [
|
|
|
1505
1890
|
() => ListLicenseConfigurationsRequest,
|
|
1506
1891
|
() => ListLicenseConfigurationsResponse,
|
|
1507
1892
|
];
|
|
1893
|
+
export var ListLicenseConfigurationsForOrganization = [
|
|
1894
|
+
9,
|
|
1895
|
+
n0,
|
|
1896
|
+
_LLCFO,
|
|
1897
|
+
0,
|
|
1898
|
+
() => ListLicenseConfigurationsForOrganizationRequest,
|
|
1899
|
+
() => ListLicenseConfigurationsForOrganizationResponse,
|
|
1900
|
+
];
|
|
1508
1901
|
export var ListLicenseConversionTasks = [
|
|
1509
1902
|
9,
|
|
1510
1903
|
n0,
|
|
@@ -1612,6 +2005,22 @@ export var UntagResource = [
|
|
|
1612
2005
|
() => UntagResourceRequest,
|
|
1613
2006
|
() => UntagResourceResponse,
|
|
1614
2007
|
];
|
|
2008
|
+
export var UpdateLicenseAssetGroup = [
|
|
2009
|
+
9,
|
|
2010
|
+
n0,
|
|
2011
|
+
_ULAG,
|
|
2012
|
+
0,
|
|
2013
|
+
() => UpdateLicenseAssetGroupRequest,
|
|
2014
|
+
() => UpdateLicenseAssetGroupResponse,
|
|
2015
|
+
];
|
|
2016
|
+
export var UpdateLicenseAssetRuleset = [
|
|
2017
|
+
9,
|
|
2018
|
+
n0,
|
|
2019
|
+
_ULAR,
|
|
2020
|
+
0,
|
|
2021
|
+
() => UpdateLicenseAssetRulesetRequest,
|
|
2022
|
+
() => UpdateLicenseAssetRulesetResponse,
|
|
2023
|
+
];
|
|
1615
2024
|
export var UpdateLicenseConfiguration = [
|
|
1616
2025
|
9,
|
|
1617
2026
|
n0,
|