@aws-sdk/client-workspaces 3.693.0 → 3.696.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 CHANGED
@@ -1009,6 +1009,8 @@ var ImageType = {
1009
1009
  };
1010
1010
  var WorkspaceImageErrorDetailCode = {
1011
1011
  ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached",
1012
+ ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent",
1013
+ AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled",
1012
1014
  ANTI_VIRUS_INSTALLED: "AntiVirusInstalled",
1013
1015
  APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled",
1014
1016
  AUTO_LOGON_ENABLED: "AutoLogonEnabled",
@@ -1017,23 +1019,37 @@ var WorkspaceImageErrorDetailCode = {
1017
1019
  DHCP_DISABLED: "DHCPDisabled",
1018
1020
  DISK_FREE_SPACE: "DiskFreeSpace",
1019
1021
  DISK_SIZE_EXCEEDED: "DiskSizeExceeded",
1022
+ DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound",
1020
1023
  DOMAIN_JOINED: "DomainJoined",
1024
+ ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries",
1021
1025
  FIREWALL_ENABLED: "FirewallEnabled",
1022
1026
  INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning",
1027
+ INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace",
1028
+ INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount",
1029
+ INVALID_IP: "InvalidIp",
1023
1030
  IN_PLACE_UPGRADE: "InPlaceUpgrade",
1024
1031
  MULTIPLE_BOOT_PARTITION: "MultipleBootPartition",
1032
+ MULTIPLE_USER_PROFILES: "MultipleUserProfiles",
1025
1033
  OFFICE_INSTALLED: "OfficeInstalled",
1026
1034
  OS_NOT_SUPPORTED: "OSNotSupported",
1027
1035
  OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion",
1028
1036
  PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled",
1029
1037
  PENDING_REBOOT: "PendingReboot",
1030
1038
  REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled",
1039
+ REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled",
1031
1040
  RESERVED_STORAGE_IN_USE: "ReservedStorageInUse",
1032
1041
  SIXTY_FOUR_BIT_OS: "Requires64BitOS",
1042
+ STAGED_APPX_PACKAGE: "StagedAppxPackage",
1043
+ SYSPREP_FILE_MISSING: "SysPrepFileMissing",
1033
1044
  UEFI_NOT_SUPPORTED: "UEFINotSupported",
1034
1045
  UNKNOWN_ERROR: "UnknownError",
1046
+ UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade",
1047
+ UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol",
1048
+ USER_PROFILE_MISSING: "UserProfileMissing",
1035
1049
  VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled",
1050
+ WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled",
1036
1051
  WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled",
1052
+ WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired",
1037
1053
  WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled",
1038
1054
  WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound",
1039
1055
  ZERO_REARM_COUNT: "ZeroRearmCount"
@@ -548,6 +548,8 @@ export const ImageType = {
548
548
  };
549
549
  export const WorkspaceImageErrorDetailCode = {
550
550
  ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached",
551
+ ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent",
552
+ AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled",
551
553
  ANTI_VIRUS_INSTALLED: "AntiVirusInstalled",
552
554
  APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled",
553
555
  AUTO_LOGON_ENABLED: "AutoLogonEnabled",
@@ -556,23 +558,37 @@ export const WorkspaceImageErrorDetailCode = {
556
558
  DHCP_DISABLED: "DHCPDisabled",
557
559
  DISK_FREE_SPACE: "DiskFreeSpace",
558
560
  DISK_SIZE_EXCEEDED: "DiskSizeExceeded",
561
+ DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound",
559
562
  DOMAIN_JOINED: "DomainJoined",
563
+ ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries",
560
564
  FIREWALL_ENABLED: "FirewallEnabled",
561
565
  INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning",
566
+ INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace",
567
+ INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount",
568
+ INVALID_IP: "InvalidIp",
562
569
  IN_PLACE_UPGRADE: "InPlaceUpgrade",
563
570
  MULTIPLE_BOOT_PARTITION: "MultipleBootPartition",
571
+ MULTIPLE_USER_PROFILES: "MultipleUserProfiles",
564
572
  OFFICE_INSTALLED: "OfficeInstalled",
565
573
  OS_NOT_SUPPORTED: "OSNotSupported",
566
574
  OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion",
567
575
  PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled",
568
576
  PENDING_REBOOT: "PendingReboot",
569
577
  REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled",
578
+ REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled",
570
579
  RESERVED_STORAGE_IN_USE: "ReservedStorageInUse",
571
580
  SIXTY_FOUR_BIT_OS: "Requires64BitOS",
581
+ STAGED_APPX_PACKAGE: "StagedAppxPackage",
582
+ SYSPREP_FILE_MISSING: "SysPrepFileMissing",
572
583
  UEFI_NOT_SUPPORTED: "UEFINotSupported",
573
584
  UNKNOWN_ERROR: "UnknownError",
585
+ UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade",
586
+ UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol",
587
+ USER_PROFILE_MISSING: "UserProfileMissing",
574
588
  VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled",
589
+ WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled",
575
590
  WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled",
591
+ WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired",
576
592
  WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled",
577
593
  WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound",
578
594
  ZERO_REARM_COUNT: "ZeroRearmCount",
@@ -39,7 +39,7 @@ declare const CreateWorkspacesCommand_base: {
39
39
  * </li>
40
40
  * <li>
41
41
  * <p>You don't need to specify the <code>PCOIP</code> protocol for Linux bundles
42
- * because <code>DCV</code> (formerly WSP) is the default protocol for those bundles.</p>
42
+ * because <code>WSP</code> is the default protocol for those bundles.</p>
43
43
  * </li>
44
44
  * <li>
45
45
  * <p>User-decoupled WorkSpaces are only supported by Amazon WorkSpaces
@@ -66,7 +66,7 @@ declare const DescribeWorkspaceImagesCommand_base: {
66
66
  * // },
67
67
  * // ErrorDetails: [ // ErrorDetailsList
68
68
  * // { // ErrorDetails
69
- * // ErrorCode: "OutdatedPowershellVersion" || "OfficeInstalled" || "PCoIPAgentInstalled" || "WindowsUpdatesEnabled" || "AutoMountDisabled" || "WorkspacesBYOLAccountNotFound" || "WorkspacesBYOLAccountDisabled" || "DHCPDisabled" || "DiskFreeSpace" || "AdditionalDrivesAttached" || "OSNotSupported" || "DomainJoined" || "AzureDomainJoined" || "FirewallEnabled" || "VMWareToolsInstalled" || "DiskSizeExceeded" || "IncompatiblePartitioning" || "PendingReboot" || "AutoLogonEnabled" || "RealTimeUniversalDisabled" || "MultipleBootPartition" || "Requires64BitOS" || "ZeroRearmCount" || "InPlaceUpgrade" || "AntiVirusInstalled" || "UEFINotSupported" || "UnknownError" || "AppXPackagesInstalled" || "ReservedStorageInUse",
69
+ * // ErrorCode: "OutdatedPowershellVersion" || "OfficeInstalled" || "PCoIPAgentInstalled" || "WindowsUpdatesEnabled" || "AutoMountDisabled" || "WorkspacesBYOLAccountNotFound" || "WorkspacesBYOLAccountDisabled" || "DHCPDisabled" || "DiskFreeSpace" || "AdditionalDrivesAttached" || "OSNotSupported" || "DomainJoined" || "AzureDomainJoined" || "FirewallEnabled" || "VMWareToolsInstalled" || "DiskSizeExceeded" || "IncompatiblePartitioning" || "PendingReboot" || "AutoLogonEnabled" || "RealTimeUniversalDisabled" || "MultipleBootPartition" || "Requires64BitOS" || "ZeroRearmCount" || "InPlaceUpgrade" || "AntiVirusInstalled" || "UEFINotSupported" || "UnknownError" || "AppXPackagesInstalled" || "ReservedStorageInUse" || "AdditionalDrivesPresent" || "WindowsUpdatesRequired" || "SysPrepFileMissing" || "UserProfileMissing" || "InsufficientDiskSpace" || "EnvironmentVariablesPathMissingEntries" || "DomainAccountServicesFound" || "InvalidIp" || "RemoteDesktopServicesDisabled" || "WindowsModulesInstallerDisabled" || "AmazonSsmAgentEnabled" || "UnsupportedSecurityProtocol" || "MultipleUserProfiles" || "StagedAppxPackage" || "UnsupportedOsUpgrade" || "InsufficientRearmCount",
70
70
  * // ErrorMessage: "STRING_VALUE",
71
71
  * // },
72
72
  * // ],
@@ -1902,7 +1902,7 @@ export interface WorkspaceProperties {
1902
1902
  * <p>Only available for WorkSpaces created with PCoIP bundles.</p>
1903
1903
  * </li>
1904
1904
  * <li>
1905
- * <p>The <code>Protocols</code> property is case sensitive. Ensure you use <code>PCOIP</code> or <code>DCV</code> (formerly WSP).</p>
1905
+ * <p>The <code>Protocols</code> property is case sensitive. Ensure you use <code>PCOIP</code> or <code>WSP</code>.</p>
1906
1906
  * </li>
1907
1907
  * <li>
1908
1908
  * <p>Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles
@@ -4438,6 +4438,8 @@ export interface DescribeWorkspaceImagesRequest {
4438
4438
  */
4439
4439
  export declare const WorkspaceImageErrorDetailCode: {
4440
4440
  readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
4441
+ readonly ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent";
4442
+ readonly AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled";
4441
4443
  readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
4442
4444
  readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
4443
4445
  readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
@@ -4446,23 +4448,37 @@ export declare const WorkspaceImageErrorDetailCode: {
4446
4448
  readonly DHCP_DISABLED: "DHCPDisabled";
4447
4449
  readonly DISK_FREE_SPACE: "DiskFreeSpace";
4448
4450
  readonly DISK_SIZE_EXCEEDED: "DiskSizeExceeded";
4451
+ readonly DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound";
4449
4452
  readonly DOMAIN_JOINED: "DomainJoined";
4453
+ readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
4450
4454
  readonly FIREWALL_ENABLED: "FirewallEnabled";
4451
4455
  readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
4456
+ readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
4457
+ readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
4458
+ readonly INVALID_IP: "InvalidIp";
4452
4459
  readonly IN_PLACE_UPGRADE: "InPlaceUpgrade";
4453
4460
  readonly MULTIPLE_BOOT_PARTITION: "MultipleBootPartition";
4461
+ readonly MULTIPLE_USER_PROFILES: "MultipleUserProfiles";
4454
4462
  readonly OFFICE_INSTALLED: "OfficeInstalled";
4455
4463
  readonly OS_NOT_SUPPORTED: "OSNotSupported";
4456
4464
  readonly OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion";
4457
4465
  readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
4458
4466
  readonly PENDING_REBOOT: "PendingReboot";
4459
4467
  readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
4468
+ readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
4460
4469
  readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
4461
4470
  readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
4471
+ readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
4472
+ readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
4462
4473
  readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
4463
4474
  readonly UNKNOWN_ERROR: "UnknownError";
4475
+ readonly UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade";
4476
+ readonly UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol";
4477
+ readonly USER_PROFILE_MISSING: "UserProfileMissing";
4464
4478
  readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
4479
+ readonly WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled";
4465
4480
  readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
4481
+ readonly WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired";
4466
4482
  readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
4467
4483
  readonly WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound";
4468
4484
  readonly ZERO_REARM_COUNT: "ZeroRearmCount";
@@ -5274,12 +5290,12 @@ export interface ImportWorkspaceImageRequest {
5274
5290
  Ec2ImageId: string | undefined;
5275
5291
  /**
5276
5292
  * <p>The ingestion process to be used when importing the image, depending on which protocol
5277
- * you want to use for your BYOL Workspace image, either PCoIP, DCV, or
5278
- * bring your own protocol (BYOP). To use WSP, specify a value that ends in
5279
- * <code>_DCV</code>. To use PCoIP, specify a value that does not end in <code>_DCV</code>.
5293
+ * you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol
5294
+ * (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in
5295
+ * <code>_WSP</code>. To use PCoIP, specify a value that does not end in <code>_WSP</code>.
5280
5296
  * To use BYOP, specify a value that ends in <code>_BYOP</code>.</p>
5281
5297
  * <p>For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify
5282
- * <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_DCV</code>, or <code>BYOL_REGULAR_BYOP</code>,
5298
+ * <code>BYOL_REGULAR</code>, <code>BYOL_REGULAR_WSP</code>, or <code>BYOL_REGULAR_BYOP</code>,
5283
5299
  * depending on the protocol.</p>
5284
5300
  * <note>
5285
5301
  * <p>The <code>BYOL_REGULAR_BYOP</code> and <code>BYOL_GRAPHICS_G4DN_BYOP</code> values
@@ -5315,8 +5331,8 @@ export interface ImportWorkspaceImageRequest {
5315
5331
  * time.</p>
5316
5332
  * </li>
5317
5333
  * <li>
5318
- * <p>During the image import process, non-GPU DCV (formerly WSP) WorkSpaces with Windows 11 support
5319
- * only <code>Microsoft_Office_2019</code>. GPU DCV (formerly WSP) WorkSpaces with Windows 11 do not
5334
+ * <p>During the image import process, non-GPU WSP WorkSpaces with Windows 11 support
5335
+ * only <code>Microsoft_Office_2019</code>. GPU WSP WorkSpaces with Windows 11 do not
5320
5336
  * support Office installation.</p>
5321
5337
  * </li>
5322
5338
  * </ul>
@@ -1302,6 +1302,8 @@ export interface DescribeWorkspaceImagesRequest {
1302
1302
  }
1303
1303
  export declare const WorkspaceImageErrorDetailCode: {
1304
1304
  readonly ADDITIONAL_DRIVES_ATTACHED: "AdditionalDrivesAttached";
1305
+ readonly ADDITIONAL_DRIVES_PRESENT: "AdditionalDrivesPresent";
1306
+ readonly AMAZON_SSM_AGENT_ENABLED: "AmazonSsmAgentEnabled";
1305
1307
  readonly ANTI_VIRUS_INSTALLED: "AntiVirusInstalled";
1306
1308
  readonly APPX_PACKAGES_INSTALLED: "AppXPackagesInstalled";
1307
1309
  readonly AUTO_LOGON_ENABLED: "AutoLogonEnabled";
@@ -1310,23 +1312,37 @@ export declare const WorkspaceImageErrorDetailCode: {
1310
1312
  readonly DHCP_DISABLED: "DHCPDisabled";
1311
1313
  readonly DISK_FREE_SPACE: "DiskFreeSpace";
1312
1314
  readonly DISK_SIZE_EXCEEDED: "DiskSizeExceeded";
1315
+ readonly DOMAIN_ACCOUNT_SERVICES_FOUND: "DomainAccountServicesFound";
1313
1316
  readonly DOMAIN_JOINED: "DomainJoined";
1317
+ readonly ENVIRONMENT_VARIABLES_PATH_MISSING_ENTRIES: "EnvironmentVariablesPathMissingEntries";
1314
1318
  readonly FIREWALL_ENABLED: "FirewallEnabled";
1315
1319
  readonly INCOMPATIBLE_PARTITIONING: "IncompatiblePartitioning";
1320
+ readonly INSUFFICIENT_DISK_SPACE: "InsufficientDiskSpace";
1321
+ readonly INSUFFICIENT_REARM_COUNT: "InsufficientRearmCount";
1322
+ readonly INVALID_IP: "InvalidIp";
1316
1323
  readonly IN_PLACE_UPGRADE: "InPlaceUpgrade";
1317
1324
  readonly MULTIPLE_BOOT_PARTITION: "MultipleBootPartition";
1325
+ readonly MULTIPLE_USER_PROFILES: "MultipleUserProfiles";
1318
1326
  readonly OFFICE_INSTALLED: "OfficeInstalled";
1319
1327
  readonly OS_NOT_SUPPORTED: "OSNotSupported";
1320
1328
  readonly OUTDATED_POWERSHELL_VERSION: "OutdatedPowershellVersion";
1321
1329
  readonly PCOIP_AGENT_INSTALLED: "PCoIPAgentInstalled";
1322
1330
  readonly PENDING_REBOOT: "PendingReboot";
1323
1331
  readonly REALTIME_UNIVERSAL_DISABLED: "RealTimeUniversalDisabled";
1332
+ readonly REMOTE_DESKTOP_SERVICES_DISABLED: "RemoteDesktopServicesDisabled";
1324
1333
  readonly RESERVED_STORAGE_IN_USE: "ReservedStorageInUse";
1325
1334
  readonly SIXTY_FOUR_BIT_OS: "Requires64BitOS";
1335
+ readonly STAGED_APPX_PACKAGE: "StagedAppxPackage";
1336
+ readonly SYSPREP_FILE_MISSING: "SysPrepFileMissing";
1326
1337
  readonly UEFI_NOT_SUPPORTED: "UEFINotSupported";
1327
1338
  readonly UNKNOWN_ERROR: "UnknownError";
1339
+ readonly UNSUPPORTED_OS_UPGRADE: "UnsupportedOsUpgrade";
1340
+ readonly UNSUPPORTED_SECURITY_PROTOCOL: "UnsupportedSecurityProtocol";
1341
+ readonly USER_PROFILE_MISSING: "UserProfileMissing";
1328
1342
  readonly VMWARE_TOOLS_INSTALLED: "VMWareToolsInstalled";
1343
+ readonly WINDOWS_MODULES_INSTALLER_DISABLED: "WindowsModulesInstallerDisabled";
1329
1344
  readonly WINDOWS_UPDATES_ENABLED: "WindowsUpdatesEnabled";
1345
+ readonly WINDOWS_UPDATES_REQUIRED: "WindowsUpdatesRequired";
1330
1346
  readonly WORKSPACES_BYOL_ACCOUNT_DISABLED: "WorkspacesBYOLAccountDisabled";
1331
1347
  readonly WORKSPACES_BYOL_ACCOUNT_NOT_FOUND: "WorkspacesBYOLAccountNotFound";
1332
1348
  readonly ZERO_REARM_COUNT: "ZeroRearmCount";
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.693.0",
4
+ "version": "3.696.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,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.693.0",
24
- "@aws-sdk/client-sts": "3.693.0",
25
- "@aws-sdk/core": "3.693.0",
26
- "@aws-sdk/credential-provider-node": "3.693.0",
27
- "@aws-sdk/middleware-host-header": "3.693.0",
28
- "@aws-sdk/middleware-logger": "3.693.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.693.0",
30
- "@aws-sdk/middleware-user-agent": "3.693.0",
31
- "@aws-sdk/region-config-resolver": "3.693.0",
32
- "@aws-sdk/types": "3.692.0",
33
- "@aws-sdk/util-endpoints": "3.693.0",
34
- "@aws-sdk/util-user-agent-browser": "3.693.0",
35
- "@aws-sdk/util-user-agent-node": "3.693.0",
36
- "@smithy/config-resolver": "^3.0.11",
37
- "@smithy/core": "^2.5.2",
38
- "@smithy/fetch-http-handler": "^4.1.0",
39
- "@smithy/hash-node": "^3.0.9",
40
- "@smithy/invalid-dependency": "^3.0.9",
41
- "@smithy/middleware-content-length": "^3.0.11",
42
- "@smithy/middleware-endpoint": "^3.2.2",
43
- "@smithy/middleware-retry": "^3.0.26",
44
- "@smithy/middleware-serde": "^3.0.9",
45
- "@smithy/middleware-stack": "^3.0.9",
46
- "@smithy/node-config-provider": "^3.1.10",
47
- "@smithy/node-http-handler": "^3.3.0",
48
- "@smithy/protocol-http": "^4.1.6",
49
- "@smithy/smithy-client": "^3.4.3",
50
- "@smithy/types": "^3.7.0",
51
- "@smithy/url-parser": "^3.0.9",
23
+ "@aws-sdk/client-sso-oidc": "3.696.0",
24
+ "@aws-sdk/client-sts": "3.696.0",
25
+ "@aws-sdk/core": "3.696.0",
26
+ "@aws-sdk/credential-provider-node": "3.696.0",
27
+ "@aws-sdk/middleware-host-header": "3.696.0",
28
+ "@aws-sdk/middleware-logger": "3.696.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.696.0",
30
+ "@aws-sdk/middleware-user-agent": "3.696.0",
31
+ "@aws-sdk/region-config-resolver": "3.696.0",
32
+ "@aws-sdk/types": "3.696.0",
33
+ "@aws-sdk/util-endpoints": "3.696.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.696.0",
35
+ "@aws-sdk/util-user-agent-node": "3.696.0",
36
+ "@smithy/config-resolver": "^3.0.12",
37
+ "@smithy/core": "^2.5.3",
38
+ "@smithy/fetch-http-handler": "^4.1.1",
39
+ "@smithy/hash-node": "^3.0.10",
40
+ "@smithy/invalid-dependency": "^3.0.10",
41
+ "@smithy/middleware-content-length": "^3.0.12",
42
+ "@smithy/middleware-endpoint": "^3.2.3",
43
+ "@smithy/middleware-retry": "^3.0.27",
44
+ "@smithy/middleware-serde": "^3.0.10",
45
+ "@smithy/middleware-stack": "^3.0.10",
46
+ "@smithy/node-config-provider": "^3.1.11",
47
+ "@smithy/node-http-handler": "^3.3.1",
48
+ "@smithy/protocol-http": "^4.1.7",
49
+ "@smithy/smithy-client": "^3.4.4",
50
+ "@smithy/types": "^3.7.1",
51
+ "@smithy/url-parser": "^3.0.10",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.26",
56
- "@smithy/util-defaults-mode-node": "^3.0.26",
57
- "@smithy/util-endpoints": "^2.1.5",
58
- "@smithy/util-middleware": "^3.0.9",
59
- "@smithy/util-retry": "^3.0.9",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.27",
56
+ "@smithy/util-defaults-mode-node": "^3.0.27",
57
+ "@smithy/util-endpoints": "^2.1.6",
58
+ "@smithy/util-middleware": "^3.0.10",
59
+ "@smithy/util-retry": "^3.0.10",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },