forked from pool/aws-cli
Accepting request 1199119 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/1199119 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-cli?expand=0&rev=98
This commit is contained in:
commit
5fdea7a561
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27b5deff6cfa3c6c67be8b351ab77b8266670b8c283cc6e3c617fe63a8d4b9f1
|
|
||||||
size 2757281
|
|
3
1.34.10.tar.gz
Normal file
3
1.34.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ad1112b8b4e00a52cb867bd78aa0fbabe32c88e210eb88c80becb057d109953
|
||||||
|
size 2788517
|
@ -1,10 +1,10 @@
|
|||||||
diff -Nru aws-cli-1.33.26.orig/setup.py aws-cli-1.33.26/setup.py
|
diff -Nru aws-cli-1.34.10.orig/setup.py aws-cli-1.34.10/setup.py
|
||||||
--- aws-cli-1.33.26.orig/setup.py 2024-07-12 20:07:34.000000000 +0200
|
--- aws-cli-1.34.10.orig/setup.py 2024-08-30 20:16:13.000000000 +0200
|
||||||
+++ aws-cli-1.33.26/setup.py 2024-07-16 14:32:07.207354469 +0200
|
+++ aws-cli-1.34.10/setup.py 2024-09-04 08:23:42.025785880 +0200
|
||||||
@@ -25,7 +25,7 @@
|
@@ -25,7 +25,7 @@
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'botocore==1.34.144',
|
'botocore==1.35.10',
|
||||||
- 'docutils>=0.10,<0.17',
|
- 'docutils>=0.10,<0.17',
|
||||||
+ 'docutils>=0.10',
|
+ 'docutils>=0.10',
|
||||||
's3transfer>=0.10.0,<0.11.0',
|
's3transfer>=0.10.0,<0.11.0',
|
||||||
|
344
aws-cli.changes
344
aws-cli.changes
@ -1,3 +1,347 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 4 06:24:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.34.10
|
||||||
|
* api-change:``backup``: The latest update introduces two new attributes, VaultType and VaultState,
|
||||||
|
to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current
|
||||||
|
status of the vault, while the VaultType attribute indicates the specific category of the vault.
|
||||||
|
* api-change:``datazone``: Amazon DataZone now adds new governance capabilities of Domain Units for
|
||||||
|
organization within your Data Domains, and Authorization Policies for tighter controls.
|
||||||
|
* api-change:``logs``: This release introduces a new optional parameter: Entity, in PutLogEvents
|
||||||
|
request
|
||||||
|
* api-change:``redshift-data``: The release include the new Redshift DataAPI feature for session
|
||||||
|
use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up
|
||||||
|
queries to same sessions with returned`session-id`
|
||||||
|
- from version 1.34.9
|
||||||
|
* api-change:``bedrock-agent-runtime``: Lifting the maximum length on Bedrock KnowledgeBase
|
||||||
|
RetrievalFilter array
|
||||||
|
* api-change:``bedrock-runtime``: Add support for imported-model in invokeModel and
|
||||||
|
InvokeModelWithResponseStream.
|
||||||
|
* api-change:``personalize``: This releases ability to update automatic training scheduler for
|
||||||
|
customer solutions
|
||||||
|
* api-change:``quicksight``: Increased Character Limit for Dataset Calculation Field expressions
|
||||||
|
* api-change:``stepfunctions``: This release adds support for static analysis to
|
||||||
|
ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic
|
||||||
|
errors on the definition of an Amazon States Language (ASL) state machine.
|
||||||
|
* api-change:``wafv2``: The minimum request rate for a rate-based rule is now 10. Before this, it
|
||||||
|
was 100.
|
||||||
|
- from version 1.34.8
|
||||||
|
* api-change:``appconfig``: This release adds support for deletion protection, which is a safety
|
||||||
|
guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration
|
||||||
|
Profile or Environment. This also includes a change to increase the maximum length of the Name
|
||||||
|
parameter in UpdateConfigurationProfile.
|
||||||
|
* api-change:``datazone``: Update regex to include dot character to be consistent with IAM role
|
||||||
|
creation in the authorized principal field for create and update subscription target.
|
||||||
|
* api-change:``devicefarm``: This release removed support for Calabash, UI Automation, Built-in
|
||||||
|
Explorer, remote access record, remote access replay, and web performance profile framework in
|
||||||
|
ScheduleRun API.
|
||||||
|
* api-change:``ec2``: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4
|
||||||
|
CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
|
||||||
|
* api-change:``internetmonitor``: Adds new querying types to show overall traffic suggestion
|
||||||
|
information for monitors
|
||||||
|
* api-change:``pcs``: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it
|
||||||
|
easy to setup and manage high performance computing (HPC) clusters, and build scientific and
|
||||||
|
engineering models at virtually any scale on AWS.
|
||||||
|
* api-change:``workspaces``: Documentation-only update that clarifies the StartWorkspaces and
|
||||||
|
StopWorkspaces actions, and a few other minor edits.
|
||||||
|
- from version 1.34.7
|
||||||
|
* api-change:``bedrock``: Amazon Bedrock SDK updates for Inference Profile.
|
||||||
|
* api-change:``bedrock-runtime``: Amazon Bedrock SDK updates for Inference Profile.
|
||||||
|
* api-change:``chatbot``: Update documentation to be consistent with the API docs
|
||||||
|
* api-change:``omics``: Adds data provenance to import jobs from read sets and references
|
||||||
|
* api-change:``polly``: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).
|
||||||
|
- from version 1.34.6
|
||||||
|
* api-change:``iotsitewise``: AWS IoT SiteWise now supports versioning for asset models. It enables
|
||||||
|
users to retrieve active version of their asset model and perform asset model writes with
|
||||||
|
optimistic lock.
|
||||||
|
* api-change:``workspaces``: This release adds support for creating and managing directories that
|
||||||
|
use AWS IAM Identity Center as user identity source. Such directories can be used to create
|
||||||
|
non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and
|
||||||
|
DescribeWorkspaceDirectories APIs.
|
||||||
|
- from version 1.34.5
|
||||||
|
* api-change:``bedrock-agent``: Releasing the support for Action User Confirmation.
|
||||||
|
* api-change:``bedrock-agent-runtime``: Releasing the support for Action User Confirmation.
|
||||||
|
* api-change:``codebuild``: Added support for the MAC_ARM environment type for CodeBuild fleets.
|
||||||
|
* api-change:``organizations``: Releasing minor partitional endpoint updates.
|
||||||
|
* api-change:``qbusiness``: Amazon QBusiness: Enable support for SAML and OIDC federation through
|
||||||
|
AWS IAM Identity Provider integration.
|
||||||
|
* api-change:``supplychain``: Update API documentation to clarify the event SLA as well as the data
|
||||||
|
model expectations
|
||||||
|
- from version 1.34.4
|
||||||
|
* api-change:``autoscaling``: Amazon EC2 Auto Scaling now provides EBS health check to manage EC2
|
||||||
|
instance replacement
|
||||||
|
* api-change:``bedrock``: Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers
|
||||||
|
to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed.
|
||||||
|
Customers can submit a batch of 25 evaluation jobs to be deleted at once.
|
||||||
|
* api-change:``emr-containers``: Correct endpoint for FIPS is configured for US Gov Regions.
|
||||||
|
* api-change:``inspector2``: Add enums for Agentless scan statuses and EC2 enablement error states
|
||||||
|
* api-change:``quicksight``: Explicit query for authors and dashboard viewing sharing for embedded
|
||||||
|
users
|
||||||
|
* api-change:``route53``: Amazon Route 53 now supports the Asia Pacific (Malaysia) Region
|
||||||
|
(ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that
|
||||||
|
region.
|
||||||
|
- from version 1.34.3
|
||||||
|
* api-change:``ec2``: DescribeInstanceStatus now returns health information on EBS volumes attached
|
||||||
|
to Nitro instances
|
||||||
|
* api-change:``entityresolution``: Increase the mapping attributes in Schema to 35.
|
||||||
|
* api-change:``glue``: Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
|
||||||
|
* api-change:``lambda``: Release FilterCriteria encryption for Lambda EventSourceMapping, enabling
|
||||||
|
customers to encrypt their filter criteria using a customer-owned KMS key.
|
||||||
|
* api-change:``securityhub``: Security Hub documentation and definition updates
|
||||||
|
* api-change:``ses``: Enable email receiving customers to provide SES with access to their S3
|
||||||
|
buckets via an IAM role for "Deliver to S3 Action"
|
||||||
|
- from version 1.34.2
|
||||||
|
* api-change:``ecs``: Documentation only release to address various tickets
|
||||||
|
* api-change:``opensearchserverless``: Added FailureCode and FailureMessage to
|
||||||
|
BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
|
||||||
|
* api-change:``s3``: Amazon Simple Storage Service / Features : Add support for conditional writes
|
||||||
|
for PutObject and CompleteMultipartUpload APIs.
|
||||||
|
- from version 1.34.1
|
||||||
|
* api-change:``bedrock``: Amazon Bedrock Batch Inference/ Model Invocation is a feature which
|
||||||
|
allows customers to asynchronously run inference on a large set of records/files stored in S3.
|
||||||
|
* api-change:``codebuild``: AWS CodeBuild now supports creating fleets with macOS platform for
|
||||||
|
running builds.
|
||||||
|
* api-change:``deadline``: This release adds additional search fields and provides sorting by
|
||||||
|
multiple fields.
|
||||||
|
* api-change:``lambda``: Release Lambda FunctionRecursiveConfig, enabling customers to turn
|
||||||
|
recursive loop detection on or off on individual functions. This release adds two new APIs,
|
||||||
|
GetFunctionRecursionConfig and PutFunctionRecursionConfig.
|
||||||
|
* api-change:``ssm-sap``: Add new attributes to the outputs of GetApplication and GetDatabase APIs.
|
||||||
|
- from version 1.34.0
|
||||||
|
* api-change:``batch``: Improvements of integration between AWS Batch and EC2.
|
||||||
|
* api-change:``inspector2``: Update the correct format of key and values for resource tags
|
||||||
|
* api-change:``quicksight``: Amazon QuickSight launches Customer Managed Key (CMK) encryption for
|
||||||
|
Data Source metadata
|
||||||
|
* api-change:``sagemaker``: Introduce Endpoint and EndpointConfig Arns in
|
||||||
|
sagemaker:ListPipelineExecutionSteps API response
|
||||||
|
* api-change:``sesv2``: Marking use case description field of account details as deprecated.
|
||||||
|
* enhancement:``codeartifact``: Update login command error message.
|
||||||
|
- from version 1.33.44
|
||||||
|
* api-change:``docdb``: This release adds Global Cluster Failover capability which enables you to
|
||||||
|
change your global cluster's primary AWS region, the region that serves writes, during a regional
|
||||||
|
outage. Performing a failover action preserves your Global Cluster setup.
|
||||||
|
* api-change:``ecs``: This release introduces a new ContainerDefinition configuration to support
|
||||||
|
the customer-managed keys for ECS container restart feature.
|
||||||
|
* api-change:``iam``: Make the LastUsedDate field in the GetAccessKeyLastUsed response optional.
|
||||||
|
This may break customers who only call the API for access keys with a valid LastUsedDate. This
|
||||||
|
fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked
|
||||||
|
as required but could be null.
|
||||||
|
* api-change:``s3``: Amazon Simple Storage Service / Features : Adds support for pagination in the
|
||||||
|
S3 ListBuckets API.
|
||||||
|
- from version 1.33.43
|
||||||
|
* api-change:``codebuild``: AWS CodeBuild now supports using Secrets Manager to store git
|
||||||
|
credentials and using multiple source credentials in a single project.
|
||||||
|
- from version 1.33.42
|
||||||
|
* api-change:``amplify``: Add a new field "cacheConfig" that enables users to configure the CDN
|
||||||
|
cache settings for an App
|
||||||
|
* api-change:``appstream``: This release includes following new APIs: CreateThemeForStack,
|
||||||
|
DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding
|
||||||
|
programmatically.
|
||||||
|
* api-change:``fis``: This release adds support for additional error information on experiment
|
||||||
|
failure. It adds the error code, location, and account id on relevant failures to the GetExperiment
|
||||||
|
and ListExperiment API responses.
|
||||||
|
* api-change:``glue``: Add AttributesToGet parameter support for Glue GetTables
|
||||||
|
* api-change:``neptune-graph``: Amazon Neptune Analytics provides a new option for customers to
|
||||||
|
load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading
|
||||||
|
NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter.
|
||||||
|
- from version 1.33.41
|
||||||
|
* api-change:``compute-optimizer``: Doc only update for Compute Optimizer that fixes several
|
||||||
|
customer-reported issues relating to ECS finding classifications
|
||||||
|
* api-change:``config``: Documentation update for the OrganizationConfigRuleName regex pattern.
|
||||||
|
* api-change:``ec2``: This release adds new capabilities to manage On-Demand Capacity Reservations
|
||||||
|
including the ability to split your reservation, move capacity between reservations, and modify the
|
||||||
|
instance eligibility of your reservation.
|
||||||
|
* api-change:``eks``: Added support for new AL2023 GPU AMIs to the supported AMITypes.
|
||||||
|
* api-change:``groundstation``: Updating documentation for OEMEphemeris to link to AWS Ground
|
||||||
|
Station User Guide
|
||||||
|
* api-change:``medialive``: AWS Elemental MediaLive now supports now supports editing the PID
|
||||||
|
values for a Multiplex.
|
||||||
|
* api-change:``sagemaker``: Releasing large data support as part of CreateAutoMLJobV2 in SageMaker
|
||||||
|
Autopilot and CreateDomain API for SageMaker Canvas.
|
||||||
|
- from version 1.33.40
|
||||||
|
* api-change:``cognito-idp``: Fixed a description of AdvancedSecurityAdditionalFlows in Amazon
|
||||||
|
Cognito user pool configuration.
|
||||||
|
* api-change:``connect``: This release supports adding RoutingCriteria via UpdateContactRoutingData
|
||||||
|
public API.
|
||||||
|
* api-change:``ssm``: Systems Manager doc-only updates for August 2024.
|
||||||
|
- from version 1.33.39
|
||||||
|
* api-change:``cognito-idp``: Added support for threat protection for custom authentication in
|
||||||
|
Amazon Cognito user pools.
|
||||||
|
* api-change:``connect``: This release fixes a regression in number of access control tags that are
|
||||||
|
allowed to be added to a security profile in Amazon Connect. You can now add up to four access
|
||||||
|
control tags on a single security profile.
|
||||||
|
* api-change:``ec2``: Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the
|
||||||
|
planning and monitoring of private IPv6 usage.
|
||||||
|
* api-change:``glue``: This release adds support to retrieve the validation status when creating or
|
||||||
|
updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.
|
||||||
|
- from version 1.33.38
|
||||||
|
* api-change:``appintegrations``: Updated CreateDataIntegration and
|
||||||
|
CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer
|
||||||
|
Profiles to the customer S3 bucket.
|
||||||
|
* api-change:``glue``: Introducing AWS Glue Data Quality anomaly detection, a new functionality
|
||||||
|
that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.
|
||||||
|
- from version 1.33.37
|
||||||
|
* api-change:``bedrock-agent-runtime``: Introduce model invocation output traces for orchestration
|
||||||
|
traces, which contain the model's raw response and usage.
|
||||||
|
* api-change:``cognito-idp``: Advanced security feature updates to include password history and log
|
||||||
|
export for Cognito user pools.
|
||||||
|
* api-change:``cost-optimization-hub``: This release adds savings percentage support to the
|
||||||
|
ListRecommendationSummaries API.
|
||||||
|
* api-change:``workspaces``: Added support for BYOL_GRAPHICS_G4DN_WSP IngestionProcess
|
||||||
|
- from version 1.33.36
|
||||||
|
* api-change:``datazone``: This releases Data Product feature. Data Products allow grouping data
|
||||||
|
assets into cohesive, self-contained units for ease of publishing for data producers, and ease of
|
||||||
|
finding and accessing for data consumers.
|
||||||
|
* api-change:``ecr``: Released two new APIs along with documentation updates. The GetAccountSetting
|
||||||
|
API is used to view the current basic scan type version setting for your registry, while the
|
||||||
|
PutAccountSetting API is used to update the basic scan type version for your registry.
|
||||||
|
* api-change:``kinesis-video-webrtc-storage``: Add JoinStorageSessionAsViewer API
|
||||||
|
* api-change:``pi``: Added a description for the Dimension db.sql.tokenized_id on the
|
||||||
|
DimensionGroup data type page.
|
||||||
|
- from version 1.33.35
|
||||||
|
* api-change:``cloudwatch``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``kinesis``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``resiliencehub``: Customers are presented with the grouping recommendations and can
|
||||||
|
determine if the recommendations are accurate and apply to their case. This feature simplifies
|
||||||
|
onboarding by organizing resources into appropriate AppComponents.
|
||||||
|
* api-change:``route53``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``waf-regional``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
- from version 1.33.34
|
||||||
|
* api-change:``bedrock``: API and Documentation for Bedrock Model Copy feature. This feature lets
|
||||||
|
you share and copy a custom model from one region to another or one account to another.
|
||||||
|
* api-change:``controlcatalog``: AWS Control Tower provides two new public APIs
|
||||||
|
controlcatalog:ListControls and controlcatalog:GetControl under controlcatalog service namespace,
|
||||||
|
which enable customers to programmatically retrieve control metadata of available controls.
|
||||||
|
* api-change:``controltower``: Updated Control Tower service documentation for controlcatalog
|
||||||
|
control ARN support with existing Control Tower public APIs
|
||||||
|
* api-change:``iam``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``memorydb``: Doc only update for changes to deletion API.
|
||||||
|
* api-change:``rds``: This release adds support for specifying optional MinACU parameter in
|
||||||
|
CreateDBShardGroup and ModifyDBShardGroup API. DBShardGroup response will contain MinACU if
|
||||||
|
specified.
|
||||||
|
* api-change:``sagemaker``: This release adds support for Amazon EMR Serverless applications in
|
||||||
|
SageMaker Studio for running data processing jobs.
|
||||||
|
* api-change:``ssm-quicksetup``: This release adds API support for the QuickSetup feature of AWS
|
||||||
|
Systems Manager
|
||||||
|
* api-change:``support``: Doc only updates to CaseDetails
|
||||||
|
- from version 1.33.33
|
||||||
|
* api-change:``appstream``: Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
|
||||||
|
* api-change:``autoscaling``: Increase the length limit for VPCZoneIdentifier from 2047 to 5000
|
||||||
|
* api-change:``codepipeline``: AWS CodePipeline V2 type pipelines now support stage level
|
||||||
|
conditions to enable development teams to safely release changes that meet quality and compliance
|
||||||
|
requirements.
|
||||||
|
* api-change:``elasticache``: Doc only update for changes to deletion API.
|
||||||
|
* api-change:``elb``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``events``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``lexv2-models``: This release adds new capabilities to the AMAZON.QnAIntent: Custom
|
||||||
|
prompting, Guardrails integration and ExactResponse support for Bedrock Knowledge Base.
|
||||||
|
* api-change:``logs``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
|
||||||
|
* api-change:``rolesanywhere``: IAM RolesAnywhere now supports custom role session name on the
|
||||||
|
CreateSession. This release adds the acceptRoleSessionName option to a profile to control whether a
|
||||||
|
role session name will be accepted in a session request with a given profile.
|
||||||
|
* api-change:``tnb``: This release adds Network Service Update, through which customers will be
|
||||||
|
able to update their instantiated networks to a new network package. See the documentation for
|
||||||
|
limitations. The release also enhances the Get network operation API to return parameter overrides
|
||||||
|
used during the operation.
|
||||||
|
* api-change:``workspaces``: Removing multi-session as it isn't supported for pools
|
||||||
|
* bugfix:``s3``: Disable usage of mb command with S3 Express directory buckets.
|
||||||
|
- from version 1.33.32
|
||||||
|
* api-change:``elasticache``: Renaming full service name as it appears in developer documentation.
|
||||||
|
* api-change:``memorydb``: Renaming full service name as it appears in developer documentation.
|
||||||
|
- from version 1.33.31
|
||||||
|
* api-change:``application-autoscaling``: Application Auto Scaling is now more responsive to the
|
||||||
|
changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target
|
||||||
|
Tracking policy based on High Resolution CloudWatch metrics.
|
||||||
|
* api-change:``application-signals``: CloudWatch Application Signals now supports application logs
|
||||||
|
correlation with traces and operational health metrics of applications running on EC2 instances.
|
||||||
|
Users can view the most relevant telemetry to troubleshoot application health anomalies such as
|
||||||
|
spikes in latency, errors, and availability.
|
||||||
|
* api-change:``bedrock-runtime``: Provides ServiceUnavailableException error message
|
||||||
|
* api-change:``codecommit``: CreateRepository API now throws OperationNotAllowedException when the
|
||||||
|
account has been restricted from creating a repository.
|
||||||
|
* api-change:``datazone``: Introduces GetEnvironmentCredentials operation to SDK
|
||||||
|
* api-change:``ec2``: EC2 Fleet now supports using custom identifiers to reference Amazon Machine
|
||||||
|
Images (AMI) in launch requests that are configured to choose from a diversified list of instance
|
||||||
|
types.
|
||||||
|
* api-change:``ecr``: API and documentation updates for Amazon ECR, adding support for creating,
|
||||||
|
updating, describing and deleting ECR Repository Creation Template.
|
||||||
|
* api-change:``eks``: This release adds support for EKS cluster to manage extended support.
|
||||||
|
* api-change:``elbv2``: This release adds support for sharing trust stores across accounts and
|
||||||
|
organizations through integration with AWS Resource Access Manager.
|
||||||
|
* api-change:``network-firewall``: You can now log events that are related to TLS inspection, in
|
||||||
|
addition to the existing alert and flow logging.
|
||||||
|
* api-change:``outposts``: Adding default vCPU information to GetOutpostSupportedInstanceTypes and
|
||||||
|
GetOutpostInstanceTypes responses
|
||||||
|
* api-change:``stepfunctions``: This release adds support to customer managed KMS key encryption in
|
||||||
|
AWS Step Functions.
|
||||||
|
- from version 1.33.30
|
||||||
|
* api-change:``cleanrooms``: Three enhancements to the AWS Clean Rooms: Disallowed Output Columns,
|
||||||
|
Flexible Result Receivers, SQL as a Seed
|
||||||
|
* api-change:``dynamodb``: DynamoDB doc only update for July
|
||||||
|
* api-change:``iotsitewise``: Adds support for creating SiteWise Edge gateways that run on a
|
||||||
|
Siemens Industrial Edge Device.
|
||||||
|
* api-change:``mediapackagev2``: This release adds support for Irdeto DRM encryption in DASH
|
||||||
|
manifests.
|
||||||
|
* api-change:``medical-imaging``: CopyImageSet API adds copying selected instances between image
|
||||||
|
sets, and overriding inconsistent metadata with a force parameter. UpdateImageSetMetadata API
|
||||||
|
enables reverting to prior versions; updates to Study, Series, and SOP Instance UIDs; and updates
|
||||||
|
to private elements, with a force parameter.
|
||||||
|
* api-change:``pinpoint-sms-voice-v2``: Update for rebrand to AWS End User Messaging SMS and Voice.
|
||||||
|
- from version 1.33.29
|
||||||
|
* api-change:``appsync``: Adding support for paginators in AppSync list APIs
|
||||||
|
* api-change:``cleanrooms``: This release adds AWS Entity Resolution integration to associate ID
|
||||||
|
namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping
|
||||||
|
table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the
|
||||||
|
protection on ID mapping table.
|
||||||
|
* api-change:``cleanroomsml``: Adds SQL query as the source of seed audience for audience
|
||||||
|
generation job.
|
||||||
|
* api-change:``connect``: Added PostContactSummary segment type on
|
||||||
|
ListRealTimeContactAnalysisSegmentsV2 API
|
||||||
|
* api-change:``connect-contact-lens``: Added PostContactSummary segment type on
|
||||||
|
ListRealTimeContactAnalysisSegments API
|
||||||
|
* api-change:``datazone``: This release removes the deprecated dataProductItem field from Search
|
||||||
|
API output.
|
||||||
|
* api-change:``entityresolution``: Support First Party ID Mapping
|
||||||
|
- from version 1.33.28
|
||||||
|
* api-change:``datazone``: This release adds 1/ support of register S3 locations of assets in AWS
|
||||||
|
Lake Formation hybrid access mode for DefaultDataLake blueprint. 2/ support of CRUD operations for
|
||||||
|
Asset Filters.
|
||||||
|
* api-change:``ivs``: Documentation update for IVS Low Latency API Reference.
|
||||||
|
* api-change:``neptune-graph``: Amazon Neptune Analytics provides new options for customers to
|
||||||
|
start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and
|
||||||
|
StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`
|
||||||
|
* api-change:``redshift-serverless``: Adds dualstack support for Redshift Serverless workgroup.
|
||||||
|
- from version 1.33.27
|
||||||
|
* api-change:``acm-pca``: Fix broken waiters for the acm-pca client. Waiters broke in version
|
||||||
|
- from version 1.13.144 of the Boto3 SDK.
|
||||||
|
* api-change:``connect``: Amazon Connect expands search API coverage for additional resources.
|
||||||
|
Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent
|
||||||
|
statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned
|
||||||
|
proficiencies (enhanced endpoint)
|
||||||
|
* api-change:``ec2``: Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP)
|
||||||
|
for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to
|
||||||
|
validate ownership of a public IP address range.
|
||||||
|
* api-change:``firehose``: This release 1) Add configurable buffering hints for Snowflake as
|
||||||
|
destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK
|
||||||
|
Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache
|
||||||
|
Iceberg tables as destination.
|
||||||
|
* api-change:``ivschat``: Documentation update for IVS Chat API Reference.
|
||||||
|
* api-change:``medialive``: AWS Elemental MediaLive now supports the SRT protocol via the new SRT
|
||||||
|
Caller input type.
|
||||||
|
* api-change:``rds``: Updates Amazon RDS documentation to specify an eventual consistency model for
|
||||||
|
DescribePendingMaintenanceActions.
|
||||||
|
* api-change:``sagemaker``: SageMaker Training supports R5, T3 and R5D instances family. And
|
||||||
|
SageMaker Processing supports G5 and R5D instances family.
|
||||||
|
* api-change:``secretsmanager``: Doc only update for Secrets Manager
|
||||||
|
* api-change:``taxsettings``: Set default endpoint for aws partition. Requests from all regions in
|
||||||
|
aws partition will be forward to us-east-1 endpoint.
|
||||||
|
* api-change:``timestream-query``: Doc-only update for TimestreamQuery. Added guidance about the
|
||||||
|
accepted valid value for the QueryPricingModel parameter.
|
||||||
|
* api-change:``workspaces-thin-client``: Documentation update for WorkSpaces Thin Client.
|
||||||
|
- Refresh patches for new version
|
||||||
|
* ac_update-docutils.patch
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 16 12:36:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Jul 16 12:36:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%global _sitelibdir %{%{pythons}_sitelib}
|
%global _sitelibdir %{%{pythons}_sitelib}
|
||||||
|
|
||||||
Name: aws-cli
|
Name: aws-cli
|
||||||
Version: 1.33.26
|
Version: 1.34.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Amazon Web Services Command Line Interface
|
Summary: Amazon Web Services Command Line Interface
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -42,7 +42,7 @@ BuildRequires: %{pythons}-pip
|
|||||||
BuildRequires: %{pythons}-setuptools
|
BuildRequires: %{pythons}-setuptools
|
||||||
BuildRequires: %{pythons}-wheel
|
BuildRequires: %{pythons}-wheel
|
||||||
Requires: %{pythons}
|
Requires: %{pythons}
|
||||||
Requires: %{pythons}-botocore >= 1.34.144
|
Requires: %{pythons}-botocore >= 1.35.10
|
||||||
Requires: %{pythons}-six
|
Requires: %{pythons}-six
|
||||||
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
|
Requires: (%{pythons}-PyYAML >= 3.10 with %{pythons}-PyYAML <= 6.1)
|
||||||
Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0)
|
Requires: (%{pythons}-colorama >= 0.2.5 with %{pythons}-colorama <= 0.5.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user