@aws-sdk/client-repostspace 3.533.0 → 3.535.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-types/Repostspace.d.ts +2 -1
  2. package/dist-types/RepostspaceClient.d.ts +1 -1
  3. package/dist-types/commands/CreateSpaceCommand.d.ts +2 -1
  4. package/dist-types/commands/DeleteSpaceCommand.d.ts +2 -1
  5. package/dist-types/commands/DeregisterAdminCommand.d.ts +2 -1
  6. package/dist-types/commands/GetSpaceCommand.d.ts +2 -1
  7. package/dist-types/commands/ListSpacesCommand.d.ts +2 -1
  8. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  9. package/dist-types/commands/RegisterAdminCommand.d.ts +2 -1
  10. package/dist-types/commands/SendInvitesCommand.d.ts +2 -1
  11. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  12. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -1
  14. package/dist-types/models/models_0.d.ts +93 -93
  15. package/dist-types/ts3.4/Repostspace.d.ts +1 -0
  16. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +9 -0
  17. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
  18. package/dist-types/ts3.4/commands/DeregisterAdminCommand.d.ts +9 -0
  19. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
  20. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
  21. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  22. package/dist-types/ts3.4/commands/RegisterAdminCommand.d.ts +9 -0
  23. package/dist-types/ts3.4/commands/SendInvitesCommand.d.ts +9 -0
  24. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  25. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
  27. package/package.json +40 -40
@@ -39,6 +39,7 @@ export interface Repostspace {
39
39
  /**
40
40
  * @see {@link ListSpacesCommand}
41
41
  */
42
+ listSpaces(): Promise<ListSpacesCommandOutput>;
42
43
  listSpaces(args: ListSpacesCommandInput, options?: __HttpHandlerOptions): Promise<ListSpacesCommandOutput>;
43
44
  listSpaces(args: ListSpacesCommandInput, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
44
45
  listSpaces(args: ListSpacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSpacesCommandOutput) => void): void;
@@ -80,8 +81,8 @@ export interface Repostspace {
80
81
  updateSpace(args: UpdateSpaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSpaceCommandOutput) => void): void;
81
82
  }
82
83
  /**
83
- * @public
84
84
  * <p>AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. It provides access to knowledge and experts to accelerate cloud adoption and increase developer productivity. With your organization-specific private re:Post, you can build an organization-specific developer community that drives efficiencies at scale and provides access to valuable knowledge resources. Additionally, re:Post Private centralizes trusted AWS technical content and offers private discussion forums to improve how your teams collaborate internally and with AWS to remove technical obstacles, accelerate innovation, and scale more efficiently in the cloud.</p>
85
+ * @public
85
86
  */
86
87
  export declare class Repostspace extends RepostspaceClient implements Repostspace {
87
88
  }
@@ -162,8 +162,8 @@ export type RepostspaceClientResolvedConfigType = __SmithyResolvedConfiguration<
162
162
  export interface RepostspaceClientResolvedConfig extends RepostspaceClientResolvedConfigType {
163
163
  }
164
164
  /**
165
- * @public
166
165
  * <p>AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. It provides access to knowledge and experts to accelerate cloud adoption and increase developer productivity. With your organization-specific private re:Post, you can build an organization-specific developer community that drives efficiencies at scale and provides access to valuable knowledge resources. Additionally, re:Post Private centralizes trusted AWS technical content and offers private discussion forums to improve how your teams collaborate internally and with AWS to remove technical obstacles, accelerate innovation, and scale more efficiently in the cloud.</p>
166
+ * @public
167
167
  */
