- Navigation GuideYou are on a Client landing page. Commands (operations) are listed on this page. The Client constructor type is linked at the bottom.
RepostspaceClient
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.
Installation
npm install @aws-sdk/client-repostspace
yarn add @aws-sdk/client-repostspace
pnpm add @aws-sdk/client-repostspace
RepostspaceClient Operations
Command | Summary |
---|
Command | Summary |
---|---|
BatchAddRoleCommand | Add role to multiple users or groups in a private re:Post. |
BatchRemoveRoleCommand | Remove role from multiple users or groups in a private re:Post. |
CreateSpaceCommand | Creates an AWS re:Post Private private re:Post. |
DeleteSpaceCommand | Deletes an AWS re:Post Private private re:Post. |
DeregisterAdminCommand | Removes the user or group from the list of administrators of the private re:Post. |
GetSpaceCommand | Displays information about the AWS re:Post Private private re:Post. |
ListSpacesCommand | Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post. |
ListTagsForResourceCommand | 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. |
RegisterAdminCommand | Adds a user or group to the list of administrators of the private re:Post. |
SendInvitesCommand | Sends an invitation email to selected users and groups. |
TagResourceCommand | 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. |
UntagResourceCommand | Removes the association of the tag with the AWS re:Post Private resource. |
UpdateSpaceCommand | Modifies an existing AWS re:Post Private private re:Post. |
RepostspaceClient Configuration
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|---|---|
defaultsMode Optional | DefaultsMode | Provider<DefaultsMode> | The @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK. |
disableHostPrefix Optional | boolean | Disable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation. |
extensions Optional | RuntimeExtension[] | Optional extensions |
logger Optional | Logger | Optional logger for logging debug/info/warn/error. |
maxAttempts Optional | number | Provider<number> | Value for how many times a request will be made at most in case of retry. |
profile Optional | string | Setting a client profile is similar to setting a value for the AWS_PROFILE environment variable. Setting a profile on a client in code only affects the single client instance, unlike AWS_PROFILE.When set, and only for environments where an AWS configuration file exists, fields configurable by this file will be retrieved from the specified profile within that file. Conflicting code configuration and environment variables will still have higher priority.For client credential resolution that involves checking the AWS configuration file, the client's profile (this value) will be used unless a different profile is set in the credential provider options. |
region Optional | string | Provider<string> | The AWS region to which this client will send requests |
requestHandler Optional | __HttpHandlerUserInput | The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs. |
retryMode Optional | string | Provider<string> | Specifies which retry algorithm to use. |
useDualstackEndpoint Optional | boolean | Provider<boolean> | Enables IPv6/IPv4 dualstack endpoint. |
useFipsEndpoint Optional | boolean | Provider<boolean> | Enables FIPS compatible endpoints. |
Additional config fields are described in the full configuration type: RepostspaceClientConfig