Skip to content

Commit a7762d8

Browse files
AndrewAsseilyelysahallkdailyaws-sdk-python-automationjustinmae
authored
V2 (#9977)
* CLI examples for cloudformation. * Fix start-live-tail tests This fix addresses failures encountered on some systems when running the startlivetail unit tests through the AWS CLI test runner script at `scripts/ci/run-tests`. According to prompt toolkit documentation: > During the creation of a prompt_toolkit Application, we can specify > what input and output device to be used. By default, these are output > objects that correspond with sys.stdin and sys.stdout. In unit tests > however, we want to replace these. > - For the input, we want a “pipe input”. This is an input device, > in which we can programmatically send some input. It can be created > with create_pipe_input(), and that return either a PosixPipeInput or a > Win32PipeInput depending on the platform. Reference: https://python-prompt-toolkit.readthedocs.io/en/stable/pages/advanced_topics/unit_testing.html This change adds an optional `app_input`` parameter so that the test can be run with `create_pipe_input()` to replace the input for unit testing. * Update to latest models * Update endpoints model * Bump version to 2.32.8 * Update to latest models * Bump version to 2.32.9 * Update to latest models * Bump version to 2.32.10 * Update to latest models * Bump version to 2.32.11 * [v2] Add monitoring configuration to emr create-cluster (#9892) * Update to latest models * Update endpoints model * Bump version to 2.32.12 * Remove S3 endpoint s3v4 test (#9903) * Update to latest models * Update endpoints model * Bump version to 2.32.13 * Adds support for expanding host prefix to the BaseRpcV2Serializer class (#9901) * Update model-validation tests to describe violations in custom properties (#9823) * Update to latest models * Bump version to 2.32.14 * Upgrade bundled Python interpreter to 3.13.11. (#9902) * Update to latest models * Update endpoints model * Bump version to 2.32.15 * [Documentation] Warning against the use of S3 Global Endpoint (s3.amazonaws.com) as endpoint-url (#9850) docs: add caution note for S3 endpoint-url parameter Add note to S3 configuration documentation warning users about potential unintended behavior when using --endpoint-url parameter, including S3 redirect issues. This was prompted by setting the global S3 endpoint (s3.amazonaws.com) as a custom endpoint URL caused PermanentRedirect errors, redirect loops, and configuration confusion. While the guidance is generalized to cover broader endpoint configuration concerns, it specifically advises against using the global S3 endpoint as an endpoint-url parameter value. Addresses #9479 * Update to latest models * Update endpoints model * Bump version to 2.32.16 * Fix validates models record_property serialization errors (#9912) * Update to latest models * Bump version to 2.32.17 * [v2] Add GitHub Actions build workflow (#9918) * Update to latest models * Update endpoints model * Bump version to 2.32.18 * [v2] Fix pr action (#9922) * Update to latest models * Update endpoints model * Bump version to 2.32.19 * Add prefix to CloudTrail S3 digest file listing (#9933) Scope S3 list_objects call to trail's region by adding prefix parameter. This prevents processing digest files from all regions and improves validate-logs command performance when validating logs near current time. Add _create_digest_prefix method to generate region-specific prefix for both regular and organizational trails. Update existing tests and add new test coverage for prefix generation. Co-authored-by: Sasanka Mouli Subrahmanya Sri Veleti <sveleti@amazon.com> * Update to latest models * Update endpoints model * Bump version to 2.32.20 * ci: Skip new internal build for fork-origin PRs (#9937) * Adding new examples for medical-imaging's create-datastore and get-datastore (#9934) Co-authored-by: laiqmuhh <laiqmuhh@amazon.com> * Merge customizations for ARC Region switch * Update to latest models * Update endpoints model * Bump version to 2.32.21 * Introduce ECS Express Text-Only Mode (#9943) * Update to latest models * Bump version to 2.32.22 * Remove elastictranscoder client following the service deprecation * [v2] Add case-sensitivity handling to multi-object download operations (#9925) * Update to latest models * Update endpoints model * Bump version to 2.32.23 * Update to latest models * Update endpoints model * Bump version to 2.32.24 * Update to latest models * Bump version to 2.32.25 * Update to latest models * Update endpoints model * Bump version to 2.32.26 * Update to latest models * Bump version to 2.32.27 * Revert case sensitivity handling feature (#9960) Revert "[v2] Add case-sensitivity handling to multi-object download operations (#9925)" * Bump version to 2.32.28 * Update to latest models * Bump version to 2.32.29 * [v2] ci: scope down GitHub Token permissions (#9965) * ci: scope down GitHub Token permissions (#9804) * ci: scope down permissions for fail-master-prs.yml * ci: scope down permissions for run-bundle-test.yml * ci: scope down permissions for changelog.yml * ci: scope down permissions for update-lockfiles.yml * ci: scope down permissions for run-tests.yml * ci: scope down permissions for closed-issue-message.yml * ci: scope down permissions for stale_community_prs.yml * ci: scope down permissions for run-dep-tests.yml * ci: scope down permissions for doc-pr-cherry-pick.yml * ci: scope down permissions for source-dist-tests.yml --------- Co-authored-by: Adnan Khan <AdnaneKhan@users.noreply.github.com> * Support # in user_agent_appid (#9967) * Merge customizations for Cost Explorer * Update to latest models * Bump version to 2.32.30 * Update to latest models * Update endpoints model * Bump version to 2.32.31 * Prevent 'aws login' from updating a profile with existing credentials (#9924) * [v2] Update urllib3 to 2.6.3 (#9971) * [V2] Create update-vpc-link.rst (#9974) Co-authored-by: Sowjanya Pandruju <sowjanya.pandruju@gmail.com> --------- Co-authored-by: Elysa Hall <elysah@amazon.com> Co-authored-by: Kenneth Daily <kdaily@amazon.com> Co-authored-by: aws-sdk-python-automation <github-aws-sdk-python-automation@amazon.com> Co-authored-by: Justin Mae <justin511@gmail.com> Co-authored-by: Steve Yoo <106777148+hssyoo@users.noreply.github.com> Co-authored-by: SamRemis <sjremis94@gmail.com> Co-authored-by: Ahmed Moustafa <35640105+aemous@users.noreply.github.com> Co-authored-by: Adrian D. <101290859+adev-code@users.noreply.github.com> Co-authored-by: Sasanka Mouli Veleti <mouli20774@gmail.com> Co-authored-by: Sasanka Mouli Subrahmanya Sri Veleti <sveleti@amazon.com> Co-authored-by: Alex Shovlin <shovlia@amazon.com> Co-authored-by: laiqmuhh <laiqmuhh@amazon.com> Co-authored-by: jutyler1 <jutyler@amazon.com> Co-authored-by: Adnan Khan <AdnaneKhan@users.noreply.github.com> Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sowjanya Pandruju <sowjanya.pandruju@gmail.com>
1 parent d55cb3d commit a7762d8

File tree

247 files changed

+35016
-9424
lines changed

Some content is hidden

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

247 files changed

+35016
-9424
lines changed

.changes/2.32.10.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``lambda``",
4+
"description": "Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.",
5+
"type": "api-change"
6+
}
7+
]

