@aws-sdk/client-repostspace 3.590.0 → 3.592.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 (27) hide show
  1. package/dist-cjs/index.js +0 -11
  2. package/dist-types/commands/CreateSpaceCommand.d.ts +2 -1
  3. package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
  4. package/dist-types/commands/DeregisterAdminCommand.d.ts +2 -1
  5. package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
  6. package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
  7. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  8. package/dist-types/commands/RegisterAdminCommand.d.ts +2 -1
  9. package/dist-types/commands/SendInvitesCommand.d.ts +2 -1
  10. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  11. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
  13. package/dist-types/index.d.ts +2 -2
  14. package/dist-types/models/RepostspaceServiceException.d.ts +2 -1
  15. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +2 -1
  16. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +2 -1
  17. package/dist-types/ts3.4/commands/DeregisterAdminCommand.d.ts +2 -1
  18. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +2 -1
  19. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +2 -1
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/ts3.4/commands/RegisterAdminCommand.d.ts +2 -1
  22. package/dist-types/ts3.4/commands/SendInvitesCommand.d.ts +2 -1
  23. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +2 -1
  26. package/dist-types/ts3.4/models/RepostspaceServiceException.d.ts +2 -1
  27. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -209,7 +209,6 @@ var RepostspaceClient = _RepostspaceClient;
209
209
 
210
210
  var import_middleware_serde = require("@smithy/middleware-serde");
211
211
 
212
- var import_types = require("@smithy/types");
213
212
 
214
213
  // src/models/models_0.ts
215
214
 
@@ -920,7 +919,6 @@ var CreateSpaceCommand = _CreateSpaceCommand;
920
919
 
921
920
 
922
921
 
923
-
924
922
  var _DeleteSpaceCommand = class _DeleteSpaceCommand extends import_smithy_client.Command.classBuilder().ep({
925
923
  ...commonParams
926
924
  }).m(function(Command, cs, config, o) {
@@ -937,7 +935,6 @@ var DeleteSpaceCommand = _DeleteSpaceCommand;
937
935
 
938
936
 
939
937
 
940
-
941
938
  var _DeregisterAdminCommand = class _DeregisterAdminCommand extends import_smithy_client.Command.classBuilder().ep({
942
939
  ...commonParams
943
940
  }).m(function(Command, cs, config, o) {
@@ -954,7 +951,6 @@ var DeregisterAdminCommand = _DeregisterAdminCommand;
954
951
 
955
952
 
956
953
 
957
-
958
954
  var _GetSpaceCommand = class _GetSpaceCommand extends import_smithy_client.Command.classBuilder().ep({
959
955
  ...commonParams
960
956
  }).m(function(Command, cs, config, o) {
@@ -971,7 +967,6 @@ var GetSpaceCommand = _GetSpaceCommand;
971
967
 
972
968
 
973
969
 
974
-
975
970
  var _ListSpacesCommand = class _ListSpacesCommand extends import_smithy_client.Command.classBuilder().ep({
976
971
  ...commonParams
977
972
  }).m(function(Command, cs, config, o) {
@@ -988,7 +983,6 @@ var ListSpacesCommand = _ListSpacesCommand;
988
983
 
989
984
 
990
985
 
991
-
992
986
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
993
987
  ...commonParams
994
988
  }).m(function(Command, cs, config, o) {
@@ -1005,7 +999,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1005
999
 
1006
1000
 
1007
1001
 
1008
-
1009
1002
  var _RegisterAdminCommand = class _RegisterAdminCommand extends import_smithy_client.Command.classBuilder().ep({
1010
1003
  ...commonParams
1011
1004
  }).m(function(Command, cs, config, o) {
@@ -1022,7 +1015,6 @@ var RegisterAdminCommand = _RegisterAdminCommand;
1022
1015
 
1023
1016
 
1024
1017
 
1025
-
1026
1018
  var _SendInvitesCommand = class _SendInvitesCommand extends import_smithy_client.Command.classBuilder().ep({
1027
1019
  ...commonParams
1028
1020
  }).m(function(Command, cs, config, o) {
@@ -1039,7 +1031,6 @@ var SendInvitesCommand = _SendInvitesCommand;
1039
1031
 
1040
1032
 
1041
1033
 
1042
-
1043
1034
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1044
1035
  ...commonParams
1045
1036
  }).m(function(Command, cs, config, o) {
@@ -1056,7 +1047,6 @@ var TagResourceCommand = _TagResourceCommand;
1056
1047
 
1057
1048
 
1058
1049
 
1059
-
1060
1050
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1061
1051
  ...commonParams
1062
1052
  }).m(function(Command, cs, config, o) {
@@ -1073,7 +1063,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1073
1063
 
1074
1064
 
1075
1065
 
1076
-
1077
1066
  var _UpdateSpaceCommand = class _UpdateSpaceCommand extends import_smithy_client.Command.classBuilder().ep({
1078
1067
  ...commonParams
1079
1068
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./RepostspaceClient";
7
7
  export * from "./Repostspace";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { RepostspaceExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { RepostspaceExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateSpaceCommandInput extends CreateSpaceInput {}
11
12
  export interface CreateSpaceCommandOutput
12
13
  extends CreateSpaceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteSpaceCommandInput extends DeleteSpaceInput {}
11
12
  export interface DeleteSpaceCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteSpaceCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeregisterAdminCommandInput extends DeregisterAdminInput {}
11
12
  export interface DeregisterAdminCommandOutput extends __MetadataBearer {}
12
13
  declare const DeregisterAdminCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetSpaceCommandInput extends GetSpaceInput {}
11
12
  export interface GetSpaceCommandOutput
12
13
  extends GetSpaceOutput,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListSpacesCommandInput extends ListSpacesInput {}
11
12
  export interface ListSpacesCommandOutput
12
13
  extends ListSpacesOutput,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RepostspaceClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface RegisterAdminCommandInput extends RegisterAdminInput {}
11
12
  export interface RegisterAdminCommandOutput extends __MetadataBearer {}
12
13
  declare const RegisterAdminCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SendInvitesCommandInput extends SendInvitesInput {}
11
12
  export interface SendInvitesCommandOutput extends __MetadataBearer {}
12
13
  declare const SendInvitesCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../RepostspaceClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../RepostspaceClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface UpdateSpaceCommandInput extends UpdateSpaceInput {}
11
12
  export interface UpdateSpaceCommandOutput extends __MetadataBearer {}
12
13
  declare const UpdateSpaceCommand_base: {
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class RepostspaceServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-repostspace",
3
3
  "description": "AWS SDK for JavaScript Repostspace Client for Node.js, Browser and React Native",
4
- "version": "3.590.0",
4
+ "version": "3.592.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-repostspace",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.590.0",
24
- "@aws-sdk/client-sts": "3.590.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.590.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",