@aws-sdk/client-license-manager 3.1077.0 → 3.1079.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 +192 -745
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptGrantCommand.js +2 -14
- package/dist-es/commands/CheckInLicenseCommand.js +2 -14
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +2 -14
- package/dist-es/commands/CheckoutLicenseCommand.js +2 -14
- package/dist-es/commands/CreateGrantCommand.js +2 -14
- package/dist-es/commands/CreateGrantVersionCommand.js +2 -14
- package/dist-es/commands/CreateLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/CreateLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/CreateLicenseCommand.js +2 -14
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +2 -14
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/CreateLicenseVersionCommand.js +2 -14
- package/dist-es/commands/CreateTokenCommand.js +2 -14
- package/dist-es/commands/DeleteGrantCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/DeleteTokenCommand.js +2 -14
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +2 -14
- package/dist-es/commands/GetAccessTokenCommand.js +2 -14
- package/dist-es/commands/GetGrantCommand.js +2 -14
- package/dist-es/commands/GetLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/GetLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/GetLicenseCommand.js +2 -14
- package/dist-es/commands/GetLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +2 -14
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/GetLicenseUsageCommand.js +2 -14
- package/dist-es/commands/GetServiceSettingsCommand.js +2 -14
- package/dist-es/commands/ListAssetsForLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/ListDistributedGrantsCommand.js +2 -14
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +2 -14
- package/dist-es/commands/ListLicenseAssetGroupsCommand.js +2 -14
- package/dist-es/commands/ListLicenseAssetRulesetsCommand.js +2 -14
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListLicenseConfigurationsForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +2 -14
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +2 -14
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +2 -14
- package/dist-es/commands/ListLicenseVersionsCommand.js +2 -14
- package/dist-es/commands/ListLicensesCommand.js +2 -14
- package/dist-es/commands/ListReceivedGrantsCommand.js +2 -14
- package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListReceivedLicensesCommand.js +2 -14
- package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +2 -14
- package/dist-es/commands/ListResourceInventoryCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTokensCommand.js +2 -14
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/RejectGrantCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseAssetGroupCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseAssetRulesetCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +2 -14
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +2 -14
- package/dist-es/commands/UpdateServiceSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptGrantCommand.d.ts +3 -8
- package/dist-types/commands/CheckInLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CheckoutLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CreateGrantCommand.d.ts +3 -8
- package/dist-types/commands/CreateGrantVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/CreateLicenseVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateTokenCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGrantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTokenCommand.d.ts +3 -8
- package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetGrantCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListDistributedGrantsCommand.d.ts +3 -8
- package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseAssetGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseAssetRulesetsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListLicenseVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListLicensesCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedGrantsCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedLicensesCommand.d.ts +3 -8
- package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTokensCommand.d.ts +3 -8
- package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/RejectGrantCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseAssetGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseAssetRulesetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetsForLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseAssetGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseAssetRulesetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseConfigurationsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseAssetGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseAssetRulesetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2317,748 +2318,194 @@ class LicenseManagerClient extends Client {
|
|
|
2317
2318
|
}
|
|
2318
2319
|
}
|
|
2319
2320
|
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
}
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
}
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
}
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
}
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
}
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
}
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
}
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
}
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
.sc(DeleteLicenseAssetGroup$)
|
|
2509
|
-
.build() {
|
|
2510
|
-
}
|
|
2511
|
-
|
|
2512
|
-
class DeleteLicenseAssetRulesetCommand extends Command
|
|
2513
|
-
.classBuilder()
|
|
2514
|
-
.ep(commonParams)
|
|
2515
|
-
.m(function (Command, cs, config, o) {
|
|
2516
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2517
|
-
})
|
|
2518
|
-
.s("AWSLicenseManager", "DeleteLicenseAssetRuleset", {})
|
|
2519
|
-
.n("LicenseManagerClient", "DeleteLicenseAssetRulesetCommand")
|
|
2520
|
-
.sc(DeleteLicenseAssetRuleset$)
|
|
2521
|
-
.build() {
|
|
2522
|
-
}
|
|
2523
|
-
|
|
2524
|
-
class DeleteLicenseCommand extends Command
|
|
2525
|
-
.classBuilder()
|
|
2526
|
-
.ep(commonParams)
|
|
2527
|
-
.m(function (Command, cs, config, o) {
|
|
2528
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2529
|
-
})
|
|
2530
|
-
.s("AWSLicenseManager", "DeleteLicense", {})
|
|
2531
|
-
.n("LicenseManagerClient", "DeleteLicenseCommand")
|
|
2532
|
-
.sc(DeleteLicense$)
|
|
2533
|
-
.build() {
|
|
2534
|
-
}
|
|
2535
|
-
|
|
2536
|
-
class DeleteLicenseConfigurationCommand extends Command
|
|
2537
|
-
.classBuilder()
|
|
2538
|
-
.ep(commonParams)
|
|
2539
|
-
.m(function (Command, cs, config, o) {
|
|
2540
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2541
|
-
})
|
|
2542
|
-
.s("AWSLicenseManager", "DeleteLicenseConfiguration", {})
|
|
2543
|
-
.n("LicenseManagerClient", "DeleteLicenseConfigurationCommand")
|
|
2544
|
-
.sc(DeleteLicenseConfiguration$)
|
|
2545
|
-
.build() {
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
class DeleteLicenseManagerReportGeneratorCommand extends Command
|
|
2549
|
-
.classBuilder()
|
|
2550
|
-
.ep(commonParams)
|
|
2551
|
-
.m(function (Command, cs, config, o) {
|
|
2552
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2553
|
-
})
|
|
2554
|
-
.s("AWSLicenseManager", "DeleteLicenseManagerReportGenerator", {})
|
|
2555
|
-
.n("LicenseManagerClient", "DeleteLicenseManagerReportGeneratorCommand")
|
|
2556
|
-
.sc(DeleteLicenseManagerReportGenerator$)
|
|
2557
|
-
.build() {
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
class DeleteTokenCommand extends Command
|
|
2561
|
-
.classBuilder()
|
|
2562
|
-
.ep(commonParams)
|
|
2563
|
-
.m(function (Command, cs, config, o) {
|
|
2564
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2565
|
-
})
|
|
2566
|
-
.s("AWSLicenseManager", "DeleteToken", {})
|
|
2567
|
-
.n("LicenseManagerClient", "DeleteTokenCommand")
|
|
2568
|
-
.sc(DeleteToken$)
|
|
2569
|
-
.build() {
|
|
2570
|
-
}
|
|
2571
|
-
|
|
2572
|
-
class ExtendLicenseConsumptionCommand extends Command
|
|
2573
|
-
.classBuilder()
|
|
2574
|
-
.ep(commonParams)
|
|
2575
|
-
.m(function (Command, cs, config, o) {
|
|
2576
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2577
|
-
})
|
|
2578
|
-
.s("AWSLicenseManager", "ExtendLicenseConsumption", {})
|
|
2579
|
-
.n("LicenseManagerClient", "ExtendLicenseConsumptionCommand")
|
|
2580
|
-
.sc(ExtendLicenseConsumption$)
|
|
2581
|
-
.build() {
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
class GetAccessTokenCommand extends Command
|
|
2585
|
-
.classBuilder()
|
|
2586
|
-
.ep(commonParams)
|
|
2587
|
-
.m(function (Command, cs, config, o) {
|
|
2588
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2589
|
-
})
|
|
2590
|
-
.s("AWSLicenseManager", "GetAccessToken", {})
|
|
2591
|
-
.n("LicenseManagerClient", "GetAccessTokenCommand")
|
|
2592
|
-
.sc(GetAccessToken$)
|
|
2593
|
-
.build() {
|
|
2594
|
-
}
|
|
2595
|
-
|
|
2596
|
-
class GetGrantCommand extends Command
|
|
2597
|
-
.classBuilder()
|
|
2598
|
-
.ep(commonParams)
|
|
2599
|
-
.m(function (Command, cs, config, o) {
|
|
2600
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2601
|
-
})
|
|
2602
|
-
.s("AWSLicenseManager", "GetGrant", {})
|
|
2603
|
-
.n("LicenseManagerClient", "GetGrantCommand")
|
|
2604
|
-
.sc(GetGrant$)
|
|
2605
|
-
.build() {
|
|
2606
|
-
}
|
|
2607
|
-
|
|
2608
|
-
class GetLicenseAssetGroupCommand extends Command
|
|
2609
|
-
.classBuilder()
|
|
2610
|
-
.ep(commonParams)
|
|
2611
|
-
.m(function (Command, cs, config, o) {
|
|
2612
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2613
|
-
})
|
|
2614
|
-
.s("AWSLicenseManager", "GetLicenseAssetGroup", {})
|
|
2615
|
-
.n("LicenseManagerClient", "GetLicenseAssetGroupCommand")
|
|
2616
|
-
.sc(GetLicenseAssetGroup$)
|
|
2617
|
-
.build() {
|
|
2618
|
-
}
|
|
2619
|
-
|
|
2620
|
-
class GetLicenseAssetRulesetCommand extends Command
|
|
2621
|
-
.classBuilder()
|
|
2622
|
-
.ep(commonParams)
|
|
2623
|
-
.m(function (Command, cs, config, o) {
|
|
2624
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2625
|
-
})
|
|
2626
|
-
.s("AWSLicenseManager", "GetLicenseAssetRuleset", {})
|
|
2627
|
-
.n("LicenseManagerClient", "GetLicenseAssetRulesetCommand")
|
|
2628
|
-
.sc(GetLicenseAssetRuleset$)
|
|
2629
|
-
.build() {
|
|
2630
|
-
}
|
|
2631
|
-
|
|
2632
|
-
class GetLicenseCommand extends Command
|
|
2633
|
-
.classBuilder()
|
|
2634
|
-
.ep(commonParams)
|
|
2635
|
-
.m(function (Command, cs, config, o) {
|
|
2636
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2637
|
-
})
|
|
2638
|
-
.s("AWSLicenseManager", "GetLicense", {})
|
|
2639
|
-
.n("LicenseManagerClient", "GetLicenseCommand")
|
|
2640
|
-
.sc(GetLicense$)
|
|
2641
|
-
.build() {
|
|
2642
|
-
}
|
|
2643
|
-
|
|
2644
|
-
class GetLicenseConfigurationCommand extends Command
|
|
2645
|
-
.classBuilder()
|
|
2646
|
-
.ep(commonParams)
|
|
2647
|
-
.m(function (Command, cs, config, o) {
|
|
2648
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2649
|
-
})
|
|
2650
|
-
.s("AWSLicenseManager", "GetLicenseConfiguration", {})
|
|
2651
|
-
.n("LicenseManagerClient", "GetLicenseConfigurationCommand")
|
|
2652
|
-
.sc(GetLicenseConfiguration$)
|
|
2653
|
-
.build() {
|
|
2654
|
-
}
|
|
2655
|
-
|
|
2656
|
-
class GetLicenseConversionTaskCommand extends Command
|
|
2657
|
-
.classBuilder()
|
|
2658
|
-
.ep(commonParams)
|
|
2659
|
-
.m(function (Command, cs, config, o) {
|
|
2660
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2661
|
-
})
|
|
2662
|
-
.s("AWSLicenseManager", "GetLicenseConversionTask", {})
|
|
2663
|
-
.n("LicenseManagerClient", "GetLicenseConversionTaskCommand")
|
|
2664
|
-
.sc(GetLicenseConversionTask$)
|
|
2665
|
-
.build() {
|
|
2666
|
-
}
|
|
2667
|
-
|
|
2668
|
-
class GetLicenseManagerReportGeneratorCommand extends Command
|
|
2669
|
-
.classBuilder()
|
|
2670
|
-
.ep(commonParams)
|
|
2671
|
-
.m(function (Command, cs, config, o) {
|
|
2672
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2673
|
-
})
|
|
2674
|
-
.s("AWSLicenseManager", "GetLicenseManagerReportGenerator", {})
|
|
2675
|
-
.n("LicenseManagerClient", "GetLicenseManagerReportGeneratorCommand")
|
|
2676
|
-
.sc(GetLicenseManagerReportGenerator$)
|
|
2677
|
-
.build() {
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
class GetLicenseUsageCommand extends Command
|
|
2681
|
-
.classBuilder()
|
|
2682
|
-
.ep(commonParams)
|
|
2683
|
-
.m(function (Command, cs, config, o) {
|
|
2684
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2685
|
-
})
|
|
2686
|
-
.s("AWSLicenseManager", "GetLicenseUsage", {})
|
|
2687
|
-
.n("LicenseManagerClient", "GetLicenseUsageCommand")
|
|
2688
|
-
.sc(GetLicenseUsage$)
|
|
2689
|
-
.build() {
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
class GetServiceSettingsCommand extends Command
|
|
2693
|
-
.classBuilder()
|
|
2694
|
-
.ep(commonParams)
|
|
2695
|
-
.m(function (Command, cs, config, o) {
|
|
2696
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2697
|
-
})
|
|
2698
|
-
.s("AWSLicenseManager", "GetServiceSettings", {})
|
|
2699
|
-
.n("LicenseManagerClient", "GetServiceSettingsCommand")
|
|
2700
|
-
.sc(GetServiceSettings$)
|
|
2701
|
-
.build() {
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
|
-
class ListAssetsForLicenseAssetGroupCommand extends Command
|
|
2705
|
-
.classBuilder()
|
|
2706
|
-
.ep(commonParams)
|
|
2707
|
-
.m(function (Command, cs, config, o) {
|
|
2708
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2709
|
-
})
|
|
2710
|
-
.s("AWSLicenseManager", "ListAssetsForLicenseAssetGroup", {})
|
|
2711
|
-
.n("LicenseManagerClient", "ListAssetsForLicenseAssetGroupCommand")
|
|
2712
|
-
.sc(ListAssetsForLicenseAssetGroup$)
|
|
2713
|
-
.build() {
|
|
2714
|
-
}
|
|
2715
|
-
|
|
2716
|
-
class ListAssociationsForLicenseConfigurationCommand extends Command
|
|
2717
|
-
.classBuilder()
|
|
2718
|
-
.ep(commonParams)
|
|
2719
|
-
.m(function (Command, cs, config, o) {
|
|
2720
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2721
|
-
})
|
|
2722
|
-
.s("AWSLicenseManager", "ListAssociationsForLicenseConfiguration", {})
|
|
2723
|
-
.n("LicenseManagerClient", "ListAssociationsForLicenseConfigurationCommand")
|
|
2724
|
-
.sc(ListAssociationsForLicenseConfiguration$)
|
|
2725
|
-
.build() {
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
|
-
class ListDistributedGrantsCommand extends Command
|
|
2729
|
-
.classBuilder()
|
|
2730
|
-
.ep(commonParams)
|
|
2731
|
-
.m(function (Command, cs, config, o) {
|
|
2732
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2733
|
-
})
|
|
2734
|
-
.s("AWSLicenseManager", "ListDistributedGrants", {})
|
|
2735
|
-
.n("LicenseManagerClient", "ListDistributedGrantsCommand")
|
|
2736
|
-
.sc(ListDistributedGrants$)
|
|
2737
|
-
.build() {
|
|
2738
|
-
}
|
|
2739
|
-
|
|
2740
|
-
class ListFailuresForLicenseConfigurationOperationsCommand extends Command
|
|
2741
|
-
.classBuilder()
|
|
2742
|
-
.ep(commonParams)
|
|
2743
|
-
.m(function (Command, cs, config, o) {
|
|
2744
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2745
|
-
})
|
|
2746
|
-
.s("AWSLicenseManager", "ListFailuresForLicenseConfigurationOperations", {})
|
|
2747
|
-
.n("LicenseManagerClient", "ListFailuresForLicenseConfigurationOperationsCommand")
|
|
2748
|
-
.sc(ListFailuresForLicenseConfigurationOperations$)
|
|
2749
|
-
.build() {
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
class ListLicenseAssetGroupsCommand extends Command
|
|
2753
|
-
.classBuilder()
|
|
2754
|
-
.ep(commonParams)
|
|
2755
|
-
.m(function (Command, cs, config, o) {
|
|
2756
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2757
|
-
})
|
|
2758
|
-
.s("AWSLicenseManager", "ListLicenseAssetGroups", {})
|
|
2759
|
-
.n("LicenseManagerClient", "ListLicenseAssetGroupsCommand")
|
|
2760
|
-
.sc(ListLicenseAssetGroups$)
|
|
2761
|
-
.build() {
|
|
2762
|
-
}
|
|
2763
|
-
|
|
2764
|
-
class ListLicenseAssetRulesetsCommand extends Command
|
|
2765
|
-
.classBuilder()
|
|
2766
|
-
.ep(commonParams)
|
|
2767
|
-
.m(function (Command, cs, config, o) {
|
|
2768
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2769
|
-
})
|
|
2770
|
-
.s("AWSLicenseManager", "ListLicenseAssetRulesets", {})
|
|
2771
|
-
.n("LicenseManagerClient", "ListLicenseAssetRulesetsCommand")
|
|
2772
|
-
.sc(ListLicenseAssetRulesets$)
|
|
2773
|
-
.build() {
|
|
2774
|
-
}
|
|
2775
|
-
|
|
2776
|
-
class ListLicenseConfigurationsCommand extends Command
|
|
2777
|
-
.classBuilder()
|
|
2778
|
-
.ep(commonParams)
|
|
2779
|
-
.m(function (Command, cs, config, o) {
|
|
2780
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2781
|
-
})
|
|
2782
|
-
.s("AWSLicenseManager", "ListLicenseConfigurations", {})
|
|
2783
|
-
.n("LicenseManagerClient", "ListLicenseConfigurationsCommand")
|
|
2784
|
-
.sc(ListLicenseConfigurations$)
|
|
2785
|
-
.build() {
|
|
2786
|
-
}
|
|
2787
|
-
|
|
2788
|
-
class ListLicenseConfigurationsForOrganizationCommand extends Command
|
|
2789
|
-
.classBuilder()
|
|
2790
|
-
.ep(commonParams)
|
|
2791
|
-
.m(function (Command, cs, config, o) {
|
|
2792
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2793
|
-
})
|
|
2794
|
-
.s("AWSLicenseManager", "ListLicenseConfigurationsForOrganization", {})
|
|
2795
|
-
.n("LicenseManagerClient", "ListLicenseConfigurationsForOrganizationCommand")
|
|
2796
|
-
.sc(ListLicenseConfigurationsForOrganization$)
|
|
2797
|
-
.build() {
|
|
2798
|
-
}
|
|
2799
|
-
|
|
2800
|
-
class ListLicenseConversionTasksCommand extends Command
|
|
2801
|
-
.classBuilder()
|
|
2802
|
-
.ep(commonParams)
|
|
2803
|
-
.m(function (Command, cs, config, o) {
|
|
2804
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2805
|
-
})
|
|
2806
|
-
.s("AWSLicenseManager", "ListLicenseConversionTasks", {})
|
|
2807
|
-
.n("LicenseManagerClient", "ListLicenseConversionTasksCommand")
|
|
2808
|
-
.sc(ListLicenseConversionTasks$)
|
|
2809
|
-
.build() {
|
|
2810
|
-
}
|
|
2811
|
-
|
|
2812
|
-
class ListLicenseManagerReportGeneratorsCommand extends Command
|
|
2813
|
-
.classBuilder()
|
|
2814
|
-
.ep(commonParams)
|
|
2815
|
-
.m(function (Command, cs, config, o) {
|
|
2816
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2817
|
-
})
|
|
2818
|
-
.s("AWSLicenseManager", "ListLicenseManagerReportGenerators", {})
|
|
2819
|
-
.n("LicenseManagerClient", "ListLicenseManagerReportGeneratorsCommand")
|
|
2820
|
-
.sc(ListLicenseManagerReportGenerators$)
|
|
2821
|
-
.build() {
|
|
2822
|
-
}
|
|
2823
|
-
|
|
2824
|
-
class ListLicensesCommand extends Command
|
|
2825
|
-
.classBuilder()
|
|
2826
|
-
.ep(commonParams)
|
|
2827
|
-
.m(function (Command, cs, config, o) {
|
|
2828
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2829
|
-
})
|
|
2830
|
-
.s("AWSLicenseManager", "ListLicenses", {})
|
|
2831
|
-
.n("LicenseManagerClient", "ListLicensesCommand")
|
|
2832
|
-
.sc(ListLicenses$)
|
|
2833
|
-
.build() {
|
|
2834
|
-
}
|
|
2835
|
-
|
|
2836
|
-
class ListLicenseSpecificationsForResourceCommand extends Command
|
|
2837
|
-
.classBuilder()
|
|
2838
|
-
.ep(commonParams)
|
|
2839
|
-
.m(function (Command, cs, config, o) {
|
|
2840
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2841
|
-
})
|
|
2842
|
-
.s("AWSLicenseManager", "ListLicenseSpecificationsForResource", {})
|
|
2843
|
-
.n("LicenseManagerClient", "ListLicenseSpecificationsForResourceCommand")
|
|
2844
|
-
.sc(ListLicenseSpecificationsForResource$)
|
|
2845
|
-
.build() {
|
|
2846
|
-
}
|
|
2847
|
-
|
|
2848
|
-
class ListLicenseVersionsCommand extends Command
|
|
2849
|
-
.classBuilder()
|
|
2850
|
-
.ep(commonParams)
|
|
2851
|
-
.m(function (Command, cs, config, o) {
|
|
2852
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2853
|
-
})
|
|
2854
|
-
.s("AWSLicenseManager", "ListLicenseVersions", {})
|
|
2855
|
-
.n("LicenseManagerClient", "ListLicenseVersionsCommand")
|
|
2856
|
-
.sc(ListLicenseVersions$)
|
|
2857
|
-
.build() {
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
class ListReceivedGrantsCommand extends Command
|
|
2861
|
-
.classBuilder()
|
|
2862
|
-
.ep(commonParams)
|
|
2863
|
-
.m(function (Command, cs, config, o) {
|
|
2864
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2865
|
-
})
|
|
2866
|
-
.s("AWSLicenseManager", "ListReceivedGrants", {})
|
|
2867
|
-
.n("LicenseManagerClient", "ListReceivedGrantsCommand")
|
|
2868
|
-
.sc(ListReceivedGrants$)
|
|
2869
|
-
.build() {
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
class ListReceivedGrantsForOrganizationCommand extends Command
|
|
2873
|
-
.classBuilder()
|
|
2874
|
-
.ep(commonParams)
|
|
2875
|
-
.m(function (Command, cs, config, o) {
|
|
2876
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2877
|
-
})
|
|
2878
|
-
.s("AWSLicenseManager", "ListReceivedGrantsForOrganization", {})
|
|
2879
|
-
.n("LicenseManagerClient", "ListReceivedGrantsForOrganizationCommand")
|
|
2880
|
-
.sc(ListReceivedGrantsForOrganization$)
|
|
2881
|
-
.build() {
|
|
2882
|
-
}
|
|
2883
|
-
|
|
2884
|
-
class ListReceivedLicensesCommand extends Command
|
|
2885
|
-
.classBuilder()
|
|
2886
|
-
.ep(commonParams)
|
|
2887
|
-
.m(function (Command, cs, config, o) {
|
|
2888
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2889
|
-
})
|
|
2890
|
-
.s("AWSLicenseManager", "ListReceivedLicenses", {})
|
|
2891
|
-
.n("LicenseManagerClient", "ListReceivedLicensesCommand")
|
|
2892
|
-
.sc(ListReceivedLicenses$)
|
|
2893
|
-
.build() {
|
|
2894
|
-
}
|
|
2895
|
-
|
|
2896
|
-
class ListReceivedLicensesForOrganizationCommand extends Command
|
|
2897
|
-
.classBuilder()
|
|
2898
|
-
.ep(commonParams)
|
|
2899
|
-
.m(function (Command, cs, config, o) {
|
|
2900
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2901
|
-
})
|
|
2902
|
-
.s("AWSLicenseManager", "ListReceivedLicensesForOrganization", {})
|
|
2903
|
-
.n("LicenseManagerClient", "ListReceivedLicensesForOrganizationCommand")
|
|
2904
|
-
.sc(ListReceivedLicensesForOrganization$)
|
|
2905
|
-
.build() {
|
|
2906
|
-
}
|
|
2907
|
-
|
|
2908
|
-
class ListResourceInventoryCommand extends Command
|
|
2909
|
-
.classBuilder()
|
|
2910
|
-
.ep(commonParams)
|
|
2911
|
-
.m(function (Command, cs, config, o) {
|
|
2912
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2913
|
-
})
|
|
2914
|
-
.s("AWSLicenseManager", "ListResourceInventory", {})
|
|
2915
|
-
.n("LicenseManagerClient", "ListResourceInventoryCommand")
|
|
2916
|
-
.sc(ListResourceInventory$)
|
|
2917
|
-
.build() {
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
class ListTagsForResourceCommand extends Command
|
|
2921
|
-
.classBuilder()
|
|
2922
|
-
.ep(commonParams)
|
|
2923
|
-
.m(function (Command, cs, config, o) {
|
|
2924
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2925
|
-
})
|
|
2926
|
-
.s("AWSLicenseManager", "ListTagsForResource", {})
|
|
2927
|
-
.n("LicenseManagerClient", "ListTagsForResourceCommand")
|
|
2928
|
-
.sc(ListTagsForResource$)
|
|
2929
|
-
.build() {
|
|
2930
|
-
}
|
|
2931
|
-
|
|
2932
|
-
class ListTokensCommand extends Command
|
|
2933
|
-
.classBuilder()
|
|
2934
|
-
.ep(commonParams)
|
|
2935
|
-
.m(function (Command, cs, config, o) {
|
|
2936
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2937
|
-
})
|
|
2938
|
-
.s("AWSLicenseManager", "ListTokens", {})
|
|
2939
|
-
.n("LicenseManagerClient", "ListTokensCommand")
|
|
2940
|
-
.sc(ListTokens$)
|
|
2941
|
-
.build() {
|
|
2942
|
-
}
|
|
2943
|
-
|
|
2944
|
-
class ListUsageForLicenseConfigurationCommand extends Command
|
|
2945
|
-
.classBuilder()
|
|
2946
|
-
.ep(commonParams)
|
|
2947
|
-
.m(function (Command, cs, config, o) {
|
|
2948
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2949
|
-
})
|
|
2950
|
-
.s("AWSLicenseManager", "ListUsageForLicenseConfiguration", {})
|
|
2951
|
-
.n("LicenseManagerClient", "ListUsageForLicenseConfigurationCommand")
|
|
2952
|
-
.sc(ListUsageForLicenseConfiguration$)
|
|
2953
|
-
.build() {
|
|
2954
|
-
}
|
|
2955
|
-
|
|
2956
|
-
class RejectGrantCommand extends Command
|
|
2957
|
-
.classBuilder()
|
|
2958
|
-
.ep(commonParams)
|
|
2959
|
-
.m(function (Command, cs, config, o) {
|
|
2960
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2961
|
-
})
|
|
2962
|
-
.s("AWSLicenseManager", "RejectGrant", {})
|
|
2963
|
-
.n("LicenseManagerClient", "RejectGrantCommand")
|
|
2964
|
-
.sc(RejectGrant$)
|
|
2965
|
-
.build() {
|
|
2966
|
-
}
|
|
2967
|
-
|
|
2968
|
-
class TagResourceCommand extends Command
|
|
2969
|
-
.classBuilder()
|
|
2970
|
-
.ep(commonParams)
|
|
2971
|
-
.m(function (Command, cs, config, o) {
|
|
2972
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2973
|
-
})
|
|
2974
|
-
.s("AWSLicenseManager", "TagResource", {})
|
|
2975
|
-
.n("LicenseManagerClient", "TagResourceCommand")
|
|
2976
|
-
.sc(TagResource$)
|
|
2977
|
-
.build() {
|
|
2978
|
-
}
|
|
2979
|
-
|
|
2980
|
-
class UntagResourceCommand extends Command
|
|
2981
|
-
.classBuilder()
|
|
2982
|
-
.ep(commonParams)
|
|
2983
|
-
.m(function (Command, cs, config, o) {
|
|
2984
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2985
|
-
})
|
|
2986
|
-
.s("AWSLicenseManager", "UntagResource", {})
|
|
2987
|
-
.n("LicenseManagerClient", "UntagResourceCommand")
|
|
2988
|
-
.sc(UntagResource$)
|
|
2989
|
-
.build() {
|
|
2990
|
-
}
|
|
2991
|
-
|
|
2992
|
-
class UpdateLicenseAssetGroupCommand extends Command
|
|
2993
|
-
.classBuilder()
|
|
2994
|
-
.ep(commonParams)
|
|
2995
|
-
.m(function (Command, cs, config, o) {
|
|
2996
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2997
|
-
})
|
|
2998
|
-
.s("AWSLicenseManager", "UpdateLicenseAssetGroup", {})
|
|
2999
|
-
.n("LicenseManagerClient", "UpdateLicenseAssetGroupCommand")
|
|
3000
|
-
.sc(UpdateLicenseAssetGroup$)
|
|
3001
|
-
.build() {
|
|
3002
|
-
}
|
|
3003
|
-
|
|
3004
|
-
class UpdateLicenseAssetRulesetCommand extends Command
|
|
3005
|
-
.classBuilder()
|
|
3006
|
-
.ep(commonParams)
|
|
3007
|
-
.m(function (Command, cs, config, o) {
|
|
3008
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3009
|
-
})
|
|
3010
|
-
.s("AWSLicenseManager", "UpdateLicenseAssetRuleset", {})
|
|
3011
|
-
.n("LicenseManagerClient", "UpdateLicenseAssetRulesetCommand")
|
|
3012
|
-
.sc(UpdateLicenseAssetRuleset$)
|
|
3013
|
-
.build() {
|
|
3014
|
-
}
|
|
3015
|
-
|
|
3016
|
-
class UpdateLicenseConfigurationCommand extends Command
|
|
3017
|
-
.classBuilder()
|
|
3018
|
-
.ep(commonParams)
|
|
3019
|
-
.m(function (Command, cs, config, o) {
|
|
3020
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3021
|
-
})
|
|
3022
|
-
.s("AWSLicenseManager", "UpdateLicenseConfiguration", {})
|
|
3023
|
-
.n("LicenseManagerClient", "UpdateLicenseConfigurationCommand")
|
|
3024
|
-
.sc(UpdateLicenseConfiguration$)
|
|
3025
|
-
.build() {
|
|
3026
|
-
}
|
|
3027
|
-
|
|
3028
|
-
class UpdateLicenseManagerReportGeneratorCommand extends Command
|
|
3029
|
-
.classBuilder()
|
|
3030
|
-
.ep(commonParams)
|
|
3031
|
-
.m(function (Command, cs, config, o) {
|
|
3032
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3033
|
-
})
|
|
3034
|
-
.s("AWSLicenseManager", "UpdateLicenseManagerReportGenerator", {})
|
|
3035
|
-
.n("LicenseManagerClient", "UpdateLicenseManagerReportGeneratorCommand")
|
|
3036
|
-
.sc(UpdateLicenseManagerReportGenerator$)
|
|
3037
|
-
.build() {
|
|
3038
|
-
}
|
|
3039
|
-
|
|
3040
|
-
class UpdateLicenseSpecificationsForResourceCommand extends Command
|
|
3041
|
-
.classBuilder()
|
|
3042
|
-
.ep(commonParams)
|
|
3043
|
-
.m(function (Command, cs, config, o) {
|
|
3044
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3045
|
-
})
|
|
3046
|
-
.s("AWSLicenseManager", "UpdateLicenseSpecificationsForResource", {})
|
|
3047
|
-
.n("LicenseManagerClient", "UpdateLicenseSpecificationsForResourceCommand")
|
|
3048
|
-
.sc(UpdateLicenseSpecificationsForResource$)
|
|
3049
|
-
.build() {
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
|
-
class UpdateServiceSettingsCommand extends Command
|
|
3053
|
-
.classBuilder()
|
|
3054
|
-
.ep(commonParams)
|
|
3055
|
-
.m(function (Command, cs, config, o) {
|
|
3056
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3057
|
-
})
|
|
3058
|
-
.s("AWSLicenseManager", "UpdateServiceSettings", {})
|
|
3059
|
-
.n("LicenseManagerClient", "UpdateServiceSettingsCommand")
|
|
3060
|
-
.sc(UpdateServiceSettings$)
|
|
3061
|
-
.build() {
|
|
2321
|
+
const command = makeBuilder(commonParams, "AWSLicenseManager", "LicenseManagerClient", getEndpointPlugin);
|
|
2322
|
+
const _ep0 = {};
|
|
2323
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2324
|
+
|
|
2325
|
+
class AcceptGrantCommand extends command(_ep0, _mw0, "AcceptGrant", AcceptGrant$) {
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
class CheckInLicenseCommand extends command(_ep0, _mw0, "CheckInLicense", CheckInLicense$) {
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
class CheckoutBorrowLicenseCommand extends command(_ep0, _mw0, "CheckoutBorrowLicense", CheckoutBorrowLicense$) {
|
|
2332
|
+
}
|
|
2333
|
+
|
|
2334
|
+
class CheckoutLicenseCommand extends command(_ep0, _mw0, "CheckoutLicense", CheckoutLicense$) {
|
|
2335
|
+
}
|
|
2336
|
+
|
|
2337
|
+
class CreateGrantCommand extends command(_ep0, _mw0, "CreateGrant", CreateGrant$) {
|
|
2338
|
+
}
|
|
2339
|
+
|
|
2340
|
+
class CreateGrantVersionCommand extends command(_ep0, _mw0, "CreateGrantVersion", CreateGrantVersion$) {
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
class CreateLicenseAssetGroupCommand extends command(_ep0, _mw0, "CreateLicenseAssetGroup", CreateLicenseAssetGroup$) {
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
class CreateLicenseAssetRulesetCommand extends command(_ep0, _mw0, "CreateLicenseAssetRuleset", CreateLicenseAssetRuleset$) {
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
class CreateLicenseCommand extends command(_ep0, _mw0, "CreateLicense", CreateLicense$) {
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
class CreateLicenseConfigurationCommand extends command(_ep0, _mw0, "CreateLicenseConfiguration", CreateLicenseConfiguration$) {
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
class CreateLicenseConversionTaskForResourceCommand extends command(_ep0, _mw0, "CreateLicenseConversionTaskForResource", CreateLicenseConversionTaskForResource$) {
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
class CreateLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "CreateLicenseManagerReportGenerator", CreateLicenseManagerReportGenerator$) {
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
class CreateLicenseVersionCommand extends command(_ep0, _mw0, "CreateLicenseVersion", CreateLicenseVersion$) {
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
class CreateTokenCommand extends command(_ep0, _mw0, "CreateToken", CreateToken$) {
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
class DeleteGrantCommand extends command(_ep0, _mw0, "DeleteGrant", DeleteGrant$) {
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
class DeleteLicenseAssetGroupCommand extends command(_ep0, _mw0, "DeleteLicenseAssetGroup", DeleteLicenseAssetGroup$) {
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
class DeleteLicenseAssetRulesetCommand extends command(_ep0, _mw0, "DeleteLicenseAssetRuleset", DeleteLicenseAssetRuleset$) {
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
class DeleteLicenseCommand extends command(_ep0, _mw0, "DeleteLicense", DeleteLicense$) {
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
class DeleteLicenseConfigurationCommand extends command(_ep0, _mw0, "DeleteLicenseConfiguration", DeleteLicenseConfiguration$) {
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
class DeleteLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "DeleteLicenseManagerReportGenerator", DeleteLicenseManagerReportGenerator$) {
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
class DeleteTokenCommand extends command(_ep0, _mw0, "DeleteToken", DeleteToken$) {
|
|
2386
|
+
}
|
|
2387
|
+
|
|
2388
|
+
class ExtendLicenseConsumptionCommand extends command(_ep0, _mw0, "ExtendLicenseConsumption", ExtendLicenseConsumption$) {
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
class GetAccessTokenCommand extends command(_ep0, _mw0, "GetAccessToken", GetAccessToken$) {
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
class GetGrantCommand extends command(_ep0, _mw0, "GetGrant", GetGrant$) {
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
class GetLicenseAssetGroupCommand extends command(_ep0, _mw0, "GetLicenseAssetGroup", GetLicenseAssetGroup$) {
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
class GetLicenseAssetRulesetCommand extends command(_ep0, _mw0, "GetLicenseAssetRuleset", GetLicenseAssetRuleset$) {
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
class GetLicenseCommand extends command(_ep0, _mw0, "GetLicense", GetLicense$) {
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
class GetLicenseConfigurationCommand extends command(_ep0, _mw0, "GetLicenseConfiguration", GetLicenseConfiguration$) {
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2409
|
+
class GetLicenseConversionTaskCommand extends command(_ep0, _mw0, "GetLicenseConversionTask", GetLicenseConversionTask$) {
|
|
2410
|
+
}
|
|
2411
|
+
|
|
2412
|
+
class GetLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "GetLicenseManagerReportGenerator", GetLicenseManagerReportGenerator$) {
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
class GetLicenseUsageCommand extends command(_ep0, _mw0, "GetLicenseUsage", GetLicenseUsage$) {
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
class GetServiceSettingsCommand extends command(_ep0, _mw0, "GetServiceSettings", GetServiceSettings$) {
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
class ListAssetsForLicenseAssetGroupCommand extends command(_ep0, _mw0, "ListAssetsForLicenseAssetGroup", ListAssetsForLicenseAssetGroup$) {
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
class ListAssociationsForLicenseConfigurationCommand extends command(_ep0, _mw0, "ListAssociationsForLicenseConfiguration", ListAssociationsForLicenseConfiguration$) {
|
|
2425
|
+
}
|
|
2426
|
+
|
|
2427
|
+
class ListDistributedGrantsCommand extends command(_ep0, _mw0, "ListDistributedGrants", ListDistributedGrants$) {
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
class ListFailuresForLicenseConfigurationOperationsCommand extends command(_ep0, _mw0, "ListFailuresForLicenseConfigurationOperations", ListFailuresForLicenseConfigurationOperations$) {
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
class ListLicenseAssetGroupsCommand extends command(_ep0, _mw0, "ListLicenseAssetGroups", ListLicenseAssetGroups$) {
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
class ListLicenseAssetRulesetsCommand extends command(_ep0, _mw0, "ListLicenseAssetRulesets", ListLicenseAssetRulesets$) {
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
class ListLicenseConfigurationsCommand extends command(_ep0, _mw0, "ListLicenseConfigurations", ListLicenseConfigurations$) {
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
class ListLicenseConfigurationsForOrganizationCommand extends command(_ep0, _mw0, "ListLicenseConfigurationsForOrganization", ListLicenseConfigurationsForOrganization$) {
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
class ListLicenseConversionTasksCommand extends command(_ep0, _mw0, "ListLicenseConversionTasks", ListLicenseConversionTasks$) {
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
class ListLicenseManagerReportGeneratorsCommand extends command(_ep0, _mw0, "ListLicenseManagerReportGenerators", ListLicenseManagerReportGenerators$) {
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
class ListLicensesCommand extends command(_ep0, _mw0, "ListLicenses", ListLicenses$) {
|
|
2452
|
+
}
|
|
2453
|
+
|
|
2454
|
+
class ListLicenseSpecificationsForResourceCommand extends command(_ep0, _mw0, "ListLicenseSpecificationsForResource", ListLicenseSpecificationsForResource$) {
|
|
2455
|
+
}
|
|
2456
|
+
|
|
2457
|
+
class ListLicenseVersionsCommand extends command(_ep0, _mw0, "ListLicenseVersions", ListLicenseVersions$) {
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
class ListReceivedGrantsCommand extends command(_ep0, _mw0, "ListReceivedGrants", ListReceivedGrants$) {
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
class ListReceivedGrantsForOrganizationCommand extends command(_ep0, _mw0, "ListReceivedGrantsForOrganization", ListReceivedGrantsForOrganization$) {
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
class ListReceivedLicensesCommand extends command(_ep0, _mw0, "ListReceivedLicenses", ListReceivedLicenses$) {
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
class ListReceivedLicensesForOrganizationCommand extends command(_ep0, _mw0, "ListReceivedLicensesForOrganization", ListReceivedLicensesForOrganization$) {
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
class ListResourceInventoryCommand extends command(_ep0, _mw0, "ListResourceInventory", ListResourceInventory$) {
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
class ListTokensCommand extends command(_ep0, _mw0, "ListTokens", ListTokens$) {
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
class ListUsageForLicenseConfigurationCommand extends command(_ep0, _mw0, "ListUsageForLicenseConfiguration", ListUsageForLicenseConfiguration$) {
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
class RejectGrantCommand extends command(_ep0, _mw0, "RejectGrant", RejectGrant$) {
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
class UpdateLicenseAssetGroupCommand extends command(_ep0, _mw0, "UpdateLicenseAssetGroup", UpdateLicenseAssetGroup$) {
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
class UpdateLicenseAssetRulesetCommand extends command(_ep0, _mw0, "UpdateLicenseAssetRuleset", UpdateLicenseAssetRuleset$) {
|
|
2497
|
+
}
|
|
2498
|
+
|
|
2499
|
+
class UpdateLicenseConfigurationCommand extends command(_ep0, _mw0, "UpdateLicenseConfiguration", UpdateLicenseConfiguration$) {
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
class UpdateLicenseManagerReportGeneratorCommand extends command(_ep0, _mw0, "UpdateLicenseManagerReportGenerator", UpdateLicenseManagerReportGenerator$) {
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
class UpdateLicenseSpecificationsForResourceCommand extends command(_ep0, _mw0, "UpdateLicenseSpecificationsForResource", UpdateLicenseSpecificationsForResource$) {
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
class UpdateServiceSettingsCommand extends command(_ep0, _mw0, "UpdateServiceSettings", UpdateServiceSettings$) {
|
|
3062
2509
|
}
|
|
3063
2510
|
|
|
3064
2511
|
const commands = {
|