@aws-sdk/client-workspaces-web 3.414.0 → 3.418.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 (117) hide show
  1. package/dist-cjs/commands/AssociateBrowserSettingsCommand.js +5 -0
  2. package/dist-cjs/commands/AssociateIpAccessSettingsCommand.js +5 -0
  3. package/dist-cjs/commands/AssociateNetworkSettingsCommand.js +5 -0
  4. package/dist-cjs/commands/AssociateTrustStoreCommand.js +5 -0
  5. package/dist-cjs/commands/AssociateUserAccessLoggingSettingsCommand.js +5 -0
  6. package/dist-cjs/commands/AssociateUserSettingsCommand.js +5 -0
  7. package/dist-cjs/commands/CreateBrowserSettingsCommand.js +5 -0
  8. package/dist-cjs/commands/CreateIdentityProviderCommand.js +5 -0
  9. package/dist-cjs/commands/CreateIpAccessSettingsCommand.js +5 -0
  10. package/dist-cjs/commands/CreateNetworkSettingsCommand.js +5 -0
  11. package/dist-cjs/commands/CreatePortalCommand.js +5 -0
  12. package/dist-cjs/commands/CreateTrustStoreCommand.js +5 -0
  13. package/dist-cjs/commands/CreateUserAccessLoggingSettingsCommand.js +5 -0
  14. package/dist-cjs/commands/CreateUserSettingsCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteBrowserSettingsCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteIdentityProviderCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteIpAccessSettingsCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteNetworkSettingsCommand.js +5 -0
  19. package/dist-cjs/commands/DeletePortalCommand.js +5 -0
  20. package/dist-cjs/commands/DeleteTrustStoreCommand.js +5 -0
  21. package/dist-cjs/commands/DeleteUserAccessLoggingSettingsCommand.js +5 -0
  22. package/dist-cjs/commands/DeleteUserSettingsCommand.js +5 -0
  23. package/dist-cjs/commands/DisassociateBrowserSettingsCommand.js +5 -0
  24. package/dist-cjs/commands/DisassociateIpAccessSettingsCommand.js +5 -0
  25. package/dist-cjs/commands/DisassociateNetworkSettingsCommand.js +5 -0
  26. package/dist-cjs/commands/DisassociateTrustStoreCommand.js +5 -0
  27. package/dist-cjs/commands/DisassociateUserAccessLoggingSettingsCommand.js +5 -0
  28. package/dist-cjs/commands/DisassociateUserSettingsCommand.js +5 -0
  29. package/dist-cjs/commands/GetBrowserSettingsCommand.js +5 -0
  30. package/dist-cjs/commands/GetIdentityProviderCommand.js +5 -0
  31. package/dist-cjs/commands/GetIpAccessSettingsCommand.js +5 -0
  32. package/dist-cjs/commands/GetNetworkSettingsCommand.js +5 -0
  33. package/dist-cjs/commands/GetPortalCommand.js +5 -0
  34. package/dist-cjs/commands/GetPortalServiceProviderMetadataCommand.js +5 -0
  35. package/dist-cjs/commands/GetTrustStoreCertificateCommand.js +5 -0
  36. package/dist-cjs/commands/GetTrustStoreCommand.js +5 -0
  37. package/dist-cjs/commands/GetUserAccessLoggingSettingsCommand.js +5 -0
  38. package/dist-cjs/commands/GetUserSettingsCommand.js +5 -0
  39. package/dist-cjs/commands/ListBrowserSettingsCommand.js +5 -0
  40. package/dist-cjs/commands/ListIdentityProvidersCommand.js +5 -0
  41. package/dist-cjs/commands/ListIpAccessSettingsCommand.js +5 -0
  42. package/dist-cjs/commands/ListNetworkSettingsCommand.js +5 -0
  43. package/dist-cjs/commands/ListPortalsCommand.js +5 -0
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  45. package/dist-cjs/commands/ListTrustStoreCertificatesCommand.js +5 -0
  46. package/dist-cjs/commands/ListTrustStoresCommand.js +5 -0
  47. package/dist-cjs/commands/ListUserAccessLoggingSettingsCommand.js +5 -0
  48. package/dist-cjs/commands/ListUserSettingsCommand.js +5 -0
  49. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  50. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  51. package/dist-cjs/commands/UpdateBrowserSettingsCommand.js +5 -0
  52. package/dist-cjs/commands/UpdateIdentityProviderCommand.js +5 -0
  53. package/dist-cjs/commands/UpdateIpAccessSettingsCommand.js +5 -0
  54. package/dist-cjs/commands/UpdateNetworkSettingsCommand.js +5 -0
  55. package/dist-cjs/commands/UpdatePortalCommand.js +5 -0
  56. package/dist-cjs/commands/UpdateTrustStoreCommand.js +5 -0
  57. package/dist-cjs/commands/UpdateUserAccessLoggingSettingsCommand.js +5 -0
  58. package/dist-cjs/commands/UpdateUserSettingsCommand.js +5 -0
  59. package/dist-es/commands/AssociateBrowserSettingsCommand.js +5 -0
  60. package/dist-es/commands/AssociateIpAccessSettingsCommand.js +5 -0
  61. package/dist-es/commands/AssociateNetworkSettingsCommand.js +5 -0
  62. package/dist-es/commands/AssociateTrustStoreCommand.js +5 -0
  63. package/dist-es/commands/AssociateUserAccessLoggingSettingsCommand.js +5 -0
  64. package/dist-es/commands/AssociateUserSettingsCommand.js +5 -0
  65. package/dist-es/commands/CreateBrowserSettingsCommand.js +5 -0
  66. package/dist-es/commands/CreateIdentityProviderCommand.js +5 -0
  67. package/dist-es/commands/CreateIpAccessSettingsCommand.js +5 -0
  68. package/dist-es/commands/CreateNetworkSettingsCommand.js +5 -0
  69. package/dist-es/commands/CreatePortalCommand.js +5 -0
  70. package/dist-es/commands/CreateTrustStoreCommand.js +5 -0
  71. package/dist-es/commands/CreateUserAccessLoggingSettingsCommand.js +5 -0
  72. package/dist-es/commands/CreateUserSettingsCommand.js +5 -0
  73. package/dist-es/commands/DeleteBrowserSettingsCommand.js +5 -0
  74. package/dist-es/commands/DeleteIdentityProviderCommand.js +5 -0
  75. package/dist-es/commands/DeleteIpAccessSettingsCommand.js +5 -0
  76. package/dist-es/commands/DeleteNetworkSettingsCommand.js +5 -0
  77. package/dist-es/commands/DeletePortalCommand.js +5 -0
  78. package/dist-es/commands/DeleteTrustStoreCommand.js +5 -0
  79. package/dist-es/commands/DeleteUserAccessLoggingSettingsCommand.js +5 -0
  80. package/dist-es/commands/DeleteUserSettingsCommand.js +5 -0
  81. package/dist-es/commands/DisassociateBrowserSettingsCommand.js +5 -0
  82. package/dist-es/commands/DisassociateIpAccessSettingsCommand.js +5 -0
  83. package/dist-es/commands/DisassociateNetworkSettingsCommand.js +5 -0
  84. package/dist-es/commands/DisassociateTrustStoreCommand.js +5 -0
  85. package/dist-es/commands/DisassociateUserAccessLoggingSettingsCommand.js +5 -0
  86. package/dist-es/commands/DisassociateUserSettingsCommand.js +5 -0
  87. package/dist-es/commands/GetBrowserSettingsCommand.js +5 -0
  88. package/dist-es/commands/GetIdentityProviderCommand.js +5 -0
  89. package/dist-es/commands/GetIpAccessSettingsCommand.js +5 -0
  90. package/dist-es/commands/GetNetworkSettingsCommand.js +5 -0
  91. package/dist-es/commands/GetPortalCommand.js +5 -0
  92. package/dist-es/commands/GetPortalServiceProviderMetadataCommand.js +5 -0
  93. package/dist-es/commands/GetTrustStoreCertificateCommand.js +5 -0
  94. package/dist-es/commands/GetTrustStoreCommand.js +5 -0
  95. package/dist-es/commands/GetUserAccessLoggingSettingsCommand.js +5 -0
  96. package/dist-es/commands/GetUserSettingsCommand.js +5 -0
  97. package/dist-es/commands/ListBrowserSettingsCommand.js +5 -0
  98. package/dist-es/commands/ListIdentityProvidersCommand.js +5 -0
  99. package/dist-es/commands/ListIpAccessSettingsCommand.js +5 -0
  100. package/dist-es/commands/ListNetworkSettingsCommand.js +5 -0
  101. package/dist-es/commands/ListPortalsCommand.js +5 -0
  102. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  103. package/dist-es/commands/ListTrustStoreCertificatesCommand.js +5 -0
  104. package/dist-es/commands/ListTrustStoresCommand.js +5 -0
  105. package/dist-es/commands/ListUserAccessLoggingSettingsCommand.js +5 -0
  106. package/dist-es/commands/ListUserSettingsCommand.js +5 -0
  107. package/dist-es/commands/TagResourceCommand.js +5 -0
  108. package/dist-es/commands/UntagResourceCommand.js +5 -0
  109. package/dist-es/commands/UpdateBrowserSettingsCommand.js +5 -0
  110. package/dist-es/commands/UpdateIdentityProviderCommand.js +5 -0
  111. package/dist-es/commands/UpdateIpAccessSettingsCommand.js +5 -0
  112. package/dist-es/commands/UpdateNetworkSettingsCommand.js +5 -0
  113. package/dist-es/commands/UpdatePortalCommand.js +5 -0
  114. package/dist-es/commands/UpdateTrustStoreCommand.js +5 -0
  115. package/dist-es/commands/UpdateUserAccessLoggingSettingsCommand.js +5 -0
  116. package/dist-es/commands/UpdateUserSettingsCommand.js +5 -0
  117. package/package.json +31 -31
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_AssociateUserSettingsCommand, se_AssociateUserSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class AssociateUserSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class AssociateUserSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "AssociateUserSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateBrowserSettingsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateBrowserSettingsCommand, se_CreateBrowserSettingsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateBrowserSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateBrowserSettingsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateBrowserSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateIdentityProviderRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateIdentityProviderCommand, se_CreateIdentityProviderCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateIdentityProviderCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateIdentityProviderRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateIdentityProvider",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateIpAccessSettingsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateIpAccessSettingsCommand, se_CreateIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateIpAccessSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateIpAccessSettingsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateIpAccessSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateNetworkSettingsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateNetworkSettingsCommand, se_CreateNetworkSettingsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateNetworkSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateNetworkSettingsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateNetworkSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreatePortalRequestFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_CreatePortalCommand, se_CreatePortalCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreatePortalCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreatePortalRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreatePortal",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateTrustStoreRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateTrustStoreCommand, se_CreateTrustStoreCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateTrustStoreCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateTrustStoreRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateTrustStore",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateUserAccessLoggingSettingsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateUserAccessLoggingSettingsCommand, se_CreateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateUserAccessLoggingSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateUserAccessLoggingSettingsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateUserAccessLoggingSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { CreateUserSettingsRequestFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_CreateUserSettingsCommand, se_CreateUserSettingsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class CreateUserSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: CreateUserSettingsRequestFilterSensitiveLog,
32
33
  outputFilterSensitiveLog: (_) => _,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "CreateUserSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteBrowserSettingsCommand, se_DeleteBrowserSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteBrowserSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteBrowserSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteBrowserSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteIdentityProviderCommand, se_DeleteIdentityProviderCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteIdentityProviderCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteIdentityProviderCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteIdentityProvider",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteIpAccessSettingsCommand, se_DeleteIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteIpAccessSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteIpAccessSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteIpAccessSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteNetworkSettingsCommand, se_DeleteNetworkSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteNetworkSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteNetworkSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteNetworkSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeletePortalCommand, se_DeletePortalCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeletePortalCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeletePortalCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeletePortal",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteTrustStoreCommand, se_DeleteTrustStoreCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteTrustStoreCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteTrustStoreCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteTrustStore",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteUserAccessLoggingSettingsCommand, se_DeleteUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteUserAccessLoggingSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteUserAccessLoggingSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteUserAccessLoggingSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DeleteUserSettingsCommand, se_DeleteUserSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DeleteUserSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DeleteUserSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DeleteUserSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateBrowserSettingsCommand, se_DisassociateBrowserSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateBrowserSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateBrowserSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DisassociateBrowserSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateIpAccessSettingsCommand, se_DisassociateIpAccessSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateIpAccessSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateIpAccessSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DisassociateIpAccessSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateNetworkSettingsCommand, se_DisassociateNetworkSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateNetworkSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateNetworkSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DisassociateNetworkSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateTrustStoreCommand, se_DisassociateTrustStoreCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateTrustStoreCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateTrustStoreCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DisassociateTrustStore",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateUserAccessLoggingSettingsCommand, se_DisassociateUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateUserAccessLoggingSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateUserAccessLoggingSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DisassociateUserAccessLoggingSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_DisassociateUserSettingsCommand, se_DisassociateUserSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class DisassociateUserSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class DisassociateUserSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "DisassociateUserSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetBrowserSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetBrowserSettingsCommand, se_GetBrowserSettingsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetBrowserSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetBrowserSettingsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "GetBrowserSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetIdentityProviderResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetIdentityProviderCommand, se_GetIdentityProviderCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetIdentityProviderCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetIdentityProviderResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "GetIdentityProvider",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetIpAccessSettingsResponseFilterSensitiveLog, } from "../models/models_0";
5
6
  import { de_GetIpAccessSettingsCommand, se_GetIpAccessSettingsCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetIpAccessSettingsCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetIpAccessSettingsResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "GetIpAccessSettings",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetNetworkSettingsCommand, se_GetNetworkSettingsCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetNetworkSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetNetworkSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "GetNetworkSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { GetPortalResponseFilterSensitiveLog } from "../models/models_0";
5
6
  import { de_GetPortalCommand, se_GetPortalCommand } from "../protocols/Aws_restJson1";
6
7
  export { $Command };
@@ -30,6 +31,10 @@ export class GetPortalCommand extends $Command {
30
31
  commandName,
31
32
  inputFilterSensitiveLog: (_) => _,
32
33
  outputFilterSensitiveLog: GetPortalResponseFilterSensitiveLog,
34
+ [SMITHY_CONTEXT_KEY]: {
35
+ service: "AWSErmineControlPlaneService",
36
+ operation: "GetPortal",
37
+ },
33
38
  };
34
39
  const { requestHandler } = configuration;
35
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetPortalServiceProviderMetadataCommand, se_GetPortalServiceProviderMetadataCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetPortalServiceProviderMetadataCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetPortalServiceProviderMetadataCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "GetPortalServiceProviderMetadata",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTrustStoreCertificateCommand, se_GetTrustStoreCertificateCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetTrustStoreCertificateCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTrustStoreCertificateCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "GetTrustStoreCertificate",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTrustStoreCommand, se_GetTrustStoreCommand } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetTrustStoreCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTrustStoreCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "GetTrustStore",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetUserAccessLoggingSettingsCommand, se_GetUserAccessLoggingSettingsCommand, } from "../protocols/Aws_restJson1";
5
6
  export { $Command };
6
7
  export class GetUserAccessLoggingSettingsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetUserAccessLoggingSettingsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AWSErmineControlPlaneService",
35
+ operation: "GetUserAccessLoggingSettings",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);