@aws-sdk/client-workspaces 3.763.0 → 3.774.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +57 -57
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AGAModeForDirectoryEnum: () => AGAModeForDirectoryEnum,
|
|
25
25
|
AGAModeForWorkSpaceEnum: () => AGAModeForWorkSpaceEnum,
|
|
26
26
|
AGAPreferredProtocolForDirectory: () => AGAPreferredProtocolForDirectory,
|
|
@@ -209,7 +209,7 @@ __export(src_exports, {
|
|
|
209
209
|
paginateDescribeWorkspaces: () => paginateDescribeWorkspaces,
|
|
210
210
|
paginateListAccountLinks: () => paginateListAccountLinks
|
|
211
211
|
});
|
|
212
|
-
module.exports = __toCommonJS(
|
|
212
|
+
module.exports = __toCommonJS(index_exports);
|
|
213
213
|
|
|
214
214
|
// src/WorkSpacesClient.ts
|
|
215
215
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -336,9 +336,9 @@ var WorkSpacesClient = class extends import_smithy_client.Client {
|
|
|
336
336
|
this.middlewareStack.use(
|
|
337
337
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
338
338
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultWorkSpacesHttpAuthSchemeParametersProvider,
|
|
339
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
339
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
340
340
|
"aws.auth#sigv4": config.credentials
|
|
341
|
-
})
|
|
341
|
+
}), "identityProviderConfigProvider")
|
|
342
342
|
})
|
|
343
343
|
);
|
|
344
344
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -3214,12 +3214,12 @@ var se_DefaultImportClientBrandingAttributes = /* @__PURE__ */ __name((input, co
|
|
|
3214
3214
|
}, "se_DefaultImportClientBrandingAttributes");
|
|
3215
3215
|
var se_ImportClientBrandingRequest = /* @__PURE__ */ __name((input, context) => {
|
|
3216
3216
|
return (0, import_smithy_client.take)(input, {
|
|
3217
|
-
DeviceTypeAndroid: (_) => se_DefaultImportClientBrandingAttributes(_, context),
|
|
3218
|
-
DeviceTypeIos: (_) => se_IosImportClientBrandingAttributes(_, context),
|
|
3219
|
-
DeviceTypeLinux: (_) => se_DefaultImportClientBrandingAttributes(_, context),
|
|
3220
|
-
DeviceTypeOsx: (_) => se_DefaultImportClientBrandingAttributes(_, context),
|
|
3221
|
-
DeviceTypeWeb: (_) => se_DefaultImportClientBrandingAttributes(_, context),
|
|
3222
|
-
DeviceTypeWindows: (_) => se_DefaultImportClientBrandingAttributes(_, context),
|
|
3217
|
+
DeviceTypeAndroid: /* @__PURE__ */ __name((_) => se_DefaultImportClientBrandingAttributes(_, context), "DeviceTypeAndroid"),
|
|
3218
|
+
DeviceTypeIos: /* @__PURE__ */ __name((_) => se_IosImportClientBrandingAttributes(_, context), "DeviceTypeIos"),
|
|
3219
|
+
DeviceTypeLinux: /* @__PURE__ */ __name((_) => se_DefaultImportClientBrandingAttributes(_, context), "DeviceTypeLinux"),
|
|
3220
|
+
DeviceTypeOsx: /* @__PURE__ */ __name((_) => se_DefaultImportClientBrandingAttributes(_, context), "DeviceTypeOsx"),
|
|
3221
|
+
DeviceTypeWeb: /* @__PURE__ */ __name((_) => se_DefaultImportClientBrandingAttributes(_, context), "DeviceTypeWeb"),
|
|
3222
|
+
DeviceTypeWindows: /* @__PURE__ */ __name((_) => se_DefaultImportClientBrandingAttributes(_, context), "DeviceTypeWindows"),
|
|
3223
3223
|
ResourceId: []
|
|
3224
3224
|
});
|
|
3225
3225
|
}, "se_ImportClientBrandingRequest");
|
|
@@ -3241,7 +3241,7 @@ var de_AccountModification = /* @__PURE__ */ __name((output, context) => {
|
|
|
3241
3241
|
ErrorCode: import_smithy_client.expectString,
|
|
3242
3242
|
ErrorMessage: import_smithy_client.expectString,
|
|
3243
3243
|
ModificationState: import_smithy_client.expectString,
|
|
3244
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3244
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime")
|
|
3245
3245
|
});
|
|
3246
3246
|
}, "de_AccountModification");
|
|
3247
3247
|
var de_AccountModificationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3255,8 +3255,8 @@ var de_ApplicationResourceAssociation = /* @__PURE__ */ __name((output, context)
|
|
|
3255
3255
|
ApplicationId: import_smithy_client.expectString,
|
|
3256
3256
|
AssociatedResourceId: import_smithy_client.expectString,
|
|
3257
3257
|
AssociatedResourceType: import_smithy_client.expectString,
|
|
3258
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3259
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3258
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3259
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3260
3260
|
State: import_smithy_client.expectString,
|
|
3261
3261
|
StateReason: import_smithy_client._json
|
|
3262
3262
|
});
|
|
@@ -3269,7 +3269,7 @@ var de_ApplicationResourceAssociationList = /* @__PURE__ */ __name((output, cont
|
|
|
3269
3269
|
}, "de_ApplicationResourceAssociationList");
|
|
3270
3270
|
var de_AssociateWorkspaceApplicationResult = /* @__PURE__ */ __name((output, context) => {
|
|
3271
3271
|
return (0, import_smithy_client.take)(output, {
|
|
3272
|
-
Association: (_) => de_WorkspaceResourceAssociation(_, context)
|
|
3272
|
+
Association: /* @__PURE__ */ __name((_) => de_WorkspaceResourceAssociation(_, context), "Association")
|
|
3273
3273
|
});
|
|
3274
3274
|
}, "de_AssociateWorkspaceApplicationResult");
|
|
3275
3275
|
var de_BundleList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3283,8 +3283,8 @@ var de_BundleResourceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
|
3283
3283
|
AssociatedResourceId: import_smithy_client.expectString,
|
|
3284
3284
|
AssociatedResourceType: import_smithy_client.expectString,
|
|
3285
3285
|
BundleId: import_smithy_client.expectString,
|
|
3286
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3287
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3286
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3287
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3288
3288
|
State: import_smithy_client.expectString,
|
|
3289
3289
|
StateReason: import_smithy_client._json
|
|
3290
3290
|
});
|
|
@@ -3297,12 +3297,12 @@ var de_BundleResourceAssociationList = /* @__PURE__ */ __name((output, context)
|
|
|
3297
3297
|
}, "de_BundleResourceAssociationList");
|
|
3298
3298
|
var de_CreateWorkspaceBundleResult = /* @__PURE__ */ __name((output, context) => {
|
|
3299
3299
|
return (0, import_smithy_client.take)(output, {
|
|
3300
|
-
WorkspaceBundle: (_) => de_WorkspaceBundle(_, context)
|
|
3300
|
+
WorkspaceBundle: /* @__PURE__ */ __name((_) => de_WorkspaceBundle(_, context), "WorkspaceBundle")
|
|
3301
3301
|
});
|
|
3302
3302
|
}, "de_CreateWorkspaceBundleResult");
|
|
3303
3303
|
var de_CreateWorkspaceImageResult = /* @__PURE__ */ __name((output, context) => {
|
|
3304
3304
|
return (0, import_smithy_client.take)(output, {
|
|
3305
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3305
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3306
3306
|
Description: import_smithy_client.expectString,
|
|
3307
3307
|
ImageId: import_smithy_client.expectString,
|
|
3308
3308
|
Name: import_smithy_client.expectString,
|
|
@@ -3314,113 +3314,113 @@ var de_CreateWorkspaceImageResult = /* @__PURE__ */ __name((output, context) =>
|
|
|
3314
3314
|
}, "de_CreateWorkspaceImageResult");
|
|
3315
3315
|
var de_CreateWorkspacesPoolResult = /* @__PURE__ */ __name((output, context) => {
|
|
3316
3316
|
return (0, import_smithy_client.take)(output, {
|
|
3317
|
-
WorkspacesPool: (_) => de_WorkspacesPool(_, context)
|
|
3317
|
+
WorkspacesPool: /* @__PURE__ */ __name((_) => de_WorkspacesPool(_, context), "WorkspacesPool")
|
|
3318
3318
|
});
|
|
3319
3319
|
}, "de_CreateWorkspacesPoolResult");
|
|
3320
3320
|
var de_CreateWorkspacesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3321
3321
|
return (0, import_smithy_client.take)(output, {
|
|
3322
3322
|
FailedRequests: import_smithy_client._json,
|
|
3323
|
-
PendingRequests: (_) => de_WorkspaceList(_, context)
|
|
3323
|
+
PendingRequests: /* @__PURE__ */ __name((_) => de_WorkspaceList(_, context), "PendingRequests")
|
|
3324
3324
|
});
|
|
3325
3325
|
}, "de_CreateWorkspacesResult");
|
|
3326
3326
|
var de_DataReplicationSettings = /* @__PURE__ */ __name((output, context) => {
|
|
3327
3327
|
return (0, import_smithy_client.take)(output, {
|
|
3328
3328
|
DataReplication: import_smithy_client.expectString,
|
|
3329
|
-
RecoverySnapshotTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3329
|
+
RecoverySnapshotTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RecoverySnapshotTime")
|
|
3330
3330
|
});
|
|
3331
3331
|
}, "de_DataReplicationSettings");
|
|
3332
3332
|
var de_DeployWorkspaceApplicationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3333
3333
|
return (0, import_smithy_client.take)(output, {
|
|
3334
|
-
Deployment: (_) => de_WorkSpaceApplicationDeployment(_, context)
|
|
3334
|
+
Deployment: /* @__PURE__ */ __name((_) => de_WorkSpaceApplicationDeployment(_, context), "Deployment")
|
|
3335
3335
|
});
|
|
3336
3336
|
}, "de_DeployWorkspaceApplicationsResult");
|
|
3337
3337
|
var de_DescribeAccountModificationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3338
3338
|
return (0, import_smithy_client.take)(output, {
|
|
3339
|
-
AccountModifications: (_) => de_AccountModificationList(_, context),
|
|
3339
|
+
AccountModifications: /* @__PURE__ */ __name((_) => de_AccountModificationList(_, context), "AccountModifications"),
|
|
3340
3340
|
NextToken: import_smithy_client.expectString
|
|
3341
3341
|
});
|
|
3342
3342
|
}, "de_DescribeAccountModificationsResult");
|
|
3343
3343
|
var de_DescribeApplicationAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3344
3344
|
return (0, import_smithy_client.take)(output, {
|
|
3345
|
-
Associations: (_) => de_ApplicationResourceAssociationList(_, context),
|
|
3345
|
+
Associations: /* @__PURE__ */ __name((_) => de_ApplicationResourceAssociationList(_, context), "Associations"),
|
|
3346
3346
|
NextToken: import_smithy_client.expectString
|
|
3347
3347
|
});
|
|
3348
3348
|
}, "de_DescribeApplicationAssociationsResult");
|
|
3349
3349
|
var de_DescribeApplicationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3350
3350
|
return (0, import_smithy_client.take)(output, {
|
|
3351
|
-
Applications: (_) => de_WorkSpaceApplicationList(_, context),
|
|
3351
|
+
Applications: /* @__PURE__ */ __name((_) => de_WorkSpaceApplicationList(_, context), "Applications"),
|
|
3352
3352
|
NextToken: import_smithy_client.expectString
|
|
3353
3353
|
});
|
|
3354
3354
|
}, "de_DescribeApplicationsResult");
|
|
3355
3355
|
var de_DescribeBundleAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3356
3356
|
return (0, import_smithy_client.take)(output, {
|
|
3357
|
-
Associations: (_) => de_BundleResourceAssociationList(_, context)
|
|
3357
|
+
Associations: /* @__PURE__ */ __name((_) => de_BundleResourceAssociationList(_, context), "Associations")
|
|
3358
3358
|
});
|
|
3359
3359
|
}, "de_DescribeBundleAssociationsResult");
|
|
3360
3360
|
var de_DescribeImageAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3361
3361
|
return (0, import_smithy_client.take)(output, {
|
|
3362
|
-
Associations: (_) => de_ImageResourceAssociationList(_, context)
|
|
3362
|
+
Associations: /* @__PURE__ */ __name((_) => de_ImageResourceAssociationList(_, context), "Associations")
|
|
3363
3363
|
});
|
|
3364
3364
|
}, "de_DescribeImageAssociationsResult");
|
|
3365
3365
|
var de_DescribeWorkspaceAssociationsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3366
3366
|
return (0, import_smithy_client.take)(output, {
|
|
3367
|
-
Associations: (_) => de_WorkspaceResourceAssociationList(_, context)
|
|
3367
|
+
Associations: /* @__PURE__ */ __name((_) => de_WorkspaceResourceAssociationList(_, context), "Associations")
|
|
3368
3368
|
});
|
|
3369
3369
|
}, "de_DescribeWorkspaceAssociationsResult");
|
|
3370
3370
|
var de_DescribeWorkspaceBundlesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3371
3371
|
return (0, import_smithy_client.take)(output, {
|
|
3372
|
-
Bundles: (_) => de_BundleList(_, context),
|
|
3372
|
+
Bundles: /* @__PURE__ */ __name((_) => de_BundleList(_, context), "Bundles"),
|
|
3373
3373
|
NextToken: import_smithy_client.expectString
|
|
3374
3374
|
});
|
|
3375
3375
|
}, "de_DescribeWorkspaceBundlesResult");
|
|
3376
3376
|
var de_DescribeWorkspaceImagesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3377
3377
|
return (0, import_smithy_client.take)(output, {
|
|
3378
|
-
Images: (_) => de_WorkspaceImageList(_, context),
|
|
3378
|
+
Images: /* @__PURE__ */ __name((_) => de_WorkspaceImageList(_, context), "Images"),
|
|
3379
3379
|
NextToken: import_smithy_client.expectString
|
|
3380
3380
|
});
|
|
3381
3381
|
}, "de_DescribeWorkspaceImagesResult");
|
|
3382
3382
|
var de_DescribeWorkspacesConnectionStatusResult = /* @__PURE__ */ __name((output, context) => {
|
|
3383
3383
|
return (0, import_smithy_client.take)(output, {
|
|
3384
3384
|
NextToken: import_smithy_client.expectString,
|
|
3385
|
-
WorkspacesConnectionStatus: (_) => de_WorkspaceConnectionStatusList(_, context)
|
|
3385
|
+
WorkspacesConnectionStatus: /* @__PURE__ */ __name((_) => de_WorkspaceConnectionStatusList(_, context), "WorkspacesConnectionStatus")
|
|
3386
3386
|
});
|
|
3387
3387
|
}, "de_DescribeWorkspacesConnectionStatusResult");
|
|
3388
3388
|
var de_DescribeWorkspaceSnapshotsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3389
3389
|
return (0, import_smithy_client.take)(output, {
|
|
3390
|
-
RebuildSnapshots: (_) => de_SnapshotList(_, context),
|
|
3391
|
-
RestoreSnapshots: (_) => de_SnapshotList(_, context)
|
|
3390
|
+
RebuildSnapshots: /* @__PURE__ */ __name((_) => de_SnapshotList(_, context), "RebuildSnapshots"),
|
|
3391
|
+
RestoreSnapshots: /* @__PURE__ */ __name((_) => de_SnapshotList(_, context), "RestoreSnapshots")
|
|
3392
3392
|
});
|
|
3393
3393
|
}, "de_DescribeWorkspaceSnapshotsResult");
|
|
3394
3394
|
var de_DescribeWorkspacesPoolSessionsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3395
3395
|
return (0, import_smithy_client.take)(output, {
|
|
3396
3396
|
NextToken: import_smithy_client.expectString,
|
|
3397
|
-
Sessions: (_) => de_WorkspacesPoolSessions(_, context)
|
|
3397
|
+
Sessions: /* @__PURE__ */ __name((_) => de_WorkspacesPoolSessions(_, context), "Sessions")
|
|
3398
3398
|
});
|
|
3399
3399
|
}, "de_DescribeWorkspacesPoolSessionsResult");
|
|
3400
3400
|
var de_DescribeWorkspacesPoolsResult = /* @__PURE__ */ __name((output, context) => {
|
|
3401
3401
|
return (0, import_smithy_client.take)(output, {
|
|
3402
3402
|
NextToken: import_smithy_client.expectString,
|
|
3403
|
-
WorkspacesPools: (_) => de_WorkspacesPools(_, context)
|
|
3403
|
+
WorkspacesPools: /* @__PURE__ */ __name((_) => de_WorkspacesPools(_, context), "WorkspacesPools")
|
|
3404
3404
|
});
|
|
3405
3405
|
}, "de_DescribeWorkspacesPoolsResult");
|
|
3406
3406
|
var de_DescribeWorkspacesResult = /* @__PURE__ */ __name((output, context) => {
|
|
3407
3407
|
return (0, import_smithy_client.take)(output, {
|
|
3408
3408
|
NextToken: import_smithy_client.expectString,
|
|
3409
|
-
Workspaces: (_) => de_WorkspaceList(_, context)
|
|
3409
|
+
Workspaces: /* @__PURE__ */ __name((_) => de_WorkspaceList(_, context), "Workspaces")
|
|
3410
3410
|
});
|
|
3411
3411
|
}, "de_DescribeWorkspacesResult");
|
|
3412
3412
|
var de_DisassociateWorkspaceApplicationResult = /* @__PURE__ */ __name((output, context) => {
|
|
3413
3413
|
return (0, import_smithy_client.take)(output, {
|
|
3414
|
-
Association: (_) => de_WorkspaceResourceAssociation(_, context)
|
|
3414
|
+
Association: /* @__PURE__ */ __name((_) => de_WorkspaceResourceAssociation(_, context), "Association")
|
|
3415
3415
|
});
|
|
3416
3416
|
}, "de_DisassociateWorkspaceApplicationResult");
|
|
3417
3417
|
var de_ImageResourceAssociation = /* @__PURE__ */ __name((output, context) => {
|
|
3418
3418
|
return (0, import_smithy_client.take)(output, {
|
|
3419
3419
|
AssociatedResourceId: import_smithy_client.expectString,
|
|
3420
3420
|
AssociatedResourceType: import_smithy_client.expectString,
|
|
3421
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3421
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3422
3422
|
ImageId: import_smithy_client.expectString,
|
|
3423
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3423
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3424
3424
|
State: import_smithy_client.expectString,
|
|
3425
3425
|
StateReason: import_smithy_client._json
|
|
3426
3426
|
});
|
|
@@ -3433,7 +3433,7 @@ var de_ImageResourceAssociationList = /* @__PURE__ */ __name((output, context) =
|
|
|
3433
3433
|
}, "de_ImageResourceAssociationList");
|
|
3434
3434
|
var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
|
|
3435
3435
|
return (0, import_smithy_client.take)(output, {
|
|
3436
|
-
SnapshotTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
3436
|
+
SnapshotTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SnapshotTime")
|
|
3437
3437
|
});
|
|
3438
3438
|
}, "de_Snapshot");
|
|
3439
3439
|
var de_SnapshotList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3445,7 +3445,7 @@ var de_SnapshotList = /* @__PURE__ */ __name((output, context) => {
|
|
|
3445
3445
|
var de_StandbyWorkspacesProperties = /* @__PURE__ */ __name((output, context) => {
|
|
3446
3446
|
return (0, import_smithy_client.take)(output, {
|
|
3447
3447
|
DataReplication: import_smithy_client.expectString,
|
|
3448
|
-
RecoverySnapshotTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3448
|
+
RecoverySnapshotTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "RecoverySnapshotTime"),
|
|
3449
3449
|
StandbyWorkspaceId: import_smithy_client.expectString
|
|
3450
3450
|
});
|
|
3451
3451
|
}, "de_StandbyWorkspacesProperties");
|
|
@@ -3457,14 +3457,14 @@ var de_StandbyWorkspacesPropertiesList = /* @__PURE__ */ __name((output, context
|
|
|
3457
3457
|
}, "de_StandbyWorkspacesPropertiesList");
|
|
3458
3458
|
var de_UpdateWorkspacesPoolResult = /* @__PURE__ */ __name((output, context) => {
|
|
3459
3459
|
return (0, import_smithy_client.take)(output, {
|
|
3460
|
-
WorkspacesPool: (_) => de_WorkspacesPool(_, context)
|
|
3460
|
+
WorkspacesPool: /* @__PURE__ */ __name((_) => de_WorkspacesPool(_, context), "WorkspacesPool")
|
|
3461
3461
|
});
|
|
3462
3462
|
}, "de_UpdateWorkspacesPoolResult");
|
|
3463
3463
|
var de_Workspace = /* @__PURE__ */ __name((output, context) => {
|
|
3464
3464
|
return (0, import_smithy_client.take)(output, {
|
|
3465
3465
|
BundleId: import_smithy_client.expectString,
|
|
3466
3466
|
ComputerName: import_smithy_client.expectString,
|
|
3467
|
-
DataReplicationSettings: (_) => de_DataReplicationSettings(_, context),
|
|
3467
|
+
DataReplicationSettings: /* @__PURE__ */ __name((_) => de_DataReplicationSettings(_, context), "DataReplicationSettings"),
|
|
3468
3468
|
DirectoryId: import_smithy_client.expectString,
|
|
3469
3469
|
ErrorCode: import_smithy_client.expectString,
|
|
3470
3470
|
ErrorMessage: import_smithy_client.expectString,
|
|
@@ -3472,7 +3472,7 @@ var de_Workspace = /* @__PURE__ */ __name((output, context) => {
|
|
|
3472
3472
|
ModificationStates: import_smithy_client._json,
|
|
3473
3473
|
RelatedWorkspaces: import_smithy_client._json,
|
|
3474
3474
|
RootVolumeEncryptionEnabled: import_smithy_client.expectBoolean,
|
|
3475
|
-
StandbyWorkspacesProperties: (_) => de_StandbyWorkspacesPropertiesList(_, context),
|
|
3475
|
+
StandbyWorkspacesProperties: /* @__PURE__ */ __name((_) => de_StandbyWorkspacesPropertiesList(_, context), "StandbyWorkspacesProperties"),
|
|
3476
3476
|
State: import_smithy_client.expectString,
|
|
3477
3477
|
SubnetId: import_smithy_client.expectString,
|
|
3478
3478
|
UserName: import_smithy_client.expectString,
|
|
@@ -3486,7 +3486,7 @@ var de_Workspace = /* @__PURE__ */ __name((output, context) => {
|
|
|
3486
3486
|
var de_WorkSpaceApplication = /* @__PURE__ */ __name((output, context) => {
|
|
3487
3487
|
return (0, import_smithy_client.take)(output, {
|
|
3488
3488
|
ApplicationId: import_smithy_client.expectString,
|
|
3489
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3489
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3490
3490
|
Description: import_smithy_client.expectString,
|
|
3491
3491
|
LicenseType: import_smithy_client.expectString,
|
|
3492
3492
|
Name: import_smithy_client.expectString,
|
|
@@ -3498,7 +3498,7 @@ var de_WorkSpaceApplication = /* @__PURE__ */ __name((output, context) => {
|
|
|
3498
3498
|
}, "de_WorkSpaceApplication");
|
|
3499
3499
|
var de_WorkSpaceApplicationDeployment = /* @__PURE__ */ __name((output, context) => {
|
|
3500
3500
|
return (0, import_smithy_client.take)(output, {
|
|
3501
|
-
Associations: (_) => de_WorkspaceResourceAssociationList(_, context)
|
|
3501
|
+
Associations: /* @__PURE__ */ __name((_) => de_WorkspaceResourceAssociationList(_, context), "Associations")
|
|
3502
3502
|
});
|
|
3503
3503
|
}, "de_WorkSpaceApplicationDeployment");
|
|
3504
3504
|
var de_WorkSpaceApplicationList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -3512,10 +3512,10 @@ var de_WorkspaceBundle = /* @__PURE__ */ __name((output, context) => {
|
|
|
3512
3512
|
BundleId: import_smithy_client.expectString,
|
|
3513
3513
|
BundleType: import_smithy_client.expectString,
|
|
3514
3514
|
ComputeType: import_smithy_client._json,
|
|
3515
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3515
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
3516
3516
|
Description: import_smithy_client.expectString,
|
|
3517
3517
|
ImageId: import_smithy_client.expectString,
|
|
3518
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3518
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3519
3519
|
Name: import_smithy_client.expectString,
|
|
3520
3520
|
Owner: import_smithy_client.expectString,
|
|
3521
3521
|
RootStorage: import_smithy_client._json,
|
|
@@ -3526,8 +3526,8 @@ var de_WorkspaceBundle = /* @__PURE__ */ __name((output, context) => {
|
|
|
3526
3526
|
var de_WorkspaceConnectionStatus = /* @__PURE__ */ __name((output, context) => {
|
|
3527
3527
|
return (0, import_smithy_client.take)(output, {
|
|
3528
3528
|
ConnectionState: import_smithy_client.expectString,
|
|
3529
|
-
ConnectionStateCheckTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3530
|
-
LastKnownUserConnectionTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3529
|
+
ConnectionStateCheckTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ConnectionStateCheckTimestamp"),
|
|
3530
|
+
LastKnownUserConnectionTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastKnownUserConnectionTimestamp"),
|
|
3531
3531
|
WorkspaceId: import_smithy_client.expectString
|
|
3532
3532
|
});
|
|
3533
3533
|
}, "de_WorkspaceConnectionStatus");
|
|
@@ -3539,7 +3539,7 @@ var de_WorkspaceConnectionStatusList = /* @__PURE__ */ __name((output, context)
|
|
|
3539
3539
|
}, "de_WorkspaceConnectionStatusList");
|
|
3540
3540
|
var de_WorkspaceImage = /* @__PURE__ */ __name((output, context) => {
|
|
3541
3541
|
return (0, import_smithy_client.take)(output, {
|
|
3542
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3542
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3543
3543
|
Description: import_smithy_client.expectString,
|
|
3544
3544
|
ErrorCode: import_smithy_client.expectString,
|
|
3545
3545
|
ErrorDetails: import_smithy_client._json,
|
|
@@ -3569,8 +3569,8 @@ var de_WorkspaceResourceAssociation = /* @__PURE__ */ __name((output, context) =
|
|
|
3569
3569
|
return (0, import_smithy_client.take)(output, {
|
|
3570
3570
|
AssociatedResourceId: import_smithy_client.expectString,
|
|
3571
3571
|
AssociatedResourceType: import_smithy_client.expectString,
|
|
3572
|
-
Created: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3573
|
-
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3572
|
+
Created: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Created"),
|
|
3573
|
+
LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
|
|
3574
3574
|
State: import_smithy_client.expectString,
|
|
3575
3575
|
StateReason: import_smithy_client._json,
|
|
3576
3576
|
WorkspaceId: import_smithy_client.expectString
|
|
@@ -3587,7 +3587,7 @@ var de_WorkspacesPool = /* @__PURE__ */ __name((output, context) => {
|
|
|
3587
3587
|
ApplicationSettings: import_smithy_client._json,
|
|
3588
3588
|
BundleId: import_smithy_client.expectString,
|
|
3589
3589
|
CapacityStatus: import_smithy_client._json,
|
|
3590
|
-
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3590
|
+
CreatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreatedAt"),
|
|
3591
3591
|
Description: import_smithy_client.expectString,
|
|
3592
3592
|
DirectoryId: import_smithy_client.expectString,
|
|
3593
3593
|
Errors: import_smithy_client._json,
|
|
@@ -3608,12 +3608,12 @@ var de_WorkspacesPoolSession = /* @__PURE__ */ __name((output, context) => {
|
|
|
3608
3608
|
return (0, import_smithy_client.take)(output, {
|
|
3609
3609
|
AuthenticationType: import_smithy_client.expectString,
|
|
3610
3610
|
ConnectionState: import_smithy_client.expectString,
|
|
3611
|
-
ExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3611
|
+
ExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTime"),
|
|
3612
3612
|
InstanceId: import_smithy_client.expectString,
|
|
3613
3613
|
NetworkAccessConfiguration: import_smithy_client._json,
|
|
3614
3614
|
PoolId: import_smithy_client.expectString,
|
|
3615
3615
|
SessionId: import_smithy_client.expectString,
|
|
3616
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
3616
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
3617
3617
|
UserId: import_smithy_client.expectString
|
|
3618
3618
|
});
|
|
3619
3619
|
}, "de_WorkspacesPoolSession");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|