@aws-sdk/client-repostspace 3.775.0 → 3.777.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.
@@ -82,6 +82,7 @@ declare const BatchAddRoleCommand_base: {
82
82
  * @throws {@link RepostspaceServiceException}
83
83
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class BatchAddRoleCommand extends BatchAddRoleCommand_base {
@@ -82,6 +82,7 @@ declare const BatchRemoveRoleCommand_base: {
82
82
  * @throws {@link RepostspaceServiceException}
83
83
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class BatchRemoveRoleCommand extends BatchRemoveRoleCommand_base {
@@ -83,6 +83,7 @@ declare const CreateSpaceCommand_base: {
83
83
  * @throws {@link RepostspaceServiceException}
84
84
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class CreateSpaceCommand extends CreateSpaceCommand_base {
@@ -67,6 +67,7 @@ declare const DeleteSpaceCommand_base: {
67
67
  * @throws {@link RepostspaceServiceException}
68
68
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
69
69
  *
70
+ *
70
71
  * @public
71
72
  */
72
73
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
@@ -68,6 +68,7 @@ declare const DeregisterAdminCommand_base: {
68
68
  * @throws {@link RepostspaceServiceException}
69
69
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeregisterAdminCommand extends DeregisterAdminCommand_base {
@@ -97,6 +97,7 @@ declare const GetSpaceCommand_base: {
97
97
  * @throws {@link RepostspaceServiceException}
98
98
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
99
99
  *
100
+ *
100
101
  * @public
101
102
  */
102
103
  export declare class GetSpaceCommand extends GetSpaceCommand_base {
@@ -87,6 +87,7 @@ declare const ListSpacesCommand_base: {
87
87
  * @throws {@link RepostspaceServiceException}
88
88
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class ListSpacesCommand extends ListSpacesCommand_base {
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
71
71
  * @throws {@link RepostspaceServiceException}
72
72
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -68,6 +68,7 @@ declare const RegisterAdminCommand_base: {
68
68
  * @throws {@link RepostspaceServiceException}
69
69
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class RegisterAdminCommand extends RegisterAdminCommand_base {
@@ -72,6 +72,7 @@ declare const SendInvitesCommand_base: {
72
72
  * @throws {@link RepostspaceServiceException}
73
73
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class SendInvitesCommand extends SendInvitesCommand_base {
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
70
70
  * @throws {@link RepostspaceServiceException}
71
71
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
70
70
  * @throws {@link RepostspaceServiceException}
71
71
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -73,6 +73,7 @@ declare const UpdateSpaceCommand_base: {
73
73
  * @throws {@link RepostspaceServiceException}
74
74
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
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.775.0",
4
+ "version": "3.777.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",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",