AWSPowerShell

3.3.330.0

The AWS Tools for Windows PowerShell lets developers and administrators manage their AWS services from the Windows PowerShell scripting environment.

Minimum PowerShell version

2.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AWSPowerShell -RequiredVersion 3.3.330.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AWSPowerShell -Version 3.3.330.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright 2012-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Package Details

Author(s)

  • Amazon.com Inc

Tags

AWS cloud

Cmdlets

*-*

Dependencies

This module has no dependencies.

Release Notes

### 3.3.330.0 (2018-08-06)
 * Amazon Comprehend
   * Updated and added cmdlets to support the new service ability to tokenize (find word boundaries) text and for each word provide a label for the part of speech, using the DetectSyntax operation. This API is useful to analyze text for specific conditions like for example finding nouns and the correlating adjectives to understand customer feedback. The new cmdlets are Find-COMPSyntax (DetectSyntax API) and Find-COMPSyntaxBatch (BatchDetectSyntax API).
 * Amazon DynamoDB
   * Updated the Update-DDBGlobalTableSetting cmdlet to add support for configuring AutoScaling settings for a DynamoDB global table.
 * Amazon EC2
   * Updated cmdlets to add support for two new allocation strategies for EC2/Spot customers -- LowestN for Spot instances, and OD priority for on-demand instances.
 * Amazon Kinesis
   * Updated and added cmdlets to support the new SubscribeToShard and RegisterStreamConsumer APIs which allows for retrieving records on a data stream over HTTP2 with enhanced fan-out capabilities. With this new feature the Java SDK now supports event streaming natively which will allow you to define payload and exception structures on the client over a persistent connection. For more information, see Developing Consumers with Enhanced Fan-Out in the Kinesis Developer Guide. The new cmdlets are Get-KINStreamConsumer (DescribeStreamConsumer API), Get-KINStreamConsumerList (ListStreamConsumers API), Register-KINStreamConsumer (RegisterStreamConsumer API) and Unregister-KINStreamConsumer (DeregisterStreamConsumer API).
 * Amazon MQ
   * Updated cmdlets to support integration with Amazon CloudWatch Logs.
 * Amazon Polly
   * Updated and added cmdlets to support asynchronous synthesis to Amazon S3. The new cmdlets are Get-POLSpeechSynthesisTask (GetSpeechSynthesisTask API), Get-POLSpeechSynthesisTaskList (ListSpeechSynthesisTasks API) and Start-POLSpeechSynthesisTask (StartSpeechSynthesisTask API).
 * Amazon Redshift
   * Updated and added cmdlets to support maintenance tracks. When we make a new version of Amazon Redshift available, we update your cluster during its maintenance window. By selecting a maintenance track, you control whether we update your cluster with the most recent approved release, or with the previous release. The two values for maintenance track are current and trailing. If you choose the current track, your cluster is updated with the latest approved release. If you choose the trailing track, your cluster is updated with the release that was approved previously. The new cmdlet is Get-RSClusterTrack (DescribeClusterTracks API).
 * Amazon S3
   * Added cmdlet Select-S3ObjectContent (SelectObjectContent API) to support Amazon S3 Select. Amazon S3 Select is an Amazon S3 feature that makes it easy to retrieve specific data from the contents of an object using simple SQL expressions without having to retrieve the entire object. With this release the S3 Select API is now generally available in all public regions and supports retrieval of a subset of data using SQL clauses, like SELECT and WHERE, from delimited text files and JSON objects.
 * Amazon SageMaker
   * Updated and added cmdlets to support the capability for customers to run fully-managed, high-throughput batch transform machine learning models with a simple API call. Batch Transform is ideal for high-throughput workloads and predictions in non-real-time scenarios where data is accumulated over a period of time for offline processing.
 * Amazon Transcribe
   * Updated the Start-TRSTranscribeJob cmdlet to support specifying an Amazon S3 output bucket to store the transcription of your audio file.
 * AWS AppStream
   * Updated and added cmdlets to support the new service feature enabling sharing AppStream images across AWS accounts within the same region. The new cmdlet are Get-APSImagePermission (DescribeImagePermissions API), Remove-APSImagePermission (DeleteImagePermission API) and Update-APSImagePermission (UpdateImagePermissions API).
 * AWS AppSync
   * Updated cmdlets to support configuring HTTP endpoints as data sources for your AWS AppSync GraphQL API.
 * AWS Cloud HSM V2
   * Updated and added cmdlets to support copy-backup-to-region, which allows you to copy a backup of a cluster from one region to another. The copied backup can be used in the destination region to create a new AWS CloudHSM cluster as a clone of the original cluster. The new cmdlet is Copy-HSM2BackupToRegion (CopyBackupToRegion API).
 * AWS CodeBuild
   * Updated cmdlets to support disabling encryption and specifying encryption key on build artifacts.
 * AWS Database Migration Service
   * Updated cmdlets to add support for DmsTransfer endpoint type and support for re-validate option in table reload API.
 * AWS Elastic File System
   * Updated and added cmdlets to support instant provisioning of the throughput required for your applications independent of the amount of data stored in your file system, allowing you to optimize throughput for your applications performance needs. The new cmdlet is Update-EFSFileSystem (UpdateFileSystem API).
 * AWS Glue
   * Updated cmdlets to support association of multiple SSH public keys with a development endpoints.
 * AWS Identity and Access Management
   * Updated and added cmdlets to support the IAM delegated administrator feature. This feature enables customers to attach permissions boundary to IAM principals. The IAM principals cannot operate exceeding the permission specified in permissions boundary. The new cmdlets for this feature are Set-IAMRolePermissionsBoundary (PutRolePermissionsBoundary), Set-IAMUserPermissionsBoundary (PutUserPermissionsBoundary API), Remove-IAMRolePermissionsBoundary (DeleteRolePermissionsBoundary API) and Remove-IAMUserPermissionsBoundary (DeleteUserPermissionsBoundary API).
 * AWS Import/Export Snowball
   * Updated and added cmdlets to support the availability of Amazon EC2 compute instances that run on the device. AWS Snowball Edge is a 100-TB ruggedized device built to transfer data into and out of AWS with optional support for local Lambda-based compute functions. With this feature, developers and administrators can run their EC2-based applications on the device providing them with an end to end vertically integrated AWS experience. Designed for data pre-processing, compression, machine learning, and data collection applications, these new instances, called SBE1 instances, feature 1.8 GHz Intel Xeon D processors up to 16 vCPUs, and 32 GB of memory. The SBE1 instance type is available in four sizes and multiple instances can be run on the device at the same time. Customers can now run compute instances using the same Amazon Machine Images (AMIs) that are used in Amazon EC2.
 * AWS IoT
   * Updated and added cmdlets to support the new IoT security service, AWS IoT Device Defender, and extending the capability of AWS IoT to support Step Functions rule action. The AWS IoT Device Defender is a fully managed service that helps you secure your fleet of IoT devices. For more details on this new service, go to https://aws.amazon.com/iot-device-defender. The Step Functions rule action lets you start an execution of AWS Step Functions state machine from a rule.
 * AWS Storage Gateway
   * Updated cmdlets to support creation of stored volumes using AWS KMS keys.
 * AWS Systems Manager
   * Updated and added cmdlets to support attaching labels to history parameter records and reference history parameter records via labels. It also adds Parameter Store integration with AWS Secrets Manager to allow referencing and retrieving AWS Secrets Manager's secrets from Parameter Store.
   * Updated and added cmdlets to support creation and use of service-linked roles to register and edit Maintenance Window tasks.

