@aws-sdk/client-license-manager 3.650.0 → 3.654.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 (101) hide show
  1. package/dist-types/commands/AcceptGrantCommand.d.ts +11 -0
  2. package/dist-types/commands/CheckInLicenseCommand.d.ts +11 -0
  3. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +11 -0
  4. package/dist-types/commands/CheckoutLicenseCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateGrantCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateGrantVersionCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateLicenseCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateTokenCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteGrantCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteLicenseCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteTokenCommand.d.ts +11 -0
  18. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +11 -0
  19. package/dist-types/commands/GetAccessTokenCommand.d.ts +11 -0
  20. package/dist-types/commands/GetGrantCommand.d.ts +11 -0
  21. package/dist-types/commands/GetLicenseCommand.d.ts +11 -0
  22. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +11 -0
  23. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +11 -0
  24. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +11 -0
  25. package/dist-types/commands/GetLicenseUsageCommand.d.ts +11 -0
  26. package/dist-types/commands/GetServiceSettingsCommand.d.ts +11 -0
  27. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +11 -0
  28. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +11 -0
  29. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +11 -0
  32. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +11 -0
  34. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListLicensesCommand.d.ts +11 -0
  36. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +11 -0
  38. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +11 -0
  39. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +11 -0
  40. package/dist-types/commands/ListResourceInventoryCommand.d.ts +11 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/ListTokensCommand.d.ts +11 -0
  43. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +11 -0
  44. package/dist-types/commands/RejectGrantCommand.d.ts +11 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +11 -0
  51. package/dist-types/ts3.4/commands/AcceptGrantCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/CheckInLicenseCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/CheckoutBorrowLicenseCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/CheckoutLicenseCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateGrantVersionCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateLicenseCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateLicenseConfigurationCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/CreateLicenseVersionCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteGrantCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteLicenseCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DeleteLicenseConfigurationCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DeleteTokenCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/ExtendLicenseConsumptionCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/GetAccessTokenCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/GetGrantCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/GetLicenseCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/GetLicenseConfigurationCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetLicenseConversionTaskCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetLicenseManagerReportGeneratorCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetLicenseUsageCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GetServiceSettingsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListDistributedGrantsCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListLicenseConfigurationsCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListLicenseConversionTasksCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListLicenseSpecificationsForResourceCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListLicenseVersionsCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListLicensesCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListReceivedGrantsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListReceivedGrantsForOrganizationCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListReceivedLicensesCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListReceivedLicensesForOrganizationCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListResourceInventoryCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListTokensCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListUsageForLicenseConfigurationCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/RejectGrantCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/UpdateLicenseConfigurationCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateServiceSettingsCommand.d.ts +12 -1
  101. package/package.json +35 -35