168
168
  export declare class RepostspaceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, RepostspaceClientResolvedConfig> {
169
169
  /**
@@ -22,10 +22,10 @@ export interface CreateSpaceCommandOutput extends CreateSpaceOutput, __MetadataB
22
22
  }
23
23
  declare const CreateSpaceCommand_base: {
24
24
  new (input: CreateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSpaceCommandInput, CreateSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSpaceCommandInput, CreateSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an AWS re:Post Private private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const CreateSpaceCommand_base: {
82
82
  * @throws {@link RepostspaceServiceException}
83
83
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class CreateSpaceCommand extends CreateSpaceCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DeleteSpaceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteSpaceCommand_base: {
24
24
  new (input: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSpaceCommandInput, DeleteSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an AWS re:Post Private private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DeleteSpaceCommand_base: {
66
66
  * @throws {@link RepostspaceServiceException}
67
67
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DeregisterAdminCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeregisterAdminCommand_base: {
24
24
  new (input: DeregisterAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterAdminCommandInput, DeregisterAdminCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeregisterAdminCommandInput): import("@smithy/smithy-client").CommandImpl<DeregisterAdminCommandInput, DeregisterAdminCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the user or group from the list of administrators of the private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const DeregisterAdminCommand_base: {
67
67
  * @throws {@link RepostspaceServiceException}
68
68
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class DeregisterAdminCommand extends DeregisterAdminCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetSpaceCommandOutput extends GetSpaceOutput, __MetadataBearer
22
22
  }
23
23
  declare const GetSpaceCommand_base: {
24
24
  new (input: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<GetSpaceCommandInput, GetSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Displays information about the AWS re:Post Private private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const GetSpaceCommand_base: {
91
91
  * @throws {@link RepostspaceServiceException}
92
92
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class GetSpaceCommand extends GetSpaceCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ListSpacesCommandOutput extends ListSpacesOutput, __MetadataBea
22
22
  }
23
23
  declare const ListSpacesCommand_base: {
24
24
  new (input: ListSpacesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSpacesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSpacesCommandInput, ListSpacesCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const ListSpacesCommand_base: {
86
86
  * @throws {@link RepostspaceServiceException}
87
87
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class ListSpacesCommand extends ListSpacesCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn. The only resource that can be tagged is a private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @throws {@link RepostspaceServiceException}
71
71
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface RegisterAdminCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RegisterAdminCommand_base: {
24
24
  new (input: RegisterAdminCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAdminCommandInput, RegisterAdminCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterAdminCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterAdminCommandInput, RegisterAdminCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a user or group to the list of administrators of the private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const RegisterAdminCommand_base: {
67
67
  * @throws {@link RepostspaceServiceException}
68
68
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class RegisterAdminCommand extends RegisterAdminCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface SendInvitesCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SendInvitesCommand_base: {
24
24
  new (input: SendInvitesCommandInput): import("@smithy/smithy-client").CommandImpl<SendInvitesCommandInput, SendInvitesCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SendInvitesCommandInput): import("@smithy/smithy-client").CommandImpl<SendInvitesCommandInput, SendInvitesCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sends an invitation email to selected users and groups.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const SendInvitesCommand_base: {
71
71
  * @throws {@link RepostspaceServiceException}
72
72
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class SendInvitesCommand extends SendInvitesCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates tags with an AWS re:Post Private resource. Currently, the only resource that can be tagged is the private re:Post. If you specify a new tag key for the resource, the tag is appended to the list of tags that are associated with the resource. If you specify a tag key that’s already associated with the resource, the new tag value that you specify replaces the previous value for that tag.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const TagResourceCommand_base: {
69
69
  * @throws {@link RepostspaceServiceException}
70
70
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class TagResourceCommand extends TagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the association of the tag with the AWS re:Post Private resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link RepostspaceServiceException}
70
70
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface UpdateSpaceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateSpaceCommand_base: {
24
24
  new (input: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSpaceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSpaceCommandInput, UpdateSpaceCommandOutput, RepostspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies an existing AWS re:Post Private private re:Post.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const UpdateSpaceCommand_base: {
72
72
  * @throws {@link RepostspaceServiceException}
73
73
  * <p>Base exception class for all service exceptions from Repostspace service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class UpdateSpaceCommand extends UpdateSpaceCommand_base {
77
78
  }
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { RepostspaceServiceException as __BaseException } from "./RepostspaceServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>User does not have sufficient access to perform this action.</p>
5
+ * @public
6
6
  */
7
7
  export declare class AccessDeniedException extends __BaseException {
8
8
  readonly name: "AccessDeniedException";
@@ -25,20 +25,20 @@ export declare const ConfigurationStatus: {
25
25
  */
26
26
  export type ConfigurationStatus = (typeof ConfigurationStatus)[keyof typeof ConfigurationStatus];
27
27
  /**
28
- * @public
29
28
  * <p>Updating or deleting a resource can cause an inconsistent state.</p>
29
+ * @public
30
30
  */
31
31
  export declare class ConflictException extends __BaseException {
32
32
  readonly name: "ConflictException";
33
33
  readonly $fault: "client";
34
34
  /**
35
- * @public
36
35
  * <p>The ID of the resource.</p>
36
+ * @public
37
37
  */
38
38
  resourceId: string | undefined;
39
39
  /**
40
- * @public
41
40
  * <p>The type of the resource.</p>
41
+ * @public
42
42
  */
43
43
  resourceType: string | undefined;
44
44
  /**
@@ -63,38 +63,38 @@ export type TierLevel = (typeof TierLevel)[keyof typeof TierLevel];
63
63
  */
64
64
  export interface CreateSpaceInput {
65
65
  /**
66
- * @public
67
66
  * <p>The name for the private re:Post. This must be unique in your account.</p>
67
+ * @public
68
68
  */
69
69
  name: string | undefined;
70
70
  /**
71
- * @public
72
71
  * <p>The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.</p>
72
+ * @public
73
73
  */
74
74
  subdomain: string | undefined;
75
75
  /**
76
- * @public
77
76
  * <p>The pricing tier for the private re:Post.</p>
77
+ * @public
78
78
  */
79
79
  tier: TierLevel | undefined;
80
80
  /**
81
- * @public
82
81
  * <p>A description for the private re:Post. This is used only to help you identify this private re:Post.</p>
82
+ * @public
83
83
  */
84
84
  description?: string;
85
85
  /**
86
- * @public
87
86
  * <p>The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.</p>
87
+ * @public
88
88
  */
89
89
  userKMSKey?: string;
90
90
  /**
91
- * @public
92
91
  * <p>The list of tags associated with the private re:Post.</p>
92
+ * @public
93
93
  */
94
94
  tags?: Record<string, string>;
95
95
  /**
96
- * @public
97
96
  * <p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>
97
+ * @public
98
98
  */
99
99
  roleArn?: string;
100
100
  }
@@ -103,22 +103,22 @@ export interface CreateSpaceInput {
103
103
  */
104
104
  export interface CreateSpaceOutput {
105
105
  /**
106
- * @public
107
106
  * <p>The unique ID of the private re:Post.</p>
107
+ * @public
108
108
  */
109
109
  spaceId: string | undefined;
110
110
  }
111
111
  /**
112
- * @public
113
112
  * <p>Unexpected error during processing of request.</p>
113
+ * @public
114
114
  */
115
115
  export declare class InternalServerException extends __BaseException {
116
116
  readonly name: "InternalServerException";
117
117
  readonly $fault: "server";
118
118
  $retryable: {};
119
119
  /**
120
- * @public
121
120
  * <p>Advice to clients on when the call can be safely retried.</p>
121
+ * @public
122
122
  */
123
123
  retryAfterSeconds?: number;
124
124
  /**
@@ -127,20 +127,20 @@ export declare class InternalServerException extends __BaseException {
127
127
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
128
128
  }
129
129
  /**
130
- * @public
131
130
  * <p>Request references a resource which does not exist.</p>
131
+ * @public
132
132
  */
133
133
  export declare class ResourceNotFoundException extends __BaseException {
134
134
  readonly name: "ResourceNotFoundException";
135
135
  readonly $fault: "client";
136
136
  /**
137
- * @public
138
137
  * <p>The ID of the resource.</p>
138
+ * @public
139
139
  */
140
140
  resourceId: string | undefined;
141
141
  /**
142
- * @public
143
142
  * <p>The type of the resource.</p>
143
+ * @public
144
144
  */
145
145
  resourceType: string | undefined;
146
146
  /**
@@ -149,30 +149,30 @@ export declare class ResourceNotFoundException extends __BaseException {
149
149
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
150
150
  }
151
151
  /**
152
- * @public
153
152
  * <p>Request would cause a service quota to be exceeded.</p>
153
+ * @public
154
154
  */
155
155
  export declare class ServiceQuotaExceededException extends __BaseException {
156
156
  readonly name: "ServiceQuotaExceededException";
157
157
  readonly $fault: "client";
158
158
  /**
159
- * @public
160
159
  * <p>The id of the resource.</p>
160
+ * @public
161
161
  */
162
162
  resourceId: string | undefined;
163
163
  /**
164
- * @public
165
164
  * <p>The type of the resource.</p>
165
+ * @public
166
166
  */
167
167
  resourceType: string | undefined;
168
168
  /**
169
- * @public
170
169
  * <p>The code to identify the service.</p>
170
+ * @public
171
171
  */
172
172
  serviceCode: string | undefined;
173
173
  /**
174
- * @public
175
174
  * <p>The code to identify the quota.</p>
175
+ * @public
176
176
  */
177
177
  quotaCode: string | undefined;
178
178
  /**
@@ -181,8 +181,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
181
181
  constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
182
182
  }
183
183
  /**
184
- * @public
185
184
  * <p>Request was denied due to request throttling.</p>
185
+ * @public
186
186
  */
187
187
  export declare class ThrottlingException extends __BaseException {
188
188
  readonly name: "ThrottlingException";
@@ -191,18 +191,18 @@ export declare class ThrottlingException extends __BaseException {
191
191
  throttling: boolean;
192
192
  };
193
193
  /**
194
- * @public
195
194
  * <p>The code to identify the service.</p>
195
+ * @public
196
196
  */
197
197
  serviceCode?: string;
198
198
  /**
199
- * @public
200
199
  * <p>The code to identify the quota.</p>
200
+ * @public
201
201
  */
202
202
  quotaCode?: string;
203
203
  /**
204
- * @public
205
204
  * <p> Advice to clients on when the call can be safely retried.</p>
205
+ * @public
206
206
  */
207
207
  retryAfterSeconds?: number;
208
208
  /**
@@ -211,18 +211,18 @@ export declare class ThrottlingException extends __BaseException {
211
211
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
212
212
  }
213
213
  /**
214
- * @public
215
214
  * <p>Stores information about a field that’s passed inside a request that resulted in an exception.</p>
215
+ * @public
216
216
  */
217
217
  export interface ValidationExceptionField {
218
218
  /**
219
- * @public
220
219
  * <p>Message describing why the field failed validation.</p>
220
+ * @public
221
221
  */
222
222
  name: string | undefined;
223
223
  /**
224
- * @public
225
224
  * <p>The name of the field.</p>
225
+ * @public
226
226
  */
227
227
  message: string | undefined;
228
228
  }
@@ -241,20 +241,20 @@ export declare const ValidationExceptionReason: {
241
241
  */
242
242
  export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
243
243
  /**
244
- * @public
245
244
  * <p>The input fails to satisfy the constraints specified by an AWS service.</p>
245
+ * @public
246
246
  */
247
247
  export declare class ValidationException extends __BaseException {
248
248
  readonly name: "ValidationException";
249
249
  readonly $fault: "client";
250
250
  /**
251
- * @public
252
251
  * <p>The reason why the request failed validation.</p>
252
+ * @public
253
253
  */
254
254
  reason: ValidationExceptionReason | undefined;
255
255
  /**
256
- * @public
257
256
  * <p>The field that caused the error, if applicable.</p>
257
+ * @public
258
258
  */
259
259
  fieldList?: ValidationExceptionField[];
260
260
  /**
@@ -267,8 +267,8 @@ export declare class ValidationException extends __BaseException {
267
267
  */
268
268
  export interface DeleteSpaceInput {
269
269
  /**
270
- * @public
271
270
  * <p>The unique ID of the private re:Post.</p>
271
+ * @public
272
272
  */
273
273
  spaceId: string | undefined;
274
274
  }
@@ -277,13 +277,13 @@ export interface DeleteSpaceInput {
277
277
  */
278
278
  export interface DeregisterAdminInput {
279
279
  /**
280
- * @public
281
280
  * <p>The ID of the private re:Post to remove the admin from.</p>
281
+ * @public
282
282
  */
283
283
  spaceId: string | undefined;
284
284
  /**
285
- * @public
286
285
  * <p>The ID of the admin to remove.</p>
286
+ * @public
287
287
  */
288
288
  adminId: string | undefined;
289
289
  }
@@ -292,8 +292,8 @@ export interface DeregisterAdminInput {
292
292
  */
293
293
  export interface GetSpaceInput {
294
294
  /**
295
- * @public
296
295
  * <p>The ID of the private re:Post.</p>
296
+ * @public
297
297
  */
298
298
  spaceId: string | undefined;
299
299
  }
@@ -315,103 +315,103 @@ export type VanityDomainStatus = (typeof VanityDomainStatus)[keyof typeof Vanity
315
315
  */
316
316
  export interface GetSpaceOutput {
317
317
  /**
318
- * @public
319
318
  * <p>The unique ID of the private re:Post.</p>
319
+ * @public
320
320
  */
321
321
  spaceId: string | undefined;
322
322
  /**
323
- * @public
324
323
  * <p>The ARN of the private re:Post.</p>
324
+ * @public
325
325
  */
326
326
  arn: string | undefined;
327
327
  /**
328
- * @public
329
328
  * <p>The name of the private re:Post.</p>
329
+ * @public
330
330
  */
331
331
  name: string | undefined;
332
332
  /**
333
- * @public
334
333
  * <p>The creation or deletion status of the private re:Post.</p>
334
+ * @public
335
335
  */
336
336
  status: string | undefined;
337
337
  /**
338
- * @public
339
338
  * <p>The configuration status of the private re:Post.</p>
339
+ * @public
340
340
  */
341
341
  configurationStatus: ConfigurationStatus | undefined;
342
342
  /**
343
- * @public
344
343
  * <p>The Identity Center identifier for the Application Instance.</p>
344
+ * @public
345
345
  */
346
346
  clientId: string | undefined;
347
347
  /**
348
- * @public
349
348
  * <p>The description of the private re:Post.</p>
349
+ * @public
350
350
  */
351
351
  description?: string;
352
352
  /**
353
- * @public
354
353
  * <p>The approval status of the custom subdomain.</p>
354
+ * @public
355
355
  */
356
356
  vanityDomainStatus: VanityDomainStatus | undefined;
357
357
  /**
358
- * @public
359
358
  * <p>The custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.</p>
359
+ * @public
360
360
  */
361
361
  vanityDomain: string | undefined;
362
362
  /**
363
- * @public
364
363
  * <p>The AWS generated subdomain of the private re:Post</p>
364
+ * @public
365
365
  */
366
366
  randomDomain: string | undefined;
367
367
  /**
368
- * @public
369
368
  * <p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>
369
+ * @public
370
370
  */
371
371
  customerRoleArn?: string;
372
372
  /**
373
- * @public
374
373
  * <p>The date when the private re:Post was created.</p>
374
+ * @public
375
375
  */
376
376
  createDateTime: Date | undefined;
377
377
  /**
378
- * @public
379
378
  * <p>The date when the private re:Post was deleted.</p>
379
+ * @public
380
380
  */
381
381
  deleteDateTime?: Date;
382
382
  /**
383
- * @public
384
383
  * <p>The pricing tier of the private re:Post.</p>
384
+ * @public
385
385
  */
386
386
  tier: TierLevel | undefined;
387
387
  /**
388
- * @public
389
388
  * <p>The storage limit of the private re:Post.</p>
389
+ * @public
390
390
  */
391
391
  storageLimit: number | undefined;
392
392
  /**
393
- * @public
394
393
  * <p>The list of users that are administrators of the private re:Post.</p>
394
+ * @public
395
395
  */
396
396
  userAdmins?: string[];
397
397
  /**
398
- * @public
399
398
  * <p>The list of groups that are administrators of the private re:Post.</p>
399
+ * @public
400
400
  */
401
401
  groupAdmins?: string[];
402
402
  /**
403
- * @public
404
403
  * <p>The custom AWS KMS key ARN that’s used for the AWS KMS encryption.</p>
404
+ * @public
405
405
  */
406
406
  userKMSKey?: string;
407
407
  /**
408
- * @public
409
408
  * <p>The number of users that have onboarded to the private re:Post.</p>
409
+ * @public
410
410
  */
411
411
  userCount?: number;
412
412
  /**
413
- * @public
414
413
  * <p>The content size of the private re:Post.</p>
414
+ * @public
415
415
  */
416
416
  contentSize?: number;
417
417
  }
@@ -420,99 +420,99 @@ export interface GetSpaceOutput {
420
420
  */
421
421
  export interface ListSpacesInput {
422
422
  /**
423
- * @public
424
423
  * <p>The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.</p>
424
+ * @public
425
425
  */
426
426
  nextToken?: string;
427
427
  /**
428
- * @public
429
428
  * <p>The maximum number of private re:Posts to include in the results.</p>
429
+ * @public
430
430
  */
431
431
  maxResults?: number;
432
432
  }
433
433
  /**
434
- * @public
435
434
  * <p>A structure that contains some information about a private re:Post in the account.</p>
435
+ * @public
436
436
  */
437
437
  export interface SpaceData {
438
438
  /**
439
- * @public
440
439
  * <p>The unique ID of the private re:Post.</p>
440
+ * @public
441
441
  */
442
442
  spaceId: string | undefined;
443
443
  /**
444
- * @public
445
444
  * <p>The ARN of the private re:Post.</p>
445
+ * @public
446
446
  */
447
447
  arn: string | undefined;
448
448
  /**
449
- * @public
450
449
  * <p>The name for the private re:Post.</p>
450
+ * @public
451
451
  */
452
452
  name: string | undefined;
453
453
  /**
454
- * @public
455
454
  * <p>The description for the private re:Post. This is used only to help you identify this private re:Post.</p>
455
+ * @public
456
456
  */
457
457
  description?: string;
458
458
  /**
459
- * @public
460
459
  * <p>The creation/deletion status of the private re:Post.</p>
460
+ * @public
461
461
  */
462
462
  status: string | undefined;
463
463
  /**
464
- * @public
465
464
  * <p>The configuration status of the private re:Post.</p>
465
+ * @public
466
466
  */
467
467
  configurationStatus: ConfigurationStatus | undefined;
468
468
  /**
469
- * @public
470
469
  * <p>This approval status of the custom subdomain.</p>
470
+ * @public
471
471
  */
472
472
  vanityDomainStatus: VanityDomainStatus | undefined;
473
473
  /**
474
- * @public
475
474
  * <p>This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use.</p>
475
+ * @public
476
476
  */
477
477
  vanityDomain: string | undefined;
478
478
  /**
479
- * @public
480
479
  * <p>The AWS generated subdomain of the private re:Post.</p>
480
+ * @public
481
481
  */
482
482
  randomDomain: string | undefined;
483
483
  /**
484
- * @public
485
484
  * <p>The pricing tier of the private re:Post.</p>
485
+ * @public
486
486
  */
487
487
  tier: TierLevel | undefined;
488
488
  /**
489
- * @public
490
489
  * <p>The storage limit of the private re:Post.</p>
490
+ * @public
491
491
  */
492
492
  storageLimit: number | undefined;
493
493
  /**
494
- * @public
495
494
  * <p>The date when the private re:Post was created.</p>
495
+ * @public
496
496
  */
497
497
  createDateTime: Date | undefined;
498
498
  /**
499
- * @public
500
499
  * <p>The date when the private re:Post was deleted.</p>
500
+ * @public
501
501
  */
502
502
  deleteDateTime?: Date;
503
503
  /**
504
- * @public
505
504
  * <p>The custom AWS KMS key ARN that’s used for the AWS KMS encryption.</p>
505
+ * @public
506
506
  */
507
507
  userKMSKey?: string;
508
508
  /**
509
- * @public
510
509
  * <p>The number of onboarded users to the private re:Post.</p>
510
+ * @public
511
511
  */
512
512
  userCount?: number;
513
513
  /**
514
- * @public
515
514
  * <p>The content size of the private re:Post.</p>
515
+ * @public
516
516
  */
517
517
  contentSize?: number;
518
518
  }
@@ -521,13 +521,13 @@ export interface SpaceData {
521
521
  */
522
522
  export interface ListSpacesOutput {
523
523
  /**
524
- * @public
525
524
  * <p>An array of structures that contain some information about the private re:Posts in the account.</p>
525
+ * @public
526
526
  */
527
527
  spaces: SpaceData[] | undefined;
528
528
  /**
529
- * @public
530
529
  * <p>The token that you use when you request the next set of private re:Posts.</p>
530
+ * @public
531
531
  */
532
532
  nextToken?: string;
533
533
  }
@@ -536,8 +536,8 @@ export interface ListSpacesOutput {
536
536
  */
537
537
  export interface ListTagsForResourceRequest {
538
538
  /**
539
- * @public
540
539
  * <p>The ARN of the resource that the tags are associated with.</p>
540
+ * @public
541
541
  */
542
542
  resourceArn: string | undefined;
543
543
  }
@@ -546,8 +546,8 @@ export interface ListTagsForResourceRequest {
546
546
  */
547
547
  export interface ListTagsForResourceResponse {
548
548
  /**
549
- * @public
550
549
  * <p>The list of tags that are associated with the resource.</p>
550
+ * @public
551
551
  */
552
552
  tags?: Record<string, string>;
553
553
  }
@@ -556,13 +556,13 @@ export interface ListTagsForResourceResponse {
556
556
  */
557
557
  export interface RegisterAdminInput {
558
558
  /**
559
- * @public
560
559
  * <p>The ID of the private re:Post.</p>
560
+ * @public
561
561
  */
562
562
  spaceId: string | undefined;
563
563
  /**
564
- * @public
565
564
  * <p>The ID of the administrator.</p>
565
+ * @public
566
566
  */
567
567
  adminId: string | undefined;
568
568
  }
@@ -571,23 +571,23 @@ export interface RegisterAdminInput {
571
571
  */
572
572
  export interface SendInvitesInput {
573
573
  /**
574
- * @public
575
574
  * <p>The ID of the private re:Post.</p>
575
+ * @public
576
576
  */
577
577
  spaceId: string | undefined;
578
578
  /**
579
- * @public
580
579
  * <p>The array of identifiers for the users and groups.</p>
580
+ * @public
581
581
  */
582
582
  accessorIds: string[] | undefined;
583
583
  /**
584
- * @public
585
584
  * <p>The title of the invite.</p>
585
+ * @public
586
586
  */
587
587
  title: string | undefined;
588
588
  /**
589
- * @public
590
589
  * <p>The body of the invite.</p>
590
+ * @public
591
591
  */
592
592
  body: string | undefined;
593
593
  }
@@ -596,13 +596,13 @@ export interface SendInvitesInput {
596
596
  */
597
597
  export interface TagResourceRequest {
598
598
  /**
599
- * @public
600
599
  * <p>The ARN of the resource that the tag is associated with.</p>
600
+ * @public
601
601
  */
602
602
  resourceArn: string | undefined;
603
603
  /**
604
- * @public
605
604
  * <p>The list of tag keys and values that must be associated with the resource. You can associate tag keys only, tags (key and values) only, or a combination of tag keys and tags.</p>
605
+ * @public
606
606
  */
607
607
  tags: Record<string, string> | undefined;
608
608
  }
@@ -616,13 +616,13 @@ export interface TagResourceResponse {
616
616
  */
617
617
  export interface UntagResourceRequest {
618
618
  /**
619
- * @public
620
619
  * <p>The ARN of the resource.</p>
620
+ * @public
621
621
  */
622
622
  resourceArn: string | undefined;
623
623
  /**
624
- * @public
625
624
  * <p>The key values of the tag.</p>
625
+ * @public
626
626
  */
627
627
  tagKeys: string[] | undefined;
628
628
  }
@@ -636,23 +636,23 @@ export interface UntagResourceResponse {
636
636
  */
637
637
  export interface UpdateSpaceInput {
638
638
  /**
639
- * @public
640
639
  * <p>The unique ID of this private re:Post.</p>
640
+ * @public
641
641
  */
642
642
  spaceId: string | undefined;
643
643
  /**
644
- * @public
645
644
  * <p>A description for the private re:Post. This is used only to help you identify this private re:Post.</p>
645
+ * @public
646
646
  */
647
647
  description?: string;
648
648
  /**
649
- * @public
650
649
  * <p>The pricing tier of this private re:Post.</p>
650
+ * @public
651
651
  */
652
652
  tier?: TierLevel;
653
653
  /**
654
- * @public
655
654
  * <p>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</p>
655
+ * @public
656
656
  */
657
657
  roleArn?: string;
658
658
  }
@@ -97,6 +97,7 @@ export interface Repostspace {
97
97
  options: __HttpHandlerOptions,
98
98
  cb: (err: any, data?: GetSpaceCommandOutput) => void
99
99
  ): void;
100
+ listSpaces(): Promise<ListSpacesCommandOutput>;
100
101
  listSpaces(
101
102
  args: ListSpacesCommandInput,
102
103
  options?: __HttpHandlerOptions
@@ -21,6 +21,15 @@ declare const CreateSpaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateSpaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateSpaceCommandInput,
28
+ CreateSpaceCommandOutput,
29
+ RepostspaceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateSpaceCommand extends CreateSpaceCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteSpaceCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteSpaceCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteSpaceCommandInput,
26
+ DeleteSpaceCommandOutput,
27
+ RepostspaceClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteSpaceCommand extends DeleteSpaceCommand_base {}
@@ -19,6 +19,15 @@ declare const DeregisterAdminCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeregisterAdminCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeregisterAdminCommandInput,
26
+ DeregisterAdminCommandOutput,
27
+ RepostspaceClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeregisterAdminCommand extends DeregisterAdminCommand_base {}
@@ -21,6 +21,15 @@ declare const GetSpaceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetSpaceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetSpaceCommandInput,
28
+ GetSpaceCommandOutput,
29
+ RepostspaceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetSpaceCommand extends GetSpaceCommand_base {}
@@ -21,6 +21,15 @@ declare const ListSpacesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ListSpacesCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ListSpacesCommandInput,
28
+ ListSpacesCommandOutput,
29
+ RepostspaceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ListSpacesCommand extends ListSpacesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListTagsForResourceCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListTagsForResourceCommandInput,
32
+ ListTagsForResourceCommandOutput,
33
+ RepostspaceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -19,6 +19,15 @@ declare const RegisterAdminCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: RegisterAdminCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ RegisterAdminCommandInput,
26
+ RegisterAdminCommandOutput,
27
+ RepostspaceClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class RegisterAdminCommand extends RegisterAdminCommand_base {}
@@ -19,6 +19,15 @@ declare const SendInvitesCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: SendInvitesCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ SendInvitesCommandInput,
26
+ SendInvitesCommandOutput,
27
+ RepostspaceClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class SendInvitesCommand extends SendInvitesCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ RepostspaceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ RepostspaceClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -19,6 +19,15 @@ declare const UpdateSpaceCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UpdateSpaceCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UpdateSpaceCommandInput,
26
+ UpdateSpaceCommandOutput,
27
+ RepostspaceClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  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.533.0",
4
+ "version": "3.535.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,47 +20,47 @@
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-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.1",
63
+ "@smithy/service-client-documentation-generator": "^2.2.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",