FileList

  • AWSPowerShell.nuspec
  • AWSAliases.ps1
  • AWSPowerShell.dll
  • AWSPowerShell.dll-Help.xml
  • AWSPowerShell.Format.ps1xml
  • AWSPowerShell.psd1
  • AWSPowerShell.TypeExtensions.ps1xml
  • AWSPowerShell.xml
  • AWSPowerShellCompleters.psm1
  • AWSPowerShellLegacyAliases.psm1
  • AWSSDK.ACMPCA.dll
  • AWSSDK.AlexaForBusiness.dll
  • AWSSDK.APIGateway.dll
  • AWSSDK.ApplicationAutoScaling.dll
  • AWSSDK.ApplicationDiscoveryService.dll
  • AWSSDK.AppStream.dll
  • AWSSDK.AppSync.dll
  • AWSSDK.Athena.dll
  • AWSSDK.AutoScaling.dll
  • AWSSDK.AutoScalingPlans.dll
  • AWSSDK.AWSHealth.dll
  • AWSSDK.AWSMarketplaceCommerceAnalytics.dll
  • AWSSDK.AWSMarketplaceMetering.dll
  • AWSSDK.AWSSupport.dll
  • AWSSDK.Batch.dll
  • AWSSDK.Budgets.dll
  • AWSSDK.CertificateManager.dll
  • AWSSDK.Cloud9.dll
  • AWSSDK.CloudDirectory.dll
  • AWSSDK.CloudFormation.dll
  • AWSSDK.CloudFront.dll
  • AWSSDK.CloudHSM.dll
  • AWSSDK.CloudHSMV2.dll
  • AWSSDK.CloudSearch.dll
  • AWSSDK.CloudSearchDomain.dll
  • AWSSDK.CloudTrail.dll
  • AWSSDK.CloudWatch.dll
  • AWSSDK.CloudWatchEvents.dll
  • AWSSDK.CloudWatchLogs.dll
  • AWSSDK.CodeBuild.dll
  • AWSSDK.CodeCommit.dll
  • AWSSDK.CodeDeploy.dll
  • AWSSDK.CodePipeline.dll
  • AWSSDK.CodeStar.dll
  • AWSSDK.CognitoIdentity.dll
  • AWSSDK.CognitoIdentityProvider.dll
  • AWSSDK.Comprehend.dll
  • AWSSDK.ConfigService.dll
  • AWSSDK.Connect.dll
  • AWSSDK.Core.dll
  • AWSSDK.CostAndUsageReport.dll
  • AWSSDK.CostExplorer.dll
  • AWSSDK.DatabaseMigrationService.dll
  • AWSSDK.DataPipeline.dll
  • AWSSDK.DAX.dll
  • AWSSDK.DeviceFarm.dll
  • AWSSDK.DirectConnect.dll
  • AWSSDK.DirectoryService.dll
  • AWSSDK.DLM.dll
  • AWSSDK.DynamoDBv2.dll
  • AWSSDK.EC2.dll
  • AWSSDK.ECR.dll
  • AWSSDK.ECS.dll
  • AWSSDK.EKS.dll
  • AWSSDK.ElastiCache.dll
  • AWSSDK.ElasticBeanstalk.dll
  • AWSSDK.ElasticFileSystem.dll
  • AWSSDK.ElasticLoadBalancing.dll
  • AWSSDK.ElasticLoadBalancingV2.dll
  • AWSSDK.ElasticMapReduce.dll
  • AWSSDK.Elasticsearch.dll
  • AWSSDK.ElasticTranscoder.dll
  • AWSSDK.FMS.dll
  • AWSSDK.GameLift.dll
  • AWSSDK.Glue.dll
  • AWSSDK.Greengrass.dll
  • AWSSDK.GuardDuty.dll
  • AWSSDK.IdentityManagement.dll
  • AWSSDK.ImportExport.dll
  • AWSSDK.Inspector.dll
  • AWSSDK.IoT.dll
  • AWSSDK.IoT1ClickDevicesService.dll
  • AWSSDK.IoT1ClickProjects.dll
  • AWSSDK.IoTAnalytics.dll
  • AWSSDK.IotData.dll
  • AWSSDK.IoTJobsDataPlane.dll
  • AWSSDK.KeyManagementService.dll
  • AWSSDK.Kinesis.dll
  • AWSSDK.KinesisAnalytics.dll
  • AWSSDK.KinesisFirehose.dll
  • AWSSDK.KinesisVideo.dll
  • AWSSDK.KinesisVideoArchivedMedia.dll
  • AWSSDK.KinesisVideoMedia.dll
  • AWSSDK.Lambda.dll
  • AWSSDK.Lex.dll
  • AWSSDK.LexModelBuildingService.dll
  • AWSSDK.Lightsail.dll
  • AWSSDK.MachineLearning.dll
  • AWSSDK.Macie.dll
  • AWSSDK.MarketplaceEntitlementService.dll
  • AWSSDK.MediaConvert.dll
  • AWSSDK.MediaLive.dll
  • AWSSDK.MediaPackage.dll
  • AWSSDK.MediaStore.dll
  • AWSSDK.MediaStoreData.dll
  • AWSSDK.MediaTailor.dll
  • AWSSDK.MigrationHub.dll
  • AWSSDK.Mobile.dll
  • AWSSDK.MobileAnalytics.dll
  • AWSSDK.MQ.dll
  • AWSSDK.MTurk.dll
  • AWSSDK.Neptune.dll
  • AWSSDK.OpsWorks.dll
  • AWSSDK.OpsWorksCM.dll
  • AWSSDK.Organizations.dll
  • AWSSDK.PI.dll
  • AWSSDK.Pinpoint.dll
  • AWSSDK.Polly.dll
  • AWSSDK.Pricing.dll
  • AWSSDK.RDS.dll
  • AWSSDK.Redshift.dll
  • AWSSDK.Rekognition.dll
  • AWSSDK.ResourceGroups.dll
  • AWSSDK.ResourceGroupsTaggingAPI.dll
  • AWSSDK.Route53.dll
  • AWSSDK.Route53Domains.dll
  • AWSSDK.S3.dll
  • AWSSDK.SageMaker.dll
  • AWSSDK.SageMakerRuntime.dll
  • AWSSDK.SecretsManager.dll
  • AWSSDK.SecurityToken.dll
  • AWSSDK.ServerlessApplicationRepository.dll
  • AWSSDK.ServerMigrationService.dll
  • AWSSDK.ServiceCatalog.dll
  • AWSSDK.ServiceDiscovery.dll
  • AWSSDK.Shield.dll
  • AWSSDK.SimpleEmail.dll
  • AWSSDK.SimpleNotificationService.dll
  • AWSSDK.SimpleSystemsManagement.dll
  • AWSSDK.SimpleWorkflow.dll
  • AWSSDK.Snowball.dll
  • AWSSDK.SQS.dll
  • AWSSDK.StepFunctions.dll
  • AWSSDK.StorageGateway.dll
  • AWSSDK.TranscribeService.dll
  • AWSSDK.Translate.dll
  • AWSSDK.WAF.dll
  • AWSSDK.WAFRegional.dll
  • AWSSDK.WorkDocs.dll
  • AWSSDK.WorkMail.dll
  • AWSSDK.WorkSpaces.dll
  • AWSSDK.XRay.dll
  • CHANGELOG.md
  • log4net.dll

