Skip to content

Commit b2ad129

Browse files
committed
chore: update with new service methods from latest aws-sdk
1 parent 897d012 commit b2ad129

107 files changed

Lines changed: 4102 additions & 3894 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/polite-berries-wave.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
"@effect-aws/client-bedrock-agentcore-control": patch
3+
"@effect-aws/client-cognito-identity-provider": patch
4+
"@effect-aws/client-bedrock-runtime": patch
5+
"@effect-aws/client-cloudwatch-logs": patch
6+
"@effect-aws/client-iot-data-plane": patch
7+
"@effect-aws/client-bedrock-agent": patch
8+
"@effect-aws/client-cloudwatch": patch
9+
"@effect-aws/client-opensearch": patch
10+
"@effect-aws/client-bedrock": patch
11+
"@effect-aws/client-lambda": patch
12+
"@effect-aws/client-sesv2": patch
13+
"@effect-aws/client-dsql": patch
14+
"@effect-aws/client-glue": patch
15+
"@effect-aws/client-ec2": patch
16+
"@effect-aws/client-ecs": patch
17+
"@effect-aws/client-eks": patch
18+
"@effect-aws/client-ivs": patch
19+
"@effect-aws/client-rds": patch
20+
"@effect-aws/client-ssm": patch
21+
"@effect-aws/client-mq": patch
22+
"@effect-aws/client-s3": patch
23+
---
24+
25+
update with new service methods

README.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/client-account/test/Account.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type ListRegionsCommandInput,
66
} from "@aws-sdk/client-account";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-account/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-account/dist-es/runtimeConfig";
99
import { AccountService as Account } from "@effect-aws/client-account/AccountService";
1010
import * as AccountServiceConfig from "@effect-aws/client-account/AccountServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

packages/client-api-gateway-management-api/test/ApiGatewayManagementApi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type PostToConnectionCommandInput,
66
} from "@aws-sdk/client-apigatewaymanagementapi";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-apigatewaymanagementapi/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-apigatewaymanagementapi/dist-es/runtimeConfig";
99
import { ApiGatewayManagementApiService as ApiGatewayManagementApi } from "@effect-aws/client-api-gateway-management-api/ApiGatewayManagementApiService";
1010
import * as ApiGatewayManagementApiServiceConfig from "@effect-aws/client-api-gateway-management-api/ApiGatewayManagementApiServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

packages/client-api-gateway-v2/test/ApiGatewayV2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type GetApiCommandInput,
66
} from "@aws-sdk/client-apigatewayv2";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-apigatewayv2/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-apigatewayv2/dist-es/runtimeConfig";
99
import { ApiGatewayV2Service as ApiGatewayV2 } from "@effect-aws/client-api-gateway-v2/ApiGatewayV2Service";
1010
import * as ApiGatewayV2ServiceConfig from "@effect-aws/client-api-gateway-v2/ApiGatewayV2ServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

packages/client-api-gateway/test/APIGateway.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type GetApiKeyCommandInput,
66
} from "@aws-sdk/client-api-gateway";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-api-gateway/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-api-gateway/dist-es/runtimeConfig";
99
import { APIGatewayService as APIGateway } from "@effect-aws/client-api-gateway/APIGatewayService";
1010
import * as APIGatewayServiceConfig from "@effect-aws/client-api-gateway/APIGatewayServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

packages/client-athena/test/Athena.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type StartQueryExecutionCommandInput,
66
} from "@aws-sdk/client-athena";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-athena/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-athena/dist-es/runtimeConfig";
99
import { AthenaService as Athena } from "@effect-aws/client-athena/AthenaService";
1010
import * as AthenaServiceConfig from "@effect-aws/client-athena/AthenaServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

packages/client-auto-scaling/test/AutoScaling.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type DescribeAutoScalingGroupsCommandInput,
66
} from "@aws-sdk/client-auto-scaling";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-auto-scaling/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-auto-scaling/dist-es/runtimeConfig";
99
import { AutoScalingService as AutoScaling } from "@effect-aws/client-auto-scaling/AutoScalingService";
1010
import * as AutoScalingServiceConfig from "@effect-aws/client-auto-scaling/AutoScalingServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

