@aws-sdk/client-bedrock-agentcore-control 3.907.0 → 3.909.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.
Files changed (40) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +234 -21
  3. package/dist-es/BedrockAgentCoreControl.js +2 -0
  4. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -2
  5. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -2
  6. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +23 -0
  7. package/dist-es/commands/index.js +1 -0
  8. package/dist-es/models/models_0.js +115 -0
  9. package/dist-es/protocols/Aws_restJson1.js +91 -19
  10. package/dist-types/BedrockAgentCoreControl.d.ts +7 -0
  11. package/dist-types/BedrockAgentCoreControlClient.d.ts +3 -2
  12. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +2 -0
  13. package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +3 -0
  14. package/dist-types/commands/CreateGatewayCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +9 -2
  16. package/dist-types/commands/CreateMemoryCommand.d.ts +41 -1
  17. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +127 -1
  18. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +2 -0
  21. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  22. package/dist-types/commands/GetGatewayTargetCommand.d.ts +5 -1
  23. package/dist-types/commands/GetMemoryCommand.d.ts +21 -1
  24. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +35 -1
  25. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
  27. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +192 -0
  28. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +9 -2
  29. package/dist-types/commands/UpdateMemoryCommand.d.ts +61 -1
  30. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +55 -2
  31. package/dist-types/commands/index.d.ts +1 -0
  32. package/dist-types/models/models_0.d.ts +899 -51
  33. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  34. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +17 -0
  35. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +6 -0
  36. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +418 -13
  39. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  40. package/package.json +14 -14
@@ -179,6 +179,10 @@ import {
179
179
  SetTokenVaultCMKCommandInput,
180
180
  SetTokenVaultCMKCommandOutput,
181
181
  } from "../commands/SetTokenVaultCMKCommand";
182
+ import {
183
+ SynchronizeGatewayTargetsCommandInput,
184
+ SynchronizeGatewayTargetsCommandOutput,
185
+ } from "../commands/SynchronizeGatewayTargetsCommand";
182
186
  import {
183
187
  TagResourceCommandInput,
184
188
  TagResourceCommandOutput,
@@ -395,6 +399,10 @@ export declare const se_SetTokenVaultCMKCommand: (
395
399
  input: SetTokenVaultCMKCommandInput,
396
400
  context: __SerdeContext
397
401
  ) => Promise<__HttpRequest>;
402
+ export declare const se_SynchronizeGatewayTargetsCommand: (
403
+ input: SynchronizeGatewayTargetsCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
398
406
  export declare const se_TagResourceCommand: (
399
407
  input: TagResourceCommandInput,
400
408
  context: __SerdeContext
@@ -611,6 +619,10 @@ export declare const de_SetTokenVaultCMKCommand: (
611
619
  output: __HttpResponse,
612
620
  context: __SerdeContext
613
621
  ) => Promise<SetTokenVaultCMKCommandOutput>;
622
+ export declare const de_SynchronizeGatewayTargetsCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<SynchronizeGatewayTargetsCommandOutput>;
614
626
  export declare const de_TagResourceCommand: (
615
627
  output: __HttpResponse,
616
628
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
3
  "description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
4
- "version": "3.907.0",
4
+ "version": "3.909.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-bedrock-agentcore-control",
@@ -20,38 +20,38 @@
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.907.0",
24
- "@aws-sdk/credential-provider-node": "3.907.0",
23
+ "@aws-sdk/core": "3.908.0",
24
+ "@aws-sdk/credential-provider-node": "3.908.0",
25
25
  "@aws-sdk/middleware-host-header": "3.901.0",
26
26
  "@aws-sdk/middleware-logger": "3.901.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
- "@aws-sdk/middleware-user-agent": "3.907.0",
28
+ "@aws-sdk/middleware-user-agent": "3.908.0",
29
29
  "@aws-sdk/region-config-resolver": "3.901.0",
30
30
  "@aws-sdk/types": "3.901.0",
31
31
  "@aws-sdk/util-endpoints": "3.901.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.907.0",
33
- "@aws-sdk/util-user-agent-node": "3.907.0",
33
+ "@aws-sdk/util-user-agent-node": "3.908.0",
34
34
  "@smithy/config-resolver": "^4.3.0",
35
- "@smithy/core": "^3.14.0",
36
- "@smithy/fetch-http-handler": "^5.3.0",
35
+ "@smithy/core": "^3.15.0",
36
+ "@smithy/fetch-http-handler": "^5.3.1",
37
37
  "@smithy/hash-node": "^4.2.0",
38
38
  "@smithy/invalid-dependency": "^4.2.0",
39
39
  "@smithy/middleware-content-length": "^4.2.0",
40
- "@smithy/middleware-endpoint": "^4.3.0",
41
- "@smithy/middleware-retry": "^4.4.0",
40
+ "@smithy/middleware-endpoint": "^4.3.1",
41
+ "@smithy/middleware-retry": "^4.4.1",
42
42
  "@smithy/middleware-serde": "^4.2.0",
43
43
  "@smithy/middleware-stack": "^4.2.0",
44
44
  "@smithy/node-config-provider": "^4.3.0",
45
45
  "@smithy/node-http-handler": "^4.3.0",
46
46
  "@smithy/protocol-http": "^5.3.0",
47
- "@smithy/smithy-client": "^4.7.0",
47
+ "@smithy/smithy-client": "^4.7.1",
48
48
  "@smithy/types": "^4.6.0",
49
49
  "@smithy/url-parser": "^4.2.0",
50
- "@smithy/util-base64": "^4.2.0",
50
+ "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
- "@smithy/util-body-length-node": "^4.2.0",
53
- "@smithy/util-defaults-mode-browser": "^4.2.0",
54
- "@smithy/util-defaults-mode-node": "^4.2.0",
52
+ "@smithy/util-body-length-node": "^4.2.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.0",
54
+ "@smithy/util-defaults-mode-node": "^4.2.1",
55
55
  "@smithy/util-endpoints": "^3.2.0",
56
56
  "@smithy/util-middleware": "^4.2.0",
57
57
  "@smithy/util-retry": "^4.2.0",