@aws-sdk/client-license-manager-user-subscriptions 3.170.0 → 3.178.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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-license-manager-user-subscriptions
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-license-manager-user-subscriptions
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-license-manager-user-subscriptions
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsC
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsC
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: LicenseManagerUserSubscriptionsC
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -40,7 +40,6 @@ import {
40
40
  StopProductSubscriptionCommandOutput,
41
41
  } from "./commands/StopProductSubscriptionCommand";
42
42
  import { LicenseManagerUserSubscriptionsClient } from "./LicenseManagerUserSubscriptionsClient";
43
-
44
43
  export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserSubscriptionsClient {
45
44
  associateUser(
46
45
  args: AssociateUserCommandInput,
@@ -55,7 +54,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
55
54
  options: __HttpHandlerOptions,
56
55
  cb: (err: any, data?: AssociateUserCommandOutput) => void
57
56
  ): void;
58
-
59
57
  deregisterIdentityProvider(
60
58
  args: DeregisterIdentityProviderCommandInput,
61
59
  options?: __HttpHandlerOptions
@@ -69,7 +67,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
69
67
  options: __HttpHandlerOptions,
70
68
  cb: (err: any, data?: DeregisterIdentityProviderCommandOutput) => void
71
69
  ): void;
72
-
73
70
  disassociateUser(
74
71
  args: DisassociateUserCommandInput,
75
72
  options?: __HttpHandlerOptions
@@ -83,7 +80,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
83
80
  options: __HttpHandlerOptions,
84
81
  cb: (err: any, data?: DisassociateUserCommandOutput) => void
85
82
  ): void;
86
-
87
83
  listIdentityProviders(
88
84
  args: ListIdentityProvidersCommandInput,
89
85
  options?: __HttpHandlerOptions
@@ -97,7 +93,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
97
93
  options: __HttpHandlerOptions,
98
94
  cb: (err: any, data?: ListIdentityProvidersCommandOutput) => void
99
95
  ): void;
100
-
101
96
  listInstances(
102
97
  args: ListInstancesCommandInput,
103
98
  options?: __HttpHandlerOptions
@@ -111,7 +106,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
111
106
  options: __HttpHandlerOptions,
112
107
  cb: (err: any, data?: ListInstancesCommandOutput) => void
113
108
  ): void;
114
-
115
109
  listProductSubscriptions(
116
110
  args: ListProductSubscriptionsCommandInput,
117
111
  options?: __HttpHandlerOptions
@@ -125,7 +119,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
125
119
  options: __HttpHandlerOptions,
126
120
  cb: (err: any, data?: ListProductSubscriptionsCommandOutput) => void
127
121
  ): void;
128
-
129
122
  listUserAssociations(
130
123
  args: ListUserAssociationsCommandInput,
131
124
  options?: __HttpHandlerOptions
@@ -139,7 +132,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
139
132
  options: __HttpHandlerOptions,
140
133
  cb: (err: any, data?: ListUserAssociationsCommandOutput) => void
141
134
  ): void;
142
-
143
135
  registerIdentityProvider(
144
136
  args: RegisterIdentityProviderCommandInput,
145
137
  options?: __HttpHandlerOptions
@@ -153,7 +145,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
153
145
  options: __HttpHandlerOptions,
154
146
  cb: (err: any, data?: RegisterIdentityProviderCommandOutput) => void
155
147
  ): void;
156
-
157
148
  startProductSubscription(
158
149
  args: StartProductSubscriptionCommandInput,
159
150
  options?: __HttpHandlerOptions
@@ -167,7 +158,6 @@ export declare class LicenseManagerUserSubscriptions extends LicenseManagerUserS
167
158
  options: __HttpHandlerOptions,
168
159
  cb: (err: any, data?: StartProductSubscriptionCommandOutput) => void
169
160
  ): void;
170
-
171
161
  stopProductSubscription(
172
162
  args: StopProductSubscriptionCommandInput,
173
163
  options?: __HttpHandlerOptions
@@ -107,47 +107,26 @@ export declare type ServiceOutputTypes =
107
107
  export interface ClientDefaults
108
108
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
109
109
  requestHandler?: __HttpHandler;
110
-
111
110
  sha256?: __HashConstructor;
112
-
113
111
  urlParser?: __UrlParser;
114
-
115
112
  bodyLengthChecker?: __BodyLengthCalculator;
116
-
117
113
  streamCollector?: __StreamCollector;
118
-
119
114
  base64Decoder?: __Decoder;
120
-
121
115
  base64Encoder?: __Encoder;
122
-
123
116
  utf8Decoder?: __Decoder;
124
-
125
117
  utf8Encoder?: __Encoder;
126
-
127
118
  runtime?: string;
128
-
129
119
  disableHostPrefix?: boolean;
130
-
131
120
  maxAttempts?: number | __Provider<number>;
132
-
133
121
  retryMode?: string | __Provider<string>;
134
-
135
122
  logger?: __Logger;
136
-
137
123
  useDualstackEndpoint?: boolean | __Provider<boolean>;
138
-
139
124
  useFipsEndpoint?: boolean | __Provider<boolean>;
140
-
141
125
  serviceId?: string;
142
-
143
126
  region?: string | __Provider<string>;
144
-
145
127
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
146
-
147
128
  regionInfoProvider?: RegionInfoProvider;
148
-
149
129
  defaultUserAgentProvider?: Provider<__UserAgent>;
150
-
151
130
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
152
131
  }
153
132
  declare type LicenseManagerUserSubscriptionsClientConfigType = Partial<
@@ -160,7 +139,6 @@ declare type LicenseManagerUserSubscriptionsClientConfigType = Partial<
160
139
  HostHeaderInputConfig &
161
140
  AwsAuthInputConfig &
162
141
  UserAgentInputConfig;
163
-
164
142
  export interface LicenseManagerUserSubscriptionsClientConfig
165
143
  extends LicenseManagerUserSubscriptionsClientConfigType {}
166
144
  declare type LicenseManagerUserSubscriptionsClientResolvedConfigType =
@@ -172,10 +150,8 @@ declare type LicenseManagerUserSubscriptionsClientResolvedConfigType =
172
150
  HostHeaderResolvedConfig &
173
151
  AwsAuthResolvedConfig &
174
152
  UserAgentResolvedConfig;
175
-
176
153
  export interface LicenseManagerUserSubscriptionsClientResolvedConfig
177
154
  extends LicenseManagerUserSubscriptionsClientResolvedConfigType {}
178
-
179
155
  export declare class LicenseManagerUserSubscriptionsClient extends __Client<
180
156
  __HttpHandlerOptions,
181
157
  ServiceInputTypes,
@@ -184,7 +160,6 @@ export declare class LicenseManagerUserSubscriptionsClient extends __Client<
184
160
  > {
185
161
  readonly config: LicenseManagerUserSubscriptionsClientResolvedConfig;
186
162
  constructor(configuration: LicenseManagerUserSubscriptionsClientConfig);
187
-
188
163
  destroy(): void;
189
164
  }
190
165
  export {};
@@ -18,7 +18,6 @@ export interface AssociateUserCommandInput extends AssociateUserRequest {}
18
18
  export interface AssociateUserCommandOutput
19
19
  extends AssociateUserResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AssociateUserCommand extends $Command<
23
22
  AssociateUserCommandInput,
24
23
  AssociateUserCommandOutput,
@@ -26,7 +25,6 @@ export declare class AssociateUserCommand extends $Command<
26
25
  > {
27
26
  readonly input: AssociateUserCommandInput;
28
27
  constructor(input: AssociateUserCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeregisterIdentityProviderCommandInput
19
19
  export interface DeregisterIdentityProviderCommandOutput
20
20
  extends DeregisterIdentityProviderResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeregisterIdentityProviderCommand extends $Command<
24
23
  DeregisterIdentityProviderCommandInput,
25
24
  DeregisterIdentityProviderCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeregisterIdentityProviderCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeregisterIdentityProviderCommandInput;
29
28
  constructor(input: DeregisterIdentityProviderCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DisassociateUserCommandInput extends DisassociateUserRequest {}
18
18
  export interface DisassociateUserCommandOutput
19
19
  extends DisassociateUserResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DisassociateUserCommand extends $Command<
23
22
  DisassociateUserCommandInput,
24
23
  DisassociateUserCommandOutput,
@@ -26,7 +25,6 @@ export declare class DisassociateUserCommand extends $Command<
26
25
  > {
27
26
  readonly input: DisassociateUserCommandInput;
28
27
  constructor(input: DisassociateUserCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListIdentityProvidersCommandInput
19
19
  export interface ListIdentityProvidersCommandOutput
20
20
  extends ListIdentityProvidersResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListIdentityProvidersCommand extends $Command<
24
23
  ListIdentityProvidersCommandInput,
25
24
  ListIdentityProvidersCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListIdentityProvidersCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListIdentityProvidersCommandInput;
29
28
  constructor(input: ListIdentityProvidersCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListInstancesCommandInput extends ListInstancesRequest {}
18
18
  export interface ListInstancesCommandOutput
19
19
  extends ListInstancesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListInstancesCommand extends $Command<
23
22
  ListInstancesCommandInput,
24
23
  ListInstancesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListInstancesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListInstancesCommandInput;
28
27
  constructor(input: ListInstancesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListProductSubscriptionsCommandInput
19
19
  export interface ListProductSubscriptionsCommandOutput
20
20
  extends ListProductSubscriptionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListProductSubscriptionsCommand extends $Command<
24
23
  ListProductSubscriptionsCommandInput,
25
24
  ListProductSubscriptionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListProductSubscriptionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListProductSubscriptionsCommandInput;
29
28
  constructor(input: ListProductSubscriptionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListUserAssociationsCommandInput
19
19
  export interface ListUserAssociationsCommandOutput
20
20
  extends ListUserAssociationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListUserAssociationsCommand extends $Command<
24
23
  ListUserAssociationsCommandInput,
25
24
  ListUserAssociationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListUserAssociationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListUserAssociationsCommandInput;
29
28
  constructor(input: ListUserAssociationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RegisterIdentityProviderCommandInput
19
19
  export interface RegisterIdentityProviderCommandOutput
20
20
  extends RegisterIdentityProviderResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RegisterIdentityProviderCommand extends $Command<
24
23
  RegisterIdentityProviderCommandInput,
25
24
  RegisterIdentityProviderCommandOutput,
@@ -27,7 +26,6 @@ export declare class RegisterIdentityProviderCommand extends $Command<
27
26
  > {
28
27
  readonly input: RegisterIdentityProviderCommandInput;
29
28
  constructor(input: RegisterIdentityProviderCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartProductSubscriptionCommandInput
19
19
  export interface StartProductSubscriptionCommandOutput
20
20
  extends StartProductSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartProductSubscriptionCommand extends $Command<
24
23
  StartProductSubscriptionCommandInput,
25
24
  StartProductSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartProductSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartProductSubscriptionCommandInput;
29
28
  constructor(input: StartProductSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopProductSubscriptionCommandInput
19
19
  export interface StopProductSubscriptionCommandOutput
20
20
  extends StopProductSubscriptionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopProductSubscriptionCommand extends $Command<
24
23
  StopProductSubscriptionCommandInput,
25
24
  StopProductSubscriptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopProductSubscriptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopProductSubscriptionCommandInput;
29
28
  constructor(input: StopProductSubscriptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: LicenseManagerUserSubscriptionsClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class LicenseManagerUserSubscriptionsServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,19 +1,15 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { LicenseManagerUserSubscriptionsServiceException as __BaseException } from "./LicenseManagerUserSubscriptionsServiceException";
3
-
4
3
  export declare class AccessDeniedException extends __BaseException {
5
4
  readonly name: "AccessDeniedException";
6
5
  readonly $fault: "client";
7
-
8
6
  constructor(
9
7
  opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
8
  );
11
9
  }
12
-
13
10
  export interface ActiveDirectoryIdentityProvider {
14
11
  DirectoryId?: string;
15
12
  }
16
-
17
13
  export declare type IdentityProvider =
18
14
  | IdentityProvider.ActiveDirectoryIdentityProviderMember
19
15
  | IdentityProvider.$UnknownMember;
@@ -36,99 +32,71 @@ export declare namespace IdentityProvider {
36
32
  }
37
33
  export interface AssociateUserRequest {
38
34
  Username: string | undefined;
39
-
40
35
  InstanceId: string | undefined;
41
-
42
36
  IdentityProvider: IdentityProvider | undefined;
43
-
44
37
  Domain?: string;
45
38
  }
46
-
47
39
  export interface InstanceUserSummary {
48
40
  Username: string | undefined;
49
-
50
41
  InstanceId: string | undefined;
51
-
52
42
  IdentityProvider: IdentityProvider | undefined;
53
-
54
43
  Status: string | undefined;
55
-
56
44
  StatusMessage?: string;
57
-
58
45
  Domain?: string;
59
-
60
46
  AssociationDate?: string;
61
-
62
47
  DisassociationDate?: string;
63
48
  }
64
49
  export interface AssociateUserResponse {
65
50
  InstanceUserSummary: InstanceUserSummary | undefined;
66
51
  }
67
-
68
52
  export declare class ConflictException extends __BaseException {
69
53
  readonly name: "ConflictException";
70
54
  readonly $fault: "server";
71
-
72
55
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
73
56
  }
74
-
75
57
  export declare class InternalServerException extends __BaseException {
76
58
  readonly name: "InternalServerException";
77
59
  readonly $fault: "server";
78
-
79
60
  constructor(
80
61
  opts: __ExceptionOptionType<InternalServerException, __BaseException>
81
62
  );
82
63
  }
83
-
84
64
  export declare class ResourceNotFoundException extends __BaseException {
85
65
  readonly name: "ResourceNotFoundException";
86
66
  readonly $fault: "client";
87
-
88
67
  constructor(
89
68
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
90
69
  );
91
70
  }
92
-
93
71
  export declare class ServiceQuotaExceededException extends __BaseException {
94
72
  readonly name: "ServiceQuotaExceededException";
95
73
  readonly $fault: "client";
96
-
97
74
  constructor(
98
75
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
99
76
  );
100
77
  }
101
-
102
78
  export declare class ThrottlingException extends __BaseException {
103
79
  readonly name: "ThrottlingException";
104
80
  readonly $fault: "client";
105
-
106
81
  constructor(
107
82
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
108
83
  );
109
84
  }
110
-
111
85
  export declare class ValidationException extends __BaseException {
112
86
  readonly name: "ValidationException";
113
87
  readonly $fault: "client";
114
-
115
88
  constructor(
116
89
  opts: __ExceptionOptionType<ValidationException, __BaseException>
117
90
  );
118
91
  }
119
92
  export interface DeregisterIdentityProviderRequest {
120
93
  IdentityProvider: IdentityProvider | undefined;
121
-
122
94
  Product: string | undefined;
123
95
  }
124
-
125
96
  export interface IdentityProviderSummary {
126
97
  IdentityProvider: IdentityProvider | undefined;
127
-
128
98
  Product: string | undefined;
129
-
130
99
  Status: string | undefined;
131
-
132
100
  FailureMessage?: string;
133
101
  }
134
102
  export interface DeregisterIdentityProviderResponse {
@@ -136,111 +104,76 @@ export interface DeregisterIdentityProviderResponse {
136
104
  }
137
105
  export interface DisassociateUserRequest {
138
106
  Username: string | undefined;
139
-
140
107
  InstanceId: string | undefined;
141
-
142
108
  IdentityProvider: IdentityProvider | undefined;
143
-
144
109
  Domain?: string;
145
110
  }
146
111
  export interface DisassociateUserResponse {
147
112
  InstanceUserSummary: InstanceUserSummary | undefined;
148
113
  }
149
-
150
114
  export interface Filter {
151
115
  Attribute?: string;
152
-
153
116
  Operation?: string;
154
-
155
117
  Value?: string;
156
118
  }
157
-
158
119
  export interface InstanceSummary {
159
120
  InstanceId: string | undefined;
160
-
161
121
  Status: string | undefined;
162
-
163
122
  Products: string[] | undefined;
164
-
165
123
  LastStatusCheckDate?: string;
166
-
167
124
  StatusMessage?: string;
168
125
  }
169
126
  export interface ListIdentityProvidersRequest {
170
127
  MaxResults?: number;
171
-
172
128
  NextToken?: string;
173
129
  }
174
130
  export interface ListIdentityProvidersResponse {
175
131
  IdentityProviderSummaries: IdentityProviderSummary[] | undefined;
176
-
177
132
  NextToken?: string;
178
133
  }
179
134
  export interface ListInstancesRequest {
180
135
  MaxResults?: number;
181
-
182
136
  NextToken?: string;
183
-
184
137
  Filters?: Filter[];
185
138
  }
186
139
  export interface ListInstancesResponse {
187
140
  InstanceSummaries?: InstanceSummary[];
188
-
189
141
  NextToken?: string;
190
142
  }
191
143
  export interface ListProductSubscriptionsRequest {
192
144
  Product: string | undefined;
193
-
194
145
  IdentityProvider: IdentityProvider | undefined;
195
-
196
146
  MaxResults?: number;
197
-
198
147
  Filters?: Filter[];
199
-
200
148
  NextToken?: string;
201
149
  }
202
-
203
150
  export interface ProductUserSummary {
204
151
  Username: string | undefined;
205
-
206
152
  Product: string | undefined;
207
-
208
153
  IdentityProvider: IdentityProvider | undefined;
209
-
210
154
  Status: string | undefined;
211
-
212
155
  StatusMessage?: string;
213
-
214
156
  Domain?: string;
215
-
216
157
  SubscriptionStartDate?: string;
217
-
218
158
  SubscriptionEndDate?: string;
219
159
  }
220
160
  export interface ListProductSubscriptionsResponse {
221
161
  ProductUserSummaries?: ProductUserSummary[];
222
-
223
162
  NextToken?: string;
224
163
  }
225
164
  export interface ListUserAssociationsRequest {
226
165
  InstanceId: string | undefined;
227
-
228
166
  IdentityProvider: IdentityProvider | undefined;
229
-
230
167
  MaxResults?: number;
231
-
232
168
  Filters?: Filter[];
233
-
234
169
  NextToken?: string;
235
170
  }
236
171
  export interface ListUserAssociationsResponse {
237
172
  InstanceUserSummaries?: InstanceUserSummary[];
238
-
239
173
  NextToken?: string;
240
174
  }
241
175
  export interface RegisterIdentityProviderRequest {
242
176
  IdentityProvider: IdentityProvider | undefined;
243
-
244
177
  Product: string | undefined;
245
178
  }
246
179
  export interface RegisterIdentityProviderResponse {
@@ -248,11 +181,8 @@ export interface RegisterIdentityProviderResponse {
248
181
  }
249
182
  export interface StartProductSubscriptionRequest {
250
183
  Username: string | undefined;
251
-
252
184
  IdentityProvider: IdentityProvider | undefined;
253
-
254
185
  Product: string | undefined;
255
-
256
186
  Domain?: string;
257
187
  }
258
188
  export interface StartProductSubscriptionResponse {
@@ -260,119 +190,89 @@ export interface StartProductSubscriptionResponse {
260
190
  }
261
191
  export interface StopProductSubscriptionRequest {
262
192
  Username: string | undefined;
263
-
264
193
  IdentityProvider: IdentityProvider | undefined;
265
-
266
194
  Product: string | undefined;
267
-
268
195
  Domain?: string;
269
196
  }
270
197
  export interface StopProductSubscriptionResponse {
271
198
  ProductUserSummary: ProductUserSummary | undefined;
272
199
  }
273
-
274
200
  export declare const ActiveDirectoryIdentityProviderFilterSensitiveLog: (
275
201
  obj: ActiveDirectoryIdentityProvider
276
202
  ) => any;
277
-
278
203
  export declare const IdentityProviderFilterSensitiveLog: (
279
204
  obj: IdentityProvider
280
205
  ) => any;
281
-
282
206
  export declare const AssociateUserRequestFilterSensitiveLog: (
283
207
  obj: AssociateUserRequest
284
208
  ) => any;
285
-
286
209
  export declare const InstanceUserSummaryFilterSensitiveLog: (
287
210
  obj: InstanceUserSummary
288
211
  ) => any;
289
-
290
212
  export declare const AssociateUserResponseFilterSensitiveLog: (
291
213
  obj: AssociateUserResponse
292
214
  ) => any;
293
-
294
215
  export declare const DeregisterIdentityProviderRequestFilterSensitiveLog: (
295
216
  obj: DeregisterIdentityProviderRequest
296
217
  ) => any;
297
-
298
218
  export declare const IdentityProviderSummaryFilterSensitiveLog: (
299
219
  obj: IdentityProviderSummary
300
220
  ) => any;
301
-
302
221
  export declare const DeregisterIdentityProviderResponseFilterSensitiveLog: (
303
222
  obj: DeregisterIdentityProviderResponse
304
223
  ) => any;
305
-
306
224
  export declare const DisassociateUserRequestFilterSensitiveLog: (
307
225
  obj: DisassociateUserRequest
308
226
  ) => any;
309
-
310
227
  export declare const DisassociateUserResponseFilterSensitiveLog: (
311
228
  obj: DisassociateUserResponse
312
229
  ) => any;
313
-
314
230
  export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
315
-
316
231
  export declare const InstanceSummaryFilterSensitiveLog: (
317
232
  obj: InstanceSummary
318
233
  ) => any;
319
-
320
234
  export declare const ListIdentityProvidersRequestFilterSensitiveLog: (
321
235
  obj: ListIdentityProvidersRequest
322
236
  ) => any;
323
-
324
237
  export declare const ListIdentityProvidersResponseFilterSensitiveLog: (
325
238
  obj: ListIdentityProvidersResponse
326
239
  ) => any;
327
-
328
240
  export declare const ListInstancesRequestFilterSensitiveLog: (
329
241
  obj: ListInstancesRequest
330
242
  ) => any;
331
-
332
243
  export declare const ListInstancesResponseFilterSensitiveLog: (
333
244
  obj: ListInstancesResponse
334
245
  ) => any;
335
-
336
246
  export declare const ListProductSubscriptionsRequestFilterSensitiveLog: (
337
247
  obj: ListProductSubscriptionsRequest
338
248
  ) => any;
339
-
340
249
  export declare const ProductUserSummaryFilterSensitiveLog: (
341
250
  obj: ProductUserSummary
342
251
  ) => any;
343
-
344
252
  export declare const ListProductSubscriptionsResponseFilterSensitiveLog: (
345
253
  obj: ListProductSubscriptionsResponse
346
254
  ) => any;
347
-
348
255
  export declare const ListUserAssociationsRequestFilterSensitiveLog: (
349
256
  obj: ListUserAssociationsRequest
350
257
  ) => any;
351
-
352
258
  export declare const ListUserAssociationsResponseFilterSensitiveLog: (
353
259
  obj: ListUserAssociationsResponse
354
260
  ) => any;
355
-
356
261
  export declare const RegisterIdentityProviderRequestFilterSensitiveLog: (
357
262
  obj: RegisterIdentityProviderRequest
358
263
  ) => any;
359
-
360
264
  export declare const RegisterIdentityProviderResponseFilterSensitiveLog: (
361
265
  obj: RegisterIdentityProviderResponse
362
266
  ) => any;
363
-
364
267
  export declare const StartProductSubscriptionRequestFilterSensitiveLog: (
365
268
  obj: StartProductSubscriptionRequest
366
269
  ) => any;
367
-
368
270
  export declare const StartProductSubscriptionResponseFilterSensitiveLog: (
369
271
  obj: StartProductSubscriptionResponse
370
272
  ) => any;
371
-
372
273
  export declare const StopProductSubscriptionRequestFilterSensitiveLog: (
373
274
  obj: StopProductSubscriptionRequest
374
275
  ) => any;
375
-
376
276
  export declare const StopProductSubscriptionResponseFilterSensitiveLog: (
377
277
  obj: StopProductSubscriptionResponse
378
278
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: LicenseManagerUserSubscriptionsClientConfig
6
5
  ) => {
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
53
52
  | undefined;
54
53
  signer?:
55
54
  | import("@aws-sdk/types").RequestSigner
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | ((
56
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
57
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
57
58
  | undefined;
58
59
  signingEscapePath?: boolean | undefined;
59
60
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: LicenseManagerUserSubscriptionsClientConfig
6
5
  ) => {
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
53
52
  | undefined;
54
53
  signer?:
55
54
  | import("@aws-sdk/types").RequestSigner
56
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | ((
56
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
57
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
57
58
  | undefined;
58
59
  signingEscapePath?: boolean | undefined;
59
60
  systemClockOffset?: number | undefined;
@@ -1,5 +1,4 @@
1
1
  import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: LicenseManagerUserSubscriptionsClientConfig
5
4
  ) => {
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
54
53
  | undefined;
55
54
  signer?:
56
55
  | import("@aws-sdk/types").RequestSigner
57
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
56
+ | ((
57
+ authScheme?: import("@aws-sdk/types").AuthScheme | undefined
58
+ ) => Promise<import("@aws-sdk/types").RequestSigner>)
58
59
  | undefined;
59
60
  signingEscapePath?: boolean | undefined;
60
61
  systemClockOffset?: number | undefined;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { LicenseManagerUserSubscriptionsClientConfig } from "./LicenseManagerUserSubscriptionsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: LicenseManagerUserSubscriptionsClientConfig
6
5
  ) => {
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.170.0",
4
+ "version": "3.178.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",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.178.0",
23
+ "@aws-sdk/config-resolver": "3.178.0",
24
+ "@aws-sdk/credential-provider-node": "3.178.0",
25
+ "@aws-sdk/fetch-http-handler": "3.178.0",
26
+ "@aws-sdk/hash-node": "3.178.0",
27
+ "@aws-sdk/invalid-dependency": "3.178.0",
28
+ "@aws-sdk/middleware-content-length": "3.178.0",
29
+ "@aws-sdk/middleware-host-header": "3.178.0",
30
+ "@aws-sdk/middleware-logger": "3.178.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.178.0",
32
+ "@aws-sdk/middleware-retry": "3.178.0",
33
+ "@aws-sdk/middleware-serde": "3.178.0",
34
+ "@aws-sdk/middleware-signing": "3.178.0",
35
+ "@aws-sdk/middleware-stack": "3.178.0",
36
+ "@aws-sdk/middleware-user-agent": "3.178.0",
37
+ "@aws-sdk/node-config-provider": "3.178.0",
38
+ "@aws-sdk/node-http-handler": "3.178.0",
39
+ "@aws-sdk/protocol-http": "3.178.0",
40
+ "@aws-sdk/smithy-client": "3.178.0",
41
+ "@aws-sdk/types": "3.178.0",
42
+ "@aws-sdk/url-parser": "3.178.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.178.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.178.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.178.0",
50
+ "@aws-sdk/util-user-agent-node": "3.178.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"