@aws-sdk/client-amp 3.974.0 → 3.978.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.
- package/dist-cjs/index.js +64 -50
- package/dist-es/Amp.js +25 -1
- package/dist-types/Amp.d.ts +66 -1
- package/dist-types/ts3.4/Amp.d.ts +89 -1
- package/package.json +17 -17
package/dist-cjs/index.js
CHANGED
|
@@ -1842,56 +1842,6 @@ class UpdateWorkspaceConfigurationCommand extends smithyClient.Command
|
|
|
1842
1842
|
.build() {
|
|
1843
1843
|
}
|
|
1844
1844
|
|
|
1845
|
-
const commands = {
|
|
1846
|
-
CreateAlertManagerDefinitionCommand,
|
|
1847
|
-
CreateAnomalyDetectorCommand,
|
|
1848
|
-
CreateLoggingConfigurationCommand,
|
|
1849
|
-
CreateQueryLoggingConfigurationCommand,
|
|
1850
|
-
CreateRuleGroupsNamespaceCommand,
|
|
1851
|
-
CreateScraperCommand,
|
|
1852
|
-
CreateWorkspaceCommand,
|
|
1853
|
-
DeleteAlertManagerDefinitionCommand,
|
|
1854
|
-
DeleteAnomalyDetectorCommand,
|
|
1855
|
-
DeleteLoggingConfigurationCommand,
|
|
1856
|
-
DeleteQueryLoggingConfigurationCommand,
|
|
1857
|
-
DeleteResourcePolicyCommand,
|
|
1858
|
-
DeleteRuleGroupsNamespaceCommand,
|
|
1859
|
-
DeleteScraperCommand,
|
|
1860
|
-
DeleteScraperLoggingConfigurationCommand,
|
|
1861
|
-
DeleteWorkspaceCommand,
|
|
1862
|
-
DescribeAlertManagerDefinitionCommand,
|
|
1863
|
-
DescribeAnomalyDetectorCommand,
|
|
1864
|
-
DescribeLoggingConfigurationCommand,
|
|
1865
|
-
DescribeQueryLoggingConfigurationCommand,
|
|
1866
|
-
DescribeResourcePolicyCommand,
|
|
1867
|
-
DescribeRuleGroupsNamespaceCommand,
|
|
1868
|
-
DescribeScraperCommand,
|
|
1869
|
-
DescribeScraperLoggingConfigurationCommand,
|
|
1870
|
-
DescribeWorkspaceCommand,
|
|
1871
|
-
DescribeWorkspaceConfigurationCommand,
|
|
1872
|
-
GetDefaultScraperConfigurationCommand,
|
|
1873
|
-
ListAnomalyDetectorsCommand,
|
|
1874
|
-
ListRuleGroupsNamespacesCommand,
|
|
1875
|
-
ListScrapersCommand,
|
|
1876
|
-
ListTagsForResourceCommand,
|
|
1877
|
-
ListWorkspacesCommand,
|
|
1878
|
-
PutAlertManagerDefinitionCommand,
|
|
1879
|
-
PutAnomalyDetectorCommand,
|
|
1880
|
-
PutResourcePolicyCommand,
|
|
1881
|
-
PutRuleGroupsNamespaceCommand,
|
|
1882
|
-
TagResourceCommand,
|
|
1883
|
-
UntagResourceCommand,
|
|
1884
|
-
UpdateLoggingConfigurationCommand,
|
|
1885
|
-
UpdateQueryLoggingConfigurationCommand,
|
|
1886
|
-
UpdateScraperCommand,
|
|
1887
|
-
UpdateScraperLoggingConfigurationCommand,
|
|
1888
|
-
UpdateWorkspaceAliasCommand,
|
|
1889
|
-
UpdateWorkspaceConfigurationCommand,
|
|
1890
|
-
};
|
|
1891
|
-
class Amp extends AmpClient {
|
|
1892
|
-
}
|
|
1893
|
-
smithyClient.createAggregatedClient(commands, Amp);
|
|
1894
|
-
|
|
1895
1845
|
const paginateListAnomalyDetectors = core.createPaginator(AmpClient, ListAnomalyDetectorsCommand, "nextToken", "nextToken", "maxResults");
|
|
1896
1846
|
|
|
1897
1847
|
const paginateListRuleGroupsNamespaces = core.createPaginator(AmpClient, ListRuleGroupsNamespacesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -2134,6 +2084,70 @@ const waitUntilWorkspaceDeleted = async (params, input) => {
|
|
|
2134
2084
|
return utilWaiter.checkExceptions(result);
|
|
2135
2085
|
};
|
|
2136
2086
|
|
|
2087
|
+
const commands = {
|
|
2088
|
+
CreateAlertManagerDefinitionCommand,
|
|
2089
|
+
CreateAnomalyDetectorCommand,
|
|
2090
|
+
CreateLoggingConfigurationCommand,
|
|
2091
|
+
CreateQueryLoggingConfigurationCommand,
|
|
2092
|
+
CreateRuleGroupsNamespaceCommand,
|
|
2093
|
+
CreateScraperCommand,
|
|
2094
|
+
CreateWorkspaceCommand,
|
|
2095
|
+
DeleteAlertManagerDefinitionCommand,
|
|
2096
|
+
DeleteAnomalyDetectorCommand,
|
|
2097
|
+
DeleteLoggingConfigurationCommand,
|
|
2098
|
+
DeleteQueryLoggingConfigurationCommand,
|
|
2099
|
+
DeleteResourcePolicyCommand,
|
|
2100
|
+
DeleteRuleGroupsNamespaceCommand,
|
|
2101
|
+
DeleteScraperCommand,
|
|
2102
|
+
DeleteScraperLoggingConfigurationCommand,
|
|
2103
|
+
DeleteWorkspaceCommand,
|
|
2104
|
+
DescribeAlertManagerDefinitionCommand,
|
|
2105
|
+
DescribeAnomalyDetectorCommand,
|
|
2106
|
+
DescribeLoggingConfigurationCommand,
|
|
2107
|
+
DescribeQueryLoggingConfigurationCommand,
|
|
2108
|
+
DescribeResourcePolicyCommand,
|
|
2109
|
+
DescribeRuleGroupsNamespaceCommand,
|
|
2110
|
+
DescribeScraperCommand,
|
|
2111
|
+
DescribeScraperLoggingConfigurationCommand,
|
|
2112
|
+
DescribeWorkspaceCommand,
|
|
2113
|
+
DescribeWorkspaceConfigurationCommand,
|
|
2114
|
+
GetDefaultScraperConfigurationCommand,
|
|
2115
|
+
ListAnomalyDetectorsCommand,
|
|
2116
|
+
ListRuleGroupsNamespacesCommand,
|
|
2117
|
+
ListScrapersCommand,
|
|
2118
|
+
ListTagsForResourceCommand,
|
|
2119
|
+
ListWorkspacesCommand,
|
|
2120
|
+
PutAlertManagerDefinitionCommand,
|
|
2121
|
+
PutAnomalyDetectorCommand,
|
|
2122
|
+
PutResourcePolicyCommand,
|
|
2123
|
+
PutRuleGroupsNamespaceCommand,
|
|
2124
|
+
TagResourceCommand,
|
|
2125
|
+
UntagResourceCommand,
|
|
2126
|
+
UpdateLoggingConfigurationCommand,
|
|
2127
|
+
UpdateQueryLoggingConfigurationCommand,
|
|
2128
|
+
UpdateScraperCommand,
|
|
2129
|
+
UpdateScraperLoggingConfigurationCommand,
|
|
2130
|
+
UpdateWorkspaceAliasCommand,
|
|
2131
|
+
UpdateWorkspaceConfigurationCommand,
|
|
2132
|
+
};
|
|
2133
|
+
const paginators = {
|
|
2134
|
+
paginateListAnomalyDetectors,
|
|
2135
|
+
paginateListRuleGroupsNamespaces,
|
|
2136
|
+
paginateListScrapers,
|
|
2137
|
+
paginateListWorkspaces,
|
|
2138
|
+
};
|
|
2139
|
+
const waiters = {
|
|
2140
|
+
waitUntilAnomalyDetectorActive,
|
|
2141
|
+
waitUntilAnomalyDetectorDeleted,
|
|
2142
|
+
waitUntilScraperActive,
|
|
2143
|
+
waitUntilScraperDeleted,
|
|
2144
|
+
waitUntilWorkspaceActive,
|
|
2145
|
+
waitUntilWorkspaceDeleted,
|
|
2146
|
+
};
|
|
2147
|
+
class Amp extends AmpClient {
|
|
2148
|
+
}
|
|
2149
|
+
smithyClient.createAggregatedClient(commands, Amp, { paginators, waiters });
|
|
2150
|
+
|
|
2137
2151
|
const AlertManagerDefinitionStatusCode = {
|
|
2138
2152
|
ACTIVE: "ACTIVE",
|
|
2139
2153
|
CREATING: "CREATING",
|
package/dist-es/Amp.js
CHANGED
|
@@ -44,6 +44,16 @@ import { UpdateScraperCommand, } from "./commands/UpdateScraperCommand";
|
|
|
44
44
|
import { UpdateScraperLoggingConfigurationCommand, } from "./commands/UpdateScraperLoggingConfigurationCommand";
|
|
45
45
|
import { UpdateWorkspaceAliasCommand, } from "./commands/UpdateWorkspaceAliasCommand";
|
|
46
46
|
import { UpdateWorkspaceConfigurationCommand, } from "./commands/UpdateWorkspaceConfigurationCommand";
|
|
47
|
+
import { paginateListAnomalyDetectors } from "./pagination/ListAnomalyDetectorsPaginator";
|
|
48
|
+
import { paginateListRuleGroupsNamespaces } from "./pagination/ListRuleGroupsNamespacesPaginator";
|
|
49
|
+
import { paginateListScrapers } from "./pagination/ListScrapersPaginator";
|
|
50
|
+
import { paginateListWorkspaces } from "./pagination/ListWorkspacesPaginator";
|
|
51
|
+
import { waitUntilAnomalyDetectorActive } from "./waiters/waitForAnomalyDetectorActive";
|
|
52
|
+
import { waitUntilAnomalyDetectorDeleted } from "./waiters/waitForAnomalyDetectorDeleted";
|
|
53
|
+
import { waitUntilScraperActive } from "./waiters/waitForScraperActive";
|
|
54
|
+
import { waitUntilScraperDeleted } from "./waiters/waitForScraperDeleted";
|
|
55
|
+
import { waitUntilWorkspaceActive } from "./waiters/waitForWorkspaceActive";
|
|
56
|
+
import { waitUntilWorkspaceDeleted } from "./waiters/waitForWorkspaceDeleted";
|
|
47
57
|
const commands = {
|
|
48
58
|
CreateAlertManagerDefinitionCommand,
|
|
49
59
|
CreateAnomalyDetectorCommand,
|
|
@@ -90,6 +100,20 @@ const commands = {
|
|
|
90
100
|
UpdateWorkspaceAliasCommand,
|
|
91
101
|
UpdateWorkspaceConfigurationCommand,
|
|
92
102
|
};
|
|
103
|
+
const paginators = {
|
|
104
|
+
paginateListAnomalyDetectors,
|
|
105
|
+
paginateListRuleGroupsNamespaces,
|
|
106
|
+
paginateListScrapers,
|
|
107
|
+
paginateListWorkspaces,
|
|
108
|
+
};
|
|
109
|
+
const waiters = {
|
|
110
|
+
waitUntilAnomalyDetectorActive,
|
|
111
|
+
waitUntilAnomalyDetectorDeleted,
|
|
112
|
+
waitUntilScraperActive,
|
|
113
|
+
waitUntilScraperDeleted,
|
|
114
|
+
waitUntilWorkspaceActive,
|
|
115
|
+
waitUntilWorkspaceDeleted,
|
|
116
|
+
};
|
|
93
117
|
export class Amp extends AmpClient {
|
|
94
118
|
}
|
|
95
|
-
createAggregatedClient(commands, Amp);
|
|
119
|
+
createAggregatedClient(commands, Amp, { paginators, waiters });
|
package/dist-types/Amp.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AmpClient } from "./AmpClient";
|
|
3
4
|
import { CreateAlertManagerDefinitionCommandInput, CreateAlertManagerDefinitionCommandOutput } from "./commands/CreateAlertManagerDefinitionCommand";
|
|
4
5
|
import { CreateAnomalyDetectorCommandInput, CreateAnomalyDetectorCommandOutput } from "./commands/CreateAnomalyDetectorCommand";
|
|
@@ -313,6 +314,70 @@ export interface Amp {
|
|
|
313
314
|
updateWorkspaceConfiguration(args: UpdateWorkspaceConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWorkspaceConfigurationCommandOutput>;
|
|
314
315
|
updateWorkspaceConfiguration(args: UpdateWorkspaceConfigurationCommandInput, cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void): void;
|
|
315
316
|
updateWorkspaceConfiguration(args: UpdateWorkspaceConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void): void;
|
|
317
|
+
/**
|
|
318
|
+
* @see {@link ListAnomalyDetectorsCommand}
|
|
319
|
+
* @param args - command input.
|
|
320
|
+
* @param paginationConfig - optional pagination config.
|
|
321
|
+
* @returns AsyncIterable of {@link ListAnomalyDetectorsCommandOutput}.
|
|
322
|
+
*/
|
|
323
|
+
paginateListAnomalyDetectors(args: ListAnomalyDetectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAnomalyDetectorsCommandOutput>;
|
|
324
|
+
/**
|
|
325
|
+
* @see {@link ListRuleGroupsNamespacesCommand}
|
|
326
|
+
* @param args - command input.
|
|
327
|
+
* @param paginationConfig - optional pagination config.
|
|
328
|
+
* @returns AsyncIterable of {@link ListRuleGroupsNamespacesCommandOutput}.
|
|
329
|
+
*/
|
|
330
|
+
paginateListRuleGroupsNamespaces(args: ListRuleGroupsNamespacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRuleGroupsNamespacesCommandOutput>;
|
|
331
|
+
/**
|
|
332
|
+
* @see {@link ListScrapersCommand}
|
|
333
|
+
* @param args - command input.
|
|
334
|
+
* @param paginationConfig - optional pagination config.
|
|
335
|
+
* @returns AsyncIterable of {@link ListScrapersCommandOutput}.
|
|
336
|
+
*/
|
|
337
|
+
paginateListScrapers(args?: ListScrapersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListScrapersCommandOutput>;
|
|
338
|
+
/**
|
|
339
|
+
* @see {@link ListWorkspacesCommand}
|
|
340
|
+
* @param args - command input.
|
|
341
|
+
* @param paginationConfig - optional pagination config.
|
|
342
|
+
* @returns AsyncIterable of {@link ListWorkspacesCommandOutput}.
|
|
343
|
+
*/
|
|
344
|
+
paginateListWorkspaces(args?: ListWorkspacesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkspacesCommandOutput>;
|
|
345
|
+
/**
|
|
346
|
+
* @see {@link DescribeAnomalyDetectorCommand}
|
|
347
|
+
* @param args - command input.
|
|
348
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
349
|
+
*/
|
|
350
|
+
waitUntilAnomalyDetectorActive(args: DescribeAnomalyDetectorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Amp>, "client">): Promise<WaiterResult>;
|
|
351
|
+
/**
|
|
352
|
+
* @see {@link DescribeAnomalyDetectorCommand}
|
|
353
|
+
* @param args - command input.
|
|
354
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
355
|
+
*/
|
|
356
|
+
waitUntilAnomalyDetectorDeleted(args: DescribeAnomalyDetectorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Amp>, "client">): Promise<WaiterResult>;
|
|
357
|
+
/**
|
|
358
|
+
* @see {@link DescribeScraperCommand}
|
|
359
|
+
* @param args - command input.
|
|
360
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
361
|
+
*/
|
|
362
|
+
waitUntilScraperActive(args: DescribeScraperCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Amp>, "client">): Promise<WaiterResult>;
|
|
363
|
+
/**
|
|
364
|
+
* @see {@link DescribeScraperCommand}
|
|
365
|
+
* @param args - command input.
|
|
366
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
367
|
+
*/
|
|
368
|
+
waitUntilScraperDeleted(args: DescribeScraperCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Amp>, "client">): Promise<WaiterResult>;
|
|
369
|
+
/**
|
|
370
|
+
* @see {@link DescribeWorkspaceCommand}
|
|
371
|
+
* @param args - command input.
|
|
372
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
373
|
+
*/
|
|
374
|
+
waitUntilWorkspaceActive(args: DescribeWorkspaceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Amp>, "client">): Promise<WaiterResult>;
|
|
375
|
+
/**
|
|
376
|
+
* @see {@link DescribeWorkspaceCommand}
|
|
377
|
+
* @param args - command input.
|
|
378
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
379
|
+
*/
|
|
380
|
+
waitUntilWorkspaceDeleted(args: DescribeWorkspaceCommandInput, waiterConfig: number | Omit<WaiterConfiguration<Amp>, "client">): Promise<WaiterResult>;
|
|
316
381
|
}
|
|
317
382
|
/**
|
|
318
383
|
* <p>Amazon Managed Service for Prometheus is a serverless, Prometheus-compatible monitoring service for container metrics that makes it easier to securely monitor container environments at scale. With Amazon Managed Service for Prometheus, you can use the same open-source Prometheus data model and query language that you use today to monitor the performance of your containerized workloads, and also enjoy improved scalability, availability, and security without having to manage the underlying infrastructure.</p> <p>For more information about Amazon Managed Service for Prometheus, see the <a href="https://docs.aws.amazon.com/prometheus/latest/userguide/what-is-Amazon-Managed-Service-Prometheus.html">Amazon Managed Service for Prometheus</a> User Guide.</p> <p>Amazon Managed Service for Prometheus includes two APIs.</p> <ul> <li> <p>Use the Amazon Web Services API described in this guide to manage Amazon Managed Service for Prometheus resources, such as workspaces, rule groups, and alert managers.</p> </li> <li> <p>Use the <a href="https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-APIReference.html#AMP-APIReference-Prometheus-Compatible-Apis">Prometheus-compatible API</a> to work within your Prometheus workspace.</p> </li> </ul>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import { AmpClient } from "./AmpClient";
|
|
3
9
|
import {
|
|
4
10
|
CreateAlertManagerDefinitionCommandInput,
|
|
@@ -777,5 +783,87 @@ export interface Amp {
|
|
|
777
783
|
options: __HttpHandlerOptions,
|
|
778
784
|
cb: (err: any, data?: UpdateWorkspaceConfigurationCommandOutput) => void
|
|
779
785
|
): void;
|
|
786
|
+
paginateListAnomalyDetectors(
|
|
787
|
+
args: ListAnomalyDetectorsCommandInput,
|
|
788
|
+
paginationConfig?: Pick<
|
|
789
|
+
PaginationConfiguration,
|
|
790
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
791
|
+
>
|
|
792
|
+
): Paginator<ListAnomalyDetectorsCommandOutput>;
|
|
793
|
+
paginateListRuleGroupsNamespaces(
|
|
794
|
+
args: ListRuleGroupsNamespacesCommandInput,
|
|
795
|
+
paginationConfig?: Pick<
|
|
796
|
+
PaginationConfiguration,
|
|
797
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
798
|
+
>
|
|
799
|
+
): Paginator<ListRuleGroupsNamespacesCommandOutput>;
|
|
800
|
+
paginateListScrapers(
|
|
801
|
+
args?: ListScrapersCommandInput,
|
|
802
|
+
paginationConfig?: Pick<
|
|
803
|
+
PaginationConfiguration,
|
|
804
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
805
|
+
>
|
|
806
|
+
): Paginator<ListScrapersCommandOutput>;
|
|
807
|
+
paginateListWorkspaces(
|
|
808
|
+
args?: ListWorkspacesCommandInput,
|
|
809
|
+
paginationConfig?: Pick<
|
|
810
|
+
PaginationConfiguration,
|
|
811
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
812
|
+
>
|
|
813
|
+
): Paginator<ListWorkspacesCommandOutput>;
|
|
814
|
+
waitUntilAnomalyDetectorActive(
|
|
815
|
+
args: DescribeAnomalyDetectorCommandInput,
|
|
816
|
+
waiterConfig:
|
|
817
|
+
| number
|
|
818
|
+
| Pick<
|
|
819
|
+
WaiterConfiguration<Amp>,
|
|
820
|
+
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
821
|
+
>
|
|
822
|
+
): Promise<WaiterResult>;
|
|
823
|
+
waitUntilAnomalyDetectorDeleted(
|
|
824
|
+
args: DescribeAnomalyDetectorCommandInput,
|
|
825
|
+
waiterConfig:
|
|
826
|
+
| number
|
|
827
|
+
| Pick<
|
|
828
|
+
WaiterConfiguration<Amp>,
|
|
829
|
+
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
830
|
+
>
|
|
831
|
+
): Promise<WaiterResult>;
|
|
832
|
+
waitUntilScraperActive(
|
|
833
|
+
args: DescribeScraperCommandInput,
|
|
834
|
+
waiterConfig:
|
|
835
|
+
| number
|
|
836
|
+
| Pick<
|
|
837
|
+
WaiterConfiguration<Amp>,
|
|
838
|
+
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
839
|
+
>
|
|
840
|
+
): Promise<WaiterResult>;
|
|
841
|
+
waitUntilScraperDeleted(
|
|
842
|
+
args: DescribeScraperCommandInput,
|
|
843
|
+
waiterConfig:
|
|
844
|
+
| number
|
|
845
|
+
| Pick<
|
|
846
|
+
WaiterConfiguration<Amp>,
|
|
847
|
+
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
848
|
+
>
|
|
849
|
+
): Promise<WaiterResult>;
|
|
850
|
+
waitUntilWorkspaceActive(
|
|
851
|
+
args: DescribeWorkspaceCommandInput,
|
|
852
|
+
waiterConfig:
|
|
853
|
+
| number
|
|
854
|
+
| Pick<
|
|
855
|
+
WaiterConfiguration<Amp>,
|
|
856
|
+
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
857
|
+
>
|
|
858
|
+
): Promise<WaiterResult>;
|
|
859
|
+
waitUntilWorkspaceDeleted(
|
|
860
|
+
args: DescribeWorkspaceCommandInput,
|
|
861
|
+
waiterConfig:
|
|
862
|
+
| number
|
|
863
|
+
| Pick<
|
|
864
|
+
WaiterConfiguration<Amp>,
|
|
865
|
+
Exclude<keyof WaiterConfiguration<Amp>, "client">
|
|
866
|
+
>
|
|
867
|
+
): Promise<WaiterResult>;
|
|
780
868
|
}
|
|
781
869
|
export declare class Amp extends AmpClient implements Amp {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amp",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-amp",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|