@aws-sdk/client-outposts 3.288.0 → 3.290.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/commands/CancelOrderCommand.d.ts +16 -0
  2. package/dist-types/commands/CreateOrderCommand.d.ts +19 -0
  3. package/dist-types/commands/CreateOutpostCommand.d.ts +19 -0
  4. package/dist-types/commands/CreateSiteCommand.d.ts +16 -0
  5. package/dist-types/commands/DeleteOutpostCommand.d.ts +16 -0
  6. package/dist-types/commands/DeleteSiteCommand.d.ts +16 -0
  7. package/dist-types/commands/GetCatalogItemCommand.d.ts +10 -0
  8. package/dist-types/commands/GetConnectionCommand.d.ts +13 -0
  9. package/dist-types/commands/GetOrderCommand.d.ts +10 -0
  10. package/dist-types/commands/GetOutpostCommand.d.ts +13 -0
  11. package/dist-types/commands/GetOutpostInstanceTypesCommand.d.ts +13 -0
  12. package/dist-types/commands/GetSiteAddressCommand.d.ts +13 -0
  13. package/dist-types/commands/GetSiteCommand.d.ts +13 -0
  14. package/dist-types/commands/ListAssetsCommand.d.ts +13 -0
  15. package/dist-types/commands/ListCatalogItemsCommand.d.ts +10 -0
  16. package/dist-types/commands/ListOrdersCommand.d.ts +13 -0
  17. package/dist-types/commands/ListOutpostsCommand.d.ts +10 -0
  18. package/dist-types/commands/ListSitesCommand.d.ts +10 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  20. package/dist-types/commands/StartConnectionCommand.d.ts +13 -0
  21. package/dist-types/commands/TagResourceCommand.d.ts +10 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
  23. package/dist-types/commands/UpdateOutpostCommand.d.ts +16 -0
  24. package/dist-types/commands/UpdateSiteAddressCommand.d.ts +16 -0
  25. package/dist-types/commands/UpdateSiteCommand.d.ts +16 -0
  26. package/dist-types/commands/UpdateSiteRackPhysicalPropertiesCommand.d.ts +16 -0
  27. package/package.json +29 -29
