@aws-sdk/client-repostspace 3.529.1 → 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 (35) 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/runtimeConfig.browser.d.ts +2 -2
  16. package/dist-types/runtimeConfig.d.ts +2 -2
  17. package/dist-types/runtimeConfig.native.d.ts +2 -2
  18. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  19. package/dist-types/ts3.4/Repostspace.d.ts +1 -0
  20. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +9 -0
  21. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +9 -0
  22. package/dist-types/ts3.4/commands/DeregisterAdminCommand.d.ts +9 -0
  23. package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +9 -0
  24. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +9 -0
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  26. package/dist-types/ts3.4/commands/RegisterAdminCommand.d.ts +9 -0
  27. package/dist-types/ts3.4/commands/SendInvitesCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  35. 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
  }