@aws-sdk/client-ssm-incidents 3.289.0 → 3.292.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 (30) hide show
  1. package/dist-types/commands/CreateReplicationSetCommand.d.ts +21 -0
  2. package/dist-types/commands/CreateResponsePlanCommand.d.ts +21 -0
  3. package/dist-types/commands/CreateTimelineEventCommand.d.ts +21 -0
  4. package/dist-types/commands/DeleteIncidentRecordCommand.d.ts +15 -0
  5. package/dist-types/commands/DeleteReplicationSetCommand.d.ts +18 -0
  6. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +18 -0
  7. package/dist-types/commands/DeleteResponsePlanCommand.d.ts +15 -0
  8. package/dist-types/commands/DeleteTimelineEventCommand.d.ts +15 -0
  9. package/dist-types/commands/GetIncidentRecordCommand.d.ts +18 -0
  10. package/dist-types/commands/GetReplicationSetCommand.d.ts +18 -0
  11. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +18 -0
  12. package/dist-types/commands/GetResponsePlanCommand.d.ts +18 -0
  13. package/dist-types/commands/GetTimelineEventCommand.d.ts +18 -0
  14. package/dist-types/commands/ListIncidentRecordsCommand.d.ts +15 -0
  15. package/dist-types/commands/ListRelatedItemsCommand.d.ts +15 -0
  16. package/dist-types/commands/ListReplicationSetsCommand.d.ts +15 -0
  17. package/dist-types/commands/ListResponsePlansCommand.d.ts +15 -0
  18. package/dist-types/commands/ListTagsForResourceCommand.d.ts +18 -0
  19. package/dist-types/commands/ListTimelineEventsCommand.d.ts +15 -0
  20. package/dist-types/commands/PutResourcePolicyCommand.d.ts +18 -0
  21. package/dist-types/commands/StartIncidentCommand.d.ts +21 -0
  22. package/dist-types/commands/TagResourceCommand.d.ts +24 -0
  23. package/dist-types/commands/UntagResourceCommand.d.ts +21 -0
  24. package/dist-types/commands/UpdateDeletionProtectionCommand.d.ts +18 -0
  25. package/dist-types/commands/UpdateIncidentRecordCommand.d.ts +21 -0
  26. package/dist-types/commands/UpdateRelatedItemsCommand.d.ts +21 -0
  27. package/dist-types/commands/UpdateReplicationSetCommand.d.ts +21 -0
  28. package/dist-types/commands/UpdateResponsePlanCommand.d.ts +21 -0
  29. package/dist-types/commands/UpdateTimelineEventCommand.d.ts +21 -0
  30. package/package.json +36 -41
