@aws-sdk/client-license-manager-user-subscriptions 3.321.1 → 3.326.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/AssociateUserCommand.d.ts +19 -0
- package/dist-types/commands/DeregisterIdentityProviderCommand.d.ts +21 -0
- package/dist-types/commands/DisassociateUserCommand.d.ts +19 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +24 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +17 -0
- package/dist-types/commands/ListProductSubscriptionsCommand.d.ts +22 -0
- package/dist-types/commands/ListUserAssociationsCommand.d.ts +22 -0
- package/dist-types/commands/RegisterIdentityProviderCommand.d.ts +21 -0
- package/dist-types/commands/StartProductSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/StopProductSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateIdentityProviderSettingsCommand.d.ts +21 -0
- package/package.json +16 -16
|
@@ -43,6 +43,23 @@ export interface AssociateUserCommandOutput extends AssociateUserResponse, __Met
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new AssociateUserCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // AssociateUserResponse
|
|
47
|
+
* // InstanceUserSummary: { // InstanceUserSummary
|
|
48
|
+
* // Username: "STRING_VALUE", // required
|
|
49
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
50
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
51
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
52
|
+
* // DirectoryId: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // Status: "STRING_VALUE", // required
|
|
56
|
+
* // StatusMessage: "STRING_VALUE",
|
|
57
|
+
* // Domain: "STRING_VALUE",
|
|
58
|
+
* // AssociationDate: "STRING_VALUE",
|
|
59
|
+
* // DisassociationDate: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
46
63
|
* ```
|
|
47
64
|
*
|
|
48
65
|
* @param AssociateUserCommandInput - {@link AssociateUserCommandInput}
|
|
@@ -73,6 +90,8 @@ export interface AssociateUserCommandOutput extends AssociateUserResponse, __Met
|
|
|
73
90
|
* @throws {@link ValidationException} (client fault)
|
|
74
91
|
* <p>A parameter is not valid.</p>
|
|
75
92
|
*
|
|
93
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
76
95
|
*
|
|
77
96
|
*/
|
|
78
97
|
export declare class AssociateUserCommand extends $Command<AssociateUserCommandInput, AssociateUserCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -36,6 +36,25 @@ export interface DeregisterIdentityProviderCommandOutput extends DeregisterIdent
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeregisterIdentityProviderCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeregisterIdentityProviderResponse
|
|
40
|
+
* // IdentityProviderSummary: { // IdentityProviderSummary
|
|
41
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
42
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
43
|
+
* // DirectoryId: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // },
|
|
46
|
+
* // Settings: { // Settings
|
|
47
|
+
* // Subnets: [ // Subnets // required
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // SecurityGroupId: "STRING_VALUE", // required
|
|
51
|
+
* // },
|
|
52
|
+
* // Product: "STRING_VALUE", // required
|
|
53
|
+
* // Status: "STRING_VALUE", // required
|
|
54
|
+
* // FailureMessage: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
39
58
|
* ```
|
|
40
59
|
*
|
|
41
60
|
* @param DeregisterIdentityProviderCommandInput - {@link DeregisterIdentityProviderCommandInput}
|
|
@@ -66,6 +85,8 @@ export interface DeregisterIdentityProviderCommandOutput extends DeregisterIdent
|
|
|
66
85
|
* @throws {@link ValidationException} (client fault)
|
|
67
86
|
* <p>A parameter is not valid.</p>
|
|
68
87
|
*
|
|
88
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
69
90
|
*
|
|
70
91
|
*/
|
|
71
92
|
export declare class DeregisterIdentityProviderCommand extends $Command<DeregisterIdentityProviderCommandInput, DeregisterIdentityProviderCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -38,6 +38,23 @@ export interface DisassociateUserCommandOutput extends DisassociateUserResponse,
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DisassociateUserCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // DisassociateUserResponse
|
|
42
|
+
* // InstanceUserSummary: { // InstanceUserSummary
|
|
43
|
+
* // Username: "STRING_VALUE", // required
|
|
44
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
45
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
46
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
47
|
+
* // DirectoryId: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // Status: "STRING_VALUE", // required
|
|
51
|
+
* // StatusMessage: "STRING_VALUE",
|
|
52
|
+
* // Domain: "STRING_VALUE",
|
|
53
|
+
* // AssociationDate: "STRING_VALUE",
|
|
54
|
+
* // DisassociationDate: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
41
58
|
* ```
|
|
42
59
|
*
|
|
43
60
|
* @param DisassociateUserCommandInput - {@link DisassociateUserCommandInput}
|
|
@@ -68,6 +85,8 @@ export interface DisassociateUserCommandOutput extends DisassociateUserResponse,
|
|
|
68
85
|
* @throws {@link ValidationException} (client fault)
|
|
69
86
|
* <p>A parameter is not valid.</p>
|
|
70
87
|
*
|
|
88
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
71
90
|
*
|
|
72
91
|
*/
|
|
73
92
|
export declare class DisassociateUserCommand extends $Command<DisassociateUserCommandInput, DisassociateUserCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -32,6 +32,28 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new ListIdentityProvidersCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // ListIdentityProvidersResponse
|
|
36
|
+
* // IdentityProviderSummaries: [ // IdentityProviderSummaryList // required
|
|
37
|
+
* // { // IdentityProviderSummary
|
|
38
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
39
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
40
|
+
* // DirectoryId: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // },
|
|
43
|
+
* // Settings: { // Settings
|
|
44
|
+
* // Subnets: [ // Subnets // required
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // SecurityGroupId: "STRING_VALUE", // required
|
|
48
|
+
* // },
|
|
49
|
+
* // Product: "STRING_VALUE", // required
|
|
50
|
+
* // Status: "STRING_VALUE", // required
|
|
51
|
+
* // FailureMessage: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // NextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
35
57
|
* ```
|
|
36
58
|
*
|
|
37
59
|
* @param ListIdentityProvidersCommandInput - {@link ListIdentityProvidersCommandInput}
|
|
@@ -62,6 +84,8 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
|
|
|
62
84
|
* @throws {@link ValidationException} (client fault)
|
|
63
85
|
* <p>A parameter is not valid.</p>
|
|
64
86
|
*
|
|
87
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
65
89
|
*
|
|
66
90
|
*/
|
|
67
91
|
export declare class ListIdentityProvidersCommand extends $Command<ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -39,6 +39,21 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new ListInstancesCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // ListInstancesResponse
|
|
43
|
+
* // InstanceSummaries: [ // InstanceSummaryList
|
|
44
|
+
* // { // InstanceSummary
|
|
45
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
46
|
+
* // Status: "STRING_VALUE", // required
|
|
47
|
+
* // Products: [ // StringList // required
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // LastStatusCheckDate: "STRING_VALUE",
|
|
51
|
+
* // StatusMessage: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // NextToken: "STRING_VALUE",
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
42
57
|
* ```
|
|
43
58
|
*
|
|
44
59
|
* @param ListInstancesCommandInput - {@link ListInstancesCommandInput}
|
|
@@ -69,6 +84,8 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
|
|
|
69
84
|
* @throws {@link ValidationException} (client fault)
|
|
70
85
|
* <p>A parameter is not valid.</p>
|
|
71
86
|
*
|
|
87
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
72
89
|
*
|
|
73
90
|
*/
|
|
74
91
|
export declare class ListInstancesCommand extends $Command<ListInstancesCommandInput, ListInstancesCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -45,6 +45,26 @@ export interface ListProductSubscriptionsCommandOutput extends ListProductSubscr
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListProductSubscriptionsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ListProductSubscriptionsResponse
|
|
49
|
+
* // ProductUserSummaries: [ // ProductUserSummaryList
|
|
50
|
+
* // { // ProductUserSummary
|
|
51
|
+
* // Username: "STRING_VALUE", // required
|
|
52
|
+
* // Product: "STRING_VALUE", // required
|
|
53
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
54
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
55
|
+
* // DirectoryId: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // Status: "STRING_VALUE", // required
|
|
59
|
+
* // StatusMessage: "STRING_VALUE",
|
|
60
|
+
* // Domain: "STRING_VALUE",
|
|
61
|
+
* // SubscriptionStartDate: "STRING_VALUE",
|
|
62
|
+
* // SubscriptionEndDate: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
48
68
|
* ```
|
|
49
69
|
*
|
|
50
70
|
* @param ListProductSubscriptionsCommandInput - {@link ListProductSubscriptionsCommandInput}
|
|
@@ -75,6 +95,8 @@ export interface ListProductSubscriptionsCommandOutput extends ListProductSubscr
|
|
|
75
95
|
* @throws {@link ValidationException} (client fault)
|
|
76
96
|
* <p>A parameter is not valid.</p>
|
|
77
97
|
*
|
|
98
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
78
100
|
*
|
|
79
101
|
*/
|
|
80
102
|
export declare class ListProductSubscriptionsCommand extends $Command<ListProductSubscriptionsCommandInput, ListProductSubscriptionsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -45,6 +45,26 @@ export interface ListUserAssociationsCommandOutput extends ListUserAssociationsR
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListUserAssociationsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ListUserAssociationsResponse
|
|
49
|
+
* // InstanceUserSummaries: [ // InstanceUserSummaryList
|
|
50
|
+
* // { // InstanceUserSummary
|
|
51
|
+
* // Username: "STRING_VALUE", // required
|
|
52
|
+
* // InstanceId: "STRING_VALUE", // required
|
|
53
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
54
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
55
|
+
* // DirectoryId: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // Status: "STRING_VALUE", // required
|
|
59
|
+
* // StatusMessage: "STRING_VALUE",
|
|
60
|
+
* // Domain: "STRING_VALUE",
|
|
61
|
+
* // AssociationDate: "STRING_VALUE",
|
|
62
|
+
* // DisassociationDate: "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
48
68
|
* ```
|
|
49
69
|
*
|
|
50
70
|
* @param ListUserAssociationsCommandInput - {@link ListUserAssociationsCommandInput}
|
|
@@ -75,6 +95,8 @@ export interface ListUserAssociationsCommandOutput extends ListUserAssociationsR
|
|
|
75
95
|
* @throws {@link ValidationException} (client fault)
|
|
76
96
|
* <p>A parameter is not valid.</p>
|
|
77
97
|
*
|
|
98
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
78
100
|
*
|
|
79
101
|
*/
|
|
80
102
|
export declare class ListUserAssociationsCommand extends $Command<ListUserAssociationsCommandInput, ListUserAssociationsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -42,6 +42,25 @@ export interface RegisterIdentityProviderCommandOutput extends RegisterIdentityP
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new RegisterIdentityProviderCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // RegisterIdentityProviderResponse
|
|
46
|
+
* // IdentityProviderSummary: { // IdentityProviderSummary
|
|
47
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
48
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
49
|
+
* // DirectoryId: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // Settings: { // Settings
|
|
53
|
+
* // Subnets: [ // Subnets // required
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // SecurityGroupId: "STRING_VALUE", // required
|
|
57
|
+
* // },
|
|
58
|
+
* // Product: "STRING_VALUE", // required
|
|
59
|
+
* // Status: "STRING_VALUE", // required
|
|
60
|
+
* // FailureMessage: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
45
64
|
* ```
|
|
46
65
|
*
|
|
47
66
|
* @param RegisterIdentityProviderCommandInput - {@link RegisterIdentityProviderCommandInput}
|
|
@@ -72,6 +91,8 @@ export interface RegisterIdentityProviderCommandOutput extends RegisterIdentityP
|
|
|
72
91
|
* @throws {@link ValidationException} (client fault)
|
|
73
92
|
* <p>A parameter is not valid.</p>
|
|
74
93
|
*
|
|
94
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
95
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
75
96
|
*
|
|
76
97
|
*/
|
|
77
98
|
export declare class RegisterIdentityProviderCommand extends $Command<RegisterIdentityProviderCommandInput, RegisterIdentityProviderCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -43,6 +43,23 @@ export interface StartProductSubscriptionCommandOutput extends StartProductSubsc
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new StartProductSubscriptionCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // StartProductSubscriptionResponse
|
|
47
|
+
* // ProductUserSummary: { // ProductUserSummary
|
|
48
|
+
* // Username: "STRING_VALUE", // required
|
|
49
|
+
* // Product: "STRING_VALUE", // required
|
|
50
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
51
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
52
|
+
* // DirectoryId: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // },
|
|
55
|
+
* // Status: "STRING_VALUE", // required
|
|
56
|
+
* // StatusMessage: "STRING_VALUE",
|
|
57
|
+
* // Domain: "STRING_VALUE",
|
|
58
|
+
* // SubscriptionStartDate: "STRING_VALUE",
|
|
59
|
+
* // SubscriptionEndDate: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
46
63
|
* ```
|
|
47
64
|
*
|
|
48
65
|
* @param StartProductSubscriptionCommandInput - {@link StartProductSubscriptionCommandInput}
|
|
@@ -73,6 +90,8 @@ export interface StartProductSubscriptionCommandOutput extends StartProductSubsc
|
|
|
73
90
|
* @throws {@link ValidationException} (client fault)
|
|
74
91
|
* <p>A parameter is not valid.</p>
|
|
75
92
|
*
|
|
93
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
76
95
|
*
|
|
77
96
|
*/
|
|
78
97
|
export declare class StartProductSubscriptionCommand extends $Command<StartProductSubscriptionCommandInput, StartProductSubscriptionCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -38,6 +38,23 @@ export interface StopProductSubscriptionCommandOutput extends StopProductSubscri
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new StopProductSubscriptionCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // StopProductSubscriptionResponse
|
|
42
|
+
* // ProductUserSummary: { // ProductUserSummary
|
|
43
|
+
* // Username: "STRING_VALUE", // required
|
|
44
|
+
* // Product: "STRING_VALUE", // required
|
|
45
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
46
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
47
|
+
* // DirectoryId: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // },
|
|
50
|
+
* // Status: "STRING_VALUE", // required
|
|
51
|
+
* // StatusMessage: "STRING_VALUE",
|
|
52
|
+
* // Domain: "STRING_VALUE",
|
|
53
|
+
* // SubscriptionStartDate: "STRING_VALUE",
|
|
54
|
+
* // SubscriptionEndDate: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
41
58
|
* ```
|
|
42
59
|
*
|
|
43
60
|
* @param StopProductSubscriptionCommandInput - {@link StopProductSubscriptionCommandInput}
|
|
@@ -68,6 +85,8 @@ export interface StopProductSubscriptionCommandOutput extends StopProductSubscri
|
|
|
68
85
|
* @throws {@link ValidationException} (client fault)
|
|
69
86
|
* <p>A parameter is not valid.</p>
|
|
70
87
|
*
|
|
88
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
71
90
|
*
|
|
72
91
|
*/
|
|
73
92
|
export declare class StopProductSubscriptionCommand extends $Command<StopProductSubscriptionCommandInput, StopProductSubscriptionCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
|
@@ -46,6 +46,25 @@ export interface UpdateIdentityProviderSettingsCommandOutput extends UpdateIdent
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateIdentityProviderSettingsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // UpdateIdentityProviderSettingsResponse
|
|
50
|
+
* // IdentityProviderSummary: { // IdentityProviderSummary
|
|
51
|
+
* // IdentityProvider: { // IdentityProvider Union: only one key present
|
|
52
|
+
* // ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
|
|
53
|
+
* // DirectoryId: "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // },
|
|
56
|
+
* // Settings: { // Settings
|
|
57
|
+
* // Subnets: [ // Subnets // required
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // SecurityGroupId: "STRING_VALUE", // required
|
|
61
|
+
* // },
|
|
62
|
+
* // Product: "STRING_VALUE", // required
|
|
63
|
+
* // Status: "STRING_VALUE", // required
|
|
64
|
+
* // FailureMessage: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
49
68
|
* ```
|
|
50
69
|
*
|
|
51
70
|
* @param UpdateIdentityProviderSettingsCommandInput - {@link UpdateIdentityProviderSettingsCommandInput}
|
|
@@ -66,6 +85,8 @@ export interface UpdateIdentityProviderSettingsCommandOutput extends UpdateIdent
|
|
|
66
85
|
* @throws {@link ValidationException} (client fault)
|
|
67
86
|
* <p>A parameter is not valid.</p>
|
|
68
87
|
*
|
|
88
|
+
* @throws {@link LicenseManagerUserSubscriptionsServiceException}
|
|
89
|
+
* <p>Base exception class for all service exceptions from LicenseManagerUserSubscriptions service.</p>
|
|
69
90
|
*
|
|
70
91
|
*/
|
|
71
92
|
export declare class UpdateIdentityProviderSettingsCommand extends $Command<UpdateIdentityProviderSettingsCommandInput, UpdateIdentityProviderSettingsCommandOutput, LicenseManagerUserSubscriptionsClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-license-manager-user-subscriptions",
|
|
3
3
|
"description": "AWS SDK for JavaScript License Manager User Subscriptions Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.326.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",
|
|
@@ -21,33 +21,33 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
41
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
45
45
|
"@aws-sdk/url-parser": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
51
51
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|