@@ -29,6 +29,22 @@ export interface CancelOrderCommandOutput extends CancelOrderOutput, __MetadataB
29
29
  * @see {@link CancelOrderCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CancelOrderCommand extends $Command<CancelOrderCommandInput, CancelOrderCommandOutput, OutpostsClientResolvedConfig> {
34
50
  readonly input: CancelOrderCommandInput;
@@ -29,6 +29,25 @@ export interface CreateOrderCommandOutput extends CreateOrderOutput, __MetadataB
29
29
  * @see {@link CreateOrderCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ServiceQuotaExceededException} (client fault)
45
+ * <p>You have exceeded a service quota.</p>
46
+ *
47
+ * @throws {@link ValidationException} (client fault)
48
+ * <p>A parameter is not valid.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class CreateOrderCommand extends $Command<CreateOrderCommandInput, CreateOrderCommandOutput, OutpostsClientResolvedConfig> {
34
53
  readonly input: CreateOrderCommandInput;
@@ -30,6 +30,25 @@ export interface CreateOutpostCommandOutput extends CreateOutpostOutput, __Metad
30
30
  * @see {@link CreateOutpostCommandOutput} for command's `response` shape.
31
31
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You do not have permission to perform this operation.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An internal error has occurred.</p>
41
+ *
42
+ * @throws {@link NotFoundException} (client fault)
43
+ * <p>The specified request is not valid.</p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>You have exceeded a service quota.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>A parameter is not valid.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class CreateOutpostCommand extends $Command<CreateOutpostCommandInput, CreateOutpostCommandOutput, OutpostsClientResolvedConfig> {
35
54
  readonly input: CreateOutpostCommandInput;
@@ -29,6 +29,22 @@ export interface CreateSiteCommandOutput extends CreateSiteOutput, __MetadataBea
29
29
  * @see {@link CreateSiteCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link ServiceQuotaExceededException} (client fault)
42
+ * <p>You have exceeded a service quota.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class CreateSiteCommand extends $Command<CreateSiteCommandInput, CreateSiteCommandOutput, OutpostsClientResolvedConfig> {
34
50
  readonly input: CreateSiteCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteOutpostCommandOutput extends DeleteOutpostOutput, __Metad
29
29
  * @see {@link DeleteOutpostCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteOutpostCommand extends $Command<DeleteOutpostCommandInput, DeleteOutpostCommandOutput, OutpostsClientResolvedConfig> {
34
50
  readonly input: DeleteOutpostCommandInput;
@@ -29,6 +29,22 @@ export interface DeleteSiteCommandOutput extends DeleteSiteOutput, __MetadataBea
29
29
  * @see {@link DeleteSiteCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DeleteSiteCommand extends $Command<DeleteSiteCommandInput, DeleteSiteCommandOutput, OutpostsClientResolvedConfig> {
34
50
  readonly input: DeleteSiteCommandInput;
@@ -29,6 +29,16 @@ export interface GetCatalogItemCommandOutput extends GetCatalogItemOutput, __Met
29
29
  * @see {@link GetCatalogItemCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal error has occurred.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The specified request is not valid.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>A parameter is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetCatalogItemCommand extends $Command<GetCatalogItemCommandInput, GetCatalogItemCommandOutput, OutpostsClientResolvedConfig> {
34
44
  readonly input: GetCatalogItemCommandInput;
@@ -39,6 +39,19 @@ export interface GetConnectionCommandOutput extends GetConnectionResponse, __Met
39
39
  * @see {@link GetConnectionCommandOutput} for command's `response` shape.
40
40
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You do not have permission to perform this operation.</p>
44
+ *
45
+ * @throws {@link InternalServerException} (server fault)
46
+ * <p>An internal error has occurred.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The specified request is not valid.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>A parameter is not valid.</p>
53
+ *
54
+ *
42
55
  */
43
56
  export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, OutpostsClientResolvedConfig> {
44
57
  readonly input: GetConnectionCommandInput;
@@ -29,6 +29,16 @@ export interface GetOrderCommandOutput extends GetOrderOutput, __MetadataBearer
29
29
  * @see {@link GetOrderCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal error has occurred.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The specified request is not valid.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>A parameter is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class GetOrderCommand extends $Command<GetOrderCommandInput, GetOrderCommandOutput, OutpostsClientResolvedConfig> {
34
44
  readonly input: GetOrderCommandInput;
@@ -29,6 +29,19 @@ export interface GetOutpostCommandOutput extends GetOutpostOutput, __MetadataBea
29
29
  * @see {@link GetOutpostCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The specified request is not valid.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetOutpostCommand extends $Command<GetOutpostCommandInput, GetOutpostCommandOutput, OutpostsClientResolvedConfig> {
34
47
  readonly input: GetOutpostCommandInput;
@@ -29,6 +29,19 @@ export interface GetOutpostInstanceTypesCommandOutput extends GetOutpostInstance
29
29
  * @see {@link GetOutpostInstanceTypesCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The specified request is not valid.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetOutpostInstanceTypesCommand extends $Command<GetOutpostInstanceTypesCommandInput, GetOutpostInstanceTypesCommandOutput, OutpostsClientResolvedConfig> {
34
47
  readonly input: GetOutpostInstanceTypesCommandInput;
@@ -29,6 +29,19 @@ export interface GetSiteAddressCommandOutput extends GetSiteAddressOutput, __Met
29
29
  * @see {@link GetSiteAddressCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The specified request is not valid.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetSiteAddressCommand extends $Command<GetSiteAddressCommandInput, GetSiteAddressCommandOutput, OutpostsClientResolvedConfig> {
34
47
  readonly input: GetSiteAddressCommandInput;
@@ -29,6 +29,19 @@ export interface GetSiteCommandOutput extends GetSiteOutput, __MetadataBearer {
29
29
  * @see {@link GetSiteCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The specified request is not valid.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetSiteCommand extends $Command<GetSiteCommandInput, GetSiteCommandOutput, OutpostsClientResolvedConfig> {
34
47
  readonly input: GetSiteCommandInput;
@@ -32,6 +32,19 @@ export interface ListAssetsCommandOutput extends ListAssetsOutput, __MetadataBea
32
32
  * @see {@link ListAssetsCommandOutput} for command's `response` shape.
33
33
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You do not have permission to perform this operation.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
35
48
  */
36
49
  export declare class ListAssetsCommand extends $Command<ListAssetsCommandInput, ListAssetsCommandOutput, OutpostsClientResolvedConfig> {
37
50
  readonly input: ListAssetsCommandInput;
@@ -32,6 +32,16 @@ export interface ListCatalogItemsCommandOutput extends ListCatalogItemsOutput, _
32
32
  * @see {@link ListCatalogItemsCommandOutput} for command's `response` shape.
33
33
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The specified request is not valid.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListCatalogItemsCommand extends $Command<ListCatalogItemsCommandInput, ListCatalogItemsCommandOutput, OutpostsClientResolvedConfig> {
37
47
  readonly input: ListCatalogItemsCommandInput;
@@ -29,6 +29,19 @@ export interface ListOrdersCommandOutput extends ListOrdersOutput, __MetadataBea
29
29
  * @see {@link ListOrdersCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>An internal error has occurred.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>The specified request is not valid.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListOrdersCommand extends $Command<ListOrdersCommandInput, ListOrdersCommandOutput, OutpostsClientResolvedConfig> {
34
47
  readonly input: ListOrdersCommandInput;
@@ -32,6 +32,16 @@ export interface ListOutpostsCommandOutput extends ListOutpostsOutput, __Metadat
32
32
  * @see {@link ListOutpostsCommandOutput} for command's `response` shape.
33
33
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You do not have permission to perform this operation.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link ValidationException} (client fault)
42
+ * <p>A parameter is not valid.</p>
43
+ *
44
+ *
35
45
  */
36
46
  export declare class ListOutpostsCommand extends $Command<ListOutpostsCommandInput, ListOutpostsCommandOutput, OutpostsClientResolvedConfig> {
37
47
  readonly input: ListOutpostsCommandInput;
@@ -33,6 +33,16 @@ export interface ListSitesCommandOutput extends ListSitesOutput, __MetadataBeare
33
33
  * @see {@link ListSitesCommandOutput} for command's `response` shape.
34
34
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have permission to perform this operation.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>An internal error has occurred.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>A parameter is not valid.</p>
44
+ *
45
+ *
36
46
  */
37
47
  export declare class ListSitesCommand extends $Command<ListSitesCommandInput, ListSitesCommandOutput, OutpostsClientResolvedConfig> {
38
48
  readonly input: ListSitesCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal error has occurred.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The specified request is not valid.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>A parameter is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, OutpostsClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -39,6 +39,19 @@ export interface StartConnectionCommandOutput extends StartConnectionResponse, _
39
39
  * @see {@link StartConnectionCommandOutput} for command's `response` shape.
40
40
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
41
41
  *
42
+ * @throws {@link AccessDeniedException} (client fault)
43
+ * <p>You do not have permission to perform this operation.</p>
44
+ *
45
+ * @throws {@link InternalServerException} (server fault)
46
+ * <p>An internal error has occurred.</p>
47
+ *
48
+ * @throws {@link NotFoundException} (client fault)
49
+ * <p>The specified request is not valid.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>A parameter is not valid.</p>
53
+ *
54
+ *
42
55
  */
43
56
  export declare class StartConnectionCommand extends $Command<StartConnectionCommandInput, StartConnectionCommandOutput, OutpostsClientResolvedConfig> {
44
57
  readonly input: StartConnectionCommandInput;
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal error has occurred.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The specified request is not valid.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>A parameter is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, OutpostsClientResolvedConfig> {
34
44
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalServerException} (server fault)
33
+ * <p>An internal error has occurred.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The specified request is not valid.</p>
37
+ *
38
+ * @throws {@link ValidationException} (client fault)
39
+ * <p>A parameter is not valid.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, OutpostsClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateOutpostCommandOutput extends UpdateOutpostOutput, __Metad
29
29
  * @see {@link UpdateOutpostCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateOutpostCommand extends $Command<UpdateOutpostCommandInput, UpdateOutpostCommandOutput, OutpostsClientResolvedConfig> {
34
50
  readonly input: UpdateOutpostCommandInput;
@@ -33,6 +33,22 @@ export interface UpdateSiteAddressCommandOutput extends UpdateSiteAddressOutput,
33
33
  * @see {@link UpdateSiteAddressCommandOutput} for command's `response` shape.
34
34
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
35
35
  *
36
+ * @throws {@link AccessDeniedException} (client fault)
37
+ * <p>You do not have permission to perform this operation.</p>
38
+ *
39
+ * @throws {@link ConflictException} (client fault)
40
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
41
+ *
42
+ * @throws {@link InternalServerException} (server fault)
43
+ * <p>An internal error has occurred.</p>
44
+ *
45
+ * @throws {@link NotFoundException} (client fault)
46
+ * <p>The specified request is not valid.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>A parameter is not valid.</p>
50
+ *
51
+ *
36
52
  */
37
53
  export declare class UpdateSiteAddressCommand extends $Command<UpdateSiteAddressCommandInput, UpdateSiteAddressCommandOutput, OutpostsClientResolvedConfig> {
38
54
  readonly input: UpdateSiteAddressCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateSiteCommandOutput extends UpdateSiteOutput, __MetadataBea
29
29
  * @see {@link UpdateSiteCommandOutput} for command's `response` shape.
30
30
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You do not have permission to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>An internal error has occurred.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The specified request is not valid.</p>
43
+ *
44
+ * @throws {@link ValidationException} (client fault)
45
+ * <p>A parameter is not valid.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateSiteCommand extends $Command<UpdateSiteCommandInput, UpdateSiteCommandOutput, OutpostsClientResolvedConfig> {
34
50
  readonly input: UpdateSiteCommandInput;
@@ -34,6 +34,22 @@ export interface UpdateSiteRackPhysicalPropertiesCommandOutput extends UpdateSit
34
34
  * @see {@link UpdateSiteRackPhysicalPropertiesCommandOutput} for command's `response` shape.
35
35
  * @see {@link OutpostsClientResolvedConfig | config} for OutpostsClient's `config` shape.
36
36
  *
37
+ * @throws {@link AccessDeniedException} (client fault)
38
+ * <p>You do not have permission to perform this operation.</p>
39
+ *
40
+ * @throws {@link ConflictException} (client fault)
41
+ * <p>Updating or deleting this resource can cause an inconsistent state.</p>
42
+ *
43
+ * @throws {@link InternalServerException} (server fault)
44
+ * <p>An internal error has occurred.</p>
45
+ *
46
+ * @throws {@link NotFoundException} (client fault)
47
+ * <p>The specified request is not valid.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>A parameter is not valid.</p>
51
+ *
52
+ *
37
53
  */
38
54
  export declare class UpdateSiteRackPhysicalPropertiesCommand extends $Command<UpdateSiteRackPhysicalPropertiesCommandInput, UpdateSiteRackPhysicalPropertiesCommandOutput, OutpostsClientResolvedConfig> {
39
55
  readonly input: UpdateSiteRackPhysicalPropertiesCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-outposts",
3
3
  "description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },