@aws-sdk/client-license-manager-linux-subscriptions 3.775.0 → 3.782.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-types/commands/DeregisterSubscriptionProviderCommand.d.ts +1 -0
- package/dist-types/commands/GetRegisteredSubscriptionProviderCommand.d.ts +1 -0
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +1 -0
- package/dist-types/commands/ListLinuxSubscriptionInstancesCommand.d.ts +1 -0
- package/dist-types/commands/ListLinuxSubscriptionsCommand.d.ts +1 -0
- package/dist-types/commands/ListRegisteredSubscriptionProvidersCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/RegisterSubscriptionProviderCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -65,6 +65,7 @@ declare const DeregisterSubscriptionProviderCommand_base: {
|
|
|
65
65
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeregisterSubscriptionProviderCommand extends DeregisterSubscriptionProviderCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const GetRegisteredSubscriptionProviderCommand_base: {
|
|
|
71
71
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class GetRegisteredSubscriptionProviderCommand extends GetRegisteredSubscriptionProviderCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetServiceSettingsCommand_base: {
|
|
|
74
74
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetServiceSettingsCommand extends GetServiceSettingsCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const ListLinuxSubscriptionInstancesCommand_base: {
|
|
|
95
95
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListLinuxSubscriptionInstancesCommand extends ListLinuxSubscriptionInstancesCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListLinuxSubscriptionsCommand_base: {
|
|
|
82
82
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListLinuxSubscriptionsCommand extends ListLinuxSubscriptionsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListRegisteredSubscriptionProvidersCommand_base: {
|
|
|
77
77
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListRegisteredSubscriptionProvidersCommand extends ListRegisteredSubscriptionProvidersCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const RegisterSubscriptionProviderCommand_base: {
|
|
|
69
69
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class RegisterSubscriptionProviderCommand extends RegisterSubscriptionProviderCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const TagResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const UpdateServiceSettingsCommand_base: {
|
|
|
83
83
|
* @throws {@link LicenseManagerLinuxSubscriptionsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from LicenseManagerLinuxSubscriptions service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdateServiceSettingsCommand extends UpdateServiceSettingsCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-linux-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager Linux Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-license-manager-linux-subscriptions",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|