@aws-sdk/client-workspaces-web 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.
Files changed (56) hide show
  1. package/dist-cjs/models/models_0.js +33 -40
  2. package/dist-es/models/models_0.js +33 -40
  3. package/dist-types/commands/AssociateBrowserSettingsCommand.d.ts +1 -1
  4. package/dist-types/commands/AssociateNetworkSettingsCommand.d.ts +1 -1
  5. package/dist-types/commands/AssociateTrustStoreCommand.d.ts +1 -1
  6. package/dist-types/commands/AssociateUserAccessLoggingSettingsCommand.d.ts +1 -1
  7. package/dist-types/commands/AssociateUserSettingsCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateBrowserSettingsCommand.d.ts +4 -4
  9. package/dist-types/commands/CreateIdentityProviderCommand.d.ts +2 -2
  10. package/dist-types/commands/CreateNetworkSettingsCommand.d.ts +5 -5
  11. package/dist-types/commands/CreatePortalCommand.d.ts +4 -4
  12. package/dist-types/commands/CreateTrustStoreCommand.d.ts +4 -4
  13. package/dist-types/commands/CreateUserAccessLoggingSettingsCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateUserSettingsCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteBrowserSettingsCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteNetworkSettingsCommand.d.ts +1 -1
  18. package/dist-types/commands/DeletePortalCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTrustStoreCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteUserAccessLoggingSettingsCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteUserSettingsCommand.d.ts +1 -1
  22. package/dist-types/commands/DisassociateBrowserSettingsCommand.d.ts +1 -1
  23. package/dist-types/commands/DisassociateNetworkSettingsCommand.d.ts +1 -1
  24. package/dist-types/commands/DisassociateTrustStoreCommand.d.ts +1 -1
  25. package/dist-types/commands/DisassociateUserAccessLoggingSettingsCommand.d.ts +1 -1
  26. package/dist-types/commands/DisassociateUserSettingsCommand.d.ts +1 -1
  27. package/dist-types/commands/GetBrowserSettingsCommand.d.ts +1 -1
  28. package/dist-types/commands/GetIdentityProviderCommand.d.ts +1 -1
  29. package/dist-types/commands/GetNetworkSettingsCommand.d.ts +1 -1
  30. package/dist-types/commands/GetPortalCommand.d.ts +1 -1
  31. package/dist-types/commands/GetPortalServiceProviderMetadataCommand.d.ts +1 -1
  32. package/dist-types/commands/GetTrustStoreCertificateCommand.d.ts +1 -1
  33. package/dist-types/commands/GetTrustStoreCommand.d.ts +1 -1
  34. package/dist-types/commands/GetUserAccessLoggingSettingsCommand.d.ts +1 -1
  35. package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListBrowserSettingsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListIdentityProvidersCommand.d.ts +1 -1
  38. package/dist-types/commands/ListNetworkSettingsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListPortalsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/ListTrustStoreCertificatesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListTrustStoresCommand.d.ts +1 -1
  43. package/dist-types/commands/ListUserAccessLoggingSettingsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListUserSettingsCommand.d.ts +1 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  46. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  47. package/dist-types/commands/UpdateBrowserSettingsCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +2 -2
  49. package/dist-types/commands/UpdateNetworkSettingsCommand.d.ts +3 -3
  50. package/dist-types/commands/UpdatePortalCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateTrustStoreCommand.d.ts +3 -3
  52. package/dist-types/commands/UpdateUserAccessLoggingSettingsCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
  54. package/dist-types/models/models_0.d.ts +68 -33
  55. package/dist-types/ts3.4/models/models_0.d.ts +43 -33
  56. package/package.json +34 -34
@@ -76,13 +76,12 @@ class ThrottlingException extends WorkSpacesWebServiceException_1.WorkSpacesWebS
76
76
  }
77
77
  }
78
78
  exports.ThrottlingException = ThrottlingException;
