diff --git a/CHANGELOG.md b/CHANGELOG.md index f7399fb6b794..d760aa8e9582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,461 @@ +February 20th, 2024 +=================== +**Breaking Changes:** +- :bug::warning: ([smithy-rs#3405](https://github.com/smithy-lang/smithy-rs/issues/3405), [smithy-rs#3400](https://github.com/smithy-lang/smithy-rs/issues/3400), [smithy-rs#3258](https://github.com/smithy-lang/smithy-rs/issues/3258)) Fix bug where timeout settings where not merged properly. This will add a default connect timeout of 3.1s seconds for most clients. + + [**For more details see the long-form changelog discussion**](https://github.com/smithy-lang/smithy-rs/discussions/3408). + +**New this release:** +- :tada: ([smithy-rs#3385](https://github.com/smithy-lang/smithy-rs/issues/3385), [aws-sdk-rust#1031](https://github.com/awslabs/aws-sdk-rust/issues/1031)) It is now possible to send customized presigned requests. You can now call `.customize()..presigned(...).await`. Previously, only normal requests supported customization. +- ([smithy-rs#3355](https://github.com/smithy-lang/smithy-rs/issues/3355)) The types in the aws-http crate were moved into aws-runtime. Deprecated type aliases were put in place to point to the new locations. +- ([aws-sdk-rust#977](https://github.com/awslabs/aws-sdk-rust/issues/977), [smithy-rs#3365](https://github.com/smithy-lang/smithy-rs/issues/3365), [smithy-rs#3373](https://github.com/smithy-lang/smithy-rs/issues/3373)) Add `try_into_http1x` and `try_from_http1x` to Request and Response container types. +- ([smithy-rs#3336](https://github.com/smithy-lang/smithy-rs/issues/3336), [smithy-rs#3391](https://github.com/smithy-lang/smithy-rs/issues/3391), @iampkmone) Added impl `Display` to Enums. +- :bug: ([smithy-rs#3322](https://github.com/smithy-lang/smithy-rs/issues/3322)) Retry classifiers will now be sorted by priority. This change only affects requests + that are retried. Some requests that were previously been classified as transient + errors may now be classified as throttling errors. + + If you were + + - configuring multiple custom retry classifiers + - that would disagree on how to classify a response + - that have differing priorities + + you may see a behavior change in that classification for the same response is now + dependent on the classifier priority instead of the order in which the classifier + was added. +- :bug: ([smithy-rs#3402](https://github.com/smithy-lang/smithy-rs/issues/3402)) Cap the maximum jitter fraction for credentials cache refresh buffer time to 0.5. It was previously 1.0, and if the fraction was randomly set to 1.0, it was equivalent to disregarding the buffer time for cache refresh. +- :bug: ([smithy-rs#3387](https://github.com/smithy-lang/smithy-rs/issues/3387)) Retain the SSO token cache between calls to `provide_credentials` when using IAM Identity Center SSO via the AWS config file. + +**Service Features:** +- `aws-sdk-firehose` (1.16.0): This release updates a few Firehose related APIs. +- `aws-sdk-lambda` (1.14.0): Add .NET 8 (dotnet8) Runtime support to AWS Lambda. + +**Service Documentation:** +- `aws-sdk-dynamodb` (1.15.0): Publishing quick fix for doc only update. + +**Contributors** +Thank you for your contributions! ❤ +- @iampkmone ([smithy-rs#3336](https://github.com/smithy-lang/smithy-rs/issues/3336), [smithy-rs#3391](https://github.com/smithy-lang/smithy-rs/issues/3391)) + +**Crate Versions** +
+Click to expand to view crate versions... + +|Crate|Version| +|-|-| +|aws-config|1.1.6| +|aws-credential-types|1.1.6| +|aws-endpoint|0.60.3| +|aws-http|0.60.5| +|aws-hyper|0.60.3| +|aws-runtime|1.1.6| +|aws-runtime-api|1.1.6| +|aws-sdk-accessanalyzer|1.15.0| +|aws-sdk-account|1.14.0| +|aws-sdk-acm|1.14.0| +|aws-sdk-acmpca|1.14.0| +|aws-sdk-alexaforbusiness|1.14.0| +|aws-sdk-amp|1.14.0| +|aws-sdk-amplify|1.15.0| +|aws-sdk-amplifybackend|1.14.0| +|aws-sdk-amplifyuibuilder|1.14.0| +|aws-sdk-apigateway|1.14.0| +|aws-sdk-apigatewaymanagement|1.14.0| +|aws-sdk-apigatewayv2|1.14.0| +|aws-sdk-appconfig|1.14.0| +|aws-sdk-appconfigdata|1.14.0| +|aws-sdk-appfabric|1.14.0| +|aws-sdk-appflow|1.14.0| +|aws-sdk-appintegrations|1.14.0| +|aws-sdk-applicationautoscaling|1.15.0| +|aws-sdk-applicationcostprofiler|1.14.0| +|aws-sdk-applicationdiscovery|1.14.0| +|aws-sdk-applicationinsights|1.14.0| +|aws-sdk-appmesh|1.14.0| +|aws-sdk-apprunner|1.15.0| +|aws-sdk-appstream|1.14.0| +|aws-sdk-appsync|1.17.0| +|aws-sdk-arczonalshift|1.15.0| +|aws-sdk-artifact|1.1.0| +|aws-sdk-athena|1.15.0| +|aws-sdk-auditmanager|1.14.0| +|aws-sdk-autoscaling|1.15.0| +|aws-sdk-autoscalingplans|1.14.0| +|aws-sdk-b2bi|1.12.0| +|aws-sdk-backup|1.15.0| +|aws-sdk-backupgateway|1.14.0| +|aws-sdk-backupstorage|1.14.0| +|aws-sdk-batch|1.15.0| +|aws-sdk-bcmdataexports|1.12.0| +|aws-sdk-bedrock|1.15.0| +|aws-sdk-bedrockagent|1.12.0| +|aws-sdk-bedrockagentruntime|1.11.0| +|aws-sdk-bedrockruntime|1.15.0| +|aws-sdk-billingconductor|1.15.0| +|aws-sdk-braket|1.16.0| +|aws-sdk-budgets|1.14.0| +|aws-sdk-chatbot|1.1.0| +|aws-sdk-chime|1.14.0| +|aws-sdk-chimesdkidentity|1.14.0| +|aws-sdk-chimesdkmediapipelines|1.14.0| +|aws-sdk-chimesdkmeetings|1.15.0| +|aws-sdk-chimesdkmessaging|1.14.0| +|aws-sdk-chimesdkvoice|1.14.0| +|aws-sdk-cleanrooms|1.15.0| +|aws-sdk-cleanroomsml|1.11.0| +|aws-sdk-cloud9|1.15.0| +|aws-sdk-cloudcontrol|1.14.0| +|aws-sdk-clouddirectory|1.14.0| +|aws-sdk-cloudformation|1.16.0| +|aws-sdk-cloudfront|1.14.0| +|aws-sdk-cloudfrontkeyvaluestore|1.14.0| +|aws-sdk-cloudhsm|1.14.0| +|aws-sdk-cloudhsmv2|1.14.0| +|aws-sdk-cloudsearch|1.14.0| +|aws-sdk-cloudsearchdomain|1.14.0| +|aws-sdk-cloudtrail|1.15.0| +|aws-sdk-cloudtraildata|1.14.0| +|aws-sdk-cloudwatch|1.16.0| +|aws-sdk-cloudwatchevents|1.14.0| +|aws-sdk-cloudwatchlogs|1.16.0| +|aws-sdk-codeartifact|1.14.0| +|aws-sdk-codebuild|1.16.0| +|aws-sdk-codecatalyst|1.14.0| +|aws-sdk-codecommit|1.14.0| +|aws-sdk-codedeploy|1.15.0| +|aws-sdk-codeguruprofiler|1.14.0| +|aws-sdk-codegurureviewer|1.14.0| +|aws-sdk-codegurusecurity|1.14.0| +|aws-sdk-codepipeline|1.15.0| +|aws-sdk-codestar|1.14.0| +|aws-sdk-codestarconnections|1.15.0| +|aws-sdk-codestarnotifications|1.14.0| +|aws-sdk-cognitoidentity|1.14.0| +|aws-sdk-cognitoidentityprovider|1.16.0| +|aws-sdk-cognitosync|1.14.0| +|aws-sdk-comprehend|1.14.0| +|aws-sdk-comprehendmedical|1.14.0| +|aws-sdk-computeoptimizer|1.14.0| +|aws-sdk-config|1.15.0| +|aws-sdk-connect|1.22.0| +|aws-sdk-connectcampaigns|1.15.0| +|aws-sdk-connectcases|1.15.0| +|aws-sdk-connectcontactlens|1.14.0| +|aws-sdk-connectparticipant|1.15.0| +|aws-sdk-controltower|1.15.0| +|aws-sdk-costandusagereport|1.14.0| +|aws-sdk-costexplorer|1.14.0| +|aws-sdk-costoptimizationhub|1.13.0| +|aws-sdk-customerprofiles|1.15.0| +|aws-sdk-databasemigration|1.14.0| +|aws-sdk-databrew|1.14.0| +|aws-sdk-dataexchange|1.14.0| +|aws-sdk-datapipeline|1.14.0| +|aws-sdk-datasync|1.15.0| +|aws-sdk-datazone|1.15.0| +|aws-sdk-dax|1.14.0| +|aws-sdk-detective|1.14.0| +|aws-sdk-devicefarm|1.14.0| +|aws-sdk-devopsguru|1.14.0| +|aws-sdk-directconnect|1.14.0| +|aws-sdk-directory|1.14.0| +|aws-sdk-dlm|1.14.0| +|aws-sdk-docdb|1.15.0| +|aws-sdk-docdbelastic|1.14.0| +|aws-sdk-drs|1.15.0| +|aws-sdk-dynamodb|1.15.0| +|aws-sdk-dynamodbstreams|1.14.0| +|aws-sdk-ebs|1.14.0| +|aws-sdk-ec2|1.20.0| +|aws-sdk-ec2instanceconnect|1.14.0| +|aws-sdk-ecr|1.14.0| +|aws-sdk-ecrpublic|1.14.0| +|aws-sdk-ecs|1.15.0| +|aws-sdk-efs|1.14.0| +|aws-sdk-eks|1.15.0| +|aws-sdk-eksauth|1.12.0| +|aws-sdk-elasticache|1.15.0| +|aws-sdk-elasticbeanstalk|1.14.0| +|aws-sdk-elasticinference|1.14.0| +|aws-sdk-elasticloadbalancing|1.14.0| +|aws-sdk-elasticloadbalancingv2|1.15.0| +|aws-sdk-elasticsearch|1.16.0| +|aws-sdk-elastictranscoder|1.14.0| +|aws-sdk-emr|1.16.0| +|aws-sdk-emrcontainers|1.14.0| +|aws-sdk-emrserverless|1.14.0| +|aws-sdk-entityresolution|1.14.0| +|aws-sdk-eventbridge|1.14.0| +|aws-sdk-evidently|1.14.0| +|aws-sdk-finspace|1.16.0| +|aws-sdk-finspacedata|1.14.0| +|aws-sdk-firehose|1.16.0| +|aws-sdk-fis|1.14.0| +|aws-sdk-fms|1.14.0| +|aws-sdk-forecast|1.14.0| +|aws-sdk-forecastquery|1.14.0| +|aws-sdk-frauddetector|1.14.0| +|aws-sdk-freetier|1.12.0| +|aws-sdk-fsx|1.15.0| +|aws-sdk-gamelift|1.14.0| +|aws-sdk-glacier|1.14.0| +|aws-sdk-globalaccelerator|1.14.0| +|aws-sdk-glue|1.18.0| +|aws-sdk-grafana|1.14.0| +|aws-sdk-greengrass|1.14.0| +|aws-sdk-greengrassv2|1.14.0| +|aws-sdk-groundstation|1.14.0| +|aws-sdk-guardduty|1.15.0| +|aws-sdk-health|1.14.0| +|aws-sdk-healthlake|1.15.0| +|aws-sdk-honeycode|1.14.0| +|aws-sdk-iam|1.14.0| +|aws-sdk-identitystore|1.14.0| +|aws-sdk-imagebuilder|1.14.0| +|aws-sdk-inspector|1.14.0| +|aws-sdk-inspector2|1.16.0| +|aws-sdk-inspectorscan|1.14.0| +|aws-sdk-internetmonitor|1.14.0| +|aws-sdk-iot|1.16.0| +|aws-sdk-iot1clickdevices|1.14.0| +|aws-sdk-iot1clickprojects|1.14.0| +|aws-sdk-iotanalytics|1.14.0| +|aws-sdk-iotdataplane|1.14.0| +|aws-sdk-iotdeviceadvisor|1.14.0| +|aws-sdk-iotevents|1.14.0| +|aws-sdk-ioteventsdata|1.14.0| +|aws-sdk-iotfleethub|1.14.0| +|aws-sdk-iotfleetwise|1.15.0| +|aws-sdk-iotjobsdataplane|1.14.0| +|aws-sdk-iotroborunner|1.14.0| +|aws-sdk-iotsecuretunneling|1.14.0| +|aws-sdk-iotsitewise|1.14.0| +|aws-sdk-iotthingsgraph|1.14.0| +|aws-sdk-iottwinmaker|1.14.0| +|aws-sdk-iotwireless|1.14.0| +|aws-sdk-ivs|1.15.0| +|aws-sdk-ivschat|1.14.0| +|aws-sdk-ivsrealtime|1.14.0| +|aws-sdk-kafka|1.14.0| +|aws-sdk-kafkaconnect|1.14.0| +|aws-sdk-kendra|1.14.0| +|aws-sdk-kendraranking|1.14.0| +|aws-sdk-keyspaces|1.15.0| +|aws-sdk-kinesis|1.14.0| +|aws-sdk-kinesisanalytics|1.14.0| +|aws-sdk-kinesisanalyticsv2|1.14.0| +|aws-sdk-kinesisvideo|1.14.0| +|aws-sdk-kinesisvideoarchivedmedia|1.15.0| +|aws-sdk-kinesisvideomedia|1.14.0| +|aws-sdk-kinesisvideosignaling|1.14.0| +|aws-sdk-kinesisvideowebrtcstorage|1.14.0| +|aws-sdk-kms|1.14.0| +|aws-sdk-lakeformation|1.15.0| +|aws-sdk-lambda|1.14.0| +|aws-sdk-launchwizard|1.14.0| +|aws-sdk-lexmodelbuilding|1.14.0| +|aws-sdk-lexmodelsv2|1.15.0| +|aws-sdk-lexruntime|1.14.0| +|aws-sdk-lexruntimev2|1.14.0| +|aws-sdk-licensemanager|1.14.0| +|aws-sdk-licensemanagerlinuxsubscriptions|1.14.0| +|aws-sdk-licensemanagerusersubscriptions|1.14.0| +|aws-sdk-lightsail|1.16.0| +|aws-sdk-location|1.16.0| +|aws-sdk-lookoutequipment|1.15.0| +|aws-sdk-lookoutmetrics|1.14.0| +|aws-sdk-lookoutvision|1.14.0| +|aws-sdk-m2|1.14.0| +|aws-sdk-machinelearning|1.14.0| +|aws-sdk-macie2|1.15.0| +|aws-sdk-managedblockchain|1.14.0| +|aws-sdk-managedblockchainquery|1.15.0| +|aws-sdk-marketplaceagreement|1.11.0| +|aws-sdk-marketplacecatalog|1.17.0| +|aws-sdk-marketplacecommerceanalytics|1.14.0| +|aws-sdk-marketplacedeployment|1.11.0| +|aws-sdk-marketplaceentitlement|1.14.0| +|aws-sdk-marketplacemetering|1.14.0| +|aws-sdk-mediaconnect|1.15.0| +|aws-sdk-mediaconvert|1.16.0| +|aws-sdk-medialive|1.15.0| +|aws-sdk-mediapackage|1.14.0| +|aws-sdk-mediapackagev2|1.14.0| +|aws-sdk-mediapackagevod|1.14.0| +|aws-sdk-mediastore|1.14.0| +|aws-sdk-mediastoredata|1.14.0| +|aws-sdk-mediatailor|1.15.0| +|aws-sdk-medicalimaging|1.14.0| +|aws-sdk-memorydb|1.14.0| +|aws-sdk-mgn|1.14.0| +|aws-sdk-migrationhub|1.14.0| +|aws-sdk-migrationhubconfig|1.14.0| +|aws-sdk-migrationhuborchestrator|1.14.0| +|aws-sdk-migrationhubrefactorspaces|1.14.0| +|aws-sdk-migrationhubstrategy|1.14.0| +|aws-sdk-mobile|1.14.0| +|aws-sdk-mq|1.14.0| +|aws-sdk-mturk|1.14.0| +|aws-sdk-mwaa|1.16.0| +|aws-sdk-neptune|1.15.0| +|aws-sdk-neptunedata|1.14.0| +|aws-sdk-neptunegraph|1.9.0| +|aws-sdk-networkfirewall|1.14.0| +|aws-sdk-networkmanager|1.14.0| +|aws-sdk-networkmonitor|1.5.0| +|aws-sdk-nimble|1.14.0| +|aws-sdk-oam|1.14.0| +|aws-sdk-omics|1.14.0| +|aws-sdk-opensearch|1.18.0| +|aws-sdk-opensearchserverless|1.15.0| +|aws-sdk-opsworks|1.14.0| +|aws-sdk-opsworkscm|1.14.0| +|aws-sdk-organizations|1.14.0| +|aws-sdk-osis|1.14.0| +|aws-sdk-outposts|1.15.0| +|aws-sdk-panorama|1.14.0| +|aws-sdk-paymentcryptography|1.16.0| +|aws-sdk-paymentcryptographydata|1.14.0| +|aws-sdk-pcaconnectorad|1.14.0| +|aws-sdk-personalize|1.14.0| +|aws-sdk-personalizeevents|1.14.0| +|aws-sdk-personalizeruntime|1.14.0| +|aws-sdk-pi|1.14.0| +|aws-sdk-pinpoint|1.14.0| +|aws-sdk-pinpointemail|1.14.0| +|aws-sdk-pinpointsmsvoice|1.14.0| +|aws-sdk-pinpointsmsvoicev2|1.14.0| +|aws-sdk-pipes|1.14.0| +|aws-sdk-polly|1.15.0| +|aws-sdk-pricing|1.15.0| +|aws-sdk-privatenetworks|1.14.0| +|aws-sdk-proton|1.14.0| +|aws-sdk-qbusiness|1.12.0| +|aws-sdk-qconnect|1.15.0| +|aws-sdk-qldb|1.14.0| +|aws-sdk-qldbsession|1.14.0| +|aws-sdk-quicksight|1.15.0| +|aws-sdk-ram|1.14.0| +|aws-sdk-rbin|1.15.0| +|aws-sdk-rds|1.17.0| +|aws-sdk-rdsdata|1.14.0| +|aws-sdk-redshift|1.15.0| +|aws-sdk-redshiftdata|1.14.0| +|aws-sdk-redshiftserverless|1.15.0| +|aws-sdk-rekognition|1.15.0| +|aws-sdk-repostspace|1.12.0| +|aws-sdk-resiliencehub|1.14.0| +|aws-sdk-resourceexplorer2|1.15.0| +|aws-sdk-resourcegroups|1.14.0| +|aws-sdk-resourcegroupstagging|1.14.0| +|aws-sdk-robomaker|1.14.0| +|aws-sdk-rolesanywhere|1.14.0| +|aws-sdk-route53|1.15.0| +|aws-sdk-route53domains|1.15.0| +|aws-sdk-route53recoverycluster|1.14.0| +|aws-sdk-route53recoverycontrolconfig|1.14.0| +|aws-sdk-route53recoveryreadiness|1.14.0| +|aws-sdk-route53resolver|1.16.0| +|aws-sdk-rum|1.14.0| +|aws-sdk-s3|1.16.0| +|aws-sdk-s3control|1.16.0| +|aws-sdk-s3outposts|1.14.0| +|aws-sdk-sagemaker|1.23.0| +|aws-sdk-sagemakera2iruntime|1.14.0| +|aws-sdk-sagemakeredge|1.14.0| +|aws-sdk-sagemakerfeaturestoreruntime|1.15.0| +|aws-sdk-sagemakergeospatial|1.14.0| +|aws-sdk-sagemakermetrics|1.14.0| +|aws-sdk-sagemakerruntime|1.15.0| +|aws-sdk-savingsplans|1.14.0| +|aws-sdk-scheduler|1.14.0| +|aws-sdk-schemas|1.14.0| +|aws-sdk-secretsmanager|1.16.0| +|aws-sdk-securityhub|1.15.0| +|aws-sdk-securitylake|1.14.0| +|aws-sdk-serverlessapplicationrepository|1.14.0| +|aws-sdk-servicecatalog|1.15.0| +|aws-sdk-servicecatalogappregistry|1.14.0| +|aws-sdk-servicediscovery|1.14.0| +|aws-sdk-servicequotas|1.14.0| +|aws-sdk-ses|1.14.0| +|aws-sdk-sesv2|1.14.0| +|aws-sdk-sfn|1.14.0| +|aws-sdk-shield|1.14.0| +|aws-sdk-signer|1.14.0| +|aws-sdk-simspaceweaver|1.14.0| +|aws-sdk-sms|1.14.0| +|aws-sdk-snowball|1.14.0| +|aws-sdk-snowdevicemanagement|1.14.0| +|aws-sdk-sns|1.15.0| +|aws-sdk-sqs|1.14.0| +|aws-sdk-ssm|1.15.0| +|aws-sdk-ssmcontacts|1.14.0| +|aws-sdk-ssmincidents|1.14.0| +|aws-sdk-ssmsap|1.14.0| +|aws-sdk-sso|1.14.0| +|aws-sdk-ssoadmin|1.14.0| +|aws-sdk-ssooidc|1.14.0| +|aws-sdk-storagegateway|1.15.0| +|aws-sdk-sts|1.14.0| +|aws-sdk-supplychain|1.4.0| +|aws-sdk-support|1.14.0| +|aws-sdk-supportapp|1.14.0| +|aws-sdk-swf|1.14.0| +|aws-sdk-synthetics|1.14.0| +|aws-sdk-textract|1.14.0| +|aws-sdk-timestreamquery|1.14.0| +|aws-sdk-timestreamwrite|1.14.0| +|aws-sdk-tnb|1.14.0| +|aws-sdk-transcribe|1.14.0| +|aws-sdk-transcribestreaming|1.14.0| +|aws-sdk-transfer|1.15.0| +|aws-sdk-translate|1.14.0| +|aws-sdk-trustedadvisor|1.14.0| +|aws-sdk-verifiedpermissions|1.15.0| +|aws-sdk-voiceid|1.14.0| +|aws-sdk-vpclattice|1.14.0| +|aws-sdk-waf|1.14.0| +|aws-sdk-wafregional|1.14.0| +|aws-sdk-wafv2|1.15.0| +|aws-sdk-wellarchitected|1.14.0| +|aws-sdk-wisdom|1.15.0| +|aws-sdk-workdocs|1.14.0| +|aws-sdk-worklink|1.14.0| +|aws-sdk-workmail|1.14.0| +|aws-sdk-workmailmessageflow|1.14.0| +|aws-sdk-workspaces|1.14.0| +|aws-sdk-workspacesthinclient|1.12.0| +|aws-sdk-workspacesweb|1.14.0| +|aws-sdk-xray|1.14.0| +|aws-sig-auth|0.60.3| +|aws-sigv4|1.1.6| +|aws-smithy-async|1.1.6| +|aws-smithy-checksums|0.60.5| +|aws-smithy-client|0.60.3| +|aws-smithy-eventstream|0.60.4| +|aws-smithy-eventstream-fuzz|0.1.0| +|aws-smithy-http|0.60.5| +|aws-smithy-http-auth|0.60.3| +|aws-smithy-http-fuzz|0.0.0| +|aws-smithy-http-tower|0.60.3| +|aws-smithy-json|0.60.5| +|aws-smithy-json-fuzz|0.0.0| +|aws-smithy-mocks-experimental|0.1.0| +|aws-smithy-protocol-test|0.60.5| +|aws-smithy-query|0.60.5| +|aws-smithy-runtime|1.1.6| +|aws-smithy-runtime-api|1.1.6| +|aws-smithy-types|1.1.6| +|aws-smithy-types-convert|0.60.5| +|aws-smithy-types-fuzz|0.0.0| +|aws-smithy-xml|0.60.5| +|aws-types|1.1.6| +|aws-types-fuzz|0.0.0| +
+ + February 19th, 2024 =================== **Service Features:** diff --git a/versions.toml b/versions.toml index b80b7f8dd333..b562a1264808 100644 --- a/versions.toml +++ b/versions.toml @@ -2425,6 +2425,10 @@ source_hash = '1e22a67609e8b51eeffec6c13d4e21a11f31eac6382bbaf11253ae2ed8d2997c' category = 'AwsRuntime' version = '0.0.0' source_hash = '9f9b854b976ebed8c207f078c79801f07c6243191c60b84d2e4e37fa25a553bd' + +[release] +tag = 'release-2024-02-20' + [release.crates] aws-config = '1.1.6' aws-credential-types = '1.1.6'