@aws-sdk/client-bedrock-agentcore-control 3.891.0 → 3.894.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 (131) hide show
  1. package/README.md +25 -1
  2. package/dist-cjs/index.js +5139 -11
  3. package/dist-es/BedrockAgentCoreControl.js +6 -0
  4. package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
  5. package/dist-es/commands/TagResourceCommand.js +22 -0
  6. package/dist-es/commands/UntagResourceCommand.js +22 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +49 -35
  9. package/dist-es/protocols/Aws_restJson1.js +88 -9
  10. package/dist-types/BedrockAgentCoreControl.d.ts +22 -1
  11. package/dist-types/BedrockAgentCoreControlClient.d.ts +6 -3
  12. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +19 -3
  13. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -1
  14. package/dist-types/commands/CreateBrowserCommand.d.ts +12 -1
  15. package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +12 -1
  16. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateMemoryCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteGatewayCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  23. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +16 -3
  24. package/dist-types/commands/GetBrowserCommand.d.ts +10 -1
  25. package/dist-types/commands/GetCodeInterpreterCommand.d.ts +10 -1
  26. package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -1
  27. package/dist-types/commands/GetMemoryCommand.d.ts +1 -1
  28. package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +2 -2
  29. package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +2 -2
  30. package/dist-types/commands/ListAgentRuntimesCommand.d.ts +2 -2
  31. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListGatewaysCommand.d.ts +1 -1
  33. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +91 -0
  35. package/dist-types/commands/TagResourceCommand.d.ts +93 -0
  36. package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
  37. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +15 -2
  38. package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -1
  42. package/dist-types/commands/index.d.ts +3 -0
  43. package/dist-types/index.d.ts +1 -1
  44. package/dist-types/models/models_0.d.ts +547 -378
  45. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  46. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +51 -0
  47. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +18 -0
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +50 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  52. package/dist-types/ts3.4/models/models_0.d.ts +133 -79
  53. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  54. package/package.json +19 -19
  55. package/dist-cjs/BedrockAgentCoreControl.js +0 -113
  56. package/dist-cjs/BedrockAgentCoreControlClient.js +0 -52
  57. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  58. package/dist-cjs/commands/CreateAgentRuntimeCommand.js +0 -27
  59. package/dist-cjs/commands/CreateAgentRuntimeEndpointCommand.js +0 -27
  60. package/dist-cjs/commands/CreateApiKeyCredentialProviderCommand.js +0 -27
  61. package/dist-cjs/commands/CreateBrowserCommand.js +0 -27
  62. package/dist-cjs/commands/CreateCodeInterpreterCommand.js +0 -27
  63. package/dist-cjs/commands/CreateGatewayCommand.js +0 -27
  64. package/dist-cjs/commands/CreateGatewayTargetCommand.js +0 -27
  65. package/dist-cjs/commands/CreateMemoryCommand.js +0 -27
  66. package/dist-cjs/commands/CreateOauth2CredentialProviderCommand.js +0 -27
  67. package/dist-cjs/commands/CreateWorkloadIdentityCommand.js +0 -26
  68. package/dist-cjs/commands/DeleteAgentRuntimeCommand.js +0 -26
  69. package/dist-cjs/commands/DeleteAgentRuntimeEndpointCommand.js +0 -27
  70. package/dist-cjs/commands/DeleteApiKeyCredentialProviderCommand.js +0 -26
  71. package/dist-cjs/commands/DeleteBrowserCommand.js +0 -26
  72. package/dist-cjs/commands/DeleteCodeInterpreterCommand.js +0 -26
  73. package/dist-cjs/commands/DeleteGatewayCommand.js +0 -26
  74. package/dist-cjs/commands/DeleteGatewayTargetCommand.js +0 -26
  75. package/dist-cjs/commands/DeleteMemoryCommand.js +0 -26
  76. package/dist-cjs/commands/DeleteOauth2CredentialProviderCommand.js +0 -26
  77. package/dist-cjs/commands/DeleteWorkloadIdentityCommand.js +0 -26
  78. package/dist-cjs/commands/GetAgentRuntimeCommand.js +0 -27
  79. package/dist-cjs/commands/GetAgentRuntimeEndpointCommand.js +0 -27
  80. package/dist-cjs/commands/GetApiKeyCredentialProviderCommand.js +0 -26
  81. package/dist-cjs/commands/GetBrowserCommand.js +0 -27
  82. package/dist-cjs/commands/GetCodeInterpreterCommand.js +0 -27
  83. package/dist-cjs/commands/GetGatewayCommand.js +0 -27
  84. package/dist-cjs/commands/GetGatewayTargetCommand.js +0 -27
  85. package/dist-cjs/commands/GetMemoryCommand.js +0 -27
  86. package/dist-cjs/commands/GetOauth2CredentialProviderCommand.js +0 -26
  87. package/dist-cjs/commands/GetTokenVaultCommand.js +0 -26
  88. package/dist-cjs/commands/GetWorkloadIdentityCommand.js +0 -26
  89. package/dist-cjs/commands/ListAgentRuntimeEndpointsCommand.js +0 -27
  90. package/dist-cjs/commands/ListAgentRuntimeVersionsCommand.js +0 -27
  91. package/dist-cjs/commands/ListAgentRuntimesCommand.js +0 -27
  92. package/dist-cjs/commands/ListApiKeyCredentialProvidersCommand.js +0 -26
  93. package/dist-cjs/commands/ListBrowsersCommand.js +0 -27
  94. package/dist-cjs/commands/ListCodeInterpretersCommand.js +0 -27
  95. package/dist-cjs/commands/ListGatewayTargetsCommand.js +0 -27
  96. package/dist-cjs/commands/ListGatewaysCommand.js +0 -27
  97. package/dist-cjs/commands/ListMemoriesCommand.js +0 -26
  98. package/dist-cjs/commands/ListOauth2CredentialProvidersCommand.js +0 -26
  99. package/dist-cjs/commands/ListWorkloadIdentitiesCommand.js +0 -26
  100. package/dist-cjs/commands/SetTokenVaultCMKCommand.js +0 -26
  101. package/dist-cjs/commands/UpdateAgentRuntimeCommand.js +0 -27
  102. package/dist-cjs/commands/UpdateAgentRuntimeEndpointCommand.js +0 -27
  103. package/dist-cjs/commands/UpdateApiKeyCredentialProviderCommand.js +0 -27
  104. package/dist-cjs/commands/UpdateGatewayCommand.js +0 -27
  105. package/dist-cjs/commands/UpdateGatewayTargetCommand.js +0 -27
  106. package/dist-cjs/commands/UpdateMemoryCommand.js +0 -27
  107. package/dist-cjs/commands/UpdateOauth2CredentialProviderCommand.js +0 -27
  108. package/dist-cjs/commands/UpdateWorkloadIdentityCommand.js +0 -26
  109. package/dist-cjs/commands/index.js +0 -54
  110. package/dist-cjs/endpoint/EndpointParameters.js +0 -17
  111. package/dist-cjs/extensionConfiguration.js +0 -2
  112. package/dist-cjs/models/BedrockAgentCoreControlServiceException.js +0 -12
  113. package/dist-cjs/models/index.js +0 -4
  114. package/dist-cjs/models/models_0.js +0 -1213
  115. package/dist-cjs/pagination/Interfaces.js +0 -2
  116. package/dist-cjs/pagination/ListAgentRuntimeEndpointsPaginator.js +0 -7
  117. package/dist-cjs/pagination/ListAgentRuntimeVersionsPaginator.js +0 -7
  118. package/dist-cjs/pagination/ListAgentRuntimesPaginator.js +0 -7
  119. package/dist-cjs/pagination/ListApiKeyCredentialProvidersPaginator.js +0 -7
  120. package/dist-cjs/pagination/ListBrowsersPaginator.js +0 -7
  121. package/dist-cjs/pagination/ListCodeInterpretersPaginator.js +0 -7
  122. package/dist-cjs/pagination/ListGatewayTargetsPaginator.js +0 -7
  123. package/dist-cjs/pagination/ListGatewaysPaginator.js +0 -7
  124. package/dist-cjs/pagination/ListMemoriesPaginator.js +0 -7
  125. package/dist-cjs/pagination/ListOauth2CredentialProvidersPaginator.js +0 -7
  126. package/dist-cjs/pagination/ListWorkloadIdentitiesPaginator.js +0 -7
  127. package/dist-cjs/pagination/index.js +0 -15
  128. package/dist-cjs/protocols/Aws_restJson1.js +0 -2325
  129. package/dist-cjs/runtimeExtensions.js +0 -13
  130. package/dist-cjs/waiters/index.js +0 -4
  131. package/dist-cjs/waiters/waitForMemoryCreated.js +0 -54