.changes/2.32.11.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``inspector2``",
4+
"description": "This release adds a new ScanStatus called \"Unsupported Code Artifacts\". This ScanStatus will be returned when a Lambda function was not code scanned because it has unsupported code artifacts.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``iam``",
9+
"description": "Adding the ExpirationTime attribute to the delegation request resource.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``partnercentral-account``",
14+
"description": "Adding Verification API's to Partner Central Account SDK.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "Updating stop-task API to encapsulate containers with custom stop signal",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sesv2``",
24+
"description": "Updating the desired url for `PutEmailIdentityDkimSigningAttributes` from v1 to v2",
25+
"type": "api-change"
26+
}
27+
]

.changes/2.32.12.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``ce``",
4+
"description": "Add support for Cost Category resource associations including filtering by resource type on ListCostCategoryDefinitions and new ListCostCategoryResourceAssociations API.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``sesv2``",
9+
"description": "Update Mail Manager Archive ARN validation",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``rolesanywhere``",
14+
"description": "Increases certificate string length for trust anchor source data to support ML-DSA certificates.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "Amazon EC2 P6-B300 instances provide 8x NVIDIA Blackwell Ultra GPUs with 2.1 TB high bandwidth GPU memory, 6.4 Tbps EFA networking, 300 Gbps dedicated ENA throughput, and 4 TB of system memory. Amazon EC2 C8a instances are powered by 5th Gen AMD EPYC processors with a maximum frequency of 4.5 GHz.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``partnercentral-selling``",
24+
"description": "Deal Sizing Service for AI-based deal size estimation with AWS service-level breakdown, supporting Expansion and Migration deals across Technology, and Reseller partner cohorts, including Pricing Calculator AddOn for MAP deals and funding incentives.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``identitystore``",
29+
"description": "Updating AWS Identity Store APIs to support Attribute Extensions capability, with the first release adding Enterprise Attributes. This launch aligns Identity Store APIs with SCIM for enterprise attributes, reducing cases when customers are forced to use SCIM due to lack of SigV4 API support.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rds``",
34+
"description": "Adding support for tagging RDS Instance/Cluster Automated Backups",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``redshift-serverless``",
39+
"description": "Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated serverless workgroups. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages.",
40+
"type": "api-change"
41+
}
42+
]

