AWS cli documentation change
Summary
Updated CLI version references, navigation links, and restructured response parameters with new 'supportedEmailDomains' field documentation
Security assessment
Added documentation for 'supportedEmailDomains' structure including 'allowedDomains' field, which relates to access control by restricting email domains. This enhances security documentation but does not indicate a specific vulnerability being addressed.
Diff
diff --git a/cli/latest/reference/repostspace/list-spaces.md b/cli/latest/reference/repostspace/list-spaces.md index da06df1d5..3bf1c9abe 100644 --- a//cli/latest/reference/repostspace/list-spaces.md +++ b//cli/latest/reference/repostspace/list-spaces.md @@ -14,2 +14,2 @@ - * [previous](get-space.html "get-space") | - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [previous](list-channels.html "list-channels") | + * [AWS CLI 2.27.51 Command Reference](../../index.html) » @@ -22 +22 @@ - * [← get-space](get-space.html "previous chapter \(use the left arrow\)") / + * [← list-channels](list-channels.html "previous chapter \(use the left arrow\)") / @@ -213,4 +212,0 @@ Disable automatically prompt for CLI input parameters. -nextToken -> (string) - -> The token that you use when you request the next set of private re:Posts. - @@ -224,0 +221,4 @@ spaces -> (list) +>> spaceId -> (string) +>> +>>> The unique ID of the private re:Post. +>> @@ -229 +229 @@ spaces -> (list) ->> configurationStatus -> (string) +>> name -> (string) @@ -231 +231 @@ spaces -> (list) ->>> The configuration status of the private re:Post. +>>> The name for the private re:Post. @@ -233 +233 @@ spaces -> (list) ->> contentSize -> (long) +>> description -> (string) @@ -235 +235 @@ spaces -> (list) ->>> The content size of the private re:Post. +>>> The description for the private re:Post. This is used only to help you identify this private re:Post. @@ -237 +237 @@ spaces -> (list) ->> createDateTime -> (timestamp) +>> status -> (string) @@ -239 +239 @@ spaces -> (list) ->>> The date when the private re:Post was created. +>>> The creation/deletion status of the private re:Post. @@ -241 +241 @@ spaces -> (list) ->> deleteDateTime -> (timestamp) +>> configurationStatus -> (string) @@ -243 +243 @@ spaces -> (list) ->>> The date when the private re:Post was deleted. +>>> The configuration status of the private re:Post. @@ -245 +245 @@ spaces -> (list) ->> description -> (string) +>> vanityDomainStatus -> (string) @@ -247 +247 @@ spaces -> (list) ->>> The description for the private re:Post. This is used only to help you identify this private re:Post. +>>> This approval status of the custom subdomain. @@ -249 +249 @@ spaces -> (list) ->> name -> (string) +>> vanityDomain -> (string) @@ -251 +251 @@ spaces -> (list) ->>> The name for the private re:Post. +>>> This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use. @@ -257,5 +257 @@ spaces -> (list) ->> spaceId -> (string) ->> ->>> The unique ID of the private re:Post. ->> ->> status -> (string) +>> tier -> (string) @@ -263 +259 @@ spaces -> (list) ->>> The creation/deletion status of the private re:Post. +>>> The pricing tier of the private re:Post. @@ -269 +265 @@ spaces -> (list) ->> tier -> (string) +>> createDateTime -> (timestamp) @@ -271 +267 @@ spaces -> (list) ->>> The pricing tier of the private re:Post. +>>> The date when the private re:Post was created. @@ -273 +269 @@ spaces -> (list) ->> userCount -> (integer) +>> deleteDateTime -> (timestamp) @@ -275 +271 @@ spaces -> (list) ->>> The number of onboarded users to the private re:Post. +>>> The date when the private re:Post was deleted. @@ -281 +277 @@ spaces -> (list) ->> vanityDomain -> (string) +>> userCount -> (integer) @@ -283 +279 @@ spaces -> (list) ->>> This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use. +>>> The number of onboarded users to the private re:Post. @@ -285 +281 @@ spaces -> (list) ->> vanityDomainStatus -> (string) +>> contentSize -> (long) @@ -287 +283,13 @@ spaces -> (list) ->>> This approval status of the custom subdomain. +>>> The content size of the private re:Post. +>> +>> supportedEmailDomains -> (structure) +>> +>>> enabled -> (string) +>>> +>>> allowedDomains -> (list) +>>> +>>>> (string) + +nextToken -> (string) + +> The token that you use when you request the next set of private re:Posts. @@ -289 +297 @@ spaces -> (list) - * [← get-space](get-space.html "previous chapter \(use the left arrow\)") / + * [← list-channels](list-channels.html "previous chapter \(use the left arrow\)") / @@ -298,2 +306,2 @@ spaces -> (list) - * [previous](get-space.html "get-space") | - * [AWS CLI 2.27.50 Command Reference](../../index.html) » + * [previous](list-channels.html "list-channels") | + * [AWS CLI 2.27.51 Command Reference](../../index.html) »