Skip to content

Update ASF APIs #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions localstack-core/localstack/aws/api/pipes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
JsonPath = str
KafkaTopicName = str
KinesisPartitionKey = str
KmsKeyIdentifier = str
LimitMax10 = int
LimitMax100 = int
LimitMax10000 = int
Expand Down Expand Up @@ -777,6 +778,7 @@ class CreatePipeRequest(ServiceRequest):
RoleArn: RoleArn
Tags: Optional[TagMap]
LogConfiguration: Optional[PipeLogConfigurationParameters]
KmsKeyIdentifier: Optional[KmsKeyIdentifier]


class CreatePipeResponse(TypedDict, total=False):
Expand Down Expand Up @@ -842,6 +844,7 @@ class DescribePipeResponse(TypedDict, total=False):
CreationTime: Optional[Timestamp]
LastModifiedTime: Optional[Timestamp]
LogConfiguration: Optional[PipeLogConfiguration]
KmsKeyIdentifier: Optional[KmsKeyIdentifier]


class ListPipesRequest(ServiceRequest):
Expand Down Expand Up @@ -1003,6 +1006,7 @@ class UpdatePipeRequest(ServiceRequest):
TargetParameters: Optional[PipeTargetParameters]
RoleArn: RoleArn
LogConfiguration: Optional[PipeLogConfigurationParameters]
KmsKeyIdentifier: Optional[KmsKeyIdentifier]


class UpdatePipeResponse(TypedDict, total=False):
Expand Down Expand Up @@ -1034,6 +1038,7 @@ def create_pipe(
target_parameters: PipeTargetParameters = None,
tags: TagMap = None,
log_configuration: PipeLogConfigurationParameters = None,
kms_key_identifier: KmsKeyIdentifier = None,
**kwargs,
) -> CreatePipeResponse:
raise NotImplementedError
Expand Down Expand Up @@ -1103,6 +1108,7 @@ def update_pipe(
target: Arn = None,
target_parameters: PipeTargetParameters = None,
log_configuration: PipeLogConfigurationParameters = None,
kms_key_identifier: KmsKeyIdentifier = None,
**kwargs,
) -> UpdatePipeResponse:
raise NotImplementedError
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Issues = "https://github.com/localstack/localstack/issues"
# minimal required to actually run localstack on the host for services natively implemented in python
base-runtime = [
# pinned / updated by ASF update action
"boto3==1.35.14",
"boto3==1.35.19",
# pinned / updated by ASF update action
"botocore==1.35.14",
"botocore==1.35.19",
"awscrt>=0.13.14",
"cbor2>=5.2.0",
"dnspython>=1.16.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements-base-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ attrs==24.2.0
# referencing
awscrt==0.21.5
# via localstack-core (pyproject.toml)
boto3==1.35.14
boto3==1.35.19
# via localstack-core (pyproject.toml)
botocore==1.35.14
botocore==1.35.19
# via
# boto3
# localstack-core (pyproject.toml)
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ aws-sam-translator==1.91.0
# localstack-core
aws-xray-sdk==2.14.0
# via moto-ext
awscli==1.34.14
awscli==1.34.19
# via localstack-core
awscrt==0.21.5
# via localstack-core
boto3==1.35.14
boto3==1.35.19
# via
# amazon-kclpy
# aws-sam-translator
# localstack-core
# moto-ext
botocore==1.35.14
botocore==1.35.19
# via
# aws-xray-sdk
# awscli
Expand Down
6 changes: 3 additions & 3 deletions requirements-runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ aws-sam-translator==1.91.0
# localstack-core (pyproject.toml)
aws-xray-sdk==2.14.0
# via moto-ext
awscli==1.34.14
awscli==1.34.19
# via localstack-core (pyproject.toml)
awscrt==0.21.5
# via localstack-core
boto3==1.35.14
boto3==1.35.19
# via
# amazon-kclpy
# aws-sam-translator
# localstack-core
# moto-ext
botocore==1.35.14
botocore==1.35.19
# via
# aws-xray-sdk
# awscli
Expand Down
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ aws-sam-translator==1.91.0
# localstack-core
aws-xray-sdk==2.14.0
# via moto-ext
awscli==1.34.14
awscli==1.34.19
# via localstack-core
awscrt==0.21.5
# via localstack-core
boto3==1.35.14
boto3==1.35.19
# via
# amazon-kclpy
# aws-sam-translator
# localstack-core
# moto-ext
botocore==1.35.14
botocore==1.35.19
# via
# aws-xray-sdk
# awscli
Expand Down
6 changes: 3 additions & 3 deletions requirements-typehint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ aws-sam-translator==1.91.0
# localstack-core
aws-xray-sdk==2.14.0
# via moto-ext
awscli==1.34.14
awscli==1.34.19
# via localstack-core
awscrt==0.21.5
# via localstack-core
boto3==1.35.14
boto3==1.35.19
# via
# amazon-kclpy
# aws-sam-translator
# localstack-core
# moto-ext
boto3-stubs==1.35.16
# via localstack-core (pyproject.toml)
botocore==1.35.14
botocore==1.35.19
# via
# aws-xray-sdk
# awscli
Expand Down