@aws-sdk/client-devops-guru 3.928.0 → 3.929.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 +1861 -1731
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DevOpsGuruClient.js +2 -0
- package/dist-es/commands/AddNotificationChannelCommand.js +3 -9
- package/dist-es/commands/DeleteInsightCommand.js +3 -9
- package/dist-es/commands/DescribeAccountHealthCommand.js +3 -9
- package/dist-es/commands/DescribeAccountOverviewCommand.js +3 -9
- package/dist-es/commands/DescribeAnomalyCommand.js +3 -9
- package/dist-es/commands/DescribeEventSourcesConfigCommand.js +3 -9
- package/dist-es/commands/DescribeFeedbackCommand.js +3 -9
- package/dist-es/commands/DescribeInsightCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +3 -9
- package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +3 -9
- package/dist-es/commands/DescribeServiceIntegrationCommand.js +3 -9
- package/dist-es/commands/GetCostEstimationCommand.js +3 -9
- package/dist-es/commands/GetResourceCollectionCommand.js +3 -9
- package/dist-es/commands/ListAnomaliesForInsightCommand.js +3 -9
- package/dist-es/commands/ListAnomalousLogGroupsCommand.js +3 -9
- package/dist-es/commands/ListEventsCommand.js +3 -9
- package/dist-es/commands/ListInsightsCommand.js +3 -9
- package/dist-es/commands/ListMonitoredResourcesCommand.js +3 -9
- package/dist-es/commands/ListNotificationChannelsCommand.js +3 -9
- package/dist-es/commands/ListOrganizationInsightsCommand.js +3 -9
- package/dist-es/commands/ListRecommendationsCommand.js +3 -9
- package/dist-es/commands/PutFeedbackCommand.js +3 -9
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -9
- package/dist-es/commands/SearchInsightsCommand.js +3 -9
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +3 -9
- package/dist-es/commands/StartCostEstimationCommand.js +3 -9
- package/dist-es/commands/UpdateEventSourcesConfigCommand.js +3 -9
- package/dist-es/commands/UpdateResourceCollectionCommand.js +3 -9
- package/dist-es/commands/UpdateServiceIntegrationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1799 -0
- package/dist-types/DevOpsGuruClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +251 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +256 -0
- package/package.json +2 -3
- package/dist-es/protocols/Aws_restJson1.js +0 -1497
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -281
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -377
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.929.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.928.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
@@ -56,7 +56,6 @@
|
|
|
56
56
|
"@smithy/util-middleware": "^4.2.4",
|
|
57
57
|
"@smithy/util-retry": "^4.2.4",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
|
-
"@smithy/uuid": "^1.1.0",
|
|
60
59
|
"tslib": "^2.6.2"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|