Version History

Version Downloads Last updated
4.1.539 1,855 3/18/2024
4.1.538 13,539 3/15/2024
4.1.537 3,977 3/14/2024
4.1.536 4,294 3/13/2024
4.1.535 5,209 3/12/2024
4.1.534 4,973 3/11/2024
4.1.533 9,821 3/8/2024
4.1.532 4,354 3/7/2024
4.1.531 4,796 3/6/2024
4.1.530 6,072 3/5/2024
4.1.529 9,965 3/4/2024
4.1.528 10,200 3/1/2024
4.1.527 4,502 2/29/2024
4.1.526 4,994 2/28/2024
4.1.525 5,503 2/27/2024
4.1.524 5,436 2/26/2024
4.1.523 11,878 2/23/2024
4.1.522 4,509 2/22/2024
4.1.521 4,998 2/21/2024
4.1.520 6,271 2/20/2024
4.1.519 5,288 2/19/2024
4.1.518 13,310 2/16/2024
4.1.517 4,054 2/15/2024
4.1.516 6,857 2/14/2024
4.1.515 6,179 2/13/2024
4.1.514 4,607 2/12/2024
4.1.513 12,733 2/9/2024
4.1.512 5,497 2/8/2024
4.1.511 7,178 2/7/2024
4.1.510 4,607 2/6/2024
4.1.509 6,171 2/5/2024
4.1.508 16,524 2/2/2024
4.1.507 7,041 2/1/2024
4.1.506 5,088 2/1/2024
4.1.505 4,959 1/30/2024
4.1.504 3,853 1/29/2024
4.1.503 8,449 1/26/2024
4.1.502 2,928 1/26/2024
4.1.501 3,976 1/25/2024
4.1.500 4,328 1/24/2024
4.1.499 4,188 1/22/2024
4.1.498 10,266 1/19/2024
4.1.497 3,550 1/18/2024
4.1.496 4,155 1/17/2024
4.1.495 4,051 1/16/2024
4.1.494 10,473 1/14/2024
4.1.493 3,049 1/12/2024
4.1.492 5,647 1/11/2024
4.1.491 4,341 1/10/2024
4.1.490 8,516 1/8/2024
4.1.489 10,252 1/5/2024
4.1.488 4,097 1/4/2024
4.1.487 4,017 1/3/2024
4.1.486 16,643 12/29/2023
4.1.485 2,359 12/28/2023
4.1.484 3,644 12/27/2023
4.1.483 2,613 12/26/2023
4.1.482 8,457 12/22/2023
4.1.481 2,869 12/21/2023
4.1.480 6,543 12/20/2023
4.1.479 3,412 12/19/2023
4.1.478 3,267 12/18/2023
4.1.477 7,906 12/15/2023
4.1.476 3,561 12/14/2023
4.1.475 9,850 12/13/2023
4.1.474 3,491 12/12/2023
4.1.473 3,489 12/11/2023
4.1.472 10,532 12/8/2023
4.1.471 3,223 12/7/2023
4.1.470 4,054 12/7/2023
4.1.469 7,015 12/6/2023
4.1.468 8,122 12/5/2023
4.1.467 9,692 12/2/2023
4.1.466 4,288 12/1/2023
4.1.465 3,379 11/30/2023
4.1.464 749 11/29/2023
4.1.463 3,973 11/28/2023
4.1.462 2,499 11/28/2023
4.1.461 2,144 11/28/2023
4.1.460 2,557 11/27/2023
4.1.459 12,068 11/23/2023
4.1.458 4,133 11/22/2023
4.1.457 5,748 11/21/2023
4.1.456 11,481 11/18/2023
4.1.455 3,919 11/17/2023
4.1.454 7,631 11/15/2023
4.1.453 4,415 11/14/2023
4.1.452 4,389 11/14/2023
4.1.451 7,415 11/10/2023
4.1.450 4,771 11/9/2023
4.1.449 2,642 11/9/2023
4.1.448 544 11/8/2023
4.1.447 3,532 11/7/2023
4.1.446 3,376 11/6/2023
4.1.445 8,425 11/3/2023
4.1.444 4,189 11/2/2023
4.1.443 3,495 11/1/2023
4.1.442 13,799 11/1/2023
4.1.441 8,466 10/30/2023
4.1.440 6,761 10/27/2023
4.1.439 2,210 10/26/2023
4.1.438 2,998 10/26/2023
4.1.437 3,629 10/24/2023
4.1.436 2,151 10/23/2023
4.1.435 6,368 10/21/2023
4.1.434 2,140 10/20/2023
4.1.433 2,952 10/18/2023
4.1.432 2,815 10/17/2023
4.1.431 3,815 10/16/2023
4.1.430 9,195 10/12/2023
4.1.429 16,256 10/6/2023
4.1.428 5,580 10/5/2023
4.1.427 10,256 10/4/2023
4.1.426 9,673 10/3/2023
4.1.425 13,614 10/2/2023
4.1.424 9,632 9/28/2023
4.1.423 8,215 9/27/2023
4.1.422 2,367 9/26/2023
4.1.421 3,522 9/25/2023
4.1.420 8,672 9/22/2023
4.1.419 5,383 9/20/2023
4.1.418 3,261 9/19/2023
4.1.417 3,077 9/18/2023
4.1.416 8,694 9/15/2023
4.1.415 2,350 9/15/2023
4.1.414 3,575 9/13/2023
4.1.413 2,979 9/12/2023
4.1.412 2,975 9/11/2023
4.1.411 8,940 9/8/2023
4.1.410 2,266 9/8/2023
4.1.409 3,774 9/6/2023
4.1.408 2,984 9/5/2023
4.1.407 20,689 9/1/2023
4.1.406 2,521 8/31/2023
4.1.405 3,334 8/30/2023
4.1.404 3,636 8/29/2023
4.1.403 2,960 8/28/2023
4.1.402 7,317 8/25/2023
4.1.401 3,218 8/25/2023
4.1.400 3,402 8/23/2023
4.1.399 5,848 8/23/2023
4.1.398 4,738 8/21/2023
4.1.397 11,998 8/18/2023
4.1.396 5,207 8/17/2023
4.1.395 8,689 8/16/2023
4.1.394 5,656 8/15/2023
4.1.393 4,226 8/14/2023
4.1.392 10,137 8/11/2023
4.1.391 4,331 8/10/2023
4.1.390 6,006 8/9/2023
4.1.389 4,149 8/8/2023
4.1.388 4,390 8/7/2023
4.1.387 17,713 8/4/2023
4.1.386 10,056 8/3/2023
4.1.385 11,894 8/2/2023
4.1.384 15,613 8/1/2023
4.1.383 10,912 7/31/2023
4.1.382 27,872 7/28/2023
4.1.381 4,567 7/28/2023
4.1.380 6,398 7/27/2023
4.1.379 11,052 7/26/2023
4.1.378 15,867 7/25/2023
4.1.377 5,985 7/24/2023
4.1.376 8,505 7/21/2023
4.1.375 3,772 7/20/2023
4.1.374 2,344 7/20/2023
4.1.373 1,430 7/19/2023
4.1.372 3,600 7/18/2023
4.1.371 3,262 7/17/2023
4.1.370 15,945 7/13/2023
4.1.369 8,145 7/11/2023
4.1.368 9,694 7/7/2023
4.1.367 2,505 7/6/2023
4.1.366 6,081 7/5/2023
4.1.365 8,391 7/3/2023
4.1.364 9,969 6/30/2023
4.1.363 2,583 6/29/2023
4.1.362 3,132 6/28/2023
4.1.361 5,137 6/27/2023
4.1.360 3,481 6/26/2023
4.1.359 6,571 6/23/2023
4.1.358 3,402 6/22/2023
4.1.357 6,929 6/21/2023
4.1.356 2,948 6/21/2023
4.1.355 3,422 6/19/2023
4.1.354 6,625 6/16/2023
4.1.353 3,870 6/15/2023
4.1.352 5,816 6/14/2023
4.1.351 2,814 6/12/2023
4.1.350 6,943 6/9/2023
4.1.349 2,239 6/8/2023
4.1.348 2,600 6/7/2023
4.1.347 3,376 6/6/2023
4.1.346 6,170 6/6/2023
4.1.345 6,899 6/2/2023
4.1.344 2,799 6/1/2023
4.1.343 4,189 5/31/2023
4.1.342 3,670 5/30/2023
4.1.341 7,847 5/26/2023
4.1.340 2,609 5/25/2023
4.1.339 3,515 5/24/2023
4.1.338 5,787 5/23/2023
4.1.337 2,634 5/22/2023
4.1.336 8,626 5/19/2023
4.1.335 4,453 5/18/2023
4.1.334 17,217 5/16/2023
4.1.333 4,286 5/15/2023
4.1.332 9,151 5/11/2023
4.1.331 3,175 5/10/2023
4.1.330 3,546 5/9/2023
4.1.329 3,825 5/8/2023
4.1.328 37,049 5/6/2023
4.1.327 5,949 5/5/2023
4.1.326 10,507 5/3/2023
4.1.325 10,527 5/2/2023
4.1.324 4,297 5/1/2023
4.1.323 12,026 4/29/2023
4.1.322 3,102 4/27/2023
4.1.321 4,299 4/26/2023
4.1.320 3,360 4/25/2023
4.1.319 10,895 4/25/2023
4.1.318 8,630 4/21/2023
4.1.317 2,657 4/21/2023
4.1.316 4,811 4/19/2023
4.1.315 7,927 4/17/2023
4.1.314 8,758 4/14/2023
4.1.313 3,675 4/13/2023
4.1.312 4,148 4/12/2023
4.1.311 3,766 4/11/2023
4.1.310 5,254 4/10/2023
4.1.309 8,418 4/7/2023
4.1.308 3,139 4/6/2023
4.1.307 3,716 4/5/2023
4.1.306 4,701 4/4/2023
4.1.305 4,080 4/3/2023
4.1.304 9,412 3/31/2023
4.1.303 3,219 3/30/2023
4.1.302 3,847 3/29/2023
4.1.301 4,724 3/28/2023
4.1.300 3,528 3/27/2023
4.1.299 7,255 3/24/2023
4.1.298 3,156 3/23/2023
4.1.297 3,901 3/22/2023
4.1.296 5,732 3/21/2023
4.1.295 4,581 3/20/2023
4.1.294 11,815 3/17/2023
4.1.293 6,124 3/16/2023
4.1.292 5,981 3/15/2023
4.1.291 6,697 3/14/2023
4.1.290 5,851 3/13/2023
4.1.289 13,772 3/10/2023
4.1.288 4,958 3/9/2023
4.1.287 11,580 3/8/2023
4.1.286 5,842 3/7/2023
4.1.285 4,768 3/6/2023
4.1.284 11,296 3/3/2023
4.1.283 5,042 3/2/2023
4.1.282 7,145 3/1/2023
4.1.281 9,375 2/28/2023
4.1.280 7,304 2/27/2023
4.1.279 16,364 2/24/2023
4.1.278 10,425 2/23/2023
4.1.277 5,970 2/22/2023
4.1.276 4,973 2/22/2023
4.1.275 5,077 2/20/2023
4.1.274 12,722 2/17/2023
4.1.273 8,382 2/17/2023
4.1.272 6,220 2/16/2023
4.1.271 6,180 2/15/2023
4.1.270 6,262 2/13/2023
4.1.269 14,342 2/10/2023
4.1.268 5,881 2/9/2023
4.1.267 6,262 2/8/2023
4.1.266 6,041 2/7/2023
4.1.265 5,314 2/6/2023
4.1.264 17,601 2/3/2023
4.1.263 7,776 2/2/2023
4.1.262 6,090 2/1/2023
4.1.261 7,527 1/31/2023
4.1.260 5,582 1/30/2023
4.1.259 15,942 1/27/2023
4.1.258 5,603 1/26/2023
4.1.257 7,576 1/25/2023
4.1.256 8,396 1/24/2023
4.1.255 8,051 1/23/2023
4.1.254 15,485 1/20/2023
4.1.253 6,621 1/20/2023
4.1.252 7,409 1/18/2023
4.1.251 7,648 1/17/2023
4.1.250 28,042 1/13/2023
4.1.249 6,106 1/12/2023
4.1.248 6,459 1/11/2023
4.1.247 7,173 1/10/2023
4.1.246 5,355 1/9/2023
4.1.245 12,488 1/6/2023
4.1.244 5,191 1/5/2023
4.1.243 6,680 1/4/2023
4.1.242 5,181 1/3/2023
4.1.241 18,093 12/30/2022
4.1.240 3,705 12/29/2022
4.1.239 4,246 12/28/2022
4.1.238 4,510 12/27/2022
4.1.237 13,158 12/23/2022
4.1.236 4,089 12/22/2022
4.1.235 5,853 12/22/2022
4.1.234 5,903 12/20/2022
4.1.233 5,010 12/19/2022
4.1.232 15,884 12/16/2022
4.1.231 5,995 12/15/2022
4.1.230 6,957 12/14/2022
4.1.229 8,025 12/13/2022
4.1.228 6,419 12/12/2022
4.1.227 12,548 12/9/2022
4.1.226 5,217 12/8/2022
4.1.225 4,449 12/8/2022
4.1.224 410 12/8/2022
4.1.223 1,030 12/7/2022
4.1.222 6,853 12/7/2022
4.1.221 10,347 12/5/2022
4.1.220 22,210 12/2/2022
4.1.219 8,368 12/1/2022
4.1.218 9,085 11/30/2022
4.1.217 6,985 11/29/2022
4.1.216 5,041 11/29/2022
4.1.215 9,673 11/28/2022
4.1.214 29,554 11/23/2022
4.1.213 9,162 11/22/2022
4.1.212 6,780 11/22/2022
4.1.211 22,339 11/19/2022
4.1.210 15,441 11/17/2022
4.1.209 9,739 11/16/2022
4.1.208 13,059 11/15/2022
4.1.207 7,074 11/14/2022
4.1.206 22,581 11/11/2022
4.1.205 5,974 11/10/2022
4.1.204 10,814 11/9/2022
4.1.203 7,584 11/8/2022
4.1.202 9,249 11/7/2022
4.1.201 19,078 11/4/2022
4.1.200 14,824 11/3/2022
4.1.199 1,023,661 11/2/2022
4.1.198 10,827 11/1/2022
4.1.197 3,932 10/31/2022
4.1.196 11,311 10/28/2022
4.1.195 6,461 10/27/2022
4.1.194 9,526 10/26/2022
4.1.193 4,377 10/25/2022
4.1.192 3,304 10/24/2022
4.1.191 8,283 10/21/2022
4.1.190 4,018 10/20/2022
4.1.189 5,355 10/19/2022
4.1.188 6,350 10/18/2022
4.1.187 4,361 10/17/2022
4.1.186 9,440 10/14/2022
4.1.185 5,408 10/13/2022
4.1.184 25,600 10/7/2022
4.1.183 7,965 10/6/2022
4.1.182 7,891 10/5/2022
4.1.181 5,675 10/4/2022
4.1.180 5,451 10/3/2022
4.1.179 17,928 9/30/2022
4.1.178 5,326 9/29/2022
4.1.177 16,197 9/27/2022
4.1.176 11,875 9/26/2022
4.1.175 26,634 9/23/2022
4.1.174 10,838 9/22/2022
4.1.173 8,734 9/21/2022
4.1.172 11,335 9/20/2022
4.1.171 9,999 9/19/2022
4.1.170 25,244 9/16/2022
4.1.169 9,520 9/15/2022
4.1.168 12,580 9/14/2022
4.1.167 8,562 9/13/2022
4.1.166 7,527 9/12/2022
4.1.165 28,281 9/9/2022
4.1.164 6,208 9/8/2022
4.1.163 4,827 9/7/2022
4.1.162 4,821 9/6/2022
4.1.161 16,944 9/2/2022
4.1.160 4,519 9/1/2022
4.1.159 8,100 8/31/2022
4.1.158 5,318 8/31/2022
4.1.157 2,767 8/29/2022
4.1.156 4,318 8/26/2022
4.1.155 2,016 8/25/2022
4.1.154 3,898 8/24/2022
4.1.153 2,432 8/23/2022
4.1.152 2,455 8/22/2022
4.1.151 5,090 8/19/2022
4.1.150 2,573 8/18/2022
4.1.149 2,410 8/17/2022
4.1.148 2,473 8/16/2022
4.1.147 2,492 8/15/2022
4.1.146 6,685 8/12/2022
4.1.145 2,873 8/11/2022
4.1.144 2,339 8/10/2022
4.1.143 2,466 8/9/2022
4.1.142 2,448 8/8/2022
4.1.141 8,948 8/4/2022
4.1.140 10,632 8/3/2022
4.1.139 4,850 8/2/2022
4.1.138 2,601 8/1/2022
4.1.137 3,893 7/29/2022
4.1.136 1,855 7/28/2022
4.1.135 2,111 7/27/2022
4.1.134 3,060 7/26/2022
4.1.133 2,584 7/25/2022
4.1.132 8,909 7/22/2022
4.1.131 4,502 7/21/2022
4.1.130 2,953 7/21/2022
4.1.129 7,945 7/19/2022
4.1.128 5,027 7/18/2022
4.1.127 9,541 7/15/2022
4.1.126 7,988 7/14/2022
4.1.125 4,507 7/13/2022
4.1.124 4,303 7/12/2022
4.1.123 5,183 7/11/2022
4.1.122 7,099 7/8/2022
4.1.120 4,000 7/6/2022
4.1.119 4,271 7/5/2022
4.1.118 24,562 7/1/2022
4.1.117 2,363 6/30/2022
4.1.116 4,131 6/29/2022
4.1.115 6,325 6/28/2022
4.1.114 4,627 6/27/2022
4.1.113 8,489 6/24/2022
4.1.112 4,016 6/23/2022
4.1.111 5,149 6/22/2022
4.1.110 3,300 6/21/2022
4.1.109 3,259 6/20/2022
4.1.108 7,432 6/17/2022
4.1.107 3,176 6/16/2022
4.1.106 3,102 6/15/2022
4.1.105 3,839 6/14/2022
4.1.104 4,680 6/13/2022
4.1.103 8,134 6/10/2022
4.1.102 2,718 6/9/2022
4.1.101 3,015 6/8/2022
4.1.100 2,525 6/7/2022
4.1.99 3,160 6/6/2022
4.1.98 8,581 6/2/2022
4.1.97 2,322 6/1/2022
4.1.96 3,090 5/31/2022
4.1.95 11,241 5/27/2022
4.1.94 2,962 5/26/2022
4.1.93 3,571 5/25/2022
4.1.92 3,324 5/24/2022
4.1.91 3,832 5/23/2022
4.1.90 6,712 5/20/2022
4.1.89 2,407 5/19/2022
4.1.88 3,098 5/18/2022
4.1.87 2,738 5/17/2022
4.1.86 3,588 5/16/2022
4.1.85 6,230 5/13/2022
4.1.84 2,496 5/12/2022
4.1.83 3,083 5/11/2022
4.1.82 2,908 5/10/2022
4.1.81 3,139 5/9/2022
4.1.80 6,756 5/6/2022
4.1.79 1,984 5/6/2022
4.1.78 3,722 5/4/2022
4.1.77 2,487 5/4/2022
4.1.76 3,184 5/2/2022
4.1.75 6,379 4/29/2022
4.1.74 2,872 4/28/2022
4.1.73 2,588 4/27/2022
4.1.72 3,515 4/26/2022
4.1.71 3,433 4/25/2022
4.1.70 6,457 4/22/2022
4.1.69 2,395 4/21/2022
4.1.68 2,587 4/20/2022
4.1.67 2,753 4/19/2022
4.1.66 10,367 4/15/2022
4.1.65 2,319 4/14/2022
4.1.64 2,660 4/13/2022
4.1.63 3,045 4/12/2022
4.1.62 3,459 4/11/2022
4.1.61 6,695 4/8/2022
4.1.60 2,072 4/8/2022
4.1.59 2,912 4/6/2022
4.1.58 2,795 4/5/2022
4.1.57 3,057 4/4/2022
4.1.56 7,763 4/1/2022
4.1.55 2,268 3/31/2022
4.1.54 2,309 3/31/2022
4.1.53 3,681 3/29/2022
4.1.52 3,031 3/28/2022
4.1.51 6,453 3/25/2022
4.1.50 2,332 3/24/2022
4.1.49 2,330 3/24/2022
4.1.48 2,709 3/22/2022
4.1.47 2,797 3/22/2022
4.1.46 6,831 3/18/2022
4.1.45 5,643 3/17/2022
4.1.44 3,179 3/16/2022
4.1.43 3,768 3/14/2022
4.1.42 6,884 3/11/2022
4.1.41 2,760 3/10/2022
4.1.40.0 3,399 3/10/2022
4.1.39.0 5,893 3/9/2022
4.1.38 3,677 3/7/2022
4.1.37 7,225 3/4/2022
4.1.36 3,066 3/4/2022
4.1.35 3,561 3/3/2022
4.1.34 3,295 3/1/2022
4.1.33 3,169 2/28/2022
4.1.32 6,604 2/26/2022
4.1.31 2,229 2/25/2022
4.1.30.0 5,638 2/23/2022
4.1.29.0 5,159 2/22/2022
4.1.28.0 4,194 2/21/2022
4.1.27.0 9,163 2/18/2022
4.1.26.0 4,290 2/17/2022
4.1.25.0 4,406 2/16/2022
4.1.24.0 8,831 2/15/2022
4.1.23.0 11,311 2/11/2022
4.1.22.0 3,768 2/11/2022
4.1.21.0 5,906 2/9/2022
4.1.20.0 5,350 2/8/2022
4.1.19.0 3,775 2/8/2022
4.1.18.0 49,163 1/27/2022
4.1.17.0 82,609 1/5/2022
4.1.16.0 158,918 11/19/2021
4.1.15.0 189,047 10/2/2021
4.1.14.0 462,400 6/25/2021
4.1.13.0 92,075 6/1/2021
4.1.12.0 146,013 4/23/2021
4.1.11.0 31,015 4/15/2021
4.1.10.0 77,752 3/23/2021
4.1.9.0 130,486 2/26/2021
4.1.8.0 79,345 2/3/2021
4.1.7.0 118,265 1/5/2021
4.1.6.0 55,398 12/23/2020
4.1.5.0 142,105 11/17/2020
4.1.4.0 32,298 11/7/2020
4.1.2.0 60,807 10/7/2020
4.1.1.0 62 10/1/2020
4.1.0.0 120,206 8/19/2020
4.0.6.0 230,519 6/11/2020
4.0.5.0 582,458 3/13/2020
4.0.4.0 408,917 2/5/2020
4.0.3.0 160,179 1/22/2020
4.0.2.0 403,563 12/13/2019
4.0.1.1 213,868 11/25/2019
4.0.1.0 2,845 11/25/2019
4.0.0.0 44,636 11/21/2019
3.3.618.0 234,363 11/4/2019
3.3.604.0 247,736 10/11/2019
3.3.590.0 136,584 9/23/2019
3.3.563.1 268,635 8/9/2019
3.3.563.0 5,437 8/9/2019
3.3.553.0 107,759 7/19/2019
3.3.542.0 69,823 6/28/2019
3.3.522.0 88,310 5/31/2019
3.3.509.0 59,359 5/14/2019
3.3.498.0 66,271 4/25/2019
3.3.485.0 84,393 3/28/2019
3.3.462.0 125,965 2/25/2019
3.3.450.0 429,719 2/6/2019
3.3.428.0 175,379 12/15/2018
3.3.422.0 29,016 12/6/2018
3.3.390.0 14,074,477 10/22/2018
3.3.365.0 108,673 9/21/2018
3.3.343.0 29,306 8/23/2018
3.3.335.0 8,948 8/13/2018
3.3.330.0 (current version) 6,364 8/6/2018
3.3.313.0 13,251 7/9/2018
3.3.283.0 43,361 5/18/2018
3.3.270.0 10,902 4/25/2018
3.3.253.0 10,481 3/26/2018
3.3.245.0 6,575 3/2/2018
3.3.232.0 11,180 2/13/2018
3.3.225.1 6,052 1/25/2018
3.3.225.0 616 1/23/2018
3.3.221.0 38,934 1/16/2018
3.3.219.0 826 1/12/2018
3.3.215.0 2,545 1/2/2018
3.3.210.0 1,998 12/19/2017
3.3.208.0 2,051 12/13/2017
3.3.205.0 1,267 12/8/2017
3.3.201.0 1,843 12/2/2017
3.3.197.0 1,315 11/28/2017
3.3.196.0 540 11/25/2017
3.3.189.1 3,402 11/14/2017
3.3.187.0 1,858 11/9/2017
3.3.181.0 2,893 11/1/2017
3.3.180.0 572 10/30/2017
3.3.178.0 3,477 10/24/2017
3.3.173.0 5,660 10/17/2017
3.3.169.0 4,668 10/9/2017
3.3.164.0 29,150 9/29/2017
3.3.161.0 2,423 9/22/2017
3.3.158.0 962 9/17/2017
3.3.152.0 1,239 9/10/2017
3.3.143.0 2,136 8/25/2017
3.3.140.0 1,820 8/17/2017
3.3.133.0 1,842 8/4/2017
3.3.130.0 4,070 7/28/2017
3.3.119.0 1,961 7/7/2017
3.3.113.0 1,734 6/23/2017
3.3.109.0 537 6/19/2017
3.3.104.0 513 6/9/2017
3.3.99.0 2,142 6/5/2017
3.3.98.0 155 6/2/2017
3.3.96.0 234 5/31/2017
3.3.95.0 380 5/26/2017
3.3.90.0 658 5/19/2017
3.3.86.0 633 5/12/2017
3.3.84.0 542 5/5/2017
3.3.83.0 422 5/1/2017
3.3.81.0 514 4/24/2017
3.3.76.0 955 4/12/2017
3.3.75.0 93 4/11/2017
3.3.74.0 107 4/7/2017
3.3.71.0 422 4/1/2017
3.3.69.0 224 3/29/2017
3.3.67.0 229 3/24/2017
3.3.65.0 225 3/22/2017
3.3.64.2 329 3/17/2017
3.3.64.1 98 3/16/2017
3.3.62.0 172 3/13/2017
3.3.58.0 211 3/7/2017
3.3.57.0 286 2/28/2017
3.3.56.0 138 2/24/2017
3.3.55.0 98 2/23/2017
3.3.53.1 152 2/20/2017
3.3.53.0 113 2/17/2017
3.3.51.0 132 2/15/2017
3.3.48.0 235 2/10/2017
3.3.46.0 245 2/8/2017
3.3.45.0 337 1/27/2017
3.3.44.0 51 1/26/2017
3.3.43.0 62 1/25/2017
3.3.39.0 324 1/18/2017
3.3.38.0 51 1/17/2017
3.3.37.2 115 1/13/2017
3.3.37.1 155 1/9/2017
3.3.37.0 117 1/5/2017
3.3.36.0 121 12/30/2016
3.3.35.0 101 12/23/2016
3.3.34.0 42 12/22/2016
3.3.32.0 84 12/20/2016
3.3.31.1 86 12/16/2016
3.3.30.0 261 12/9/2016
3.3.29.0 169 12/8/2016
3.3.28.0 69 12/7/2016
3.3.27.0 125 12/3/2016
3.3.24.0 189 11/23/2016
3.3.23.0 53 11/22/2016
3.3.22.0 85 11/19/2016
3.3.20.0 64 11/17/2016
3.3.17.0 107 11/14/2016
3.3.14.0 320 10/26/2016
3.3.12.0 113 10/20/2016
3.3.11.0 53 10/19/2016
3.3.10.0 51 10/17/2016
3.3.9.0 88 10/14/2016
3.3.8.0 69 10/12/2016
3.3.5.0 105 10/7/2016
3.3.4.0 1,523 9/30/2016
3.3.3.0 58 9/28/2016
3.3.2.0 72 9/22/2016
3.3.1.0 47 9/21/2016
3.3.0.0 96 9/19/2016
3.1.101.0 263 9/16/2016
3.1.100.0 239 9/13/2016
3.1.99.0 87 9/9/2016
3.1.98.0 51 9/7/2016
3.1.97.0 89 9/2/2016
3.1.96.0 66 8/30/2016
3.1.94.0 214 8/19/2016
3.1.93.0 104 8/17/2016
3.1.92.0 72 8/11/2016
3.1.91.0 48 8/10/2016
3.1.90.0 260 8/5/2016
3.1.89.0 242 8/3/2016
3.1.88.0 229 7/30/2016
3.1.87.0 235 7/27/2016
3.1.86.0 233 7/22/2016
3.1.85.1 219 7/20/2016
3.1.84.0 236 7/13/2016
3.1.83.0 245 7/8/2016
3.1.82.0 229 7/5/2016
3.1.76.0 359 6/15/2016
3.1.75.0 254 6/7/2016
3.1.74.0 224 6/3/2016
3.1.73.0 274 5/26/2016
3.1.72.0 232 5/24/2016
3.1.71.0 242 5/19/2016
3.1.70.0 219 5/18/2016
3.1.69.0 206 5/18/2016
3.1.68.0 240 5/12/2016
3.1.67.0 224 5/11/2016
3.1.66.0 244 5/5/2016
3.1.65.0 217 5/4/2016
3.1.64.0 245 4/28/2016
3.1.63.0 215 4/26/2016
3.1.62.0 242 4/21/2016
3.1.61.0 222 4/19/2016
3.1.59.0 262 4/9/2016
3.1.58.0 223 4/7/2016
3.1.57.0 242 3/30/2016
3.1.56.0 217 3/25/2016
3.1.55.0 215 3/22/2016
3.1.54.0 212 3/18/2016
3.1.53.0 210 3/16/2016
3.1.52.1 219 3/11/2016
3.1.52.0 205 3/11/2016
3.1.51.0 211 3/9/2016
3.1.50.0 226 3/4/2016
3.1.49.0 214 3/2/2016
3.1.48.0 220 2/26/2016
3.1.45.0 237 2/19/2016
3.1.44.0 207 2/17/2016
3.1.43.0 218 2/12/2016
3.1.42.0 218 2/10/2016
3.1.41.0 245 1/29/2016
3.1.40.0 232 1/21/2016
3.1.39.0 219 1/19/2016
3.1.38.0 217 1/14/2016
3.1.37.0 210 1/12/2016
3.1.36.2 212 1/6/2016
3.1.36.1 252 12/22/2015
3.1.36.0 206 12/21/2015
3.1.35.0 209 12/18/2015
3.1.34.0 209 12/15/2015
3.1.33.0 222 12/8/2015
3.1.32.0 221 12/4/2015
3.1.31.0 218 12/2/2015
3.1.30.0 222 11/24/2015
3.1.28.0 224 11/13/2015
3.1.27.0 213 11/10/2015
3.1.26.0 210 11/7/2015
3.1.25.0 210 11/4/2015
3.1.24.0 202 11/2/2015
3.1.23.0 216 10/27/2015
3.1.22.0 202 10/26/2015
3.1.21.0 209 10/23/2015
3.1.20.0 214 10/15/2015
3.1.19.1 221 10/11/2015
3.1.18.0 212 10/7/2015
3.1.17.0 207 10/6/2015
3.1.16.1 216 10/2/2015
3.1.16.0 207 10/1/2015
3.1.15.0 213 9/30/2015
3.1.14.0 218 9/17/2015
3.1.13.0 207 9/16/2015
3.1.12.0 208 9/15/2015
3.1.11.0 218 9/10/2015
3.1.10.0 230 9/3/2015
3.1.9.0 211 8/31/2015
3.1.8.0 208 8/28/2015
3.1.5.1 219 8/17/2015
3.1.5.0 215 8/13/2015
3.1.3.0 233 8/5/2015
3.1.2.0 210 7/31/2015
3.1.1.0 225 7/29/2015
2.3.47.0 244 7/14/2015
2.3.46.0 207 7/9/2015
2.3.45.0 211 7/7/2015
2.3.44.0 215 6/24/2015
2.3.43.0 218 6/19/2015
2.3.42.0 210 6/12/2015
2.3.41.1 217 6/5/2015
2.3.41.0 209 6/4/2015
2.3.40.0 217 5/28/2015
2.3.39.0 215 5/26/2015
2.3.38.0 214 5/21/2015
2.3.37.0 217 5/19/2015
2.3.36.0 220 5/15/2015
2.3.35.0 326 5/8/2015
Show less