@aws-sdk/client-trustedadvisor 3.564.0 → 3.565.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.
@@ -3,6 +3,10 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ BatchUpdateRecommendationResourceExclusionCommandInput,
8
+ BatchUpdateRecommendationResourceExclusionCommandOutput,
9
+ } from "../commands/BatchUpdateRecommendationResourceExclusionCommand";
6
10
  import {
7
11
  GetOrganizationRecommendationCommandInput,
8
12
  GetOrganizationRecommendationCommandOutput,
@@ -43,6 +47,10 @@ import {
43
47
  UpdateRecommendationLifecycleCommandInput,
44
48
  UpdateRecommendationLifecycleCommandOutput,
45
49
  } from "../commands/UpdateRecommendationLifecycleCommand";
50
+ export declare const se_BatchUpdateRecommendationResourceExclusionCommand: (
51
+ input: BatchUpdateRecommendationResourceExclusionCommandInput,
52
+ context: __SerdeContext
53
+ ) => Promise<__HttpRequest>;
46
54
  export declare const se_GetOrganizationRecommendationCommand: (
47
55
  input: GetOrganizationRecommendationCommandInput,
48
56
  context: __SerdeContext
@@ -83,6 +91,10 @@ export declare const se_UpdateRecommendationLifecycleCommand: (
83
91
  input: UpdateRecommendationLifecycleCommandInput,
84
92
  context: __SerdeContext
85
93
  ) => Promise<__HttpRequest>;
94
+ export declare const de_BatchUpdateRecommendationResourceExclusionCommand: (
95
+ output: __HttpResponse,
96
+ context: __SerdeContext
97
+ ) => Promise<BatchUpdateRecommendationResourceExclusionCommandOutput>;
86
98
  export declare const de_GetOrganizationRecommendationCommand: (
87
99
  output: __HttpResponse,
88
100
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-trustedadvisor",
3
3
  "description": "AWS SDK for JavaScript Trustedadvisor Client for Node.js, Browser and React Native",
4
- "version": "3.564.0",
4
+ "version": "3.565.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-trustedadvisor",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
23
  "@aws-sdk/core": "3.556.0",
24
- "@aws-sdk/credential-provider-node": "3.564.0",
24
+ "@aws-sdk/credential-provider-node": "3.565.0",
25
25
  "@aws-sdk/middleware-host-header": "3.535.0",
26
26
  "@aws-sdk/middleware-logger": "3.535.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.535.0",