@aws-sdk/client-license-manager 3.296.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist-types/LicenseManager.d.ts +51 -0
  2. package/dist-types/LicenseManagerClient.d.ts +24 -4
  3. package/dist-types/commands/AcceptGrantCommand.d.ts +16 -0
  4. package/dist-types/commands/CheckInLicenseCommand.d.ts +16 -0
  5. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +16 -0
  6. package/dist-types/commands/CheckoutLicenseCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateGrantCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateGrantVersionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateLicenseCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateTokenCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteGrantCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteLicenseCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteTokenCommand.d.ts +16 -0
  20. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAccessTokenCommand.d.ts +16 -0
  22. package/dist-types/commands/GetGrantCommand.d.ts +16 -0
  23. package/dist-types/commands/GetLicenseCommand.d.ts +16 -0
  24. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +16 -0
  25. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +16 -0
  26. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +16 -0
  27. package/dist-types/commands/GetLicenseUsageCommand.d.ts +16 -0
  28. package/dist-types/commands/GetServiceSettingsCommand.d.ts +16 -0
  29. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +16 -0
  30. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +16 -0
  34. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +16 -0
  36. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListLicensesCommand.d.ts +16 -0
  38. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +16 -0
  40. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +16 -0
  41. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +16 -0
  42. package/dist-types/commands/ListResourceInventoryCommand.d.ts +16 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  44. package/dist-types/commands/ListTokensCommand.d.ts +16 -0
  45. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +16 -0
  46. package/dist-types/commands/RejectGrantCommand.d.ts +16 -0
  47. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +16 -0
  53. package/dist-types/models/LicenseManagerServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +408 -0
  55. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager",
3
3
  "description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.297.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",