packages/client-bedrock-agent/src/BedrockAgentService.ts

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ import {
7373
DeletePromptCommand,
7474
type DeletePromptCommandInput,
7575
type DeletePromptCommandOutput,
76+
DeleteResourcePolicyCommand,
77+
type DeleteResourcePolicyCommandInput,
78+
type DeleteResourcePolicyCommandOutput,
7679
DisassociateAgentCollaboratorCommand,
7780
type DisassociateAgentCollaboratorCommandInput,
7881
type DisassociateAgentCollaboratorCommandOutput,
@@ -121,6 +124,9 @@ import {
121124
GetPromptCommand,
122125
type GetPromptCommandInput,
123126
type GetPromptCommandOutput,
127+
GetResourcePolicyCommand,
128+
type GetResourcePolicyCommandInput,
129+
type GetResourcePolicyCommandOutput,
124130
IngestKnowledgeBaseDocumentsCommand,
125131
type IngestKnowledgeBaseDocumentsCommandInput,
126132
type IngestKnowledgeBaseDocumentsCommandOutput,
@@ -189,6 +195,9 @@ import {
189195
PrepareFlowCommand,
190196
type PrepareFlowCommandInput,
191197
type PrepareFlowCommandOutput,
198+
PutResourcePolicyCommand,
199+
type PutResourcePolicyCommandInput,
200+
type PutResourcePolicyCommandOutput,
192201
StartIngestionJobCommand,
193202
type StartIngestionJobCommandInput,
194203
type StartIngestionJobCommandOutput,
@@ -280,6 +289,7 @@ const commands = {
280289
DeleteKnowledgeBaseCommand,
281290
DeleteKnowledgeBaseDocumentsCommand,
282291
DeletePromptCommand,
292+
DeleteResourcePolicyCommand,
283293
DisassociateAgentCollaboratorCommand,
284294
DisassociateAgentKnowledgeBaseCommand,
285295
GetAgentCommand,
@@ -296,6 +306,7 @@ const commands = {
296306
GetKnowledgeBaseCommand,
297307
GetKnowledgeBaseDocumentsCommand,
298308
GetPromptCommand,
309+
GetResourcePolicyCommand,
299310
IngestKnowledgeBaseDocumentsCommand,
300311
ListAgentActionGroupsCommand,
301312
ListAgentAliasesCommand,
@@ -314,6 +325,7 @@ const commands = {
314325
ListTagsForResourceCommand,
315326
PrepareAgentCommand,
316327
PrepareFlowCommand,
328+
PutResourcePolicyCommand,
317329
StartIngestionJobCommand,
318330
StopIngestionJobCommand,
319331
TagResourceCommand,
@@ -772,6 +784,24 @@ interface BedrockAgentService$ {
772784
| ValidationError
773785
>;
774786

787+
/**
788+
* @see {@link DeleteResourcePolicyCommand}
789+
*/
790+
deleteResourcePolicy(
791+
args: DeleteResourcePolicyCommandInput,
792+
options?: HttpHandlerOptions,
793+
): Effect.Effect<
794+
DeleteResourcePolicyCommandOutput,
795+
| Cause.TimeoutException
796+
| SdkError
797+
| AccessDeniedError
798+
| ConflictError
799+
| InternalServerError
800+
| ResourceNotFoundError
801+
| ThrottlingError
802+
| ValidationError
803+
>;
804+
775805
/**
776806
* @see {@link DisassociateAgentCollaboratorCommand}
777807
*/
@@ -1047,6 +1077,23 @@ interface BedrockAgentService$ {
10471077
| ValidationError
10481078
>;
10491079

1080+
/**
1081+
* @see {@link GetResourcePolicyCommand}
1082+
*/
1083+
getResourcePolicy(
1084+
args: GetResourcePolicyCommandInput,
1085+
options?: HttpHandlerOptions,
1086+
): Effect.Effect<
1087+
GetResourcePolicyCommandOutput,
1088+
| Cause.TimeoutException
1089+
| SdkError
1090+
| AccessDeniedError
1091+
| InternalServerError
1092+
| ResourceNotFoundError
1093+
| ThrottlingError
1094+
| ValidationError
1095+
>;
1096+
10501097
/**
10511098
* @see {@link IngestKnowledgeBaseDocumentsCommand}
10521099
*/
@@ -1520,6 +1567,24 @@ interface BedrockAgentService$ {
15201567
| ValidationError
15211568
>;
15221569

1570+
/**
1571+
* @see {@link PutResourcePolicyCommand}
1572+
*/
1573+
putResourcePolicy(
1574+
args: PutResourcePolicyCommandInput,
1575+
options?: HttpHandlerOptions,
1576+
): Effect.Effect<
1577+
PutResourcePolicyCommandOutput,
1578+
| Cause.TimeoutException
1579+
| SdkError
1580+
| AccessDeniedError
1581+
| ConflictError
1582+
| InternalServerError
1583+
| ResourceNotFoundError
1584+
| ThrottlingError
1585+
| ValidationError
1586+
>;
1587+
15231588
/**
15241589
* @see {@link StartIngestionJobCommand}
15251590
*/

packages/client-bedrock-agent/test/BedrockAgent.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type ListAgentsCommandInput,
66
} from "@aws-sdk/client-bedrock-agent";
77
// @ts-ignore
8-
import * as runtimeConfig from "@aws-sdk/client-bedrock-agent/dist-cjs/runtimeConfig";
8+
import * as runtimeConfig from "@aws-sdk/client-bedrock-agent/dist-es/runtimeConfig";
99
import { BedrockAgentService as BedrockAgent } from "@effect-aws/client-bedrock-agent/BedrockAgentService";
1010
import * as BedrockAgentServiceConfig from "@effect-aws/client-bedrock-agent/BedrockAgentServiceConfig";
1111
import { SdkError } from "@effect-aws/commons/Errors";

0 commit comments

Comments
 (0)