@@ -97,4 +97,15 @@ declare const ListResourceInventoryCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListResourceInventoryCommand extends ListResourceInventoryCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListResourceInventoryRequest;
104
+ output: ListResourceInventoryResponse;
105
+ };
106
+ sdk: {
107
+ input: ListResourceInventoryCommandInput;
108
+ output: ListResourceInventoryCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceRequest;
85
+ output: ListTagsForResourceResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -100,4 +100,15 @@ declare const ListTokensCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class ListTokensCommand extends ListTokensCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: ListTokensRequest;
107
+ output: ListTokensResponse;
108
+ };
109
+ sdk: {
110
+ input: ListTokensCommandInput;
111
+ output: ListTokensCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -98,4 +98,15 @@ declare const ListUsageForLicenseConfigurationCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class ListUsageForLicenseConfigurationCommand extends ListUsageForLicenseConfigurationCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: ListUsageForLicenseConfigurationRequest;
105
+ output: ListUsageForLicenseConfigurationResponse;
106
+ };
107
+ sdk: {
108
+ input: ListUsageForLicenseConfigurationCommandInput;
109
+ output: ListUsageForLicenseConfigurationCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -81,4 +81,15 @@ declare const RejectGrantCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class RejectGrantCommand extends RejectGrantCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: RejectGrantRequest;
88
+ output: RejectGrantResponse;
89
+ };
90
+ sdk: {
91
+ input: RejectGrantCommandInput;
92
+ output: RejectGrantCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -77,4 +77,15 @@ declare const TagResourceCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: TagResourceRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: TagResourceCommandInput;
88
+ output: TagResourceCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -74,4 +74,15 @@ declare const UntagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -97,4 +97,15 @@ declare const UpdateLicenseConfigurationCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateLicenseConfigurationCommand extends UpdateLicenseConfigurationCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateLicenseConfigurationRequest;
104
+ output: {};
105
+ };
106
+ sdk: {
107
+ input: UpdateLicenseConfigurationCommandInput;
108
+ output: UpdateLicenseConfigurationCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -96,4 +96,15 @@ declare const UpdateLicenseManagerReportGeneratorCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class UpdateLicenseManagerReportGeneratorCommand extends UpdateLicenseManagerReportGeneratorCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: UpdateLicenseManagerReportGeneratorRequest;
103
+ output: {};
104
+ };
105
+ sdk: {
106
+ input: UpdateLicenseManagerReportGeneratorCommandInput;
107
+ output: UpdateLicenseManagerReportGeneratorCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -94,4 +94,15 @@ declare const UpdateLicenseSpecificationsForResourceCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class UpdateLicenseSpecificationsForResourceCommand extends UpdateLicenseSpecificationsForResourceCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: UpdateLicenseSpecificationsForResourceRequest;
101
+ output: {};
102
+ };
103
+ sdk: {
104
+ input: UpdateLicenseSpecificationsForResourceCommandInput;
105
+ output: UpdateLicenseSpecificationsForResourceCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -76,4 +76,15 @@ declare const UpdateServiceSettingsCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateServiceSettingsCommand extends UpdateServiceSettingsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateServiceSettingsRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateServiceSettingsCommandInput;
87
+ output: UpdateServiceSettingsCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -33,4 +33,15 @@ declare const AcceptGrantCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class AcceptGrantCommand extends AcceptGrantCommand_base {}
36
+ export declare class AcceptGrantCommand extends AcceptGrantCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: AcceptGrantRequest;
40
+ output: AcceptGrantResponse;
41
+ };
42
+ sdk: {
43
+ input: AcceptGrantCommandInput;
44
+ output: AcceptGrantCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const CheckInLicenseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CheckInLicenseCommand extends CheckInLicenseCommand_base {}
39
+ export declare class CheckInLicenseCommand extends CheckInLicenseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CheckInLicenseRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: CheckInLicenseCommandInput;
47
+ output: CheckInLicenseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CheckoutBorrowLicenseCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CheckoutBorrowLicenseCommand extends CheckoutBorrowLicenseCommand_base {}
40
+ export declare class CheckoutBorrowLicenseCommand extends CheckoutBorrowLicenseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CheckoutBorrowLicenseRequest;
44
+ output: CheckoutBorrowLicenseResponse;
45
+ };
46
+ sdk: {
47
+ input: CheckoutBorrowLicenseCommandInput;
48
+ output: CheckoutBorrowLicenseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CheckoutLicenseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CheckoutLicenseCommand extends CheckoutLicenseCommand_base {}
39
+ export declare class CheckoutLicenseCommand extends CheckoutLicenseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CheckoutLicenseRequest;
43
+ output: CheckoutLicenseResponse;
44
+ };
45
+ sdk: {
46
+ input: CheckoutLicenseCommandInput;
47
+ output: CheckoutLicenseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const CreateGrantCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateGrantCommand extends CreateGrantCommand_base {}
36
+ export declare class CreateGrantCommand extends CreateGrantCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateGrantRequest;
40
+ output: CreateGrantResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateGrantCommandInput;
44
+ output: CreateGrantCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateGrantVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateGrantVersionCommand extends CreateGrantVersionCommand_base {}
40
+ export declare class CreateGrantVersionCommand extends CreateGrantVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateGrantVersionRequest;
44
+ output: CreateGrantVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateGrantVersionCommandInput;
48
+ output: CreateGrantVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateLicenseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateLicenseCommand extends CreateLicenseCommand_base {}
39
+ export declare class CreateLicenseCommand extends CreateLicenseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateLicenseRequest;
43
+ output: CreateLicenseResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateLicenseCommandInput;
47
+ output: CreateLicenseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateLicenseConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLicenseConfigurationCommand extends CreateLicenseConfigurationCommand_base {}
40
+ export declare class CreateLicenseConfigurationCommand extends CreateLicenseConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLicenseConfigurationRequest;
44
+ output: CreateLicenseConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLicenseConfigurationCommandInput;
48
+ output: CreateLicenseConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLicenseConversionTaskForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLicenseConversionTaskForResourceCommand extends CreateLicenseConversionTaskForResourceCommand_base {}
40
+ export declare class CreateLicenseConversionTaskForResourceCommand extends CreateLicenseConversionTaskForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLicenseConversionTaskForResourceRequest;
44
+ output: CreateLicenseConversionTaskForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLicenseConversionTaskForResourceCommandInput;
48
+ output: CreateLicenseConversionTaskForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLicenseManagerReportGeneratorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLicenseManagerReportGeneratorCommand extends CreateLicenseManagerReportGeneratorCommand_base {}
40
+ export declare class CreateLicenseManagerReportGeneratorCommand extends CreateLicenseManagerReportGeneratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLicenseManagerReportGeneratorRequest;
44
+ output: CreateLicenseManagerReportGeneratorResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLicenseManagerReportGeneratorCommandInput;
48
+ output: CreateLicenseManagerReportGeneratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLicenseVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLicenseVersionCommand extends CreateLicenseVersionCommand_base {}
40
+ export declare class CreateLicenseVersionCommand extends CreateLicenseVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLicenseVersionRequest;
44
+ output: CreateLicenseVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLicenseVersionCommandInput;
48
+ output: CreateLicenseVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateTokenCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateTokenCommand extends CreateTokenCommand_base {}
36
+ export declare class CreateTokenCommand extends CreateTokenCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateTokenRequest;
40
+ output: CreateTokenResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateTokenCommandInput;
44
+ output: CreateTokenCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteGrantCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteGrantCommand extends DeleteGrantCommand_base {}
36
+ export declare class DeleteGrantCommand extends DeleteGrantCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteGrantRequest;
40
+ output: DeleteGrantResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteGrantCommandInput;
44
+ output: DeleteGrantCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteLicenseCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteLicenseCommand extends DeleteLicenseCommand_base {}
39
+ export declare class DeleteLicenseCommand extends DeleteLicenseCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteLicenseRequest;
43
+ output: DeleteLicenseResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteLicenseCommandInput;
47
+ output: DeleteLicenseCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteLicenseConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteLicenseConfigurationCommand extends DeleteLicenseConfigurationCommand_base {}
40
+ export declare class DeleteLicenseConfigurationCommand extends DeleteLicenseConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteLicenseConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteLicenseConfigurationCommandInput;
48
+ output: DeleteLicenseConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteLicenseManagerReportGeneratorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteLicenseManagerReportGeneratorCommand extends DeleteLicenseManagerReportGeneratorCommand_base {}
40
+ export declare class DeleteLicenseManagerReportGeneratorCommand extends DeleteLicenseManagerReportGeneratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteLicenseManagerReportGeneratorRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteLicenseManagerReportGeneratorCommandInput;
48
+ output: DeleteLicenseManagerReportGeneratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteTokenCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteTokenCommand extends DeleteTokenCommand_base {}
36
+ export declare class DeleteTokenCommand extends DeleteTokenCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteTokenRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteTokenCommandInput;
44
+ output: DeleteTokenCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ExtendLicenseConsumptionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ExtendLicenseConsumptionCommand extends ExtendLicenseConsumptionCommand_base {}
40
+ export declare class ExtendLicenseConsumptionCommand extends ExtendLicenseConsumptionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ExtendLicenseConsumptionRequest;
44
+ output: ExtendLicenseConsumptionResponse;
45
+ };
46
+ sdk: {
47
+ input: ExtendLicenseConsumptionCommandInput;
48
+ output: ExtendLicenseConsumptionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetAccessTokenCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetAccessTokenCommand extends GetAccessTokenCommand_base {}
39
+ export declare class GetAccessTokenCommand extends GetAccessTokenCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetAccessTokenRequest;
43
+ output: GetAccessTokenResponse;
44
+ };
45
+ sdk: {
46
+ input: GetAccessTokenCommandInput;
47
+ output: GetAccessTokenCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetGrantCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetGrantCommand extends GetGrantCommand_base {}
36
+ export declare class GetGrantCommand extends GetGrantCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetGrantRequest;
40
+ output: GetGrantResponse;
41
+ };
42
+ sdk: {
43
+ input: GetGrantCommandInput;
44
+ output: GetGrantCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const GetLicenseCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetLicenseCommand extends GetLicenseCommand_base {}
36
+ export declare class GetLicenseCommand extends GetLicenseCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetLicenseRequest;
40
+ output: GetLicenseResponse;
41
+ };
42
+ sdk: {
43
+ input: GetLicenseCommandInput;
44
+ output: GetLicenseCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetLicenseConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetLicenseConfigurationCommand extends GetLicenseConfigurationCommand_base {}
40
+ export declare class GetLicenseConfigurationCommand extends GetLicenseConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLicenseConfigurationRequest;
44
+ output: GetLicenseConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetLicenseConfigurationCommandInput;
48
+ output: GetLicenseConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetLicenseConversionTaskCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetLicenseConversionTaskCommand extends GetLicenseConversionTaskCommand_base {}
40
+ export declare class GetLicenseConversionTaskCommand extends GetLicenseConversionTaskCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLicenseConversionTaskRequest;
44
+ output: GetLicenseConversionTaskResponse;
45
+ };
46
+ sdk: {
47
+ input: GetLicenseConversionTaskCommandInput;
48
+ output: GetLicenseConversionTaskCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetLicenseManagerReportGeneratorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetLicenseManagerReportGeneratorCommand extends GetLicenseManagerReportGeneratorCommand_base {}
40
+ export declare class GetLicenseManagerReportGeneratorCommand extends GetLicenseManagerReportGeneratorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetLicenseManagerReportGeneratorRequest;
44
+ output: GetLicenseManagerReportGeneratorResponse;
45
+ };
46
+ sdk: {
47
+ input: GetLicenseManagerReportGeneratorCommandInput;
48
+ output: GetLicenseManagerReportGeneratorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetLicenseUsageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetLicenseUsageCommand extends GetLicenseUsageCommand_base {}
39
+ export declare class GetLicenseUsageCommand extends GetLicenseUsageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetLicenseUsageRequest;
43
+ output: GetLicenseUsageResponse;
44
+ };
45
+ sdk: {
46
+ input: GetLicenseUsageCommandInput;
47
+ output: GetLicenseUsageCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetServiceSettingsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base {}
40
+ export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetServiceSettingsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetServiceSettingsCommandInput;
48
+ output: GetServiceSettingsCommandOutput;
49
+ };
50
+ };
51
+ }