@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
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CheckoutLicenseRequest, CheckoutLicenseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CheckoutLicenseCommand}.
8
10
  */
9
11
  export interface CheckoutLicenseCommandInput extends CheckoutLicenseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CheckoutLicenseCommand}.
13
17
  */
14
18
  export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Checks out the specified license.</p>
18
23
  * <note>
19
24
  * <p>If the account that created the license is the same that is performing the check out, you must
@@ -29,6 +34,8 @@ export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, _
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CheckoutLicenseCommandInput - {@link CheckoutLicenseCommandInput}
38
+ * @returns {@link CheckoutLicenseCommandOutput}
32
39
  * @see {@link CheckoutLicenseCommandInput} for command's `input` shape.
33
40
  * @see {@link CheckoutLicenseCommandOutput} for command's `response` shape.
34
41
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -69,11 +76,20 @@ export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, _
69
76
  export declare class CheckoutLicenseCommand extends $Command<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
70
77
  readonly input: CheckoutLicenseCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: CheckoutLicenseCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CheckoutLicenseCommandInput, CheckoutLicenseCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGrantCommand}.
8
10
  */
9
11
  export interface CreateGrantCommandInput extends CreateGrantRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGrantCommand}.
13
17
  */
14
18
  export interface CreateGrantCommandOutput extends CreateGrantResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a grant for the specified license. A grant shares the use of license entitlements with specific Amazon Web Services accounts.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGrantCommandInput - {@link CreateGrantCommandInput}
34
+ * @returns {@link CreateGrantCommandOutput}
28
35
  * @see {@link CreateGrantCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGrantCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -56,11 +63,20 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat
56
63
  export declare class CreateGrantCommand extends $Command<CreateGrantCommandInput, CreateGrantCommandOutput, LicenseManagerClientResolvedConfig> {
57
64
  readonly input: CreateGrantCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: CreateGrantCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantCommandInput, CreateGrantCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateGrantVersionRequest, CreateGrantVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateGrantVersionCommand}.
8
10
  */
9
11
  export interface CreateGrantVersionCommandInput extends CreateGrantVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateGrantVersionCommand}.
13
17
  */
14
18
  export interface CreateGrantVersionCommandOutput extends CreateGrantVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new version of the specified grant.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateGrantVersionCommandOutput extends CreateGrantVersionRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateGrantVersionCommandInput - {@link CreateGrantVersionCommandInput}
34
+ * @returns {@link CreateGrantVersionCommandOutput}
28
35
  * @see {@link CreateGrantVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateGrantVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -56,11 +63,20 @@ export interface CreateGrantVersionCommandOutput extends CreateGrantVersionRespo
56
63
  export declare class CreateGrantVersionCommand extends $Command<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput, LicenseManagerClientResolvedConfig> {
57
64
  readonly input: CreateGrantVersionCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: CreateGrantVersionCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGrantVersionCommandInput, CreateGrantVersionCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseRequest, CreateLicenseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLicenseCommand}.
8
10
  */
9
11
  export interface CreateLicenseCommandInput extends CreateLicenseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLicenseCommand}.
13
17
  */
14
18
  export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a license.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateLicenseCommandInput - {@link CreateLicenseCommandInput}
34
+ * @returns {@link CreateLicenseCommandOutput}
28
35
  * @see {@link CreateLicenseCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateLicenseCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -56,11 +63,20 @@ export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __Met
56
63
  export declare class CreateLicenseCommand extends $Command<CreateLicenseCommandInput, CreateLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
57
64
  readonly input: CreateLicenseCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: CreateLicenseCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseCommandInput, CreateLicenseCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseConfigurationRequest, CreateLicenseConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLicenseConfigurationCommand}.
8
10
  */
9
11
  export interface CreateLicenseConfigurationCommandInput extends CreateLicenseConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLicenseConfigurationCommand}.
13
17
  */
14
18
  export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a license configuration.</p>
18
23
  * <p>A license configuration is an abstraction of a customer license agreement that can be
19
24
  * consumed and enforced by License Manager. Components include specifications for the license