.changes/2.32.13.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``account``",
4+
"description": "This release adds a new API (GetGovCloudAccountInformation) used to retrieve information about a linked GovCloud account from the standard AWS partition.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appsync``",
9+
"description": "Update Event API to require EventConfig parameter in creation and update requests.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``route53``",
14+
"description": "Amazon Route 53 now supports the EU (Germany) Region (eusc-de-east-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``guardduty``",
19+
"description": "Adding support for Ec2LaunchTemplate Version field",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ivs-realtime``",
24+
"description": "Token Exchange introduces seamless token exchange capabilities for IVS RTX, enabling customers to upgrade or downgrade token capabilities and update token attributes within the IVS client SDK without forcing clients to disconnect and reconnect.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``mgn``",
29+
"description": "Added parameters encryption, IPv4/IPv6 protocol configuration, and enhanced tagging support for replication operations.",
30+
"type": "api-change"
31+
}
32+
]

.changes/2.32.14.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "Serializers",
4+
"description": "Adds support for host prefix to BaseRpcV2Serializer class",
5+
"type": "bugfix"
6+
},
7+
{
8+
"category": "``billingconductor``",
9+
"description": "Launch itemized custom line item and service line item filter",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock``",
14+
"description": "Automated Reasoning checks in Amazon Bedrock Guardrails is capable of generating policy scenarios to validate policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API now adds POLICY SCENARIO asset type, allowing customers to retrieve scenarios generated by the build workflow.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``signer``",
19+
"description": "Adds support for Signer GetRevocationStatus with updated endpoints",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``cloudwatch``",
24+
"description": "This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``partnercentral-selling``",
29+
"description": "Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``opensearch``",
34+
"description": "The CreateApplication API now supports an optional kms key arn parameter to allow customers to specify a CMK for application encryption.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``odb``",
39+
"description": "The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters.",
40+
"type": "api-change"
41+
}
42+
]

.changes/2.32.15.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``lambda``",
4+
"description": "Add Dotnet 10 (dotnet10) support to AWS Lambda.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``secretsmanager``",
9+
"description": "Add SortBy parameter to ListSecrets",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``sesv2``",
14+
"description": "Update GetEmailIdentity and CreateEmailIdentity response to include SigningHostedZone in DkimAttributes. Updated PutEmailIdentityDkimSigningAttributes Response to include SigningHostedZone.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``quicksight``",
19+
"description": "This release adds new GetIdentityContext API, Dashboard customization options for tables and pivot tables, Visual styling options- borders and decals, map GeocodingPreferences, KeyPairCredentials for DataSourceCredentials. Snapshot APIs now support registered users. Parameters limit increased to 400",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "python",
24+
"description": "Upgrade bundled Python interpreter to version 3.13.11.",
25+
"type": "enhancement"
26+
},
27+
{
28+
"category": "``organizations``",
29+
"description": "Add support for policy operations on the NETWORK SECURITY DIRECTOR POLICY policy type.",
30+
"type": "api-change"
31+
}
32+
]

