@aws-sdk/client-ssm-incidents 3.47.1 → 3.50.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 (54) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +40 -34
  3. package/dist-types/ts3.4/SSMIncidents.d.ts +0 -150
  4. package/dist-types/ts3.4/SSMIncidentsClient.d.ts +0 -102
  5. package/dist-types/ts3.4/commands/CreateReplicationSetCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateResponsePlanCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreateTimelineEventCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeleteIncidentRecordCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/DeleteReplicationSetCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteResponsePlanCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteTimelineEventCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/GetIncidentRecordCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/GetReplicationSetCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/GetResponsePlanCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/GetTimelineEventCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/ListIncidentRecordsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/ListRelatedItemsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/ListReplicationSetsCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/ListResponsePlansCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListTimelineEventsCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/StartIncidentCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/UpdateDeletionProtectionCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/UpdateIncidentRecordCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/UpdateRelatedItemsCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/UpdateReplicationSetCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/UpdateResponsePlanCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/UpdateTimelineEventCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +0 -29
  35. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  36. package/dist-types/ts3.4/index.d.ts +0 -6
  37. package/dist-types/ts3.4/models/index.d.ts +0 -1
  38. package/dist-types/ts3.4/models/models_0.d.ts +0 -1296
  39. package/dist-types/ts3.4/pagination/GetResourcePoliciesPaginator.d.ts +0 -4
  40. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  41. package/dist-types/ts3.4/pagination/ListIncidentRecordsPaginator.d.ts +0 -4
  42. package/dist-types/ts3.4/pagination/ListRelatedItemsPaginator.d.ts +0 -4
  43. package/dist-types/ts3.4/pagination/ListReplicationSetsPaginator.d.ts +0 -4
  44. package/dist-types/ts3.4/pagination/ListResponsePlansPaginator.d.ts +0 -4
  45. package/dist-types/ts3.4/pagination/ListTimelineEventsPaginator.d.ts +0 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +0 -7
  47. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -89
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
  52. package/dist-types/ts3.4/waiters/index.d.ts +0 -2
  53. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetActive.d.ts +0 -7
  54. package/dist-types/ts3.4/waiters/waitForWaitForReplicationSetDeleted.d.ts +0 -7
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
3
- import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetResourcePolicies(config: SSMIncidentsPaginationConfiguration, input: GetResourcePoliciesCommandInput, ...additionalArguments: any): Paginator<GetResourcePoliciesCommandOutput>;
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { SSMIncidents } from "../SSMIncidents";
3
- import { SSMIncidentsClient } from "../SSMIncidentsClient";
4
- export interface SSMIncidentsPaginationConfiguration extends PaginationConfiguration {
5
- client: SSMIncidents | SSMIncidentsClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput } from "../commands/ListIncidentRecordsCommand";
3
- import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListIncidentRecords(config: SSMIncidentsPaginationConfiguration, input: ListIncidentRecordsCommandInput, ...additionalArguments: any): Paginator<ListIncidentRecordsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput } from "../commands/ListRelatedItemsCommand";
3
- import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListRelatedItems(config: SSMIncidentsPaginationConfiguration, input: ListRelatedItemsCommandInput, ...additionalArguments: any): Paginator<ListRelatedItemsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput } from "../commands/ListReplicationSetsCommand";
3
- import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListReplicationSets(config: SSMIncidentsPaginationConfiguration, input: ListReplicationSetsCommandInput, ...additionalArguments: any): Paginator<ListReplicationSetsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListResponsePlansCommandInput, ListResponsePlansCommandOutput } from "../commands/ListResponsePlansCommand";
3
- import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListResponsePlans(config: SSMIncidentsPaginationConfiguration, input: ListResponsePlansCommandInput, ...additionalArguments: any): Paginator<ListResponsePlansCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput } from "../commands/ListTimelineEventsCommand";
3
- import { SSMIncidentsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListTimelineEvents(config: SSMIncidentsPaginationConfiguration, input: ListTimelineEventsCommandInput, ...additionalArguments: any): Paginator<ListTimelineEventsCommandOutput>;
@@ -1,7 +0,0 @@
1
- export * from "./GetResourcePoliciesPaginator";
2
- export * from "./Interfaces";
3
- export * from "./ListIncidentRecordsPaginator";
4
- export * from "./ListRelatedItemsPaginator";
5
- export * from "./ListReplicationSetsPaginator";
6
- export * from "./ListResponsePlansPaginator";
7
- export * from "./ListTimelineEventsPaginator";
@@ -1,89 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateReplicationSetCommandInput, CreateReplicationSetCommandOutput } from "../commands/CreateReplicationSetCommand";
4
- import { CreateResponsePlanCommandInput, CreateResponsePlanCommandOutput } from "../commands/CreateResponsePlanCommand";
5
- import { CreateTimelineEventCommandInput, CreateTimelineEventCommandOutput } from "../commands/CreateTimelineEventCommand";
6
- import { DeleteIncidentRecordCommandInput, DeleteIncidentRecordCommandOutput } from "../commands/DeleteIncidentRecordCommand";
7
- import { DeleteReplicationSetCommandInput, DeleteReplicationSetCommandOutput } from "../commands/DeleteReplicationSetCommand";
8
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
9
- import { DeleteResponsePlanCommandInput, DeleteResponsePlanCommandOutput } from "../commands/DeleteResponsePlanCommand";
10
- import { DeleteTimelineEventCommandInput, DeleteTimelineEventCommandOutput } from "../commands/DeleteTimelineEventCommand";
11
- import { GetIncidentRecordCommandInput, GetIncidentRecordCommandOutput } from "../commands/GetIncidentRecordCommand";
12
- import { GetReplicationSetCommandInput, GetReplicationSetCommandOutput } from "../commands/GetReplicationSetCommand";
13
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "../commands/GetResourcePoliciesCommand";
14
- import { GetResponsePlanCommandInput, GetResponsePlanCommandOutput } from "../commands/GetResponsePlanCommand";
15
- import { GetTimelineEventCommandInput, GetTimelineEventCommandOutput } from "../commands/GetTimelineEventCommand";
16
- import { ListIncidentRecordsCommandInput, ListIncidentRecordsCommandOutput } from "../commands/ListIncidentRecordsCommand";
17
- import { ListRelatedItemsCommandInput, ListRelatedItemsCommandOutput } from "../commands/ListRelatedItemsCommand";
18
- import { ListReplicationSetsCommandInput, ListReplicationSetsCommandOutput } from "../commands/ListReplicationSetsCommand";
19
- import { ListResponsePlansCommandInput, ListResponsePlansCommandOutput } from "../commands/ListResponsePlansCommand";
20
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
21
- import { ListTimelineEventsCommandInput, ListTimelineEventsCommandOutput } from "../commands/ListTimelineEventsCommand";
22
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
23
- import { StartIncidentCommandInput, StartIncidentCommandOutput } from "../commands/StartIncidentCommand";
24
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
25
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
26
- import { UpdateDeletionProtectionCommandInput, UpdateDeletionProtectionCommandOutput } from "../commands/UpdateDeletionProtectionCommand";
27
- import { UpdateIncidentRecordCommandInput, UpdateIncidentRecordCommandOutput } from "../commands/UpdateIncidentRecordCommand";
28
- import { UpdateRelatedItemsCommandInput, UpdateRelatedItemsCommandOutput } from "../commands/UpdateRelatedItemsCommand";
29
- import { UpdateReplicationSetCommandInput, UpdateReplicationSetCommandOutput } from "../commands/UpdateReplicationSetCommand";
30
- import { UpdateResponsePlanCommandInput, UpdateResponsePlanCommandOutput } from "../commands/UpdateResponsePlanCommand";
31
- import { UpdateTimelineEventCommandInput, UpdateTimelineEventCommandOutput } from "../commands/UpdateTimelineEventCommand";
32
- export declare const serializeAws_restJson1CreateReplicationSetCommand: (input: CreateReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1CreateResponsePlanCommand: (input: CreateResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1CreateTimelineEventCommand: (input: CreateTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DeleteIncidentRecordCommand: (input: DeleteIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DeleteReplicationSetCommand: (input: DeleteReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DeleteResponsePlanCommand: (input: DeleteResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DeleteTimelineEventCommand: (input: DeleteTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1GetIncidentRecordCommand: (input: GetIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1GetReplicationSetCommand: (input: GetReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1GetResourcePoliciesCommand: (input: GetResourcePoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1GetResponsePlanCommand: (input: GetResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetTimelineEventCommand: (input: GetTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1ListIncidentRecordsCommand: (input: ListIncidentRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1ListRelatedItemsCommand: (input: ListRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1ListReplicationSetsCommand: (input: ListReplicationSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1ListResponsePlansCommand: (input: ListResponsePlansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListTimelineEventsCommand: (input: ListTimelineEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1StartIncidentCommand: (input: StartIncidentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1UpdateDeletionProtectionCommand: (input: UpdateDeletionProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1UpdateIncidentRecordCommand: (input: UpdateIncidentRecordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1UpdateRelatedItemsCommand: (input: UpdateRelatedItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1UpdateReplicationSetCommand: (input: UpdateReplicationSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1UpdateResponsePlanCommand: (input: UpdateResponsePlanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1UpdateTimelineEventCommand: (input: UpdateTimelineEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const deserializeAws_restJson1CreateReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationSetCommandOutput>;
62
- export declare const deserializeAws_restJson1CreateResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResponsePlanCommandOutput>;
63
- export declare const deserializeAws_restJson1CreateTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTimelineEventCommandOutput>;
64
- export declare const deserializeAws_restJson1DeleteIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIncidentRecordCommandOutput>;
65
- export declare const deserializeAws_restJson1DeleteReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationSetCommandOutput>;
66
- export declare const deserializeAws_restJson1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
67
- export declare const deserializeAws_restJson1DeleteResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResponsePlanCommandOutput>;
68
- export declare const deserializeAws_restJson1DeleteTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTimelineEventCommandOutput>;
69
- export declare const deserializeAws_restJson1GetIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIncidentRecordCommandOutput>;
70
- export declare const deserializeAws_restJson1GetReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReplicationSetCommandOutput>;
71
- export declare const deserializeAws_restJson1GetResourcePoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePoliciesCommandOutput>;
72
- export declare const deserializeAws_restJson1GetResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResponsePlanCommandOutput>;
73
- export declare const deserializeAws_restJson1GetTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTimelineEventCommandOutput>;
74
- export declare const deserializeAws_restJson1ListIncidentRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIncidentRecordsCommandOutput>;
75
- export declare const deserializeAws_restJson1ListRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRelatedItemsCommandOutput>;
76
- export declare const deserializeAws_restJson1ListReplicationSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReplicationSetsCommandOutput>;
77
- export declare const deserializeAws_restJson1ListResponsePlansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResponsePlansCommandOutput>;
78
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
79
- export declare const deserializeAws_restJson1ListTimelineEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTimelineEventsCommandOutput>;
80
- export declare const deserializeAws_restJson1PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
81
- export declare const deserializeAws_restJson1StartIncidentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartIncidentCommandOutput>;
82
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
83
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
84
- export declare const deserializeAws_restJson1UpdateDeletionProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeletionProtectionCommandOutput>;
85
- export declare const deserializeAws_restJson1UpdateIncidentRecordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIncidentRecordCommandOutput>;
86
- export declare const deserializeAws_restJson1UpdateRelatedItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRelatedItemsCommandOutput>;
87
- export declare const deserializeAws_restJson1UpdateReplicationSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReplicationSetCommandOutput>;
88
- export declare const deserializeAws_restJson1UpdateResponsePlanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResponsePlanCommandOutput>;
89
- export declare const deserializeAws_restJson1UpdateTimelineEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTimelineEventCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
3
-
4
- export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
3
-
4
- export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
2
-
3
- export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { SSMIncidentsClientConfig } from "./SSMIncidentsClient";
3
-
4
- export declare const getRuntimeConfig: (config: SSMIncidentsClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };
@@ -1,2 +0,0 @@
1
- export * from "./waitForWaitForReplicationSetActive";
2
- export * from "./waitForWaitForReplicationSetDeleted";
@@ -1,7 +0,0 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand";
3
- import { SSMIncidentsClient } from "../SSMIncidentsClient";
4
-
5
- export declare const waitForWaitForReplicationSetActive: (params: WaiterConfiguration<SSMIncidentsClient>, input: GetReplicationSetCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilWaitForReplicationSetActive: (params: WaiterConfiguration<SSMIncidentsClient>, input: GetReplicationSetCommandInput) => Promise<WaiterResult>;
@@ -1,7 +0,0 @@
1
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
- import { GetReplicationSetCommandInput } from "../commands/GetReplicationSetCommand";
3
- import { SSMIncidentsClient } from "../SSMIncidentsClient";
4
-
5
- export declare const waitForWaitForReplicationSetDeleted: (params: WaiterConfiguration<SSMIncidentsClient>, input: GetReplicationSetCommandInput) => Promise<WaiterResult>;
6
-
7
- export declare const waitUntilWaitForReplicationSetDeleted: (params: WaiterConfiguration<SSMIncidentsClient>, input: GetReplicationSetCommandInput) => Promise<WaiterResult>;