@@ -30,6 +30,27 @@ export interface CreateReplicationSetCommandOutput extends CreateReplicationSetO
30
30
  * @see {@link CreateReplicationSetCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request processing has failed because of an unknown error, exception or
41
+ * failure.</p>
42
+ *
43
+ * @throws {@link ServiceQuotaExceededException} (client fault)
44
+ * <p>Request would cause a service quota to be exceeded.</p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
51
+ * service.</p>
52
+ *
53
+ *
33
54
  */
34
55
  export declare class CreateReplicationSetCommand extends $Command<CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
35
56
  readonly input: CreateReplicationSetCommandInput;
@@ -31,6 +31,27 @@ export interface CreateResponsePlanCommandOutput extends CreateResponsePlanOutpu
31
31
  * @see {@link CreateResponsePlanCommandOutput} for command's `response` shape.
32
32
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have sufficient access to perform this operation.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request processing has failed because of an unknown error, exception or
42
+ * failure.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Request references a resource which doesn't exist. </p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
52
+ * service.</p>
53
+ *
54
+ *
34
55
  */
35
56
  export declare class CreateResponsePlanCommand extends $Command<CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
36
57
  readonly input: CreateResponsePlanCommandInput;
@@ -32,6 +32,27 @@ export interface CreateTimelineEventCommandOutput extends CreateTimelineEventOut
32
32
  * @see {@link CreateTimelineEventCommandOutput} for command's `response` shape.
33
33
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have sufficient access to perform this operation.</p>
37
+ *
38
+ * @throws {@link ConflictException} (client fault)
39
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
40
+ *
41
+ * @throws {@link InternalServerException} (server fault)
42
+ * <p>The request processing has failed because of an unknown error, exception or
43
+ * failure.</p>
44
+ *
45
+ * @throws {@link ResourceNotFoundException} (client fault)
46
+ * <p>Request references a resource which doesn't exist. </p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
53
+ * service.</p>
54
+ *
55
+ *
35
56
  */
36
57
  export declare class CreateTimelineEventCommand extends $Command<CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
37
58
  readonly input: CreateTimelineEventCommandInput;
@@ -29,6 +29,21 @@ export interface DeleteIncidentRecordCommandOutput extends DeleteIncidentRecordO
29
29
  * @see {@link DeleteIncidentRecordCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The request was denied due to request throttling.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
44
+ * service.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class DeleteIncidentRecordCommand extends $Command<DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
34
49
  readonly input: DeleteIncidentRecordCommandInput;
@@ -30,6 +30,24 @@ export interface DeleteReplicationSetCommandOutput extends DeleteReplicationSetO
30
30
  * @see {@link DeleteReplicationSetCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or
38
+ * failure.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Request references a resource which doesn't exist. </p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>The request was denied due to request throttling.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
48
+ * service.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class DeleteReplicationSetCommand extends $Command<DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
35
53
  readonly input: DeleteReplicationSetCommandInput;
@@ -30,6 +30,24 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyO
30
30
  * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or
38
+ * failure.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Request references a resource which doesn't exist. </p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>The request was denied due to request throttling.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
48
+ * service.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class DeleteResourcePolicyCommand extends $Command<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig> {
35
53
  readonly input: DeleteResourcePolicyCommandInput;
@@ -30,6 +30,21 @@ export interface DeleteResponsePlanCommandOutput extends DeleteResponsePlanOutpu
30
30
  * @see {@link DeleteResponsePlanCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or
38
+ * failure.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The request was denied due to request throttling.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
45
+ * service.</p>
46
+ *
47
+ *
33
48
  */
34
49
  export declare class DeleteResponsePlanCommand extends $Command<DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
35
50
  readonly input: DeleteResponsePlanCommandInput;
@@ -29,6 +29,21 @@ export interface DeleteTimelineEventCommandOutput extends DeleteTimelineEventOut
29
29
  * @see {@link DeleteTimelineEventCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The request was denied due to request throttling.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
44
+ * service.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class DeleteTimelineEventCommand extends $Command<DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
34
49
  readonly input: DeleteTimelineEventCommandInput;
@@ -29,6 +29,24 @@ export interface GetIncidentRecordCommandOutput extends GetIncidentRecordOutput,
29
29
  * @see {@link GetIncidentRecordCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Request references a resource which doesn't exist. </p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied due to request throttling.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
47
+ * service.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetIncidentRecordCommand extends $Command<GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
34
52
  readonly input: GetIncidentRecordCommandInput;
@@ -29,6 +29,24 @@ export interface GetReplicationSetCommandOutput extends GetReplicationSetOutput,
29
29
  * @see {@link GetReplicationSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Request references a resource which doesn't exist. </p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied due to request throttling.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
47
+ * service.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetReplicationSetCommand extends $Command<GetReplicationSetCommandInput, GetReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
34
52
  readonly input: GetReplicationSetCommandInput;
@@ -29,6 +29,24 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesOut
29
29
  * @see {@link GetResourcePoliciesCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Request references a resource which doesn't exist. </p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied due to request throttling.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
47
+ * service.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetResourcePoliciesCommand extends $Command<GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput, SSMIncidentsClientResolvedConfig> {
34
52
  readonly input: GetResourcePoliciesCommandInput;
@@ -29,6 +29,24 @@ export interface GetResponsePlanCommandOutput extends GetResponsePlanOutput, __M
29
29
  * @see {@link GetResponsePlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Request references a resource which doesn't exist. </p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied due to request throttling.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
47
+ * service.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetResponsePlanCommand extends $Command<GetResponsePlanCommandInput, GetResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
34
52
  readonly input: GetResponsePlanCommandInput;
@@ -29,6 +29,24 @@ export interface GetTimelineEventCommandOutput extends GetTimelineEventOutput, _
29
29
  * @see {@link GetTimelineEventCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Request references a resource which doesn't exist. </p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied due to request throttling.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
47
+ * service.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class GetTimelineEventCommand extends $Command<GetTimelineEventCommandInput, GetTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
34
52
  readonly input: GetTimelineEventCommandInput;
@@ -30,6 +30,21 @@ export interface ListIncidentRecordsCommandOutput extends ListIncidentRecordsOut
30
30
  * @see {@link ListIncidentRecordsCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or
38
+ * failure.</p>
39
+ *
40
+ * @throws {@link ThrottlingException} (client fault)
41
+ * <p>The request was denied due to request throttling.</p>
42
+ *
43
+ * @throws {@link ValidationException} (client fault)
44
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
45
+ * service.</p>
46
+ *
47
+ *
33
48
  */
34
49
  export declare class ListIncidentRecordsCommand extends $Command<ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput, SSMIncidentsClientResolvedConfig> {
35
50
  readonly input: ListIncidentRecordsCommandInput;
@@ -29,6 +29,21 @@ export interface ListRelatedItemsCommandOutput extends ListRelatedItemsOutput, _
29
29
  * @see {@link ListRelatedItemsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The request was denied due to request throttling.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
44
+ * service.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListRelatedItemsCommand extends $Command<ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig> {
34
49
  readonly input: ListRelatedItemsCommandInput;
@@ -29,6 +29,21 @@ export interface ListReplicationSetsCommandOutput extends ListReplicationSetsOut
29
29
  * @see {@link ListReplicationSetsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The request was denied due to request throttling.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
44
+ * service.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListReplicationSetsCommand extends $Command<ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput, SSMIncidentsClientResolvedConfig> {
34
49
  readonly input: ListReplicationSetsCommandInput;
@@ -29,6 +29,21 @@ export interface ListResponsePlansCommandOutput extends ListResponsePlansOutput,
29
29
  * @see {@link ListResponsePlansCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The request was denied due to request throttling.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
44
+ * service.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListResponsePlansCommand extends $Command<ListResponsePlansCommandInput, ListResponsePlansCommandOutput, SSMIncidentsClientResolvedConfig> {
34
49
  readonly input: ListResponsePlansCommandInput;
@@ -29,6 +29,24 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ResourceNotFoundException} (client fault)
40
+ * <p>Request references a resource which doesn't exist. </p>
41
+ *
42
+ * @throws {@link ThrottlingException} (client fault)
43
+ * <p>The request was denied due to request throttling.</p>
44
+ *
45
+ * @throws {@link ValidationException} (client fault)
46
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
47
+ * service.</p>
48
+ *
49
+ *
32
50
  */
33
51
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
34
52
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,21 @@ export interface ListTimelineEventsCommandOutput extends ListTimelineEventsOutpu
29
29
  * @see {@link ListTimelineEventsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link InternalServerException} (server fault)
36
+ * <p>The request processing has failed because of an unknown error, exception or
37
+ * failure.</p>
38
+ *
39
+ * @throws {@link ThrottlingException} (client fault)
40
+ * <p>The request was denied due to request throttling.</p>
41
+ *
42
+ * @throws {@link ValidationException} (client fault)
43
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
44
+ * service.</p>
45
+ *
46
+ *
32
47
  */
33
48
  export declare class ListTimelineEventsCommand extends $Command<ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput, SSMIncidentsClientResolvedConfig> {
34
49
  readonly input: ListTimelineEventsCommandInput;
@@ -32,6 +32,24 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyOutput,
32
32
  * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
33
33
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>You don't have sufficient access to perform this operation.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or
40
+ * failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Request references a resource which doesn't exist. </p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
50
+ * service.</p>
51
+ *
52
+ *
35
53
  */
36
54
  export declare class PutResourcePolicyCommand extends $Command<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, SSMIncidentsClientResolvedConfig> {
37
55
  readonly input: PutResourcePolicyCommandInput;
@@ -30,6 +30,27 @@ export interface StartIncidentCommandOutput extends StartIncidentOutput, __Metad
30
30
  * @see {@link StartIncidentCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request processing has failed because of an unknown error, exception or
41
+ * failure.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Request references a resource which doesn't exist. </p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
51
+ * service.</p>
52
+ *
53
+ *
33
54
  */
34
55
  export declare class StartIncidentCommand extends $Command<StartIncidentCommandInput, StartIncidentCommandOutput, SSMIncidentsClientResolvedConfig> {
35
56
  readonly input: StartIncidentCommandInput;
@@ -29,6 +29,30 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or
40
+ * failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Request references a resource which doesn't exist. </p>
44
+ *
45
+ * @throws {@link ServiceQuotaExceededException} (client fault)
46
+ * <p>Request would cause a service quota to be exceeded.</p>
47
+ *
48
+ * @throws {@link ThrottlingException} (client fault)
49
+ * <p>The request was denied due to request throttling.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
53
+ * service.</p>
54
+ *
55
+ *
32
56
  */
33
57
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
34
58
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,27 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or
40
+ * failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Request references a resource which doesn't exist. </p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
50
+ * service.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, SSMIncidentsClientResolvedConfig> {
34
55
  readonly input: UntagResourceCommandInput;
@@ -30,6 +30,24 @@ export interface UpdateDeletionProtectionCommandOutput extends UpdateDeletionPro
30
30
  * @see {@link UpdateDeletionProtectionCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link InternalServerException} (server fault)
37
+ * <p>The request processing has failed because of an unknown error, exception or
38
+ * failure.</p>
39
+ *
40
+ * @throws {@link ResourceNotFoundException} (client fault)
41
+ * <p>Request references a resource which doesn't exist. </p>
42
+ *
43
+ * @throws {@link ThrottlingException} (client fault)
44
+ * <p>The request was denied due to request throttling.</p>
45
+ *
46
+ * @throws {@link ValidationException} (client fault)
47
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
48
+ * service.</p>
49
+ *
50
+ *
33
51
  */
34
52
  export declare class UpdateDeletionProtectionCommand extends $Command<UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput, SSMIncidentsClientResolvedConfig> {
35
53
  readonly input: UpdateDeletionProtectionCommandInput;
@@ -31,6 +31,27 @@ export interface UpdateIncidentRecordCommandOutput extends UpdateIncidentRecordO
31
31
  * @see {@link UpdateIncidentRecordCommandOutput} for command's `response` shape.
32
32
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have sufficient access to perform this operation.</p>
36
+ *
37
+ * @throws {@link ConflictException} (client fault)
38
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
39
+ *
40
+ * @throws {@link InternalServerException} (server fault)
41
+ * <p>The request processing has failed because of an unknown error, exception or
42
+ * failure.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>Request references a resource which doesn't exist. </p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>The request was denied due to request throttling.</p>
49
+ *
50
+ * @throws {@link ValidationException} (client fault)
51
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
52
+ * service.</p>
53
+ *
54
+ *
34
55
  */
35
56
  export declare class UpdateIncidentRecordCommand extends $Command<UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput, SSMIncidentsClientResolvedConfig> {
36
57
  readonly input: UpdateIncidentRecordCommandInput;
@@ -29,6 +29,27 @@ export interface UpdateRelatedItemsCommandOutput extends UpdateRelatedItemsOutpu
29
29
  * @see {@link UpdateRelatedItemsCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or
40
+ * failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Request references a resource which doesn't exist. </p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
50
+ * service.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class UpdateRelatedItemsCommand extends $Command<UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput, SSMIncidentsClientResolvedConfig> {
34
55
  readonly input: UpdateRelatedItemsCommandInput;
@@ -29,6 +29,27 @@ export interface UpdateReplicationSetCommandOutput extends UpdateReplicationSetO
29
29
  * @see {@link UpdateReplicationSetCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or
40
+ * failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Request references a resource which doesn't exist. </p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
50
+ * service.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class UpdateReplicationSetCommand extends $Command<UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput, SSMIncidentsClientResolvedConfig> {
34
55
  readonly input: UpdateReplicationSetCommandInput;
@@ -29,6 +29,27 @@ export interface UpdateResponsePlanCommandOutput extends UpdateResponsePlanOutpu
29
29
  * @see {@link UpdateResponsePlanCommandOutput} for command's `response` shape.
30
30
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have sufficient access to perform this operation.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
37
+ *
38
+ * @throws {@link InternalServerException} (server fault)
39
+ * <p>The request processing has failed because of an unknown error, exception or
40
+ * failure.</p>
41
+ *
42
+ * @throws {@link ResourceNotFoundException} (client fault)
43
+ * <p>Request references a resource which doesn't exist. </p>
44
+ *
45
+ * @throws {@link ThrottlingException} (client fault)
46
+ * <p>The request was denied due to request throttling.</p>
47
+ *
48
+ * @throws {@link ValidationException} (client fault)
49
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
50
+ * service.</p>
51
+ *
52
+ *
32
53
  */
33
54
  export declare class UpdateResponsePlanCommand extends $Command<UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput, SSMIncidentsClientResolvedConfig> {
34
55
  readonly input: UpdateResponsePlanCommandInput;
@@ -30,6 +30,27 @@ export interface UpdateTimelineEventCommandOutput extends UpdateTimelineEventOut
30
30
  * @see {@link UpdateTimelineEventCommandOutput} for command's `response` shape.
31
31
  * @see {@link SSMIncidentsClientResolvedConfig | config} for SSMIncidentsClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>You don't have sufficient access to perform this operation.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>Updating or deleting a resource causes an inconsistent state.</p>
38
+ *
39
+ * @throws {@link InternalServerException} (server fault)
40
+ * <p>The request processing has failed because of an unknown error, exception or
41
+ * failure.</p>
42
+ *
43
+ * @throws {@link ResourceNotFoundException} (client fault)
44
+ * <p>Request references a resource which doesn't exist. </p>
45
+ *
46
+ * @throws {@link ThrottlingException} (client fault)
47
+ * <p>The request was denied due to request throttling.</p>
48
+ *
49
+ * @throws {@link ValidationException} (client fault)
50
+ * <p>The input fails to satisfy the constraints specified by an Amazon Web Services
51
+ * service.</p>
52
+ *
53
+ *
33
54
  */
34
55
  export declare class UpdateTimelineEventCommand extends $Command<UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput, SSMIncidentsClientResolvedConfig> {
35
56
  readonly input: UpdateTimelineEventCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm-incidents",
3
3
  "description": "AWS SDK for JavaScript Ssm Incidents Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.292.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,58 +20,53 @@
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.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
55
- "@aws-sdk/util-waiter": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
+ "@aws-sdk/util-waiter": "3.292.0",
56
56
  "tslib": "^2.3.1",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",
64
64
  "concurrently": "7.0.0",
65
65
  "downlevel-dts": "0.10.1",
66
66
  "rimraf": "3.0.2",
67
- "typedoc": "0.19.2",
67
+ "typedoc": "0.23.23",
68
68
  "typescript": "~4.6.2"
69
69
  },
70
- "overrides": {
71
- "typedoc": {
72
- "typescript": "~4.6.2"
73
- }
74
- },
75
70
  "engines": {
76
71
  "node": ">=14.0.0"
77
72
  },