@aws-sdk/client-cloudtrail 3.686.0 → 3.691.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.
@@ -59,6 +59,10 @@ import {
59
59
  EnableFederationCommandInput,
60
60
  EnableFederationCommandOutput,
61
61
  } from "../commands/EnableFederationCommand";
62
+ import {
63
+ GenerateQueryCommandInput,
64
+ GenerateQueryCommandOutput,
65
+ } from "../commands/GenerateQueryCommand";
62
66
  import {
63
67
  GetChannelCommandInput,
64
68
  GetChannelCommandOutput,
@@ -255,6 +259,10 @@ export declare const se_EnableFederationCommand: (
255
259
  input: EnableFederationCommandInput,
256
260
  context: __SerdeContext
257
261
  ) => Promise<__HttpRequest>;
262
+ export declare const se_GenerateQueryCommand: (
263
+ input: GenerateQueryCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
258
266
  export declare const se_GetChannelCommand: (
259
267
  input: GetChannelCommandInput,
260
268
  context: __SerdeContext
@@ -451,6 +459,10 @@ export declare const de_EnableFederationCommand: (
451
459
  output: __HttpResponse,
452
460
  context: __SerdeContext
453
461
  ) => Promise<EnableFederationCommandOutput>;
462
+ export declare const de_GenerateQueryCommand: (
463
+ output: __HttpResponse,
464
+ context: __SerdeContext
465
+ ) => Promise<GenerateQueryCommandOutput>;
454
466
  export declare const de_GetChannelCommand: (
455
467
  output: __HttpResponse,
456
468
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudtrail",
3
3
  "description": "AWS SDK for JavaScript Cloudtrail Client for Node.js, Browser and React Native",
4
- "version": "3.686.0",
4
+ "version": "3.691.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-cloudtrail",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.686.0",
24
- "@aws-sdk/client-sts": "3.686.0",
25
- "@aws-sdk/core": "3.686.0",
26
- "@aws-sdk/credential-provider-node": "3.686.0",
23
+ "@aws-sdk/client-sso-oidc": "3.691.0",
24
+ "@aws-sdk/client-sts": "3.691.0",
25
+ "@aws-sdk/core": "3.691.0",
26
+ "@aws-sdk/credential-provider-node": "3.691.0",
27
27
  "@aws-sdk/middleware-host-header": "3.686.0",
28
28
  "@aws-sdk/middleware-logger": "3.686.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.686.0",
30
- "@aws-sdk/middleware-user-agent": "3.686.0",
30
+ "@aws-sdk/middleware-user-agent": "3.691.0",
31
31
  "@aws-sdk/region-config-resolver": "3.686.0",
32
32
  "@aws-sdk/types": "3.686.0",
33
33
  "@aws-sdk/util-endpoints": "3.686.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.686.0",
35
- "@aws-sdk/util-user-agent-node": "3.686.0",
35
+ "@aws-sdk/util-user-agent-node": "3.691.0",
36
36
  "@smithy/config-resolver": "^3.0.10",
37
37
  "@smithy/core": "^2.5.1",
38
38
  "@smithy/fetch-http-handler": "^4.0.0",