@@ -30,6 +35,8 @@ export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseCo
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param CreateLicenseConfigurationCommandInput - {@link CreateLicenseConfigurationCommandInput}
39
+ * @returns {@link CreateLicenseConfigurationCommandOutput}
33
40
  * @see {@link CreateLicenseConfigurationCommandInput} for command's `input` shape.
34
41
  * @see {@link CreateLicenseConfigurationCommandOutput} for command's `response` shape.
35
42
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -58,11 +65,20 @@ export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseCo
58
65
  export declare class CreateLicenseConfigurationCommand extends $Command<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
59
66
  readonly input: CreateLicenseConfigurationCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: CreateLicenseConfigurationCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseConfigurationCommandInput, CreateLicenseConfigurationCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseConversionTaskForResourceRequest, CreateLicenseConversionTaskForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLicenseConversionTaskForResourceCommand}.
8
10
  */
9
11
  export interface CreateLicenseConversionTaskForResourceCommandInput extends CreateLicenseConversionTaskForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLicenseConversionTaskForResourceCommand}.
13
17
  */
14
18
  export interface CreateLicenseConversionTaskForResourceCommandOutput extends CreateLicenseConversionTaskForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new license conversion task.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateLicenseConversionTaskForResourceCommandOutput extends Cre
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateLicenseConversionTaskForResourceCommandInput - {@link CreateLicenseConversionTaskForResourceCommandInput}
34
+ * @returns {@link CreateLicenseConversionTaskForResourceCommandOutput}
28
35
  * @see {@link CreateLicenseConversionTaskForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateLicenseConversionTaskForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -53,11 +60,20 @@ export interface CreateLicenseConversionTaskForResourceCommandOutput extends Cre
53
60
  export declare class CreateLicenseConversionTaskForResourceCommand extends $Command<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
54
61
  readonly input: CreateLicenseConversionTaskForResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: CreateLicenseConversionTaskForResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseConversionTaskForResourceCommandInput, CreateLicenseConversionTaskForResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseManagerReportGeneratorRequest, CreateLicenseManagerReportGeneratorResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLicenseManagerReportGeneratorCommand}.
8
10
  */
9
11
  export interface CreateLicenseManagerReportGeneratorCommandInput extends CreateLicenseManagerReportGeneratorRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLicenseManagerReportGeneratorCommand}.
13
17
  */
14
18
  export interface CreateLicenseManagerReportGeneratorCommandOutput extends CreateLicenseManagerReportGeneratorResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a report generator.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateLicenseManagerReportGeneratorCommandOutput extends Create
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateLicenseManagerReportGeneratorCommandInput - {@link CreateLicenseManagerReportGeneratorCommandInput}
34
+ * @returns {@link CreateLicenseManagerReportGeneratorCommandOutput}
28
35
  * @see {@link CreateLicenseManagerReportGeneratorCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateLicenseManagerReportGeneratorCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateLicenseManagerReportGeneratorCommandOutput extends Create
59
66
  export declare class CreateLicenseManagerReportGeneratorCommand extends $Command<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
60
67
  readonly input: CreateLicenseManagerReportGeneratorCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateLicenseManagerReportGeneratorCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseManagerReportGeneratorCommandInput, CreateLicenseManagerReportGeneratorCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateLicenseVersionRequest, CreateLicenseVersionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateLicenseVersionCommand}.
8
10
  */
9
11
  export interface CreateLicenseVersionCommandInput extends CreateLicenseVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateLicenseVersionCommand}.
13
17
  */
14
18
  export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a new version of the specified license.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateLicenseVersionCommandInput - {@link CreateLicenseVersionCommandInput}
34
+ * @returns {@link CreateLicenseVersionCommandOutput}
28
35
  * @see {@link CreateLicenseVersionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateLicenseVersionCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -59,11 +66,20 @@ export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionR
59
66
  export declare class CreateLicenseVersionCommand extends $Command<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput, LicenseManagerClientResolvedConfig> {
60
67
  readonly input: CreateLicenseVersionCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: CreateLicenseVersionCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLicenseVersionCommandInput, CreateLicenseVersionCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTokenCommand}.
8
10
  */
9
11
  export interface CreateTokenCommandInput extends CreateTokenRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTokenCommand}.