79
- var ValidationExceptionReason;
80
- (function (ValidationExceptionReason) {
81
- ValidationExceptionReason["CANNOT_PARSE"] = "cannotParse";
82
- ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "fieldValidationFailed";
83
- ValidationExceptionReason["OTHER"] = "other";
84
- ValidationExceptionReason["UNKNOWN_OPERATION"] = "unknownOperation";
85
- })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
79
+ exports.ValidationExceptionReason = {
80
+ CANNOT_PARSE: "cannotParse",
81
+ FIELD_VALIDATION_FAILED: "fieldValidationFailed",
82
+ OTHER: "other",
83
+ UNKNOWN_OPERATION: "unknownOperation",
84
+ };
86
85
  class ValidationException extends WorkSpacesWebServiceException_1.WorkSpacesWebServiceException {
87
86
  constructor(opts) {
88
87
  super({
@@ -98,11 +97,10 @@ class ValidationException extends WorkSpacesWebServiceException_1.WorkSpacesWebS
98
97
  }
99
98
  }
100
99
  exports.ValidationException = ValidationException;
101
- var AuthenticationType;
102
- (function (AuthenticationType) {
103
- AuthenticationType["IAM_IDENTITY_CENTER"] = "IAM_Identity_Center";
104
- AuthenticationType["STANDARD"] = "Standard";
105
- })(AuthenticationType = exports.AuthenticationType || (exports.AuthenticationType = {}));
100
+ exports.AuthenticationType = {
101
+ IAM_IDENTITY_CENTER: "IAM_Identity_Center",
102
+ STANDARD: "Standard",
103
+ };
106
104
  class ServiceQuotaExceededException extends WorkSpacesWebServiceException_1.WorkSpacesWebServiceException {
107
105
  constructor(opts) {
108
106
  super({
@@ -120,34 +118,29 @@ class ServiceQuotaExceededException extends WorkSpacesWebServiceException_1.Work
120
118
  }
121
119
  }
122
120
  exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
123
- var IdentityProviderType;
124
- (function (IdentityProviderType) {
125
- IdentityProviderType["Facebook"] = "Facebook";
126
- IdentityProviderType["Google"] = "Google";
127
- IdentityProviderType["LoginWithAmazon"] = "LoginWithAmazon";
128
- IdentityProviderType["OIDC"] = "OIDC";
129
- IdentityProviderType["SAML"] = "SAML";
130
- IdentityProviderType["SignInWithApple"] = "SignInWithApple";
131
- })(IdentityProviderType = exports.IdentityProviderType || (exports.IdentityProviderType = {}));
132
- var EnabledType;
133
- (function (EnabledType) {
134
- EnabledType["DISABLED"] = "Disabled";
135
- EnabledType["ENABLED"] = "Enabled";
136
- })(EnabledType = exports.EnabledType || (exports.EnabledType = {}));
137
- var BrowserType;
138
- (function (BrowserType) {
139
- BrowserType["CHROME"] = "Chrome";
140
- })(BrowserType = exports.BrowserType || (exports.BrowserType = {}));
141
- var PortalStatus;
142
- (function (PortalStatus) {
143
- PortalStatus["ACTIVE"] = "Active";
144
- PortalStatus["INCOMPLETE"] = "Incomplete";
145
- PortalStatus["PENDING"] = "Pending";
146
- })(PortalStatus = exports.PortalStatus || (exports.PortalStatus = {}));
147
- var RendererType;
148
- (function (RendererType) {
149
- RendererType["APPSTREAM"] = "AppStream";
150
- })(RendererType = exports.RendererType || (exports.RendererType = {}));
121
+ exports.IdentityProviderType = {
122
+ Facebook: "Facebook",
123
+ Google: "Google",
124
+ LoginWithAmazon: "LoginWithAmazon",
125
+ OIDC: "OIDC",
126
+ SAML: "SAML",
127
+ SignInWithApple: "SignInWithApple",
128
+ };
129
+ exports.EnabledType = {
130
+ DISABLED: "Disabled",
131
+ ENABLED: "Enabled",
132
+ };
133
+ exports.BrowserType = {
134
+ CHROME: "Chrome",
135
+ };
136
+ exports.PortalStatus = {
137
+ ACTIVE: "Active",
138
+ INCOMPLETE: "Incomplete",
139
+ PENDING: "Pending",
140
+ };
141
+ exports.RendererType = {
142
+ APPSTREAM: "AppStream",
143
+ };
151
144
  class TooManyTagsException extends WorkSpacesWebServiceException_1.WorkSpacesWebServiceException {
152
145
  constructor(opts) {
153
146
  super({
@@ -68,13 +68,12 @@ export class ThrottlingException extends __BaseException {
68
68
  this.retryAfterSeconds = opts.retryAfterSeconds;
69
69
  }
70
70
  }
71
- export var ValidationExceptionReason;
72
- (function (ValidationExceptionReason) {
73
- ValidationExceptionReason["CANNOT_PARSE"] = "cannotParse";
74
- ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "fieldValidationFailed";
75
- ValidationExceptionReason["OTHER"] = "other";
76
- ValidationExceptionReason["UNKNOWN_OPERATION"] = "unknownOperation";
77
- })(ValidationExceptionReason || (ValidationExceptionReason = {}));
71
+ export const ValidationExceptionReason = {
72
+ CANNOT_PARSE: "cannotParse",
73
+ FIELD_VALIDATION_FAILED: "fieldValidationFailed",
74
+ OTHER: "other",
75
+ UNKNOWN_OPERATION: "unknownOperation",
76
+ };
78
77
  export class ValidationException extends __BaseException {
79
78
  constructor(opts) {
80
79
  super({
@@ -89,11 +88,10 @@ export class ValidationException extends __BaseException {
89
88
  this.fieldList = opts.fieldList;
90
89
  }
91
90
  }
92
- export var AuthenticationType;
93
- (function (AuthenticationType) {
94
- AuthenticationType["IAM_IDENTITY_CENTER"] = "IAM_Identity_Center";
95
- AuthenticationType["STANDARD"] = "Standard";
96
- })(AuthenticationType || (AuthenticationType = {}));
91
+ export const AuthenticationType = {
92
+ IAM_IDENTITY_CENTER: "IAM_Identity_Center",
93
+ STANDARD: "Standard",
94
+ };
97
95
  export class ServiceQuotaExceededException extends __BaseException {
98
96
  constructor(opts) {
99
97
  super({
@@ -110,34 +108,29 @@ export class ServiceQuotaExceededException extends __BaseException {
110
108
  this.quotaCode = opts.quotaCode;
111
109
  }
112
110
  }
113
- export var IdentityProviderType;
114
- (function (IdentityProviderType) {
115
- IdentityProviderType["Facebook"] = "Facebook";
116
- IdentityProviderType["Google"] = "Google";
117
- IdentityProviderType["LoginWithAmazon"] = "LoginWithAmazon";
118
- IdentityProviderType["OIDC"] = "OIDC";
119
- IdentityProviderType["SAML"] = "SAML";
120
- IdentityProviderType["SignInWithApple"] = "SignInWithApple";
121
- })(IdentityProviderType || (IdentityProviderType = {}));
122
- export var EnabledType;
123
- (function (EnabledType) {
124
- EnabledType["DISABLED"] = "Disabled";
125
- EnabledType["ENABLED"] = "Enabled";
126
- })(EnabledType || (EnabledType = {}));
127
- export var BrowserType;
128
- (function (BrowserType) {
129
- BrowserType["CHROME"] = "Chrome";
130
- })(BrowserType || (BrowserType = {}));
131
- export var PortalStatus;
132
- (function (PortalStatus) {
133
- PortalStatus["ACTIVE"] = "Active";
134
- PortalStatus["INCOMPLETE"] = "Incomplete";
135
- PortalStatus["PENDING"] = "Pending";
136
- })(PortalStatus || (PortalStatus = {}));
137
- export var RendererType;
138
- (function (RendererType) {
139
- RendererType["APPSTREAM"] = "AppStream";
140
- })(RendererType || (RendererType = {}));
111
+ export const IdentityProviderType = {
112
+ Facebook: "Facebook",
113
+ Google: "Google",
114
+ LoginWithAmazon: "LoginWithAmazon",
115
+ OIDC: "OIDC",
116
+ SAML: "SAML",
117
+ SignInWithApple: "SignInWithApple",
118
+ };
119
+ export const EnabledType = {
120
+ DISABLED: "Disabled",
121
+ ENABLED: "Enabled",
122
+ };
123
+ export const BrowserType = {
124
+ CHROME: "Chrome",
125
+ };
126
+ export const PortalStatus = {
127
+ ACTIVE: "Active",
128
+ INCOMPLETE: "Incomplete",
129
+ PENDING: "Pending",
130
+ };
131
+ export const RendererType = {
132
+ APPSTREAM: "AppStream",
133
+ };
141
134
  export class TooManyTagsException extends __BaseException {
142
135
  constructor(opts) {
143
136
  super({
@@ -26,7 +26,7 @@ export interface AssociateBrowserSettingsCommandOutput extends AssociateBrowserS
26
26
  * import { WorkSpacesWebClient, AssociateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, AssociateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // AssociateBrowserSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * browserSettingsArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface AssociateNetworkSettingsCommandOutput extends AssociateNetworkS
26
26
  * import { WorkSpacesWebClient, AssociateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, AssociateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // AssociateNetworkSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * networkSettingsArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface AssociateTrustStoreCommandOutput extends AssociateTrustStoreRes
26
26
  * import { WorkSpacesWebClient, AssociateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, AssociateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // AssociateTrustStoreRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * trustStoreArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface AssociateUserAccessLoggingSettingsCommandOutput extends Associa
26
26
  * import { WorkSpacesWebClient, AssociateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, AssociateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // AssociateUserAccessLoggingSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * userAccessLoggingSettingsArn: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface AssociateUserSettingsCommandOutput extends AssociateUserSetting
26
26
  * import { WorkSpacesWebClient, AssociateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, AssociateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // AssociateUserSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * userSettingsArn: "STRING_VALUE", // required
32
32
  * };
@@ -28,15 +28,15 @@ export interface CreateBrowserSettingsCommandOutput extends CreateBrowserSetting
28
28
  * import { WorkSpacesWebClient, CreateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
29
29
  * // const { WorkSpacesWebClient, CreateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
30
30
  * const client = new WorkSpacesWebClient(config);
31
- * const input = {
32
- * tags: [
33
- * {
31
+ * const input = { // CreateBrowserSettingsRequest
32
+ * tags: [ // TagList
33
+ * { // Tag
34
34
  * Key: "STRING_VALUE", // required
35
35
  * Value: "STRING_VALUE", // required
36
36
  * },
37
37
  * ],
38
38
  * customerManagedKey: "STRING_VALUE",
39
- * additionalEncryptionContext: {
39
+ * additionalEncryptionContext: { // EncryptionContextMap
40
40
  * "<keys>": "STRING_VALUE",
41
41
  * },
42
42
  * browserPolicy: "STRING_VALUE", // required
@@ -26,11 +26,11 @@ export interface CreateIdentityProviderCommandOutput extends CreateIdentityProvi
26
26
  * import { WorkSpacesWebClient, CreateIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, CreateIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // CreateIdentityProviderRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * identityProviderName: "STRING_VALUE", // required
32
32
  * identityProviderType: "STRING_VALUE", // required
33
- * identityProviderDetails: { // required
33
+ * identityProviderDetails: { // IdentityProviderDetails // required
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * clientToken: "STRING_VALUE",
@@ -28,16 +28,16 @@ export interface CreateNetworkSettingsCommandOutput extends CreateNetworkSetting
28
28
  * import { WorkSpacesWebClient, CreateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
29
29
  * // const { WorkSpacesWebClient, CreateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
30
30
  * const client = new WorkSpacesWebClient(config);
31
- * const input = {
31
+ * const input = { // CreateNetworkSettingsRequest
32
32
  * vpcId: "STRING_VALUE", // required
33
- * subnetIds: [ // required
33
+ * subnetIds: [ // SubnetIdList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
- * securityGroupIds: [ // required
36
+ * securityGroupIds: [ // SecurityGroupIdList // required
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * tags: [
40
- * {
39
+ * tags: [ // TagList
40
+ * { // Tag
41
41
  * Key: "STRING_VALUE", // required
42
42
  * Value: "STRING_VALUE", // required
43
43
  * },
@@ -26,16 +26,16 @@ export interface CreatePortalCommandOutput extends CreatePortalResponse, __Metad
26
26
  * import { WorkSpacesWebClient, CreatePortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, CreatePortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // CreatePortalRequest
30
30
  * displayName: "STRING_VALUE",
31
- * tags: [
32
- * {
31
+ * tags: [ // TagList
32
+ * { // Tag
33
33
  * Key: "STRING_VALUE", // required
34
34
  * Value: "STRING_VALUE", // required
35
35
  * },
36
36
  * ],
37
37
  * customerManagedKey: "STRING_VALUE",
38
- * additionalEncryptionContext: {
38
+ * additionalEncryptionContext: { // EncryptionContextMap
39
39
  * "<keys>": "STRING_VALUE",
40
40
  * },
41
41
  * clientToken: "STRING_VALUE",
@@ -30,12 +30,12 @@ export interface CreateTrustStoreCommandOutput extends CreateTrustStoreResponse,
30
30
  * import { WorkSpacesWebClient, CreateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
31
31
  * // const { WorkSpacesWebClient, CreateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
32
32
  * const client = new WorkSpacesWebClient(config);
33
- * const input = {
34
- * certificateList: [ // required
33
+ * const input = { // CreateTrustStoreRequest
34
+ * certificateList: [ // CertificateList // required
35
35
  * "BLOB_VALUE",
36
36
  * ],
37
- * tags: [
38
- * {
37
+ * tags: [ // TagList
38
+ * { // Tag
39
39
  * Key: "STRING_VALUE", // required
40
40
  * Value: "STRING_VALUE", // required
41
41
  * },
@@ -26,10 +26,10 @@ export interface CreateUserAccessLoggingSettingsCommandOutput extends CreateUser
26
26
  * import { WorkSpacesWebClient, CreateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, CreateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // CreateUserAccessLoggingSettingsRequest
30
30
  * kinesisStreamArn: "STRING_VALUE", // required
31
- * tags: [
32
- * {
31
+ * tags: [ // TagList
32
+ * { // Tag
33
33
  * Key: "STRING_VALUE", // required
34
34
  * Value: "STRING_VALUE", // required
35
35
  * },
@@ -28,14 +28,14 @@ export interface CreateUserSettingsCommandOutput extends CreateUserSettingsRespo
28
28
  * import { WorkSpacesWebClient, CreateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
29
29
  * // const { WorkSpacesWebClient, CreateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
30
30
  * const client = new WorkSpacesWebClient(config);
31
- * const input = {
31
+ * const input = { // CreateUserSettingsRequest
32
32
  * copyAllowed: "STRING_VALUE", // required
33
33
  * pasteAllowed: "STRING_VALUE", // required
34
34
  * downloadAllowed: "STRING_VALUE", // required
35
35
  * uploadAllowed: "STRING_VALUE", // required
36
36
  * printAllowed: "STRING_VALUE", // required
37
- * tags: [
38
- * {
37
+ * tags: [ // TagList
38
+ * { // Tag
39
39
  * Key: "STRING_VALUE", // required
40
40
  * Value: "STRING_VALUE", // required
41
41
  * },
@@ -26,7 +26,7 @@ export interface DeleteBrowserSettingsCommandOutput extends DeleteBrowserSetting
26
26
  * import { WorkSpacesWebClient, DeleteBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeleteBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeleteBrowserSettingsRequest
30
30
  * browserSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteBrowserSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteIdentityProviderCommandOutput extends DeleteIdentityProvi
26
26
  * import { WorkSpacesWebClient, DeleteIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeleteIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeleteIdentityProviderRequest
30
30
  * identityProviderArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteIdentityProviderCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteNetworkSettingsCommandOutput extends DeleteNetworkSetting
26
26
  * import { WorkSpacesWebClient, DeleteNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeleteNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeleteNetworkSettingsRequest
30
30
  * networkSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteNetworkSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DeletePortalCommandOutput extends DeletePortalResponse, __Metad
26
26
  * import { WorkSpacesWebClient, DeletePortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeletePortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeletePortalRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeletePortalCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteTrustStoreCommandOutput extends DeleteTrustStoreResponse,
26
26
  * import { WorkSpacesWebClient, DeleteTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeleteTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeleteTrustStoreRequest
30
30
  * trustStoreArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteTrustStoreCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteUserAccessLoggingSettingsCommandOutput extends DeleteUser
26
26
  * import { WorkSpacesWebClient, DeleteUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeleteUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserAccessLoggingSettingsRequest
30
30
  * userAccessLoggingSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteUserAccessLoggingSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteUserSettingsCommandOutput extends DeleteUserSettingsRespo
26
26
  * import { WorkSpacesWebClient, DeleteUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DeleteUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DeleteUserSettingsRequest
30
30
  * userSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteUserSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateBrowserSettingsCommandOutput extends DisassociateBr
26
26
  * import { WorkSpacesWebClient, DisassociateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DisassociateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateBrowserSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateBrowserSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateNetworkSettingsCommandOutput extends DisassociateNe
26
26
  * import { WorkSpacesWebClient, DisassociateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DisassociateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateNetworkSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateNetworkSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateTrustStoreCommandOutput extends DisassociateTrustSt
26
26
  * import { WorkSpacesWebClient, DisassociateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DisassociateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateTrustStoreRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateTrustStoreCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateUserAccessLoggingSettingsCommandOutput extends Disa
26
26
  * import { WorkSpacesWebClient, DisassociateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DisassociateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateUserAccessLoggingSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateUserAccessLoggingSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateUserSettingsCommandOutput extends DisassociateUserS
26
26
  * import { WorkSpacesWebClient, DisassociateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, DisassociateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateUserSettingsRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DisassociateUserSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface GetBrowserSettingsCommandOutput extends GetBrowserSettingsRespo
26
26
  * import { WorkSpacesWebClient, GetBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetBrowserSettingsRequest
30
30
  * browserSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetBrowserSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface GetIdentityProviderCommandOutput extends GetIdentityProviderRes
26
26
  * import { WorkSpacesWebClient, GetIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetIdentityProviderRequest
30
30
  * identityProviderArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetIdentityProviderCommand(input);
@@ -26,7 +26,7 @@ export interface GetNetworkSettingsCommandOutput extends GetNetworkSettingsRespo
26
26
  * import { WorkSpacesWebClient, GetNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetNetworkSettingsRequest
30
30
  * networkSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetNetworkSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface GetPortalCommandOutput extends GetPortalResponse, __MetadataBea
26
26
  * import { WorkSpacesWebClient, GetPortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetPortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetPortalRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetPortalCommand(input);
@@ -26,7 +26,7 @@ export interface GetPortalServiceProviderMetadataCommandOutput extends GetPortal
26
26
  * import { WorkSpacesWebClient, GetPortalServiceProviderMetadataCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetPortalServiceProviderMetadataCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetPortalServiceProviderMetadataRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetPortalServiceProviderMetadataCommand(input);
@@ -26,7 +26,7 @@ export interface GetTrustStoreCertificateCommandOutput extends GetTrustStoreCert
26
26
  * import { WorkSpacesWebClient, GetTrustStoreCertificateCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetTrustStoreCertificateCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetTrustStoreCertificateRequest
30
30
  * trustStoreArn: "STRING_VALUE", // required
31
31
  * thumbprint: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetTrustStoreCommandOutput extends GetTrustStoreResponse, __Met
26
26
  * import { WorkSpacesWebClient, GetTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetTrustStoreRequest
30
30
  * trustStoreArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetTrustStoreCommand(input);
@@ -26,7 +26,7 @@ export interface GetUserAccessLoggingSettingsCommandOutput extends GetUserAccess
26
26
  * import { WorkSpacesWebClient, GetUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetUserAccessLoggingSettingsRequest
30
30
  * userAccessLoggingSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetUserAccessLoggingSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface GetUserSettingsCommandOutput extends GetUserSettingsResponse, _
26
26
  * import { WorkSpacesWebClient, GetUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, GetUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // GetUserSettingsRequest
30
30
  * userSettingsArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetUserSettingsCommand(input);
@@ -26,7 +26,7 @@ export interface ListBrowserSettingsCommandOutput extends ListBrowserSettingsRes
26
26
  * import { WorkSpacesWebClient, ListBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListBrowserSettingsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListIdentityProvidersCommandOutput extends ListIdentityProvider
26
26
  * import { WorkSpacesWebClient, ListIdentityProvidersCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListIdentityProvidersCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListIdentityProvidersRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * portalArn: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface ListNetworkSettingsCommandOutput extends ListNetworkSettingsRes
26
26
  * import { WorkSpacesWebClient, ListNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListNetworkSettingsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListPortalsCommandOutput extends ListPortalsResponse, __Metadat
26
26
  * import { WorkSpacesWebClient, ListPortalsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListPortalsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListPortalsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { WorkSpacesWebClient, ListTagsForResourceCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListTagsForResourceCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,7 +26,7 @@ export interface ListTrustStoreCertificatesCommandOutput extends ListTrustStoreC
26
26
  * import { WorkSpacesWebClient, ListTrustStoreCertificatesCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListTrustStoreCertificatesCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListTrustStoreCertificatesRequest
30
30
  * trustStoreArn: "STRING_VALUE", // required
31
31
  * nextToken: "STRING_VALUE",
32
32
  * maxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTrustStoresCommandOutput extends ListTrustStoresResponse, _
26
26
  * import { WorkSpacesWebClient, ListTrustStoresCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListTrustStoresCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListTrustStoresRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListUserAccessLoggingSettingsCommandOutput extends ListUserAcce
26
26
  * import { WorkSpacesWebClient, ListUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListUserAccessLoggingSettingsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,7 +26,7 @@ export interface ListUserSettingsCommandOutput extends ListUserSettingsResponse,
26
26
  * import { WorkSpacesWebClient, ListUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, ListUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // ListUserSettingsRequest
30
30
  * nextToken: "STRING_VALUE",
31
31
  * maxResults: Number("int"),
32
32
  * };
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { WorkSpacesWebClient, TagResourceCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, TagResourceCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tags: [ // required
32
- * {
31
+ * tags: [ // TagList // required
32
+ * { // Tag
33
33
  * Key: "STRING_VALUE", // required
34
34
  * Value: "STRING_VALUE", // required
35
35
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { WorkSpacesWebClient, UntagResourceCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UntagResourceCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * resourceArn: "STRING_VALUE", // required
31
- * tagKeys: [ // required
31
+ * tagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,7 +26,7 @@ export interface UpdateBrowserSettingsCommandOutput extends UpdateBrowserSetting
26
26
  * import { WorkSpacesWebClient, UpdateBrowserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdateBrowserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdateBrowserSettingsRequest
30
30
  * browserSettingsArn: "STRING_VALUE", // required
31
31
  * browserPolicy: "STRING_VALUE",
32
32
  * clientToken: "STRING_VALUE",
@@ -26,11 +26,11 @@ export interface UpdateIdentityProviderCommandOutput extends UpdateIdentityProvi
26
26
  * import { WorkSpacesWebClient, UpdateIdentityProviderCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdateIdentityProviderCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdateIdentityProviderRequest
30
30
  * identityProviderArn: "STRING_VALUE", // required
31
31
  * identityProviderName: "STRING_VALUE",
32
32
  * identityProviderType: "STRING_VALUE",
33
- * identityProviderDetails: {
33
+ * identityProviderDetails: { // IdentityProviderDetails
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * clientToken: "STRING_VALUE",
@@ -26,13 +26,13 @@ export interface UpdateNetworkSettingsCommandOutput extends UpdateNetworkSetting
26
26
  * import { WorkSpacesWebClient, UpdateNetworkSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdateNetworkSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdateNetworkSettingsRequest
30
30
  * networkSettingsArn: "STRING_VALUE", // required
31
31
  * vpcId: "STRING_VALUE",
32
- * subnetIds: [
32
+ * subnetIds: [ // SubnetIdList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
- * securityGroupIds: [
35
+ * securityGroupIds: [ // SecurityGroupIdList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * clientToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdatePortalCommandOutput extends UpdatePortalResponse, __Metad
26
26
  * import { WorkSpacesWebClient, UpdatePortalCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdatePortalCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdatePortalRequest
30
30
  * portalArn: "STRING_VALUE", // required
31
31
  * displayName: "STRING_VALUE",
32
32
  * authenticationType: "STRING_VALUE",
@@ -26,12 +26,12 @@ export interface UpdateTrustStoreCommandOutput extends UpdateTrustStoreResponse,
26
26
  * import { WorkSpacesWebClient, UpdateTrustStoreCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdateTrustStoreCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdateTrustStoreRequest
30
30
  * trustStoreArn: "STRING_VALUE", // required
31
- * certificatesToAdd: [
31
+ * certificatesToAdd: [ // CertificateList
32
32
  * "BLOB_VALUE",
33
33
  * ],
34
- * certificatesToDelete: [
34
+ * certificatesToDelete: [ // CertificateThumbprintList
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * clientToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateUserAccessLoggingSettingsCommandOutput extends UpdateUser
26
26
  * import { WorkSpacesWebClient, UpdateUserAccessLoggingSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdateUserAccessLoggingSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdateUserAccessLoggingSettingsRequest
30
30
  * userAccessLoggingSettingsArn: "STRING_VALUE", // required
31
31
  * kinesisStreamArn: "STRING_VALUE",
32
32
  * clientToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateUserSettingsCommandOutput extends UpdateUserSettingsRespo
26
26
  * import { WorkSpacesWebClient, UpdateUserSettingsCommand } from "@aws-sdk/client-workspaces-web"; // ES Modules import
27
27
  * // const { WorkSpacesWebClient, UpdateUserSettingsCommand } = require("@aws-sdk/client-workspaces-web"); // CommonJS import
28
28
  * const client = new WorkSpacesWebClient(config);
29
- * const input = {
29
+ * const input = { // UpdateUserSettingsRequest
30
30
  * userSettingsArn: "STRING_VALUE", // required
31
31
  * copyAllowed: "STRING_VALUE",
32
32
  * pasteAllowed: "STRING_VALUE",
@@ -134,13 +134,18 @@ export interface ValidationExceptionField {
134
134
  }
135
135
  /**
136
136
  * @public
137
+ * @enum
137
138
  */
138
- export declare enum ValidationExceptionReason {
139
- CANNOT_PARSE = "cannotParse",
140
- FIELD_VALIDATION_FAILED = "fieldValidationFailed",
141
- OTHER = "other",
142
- UNKNOWN_OPERATION = "unknownOperation"
143
- }
139
+ export declare const ValidationExceptionReason: {
140
+ readonly CANNOT_PARSE: "cannotParse";
141
+ readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
142
+ readonly OTHER: "other";
143
+ readonly UNKNOWN_OPERATION: "unknownOperation";
144
+ };
145
+ /**
146
+ * @public
147
+ */
148
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
144
149
  /**
145
150
  * @public
146
151
  * <p>There is a validation error.</p>
@@ -267,11 +272,16 @@ export interface AssociateUserSettingsResponse {
267
272
  }
268
273
  /**
269
274
  * @public
275
+ * @enum
270
276
  */
271
- export declare enum AuthenticationType {
272
- IAM_IDENTITY_CENTER = "IAM_Identity_Center",
273
- STANDARD = "Standard"
274
- }
277
+ export declare const AuthenticationType: {
278
+ readonly IAM_IDENTITY_CENTER: "IAM_Identity_Center";
279
+ readonly STANDARD: "Standard";
280
+ };
281
+ /**
282
+ * @public
283
+ */
284
+ export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
275
285
  /**
276
286
  * @public
277
287
  * <p>The tag.</p>
@@ -355,15 +365,20 @@ export declare class ServiceQuotaExceededException extends __BaseException {
355
365
  }
356
366
  /**
357
367
  * @public
368
+ * @enum
358
369
  */
359
- export declare enum IdentityProviderType {
360
- Facebook = "Facebook",
361
- Google = "Google",
362
- LoginWithAmazon = "LoginWithAmazon",
363
- OIDC = "OIDC",
364
- SAML = "SAML",
365
- SignInWithApple = "SignInWithApple"
366
- }
370
+ export declare const IdentityProviderType: {
371
+ readonly Facebook: "Facebook";
372
+ readonly Google: "Google";
373
+ readonly LoginWithAmazon: "LoginWithAmazon";
374
+ readonly OIDC: "OIDC";
375
+ readonly SAML: "SAML";
376
+ readonly SignInWithApple: "SignInWithApple";
377
+ };
378
+ /**
379
+ * @public
380
+ */
381
+ export type IdentityProviderType = (typeof IdentityProviderType)[keyof typeof IdentityProviderType];
367
382
  /**
368
383
  * @public
369
384
  */
@@ -717,11 +732,16 @@ export interface CreateUserAccessLoggingSettingsResponse {
717
732
  }
718
733
  /**
719
734
  * @public
735
+ * @enum
720
736
  */
721
- export declare enum EnabledType {
722
- DISABLED = "Disabled",
723
- ENABLED = "Enabled"
724
- }
737
+ export declare const EnabledType: {
738
+ readonly DISABLED: "Disabled";
739
+ readonly ENABLED: "Enabled";
740
+ };
741
+ /**
742
+ * @public
743
+ */
744
+ export type EnabledType = (typeof EnabledType)[keyof typeof EnabledType];
725
745
  /**
726
746
  * @public
727
747
  */
@@ -1237,24 +1257,39 @@ export interface GetPortalRequest {
1237
1257
  }
1238
1258
  /**
1239
1259
  * @public
1260
+ * @enum
1240
1261
  */
1241
- export declare enum BrowserType {
1242
- CHROME = "Chrome"
1243
- }
1262
+ export declare const BrowserType: {
1263
+ readonly CHROME: "Chrome";
1264
+ };
1244
1265
  /**
1245
1266
  * @public
1246
1267
  */
1247
- export declare enum PortalStatus {
1248
- ACTIVE = "Active",
1249
- INCOMPLETE = "Incomplete",
1250
- PENDING = "Pending"
1251
- }
1268
+ export type BrowserType = (typeof BrowserType)[keyof typeof BrowserType];
1252
1269
  /**
1253
1270
  * @public
1271
+ * @enum
1254
1272
  */
1255
- export declare enum RendererType {
1256
- APPSTREAM = "AppStream"
1257
- }
1273
+ export declare const PortalStatus: {
1274
+ readonly ACTIVE: "Active";
1275
+ readonly INCOMPLETE: "Incomplete";
1276
+ readonly PENDING: "Pending";
1277
+ };
1278
+ /**
1279
+ * @public
1280
+ */
1281
+ export type PortalStatus = (typeof PortalStatus)[keyof typeof PortalStatus];
1282
+ /**
1283
+ * @public
1284
+ * @enum
1285
+ */
1286
+ export declare const RendererType: {
1287
+ readonly APPSTREAM: "AppStream";
1288
+ };
1289
+ /**
1290
+ * @public
1291
+ */
1292
+ export type RendererType = (typeof RendererType)[keyof typeof RendererType];
1258
1293
  /**
1259
1294
  * @public
1260
1295
  * <p>The web portal.</p>
@@ -53,12 +53,14 @@ export interface ValidationExceptionField {
53
53
  name: string | undefined;
54
54
  message: string | undefined;
55
55
  }
56
- export declare enum ValidationExceptionReason {
57
- CANNOT_PARSE = "cannotParse",
58
- FIELD_VALIDATION_FAILED = "fieldValidationFailed",
59
- OTHER = "other",
60
- UNKNOWN_OPERATION = "unknownOperation",
61
- }
56
+ export declare const ValidationExceptionReason: {
57
+ readonly CANNOT_PARSE: "cannotParse";
58
+ readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
59
+ readonly OTHER: "other";
60
+ readonly UNKNOWN_OPERATION: "unknownOperation";
61
+ };
62
+ export type ValidationExceptionReason =
63
+ (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
62
64
  export declare class ValidationException extends __BaseException {
63
65
  readonly name: "ValidationException";
64
66
  readonly $fault: "client";
@@ -100,10 +102,12 @@ export interface AssociateUserSettingsResponse {
100
102
  portalArn: string | undefined;
101
103
  userSettingsArn: string | undefined;
102
104
  }
103
- export declare enum AuthenticationType {
104
- IAM_IDENTITY_CENTER = "IAM_Identity_Center",
105
- STANDARD = "Standard",
106
- }
105
+ export declare const AuthenticationType: {
106
+ readonly IAM_IDENTITY_CENTER: "IAM_Identity_Center";
107
+ readonly STANDARD: "Standard";
108
+ };
109
+ export type AuthenticationType =
110
+ (typeof AuthenticationType)[keyof typeof AuthenticationType];
107
111
  export interface Tag {
108
112
  Key: string | undefined;
109
113
  Value: string | undefined;
@@ -129,14 +133,16 @@ export declare class ServiceQuotaExceededException extends __BaseException {
129
133
  opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
130
134
  );
131
135
  }
132
- export declare enum IdentityProviderType {
133
- Facebook = "Facebook",
134
- Google = "Google",
135
- LoginWithAmazon = "LoginWithAmazon",
136
- OIDC = "OIDC",
137
- SAML = "SAML",
138
- SignInWithApple = "SignInWithApple",
139
- }
136
+ export declare const IdentityProviderType: {
137
+ readonly Facebook: "Facebook";
138
+ readonly Google: "Google";
139
+ readonly LoginWithAmazon: "LoginWithAmazon";
140
+ readonly OIDC: "OIDC";
141
+ readonly SAML: "SAML";
142
+ readonly SignInWithApple: "SignInWithApple";
143
+ };
144
+ export type IdentityProviderType =
145
+ (typeof IdentityProviderType)[keyof typeof IdentityProviderType];
140
146
  export interface CreateIdentityProviderRequest {
141
147
  portalArn: string | undefined;
142
148
  identityProviderName: string | undefined;
@@ -185,10 +191,11 @@ export interface CreateUserAccessLoggingSettingsRequest {
185
191
  export interface CreateUserAccessLoggingSettingsResponse {
186
192
  userAccessLoggingSettingsArn: string | undefined;
187
193
  }
188
- export declare enum EnabledType {
189
- DISABLED = "Disabled",
190
- ENABLED = "Enabled",
191
- }
194
+ export declare const EnabledType: {
195
+ readonly DISABLED: "Disabled";
196
+ readonly ENABLED: "Enabled";
197
+ };
198
+ export type EnabledType = (typeof EnabledType)[keyof typeof EnabledType];
192
199
  export interface CreateUserSettingsRequest {
193
200
  copyAllowed: EnabledType | string | undefined;
194
201
  pasteAllowed: EnabledType | string | undefined;
@@ -290,17 +297,20 @@ export interface GetNetworkSettingsResponse {
290
297
  export interface GetPortalRequest {
291
298
  portalArn: string | undefined;
292
299
  }
293
- export declare enum BrowserType {
294
- CHROME = "Chrome",
295
- }
296
- export declare enum PortalStatus {
297
- ACTIVE = "Active",
298
- INCOMPLETE = "Incomplete",
299
- PENDING = "Pending",
300
- }
301
- export declare enum RendererType {
302
- APPSTREAM = "AppStream",
303
- }
300
+ export declare const BrowserType: {
301
+ readonly CHROME: "Chrome";
302
+ };
303
+ export type BrowserType = (typeof BrowserType)[keyof typeof BrowserType];
304
+ export declare const PortalStatus: {
305
+ readonly ACTIVE: "Active";
306
+ readonly INCOMPLETE: "Incomplete";
307
+ readonly PENDING: "Pending";
308
+ };
309
+ export type PortalStatus = (typeof PortalStatus)[keyof typeof PortalStatus];
310
+ export declare const RendererType: {
311
+ readonly APPSTREAM: "AppStream";
312
+ };
313
+ export type RendererType = (typeof RendererType)[keyof typeof RendererType];
304
314
  export interface Portal {
305
315
  portalArn?: string;
306
316
  rendererType?: RendererType | string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-workspaces-web",
3
3
  "description": "AWS SDK for JavaScript Workspaces Web 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,43 +21,43 @@
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
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",