From 7afe58ad08e519f103494c116422a4d98236583f Mon Sep 17 00:00:00 2001 From: LocalStack Bot Date: Mon, 16 Sep 2024 05:07:04 +0000 Subject: [PATCH] update generated ASF APIs to latest version --- localstack-core/localstack/aws/api/pipes/__init__.py | 6 ++++++ pyproject.toml | 4 ++-- requirements-base-runtime.txt | 4 ++-- requirements-dev.txt | 6 +++--- requirements-runtime.txt | 6 +++--- requirements-test.txt | 6 +++--- requirements-typehint.txt | 6 +++--- 7 files changed, 22 insertions(+), 16 deletions(-) diff --git a/localstack-core/localstack/aws/api/pipes/__init__.py b/localstack-core/localstack/aws/api/pipes/__init__.py index e68f6f16ca812..b58e083720933 100644 --- a/localstack-core/localstack/aws/api/pipes/__init__.py +++ b/localstack-core/localstack/aws/api/pipes/__init__.py @@ -33,6 +33,7 @@ JsonPath = str KafkaTopicName = str KinesisPartitionKey = str +KmsKeyIdentifier = str LimitMax10 = int LimitMax100 = int LimitMax10000 = int @@ -777,6 +778,7 @@ class CreatePipeRequest(ServiceRequest): RoleArn: RoleArn Tags: Optional[TagMap] LogConfiguration: Optional[PipeLogConfigurationParameters] + KmsKeyIdentifier: Optional[KmsKeyIdentifier] class CreatePipeResponse(TypedDict, total=False): @@ -842,6 +844,7 @@ class DescribePipeResponse(TypedDict, total=False): CreationTime: Optional[Timestamp] LastModifiedTime: Optional[Timestamp] LogConfiguration: Optional[PipeLogConfiguration] + KmsKeyIdentifier: Optional[KmsKeyIdentifier] class ListPipesRequest(ServiceRequest): @@ -1003,6 +1006,7 @@ class UpdatePipeRequest(ServiceRequest): TargetParameters: Optional[PipeTargetParameters] RoleArn: RoleArn LogConfiguration: Optional[PipeLogConfigurationParameters] + KmsKeyIdentifier: Optional[KmsKeyIdentifier] class UpdatePipeResponse(TypedDict, total=False): @@ -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 @@ -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 diff --git a/pyproject.toml b/pyproject.toml index a2e03771ad765..537e228c7aaf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements-base-runtime.txt b/requirements-base-runtime.txt index 6ec81466a3311..fd42c00214d31 100644 --- a/requirements-base-runtime.txt +++ b/requirements-base-runtime.txt @@ -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) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b52cce105131..3cdfb04e1b249 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements-runtime.txt b/requirements-runtime.txt index 1a8e07cc17756..8243cdf9bb1ac 100644 --- a/requirements-runtime.txt +++ b/requirements-runtime.txt @@ -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 diff --git a/requirements-test.txt b/requirements-test.txt index d57468232bd45..cdcfc2095f726 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -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 diff --git a/requirements-typehint.txt b/requirements-typehint.txt index b9abbb5862384..e2e7c8169e355 100644 --- a/requirements-typehint.txt +++ b/requirements-typehint.txt @@ -43,11 +43,11 @@ 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 @@ -55,7 +55,7 @@ boto3==1.35.14 # 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