@@ -27,7 +27,7 @@ declare const CreateAgentRuntimeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon Secure Agent.</p>
30
+ * <p>Creates an Amazon Bedrock AgentCore Runtime.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -39,14 +39,22 @@ declare const CreateAgentRuntimeCommand_base: {
39
39
  * const input = { // CreateAgentRuntimeRequest
40
40
  * agentRuntimeName: "STRING_VALUE", // required
41
41
  * description: "STRING_VALUE",
42
- * agentRuntimeArtifact: { // AgentArtifact Union: only one key present
42
+ * agentRuntimeArtifact: { // AgentRuntimeArtifact Union: only one key present
43
43
  * containerConfiguration: { // ContainerConfiguration
44
44
  * containerUri: "STRING_VALUE", // required
45
45
  * },
46
46
  * },
47
47
  * roleArn: "STRING_VALUE", // required
48
48
  * networkConfiguration: { // NetworkConfiguration
49
- * networkMode: "PUBLIC", // required
49
+ * networkMode: "PUBLIC" || "VPC", // required
50
+ * networkModeConfig: { // VpcConfig
51
+ * securityGroups: [ // SecurityGroups // required
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * subnets: [ // Subnets // required
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * },
50
58
  * },
51
59
  * protocolConfiguration: { // ProtocolConfiguration
52
60
  * serverProtocol: "MCP" || "HTTP", // required
@@ -66,6 +74,14 @@ declare const CreateAgentRuntimeCommand_base: {
66
74
  * ],
67
75
  * },
68
76
  * },
77
+ * requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
78
+ * requestHeaderAllowlist: [ // RequestHeaderAllowlist
79
+ * "STRING_VALUE",
80
+ * ],
81
+ * },
82
+ * tags: { // TagsMap
83
+ * "<keys>": "STRING_VALUE",
84
+ * },
69
85
  * };
70
86
  * const command = new CreateAgentRuntimeCommand(input);
71
87
  * const response = await client.send(command);
@@ -27,7 +27,7 @@ declare const CreateAgentRuntimeEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates an Amazon Secure AgentEndpoint.</p>
30
+ * <p>Creates an AgentCore Runtime endpoint.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -42,6 +42,9 @@ declare const CreateAgentRuntimeEndpointCommand_base: {
42
42
  * agentRuntimeVersion: "STRING_VALUE",
43
43
  * description: "STRING_VALUE",
44
44
  * clientToken: "STRING_VALUE",
45
+ * tags: { // TagsMap
46
+ * "<keys>": "STRING_VALUE",
47
+ * },
45
48
  * };
46
49
  * const command = new CreateAgentRuntimeEndpointCommand(input);
47
50
  * const response = await client.send(command);
@@ -41,7 +41,15 @@ declare const CreateBrowserCommand_base: {
41
41
  * description: "STRING_VALUE",
42
42
  * executionRoleArn: "STRING_VALUE",
43
43
  * networkConfiguration: { // BrowserNetworkConfiguration
44
- * networkMode: "PUBLIC", // required
44
+ * networkMode: "PUBLIC" || "VPC", // required
45
+ * vpcConfig: { // VpcConfig
46
+ * securityGroups: [ // SecurityGroups // required
47
+ * "STRING_VALUE",
48
+ * ],
49
+ * subnets: [ // Subnets // required
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * },
45
53
  * },
46
54
  * recording: { // RecordingConfig
47
55
  * enabled: true || false,
@@ -51,6 +59,9 @@ declare const CreateBrowserCommand_base: {
51
59
  * },
52
60
  * },
53
61
  * clientToken: "STRING_VALUE",
62
+ * tags: { // TagsMap
63
+ * "<keys>": "STRING_VALUE",
64
+ * },
54
65
  * };
55
66
  * const command = new CreateBrowserCommand(input);
56
67
  * const response = await client.send(command);
@@ -41,9 +41,20 @@ declare const CreateCodeInterpreterCommand_base: {
41
41
  * description: "STRING_VALUE",
42
42
  * executionRoleArn: "STRING_VALUE",
43
43
  * networkConfiguration: { // CodeInterpreterNetworkConfiguration
44
- * networkMode: "PUBLIC" || "SANDBOX", // required
44
+ * networkMode: "PUBLIC" || "SANDBOX" || "VPC", // required
45
+ * vpcConfig: { // VpcConfig
46
+ * securityGroups: [ // SecurityGroups // required
47
+ * "STRING_VALUE",
48
+ * ],
49
+ * subnets: [ // Subnets // required
50
+ * "STRING_VALUE",
51
+ * ],
52
+ * },
45
53
  * },
46
54
  * clientToken: "STRING_VALUE",
55
+ * tags: { // TagsMap
56
+ * "<keys>": "STRING_VALUE",
57
+ * },
47
58
  * };
48
59
  * const command = new CreateCodeInterpreterCommand(input);
49
60
  * const response = await client.send(command);
@@ -27,7 +27,7 @@ declare const CreateGatewayTargetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a target for a gateway. A target defines an endpoint that the gateway can connect to.</p> <p>To create a target, you must specify the gateway identifier and target configuration.</p>
30
+ * <p>Creates a target for a gateway. A target defines an endpoint that the gateway can connect to.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const CreateMemoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new memory.</p>
30
+ * <p>Creates a new Amazon Bedrock AgentCore Memory resource.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const DeleteAgentRuntimeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes an Amazon Secure Agent.</p>
30
+ * <p>Deletes an Amazon Bedrock AgentCore Runtime.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const DeleteAgentRuntimeEndpointCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes an Amazon Secure AgentEndpoint.</p>
30
+ * <p>Deletes an AAgentCore Runtime endpoint.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const DeleteGatewayCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a Gateway.</p>
30
+ * <p>Deletes a gateway.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const DeleteGatewayTargetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a Gateway Target.</p>
30
+ * <p>Deletes a gateway target.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const DeleteMemoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a memory.</p>
30
+ * <p>Deletes an Amazon Bedrock AgentCore Memory resource.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const GetAgentRuntimeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Gets an Amazon Secure Agent.</p>
30
+ * <p>Gets an Amazon Bedrock AgentCore Runtime.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -54,13 +54,21 @@ declare const GetAgentRuntimeCommand_base: {
54
54
  * // createdAt: new Date("TIMESTAMP"), // required
55
55
  * // lastUpdatedAt: new Date("TIMESTAMP"), // required
56
56
  * // roleArn: "STRING_VALUE", // required
57
- * // agentRuntimeArtifact: { // AgentArtifact Union: only one key present
57
+ * // agentRuntimeArtifact: { // AgentRuntimeArtifact Union: only one key present
58
58
  * // containerConfiguration: { // ContainerConfiguration
59
59
  * // containerUri: "STRING_VALUE", // required
60
60
  * // },
61
61
  * // },
62
62
  * // networkConfiguration: { // NetworkConfiguration
63
- * // networkMode: "PUBLIC", // required
63
+ * // networkMode: "PUBLIC" || "VPC", // required
64
+ * // networkModeConfig: { // VpcConfig
65
+ * // securityGroups: [ // SecurityGroups // required
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // subnets: [ // Subnets // required
69
+ * // "STRING_VALUE",
70
+ * // ],
71
+ * // },
64
72
  * // },
65
73
  * // protocolConfiguration: { // ProtocolConfiguration
66
74
  * // serverProtocol: "MCP" || "HTTP", // required
@@ -79,6 +87,11 @@ declare const GetAgentRuntimeCommand_base: {
79
87
  * // ],
80
88
  * // },
81
89
  * // },
90
+ * // requestHeaderConfiguration: { // RequestHeaderConfiguration Union: only one key present
91
+ * // requestHeaderAllowlist: [ // RequestHeaderAllowlist
92
+ * // "STRING_VALUE",
93
+ * // ],
94
+ * // },
82
95
  * // status: "CREATING" || "CREATE_FAILED" || "UPDATING" || "UPDATE_FAILED" || "READY" || "DELETING", // required
83
96
  * // };
84
97
  *
@@ -48,7 +48,15 @@ declare const GetBrowserCommand_base: {
48
48
  * // description: "STRING_VALUE",
49
49
  * // executionRoleArn: "STRING_VALUE",
50
50
  * // networkConfiguration: { // BrowserNetworkConfiguration
51
- * // networkMode: "PUBLIC", // required
51
+ * // networkMode: "PUBLIC" || "VPC", // required
52
+ * // vpcConfig: { // VpcConfig
53
+ * // securityGroups: [ // SecurityGroups // required
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // subnets: [ // Subnets // required
57
+ * // "STRING_VALUE",
58
+ * // ],
59
+ * // },
52
60
  * // },
53
61
  * // recording: { // RecordingConfig
54
62
  * // enabled: true || false,
@@ -58,6 +66,7 @@ declare const GetBrowserCommand_base: {
58
66
  * // },
59
67
  * // },
60
68
  * // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
69
+ * // failureReason: "STRING_VALUE",
61
70
  * // createdAt: new Date("TIMESTAMP"), // required
62
71
  * // lastUpdatedAt: new Date("TIMESTAMP"), // required
63
72
  * // };
@@ -48,9 +48,18 @@ declare const GetCodeInterpreterCommand_base: {
48
48
  * // description: "STRING_VALUE",
49
49
  * // executionRoleArn: "STRING_VALUE",
50
50
  * // networkConfiguration: { // CodeInterpreterNetworkConfiguration
51
- * // networkMode: "PUBLIC" || "SANDBOX", // required
51
+ * // networkMode: "PUBLIC" || "SANDBOX" || "VPC", // required
52
+ * // vpcConfig: { // VpcConfig
53
+ * // securityGroups: [ // SecurityGroups // required
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // subnets: [ // Subnets // required
57
+ * // "STRING_VALUE",
58
+ * // ],
59
+ * // },
52
60
  * // },
53
61
  * // status: "CREATING" || "CREATE_FAILED" || "READY" || "DELETING" || "DELETE_FAILED" || "DELETED", // required
62
+ * // failureReason: "STRING_VALUE",
54
63
  * // createdAt: new Date("TIMESTAMP"), // required
55
64
  * // lastUpdatedAt: new Date("TIMESTAMP"), // required
56
65
  * // };
@@ -27,7 +27,7 @@ declare const GetGatewayTargetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieves information about a specific Gateway Target.</p>
30
+ * <p>Retrieves information about a specific gateway target.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const GetMemoryCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Retrieve an existing memory.</p>
30
+ * <p>Retrieve an existing Amazon Bedrock AgentCore Memory resource.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -44,8 +44,8 @@ declare const ListAgentRuntimeEndpointsCommand_base: {
44
44
  * const command = new ListAgentRuntimeEndpointsCommand(input);
45
45
  * const response = await client.send(command);
46
46
  * // { // ListAgentRuntimeEndpointsResponse
47
- * // runtimeEndpoints: [ // AgentEndpoints // required
48
- * // { // AgentEndpoint
47
+ * // runtimeEndpoints: [ // AgentRuntimeEndpoints // required
48
+ * // { // AgentRuntimeEndpoint
49
49
  * // name: "STRING_VALUE", // required
50
50
  * // liveVersion: "STRING_VALUE",
51
51
  * // targetVersion: "STRING_VALUE",
@@ -44,8 +44,8 @@ declare const ListAgentRuntimeVersionsCommand_base: {
44
44
  * const command = new ListAgentRuntimeVersionsCommand(input);
45
45
  * const response = await client.send(command);
46
46
  * // { // ListAgentRuntimeVersionsResponse
47
- * // agentRuntimes: [ // Agents // required
48
- * // { // Agent
47
+ * // agentRuntimes: [ // AgentRuntimes // required
48
+ * // { // AgentRuntime
49
49
  * // agentRuntimeArn: "STRING_VALUE", // required
50
50
  * // agentRuntimeId: "STRING_VALUE", // required
51
51
  * // agentRuntimeVersion: "STRING_VALUE", // required
@@ -43,8 +43,8 @@ declare const ListAgentRuntimesCommand_base: {
43
43
  * const command = new ListAgentRuntimesCommand(input);
44
44
  * const response = await client.send(command);
45
45
  * // { // ListAgentRuntimesResponse
46
- * // agentRuntimes: [ // Agents // required
47
- * // { // Agent
46
+ * // agentRuntimes: [ // AgentRuntimes // required
47
+ * // { // AgentRuntime
48
48
  * // agentRuntimeArn: "STRING_VALUE", // required
49
49
  * // agentRuntimeId: "STRING_VALUE", // required
50
50
  * // agentRuntimeVersion: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ declare const ListGatewayTargetsCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all targets for a specific Gateway.</p>
30
+ * <p>Lists all targets for a specific gateway.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const ListGatewaysCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists all Gateways in the account.</p>
30
+ * <p>Lists all gateways in the account.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,7 +27,7 @@ declare const ListMemoriesCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Lists the memory present.</p>
30
+ * <p>Lists the available Amazon Bedrock AgentCore Memory resources in the current Amazon Web Services Region.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListTagsForResourceCommand}.
14
+ */
15
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListTagsForResourceCommand}.
21
+ */
22
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const ListTagsForResourceCommand_base: {
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists the tags associated with the specified resource.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockAgentCoreControlClient, ListTagsForResourceCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
35
+ * // const { BedrockAgentCoreControlClient, ListTagsForResourceCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
36
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
37
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
38
+ * const client = new BedrockAgentCoreControlClient(config);
39
+ * const input = { // ListTagsForResourceRequest
40
+ * resourceArn: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new ListTagsForResourceCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListTagsForResourceResponse
45
+ * // tags: { // TagsMap
46
+ * // "<keys>": "STRING_VALUE",
47
+ * // },
48
+ * // };
49
+ *
50
+ * ```
51
+ *
52
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
53
+ * @returns {@link ListTagsForResourceCommandOutput}
54
+ * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
55
+ * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
56
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
57
+ *
58
+ * @throws {@link AccessDeniedException} (client fault)
59
+ * <p>This exception is thrown when a request is denied per access permissions</p>
60
+ *
61
+ * @throws {@link InternalServerException} (server fault)
62
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
63
+ *
64
+ * @throws {@link ResourceNotFoundException} (client fault)
65
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
66
+ *
67
+ * @throws {@link ThrottlingException} (client fault)
68
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
69
+ *
70
+ * @throws {@link ValidationException} (client fault)
71
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
72
+ *
73
+ * @throws {@link BedrockAgentCoreControlServiceException}
74
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListTagsForResourceRequest;
84
+ output: ListTagsForResourceResponse;
85
+ };
86
+ sdk: {
87
+ input: ListTagsForResourceCommandInput;
88
+ output: ListTagsForResourceCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link TagResourceCommand}.
14
+ */
15
+ export interface TagResourceCommandInput extends TagResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link TagResourceCommand}.
21
+ */
22
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const TagResourceCommand_base: {
25
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockAgentCoreControlClient, TagResourceCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
35
+ * // const { BedrockAgentCoreControlClient, TagResourceCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
36
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
37
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
38
+ * const client = new BedrockAgentCoreControlClient(config);
39
+ * const input = { // TagResourceRequest
40
+ * resourceArn: "STRING_VALUE", // required
41
+ * tags: { // TagsMap // required
42
+ * "<keys>": "STRING_VALUE",
43
+ * },
44
+ * };
45
+ * const command = new TagResourceCommand(input);
46
+ * const response = await client.send(command);
47
+ * // {};
48
+ *
49
+ * ```
50
+ *
51
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
52
+ * @returns {@link TagResourceCommandOutput}
53
+ * @see {@link TagResourceCommandInput} for command's `input` shape.
54
+ * @see {@link TagResourceCommandOutput} for command's `response` shape.
55
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>This exception is thrown when a request is denied per access permissions</p>
59
+ *
60
+ * @throws {@link InternalServerException} (server fault)
61
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
65
+ *
66
+ * @throws {@link ServiceQuotaExceededException} (client fault)
67
+ * <p>This exception is thrown when a request is made beyond the service quota</p>
68
+ *
69
+ * @throws {@link ThrottlingException} (client fault)
70
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
71
+ *
72
+ * @throws {@link ValidationException} (client fault)
73
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
74
+ *
75
+ * @throws {@link BedrockAgentCoreControlServiceException}
76
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class TagResourceCommand extends TagResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: TagResourceRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: TagResourceCommandInput;
90
+ output: TagResourceCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -0,0 +1,90 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link UntagResourceCommand}.
14
+ */
15
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link UntagResourceCommand}.
21
+ */
22
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
+ }
24
+ declare const UntagResourceCommand_base: {
25
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Removes the specified tags from the specified resource.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockAgentCoreControlClient, UntagResourceCommand } from "@aws-sdk/client-bedrock-agentcore-control"; // ES Modules import
35
+ * // const { BedrockAgentCoreControlClient, UntagResourceCommand } = require("@aws-sdk/client-bedrock-agentcore-control"); // CommonJS import
36
+ * // import type { BedrockAgentCoreControlClientConfig } from "@aws-sdk/client-bedrock-agentcore-control";
37
+ * const config = {}; // type is BedrockAgentCoreControlClientConfig
38
+ * const client = new BedrockAgentCoreControlClient(config);
39
+ * const input = { // UntagResourceRequest
40
+ * resourceArn: "STRING_VALUE", // required
41
+ * tagKeys: [ // TagKeyList // required
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * };
45
+ * const command = new UntagResourceCommand(input);
46
+ * const response = await client.send(command);
47
+ * // {};
48
+ *
49
+ * ```
50
+ *
51
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
52
+ * @returns {@link UntagResourceCommandOutput}
53
+ * @see {@link UntagResourceCommandInput} for command's `input` shape.
54
+ * @see {@link UntagResourceCommandOutput} for command's `response` shape.
55
+ * @see {@link BedrockAgentCoreControlClientResolvedConfig | config} for BedrockAgentCoreControlClient's `config` shape.
56
+ *
57
+ * @throws {@link AccessDeniedException} (client fault)
58
+ * <p>This exception is thrown when a request is denied per access permissions</p>
59
+ *
60
+ * @throws {@link InternalServerException} (server fault)
61
+ * <p>This exception is thrown if there was an unexpected error during processing of request</p>
62
+ *
63
+ * @throws {@link ResourceNotFoundException} (client fault)
64
+ * <p>This exception is thrown when a resource referenced by the operation does not exist</p>
65
+ *
66
+ * @throws {@link ThrottlingException} (client fault)
67
+ * <p>This exception is thrown when the number of requests exceeds the limit</p>
68
+ *
69
+ * @throws {@link ValidationException} (client fault)
70
+ * <p>The input fails to satisfy the constraints specified by the service.</p>
71
+ *
72
+ * @throws {@link BedrockAgentCoreControlServiceException}
73
+ * <p>Base exception class for all service exceptions from BedrockAgentCoreControl service.</p>
74
+ *
75
+ *
76
+ * @public
77
+ */
78
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UntagResourceRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UntagResourceCommandInput;
87
+ output: UntagResourceCommandOutput;
88
+ };
89
+ };
90
+ }