13
17
  */
14
18
  export interface CreateTokenCommandOutput extends CreateTokenResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a long-lived token.</p>
18
23
  * <p>A refresh token is a JWT token used to get an access token. With an access token,
19
24
  * you can call AssumeRoleWithWebIdentity to get role credentials that you can use to
@@ -28,6 +33,8 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateTokenCommandInput - {@link CreateTokenCommandInput}
37
+ * @returns {@link CreateTokenCommandOutput}
31
38
  * @see {@link CreateTokenCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateTokenCommandOutput} for command's `response` shape.
33
40
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -62,11 +69,20 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
62
69
  export declare class CreateTokenCommand extends $Command<CreateTokenCommandInput, CreateTokenCommandOutput, LicenseManagerClientResolvedConfig> {
63
70
  readonly input: CreateTokenCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: CreateTokenCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTokenCommandInput, CreateTokenCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteGrantCommand}.
8
10
  */
9
11
  export interface DeleteGrantCommandInput extends DeleteGrantRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteGrantCommand}.
13
17
  */
14
18
  export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified grant.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteGrantCommandInput - {@link DeleteGrantCommandInput}
34
+ * @returns {@link DeleteGrantCommandOutput}
28
35
  * @see {@link DeleteGrantCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteGrantCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -56,11 +63,20 @@ export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __Metadat
56
63
  export declare class DeleteGrantCommand extends $Command<DeleteGrantCommandInput, DeleteGrantCommandOutput, LicenseManagerClientResolvedConfig> {
57
64
  readonly input: DeleteGrantCommandInput;
58
65
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
+ /**
67
+ * @public
68
+ */
59
69
  constructor(input: DeleteGrantCommandInput);
60
70
  /**
61
71
  * @internal
62
72
  */
63
73
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGrantCommandInput, DeleteGrantCommandOutput>;
74
+ /**
75
+ * @internal
76
+ */
64
77
  private serialize;
78
+ /**
79
+ * @internal
80
+ */
65
81
  private deserialize;
66
82
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteLicenseRequest, DeleteLicenseResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLicenseCommand}.
8
10
  */
9
11
  export interface DeleteLicenseCommandInput extends DeleteLicenseRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLicenseCommand}.
13
17
  */
14
18
  export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified license.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteLicenseCommandInput - {@link DeleteLicenseCommandInput}
34
+ * @returns {@link DeleteLicenseCommandOutput}
28
35
  * @see {@link DeleteLicenseCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteLicenseCommandOutput} for command's `response` shape.
30
37
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -59,11 +66,20 @@ export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __Met
59
66
  export declare class DeleteLicenseCommand extends $Command<DeleteLicenseCommandInput, DeleteLicenseCommandOutput, LicenseManagerClientResolvedConfig> {
60
67
  readonly input: DeleteLicenseCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: DeleteLicenseCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseCommandInput, DeleteLicenseCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LicenseManagerClient";
5
5
  import { DeleteLicenseConfigurationRequest, DeleteLicenseConfigurationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLicenseConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteLicenseConfigurationCommandInput extends DeleteLicenseConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLicenseConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified license configuration.</p>
18
23
  * <p>You cannot delete a license configuration that is in use.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseCo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteLicenseConfigurationCommandInput - {@link DeleteLicenseConfigurationCommandInput}
35
+ * @returns {@link DeleteLicenseConfigurationCommandOutput}
29
36
  * @see {@link DeleteLicenseConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteLicenseConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
@@ -51,11 +58,20 @@ export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseCo
51
58
  export declare class DeleteLicenseConfigurationCommand extends $Command<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
52
59
  readonly input: DeleteLicenseConfigurationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: DeleteLicenseConfigurationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LicenseManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLicenseConfigurationCommandInput, DeleteLicenseConfigurationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }