diff --git a/changelogs/SDK.CHANGELOG.2024.md b/changelogs/SDK.CHANGELOG.2024.md index 05aa6b52e8db..a89203e53a0a 100644 --- a/changelogs/SDK.CHANGELOG.2024.md +++ b/changelogs/SDK.CHANGELOG.2024.md @@ -1,3 +1,44 @@ +### 3.7.917.0 (2024-10-30 18:39 UTC) +* AppSync (3.7.402.0) + * This release adds support for AppSync Event APIs. +* Connect (3.7.408.0) + * Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters. +* DataSync (3.7.401.0) + * AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations. +* EC2 (3.7.414.0) + * This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups. +* ECS (3.7.404.0) + * This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history. +* GeoMaps (3.7.400.0) + * Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business +* GeoPlaces (3.7.400.0) + * Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name +* GeoRoutes (3.7.400.0) + * Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions. +* Keyspaces (3.7.401.0) + * Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type. +* NetworkFirewall (3.7.402.0) + * AWS Network Firewall now supports configuring TCP idle timeout +* OpenSearchServerless (3.7.402.0) + * Neo Integration via IAM Identity Center (IdC) +* OpenSearchService (3.7.402.0) + * This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface. +* Redshift (3.7.403.0) + * This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database. +* RedshiftServerless (3.7.401.0) + * Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting. +* Route53 (3.7.403.0) + * This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. +* S3 (3.7.405.7) + * Fixes issue [#3201](https://github.com/aws/aws-sdk-net/issues/3201). Provides workaround for uploading nonseekable streams where the length may be set to 0. In Net7+ some nonseekable streams will have their length set to 0 rather than throwing a NotSupportedException or having their length correctly populated. This provides a workaround for those scenarios. +* SageMaker (3.7.413.0) + * Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages. +* WorkMail (3.7.401.0) + * This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center. +* Core 3.7.400.43 + * Updating endpoints.json file. + * All services packages updated to require new Core + ### 3.7.916.0 (2024-10-29 18:28 UTC) * Bedrock (3.7.409.0) * Update Application Inference Profile diff --git a/changelogs/SDK.CHANGELOG.ALL.md b/changelogs/SDK.CHANGELOG.ALL.md index 7788f32c25c3..8788e97ff1b9 100644 --- a/changelogs/SDK.CHANGELOG.ALL.md +++ b/changelogs/SDK.CHANGELOG.ALL.md @@ -1,3 +1,44 @@ +### 3.7.917.0 (2024-10-30 18:39 UTC) +* AppSync (3.7.402.0) + * This release adds support for AppSync Event APIs. +* Connect (3.7.408.0) + * Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters. +* DataSync (3.7.401.0) + * AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations. +* EC2 (3.7.414.0) + * This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups. +* ECS (3.7.404.0) + * This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history. +* GeoMaps (3.7.400.0) + * Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business +* GeoPlaces (3.7.400.0) + * Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name +* GeoRoutes (3.7.400.0) + * Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions. +* Keyspaces (3.7.401.0) + * Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type. +* NetworkFirewall (3.7.402.0) + * AWS Network Firewall now supports configuring TCP idle timeout +* OpenSearchServerless (3.7.402.0) + * Neo Integration via IAM Identity Center (IdC) +* OpenSearchService (3.7.402.0) + * This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface. +* Redshift (3.7.403.0) + * This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database. +* RedshiftServerless (3.7.401.0) + * Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting. +* Route53 (3.7.403.0) + * This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. +* S3 (3.7.405.7) + * Fixes issue [#3201](https://github.com/aws/aws-sdk-net/issues/3201). Provides workaround for uploading nonseekable streams where the length may be set to 0. In Net7+ some nonseekable streams will have their length set to 0 rather than throwing a NotSupportedException or having their length correctly populated. This provides a workaround for those scenarios. +* SageMaker (3.7.413.0) + * Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages. +* WorkMail (3.7.401.0) + * This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center. +* Core 3.7.400.43 + * Updating endpoints.json file. + * All services packages updated to require new Core + ### 3.7.916.0 (2024-10-29 18:28 UTC) * Bedrock (3.7.409.0) * Update Application Inference Profile diff --git a/generator/.DevConfigs/cce73f4a-c114-455b-b300-6377e7df4f80.json b/generator/.DevConfigs/cce73f4a-c114-455b-b300-6377e7df4f80.json deleted file mode 100644 index 0fac0b3d1b6c..000000000000 --- a/generator/.DevConfigs/cce73f4a-c114-455b-b300-6377e7df4f80.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "services": [ - { - "serviceName": "S3", - "type": "patch", - "changeLogMessages": [ - "Fixes issue [#3201](https://github.com/aws/aws-sdk-net/issues/3201). Provides workaround for uploading nonseekable streams where the length may be set to 0. In Net7+ some nonseekable streams will have their length set to 0 rather than throwing a NotSupportedException or having their length correctly populated. This provides a workaround for those scenarios." - ] - } - ] -} \ No newline at end of file diff --git a/generator/.DevConfigs/endpoints-b32883c4-ec2d-4df1-b08f-ecd9aeef8061.json b/generator/.DevConfigs/endpoints-b32883c4-ec2d-4df1-b08f-ecd9aeef8061.json deleted file mode 100644 index 4b61eff7c7e5..000000000000 --- a/generator/.DevConfigs/endpoints-b32883c4-ec2d-4df1-b08f-ecd9aeef8061.json +++ /dev/null @@ -1,14 +0,0 @@ - -{ - "services" : null, - "core" : { - "updateMinimum" : true, - "backwardIncompatibilitiesToIgnore" : [ - ], - "type" : "Patch", - "changeLogMessages" : [ - "Updating endpoints.json file." - ] - }, - "overrideVersion" : null -} \ No newline at end of file diff --git a/generator/ServiceModels/_sdk-versions.json b/generator/ServiceModels/_sdk-versions.json index d247cbe72867..6ce497d0da52 100644 --- a/generator/ServiceModels/_sdk-versions.json +++ b/generator/ServiceModels/_sdk-versions.json @@ -1,3109 +1,3133 @@ { "NewServiceVersion" : "3.7.400.0", - "ProductVersion" : "3.7.916.0", - "CoreVersion" : "3.7.400.42", + "ProductVersion" : "3.7.917.0", + "CoreVersion" : "3.7.400.43", "OverrideCoreVersion" : "3.3", "DefaultToPreview" : false, "PreviewLabel" : null, "ServiceVersions" : { "CloudHSM" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AutoScaling" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AWSSupport" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudFormation" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudFront" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3.4.0", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudSearch" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudSearchDomain" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudTrail" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ConfigService" : { - "Version" : "3.7.401.38", + "Version" : "3.7.401.39", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudWatch" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudWatchLogs" : { - "Version" : "3.7.405.0", + "Version" : "3.7.405.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeDeploy" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CognitoIdentity" : { - "Version" : "3.7.401.24", + "Version" : "3.7.401.25", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42", - "SecurityToken" : "3.7.400.42" + "Core" : "3.7.400.43", + "SecurityToken" : "3.7.400.43" }, "InPreview" : false }, "CognitoSync" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42", - "CognitoIdentity" : "3.7.401.24" + "Core" : "3.7.400.43", + "CognitoIdentity" : "3.7.401.25" }, "InPreview" : false }, "DataPipeline" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DeviceFarm" : { - "Version" : "3.7.401.30", + "Version" : "3.7.401.31", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DirectConnect" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DynamoDBv2" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EC2" : { - "Version" : "3.7.413.3", + "Version" : "3.7.414.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ECS" : { - "Version" : "3.7.403.3", + "Version" : "3.7.404.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElastiCache" : { - "Version" : "3.7.401.10", + "Version" : "3.7.401.11", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticBeanstalk" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticLoadBalancing" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticMapReduce" : { - "Version" : "3.7.402.9", + "Version" : "3.7.402.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticTranscoder" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Glacier" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42", - "SQS" : "3.7.400.42", - "SimpleNotificationService" : "3.7.400.42" + "Core" : "3.7.400.43", + "SQS" : "3.7.400.43", + "SimpleNotificationService" : "3.7.400.43" }, "InPreview" : false }, "IdentityManagement" : { - "Version" : "3.7.402.36", + "Version" : "3.7.402.37", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ImportExport" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Kinesis" : { - "Version" : "3.7.402.19", + "Version" : "3.7.402.20", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Lambda" : { - "Version" : "3.7.406.2", + "Version" : "3.7.406.3", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KeyManagementService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MachineLearning" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MobileAnalytics" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "OpsWorks" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RDS" : { - "Version" : "3.7.406.1", + "Version" : "3.7.406.2", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Redshift" : { - "Version" : "3.7.402.7", + "Version" : "3.7.403.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53" : { - "Version" : "3.7.402.31", + "Version" : "3.7.403.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53Domains" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "S3" : { - "Version" : "3.7.405.6", + "Version" : "3.7.405.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SecurityToken" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimpleDB" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimpleEmail" : { - "Version" : "3.7.401.32", + "Version" : "3.7.401.33", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimpleNotificationService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimpleWorkflow" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SQS" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimpleSystemsManagement" : { - "Version" : "3.7.402.21", + "Version" : "3.7.402.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "StorageGateway" : { - "Version" : "3.7.401.23", + "Version" : "3.7.401.24", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WorkSpaces" : { - "Version" : "3.7.404.6", + "Version" : "3.7.404.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DirectoryService" : { - "Version" : "3.7.401.21", + "Version" : "3.7.401.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticFileSystem" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeCommit" : { - "Version" : "3.7.401.42", + "Version" : "3.7.401.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodePipeline" : { - "Version" : "3.7.404.8", + "Version" : "3.7.404.9", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Elasticsearch" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WAF" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisFirehose" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AWSMarketplaceCommerceAnalytics" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Inspector" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoT" : { - "Version" : "3.7.402.13", + "Version" : "3.7.402.14", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IotData" : { - "Version" : "3.7.401.12", + "Version" : "3.7.401.13", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "APIGateway" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ECR" : { - "Version" : "3.7.404.21", + "Version" : "3.7.404.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudWatchEvents" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CertificateManager" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "GameLift" : { - "Version" : "3.7.401.27", + "Version" : "3.7.401.28", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DatabaseMigrationService" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AWSMarketplaceMetering" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CognitoIdentityProvider" : { - "Version" : "3.7.403.23", + "Version" : "3.7.403.24", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApplicationDiscoveryService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApplicationAutoScaling" : { - "Version" : "3.7.401.42", + "Version" : "3.7.401.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ServiceCatalog" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticLoadBalancingV2" : { - "Version" : "3.7.405.9", + "Version" : "3.7.405.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisAnalytics" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Snowball" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Budgets" : { - "Version" : "3.7.401.19", + "Version" : "3.7.401.20", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ServerMigrationService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Rekognition" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Lightsail" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Polly" : { - "Version" : "3.7.401.31", + "Version" : "3.7.401.32", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "StepFunctions" : { - "Version" : "3.7.402.30", + "Version" : "3.7.402.31", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppStream" : { - "Version" : "3.7.403.14", + "Version" : "3.7.403.15", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "OpsWorksCM" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeBuild" : { - "Version" : "3.7.405.2", + "Version" : "3.7.405.3", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Pinpoint" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Shield" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AWSHealth" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "XRay" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WAFRegional" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Batch" : { - "Version" : "3.7.401.35", + "Version" : "3.7.401.36", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CostAndUsageReport" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudDirectory" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Lex" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MTurk" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Organizations" : { - "Version" : "3.7.402.17", + "Version" : "3.7.402.18", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WorkDocs" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ResourceGroupsTaggingAPI" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LexModelBuildingService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MarketplaceEntitlementService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Athena" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Greengrass" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DAX" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MigrationHub" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Glue" : { - "Version" : "3.7.408.20", + "Version" : "3.7.408.21", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudHSMV2" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Pricing" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CostExplorer" : { - "Version" : "3.7.401.21", + "Version" : "3.7.401.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaPackage" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaLive" : { - "Version" : "3.7.405.21", + "Version" : "3.7.405.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaStoreData" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaStore" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaConvert" : { - "Version" : "3.7.402.21", + "Version" : "3.7.402.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MQ" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "GuardDuty" : { - "Version" : "3.7.403.9", + "Version" : "3.7.403.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppSync" : { - "Version" : "3.7.401.28", + "Version" : "3.7.402.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SageMakerRuntime" : { - "Version" : "3.7.401.25", + "Version" : "3.7.401.26", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTJobsDataPlane" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SageMaker" : { - "Version" : "3.7.412.0", + "Version" : "3.7.413.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Translate" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Comprehend" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisVideo" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisVideoMedia" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisVideoArchivedMedia" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ResourceGroups" : { - "Version" : "3.7.401.16", + "Version" : "3.7.401.17", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ServerlessApplicationRepository" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Cloud9" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ServiceDiscovery" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WorkMail" : { - "Version" : "3.7.400.42", + "Version" : "3.7.401.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AutoScalingPlans" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "TranscribeService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Connect" : { - "Version" : "3.7.407.4", + "Version" : "3.7.408.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "FMS" : { - "Version" : "3.7.401.6", + "Version" : "3.7.401.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SecretsManager" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ACMPCA" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTAnalytics" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoT1ClickDevicesService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoT1ClickProjects" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PI" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Neptune" : { - "Version" : "3.7.401.20", + "Version" : "3.7.401.21", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaTailor" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EKS" : { - "Version" : "3.7.403.6", + "Version" : "3.7.403.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DLM" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Signer" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Chime" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PinpointEmail" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PinpointSMSVoice" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "S3Control" : { - "Version" : "3.7.401.28", + "Version" : "3.7.401.29", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RAM" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53Resolver" : { - "Version" : "3.7.401.9", + "Version" : "3.7.401.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RDSDataService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "QuickSight" : { - "Version" : "3.7.407.6", + "Version" : "3.7.407.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Amplify" : { - "Version" : "3.7.402.7", + "Version" : "3.7.402.8", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RoboMaker" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DataSync" : { - "Version" : "3.7.400.42", + "Version" : "3.7.401.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Transfer" : { - "Version" : "3.7.401.8", + "Version" : "3.7.401.9", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "GlobalAccelerator" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ComprehendMedical" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisAnalyticsV2" : { - "Version" : "3.7.401.27", + "Version" : "3.7.401.28", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaConnect" : { - "Version" : "3.7.401.29", + "Version" : "3.7.401.30", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "FSx" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SecurityHub" : { - "Version" : "3.7.401.32", + "Version" : "3.7.401.33", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LicenseManager" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppMesh" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Kafka" : { - "Version" : "3.7.401.25", + "Version" : "3.7.401.26", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApiGatewayManagementApi" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApiGatewayV2" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DocDB" : { - "Version" : "3.7.401.36", + "Version" : "3.7.401.37", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Backup" : { - "Version" : "3.7.401.29", + "Version" : "3.7.401.30", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Textract" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ManagedBlockchain" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaPackageVod" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "GroundStation" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTThingsGraph" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTEvents" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTEventsData" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PersonalizeRuntime" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Personalize" : { - "Version" : "3.7.401.30", + "Version" : "3.7.401.31", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PersonalizeEvents" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ServiceQuotas" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApplicationInsights" : { - "Version" : "3.7.401.6", + "Version" : "3.7.401.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EC2InstanceConnect" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EventBridge" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LakeFormation" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ForecastService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ForecastQueryService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "QLDB" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "QLDBSession" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WorkMailMessageFlow" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeStarNotifications" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SavingsPlans" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SSO" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SSOOIDC" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MarketplaceCatalog" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimpleEmailV2" : { - "Version" : "3.7.403.7", + "Version" : "3.7.403.8", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DataExchange" : { - "Version" : "3.7.401.6", + "Version" : "3.7.401.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MigrationHubConfig" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ConnectParticipant" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WAFV2" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppConfig" : { - "Version" : "3.7.402.3", + "Version" : "3.7.402.4", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTSecureTunneling" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ElasticInference" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Imagebuilder" : { - "Version" : "3.7.401.5", + "Version" : "3.7.401.6", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Schemas" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AccessAnalyzer" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ComputeOptimizer" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "NetworkManager" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Kendra" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "FraudDetector" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeGuruReviewer" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeGuruProfiler" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Outposts" : { - "Version" : "3.7.402.9", + "Version" : "3.7.402.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AugmentedAIRuntime" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EBS" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisVideoSignalingChannels" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Detective" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeStarconnections" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Synthetics" : { - "Version" : "3.7.401.23", + "Version" : "3.7.401.24", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTSiteWise" : { - "Version" : "3.7.401.31", + "Version" : "3.7.401.32", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Macie2" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeArtifact" : { - "Version" : "3.7.401.15", + "Version" : "3.7.401.16", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IVS" : { - "Version" : "3.7.401.7", + "Version" : "3.7.401.8", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Braket" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IdentityStore" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Appflow" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RedshiftDataAPIService" : { - "Version" : "3.7.402.0", + "Version" : "3.7.402.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SSOAdmin" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "TimestreamWrite" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "TimestreamQuery" : { - "Version" : "3.7.401.5", + "Version" : "3.7.401.6", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "S3Outposts" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "GlueDataBrew" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppRegistry" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "NetworkFirewall" : { - "Version" : "3.7.401.42", + "Version" : "3.7.402.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MWAA" : { - "Version" : "3.7.401.4", + "Version" : "3.7.401.5", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DevOpsGuru" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SageMakerFeatureStoreRuntime" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppIntegrationsService" : { - "Version" : "3.7.401.39", + "Version" : "3.7.401.40", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ECRPublic" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AmplifyBackend" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ConnectContactLens" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LookoutforVision" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CustomerProfiles" : { - "Version" : "3.7.401.16", + "Version" : "3.7.401.17", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EMRContainers" : { - "Version" : "3.7.401.31", + "Version" : "3.7.401.32", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SagemakerEdgeManager" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "HealthLake" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AuditManager" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PrometheusService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "GreengrassV2" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTWireless" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTFleetHub" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTDeviceAdvisor" : { - "Version" : "3.7.401.14", + "Version" : "3.7.401.15", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LocationService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WellArchitected" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LexRuntimeV2" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LexModelsV2" : { - "Version" : "3.7.402.23", + "Version" : "3.7.402.24", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "FIS" : { - "Version" : "3.7.402.28", + "Version" : "3.7.402.29", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LookoutMetrics" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Mgn" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LookoutEquipment" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "FinSpaceData" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Finspace" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SSMIncidents" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SSMContacts" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApplicationCostProfiler" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppRunner" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Proton" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53RecoveryReadiness" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53RecoveryControlConfig" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53RecoveryCluster" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ChimeSDKMessaging" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ChimeSDKIdentity" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SnowDeviceManagement" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MemoryDB" : { - "Version" : "3.7.401.10", + "Version" : "3.7.401.11", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "OpenSearchService" : { - "Version" : "3.7.401.1", + "Version" : "3.7.402.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KafkaConnect" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ConnectWisdomService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "VoiceID" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Account" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudControlApi" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ManagedGrafana" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Panorama" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ChimeSDKMeetings" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ResilienceHub" : { - "Version" : "3.7.402.7", + "Version" : "3.7.402.8", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MigrationHubStrategyRecommendations" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Drs" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppConfigData" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MigrationHubRefactorSpaces" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Inspector2" : { - "Version" : "3.7.402.31", + "Version" : "3.7.402.32", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudWatchEvidently" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudWatchRUM" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RecycleBin" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTTwinMaker" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WorkSpacesWeb" : { - "Version" : "3.7.401.21", + "Version" : "3.7.401.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "BackupGateway" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AmplifyUIBuilder" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Keyspaces" : { - "Version" : "3.7.400.42", + "Version" : "3.7.401.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "BillingConductor" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PinpointSMSVoiceV2" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Ivschat" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ChimeSDKMediaPipelines" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EMRServerless" : { - "Version" : "3.7.401.20", + "Version" : "3.7.401.21", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MainframeModernization" : { - "Version" : "3.7.401.5", + "Version" : "3.7.401.6", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ConnectCampaignService" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "RedshiftServerless" : { - "Version" : "3.7.400.42", + "Version" : "3.7.401.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IAMRolesAnywhere" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LicenseManagerUserSubscriptions" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Private5G" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SupportApp" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ControlTower" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IoTFleetWise" : { - "Version" : "3.7.402.0", + "Version" : "3.7.402.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MigrationHubOrchestrator" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ConnectCases" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ResourceExplorer2" : { - "Version" : "3.7.401.20", + "Version" : "3.7.401.21", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Scheduler" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ChimeSDKVoice" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SsmSap" : { - "Version" : "3.7.401.34", + "Version" : "3.7.401.35", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "OAM" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ARCZonalShift" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SimSpaceWeaver" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SecurityLake" : { - "Version" : "3.7.401.8", + "Version" : "3.7.401.9", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "OpenSearchServerless" : { - "Version" : "3.7.401.33", + "Version" : "3.7.402.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Omics" : { - "Version" : "3.7.401.31", + "Version" : "3.7.401.32", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DocDBElastic" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SageMakerGeospatial" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Pipes" : { - "Version" : "3.7.402.6", + "Version" : "3.7.402.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeCatalyst" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SageMakerMetrics" : { - "Version" : "3.7.401.20", + "Version" : "3.7.401.21", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KinesisVideoWebRTCStorage" : { - "Version" : "3.7.401.39", + "Version" : "3.7.401.40", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LicenseManagerLinuxSubscriptions" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "KendraRanking" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CleanRooms" : { - "Version" : "3.7.401.0", + "Version" : "3.7.401.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudTrailData" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Tnb" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "InternetMonitor" : { - "Version" : "3.7.401.30", + "Version" : "3.7.401.31", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "IVSRealTime" : { - "Version" : "3.7.402.14", + "Version" : "3.7.402.15", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "VPCLattice" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "OSIS" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MediaPackageV2" : { - "Version" : "3.7.402.1", + "Version" : "3.7.402.2", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PaymentCryptographyData" : { - "Version" : "3.7.402.4", + "Version" : "3.7.402.5", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PaymentCryptography" : { - "Version" : "3.7.401.4", + "Version" : "3.7.401.5", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeGuruSecurity" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "VerifiedPermissions" : { - "Version" : "3.7.400.43", + "Version" : "3.7.400.44", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppFabric" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MedicalImaging" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EntityResolution" : { - "Version" : "3.7.401.32", + "Version" : "3.7.401.33", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ManagedBlockchainQuery" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PcaConnectorAd" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Neptunedata" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "BedrockRuntime" : { - "Version" : "3.7.407.0", + "Version" : "3.7.407.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Bedrock" : { - "Version" : "3.7.409.0", + "Version" : "3.7.409.1", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DataZone" : { - "Version" : "3.7.406.6", + "Version" : "3.7.406.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "LaunchWizard" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "TrustedAdvisor" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CloudFrontKeyValueStore" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "InspectorScan" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CostOptimizationHub" : { - "Version" : "3.7.401.39", + "Version" : "3.7.401.40", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Repostspace" : { - "Version" : "3.7.401.5", + "Version" : "3.7.401.6", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "BCMDataExports" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "FreeTier" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "EKSAuth" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "WorkSpacesThinClient" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "B2bi" : { - "Version" : "3.7.401.14", + "Version" : "3.7.401.15", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "BedrockAgentRuntime" : { - "Version" : "3.7.406.6", + "Version" : "3.7.406.7", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "QBusiness" : { - "Version" : "3.7.403.3", + "Version" : "3.7.403.4", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "QConnect" : { - "Version" : "3.7.401.11", + "Version" : "3.7.401.12", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "BedrockAgent" : { - "Version" : "3.7.407.2", + "Version" : "3.7.407.3", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CleanRoomsML" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MarketplaceDeployment" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MarketplaceAgreement" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "NeptuneGraph" : { - "Version" : "3.7.402.9", + "Version" : "3.7.402.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "NetworkMonitor" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SupplyChain" : { - "Version" : "3.7.403.2", + "Version" : "3.7.403.3", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Artifact" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Chatbot" : { - "Version" : "3.7.402.17", + "Version" : "3.7.402.18", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "TimestreamInfluxDB" : { - "Version" : "3.7.403.9", + "Version" : "3.7.403.10", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "CodeConnections" : { - "Version" : "3.7.401.21", + "Version" : "3.7.401.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Deadline" : { - "Version" : "3.7.402.11", + "Version" : "3.7.402.12", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ControlCatalog" : { - "Version" : "3.7.401.40", + "Version" : "3.7.401.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "Route53Profiles" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MailManager" : { - "Version" : "3.7.402.8", + "Version" : "3.7.402.9", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "TaxSettings" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "ApplicationSignals" : { - "Version" : "3.7.402.27", + "Version" : "3.7.402.28", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PcaConnectorScep" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "AppTest" : { - "Version" : "3.7.400.42", + "Version" : "3.7.400.43", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "QApps" : { - "Version" : "3.7.401.26", + "Version" : "3.7.401.27", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SSMQuickSetup" : { - "Version" : "3.7.400.40", + "Version" : "3.7.400.41", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "PCS" : { - "Version" : "3.7.400.30", + "Version" : "3.7.400.31", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "DirectoryServiceData" : { - "Version" : "3.7.400.21", + "Version" : "3.7.400.22", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "MarketplaceReporting" : { - "Version" : "3.7.400.13", + "Version" : "3.7.400.14", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false }, "SocialMessaging" : { - "Version" : "3.7.400.9", + "Version" : "3.7.400.10", + "AssemblyVersionOverride" : "3.3", + "Dependencies" : { + "Core" : "3.7.400.43" + }, + "InPreview" : false + }, + "GeoPlaces" : { + "Version" : "3.7.400.0", + "AssemblyVersionOverride" : "3.3", + "Dependencies" : { + "Core" : "3.7.400.43" + }, + "InPreview" : false + }, + "GeoMaps" : { + "Version" : "3.7.400.0", + "AssemblyVersionOverride" : "3.3", + "Dependencies" : { + "Core" : "3.7.400.43" + }, + "InPreview" : false + }, + "GeoRoutes" : { + "Version" : "3.7.400.0", "AssemblyVersionOverride" : "3.3", "Dependencies" : { - "Core" : "3.7.400.42" + "Core" : "3.7.400.43" }, "InPreview" : false } diff --git a/sdk/code-analysis/ServiceAnalysis/ACMPCA/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ACMPCA/Properties/AssemblyInfo.cs index b234448a4c82..fc1f8b01d2fc 100644 --- a/sdk/code-analysis/ServiceAnalysis/ACMPCA/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ACMPCA/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/APIGateway/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/APIGateway/Properties/AssemblyInfo.cs index f09751dae0b0..97ac4c75ecba 100644 --- a/sdk/code-analysis/ServiceAnalysis/APIGateway/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/APIGateway/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ARCZonalShift/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ARCZonalShift/Properties/AssemblyInfo.cs index 1874415a3704..d08593bc35a0 100644 --- a/sdk/code-analysis/ServiceAnalysis/ARCZonalShift/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ARCZonalShift/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AWSHealth/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AWSHealth/Properties/AssemblyInfo.cs index 5920ec773155..1b03900770d2 100644 --- a/sdk/code-analysis/ServiceAnalysis/AWSHealth/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AWSHealth/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs index 62f4b486e392..be8b6a0c99ac 100644 --- a/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceMetering/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceMetering/Properties/AssemblyInfo.cs index c2ace04ea8ab..8217cfc6e57e 100644 --- a/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceMetering/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AWSMarketplaceMetering/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AWSSupport/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AWSSupport/Properties/AssemblyInfo.cs index 8bf2365a2787..936a91ee375a 100644 --- a/sdk/code-analysis/ServiceAnalysis/AWSSupport/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AWSSupport/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AccessAnalyzer/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AccessAnalyzer/Properties/AssemblyInfo.cs index f9206aab6b14..ec1766f9736c 100644 --- a/sdk/code-analysis/ServiceAnalysis/AccessAnalyzer/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AccessAnalyzer/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Account/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Account/Properties/AssemblyInfo.cs index 29d9286a8168..5318e384a076 100644 --- a/sdk/code-analysis/ServiceAnalysis/Account/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Account/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Amplify/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Amplify/Properties/AssemblyInfo.cs index 4afff21b9a11..74153ae7f3dd 100644 --- a/sdk/code-analysis/ServiceAnalysis/Amplify/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Amplify/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.8")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AmplifyBackend/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AmplifyBackend/Properties/AssemblyInfo.cs index 9ab72e8c06c6..9f882a3e8edd 100644 --- a/sdk/code-analysis/ServiceAnalysis/AmplifyBackend/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AmplifyBackend/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AmplifyUIBuilder/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AmplifyUIBuilder/Properties/AssemblyInfo.cs index d4541843cab7..6de24ff6fd0f 100644 --- a/sdk/code-analysis/ServiceAnalysis/AmplifyUIBuilder/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AmplifyUIBuilder/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApiGatewayManagementApi/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApiGatewayManagementApi/Properties/AssemblyInfo.cs index c6c77fbdea3d..863685654a6f 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApiGatewayManagementApi/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApiGatewayManagementApi/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApiGatewayV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApiGatewayV2/Properties/AssemblyInfo.cs index 879d23dd8a49..e070068908bf 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApiGatewayV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApiGatewayV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppConfig/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppConfig/Properties/AssemblyInfo.cs index 40cd822c35ac..99855b708b4b 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppConfig/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppConfig/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.4")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppConfigData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppConfigData/Properties/AssemblyInfo.cs index 6d7788b600b2..b4afe7de2ce6 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppConfigData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppConfigData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppFabric/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppFabric/Properties/AssemblyInfo.cs index 4862f23ce55b..f5c7e2185ffd 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppFabric/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppFabric/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppIntegrationsService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppIntegrationsService/Properties/AssemblyInfo.cs index 85740b6b0bb9..af455bb7daa2 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppIntegrationsService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppIntegrationsService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.39")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppMesh/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppMesh/Properties/AssemblyInfo.cs index 383128e58b62..52da9d474e12 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppMesh/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppMesh/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppRegistry/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppRegistry/Properties/AssemblyInfo.cs index c84f5d8ef926..d9d90f5852db 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppRegistry/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppRegistry/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppRunner/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppRunner/Properties/AssemblyInfo.cs index 9a9c06755599..9f4ddd3713e9 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppRunner/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppRunner/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs index 224033707359..b414aa4dcb3c 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppStream/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.14")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.15")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppSync/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppSync/Properties/AssemblyInfo.cs index 4de8892c1021..d138adf4ed5c 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppSync/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppSync/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.28")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AppTest/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AppTest/Properties/AssemblyInfo.cs index b62ce8cfa4a5..63a0eb85327c 100644 --- a/sdk/code-analysis/ServiceAnalysis/AppTest/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AppTest/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Appflow/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Appflow/Properties/AssemblyInfo.cs index d67cc8df504b..e12bc509b181 100644 --- a/sdk/code-analysis/ServiceAnalysis/Appflow/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Appflow/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApplicationAutoScaling/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApplicationAutoScaling/Properties/AssemblyInfo.cs index d5ead4b02b3d..d5dc241673c1 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApplicationAutoScaling/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApplicationAutoScaling/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApplicationCostProfiler/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApplicationCostProfiler/Properties/AssemblyInfo.cs index 0bdfca34fd3c..2c9b6439e9b5 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApplicationCostProfiler/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApplicationCostProfiler/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApplicationDiscoveryService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApplicationDiscoveryService/Properties/AssemblyInfo.cs index 78c07e4c577d..59d69dff0812 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApplicationDiscoveryService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApplicationDiscoveryService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApplicationInsights/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApplicationInsights/Properties/AssemblyInfo.cs index c1606bdc1fbb..fee2921c0fb5 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApplicationInsights/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApplicationInsights/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ApplicationSignals/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ApplicationSignals/Properties/AssemblyInfo.cs index 936636964125..2cce0f1b657a 100644 --- a/sdk/code-analysis/ServiceAnalysis/ApplicationSignals/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ApplicationSignals/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.27")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.28")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Artifact/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Artifact/Properties/AssemblyInfo.cs index f32237ee8dd7..2decd3bc9a10 100644 --- a/sdk/code-analysis/ServiceAnalysis/Artifact/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Artifact/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs index 77074879aa9b..d27252e8f37a 100644 --- a/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Athena/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AuditManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AuditManager/Properties/AssemblyInfo.cs index 72060772222f..35cea0fc5370 100644 --- a/sdk/code-analysis/ServiceAnalysis/AuditManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AuditManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AugmentedAIRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AugmentedAIRuntime/Properties/AssemblyInfo.cs index f1969ad9f0da..41e3c5ad6311 100644 --- a/sdk/code-analysis/ServiceAnalysis/AugmentedAIRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AugmentedAIRuntime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AutoScaling/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AutoScaling/Properties/AssemblyInfo.cs index a20687dca520..028e5ad75bda 100644 --- a/sdk/code-analysis/ServiceAnalysis/AutoScaling/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AutoScaling/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/AutoScalingPlans/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/AutoScalingPlans/Properties/AssemblyInfo.cs index 7bf301c460ae..64ea5dcfe6d0 100644 --- a/sdk/code-analysis/ServiceAnalysis/AutoScalingPlans/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/AutoScalingPlans/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/B2bi/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/B2bi/Properties/AssemblyInfo.cs index a0cde717fd30..0625eea9b8de 100644 --- a/sdk/code-analysis/ServiceAnalysis/B2bi/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/B2bi/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.14")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.15")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BCMDataExports/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BCMDataExports/Properties/AssemblyInfo.cs index efb7b9c60248..9ce843abe61f 100644 --- a/sdk/code-analysis/ServiceAnalysis/BCMDataExports/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BCMDataExports/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Backup/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Backup/Properties/AssemblyInfo.cs index f47f7a0f5be3..7aa55bf9a385 100644 --- a/sdk/code-analysis/ServiceAnalysis/Backup/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Backup/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.29")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.30")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BackupGateway/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BackupGateway/Properties/AssemblyInfo.cs index 29aab17ac838..c724c070bd67 100644 --- a/sdk/code-analysis/ServiceAnalysis/BackupGateway/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BackupGateway/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Batch/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Batch/Properties/AssemblyInfo.cs index 7be2060d22ea..db414fa9ca1a 100644 --- a/sdk/code-analysis/ServiceAnalysis/Batch/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Batch/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.35")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.36")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs index c4a5453beba3..47843f4c8362 100644 --- a/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Bedrock/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.409.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.409.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BedrockAgent/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BedrockAgent/Properties/AssemblyInfo.cs index abdf808a95a0..c075cc03a18d 100644 --- a/sdk/code-analysis/ServiceAnalysis/BedrockAgent/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BedrockAgent/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.2")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.407.3")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BedrockAgentRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BedrockAgentRuntime/Properties/AssemblyInfo.cs index 1ca5154768c8..5c2f7b42363d 100644 --- a/sdk/code-analysis/ServiceAnalysis/BedrockAgentRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BedrockAgentRuntime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.406.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs index 687cbfcc01c6..ff4f633f6595 100644 --- a/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BedrockRuntime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.407.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/BillingConductor/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/BillingConductor/Properties/AssemblyInfo.cs index 8457b52a3a82..84e452d73e3c 100644 --- a/sdk/code-analysis/ServiceAnalysis/BillingConductor/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/BillingConductor/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Braket/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Braket/Properties/AssemblyInfo.cs index a7eb5c5c7e7e..9c67c816fa8b 100644 --- a/sdk/code-analysis/ServiceAnalysis/Braket/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Braket/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Budgets/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Budgets/Properties/AssemblyInfo.cs index c442482c4ce6..8a2adb63320d 100644 --- a/sdk/code-analysis/ServiceAnalysis/Budgets/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Budgets/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.19")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.20")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CertificateManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CertificateManager/Properties/AssemblyInfo.cs index 10ede41abc34..4a41f3bec96a 100644 --- a/sdk/code-analysis/ServiceAnalysis/CertificateManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CertificateManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Chatbot/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Chatbot/Properties/AssemblyInfo.cs index 7b833ad58c4e..0787f2170625 100644 --- a/sdk/code-analysis/ServiceAnalysis/Chatbot/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Chatbot/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.17")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.18")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Chime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Chime/Properties/AssemblyInfo.cs index 953b44e0b53a..000b30c3dd7a 100644 --- a/sdk/code-analysis/ServiceAnalysis/Chime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Chime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ChimeSDKIdentity/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ChimeSDKIdentity/Properties/AssemblyInfo.cs index ce3e6c275570..1553595d2768 100644 --- a/sdk/code-analysis/ServiceAnalysis/ChimeSDKIdentity/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ChimeSDKIdentity/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs index e071c2dc04fb..fd4eb339ec93 100644 --- a/sdk/code-analysis/ServiceAnalysis/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ChimeSDKMeetings/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ChimeSDKMeetings/Properties/AssemblyInfo.cs index f918433c9ac1..8a46001a8bbe 100644 --- a/sdk/code-analysis/ServiceAnalysis/ChimeSDKMeetings/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ChimeSDKMeetings/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ChimeSDKMessaging/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ChimeSDKMessaging/Properties/AssemblyInfo.cs index bcaa0f78b82f..e742ca9890a4 100644 --- a/sdk/code-analysis/ServiceAnalysis/ChimeSDKMessaging/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ChimeSDKMessaging/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ChimeSDKVoice/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ChimeSDKVoice/Properties/AssemblyInfo.cs index 25319e8978fe..f3d3a52e588a 100644 --- a/sdk/code-analysis/ServiceAnalysis/ChimeSDKVoice/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ChimeSDKVoice/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CleanRooms/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CleanRooms/Properties/AssemblyInfo.cs index 94da8d316c46..db5dee87ee7f 100644 --- a/sdk/code-analysis/ServiceAnalysis/CleanRooms/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CleanRooms/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CleanRoomsML/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CleanRoomsML/Properties/AssemblyInfo.cs index 9bdadec3cd07..47ded2349537 100644 --- a/sdk/code-analysis/ServiceAnalysis/CleanRoomsML/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CleanRoomsML/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Cloud9/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Cloud9/Properties/AssemblyInfo.cs index 3f5c4ccc6e11..d8c5be9a05a9 100644 --- a/sdk/code-analysis/ServiceAnalysis/Cloud9/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Cloud9/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudControlApi/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudControlApi/Properties/AssemblyInfo.cs index 04caae9d53df..e4278995dfec 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudControlApi/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudControlApi/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudDirectory/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudDirectory/Properties/AssemblyInfo.cs index d78a3ab7ee93..84f077420f60 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudDirectory/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudDirectory/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudFormation/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudFormation/Properties/AssemblyInfo.cs index 140e92423302..df096864a4ab 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudFormation/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudFormation/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs index 1b81d8089012..036d0072a5ea 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudFront/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3.4.0")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs index d6002f9ea112..8ab72cff9349 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudHSM/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudHSM/Properties/AssemblyInfo.cs index c6eb9cd2b54b..f395d504c7a7 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudHSM/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudHSM/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudHSMV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudHSMV2/Properties/AssemblyInfo.cs index 15ddafd40d65..2c00174a6b72 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudHSMV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudHSMV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudSearch/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudSearch/Properties/AssemblyInfo.cs index d84ea7dcfcb9..31c627fd6198 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudSearch/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudSearch/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudSearchDomain/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudSearchDomain/Properties/AssemblyInfo.cs index 7b3ec1a2bf64..6c6ef8bcfdbc 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudSearchDomain/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudSearchDomain/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudTrail/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudTrail/Properties/AssemblyInfo.cs index eeebe69c2bee..0c4b0bdd7de0 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudTrail/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudTrail/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudTrailData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudTrailData/Properties/AssemblyInfo.cs index 14e9f59a08a1..546ac1c23684 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudTrailData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudTrailData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs index d3030512b989..e5b1f792f3ae 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudWatch/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudWatchEvents/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudWatchEvents/Properties/AssemblyInfo.cs index 58493fad7896..8377709e09a5 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudWatchEvents/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudWatchEvents/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudWatchEvidently/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudWatchEvidently/Properties/AssemblyInfo.cs index 35ce8a064830..e68e129288c6 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudWatchEvidently/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudWatchEvidently/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudWatchLogs/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudWatchLogs/Properties/AssemblyInfo.cs index 948dadae8fb8..51f5ea09709b 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudWatchLogs/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudWatchLogs/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.405.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CloudWatchRUM/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CloudWatchRUM/Properties/AssemblyInfo.cs index 9fa69eaab9ab..3fc5fc48c842 100644 --- a/sdk/code-analysis/ServiceAnalysis/CloudWatchRUM/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CloudWatchRUM/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeArtifact/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeArtifact/Properties/AssemblyInfo.cs index 4e7b4b6a145f..8387e656986a 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeArtifact/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeArtifact/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.15")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.16")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeBuild/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeBuild/Properties/AssemblyInfo.cs index 02a98ecaa9ce..dbb5c043b188 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeBuild/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeBuild/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.2")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.405.3")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeCatalyst/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeCatalyst/Properties/AssemblyInfo.cs index 82e94a91e298..49fa2a7ef5c3 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeCatalyst/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeCatalyst/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeCommit/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeCommit/Properties/AssemblyInfo.cs index a11162f9e6f1..bacbd76143a9 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeCommit/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeCommit/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeConnections/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeConnections/Properties/AssemblyInfo.cs index 5bfd57df7ae7..b1e99ce4b4d8 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeConnections/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeConnections/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeDeploy/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeDeploy/Properties/AssemblyInfo.cs index 6b2b0a165f87..63676e2e66f4 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeDeploy/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeDeploy/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeGuruProfiler/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeGuruProfiler/Properties/AssemblyInfo.cs index d4e2fbed749c..a1ec200d6a75 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeGuruProfiler/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeGuruProfiler/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeGuruReviewer/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeGuruReviewer/Properties/AssemblyInfo.cs index fcc47176393e..a8a2adc5b0a5 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeGuruReviewer/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeGuruReviewer/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeGuruSecurity/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeGuruSecurity/Properties/AssemblyInfo.cs index c19cf751a7ad..17feaa78af0b 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeGuruSecurity/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeGuruSecurity/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodePipeline/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodePipeline/Properties/AssemblyInfo.cs index ece684078dd4..ee5834a924ad 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodePipeline/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodePipeline/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.404.8")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.404.9")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeStarNotifications/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeStarNotifications/Properties/AssemblyInfo.cs index 89fac861fbdf..bf120cf4975f 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeStarNotifications/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeStarNotifications/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CodeStarconnections/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CodeStarconnections/Properties/AssemblyInfo.cs index bd85f8f48c95..4d7066d1d168 100644 --- a/sdk/code-analysis/ServiceAnalysis/CodeStarconnections/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CodeStarconnections/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CognitoIdentity/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CognitoIdentity/Properties/AssemblyInfo.cs index 5dba3c56f4c1..b4bcfa5aeec3 100644 --- a/sdk/code-analysis/ServiceAnalysis/CognitoIdentity/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CognitoIdentity/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.24")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.25")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs index 6c87a8f64dbf..6c5eb45372ec 100644 --- a/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.23")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.24")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CognitoSync/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CognitoSync/Properties/AssemblyInfo.cs index 4ecf640c71f2..728133ece7c5 100644 --- a/sdk/code-analysis/ServiceAnalysis/CognitoSync/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CognitoSync/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Comprehend/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Comprehend/Properties/AssemblyInfo.cs index 45af0a1e7a1c..97a09389f8b4 100644 --- a/sdk/code-analysis/ServiceAnalysis/Comprehend/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Comprehend/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ComprehendMedical/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ComprehendMedical/Properties/AssemblyInfo.cs index 6b5678a2e440..859b0db901e0 100644 --- a/sdk/code-analysis/ServiceAnalysis/ComprehendMedical/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ComprehendMedical/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ComputeOptimizer/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ComputeOptimizer/Properties/AssemblyInfo.cs index fd26256d6b71..46a74837c3b5 100644 --- a/sdk/code-analysis/ServiceAnalysis/ComputeOptimizer/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ComputeOptimizer/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ConfigService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ConfigService/Properties/AssemblyInfo.cs index faf67f3e9a81..9c90902ae486 100644 --- a/sdk/code-analysis/ServiceAnalysis/ConfigService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ConfigService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.38")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.39")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Connect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Connect/Properties/AssemblyInfo.cs index 3e061b51b73f..0edf95716444 100644 --- a/sdk/code-analysis/ServiceAnalysis/Connect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Connect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.4")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.408.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ConnectCampaignService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ConnectCampaignService/Properties/AssemblyInfo.cs index 02c15cefb6d4..2fa9b7389661 100644 --- a/sdk/code-analysis/ServiceAnalysis/ConnectCampaignService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ConnectCampaignService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ConnectCases/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ConnectCases/Properties/AssemblyInfo.cs index 1827e7b6a9fd..18a20abfbff9 100644 --- a/sdk/code-analysis/ServiceAnalysis/ConnectCases/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ConnectCases/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ConnectContactLens/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ConnectContactLens/Properties/AssemblyInfo.cs index eabd5b51c4f2..046913123950 100644 --- a/sdk/code-analysis/ServiceAnalysis/ConnectContactLens/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ConnectContactLens/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ConnectParticipant/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ConnectParticipant/Properties/AssemblyInfo.cs index a4dfe3d171cf..7b17b2892df3 100644 --- a/sdk/code-analysis/ServiceAnalysis/ConnectParticipant/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ConnectParticipant/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ConnectWisdomService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ConnectWisdomService/Properties/AssemblyInfo.cs index 8f5671a9baa3..4d99de7e013c 100644 --- a/sdk/code-analysis/ServiceAnalysis/ConnectWisdomService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ConnectWisdomService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ControlCatalog/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ControlCatalog/Properties/AssemblyInfo.cs index 53f90d458d39..4362d2e08d61 100644 --- a/sdk/code-analysis/ServiceAnalysis/ControlCatalog/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ControlCatalog/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ControlTower/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ControlTower/Properties/AssemblyInfo.cs index 439aa72f2cbf..4b299a02ad7e 100644 --- a/sdk/code-analysis/ServiceAnalysis/ControlTower/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ControlTower/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CostAndUsageReport/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CostAndUsageReport/Properties/AssemblyInfo.cs index 2a781591ff8e..a899e11e5acc 100644 --- a/sdk/code-analysis/ServiceAnalysis/CostAndUsageReport/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CostAndUsageReport/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CostExplorer/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CostExplorer/Properties/AssemblyInfo.cs index c4da6b184d34..d3aabb3f7607 100644 --- a/sdk/code-analysis/ServiceAnalysis/CostExplorer/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CostExplorer/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CostOptimizationHub/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CostOptimizationHub/Properties/AssemblyInfo.cs index 869e9e0087e5..6c449f17de8a 100644 --- a/sdk/code-analysis/ServiceAnalysis/CostOptimizationHub/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CostOptimizationHub/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.39")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/CustomerProfiles/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/CustomerProfiles/Properties/AssemblyInfo.cs index 7fd0d6432562..283012b5cd2e 100644 --- a/sdk/code-analysis/ServiceAnalysis/CustomerProfiles/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/CustomerProfiles/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.16")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.17")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DAX/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DAX/Properties/AssemblyInfo.cs index 3556f68a0658..f8b576cd3b15 100644 --- a/sdk/code-analysis/ServiceAnalysis/DAX/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DAX/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DLM/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DLM/Properties/AssemblyInfo.cs index 72ba50f72c76..15be05230bb3 100644 --- a/sdk/code-analysis/ServiceAnalysis/DLM/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DLM/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DataExchange/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DataExchange/Properties/AssemblyInfo.cs index e030724590e7..d3c7f5bb99c3 100644 --- a/sdk/code-analysis/ServiceAnalysis/DataExchange/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DataExchange/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DataPipeline/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DataPipeline/Properties/AssemblyInfo.cs index 2d7c7f2c0184..564bb8add59e 100644 --- a/sdk/code-analysis/ServiceAnalysis/DataPipeline/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DataPipeline/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DataSync/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DataSync/Properties/AssemblyInfo.cs index ba52646c38da..23de317a478e 100644 --- a/sdk/code-analysis/ServiceAnalysis/DataSync/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DataSync/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs index 384f8fa23cd8..29d50506b0e5 100644 --- a/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DataZone/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.406.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DatabaseMigrationService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DatabaseMigrationService/Properties/AssemblyInfo.cs index 6c45157da8dc..4a214e458672 100644 --- a/sdk/code-analysis/ServiceAnalysis/DatabaseMigrationService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DatabaseMigrationService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Deadline/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Deadline/Properties/AssemblyInfo.cs index 12aa5d016c6c..e614f8e4f215 100644 --- a/sdk/code-analysis/ServiceAnalysis/Deadline/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Deadline/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.11")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.12")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Detective/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Detective/Properties/AssemblyInfo.cs index 77a29dceaff6..217ea5418996 100644 --- a/sdk/code-analysis/ServiceAnalysis/Detective/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Detective/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DevOpsGuru/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DevOpsGuru/Properties/AssemblyInfo.cs index 5beeca014e1e..198ea9556fd1 100644 --- a/sdk/code-analysis/ServiceAnalysis/DevOpsGuru/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DevOpsGuru/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DeviceFarm/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DeviceFarm/Properties/AssemblyInfo.cs index 2fd9453edf0b..653ae3eab7bb 100644 --- a/sdk/code-analysis/ServiceAnalysis/DeviceFarm/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DeviceFarm/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.30")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs index dbef253fc9a8..ef2fa77ba5c6 100644 --- a/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DirectConnect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DirectoryService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DirectoryService/Properties/AssemblyInfo.cs index 06a99b6c341a..930d3887d122 100644 --- a/sdk/code-analysis/ServiceAnalysis/DirectoryService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DirectoryService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DirectoryServiceData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DirectoryServiceData/Properties/AssemblyInfo.cs index eb1dc6d513d5..898c4e52c186 100644 --- a/sdk/code-analysis/ServiceAnalysis/DirectoryServiceData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DirectoryServiceData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DocDB/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DocDB/Properties/AssemblyInfo.cs index 6e141c84a649..d4c7b5d027c2 100644 --- a/sdk/code-analysis/ServiceAnalysis/DocDB/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DocDB/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.36")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.37")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DocDBElastic/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DocDBElastic/Properties/AssemblyInfo.cs index 4221f3fae78d..aa3914bf3a5c 100644 --- a/sdk/code-analysis/ServiceAnalysis/DocDBElastic/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DocDBElastic/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Drs/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Drs/Properties/AssemblyInfo.cs index 97a21da68df0..28e086248988 100644 --- a/sdk/code-analysis/ServiceAnalysis/Drs/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Drs/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/Properties/AssemblyInfo.cs index be9c84d0229c..d46247e4b537 100644 --- a/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/DynamoDBv2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EBS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EBS/Properties/AssemblyInfo.cs index 9aacd5abd203..0584e9d9333a 100644 --- a/sdk/code-analysis/ServiceAnalysis/EBS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EBS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs index d27a50f8006a..dc1beec67349 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.413.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.414.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EC2InstanceConnect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EC2InstanceConnect/Properties/AssemblyInfo.cs index 5803b5cbbb42..ac577807fd71 100644 --- a/sdk/code-analysis/ServiceAnalysis/EC2InstanceConnect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EC2InstanceConnect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ECR/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ECR/Properties/AssemblyInfo.cs index 8baf0c56b783..c2d3ecf55686 100644 --- a/sdk/code-analysis/ServiceAnalysis/ECR/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ECR/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.404.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.404.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ECRPublic/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ECRPublic/Properties/AssemblyInfo.cs index 5b9b80b41d3d..48e5db3ddbb8 100644 --- a/sdk/code-analysis/ServiceAnalysis/ECRPublic/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ECRPublic/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ECS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ECS/Properties/AssemblyInfo.cs index 90d4b1ad2a9d..c3bc66cb4a1d 100644 --- a/sdk/code-analysis/ServiceAnalysis/ECS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ECS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.404.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EKS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EKS/Properties/AssemblyInfo.cs index 5a41bf1523df..9c7c45b2d231 100644 --- a/sdk/code-analysis/ServiceAnalysis/EKS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EKS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EKSAuth/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EKSAuth/Properties/AssemblyInfo.cs index de209949c530..8adb06573691 100644 --- a/sdk/code-analysis/ServiceAnalysis/EKSAuth/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EKSAuth/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EMRContainers/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EMRContainers/Properties/AssemblyInfo.cs index a334e11f770d..491ddcd3b6f9 100644 --- a/sdk/code-analysis/ServiceAnalysis/EMRContainers/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EMRContainers/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EMRServerless/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EMRServerless/Properties/AssemblyInfo.cs index 59efe41fc94c..11ec76857ec5 100644 --- a/sdk/code-analysis/ServiceAnalysis/EMRServerless/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EMRServerless/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElastiCache/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElastiCache/Properties/AssemblyInfo.cs index ad45f878de0b..3af219c02ee9 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElastiCache/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElastiCache/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.10")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.11")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticBeanstalk/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticBeanstalk/Properties/AssemblyInfo.cs index d2801d86024d..799f32b73a90 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticBeanstalk/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticBeanstalk/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticFileSystem/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticFileSystem/Properties/AssemblyInfo.cs index 7701bc745f68..c9a291ec43d9 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticFileSystem/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticFileSystem/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticInference/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticInference/Properties/AssemblyInfo.cs index a939912a2eed..be2caccbb776 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticInference/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticInference/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancing/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancing/Properties/AssemblyInfo.cs index d9e0a722f364..cc7f555fcd4e 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancing/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancing/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs index 4e7446032b03..a315eb89259e 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.405.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticMapReduce/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticMapReduce/Properties/AssemblyInfo.cs index b4449a84efff..123066654f49 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticMapReduce/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticMapReduce/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ElasticTranscoder/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ElasticTranscoder/Properties/AssemblyInfo.cs index 61ab39f71e41..6db46011bfc5 100644 --- a/sdk/code-analysis/ServiceAnalysis/ElasticTranscoder/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ElasticTranscoder/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Elasticsearch/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Elasticsearch/Properties/AssemblyInfo.cs index 8d67a8c20cf0..3026dce59b24 100644 --- a/sdk/code-analysis/ServiceAnalysis/Elasticsearch/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Elasticsearch/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EntityResolution/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EntityResolution/Properties/AssemblyInfo.cs index f6d7fe9a1d51..e9f6597dae1a 100644 --- a/sdk/code-analysis/ServiceAnalysis/EntityResolution/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EntityResolution/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.33")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/EventBridge/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/EventBridge/Properties/AssemblyInfo.cs index 9acdf7bd92ee..661701b67187 100644 --- a/sdk/code-analysis/ServiceAnalysis/EventBridge/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/EventBridge/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/FIS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/FIS/Properties/AssemblyInfo.cs index 97d0da752015..9634323ddc9e 100644 --- a/sdk/code-analysis/ServiceAnalysis/FIS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/FIS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.28")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.29")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/FMS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/FMS/Properties/AssemblyInfo.cs index b81da1de8357..a345fd4dfb77 100644 --- a/sdk/code-analysis/ServiceAnalysis/FMS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/FMS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/FSx/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/FSx/Properties/AssemblyInfo.cs index 1a7d8c9cb691..663d54f1d162 100644 --- a/sdk/code-analysis/ServiceAnalysis/FSx/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/FSx/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/FinSpaceData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/FinSpaceData/Properties/AssemblyInfo.cs index 373444d23335..9626297a4c21 100644 --- a/sdk/code-analysis/ServiceAnalysis/FinSpaceData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/FinSpaceData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Finspace/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Finspace/Properties/AssemblyInfo.cs index e4117acf4807..9a9377fd20cf 100644 --- a/sdk/code-analysis/ServiceAnalysis/Finspace/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Finspace/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ForecastQueryService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ForecastQueryService/Properties/AssemblyInfo.cs index c2622fa0ff5c..87ae7bb040fb 100644 --- a/sdk/code-analysis/ServiceAnalysis/ForecastQueryService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ForecastQueryService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ForecastService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ForecastService/Properties/AssemblyInfo.cs index e3a6bc52d634..33294b9e90ed 100644 --- a/sdk/code-analysis/ServiceAnalysis/ForecastService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ForecastService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/FraudDetector/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/FraudDetector/Properties/AssemblyInfo.cs index f9fc49ee5098..9732e4d5ad8f 100644 --- a/sdk/code-analysis/ServiceAnalysis/FraudDetector/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/FraudDetector/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/FreeTier/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/FreeTier/Properties/AssemblyInfo.cs index 066464664677..f8841b274880 100644 --- a/sdk/code-analysis/ServiceAnalysis/FreeTier/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/FreeTier/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GameLift/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GameLift/Properties/AssemblyInfo.cs index 7b1db241d64e..6008c27007b3 100644 --- a/sdk/code-analysis/ServiceAnalysis/GameLift/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GameLift/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.27")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.28")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GeoMaps/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GeoMaps/Properties/AssemblyInfo.cs index c25ba0747450..04781c7081d8 100644 --- a/sdk/code-analysis/ServiceAnalysis/GeoMaps/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GeoMaps/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GeoPlaces/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GeoPlaces/Properties/AssemblyInfo.cs index 3707727002d9..8c745ea94d01 100644 --- a/sdk/code-analysis/ServiceAnalysis/GeoPlaces/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GeoPlaces/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GeoRoutes/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GeoRoutes/Properties/AssemblyInfo.cs index 56eeefd63e0f..eb7d640494f0 100644 --- a/sdk/code-analysis/ServiceAnalysis/GeoRoutes/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GeoRoutes/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Glacier/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Glacier/Properties/AssemblyInfo.cs index 0607d111f8c4..1c9610c06247 100644 --- a/sdk/code-analysis/ServiceAnalysis/Glacier/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Glacier/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GlobalAccelerator/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GlobalAccelerator/Properties/AssemblyInfo.cs index f1ec2f3cd1a5..bb61dbabde8c 100644 --- a/sdk/code-analysis/ServiceAnalysis/GlobalAccelerator/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GlobalAccelerator/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs index 3a0acf9d9f5f..d04c211fbd88 100644 --- a/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Glue/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.408.20")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.408.21")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GlueDataBrew/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GlueDataBrew/Properties/AssemblyInfo.cs index 03145d690e52..3b1352d64fbf 100644 --- a/sdk/code-analysis/ServiceAnalysis/GlueDataBrew/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GlueDataBrew/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Greengrass/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Greengrass/Properties/AssemblyInfo.cs index 9a12b6bb0f62..2a171d865ae7 100644 --- a/sdk/code-analysis/ServiceAnalysis/Greengrass/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Greengrass/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GreengrassV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GreengrassV2/Properties/AssemblyInfo.cs index 7fde9913fcfc..6f2155a3b64c 100644 --- a/sdk/code-analysis/ServiceAnalysis/GreengrassV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GreengrassV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GroundStation/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GroundStation/Properties/AssemblyInfo.cs index c67b1b413ff9..0ec933de578a 100644 --- a/sdk/code-analysis/ServiceAnalysis/GroundStation/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GroundStation/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/GuardDuty/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/GuardDuty/Properties/AssemblyInfo.cs index 5e2da413a98d..06349b0c26ba 100644 --- a/sdk/code-analysis/ServiceAnalysis/GuardDuty/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/GuardDuty/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/HealthLake/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/HealthLake/Properties/AssemblyInfo.cs index 6ee189820144..57b445ee5818 100644 --- a/sdk/code-analysis/ServiceAnalysis/HealthLake/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/HealthLake/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IAMRolesAnywhere/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IAMRolesAnywhere/Properties/AssemblyInfo.cs index 09fa6b1d1570..3331e2aace96 100644 --- a/sdk/code-analysis/ServiceAnalysis/IAMRolesAnywhere/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IAMRolesAnywhere/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IVS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IVS/Properties/AssemblyInfo.cs index b0f7b7b99ccc..d798b2830e00 100644 --- a/sdk/code-analysis/ServiceAnalysis/IVS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IVS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.7")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.8")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IVSRealTime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IVSRealTime/Properties/AssemblyInfo.cs index 8af45af37ef0..4619ad7b72a8 100644 --- a/sdk/code-analysis/ServiceAnalysis/IVSRealTime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IVSRealTime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.14")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.15")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IdentityManagement/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IdentityManagement/Properties/AssemblyInfo.cs index 568750caa29e..efc167eea7a6 100644 --- a/sdk/code-analysis/ServiceAnalysis/IdentityManagement/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IdentityManagement/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.36")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.37")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IdentityStore/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IdentityStore/Properties/AssemblyInfo.cs index 7642f921e392..5e131b0eeb91 100644 --- a/sdk/code-analysis/ServiceAnalysis/IdentityStore/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IdentityStore/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Imagebuilder/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Imagebuilder/Properties/AssemblyInfo.cs index 8f2a85faad15..be6e71ca9a0d 100644 --- a/sdk/code-analysis/ServiceAnalysis/Imagebuilder/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Imagebuilder/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ImportExport/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ImportExport/Properties/AssemblyInfo.cs index 0618e45a2238..e6f757bb88bb 100644 --- a/sdk/code-analysis/ServiceAnalysis/ImportExport/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ImportExport/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Inspector/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Inspector/Properties/AssemblyInfo.cs index 69b79fee844f..14241a2608cc 100644 --- a/sdk/code-analysis/ServiceAnalysis/Inspector/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Inspector/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Inspector2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Inspector2/Properties/AssemblyInfo.cs index 03cf22159cdb..80dde1593af6 100644 --- a/sdk/code-analysis/ServiceAnalysis/Inspector2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Inspector2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.32")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/InspectorScan/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/InspectorScan/Properties/AssemblyInfo.cs index 4ca04b985024..d9b2bf8e5987 100644 --- a/sdk/code-analysis/ServiceAnalysis/InspectorScan/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/InspectorScan/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/InternetMonitor/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/InternetMonitor/Properties/AssemblyInfo.cs index 50ebc20320aa..130b3ffcf56b 100644 --- a/sdk/code-analysis/ServiceAnalysis/InternetMonitor/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/InternetMonitor/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.30")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoT/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoT/Properties/AssemblyInfo.cs index fe2e8b0fd548..0c975b8448ea 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoT/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoT/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.13")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.14")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoT1ClickDevicesService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoT1ClickDevicesService/Properties/AssemblyInfo.cs index abbd1ed97ae9..4665321ec8df 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoT1ClickDevicesService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoT1ClickDevicesService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoT1ClickProjects/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoT1ClickProjects/Properties/AssemblyInfo.cs index 33c6db78065c..aaec97db2501 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoT1ClickProjects/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoT1ClickProjects/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTAnalytics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTAnalytics/Properties/AssemblyInfo.cs index fa4374744f0e..5a51f54e6396 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTAnalytics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTDeviceAdvisor/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTDeviceAdvisor/Properties/AssemblyInfo.cs index 123964dfc254..a4cdc3aa7979 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTDeviceAdvisor/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTDeviceAdvisor/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.14")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.15")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTEvents/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTEvents/Properties/AssemblyInfo.cs index e512840939b0..2355f4067c22 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTEvents/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTEvents/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTEventsData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTEventsData/Properties/AssemblyInfo.cs index b2937cf0a152..dc6d6a0bff1e 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTEventsData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTEventsData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTFleetHub/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTFleetHub/Properties/AssemblyInfo.cs index 1fb325e5c9f5..b9d2f67b3766 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTFleetHub/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTFleetHub/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTFleetWise/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTFleetWise/Properties/AssemblyInfo.cs index 681610ba4f9d..755ff7c0511f 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTFleetWise/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTFleetWise/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTJobsDataPlane/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTJobsDataPlane/Properties/AssemblyInfo.cs index 5d34bca31cb7..cf4f673555e2 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTJobsDataPlane/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTJobsDataPlane/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTSecureTunneling/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTSecureTunneling/Properties/AssemblyInfo.cs index b297b37f006e..af2d232edf28 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTSecureTunneling/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTSecureTunneling/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTSiteWise/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTSiteWise/Properties/AssemblyInfo.cs index 8f532f666155..de87e6aa82fc 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTSiteWise/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTSiteWise/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTThingsGraph/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTThingsGraph/Properties/AssemblyInfo.cs index fba5ce859483..670fa7cd6d70 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTThingsGraph/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTThingsGraph/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTTwinMaker/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTTwinMaker/Properties/AssemblyInfo.cs index e85e824fdfbb..d8baae41ec7c 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTTwinMaker/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTTwinMaker/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IoTWireless/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IoTWireless/Properties/AssemblyInfo.cs index ba79161b743c..d8b598120858 100644 --- a/sdk/code-analysis/ServiceAnalysis/IoTWireless/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IoTWireless/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/IotData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/IotData/Properties/AssemblyInfo.cs index abd77a240db1..f17ba728db1c 100644 --- a/sdk/code-analysis/ServiceAnalysis/IotData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/IotData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.12")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.13")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Ivschat/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Ivschat/Properties/AssemblyInfo.cs index 0dad528cdffa..a26819cbe23c 100644 --- a/sdk/code-analysis/ServiceAnalysis/Ivschat/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Ivschat/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Kafka/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Kafka/Properties/AssemblyInfo.cs index d099478688fc..6290586b42ef 100644 --- a/sdk/code-analysis/ServiceAnalysis/Kafka/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Kafka/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.25")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.26")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KafkaConnect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KafkaConnect/Properties/AssemblyInfo.cs index 601d8e2be17f..3a09f6160fd9 100644 --- a/sdk/code-analysis/ServiceAnalysis/KafkaConnect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KafkaConnect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Kendra/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Kendra/Properties/AssemblyInfo.cs index 7bc1bc021bd5..3bda92032a7d 100644 --- a/sdk/code-analysis/ServiceAnalysis/Kendra/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Kendra/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KendraRanking/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KendraRanking/Properties/AssemblyInfo.cs index 5a59e8bccef1..85a5d78f9577 100644 --- a/sdk/code-analysis/ServiceAnalysis/KendraRanking/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KendraRanking/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KeyManagementService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KeyManagementService/Properties/AssemblyInfo.cs index 41b190d9c7f5..f22bca4a6cc3 100644 --- a/sdk/code-analysis/ServiceAnalysis/KeyManagementService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KeyManagementService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Keyspaces/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Keyspaces/Properties/AssemblyInfo.cs index 818c3473b874..2a52a0a2b0ca 100644 --- a/sdk/code-analysis/ServiceAnalysis/Keyspaces/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Keyspaces/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Kinesis/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Kinesis/Properties/AssemblyInfo.cs index 5c9e6ba308d1..953570c7670b 100644 --- a/sdk/code-analysis/ServiceAnalysis/Kinesis/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Kinesis/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.19")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.20")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs index 101288ad978a..e68b8f4b066a 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisAnalytics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisAnalyticsV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisAnalyticsV2/Properties/AssemblyInfo.cs index f9851c325dd9..3a399b1bd290 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisAnalyticsV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisAnalyticsV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.27")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.28")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisFirehose/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisFirehose/Properties/AssemblyInfo.cs index a57a690faa92..132dcf344ec7 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisFirehose/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisFirehose/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisVideo/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisVideo/Properties/AssemblyInfo.cs index 5faa99ef9041..76c0e8ac4fc0 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisVideo/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisVideo/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs index 3b781a856829..32d9177cd2a4 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisVideoMedia/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisVideoMedia/Properties/AssemblyInfo.cs index 50e42a9d2ce4..77e7f2b4e816 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisVideoMedia/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisVideoMedia/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs index dc7ea899e0b0..35f742a2116d 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs index 042b4dff1308..524c1c2bebf9 100644 --- a/sdk/code-analysis/ServiceAnalysis/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.39")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LakeFormation/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LakeFormation/Properties/AssemblyInfo.cs index dacfdeeccb78..9cd4753ea293 100644 --- a/sdk/code-analysis/ServiceAnalysis/LakeFormation/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LakeFormation/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Lambda/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Lambda/Properties/AssemblyInfo.cs index 854fdb59bcbd..62e17eba33f9 100644 --- a/sdk/code-analysis/ServiceAnalysis/Lambda/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Lambda/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.2")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.406.3")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LaunchWizard/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LaunchWizard/Properties/AssemblyInfo.cs index 617961b2e35a..43c0b716c13a 100644 --- a/sdk/code-analysis/ServiceAnalysis/LaunchWizard/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LaunchWizard/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Lex/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Lex/Properties/AssemblyInfo.cs index 6ef66dfbe26f..1939c4047bf5 100644 --- a/sdk/code-analysis/ServiceAnalysis/Lex/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Lex/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LexModelBuildingService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LexModelBuildingService/Properties/AssemblyInfo.cs index 59d20fb3940b..d85967067035 100644 --- a/sdk/code-analysis/ServiceAnalysis/LexModelBuildingService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LexModelBuildingService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LexModelsV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LexModelsV2/Properties/AssemblyInfo.cs index e217550d79d3..b4fc59a14921 100644 --- a/sdk/code-analysis/ServiceAnalysis/LexModelsV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LexModelsV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.23")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.24")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LexRuntimeV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LexRuntimeV2/Properties/AssemblyInfo.cs index a748f84f6591..91d474145bfc 100644 --- a/sdk/code-analysis/ServiceAnalysis/LexRuntimeV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LexRuntimeV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LicenseManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LicenseManager/Properties/AssemblyInfo.cs index 5cf7b024dad5..1f6a3d50bf28 100644 --- a/sdk/code-analysis/ServiceAnalysis/LicenseManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LicenseManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs index ac0b5982a269..0a9cdaecb4af 100644 --- a/sdk/code-analysis/ServiceAnalysis/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs index db2c18433f2f..7ddc1c079f78 100644 --- a/sdk/code-analysis/ServiceAnalysis/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs index b227d9317c4b..73b93af8862c 100644 --- a/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Lightsail/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LocationService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LocationService/Properties/AssemblyInfo.cs index 885676553906..f2eea8e343c6 100644 --- a/sdk/code-analysis/ServiceAnalysis/LocationService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LocationService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LookoutEquipment/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LookoutEquipment/Properties/AssemblyInfo.cs index 95774515453c..c7d95817d4de 100644 --- a/sdk/code-analysis/ServiceAnalysis/LookoutEquipment/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LookoutEquipment/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LookoutMetrics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LookoutMetrics/Properties/AssemblyInfo.cs index d4e7044c2df1..d2d1addf1eab 100644 --- a/sdk/code-analysis/ServiceAnalysis/LookoutMetrics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LookoutMetrics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/LookoutforVision/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/LookoutforVision/Properties/AssemblyInfo.cs index 7a027038c72b..929a74b29451 100644 --- a/sdk/code-analysis/ServiceAnalysis/LookoutforVision/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/LookoutforVision/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MQ/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MQ/Properties/AssemblyInfo.cs index 40125fb05cd5..c4d4000b9076 100644 --- a/sdk/code-analysis/ServiceAnalysis/MQ/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MQ/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MTurk/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MTurk/Properties/AssemblyInfo.cs index f38a51d704e5..568556181f36 100644 --- a/sdk/code-analysis/ServiceAnalysis/MTurk/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MTurk/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MWAA/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MWAA/Properties/AssemblyInfo.cs index a8721d348d04..f38f79e14d8f 100644 --- a/sdk/code-analysis/ServiceAnalysis/MWAA/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MWAA/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.4")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.5")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MachineLearning/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MachineLearning/Properties/AssemblyInfo.cs index 3082eb97ac6a..dc16f6a34ae3 100644 --- a/sdk/code-analysis/ServiceAnalysis/MachineLearning/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MachineLearning/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Macie2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Macie2/Properties/AssemblyInfo.cs index add9887a78ff..2616de07aad6 100644 --- a/sdk/code-analysis/ServiceAnalysis/Macie2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Macie2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs index d05c9bf5ca93..4834b7f48872 100644 --- a/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MailManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.8")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.9")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MainframeModernization/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MainframeModernization/Properties/AssemblyInfo.cs index 9268c9ef711a..337e9b944f5f 100644 --- a/sdk/code-analysis/ServiceAnalysis/MainframeModernization/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MainframeModernization/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ManagedBlockchain/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ManagedBlockchain/Properties/AssemblyInfo.cs index f17abd207c3a..782e58e6aba6 100644 --- a/sdk/code-analysis/ServiceAnalysis/ManagedBlockchain/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ManagedBlockchain/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ManagedBlockchainQuery/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ManagedBlockchainQuery/Properties/AssemblyInfo.cs index bfce280019b0..7cb7e2bf4f78 100644 --- a/sdk/code-analysis/ServiceAnalysis/ManagedBlockchainQuery/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ManagedBlockchainQuery/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ManagedGrafana/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ManagedGrafana/Properties/AssemblyInfo.cs index c1300bcacb22..5a65dad3e301 100644 --- a/sdk/code-analysis/ServiceAnalysis/ManagedGrafana/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ManagedGrafana/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MarketplaceAgreement/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MarketplaceAgreement/Properties/AssemblyInfo.cs index 9bc20c79cbaa..58ad9512557a 100644 --- a/sdk/code-analysis/ServiceAnalysis/MarketplaceAgreement/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MarketplaceAgreement/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MarketplaceCatalog/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MarketplaceCatalog/Properties/AssemblyInfo.cs index 2fb44f53de4b..1b2dc440ff93 100644 --- a/sdk/code-analysis/ServiceAnalysis/MarketplaceCatalog/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MarketplaceCatalog/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MarketplaceDeployment/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MarketplaceDeployment/Properties/AssemblyInfo.cs index 151301a1f162..08fad16b0596 100644 --- a/sdk/code-analysis/ServiceAnalysis/MarketplaceDeployment/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MarketplaceDeployment/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MarketplaceEntitlementService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MarketplaceEntitlementService/Properties/AssemblyInfo.cs index dc19d020a693..50a22f84e5b6 100644 --- a/sdk/code-analysis/ServiceAnalysis/MarketplaceEntitlementService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MarketplaceEntitlementService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MarketplaceReporting/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MarketplaceReporting/Properties/AssemblyInfo.cs index f38da1cf33db..da44a84c01fe 100644 --- a/sdk/code-analysis/ServiceAnalysis/MarketplaceReporting/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MarketplaceReporting/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.13")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.14")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaConnect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaConnect/Properties/AssemblyInfo.cs index 3b4bd1384de2..c3ec4aa9f8fd 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaConnect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaConnect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.29")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.30")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaConvert/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaConvert/Properties/AssemblyInfo.cs index 6d80f85c8a27..275471f6d51d 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaConvert/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaConvert/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaLive/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaLive/Properties/AssemblyInfo.cs index c379f2e2b31d..b371d8b79c59 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaLive/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaLive/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.405.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaPackage/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaPackage/Properties/AssemblyInfo.cs index 1c30f2e7d3fb..d2170c0d9ec1 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaPackage/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaPackage/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaPackageV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaPackageV2/Properties/AssemblyInfo.cs index 9b03a818dcc2..c88cf2935811 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaPackageV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaPackageV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.2")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaPackageVod/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaPackageVod/Properties/AssemblyInfo.cs index 36d60aedd82e..b6a3ad21b9f7 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaPackageVod/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaPackageVod/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaStore/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaStore/Properties/AssemblyInfo.cs index e3eb0cd02520..9c6f51084dfc 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaStore/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaStore/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaStoreData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaStoreData/Properties/AssemblyInfo.cs index 9070bcf643ab..dff2bab6dca7 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaStoreData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaStoreData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MediaTailor/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MediaTailor/Properties/AssemblyInfo.cs index e446a037275a..46d6b8dae19d 100644 --- a/sdk/code-analysis/ServiceAnalysis/MediaTailor/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MediaTailor/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MedicalImaging/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MedicalImaging/Properties/AssemblyInfo.cs index 7e9301096c56..06440a859cdd 100644 --- a/sdk/code-analysis/ServiceAnalysis/MedicalImaging/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MedicalImaging/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MemoryDB/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MemoryDB/Properties/AssemblyInfo.cs index c351f1ba93fd..c3a9712f7efa 100644 --- a/sdk/code-analysis/ServiceAnalysis/MemoryDB/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MemoryDB/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.10")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.11")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Mgn/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Mgn/Properties/AssemblyInfo.cs index f47733551db0..1384ad5f936e 100644 --- a/sdk/code-analysis/ServiceAnalysis/Mgn/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Mgn/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MigrationHub/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MigrationHub/Properties/AssemblyInfo.cs index 19c985cd27a0..b875e2c63562 100644 --- a/sdk/code-analysis/ServiceAnalysis/MigrationHub/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MigrationHub/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MigrationHubConfig/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MigrationHubConfig/Properties/AssemblyInfo.cs index 703de9557184..5f5d91283161 100644 --- a/sdk/code-analysis/ServiceAnalysis/MigrationHubConfig/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MigrationHubConfig/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MigrationHubOrchestrator/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MigrationHubOrchestrator/Properties/AssemblyInfo.cs index 1ed4fcd542d8..6db91e99b59a 100644 --- a/sdk/code-analysis/ServiceAnalysis/MigrationHubOrchestrator/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MigrationHubOrchestrator/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs index 15a4db58a236..05f36c70ad9a 100644 --- a/sdk/code-analysis/ServiceAnalysis/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs index 8917a380ccbf..72db6bfac9f9 100644 --- a/sdk/code-analysis/ServiceAnalysis/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/MobileAnalytics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/MobileAnalytics/Properties/AssemblyInfo.cs index 48b77a824408..b240699f8cee 100644 --- a/sdk/code-analysis/ServiceAnalysis/MobileAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/MobileAnalytics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Neptune/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Neptune/Properties/AssemblyInfo.cs index 663543009a1d..97eafe58f90b 100644 --- a/sdk/code-analysis/ServiceAnalysis/Neptune/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Neptune/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/NeptuneGraph/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/NeptuneGraph/Properties/AssemblyInfo.cs index d46c01b95fdd..f9607c89495b 100644 --- a/sdk/code-analysis/ServiceAnalysis/NeptuneGraph/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/NeptuneGraph/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Neptunedata/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Neptunedata/Properties/AssemblyInfo.cs index bc1dd182b0f1..c49d690bde32 100644 --- a/sdk/code-analysis/ServiceAnalysis/Neptunedata/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Neptunedata/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/NetworkFirewall/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/NetworkFirewall/Properties/AssemblyInfo.cs index f23a91ab5861..4e00fd69568b 100644 --- a/sdk/code-analysis/ServiceAnalysis/NetworkFirewall/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/NetworkFirewall/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs index 01bc1aa7f2f5..bc3192c8c235 100644 --- a/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/NetworkManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/NetworkMonitor/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/NetworkMonitor/Properties/AssemblyInfo.cs index 9fbe8e103cc7..51df1445bf34 100644 --- a/sdk/code-analysis/ServiceAnalysis/NetworkMonitor/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/NetworkMonitor/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/OAM/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/OAM/Properties/AssemblyInfo.cs index 7c80f1acece0..07f7909844b0 100644 --- a/sdk/code-analysis/ServiceAnalysis/OAM/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/OAM/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/OSIS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/OSIS/Properties/AssemblyInfo.cs index e639db3ef093..5b2ec013a164 100644 --- a/sdk/code-analysis/ServiceAnalysis/OSIS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/OSIS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Omics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Omics/Properties/AssemblyInfo.cs index 8813e9f8b071..049b8e8ad6cc 100644 --- a/sdk/code-analysis/ServiceAnalysis/Omics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Omics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/OpenSearchServerless/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/OpenSearchServerless/Properties/AssemblyInfo.cs index 6ef9451669eb..c15f4187f6fa 100644 --- a/sdk/code-analysis/ServiceAnalysis/OpenSearchServerless/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/OpenSearchServerless/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.33")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/OpenSearchService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/OpenSearchService/Properties/AssemblyInfo.cs index a51feef787da..64cbffa31e42 100644 --- a/sdk/code-analysis/ServiceAnalysis/OpenSearchService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/OpenSearchService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/OpsWorks/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/OpsWorks/Properties/AssemblyInfo.cs index 184bf40153c2..0565e63b9861 100644 --- a/sdk/code-analysis/ServiceAnalysis/OpsWorks/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/OpsWorks/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/OpsWorksCM/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/OpsWorksCM/Properties/AssemblyInfo.cs index 98df054807a2..dbbf532beb52 100644 --- a/sdk/code-analysis/ServiceAnalysis/OpsWorksCM/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/OpsWorksCM/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Organizations/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Organizations/Properties/AssemblyInfo.cs index e550296ebfa9..f386573d28bc 100644 --- a/sdk/code-analysis/ServiceAnalysis/Organizations/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Organizations/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.17")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.18")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Outposts/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Outposts/Properties/AssemblyInfo.cs index 2ca24908c9c7..01940f2e699b 100644 --- a/sdk/code-analysis/ServiceAnalysis/Outposts/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Outposts/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PCS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PCS/Properties/AssemblyInfo.cs index 4f047d8593c7..72817d133878 100644 --- a/sdk/code-analysis/ServiceAnalysis/PCS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PCS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.30")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.31")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs index 2801e59d0d8b..1d7d5bb3c381 100644 --- a/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PI/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Panorama/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Panorama/Properties/AssemblyInfo.cs index 7561cfd780f7..650804428477 100644 --- a/sdk/code-analysis/ServiceAnalysis/Panorama/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Panorama/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PaymentCryptography/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PaymentCryptography/Properties/AssemblyInfo.cs index 27b81b3b8b50..b244839d46f6 100644 --- a/sdk/code-analysis/ServiceAnalysis/PaymentCryptography/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PaymentCryptography/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.4")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.5")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PaymentCryptographyData/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PaymentCryptographyData/Properties/AssemblyInfo.cs index ab53a136ad28..7f8c9c78df71 100644 --- a/sdk/code-analysis/ServiceAnalysis/PaymentCryptographyData/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PaymentCryptographyData/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.4")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.5")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PcaConnectorAd/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PcaConnectorAd/Properties/AssemblyInfo.cs index 39d89bfa1488..89ac8f3c6aa9 100644 --- a/sdk/code-analysis/ServiceAnalysis/PcaConnectorAd/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PcaConnectorAd/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PcaConnectorScep/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PcaConnectorScep/Properties/AssemblyInfo.cs index 84b4d0a8598c..c7506397d121 100644 --- a/sdk/code-analysis/ServiceAnalysis/PcaConnectorScep/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PcaConnectorScep/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Personalize/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Personalize/Properties/AssemblyInfo.cs index 8c6f9a7537cb..0fd40dfd92d6 100644 --- a/sdk/code-analysis/ServiceAnalysis/Personalize/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Personalize/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.30")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PersonalizeEvents/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PersonalizeEvents/Properties/AssemblyInfo.cs index c06acf080ccf..9f5d71caeff6 100644 --- a/sdk/code-analysis/ServiceAnalysis/PersonalizeEvents/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PersonalizeEvents/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PersonalizeRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PersonalizeRuntime/Properties/AssemblyInfo.cs index 7d12516630d0..60360ae7e873 100644 --- a/sdk/code-analysis/ServiceAnalysis/PersonalizeRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PersonalizeRuntime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Pinpoint/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Pinpoint/Properties/AssemblyInfo.cs index 33d8d331afbe..113eb54ab22a 100644 --- a/sdk/code-analysis/ServiceAnalysis/Pinpoint/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Pinpoint/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PinpointEmail/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PinpointEmail/Properties/AssemblyInfo.cs index 8dd3a1430d48..957d6ac88e18 100644 --- a/sdk/code-analysis/ServiceAnalysis/PinpointEmail/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PinpointEmail/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoice/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoice/Properties/AssemblyInfo.cs index f558f371a29e..ad0fb81752ef 100644 --- a/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoice/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoice/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs index d5bb197ab690..f771aad2b0a1 100644 --- a/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Pipes/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Pipes/Properties/AssemblyInfo.cs index b380a87c9158..2e8cf2497593 100644 --- a/sdk/code-analysis/ServiceAnalysis/Pipes/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Pipes/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Polly/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Polly/Properties/AssemblyInfo.cs index 1eb9166fb1d9..2e6d6b21dbe1 100644 --- a/sdk/code-analysis/ServiceAnalysis/Polly/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Polly/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Pricing/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Pricing/Properties/AssemblyInfo.cs index 077a302eba49..217e0cdc039f 100644 --- a/sdk/code-analysis/ServiceAnalysis/Pricing/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Pricing/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Private5G/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Private5G/Properties/AssemblyInfo.cs index 09636d7e139b..244afd7ebd91 100644 --- a/sdk/code-analysis/ServiceAnalysis/Private5G/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Private5G/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/PrometheusService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/PrometheusService/Properties/AssemblyInfo.cs index 6837b4f15ab1..e74ace84fad2 100644 --- a/sdk/code-analysis/ServiceAnalysis/PrometheusService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/PrometheusService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Proton/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Proton/Properties/AssemblyInfo.cs index 4225019a17cf..dbbb09944a6e 100644 --- a/sdk/code-analysis/ServiceAnalysis/Proton/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Proton/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/QApps/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/QApps/Properties/AssemblyInfo.cs index c3d71c15bf8b..2aff2d0016fe 100644 --- a/sdk/code-analysis/ServiceAnalysis/QApps/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/QApps/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.26")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.27")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/QBusiness/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/QBusiness/Properties/AssemblyInfo.cs index a74379f87c3e..7a7193f34a18 100644 --- a/sdk/code-analysis/ServiceAnalysis/QBusiness/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/QBusiness/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.3")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.4")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/QConnect/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/QConnect/Properties/AssemblyInfo.cs index c2a20295dab5..8649b045530a 100644 --- a/sdk/code-analysis/ServiceAnalysis/QConnect/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/QConnect/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.11")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.12")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/QLDB/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/QLDB/Properties/AssemblyInfo.cs index 009cc0ac07bb..c338a590fe53 100644 --- a/sdk/code-analysis/ServiceAnalysis/QLDB/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/QLDB/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/QLDBSession/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/QLDBSession/Properties/AssemblyInfo.cs index 47e518dd0974..d5492bf4e51f 100644 --- a/sdk/code-analysis/ServiceAnalysis/QLDBSession/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/QLDBSession/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/QuickSight/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/QuickSight/Properties/AssemblyInfo.cs index 8763e61a5b01..eca3f47c6d20 100644 --- a/sdk/code-analysis/ServiceAnalysis/QuickSight/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/QuickSight/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.407.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RAM/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RAM/Properties/AssemblyInfo.cs index 1ecb0568e1d3..e0ec8b272431 100644 --- a/sdk/code-analysis/ServiceAnalysis/RAM/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RAM/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs index 714d959322ea..806ff1ff3ba7 100644 --- a/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RDS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.406.2")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RDSDataService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RDSDataService/Properties/AssemblyInfo.cs index e5c6d7329ebb..0f410acd5470 100644 --- a/sdk/code-analysis/ServiceAnalysis/RDSDataService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RDSDataService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RecycleBin/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RecycleBin/Properties/AssemblyInfo.cs index 59690beb348c..9c712d097554 100644 --- a/sdk/code-analysis/ServiceAnalysis/RecycleBin/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RecycleBin/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Redshift/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Redshift/Properties/AssemblyInfo.cs index 125f29583d9e..6fe1042a86e3 100644 --- a/sdk/code-analysis/ServiceAnalysis/Redshift/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Redshift/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RedshiftDataAPIService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RedshiftDataAPIService/Properties/AssemblyInfo.cs index 812d09ce49d0..aaf52c34d83c 100644 --- a/sdk/code-analysis/ServiceAnalysis/RedshiftDataAPIService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RedshiftDataAPIService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.1")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RedshiftServerless/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RedshiftServerless/Properties/AssemblyInfo.cs index 9d2e26e62ce7..8cacec1de123 100644 --- a/sdk/code-analysis/ServiceAnalysis/RedshiftServerless/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RedshiftServerless/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Rekognition/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Rekognition/Properties/AssemblyInfo.cs index 4363dc071b29..0becc5f7f91a 100644 --- a/sdk/code-analysis/ServiceAnalysis/Rekognition/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Rekognition/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Repostspace/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Repostspace/Properties/AssemblyInfo.cs index ab949e3ab88f..5114ac72c2e6 100644 --- a/sdk/code-analysis/ServiceAnalysis/Repostspace/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Repostspace/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ResilienceHub/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ResilienceHub/Properties/AssemblyInfo.cs index 9c6e0f831f8f..dfd3a120e218 100644 --- a/sdk/code-analysis/ServiceAnalysis/ResilienceHub/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ResilienceHub/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.8")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ResourceExplorer2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ResourceExplorer2/Properties/AssemblyInfo.cs index 27558b382be3..0891bbb6b4b0 100644 --- a/sdk/code-analysis/ServiceAnalysis/ResourceExplorer2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ResourceExplorer2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ResourceGroups/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ResourceGroups/Properties/AssemblyInfo.cs index 6a6aff99acf2..84988dc4a444 100644 --- a/sdk/code-analysis/ServiceAnalysis/ResourceGroups/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ResourceGroups/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.16")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.17")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs index 74bbad68ed99..9d1b0efc8b4b 100644 --- a/sdk/code-analysis/ServiceAnalysis/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/RoboMaker/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/RoboMaker/Properties/AssemblyInfo.cs index 7a5edd216ed1..ef209bdf491c 100644 --- a/sdk/code-analysis/ServiceAnalysis/RoboMaker/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/RoboMaker/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53/Properties/AssemblyInfo.cs index a4c3fd15201b..f06ce575c45d 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.31")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53Domains/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53Domains/Properties/AssemblyInfo.cs index 17fa4cfc7bac..50552aa0f132 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53Domains/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53Domains/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53Profiles/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53Profiles/Properties/AssemblyInfo.cs index 7d97290d447d..af9c6cdb14de 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53Profiles/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53Profiles/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53RecoveryCluster/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53RecoveryCluster/Properties/AssemblyInfo.cs index 81dec3ac3744..0d96e71984f0 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53RecoveryCluster/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53RecoveryCluster/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs index d194a7cf0079..cafe8da09b0c 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53RecoveryReadiness/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53RecoveryReadiness/Properties/AssemblyInfo.cs index 2fed0ba7d3ef..f7f9c58ba141 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53RecoveryReadiness/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53RecoveryReadiness/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Route53Resolver/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Route53Resolver/Properties/AssemblyInfo.cs index 93d0b8b9b010..f21a888fc9d1 100644 --- a/sdk/code-analysis/ServiceAnalysis/Route53Resolver/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Route53Resolver/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs index a573a52a06cd..abeaa4c65af1 100644 --- a/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/S3/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.405.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/S3Control/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/S3Control/Properties/AssemblyInfo.cs index bff4fdc15d2e..12845cc1a7af 100644 --- a/sdk/code-analysis/ServiceAnalysis/S3Control/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/S3Control/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.28")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.29")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/S3Outposts/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/S3Outposts/Properties/AssemblyInfo.cs index 66f3b86db748..92773ecba26f 100644 --- a/sdk/code-analysis/ServiceAnalysis/S3Outposts/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/S3Outposts/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SQS/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SQS/Properties/AssemblyInfo.cs index 6dc40970fcab..e4931ad217c7 100644 --- a/sdk/code-analysis/ServiceAnalysis/SQS/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SQS/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SSMContacts/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SSMContacts/Properties/AssemblyInfo.cs index ad994a7e89d3..594fa28ff5a9 100644 --- a/sdk/code-analysis/ServiceAnalysis/SSMContacts/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SSMContacts/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SSMIncidents/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SSMIncidents/Properties/AssemblyInfo.cs index 327e1461a5b2..02c3ad38e67e 100644 --- a/sdk/code-analysis/ServiceAnalysis/SSMIncidents/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SSMIncidents/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SSMQuickSetup/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SSMQuickSetup/Properties/AssemblyInfo.cs index ef2caf4b628c..fd6c634ddd3b 100644 --- a/sdk/code-analysis/ServiceAnalysis/SSMQuickSetup/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SSMQuickSetup/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SSO/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SSO/Properties/AssemblyInfo.cs index fe256201249a..6a4d4ddb9f2b 100644 --- a/sdk/code-analysis/ServiceAnalysis/SSO/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SSO/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SSOAdmin/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SSOAdmin/Properties/AssemblyInfo.cs index 4dd78feda15e..bf6c22b34106 100644 --- a/sdk/code-analysis/ServiceAnalysis/SSOAdmin/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SSOAdmin/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SSOOIDC/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SSOOIDC/Properties/AssemblyInfo.cs index bfaf14ceb7cf..547e7b9fc262 100644 --- a/sdk/code-analysis/ServiceAnalysis/SSOOIDC/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SSOOIDC/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SageMaker/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SageMaker/Properties/AssemblyInfo.cs index 6fa4db0f8877..d2d3b017f71c 100644 --- a/sdk/code-analysis/ServiceAnalysis/SageMaker/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SageMaker/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.412.0")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.413.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs index 39ae0f3aced3..a97c30601724 100644 --- a/sdk/code-analysis/ServiceAnalysis/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SageMakerGeospatial/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SageMakerGeospatial/Properties/AssemblyInfo.cs index da5c14b35dc9..03b77fa661be 100644 --- a/sdk/code-analysis/ServiceAnalysis/SageMakerGeospatial/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SageMakerGeospatial/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SageMakerMetrics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SageMakerMetrics/Properties/AssemblyInfo.cs index b11d0f4ae560..05ce6d174f9b 100644 --- a/sdk/code-analysis/ServiceAnalysis/SageMakerMetrics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SageMakerMetrics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SageMakerRuntime/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SageMakerRuntime/Properties/AssemblyInfo.cs index 17cf7893c802..09b3d03264dd 100644 --- a/sdk/code-analysis/ServiceAnalysis/SageMakerRuntime/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SageMakerRuntime/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.25")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.26")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SagemakerEdgeManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SagemakerEdgeManager/Properties/AssemblyInfo.cs index e3bfc846184a..a992d382ced7 100644 --- a/sdk/code-analysis/ServiceAnalysis/SagemakerEdgeManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SagemakerEdgeManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SavingsPlans/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SavingsPlans/Properties/AssemblyInfo.cs index af9c0e44395d..81db960a1311 100644 --- a/sdk/code-analysis/ServiceAnalysis/SavingsPlans/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SavingsPlans/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Scheduler/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Scheduler/Properties/AssemblyInfo.cs index a3a14ad1d64c..031f5656fe00 100644 --- a/sdk/code-analysis/ServiceAnalysis/Scheduler/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Scheduler/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Schemas/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Schemas/Properties/AssemblyInfo.cs index 9f2a55e2ab95..1c6ed0d4ca52 100644 --- a/sdk/code-analysis/ServiceAnalysis/Schemas/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Schemas/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SecretsManager/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SecretsManager/Properties/AssemblyInfo.cs index f190c8cf4171..d1277b66e46c 100644 --- a/sdk/code-analysis/ServiceAnalysis/SecretsManager/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SecretsManager/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SecurityHub/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SecurityHub/Properties/AssemblyInfo.cs index 29e5cfcaf867..acdf8ab6fa47 100644 --- a/sdk/code-analysis/ServiceAnalysis/SecurityHub/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SecurityHub/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.33")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SecurityLake/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SecurityLake/Properties/AssemblyInfo.cs index 0675505daac6..8641a0073192 100644 --- a/sdk/code-analysis/ServiceAnalysis/SecurityLake/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SecurityLake/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.8")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.9")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs index c42a855e44ce..aa9da7a4b69a 100644 --- a/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SecurityToken/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ServerMigrationService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ServerMigrationService/Properties/AssemblyInfo.cs index 8f5a79712aa6..06496531441e 100644 --- a/sdk/code-analysis/ServiceAnalysis/ServerMigrationService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ServerMigrationService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ServerlessApplicationRepository/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ServerlessApplicationRepository/Properties/AssemblyInfo.cs index 4f38fc3504a0..be72356ee0a3 100644 --- a/sdk/code-analysis/ServiceAnalysis/ServerlessApplicationRepository/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ServerlessApplicationRepository/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs index 221b1ea878b5..e00560016571 100644 --- a/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ServiceCatalog/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ServiceDiscovery/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ServiceDiscovery/Properties/AssemblyInfo.cs index bc3a107afbdb..7bf4dc24d412 100644 --- a/sdk/code-analysis/ServiceAnalysis/ServiceDiscovery/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ServiceDiscovery/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/ServiceQuotas/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/ServiceQuotas/Properties/AssemblyInfo.cs index c1bd4a312e79..0bb2e683df9b 100644 --- a/sdk/code-analysis/ServiceAnalysis/ServiceQuotas/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/ServiceQuotas/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Shield/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Shield/Properties/AssemblyInfo.cs index 7d70b4a10f30..7f4fd9e54a73 100644 --- a/sdk/code-analysis/ServiceAnalysis/Shield/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Shield/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Signer/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Signer/Properties/AssemblyInfo.cs index 26850ad36ec7..7f5fd8694ccf 100644 --- a/sdk/code-analysis/ServiceAnalysis/Signer/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Signer/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimSpaceWeaver/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimSpaceWeaver/Properties/AssemblyInfo.cs index 7df0841fe316..0cbdcb3a49f4 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimSpaceWeaver/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimSpaceWeaver/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleDB/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleDB/Properties/AssemblyInfo.cs index 68059ae14ac2..a5d0f6525a0a 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleDB/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleDB/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleEmail/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleEmail/Properties/AssemblyInfo.cs index c364c73bdbef..56ea95f84256 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleEmail/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleEmail/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.32")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.33")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleEmailV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleEmailV2/Properties/AssemblyInfo.cs index 1541bc703d16..d5d484bde4ce 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleEmailV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleEmailV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.7")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.8")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs index 3b205bc6f300..59d9be8454a6 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleNotificationService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleSystemsManagement/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleSystemsManagement/Properties/AssemblyInfo.cs index 74224e1089d2..a97501763cbf 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleSystemsManagement/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleSystemsManagement/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SimpleWorkflow/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SimpleWorkflow/Properties/AssemblyInfo.cs index 65ce5039ee10..90fd143e4c88 100644 --- a/sdk/code-analysis/ServiceAnalysis/SimpleWorkflow/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SimpleWorkflow/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SnowDeviceManagement/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SnowDeviceManagement/Properties/AssemblyInfo.cs index d4c3b967f8ef..efedbbf2aac9 100644 --- a/sdk/code-analysis/ServiceAnalysis/SnowDeviceManagement/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SnowDeviceManagement/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Snowball/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Snowball/Properties/AssemblyInfo.cs index 8cf32e45f329..8a8ab23795f8 100644 --- a/sdk/code-analysis/ServiceAnalysis/Snowball/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Snowball/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SocialMessaging/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SocialMessaging/Properties/AssemblyInfo.cs index c59923c16187..9ce1ac518c5e 100644 --- a/sdk/code-analysis/ServiceAnalysis/SocialMessaging/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SocialMessaging/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SsmSap/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SsmSap/Properties/AssemblyInfo.cs index 0c23a197b707..437f33dfc67a 100644 --- a/sdk/code-analysis/ServiceAnalysis/SsmSap/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SsmSap/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.34")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.35")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/StepFunctions/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/StepFunctions/Properties/AssemblyInfo.cs index b8b187ea28b3..fc2c539f79fc 100644 --- a/sdk/code-analysis/ServiceAnalysis/StepFunctions/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/StepFunctions/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.30")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.31")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs index 8fc8f2177b6c..957174868dd3 100644 --- a/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/StorageGateway/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.23")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.24")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SupplyChain/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SupplyChain/Properties/AssemblyInfo.cs index 3e1b15217d00..a23952eb0a03 100644 --- a/sdk/code-analysis/ServiceAnalysis/SupplyChain/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SupplyChain/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.2")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.3")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/SupportApp/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/SupportApp/Properties/AssemblyInfo.cs index 02f866a34050..7ef9c939f95b 100644 --- a/sdk/code-analysis/ServiceAnalysis/SupportApp/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/SupportApp/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Synthetics/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Synthetics/Properties/AssemblyInfo.cs index 732217c7201b..7ae4df2280da 100644 --- a/sdk/code-analysis/ServiceAnalysis/Synthetics/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Synthetics/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.23")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.24")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/TaxSettings/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/TaxSettings/Properties/AssemblyInfo.cs index 7bc322aaa075..eeea7cb231d1 100644 --- a/sdk/code-analysis/ServiceAnalysis/TaxSettings/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/TaxSettings/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Textract/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Textract/Properties/AssemblyInfo.cs index 4aeabc990fc4..100c28f6f68d 100644 --- a/sdk/code-analysis/ServiceAnalysis/Textract/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Textract/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/TimestreamInfluxDB/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/TimestreamInfluxDB/Properties/AssemblyInfo.cs index cdb1f7331c0c..df0954b18da5 100644 --- a/sdk/code-analysis/ServiceAnalysis/TimestreamInfluxDB/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/TimestreamInfluxDB/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.9")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.403.10")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/TimestreamQuery/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/TimestreamQuery/Properties/AssemblyInfo.cs index 3789784ed4e2..e1989ea6f1d7 100644 --- a/sdk/code-analysis/ServiceAnalysis/TimestreamQuery/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/TimestreamQuery/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.6")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/TimestreamWrite/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/TimestreamWrite/Properties/AssemblyInfo.cs index 5d33eca8cb66..cf2e8396a0b9 100644 --- a/sdk/code-analysis/ServiceAnalysis/TimestreamWrite/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/TimestreamWrite/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Tnb/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Tnb/Properties/AssemblyInfo.cs index f4af485c88c2..db1eae5bb15d 100644 --- a/sdk/code-analysis/ServiceAnalysis/Tnb/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Tnb/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/TranscribeService/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/TranscribeService/Properties/AssemblyInfo.cs index dc0fbfdc93dd..e430ca510952 100644 --- a/sdk/code-analysis/ServiceAnalysis/TranscribeService/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/TranscribeService/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Transfer/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Transfer/Properties/AssemblyInfo.cs index e70da745479c..fb090f4099bf 100644 --- a/sdk/code-analysis/ServiceAnalysis/Transfer/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Transfer/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.8")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.9")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/Translate/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/Translate/Properties/AssemblyInfo.cs index 379da4bee690..0f205162b77c 100644 --- a/sdk/code-analysis/ServiceAnalysis/Translate/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/Translate/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/TrustedAdvisor/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/TrustedAdvisor/Properties/AssemblyInfo.cs index e2420f475fa6..5543bbf0fd61 100644 --- a/sdk/code-analysis/ServiceAnalysis/TrustedAdvisor/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/TrustedAdvisor/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/VPCLattice/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/VPCLattice/Properties/AssemblyInfo.cs index 541cc825e577..e88285a37cbf 100644 --- a/sdk/code-analysis/ServiceAnalysis/VPCLattice/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/VPCLattice/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/VerifiedPermissions/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/VerifiedPermissions/Properties/AssemblyInfo.cs index 10e78ac3e8d2..4a79d037743e 100644 --- a/sdk/code-analysis/ServiceAnalysis/VerifiedPermissions/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/VerifiedPermissions/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.44")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/VoiceID/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/VoiceID/Properties/AssemblyInfo.cs index 23139c46adb6..d7012491d684 100644 --- a/sdk/code-analysis/ServiceAnalysis/VoiceID/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/VoiceID/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WAF/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WAF/Properties/AssemblyInfo.cs index d3489ee70b9b..862e988961c2 100644 --- a/sdk/code-analysis/ServiceAnalysis/WAF/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WAF/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WAFRegional/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WAFRegional/Properties/AssemblyInfo.cs index 223875e2b3f6..3d2d373a825b 100644 --- a/sdk/code-analysis/ServiceAnalysis/WAFRegional/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WAFRegional/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.41")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WAFV2/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WAFV2/Properties/AssemblyInfo.cs index eabbadbb10c3..e1d4d2b1d57c 100644 --- a/sdk/code-analysis/ServiceAnalysis/WAFV2/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WAFV2/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.402.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WellArchitected/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WellArchitected/Properties/AssemblyInfo.cs index e7ad2529f8e9..9375537f470c 100644 --- a/sdk/code-analysis/ServiceAnalysis/WellArchitected/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WellArchitected/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WorkDocs/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WorkDocs/Properties/AssemblyInfo.cs index 228bea3fc473..d4b513418232 100644 --- a/sdk/code-analysis/ServiceAnalysis/WorkDocs/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WorkDocs/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WorkMail/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WorkMail/Properties/AssemblyInfo.cs index fa0ade7495c2..bb3f2b950e89 100644 --- a/sdk/code-analysis/ServiceAnalysis/WorkMail/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WorkMail/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.0")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WorkMailMessageFlow/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WorkMailMessageFlow/Properties/AssemblyInfo.cs index dcf04986bf20..9280126a1d3e 100644 --- a/sdk/code-analysis/ServiceAnalysis/WorkMailMessageFlow/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WorkMailMessageFlow/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WorkSpaces/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WorkSpaces/Properties/AssemblyInfo.cs index cd82efc7994f..eded6b104c6c 100644 --- a/sdk/code-analysis/ServiceAnalysis/WorkSpaces/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WorkSpaces/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.404.6")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.404.7")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WorkSpacesThinClient/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WorkSpacesThinClient/Properties/AssemblyInfo.cs index f340462efc8a..017f1848e75b 100644 --- a/sdk/code-analysis/ServiceAnalysis/WorkSpacesThinClient/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WorkSpacesThinClient/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/WorkSpacesWeb/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/WorkSpacesWeb/Properties/AssemblyInfo.cs index df06b3524dec..4cf13130294c 100644 --- a/sdk/code-analysis/ServiceAnalysis/WorkSpacesWeb/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/WorkSpacesWeb/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.401.22")] \ No newline at end of file diff --git a/sdk/code-analysis/ServiceAnalysis/XRay/Properties/AssemblyInfo.cs b/sdk/code-analysis/ServiceAnalysis/XRay/Properties/AssemblyInfo.cs index 854e1b42ece4..438170043ace 100644 --- a/sdk/code-analysis/ServiceAnalysis/XRay/Properties/AssemblyInfo.cs +++ b/sdk/code-analysis/ServiceAnalysis/XRay/Properties/AssemblyInfo.cs @@ -29,4 +29,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] \ No newline at end of file +[assembly: AssemblyFileVersion("3.7.400.43")] \ No newline at end of file diff --git a/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs b/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs index c6002322dad9..4e658b3b523f 100644 --- a/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs +++ b/sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs @@ -29,6 +29,6 @@ namespace Amazon.Util.Internal { public static partial class InternalSDKUtils { - internal const string CoreVersionNumber = "3.7.400.42"; + internal const string CoreVersionNumber = "3.7.400.43"; } } \ No newline at end of file diff --git a/sdk/src/Core/Properties/AssemblyInfo.cs b/sdk/src/Core/Properties/AssemblyInfo.cs index 3b308309162e..959b9f5eb11e 100644 --- a/sdk/src/Core/Properties/AssemblyInfo.cs +++ b/sdk/src/Core/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ACMPCA/Generated/AmazonACMPCAConfig.cs b/sdk/src/Services/ACMPCA/Generated/AmazonACMPCAConfig.cs index 6baeb0e922a9..bcd8e4a69812 100644 --- a/sdk/src/Services/ACMPCA/Generated/AmazonACMPCAConfig.cs +++ b/sdk/src/Services/ACMPCA/Generated/AmazonACMPCAConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ACMPCA public partial class AmazonACMPCAConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ACM PCA", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("ACM PCA", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ACMPCA/Properties/AssemblyInfo.cs b/sdk/src/Services/ACMPCA/Properties/AssemblyInfo.cs index 79efb4ac6fc9..780c49c57c7a 100644 --- a/sdk/src/Services/ACMPCA/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ACMPCA/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/APIGateway/Generated/AmazonAPIGatewayConfig.cs b/sdk/src/Services/APIGateway/Generated/AmazonAPIGatewayConfig.cs index b6dcf95ea3ec..feae496fb8bd 100644 --- a/sdk/src/Services/APIGateway/Generated/AmazonAPIGatewayConfig.cs +++ b/sdk/src/Services/APIGateway/Generated/AmazonAPIGatewayConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.APIGateway public partial class AmazonAPIGatewayConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("API Gateway", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("API Gateway", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/APIGateway/Properties/AssemblyInfo.cs b/sdk/src/Services/APIGateway/Properties/AssemblyInfo.cs index 705f3f2b33d8..8197f7bed4c2 100644 --- a/sdk/src/Services/APIGateway/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/APIGateway/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ARCZonalShift/Generated/AmazonARCZonalShiftConfig.cs b/sdk/src/Services/ARCZonalShift/Generated/AmazonARCZonalShiftConfig.cs index dac0c26d48f2..421537e1f381 100644 --- a/sdk/src/Services/ARCZonalShift/Generated/AmazonARCZonalShiftConfig.cs +++ b/sdk/src/Services/ARCZonalShift/Generated/AmazonARCZonalShiftConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ARCZonalShift public partial class AmazonARCZonalShiftConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ARC Zonal Shift", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ARC Zonal Shift", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ARCZonalShift/Properties/AssemblyInfo.cs b/sdk/src/Services/ARCZonalShift/Properties/AssemblyInfo.cs index 60a1646826a0..5783b5448322 100644 --- a/sdk/src/Services/ARCZonalShift/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ARCZonalShift/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AWSHealth/Generated/AmazonAWSHealthConfig.cs b/sdk/src/Services/AWSHealth/Generated/AmazonAWSHealthConfig.cs index e1df6f110b42..1cc4f954fa92 100644 --- a/sdk/src/Services/AWSHealth/Generated/AmazonAWSHealthConfig.cs +++ b/sdk/src/Services/AWSHealth/Generated/AmazonAWSHealthConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AWSHealth public partial class AmazonAWSHealthConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Health", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Health", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AWSHealth/Properties/AssemblyInfo.cs b/sdk/src/Services/AWSHealth/Properties/AssemblyInfo.cs index 51b1f4f3a435..8c17d6611c12 100644 --- a/sdk/src/Services/AWSHealth/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AWSHealth/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Generated/AmazonAWSMarketplaceCommerceAnalyticsConfig.cs b/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Generated/AmazonAWSMarketplaceCommerceAnalyticsConfig.cs index 93cb9e4d9ec3..b4d02de5075f 100644 --- a/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Generated/AmazonAWSMarketplaceCommerceAnalyticsConfig.cs +++ b/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Generated/AmazonAWSMarketplaceCommerceAnalyticsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AWSMarketplaceCommerceAnalytics public partial class AmazonAWSMarketplaceCommerceAnalyticsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Commerce Analytics", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Marketplace Commerce Analytics", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs b/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs index 07c90dfba0ef..23a689b133dc 100644 --- a/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AWSMarketplaceCommerceAnalytics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AWSMarketplaceMetering/Generated/AmazonAWSMarketplaceMeteringConfig.cs b/sdk/src/Services/AWSMarketplaceMetering/Generated/AmazonAWSMarketplaceMeteringConfig.cs index 948020838e5a..ed5ba3367024 100644 --- a/sdk/src/Services/AWSMarketplaceMetering/Generated/AmazonAWSMarketplaceMeteringConfig.cs +++ b/sdk/src/Services/AWSMarketplaceMetering/Generated/AmazonAWSMarketplaceMeteringConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AWSMarketplaceMetering public partial class AmazonAWSMarketplaceMeteringConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Metering", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Marketplace Metering", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AWSMarketplaceMetering/Properties/AssemblyInfo.cs b/sdk/src/Services/AWSMarketplaceMetering/Properties/AssemblyInfo.cs index b871da25d14d..b20591766eef 100644 --- a/sdk/src/Services/AWSMarketplaceMetering/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AWSMarketplaceMetering/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AWSSupport/Generated/AmazonAWSSupportConfig.cs b/sdk/src/Services/AWSSupport/Generated/AmazonAWSSupportConfig.cs index 6e37a2d80d1e..3c572ccac77a 100644 --- a/sdk/src/Services/AWSSupport/Generated/AmazonAWSSupportConfig.cs +++ b/sdk/src/Services/AWSSupport/Generated/AmazonAWSSupportConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AWSSupport public partial class AmazonAWSSupportConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Support", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("Support", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AWSSupport/Properties/AssemblyInfo.cs b/sdk/src/Services/AWSSupport/Properties/AssemblyInfo.cs index 89577f5f4ace..d295c153981b 100644 --- a/sdk/src/Services/AWSSupport/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AWSSupport/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AccessAnalyzer/Generated/AmazonAccessAnalyzerConfig.cs b/sdk/src/Services/AccessAnalyzer/Generated/AmazonAccessAnalyzerConfig.cs index 1725e824f0dd..1023fbe30414 100644 --- a/sdk/src/Services/AccessAnalyzer/Generated/AmazonAccessAnalyzerConfig.cs +++ b/sdk/src/Services/AccessAnalyzer/Generated/AmazonAccessAnalyzerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AccessAnalyzer public partial class AmazonAccessAnalyzerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AccessAnalyzer", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AccessAnalyzer", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AccessAnalyzer/Properties/AssemblyInfo.cs b/sdk/src/Services/AccessAnalyzer/Properties/AssemblyInfo.cs index 34bc15bf52c3..3fdb9e9bb512 100644 --- a/sdk/src/Services/AccessAnalyzer/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AccessAnalyzer/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Account/Generated/AmazonAccountConfig.cs b/sdk/src/Services/Account/Generated/AmazonAccountConfig.cs index 18cc4d0bff17..f297bf7099b0 100644 --- a/sdk/src/Services/Account/Generated/AmazonAccountConfig.cs +++ b/sdk/src/Services/Account/Generated/AmazonAccountConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Account public partial class AmazonAccountConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Account", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Account", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Account/Properties/AssemblyInfo.cs b/sdk/src/Services/Account/Properties/AssemblyInfo.cs index fbcb71907880..4bae0b358db9 100644 --- a/sdk/src/Services/Account/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Account/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Amplify/Generated/AmazonAmplifyConfig.cs b/sdk/src/Services/Amplify/Generated/AmazonAmplifyConfig.cs index 9ea383a34c4a..77ea2898005a 100644 --- a/sdk/src/Services/Amplify/Generated/AmazonAmplifyConfig.cs +++ b/sdk/src/Services/Amplify/Generated/AmazonAmplifyConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Amplify public partial class AmazonAmplifyConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Amplify", "3.7.402.7"); + InternalSDKUtils.BuildUserAgentString("Amplify", "3.7.402.8"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Amplify/Properties/AssemblyInfo.cs b/sdk/src/Services/Amplify/Properties/AssemblyInfo.cs index f89f912a055c..7303525555f1 100644 --- a/sdk/src/Services/Amplify/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Amplify/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.7")] +[assembly: AssemblyFileVersion("3.7.402.8")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AmplifyBackend/Generated/AmazonAmplifyBackendConfig.cs b/sdk/src/Services/AmplifyBackend/Generated/AmazonAmplifyBackendConfig.cs index 7db9d0d11868..53102b07e845 100644 --- a/sdk/src/Services/AmplifyBackend/Generated/AmazonAmplifyBackendConfig.cs +++ b/sdk/src/Services/AmplifyBackend/Generated/AmazonAmplifyBackendConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AmplifyBackend public partial class AmazonAmplifyBackendConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AmplifyBackend", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AmplifyBackend", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AmplifyBackend/Properties/AssemblyInfo.cs b/sdk/src/Services/AmplifyBackend/Properties/AssemblyInfo.cs index d6f17483d88d..8a70b478c933 100644 --- a/sdk/src/Services/AmplifyBackend/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AmplifyBackend/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AmplifyUIBuilder/Generated/AmazonAmplifyUIBuilderConfig.cs b/sdk/src/Services/AmplifyUIBuilder/Generated/AmazonAmplifyUIBuilderConfig.cs index 249ea6c72407..c52329624ded 100644 --- a/sdk/src/Services/AmplifyUIBuilder/Generated/AmazonAmplifyUIBuilderConfig.cs +++ b/sdk/src/Services/AmplifyUIBuilder/Generated/AmazonAmplifyUIBuilderConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AmplifyUIBuilder public partial class AmazonAmplifyUIBuilderConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AmplifyUIBuilder", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AmplifyUIBuilder", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AmplifyUIBuilder/Properties/AssemblyInfo.cs b/sdk/src/Services/AmplifyUIBuilder/Properties/AssemblyInfo.cs index 0e61b783e631..387120ed7edf 100644 --- a/sdk/src/Services/AmplifyUIBuilder/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AmplifyUIBuilder/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApiGatewayManagementApi/Generated/AmazonApiGatewayManagementApiConfig.cs b/sdk/src/Services/ApiGatewayManagementApi/Generated/AmazonApiGatewayManagementApiConfig.cs index 4c95b4d05665..bc543d9c1009 100644 --- a/sdk/src/Services/ApiGatewayManagementApi/Generated/AmazonApiGatewayManagementApiConfig.cs +++ b/sdk/src/Services/ApiGatewayManagementApi/Generated/AmazonApiGatewayManagementApiConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ApiGatewayManagementApi public partial class AmazonApiGatewayManagementApiConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ApiGatewayManagementApi", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ApiGatewayManagementApi", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApiGatewayManagementApi/Properties/AssemblyInfo.cs b/sdk/src/Services/ApiGatewayManagementApi/Properties/AssemblyInfo.cs index 5a2ca065ba73..093935190fe4 100644 --- a/sdk/src/Services/ApiGatewayManagementApi/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApiGatewayManagementApi/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApiGatewayV2/Generated/AmazonApiGatewayV2Config.cs b/sdk/src/Services/ApiGatewayV2/Generated/AmazonApiGatewayV2Config.cs index a8eb00d405f0..99aae4698ac3 100644 --- a/sdk/src/Services/ApiGatewayV2/Generated/AmazonApiGatewayV2Config.cs +++ b/sdk/src/Services/ApiGatewayV2/Generated/AmazonApiGatewayV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.ApiGatewayV2 public partial class AmazonApiGatewayV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ApiGatewayV2", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ApiGatewayV2", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApiGatewayV2/Properties/AssemblyInfo.cs b/sdk/src/Services/ApiGatewayV2/Properties/AssemblyInfo.cs index 113e968bf8d1..90122657def8 100644 --- a/sdk/src/Services/ApiGatewayV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApiGatewayV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppConfig/Generated/AmazonAppConfigConfig.cs b/sdk/src/Services/AppConfig/Generated/AmazonAppConfigConfig.cs index e8e7bbfda05a..35e52a0864a3 100644 --- a/sdk/src/Services/AppConfig/Generated/AmazonAppConfigConfig.cs +++ b/sdk/src/Services/AppConfig/Generated/AmazonAppConfigConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppConfig public partial class AmazonAppConfigConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppConfig", "3.7.402.3"); + InternalSDKUtils.BuildUserAgentString("AppConfig", "3.7.402.4"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppConfig/Properties/AssemblyInfo.cs b/sdk/src/Services/AppConfig/Properties/AssemblyInfo.cs index 108c84e80de3..fa0c9058f63e 100644 --- a/sdk/src/Services/AppConfig/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppConfig/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.3")] +[assembly: AssemblyFileVersion("3.7.402.4")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppConfigData/Generated/AmazonAppConfigDataConfig.cs b/sdk/src/Services/AppConfigData/Generated/AmazonAppConfigDataConfig.cs index 37fa665bd980..7ef00130c8a9 100644 --- a/sdk/src/Services/AppConfigData/Generated/AmazonAppConfigDataConfig.cs +++ b/sdk/src/Services/AppConfigData/Generated/AmazonAppConfigDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppConfigData public partial class AmazonAppConfigDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppConfigData", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AppConfigData", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppConfigData/Properties/AssemblyInfo.cs b/sdk/src/Services/AppConfigData/Properties/AssemblyInfo.cs index 135f1d2cf2ca..38637faf8fde 100644 --- a/sdk/src/Services/AppConfigData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppConfigData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppFabric/Generated/AmazonAppFabricConfig.cs b/sdk/src/Services/AppFabric/Generated/AmazonAppFabricConfig.cs index d77651437771..8df24bc5c9db 100644 --- a/sdk/src/Services/AppFabric/Generated/AmazonAppFabricConfig.cs +++ b/sdk/src/Services/AppFabric/Generated/AmazonAppFabricConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppFabric public partial class AmazonAppFabricConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppFabric", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AppFabric", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppFabric/Properties/AssemblyInfo.cs b/sdk/src/Services/AppFabric/Properties/AssemblyInfo.cs index 6dae2b2ca43c..8542497940f6 100644 --- a/sdk/src/Services/AppFabric/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppFabric/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppIntegrationsService/Generated/AmazonAppIntegrationsServiceConfig.cs b/sdk/src/Services/AppIntegrationsService/Generated/AmazonAppIntegrationsServiceConfig.cs index db3f2af0e7d6..bcda581e5907 100644 --- a/sdk/src/Services/AppIntegrationsService/Generated/AmazonAppIntegrationsServiceConfig.cs +++ b/sdk/src/Services/AppIntegrationsService/Generated/AmazonAppIntegrationsServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppIntegrationsService public partial class AmazonAppIntegrationsServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppIntegrations", "3.7.401.39"); + InternalSDKUtils.BuildUserAgentString("AppIntegrations", "3.7.401.40"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppIntegrationsService/Properties/AssemblyInfo.cs b/sdk/src/Services/AppIntegrationsService/Properties/AssemblyInfo.cs index d25a03fc9778..b88531015607 100644 --- a/sdk/src/Services/AppIntegrationsService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppIntegrationsService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.39")] +[assembly: AssemblyFileVersion("3.7.401.40")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppMesh/Generated/AmazonAppMeshConfig.cs b/sdk/src/Services/AppMesh/Generated/AmazonAppMeshConfig.cs index 7a826e62b1cf..7b827796f204 100644 --- a/sdk/src/Services/AppMesh/Generated/AmazonAppMeshConfig.cs +++ b/sdk/src/Services/AppMesh/Generated/AmazonAppMeshConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppMesh public partial class AmazonAppMeshConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("App Mesh", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("App Mesh", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppMesh/Properties/AssemblyInfo.cs b/sdk/src/Services/AppMesh/Properties/AssemblyInfo.cs index 28b2a6ebf474..f2a369986d7f 100644 --- a/sdk/src/Services/AppMesh/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppMesh/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppRegistry/Generated/AmazonAppRegistryConfig.cs b/sdk/src/Services/AppRegistry/Generated/AmazonAppRegistryConfig.cs index ce659b6fc03c..abfa639d525b 100644 --- a/sdk/src/Services/AppRegistry/Generated/AmazonAppRegistryConfig.cs +++ b/sdk/src/Services/AppRegistry/Generated/AmazonAppRegistryConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppRegistry public partial class AmazonAppRegistryConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Service Catalog AppRegistry", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Service Catalog AppRegistry", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppRegistry/Properties/AssemblyInfo.cs b/sdk/src/Services/AppRegistry/Properties/AssemblyInfo.cs index 0d8dd243ab32..35cebde562fb 100644 --- a/sdk/src/Services/AppRegistry/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppRegistry/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppRunner/Generated/AmazonAppRunnerConfig.cs b/sdk/src/Services/AppRunner/Generated/AmazonAppRunnerConfig.cs index 05c047a02727..057c7d9b5424 100644 --- a/sdk/src/Services/AppRunner/Generated/AmazonAppRunnerConfig.cs +++ b/sdk/src/Services/AppRunner/Generated/AmazonAppRunnerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppRunner public partial class AmazonAppRunnerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppRunner", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AppRunner", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppRunner/Properties/AssemblyInfo.cs b/sdk/src/Services/AppRunner/Properties/AssemblyInfo.cs index 26abeabe5130..5ae255380eaa 100644 --- a/sdk/src/Services/AppRunner/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppRunner/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs b/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs index 2b429aa2a2fa..38b24476b68d 100644 --- a/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs +++ b/sdk/src/Services/AppStream/Generated/AmazonAppStreamConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppStream public partial class AmazonAppStreamConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppStream", "3.7.403.14"); + InternalSDKUtils.BuildUserAgentString("AppStream", "3.7.403.15"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs b/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs index ce2d70f34ab2..5a701072aa2c 100644 --- a/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppStream/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.14")] +[assembly: AssemblyFileVersion("3.7.403.15")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppSync/Generated/AmazonAppSyncConfig.cs b/sdk/src/Services/AppSync/Generated/AmazonAppSyncConfig.cs index 3fbb856dad68..f23a3ce3d874 100644 --- a/sdk/src/Services/AppSync/Generated/AmazonAppSyncConfig.cs +++ b/sdk/src/Services/AppSync/Generated/AmazonAppSyncConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppSync public partial class AmazonAppSyncConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppSync", "3.7.401.28"); + InternalSDKUtils.BuildUserAgentString("AppSync", "3.7.402.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppSync/Properties/AssemblyInfo.cs b/sdk/src/Services/AppSync/Properties/AssemblyInfo.cs index 9025fd3c8383..2df62b427420 100644 --- a/sdk/src/Services/AppSync/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppSync/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.28")] +[assembly: AssemblyFileVersion("3.7.402.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AppTest/Generated/AmazonAppTestConfig.cs b/sdk/src/Services/AppTest/Generated/AmazonAppTestConfig.cs index 3caa858e0650..124374277fc0 100644 --- a/sdk/src/Services/AppTest/Generated/AmazonAppTestConfig.cs +++ b/sdk/src/Services/AppTest/Generated/AmazonAppTestConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AppTest public partial class AmazonAppTestConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AppTest", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AppTest", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AppTest/Properties/AssemblyInfo.cs b/sdk/src/Services/AppTest/Properties/AssemblyInfo.cs index a20440702502..7c9e52bbea82 100644 --- a/sdk/src/Services/AppTest/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AppTest/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Appflow/Generated/AmazonAppflowConfig.cs b/sdk/src/Services/Appflow/Generated/AmazonAppflowConfig.cs index d1ef645a84c2..1e98b25c499e 100644 --- a/sdk/src/Services/Appflow/Generated/AmazonAppflowConfig.cs +++ b/sdk/src/Services/Appflow/Generated/AmazonAppflowConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Appflow public partial class AmazonAppflowConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Appflow", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("Appflow", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Appflow/Properties/AssemblyInfo.cs b/sdk/src/Services/Appflow/Properties/AssemblyInfo.cs index 18282bb39773..2ff1c282511c 100644 --- a/sdk/src/Services/Appflow/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Appflow/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApplicationAutoScaling/Generated/AmazonApplicationAutoScalingConfig.cs b/sdk/src/Services/ApplicationAutoScaling/Generated/AmazonApplicationAutoScalingConfig.cs index 5d63a8bde93a..2d93467b1be9 100644 --- a/sdk/src/Services/ApplicationAutoScaling/Generated/AmazonApplicationAutoScalingConfig.cs +++ b/sdk/src/Services/ApplicationAutoScaling/Generated/AmazonApplicationAutoScalingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ApplicationAutoScaling public partial class AmazonApplicationAutoScalingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Application Auto Scaling", "3.7.401.42"); + InternalSDKUtils.BuildUserAgentString("Application Auto Scaling", "3.7.401.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApplicationAutoScaling/Properties/AssemblyInfo.cs b/sdk/src/Services/ApplicationAutoScaling/Properties/AssemblyInfo.cs index 7874156fcf1b..18d255ec0f28 100644 --- a/sdk/src/Services/ApplicationAutoScaling/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApplicationAutoScaling/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.42")] +[assembly: AssemblyFileVersion("3.7.401.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApplicationCostProfiler/Generated/AmazonApplicationCostProfilerConfig.cs b/sdk/src/Services/ApplicationCostProfiler/Generated/AmazonApplicationCostProfilerConfig.cs index 5b77a9d3b0bf..1191d1cfeaea 100644 --- a/sdk/src/Services/ApplicationCostProfiler/Generated/AmazonApplicationCostProfilerConfig.cs +++ b/sdk/src/Services/ApplicationCostProfiler/Generated/AmazonApplicationCostProfilerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ApplicationCostProfiler public partial class AmazonApplicationCostProfilerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ApplicationCostProfiler", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ApplicationCostProfiler", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApplicationCostProfiler/Properties/AssemblyInfo.cs b/sdk/src/Services/ApplicationCostProfiler/Properties/AssemblyInfo.cs index bf96a0f6aa5d..92b660a8e24f 100644 --- a/sdk/src/Services/ApplicationCostProfiler/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApplicationCostProfiler/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApplicationDiscoveryService/Generated/AmazonApplicationDiscoveryServiceConfig.cs b/sdk/src/Services/ApplicationDiscoveryService/Generated/AmazonApplicationDiscoveryServiceConfig.cs index 82945a3dbc43..e481cb80eef9 100644 --- a/sdk/src/Services/ApplicationDiscoveryService/Generated/AmazonApplicationDiscoveryServiceConfig.cs +++ b/sdk/src/Services/ApplicationDiscoveryService/Generated/AmazonApplicationDiscoveryServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ApplicationDiscoveryService public partial class AmazonApplicationDiscoveryServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Application Discovery Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Application Discovery Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApplicationDiscoveryService/Properties/AssemblyInfo.cs b/sdk/src/Services/ApplicationDiscoveryService/Properties/AssemblyInfo.cs index fff4e629af97..4c67ad8a91ed 100644 --- a/sdk/src/Services/ApplicationDiscoveryService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApplicationDiscoveryService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApplicationInsights/Generated/AmazonApplicationInsightsConfig.cs b/sdk/src/Services/ApplicationInsights/Generated/AmazonApplicationInsightsConfig.cs index febc6bc06087..ea6201a87657 100644 --- a/sdk/src/Services/ApplicationInsights/Generated/AmazonApplicationInsightsConfig.cs +++ b/sdk/src/Services/ApplicationInsights/Generated/AmazonApplicationInsightsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ApplicationInsights public partial class AmazonApplicationInsightsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Application Insights", "3.7.401.6"); + InternalSDKUtils.BuildUserAgentString("Application Insights", "3.7.401.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApplicationInsights/Properties/AssemblyInfo.cs b/sdk/src/Services/ApplicationInsights/Properties/AssemblyInfo.cs index 9d18203a591c..cf624d3a43ca 100644 --- a/sdk/src/Services/ApplicationInsights/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApplicationInsights/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.6")] +[assembly: AssemblyFileVersion("3.7.401.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ApplicationSignals/Generated/AmazonApplicationSignalsConfig.cs b/sdk/src/Services/ApplicationSignals/Generated/AmazonApplicationSignalsConfig.cs index 56f12fc64bf5..6279cc960301 100644 --- a/sdk/src/Services/ApplicationSignals/Generated/AmazonApplicationSignalsConfig.cs +++ b/sdk/src/Services/ApplicationSignals/Generated/AmazonApplicationSignalsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ApplicationSignals public partial class AmazonApplicationSignalsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Application Signals", "3.7.402.27"); + InternalSDKUtils.BuildUserAgentString("Application Signals", "3.7.402.28"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ApplicationSignals/Properties/AssemblyInfo.cs b/sdk/src/Services/ApplicationSignals/Properties/AssemblyInfo.cs index c899e52a99f7..2517ab7cbd27 100644 --- a/sdk/src/Services/ApplicationSignals/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ApplicationSignals/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.27")] +[assembly: AssemblyFileVersion("3.7.402.28")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Artifact/Generated/AmazonArtifactConfig.cs b/sdk/src/Services/Artifact/Generated/AmazonArtifactConfig.cs index 980a8491908c..bb4a88f23b51 100644 --- a/sdk/src/Services/Artifact/Generated/AmazonArtifactConfig.cs +++ b/sdk/src/Services/Artifact/Generated/AmazonArtifactConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Artifact public partial class AmazonArtifactConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Artifact", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Artifact", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Artifact/Properties/AssemblyInfo.cs b/sdk/src/Services/Artifact/Properties/AssemblyInfo.cs index 3d8eadafa128..f8a497da4e66 100644 --- a/sdk/src/Services/Artifact/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Artifact/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs b/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs index a75ca020d0a2..128f24724a14 100644 --- a/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs +++ b/sdk/src/Services/Athena/Generated/AmazonAthenaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Athena public partial class AmazonAthenaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Athena", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("Athena", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Athena/Properties/AssemblyInfo.cs b/sdk/src/Services/Athena/Properties/AssemblyInfo.cs index 585e068bf283..c1413a9939c6 100644 --- a/sdk/src/Services/Athena/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Athena/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AuditManager/Generated/AmazonAuditManagerConfig.cs b/sdk/src/Services/AuditManager/Generated/AmazonAuditManagerConfig.cs index 09c94a32da2b..84e5a553604e 100644 --- a/sdk/src/Services/AuditManager/Generated/AmazonAuditManagerConfig.cs +++ b/sdk/src/Services/AuditManager/Generated/AmazonAuditManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AuditManager public partial class AmazonAuditManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("AuditManager", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("AuditManager", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AuditManager/Properties/AssemblyInfo.cs b/sdk/src/Services/AuditManager/Properties/AssemblyInfo.cs index d8bf333bda95..489f8fdb9850 100644 --- a/sdk/src/Services/AuditManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AuditManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AugmentedAIRuntime/Generated/AmazonAugmentedAIRuntimeConfig.cs b/sdk/src/Services/AugmentedAIRuntime/Generated/AmazonAugmentedAIRuntimeConfig.cs index 13e93c3217c6..bc4234f5711e 100644 --- a/sdk/src/Services/AugmentedAIRuntime/Generated/AmazonAugmentedAIRuntimeConfig.cs +++ b/sdk/src/Services/AugmentedAIRuntime/Generated/AmazonAugmentedAIRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AugmentedAIRuntime public partial class AmazonAugmentedAIRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SageMaker A2I Runtime", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SageMaker A2I Runtime", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AugmentedAIRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/AugmentedAIRuntime/Properties/AssemblyInfo.cs index d713280726d6..2d805860157a 100644 --- a/sdk/src/Services/AugmentedAIRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AugmentedAIRuntime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AutoScaling/Generated/AmazonAutoScalingConfig.cs b/sdk/src/Services/AutoScaling/Generated/AmazonAutoScalingConfig.cs index 11e076f573eb..cd495c9ff6cf 100644 --- a/sdk/src/Services/AutoScaling/Generated/AmazonAutoScalingConfig.cs +++ b/sdk/src/Services/AutoScaling/Generated/AmazonAutoScalingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AutoScaling public partial class AmazonAutoScalingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Auto Scaling", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("Auto Scaling", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AutoScaling/Properties/AssemblyInfo.cs b/sdk/src/Services/AutoScaling/Properties/AssemblyInfo.cs index 08b7505a7046..cc7470fde410 100644 --- a/sdk/src/Services/AutoScaling/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AutoScaling/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/AutoScalingPlans/Generated/AmazonAutoScalingPlansConfig.cs b/sdk/src/Services/AutoScalingPlans/Generated/AmazonAutoScalingPlansConfig.cs index b39e039f1a11..204645b5daa0 100644 --- a/sdk/src/Services/AutoScalingPlans/Generated/AmazonAutoScalingPlansConfig.cs +++ b/sdk/src/Services/AutoScalingPlans/Generated/AmazonAutoScalingPlansConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.AutoScalingPlans public partial class AmazonAutoScalingPlansConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Auto Scaling Plans", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Auto Scaling Plans", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/AutoScalingPlans/Properties/AssemblyInfo.cs b/sdk/src/Services/AutoScalingPlans/Properties/AssemblyInfo.cs index 233e62de10a1..659de55590e0 100644 --- a/sdk/src/Services/AutoScalingPlans/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/AutoScalingPlans/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/B2bi/Generated/AmazonB2biConfig.cs b/sdk/src/Services/B2bi/Generated/AmazonB2biConfig.cs index c59e962eac9b..ac2a314bf1eb 100644 --- a/sdk/src/Services/B2bi/Generated/AmazonB2biConfig.cs +++ b/sdk/src/Services/B2bi/Generated/AmazonB2biConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.B2bi public partial class AmazonB2biConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("b2bi", "3.7.401.14"); + InternalSDKUtils.BuildUserAgentString("b2bi", "3.7.401.15"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/B2bi/Properties/AssemblyInfo.cs b/sdk/src/Services/B2bi/Properties/AssemblyInfo.cs index 294706571b26..a9c58fecfa7f 100644 --- a/sdk/src/Services/B2bi/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/B2bi/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.14")] +[assembly: AssemblyFileVersion("3.7.401.15")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BCMDataExports/Generated/AmazonBCMDataExportsConfig.cs b/sdk/src/Services/BCMDataExports/Generated/AmazonBCMDataExportsConfig.cs index 3ce8eeec7def..bd90e0832687 100644 --- a/sdk/src/Services/BCMDataExports/Generated/AmazonBCMDataExportsConfig.cs +++ b/sdk/src/Services/BCMDataExports/Generated/AmazonBCMDataExportsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BCMDataExports public partial class AmazonBCMDataExportsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("BCM Data Exports", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("BCM Data Exports", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BCMDataExports/Properties/AssemblyInfo.cs b/sdk/src/Services/BCMDataExports/Properties/AssemblyInfo.cs index 05e79291d573..ebbe63c434b1 100644 --- a/sdk/src/Services/BCMDataExports/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BCMDataExports/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Backup/Generated/AmazonBackupConfig.cs b/sdk/src/Services/Backup/Generated/AmazonBackupConfig.cs index b08eabdb5f7a..c625e8b4ac17 100644 --- a/sdk/src/Services/Backup/Generated/AmazonBackupConfig.cs +++ b/sdk/src/Services/Backup/Generated/AmazonBackupConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Backup public partial class AmazonBackupConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Backup", "3.7.401.29"); + InternalSDKUtils.BuildUserAgentString("Backup", "3.7.401.30"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Backup/Properties/AssemblyInfo.cs b/sdk/src/Services/Backup/Properties/AssemblyInfo.cs index 2bca764a6d62..f2539d753ebd 100644 --- a/sdk/src/Services/Backup/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Backup/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.29")] +[assembly: AssemblyFileVersion("3.7.401.30")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BackupGateway/Generated/AmazonBackupGatewayConfig.cs b/sdk/src/Services/BackupGateway/Generated/AmazonBackupGatewayConfig.cs index 1353af576255..9b2f538011a4 100644 --- a/sdk/src/Services/BackupGateway/Generated/AmazonBackupGatewayConfig.cs +++ b/sdk/src/Services/BackupGateway/Generated/AmazonBackupGatewayConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BackupGateway public partial class AmazonBackupGatewayConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Backup Gateway", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Backup Gateway", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BackupGateway/Properties/AssemblyInfo.cs b/sdk/src/Services/BackupGateway/Properties/AssemblyInfo.cs index 7ad3ed498843..a132e577cd86 100644 --- a/sdk/src/Services/BackupGateway/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BackupGateway/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Batch/Generated/AmazonBatchConfig.cs b/sdk/src/Services/Batch/Generated/AmazonBatchConfig.cs index e985b198b87d..7b55c7e0c907 100644 --- a/sdk/src/Services/Batch/Generated/AmazonBatchConfig.cs +++ b/sdk/src/Services/Batch/Generated/AmazonBatchConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Batch public partial class AmazonBatchConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Batch", "3.7.401.35"); + InternalSDKUtils.BuildUserAgentString("Batch", "3.7.401.36"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Batch/Properties/AssemblyInfo.cs b/sdk/src/Services/Batch/Properties/AssemblyInfo.cs index 7f08a049c91e..df1e2499c55e 100644 --- a/sdk/src/Services/Batch/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Batch/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.35")] +[assembly: AssemblyFileVersion("3.7.401.36")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs b/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs index b75d6bda8b2f..3b98aae3f99c 100644 --- a/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs +++ b/sdk/src/Services/Bedrock/Generated/AmazonBedrockConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Bedrock public partial class AmazonBedrockConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Bedrock", "3.7.409.0"); + InternalSDKUtils.BuildUserAgentString("Bedrock", "3.7.409.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs b/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs index c4f73f2172aa..53d013267a9c 100644 --- a/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Bedrock/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.409.0")] +[assembly: AssemblyFileVersion("3.7.409.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BedrockAgent/Generated/AmazonBedrockAgentConfig.cs b/sdk/src/Services/BedrockAgent/Generated/AmazonBedrockAgentConfig.cs index c4a8842d4a66..182e58661b7c 100644 --- a/sdk/src/Services/BedrockAgent/Generated/AmazonBedrockAgentConfig.cs +++ b/sdk/src/Services/BedrockAgent/Generated/AmazonBedrockAgentConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BedrockAgent public partial class AmazonBedrockAgentConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Bedrock Agent", "3.7.407.2"); + InternalSDKUtils.BuildUserAgentString("Bedrock Agent", "3.7.407.3"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BedrockAgent/Properties/AssemblyInfo.cs b/sdk/src/Services/BedrockAgent/Properties/AssemblyInfo.cs index f2972e057fe0..67505320ffc6 100644 --- a/sdk/src/Services/BedrockAgent/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BedrockAgent/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.2")] +[assembly: AssemblyFileVersion("3.7.407.3")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BedrockAgentRuntime/Generated/AmazonBedrockAgentRuntimeConfig.cs b/sdk/src/Services/BedrockAgentRuntime/Generated/AmazonBedrockAgentRuntimeConfig.cs index 97c0c6c5a84d..207975c8c45d 100644 --- a/sdk/src/Services/BedrockAgentRuntime/Generated/AmazonBedrockAgentRuntimeConfig.cs +++ b/sdk/src/Services/BedrockAgentRuntime/Generated/AmazonBedrockAgentRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BedrockAgentRuntime public partial class AmazonBedrockAgentRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Bedrock Agent Runtime", "3.7.406.6"); + InternalSDKUtils.BuildUserAgentString("Bedrock Agent Runtime", "3.7.406.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BedrockAgentRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/BedrockAgentRuntime/Properties/AssemblyInfo.cs index ce8b9d2e603d..4472bad84bb2 100644 --- a/sdk/src/Services/BedrockAgentRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BedrockAgentRuntime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.6")] +[assembly: AssemblyFileVersion("3.7.406.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs b/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs index 7521bfa26f63..5812965f087b 100644 --- a/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs +++ b/sdk/src/Services/BedrockRuntime/Generated/AmazonBedrockRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BedrockRuntime public partial class AmazonBedrockRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.407.0"); + InternalSDKUtils.BuildUserAgentString("Bedrock Runtime", "3.7.407.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs index 8e8e9bc384cd..13925c509311 100644 --- a/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BedrockRuntime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.0")] +[assembly: AssemblyFileVersion("3.7.407.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/BillingConductor/Generated/AmazonBillingConductorConfig.cs b/sdk/src/Services/BillingConductor/Generated/AmazonBillingConductorConfig.cs index 8f30faea2388..87da0e8187e2 100644 --- a/sdk/src/Services/BillingConductor/Generated/AmazonBillingConductorConfig.cs +++ b/sdk/src/Services/BillingConductor/Generated/AmazonBillingConductorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.BillingConductor public partial class AmazonBillingConductorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("billingconductor", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("billingconductor", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/BillingConductor/Properties/AssemblyInfo.cs b/sdk/src/Services/BillingConductor/Properties/AssemblyInfo.cs index 29d2f4faa7c1..fc419a3f5246 100644 --- a/sdk/src/Services/BillingConductor/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/BillingConductor/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Braket/Generated/AmazonBraketConfig.cs b/sdk/src/Services/Braket/Generated/AmazonBraketConfig.cs index e6d358dfe528..011d35e4fa13 100644 --- a/sdk/src/Services/Braket/Generated/AmazonBraketConfig.cs +++ b/sdk/src/Services/Braket/Generated/AmazonBraketConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Braket public partial class AmazonBraketConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Braket", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Braket", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Braket/Properties/AssemblyInfo.cs b/sdk/src/Services/Braket/Properties/AssemblyInfo.cs index fb71de41c801..011e8142a875 100644 --- a/sdk/src/Services/Braket/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Braket/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs b/sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs index f5aea83cd1dc..91088e628318 100644 --- a/sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs +++ b/sdk/src/Services/Budgets/Generated/AmazonBudgetsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Budgets public partial class AmazonBudgetsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Budgets", "3.7.401.19"); + InternalSDKUtils.BuildUserAgentString("Budgets", "3.7.401.20"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Budgets/Properties/AssemblyInfo.cs b/sdk/src/Services/Budgets/Properties/AssemblyInfo.cs index c2be352ab2d7..911e748ca64b 100644 --- a/sdk/src/Services/Budgets/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Budgets/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.19")] +[assembly: AssemblyFileVersion("3.7.401.20")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CertificateManager/Generated/AmazonCertificateManagerConfig.cs b/sdk/src/Services/CertificateManager/Generated/AmazonCertificateManagerConfig.cs index fcc0b97a4a34..7a36bd00dd8b 100644 --- a/sdk/src/Services/CertificateManager/Generated/AmazonCertificateManagerConfig.cs +++ b/sdk/src/Services/CertificateManager/Generated/AmazonCertificateManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CertificateManager public partial class AmazonCertificateManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ACM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ACM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CertificateManager/Properties/AssemblyInfo.cs b/sdk/src/Services/CertificateManager/Properties/AssemblyInfo.cs index 6d8310302039..0894db87a1c5 100644 --- a/sdk/src/Services/CertificateManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CertificateManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Chatbot/Generated/AmazonChatbotConfig.cs b/sdk/src/Services/Chatbot/Generated/AmazonChatbotConfig.cs index aa06998c9972..89d8b149558d 100644 --- a/sdk/src/Services/Chatbot/Generated/AmazonChatbotConfig.cs +++ b/sdk/src/Services/Chatbot/Generated/AmazonChatbotConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Chatbot public partial class AmazonChatbotConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("chatbot", "3.7.402.17"); + InternalSDKUtils.BuildUserAgentString("chatbot", "3.7.402.18"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Chatbot/Properties/AssemblyInfo.cs b/sdk/src/Services/Chatbot/Properties/AssemblyInfo.cs index e4e25cf2fc18..cef6370b4291 100644 --- a/sdk/src/Services/Chatbot/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Chatbot/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.17")] +[assembly: AssemblyFileVersion("3.7.402.18")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Chime/Generated/AmazonChimeConfig.cs b/sdk/src/Services/Chime/Generated/AmazonChimeConfig.cs index f9a48f01aa0c..866d76841358 100644 --- a/sdk/src/Services/Chime/Generated/AmazonChimeConfig.cs +++ b/sdk/src/Services/Chime/Generated/AmazonChimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Chime public partial class AmazonChimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Chime", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Chime", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Chime/Properties/AssemblyInfo.cs b/sdk/src/Services/Chime/Properties/AssemblyInfo.cs index 43be73a836a2..9509ca32d3ad 100644 --- a/sdk/src/Services/Chime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Chime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ChimeSDKIdentity/Generated/AmazonChimeSDKIdentityConfig.cs b/sdk/src/Services/ChimeSDKIdentity/Generated/AmazonChimeSDKIdentityConfig.cs index 37bc36df11c5..2f4a6c235c72 100644 --- a/sdk/src/Services/ChimeSDKIdentity/Generated/AmazonChimeSDKIdentityConfig.cs +++ b/sdk/src/Services/ChimeSDKIdentity/Generated/AmazonChimeSDKIdentityConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ChimeSDKIdentity public partial class AmazonChimeSDKIdentityConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Chime SDK Identity", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Chime SDK Identity", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ChimeSDKIdentity/Properties/AssemblyInfo.cs b/sdk/src/Services/ChimeSDKIdentity/Properties/AssemblyInfo.cs index 376600a668a5..d887ecdfebd6 100644 --- a/sdk/src/Services/ChimeSDKIdentity/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ChimeSDKIdentity/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ChimeSDKMediaPipelines/Generated/AmazonChimeSDKMediaPipelinesConfig.cs b/sdk/src/Services/ChimeSDKMediaPipelines/Generated/AmazonChimeSDKMediaPipelinesConfig.cs index 38f54354c369..e741ce8287d5 100644 --- a/sdk/src/Services/ChimeSDKMediaPipelines/Generated/AmazonChimeSDKMediaPipelinesConfig.cs +++ b/sdk/src/Services/ChimeSDKMediaPipelines/Generated/AmazonChimeSDKMediaPipelinesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ChimeSDKMediaPipelines public partial class AmazonChimeSDKMediaPipelinesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Chime SDK Media Pipelines", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Chime SDK Media Pipelines", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs b/sdk/src/Services/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs index fdaf04886823..bb374f8d5115 100644 --- a/sdk/src/Services/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ChimeSDKMediaPipelines/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ChimeSDKMeetings/Generated/AmazonChimeSDKMeetingsConfig.cs b/sdk/src/Services/ChimeSDKMeetings/Generated/AmazonChimeSDKMeetingsConfig.cs index 3932eecf3d44..8599c3d35eab 100644 --- a/sdk/src/Services/ChimeSDKMeetings/Generated/AmazonChimeSDKMeetingsConfig.cs +++ b/sdk/src/Services/ChimeSDKMeetings/Generated/AmazonChimeSDKMeetingsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ChimeSDKMeetings public partial class AmazonChimeSDKMeetingsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Chime SDK Meetings", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Chime SDK Meetings", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ChimeSDKMeetings/Properties/AssemblyInfo.cs b/sdk/src/Services/ChimeSDKMeetings/Properties/AssemblyInfo.cs index 85a78cdcc3cf..208a1fe5be49 100644 --- a/sdk/src/Services/ChimeSDKMeetings/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ChimeSDKMeetings/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ChimeSDKMessaging/Generated/AmazonChimeSDKMessagingConfig.cs b/sdk/src/Services/ChimeSDKMessaging/Generated/AmazonChimeSDKMessagingConfig.cs index ebf27274ac29..7d3edd61a1ad 100644 --- a/sdk/src/Services/ChimeSDKMessaging/Generated/AmazonChimeSDKMessagingConfig.cs +++ b/sdk/src/Services/ChimeSDKMessaging/Generated/AmazonChimeSDKMessagingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ChimeSDKMessaging public partial class AmazonChimeSDKMessagingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Chime SDK Messaging", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Chime SDK Messaging", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ChimeSDKMessaging/Properties/AssemblyInfo.cs b/sdk/src/Services/ChimeSDKMessaging/Properties/AssemblyInfo.cs index 173c3d02dc81..87542e480cfa 100644 --- a/sdk/src/Services/ChimeSDKMessaging/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ChimeSDKMessaging/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ChimeSDKVoice/Generated/AmazonChimeSDKVoiceConfig.cs b/sdk/src/Services/ChimeSDKVoice/Generated/AmazonChimeSDKVoiceConfig.cs index 5c8233a36c3b..b5004f23ad49 100644 --- a/sdk/src/Services/ChimeSDKVoice/Generated/AmazonChimeSDKVoiceConfig.cs +++ b/sdk/src/Services/ChimeSDKVoice/Generated/AmazonChimeSDKVoiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ChimeSDKVoice public partial class AmazonChimeSDKVoiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Chime SDK Voice", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Chime SDK Voice", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ChimeSDKVoice/Properties/AssemblyInfo.cs b/sdk/src/Services/ChimeSDKVoice/Properties/AssemblyInfo.cs index a2a9ccca6835..2ff990766993 100644 --- a/sdk/src/Services/ChimeSDKVoice/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ChimeSDKVoice/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CleanRooms/Generated/AmazonCleanRoomsConfig.cs b/sdk/src/Services/CleanRooms/Generated/AmazonCleanRoomsConfig.cs index e6cab3504511..34ccab807f26 100644 --- a/sdk/src/Services/CleanRooms/Generated/AmazonCleanRoomsConfig.cs +++ b/sdk/src/Services/CleanRooms/Generated/AmazonCleanRoomsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CleanRooms public partial class AmazonCleanRoomsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CleanRooms", "3.7.401.0"); + InternalSDKUtils.BuildUserAgentString("CleanRooms", "3.7.401.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CleanRooms/Properties/AssemblyInfo.cs b/sdk/src/Services/CleanRooms/Properties/AssemblyInfo.cs index 2210bb5ec729..3c48225b7251 100644 --- a/sdk/src/Services/CleanRooms/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CleanRooms/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.0")] +[assembly: AssemblyFileVersion("3.7.401.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CleanRoomsML/Generated/AmazonCleanRoomsMLConfig.cs b/sdk/src/Services/CleanRoomsML/Generated/AmazonCleanRoomsMLConfig.cs index f1af85f469e5..cec06f44408b 100644 --- a/sdk/src/Services/CleanRoomsML/Generated/AmazonCleanRoomsMLConfig.cs +++ b/sdk/src/Services/CleanRoomsML/Generated/AmazonCleanRoomsMLConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CleanRoomsML public partial class AmazonCleanRoomsMLConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CleanRoomsML", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CleanRoomsML", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CleanRoomsML/Properties/AssemblyInfo.cs b/sdk/src/Services/CleanRoomsML/Properties/AssemblyInfo.cs index 4ebca32aaddb..e047ea1af458 100644 --- a/sdk/src/Services/CleanRoomsML/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CleanRoomsML/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Cloud9/Generated/AmazonCloud9Config.cs b/sdk/src/Services/Cloud9/Generated/AmazonCloud9Config.cs index b43abc37b4ba..2b51f26fffa4 100644 --- a/sdk/src/Services/Cloud9/Generated/AmazonCloud9Config.cs +++ b/sdk/src/Services/Cloud9/Generated/AmazonCloud9Config.cs @@ -32,7 +32,7 @@ namespace Amazon.Cloud9 public partial class AmazonCloud9Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cloud9", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Cloud9", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Cloud9/Properties/AssemblyInfo.cs b/sdk/src/Services/Cloud9/Properties/AssemblyInfo.cs index 38cbd81633f2..e822f9d329a3 100644 --- a/sdk/src/Services/Cloud9/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Cloud9/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudControlApi/Generated/AmazonCloudControlApiConfig.cs b/sdk/src/Services/CloudControlApi/Generated/AmazonCloudControlApiConfig.cs index 5bd3b5a9a269..035b68919ebc 100644 --- a/sdk/src/Services/CloudControlApi/Generated/AmazonCloudControlApiConfig.cs +++ b/sdk/src/Services/CloudControlApi/Generated/AmazonCloudControlApiConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudControlApi public partial class AmazonCloudControlApiConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudControl", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudControl", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudControlApi/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudControlApi/Properties/AssemblyInfo.cs index 476bafa9613a..454a46eaf6d4 100644 --- a/sdk/src/Services/CloudControlApi/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudControlApi/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudDirectory/Generated/AmazonCloudDirectoryConfig.cs b/sdk/src/Services/CloudDirectory/Generated/AmazonCloudDirectoryConfig.cs index a99809fd443e..30d4722adf66 100644 --- a/sdk/src/Services/CloudDirectory/Generated/AmazonCloudDirectoryConfig.cs +++ b/sdk/src/Services/CloudDirectory/Generated/AmazonCloudDirectoryConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudDirectory public partial class AmazonCloudDirectoryConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudDirectory", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("CloudDirectory", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudDirectory/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudDirectory/Properties/AssemblyInfo.cs index 44a34bebc986..98f82174d073 100644 --- a/sdk/src/Services/CloudDirectory/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudDirectory/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudFormation/Generated/AmazonCloudFormationConfig.cs b/sdk/src/Services/CloudFormation/Generated/AmazonCloudFormationConfig.cs index 805d547c8224..09df0c705bbd 100644 --- a/sdk/src/Services/CloudFormation/Generated/AmazonCloudFormationConfig.cs +++ b/sdk/src/Services/CloudFormation/Generated/AmazonCloudFormationConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudFormation public partial class AmazonCloudFormationConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudFormation", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudFormation", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudFormation/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudFormation/Properties/AssemblyInfo.cs index b549e66a97a0..b9eb3961953a 100644 --- a/sdk/src/Services/CloudFormation/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudFormation/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs b/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs index 7c58d8cf18e7..76a9b31af245 100644 --- a/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs +++ b/sdk/src/Services/CloudFront/Generated/AmazonCloudFrontConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudFront public partial class AmazonCloudFrontConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudFront", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudFront", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs index ecd2d4747c7b..5142aaf7ed1e 100644 --- a/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudFront/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3.4.0")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudFrontKeyValueStore/Generated/AmazonCloudFrontKeyValueStoreConfig.cs b/sdk/src/Services/CloudFrontKeyValueStore/Generated/AmazonCloudFrontKeyValueStoreConfig.cs index 128acaddd4ff..6e98bab82475 100644 --- a/sdk/src/Services/CloudFrontKeyValueStore/Generated/AmazonCloudFrontKeyValueStoreConfig.cs +++ b/sdk/src/Services/CloudFrontKeyValueStore/Generated/AmazonCloudFrontKeyValueStoreConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudFrontKeyValueStore public partial class AmazonCloudFrontKeyValueStoreConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudFront KeyValueStore", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudFront KeyValueStore", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs index 31151cced618..dfd287751e2e 100644 --- a/sdk/src/Services/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudFrontKeyValueStore/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudHSM/Generated/AmazonCloudHSMConfig.cs b/sdk/src/Services/CloudHSM/Generated/AmazonCloudHSMConfig.cs index 27d50a0ef870..24c2bbfcbfb0 100644 --- a/sdk/src/Services/CloudHSM/Generated/AmazonCloudHSMConfig.cs +++ b/sdk/src/Services/CloudHSM/Generated/AmazonCloudHSMConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudHSM public partial class AmazonCloudHSMConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudHSM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudHSM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudHSM/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudHSM/Properties/AssemblyInfo.cs index 7fbfc7a611e1..3021d028ff7d 100644 --- a/sdk/src/Services/CloudHSM/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudHSM/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudHSMV2/Generated/AmazonCloudHSMV2Config.cs b/sdk/src/Services/CloudHSMV2/Generated/AmazonCloudHSMV2Config.cs index 2972254d1627..8f6412b21ad9 100644 --- a/sdk/src/Services/CloudHSMV2/Generated/AmazonCloudHSMV2Config.cs +++ b/sdk/src/Services/CloudHSMV2/Generated/AmazonCloudHSMV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudHSMV2 public partial class AmazonCloudHSMV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudHSM V2", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudHSM V2", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudHSMV2/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudHSMV2/Properties/AssemblyInfo.cs index 3cdf3ce7b2a3..c1b9a8a94284 100644 --- a/sdk/src/Services/CloudHSMV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudHSMV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudSearch/Generated/AmazonCloudSearchConfig.cs b/sdk/src/Services/CloudSearch/Generated/AmazonCloudSearchConfig.cs index 389af8f94f73..a0fe67d91ee5 100644 --- a/sdk/src/Services/CloudSearch/Generated/AmazonCloudSearchConfig.cs +++ b/sdk/src/Services/CloudSearch/Generated/AmazonCloudSearchConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudSearch public partial class AmazonCloudSearchConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudSearch", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("CloudSearch", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudSearch/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudSearch/Properties/AssemblyInfo.cs index 0ed00b06d1c9..1fa51f66eed1 100644 --- a/sdk/src/Services/CloudSearch/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudSearch/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudSearchDomain/Generated/AmazonCloudSearchDomainConfig.cs b/sdk/src/Services/CloudSearchDomain/Generated/AmazonCloudSearchDomainConfig.cs index 006521271d20..451952b72db4 100644 --- a/sdk/src/Services/CloudSearchDomain/Generated/AmazonCloudSearchDomainConfig.cs +++ b/sdk/src/Services/CloudSearchDomain/Generated/AmazonCloudSearchDomainConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudSearchDomain public partial class AmazonCloudSearchDomainConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudSearch Domain", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudSearch Domain", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudSearchDomain/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudSearchDomain/Properties/AssemblyInfo.cs index 3d769a440c20..b8ebecb75a0b 100644 --- a/sdk/src/Services/CloudSearchDomain/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudSearchDomain/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudTrail/Generated/AmazonCloudTrailConfig.cs b/sdk/src/Services/CloudTrail/Generated/AmazonCloudTrailConfig.cs index 9f4820f06701..98a5d94b9985 100644 --- a/sdk/src/Services/CloudTrail/Generated/AmazonCloudTrailConfig.cs +++ b/sdk/src/Services/CloudTrail/Generated/AmazonCloudTrailConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudTrail public partial class AmazonCloudTrailConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudTrail", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudTrail", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudTrail/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudTrail/Properties/AssemblyInfo.cs index 3d376e16dc62..4fa62bd8a450 100644 --- a/sdk/src/Services/CloudTrail/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudTrail/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudTrailData/Generated/AmazonCloudTrailDataConfig.cs b/sdk/src/Services/CloudTrailData/Generated/AmazonCloudTrailDataConfig.cs index 39d9013fd85b..0463c52f2b87 100644 --- a/sdk/src/Services/CloudTrailData/Generated/AmazonCloudTrailDataConfig.cs +++ b/sdk/src/Services/CloudTrailData/Generated/AmazonCloudTrailDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudTrailData public partial class AmazonCloudTrailDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudTrail Data", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudTrail Data", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudTrailData/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudTrailData/Properties/AssemblyInfo.cs index 7d9e8551831a..5b3e39fb8cfc 100644 --- a/sdk/src/Services/CloudTrailData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudTrailData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs b/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs index 5afc4ff336ac..3ea6341f690a 100644 --- a/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs +++ b/sdk/src/Services/CloudWatch/Generated/AmazonCloudWatchConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudWatch public partial class AmazonCloudWatchConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudWatch", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("CloudWatch", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs index 2ff0a04ce755..467550494564 100644 --- a/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudWatch/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudWatchEvents/Generated/AmazonCloudWatchEventsConfig.cs b/sdk/src/Services/CloudWatchEvents/Generated/AmazonCloudWatchEventsConfig.cs index 1912a857162a..3c49ae1f561a 100644 --- a/sdk/src/Services/CloudWatchEvents/Generated/AmazonCloudWatchEventsConfig.cs +++ b/sdk/src/Services/CloudWatchEvents/Generated/AmazonCloudWatchEventsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudWatchEvents public partial class AmazonCloudWatchEventsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudWatch Events", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CloudWatch Events", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudWatchEvents/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudWatchEvents/Properties/AssemblyInfo.cs index 6cdc043f2428..67fb8610ecf9 100644 --- a/sdk/src/Services/CloudWatchEvents/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudWatchEvents/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudWatchEvidently/Generated/AmazonCloudWatchEvidentlyConfig.cs b/sdk/src/Services/CloudWatchEvidently/Generated/AmazonCloudWatchEvidentlyConfig.cs index fe0b9423a72b..07d96362537f 100644 --- a/sdk/src/Services/CloudWatchEvidently/Generated/AmazonCloudWatchEvidentlyConfig.cs +++ b/sdk/src/Services/CloudWatchEvidently/Generated/AmazonCloudWatchEvidentlyConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudWatchEvidently public partial class AmazonCloudWatchEvidentlyConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Evidently", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Evidently", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudWatchEvidently/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudWatchEvidently/Properties/AssemblyInfo.cs index 8075cb9dc6dc..4844733b4ac2 100644 --- a/sdk/src/Services/CloudWatchEvidently/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudWatchEvidently/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs b/sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs index 4e43de4daf1a..81072a7737b4 100644 --- a/sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs +++ b/sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudWatchLogs public partial class AmazonCloudWatchLogsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "3.7.405.0"); + InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "3.7.405.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudWatchLogs/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudWatchLogs/Properties/AssemblyInfo.cs index fe3665ea6638..2b496d0135bb 100644 --- a/sdk/src/Services/CloudWatchLogs/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudWatchLogs/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.0")] +[assembly: AssemblyFileVersion("3.7.405.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CloudWatchRUM/Generated/AmazonCloudWatchRUMConfig.cs b/sdk/src/Services/CloudWatchRUM/Generated/AmazonCloudWatchRUMConfig.cs index 04b920943622..0ac50fd2e130 100644 --- a/sdk/src/Services/CloudWatchRUM/Generated/AmazonCloudWatchRUMConfig.cs +++ b/sdk/src/Services/CloudWatchRUM/Generated/AmazonCloudWatchRUMConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CloudWatchRUM public partial class AmazonCloudWatchRUMConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RUM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("RUM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CloudWatchRUM/Properties/AssemblyInfo.cs b/sdk/src/Services/CloudWatchRUM/Properties/AssemblyInfo.cs index 9c599f6bad90..185a119ba292 100644 --- a/sdk/src/Services/CloudWatchRUM/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CloudWatchRUM/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeArtifact/Generated/AmazonCodeArtifactConfig.cs b/sdk/src/Services/CodeArtifact/Generated/AmazonCodeArtifactConfig.cs index 3c10217a3f01..d228bd3dc13b 100644 --- a/sdk/src/Services/CodeArtifact/Generated/AmazonCodeArtifactConfig.cs +++ b/sdk/src/Services/CodeArtifact/Generated/AmazonCodeArtifactConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeArtifact public partial class AmazonCodeArtifactConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("codeartifact", "3.7.401.15"); + InternalSDKUtils.BuildUserAgentString("codeartifact", "3.7.401.16"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeArtifact/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeArtifact/Properties/AssemblyInfo.cs index b08d5cd71752..2529805e8527 100644 --- a/sdk/src/Services/CodeArtifact/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeArtifact/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.15")] +[assembly: AssemblyFileVersion("3.7.401.16")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeBuild/Generated/AmazonCodeBuildConfig.cs b/sdk/src/Services/CodeBuild/Generated/AmazonCodeBuildConfig.cs index a0b1d9ef0946..d6e12e44fdfe 100644 --- a/sdk/src/Services/CodeBuild/Generated/AmazonCodeBuildConfig.cs +++ b/sdk/src/Services/CodeBuild/Generated/AmazonCodeBuildConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeBuild public partial class AmazonCodeBuildConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeBuild", "3.7.405.2"); + InternalSDKUtils.BuildUserAgentString("CodeBuild", "3.7.405.3"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeBuild/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeBuild/Properties/AssemblyInfo.cs index cff4c2410500..c7d4385554ea 100644 --- a/sdk/src/Services/CodeBuild/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeBuild/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.2")] +[assembly: AssemblyFileVersion("3.7.405.3")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeCatalyst/Generated/AmazonCodeCatalystConfig.cs b/sdk/src/Services/CodeCatalyst/Generated/AmazonCodeCatalystConfig.cs index a08a5d6e234f..1699ecdd2d0b 100644 --- a/sdk/src/Services/CodeCatalyst/Generated/AmazonCodeCatalystConfig.cs +++ b/sdk/src/Services/CodeCatalyst/Generated/AmazonCodeCatalystConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeCatalyst public partial class AmazonCodeCatalystConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeCatalyst", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CodeCatalyst", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeCatalyst/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeCatalyst/Properties/AssemblyInfo.cs index 0596078fa605..0f44f9be0de1 100644 --- a/sdk/src/Services/CodeCatalyst/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeCatalyst/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeCommit/Generated/AmazonCodeCommitConfig.cs b/sdk/src/Services/CodeCommit/Generated/AmazonCodeCommitConfig.cs index 5a00ed267cd6..d38ed1afc36e 100644 --- a/sdk/src/Services/CodeCommit/Generated/AmazonCodeCommitConfig.cs +++ b/sdk/src/Services/CodeCommit/Generated/AmazonCodeCommitConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeCommit public partial class AmazonCodeCommitConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeCommit", "3.7.401.42"); + InternalSDKUtils.BuildUserAgentString("CodeCommit", "3.7.401.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeCommit/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeCommit/Properties/AssemblyInfo.cs index 421f8c61949f..b99a621ba147 100644 --- a/sdk/src/Services/CodeCommit/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeCommit/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.42")] +[assembly: AssemblyFileVersion("3.7.401.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeConnections/Generated/AmazonCodeConnectionsConfig.cs b/sdk/src/Services/CodeConnections/Generated/AmazonCodeConnectionsConfig.cs index 1596b829503a..1157440f7a75 100644 --- a/sdk/src/Services/CodeConnections/Generated/AmazonCodeConnectionsConfig.cs +++ b/sdk/src/Services/CodeConnections/Generated/AmazonCodeConnectionsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeConnections public partial class AmazonCodeConnectionsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeConnections", "3.7.401.21"); + InternalSDKUtils.BuildUserAgentString("CodeConnections", "3.7.401.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeConnections/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeConnections/Properties/AssemblyInfo.cs index 1bf08377d102..f1bd95e7b111 100644 --- a/sdk/src/Services/CodeConnections/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeConnections/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] +[assembly: AssemblyFileVersion("3.7.401.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeDeploy/Generated/AmazonCodeDeployConfig.cs b/sdk/src/Services/CodeDeploy/Generated/AmazonCodeDeployConfig.cs index 62a213299e77..fcb44da86484 100644 --- a/sdk/src/Services/CodeDeploy/Generated/AmazonCodeDeployConfig.cs +++ b/sdk/src/Services/CodeDeploy/Generated/AmazonCodeDeployConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeDeploy public partial class AmazonCodeDeployConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeDeploy", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CodeDeploy", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeDeploy/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeDeploy/Properties/AssemblyInfo.cs index 47ec642d03a5..3a234302b9b0 100644 --- a/sdk/src/Services/CodeDeploy/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeDeploy/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeGuruProfiler/Generated/AmazonCodeGuruProfilerConfig.cs b/sdk/src/Services/CodeGuruProfiler/Generated/AmazonCodeGuruProfilerConfig.cs index 3fa817fe7e8d..d8007bc64e6f 100644 --- a/sdk/src/Services/CodeGuruProfiler/Generated/AmazonCodeGuruProfilerConfig.cs +++ b/sdk/src/Services/CodeGuruProfiler/Generated/AmazonCodeGuruProfilerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeGuruProfiler public partial class AmazonCodeGuruProfilerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeGuruProfiler", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CodeGuruProfiler", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeGuruProfiler/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeGuruProfiler/Properties/AssemblyInfo.cs index 0841183bc662..efd1eaf45e4c 100644 --- a/sdk/src/Services/CodeGuruProfiler/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeGuruProfiler/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeGuruReviewer/Generated/AmazonCodeGuruReviewerConfig.cs b/sdk/src/Services/CodeGuruReviewer/Generated/AmazonCodeGuruReviewerConfig.cs index 3f772c415746..1b27ca6c6e0b 100644 --- a/sdk/src/Services/CodeGuruReviewer/Generated/AmazonCodeGuruReviewerConfig.cs +++ b/sdk/src/Services/CodeGuruReviewer/Generated/AmazonCodeGuruReviewerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeGuruReviewer public partial class AmazonCodeGuruReviewerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeGuru Reviewer", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CodeGuru Reviewer", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeGuruReviewer/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeGuruReviewer/Properties/AssemblyInfo.cs index abd4e3f64e68..3b0de705a955 100644 --- a/sdk/src/Services/CodeGuruReviewer/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeGuruReviewer/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeGuruSecurity/Generated/AmazonCodeGuruSecurityConfig.cs b/sdk/src/Services/CodeGuruSecurity/Generated/AmazonCodeGuruSecurityConfig.cs index 6dcc75a1b7b2..c8de45aec167 100644 --- a/sdk/src/Services/CodeGuruSecurity/Generated/AmazonCodeGuruSecurityConfig.cs +++ b/sdk/src/Services/CodeGuruSecurity/Generated/AmazonCodeGuruSecurityConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeGuruSecurity public partial class AmazonCodeGuruSecurityConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeGuru Security", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CodeGuru Security", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeGuruSecurity/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeGuruSecurity/Properties/AssemblyInfo.cs index 03425ac555f4..2b9b4f42e332 100644 --- a/sdk/src/Services/CodeGuruSecurity/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeGuruSecurity/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodePipeline/Generated/AmazonCodePipelineConfig.cs b/sdk/src/Services/CodePipeline/Generated/AmazonCodePipelineConfig.cs index 110773e3fc4d..29d4e9f0089e 100644 --- a/sdk/src/Services/CodePipeline/Generated/AmazonCodePipelineConfig.cs +++ b/sdk/src/Services/CodePipeline/Generated/AmazonCodePipelineConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodePipeline public partial class AmazonCodePipelineConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodePipeline", "3.7.404.8"); + InternalSDKUtils.BuildUserAgentString("CodePipeline", "3.7.404.9"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodePipeline/Properties/AssemblyInfo.cs b/sdk/src/Services/CodePipeline/Properties/AssemblyInfo.cs index 2fc18dde95ba..9a1147807c6b 100644 --- a/sdk/src/Services/CodePipeline/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodePipeline/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.404.8")] +[assembly: AssemblyFileVersion("3.7.404.9")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeStarNotifications/Generated/AmazonCodeStarNotificationsConfig.cs b/sdk/src/Services/CodeStarNotifications/Generated/AmazonCodeStarNotificationsConfig.cs index 45d2bdea364f..350f96faed6f 100644 --- a/sdk/src/Services/CodeStarNotifications/Generated/AmazonCodeStarNotificationsConfig.cs +++ b/sdk/src/Services/CodeStarNotifications/Generated/AmazonCodeStarNotificationsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeStarNotifications public partial class AmazonCodeStarNotificationsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("codestar notifications", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("codestar notifications", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeStarNotifications/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeStarNotifications/Properties/AssemblyInfo.cs index 534d4cb5f948..4ef05ac96930 100644 --- a/sdk/src/Services/CodeStarNotifications/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeStarNotifications/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CodeStarconnections/Generated/AmazonCodeStarconnectionsConfig.cs b/sdk/src/Services/CodeStarconnections/Generated/AmazonCodeStarconnectionsConfig.cs index 132df5f78ae9..49ba499fc96e 100644 --- a/sdk/src/Services/CodeStarconnections/Generated/AmazonCodeStarconnectionsConfig.cs +++ b/sdk/src/Services/CodeStarconnections/Generated/AmazonCodeStarconnectionsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CodeStarconnections public partial class AmazonCodeStarconnectionsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("CodeStar connections", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("CodeStar connections", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CodeStarconnections/Properties/AssemblyInfo.cs b/sdk/src/Services/CodeStarconnections/Properties/AssemblyInfo.cs index 2d5d1ed0bda4..926b5768bcd3 100644 --- a/sdk/src/Services/CodeStarconnections/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CodeStarconnections/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CognitoIdentity/Generated/AmazonCognitoIdentityConfig.cs b/sdk/src/Services/CognitoIdentity/Generated/AmazonCognitoIdentityConfig.cs index e147d1c827d9..96db4c341875 100644 --- a/sdk/src/Services/CognitoIdentity/Generated/AmazonCognitoIdentityConfig.cs +++ b/sdk/src/Services/CognitoIdentity/Generated/AmazonCognitoIdentityConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentity public partial class AmazonCognitoIdentityConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cognito Identity", "3.7.401.24"); + InternalSDKUtils.BuildUserAgentString("Cognito Identity", "3.7.401.25"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CognitoIdentity/Properties/AssemblyInfo.cs b/sdk/src/Services/CognitoIdentity/Properties/AssemblyInfo.cs index 2b8cee05d867..ca5188b4872f 100644 --- a/sdk/src/Services/CognitoIdentity/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CognitoIdentity/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.24")] +[assembly: AssemblyFileVersion("3.7.401.25")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs b/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs index cd0672d58651..dba5641a01ec 100644 --- a/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs +++ b/sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentityProvider public partial class AmazonCognitoIdentityProviderConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "3.7.403.23"); + InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "3.7.403.24"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs b/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs index e0ec3f79f00f..b4036ef7aca6 100644 --- a/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CognitoIdentityProvider/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.23")] +[assembly: AssemblyFileVersion("3.7.403.24")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CognitoSync/Generated/AmazonCognitoSyncConfig.cs b/sdk/src/Services/CognitoSync/Generated/AmazonCognitoSyncConfig.cs index 82dc626c748f..452497ee7997 100644 --- a/sdk/src/Services/CognitoSync/Generated/AmazonCognitoSyncConfig.cs +++ b/sdk/src/Services/CognitoSync/Generated/AmazonCognitoSyncConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CognitoSync public partial class AmazonCognitoSyncConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cognito Sync", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Cognito Sync", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CognitoSync/Properties/AssemblyInfo.cs b/sdk/src/Services/CognitoSync/Properties/AssemblyInfo.cs index a11526dfa6f6..089963df7b54 100644 --- a/sdk/src/Services/CognitoSync/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CognitoSync/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Comprehend/Generated/AmazonComprehendConfig.cs b/sdk/src/Services/Comprehend/Generated/AmazonComprehendConfig.cs index bc00c14cf74f..4dc146a264ed 100644 --- a/sdk/src/Services/Comprehend/Generated/AmazonComprehendConfig.cs +++ b/sdk/src/Services/Comprehend/Generated/AmazonComprehendConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Comprehend public partial class AmazonComprehendConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Comprehend", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Comprehend", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Comprehend/Properties/AssemblyInfo.cs b/sdk/src/Services/Comprehend/Properties/AssemblyInfo.cs index 4cdab47578fe..b105acc41ed3 100644 --- a/sdk/src/Services/Comprehend/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Comprehend/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ComprehendMedical/Generated/AmazonComprehendMedicalConfig.cs b/sdk/src/Services/ComprehendMedical/Generated/AmazonComprehendMedicalConfig.cs index 32f1fbde5f3d..b0352dca9a14 100644 --- a/sdk/src/Services/ComprehendMedical/Generated/AmazonComprehendMedicalConfig.cs +++ b/sdk/src/Services/ComprehendMedical/Generated/AmazonComprehendMedicalConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ComprehendMedical public partial class AmazonComprehendMedicalConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ComprehendMedical", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ComprehendMedical", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ComprehendMedical/Properties/AssemblyInfo.cs b/sdk/src/Services/ComprehendMedical/Properties/AssemblyInfo.cs index 777495f8d85c..a386040205f2 100644 --- a/sdk/src/Services/ComprehendMedical/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ComprehendMedical/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ComputeOptimizer/Generated/AmazonComputeOptimizerConfig.cs b/sdk/src/Services/ComputeOptimizer/Generated/AmazonComputeOptimizerConfig.cs index c21611e80b4f..40e4a8e08c28 100644 --- a/sdk/src/Services/ComputeOptimizer/Generated/AmazonComputeOptimizerConfig.cs +++ b/sdk/src/Services/ComputeOptimizer/Generated/AmazonComputeOptimizerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ComputeOptimizer public partial class AmazonComputeOptimizerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Compute Optimizer", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("Compute Optimizer", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ComputeOptimizer/Properties/AssemblyInfo.cs b/sdk/src/Services/ComputeOptimizer/Properties/AssemblyInfo.cs index 48bec08df1ae..d130116c9204 100644 --- a/sdk/src/Services/ComputeOptimizer/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ComputeOptimizer/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ConfigService/Generated/AmazonConfigServiceConfig.cs b/sdk/src/Services/ConfigService/Generated/AmazonConfigServiceConfig.cs index 9326b664a664..1a7c0da779cf 100644 --- a/sdk/src/Services/ConfigService/Generated/AmazonConfigServiceConfig.cs +++ b/sdk/src/Services/ConfigService/Generated/AmazonConfigServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ConfigService public partial class AmazonConfigServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Config Service", "3.7.401.38"); + InternalSDKUtils.BuildUserAgentString("Config Service", "3.7.401.39"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ConfigService/Properties/AssemblyInfo.cs b/sdk/src/Services/ConfigService/Properties/AssemblyInfo.cs index 17a1933118ac..655cd23bdf86 100644 --- a/sdk/src/Services/ConfigService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ConfigService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.38")] +[assembly: AssemblyFileVersion("3.7.401.39")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Connect/Generated/AmazonConnectConfig.cs b/sdk/src/Services/Connect/Generated/AmazonConnectConfig.cs index 7565cf8d01d2..a283d64d49e6 100644 --- a/sdk/src/Services/Connect/Generated/AmazonConnectConfig.cs +++ b/sdk/src/Services/Connect/Generated/AmazonConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Connect public partial class AmazonConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Connect", "3.7.407.4"); + InternalSDKUtils.BuildUserAgentString("Connect", "3.7.408.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Connect/Properties/AssemblyInfo.cs b/sdk/src/Services/Connect/Properties/AssemblyInfo.cs index 728c3172de09..9f8937cf5e64 100644 --- a/sdk/src/Services/Connect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Connect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.4")] +[assembly: AssemblyFileVersion("3.7.408.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ConnectCampaignService/Generated/AmazonConnectCampaignServiceConfig.cs b/sdk/src/Services/ConnectCampaignService/Generated/AmazonConnectCampaignServiceConfig.cs index 5b70245010b0..d7ff6e1579a2 100644 --- a/sdk/src/Services/ConnectCampaignService/Generated/AmazonConnectCampaignServiceConfig.cs +++ b/sdk/src/Services/ConnectCampaignService/Generated/AmazonConnectCampaignServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ConnectCampaignService public partial class AmazonConnectCampaignServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ConnectCampaigns", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ConnectCampaigns", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ConnectCampaignService/Properties/AssemblyInfo.cs b/sdk/src/Services/ConnectCampaignService/Properties/AssemblyInfo.cs index 171a1ecd87ca..a50f91389558 100644 --- a/sdk/src/Services/ConnectCampaignService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ConnectCampaignService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ConnectCases/Generated/AmazonConnectCasesConfig.cs b/sdk/src/Services/ConnectCases/Generated/AmazonConnectCasesConfig.cs index cbdc20d0c23c..2c51ebb870f7 100644 --- a/sdk/src/Services/ConnectCases/Generated/AmazonConnectCasesConfig.cs +++ b/sdk/src/Services/ConnectCases/Generated/AmazonConnectCasesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ConnectCases public partial class AmazonConnectCasesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ConnectCases", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ConnectCases", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ConnectCases/Properties/AssemblyInfo.cs b/sdk/src/Services/ConnectCases/Properties/AssemblyInfo.cs index ebda5080aae8..f6db35e2552a 100644 --- a/sdk/src/Services/ConnectCases/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ConnectCases/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ConnectContactLens/Generated/AmazonConnectContactLensConfig.cs b/sdk/src/Services/ConnectContactLens/Generated/AmazonConnectContactLensConfig.cs index 905ea6974f99..040cfe1acab4 100644 --- a/sdk/src/Services/ConnectContactLens/Generated/AmazonConnectContactLensConfig.cs +++ b/sdk/src/Services/ConnectContactLens/Generated/AmazonConnectContactLensConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ConnectContactLens public partial class AmazonConnectContactLensConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Connect Contact Lens", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Connect Contact Lens", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ConnectContactLens/Properties/AssemblyInfo.cs b/sdk/src/Services/ConnectContactLens/Properties/AssemblyInfo.cs index d48fe4a39dbc..5462b7eedcad 100644 --- a/sdk/src/Services/ConnectContactLens/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ConnectContactLens/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ConnectParticipant/Generated/AmazonConnectParticipantConfig.cs b/sdk/src/Services/ConnectParticipant/Generated/AmazonConnectParticipantConfig.cs index bc5cebe8dd45..b4cd23b8e91b 100644 --- a/sdk/src/Services/ConnectParticipant/Generated/AmazonConnectParticipantConfig.cs +++ b/sdk/src/Services/ConnectParticipant/Generated/AmazonConnectParticipantConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ConnectParticipant public partial class AmazonConnectParticipantConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ConnectParticipant", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ConnectParticipant", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ConnectParticipant/Properties/AssemblyInfo.cs b/sdk/src/Services/ConnectParticipant/Properties/AssemblyInfo.cs index 7096c97470ae..cdc1f2b49ca9 100644 --- a/sdk/src/Services/ConnectParticipant/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ConnectParticipant/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ConnectWisdomService/Generated/AmazonConnectWisdomServiceConfig.cs b/sdk/src/Services/ConnectWisdomService/Generated/AmazonConnectWisdomServiceConfig.cs index a30e990f7c9c..e7050babcf6c 100644 --- a/sdk/src/Services/ConnectWisdomService/Generated/AmazonConnectWisdomServiceConfig.cs +++ b/sdk/src/Services/ConnectWisdomService/Generated/AmazonConnectWisdomServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ConnectWisdomService public partial class AmazonConnectWisdomServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Wisdom", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Wisdom", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ConnectWisdomService/Properties/AssemblyInfo.cs b/sdk/src/Services/ConnectWisdomService/Properties/AssemblyInfo.cs index 53de837dba24..5766bf40007b 100644 --- a/sdk/src/Services/ConnectWisdomService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ConnectWisdomService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ControlCatalog/Generated/AmazonControlCatalogConfig.cs b/sdk/src/Services/ControlCatalog/Generated/AmazonControlCatalogConfig.cs index fa8663022847..702c49f0fab9 100644 --- a/sdk/src/Services/ControlCatalog/Generated/AmazonControlCatalogConfig.cs +++ b/sdk/src/Services/ControlCatalog/Generated/AmazonControlCatalogConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ControlCatalog public partial class AmazonControlCatalogConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ControlCatalog", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("ControlCatalog", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ControlCatalog/Properties/AssemblyInfo.cs b/sdk/src/Services/ControlCatalog/Properties/AssemblyInfo.cs index ba96a6444ac1..76cdd122b513 100644 --- a/sdk/src/Services/ControlCatalog/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ControlCatalog/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ControlTower/Generated/AmazonControlTowerConfig.cs b/sdk/src/Services/ControlTower/Generated/AmazonControlTowerConfig.cs index cacacd9c093a..df86cc1b73eb 100644 --- a/sdk/src/Services/ControlTower/Generated/AmazonControlTowerConfig.cs +++ b/sdk/src/Services/ControlTower/Generated/AmazonControlTowerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ControlTower public partial class AmazonControlTowerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ControlTower", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("ControlTower", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ControlTower/Properties/AssemblyInfo.cs b/sdk/src/Services/ControlTower/Properties/AssemblyInfo.cs index 1850f546c585..7cbe9bf93a91 100644 --- a/sdk/src/Services/ControlTower/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ControlTower/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CostAndUsageReport/Generated/AmazonCostAndUsageReportConfig.cs b/sdk/src/Services/CostAndUsageReport/Generated/AmazonCostAndUsageReportConfig.cs index 31bf587dd043..3b2c760b0708 100644 --- a/sdk/src/Services/CostAndUsageReport/Generated/AmazonCostAndUsageReportConfig.cs +++ b/sdk/src/Services/CostAndUsageReport/Generated/AmazonCostAndUsageReportConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CostAndUsageReport public partial class AmazonCostAndUsageReportConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cost and Usage Report Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Cost and Usage Report Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CostAndUsageReport/Properties/AssemblyInfo.cs b/sdk/src/Services/CostAndUsageReport/Properties/AssemblyInfo.cs index b95d2d621425..eacde022e632 100644 --- a/sdk/src/Services/CostAndUsageReport/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CostAndUsageReport/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CostExplorer/Generated/AmazonCostExplorerConfig.cs b/sdk/src/Services/CostExplorer/Generated/AmazonCostExplorerConfig.cs index 84b23b3c0ac7..c046d08aabb4 100644 --- a/sdk/src/Services/CostExplorer/Generated/AmazonCostExplorerConfig.cs +++ b/sdk/src/Services/CostExplorer/Generated/AmazonCostExplorerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CostExplorer public partial class AmazonCostExplorerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cost Explorer", "3.7.401.21"); + InternalSDKUtils.BuildUserAgentString("Cost Explorer", "3.7.401.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CostExplorer/Properties/AssemblyInfo.cs b/sdk/src/Services/CostExplorer/Properties/AssemblyInfo.cs index bd5a4be87cff..5efd0908d7db 100644 --- a/sdk/src/Services/CostExplorer/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CostExplorer/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] +[assembly: AssemblyFileVersion("3.7.401.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CostOptimizationHub/Generated/AmazonCostOptimizationHubConfig.cs b/sdk/src/Services/CostOptimizationHub/Generated/AmazonCostOptimizationHubConfig.cs index 750f07b011cd..9674bcb76786 100644 --- a/sdk/src/Services/CostOptimizationHub/Generated/AmazonCostOptimizationHubConfig.cs +++ b/sdk/src/Services/CostOptimizationHub/Generated/AmazonCostOptimizationHubConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CostOptimizationHub public partial class AmazonCostOptimizationHubConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Cost Optimization Hub", "3.7.401.39"); + InternalSDKUtils.BuildUserAgentString("Cost Optimization Hub", "3.7.401.40"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CostOptimizationHub/Properties/AssemblyInfo.cs b/sdk/src/Services/CostOptimizationHub/Properties/AssemblyInfo.cs index b8c806f00b60..00066b1fe7ab 100644 --- a/sdk/src/Services/CostOptimizationHub/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CostOptimizationHub/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.39")] +[assembly: AssemblyFileVersion("3.7.401.40")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/CustomerProfiles/Generated/AmazonCustomerProfilesConfig.cs b/sdk/src/Services/CustomerProfiles/Generated/AmazonCustomerProfilesConfig.cs index f5e2211a925c..488367a14bc3 100644 --- a/sdk/src/Services/CustomerProfiles/Generated/AmazonCustomerProfilesConfig.cs +++ b/sdk/src/Services/CustomerProfiles/Generated/AmazonCustomerProfilesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.CustomerProfiles public partial class AmazonCustomerProfilesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Customer Profiles", "3.7.401.16"); + InternalSDKUtils.BuildUserAgentString("Customer Profiles", "3.7.401.17"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/CustomerProfiles/Properties/AssemblyInfo.cs b/sdk/src/Services/CustomerProfiles/Properties/AssemblyInfo.cs index 86fb68d3d376..a99069e8df37 100644 --- a/sdk/src/Services/CustomerProfiles/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/CustomerProfiles/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.16")] +[assembly: AssemblyFileVersion("3.7.401.17")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DAX/Generated/AmazonDAXConfig.cs b/sdk/src/Services/DAX/Generated/AmazonDAXConfig.cs index fe19f1466f75..9fc52e531858 100644 --- a/sdk/src/Services/DAX/Generated/AmazonDAXConfig.cs +++ b/sdk/src/Services/DAX/Generated/AmazonDAXConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DAX public partial class AmazonDAXConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DAX", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("DAX", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DAX/Properties/AssemblyInfo.cs b/sdk/src/Services/DAX/Properties/AssemblyInfo.cs index c4c64f95c0af..2d4e9fc47c9d 100644 --- a/sdk/src/Services/DAX/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DAX/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DLM/Generated/AmazonDLMConfig.cs b/sdk/src/Services/DLM/Generated/AmazonDLMConfig.cs index 74210ce258e7..8047b8b972dd 100644 --- a/sdk/src/Services/DLM/Generated/AmazonDLMConfig.cs +++ b/sdk/src/Services/DLM/Generated/AmazonDLMConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DLM public partial class AmazonDLMConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DLM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("DLM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DLM/Properties/AssemblyInfo.cs b/sdk/src/Services/DLM/Properties/AssemblyInfo.cs index 5f765bb7cc6c..af647945470c 100644 --- a/sdk/src/Services/DLM/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DLM/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DataExchange/Generated/AmazonDataExchangeConfig.cs b/sdk/src/Services/DataExchange/Generated/AmazonDataExchangeConfig.cs index b849d1fafb9a..25c0586d96d2 100644 --- a/sdk/src/Services/DataExchange/Generated/AmazonDataExchangeConfig.cs +++ b/sdk/src/Services/DataExchange/Generated/AmazonDataExchangeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DataExchange public partial class AmazonDataExchangeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DataExchange", "3.7.401.6"); + InternalSDKUtils.BuildUserAgentString("DataExchange", "3.7.401.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DataExchange/Properties/AssemblyInfo.cs b/sdk/src/Services/DataExchange/Properties/AssemblyInfo.cs index 6d7cf3651ea9..3331292e03e2 100644 --- a/sdk/src/Services/DataExchange/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DataExchange/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.6")] +[assembly: AssemblyFileVersion("3.7.401.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DataPipeline/Generated/AmazonDataPipelineConfig.cs b/sdk/src/Services/DataPipeline/Generated/AmazonDataPipelineConfig.cs index e468c8237a0c..e652dc9b13c5 100644 --- a/sdk/src/Services/DataPipeline/Generated/AmazonDataPipelineConfig.cs +++ b/sdk/src/Services/DataPipeline/Generated/AmazonDataPipelineConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DataPipeline public partial class AmazonDataPipelineConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Data Pipeline", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Data Pipeline", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DataPipeline/Properties/AssemblyInfo.cs b/sdk/src/Services/DataPipeline/Properties/AssemblyInfo.cs index 899a6ee1502e..b565b120c60b 100644 --- a/sdk/src/Services/DataPipeline/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DataPipeline/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DataSync/Generated/AmazonDataSyncConfig.cs b/sdk/src/Services/DataSync/Generated/AmazonDataSyncConfig.cs index 4977df2e0e7f..df13b464d32e 100644 --- a/sdk/src/Services/DataSync/Generated/AmazonDataSyncConfig.cs +++ b/sdk/src/Services/DataSync/Generated/AmazonDataSyncConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DataSync public partial class AmazonDataSyncConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DataSync", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("DataSync", "3.7.401.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DataSync/Properties/AssemblyInfo.cs b/sdk/src/Services/DataSync/Properties/AssemblyInfo.cs index ede20353b4cb..1377e2654c7e 100644 --- a/sdk/src/Services/DataSync/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DataSync/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.401.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs b/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs index 32f0ec5fad31..63fad760c81f 100644 --- a/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs +++ b/sdk/src/Services/DataZone/Generated/AmazonDataZoneConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DataZone public partial class AmazonDataZoneConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DataZone", "3.7.406.6"); + InternalSDKUtils.BuildUserAgentString("DataZone", "3.7.406.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs b/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs index 42fd0f20765f..68366f164d1d 100644 --- a/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DataZone/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.6")] +[assembly: AssemblyFileVersion("3.7.406.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DatabaseMigrationService/Generated/AmazonDatabaseMigrationServiceConfig.cs b/sdk/src/Services/DatabaseMigrationService/Generated/AmazonDatabaseMigrationServiceConfig.cs index cc5b74b0d23a..2084a1c5b6f3 100644 --- a/sdk/src/Services/DatabaseMigrationService/Generated/AmazonDatabaseMigrationServiceConfig.cs +++ b/sdk/src/Services/DatabaseMigrationService/Generated/AmazonDatabaseMigrationServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DatabaseMigrationService public partial class AmazonDatabaseMigrationServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Database Migration Service", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("Database Migration Service", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DatabaseMigrationService/Properties/AssemblyInfo.cs b/sdk/src/Services/DatabaseMigrationService/Properties/AssemblyInfo.cs index 4b687747e98a..80d93c0e7e45 100644 --- a/sdk/src/Services/DatabaseMigrationService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DatabaseMigrationService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Deadline/Generated/AmazonDeadlineConfig.cs b/sdk/src/Services/Deadline/Generated/AmazonDeadlineConfig.cs index 4248980cf191..86e74da6d145 100644 --- a/sdk/src/Services/Deadline/Generated/AmazonDeadlineConfig.cs +++ b/sdk/src/Services/Deadline/Generated/AmazonDeadlineConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Deadline public partial class AmazonDeadlineConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("deadline", "3.7.402.11"); + InternalSDKUtils.BuildUserAgentString("deadline", "3.7.402.12"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Deadline/Properties/AssemblyInfo.cs b/sdk/src/Services/Deadline/Properties/AssemblyInfo.cs index 01390d10e4f5..85fc0a1f7fed 100644 --- a/sdk/src/Services/Deadline/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Deadline/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.11")] +[assembly: AssemblyFileVersion("3.7.402.12")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Detective/Generated/AmazonDetectiveConfig.cs b/sdk/src/Services/Detective/Generated/AmazonDetectiveConfig.cs index 4783d693e50f..cdb0b30ed527 100644 --- a/sdk/src/Services/Detective/Generated/AmazonDetectiveConfig.cs +++ b/sdk/src/Services/Detective/Generated/AmazonDetectiveConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Detective public partial class AmazonDetectiveConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Detective", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Detective", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Detective/Properties/AssemblyInfo.cs b/sdk/src/Services/Detective/Properties/AssemblyInfo.cs index cd3bb7a5209f..fecc01fe4469 100644 --- a/sdk/src/Services/Detective/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Detective/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DevOpsGuru/Generated/AmazonDevOpsGuruConfig.cs b/sdk/src/Services/DevOpsGuru/Generated/AmazonDevOpsGuruConfig.cs index 246d7b1bad77..5397ef432152 100644 --- a/sdk/src/Services/DevOpsGuru/Generated/AmazonDevOpsGuruConfig.cs +++ b/sdk/src/Services/DevOpsGuru/Generated/AmazonDevOpsGuruConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DevOpsGuru public partial class AmazonDevOpsGuruConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DevOps Guru", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("DevOps Guru", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DevOpsGuru/Properties/AssemblyInfo.cs b/sdk/src/Services/DevOpsGuru/Properties/AssemblyInfo.cs index 9d9b7a8eaa0a..0e6cc4282dae 100644 --- a/sdk/src/Services/DevOpsGuru/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DevOpsGuru/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DeviceFarm/Generated/AmazonDeviceFarmConfig.cs b/sdk/src/Services/DeviceFarm/Generated/AmazonDeviceFarmConfig.cs index b6b71612818e..73d7e5d285a0 100644 --- a/sdk/src/Services/DeviceFarm/Generated/AmazonDeviceFarmConfig.cs +++ b/sdk/src/Services/DeviceFarm/Generated/AmazonDeviceFarmConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DeviceFarm public partial class AmazonDeviceFarmConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Device Farm", "3.7.401.30"); + InternalSDKUtils.BuildUserAgentString("Device Farm", "3.7.401.31"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DeviceFarm/Properties/AssemblyInfo.cs b/sdk/src/Services/DeviceFarm/Properties/AssemblyInfo.cs index bc0e85678e91..516aae717413 100644 --- a/sdk/src/Services/DeviceFarm/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DeviceFarm/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.30")] +[assembly: AssemblyFileVersion("3.7.401.31")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs b/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs index 9c9dc6473de7..cb0d8cc59869 100644 --- a/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs +++ b/sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DirectConnect public partial class AmazonDirectConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs b/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs index 642adb88ab76..3d3df15bee27 100644 --- a/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DirectoryService/Generated/AmazonDirectoryServiceConfig.cs b/sdk/src/Services/DirectoryService/Generated/AmazonDirectoryServiceConfig.cs index fb329ab770c2..02b03b0d0974 100644 --- a/sdk/src/Services/DirectoryService/Generated/AmazonDirectoryServiceConfig.cs +++ b/sdk/src/Services/DirectoryService/Generated/AmazonDirectoryServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DirectoryService public partial class AmazonDirectoryServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Directory Service", "3.7.401.21"); + InternalSDKUtils.BuildUserAgentString("Directory Service", "3.7.401.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DirectoryService/Properties/AssemblyInfo.cs b/sdk/src/Services/DirectoryService/Properties/AssemblyInfo.cs index 85981babfef2..9f95b2ce541f 100644 --- a/sdk/src/Services/DirectoryService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DirectoryService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] +[assembly: AssemblyFileVersion("3.7.401.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DirectoryServiceData/Generated/AmazonDirectoryServiceDataConfig.cs b/sdk/src/Services/DirectoryServiceData/Generated/AmazonDirectoryServiceDataConfig.cs index 7cf05c941809..437ba191bc93 100644 --- a/sdk/src/Services/DirectoryServiceData/Generated/AmazonDirectoryServiceDataConfig.cs +++ b/sdk/src/Services/DirectoryServiceData/Generated/AmazonDirectoryServiceDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DirectoryServiceData public partial class AmazonDirectoryServiceDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Directory Service Data", "3.7.400.21"); + InternalSDKUtils.BuildUserAgentString("Directory Service Data", "3.7.400.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DirectoryServiceData/Properties/AssemblyInfo.cs b/sdk/src/Services/DirectoryServiceData/Properties/AssemblyInfo.cs index ab53f2f0ecc9..b1278acfcdcc 100644 --- a/sdk/src/Services/DirectoryServiceData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DirectoryServiceData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.21")] +[assembly: AssemblyFileVersion("3.7.400.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DocDB/Generated/AmazonDocDBConfig.cs b/sdk/src/Services/DocDB/Generated/AmazonDocDBConfig.cs index 58c8f846221f..62f6078ffe1c 100644 --- a/sdk/src/Services/DocDB/Generated/AmazonDocDBConfig.cs +++ b/sdk/src/Services/DocDB/Generated/AmazonDocDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DocDB public partial class AmazonDocDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DocDB", "3.7.401.36"); + InternalSDKUtils.BuildUserAgentString("DocDB", "3.7.401.37"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DocDB/Properties/AssemblyInfo.cs b/sdk/src/Services/DocDB/Properties/AssemblyInfo.cs index a074df430b8b..d64e08124ba6 100644 --- a/sdk/src/Services/DocDB/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DocDB/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.36")] +[assembly: AssemblyFileVersion("3.7.401.37")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DocDBElastic/Generated/AmazonDocDBElasticConfig.cs b/sdk/src/Services/DocDBElastic/Generated/AmazonDocDBElasticConfig.cs index 18cd76589cc3..cb445c4e0905 100644 --- a/sdk/src/Services/DocDBElastic/Generated/AmazonDocDBElasticConfig.cs +++ b/sdk/src/Services/DocDBElastic/Generated/AmazonDocDBElasticConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DocDBElastic public partial class AmazonDocDBElasticConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DocDB Elastic", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("DocDB Elastic", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DocDBElastic/Properties/AssemblyInfo.cs b/sdk/src/Services/DocDBElastic/Properties/AssemblyInfo.cs index 50eb19fe52ca..587c2a8f25a0 100644 --- a/sdk/src/Services/DocDBElastic/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DocDBElastic/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Drs/Generated/AmazonDrsConfig.cs b/sdk/src/Services/Drs/Generated/AmazonDrsConfig.cs index 806f0909687d..1f512426c539 100644 --- a/sdk/src/Services/Drs/Generated/AmazonDrsConfig.cs +++ b/sdk/src/Services/Drs/Generated/AmazonDrsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Drs public partial class AmazonDrsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("drs", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("drs", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Drs/Properties/AssemblyInfo.cs b/sdk/src/Services/Drs/Properties/AssemblyInfo.cs index c7100e17fdb8..9d2453357625 100644 --- a/sdk/src/Services/Drs/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Drs/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs index b01dfec69c50..fb8420d0de4b 100644 --- a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs +++ b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DynamoDBv2 public partial class AmazonDynamoDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DynamoDB", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("DynamoDB", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs index f78a99c697a3..06f822db649e 100644 --- a/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs +++ b/sdk/src/Services/DynamoDBv2/Generated/AmazonDynamoDBStreamsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.DynamoDBv2 public partial class AmazonDynamoDBStreamsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DynamoDB Streams", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("DynamoDB Streams", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs b/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs index 2ee036be7af2..cc4e54073868 100644 --- a/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/DynamoDBv2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EBS/Generated/AmazonEBSConfig.cs b/sdk/src/Services/EBS/Generated/AmazonEBSConfig.cs index 205352dc96e8..9ef34595047f 100644 --- a/sdk/src/Services/EBS/Generated/AmazonEBSConfig.cs +++ b/sdk/src/Services/EBS/Generated/AmazonEBSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EBS public partial class AmazonEBSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EBS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("EBS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EBS/Properties/AssemblyInfo.cs b/sdk/src/Services/EBS/Properties/AssemblyInfo.cs index 22005bbf7d2d..4307cd3d106f 100644 --- a/sdk/src/Services/EBS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EBS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs index 50d6bebdf687..b7613dd813f2 100644 --- a/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs +++ b/sdk/src/Services/EC2/Generated/AmazonEC2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.EC2 public partial class AmazonEC2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EC2", "3.7.413.3"); + InternalSDKUtils.BuildUserAgentString("EC2", "3.7.414.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs index fc54c3158f0a..9a5f2eb633a8 100644 --- a/sdk/src/Services/EC2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.413.3")] +[assembly: AssemblyFileVersion("3.7.414.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EC2InstanceConnect/Generated/AmazonEC2InstanceConnectConfig.cs b/sdk/src/Services/EC2InstanceConnect/Generated/AmazonEC2InstanceConnectConfig.cs index 86ffb85920f4..47bfb88dcea9 100644 --- a/sdk/src/Services/EC2InstanceConnect/Generated/AmazonEC2InstanceConnectConfig.cs +++ b/sdk/src/Services/EC2InstanceConnect/Generated/AmazonEC2InstanceConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EC2InstanceConnect public partial class AmazonEC2InstanceConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EC2 Instance Connect", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("EC2 Instance Connect", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EC2InstanceConnect/Properties/AssemblyInfo.cs b/sdk/src/Services/EC2InstanceConnect/Properties/AssemblyInfo.cs index f5199e2dca5d..f50e80f3d92f 100644 --- a/sdk/src/Services/EC2InstanceConnect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EC2InstanceConnect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ECR/Generated/AmazonECRConfig.cs b/sdk/src/Services/ECR/Generated/AmazonECRConfig.cs index 06fd72a7e4a3..c4d7c9d1c63a 100644 --- a/sdk/src/Services/ECR/Generated/AmazonECRConfig.cs +++ b/sdk/src/Services/ECR/Generated/AmazonECRConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ECR public partial class AmazonECRConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ECR", "3.7.404.21"); + InternalSDKUtils.BuildUserAgentString("ECR", "3.7.404.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ECR/Properties/AssemblyInfo.cs b/sdk/src/Services/ECR/Properties/AssemblyInfo.cs index 04bf839cc1b8..1e215dfcecc7 100644 --- a/sdk/src/Services/ECR/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ECR/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.404.21")] +[assembly: AssemblyFileVersion("3.7.404.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ECRPublic/Generated/AmazonECRPublicConfig.cs b/sdk/src/Services/ECRPublic/Generated/AmazonECRPublicConfig.cs index f0c4817ef497..89644fcfa915 100644 --- a/sdk/src/Services/ECRPublic/Generated/AmazonECRPublicConfig.cs +++ b/sdk/src/Services/ECRPublic/Generated/AmazonECRPublicConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ECRPublic public partial class AmazonECRPublicConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ECR PUBLIC", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ECR PUBLIC", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ECRPublic/Properties/AssemblyInfo.cs b/sdk/src/Services/ECRPublic/Properties/AssemblyInfo.cs index ebf5c3afe7d9..723d30151c3f 100644 --- a/sdk/src/Services/ECRPublic/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ECRPublic/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ECS/Generated/AmazonECSConfig.cs b/sdk/src/Services/ECS/Generated/AmazonECSConfig.cs index 190472313875..ca2a27b911c0 100644 --- a/sdk/src/Services/ECS/Generated/AmazonECSConfig.cs +++ b/sdk/src/Services/ECS/Generated/AmazonECSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ECS public partial class AmazonECSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ECS", "3.7.403.3"); + InternalSDKUtils.BuildUserAgentString("ECS", "3.7.404.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ECS/Properties/AssemblyInfo.cs b/sdk/src/Services/ECS/Properties/AssemblyInfo.cs index 32fdd4a24589..26495e4bd63c 100644 --- a/sdk/src/Services/ECS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ECS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.3")] +[assembly: AssemblyFileVersion("3.7.404.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EKS/Generated/AmazonEKSConfig.cs b/sdk/src/Services/EKS/Generated/AmazonEKSConfig.cs index 5ae6bcb1fbef..19eed26e558c 100644 --- a/sdk/src/Services/EKS/Generated/AmazonEKSConfig.cs +++ b/sdk/src/Services/EKS/Generated/AmazonEKSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EKS public partial class AmazonEKSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EKS", "3.7.403.6"); + InternalSDKUtils.BuildUserAgentString("EKS", "3.7.403.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EKS/Properties/AssemblyInfo.cs b/sdk/src/Services/EKS/Properties/AssemblyInfo.cs index 953d2f42df56..42cb23df1a2d 100644 --- a/sdk/src/Services/EKS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EKS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.6")] +[assembly: AssemblyFileVersion("3.7.403.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EKSAuth/Generated/AmazonEKSAuthConfig.cs b/sdk/src/Services/EKSAuth/Generated/AmazonEKSAuthConfig.cs index db80d266f48c..f57c17586244 100644 --- a/sdk/src/Services/EKSAuth/Generated/AmazonEKSAuthConfig.cs +++ b/sdk/src/Services/EKSAuth/Generated/AmazonEKSAuthConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EKSAuth public partial class AmazonEKSAuthConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EKS Auth", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("EKS Auth", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EKSAuth/Properties/AssemblyInfo.cs b/sdk/src/Services/EKSAuth/Properties/AssemblyInfo.cs index e25ac0081b4a..cbcba881f376 100644 --- a/sdk/src/Services/EKSAuth/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EKSAuth/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EMRContainers/Generated/AmazonEMRContainersConfig.cs b/sdk/src/Services/EMRContainers/Generated/AmazonEMRContainersConfig.cs index 95ff6baf62f8..e614594a717c 100644 --- a/sdk/src/Services/EMRContainers/Generated/AmazonEMRContainersConfig.cs +++ b/sdk/src/Services/EMRContainers/Generated/AmazonEMRContainersConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EMRContainers public partial class AmazonEMRContainersConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EMR containers", "3.7.401.31"); + InternalSDKUtils.BuildUserAgentString("EMR containers", "3.7.401.32"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EMRContainers/Properties/AssemblyInfo.cs b/sdk/src/Services/EMRContainers/Properties/AssemblyInfo.cs index 0c582de6295a..d5ecd44fdc16 100644 --- a/sdk/src/Services/EMRContainers/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EMRContainers/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] +[assembly: AssemblyFileVersion("3.7.401.32")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EMRServerless/Generated/AmazonEMRServerlessConfig.cs b/sdk/src/Services/EMRServerless/Generated/AmazonEMRServerlessConfig.cs index 69ecdc60620f..bfb5658ee824 100644 --- a/sdk/src/Services/EMRServerless/Generated/AmazonEMRServerlessConfig.cs +++ b/sdk/src/Services/EMRServerless/Generated/AmazonEMRServerlessConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EMRServerless public partial class AmazonEMRServerlessConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EMR Serverless", "3.7.401.20"); + InternalSDKUtils.BuildUserAgentString("EMR Serverless", "3.7.401.21"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EMRServerless/Properties/AssemblyInfo.cs b/sdk/src/Services/EMRServerless/Properties/AssemblyInfo.cs index 8296bee77f44..8d9fb2f890e3 100644 --- a/sdk/src/Services/EMRServerless/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EMRServerless/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] +[assembly: AssemblyFileVersion("3.7.401.21")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElastiCache/Generated/AmazonElastiCacheConfig.cs b/sdk/src/Services/ElastiCache/Generated/AmazonElastiCacheConfig.cs index 4424d6a4a574..c5f3ce7c8763 100644 --- a/sdk/src/Services/ElastiCache/Generated/AmazonElastiCacheConfig.cs +++ b/sdk/src/Services/ElastiCache/Generated/AmazonElastiCacheConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElastiCache public partial class AmazonElastiCacheConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ElastiCache", "3.7.401.10"); + InternalSDKUtils.BuildUserAgentString("ElastiCache", "3.7.401.11"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElastiCache/Properties/AssemblyInfo.cs b/sdk/src/Services/ElastiCache/Properties/AssemblyInfo.cs index f158ba6e0515..77c6d797110e 100644 --- a/sdk/src/Services/ElastiCache/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElastiCache/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.10")] +[assembly: AssemblyFileVersion("3.7.401.11")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/AmazonElasticBeanstalkConfig.cs b/sdk/src/Services/ElasticBeanstalk/Generated/AmazonElasticBeanstalkConfig.cs index fd87269977fd..b823c8037a09 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/AmazonElasticBeanstalkConfig.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/AmazonElasticBeanstalkConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticBeanstalk public partial class AmazonElasticBeanstalkConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Elastic Beanstalk", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Elastic Beanstalk", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticBeanstalk/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticBeanstalk/Properties/AssemblyInfo.cs index 53237062ba57..f1f68fa940cd 100644 --- a/sdk/src/Services/ElasticBeanstalk/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticBeanstalk/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticFileSystem/Generated/AmazonElasticFileSystemConfig.cs b/sdk/src/Services/ElasticFileSystem/Generated/AmazonElasticFileSystemConfig.cs index d173b827a3a4..76444f8fc1d6 100644 --- a/sdk/src/Services/ElasticFileSystem/Generated/AmazonElasticFileSystemConfig.cs +++ b/sdk/src/Services/ElasticFileSystem/Generated/AmazonElasticFileSystemConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticFileSystem public partial class AmazonElasticFileSystemConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EFS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("EFS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticFileSystem/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticFileSystem/Properties/AssemblyInfo.cs index e6fe6ee5ac37..adb845950734 100644 --- a/sdk/src/Services/ElasticFileSystem/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticFileSystem/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticInference/Generated/AmazonElasticInferenceConfig.cs b/sdk/src/Services/ElasticInference/Generated/AmazonElasticInferenceConfig.cs index f44c65f6935e..d87d4d396a0e 100644 --- a/sdk/src/Services/ElasticInference/Generated/AmazonElasticInferenceConfig.cs +++ b/sdk/src/Services/ElasticInference/Generated/AmazonElasticInferenceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticInference public partial class AmazonElasticInferenceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Elastic Inference", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("Elastic Inference", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticInference/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticInference/Properties/AssemblyInfo.cs index 7ebcf589cc79..9b6d12c01bb3 100644 --- a/sdk/src/Services/ElasticInference/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticInference/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/AmazonElasticLoadBalancingConfig.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/AmazonElasticLoadBalancingConfig.cs index 473babecbef4..23533720939e 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/AmazonElasticLoadBalancingConfig.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/AmazonElasticLoadBalancingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticLoadBalancing public partial class AmazonElasticLoadBalancingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Elastic Load Balancing", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("Elastic Load Balancing", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticLoadBalancing/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticLoadBalancing/Properties/AssemblyInfo.cs index 224c6d1fc1e6..d8a0e7a77585 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/AmazonElasticLoadBalancingV2Config.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/AmazonElasticLoadBalancingV2Config.cs index c363d251a96b..b692bfa8147e 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/AmazonElasticLoadBalancingV2Config.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/AmazonElasticLoadBalancingV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticLoadBalancingV2 public partial class AmazonElasticLoadBalancingV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Elastic Load Balancing v2", "3.7.405.9"); + InternalSDKUtils.BuildUserAgentString("Elastic Load Balancing v2", "3.7.405.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs index 94d66728161c..b539cc966521 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.9")] +[assembly: AssemblyFileVersion("3.7.405.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticMapReduce/Generated/AmazonElasticMapReduceConfig.cs b/sdk/src/Services/ElasticMapReduce/Generated/AmazonElasticMapReduceConfig.cs index 7b579a7987c9..9332fa5add68 100644 --- a/sdk/src/Services/ElasticMapReduce/Generated/AmazonElasticMapReduceConfig.cs +++ b/sdk/src/Services/ElasticMapReduce/Generated/AmazonElasticMapReduceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticMapReduce public partial class AmazonElasticMapReduceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EMR", "3.7.402.9"); + InternalSDKUtils.BuildUserAgentString("EMR", "3.7.402.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticMapReduce/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticMapReduce/Properties/AssemblyInfo.cs index 040df5db33f6..643c0b9d785a 100644 --- a/sdk/src/Services/ElasticMapReduce/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticMapReduce/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.9")] +[assembly: AssemblyFileVersion("3.7.402.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ElasticTranscoder/Generated/AmazonElasticTranscoderConfig.cs b/sdk/src/Services/ElasticTranscoder/Generated/AmazonElasticTranscoderConfig.cs index 8dd8ca8c0d6d..b4b21752c6fd 100644 --- a/sdk/src/Services/ElasticTranscoder/Generated/AmazonElasticTranscoderConfig.cs +++ b/sdk/src/Services/ElasticTranscoder/Generated/AmazonElasticTranscoderConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ElasticTranscoder public partial class AmazonElasticTranscoderConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Elastic Transcoder", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Elastic Transcoder", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ElasticTranscoder/Properties/AssemblyInfo.cs b/sdk/src/Services/ElasticTranscoder/Properties/AssemblyInfo.cs index 9e918a7fa2bc..df3df44864b3 100644 --- a/sdk/src/Services/ElasticTranscoder/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ElasticTranscoder/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Elasticsearch/Generated/AmazonElasticsearchConfig.cs b/sdk/src/Services/Elasticsearch/Generated/AmazonElasticsearchConfig.cs index 2d53788521f7..619618519580 100644 --- a/sdk/src/Services/Elasticsearch/Generated/AmazonElasticsearchConfig.cs +++ b/sdk/src/Services/Elasticsearch/Generated/AmazonElasticsearchConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Elasticsearch public partial class AmazonElasticsearchConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Elasticsearch Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Elasticsearch Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Elasticsearch/Properties/AssemblyInfo.cs b/sdk/src/Services/Elasticsearch/Properties/AssemblyInfo.cs index d55001ca3570..4b074e5cef12 100644 --- a/sdk/src/Services/Elasticsearch/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Elasticsearch/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EntityResolution/Generated/AmazonEntityResolutionConfig.cs b/sdk/src/Services/EntityResolution/Generated/AmazonEntityResolutionConfig.cs index 3b9993e89f58..bada5940005f 100644 --- a/sdk/src/Services/EntityResolution/Generated/AmazonEntityResolutionConfig.cs +++ b/sdk/src/Services/EntityResolution/Generated/AmazonEntityResolutionConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EntityResolution public partial class AmazonEntityResolutionConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EntityResolution", "3.7.401.32"); + InternalSDKUtils.BuildUserAgentString("EntityResolution", "3.7.401.33"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EntityResolution/Properties/AssemblyInfo.cs b/sdk/src/Services/EntityResolution/Properties/AssemblyInfo.cs index 3f45577e23a7..7ba1f7884e6c 100644 --- a/sdk/src/Services/EntityResolution/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EntityResolution/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.32")] +[assembly: AssemblyFileVersion("3.7.401.33")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/EventBridge/Generated/AmazonEventBridgeConfig.cs b/sdk/src/Services/EventBridge/Generated/AmazonEventBridgeConfig.cs index 0d24d66ded35..d5dc7c55c251 100644 --- a/sdk/src/Services/EventBridge/Generated/AmazonEventBridgeConfig.cs +++ b/sdk/src/Services/EventBridge/Generated/AmazonEventBridgeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.EventBridge public partial class AmazonEventBridgeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("EventBridge", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("EventBridge", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/EventBridge/Properties/AssemblyInfo.cs b/sdk/src/Services/EventBridge/Properties/AssemblyInfo.cs index d08b72829b69..b660f4463af3 100644 --- a/sdk/src/Services/EventBridge/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/EventBridge/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/FIS/Generated/AmazonFISConfig.cs b/sdk/src/Services/FIS/Generated/AmazonFISConfig.cs index f89a74a17611..cf4ec70cc761 100644 --- a/sdk/src/Services/FIS/Generated/AmazonFISConfig.cs +++ b/sdk/src/Services/FIS/Generated/AmazonFISConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.FIS public partial class AmazonFISConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("fis", "3.7.402.28"); + InternalSDKUtils.BuildUserAgentString("fis", "3.7.402.29"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/FIS/Properties/AssemblyInfo.cs b/sdk/src/Services/FIS/Properties/AssemblyInfo.cs index 1ced598b7f8f..250ce97397e6 100644 --- a/sdk/src/Services/FIS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/FIS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.28")] +[assembly: AssemblyFileVersion("3.7.402.29")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/FMS/Generated/AmazonFMSConfig.cs b/sdk/src/Services/FMS/Generated/AmazonFMSConfig.cs index ad3250f14a7f..653d574862de 100644 --- a/sdk/src/Services/FMS/Generated/AmazonFMSConfig.cs +++ b/sdk/src/Services/FMS/Generated/AmazonFMSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.FMS public partial class AmazonFMSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("FMS", "3.7.401.6"); + InternalSDKUtils.BuildUserAgentString("FMS", "3.7.401.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/FMS/Properties/AssemblyInfo.cs b/sdk/src/Services/FMS/Properties/AssemblyInfo.cs index e47490c6adfa..5ba921e4b2cf 100644 --- a/sdk/src/Services/FMS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/FMS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.6")] +[assembly: AssemblyFileVersion("3.7.401.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/FSx/Generated/AmazonFSxConfig.cs b/sdk/src/Services/FSx/Generated/AmazonFSxConfig.cs index 0e402b7c09f7..c1eb9eb24f71 100644 --- a/sdk/src/Services/FSx/Generated/AmazonFSxConfig.cs +++ b/sdk/src/Services/FSx/Generated/AmazonFSxConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.FSx public partial class AmazonFSxConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("FSx", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("FSx", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/FSx/Properties/AssemblyInfo.cs b/sdk/src/Services/FSx/Properties/AssemblyInfo.cs index db805e22f2d1..faed4ad46b2a 100644 --- a/sdk/src/Services/FSx/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/FSx/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/FinSpaceData/Generated/AmazonFinSpaceDataConfig.cs b/sdk/src/Services/FinSpaceData/Generated/AmazonFinSpaceDataConfig.cs index fd6a07ac516b..81ea25e66684 100644 --- a/sdk/src/Services/FinSpaceData/Generated/AmazonFinSpaceDataConfig.cs +++ b/sdk/src/Services/FinSpaceData/Generated/AmazonFinSpaceDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.FinSpaceData public partial class AmazonFinSpaceDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("finspace data", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("finspace data", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/FinSpaceData/Properties/AssemblyInfo.cs b/sdk/src/Services/FinSpaceData/Properties/AssemblyInfo.cs index e8124a46c3c8..5619eea67b07 100644 --- a/sdk/src/Services/FinSpaceData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/FinSpaceData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Finspace/Generated/AmazonFinspaceConfig.cs b/sdk/src/Services/Finspace/Generated/AmazonFinspaceConfig.cs index 09e8c5607dc6..35f1a497b426 100644 --- a/sdk/src/Services/Finspace/Generated/AmazonFinspaceConfig.cs +++ b/sdk/src/Services/Finspace/Generated/AmazonFinspaceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Finspace public partial class AmazonFinspaceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("finspace", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("finspace", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Finspace/Properties/AssemblyInfo.cs b/sdk/src/Services/Finspace/Properties/AssemblyInfo.cs index b2f97213c76e..b29d91d68c8e 100644 --- a/sdk/src/Services/Finspace/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Finspace/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ForecastQueryService/Generated/AmazonForecastQueryServiceConfig.cs b/sdk/src/Services/ForecastQueryService/Generated/AmazonForecastQueryServiceConfig.cs index f5359b49160a..55114bf13fbc 100644 --- a/sdk/src/Services/ForecastQueryService/Generated/AmazonForecastQueryServiceConfig.cs +++ b/sdk/src/Services/ForecastQueryService/Generated/AmazonForecastQueryServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ForecastQueryService public partial class AmazonForecastQueryServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("forecastquery", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("forecastquery", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ForecastQueryService/Properties/AssemblyInfo.cs b/sdk/src/Services/ForecastQueryService/Properties/AssemblyInfo.cs index e56fce51c17b..176b87a00574 100644 --- a/sdk/src/Services/ForecastQueryService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ForecastQueryService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ForecastService/Generated/AmazonForecastServiceConfig.cs b/sdk/src/Services/ForecastService/Generated/AmazonForecastServiceConfig.cs index dc3b172f8ad7..2ea71159fe3a 100644 --- a/sdk/src/Services/ForecastService/Generated/AmazonForecastServiceConfig.cs +++ b/sdk/src/Services/ForecastService/Generated/AmazonForecastServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ForecastService public partial class AmazonForecastServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("forecast", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("forecast", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ForecastService/Properties/AssemblyInfo.cs b/sdk/src/Services/ForecastService/Properties/AssemblyInfo.cs index b34002bc6620..d3ad9c6533ec 100644 --- a/sdk/src/Services/ForecastService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ForecastService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/FraudDetector/Generated/AmazonFraudDetectorConfig.cs b/sdk/src/Services/FraudDetector/Generated/AmazonFraudDetectorConfig.cs index a1ca6ea9c04f..b44cc22c5fce 100644 --- a/sdk/src/Services/FraudDetector/Generated/AmazonFraudDetectorConfig.cs +++ b/sdk/src/Services/FraudDetector/Generated/AmazonFraudDetectorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.FraudDetector public partial class AmazonFraudDetectorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("FraudDetector", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("FraudDetector", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/FraudDetector/Properties/AssemblyInfo.cs b/sdk/src/Services/FraudDetector/Properties/AssemblyInfo.cs index a7f29bdf9ed5..0cd7677426dc 100644 --- a/sdk/src/Services/FraudDetector/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/FraudDetector/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/FreeTier/Generated/AmazonFreeTierConfig.cs b/sdk/src/Services/FreeTier/Generated/AmazonFreeTierConfig.cs index 0197c05b8840..95669c835554 100644 --- a/sdk/src/Services/FreeTier/Generated/AmazonFreeTierConfig.cs +++ b/sdk/src/Services/FreeTier/Generated/AmazonFreeTierConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.FreeTier public partial class AmazonFreeTierConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("FreeTier", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("FreeTier", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/FreeTier/Properties/AssemblyInfo.cs b/sdk/src/Services/FreeTier/Properties/AssemblyInfo.cs index 31b7c469c373..b71941529a8a 100644 --- a/sdk/src/Services/FreeTier/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/FreeTier/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GameLift/Generated/AmazonGameLiftConfig.cs b/sdk/src/Services/GameLift/Generated/AmazonGameLiftConfig.cs index da8b34d21eb7..45d9234d7519 100644 --- a/sdk/src/Services/GameLift/Generated/AmazonGameLiftConfig.cs +++ b/sdk/src/Services/GameLift/Generated/AmazonGameLiftConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GameLift public partial class AmazonGameLiftConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("GameLift", "3.7.401.27"); + InternalSDKUtils.BuildUserAgentString("GameLift", "3.7.401.28"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GameLift/Properties/AssemblyInfo.cs b/sdk/src/Services/GameLift/Properties/AssemblyInfo.cs index a9b2e4b09aaf..1c2374b77077 100644 --- a/sdk/src/Services/GameLift/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GameLift/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.27")] +[assembly: AssemblyFileVersion("3.7.401.28")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GeoMaps/Generated/AmazonGeoMapsConfig.cs b/sdk/src/Services/GeoMaps/Generated/AmazonGeoMapsConfig.cs index a933fce18192..64902bb91f31 100644 --- a/sdk/src/Services/GeoMaps/Generated/AmazonGeoMapsConfig.cs +++ b/sdk/src/Services/GeoMaps/Generated/AmazonGeoMapsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GeoMaps public partial class AmazonGeoMapsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Geo Maps", "3.3"); + InternalSDKUtils.BuildUserAgentString("Geo Maps", "3.7.400.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GeoMaps/Properties/AssemblyInfo.cs b/sdk/src/Services/GeoMaps/Properties/AssemblyInfo.cs index fda78994f967..c51b7e185082 100644 --- a/sdk/src/Services/GeoMaps/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GeoMaps/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] +[assembly: AssemblyFileVersion("3.7.400.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GeoPlaces/Generated/AmazonGeoPlacesConfig.cs b/sdk/src/Services/GeoPlaces/Generated/AmazonGeoPlacesConfig.cs index 2a8b0389e6fa..3be2896bdce5 100644 --- a/sdk/src/Services/GeoPlaces/Generated/AmazonGeoPlacesConfig.cs +++ b/sdk/src/Services/GeoPlaces/Generated/AmazonGeoPlacesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GeoPlaces public partial class AmazonGeoPlacesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Geo Places", "3.3"); + InternalSDKUtils.BuildUserAgentString("Geo Places", "3.7.400.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GeoPlaces/Properties/AssemblyInfo.cs b/sdk/src/Services/GeoPlaces/Properties/AssemblyInfo.cs index a52796836bc3..1a1a834ed3f8 100644 --- a/sdk/src/Services/GeoPlaces/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GeoPlaces/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] +[assembly: AssemblyFileVersion("3.7.400.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GeoRoutes/Generated/AmazonGeoRoutesConfig.cs b/sdk/src/Services/GeoRoutes/Generated/AmazonGeoRoutesConfig.cs index 00426263e864..8604ec01c4e8 100644 --- a/sdk/src/Services/GeoRoutes/Generated/AmazonGeoRoutesConfig.cs +++ b/sdk/src/Services/GeoRoutes/Generated/AmazonGeoRoutesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GeoRoutes public partial class AmazonGeoRoutesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Geo Routes", "3.3"); + InternalSDKUtils.BuildUserAgentString("Geo Routes", "3.7.400.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GeoRoutes/Properties/AssemblyInfo.cs b/sdk/src/Services/GeoRoutes/Properties/AssemblyInfo.cs index 51967f6da51b..6933df2c7124 100644 --- a/sdk/src/Services/GeoRoutes/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GeoRoutes/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.3")] +[assembly: AssemblyFileVersion("3.7.400.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Glacier/Generated/AmazonGlacierConfig.cs b/sdk/src/Services/Glacier/Generated/AmazonGlacierConfig.cs index 81482b7b45be..b2982d7f0b79 100644 --- a/sdk/src/Services/Glacier/Generated/AmazonGlacierConfig.cs +++ b/sdk/src/Services/Glacier/Generated/AmazonGlacierConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Glacier public partial class AmazonGlacierConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Glacier", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Glacier", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Glacier/Properties/AssemblyInfo.cs b/sdk/src/Services/Glacier/Properties/AssemblyInfo.cs index cb072df91d21..4f4c9d79c047 100644 --- a/sdk/src/Services/Glacier/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Glacier/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GlobalAccelerator/Generated/AmazonGlobalAcceleratorConfig.cs b/sdk/src/Services/GlobalAccelerator/Generated/AmazonGlobalAcceleratorConfig.cs index 507b30087e91..493769c3944f 100644 --- a/sdk/src/Services/GlobalAccelerator/Generated/AmazonGlobalAcceleratorConfig.cs +++ b/sdk/src/Services/GlobalAccelerator/Generated/AmazonGlobalAcceleratorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GlobalAccelerator public partial class AmazonGlobalAcceleratorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Global Accelerator", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Global Accelerator", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GlobalAccelerator/Properties/AssemblyInfo.cs b/sdk/src/Services/GlobalAccelerator/Properties/AssemblyInfo.cs index fe70d571d8ce..dbe6ada6f85e 100644 --- a/sdk/src/Services/GlobalAccelerator/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GlobalAccelerator/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs b/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs index eeb4addcb417..654acdd82050 100644 --- a/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs +++ b/sdk/src/Services/Glue/Generated/AmazonGlueConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Glue public partial class AmazonGlueConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Glue", "3.7.408.20"); + InternalSDKUtils.BuildUserAgentString("Glue", "3.7.408.21"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Glue/Properties/AssemblyInfo.cs b/sdk/src/Services/Glue/Properties/AssemblyInfo.cs index 11c767928c11..6d7dc0491cd9 100644 --- a/sdk/src/Services/Glue/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Glue/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.408.20")] +[assembly: AssemblyFileVersion("3.7.408.21")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GlueDataBrew/Generated/AmazonGlueDataBrewConfig.cs b/sdk/src/Services/GlueDataBrew/Generated/AmazonGlueDataBrewConfig.cs index 61f972f1bd93..7463a41db61b 100644 --- a/sdk/src/Services/GlueDataBrew/Generated/AmazonGlueDataBrewConfig.cs +++ b/sdk/src/Services/GlueDataBrew/Generated/AmazonGlueDataBrewConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GlueDataBrew public partial class AmazonGlueDataBrewConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("DataBrew", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("DataBrew", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GlueDataBrew/Properties/AssemblyInfo.cs b/sdk/src/Services/GlueDataBrew/Properties/AssemblyInfo.cs index f91512845af8..8346674d8847 100644 --- a/sdk/src/Services/GlueDataBrew/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GlueDataBrew/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Greengrass/Generated/AmazonGreengrassConfig.cs b/sdk/src/Services/Greengrass/Generated/AmazonGreengrassConfig.cs index 953d5601f75e..ed6b31e92454 100644 --- a/sdk/src/Services/Greengrass/Generated/AmazonGreengrassConfig.cs +++ b/sdk/src/Services/Greengrass/Generated/AmazonGreengrassConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Greengrass public partial class AmazonGreengrassConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Greengrass", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Greengrass", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Greengrass/Properties/AssemblyInfo.cs b/sdk/src/Services/Greengrass/Properties/AssemblyInfo.cs index 5af8773997dd..5fe11aab198d 100644 --- a/sdk/src/Services/Greengrass/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Greengrass/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GreengrassV2/Generated/AmazonGreengrassV2Config.cs b/sdk/src/Services/GreengrassV2/Generated/AmazonGreengrassV2Config.cs index 6a2cfc25f4ab..cc1a46507d08 100644 --- a/sdk/src/Services/GreengrassV2/Generated/AmazonGreengrassV2Config.cs +++ b/sdk/src/Services/GreengrassV2/Generated/AmazonGreengrassV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.GreengrassV2 public partial class AmazonGreengrassV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("GreengrassV2", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("GreengrassV2", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GreengrassV2/Properties/AssemblyInfo.cs b/sdk/src/Services/GreengrassV2/Properties/AssemblyInfo.cs index 3c67cf1d0b6c..53db9661f70a 100644 --- a/sdk/src/Services/GreengrassV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GreengrassV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GroundStation/Generated/AmazonGroundStationConfig.cs b/sdk/src/Services/GroundStation/Generated/AmazonGroundStationConfig.cs index d690cfeadc02..10e8b3b08ce5 100644 --- a/sdk/src/Services/GroundStation/Generated/AmazonGroundStationConfig.cs +++ b/sdk/src/Services/GroundStation/Generated/AmazonGroundStationConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GroundStation public partial class AmazonGroundStationConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("GroundStation", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("GroundStation", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GroundStation/Properties/AssemblyInfo.cs b/sdk/src/Services/GroundStation/Properties/AssemblyInfo.cs index c04cafd3d228..19283fc3c2dc 100644 --- a/sdk/src/Services/GroundStation/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GroundStation/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/GuardDuty/Generated/AmazonGuardDutyConfig.cs b/sdk/src/Services/GuardDuty/Generated/AmazonGuardDutyConfig.cs index 1c595815caeb..0b6212a5bacb 100644 --- a/sdk/src/Services/GuardDuty/Generated/AmazonGuardDutyConfig.cs +++ b/sdk/src/Services/GuardDuty/Generated/AmazonGuardDutyConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.GuardDuty public partial class AmazonGuardDutyConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("GuardDuty", "3.7.403.9"); + InternalSDKUtils.BuildUserAgentString("GuardDuty", "3.7.403.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/GuardDuty/Properties/AssemblyInfo.cs b/sdk/src/Services/GuardDuty/Properties/AssemblyInfo.cs index 6e087129a7f9..3dc44ff5c83f 100644 --- a/sdk/src/Services/GuardDuty/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/GuardDuty/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.9")] +[assembly: AssemblyFileVersion("3.7.403.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/HealthLake/Generated/AmazonHealthLakeConfig.cs b/sdk/src/Services/HealthLake/Generated/AmazonHealthLakeConfig.cs index bc6d2c13a384..4ffc8136aaab 100644 --- a/sdk/src/Services/HealthLake/Generated/AmazonHealthLakeConfig.cs +++ b/sdk/src/Services/HealthLake/Generated/AmazonHealthLakeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.HealthLake public partial class AmazonHealthLakeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("HealthLake", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("HealthLake", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/HealthLake/Properties/AssemblyInfo.cs b/sdk/src/Services/HealthLake/Properties/AssemblyInfo.cs index eeea45e1d7c2..8ca2cbe457b3 100644 --- a/sdk/src/Services/HealthLake/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/HealthLake/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IAMRolesAnywhere/Generated/AmazonIAMRolesAnywhereConfig.cs b/sdk/src/Services/IAMRolesAnywhere/Generated/AmazonIAMRolesAnywhereConfig.cs index 2d9a91b26bcc..5aacf63e910b 100644 --- a/sdk/src/Services/IAMRolesAnywhere/Generated/AmazonIAMRolesAnywhereConfig.cs +++ b/sdk/src/Services/IAMRolesAnywhere/Generated/AmazonIAMRolesAnywhereConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IAMRolesAnywhere public partial class AmazonIAMRolesAnywhereConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RolesAnywhere", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("RolesAnywhere", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IAMRolesAnywhere/Properties/AssemblyInfo.cs b/sdk/src/Services/IAMRolesAnywhere/Properties/AssemblyInfo.cs index 8722b814cc4b..aca432b2bdaa 100644 --- a/sdk/src/Services/IAMRolesAnywhere/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IAMRolesAnywhere/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IVS/Generated/AmazonIVSConfig.cs b/sdk/src/Services/IVS/Generated/AmazonIVSConfig.cs index d6f5498c601f..f38b5b171f44 100644 --- a/sdk/src/Services/IVS/Generated/AmazonIVSConfig.cs +++ b/sdk/src/Services/IVS/Generated/AmazonIVSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IVS public partial class AmazonIVSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ivs", "3.7.401.7"); + InternalSDKUtils.BuildUserAgentString("ivs", "3.7.401.8"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IVS/Properties/AssemblyInfo.cs b/sdk/src/Services/IVS/Properties/AssemblyInfo.cs index 62ac3f3899fc..c82f3961f932 100644 --- a/sdk/src/Services/IVS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IVS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.7")] +[assembly: AssemblyFileVersion("3.7.401.8")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IVSRealTime/Generated/AmazonIVSRealTimeConfig.cs b/sdk/src/Services/IVSRealTime/Generated/AmazonIVSRealTimeConfig.cs index aa0e6ed3aa88..e65376414624 100644 --- a/sdk/src/Services/IVSRealTime/Generated/AmazonIVSRealTimeConfig.cs +++ b/sdk/src/Services/IVSRealTime/Generated/AmazonIVSRealTimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IVSRealTime public partial class AmazonIVSRealTimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IVS RealTime", "3.7.402.14"); + InternalSDKUtils.BuildUserAgentString("IVS RealTime", "3.7.402.15"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IVSRealTime/Properties/AssemblyInfo.cs b/sdk/src/Services/IVSRealTime/Properties/AssemblyInfo.cs index dd6e9c81bc7f..8394cd93a485 100644 --- a/sdk/src/Services/IVSRealTime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IVSRealTime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.14")] +[assembly: AssemblyFileVersion("3.7.402.15")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IdentityManagement/Generated/AmazonIdentityManagementServiceConfig.cs b/sdk/src/Services/IdentityManagement/Generated/AmazonIdentityManagementServiceConfig.cs index d94b91fb9236..60832fe27ff9 100644 --- a/sdk/src/Services/IdentityManagement/Generated/AmazonIdentityManagementServiceConfig.cs +++ b/sdk/src/Services/IdentityManagement/Generated/AmazonIdentityManagementServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IdentityManagement public partial class AmazonIdentityManagementServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IAM", "3.7.402.36"); + InternalSDKUtils.BuildUserAgentString("IAM", "3.7.402.37"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IdentityManagement/Properties/AssemblyInfo.cs b/sdk/src/Services/IdentityManagement/Properties/AssemblyInfo.cs index 1b558497bbd0..12a467695170 100644 --- a/sdk/src/Services/IdentityManagement/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IdentityManagement/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.36")] +[assembly: AssemblyFileVersion("3.7.402.37")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IdentityStore/Generated/AmazonIdentityStoreConfig.cs b/sdk/src/Services/IdentityStore/Generated/AmazonIdentityStoreConfig.cs index b64791b15cf3..23356748b09a 100644 --- a/sdk/src/Services/IdentityStore/Generated/AmazonIdentityStoreConfig.cs +++ b/sdk/src/Services/IdentityStore/Generated/AmazonIdentityStoreConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IdentityStore public partial class AmazonIdentityStoreConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("identitystore", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("identitystore", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IdentityStore/Properties/AssemblyInfo.cs b/sdk/src/Services/IdentityStore/Properties/AssemblyInfo.cs index 6e110673c88a..b5d979128038 100644 --- a/sdk/src/Services/IdentityStore/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IdentityStore/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Imagebuilder/Generated/AmazonImagebuilderConfig.cs b/sdk/src/Services/Imagebuilder/Generated/AmazonImagebuilderConfig.cs index 026b41d4e0aa..b4ff316958f8 100644 --- a/sdk/src/Services/Imagebuilder/Generated/AmazonImagebuilderConfig.cs +++ b/sdk/src/Services/Imagebuilder/Generated/AmazonImagebuilderConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Imagebuilder public partial class AmazonImagebuilderConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("imagebuilder", "3.7.401.5"); + InternalSDKUtils.BuildUserAgentString("imagebuilder", "3.7.401.6"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Imagebuilder/Properties/AssemblyInfo.cs b/sdk/src/Services/Imagebuilder/Properties/AssemblyInfo.cs index 183b81828292..11e44711f113 100644 --- a/sdk/src/Services/Imagebuilder/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Imagebuilder/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] +[assembly: AssemblyFileVersion("3.7.401.6")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ImportExport/Generated/AmazonImportExportConfig.cs b/sdk/src/Services/ImportExport/Generated/AmazonImportExportConfig.cs index 71ef7131a076..e8f21392b45b 100644 --- a/sdk/src/Services/ImportExport/Generated/AmazonImportExportConfig.cs +++ b/sdk/src/Services/ImportExport/Generated/AmazonImportExportConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ImportExport public partial class AmazonImportExportConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ImportExport", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ImportExport", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ImportExport/Properties/AssemblyInfo.cs b/sdk/src/Services/ImportExport/Properties/AssemblyInfo.cs index 7ab967600035..398b2241e98a 100644 --- a/sdk/src/Services/ImportExport/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ImportExport/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Inspector/Generated/AmazonInspectorConfig.cs b/sdk/src/Services/Inspector/Generated/AmazonInspectorConfig.cs index c3d52c995322..b642a9017372 100644 --- a/sdk/src/Services/Inspector/Generated/AmazonInspectorConfig.cs +++ b/sdk/src/Services/Inspector/Generated/AmazonInspectorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Inspector public partial class AmazonInspectorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Inspector", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Inspector", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Inspector/Properties/AssemblyInfo.cs b/sdk/src/Services/Inspector/Properties/AssemblyInfo.cs index 599166df35b4..37417bf7e409 100644 --- a/sdk/src/Services/Inspector/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Inspector/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Inspector2/Generated/AmazonInspector2Config.cs b/sdk/src/Services/Inspector2/Generated/AmazonInspector2Config.cs index b5af3a5e6a00..684c31147e16 100644 --- a/sdk/src/Services/Inspector2/Generated/AmazonInspector2Config.cs +++ b/sdk/src/Services/Inspector2/Generated/AmazonInspector2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.Inspector2 public partial class AmazonInspector2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Inspector2", "3.7.402.31"); + InternalSDKUtils.BuildUserAgentString("Inspector2", "3.7.402.32"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Inspector2/Properties/AssemblyInfo.cs b/sdk/src/Services/Inspector2/Properties/AssemblyInfo.cs index f2d2890c2f74..08b1e2160fde 100644 --- a/sdk/src/Services/Inspector2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Inspector2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.31")] +[assembly: AssemblyFileVersion("3.7.402.32")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/InspectorScan/Generated/AmazonInspectorScanConfig.cs b/sdk/src/Services/InspectorScan/Generated/AmazonInspectorScanConfig.cs index b01e7e6f9bce..6d7a264f6bf0 100644 --- a/sdk/src/Services/InspectorScan/Generated/AmazonInspectorScanConfig.cs +++ b/sdk/src/Services/InspectorScan/Generated/AmazonInspectorScanConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.InspectorScan public partial class AmazonInspectorScanConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Inspector Scan", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Inspector Scan", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/InspectorScan/Properties/AssemblyInfo.cs b/sdk/src/Services/InspectorScan/Properties/AssemblyInfo.cs index 5d62ff202cb6..8e09c2a2b59b 100644 --- a/sdk/src/Services/InspectorScan/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/InspectorScan/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/InternetMonitor/Generated/AmazonInternetMonitorConfig.cs b/sdk/src/Services/InternetMonitor/Generated/AmazonInternetMonitorConfig.cs index e2d88fe31008..f0788eae423c 100644 --- a/sdk/src/Services/InternetMonitor/Generated/AmazonInternetMonitorConfig.cs +++ b/sdk/src/Services/InternetMonitor/Generated/AmazonInternetMonitorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.InternetMonitor public partial class AmazonInternetMonitorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("InternetMonitor", "3.7.401.30"); + InternalSDKUtils.BuildUserAgentString("InternetMonitor", "3.7.401.31"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/InternetMonitor/Properties/AssemblyInfo.cs b/sdk/src/Services/InternetMonitor/Properties/AssemblyInfo.cs index b0bdf3bdddfe..02ab7cefcf79 100644 --- a/sdk/src/Services/InternetMonitor/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/InternetMonitor/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.30")] +[assembly: AssemblyFileVersion("3.7.401.31")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoT/Generated/AmazonIoTConfig.cs b/sdk/src/Services/IoT/Generated/AmazonIoTConfig.cs index 9acd55817e39..221bfa5bbfff 100644 --- a/sdk/src/Services/IoT/Generated/AmazonIoTConfig.cs +++ b/sdk/src/Services/IoT/Generated/AmazonIoTConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoT public partial class AmazonIoTConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT", "3.7.402.13"); + InternalSDKUtils.BuildUserAgentString("IoT", "3.7.402.14"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoT/Properties/AssemblyInfo.cs b/sdk/src/Services/IoT/Properties/AssemblyInfo.cs index 4b1ea84324cd..e6980d005197 100644 --- a/sdk/src/Services/IoT/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoT/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.13")] +[assembly: AssemblyFileVersion("3.7.402.14")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoT1ClickDevicesService/Generated/AmazonIoT1ClickDevicesServiceConfig.cs b/sdk/src/Services/IoT1ClickDevicesService/Generated/AmazonIoT1ClickDevicesServiceConfig.cs index e6467825c299..53b61ae2d344 100644 --- a/sdk/src/Services/IoT1ClickDevicesService/Generated/AmazonIoT1ClickDevicesServiceConfig.cs +++ b/sdk/src/Services/IoT1ClickDevicesService/Generated/AmazonIoT1ClickDevicesServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoT1ClickDevicesService public partial class AmazonIoT1ClickDevicesServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT 1Click Devices Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoT 1Click Devices Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoT1ClickDevicesService/Properties/AssemblyInfo.cs b/sdk/src/Services/IoT1ClickDevicesService/Properties/AssemblyInfo.cs index 9ed0f9f77eee..89935f8e7bec 100644 --- a/sdk/src/Services/IoT1ClickDevicesService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoT1ClickDevicesService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoT1ClickProjects/Generated/AmazonIoT1ClickProjectsConfig.cs b/sdk/src/Services/IoT1ClickProjects/Generated/AmazonIoT1ClickProjectsConfig.cs index b2fd7ab3129d..513b3061715b 100644 --- a/sdk/src/Services/IoT1ClickProjects/Generated/AmazonIoT1ClickProjectsConfig.cs +++ b/sdk/src/Services/IoT1ClickProjects/Generated/AmazonIoT1ClickProjectsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoT1ClickProjects public partial class AmazonIoT1ClickProjectsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT 1Click Projects", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoT 1Click Projects", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoT1ClickProjects/Properties/AssemblyInfo.cs b/sdk/src/Services/IoT1ClickProjects/Properties/AssemblyInfo.cs index 1d32bea5d494..01991a7c7efb 100644 --- a/sdk/src/Services/IoT1ClickProjects/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoT1ClickProjects/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTAnalytics/Generated/AmazonIoTAnalyticsConfig.cs b/sdk/src/Services/IoTAnalytics/Generated/AmazonIoTAnalyticsConfig.cs index 0c28066469f0..b19eb0ab5d57 100644 --- a/sdk/src/Services/IoTAnalytics/Generated/AmazonIoTAnalyticsConfig.cs +++ b/sdk/src/Services/IoTAnalytics/Generated/AmazonIoTAnalyticsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTAnalytics public partial class AmazonIoTAnalyticsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTAnalytics", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoTAnalytics", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTAnalytics/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTAnalytics/Properties/AssemblyInfo.cs index 829edd9b8a01..ceaefc2497da 100644 --- a/sdk/src/Services/IoTAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTAnalytics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTDeviceAdvisor/Generated/AmazonIoTDeviceAdvisorConfig.cs b/sdk/src/Services/IoTDeviceAdvisor/Generated/AmazonIoTDeviceAdvisorConfig.cs index 1eca6f6caf92..5235e46bb621 100644 --- a/sdk/src/Services/IoTDeviceAdvisor/Generated/AmazonIoTDeviceAdvisorConfig.cs +++ b/sdk/src/Services/IoTDeviceAdvisor/Generated/AmazonIoTDeviceAdvisorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTDeviceAdvisor public partial class AmazonIoTDeviceAdvisorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IotDeviceAdvisor", "3.7.401.14"); + InternalSDKUtils.BuildUserAgentString("IotDeviceAdvisor", "3.7.401.15"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTDeviceAdvisor/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTDeviceAdvisor/Properties/AssemblyInfo.cs index 6d54ab58a80a..a4fbc7747649 100644 --- a/sdk/src/Services/IoTDeviceAdvisor/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTDeviceAdvisor/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.14")] +[assembly: AssemblyFileVersion("3.7.401.15")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTEvents/Generated/AmazonIoTEventsConfig.cs b/sdk/src/Services/IoTEvents/Generated/AmazonIoTEventsConfig.cs index 6c52b9c11ce7..ba4bc44a9f20 100644 --- a/sdk/src/Services/IoTEvents/Generated/AmazonIoTEventsConfig.cs +++ b/sdk/src/Services/IoTEvents/Generated/AmazonIoTEventsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTEvents public partial class AmazonIoTEventsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT Events", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoT Events", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTEvents/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTEvents/Properties/AssemblyInfo.cs index f511d6614002..084addadf1e8 100644 --- a/sdk/src/Services/IoTEvents/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTEvents/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTEventsData/Generated/AmazonIoTEventsDataConfig.cs b/sdk/src/Services/IoTEventsData/Generated/AmazonIoTEventsDataConfig.cs index 732e6cd2926c..837798d3662e 100644 --- a/sdk/src/Services/IoTEventsData/Generated/AmazonIoTEventsDataConfig.cs +++ b/sdk/src/Services/IoTEventsData/Generated/AmazonIoTEventsDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTEventsData public partial class AmazonIoTEventsDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT Events Data", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoT Events Data", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTEventsData/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTEventsData/Properties/AssemblyInfo.cs index 503263bb9d01..a0fc549b761e 100644 --- a/sdk/src/Services/IoTEventsData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTEventsData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTFleetHub/Generated/AmazonIoTFleetHubConfig.cs b/sdk/src/Services/IoTFleetHub/Generated/AmazonIoTFleetHubConfig.cs index ffc619e60bb1..06bea391882c 100644 --- a/sdk/src/Services/IoTFleetHub/Generated/AmazonIoTFleetHubConfig.cs +++ b/sdk/src/Services/IoTFleetHub/Generated/AmazonIoTFleetHubConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTFleetHub public partial class AmazonIoTFleetHubConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTFleetHub", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoTFleetHub", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTFleetHub/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTFleetHub/Properties/AssemblyInfo.cs index 26f0d1efb5d2..c1a524c5b340 100644 --- a/sdk/src/Services/IoTFleetHub/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTFleetHub/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTFleetWise/Generated/AmazonIoTFleetWiseConfig.cs b/sdk/src/Services/IoTFleetWise/Generated/AmazonIoTFleetWiseConfig.cs index 7d1a232e83ef..eb53442d5a6a 100644 --- a/sdk/src/Services/IoTFleetWise/Generated/AmazonIoTFleetWiseConfig.cs +++ b/sdk/src/Services/IoTFleetWise/Generated/AmazonIoTFleetWiseConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTFleetWise public partial class AmazonIoTFleetWiseConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTFleetWise", "3.7.402.0"); + InternalSDKUtils.BuildUserAgentString("IoTFleetWise", "3.7.402.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTFleetWise/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTFleetWise/Properties/AssemblyInfo.cs index 6e5492281c9c..05c34259e57f 100644 --- a/sdk/src/Services/IoTFleetWise/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTFleetWise/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.0")] +[assembly: AssemblyFileVersion("3.7.402.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTJobsDataPlane/Generated/AmazonIoTJobsDataPlaneConfig.cs b/sdk/src/Services/IoTJobsDataPlane/Generated/AmazonIoTJobsDataPlaneConfig.cs index 6fe9cb3f5ae4..e8fd1e016932 100644 --- a/sdk/src/Services/IoTJobsDataPlane/Generated/AmazonIoTJobsDataPlaneConfig.cs +++ b/sdk/src/Services/IoTJobsDataPlane/Generated/AmazonIoTJobsDataPlaneConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTJobsDataPlane public partial class AmazonIoTJobsDataPlaneConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT Jobs Data Plane", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoT Jobs Data Plane", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTJobsDataPlane/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTJobsDataPlane/Properties/AssemblyInfo.cs index 00c8f04b6035..b031d5c819b4 100644 --- a/sdk/src/Services/IoTJobsDataPlane/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTJobsDataPlane/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTSecureTunneling/Generated/AmazonIoTSecureTunnelingConfig.cs b/sdk/src/Services/IoTSecureTunneling/Generated/AmazonIoTSecureTunnelingConfig.cs index 08c05edbae72..0ea92a02c971 100644 --- a/sdk/src/Services/IoTSecureTunneling/Generated/AmazonIoTSecureTunnelingConfig.cs +++ b/sdk/src/Services/IoTSecureTunneling/Generated/AmazonIoTSecureTunnelingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTSecureTunneling public partial class AmazonIoTSecureTunnelingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTSecureTunneling", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoTSecureTunneling", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTSecureTunneling/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTSecureTunneling/Properties/AssemblyInfo.cs index 74423d9512fd..bf898d4e8168 100644 --- a/sdk/src/Services/IoTSecureTunneling/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTSecureTunneling/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTSiteWise/Generated/AmazonIoTSiteWiseConfig.cs b/sdk/src/Services/IoTSiteWise/Generated/AmazonIoTSiteWiseConfig.cs index da02bd982476..0faa98083559 100644 --- a/sdk/src/Services/IoTSiteWise/Generated/AmazonIoTSiteWiseConfig.cs +++ b/sdk/src/Services/IoTSiteWise/Generated/AmazonIoTSiteWiseConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTSiteWise public partial class AmazonIoTSiteWiseConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTSiteWise", "3.7.401.31"); + InternalSDKUtils.BuildUserAgentString("IoTSiteWise", "3.7.401.32"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTSiteWise/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTSiteWise/Properties/AssemblyInfo.cs index a84b636d1342..cc14097a4c5b 100644 --- a/sdk/src/Services/IoTSiteWise/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTSiteWise/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] +[assembly: AssemblyFileVersion("3.7.401.32")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTThingsGraph/Generated/AmazonIoTThingsGraphConfig.cs b/sdk/src/Services/IoTThingsGraph/Generated/AmazonIoTThingsGraphConfig.cs index 6c648c700dcb..059c48369c49 100644 --- a/sdk/src/Services/IoTThingsGraph/Generated/AmazonIoTThingsGraphConfig.cs +++ b/sdk/src/Services/IoTThingsGraph/Generated/AmazonIoTThingsGraphConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTThingsGraph public partial class AmazonIoTThingsGraphConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTThingsGraph", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoTThingsGraph", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTThingsGraph/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTThingsGraph/Properties/AssemblyInfo.cs index ee0403ca571d..3fabac86e648 100644 --- a/sdk/src/Services/IoTThingsGraph/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTThingsGraph/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTTwinMaker/Generated/AmazonIoTTwinMakerConfig.cs b/sdk/src/Services/IoTTwinMaker/Generated/AmazonIoTTwinMakerConfig.cs index e05d7ca348d2..42c7a68f81f6 100644 --- a/sdk/src/Services/IoTTwinMaker/Generated/AmazonIoTTwinMakerConfig.cs +++ b/sdk/src/Services/IoTTwinMaker/Generated/AmazonIoTTwinMakerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTTwinMaker public partial class AmazonIoTTwinMakerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoTTwinMaker", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoTTwinMaker", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTTwinMaker/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTTwinMaker/Properties/AssemblyInfo.cs index 47744a22a333..b1f15d5189b5 100644 --- a/sdk/src/Services/IoTTwinMaker/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTTwinMaker/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IoTWireless/Generated/AmazonIoTWirelessConfig.cs b/sdk/src/Services/IoTWireless/Generated/AmazonIoTWirelessConfig.cs index 6639743a08bf..3dedef969ebb 100644 --- a/sdk/src/Services/IoTWireless/Generated/AmazonIoTWirelessConfig.cs +++ b/sdk/src/Services/IoTWireless/Generated/AmazonIoTWirelessConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IoTWireless public partial class AmazonIoTWirelessConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT Wireless", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("IoT Wireless", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IoTWireless/Properties/AssemblyInfo.cs b/sdk/src/Services/IoTWireless/Properties/AssemblyInfo.cs index aa8ac5f6eca9..cac340b878cb 100644 --- a/sdk/src/Services/IoTWireless/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IoTWireless/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/IotData/Generated/AmazonIotDataConfig.cs b/sdk/src/Services/IotData/Generated/AmazonIotDataConfig.cs index cb91db5b7154..167e7cedcfc8 100644 --- a/sdk/src/Services/IotData/Generated/AmazonIotDataConfig.cs +++ b/sdk/src/Services/IotData/Generated/AmazonIotDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.IotData public partial class AmazonIotDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("IoT Data Plane", "3.7.401.12"); + InternalSDKUtils.BuildUserAgentString("IoT Data Plane", "3.7.401.13"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/IotData/Properties/AssemblyInfo.cs b/sdk/src/Services/IotData/Properties/AssemblyInfo.cs index e40983d6711f..bd9f0df9bd97 100644 --- a/sdk/src/Services/IotData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/IotData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.12")] +[assembly: AssemblyFileVersion("3.7.401.13")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Ivschat/Generated/AmazonIvschatConfig.cs b/sdk/src/Services/Ivschat/Generated/AmazonIvschatConfig.cs index aef654aa2cb5..8316f196865e 100644 --- a/sdk/src/Services/Ivschat/Generated/AmazonIvschatConfig.cs +++ b/sdk/src/Services/Ivschat/Generated/AmazonIvschatConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Ivschat public partial class AmazonIvschatConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ivschat", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ivschat", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Ivschat/Properties/AssemblyInfo.cs b/sdk/src/Services/Ivschat/Properties/AssemblyInfo.cs index ee3e47b43d5f..544271ca95ec 100644 --- a/sdk/src/Services/Ivschat/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Ivschat/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Kafka/Generated/AmazonKafkaConfig.cs b/sdk/src/Services/Kafka/Generated/AmazonKafkaConfig.cs index f11de1321def..00e5de57295a 100644 --- a/sdk/src/Services/Kafka/Generated/AmazonKafkaConfig.cs +++ b/sdk/src/Services/Kafka/Generated/AmazonKafkaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Kafka public partial class AmazonKafkaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kafka", "3.7.401.25"); + InternalSDKUtils.BuildUserAgentString("Kafka", "3.7.401.26"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Kafka/Properties/AssemblyInfo.cs b/sdk/src/Services/Kafka/Properties/AssemblyInfo.cs index 0cb3090ce801..bdc5c124c2a6 100644 --- a/sdk/src/Services/Kafka/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Kafka/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.25")] +[assembly: AssemblyFileVersion("3.7.401.26")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KafkaConnect/Generated/AmazonKafkaConnectConfig.cs b/sdk/src/Services/KafkaConnect/Generated/AmazonKafkaConnectConfig.cs index c9d724f0228b..0b4d1c7769fa 100644 --- a/sdk/src/Services/KafkaConnect/Generated/AmazonKafkaConnectConfig.cs +++ b/sdk/src/Services/KafkaConnect/Generated/AmazonKafkaConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KafkaConnect public partial class AmazonKafkaConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("KafkaConnect", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("KafkaConnect", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KafkaConnect/Properties/AssemblyInfo.cs b/sdk/src/Services/KafkaConnect/Properties/AssemblyInfo.cs index c16995796872..7c4642f40e6a 100644 --- a/sdk/src/Services/KafkaConnect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KafkaConnect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Kendra/Generated/AmazonKendraConfig.cs b/sdk/src/Services/Kendra/Generated/AmazonKendraConfig.cs index 7d488fc04807..78f45c18ac63 100644 --- a/sdk/src/Services/Kendra/Generated/AmazonKendraConfig.cs +++ b/sdk/src/Services/Kendra/Generated/AmazonKendraConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Kendra public partial class AmazonKendraConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("kendra", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("kendra", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Kendra/Properties/AssemblyInfo.cs b/sdk/src/Services/Kendra/Properties/AssemblyInfo.cs index 26c548b65a34..801bc22a0109 100644 --- a/sdk/src/Services/Kendra/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Kendra/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KendraRanking/Generated/AmazonKendraRankingConfig.cs b/sdk/src/Services/KendraRanking/Generated/AmazonKendraRankingConfig.cs index ffb84a7bdcf6..e65550f20201 100644 --- a/sdk/src/Services/KendraRanking/Generated/AmazonKendraRankingConfig.cs +++ b/sdk/src/Services/KendraRanking/Generated/AmazonKendraRankingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KendraRanking public partial class AmazonKendraRankingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kendra Ranking", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Kendra Ranking", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KendraRanking/Properties/AssemblyInfo.cs b/sdk/src/Services/KendraRanking/Properties/AssemblyInfo.cs index 8cd79486b5cb..568ba1619f42 100644 --- a/sdk/src/Services/KendraRanking/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KendraRanking/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KeyManagementService/Generated/AmazonKeyManagementServiceConfig.cs b/sdk/src/Services/KeyManagementService/Generated/AmazonKeyManagementServiceConfig.cs index d26fccf69c0a..ca3e5a7c6117 100644 --- a/sdk/src/Services/KeyManagementService/Generated/AmazonKeyManagementServiceConfig.cs +++ b/sdk/src/Services/KeyManagementService/Generated/AmazonKeyManagementServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KeyManagementService public partial class AmazonKeyManagementServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("KMS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("KMS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KeyManagementService/Properties/AssemblyInfo.cs b/sdk/src/Services/KeyManagementService/Properties/AssemblyInfo.cs index 88b953125552..a18958c38c94 100644 --- a/sdk/src/Services/KeyManagementService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KeyManagementService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Keyspaces/Generated/AmazonKeyspacesConfig.cs b/sdk/src/Services/Keyspaces/Generated/AmazonKeyspacesConfig.cs index 3e46ae1621ab..a6270a6eb41f 100644 --- a/sdk/src/Services/Keyspaces/Generated/AmazonKeyspacesConfig.cs +++ b/sdk/src/Services/Keyspaces/Generated/AmazonKeyspacesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Keyspaces public partial class AmazonKeyspacesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Keyspaces", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Keyspaces", "3.7.401.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Keyspaces/Properties/AssemblyInfo.cs b/sdk/src/Services/Keyspaces/Properties/AssemblyInfo.cs index e15d55dbff9b..f380e62ca34c 100644 --- a/sdk/src/Services/Keyspaces/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Keyspaces/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.401.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Kinesis/Generated/AmazonKinesisConfig.cs b/sdk/src/Services/Kinesis/Generated/AmazonKinesisConfig.cs index cdd33cb80303..f9079eca65cc 100644 --- a/sdk/src/Services/Kinesis/Generated/AmazonKinesisConfig.cs +++ b/sdk/src/Services/Kinesis/Generated/AmazonKinesisConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Kinesis public partial class AmazonKinesisConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis", "3.7.402.19"); + InternalSDKUtils.BuildUserAgentString("Kinesis", "3.7.402.20"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Kinesis/Properties/AssemblyInfo.cs b/sdk/src/Services/Kinesis/Properties/AssemblyInfo.cs index f931e9b1dd6e..c1e558bc085e 100644 --- a/sdk/src/Services/Kinesis/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Kinesis/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.19")] +[assembly: AssemblyFileVersion("3.7.402.20")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs b/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs index 40c0cd1dff40..3924d49d898d 100644 --- a/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs +++ b/sdk/src/Services/KinesisAnalytics/Generated/AmazonKinesisAnalyticsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisAnalytics public partial class AmazonKinesisAnalyticsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Analytics", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Kinesis Analytics", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs index 3ce43ec66c37..f6d9e2fba1b2 100644 --- a/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisAnalytics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisAnalyticsV2/Generated/AmazonKinesisAnalyticsV2Config.cs b/sdk/src/Services/KinesisAnalyticsV2/Generated/AmazonKinesisAnalyticsV2Config.cs index 9695bfc5de04..c0e07bcb772a 100644 --- a/sdk/src/Services/KinesisAnalyticsV2/Generated/AmazonKinesisAnalyticsV2Config.cs +++ b/sdk/src/Services/KinesisAnalyticsV2/Generated/AmazonKinesisAnalyticsV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisAnalyticsV2 public partial class AmazonKinesisAnalyticsV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Analytics V2", "3.7.401.27"); + InternalSDKUtils.BuildUserAgentString("Kinesis Analytics V2", "3.7.401.28"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisAnalyticsV2/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisAnalyticsV2/Properties/AssemblyInfo.cs index b752fc349734..60aaaeb64cac 100644 --- a/sdk/src/Services/KinesisAnalyticsV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisAnalyticsV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.27")] +[assembly: AssemblyFileVersion("3.7.401.28")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisFirehose/Generated/AmazonKinesisFirehoseConfig.cs b/sdk/src/Services/KinesisFirehose/Generated/AmazonKinesisFirehoseConfig.cs index 6767b0d96b21..d5f986ecd600 100644 --- a/sdk/src/Services/KinesisFirehose/Generated/AmazonKinesisFirehoseConfig.cs +++ b/sdk/src/Services/KinesisFirehose/Generated/AmazonKinesisFirehoseConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisFirehose public partial class AmazonKinesisFirehoseConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Firehose", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Firehose", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisFirehose/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisFirehose/Properties/AssemblyInfo.cs index 4af2db8b5000..ac8340b0239e 100644 --- a/sdk/src/Services/KinesisFirehose/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisFirehose/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisVideo/Generated/AmazonKinesisVideoConfig.cs b/sdk/src/Services/KinesisVideo/Generated/AmazonKinesisVideoConfig.cs index f11dfb8d6d84..482009f6930e 100644 --- a/sdk/src/Services/KinesisVideo/Generated/AmazonKinesisVideoConfig.cs +++ b/sdk/src/Services/KinesisVideo/Generated/AmazonKinesisVideoConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisVideo public partial class AmazonKinesisVideoConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Video", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Kinesis Video", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisVideo/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisVideo/Properties/AssemblyInfo.cs index 70adca976bf3..ce7f6126868b 100644 --- a/sdk/src/Services/KinesisVideo/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisVideo/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisVideoArchivedMedia/Generated/AmazonKinesisVideoArchivedMediaConfig.cs b/sdk/src/Services/KinesisVideoArchivedMedia/Generated/AmazonKinesisVideoArchivedMediaConfig.cs index bf09592a1a71..f6c610574bf4 100644 --- a/sdk/src/Services/KinesisVideoArchivedMedia/Generated/AmazonKinesisVideoArchivedMediaConfig.cs +++ b/sdk/src/Services/KinesisVideoArchivedMedia/Generated/AmazonKinesisVideoArchivedMediaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisVideoArchivedMedia public partial class AmazonKinesisVideoArchivedMediaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Video Archived Media", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Kinesis Video Archived Media", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs index 5eb5297bba26..fdd0777e59d0 100644 --- a/sdk/src/Services/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisVideoArchivedMedia/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisVideoMedia/Generated/AmazonKinesisVideoMediaConfig.cs b/sdk/src/Services/KinesisVideoMedia/Generated/AmazonKinesisVideoMediaConfig.cs index 1ce97229f1fa..c9540c098169 100644 --- a/sdk/src/Services/KinesisVideoMedia/Generated/AmazonKinesisVideoMediaConfig.cs +++ b/sdk/src/Services/KinesisVideoMedia/Generated/AmazonKinesisVideoMediaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisVideoMedia public partial class AmazonKinesisVideoMediaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Video Media", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Kinesis Video Media", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisVideoMedia/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisVideoMedia/Properties/AssemblyInfo.cs index 20e1f32b91fa..0fb1d10dabb4 100644 --- a/sdk/src/Services/KinesisVideoMedia/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisVideoMedia/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisVideoSignalingChannels/Generated/AmazonKinesisVideoSignalingChannelsConfig.cs b/sdk/src/Services/KinesisVideoSignalingChannels/Generated/AmazonKinesisVideoSignalingChannelsConfig.cs index b8d9092b1de4..44eb570502fd 100644 --- a/sdk/src/Services/KinesisVideoSignalingChannels/Generated/AmazonKinesisVideoSignalingChannelsConfig.cs +++ b/sdk/src/Services/KinesisVideoSignalingChannels/Generated/AmazonKinesisVideoSignalingChannelsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisVideoSignalingChannels public partial class AmazonKinesisVideoSignalingChannelsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Video Signaling", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Kinesis Video Signaling", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs index 6e9e011b6553..64bf74b38786 100644 --- a/sdk/src/Services/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisVideoSignalingChannels/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/KinesisVideoWebRTCStorage/Generated/AmazonKinesisVideoWebRTCStorageConfig.cs b/sdk/src/Services/KinesisVideoWebRTCStorage/Generated/AmazonKinesisVideoWebRTCStorageConfig.cs index 5ecf9ad2b237..db28d0ccc19c 100644 --- a/sdk/src/Services/KinesisVideoWebRTCStorage/Generated/AmazonKinesisVideoWebRTCStorageConfig.cs +++ b/sdk/src/Services/KinesisVideoWebRTCStorage/Generated/AmazonKinesisVideoWebRTCStorageConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.KinesisVideoWebRTCStorage public partial class AmazonKinesisVideoWebRTCStorageConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Kinesis Video WebRTC Storage", "3.7.401.39"); + InternalSDKUtils.BuildUserAgentString("Kinesis Video WebRTC Storage", "3.7.401.40"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs b/sdk/src/Services/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs index 228d3697df9c..64ade49a587d 100644 --- a/sdk/src/Services/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/KinesisVideoWebRTCStorage/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.39")] +[assembly: AssemblyFileVersion("3.7.401.40")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LakeFormation/Generated/AmazonLakeFormationConfig.cs b/sdk/src/Services/LakeFormation/Generated/AmazonLakeFormationConfig.cs index eab56a287373..934b57f9e7d9 100644 --- a/sdk/src/Services/LakeFormation/Generated/AmazonLakeFormationConfig.cs +++ b/sdk/src/Services/LakeFormation/Generated/AmazonLakeFormationConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LakeFormation public partial class AmazonLakeFormationConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("LakeFormation", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("LakeFormation", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LakeFormation/Properties/AssemblyInfo.cs b/sdk/src/Services/LakeFormation/Properties/AssemblyInfo.cs index 0a95a8968193..813979c528c7 100644 --- a/sdk/src/Services/LakeFormation/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LakeFormation/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs b/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs index 51409cb5d663..ba83d313a047 100644 --- a/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs +++ b/sdk/src/Services/Lambda/Generated/AmazonLambdaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Lambda public partial class AmazonLambdaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lambda", "3.7.406.2"); + InternalSDKUtils.BuildUserAgentString("Lambda", "3.7.406.3"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs b/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs index d35f095decb1..0f7d8f942cd8 100644 --- a/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Lambda/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.2")] +[assembly: AssemblyFileVersion("3.7.406.3")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LaunchWizard/Generated/AmazonLaunchWizardConfig.cs b/sdk/src/Services/LaunchWizard/Generated/AmazonLaunchWizardConfig.cs index 0f2386f7cc9d..735c5fab137a 100644 --- a/sdk/src/Services/LaunchWizard/Generated/AmazonLaunchWizardConfig.cs +++ b/sdk/src/Services/LaunchWizard/Generated/AmazonLaunchWizardConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LaunchWizard public partial class AmazonLaunchWizardConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Launch Wizard", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Launch Wizard", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LaunchWizard/Properties/AssemblyInfo.cs b/sdk/src/Services/LaunchWizard/Properties/AssemblyInfo.cs index 5117c0888ee6..391d85cd06c1 100644 --- a/sdk/src/Services/LaunchWizard/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LaunchWizard/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Lex/Generated/AmazonLexConfig.cs b/sdk/src/Services/Lex/Generated/AmazonLexConfig.cs index e1c33c2fcc4a..e15731d5d9e5 100644 --- a/sdk/src/Services/Lex/Generated/AmazonLexConfig.cs +++ b/sdk/src/Services/Lex/Generated/AmazonLexConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Lex public partial class AmazonLexConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lex Runtime Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Lex Runtime Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Lex/Properties/AssemblyInfo.cs b/sdk/src/Services/Lex/Properties/AssemblyInfo.cs index a59ca5b84b86..f91ecf36f439 100644 --- a/sdk/src/Services/Lex/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Lex/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LexModelBuildingService/Generated/AmazonLexModelBuildingServiceConfig.cs b/sdk/src/Services/LexModelBuildingService/Generated/AmazonLexModelBuildingServiceConfig.cs index 0bf75de00b59..ebe203d40ee1 100644 --- a/sdk/src/Services/LexModelBuildingService/Generated/AmazonLexModelBuildingServiceConfig.cs +++ b/sdk/src/Services/LexModelBuildingService/Generated/AmazonLexModelBuildingServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LexModelBuildingService public partial class AmazonLexModelBuildingServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lex Model Building Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Lex Model Building Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LexModelBuildingService/Properties/AssemblyInfo.cs b/sdk/src/Services/LexModelBuildingService/Properties/AssemblyInfo.cs index 34efdf5aa7d4..8441fc31ef94 100644 --- a/sdk/src/Services/LexModelBuildingService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LexModelBuildingService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LexModelsV2/Generated/AmazonLexModelsV2Config.cs b/sdk/src/Services/LexModelsV2/Generated/AmazonLexModelsV2Config.cs index ad58e455ed6e..3d940ec68db7 100644 --- a/sdk/src/Services/LexModelsV2/Generated/AmazonLexModelsV2Config.cs +++ b/sdk/src/Services/LexModelsV2/Generated/AmazonLexModelsV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.LexModelsV2 public partial class AmazonLexModelsV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lex Models V2", "3.7.402.23"); + InternalSDKUtils.BuildUserAgentString("Lex Models V2", "3.7.402.24"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LexModelsV2/Properties/AssemblyInfo.cs b/sdk/src/Services/LexModelsV2/Properties/AssemblyInfo.cs index 046acd994779..1b219fbbbbd4 100644 --- a/sdk/src/Services/LexModelsV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LexModelsV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.23")] +[assembly: AssemblyFileVersion("3.7.402.24")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LexRuntimeV2/Generated/AmazonLexRuntimeV2Config.cs b/sdk/src/Services/LexRuntimeV2/Generated/AmazonLexRuntimeV2Config.cs index a2da49632ee5..8f3d57710623 100644 --- a/sdk/src/Services/LexRuntimeV2/Generated/AmazonLexRuntimeV2Config.cs +++ b/sdk/src/Services/LexRuntimeV2/Generated/AmazonLexRuntimeV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.LexRuntimeV2 public partial class AmazonLexRuntimeV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lex Runtime V2", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Lex Runtime V2", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LexRuntimeV2/Properties/AssemblyInfo.cs b/sdk/src/Services/LexRuntimeV2/Properties/AssemblyInfo.cs index 95fac2ed523d..c1038974252d 100644 --- a/sdk/src/Services/LexRuntimeV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LexRuntimeV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LicenseManager/Generated/AmazonLicenseManagerConfig.cs b/sdk/src/Services/LicenseManager/Generated/AmazonLicenseManagerConfig.cs index 57098547bc7c..035e43194abb 100644 --- a/sdk/src/Services/LicenseManager/Generated/AmazonLicenseManagerConfig.cs +++ b/sdk/src/Services/LicenseManager/Generated/AmazonLicenseManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LicenseManager public partial class AmazonLicenseManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("License Manager", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("License Manager", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LicenseManager/Properties/AssemblyInfo.cs b/sdk/src/Services/LicenseManager/Properties/AssemblyInfo.cs index f6308876ad13..bc5637d93c2b 100644 --- a/sdk/src/Services/LicenseManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LicenseManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LicenseManagerLinuxSubscriptions/Generated/AmazonLicenseManagerLinuxSubscriptionsConfig.cs b/sdk/src/Services/LicenseManagerLinuxSubscriptions/Generated/AmazonLicenseManagerLinuxSubscriptionsConfig.cs index 3a91c5f0f848..4a0bc7e7f72d 100644 --- a/sdk/src/Services/LicenseManagerLinuxSubscriptions/Generated/AmazonLicenseManagerLinuxSubscriptionsConfig.cs +++ b/sdk/src/Services/LicenseManagerLinuxSubscriptions/Generated/AmazonLicenseManagerLinuxSubscriptionsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LicenseManagerLinuxSubscriptions public partial class AmazonLicenseManagerLinuxSubscriptionsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("License Manager Linux Subscriptions", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("License Manager Linux Subscriptions", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs b/sdk/src/Services/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs index e96ace3a75db..576a4994f4c2 100644 --- a/sdk/src/Services/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LicenseManagerLinuxSubscriptions/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LicenseManagerUserSubscriptions/Generated/AmazonLicenseManagerUserSubscriptionsConfig.cs b/sdk/src/Services/LicenseManagerUserSubscriptions/Generated/AmazonLicenseManagerUserSubscriptionsConfig.cs index 1c7e9cacc6ec..ed91c34d94f7 100644 --- a/sdk/src/Services/LicenseManagerUserSubscriptions/Generated/AmazonLicenseManagerUserSubscriptionsConfig.cs +++ b/sdk/src/Services/LicenseManagerUserSubscriptions/Generated/AmazonLicenseManagerUserSubscriptionsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LicenseManagerUserSubscriptions public partial class AmazonLicenseManagerUserSubscriptionsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("License Manager User Subscriptions", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("License Manager User Subscriptions", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs b/sdk/src/Services/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs index f6e6f6b20bee..1944c9261760 100644 --- a/sdk/src/Services/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LicenseManagerUserSubscriptions/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs b/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs index d8ece73754ec..d87974eaca18 100644 --- a/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs +++ b/sdk/src/Services/Lightsail/Generated/AmazonLightsailConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Lightsail public partial class AmazonLightsailConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Lightsail", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Lightsail", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs b/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs index 2ee4e43e4c57..34c07cdfa8da 100644 --- a/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Lightsail/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LocationService/Generated/AmazonLocationServiceConfig.cs b/sdk/src/Services/LocationService/Generated/AmazonLocationServiceConfig.cs index 74b7d0ad5521..cd2f1d5ad1ac 100644 --- a/sdk/src/Services/LocationService/Generated/AmazonLocationServiceConfig.cs +++ b/sdk/src/Services/LocationService/Generated/AmazonLocationServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LocationService public partial class AmazonLocationServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Location", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Location", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LocationService/Properties/AssemblyInfo.cs b/sdk/src/Services/LocationService/Properties/AssemblyInfo.cs index 878f57a0f00f..61ad498528b1 100644 --- a/sdk/src/Services/LocationService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LocationService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LookoutEquipment/Generated/AmazonLookoutEquipmentConfig.cs b/sdk/src/Services/LookoutEquipment/Generated/AmazonLookoutEquipmentConfig.cs index 2fa730a855b7..eff6c2c014cb 100644 --- a/sdk/src/Services/LookoutEquipment/Generated/AmazonLookoutEquipmentConfig.cs +++ b/sdk/src/Services/LookoutEquipment/Generated/AmazonLookoutEquipmentConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LookoutEquipment public partial class AmazonLookoutEquipmentConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("LookoutEquipment", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("LookoutEquipment", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LookoutEquipment/Properties/AssemblyInfo.cs b/sdk/src/Services/LookoutEquipment/Properties/AssemblyInfo.cs index aba2352c10a7..7d29e78aed65 100644 --- a/sdk/src/Services/LookoutEquipment/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LookoutEquipment/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LookoutMetrics/Generated/AmazonLookoutMetricsConfig.cs b/sdk/src/Services/LookoutMetrics/Generated/AmazonLookoutMetricsConfig.cs index 64397b28c801..bc707b1384f9 100644 --- a/sdk/src/Services/LookoutMetrics/Generated/AmazonLookoutMetricsConfig.cs +++ b/sdk/src/Services/LookoutMetrics/Generated/AmazonLookoutMetricsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LookoutMetrics public partial class AmazonLookoutMetricsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("LookoutMetrics", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("LookoutMetrics", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LookoutMetrics/Properties/AssemblyInfo.cs b/sdk/src/Services/LookoutMetrics/Properties/AssemblyInfo.cs index b742cceab3dd..72d66eb2304d 100644 --- a/sdk/src/Services/LookoutMetrics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LookoutMetrics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/LookoutforVision/Generated/AmazonLookoutforVisionConfig.cs b/sdk/src/Services/LookoutforVision/Generated/AmazonLookoutforVisionConfig.cs index 7fc7daa339bc..8f9d6f373c05 100644 --- a/sdk/src/Services/LookoutforVision/Generated/AmazonLookoutforVisionConfig.cs +++ b/sdk/src/Services/LookoutforVision/Generated/AmazonLookoutforVisionConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.LookoutforVision public partial class AmazonLookoutforVisionConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("LookoutVision", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("LookoutVision", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/LookoutforVision/Properties/AssemblyInfo.cs b/sdk/src/Services/LookoutforVision/Properties/AssemblyInfo.cs index 828dac6914c6..c6cd6a7e180b 100644 --- a/sdk/src/Services/LookoutforVision/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/LookoutforVision/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MQ/Generated/AmazonMQConfig.cs b/sdk/src/Services/MQ/Generated/AmazonMQConfig.cs index 141e4963ce53..2c7ef565fd34 100644 --- a/sdk/src/Services/MQ/Generated/AmazonMQConfig.cs +++ b/sdk/src/Services/MQ/Generated/AmazonMQConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MQ public partial class AmazonMQConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("mq", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("mq", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MQ/Properties/AssemblyInfo.cs b/sdk/src/Services/MQ/Properties/AssemblyInfo.cs index eed99d295fdf..1babb59d9be6 100644 --- a/sdk/src/Services/MQ/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MQ/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MTurk/Generated/AmazonMTurkConfig.cs b/sdk/src/Services/MTurk/Generated/AmazonMTurkConfig.cs index 223e058ee4d3..0f8a298e55be 100644 --- a/sdk/src/Services/MTurk/Generated/AmazonMTurkConfig.cs +++ b/sdk/src/Services/MTurk/Generated/AmazonMTurkConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MTurk public partial class AmazonMTurkConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MTurk", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MTurk", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MTurk/Properties/AssemblyInfo.cs b/sdk/src/Services/MTurk/Properties/AssemblyInfo.cs index 027834f7227b..64ac538f3917 100644 --- a/sdk/src/Services/MTurk/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MTurk/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MWAA/Generated/AmazonMWAAConfig.cs b/sdk/src/Services/MWAA/Generated/AmazonMWAAConfig.cs index 64ee6a6fce77..ed17e92a050e 100644 --- a/sdk/src/Services/MWAA/Generated/AmazonMWAAConfig.cs +++ b/sdk/src/Services/MWAA/Generated/AmazonMWAAConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MWAA public partial class AmazonMWAAConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MWAA", "3.7.401.4"); + InternalSDKUtils.BuildUserAgentString("MWAA", "3.7.401.5"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MWAA/Properties/AssemblyInfo.cs b/sdk/src/Services/MWAA/Properties/AssemblyInfo.cs index cb2e8e080af2..552f852ee35c 100644 --- a/sdk/src/Services/MWAA/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MWAA/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.4")] +[assembly: AssemblyFileVersion("3.7.401.5")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MachineLearning/Generated/AmazonMachineLearningConfig.cs b/sdk/src/Services/MachineLearning/Generated/AmazonMachineLearningConfig.cs index d321ff804d49..9ff0086660df 100644 --- a/sdk/src/Services/MachineLearning/Generated/AmazonMachineLearningConfig.cs +++ b/sdk/src/Services/MachineLearning/Generated/AmazonMachineLearningConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MachineLearning public partial class AmazonMachineLearningConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Machine Learning", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Machine Learning", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MachineLearning/Properties/AssemblyInfo.cs b/sdk/src/Services/MachineLearning/Properties/AssemblyInfo.cs index 043c304e2557..f59770a3f0d8 100644 --- a/sdk/src/Services/MachineLearning/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MachineLearning/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Macie2/Generated/AmazonMacie2Config.cs b/sdk/src/Services/Macie2/Generated/AmazonMacie2Config.cs index cc1f90d32e85..8601000f98a9 100644 --- a/sdk/src/Services/Macie2/Generated/AmazonMacie2Config.cs +++ b/sdk/src/Services/Macie2/Generated/AmazonMacie2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.Macie2 public partial class AmazonMacie2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Macie2", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Macie2", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Macie2/Properties/AssemblyInfo.cs b/sdk/src/Services/Macie2/Properties/AssemblyInfo.cs index 81a850e2ca84..f4c02172f36a 100644 --- a/sdk/src/Services/Macie2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Macie2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs b/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs index 34b02f2046eb..8d5c28209d70 100644 --- a/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs +++ b/sdk/src/Services/MailManager/Generated/AmazonMailManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MailManager public partial class AmazonMailManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MailManager", "3.7.402.8"); + InternalSDKUtils.BuildUserAgentString("MailManager", "3.7.402.9"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs b/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs index 6330a52e24a1..4e8de7f732da 100644 --- a/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MailManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.8")] +[assembly: AssemblyFileVersion("3.7.402.9")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MainframeModernization/Generated/AmazonMainframeModernizationConfig.cs b/sdk/src/Services/MainframeModernization/Generated/AmazonMainframeModernizationConfig.cs index 1fbbee7066a1..3e3fbe163a37 100644 --- a/sdk/src/Services/MainframeModernization/Generated/AmazonMainframeModernizationConfig.cs +++ b/sdk/src/Services/MainframeModernization/Generated/AmazonMainframeModernizationConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MainframeModernization public partial class AmazonMainframeModernizationConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("m2", "3.7.401.5"); + InternalSDKUtils.BuildUserAgentString("m2", "3.7.401.6"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MainframeModernization/Properties/AssemblyInfo.cs b/sdk/src/Services/MainframeModernization/Properties/AssemblyInfo.cs index aa5ba87eb67e..575e2ff36455 100644 --- a/sdk/src/Services/MainframeModernization/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MainframeModernization/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] +[assembly: AssemblyFileVersion("3.7.401.6")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ManagedBlockchain/Generated/AmazonManagedBlockchainConfig.cs b/sdk/src/Services/ManagedBlockchain/Generated/AmazonManagedBlockchainConfig.cs index 54469e474548..49e434573828 100644 --- a/sdk/src/Services/ManagedBlockchain/Generated/AmazonManagedBlockchainConfig.cs +++ b/sdk/src/Services/ManagedBlockchain/Generated/AmazonManagedBlockchainConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ManagedBlockchain public partial class AmazonManagedBlockchainConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ManagedBlockchain", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ManagedBlockchain", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ManagedBlockchain/Properties/AssemblyInfo.cs b/sdk/src/Services/ManagedBlockchain/Properties/AssemblyInfo.cs index b1b572740b9d..a0dd6d6c068b 100644 --- a/sdk/src/Services/ManagedBlockchain/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ManagedBlockchain/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ManagedBlockchainQuery/Generated/AmazonManagedBlockchainQueryConfig.cs b/sdk/src/Services/ManagedBlockchainQuery/Generated/AmazonManagedBlockchainQueryConfig.cs index d44bed378dfc..050f59331b58 100644 --- a/sdk/src/Services/ManagedBlockchainQuery/Generated/AmazonManagedBlockchainQueryConfig.cs +++ b/sdk/src/Services/ManagedBlockchainQuery/Generated/AmazonManagedBlockchainQueryConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ManagedBlockchainQuery public partial class AmazonManagedBlockchainQueryConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ManagedBlockchain Query", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ManagedBlockchain Query", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ManagedBlockchainQuery/Properties/AssemblyInfo.cs b/sdk/src/Services/ManagedBlockchainQuery/Properties/AssemblyInfo.cs index 41fb2846d2ad..56f29f1c8f6f 100644 --- a/sdk/src/Services/ManagedBlockchainQuery/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ManagedBlockchainQuery/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ManagedGrafana/Generated/AmazonManagedGrafanaConfig.cs b/sdk/src/Services/ManagedGrafana/Generated/AmazonManagedGrafanaConfig.cs index d89a2076b554..915823ddbfab 100644 --- a/sdk/src/Services/ManagedGrafana/Generated/AmazonManagedGrafanaConfig.cs +++ b/sdk/src/Services/ManagedGrafana/Generated/AmazonManagedGrafanaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ManagedGrafana public partial class AmazonManagedGrafanaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("grafana", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("grafana", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ManagedGrafana/Properties/AssemblyInfo.cs b/sdk/src/Services/ManagedGrafana/Properties/AssemblyInfo.cs index b2d2b00d6ed6..e70929198881 100644 --- a/sdk/src/Services/ManagedGrafana/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ManagedGrafana/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MarketplaceAgreement/Generated/AmazonMarketplaceAgreementConfig.cs b/sdk/src/Services/MarketplaceAgreement/Generated/AmazonMarketplaceAgreementConfig.cs index e89924364854..f08f054ad378 100644 --- a/sdk/src/Services/MarketplaceAgreement/Generated/AmazonMarketplaceAgreementConfig.cs +++ b/sdk/src/Services/MarketplaceAgreement/Generated/AmazonMarketplaceAgreementConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MarketplaceAgreement public partial class AmazonMarketplaceAgreementConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Agreement", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Marketplace Agreement", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MarketplaceAgreement/Properties/AssemblyInfo.cs b/sdk/src/Services/MarketplaceAgreement/Properties/AssemblyInfo.cs index 254f741cf408..295e29a57ff8 100644 --- a/sdk/src/Services/MarketplaceAgreement/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MarketplaceAgreement/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MarketplaceCatalog/Generated/AmazonMarketplaceCatalogConfig.cs b/sdk/src/Services/MarketplaceCatalog/Generated/AmazonMarketplaceCatalogConfig.cs index ff29f239119e..e9161270a358 100644 --- a/sdk/src/Services/MarketplaceCatalog/Generated/AmazonMarketplaceCatalogConfig.cs +++ b/sdk/src/Services/MarketplaceCatalog/Generated/AmazonMarketplaceCatalogConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MarketplaceCatalog public partial class AmazonMarketplaceCatalogConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Catalog", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Marketplace Catalog", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MarketplaceCatalog/Properties/AssemblyInfo.cs b/sdk/src/Services/MarketplaceCatalog/Properties/AssemblyInfo.cs index e800cfc11b27..7f5e5a1eebfa 100644 --- a/sdk/src/Services/MarketplaceCatalog/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MarketplaceCatalog/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MarketplaceDeployment/Generated/AmazonMarketplaceDeploymentConfig.cs b/sdk/src/Services/MarketplaceDeployment/Generated/AmazonMarketplaceDeploymentConfig.cs index 40b409d47bca..3786f5b96bf4 100644 --- a/sdk/src/Services/MarketplaceDeployment/Generated/AmazonMarketplaceDeploymentConfig.cs +++ b/sdk/src/Services/MarketplaceDeployment/Generated/AmazonMarketplaceDeploymentConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MarketplaceDeployment public partial class AmazonMarketplaceDeploymentConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Deployment", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Marketplace Deployment", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MarketplaceDeployment/Properties/AssemblyInfo.cs b/sdk/src/Services/MarketplaceDeployment/Properties/AssemblyInfo.cs index a88d43012593..a6c891866cbd 100644 --- a/sdk/src/Services/MarketplaceDeployment/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MarketplaceDeployment/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MarketplaceEntitlementService/Generated/AmazonMarketplaceEntitlementServiceConfig.cs b/sdk/src/Services/MarketplaceEntitlementService/Generated/AmazonMarketplaceEntitlementServiceConfig.cs index c7328ec97070..6033f39f1009 100644 --- a/sdk/src/Services/MarketplaceEntitlementService/Generated/AmazonMarketplaceEntitlementServiceConfig.cs +++ b/sdk/src/Services/MarketplaceEntitlementService/Generated/AmazonMarketplaceEntitlementServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MarketplaceEntitlementService public partial class AmazonMarketplaceEntitlementServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Entitlement Service", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Marketplace Entitlement Service", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MarketplaceEntitlementService/Properties/AssemblyInfo.cs b/sdk/src/Services/MarketplaceEntitlementService/Properties/AssemblyInfo.cs index 493f41f8aa62..2ac4567af3c6 100644 --- a/sdk/src/Services/MarketplaceEntitlementService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MarketplaceEntitlementService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MarketplaceReporting/Generated/AmazonMarketplaceReportingConfig.cs b/sdk/src/Services/MarketplaceReporting/Generated/AmazonMarketplaceReportingConfig.cs index a5cb406ff77a..6789fe8fb888 100644 --- a/sdk/src/Services/MarketplaceReporting/Generated/AmazonMarketplaceReportingConfig.cs +++ b/sdk/src/Services/MarketplaceReporting/Generated/AmazonMarketplaceReportingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MarketplaceReporting public partial class AmazonMarketplaceReportingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Marketplace Reporting", "3.7.400.13"); + InternalSDKUtils.BuildUserAgentString("Marketplace Reporting", "3.7.400.14"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MarketplaceReporting/Properties/AssemblyInfo.cs b/sdk/src/Services/MarketplaceReporting/Properties/AssemblyInfo.cs index 30e2c9577f6a..39626c0008a7 100644 --- a/sdk/src/Services/MarketplaceReporting/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MarketplaceReporting/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.13")] +[assembly: AssemblyFileVersion("3.7.400.14")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaConnect/Generated/AmazonMediaConnectConfig.cs b/sdk/src/Services/MediaConnect/Generated/AmazonMediaConnectConfig.cs index 0a29bb0e316d..dc75ab7559d2 100644 --- a/sdk/src/Services/MediaConnect/Generated/AmazonMediaConnectConfig.cs +++ b/sdk/src/Services/MediaConnect/Generated/AmazonMediaConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaConnect public partial class AmazonMediaConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaConnect", "3.7.401.29"); + InternalSDKUtils.BuildUserAgentString("MediaConnect", "3.7.401.30"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaConnect/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaConnect/Properties/AssemblyInfo.cs index 97dba93ad62a..c2daf142ac3f 100644 --- a/sdk/src/Services/MediaConnect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaConnect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.29")] +[assembly: AssemblyFileVersion("3.7.401.30")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaConvert/Generated/AmazonMediaConvertConfig.cs b/sdk/src/Services/MediaConvert/Generated/AmazonMediaConvertConfig.cs index 6ec52e7754f1..207606252804 100644 --- a/sdk/src/Services/MediaConvert/Generated/AmazonMediaConvertConfig.cs +++ b/sdk/src/Services/MediaConvert/Generated/AmazonMediaConvertConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaConvert public partial class AmazonMediaConvertConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaConvert", "3.7.402.21"); + InternalSDKUtils.BuildUserAgentString("MediaConvert", "3.7.402.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaConvert/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaConvert/Properties/AssemblyInfo.cs index 89af622d2103..76d054c8b79b 100644 --- a/sdk/src/Services/MediaConvert/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaConvert/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.21")] +[assembly: AssemblyFileVersion("3.7.402.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaLive/Generated/AmazonMediaLiveConfig.cs b/sdk/src/Services/MediaLive/Generated/AmazonMediaLiveConfig.cs index 97e5bdc7a3cd..a66ca740ccdc 100644 --- a/sdk/src/Services/MediaLive/Generated/AmazonMediaLiveConfig.cs +++ b/sdk/src/Services/MediaLive/Generated/AmazonMediaLiveConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaLive public partial class AmazonMediaLiveConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaLive", "3.7.405.21"); + InternalSDKUtils.BuildUserAgentString("MediaLive", "3.7.405.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaLive/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaLive/Properties/AssemblyInfo.cs index c60ca83893b0..f8c544d9999f 100644 --- a/sdk/src/Services/MediaLive/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaLive/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.21")] +[assembly: AssemblyFileVersion("3.7.405.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaPackage/Generated/AmazonMediaPackageConfig.cs b/sdk/src/Services/MediaPackage/Generated/AmazonMediaPackageConfig.cs index 262f6de0875a..6036ba09f64b 100644 --- a/sdk/src/Services/MediaPackage/Generated/AmazonMediaPackageConfig.cs +++ b/sdk/src/Services/MediaPackage/Generated/AmazonMediaPackageConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaPackage public partial class AmazonMediaPackageConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaPackage", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MediaPackage", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaPackage/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaPackage/Properties/AssemblyInfo.cs index 5806ab0fee8f..5fd2051ee665 100644 --- a/sdk/src/Services/MediaPackage/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaPackage/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaPackageV2/Generated/AmazonMediaPackageV2Config.cs b/sdk/src/Services/MediaPackageV2/Generated/AmazonMediaPackageV2Config.cs index 3f0b064ace17..46e07be114b2 100644 --- a/sdk/src/Services/MediaPackageV2/Generated/AmazonMediaPackageV2Config.cs +++ b/sdk/src/Services/MediaPackageV2/Generated/AmazonMediaPackageV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaPackageV2 public partial class AmazonMediaPackageV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaPackageV2", "3.7.402.1"); + InternalSDKUtils.BuildUserAgentString("MediaPackageV2", "3.7.402.2"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaPackageV2/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaPackageV2/Properties/AssemblyInfo.cs index 81d083a54d91..da26236e7cfb 100644 --- a/sdk/src/Services/MediaPackageV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaPackageV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.1")] +[assembly: AssemblyFileVersion("3.7.402.2")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaPackageVod/Generated/AmazonMediaPackageVodConfig.cs b/sdk/src/Services/MediaPackageVod/Generated/AmazonMediaPackageVodConfig.cs index fd2e9b7beceb..7099cb570ba7 100644 --- a/sdk/src/Services/MediaPackageVod/Generated/AmazonMediaPackageVodConfig.cs +++ b/sdk/src/Services/MediaPackageVod/Generated/AmazonMediaPackageVodConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaPackageVod public partial class AmazonMediaPackageVodConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaPackage Vod", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MediaPackage Vod", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaPackageVod/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaPackageVod/Properties/AssemblyInfo.cs index 24c2ef425c31..df3d80071eb2 100644 --- a/sdk/src/Services/MediaPackageVod/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaPackageVod/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaStore/Generated/AmazonMediaStoreConfig.cs b/sdk/src/Services/MediaStore/Generated/AmazonMediaStoreConfig.cs index 773c7804577a..25f0a5e23295 100644 --- a/sdk/src/Services/MediaStore/Generated/AmazonMediaStoreConfig.cs +++ b/sdk/src/Services/MediaStore/Generated/AmazonMediaStoreConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaStore public partial class AmazonMediaStoreConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaStore", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MediaStore", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaStore/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaStore/Properties/AssemblyInfo.cs index 98cba9924aa3..872fead22264 100644 --- a/sdk/src/Services/MediaStore/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaStore/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaStoreData/Generated/AmazonMediaStoreDataConfig.cs b/sdk/src/Services/MediaStoreData/Generated/AmazonMediaStoreDataConfig.cs index c37e4325f2d5..22e22a5871cd 100644 --- a/sdk/src/Services/MediaStoreData/Generated/AmazonMediaStoreDataConfig.cs +++ b/sdk/src/Services/MediaStoreData/Generated/AmazonMediaStoreDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaStoreData public partial class AmazonMediaStoreDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaStore Data", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MediaStore Data", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaStoreData/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaStoreData/Properties/AssemblyInfo.cs index a1c68c9df04e..753bec2601fa 100644 --- a/sdk/src/Services/MediaStoreData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaStoreData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MediaTailor/Generated/AmazonMediaTailorConfig.cs b/sdk/src/Services/MediaTailor/Generated/AmazonMediaTailorConfig.cs index f2fb99f58e6e..7090152952a6 100644 --- a/sdk/src/Services/MediaTailor/Generated/AmazonMediaTailorConfig.cs +++ b/sdk/src/Services/MediaTailor/Generated/AmazonMediaTailorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MediaTailor public partial class AmazonMediaTailorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MediaTailor", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MediaTailor", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MediaTailor/Properties/AssemblyInfo.cs b/sdk/src/Services/MediaTailor/Properties/AssemblyInfo.cs index cc4c33750ecb..d50efca45bcd 100644 --- a/sdk/src/Services/MediaTailor/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MediaTailor/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MedicalImaging/Generated/AmazonMedicalImagingConfig.cs b/sdk/src/Services/MedicalImaging/Generated/AmazonMedicalImagingConfig.cs index e7c956b42afe..78ce28a8f0ed 100644 --- a/sdk/src/Services/MedicalImaging/Generated/AmazonMedicalImagingConfig.cs +++ b/sdk/src/Services/MedicalImaging/Generated/AmazonMedicalImagingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MedicalImaging public partial class AmazonMedicalImagingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Medical Imaging", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Medical Imaging", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MedicalImaging/Properties/AssemblyInfo.cs b/sdk/src/Services/MedicalImaging/Properties/AssemblyInfo.cs index 0c9bacbb1be5..3a8d29acaec4 100644 --- a/sdk/src/Services/MedicalImaging/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MedicalImaging/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MemoryDB/Generated/AmazonMemoryDBConfig.cs b/sdk/src/Services/MemoryDB/Generated/AmazonMemoryDBConfig.cs index feca5e4c5f91..9f6b8764cbcc 100644 --- a/sdk/src/Services/MemoryDB/Generated/AmazonMemoryDBConfig.cs +++ b/sdk/src/Services/MemoryDB/Generated/AmazonMemoryDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MemoryDB public partial class AmazonMemoryDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MemoryDB", "3.7.401.10"); + InternalSDKUtils.BuildUserAgentString("MemoryDB", "3.7.401.11"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MemoryDB/Properties/AssemblyInfo.cs b/sdk/src/Services/MemoryDB/Properties/AssemblyInfo.cs index 783f832404a9..e5b0b8e16fff 100644 --- a/sdk/src/Services/MemoryDB/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MemoryDB/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.10")] +[assembly: AssemblyFileVersion("3.7.401.11")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Mgn/Generated/AmazonMgnConfig.cs b/sdk/src/Services/Mgn/Generated/AmazonMgnConfig.cs index 16064886ee7d..ccf6a1c0045a 100644 --- a/sdk/src/Services/Mgn/Generated/AmazonMgnConfig.cs +++ b/sdk/src/Services/Mgn/Generated/AmazonMgnConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Mgn public partial class AmazonMgnConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("mgn", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("mgn", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Mgn/Properties/AssemblyInfo.cs b/sdk/src/Services/Mgn/Properties/AssemblyInfo.cs index 4baf57f51fdd..05853b411ee5 100644 --- a/sdk/src/Services/Mgn/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Mgn/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MigrationHub/Generated/AmazonMigrationHubConfig.cs b/sdk/src/Services/MigrationHub/Generated/AmazonMigrationHubConfig.cs index f815080a1c4b..5663eda30387 100644 --- a/sdk/src/Services/MigrationHub/Generated/AmazonMigrationHubConfig.cs +++ b/sdk/src/Services/MigrationHub/Generated/AmazonMigrationHubConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MigrationHub public partial class AmazonMigrationHubConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Migration Hub", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Migration Hub", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MigrationHub/Properties/AssemblyInfo.cs b/sdk/src/Services/MigrationHub/Properties/AssemblyInfo.cs index e3177a2ca511..e6b698fe3273 100644 --- a/sdk/src/Services/MigrationHub/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MigrationHub/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MigrationHubConfig/Generated/AmazonMigrationHubConfigConfig.cs b/sdk/src/Services/MigrationHubConfig/Generated/AmazonMigrationHubConfigConfig.cs index 19d1b80fb8b3..a83531e1a144 100644 --- a/sdk/src/Services/MigrationHubConfig/Generated/AmazonMigrationHubConfigConfig.cs +++ b/sdk/src/Services/MigrationHubConfig/Generated/AmazonMigrationHubConfigConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MigrationHubConfig public partial class AmazonMigrationHubConfigConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MigrationHub Config", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MigrationHub Config", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MigrationHubConfig/Properties/AssemblyInfo.cs b/sdk/src/Services/MigrationHubConfig/Properties/AssemblyInfo.cs index 33f7fc4b3b24..59613cbb7944 100644 --- a/sdk/src/Services/MigrationHubConfig/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MigrationHubConfig/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MigrationHubOrchestrator/Generated/AmazonMigrationHubOrchestratorConfig.cs b/sdk/src/Services/MigrationHubOrchestrator/Generated/AmazonMigrationHubOrchestratorConfig.cs index b3576e942215..145d4c6e0ee2 100644 --- a/sdk/src/Services/MigrationHubOrchestrator/Generated/AmazonMigrationHubOrchestratorConfig.cs +++ b/sdk/src/Services/MigrationHubOrchestrator/Generated/AmazonMigrationHubOrchestratorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MigrationHubOrchestrator public partial class AmazonMigrationHubOrchestratorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MigrationHubOrchestrator", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MigrationHubOrchestrator", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MigrationHubOrchestrator/Properties/AssemblyInfo.cs b/sdk/src/Services/MigrationHubOrchestrator/Properties/AssemblyInfo.cs index 8d8a53802c37..45ad19ef6977 100644 --- a/sdk/src/Services/MigrationHubOrchestrator/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MigrationHubOrchestrator/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MigrationHubRefactorSpaces/Generated/AmazonMigrationHubRefactorSpacesConfig.cs b/sdk/src/Services/MigrationHubRefactorSpaces/Generated/AmazonMigrationHubRefactorSpacesConfig.cs index d9d3877b66c4..923467176182 100644 --- a/sdk/src/Services/MigrationHubRefactorSpaces/Generated/AmazonMigrationHubRefactorSpacesConfig.cs +++ b/sdk/src/Services/MigrationHubRefactorSpaces/Generated/AmazonMigrationHubRefactorSpacesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MigrationHubRefactorSpaces public partial class AmazonMigrationHubRefactorSpacesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Migration Hub Refactor Spaces", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Migration Hub Refactor Spaces", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs b/sdk/src/Services/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs index 3946ed3906e9..ef00c570cf65 100644 --- a/sdk/src/Services/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MigrationHubRefactorSpaces/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MigrationHubStrategyRecommendations/Generated/AmazonMigrationHubStrategyRecommendationsConfig.cs b/sdk/src/Services/MigrationHubStrategyRecommendations/Generated/AmazonMigrationHubStrategyRecommendationsConfig.cs index 9a3f85753576..9e4c3e702520 100644 --- a/sdk/src/Services/MigrationHubStrategyRecommendations/Generated/AmazonMigrationHubStrategyRecommendationsConfig.cs +++ b/sdk/src/Services/MigrationHubStrategyRecommendations/Generated/AmazonMigrationHubStrategyRecommendationsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MigrationHubStrategyRecommendations public partial class AmazonMigrationHubStrategyRecommendationsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("MigrationHubStrategy", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("MigrationHubStrategy", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs b/sdk/src/Services/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs index 3fdc750d1b88..9fdd04a44591 100644 --- a/sdk/src/Services/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MigrationHubStrategyRecommendations/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/MobileAnalytics/Generated/AmazonMobileAnalyticsConfig.cs b/sdk/src/Services/MobileAnalytics/Generated/AmazonMobileAnalyticsConfig.cs index 65e04817040b..26f378a13832 100644 --- a/sdk/src/Services/MobileAnalytics/Generated/AmazonMobileAnalyticsConfig.cs +++ b/sdk/src/Services/MobileAnalytics/Generated/AmazonMobileAnalyticsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.MobileAnalytics public partial class AmazonMobileAnalyticsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Mobile Analytics", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Mobile Analytics", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/MobileAnalytics/Properties/AssemblyInfo.cs b/sdk/src/Services/MobileAnalytics/Properties/AssemblyInfo.cs index 26eda869e22e..2ba8b10b3065 100644 --- a/sdk/src/Services/MobileAnalytics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/MobileAnalytics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Neptune/Generated/AmazonNeptuneConfig.cs b/sdk/src/Services/Neptune/Generated/AmazonNeptuneConfig.cs index 46b4fa502cf9..ae164efd0480 100644 --- a/sdk/src/Services/Neptune/Generated/AmazonNeptuneConfig.cs +++ b/sdk/src/Services/Neptune/Generated/AmazonNeptuneConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Neptune public partial class AmazonNeptuneConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Neptune", "3.7.401.20"); + InternalSDKUtils.BuildUserAgentString("Neptune", "3.7.401.21"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Neptune/Properties/AssemblyInfo.cs b/sdk/src/Services/Neptune/Properties/AssemblyInfo.cs index ba75339a5dc7..c0616953bb00 100644 --- a/sdk/src/Services/Neptune/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Neptune/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] +[assembly: AssemblyFileVersion("3.7.401.21")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/NeptuneGraph/Generated/AmazonNeptuneGraphConfig.cs b/sdk/src/Services/NeptuneGraph/Generated/AmazonNeptuneGraphConfig.cs index 6e5f11a1e3ae..eb52a630d5f1 100644 --- a/sdk/src/Services/NeptuneGraph/Generated/AmazonNeptuneGraphConfig.cs +++ b/sdk/src/Services/NeptuneGraph/Generated/AmazonNeptuneGraphConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.NeptuneGraph public partial class AmazonNeptuneGraphConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Neptune Graph", "3.7.402.9"); + InternalSDKUtils.BuildUserAgentString("Neptune Graph", "3.7.402.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/NeptuneGraph/Properties/AssemblyInfo.cs b/sdk/src/Services/NeptuneGraph/Properties/AssemblyInfo.cs index 1d522faaba34..aabdc7a63c80 100644 --- a/sdk/src/Services/NeptuneGraph/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/NeptuneGraph/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.9")] +[assembly: AssemblyFileVersion("3.7.402.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Neptunedata/Generated/AmazonNeptunedataConfig.cs b/sdk/src/Services/Neptunedata/Generated/AmazonNeptunedataConfig.cs index dac76fbc37c3..36c1cc698563 100644 --- a/sdk/src/Services/Neptunedata/Generated/AmazonNeptunedataConfig.cs +++ b/sdk/src/Services/Neptunedata/Generated/AmazonNeptunedataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Neptunedata public partial class AmazonNeptunedataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("neptunedata", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("neptunedata", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Neptunedata/Properties/AssemblyInfo.cs b/sdk/src/Services/Neptunedata/Properties/AssemblyInfo.cs index a4a1e84e7183..816ad7fbc662 100644 --- a/sdk/src/Services/Neptunedata/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Neptunedata/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/NetworkFirewall/Generated/AmazonNetworkFirewallConfig.cs b/sdk/src/Services/NetworkFirewall/Generated/AmazonNetworkFirewallConfig.cs index 656c969d52da..f89e455f293e 100644 --- a/sdk/src/Services/NetworkFirewall/Generated/AmazonNetworkFirewallConfig.cs +++ b/sdk/src/Services/NetworkFirewall/Generated/AmazonNetworkFirewallConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.NetworkFirewall public partial class AmazonNetworkFirewallConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Network Firewall", "3.7.401.42"); + InternalSDKUtils.BuildUserAgentString("Network Firewall", "3.7.402.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/NetworkFirewall/Properties/AssemblyInfo.cs b/sdk/src/Services/NetworkFirewall/Properties/AssemblyInfo.cs index a6a434a850d8..612b17f8175c 100644 --- a/sdk/src/Services/NetworkFirewall/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/NetworkFirewall/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.42")] +[assembly: AssemblyFileVersion("3.7.402.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs b/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs index 0539e3236f7d..6b39212a5f59 100644 --- a/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs +++ b/sdk/src/Services/NetworkManager/Generated/AmazonNetworkManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.NetworkManager public partial class AmazonNetworkManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("NetworkManager", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("NetworkManager", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs b/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs index b33202d780b7..6f7551e01f97 100644 --- a/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/NetworkMonitor/Generated/AmazonNetworkMonitorConfig.cs b/sdk/src/Services/NetworkMonitor/Generated/AmazonNetworkMonitorConfig.cs index 7431d06f195b..98839d24b301 100644 --- a/sdk/src/Services/NetworkMonitor/Generated/AmazonNetworkMonitorConfig.cs +++ b/sdk/src/Services/NetworkMonitor/Generated/AmazonNetworkMonitorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.NetworkMonitor public partial class AmazonNetworkMonitorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("NetworkMonitor", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("NetworkMonitor", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/NetworkMonitor/Properties/AssemblyInfo.cs b/sdk/src/Services/NetworkMonitor/Properties/AssemblyInfo.cs index 7a099da70379..b782921b2428 100644 --- a/sdk/src/Services/NetworkMonitor/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/NetworkMonitor/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/OAM/Generated/AmazonOAMConfig.cs b/sdk/src/Services/OAM/Generated/AmazonOAMConfig.cs index 7b5670539972..b1151598f6d0 100644 --- a/sdk/src/Services/OAM/Generated/AmazonOAMConfig.cs +++ b/sdk/src/Services/OAM/Generated/AmazonOAMConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.OAM public partial class AmazonOAMConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("OAM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("OAM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/OAM/Properties/AssemblyInfo.cs b/sdk/src/Services/OAM/Properties/AssemblyInfo.cs index 4912ee5a395f..1db917ebf1eb 100644 --- a/sdk/src/Services/OAM/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/OAM/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/OSIS/Generated/AmazonOSISConfig.cs b/sdk/src/Services/OSIS/Generated/AmazonOSISConfig.cs index ab646c2c57a6..7c1c5946f112 100644 --- a/sdk/src/Services/OSIS/Generated/AmazonOSISConfig.cs +++ b/sdk/src/Services/OSIS/Generated/AmazonOSISConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.OSIS public partial class AmazonOSISConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("OSIS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("OSIS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/OSIS/Properties/AssemblyInfo.cs b/sdk/src/Services/OSIS/Properties/AssemblyInfo.cs index a940d4c2217a..59242249cede 100644 --- a/sdk/src/Services/OSIS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/OSIS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Omics/Generated/AmazonOmicsConfig.cs b/sdk/src/Services/Omics/Generated/AmazonOmicsConfig.cs index 8f711b790b1b..9e87f2750dfa 100644 --- a/sdk/src/Services/Omics/Generated/AmazonOmicsConfig.cs +++ b/sdk/src/Services/Omics/Generated/AmazonOmicsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Omics public partial class AmazonOmicsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Omics", "3.7.401.31"); + InternalSDKUtils.BuildUserAgentString("Omics", "3.7.401.32"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Omics/Properties/AssemblyInfo.cs b/sdk/src/Services/Omics/Properties/AssemblyInfo.cs index 35ef8e2d9353..7da1dce9377b 100644 --- a/sdk/src/Services/Omics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Omics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] +[assembly: AssemblyFileVersion("3.7.401.32")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/OpenSearchServerless/Generated/AmazonOpenSearchServerlessConfig.cs b/sdk/src/Services/OpenSearchServerless/Generated/AmazonOpenSearchServerlessConfig.cs index 1937b6855047..74a5f319cb1e 100644 --- a/sdk/src/Services/OpenSearchServerless/Generated/AmazonOpenSearchServerlessConfig.cs +++ b/sdk/src/Services/OpenSearchServerless/Generated/AmazonOpenSearchServerlessConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.OpenSearchServerless public partial class AmazonOpenSearchServerlessConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("OpenSearchServerless", "3.7.401.33"); + InternalSDKUtils.BuildUserAgentString("OpenSearchServerless", "3.7.402.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/OpenSearchServerless/Properties/AssemblyInfo.cs b/sdk/src/Services/OpenSearchServerless/Properties/AssemblyInfo.cs index ae155502905c..2fa2bb53e832 100644 --- a/sdk/src/Services/OpenSearchServerless/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/OpenSearchServerless/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.33")] +[assembly: AssemblyFileVersion("3.7.402.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/OpenSearchService/Generated/AmazonOpenSearchServiceConfig.cs b/sdk/src/Services/OpenSearchService/Generated/AmazonOpenSearchServiceConfig.cs index db33494279d8..4072b312c972 100644 --- a/sdk/src/Services/OpenSearchService/Generated/AmazonOpenSearchServiceConfig.cs +++ b/sdk/src/Services/OpenSearchService/Generated/AmazonOpenSearchServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.OpenSearchService public partial class AmazonOpenSearchServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("OpenSearch", "3.7.401.1"); + InternalSDKUtils.BuildUserAgentString("OpenSearch", "3.7.402.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/OpenSearchService/Properties/AssemblyInfo.cs b/sdk/src/Services/OpenSearchService/Properties/AssemblyInfo.cs index 6d8778ebceed..4cc9083e54d2 100644 --- a/sdk/src/Services/OpenSearchService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/OpenSearchService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.1")] +[assembly: AssemblyFileVersion("3.7.402.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/OpsWorks/Generated/AmazonOpsWorksConfig.cs b/sdk/src/Services/OpsWorks/Generated/AmazonOpsWorksConfig.cs index 6f18014b7a34..f8d96c2621fb 100644 --- a/sdk/src/Services/OpsWorks/Generated/AmazonOpsWorksConfig.cs +++ b/sdk/src/Services/OpsWorks/Generated/AmazonOpsWorksConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.OpsWorks public partial class AmazonOpsWorksConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("OpsWorks", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("OpsWorks", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/OpsWorks/Properties/AssemblyInfo.cs b/sdk/src/Services/OpsWorks/Properties/AssemblyInfo.cs index 53b5c5bccd8a..241b61e8d8c1 100644 --- a/sdk/src/Services/OpsWorks/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/OpsWorks/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/OpsWorksCM/Generated/AmazonOpsWorksCMConfig.cs b/sdk/src/Services/OpsWorksCM/Generated/AmazonOpsWorksCMConfig.cs index 213dad57b0f5..b763e69a4d14 100644 --- a/sdk/src/Services/OpsWorksCM/Generated/AmazonOpsWorksCMConfig.cs +++ b/sdk/src/Services/OpsWorksCM/Generated/AmazonOpsWorksCMConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.OpsWorksCM public partial class AmazonOpsWorksCMConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("OpsWorksCM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("OpsWorksCM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/OpsWorksCM/Properties/AssemblyInfo.cs b/sdk/src/Services/OpsWorksCM/Properties/AssemblyInfo.cs index 342a2e3d5e72..99cfe4dbea35 100644 --- a/sdk/src/Services/OpsWorksCM/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/OpsWorksCM/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Organizations/Generated/AmazonOrganizationsConfig.cs b/sdk/src/Services/Organizations/Generated/AmazonOrganizationsConfig.cs index 8bdfc1db27b2..97f4cbd7037d 100644 --- a/sdk/src/Services/Organizations/Generated/AmazonOrganizationsConfig.cs +++ b/sdk/src/Services/Organizations/Generated/AmazonOrganizationsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Organizations public partial class AmazonOrganizationsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Organizations", "3.7.402.17"); + InternalSDKUtils.BuildUserAgentString("Organizations", "3.7.402.18"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Organizations/Properties/AssemblyInfo.cs b/sdk/src/Services/Organizations/Properties/AssemblyInfo.cs index 5c7dfbd53dc5..2da18ec7aa2e 100644 --- a/sdk/src/Services/Organizations/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Organizations/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.17")] +[assembly: AssemblyFileVersion("3.7.402.18")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Outposts/Generated/AmazonOutpostsConfig.cs b/sdk/src/Services/Outposts/Generated/AmazonOutpostsConfig.cs index e1912d793352..d83a215c594c 100644 --- a/sdk/src/Services/Outposts/Generated/AmazonOutpostsConfig.cs +++ b/sdk/src/Services/Outposts/Generated/AmazonOutpostsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Outposts public partial class AmazonOutpostsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Outposts", "3.7.402.9"); + InternalSDKUtils.BuildUserAgentString("Outposts", "3.7.402.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Outposts/Properties/AssemblyInfo.cs b/sdk/src/Services/Outposts/Properties/AssemblyInfo.cs index 8063dfb8b2e6..f9ef60e15073 100644 --- a/sdk/src/Services/Outposts/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Outposts/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.9")] +[assembly: AssemblyFileVersion("3.7.402.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PCS/Generated/AmazonPCSConfig.cs b/sdk/src/Services/PCS/Generated/AmazonPCSConfig.cs index 1e964894caad..56f7e2ab63c2 100644 --- a/sdk/src/Services/PCS/Generated/AmazonPCSConfig.cs +++ b/sdk/src/Services/PCS/Generated/AmazonPCSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PCS public partial class AmazonPCSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("PCS", "3.7.400.30"); + InternalSDKUtils.BuildUserAgentString("PCS", "3.7.400.31"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PCS/Properties/AssemblyInfo.cs b/sdk/src/Services/PCS/Properties/AssemblyInfo.cs index 21548c1e1870..00fb86121445 100644 --- a/sdk/src/Services/PCS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PCS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.30")] +[assembly: AssemblyFileVersion("3.7.400.31")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PI/Generated/AmazonPIConfig.cs b/sdk/src/Services/PI/Generated/AmazonPIConfig.cs index 8aa8b86f1a99..aad485effd68 100644 --- a/sdk/src/Services/PI/Generated/AmazonPIConfig.cs +++ b/sdk/src/Services/PI/Generated/AmazonPIConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PI public partial class AmazonPIConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("PI", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("PI", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PI/Properties/AssemblyInfo.cs b/sdk/src/Services/PI/Properties/AssemblyInfo.cs index b1589e5fa692..a54888b4113b 100644 --- a/sdk/src/Services/PI/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PI/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Panorama/Generated/AmazonPanoramaConfig.cs b/sdk/src/Services/Panorama/Generated/AmazonPanoramaConfig.cs index d06a25114fbc..79d9839d19d5 100644 --- a/sdk/src/Services/Panorama/Generated/AmazonPanoramaConfig.cs +++ b/sdk/src/Services/Panorama/Generated/AmazonPanoramaConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Panorama public partial class AmazonPanoramaConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Panorama", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Panorama", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Panorama/Properties/AssemblyInfo.cs b/sdk/src/Services/Panorama/Properties/AssemblyInfo.cs index 1f43280a0e24..fff377cf145c 100644 --- a/sdk/src/Services/Panorama/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Panorama/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs b/sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs index f2620eecdcb6..e7fc23841af7 100644 --- a/sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs +++ b/sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PaymentCryptography public partial class AmazonPaymentCryptographyConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Payment Cryptography", "3.7.401.4"); + InternalSDKUtils.BuildUserAgentString("Payment Cryptography", "3.7.401.5"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PaymentCryptography/Properties/AssemblyInfo.cs b/sdk/src/Services/PaymentCryptography/Properties/AssemblyInfo.cs index 10a739a2753f..f295dd45be1d 100644 --- a/sdk/src/Services/PaymentCryptography/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PaymentCryptography/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.4")] +[assembly: AssemblyFileVersion("3.7.401.5")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PaymentCryptographyData/Generated/AmazonPaymentCryptographyDataConfig.cs b/sdk/src/Services/PaymentCryptographyData/Generated/AmazonPaymentCryptographyDataConfig.cs index 09130e1006c3..51713aa3da32 100644 --- a/sdk/src/Services/PaymentCryptographyData/Generated/AmazonPaymentCryptographyDataConfig.cs +++ b/sdk/src/Services/PaymentCryptographyData/Generated/AmazonPaymentCryptographyDataConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PaymentCryptographyData public partial class AmazonPaymentCryptographyDataConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Payment Cryptography Data", "3.7.402.4"); + InternalSDKUtils.BuildUserAgentString("Payment Cryptography Data", "3.7.402.5"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PaymentCryptographyData/Properties/AssemblyInfo.cs b/sdk/src/Services/PaymentCryptographyData/Properties/AssemblyInfo.cs index da6aa655f36f..2c3f77f242e9 100644 --- a/sdk/src/Services/PaymentCryptographyData/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PaymentCryptographyData/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.4")] +[assembly: AssemblyFileVersion("3.7.402.5")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PcaConnectorAd/Generated/AmazonPcaConnectorAdConfig.cs b/sdk/src/Services/PcaConnectorAd/Generated/AmazonPcaConnectorAdConfig.cs index 7fa3947a6825..dc5f340defb9 100644 --- a/sdk/src/Services/PcaConnectorAd/Generated/AmazonPcaConnectorAdConfig.cs +++ b/sdk/src/Services/PcaConnectorAd/Generated/AmazonPcaConnectorAdConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PcaConnectorAd public partial class AmazonPcaConnectorAdConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pca Connector Ad", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Pca Connector Ad", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PcaConnectorAd/Properties/AssemblyInfo.cs b/sdk/src/Services/PcaConnectorAd/Properties/AssemblyInfo.cs index 6e620f541851..f1ed6f4c07d9 100644 --- a/sdk/src/Services/PcaConnectorAd/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PcaConnectorAd/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PcaConnectorScep/Generated/AmazonPcaConnectorScepConfig.cs b/sdk/src/Services/PcaConnectorScep/Generated/AmazonPcaConnectorScepConfig.cs index 0352d421c4ef..68a788118fbf 100644 --- a/sdk/src/Services/PcaConnectorScep/Generated/AmazonPcaConnectorScepConfig.cs +++ b/sdk/src/Services/PcaConnectorScep/Generated/AmazonPcaConnectorScepConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PcaConnectorScep public partial class AmazonPcaConnectorScepConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pca Connector Scep", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Pca Connector Scep", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PcaConnectorScep/Properties/AssemblyInfo.cs b/sdk/src/Services/PcaConnectorScep/Properties/AssemblyInfo.cs index 82fb22ba73be..0e6104c1fbbb 100644 --- a/sdk/src/Services/PcaConnectorScep/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PcaConnectorScep/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Personalize/Generated/AmazonPersonalizeConfig.cs b/sdk/src/Services/Personalize/Generated/AmazonPersonalizeConfig.cs index 9ec7d773bcd6..481716945d9f 100644 --- a/sdk/src/Services/Personalize/Generated/AmazonPersonalizeConfig.cs +++ b/sdk/src/Services/Personalize/Generated/AmazonPersonalizeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Personalize public partial class AmazonPersonalizeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Personalize", "3.7.401.30"); + InternalSDKUtils.BuildUserAgentString("Personalize", "3.7.401.31"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Personalize/Properties/AssemblyInfo.cs b/sdk/src/Services/Personalize/Properties/AssemblyInfo.cs index 416b7f1044d9..8bab649c463a 100644 --- a/sdk/src/Services/Personalize/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Personalize/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.30")] +[assembly: AssemblyFileVersion("3.7.401.31")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PersonalizeEvents/Generated/AmazonPersonalizeEventsConfig.cs b/sdk/src/Services/PersonalizeEvents/Generated/AmazonPersonalizeEventsConfig.cs index 3905ecbfb365..fafa8a833f54 100644 --- a/sdk/src/Services/PersonalizeEvents/Generated/AmazonPersonalizeEventsConfig.cs +++ b/sdk/src/Services/PersonalizeEvents/Generated/AmazonPersonalizeEventsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PersonalizeEvents public partial class AmazonPersonalizeEventsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Personalize Events", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Personalize Events", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PersonalizeEvents/Properties/AssemblyInfo.cs b/sdk/src/Services/PersonalizeEvents/Properties/AssemblyInfo.cs index 663c717831a9..5b4381b6a5f0 100644 --- a/sdk/src/Services/PersonalizeEvents/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PersonalizeEvents/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PersonalizeRuntime/Generated/AmazonPersonalizeRuntimeConfig.cs b/sdk/src/Services/PersonalizeRuntime/Generated/AmazonPersonalizeRuntimeConfig.cs index cd9deda5aa00..21ceb5ba359f 100644 --- a/sdk/src/Services/PersonalizeRuntime/Generated/AmazonPersonalizeRuntimeConfig.cs +++ b/sdk/src/Services/PersonalizeRuntime/Generated/AmazonPersonalizeRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PersonalizeRuntime public partial class AmazonPersonalizeRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Personalize Runtime", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Personalize Runtime", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PersonalizeRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/PersonalizeRuntime/Properties/AssemblyInfo.cs index 5c4af774f10d..1e40c31105e6 100644 --- a/sdk/src/Services/PersonalizeRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PersonalizeRuntime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Pinpoint/Generated/AmazonPinpointConfig.cs b/sdk/src/Services/Pinpoint/Generated/AmazonPinpointConfig.cs index 939f6c762298..1d62fce8f35b 100644 --- a/sdk/src/Services/Pinpoint/Generated/AmazonPinpointConfig.cs +++ b/sdk/src/Services/Pinpoint/Generated/AmazonPinpointConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Pinpoint public partial class AmazonPinpointConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pinpoint", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Pinpoint", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Pinpoint/Properties/AssemblyInfo.cs b/sdk/src/Services/Pinpoint/Properties/AssemblyInfo.cs index c64a67e4e2a1..5747742af16a 100644 --- a/sdk/src/Services/Pinpoint/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Pinpoint/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PinpointEmail/Generated/AmazonPinpointEmailConfig.cs b/sdk/src/Services/PinpointEmail/Generated/AmazonPinpointEmailConfig.cs index 0aa507d134ba..c49243c32695 100644 --- a/sdk/src/Services/PinpointEmail/Generated/AmazonPinpointEmailConfig.cs +++ b/sdk/src/Services/PinpointEmail/Generated/AmazonPinpointEmailConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PinpointEmail public partial class AmazonPinpointEmailConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pinpoint Email", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Pinpoint Email", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PinpointEmail/Properties/AssemblyInfo.cs b/sdk/src/Services/PinpointEmail/Properties/AssemblyInfo.cs index 86954da1311d..e0a93807d8c4 100644 --- a/sdk/src/Services/PinpointEmail/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PinpointEmail/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PinpointSMSVoice/Generated/AmazonPinpointSMSVoiceConfig.cs b/sdk/src/Services/PinpointSMSVoice/Generated/AmazonPinpointSMSVoiceConfig.cs index f152d66206fb..3c6da318125b 100644 --- a/sdk/src/Services/PinpointSMSVoice/Generated/AmazonPinpointSMSVoiceConfig.cs +++ b/sdk/src/Services/PinpointSMSVoice/Generated/AmazonPinpointSMSVoiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PinpointSMSVoice public partial class AmazonPinpointSMSVoiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pinpoint SMS Voice", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Pinpoint SMS Voice", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PinpointSMSVoice/Properties/AssemblyInfo.cs b/sdk/src/Services/PinpointSMSVoice/Properties/AssemblyInfo.cs index f2c146213ba2..ae8906a28716 100644 --- a/sdk/src/Services/PinpointSMSVoice/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PinpointSMSVoice/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PinpointSMSVoiceV2/Generated/AmazonPinpointSMSVoiceV2Config.cs b/sdk/src/Services/PinpointSMSVoiceV2/Generated/AmazonPinpointSMSVoiceV2Config.cs index b8279cf1887c..2131c998f877 100644 --- a/sdk/src/Services/PinpointSMSVoiceV2/Generated/AmazonPinpointSMSVoiceV2Config.cs +++ b/sdk/src/Services/PinpointSMSVoiceV2/Generated/AmazonPinpointSMSVoiceV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.PinpointSMSVoiceV2 public partial class AmazonPinpointSMSVoiceV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pinpoint SMS Voice V2", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("Pinpoint SMS Voice V2", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs b/sdk/src/Services/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs index 3307fbd60bc8..f16cb62ccf8d 100644 --- a/sdk/src/Services/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PinpointSMSVoiceV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Pipes/Generated/AmazonPipesConfig.cs b/sdk/src/Services/Pipes/Generated/AmazonPipesConfig.cs index 043ee662732f..806258529128 100644 --- a/sdk/src/Services/Pipes/Generated/AmazonPipesConfig.cs +++ b/sdk/src/Services/Pipes/Generated/AmazonPipesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Pipes public partial class AmazonPipesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pipes", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("Pipes", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Pipes/Properties/AssemblyInfo.cs b/sdk/src/Services/Pipes/Properties/AssemblyInfo.cs index 738cff759488..bcf7e520925e 100644 --- a/sdk/src/Services/Pipes/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Pipes/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Polly/Generated/AmazonPollyConfig.cs b/sdk/src/Services/Polly/Generated/AmazonPollyConfig.cs index a630d7840233..62271e6be61a 100644 --- a/sdk/src/Services/Polly/Generated/AmazonPollyConfig.cs +++ b/sdk/src/Services/Polly/Generated/AmazonPollyConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Polly public partial class AmazonPollyConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Polly", "3.7.401.31"); + InternalSDKUtils.BuildUserAgentString("Polly", "3.7.401.32"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Polly/Properties/AssemblyInfo.cs b/sdk/src/Services/Polly/Properties/AssemblyInfo.cs index b7d4e392154c..b23a68f153b1 100644 --- a/sdk/src/Services/Polly/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Polly/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.31")] +[assembly: AssemblyFileVersion("3.7.401.32")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Pricing/Generated/AmazonPricingConfig.cs b/sdk/src/Services/Pricing/Generated/AmazonPricingConfig.cs index eccc66d1604a..7f259be00302 100644 --- a/sdk/src/Services/Pricing/Generated/AmazonPricingConfig.cs +++ b/sdk/src/Services/Pricing/Generated/AmazonPricingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Pricing public partial class AmazonPricingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Pricing", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("Pricing", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Pricing/Properties/AssemblyInfo.cs b/sdk/src/Services/Pricing/Properties/AssemblyInfo.cs index 34b2e139fe93..a09d4e467d9c 100644 --- a/sdk/src/Services/Pricing/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Pricing/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Private5G/Generated/AmazonPrivate5GConfig.cs b/sdk/src/Services/Private5G/Generated/AmazonPrivate5GConfig.cs index 17b4b7149d9a..2cfc716a36c5 100644 --- a/sdk/src/Services/Private5G/Generated/AmazonPrivate5GConfig.cs +++ b/sdk/src/Services/Private5G/Generated/AmazonPrivate5GConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Private5G public partial class AmazonPrivate5GConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("PrivateNetworks", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("PrivateNetworks", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Private5G/Properties/AssemblyInfo.cs b/sdk/src/Services/Private5G/Properties/AssemblyInfo.cs index 881cffb62a2d..54624d4f284a 100644 --- a/sdk/src/Services/Private5G/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Private5G/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/PrometheusService/Generated/AmazonPrometheusServiceConfig.cs b/sdk/src/Services/PrometheusService/Generated/AmazonPrometheusServiceConfig.cs index 20fcd6d652c7..a0bda100e839 100644 --- a/sdk/src/Services/PrometheusService/Generated/AmazonPrometheusServiceConfig.cs +++ b/sdk/src/Services/PrometheusService/Generated/AmazonPrometheusServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.PrometheusService public partial class AmazonPrometheusServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("amp", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("amp", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/PrometheusService/Properties/AssemblyInfo.cs b/sdk/src/Services/PrometheusService/Properties/AssemblyInfo.cs index df9196077a8b..9363948caff8 100644 --- a/sdk/src/Services/PrometheusService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/PrometheusService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Proton/Generated/AmazonProtonConfig.cs b/sdk/src/Services/Proton/Generated/AmazonProtonConfig.cs index b60799bac360..8f789a17e5b2 100644 --- a/sdk/src/Services/Proton/Generated/AmazonProtonConfig.cs +++ b/sdk/src/Services/Proton/Generated/AmazonProtonConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Proton public partial class AmazonProtonConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Proton", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Proton", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Proton/Properties/AssemblyInfo.cs b/sdk/src/Services/Proton/Properties/AssemblyInfo.cs index 0bc875dbd5d4..f2408534f4bb 100644 --- a/sdk/src/Services/Proton/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Proton/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/QApps/Generated/AmazonQAppsConfig.cs b/sdk/src/Services/QApps/Generated/AmazonQAppsConfig.cs index 54471ab25a8a..98782a77b2aa 100644 --- a/sdk/src/Services/QApps/Generated/AmazonQAppsConfig.cs +++ b/sdk/src/Services/QApps/Generated/AmazonQAppsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.QApps public partial class AmazonQAppsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("QApps", "3.7.401.26"); + InternalSDKUtils.BuildUserAgentString("QApps", "3.7.401.27"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/QApps/Properties/AssemblyInfo.cs b/sdk/src/Services/QApps/Properties/AssemblyInfo.cs index ab26f24da753..db664a6e3aa3 100644 --- a/sdk/src/Services/QApps/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/QApps/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.26")] +[assembly: AssemblyFileVersion("3.7.401.27")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/QBusiness/Generated/AmazonQBusinessConfig.cs b/sdk/src/Services/QBusiness/Generated/AmazonQBusinessConfig.cs index d8b66064a87c..f67fb8b925a6 100644 --- a/sdk/src/Services/QBusiness/Generated/AmazonQBusinessConfig.cs +++ b/sdk/src/Services/QBusiness/Generated/AmazonQBusinessConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.QBusiness public partial class AmazonQBusinessConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("QBusiness", "3.7.403.3"); + InternalSDKUtils.BuildUserAgentString("QBusiness", "3.7.403.4"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/QBusiness/Properties/AssemblyInfo.cs b/sdk/src/Services/QBusiness/Properties/AssemblyInfo.cs index 22246ef05837..658429310614 100644 --- a/sdk/src/Services/QBusiness/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/QBusiness/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.3")] +[assembly: AssemblyFileVersion("3.7.403.4")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/QConnect/Generated/AmazonQConnectConfig.cs b/sdk/src/Services/QConnect/Generated/AmazonQConnectConfig.cs index 9857afdd3d21..84fb8415cf24 100644 --- a/sdk/src/Services/QConnect/Generated/AmazonQConnectConfig.cs +++ b/sdk/src/Services/QConnect/Generated/AmazonQConnectConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.QConnect public partial class AmazonQConnectConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("QConnect", "3.7.401.11"); + InternalSDKUtils.BuildUserAgentString("QConnect", "3.7.401.12"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/QConnect/Properties/AssemblyInfo.cs b/sdk/src/Services/QConnect/Properties/AssemblyInfo.cs index 0a83bdb6a672..4101b029aa51 100644 --- a/sdk/src/Services/QConnect/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/QConnect/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.11")] +[assembly: AssemblyFileVersion("3.7.401.12")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/QLDB/Generated/AmazonQLDBConfig.cs b/sdk/src/Services/QLDB/Generated/AmazonQLDBConfig.cs index 0106c5b1c446..8b38ee08b284 100644 --- a/sdk/src/Services/QLDB/Generated/AmazonQLDBConfig.cs +++ b/sdk/src/Services/QLDB/Generated/AmazonQLDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.QLDB public partial class AmazonQLDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("QLDB", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("QLDB", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/QLDB/Properties/AssemblyInfo.cs b/sdk/src/Services/QLDB/Properties/AssemblyInfo.cs index cccfcc6958cc..f27c7a559e1a 100644 --- a/sdk/src/Services/QLDB/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/QLDB/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/QLDBSession/Generated/AmazonQLDBSessionConfig.cs b/sdk/src/Services/QLDBSession/Generated/AmazonQLDBSessionConfig.cs index 8cecaf7838d2..4622bf0df37e 100644 --- a/sdk/src/Services/QLDBSession/Generated/AmazonQLDBSessionConfig.cs +++ b/sdk/src/Services/QLDBSession/Generated/AmazonQLDBSessionConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.QLDBSession public partial class AmazonQLDBSessionConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("QLDB Session", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("QLDB Session", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/QLDBSession/Properties/AssemblyInfo.cs b/sdk/src/Services/QLDBSession/Properties/AssemblyInfo.cs index 86645e2fff1e..a4da3589fe53 100644 --- a/sdk/src/Services/QLDBSession/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/QLDBSession/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/QuickSight/Generated/AmazonQuickSightConfig.cs b/sdk/src/Services/QuickSight/Generated/AmazonQuickSightConfig.cs index 7656229621c5..06789985b451 100644 --- a/sdk/src/Services/QuickSight/Generated/AmazonQuickSightConfig.cs +++ b/sdk/src/Services/QuickSight/Generated/AmazonQuickSightConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.QuickSight public partial class AmazonQuickSightConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("QuickSight", "3.7.407.6"); + InternalSDKUtils.BuildUserAgentString("QuickSight", "3.7.407.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/QuickSight/Properties/AssemblyInfo.cs b/sdk/src/Services/QuickSight/Properties/AssemblyInfo.cs index 273b126742f9..03a4550234b5 100644 --- a/sdk/src/Services/QuickSight/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/QuickSight/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.407.6")] +[assembly: AssemblyFileVersion("3.7.407.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RAM/Generated/AmazonRAMConfig.cs b/sdk/src/Services/RAM/Generated/AmazonRAMConfig.cs index 42c54489e17b..0162d29c0a96 100644 --- a/sdk/src/Services/RAM/Generated/AmazonRAMConfig.cs +++ b/sdk/src/Services/RAM/Generated/AmazonRAMConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RAM public partial class AmazonRAMConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RAM", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("RAM", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RAM/Properties/AssemblyInfo.cs b/sdk/src/Services/RAM/Properties/AssemblyInfo.cs index 34cbf297b276..ae2178d0ec02 100644 --- a/sdk/src/Services/RAM/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RAM/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs b/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs index 43aca33060bd..cae82025f7a4 100644 --- a/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs +++ b/sdk/src/Services/RDS/Generated/AmazonRDSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RDS public partial class AmazonRDSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RDS", "3.7.406.1"); + InternalSDKUtils.BuildUserAgentString("RDS", "3.7.406.2"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RDS/Properties/AssemblyInfo.cs b/sdk/src/Services/RDS/Properties/AssemblyInfo.cs index ecbb05c51413..290e77be483f 100644 --- a/sdk/src/Services/RDS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RDS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.406.1")] +[assembly: AssemblyFileVersion("3.7.406.2")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RDSDataService/Generated/AmazonRDSDataServiceConfig.cs b/sdk/src/Services/RDSDataService/Generated/AmazonRDSDataServiceConfig.cs index f1abedf36a80..bcbe38dc3030 100644 --- a/sdk/src/Services/RDSDataService/Generated/AmazonRDSDataServiceConfig.cs +++ b/sdk/src/Services/RDSDataService/Generated/AmazonRDSDataServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RDSDataService public partial class AmazonRDSDataServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RDS Data", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("RDS Data", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RDSDataService/Properties/AssemblyInfo.cs b/sdk/src/Services/RDSDataService/Properties/AssemblyInfo.cs index 84f1da308fdd..391935a4d8a2 100644 --- a/sdk/src/Services/RDSDataService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RDSDataService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RecycleBin/Generated/AmazonRecycleBinConfig.cs b/sdk/src/Services/RecycleBin/Generated/AmazonRecycleBinConfig.cs index 426aa27750dd..0289b1a3ede3 100644 --- a/sdk/src/Services/RecycleBin/Generated/AmazonRecycleBinConfig.cs +++ b/sdk/src/Services/RecycleBin/Generated/AmazonRecycleBinConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RecycleBin public partial class AmazonRecycleBinConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("rbin", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("rbin", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RecycleBin/Properties/AssemblyInfo.cs b/sdk/src/Services/RecycleBin/Properties/AssemblyInfo.cs index 4714720c9109..049df69e3984 100644 --- a/sdk/src/Services/RecycleBin/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RecycleBin/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Redshift/Generated/AmazonRedshiftConfig.cs b/sdk/src/Services/Redshift/Generated/AmazonRedshiftConfig.cs index fc95ec5e77ef..815e188a0c8e 100644 --- a/sdk/src/Services/Redshift/Generated/AmazonRedshiftConfig.cs +++ b/sdk/src/Services/Redshift/Generated/AmazonRedshiftConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Redshift public partial class AmazonRedshiftConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Redshift", "3.7.402.7"); + InternalSDKUtils.BuildUserAgentString("Redshift", "3.7.403.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Redshift/Properties/AssemblyInfo.cs b/sdk/src/Services/Redshift/Properties/AssemblyInfo.cs index 45036e1e4187..f6e565be0aff 100644 --- a/sdk/src/Services/Redshift/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Redshift/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.7")] +[assembly: AssemblyFileVersion("3.7.403.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RedshiftDataAPIService/Generated/AmazonRedshiftDataAPIServiceConfig.cs b/sdk/src/Services/RedshiftDataAPIService/Generated/AmazonRedshiftDataAPIServiceConfig.cs index 75b57960a728..6552caab49fc 100644 --- a/sdk/src/Services/RedshiftDataAPIService/Generated/AmazonRedshiftDataAPIServiceConfig.cs +++ b/sdk/src/Services/RedshiftDataAPIService/Generated/AmazonRedshiftDataAPIServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RedshiftDataAPIService public partial class AmazonRedshiftDataAPIServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Redshift Data", "3.7.402.0"); + InternalSDKUtils.BuildUserAgentString("Redshift Data", "3.7.402.1"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RedshiftDataAPIService/Properties/AssemblyInfo.cs b/sdk/src/Services/RedshiftDataAPIService/Properties/AssemblyInfo.cs index 9888ac803916..144b29b44f48 100644 --- a/sdk/src/Services/RedshiftDataAPIService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RedshiftDataAPIService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.0")] +[assembly: AssemblyFileVersion("3.7.402.1")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RedshiftServerless/Generated/AmazonRedshiftServerlessConfig.cs b/sdk/src/Services/RedshiftServerless/Generated/AmazonRedshiftServerlessConfig.cs index 4fc656940c91..aee0816c221b 100644 --- a/sdk/src/Services/RedshiftServerless/Generated/AmazonRedshiftServerlessConfig.cs +++ b/sdk/src/Services/RedshiftServerless/Generated/AmazonRedshiftServerlessConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RedshiftServerless public partial class AmazonRedshiftServerlessConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Redshift Serverless", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Redshift Serverless", "3.7.401.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RedshiftServerless/Properties/AssemblyInfo.cs b/sdk/src/Services/RedshiftServerless/Properties/AssemblyInfo.cs index 4790f558d572..427a3cc3e8b4 100644 --- a/sdk/src/Services/RedshiftServerless/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RedshiftServerless/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.401.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Rekognition/Generated/AmazonRekognitionConfig.cs b/sdk/src/Services/Rekognition/Generated/AmazonRekognitionConfig.cs index fb451c55652c..e4b406311476 100644 --- a/sdk/src/Services/Rekognition/Generated/AmazonRekognitionConfig.cs +++ b/sdk/src/Services/Rekognition/Generated/AmazonRekognitionConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Rekognition public partial class AmazonRekognitionConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Rekognition", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Rekognition", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Rekognition/Properties/AssemblyInfo.cs b/sdk/src/Services/Rekognition/Properties/AssemblyInfo.cs index afa562833da9..475af3347d5e 100644 --- a/sdk/src/Services/Rekognition/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Rekognition/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Repostspace/Generated/AmazonRepostspaceConfig.cs b/sdk/src/Services/Repostspace/Generated/AmazonRepostspaceConfig.cs index 1a5c1eeb2e99..cfed6102f8a7 100644 --- a/sdk/src/Services/Repostspace/Generated/AmazonRepostspaceConfig.cs +++ b/sdk/src/Services/Repostspace/Generated/AmazonRepostspaceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Repostspace public partial class AmazonRepostspaceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("repostspace", "3.7.401.5"); + InternalSDKUtils.BuildUserAgentString("repostspace", "3.7.401.6"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Repostspace/Properties/AssemblyInfo.cs b/sdk/src/Services/Repostspace/Properties/AssemblyInfo.cs index 1aa69527bc44..2bfaca1c7f03 100644 --- a/sdk/src/Services/Repostspace/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Repostspace/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] +[assembly: AssemblyFileVersion("3.7.401.6")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ResilienceHub/Generated/AmazonResilienceHubConfig.cs b/sdk/src/Services/ResilienceHub/Generated/AmazonResilienceHubConfig.cs index cabf2fbf2887..f567e136207b 100644 --- a/sdk/src/Services/ResilienceHub/Generated/AmazonResilienceHubConfig.cs +++ b/sdk/src/Services/ResilienceHub/Generated/AmazonResilienceHubConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ResilienceHub public partial class AmazonResilienceHubConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("resiliencehub", "3.7.402.7"); + InternalSDKUtils.BuildUserAgentString("resiliencehub", "3.7.402.8"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ResilienceHub/Properties/AssemblyInfo.cs b/sdk/src/Services/ResilienceHub/Properties/AssemblyInfo.cs index f027372a9d2c..7476a56aba4b 100644 --- a/sdk/src/Services/ResilienceHub/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ResilienceHub/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.7")] +[assembly: AssemblyFileVersion("3.7.402.8")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ResourceExplorer2/Generated/AmazonResourceExplorer2Config.cs b/sdk/src/Services/ResourceExplorer2/Generated/AmazonResourceExplorer2Config.cs index e39e2f11f150..bcccb3c9bc81 100644 --- a/sdk/src/Services/ResourceExplorer2/Generated/AmazonResourceExplorer2Config.cs +++ b/sdk/src/Services/ResourceExplorer2/Generated/AmazonResourceExplorer2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.ResourceExplorer2 public partial class AmazonResourceExplorer2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Resource Explorer 2", "3.7.401.20"); + InternalSDKUtils.BuildUserAgentString("Resource Explorer 2", "3.7.401.21"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ResourceExplorer2/Properties/AssemblyInfo.cs b/sdk/src/Services/ResourceExplorer2/Properties/AssemblyInfo.cs index a64256608e11..a6594a86ff60 100644 --- a/sdk/src/Services/ResourceExplorer2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ResourceExplorer2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] +[assembly: AssemblyFileVersion("3.7.401.21")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ResourceGroups/Generated/AmazonResourceGroupsConfig.cs b/sdk/src/Services/ResourceGroups/Generated/AmazonResourceGroupsConfig.cs index 105984f4d77c..590ed2219d25 100644 --- a/sdk/src/Services/ResourceGroups/Generated/AmazonResourceGroupsConfig.cs +++ b/sdk/src/Services/ResourceGroups/Generated/AmazonResourceGroupsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ResourceGroups public partial class AmazonResourceGroupsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Resource Groups", "3.7.401.16"); + InternalSDKUtils.BuildUserAgentString("Resource Groups", "3.7.401.17"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ResourceGroups/Properties/AssemblyInfo.cs b/sdk/src/Services/ResourceGroups/Properties/AssemblyInfo.cs index de4a44cd1215..96e7999e1c8b 100644 --- a/sdk/src/Services/ResourceGroups/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ResourceGroups/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.16")] +[assembly: AssemblyFileVersion("3.7.401.17")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ResourceGroupsTaggingAPI/Generated/AmazonResourceGroupsTaggingAPIConfig.cs b/sdk/src/Services/ResourceGroupsTaggingAPI/Generated/AmazonResourceGroupsTaggingAPIConfig.cs index d2bc2398518f..27dc9669c5a4 100644 --- a/sdk/src/Services/ResourceGroupsTaggingAPI/Generated/AmazonResourceGroupsTaggingAPIConfig.cs +++ b/sdk/src/Services/ResourceGroupsTaggingAPI/Generated/AmazonResourceGroupsTaggingAPIConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ResourceGroupsTaggingAPI public partial class AmazonResourceGroupsTaggingAPIConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Resource Groups Tagging API", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Resource Groups Tagging API", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs b/sdk/src/Services/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs index aeb56c9786d8..95eee6103b6f 100644 --- a/sdk/src/Services/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ResourceGroupsTaggingAPI/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/RoboMaker/Generated/AmazonRoboMakerConfig.cs b/sdk/src/Services/RoboMaker/Generated/AmazonRoboMakerConfig.cs index 6e05e6846a3d..c7cb8c8a333c 100644 --- a/sdk/src/Services/RoboMaker/Generated/AmazonRoboMakerConfig.cs +++ b/sdk/src/Services/RoboMaker/Generated/AmazonRoboMakerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.RoboMaker public partial class AmazonRoboMakerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("RoboMaker", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("RoboMaker", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/RoboMaker/Properties/AssemblyInfo.cs b/sdk/src/Services/RoboMaker/Properties/AssemblyInfo.cs index c562cf7c0793..42e26d5ff43f 100644 --- a/sdk/src/Services/RoboMaker/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/RoboMaker/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53/Generated/AmazonRoute53Config.cs b/sdk/src/Services/Route53/Generated/AmazonRoute53Config.cs index d22a39853933..9e408dd20bbf 100644 --- a/sdk/src/Services/Route53/Generated/AmazonRoute53Config.cs +++ b/sdk/src/Services/Route53/Generated/AmazonRoute53Config.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53 public partial class AmazonRoute53Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route 53", "3.7.402.31"); + InternalSDKUtils.BuildUserAgentString("Route 53", "3.7.403.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53/Properties/AssemblyInfo.cs index 2dcc23405fff..757ffc686d8b 100644 --- a/sdk/src/Services/Route53/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.31")] +[assembly: AssemblyFileVersion("3.7.403.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53Domains/Generated/AmazonRoute53DomainsConfig.cs b/sdk/src/Services/Route53Domains/Generated/AmazonRoute53DomainsConfig.cs index 6a3c70f54250..46aae3b3c771 100644 --- a/sdk/src/Services/Route53Domains/Generated/AmazonRoute53DomainsConfig.cs +++ b/sdk/src/Services/Route53Domains/Generated/AmazonRoute53DomainsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53Domains public partial class AmazonRoute53DomainsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route 53 Domains", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Route 53 Domains", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53Domains/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53Domains/Properties/AssemblyInfo.cs index 58db095538f4..c3cf812e8766 100644 --- a/sdk/src/Services/Route53Domains/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53Domains/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53Profiles/Generated/AmazonRoute53ProfilesConfig.cs b/sdk/src/Services/Route53Profiles/Generated/AmazonRoute53ProfilesConfig.cs index c6be52887158..8cdca0d82a0d 100644 --- a/sdk/src/Services/Route53Profiles/Generated/AmazonRoute53ProfilesConfig.cs +++ b/sdk/src/Services/Route53Profiles/Generated/AmazonRoute53ProfilesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53Profiles public partial class AmazonRoute53ProfilesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route53Profiles", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Route53Profiles", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53Profiles/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53Profiles/Properties/AssemblyInfo.cs index d119c131a24f..0ae4f78f8659 100644 --- a/sdk/src/Services/Route53Profiles/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53Profiles/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53RecoveryCluster/Generated/AmazonRoute53RecoveryClusterConfig.cs b/sdk/src/Services/Route53RecoveryCluster/Generated/AmazonRoute53RecoveryClusterConfig.cs index b384a0d2f924..122f30fb7e67 100644 --- a/sdk/src/Services/Route53RecoveryCluster/Generated/AmazonRoute53RecoveryClusterConfig.cs +++ b/sdk/src/Services/Route53RecoveryCluster/Generated/AmazonRoute53RecoveryClusterConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53RecoveryCluster public partial class AmazonRoute53RecoveryClusterConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route53 Recovery Cluster", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Route53 Recovery Cluster", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53RecoveryCluster/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53RecoveryCluster/Properties/AssemblyInfo.cs index 3929a7024464..000affd8cc5b 100644 --- a/sdk/src/Services/Route53RecoveryCluster/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53RecoveryCluster/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53RecoveryControlConfig/Generated/AmazonRoute53RecoveryControlConfigConfig.cs b/sdk/src/Services/Route53RecoveryControlConfig/Generated/AmazonRoute53RecoveryControlConfigConfig.cs index 507f6f48b6b6..e92103932144 100644 --- a/sdk/src/Services/Route53RecoveryControlConfig/Generated/AmazonRoute53RecoveryControlConfigConfig.cs +++ b/sdk/src/Services/Route53RecoveryControlConfig/Generated/AmazonRoute53RecoveryControlConfigConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53RecoveryControlConfig public partial class AmazonRoute53RecoveryControlConfigConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route53 Recovery Control Config", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Route53 Recovery Control Config", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs index 3399895daab2..80ba2f808b72 100644 --- a/sdk/src/Services/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53RecoveryControlConfig/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53RecoveryReadiness/Generated/AmazonRoute53RecoveryReadinessConfig.cs b/sdk/src/Services/Route53RecoveryReadiness/Generated/AmazonRoute53RecoveryReadinessConfig.cs index d389a22105be..082868e17b50 100644 --- a/sdk/src/Services/Route53RecoveryReadiness/Generated/AmazonRoute53RecoveryReadinessConfig.cs +++ b/sdk/src/Services/Route53RecoveryReadiness/Generated/AmazonRoute53RecoveryReadinessConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53RecoveryReadiness public partial class AmazonRoute53RecoveryReadinessConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route53 Recovery Readiness", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Route53 Recovery Readiness", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53RecoveryReadiness/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53RecoveryReadiness/Properties/AssemblyInfo.cs index 51d2873810af..c12ba170d598 100644 --- a/sdk/src/Services/Route53RecoveryReadiness/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53RecoveryReadiness/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Route53Resolver/Generated/AmazonRoute53ResolverConfig.cs b/sdk/src/Services/Route53Resolver/Generated/AmazonRoute53ResolverConfig.cs index 13c1a9126d2a..a18a6cab62d4 100644 --- a/sdk/src/Services/Route53Resolver/Generated/AmazonRoute53ResolverConfig.cs +++ b/sdk/src/Services/Route53Resolver/Generated/AmazonRoute53ResolverConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Route53Resolver public partial class AmazonRoute53ResolverConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Route53Resolver", "3.7.401.9"); + InternalSDKUtils.BuildUserAgentString("Route53Resolver", "3.7.401.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Route53Resolver/Properties/AssemblyInfo.cs b/sdk/src/Services/Route53Resolver/Properties/AssemblyInfo.cs index 3bfa2c55742d..8cf4a62b59b7 100644 --- a/sdk/src/Services/Route53Resolver/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Route53Resolver/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.9")] +[assembly: AssemblyFileVersion("3.7.401.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/S3/Generated/AmazonS3Config.cs b/sdk/src/Services/S3/Generated/AmazonS3Config.cs index 570ccd8f5ba6..12d8e6963761 100644 --- a/sdk/src/Services/S3/Generated/AmazonS3Config.cs +++ b/sdk/src/Services/S3/Generated/AmazonS3Config.cs @@ -32,7 +32,7 @@ namespace Amazon.S3 public partial class AmazonS3Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("S3", "3.7.405.6"); + InternalSDKUtils.BuildUserAgentString("S3", "3.7.405.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/S3/Properties/AssemblyInfo.cs b/sdk/src/Services/S3/Properties/AssemblyInfo.cs index 83fd778c0295..986d3ae3af46 100644 --- a/sdk/src/Services/S3/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/S3/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.405.6")] +[assembly: AssemblyFileVersion("3.7.405.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/S3Control/Generated/AmazonS3ControlConfig.cs b/sdk/src/Services/S3Control/Generated/AmazonS3ControlConfig.cs index 19bb30abc0ee..9a4643af7fbd 100644 --- a/sdk/src/Services/S3Control/Generated/AmazonS3ControlConfig.cs +++ b/sdk/src/Services/S3Control/Generated/AmazonS3ControlConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.S3Control public partial class AmazonS3ControlConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("S3 Control", "3.7.401.28"); + InternalSDKUtils.BuildUserAgentString("S3 Control", "3.7.401.29"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/S3Control/Properties/AssemblyInfo.cs b/sdk/src/Services/S3Control/Properties/AssemblyInfo.cs index 05064b042a2e..37d1c22cf6b5 100644 --- a/sdk/src/Services/S3Control/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/S3Control/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.28")] +[assembly: AssemblyFileVersion("3.7.401.29")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/S3Outposts/Generated/AmazonS3OutpostsConfig.cs b/sdk/src/Services/S3Outposts/Generated/AmazonS3OutpostsConfig.cs index 80a5b7f8bbe6..d4cb94e49e13 100644 --- a/sdk/src/Services/S3Outposts/Generated/AmazonS3OutpostsConfig.cs +++ b/sdk/src/Services/S3Outposts/Generated/AmazonS3OutpostsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.S3Outposts public partial class AmazonS3OutpostsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("S3Outposts", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("S3Outposts", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/S3Outposts/Properties/AssemblyInfo.cs b/sdk/src/Services/S3Outposts/Properties/AssemblyInfo.cs index 01940cd39d31..810f5406e52b 100644 --- a/sdk/src/Services/S3Outposts/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/S3Outposts/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SQS/Generated/AmazonSQSConfig.cs b/sdk/src/Services/SQS/Generated/AmazonSQSConfig.cs index 519d652c59ae..dff14eb9b329 100644 --- a/sdk/src/Services/SQS/Generated/AmazonSQSConfig.cs +++ b/sdk/src/Services/SQS/Generated/AmazonSQSConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SQS public partial class AmazonSQSConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SQS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SQS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SQS/Properties/AssemblyInfo.cs b/sdk/src/Services/SQS/Properties/AssemblyInfo.cs index d1f4e2e296ea..54fd5a4000d1 100644 --- a/sdk/src/Services/SQS/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SQS/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SSMContacts/Generated/AmazonSSMContactsConfig.cs b/sdk/src/Services/SSMContacts/Generated/AmazonSSMContactsConfig.cs index 160cb1874741..47dbebbae649 100644 --- a/sdk/src/Services/SSMContacts/Generated/AmazonSSMContactsConfig.cs +++ b/sdk/src/Services/SSMContacts/Generated/AmazonSSMContactsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SSMContacts public partial class AmazonSSMContactsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSM Contacts", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SSM Contacts", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SSMContacts/Properties/AssemblyInfo.cs b/sdk/src/Services/SSMContacts/Properties/AssemblyInfo.cs index 33a611c455a5..adb5a26c12fe 100644 --- a/sdk/src/Services/SSMContacts/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SSMContacts/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SSMIncidents/Generated/AmazonSSMIncidentsConfig.cs b/sdk/src/Services/SSMIncidents/Generated/AmazonSSMIncidentsConfig.cs index 047ed0e1f520..52ee0a9988cc 100644 --- a/sdk/src/Services/SSMIncidents/Generated/AmazonSSMIncidentsConfig.cs +++ b/sdk/src/Services/SSMIncidents/Generated/AmazonSSMIncidentsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SSMIncidents public partial class AmazonSSMIncidentsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSM Incidents", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SSM Incidents", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SSMIncidents/Properties/AssemblyInfo.cs b/sdk/src/Services/SSMIncidents/Properties/AssemblyInfo.cs index 2aaef5f46f39..376a433eec80 100644 --- a/sdk/src/Services/SSMIncidents/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SSMIncidents/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SSMQuickSetup/Generated/AmazonSSMQuickSetupConfig.cs b/sdk/src/Services/SSMQuickSetup/Generated/AmazonSSMQuickSetupConfig.cs index 16ee3f76ad62..e5c4a9852b55 100644 --- a/sdk/src/Services/SSMQuickSetup/Generated/AmazonSSMQuickSetupConfig.cs +++ b/sdk/src/Services/SSMQuickSetup/Generated/AmazonSSMQuickSetupConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SSMQuickSetup public partial class AmazonSSMQuickSetupConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSM QuickSetup", "3.7.400.40"); + InternalSDKUtils.BuildUserAgentString("SSM QuickSetup", "3.7.400.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SSMQuickSetup/Properties/AssemblyInfo.cs b/sdk/src/Services/SSMQuickSetup/Properties/AssemblyInfo.cs index 516b8370f479..dc7a0d992fb7 100644 --- a/sdk/src/Services/SSMQuickSetup/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SSMQuickSetup/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.40")] +[assembly: AssemblyFileVersion("3.7.400.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SSO/Generated/AmazonSSOConfig.cs b/sdk/src/Services/SSO/Generated/AmazonSSOConfig.cs index ce73a469faee..b2de1654414c 100644 --- a/sdk/src/Services/SSO/Generated/AmazonSSOConfig.cs +++ b/sdk/src/Services/SSO/Generated/AmazonSSOConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SSO public partial class AmazonSSOConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSO", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SSO", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SSO/Properties/AssemblyInfo.cs b/sdk/src/Services/SSO/Properties/AssemblyInfo.cs index e53cffe779b1..8afe8128c959 100644 --- a/sdk/src/Services/SSO/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SSO/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SSOAdmin/Generated/AmazonSSOAdminConfig.cs b/sdk/src/Services/SSOAdmin/Generated/AmazonSSOAdminConfig.cs index 346d8c8021cb..e9c7c19595cb 100644 --- a/sdk/src/Services/SSOAdmin/Generated/AmazonSSOAdminConfig.cs +++ b/sdk/src/Services/SSOAdmin/Generated/AmazonSSOAdminConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SSOAdmin public partial class AmazonSSOAdminConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSO Admin", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SSO Admin", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SSOAdmin/Properties/AssemblyInfo.cs b/sdk/src/Services/SSOAdmin/Properties/AssemblyInfo.cs index fd83ed6c08d4..19f0e8643cb7 100644 --- a/sdk/src/Services/SSOAdmin/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SSOAdmin/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SSOOIDC/Generated/AmazonSSOOIDCConfig.cs b/sdk/src/Services/SSOOIDC/Generated/AmazonSSOOIDCConfig.cs index 28171da5693f..f24159ce461c 100644 --- a/sdk/src/Services/SSOOIDC/Generated/AmazonSSOOIDCConfig.cs +++ b/sdk/src/Services/SSOOIDC/Generated/AmazonSSOOIDCConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SSOOIDC public partial class AmazonSSOOIDCConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSO OIDC", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SSO OIDC", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SSOOIDC/Properties/AssemblyInfo.cs b/sdk/src/Services/SSOOIDC/Properties/AssemblyInfo.cs index 132c336f59db..fa79b3b32ff2 100644 --- a/sdk/src/Services/SSOOIDC/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SSOOIDC/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SageMaker/Generated/AmazonSageMakerConfig.cs b/sdk/src/Services/SageMaker/Generated/AmazonSageMakerConfig.cs index c00e34e64c9c..7504057215a0 100644 --- a/sdk/src/Services/SageMaker/Generated/AmazonSageMakerConfig.cs +++ b/sdk/src/Services/SageMaker/Generated/AmazonSageMakerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SageMaker public partial class AmazonSageMakerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SageMaker", "3.7.412.0"); + InternalSDKUtils.BuildUserAgentString("SageMaker", "3.7.413.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SageMaker/Properties/AssemblyInfo.cs b/sdk/src/Services/SageMaker/Properties/AssemblyInfo.cs index a39259bdc275..50f225314da1 100644 --- a/sdk/src/Services/SageMaker/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SageMaker/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.412.0")] +[assembly: AssemblyFileVersion("3.7.413.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SageMakerFeatureStoreRuntime/Generated/AmazonSageMakerFeatureStoreRuntimeConfig.cs b/sdk/src/Services/SageMakerFeatureStoreRuntime/Generated/AmazonSageMakerFeatureStoreRuntimeConfig.cs index 80b97f993099..ccba1b4b64d9 100644 --- a/sdk/src/Services/SageMakerFeatureStoreRuntime/Generated/AmazonSageMakerFeatureStoreRuntimeConfig.cs +++ b/sdk/src/Services/SageMakerFeatureStoreRuntime/Generated/AmazonSageMakerFeatureStoreRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SageMakerFeatureStoreRuntime public partial class AmazonSageMakerFeatureStoreRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SageMaker FeatureStore Runtime", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SageMaker FeatureStore Runtime", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs index 7a3435ff7fd5..fdf0a4585975 100644 --- a/sdk/src/Services/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SageMakerFeatureStoreRuntime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SageMakerGeospatial/Generated/AmazonSageMakerGeospatialConfig.cs b/sdk/src/Services/SageMakerGeospatial/Generated/AmazonSageMakerGeospatialConfig.cs index 6f592c8a0fd4..ac5e75ea95d7 100644 --- a/sdk/src/Services/SageMakerGeospatial/Generated/AmazonSageMakerGeospatialConfig.cs +++ b/sdk/src/Services/SageMakerGeospatial/Generated/AmazonSageMakerGeospatialConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SageMakerGeospatial public partial class AmazonSageMakerGeospatialConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SageMaker Geospatial", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SageMaker Geospatial", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SageMakerGeospatial/Properties/AssemblyInfo.cs b/sdk/src/Services/SageMakerGeospatial/Properties/AssemblyInfo.cs index 3173b7411490..04bf7c496a48 100644 --- a/sdk/src/Services/SageMakerGeospatial/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SageMakerGeospatial/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SageMakerMetrics/Generated/AmazonSageMakerMetricsConfig.cs b/sdk/src/Services/SageMakerMetrics/Generated/AmazonSageMakerMetricsConfig.cs index c3f11ec66c96..8a445ceefc30 100644 --- a/sdk/src/Services/SageMakerMetrics/Generated/AmazonSageMakerMetricsConfig.cs +++ b/sdk/src/Services/SageMakerMetrics/Generated/AmazonSageMakerMetricsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SageMakerMetrics public partial class AmazonSageMakerMetricsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SageMaker Metrics", "3.7.401.20"); + InternalSDKUtils.BuildUserAgentString("SageMaker Metrics", "3.7.401.21"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SageMakerMetrics/Properties/AssemblyInfo.cs b/sdk/src/Services/SageMakerMetrics/Properties/AssemblyInfo.cs index 6be2b0438811..0df176cf2bec 100644 --- a/sdk/src/Services/SageMakerMetrics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SageMakerMetrics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.20")] +[assembly: AssemblyFileVersion("3.7.401.21")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SageMakerRuntime/Generated/AmazonSageMakerRuntimeConfig.cs b/sdk/src/Services/SageMakerRuntime/Generated/AmazonSageMakerRuntimeConfig.cs index 5d6aaed06502..e8985ab2d64b 100644 --- a/sdk/src/Services/SageMakerRuntime/Generated/AmazonSageMakerRuntimeConfig.cs +++ b/sdk/src/Services/SageMakerRuntime/Generated/AmazonSageMakerRuntimeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SageMakerRuntime public partial class AmazonSageMakerRuntimeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SageMaker Runtime", "3.7.401.25"); + InternalSDKUtils.BuildUserAgentString("SageMaker Runtime", "3.7.401.26"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SageMakerRuntime/Properties/AssemblyInfo.cs b/sdk/src/Services/SageMakerRuntime/Properties/AssemblyInfo.cs index 2ee34b0d064a..f3f1b560f640 100644 --- a/sdk/src/Services/SageMakerRuntime/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SageMakerRuntime/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.25")] +[assembly: AssemblyFileVersion("3.7.401.26")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SagemakerEdgeManager/Generated/AmazonSagemakerEdgeManagerConfig.cs b/sdk/src/Services/SagemakerEdgeManager/Generated/AmazonSagemakerEdgeManagerConfig.cs index 4b19de5b032e..d76e171d1a05 100644 --- a/sdk/src/Services/SagemakerEdgeManager/Generated/AmazonSagemakerEdgeManagerConfig.cs +++ b/sdk/src/Services/SagemakerEdgeManager/Generated/AmazonSagemakerEdgeManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SagemakerEdgeManager public partial class AmazonSagemakerEdgeManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Sagemaker Edge", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Sagemaker Edge", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SagemakerEdgeManager/Properties/AssemblyInfo.cs b/sdk/src/Services/SagemakerEdgeManager/Properties/AssemblyInfo.cs index 943c7eb5712e..92447180344b 100644 --- a/sdk/src/Services/SagemakerEdgeManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SagemakerEdgeManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SavingsPlans/Generated/AmazonSavingsPlansConfig.cs b/sdk/src/Services/SavingsPlans/Generated/AmazonSavingsPlansConfig.cs index 0b365ad08f86..fb8ada5cbe5f 100644 --- a/sdk/src/Services/SavingsPlans/Generated/AmazonSavingsPlansConfig.cs +++ b/sdk/src/Services/SavingsPlans/Generated/AmazonSavingsPlansConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SavingsPlans public partial class AmazonSavingsPlansConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("savingsplans", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("savingsplans", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SavingsPlans/Properties/AssemblyInfo.cs b/sdk/src/Services/SavingsPlans/Properties/AssemblyInfo.cs index 2aa262f29a14..fec1c59a09dc 100644 --- a/sdk/src/Services/SavingsPlans/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SavingsPlans/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Scheduler/Generated/AmazonSchedulerConfig.cs b/sdk/src/Services/Scheduler/Generated/AmazonSchedulerConfig.cs index 1922d9dcd492..5ec9093ec95c 100644 --- a/sdk/src/Services/Scheduler/Generated/AmazonSchedulerConfig.cs +++ b/sdk/src/Services/Scheduler/Generated/AmazonSchedulerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Scheduler public partial class AmazonSchedulerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Scheduler", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Scheduler", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Scheduler/Properties/AssemblyInfo.cs b/sdk/src/Services/Scheduler/Properties/AssemblyInfo.cs index c0eff6ac9eea..37303f1f4061 100644 --- a/sdk/src/Services/Scheduler/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Scheduler/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Schemas/Generated/AmazonSchemasConfig.cs b/sdk/src/Services/Schemas/Generated/AmazonSchemasConfig.cs index 9c8f88d82061..89a852859fda 100644 --- a/sdk/src/Services/Schemas/Generated/AmazonSchemasConfig.cs +++ b/sdk/src/Services/Schemas/Generated/AmazonSchemasConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Schemas public partial class AmazonSchemasConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("schemas", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("schemas", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Schemas/Properties/AssemblyInfo.cs b/sdk/src/Services/Schemas/Properties/AssemblyInfo.cs index 6c51596c11d4..7977cac23a90 100644 --- a/sdk/src/Services/Schemas/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Schemas/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SecretsManager/Generated/AmazonSecretsManagerConfig.cs b/sdk/src/Services/SecretsManager/Generated/AmazonSecretsManagerConfig.cs index ac37996482dd..75c3ad347b7b 100644 --- a/sdk/src/Services/SecretsManager/Generated/AmazonSecretsManagerConfig.cs +++ b/sdk/src/Services/SecretsManager/Generated/AmazonSecretsManagerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SecretsManager public partial class AmazonSecretsManagerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Secrets Manager", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Secrets Manager", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SecretsManager/Properties/AssemblyInfo.cs b/sdk/src/Services/SecretsManager/Properties/AssemblyInfo.cs index be00060a5fff..65f2f86d05d0 100644 --- a/sdk/src/Services/SecretsManager/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SecretsManager/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SecurityHub/Generated/AmazonSecurityHubConfig.cs b/sdk/src/Services/SecurityHub/Generated/AmazonSecurityHubConfig.cs index 39dd38afad8c..2243e557dbbe 100644 --- a/sdk/src/Services/SecurityHub/Generated/AmazonSecurityHubConfig.cs +++ b/sdk/src/Services/SecurityHub/Generated/AmazonSecurityHubConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SecurityHub public partial class AmazonSecurityHubConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SecurityHub", "3.7.401.32"); + InternalSDKUtils.BuildUserAgentString("SecurityHub", "3.7.401.33"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SecurityHub/Properties/AssemblyInfo.cs b/sdk/src/Services/SecurityHub/Properties/AssemblyInfo.cs index 59e353de7670..5ae36a4653e5 100644 --- a/sdk/src/Services/SecurityHub/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SecurityHub/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.32")] +[assembly: AssemblyFileVersion("3.7.401.33")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SecurityLake/Generated/AmazonSecurityLakeConfig.cs b/sdk/src/Services/SecurityLake/Generated/AmazonSecurityLakeConfig.cs index 494a8a3c954e..ba1b37d8d44a 100644 --- a/sdk/src/Services/SecurityLake/Generated/AmazonSecurityLakeConfig.cs +++ b/sdk/src/Services/SecurityLake/Generated/AmazonSecurityLakeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SecurityLake public partial class AmazonSecurityLakeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SecurityLake", "3.7.401.8"); + InternalSDKUtils.BuildUserAgentString("SecurityLake", "3.7.401.9"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SecurityLake/Properties/AssemblyInfo.cs b/sdk/src/Services/SecurityLake/Properties/AssemblyInfo.cs index d8b9f5a3f159..d6f04fef9b07 100644 --- a/sdk/src/Services/SecurityLake/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SecurityLake/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.8")] +[assembly: AssemblyFileVersion("3.7.401.9")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs b/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs index f31bba3e52e3..bb2e6cc7afab 100644 --- a/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs +++ b/sdk/src/Services/SecurityToken/Generated/AmazonSecurityTokenServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SecurityToken public partial class AmazonSecurityTokenServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("STS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("STS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs b/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs index d8202523f99c..fcca9d46bb2b 100644 --- a/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SecurityToken/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ServerMigrationService/Generated/AmazonServerMigrationServiceConfig.cs b/sdk/src/Services/ServerMigrationService/Generated/AmazonServerMigrationServiceConfig.cs index 7faf1bd1c046..4a147ff156d3 100644 --- a/sdk/src/Services/ServerMigrationService/Generated/AmazonServerMigrationServiceConfig.cs +++ b/sdk/src/Services/ServerMigrationService/Generated/AmazonServerMigrationServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ServerMigrationService public partial class AmazonServerMigrationServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SMS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SMS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ServerMigrationService/Properties/AssemblyInfo.cs b/sdk/src/Services/ServerMigrationService/Properties/AssemblyInfo.cs index fc4f097aca47..0e2349534487 100644 --- a/sdk/src/Services/ServerMigrationService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ServerMigrationService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ServerlessApplicationRepository/Generated/AmazonServerlessApplicationRepositoryConfig.cs b/sdk/src/Services/ServerlessApplicationRepository/Generated/AmazonServerlessApplicationRepositoryConfig.cs index 5da570592e7d..e6f840fca8fa 100644 --- a/sdk/src/Services/ServerlessApplicationRepository/Generated/AmazonServerlessApplicationRepositoryConfig.cs +++ b/sdk/src/Services/ServerlessApplicationRepository/Generated/AmazonServerlessApplicationRepositoryConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ServerlessApplicationRepository public partial class AmazonServerlessApplicationRepositoryConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ServerlessApplicationRepository", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ServerlessApplicationRepository", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ServerlessApplicationRepository/Properties/AssemblyInfo.cs b/sdk/src/Services/ServerlessApplicationRepository/Properties/AssemblyInfo.cs index e9d52ed59a0c..2862d28d82ec 100644 --- a/sdk/src/Services/ServerlessApplicationRepository/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ServerlessApplicationRepository/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs b/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs index 7ae9a206c6aa..6d4d4dbcde1b 100644 --- a/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs +++ b/sdk/src/Services/ServiceCatalog/Generated/AmazonServiceCatalogConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ServiceCatalog public partial class AmazonServiceCatalogConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Service Catalog", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Service Catalog", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs b/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs index fcb880009fdc..3c12b1413aa5 100644 --- a/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ServiceCatalog/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ServiceDiscovery/Generated/AmazonServiceDiscoveryConfig.cs b/sdk/src/Services/ServiceDiscovery/Generated/AmazonServiceDiscoveryConfig.cs index a26a118d1c05..c566f64514ef 100644 --- a/sdk/src/Services/ServiceDiscovery/Generated/AmazonServiceDiscoveryConfig.cs +++ b/sdk/src/Services/ServiceDiscovery/Generated/AmazonServiceDiscoveryConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ServiceDiscovery public partial class AmazonServiceDiscoveryConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("ServiceDiscovery", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("ServiceDiscovery", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ServiceDiscovery/Properties/AssemblyInfo.cs b/sdk/src/Services/ServiceDiscovery/Properties/AssemblyInfo.cs index ec4063c2dc76..5d84f92efc75 100644 --- a/sdk/src/Services/ServiceDiscovery/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ServiceDiscovery/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/ServiceQuotas/Generated/AmazonServiceQuotasConfig.cs b/sdk/src/Services/ServiceQuotas/Generated/AmazonServiceQuotasConfig.cs index 8b7f4487b42c..41bedcaebb53 100644 --- a/sdk/src/Services/ServiceQuotas/Generated/AmazonServiceQuotasConfig.cs +++ b/sdk/src/Services/ServiceQuotas/Generated/AmazonServiceQuotasConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.ServiceQuotas public partial class AmazonServiceQuotasConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Service Quotas", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Service Quotas", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/ServiceQuotas/Properties/AssemblyInfo.cs b/sdk/src/Services/ServiceQuotas/Properties/AssemblyInfo.cs index c63f81559e18..a1135d9602dd 100644 --- a/sdk/src/Services/ServiceQuotas/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/ServiceQuotas/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Shield/Generated/AmazonShieldConfig.cs b/sdk/src/Services/Shield/Generated/AmazonShieldConfig.cs index ad5257dc7399..a79ed98dcbdc 100644 --- a/sdk/src/Services/Shield/Generated/AmazonShieldConfig.cs +++ b/sdk/src/Services/Shield/Generated/AmazonShieldConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Shield public partial class AmazonShieldConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Shield", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Shield", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Shield/Properties/AssemblyInfo.cs b/sdk/src/Services/Shield/Properties/AssemblyInfo.cs index dd731b8a4220..e89b544e3247 100644 --- a/sdk/src/Services/Shield/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Shield/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Signer/Generated/AmazonSignerConfig.cs b/sdk/src/Services/Signer/Generated/AmazonSignerConfig.cs index 2ed3df6819f9..1ccf0d7d1a13 100644 --- a/sdk/src/Services/Signer/Generated/AmazonSignerConfig.cs +++ b/sdk/src/Services/Signer/Generated/AmazonSignerConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Signer public partial class AmazonSignerConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("signer", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("signer", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Signer/Properties/AssemblyInfo.cs b/sdk/src/Services/Signer/Properties/AssemblyInfo.cs index d817b6702d5a..f2955cba6d12 100644 --- a/sdk/src/Services/Signer/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Signer/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimSpaceWeaver/Generated/AmazonSimSpaceWeaverConfig.cs b/sdk/src/Services/SimSpaceWeaver/Generated/AmazonSimSpaceWeaverConfig.cs index 588e01082cd1..7ced0c63793b 100644 --- a/sdk/src/Services/SimSpaceWeaver/Generated/AmazonSimSpaceWeaverConfig.cs +++ b/sdk/src/Services/SimSpaceWeaver/Generated/AmazonSimSpaceWeaverConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimSpaceWeaver public partial class AmazonSimSpaceWeaverConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SimSpaceWeaver", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SimSpaceWeaver", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimSpaceWeaver/Properties/AssemblyInfo.cs b/sdk/src/Services/SimSpaceWeaver/Properties/AssemblyInfo.cs index 2381ccc93287..4c84a304f3b6 100644 --- a/sdk/src/Services/SimSpaceWeaver/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimSpaceWeaver/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimpleDB/Generated/AmazonSimpleDBConfig.cs b/sdk/src/Services/SimpleDB/Generated/AmazonSimpleDBConfig.cs index 327aba0a710c..7fc2913b8bd0 100644 --- a/sdk/src/Services/SimpleDB/Generated/AmazonSimpleDBConfig.cs +++ b/sdk/src/Services/SimpleDB/Generated/AmazonSimpleDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleDB public partial class AmazonSimpleDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SimpleDB", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SimpleDB", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimpleDB/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleDB/Properties/AssemblyInfo.cs index ce2be00e29e8..f8e6732e201e 100644 --- a/sdk/src/Services/SimpleDB/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleDB/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimpleEmail/Generated/AmazonSimpleEmailServiceConfig.cs b/sdk/src/Services/SimpleEmail/Generated/AmazonSimpleEmailServiceConfig.cs index 27fc0801d45f..0b022d8f7174 100644 --- a/sdk/src/Services/SimpleEmail/Generated/AmazonSimpleEmailServiceConfig.cs +++ b/sdk/src/Services/SimpleEmail/Generated/AmazonSimpleEmailServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleEmail public partial class AmazonSimpleEmailServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SES", "3.7.401.32"); + InternalSDKUtils.BuildUserAgentString("SES", "3.7.401.33"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimpleEmail/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleEmail/Properties/AssemblyInfo.cs index 4b94e16a59f0..a5a8724ae962 100644 --- a/sdk/src/Services/SimpleEmail/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleEmail/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.32")] +[assembly: AssemblyFileVersion("3.7.401.33")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimpleEmailV2/Generated/AmazonSimpleEmailServiceV2Config.cs b/sdk/src/Services/SimpleEmailV2/Generated/AmazonSimpleEmailServiceV2Config.cs index 0a93be15d9b2..991bdd9d2ede 100644 --- a/sdk/src/Services/SimpleEmailV2/Generated/AmazonSimpleEmailServiceV2Config.cs +++ b/sdk/src/Services/SimpleEmailV2/Generated/AmazonSimpleEmailServiceV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleEmailV2 public partial class AmazonSimpleEmailServiceV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SESv2", "3.7.403.7"); + InternalSDKUtils.BuildUserAgentString("SESv2", "3.7.403.8"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimpleEmailV2/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleEmailV2/Properties/AssemblyInfo.cs index 4fe2862a9c92..87238df979cf 100644 --- a/sdk/src/Services/SimpleEmailV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleEmailV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.7")] +[assembly: AssemblyFileVersion("3.7.403.8")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs b/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs index ba4e67647ffa..d2b26c923014 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/AmazonSimpleNotificationServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleNotificationService public partial class AmazonSimpleNotificationServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SNS", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SNS", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs index 7afe66e889a5..fed3af69e8f0 100644 --- a/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleNotificationService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimpleSystemsManagement/Generated/AmazonSimpleSystemsManagementConfig.cs b/sdk/src/Services/SimpleSystemsManagement/Generated/AmazonSimpleSystemsManagementConfig.cs index 44c4c9b693bb..f8828fd3a474 100644 --- a/sdk/src/Services/SimpleSystemsManagement/Generated/AmazonSimpleSystemsManagementConfig.cs +++ b/sdk/src/Services/SimpleSystemsManagement/Generated/AmazonSimpleSystemsManagementConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleSystemsManagement public partial class AmazonSimpleSystemsManagementConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SSM", "3.7.402.21"); + InternalSDKUtils.BuildUserAgentString("SSM", "3.7.402.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimpleSystemsManagement/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleSystemsManagement/Properties/AssemblyInfo.cs index cdc1f58fc0a5..750cf82bf669 100644 --- a/sdk/src/Services/SimpleSystemsManagement/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleSystemsManagement/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.21")] +[assembly: AssemblyFileVersion("3.7.402.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SimpleWorkflow/Generated/AmazonSimpleWorkflowConfig.cs b/sdk/src/Services/SimpleWorkflow/Generated/AmazonSimpleWorkflowConfig.cs index 02d4dc9dc4a3..52e65bfb6b23 100644 --- a/sdk/src/Services/SimpleWorkflow/Generated/AmazonSimpleWorkflowConfig.cs +++ b/sdk/src/Services/SimpleWorkflow/Generated/AmazonSimpleWorkflowConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SimpleWorkflow public partial class AmazonSimpleWorkflowConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SWF", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("SWF", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SimpleWorkflow/Properties/AssemblyInfo.cs b/sdk/src/Services/SimpleWorkflow/Properties/AssemblyInfo.cs index a8a0777de2ef..fdeeec488ae5 100644 --- a/sdk/src/Services/SimpleWorkflow/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SimpleWorkflow/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SnowDeviceManagement/Generated/AmazonSnowDeviceManagementConfig.cs b/sdk/src/Services/SnowDeviceManagement/Generated/AmazonSnowDeviceManagementConfig.cs index f55250444296..dda71caaa9a6 100644 --- a/sdk/src/Services/SnowDeviceManagement/Generated/AmazonSnowDeviceManagementConfig.cs +++ b/sdk/src/Services/SnowDeviceManagement/Generated/AmazonSnowDeviceManagementConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SnowDeviceManagement public partial class AmazonSnowDeviceManagementConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Snow Device Management", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Snow Device Management", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SnowDeviceManagement/Properties/AssemblyInfo.cs b/sdk/src/Services/SnowDeviceManagement/Properties/AssemblyInfo.cs index 76a3beb0434e..3ae20398cd26 100644 --- a/sdk/src/Services/SnowDeviceManagement/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SnowDeviceManagement/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Snowball/Generated/AmazonSnowballConfig.cs b/sdk/src/Services/Snowball/Generated/AmazonSnowballConfig.cs index 003e6f9f173b..683632d68ead 100644 --- a/sdk/src/Services/Snowball/Generated/AmazonSnowballConfig.cs +++ b/sdk/src/Services/Snowball/Generated/AmazonSnowballConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Snowball public partial class AmazonSnowballConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Snowball", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Snowball", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Snowball/Properties/AssemblyInfo.cs b/sdk/src/Services/Snowball/Properties/AssemblyInfo.cs index 7e7a96064da9..024ee9f1cb36 100644 --- a/sdk/src/Services/Snowball/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Snowball/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SocialMessaging/Generated/AmazonSocialMessagingConfig.cs b/sdk/src/Services/SocialMessaging/Generated/AmazonSocialMessagingConfig.cs index 8dc4ecfd1d23..8d25899335af 100644 --- a/sdk/src/Services/SocialMessaging/Generated/AmazonSocialMessagingConfig.cs +++ b/sdk/src/Services/SocialMessaging/Generated/AmazonSocialMessagingConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SocialMessaging public partial class AmazonSocialMessagingConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SocialMessaging", "3.7.400.9"); + InternalSDKUtils.BuildUserAgentString("SocialMessaging", "3.7.400.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SocialMessaging/Properties/AssemblyInfo.cs b/sdk/src/Services/SocialMessaging/Properties/AssemblyInfo.cs index 8be809ff4241..97114b5bff43 100644 --- a/sdk/src/Services/SocialMessaging/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SocialMessaging/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.9")] +[assembly: AssemblyFileVersion("3.7.400.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SsmSap/Generated/AmazonSsmSapConfig.cs b/sdk/src/Services/SsmSap/Generated/AmazonSsmSapConfig.cs index fe174026a273..6f9be119c0b6 100644 --- a/sdk/src/Services/SsmSap/Generated/AmazonSsmSapConfig.cs +++ b/sdk/src/Services/SsmSap/Generated/AmazonSsmSapConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SsmSap public partial class AmazonSsmSapConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Ssm Sap", "3.7.401.34"); + InternalSDKUtils.BuildUserAgentString("Ssm Sap", "3.7.401.35"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SsmSap/Properties/AssemblyInfo.cs b/sdk/src/Services/SsmSap/Properties/AssemblyInfo.cs index 95eedaa09936..6c114c42f999 100644 --- a/sdk/src/Services/SsmSap/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SsmSap/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.34")] +[assembly: AssemblyFileVersion("3.7.401.35")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/StepFunctions/Generated/AmazonStepFunctionsConfig.cs b/sdk/src/Services/StepFunctions/Generated/AmazonStepFunctionsConfig.cs index b570b723280d..3ae0c6c23c00 100644 --- a/sdk/src/Services/StepFunctions/Generated/AmazonStepFunctionsConfig.cs +++ b/sdk/src/Services/StepFunctions/Generated/AmazonStepFunctionsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.StepFunctions public partial class AmazonStepFunctionsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SFN", "3.7.402.30"); + InternalSDKUtils.BuildUserAgentString("SFN", "3.7.402.31"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/StepFunctions/Properties/AssemblyInfo.cs b/sdk/src/Services/StepFunctions/Properties/AssemblyInfo.cs index 95f9a3662565..f13e83e42c10 100644 --- a/sdk/src/Services/StepFunctions/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/StepFunctions/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.30")] +[assembly: AssemblyFileVersion("3.7.402.31")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs b/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs index 2460e57de63a..678b15930793 100644 --- a/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs +++ b/sdk/src/Services/StorageGateway/Generated/AmazonStorageGatewayConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.StorageGateway public partial class AmazonStorageGatewayConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Storage Gateway", "3.7.401.23"); + InternalSDKUtils.BuildUserAgentString("Storage Gateway", "3.7.401.24"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs b/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs index 3f3867e54fc6..e4c883194e41 100644 --- a/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/StorageGateway/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.23")] +[assembly: AssemblyFileVersion("3.7.401.24")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SupplyChain/Generated/AmazonSupplyChainConfig.cs b/sdk/src/Services/SupplyChain/Generated/AmazonSupplyChainConfig.cs index a9d9a944f62d..f1d820da8ebd 100644 --- a/sdk/src/Services/SupplyChain/Generated/AmazonSupplyChainConfig.cs +++ b/sdk/src/Services/SupplyChain/Generated/AmazonSupplyChainConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SupplyChain public partial class AmazonSupplyChainConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("SupplyChain", "3.7.403.2"); + InternalSDKUtils.BuildUserAgentString("SupplyChain", "3.7.403.3"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SupplyChain/Properties/AssemblyInfo.cs b/sdk/src/Services/SupplyChain/Properties/AssemblyInfo.cs index 819cbf9cf4d4..8daf000f4dee 100644 --- a/sdk/src/Services/SupplyChain/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SupplyChain/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.2")] +[assembly: AssemblyFileVersion("3.7.403.3")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/SupportApp/Generated/AmazonSupportAppConfig.cs b/sdk/src/Services/SupportApp/Generated/AmazonSupportAppConfig.cs index bfe56783f68a..78f5b06397fe 100644 --- a/sdk/src/Services/SupportApp/Generated/AmazonSupportAppConfig.cs +++ b/sdk/src/Services/SupportApp/Generated/AmazonSupportAppConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.SupportApp public partial class AmazonSupportAppConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Support App", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Support App", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/SupportApp/Properties/AssemblyInfo.cs b/sdk/src/Services/SupportApp/Properties/AssemblyInfo.cs index fb49b2492586..dd4be8f8a184 100644 --- a/sdk/src/Services/SupportApp/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/SupportApp/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Synthetics/Generated/AmazonSyntheticsConfig.cs b/sdk/src/Services/Synthetics/Generated/AmazonSyntheticsConfig.cs index 26cbe5c90365..a9f9eaf80321 100644 --- a/sdk/src/Services/Synthetics/Generated/AmazonSyntheticsConfig.cs +++ b/sdk/src/Services/Synthetics/Generated/AmazonSyntheticsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Synthetics public partial class AmazonSyntheticsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("synthetics", "3.7.401.23"); + InternalSDKUtils.BuildUserAgentString("synthetics", "3.7.401.24"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Synthetics/Properties/AssemblyInfo.cs b/sdk/src/Services/Synthetics/Properties/AssemblyInfo.cs index 955b74e8764a..f13bf890086a 100644 --- a/sdk/src/Services/Synthetics/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Synthetics/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.23")] +[assembly: AssemblyFileVersion("3.7.401.24")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/TaxSettings/Generated/AmazonTaxSettingsConfig.cs b/sdk/src/Services/TaxSettings/Generated/AmazonTaxSettingsConfig.cs index 5ef959787495..5932c964f17a 100644 --- a/sdk/src/Services/TaxSettings/Generated/AmazonTaxSettingsConfig.cs +++ b/sdk/src/Services/TaxSettings/Generated/AmazonTaxSettingsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.TaxSettings public partial class AmazonTaxSettingsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("TaxSettings", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("TaxSettings", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/TaxSettings/Properties/AssemblyInfo.cs b/sdk/src/Services/TaxSettings/Properties/AssemblyInfo.cs index 34abeec19330..d44e2b055678 100644 --- a/sdk/src/Services/TaxSettings/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/TaxSettings/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Textract/Generated/AmazonTextractConfig.cs b/sdk/src/Services/Textract/Generated/AmazonTextractConfig.cs index 2ef848f4a23e..13779912c809 100644 --- a/sdk/src/Services/Textract/Generated/AmazonTextractConfig.cs +++ b/sdk/src/Services/Textract/Generated/AmazonTextractConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Textract public partial class AmazonTextractConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Textract", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Textract", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Textract/Properties/AssemblyInfo.cs b/sdk/src/Services/Textract/Properties/AssemblyInfo.cs index 9c70c36e7dfa..e481dce6cde6 100644 --- a/sdk/src/Services/Textract/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Textract/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/TimestreamInfluxDB/Generated/AmazonTimestreamInfluxDBConfig.cs b/sdk/src/Services/TimestreamInfluxDB/Generated/AmazonTimestreamInfluxDBConfig.cs index 43b8ca81e47d..aa418c6f05a5 100644 --- a/sdk/src/Services/TimestreamInfluxDB/Generated/AmazonTimestreamInfluxDBConfig.cs +++ b/sdk/src/Services/TimestreamInfluxDB/Generated/AmazonTimestreamInfluxDBConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.TimestreamInfluxDB public partial class AmazonTimestreamInfluxDBConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Timestream InfluxDB", "3.7.403.9"); + InternalSDKUtils.BuildUserAgentString("Timestream InfluxDB", "3.7.403.10"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/TimestreamInfluxDB/Properties/AssemblyInfo.cs b/sdk/src/Services/TimestreamInfluxDB/Properties/AssemblyInfo.cs index f6b2d68796fc..644a2c1ca828 100644 --- a/sdk/src/Services/TimestreamInfluxDB/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/TimestreamInfluxDB/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.403.9")] +[assembly: AssemblyFileVersion("3.7.403.10")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/TimestreamQuery/Generated/AmazonTimestreamQueryConfig.cs b/sdk/src/Services/TimestreamQuery/Generated/AmazonTimestreamQueryConfig.cs index a8417bb7ef6d..aaa30ff7ba8c 100644 --- a/sdk/src/Services/TimestreamQuery/Generated/AmazonTimestreamQueryConfig.cs +++ b/sdk/src/Services/TimestreamQuery/Generated/AmazonTimestreamQueryConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.TimestreamQuery public partial class AmazonTimestreamQueryConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Timestream Query", "3.7.401.5"); + InternalSDKUtils.BuildUserAgentString("Timestream Query", "3.7.401.6"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/TimestreamQuery/Properties/AssemblyInfo.cs b/sdk/src/Services/TimestreamQuery/Properties/AssemblyInfo.cs index 5604f8f12d53..5c3a094e97a7 100644 --- a/sdk/src/Services/TimestreamQuery/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/TimestreamQuery/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.5")] +[assembly: AssemblyFileVersion("3.7.401.6")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/TimestreamWrite/Generated/AmazonTimestreamWriteConfig.cs b/sdk/src/Services/TimestreamWrite/Generated/AmazonTimestreamWriteConfig.cs index a6417ece38aa..4b5a7602443a 100644 --- a/sdk/src/Services/TimestreamWrite/Generated/AmazonTimestreamWriteConfig.cs +++ b/sdk/src/Services/TimestreamWrite/Generated/AmazonTimestreamWriteConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.TimestreamWrite public partial class AmazonTimestreamWriteConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Timestream Write", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Timestream Write", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/TimestreamWrite/Properties/AssemblyInfo.cs b/sdk/src/Services/TimestreamWrite/Properties/AssemblyInfo.cs index cf0c0134704b..cb45ce12dd4f 100644 --- a/sdk/src/Services/TimestreamWrite/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/TimestreamWrite/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Tnb/Generated/AmazonTnbConfig.cs b/sdk/src/Services/Tnb/Generated/AmazonTnbConfig.cs index a96052271ef6..53a152381c6b 100644 --- a/sdk/src/Services/Tnb/Generated/AmazonTnbConfig.cs +++ b/sdk/src/Services/Tnb/Generated/AmazonTnbConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Tnb public partial class AmazonTnbConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("tnb", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("tnb", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Tnb/Properties/AssemblyInfo.cs b/sdk/src/Services/Tnb/Properties/AssemblyInfo.cs index 361cd00cfe62..7d655ea6b8df 100644 --- a/sdk/src/Services/Tnb/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Tnb/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/TranscribeService/Generated/AmazonTranscribeServiceConfig.cs b/sdk/src/Services/TranscribeService/Generated/AmazonTranscribeServiceConfig.cs index 41e9755c93f0..3e3e9a3b4c2f 100644 --- a/sdk/src/Services/TranscribeService/Generated/AmazonTranscribeServiceConfig.cs +++ b/sdk/src/Services/TranscribeService/Generated/AmazonTranscribeServiceConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.TranscribeService public partial class AmazonTranscribeServiceConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Transcribe", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Transcribe", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/TranscribeService/Properties/AssemblyInfo.cs b/sdk/src/Services/TranscribeService/Properties/AssemblyInfo.cs index 028b8c95f498..c85a9f80d302 100644 --- a/sdk/src/Services/TranscribeService/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/TranscribeService/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Transfer/Generated/AmazonTransferConfig.cs b/sdk/src/Services/Transfer/Generated/AmazonTransferConfig.cs index f93d28085a2b..25976874213c 100644 --- a/sdk/src/Services/Transfer/Generated/AmazonTransferConfig.cs +++ b/sdk/src/Services/Transfer/Generated/AmazonTransferConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Transfer public partial class AmazonTransferConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Transfer", "3.7.401.8"); + InternalSDKUtils.BuildUserAgentString("Transfer", "3.7.401.9"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Transfer/Properties/AssemblyInfo.cs b/sdk/src/Services/Transfer/Properties/AssemblyInfo.cs index 801984132ac4..85dd7f7d3aa0 100644 --- a/sdk/src/Services/Transfer/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Transfer/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.8")] +[assembly: AssemblyFileVersion("3.7.401.9")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/Translate/Generated/AmazonTranslateConfig.cs b/sdk/src/Services/Translate/Generated/AmazonTranslateConfig.cs index 6925b95c3c0a..9b8620d0b42c 100644 --- a/sdk/src/Services/Translate/Generated/AmazonTranslateConfig.cs +++ b/sdk/src/Services/Translate/Generated/AmazonTranslateConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.Translate public partial class AmazonTranslateConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Translate", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Translate", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/Translate/Properties/AssemblyInfo.cs b/sdk/src/Services/Translate/Properties/AssemblyInfo.cs index cd48ddd05b00..9c130091d175 100644 --- a/sdk/src/Services/Translate/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/Translate/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/TrustedAdvisor/Generated/AmazonTrustedAdvisorConfig.cs b/sdk/src/Services/TrustedAdvisor/Generated/AmazonTrustedAdvisorConfig.cs index 706c975605e7..7de50754be89 100644 --- a/sdk/src/Services/TrustedAdvisor/Generated/AmazonTrustedAdvisorConfig.cs +++ b/sdk/src/Services/TrustedAdvisor/Generated/AmazonTrustedAdvisorConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.TrustedAdvisor public partial class AmazonTrustedAdvisorConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("TrustedAdvisor", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("TrustedAdvisor", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/TrustedAdvisor/Properties/AssemblyInfo.cs b/sdk/src/Services/TrustedAdvisor/Properties/AssemblyInfo.cs index a7ab78a4f7ca..b3c01352aa33 100644 --- a/sdk/src/Services/TrustedAdvisor/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/TrustedAdvisor/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/VPCLattice/Generated/AmazonVPCLatticeConfig.cs b/sdk/src/Services/VPCLattice/Generated/AmazonVPCLatticeConfig.cs index e33cfbe218ac..f291484ed545 100644 --- a/sdk/src/Services/VPCLattice/Generated/AmazonVPCLatticeConfig.cs +++ b/sdk/src/Services/VPCLattice/Generated/AmazonVPCLatticeConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.VPCLattice public partial class AmazonVPCLatticeConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("VPC Lattice", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("VPC Lattice", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/VPCLattice/Properties/AssemblyInfo.cs b/sdk/src/Services/VPCLattice/Properties/AssemblyInfo.cs index 141837c50b61..f48c9d79987a 100644 --- a/sdk/src/Services/VPCLattice/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/VPCLattice/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/VerifiedPermissions/Generated/AmazonVerifiedPermissionsConfig.cs b/sdk/src/Services/VerifiedPermissions/Generated/AmazonVerifiedPermissionsConfig.cs index 1ba82351421c..59208ed6baa3 100644 --- a/sdk/src/Services/VerifiedPermissions/Generated/AmazonVerifiedPermissionsConfig.cs +++ b/sdk/src/Services/VerifiedPermissions/Generated/AmazonVerifiedPermissionsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.VerifiedPermissions public partial class AmazonVerifiedPermissionsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("VerifiedPermissions", "3.7.400.43"); + InternalSDKUtils.BuildUserAgentString("VerifiedPermissions", "3.7.400.44"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/VerifiedPermissions/Properties/AssemblyInfo.cs b/sdk/src/Services/VerifiedPermissions/Properties/AssemblyInfo.cs index 6880bff2f1ed..706289d2fe71 100644 --- a/sdk/src/Services/VerifiedPermissions/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/VerifiedPermissions/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.43")] +[assembly: AssemblyFileVersion("3.7.400.44")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/VoiceID/Generated/AmazonVoiceIDConfig.cs b/sdk/src/Services/VoiceID/Generated/AmazonVoiceIDConfig.cs index 50d910d83ff0..1d6c336fd9cf 100644 --- a/sdk/src/Services/VoiceID/Generated/AmazonVoiceIDConfig.cs +++ b/sdk/src/Services/VoiceID/Generated/AmazonVoiceIDConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.VoiceID public partial class AmazonVoiceIDConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("Voice ID", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("Voice ID", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/VoiceID/Properties/AssemblyInfo.cs b/sdk/src/Services/VoiceID/Properties/AssemblyInfo.cs index f4ba17be28bf..205bb97cc5ec 100644 --- a/sdk/src/Services/VoiceID/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/VoiceID/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WAF/Generated/AmazonWAFConfig.cs b/sdk/src/Services/WAF/Generated/AmazonWAFConfig.cs index 8714f2697b9c..d4e3dface858 100644 --- a/sdk/src/Services/WAF/Generated/AmazonWAFConfig.cs +++ b/sdk/src/Services/WAF/Generated/AmazonWAFConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WAF public partial class AmazonWAFConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WAF", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("WAF", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WAF/Properties/AssemblyInfo.cs b/sdk/src/Services/WAF/Properties/AssemblyInfo.cs index 64d71fcc48c4..5f2411bcc905 100644 --- a/sdk/src/Services/WAF/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WAF/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WAFRegional/Generated/AmazonWAFRegionalConfig.cs b/sdk/src/Services/WAFRegional/Generated/AmazonWAFRegionalConfig.cs index 1c525cdb0853..019d1b5ebe17 100644 --- a/sdk/src/Services/WAFRegional/Generated/AmazonWAFRegionalConfig.cs +++ b/sdk/src/Services/WAFRegional/Generated/AmazonWAFRegionalConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WAFRegional public partial class AmazonWAFRegionalConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WAF Regional", "3.7.401.40"); + InternalSDKUtils.BuildUserAgentString("WAF Regional", "3.7.401.41"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WAFRegional/Properties/AssemblyInfo.cs b/sdk/src/Services/WAFRegional/Properties/AssemblyInfo.cs index 1ed7e123e7c3..bc78fae0cbdd 100644 --- a/sdk/src/Services/WAFRegional/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WAFRegional/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.40")] +[assembly: AssemblyFileVersion("3.7.401.41")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WAFV2/Generated/AmazonWAFV2Config.cs b/sdk/src/Services/WAFV2/Generated/AmazonWAFV2Config.cs index cd516d14f239..89e55fdac781 100644 --- a/sdk/src/Services/WAFV2/Generated/AmazonWAFV2Config.cs +++ b/sdk/src/Services/WAFV2/Generated/AmazonWAFV2Config.cs @@ -32,7 +32,7 @@ namespace Amazon.WAFV2 public partial class AmazonWAFV2Config : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WAFV2", "3.7.402.6"); + InternalSDKUtils.BuildUserAgentString("WAFV2", "3.7.402.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WAFV2/Properties/AssemblyInfo.cs b/sdk/src/Services/WAFV2/Properties/AssemblyInfo.cs index cdda0db2009d..56e1f89e7e04 100644 --- a/sdk/src/Services/WAFV2/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WAFV2/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.402.6")] +[assembly: AssemblyFileVersion("3.7.402.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WellArchitected/Generated/AmazonWellArchitectedConfig.cs b/sdk/src/Services/WellArchitected/Generated/AmazonWellArchitectedConfig.cs index 07c06216e953..658b1c020837 100644 --- a/sdk/src/Services/WellArchitected/Generated/AmazonWellArchitectedConfig.cs +++ b/sdk/src/Services/WellArchitected/Generated/AmazonWellArchitectedConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WellArchitected public partial class AmazonWellArchitectedConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WellArchitected", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("WellArchitected", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WellArchitected/Properties/AssemblyInfo.cs b/sdk/src/Services/WellArchitected/Properties/AssemblyInfo.cs index 4aaf4f860175..9ae3cdfb5754 100644 --- a/sdk/src/Services/WellArchitected/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WellArchitected/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WorkDocs/Generated/AmazonWorkDocsConfig.cs b/sdk/src/Services/WorkDocs/Generated/AmazonWorkDocsConfig.cs index 524c49e1cf7d..adf4ae0cb45a 100644 --- a/sdk/src/Services/WorkDocs/Generated/AmazonWorkDocsConfig.cs +++ b/sdk/src/Services/WorkDocs/Generated/AmazonWorkDocsConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WorkDocs public partial class AmazonWorkDocsConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WorkDocs", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("WorkDocs", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WorkDocs/Properties/AssemblyInfo.cs b/sdk/src/Services/WorkDocs/Properties/AssemblyInfo.cs index dc39fac024db..2ae9d4505c68 100644 --- a/sdk/src/Services/WorkDocs/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WorkDocs/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WorkMail/Generated/AmazonWorkMailConfig.cs b/sdk/src/Services/WorkMail/Generated/AmazonWorkMailConfig.cs index b1e55c653d96..65d2bed85a01 100644 --- a/sdk/src/Services/WorkMail/Generated/AmazonWorkMailConfig.cs +++ b/sdk/src/Services/WorkMail/Generated/AmazonWorkMailConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WorkMail public partial class AmazonWorkMailConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WorkMail", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("WorkMail", "3.7.401.0"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WorkMail/Properties/AssemblyInfo.cs b/sdk/src/Services/WorkMail/Properties/AssemblyInfo.cs index d167abd7cff2..9d4eb7275777 100644 --- a/sdk/src/Services/WorkMail/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WorkMail/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.401.0")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WorkMailMessageFlow/Generated/AmazonWorkMailMessageFlowConfig.cs b/sdk/src/Services/WorkMailMessageFlow/Generated/AmazonWorkMailMessageFlowConfig.cs index 92a41a172cbc..29593ee60a60 100644 --- a/sdk/src/Services/WorkMailMessageFlow/Generated/AmazonWorkMailMessageFlowConfig.cs +++ b/sdk/src/Services/WorkMailMessageFlow/Generated/AmazonWorkMailMessageFlowConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WorkMailMessageFlow public partial class AmazonWorkMailMessageFlowConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WorkMailMessageFlow", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("WorkMailMessageFlow", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WorkMailMessageFlow/Properties/AssemblyInfo.cs b/sdk/src/Services/WorkMailMessageFlow/Properties/AssemblyInfo.cs index 66800f95f08e..d362d5b20b6d 100644 --- a/sdk/src/Services/WorkMailMessageFlow/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WorkMailMessageFlow/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WorkSpaces/Generated/AmazonWorkSpacesConfig.cs b/sdk/src/Services/WorkSpaces/Generated/AmazonWorkSpacesConfig.cs index 27657732144d..b148d9979722 100644 --- a/sdk/src/Services/WorkSpaces/Generated/AmazonWorkSpacesConfig.cs +++ b/sdk/src/Services/WorkSpaces/Generated/AmazonWorkSpacesConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WorkSpaces public partial class AmazonWorkSpacesConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WorkSpaces", "3.7.404.6"); + InternalSDKUtils.BuildUserAgentString("WorkSpaces", "3.7.404.7"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WorkSpaces/Properties/AssemblyInfo.cs b/sdk/src/Services/WorkSpaces/Properties/AssemblyInfo.cs index 33cc1ce6a3c2..128498990f41 100644 --- a/sdk/src/Services/WorkSpaces/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WorkSpaces/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.404.6")] +[assembly: AssemblyFileVersion("3.7.404.7")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WorkSpacesThinClient/Generated/AmazonWorkSpacesThinClientConfig.cs b/sdk/src/Services/WorkSpacesThinClient/Generated/AmazonWorkSpacesThinClientConfig.cs index c79f0ef0814f..f01279dfa2aa 100644 --- a/sdk/src/Services/WorkSpacesThinClient/Generated/AmazonWorkSpacesThinClientConfig.cs +++ b/sdk/src/Services/WorkSpacesThinClient/Generated/AmazonWorkSpacesThinClientConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WorkSpacesThinClient public partial class AmazonWorkSpacesThinClientConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WorkSpaces Thin Client", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("WorkSpaces Thin Client", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WorkSpacesThinClient/Properties/AssemblyInfo.cs b/sdk/src/Services/WorkSpacesThinClient/Properties/AssemblyInfo.cs index 464c8bbc6925..56eae5d289fc 100644 --- a/sdk/src/Services/WorkSpacesThinClient/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WorkSpacesThinClient/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/WorkSpacesWeb/Generated/AmazonWorkSpacesWebConfig.cs b/sdk/src/Services/WorkSpacesWeb/Generated/AmazonWorkSpacesWebConfig.cs index 3b41ad3eb07c..e0ba7891f9cf 100644 --- a/sdk/src/Services/WorkSpacesWeb/Generated/AmazonWorkSpacesWebConfig.cs +++ b/sdk/src/Services/WorkSpacesWeb/Generated/AmazonWorkSpacesWebConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.WorkSpacesWeb public partial class AmazonWorkSpacesWebConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("WorkSpaces Web", "3.7.401.21"); + InternalSDKUtils.BuildUserAgentString("WorkSpaces Web", "3.7.401.22"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/WorkSpacesWeb/Properties/AssemblyInfo.cs b/sdk/src/Services/WorkSpacesWeb/Properties/AssemblyInfo.cs index 595edaf37c83..0d38fa50bc43 100644 --- a/sdk/src/Services/WorkSpacesWeb/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/WorkSpacesWeb/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.401.21")] +[assembly: AssemblyFileVersion("3.7.401.22")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers] diff --git a/sdk/src/Services/XRay/Generated/AmazonXRayConfig.cs b/sdk/src/Services/XRay/Generated/AmazonXRayConfig.cs index 9150bb37b4e2..39a0cf4471c3 100644 --- a/sdk/src/Services/XRay/Generated/AmazonXRayConfig.cs +++ b/sdk/src/Services/XRay/Generated/AmazonXRayConfig.cs @@ -32,7 +32,7 @@ namespace Amazon.XRay public partial class AmazonXRayConfig : ClientConfig { private static readonly string UserAgentString = - InternalSDKUtils.BuildUserAgentString("XRay", "3.7.400.42"); + InternalSDKUtils.BuildUserAgentString("XRay", "3.7.400.43"); private string _userAgent = UserAgentString; /// diff --git a/sdk/src/Services/XRay/Properties/AssemblyInfo.cs b/sdk/src/Services/XRay/Properties/AssemblyInfo.cs index 3bc42fc24dba..1c668cb2a3cb 100644 --- a/sdk/src/Services/XRay/Properties/AssemblyInfo.cs +++ b/sdk/src/Services/XRay/Properties/AssemblyInfo.cs @@ -44,7 +44,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("3.3")] -[assembly: AssemblyFileVersion("3.7.400.42")] +[assembly: AssemblyFileVersion("3.7.400.43")] #if BCL [assembly: System.Security.AllowPartiallyTrustedCallers]