@aws-sdk/client-license-manager-user-subscriptions 3.300.0 → 3.303.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.
@@ -31,11 +31,11 @@ export interface AssociateUserCommandOutput extends AssociateUserResponse, __Met
31
31
  * import { LicenseManagerUserSubscriptionsClient, AssociateUserCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
32
32
  * // const { LicenseManagerUserSubscriptionsClient, AssociateUserCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
33
33
  * const client = new LicenseManagerUserSubscriptionsClient(config);
34
- * const input = {
34
+ * const input = { // AssociateUserRequest
35
35
  * Username: "STRING_VALUE", // required
36
36
  * InstanceId: "STRING_VALUE", // required
37
- * IdentityProvider: { // Union: only one key present
38
- * ActiveDirectoryIdentityProvider: {
37
+ * IdentityProvider: { // IdentityProvider Union: only one key present
38
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
39
39
  * DirectoryId: "STRING_VALUE",
40
40
  * },
41
41
  * },
@@ -26,9 +26,9 @@ export interface DeregisterIdentityProviderCommandOutput extends DeregisterIdent
26
26
  * import { LicenseManagerUserSubscriptionsClient, DeregisterIdentityProviderCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, DeregisterIdentityProviderCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
30
- * IdentityProvider: { // Union: only one key present
31
- * ActiveDirectoryIdentityProvider: {
29
+ * const input = { // DeregisterIdentityProviderRequest
30
+ * IdentityProvider: { // IdentityProvider Union: only one key present
31
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
32
32
  * DirectoryId: "STRING_VALUE",
33
33
  * },
34
34
  * },
@@ -26,11 +26,11 @@ export interface DisassociateUserCommandOutput extends DisassociateUserResponse,
26
26
  * import { LicenseManagerUserSubscriptionsClient, DisassociateUserCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, DisassociateUserCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateUserRequest
30
30
  * Username: "STRING_VALUE", // required
31
31
  * InstanceId: "STRING_VALUE", // required
32
- * IdentityProvider: { // Union: only one key present
33
- * ActiveDirectoryIdentityProvider: {
32
+ * IdentityProvider: { // IdentityProvider Union: only one key present
33
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
34
34
  * DirectoryId: "STRING_VALUE",
35
35
  * },
36
36
  * },
@@ -26,7 +26,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
26
26
  * import { LicenseManagerUserSubscriptionsClient, ListIdentityProvidersCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, ListIdentityProvidersCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
29
+ * const input = { // ListIdentityProvidersRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
32
  * };
@@ -26,11 +26,11 @@ export interface ListInstancesCommandOutput extends ListInstancesResponse, __Met
26
26
  * import { LicenseManagerUserSubscriptionsClient, ListInstancesCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, ListInstancesCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
29
+ * const input = { // ListInstancesRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
- * Filters: [
33
- * {
32
+ * Filters: [ // FilterList
33
+ * { // Filter
34
34
  * Attribute: "STRING_VALUE",
35
35
  * Operation: "STRING_VALUE",
36
36
  * Value: "STRING_VALUE",
@@ -26,16 +26,16 @@ export interface ListProductSubscriptionsCommandOutput extends ListProductSubscr
26
26
  * import { LicenseManagerUserSubscriptionsClient, ListProductSubscriptionsCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, ListProductSubscriptionsCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
29
+ * const input = { // ListProductSubscriptionsRequest
30
30
  * Product: "STRING_VALUE", // required
31
- * IdentityProvider: { // Union: only one key present
32
- * ActiveDirectoryIdentityProvider: {
31
+ * IdentityProvider: { // IdentityProvider Union: only one key present
32
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
33
33
  * DirectoryId: "STRING_VALUE",
34
34
  * },
35
35
  * },
36
36
  * MaxResults: Number("int"),
37
- * Filters: [
38
- * {
37
+ * Filters: [ // FilterList
38
+ * { // Filter
39
39
  * Attribute: "STRING_VALUE",
40
40
  * Operation: "STRING_VALUE",
41
41
  * Value: "STRING_VALUE",
@@ -26,16 +26,16 @@ export interface ListUserAssociationsCommandOutput extends ListUserAssociationsR
26
26
  * import { LicenseManagerUserSubscriptionsClient, ListUserAssociationsCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, ListUserAssociationsCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
29
+ * const input = { // ListUserAssociationsRequest
30
30
  * InstanceId: "STRING_VALUE", // required
31
- * IdentityProvider: { // Union: only one key present
32
- * ActiveDirectoryIdentityProvider: {
31
+ * IdentityProvider: { // IdentityProvider Union: only one key present
32
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
33
33
  * DirectoryId: "STRING_VALUE",
34
34
  * },
35
35
  * },
36
36
  * MaxResults: Number("int"),
37
- * Filters: [
38
- * {
37
+ * Filters: [ // FilterList
38
+ * { // Filter
39
39
  * Attribute: "STRING_VALUE",
40
40
  * Operation: "STRING_VALUE",
41
41
  * Value: "STRING_VALUE",
@@ -26,15 +26,15 @@ export interface RegisterIdentityProviderCommandOutput extends RegisterIdentityP
26
26
  * import { LicenseManagerUserSubscriptionsClient, RegisterIdentityProviderCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, RegisterIdentityProviderCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
30
- * IdentityProvider: { // Union: only one key present
31
- * ActiveDirectoryIdentityProvider: {
29
+ * const input = { // RegisterIdentityProviderRequest
30
+ * IdentityProvider: { // IdentityProvider Union: only one key present
31
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
32
32
  * DirectoryId: "STRING_VALUE",
33
33
  * },
34
34
  * },
35
35
  * Product: "STRING_VALUE", // required
36
- * Settings: {
37
- * Subnets: [ // required
36
+ * Settings: { // Settings
37
+ * Subnets: [ // Subnets // required
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * SecurityGroupId: "STRING_VALUE", // required
@@ -31,10 +31,10 @@ export interface StartProductSubscriptionCommandOutput extends StartProductSubsc
31
31
  * import { LicenseManagerUserSubscriptionsClient, StartProductSubscriptionCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
32
32
  * // const { LicenseManagerUserSubscriptionsClient, StartProductSubscriptionCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
33
33
  * const client = new LicenseManagerUserSubscriptionsClient(config);
34
- * const input = {
34
+ * const input = { // StartProductSubscriptionRequest
35
35
  * Username: "STRING_VALUE", // required
36
- * IdentityProvider: { // Union: only one key present
37
- * ActiveDirectoryIdentityProvider: {
36
+ * IdentityProvider: { // IdentityProvider Union: only one key present
37
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
38
38
  * DirectoryId: "STRING_VALUE",
39
39
  * },
40
40
  * },
@@ -26,10 +26,10 @@ export interface StopProductSubscriptionCommandOutput extends StopProductSubscri
26
26
  * import { LicenseManagerUserSubscriptionsClient, StopProductSubscriptionCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
27
27
  * // const { LicenseManagerUserSubscriptionsClient, StopProductSubscriptionCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
28
28
  * const client = new LicenseManagerUserSubscriptionsClient(config);
29
- * const input = {
29
+ * const input = { // StopProductSubscriptionRequest
30
30
  * Username: "STRING_VALUE", // required
31
- * IdentityProvider: { // Union: only one key present
32
- * ActiveDirectoryIdentityProvider: {
31
+ * IdentityProvider: { // IdentityProvider Union: only one key present
32
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
33
33
  * DirectoryId: "STRING_VALUE",
34
34
  * },
35
35
  * },
@@ -27,15 +27,15 @@ export interface UpdateIdentityProviderSettingsCommandOutput extends UpdateIdent
27
27
  * import { LicenseManagerUserSubscriptionsClient, UpdateIdentityProviderSettingsCommand } from "@aws-sdk/client-license-manager-user-subscriptions"; // ES Modules import
28
28
  * // const { LicenseManagerUserSubscriptionsClient, UpdateIdentityProviderSettingsCommand } = require("@aws-sdk/client-license-manager-user-subscriptions"); // CommonJS import
29
29
  * const client = new LicenseManagerUserSubscriptionsClient(config);
30
- * const input = {
31
- * IdentityProvider: { // Union: only one key present
32
- * ActiveDirectoryIdentityProvider: {
30
+ * const input = { // UpdateIdentityProviderSettingsRequest
31
+ * IdentityProvider: { // IdentityProvider Union: only one key present
32
+ * ActiveDirectoryIdentityProvider: { // ActiveDirectoryIdentityProvider
33
33
  * DirectoryId: "STRING_VALUE",
34
34
  * },
35
35
  * },
36
36
  * Product: "STRING_VALUE", // required
37
- * UpdateSettings: {
38
- * AddSubnets: [ // required
37
+ * UpdateSettings: { // UpdateSettings
38
+ * AddSubnets: [ // Subnets // required
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * RemoveSubnets: [ // required
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.300.0",
4
+ "version": "3.303.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,42 +21,42 @@
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.300.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
24
+ "@aws-sdk/client-sts": "3.303.0",
25
+ "@aws-sdk/config-resolver": "3.303.0",
26
+ "@aws-sdk/credential-provider-node": "3.303.0",
27
+ "@aws-sdk/fetch-http-handler": "3.303.0",
28
+ "@aws-sdk/hash-node": "3.303.0",
29
+ "@aws-sdk/invalid-dependency": "3.303.0",
30
+ "@aws-sdk/middleware-content-length": "3.303.0",
31
+ "@aws-sdk/middleware-endpoint": "3.303.0",
32
+ "@aws-sdk/middleware-host-header": "3.303.0",
33
+ "@aws-sdk/middleware-logger": "3.303.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
+ "@aws-sdk/middleware-retry": "3.303.0",
36
+ "@aws-sdk/middleware-serde": "3.303.0",
37
+ "@aws-sdk/middleware-signing": "3.303.0",
38
+ "@aws-sdk/middleware-stack": "3.303.0",
39
+ "@aws-sdk/middleware-user-agent": "3.303.0",
40
+ "@aws-sdk/node-config-provider": "3.303.0",
41
+ "@aws-sdk/node-http-handler": "3.303.0",
42
+ "@aws-sdk/protocol-http": "3.303.0",
43
+ "@aws-sdk/smithy-client": "3.303.0",
44
+ "@aws-sdk/types": "3.303.0",
45
+ "@aws-sdk/url-parser": "3.303.0",
46
+ "@aws-sdk/util-base64": "3.303.0",
47
+ "@aws-sdk/util-body-length-browser": "3.303.0",
48
+ "@aws-sdk/util-body-length-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
+ "@aws-sdk/util-endpoints": "3.303.0",
52
+ "@aws-sdk/util-retry": "3.303.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
54
+ "@aws-sdk/util-user-agent-node": "3.303.0",
55
+ "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",