.changes/2.32.16.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "Amazon Connect now offers automated post-chat surveys triggered when customers end conversations. This captures timely feedback while experience is fresh, using either a no-code form builder or Amazon Lex-powered interactive surveys.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bcm-recommended-actions``",
9+
"description": "Added new freetier action types to RecommendedAction.type.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``datasync``",
14+
"description": "Adds Enhanced mode support for NFS and SMB locations. SMB credentials are now managed via Secrets Manager, and may be encrypted with service or customer managed keys. Increases AgentArns maximum count to 8 (max 4 per TaskMode). Adds folder counters to DescribeTaskExecution for Enhanced mode tasks.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``workspaces-web``",
19+
"description": "Adds support for portal branding customization, enabling administrators to personalize end-user portals with custom assets.",
20+
"type": "api-change"
21+
}
22+
]

.changes/2.32.17.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "This release updates broken links for AgentCore Policy APIs in the AWS CLI and SDK resources.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "EC2 Capacity Manager now supports SpotTotalCount, SpotTotalInterruptions and SpotInterruptionRate metrics for both vCPU and instance units.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``logs``",
14+
"description": "This release allows you to import your historical CloudTrail Lake data into CloudWatch with a few steps, enabling you to easily consolidate operational, security, and compliance data in one place.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``health``",
19+
"description": "Updating Health API endpoint generation for dualstack only regions",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53resolver``",
24+
"description": "Adds support for enabling detailed metrics on Route 53 Resolver endpoints using RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled in the CreateResolverEndpoint and UpdateResolverEndpoint APIs, providing enhanced visibility into Resolver endpoint and target name server performance.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``connect``",
29+
"description": "Amazon Connect now supports outbound WhatsApp contacts via the Send message block or StartOutboundChatContact API. Send proactive messages for surveys, reminders, and updates. Offer customers the option to switch to WhatsApp while in queue, eliminating hold time.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``service-quotas``",
34+
"description": "Add support for SQ Dashboard Api",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``mediatailor``",
39+
"description": "Added support for Ad Decision Server Configuration enabling HTTP POST requests with custom bodies, headers, GZIP compression, and dynamic variables. No changes required for existing GET request configurations.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``glacier``",
44+
"description": "Documentation updates for Amazon Glacier's maintenance mode",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``entityresolution``",
49+
"description": "Support Customer Profiles Integration for AWS Entity Resolution",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``s3``",
54+
"description": "This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations.",
55+
"type": "api-change"
56+
}
57+
]

.changes/2.32.18.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``iot``",
4+
"description": "Add support for dynamic payloads in IoT Device Management Commands",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``timestream-influxdb``",
9+
"description": "This release adds support for rebooting InfluxDB DbInstances and DbClusters",
10+
"type": "api-change"
11+
}
12+
]

.changes/2.32.19.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``payment-cryptography``",
4+
"description": "Support for AS2805 standard. Modifications to import-key and export-key to support AS2805 variants.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``kafkaconnect``",
9+
"description": "Support dual-stack network connectivity for connectors via NetworkType field.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``inspector-scan``",
14+
"description": "Adds an additional OutputFormat",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediaconvert``",
19+
"description": "Adds support for tile encoding in HEVC and audio for video overlays.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "Adding the newly launched p6-b300.48xlarge ec2 instance support in Sagemaker(Hyperpod,Training and Sceptor)",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``payment-cryptography-data``",
29+
"description": "Support for AS2805 standard. New API GenerateAs2805KekValidation and changes to translate pin, GenerateMac and VerifyMac to support AS2805 key variants.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``mediapackagev2``",
34+
"description": "This release adds support for SPEKE V2 content key encryption in MediaPackage v2 Origin Endpoints.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``gameliftstreams``",
39+
"description": "Added new stream group operation parameters for scale-on-demand capacity with automatic prewarming. Added new Gen6 stream classes based on the EC2 G6 instance family. Added new StartStreamSession parameter for exposure of real-time performance stats to clients.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``guardduty``",
44+
"description": "Add support for dbiResourceId in finding.",
45+
"type": "api-change"
46+
}
47+
]

0 commit comments

Comments
 (0)