@aws-sdk/client-devops-guru 3.890.0 → 3.893.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-types/commands/AddNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +2 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +2 -0
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -0
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +2 -0
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListEventsCommand.d.ts +2 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +2 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +2 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -0
- package/dist-types/commands/SearchInsightsCommand.d.ts +2 -0
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +2 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +2 -0
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -41,6 +41,8 @@ declare const AddNotificationChannelCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { DevOpsGuruClient, AddNotificationChannelCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
43
43
|
* // const { DevOpsGuruClient, AddNotificationChannelCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
44
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
45
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
44
46
|
* const client = new DevOpsGuruClient(config);
|
|
45
47
|
* const input = { // AddNotificationChannelRequest
|
|
46
48
|
* Config: { // NotificationChannelConfig
|
|
@@ -33,6 +33,8 @@ declare const DeleteInsightCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DevOpsGuruClient, DeleteInsightCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
35
35
|
* // const { DevOpsGuruClient, DeleteInsightCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
36
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
37
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
36
38
|
* const client = new DevOpsGuruClient(config);
|
|
37
39
|
* const input = { // DeleteInsightRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeAccountHealthCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, DescribeAccountHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, DescribeAccountHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new DescribeAccountHealthCommand(input);
|
|
@@ -35,6 +35,8 @@ declare const DescribeAccountOverviewCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, DescribeAccountOverviewCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, DescribeAccountOverviewCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // DescribeAccountOverviewRequest
|
|
40
42
|
* FromTime: new Date("TIMESTAMP"), // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeAnomalyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DevOpsGuruClient, DescribeAnomalyCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
35
35
|
* // const { DevOpsGuruClient, DescribeAnomalyCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
36
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
37
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
36
38
|
* const client = new DevOpsGuruClient(config);
|
|
37
39
|
* const input = { // DescribeAnomalyRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DescribeEventSourcesConfigCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DevOpsGuruClient, DescribeEventSourcesConfigCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
38
38
|
* // const { DevOpsGuruClient, DescribeEventSourcesConfigCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
39
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
40
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
39
41
|
* const client = new DevOpsGuruClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new DescribeEventSourcesConfigCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const DescribeFeedbackCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, DescribeFeedbackCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, DescribeFeedbackCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // DescribeFeedbackRequest
|
|
39
41
|
* InsightId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeInsightCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DevOpsGuruClient, DescribeInsightCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
35
35
|
* // const { DevOpsGuruClient, DescribeInsightCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
36
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
37
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
36
38
|
* const client = new DevOpsGuruClient(config);
|
|
37
39
|
* const input = { // DescribeInsightRequest
|
|
38
40
|
* Id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeOrganizationHealthCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, DescribeOrganizationHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, DescribeOrganizationHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // DescribeOrganizationHealthRequest
|
|
39
41
|
* AccountIds: [ // AccountIdList
|
|
@@ -34,6 +34,8 @@ declare const DescribeOrganizationOverviewCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, DescribeOrganizationOverviewCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, DescribeOrganizationOverviewCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // DescribeOrganizationOverviewRequest
|
|
39
41
|
* FromTime: new Date("TIMESTAMP"), // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, DescribeOrganizationResourceCollectionHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, DescribeOrganizationResourceCollectionHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // DescribeOrganizationResourceCollectionHealthRequest
|
|
40
42
|
* OrganizationResourceCollectionType: "AWS_CLOUD_FORMATION" || "AWS_SERVICE" || "AWS_ACCOUNT" || "AWS_TAGS", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeResourceCollectionHealthCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DevOpsGuruClient, DescribeResourceCollectionHealthCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
39
39
|
* // const { DevOpsGuruClient, DescribeResourceCollectionHealthCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
40
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
41
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
40
42
|
* const client = new DevOpsGuruClient(config);
|
|
41
43
|
* const input = { // DescribeResourceCollectionHealthRequest
|
|
42
44
|
* ResourceCollectionType: "AWS_CLOUD_FORMATION" || "AWS_SERVICE" || "AWS_TAGS", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeServiceIntegrationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, DescribeServiceIntegrationCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, DescribeServiceIntegrationCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = {};
|
|
40
42
|
* const command = new DescribeServiceIntegrationCommand(input);
|
|
@@ -37,6 +37,8 @@ declare const GetCostEstimationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DevOpsGuruClient, GetCostEstimationCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
39
39
|
* // const { DevOpsGuruClient, GetCostEstimationCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
40
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
41
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
40
42
|
* const client = new DevOpsGuruClient(config);
|
|
41
43
|
* const input = { // GetCostEstimationRequest
|
|
42
44
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const GetResourceCollectionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DevOpsGuruClient, GetResourceCollectionCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
38
38
|
* // const { DevOpsGuruClient, GetResourceCollectionCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
39
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
40
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
39
41
|
* const client = new DevOpsGuruClient(config);
|
|
40
42
|
* const input = { // GetResourceCollectionRequest
|
|
41
43
|
* ResourceCollectionType: "AWS_CLOUD_FORMATION" || "AWS_SERVICE" || "AWS_TAGS", // required
|
|
@@ -34,6 +34,8 @@ declare const ListAnomaliesForInsightCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, ListAnomaliesForInsightCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, ListAnomaliesForInsightCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // ListAnomaliesForInsightRequest
|
|
39
41
|
* InsightId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListAnomalousLogGroupsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, ListAnomalousLogGroupsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, ListAnomalousLogGroupsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // ListAnomalousLogGroupsRequest
|
|
40
42
|
* InsightId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListEventsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, ListEventsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, ListEventsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // ListEventsRequest
|
|
39
41
|
* Filters: { // ListEventsFilters
|
|
@@ -35,6 +35,8 @@ declare const ListInsightsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, ListInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, ListInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // ListInsightsRequest
|
|
40
42
|
* StatusFilter: { // ListInsightsStatusFilter
|
|
@@ -35,6 +35,8 @@ declare const ListMonitoredResourcesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, ListMonitoredResourcesCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, ListMonitoredResourcesCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // ListMonitoredResourcesRequest
|
|
40
42
|
* Filters: { // ListMonitoredResourcesFilters
|
|
@@ -36,6 +36,8 @@ declare const ListNotificationChannelsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DevOpsGuruClient, ListNotificationChannelsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
38
38
|
* // const { DevOpsGuruClient, ListNotificationChannelsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
39
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
40
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
39
41
|
* const client = new DevOpsGuruClient(config);
|
|
40
42
|
* const input = { // ListNotificationChannelsRequest
|
|
41
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListOrganizationInsightsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DevOpsGuruClient, ListOrganizationInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
35
35
|
* // const { DevOpsGuruClient, ListOrganizationInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
36
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
37
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
36
38
|
* const client = new DevOpsGuruClient(config);
|
|
37
39
|
* const input = { // ListOrganizationInsightsRequest
|
|
38
40
|
* StatusFilter: { // ListInsightsStatusFilter
|
|
@@ -34,6 +34,8 @@ declare const ListRecommendationsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, ListRecommendationsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, ListRecommendationsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // ListRecommendationsRequest
|
|
39
41
|
* InsightId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutFeedbackCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DevOpsGuruClient, PutFeedbackCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
35
35
|
* // const { DevOpsGuruClient, PutFeedbackCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
36
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
37
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
36
38
|
* const client = new DevOpsGuruClient(config);
|
|
37
39
|
* const input = { // PutFeedbackRequest
|
|
38
40
|
* InsightFeedback: { // InsightFeedback
|
|
@@ -35,6 +35,8 @@ declare const RemoveNotificationChannelCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, RemoveNotificationChannelCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, RemoveNotificationChannelCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // RemoveNotificationChannelRequest
|
|
40
42
|
* Id: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const SearchInsightsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { DevOpsGuruClient, SearchInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
41
41
|
* // const { DevOpsGuruClient, SearchInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
42
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
43
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
42
44
|
* const client = new DevOpsGuruClient(config);
|
|
43
45
|
* const input = { // SearchInsightsRequest
|
|
44
46
|
* StartTimeRange: { // StartTimeRange
|
|
@@ -40,6 +40,8 @@ declare const SearchOrganizationInsightsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { DevOpsGuruClient, SearchOrganizationInsightsCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
42
42
|
* // const { DevOpsGuruClient, SearchOrganizationInsightsCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
43
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
44
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
43
45
|
* const client = new DevOpsGuruClient(config);
|
|
44
46
|
* const input = { // SearchOrganizationInsightsRequest
|
|
45
47
|
* AccountIds: [ // SearchInsightsAccountIdList // required
|
|
@@ -34,6 +34,8 @@ declare const StartCostEstimationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DevOpsGuruClient, StartCostEstimationCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
36
36
|
* // const { DevOpsGuruClient, StartCostEstimationCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
37
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
38
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
37
39
|
* const client = new DevOpsGuruClient(config);
|
|
38
40
|
* const input = { // StartCostEstimationRequest
|
|
39
41
|
* ResourceCollection: { // CostEstimationResourceCollectionFilter
|
|
@@ -35,6 +35,8 @@ declare const UpdateEventSourcesConfigCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, UpdateEventSourcesConfigCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, UpdateEventSourcesConfigCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // UpdateEventSourcesConfigRequest
|
|
40
42
|
* EventSources: { // EventSourcesConfig
|
|
@@ -37,6 +37,8 @@ declare const UpdateResourceCollectionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DevOpsGuruClient, UpdateResourceCollectionCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
39
39
|
* // const { DevOpsGuruClient, UpdateResourceCollectionCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
40
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
41
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
40
42
|
* const client = new DevOpsGuruClient(config);
|
|
41
43
|
* const input = { // UpdateResourceCollectionRequest
|
|
42
44
|
* Action: "ADD" || "REMOVE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateServiceIntegrationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DevOpsGuruClient, UpdateServiceIntegrationCommand } from "@aws-sdk/client-devops-guru"; // ES Modules import
|
|
37
37
|
* // const { DevOpsGuruClient, UpdateServiceIntegrationCommand } = require("@aws-sdk/client-devops-guru"); // CommonJS import
|
|
38
|
+
* // import type { DevOpsGuruClientConfig } from "@aws-sdk/client-devops-guru";
|
|
39
|
+
* const config = {}; // type is DevOpsGuruClientConfig
|
|
38
40
|
* const client = new DevOpsGuruClient(config);
|
|
39
41
|
* const input = { // UpdateServiceIntegrationRequest
|
|
40
42
|
* ServiceIntegration: { // UpdateServiceIntegrationConfig
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-devops-guru",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|