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.566 2,804 4/25/2024
4.1.565 4,771 4/24/2024
4.1.564 4,568 4/23/2024
4.1.563 4,897 4/22/2024
4.1.562 9,733 4/19/2024
4.1.561 3,833 4/18/2024
4.1.560 4,114 4/17/2024
4.1.559 4,289 4/16/2024
4.1.558 13,779 4/12/2024
4.1.557 4,024 4/11/2024
4.1.556 4,144 4/10/2024
4.1.555 4,251 4/9/2024
4.1.554 3,733 4/8/2024
4.1.553 18,621 4/5/2024
4.1.552 5,565 4/4/2024
4.1.551 7,229 4/3/2024
4.1.550 4,302 4/2/2024
4.1.549 3,914 4/1/2024
4.1.548 8,063 3/29/2024
4.1.547 3,273 3/28/2024
4.1.546 4,703 3/27/2024
4.1.545 4,999 3/26/2024
4.1.544 5,253 3/25/2024
4.1.543 11,085 3/22/2024
4.1.542 5,206 3/21/2024
4.1.541 6,681 3/20/2024
4.1.540 5,625 3/19/2024
4.1.539 5,405 3/18/2024
4.1.538 13,545 3/15/2024
4.1.537 3,980 3/14/2024
4.1.536 4,298 3/13/2024
4.1.535 5,211 3/12/2024
4.1.534 4,975 3/11/2024
4.1.533 9,825 3/8/2024
4.1.532 4,356 3/7/2024
4.1.531 4,799 3/6/2024
4.1.530 6,075 3/5/2024
4.1.529 9,967 3/4/2024
4.1.528 10,207 3/1/2024
4.1.527 4,504 2/29/2024
4.1.526 4,996 2/28/2024
4.1.525 5,602 2/27/2024
4.1.524 5,438 2/26/2024
4.1.523 11,880 2/23/2024
4.1.522 4,511 2/22/2024
4.1.521 5,000 2/21/2024
4.1.520 6,273 2/20/2024
4.1.519 5,290 2/19/2024
4.1.518 13,312 2/16/2024
4.1.517 4,058 2/15/2024
4.1.516 6,861 2/14/2024
4.1.515 6,182 2/13/2024
4.1.514 4,611 2/12/2024
4.1.513 12,735 2/9/2024
4.1.512 5,499 2/8/2024
4.1.511 7,180 2/7/2024
4.1.510 4,609 2/6/2024
4.1.509 6,174 2/5/2024
4.1.508 16,526 2/2/2024
4.1.507 7,043 2/1/2024
4.1.506 5,090 2/1/2024
4.1.505 4,961 1/30/2024
4.1.504 3,855 1/29/2024
4.1.503 8,451 1/26/2024
4.1.502 2,930 1/26/2024
4.1.501 3,979 1/25/2024
4.1.500 4,330 1/24/2024
4.1.499 4,190 1/22/2024
4.1.498 10,273 1/19/2024
4.1.497 3,552 1/18/2024
4.1.496 4,157 1/17/2024
4.1.495 4,053 1/16/2024
4.1.494 10,475 1/14/2024
4.1.493 3,051 1/12/2024
4.1.492 5,649 1/11/2024
4.1.491 4,346 1/10/2024
4.1.490 8,520 1/8/2024
4.1.489 10,257 1/5/2024
4.1.488 4,099 1/4/2024
4.1.487 4,019 1/3/2024
4.1.486 16,646 12/29/2023
4.1.485 2,361 12/28/2023
4.1.484 3,646 12/27/2023
4.1.483 2,616 12/26/2023
4.1.482 8,459 12/22/2023
4.1.481 2,871 12/21/2023
4.1.480 6,545 12/20/2023
4.1.479 3,414 12/19/2023
4.1.478 3,269 12/18/2023
4.1.477 7,908 12/15/2023
4.1.476 3,563 12/14/2023
4.1.475 12,634 12/13/2023
4.1.474 3,493 12/12/2023
4.1.473 3,491 12/11/2023
4.1.472 10,534 12/8/2023
4.1.471 3,225 12/7/2023
4.1.470 4,056 12/7/2023
4.1.469 7,017 12/6/2023
4.1.468 8,126 12/5/2023
4.1.467 9,694 12/2/2023
4.1.466 4,290 12/1/2023
4.1.465 3,381 11/30/2023
4.1.464 751 11/29/2023
4.1.463 3,975 11/28/2023
4.1.462 2,501 11/28/2023
4.1.461 2,146 11/28/2023
4.1.460 2,559 11/27/2023
4.1.459 12,079 11/23/2023
4.1.458 4,138 11/22/2023
4.1.457 5,750 11/21/2023
4.1.456 11,483 11/18/2023
4.1.455 3,921 11/17/2023
4.1.454 7,633 11/15/2023
4.1.453 4,417 11/14/2023
4.1.452 4,391 11/14/2023
4.1.451 7,417 11/10/2023
4.1.450 4,773 11/9/2023
4.1.449 2,661 11/9/2023
4.1.448 546 11/8/2023
4.1.447 3,534 11/7/2023
4.1.446 3,378 11/6/2023
4.1.445 8,427 11/3/2023
4.1.444 4,191 11/2/2023
4.1.443 3,497 11/1/2023
4.1.442 13,801 11/1/2023
4.1.441 8,468 10/30/2023
4.1.440 6,763 10/27/2023
4.1.439 2,212 10/26/2023
4.1.438 3,000 10/26/2023
4.1.437 3,631 10/24/2023
4.1.436 2,153 10/23/2023
4.1.435 6,370 10/21/2023
4.1.434 2,142 10/20/2023
4.1.433 2,954 10/18/2023
4.1.432 2,817 10/17/2023
4.1.431 3,817 10/16/2023
4.1.430 9,197 10/12/2023
4.1.429 16,260 10/6/2023
4.1.428 5,582 10/5/2023
4.1.427 10,274 10/4/2023
4.1.426 9,675 10/3/2023
4.1.425 13,616 10/2/2023
4.1.424 9,634 9/28/2023
4.1.423 8,217 9/27/2023
4.1.422 2,369 9/26/2023
4.1.421 3,524 9/25/2023
4.1.420 8,674 9/22/2023
4.1.419 5,385 9/20/2023
4.1.418 3,263 9/19/2023
4.1.417 3,079 9/18/2023
4.1.416 8,696 9/15/2023
4.1.415 2,352 9/15/2023
4.1.414 3,577 9/13/2023
4.1.413 2,981 9/12/2023
4.1.412 2,977 9/11/2023
4.1.411 8,942 9/8/2023
4.1.410 2,268 9/8/2023
4.1.409 3,776 9/6/2023
4.1.408 2,986 9/5/2023
4.1.407 20,691 9/1/2023
4.1.406 2,523 8/31/2023
4.1.405 3,336 8/30/2023
4.1.404 3,638 8/29/2023
4.1.403 2,962 8/28/2023
4.1.402 7,319 8/25/2023
4.1.401 3,220 8/25/2023
4.1.400 3,404 8/23/2023
4.1.399 5,850 8/23/2023
4.1.398 4,740 8/21/2023
4.1.397 12,000 8/18/2023
4.1.396 5,209 8/17/2023
4.1.395 8,691 8/16/2023
4.1.394 5,658 8/15/2023
4.1.393 4,228 8/14/2023
4.1.392 10,139 8/11/2023
4.1.391 4,333 8/10/2023
4.1.390 6,008 8/9/2023
4.1.389 4,151 8/8/2023
4.1.388 4,392 8/7/2023
4.1.387 17,715 8/4/2023
4.1.386 10,058 8/3/2023
4.1.385 11,896 8/2/2023
4.1.384 15,615 8/1/2023
4.1.383 10,914 7/31/2023
4.1.382 27,874 7/28/2023
4.1.381 4,569 7/28/2023
4.1.380 6,571 7/27/2023
4.1.379 11,054 7/26/2023
4.1.378 15,869 7/25/2023
4.1.377 5,987 7/24/2023
4.1.376 8,507 7/21/2023
4.1.375 3,774 7/20/2023
4.1.374 2,346 7/20/2023
4.1.373 1,432 7/19/2023
4.1.372 3,614 7/18/2023
4.1.371 3,264 7/17/2023
4.1.370 15,947 7/13/2023
4.1.369 8,147 7/11/2023
4.1.368 9,696 7/7/2023
4.1.367 2,507 7/6/2023
4.1.366 6,085 7/5/2023
4.1.365 8,393 7/3/2023
4.1.364 9,971 6/30/2023
4.1.363 2,585 6/29/2023
4.1.362 3,134 6/28/2023
4.1.361 5,139 6/27/2023
4.1.360 3,483 6/26/2023
4.1.359 6,573 6/23/2023
4.1.358 3,404 6/22/2023
4.1.357 6,931 6/21/2023
4.1.356 2,950 6/21/2023
4.1.355 3,424 6/19/2023
4.1.354 6,627 6/16/2023
4.1.353 3,900 6/15/2023
4.1.352 5,818 6/14/2023
4.1.351 2,816 6/12/2023
4.1.350 6,945 6/9/2023
4.1.349 2,241 6/8/2023
4.1.348 2,602 6/7/2023
4.1.347 3,378 6/6/2023
4.1.346 6,174 6/6/2023
4.1.345 6,901 6/2/2023
4.1.344 2,801 6/1/2023
4.1.343 4,191 5/31/2023
4.1.342 3,672 5/30/2023
4.1.341 7,849 5/26/2023
4.1.340 2,611 5/25/2023
4.1.339 3,517 5/24/2023
4.1.338 5,789 5/23/2023
4.1.337 2,636 5/22/2023
4.1.336 8,628 5/19/2023
4.1.335 4,455 5/18/2023
4.1.334 17,219 5/16/2023
4.1.333 4,288 5/15/2023
4.1.332 9,153 5/11/2023
4.1.331 3,177 5/10/2023
4.1.330 3,548 5/9/2023
4.1.329 3,827 5/8/2023
4.1.328 37,051 5/6/2023
4.1.327 5,951 5/5/2023
4.1.326 10,509 5/3/2023
4.1.325 10,529 5/2/2023
4.1.324 4,299 5/1/2023
4.1.323 12,029 4/29/2023
4.1.322 3,104 4/27/2023
4.1.321 4,301 4/26/2023
4.1.320 3,362 4/25/2023
4.1.319 11,042 4/25/2023
4.1.318 8,632 4/21/2023
4.1.317 2,659 4/21/2023
4.1.316 4,813 4/19/2023
4.1.315 7,929 4/17/2023
4.1.314 8,760 4/14/2023
4.1.313 3,677 4/13/2023
4.1.312 4,150 4/12/2023
4.1.311 3,768 4/11/2023
4.1.310 5,256 4/10/2023
4.1.309 8,420 4/7/2023
4.1.308 3,141 4/6/2023
4.1.307 3,718 4/5/2023
4.1.306 4,703 4/4/2023
4.1.305 4,082 4/3/2023
4.1.304 9,414 3/31/2023
4.1.303 3,221 3/30/2023
4.1.302 3,849 3/29/2023
4.1.301 4,726 3/28/2023
4.1.300 3,530 3/27/2023
4.1.299 7,257 3/24/2023
4.1.298 3,158 3/23/2023
4.1.297 3,903 3/22/2023
4.1.296 5,734 3/21/2023
4.1.295 4,583 3/20/2023
4.1.294 11,817 3/17/2023
4.1.293 6,126 3/16/2023
4.1.292 5,983 3/15/2023
4.1.291 6,699 3/14/2023
4.1.290 5,853 3/13/2023
4.1.289 13,774 3/10/2023
4.1.288 4,960 3/9/2023
4.1.287 11,582 3/8/2023
4.1.286 5,844 3/7/2023
4.1.285 4,770 3/6/2023
4.1.284 11,298 3/3/2023
4.1.283 5,044 3/2/2023
4.1.282 7,147 3/1/2023
4.1.281 9,377 2/28/2023
4.1.280 7,306 2/27/2023
4.1.279 16,366 2/24/2023
4.1.278 10,427 2/23/2023
4.1.277 5,972 2/22/2023
4.1.276 4,975 2/22/2023
4.1.275 5,079 2/20/2023
4.1.274 12,724 2/17/2023
4.1.273 8,384 2/17/2023
4.1.272 6,222 2/16/2023
4.1.271 6,182 2/15/2023
4.1.270 6,264 2/13/2023
4.1.269 14,344 2/10/2023
4.1.268 5,883 2/9/2023
4.1.267 6,264 2/8/2023
4.1.266 6,043 2/7/2023
4.1.265 5,316 2/6/2023
4.1.264 17,603 2/3/2023
4.1.263 7,778 2/2/2023
4.1.262 6,092 2/1/2023
4.1.261 7,529 1/31/2023
4.1.260 5,584 1/30/2023
4.1.259 15,944 1/27/2023
4.1.258 5,605 1/26/2023
4.1.257 7,578 1/25/2023
4.1.256 8,398 1/24/2023
4.1.255 8,053 1/23/2023
4.1.254 15,487 1/20/2023
4.1.253 6,629 1/20/2023
4.1.252 7,411 1/18/2023
4.1.251 7,650 1/17/2023
4.1.250 28,044 1/13/2023
4.1.249 6,108 1/12/2023
4.1.248 6,461 1/11/2023
4.1.247 7,175 1/10/2023
4.1.246 5,357 1/9/2023
4.1.245 12,490 1/6/2023
4.1.244 5,193 1/5/2023
4.1.243 6,682 1/4/2023
4.1.242 5,183 1/3/2023
4.1.241 18,095 12/30/2022
4.1.240 3,707 12/29/2022
4.1.239 4,248 12/28/2022
4.1.238 4,512 12/27/2022
4.1.237 13,160 12/23/2022
4.1.236 4,091 12/22/2022
4.1.235 5,855 12/22/2022
4.1.234 5,905 12/20/2022
4.1.233 5,012 12/19/2022
4.1.232 15,886 12/16/2022
4.1.231 5,997 12/15/2022
4.1.230 6,961 12/14/2022
4.1.229 8,027 12/13/2022
4.1.228 6,421 12/12/2022
4.1.227 12,550 12/9/2022
4.1.226 5,219 12/8/2022
4.1.225 4,454 12/8/2022
4.1.224 412 12/8/2022
4.1.223 1,032 12/7/2022
4.1.222 6,855 12/7/2022
4.1.221 10,349 12/5/2022
4.1.220 22,212 12/2/2022
4.1.219 8,370 12/1/2022
4.1.218 9,087 11/30/2022
4.1.217 6,987 11/29/2022
4.1.216 5,043 11/29/2022
4.1.215 9,675 11/28/2022
4.1.214 29,556 11/23/2022
4.1.213 9,164 11/22/2022
4.1.212 6,782 11/22/2022
4.1.211 22,341 11/19/2022
4.1.210 15,443 11/17/2022
4.1.209 9,741 11/16/2022
4.1.208 13,061 11/15/2022
4.1.207 7,076 11/14/2022
4.1.206 22,613 11/11/2022
4.1.205 5,976 11/10/2022
4.1.204 10,816 11/9/2022
4.1.203 7,586 11/8/2022
4.1.202 9,251 11/7/2022
4.1.201 19,080 11/4/2022
4.1.200 14,826 11/3/2022
4.1.199 1,038,055 11/2/2022
4.1.198 10,829 11/1/2022
4.1.197 3,934 10/31/2022
4.1.196 11,313 10/28/2022
4.1.195 6,463 10/27/2022
4.1.194 9,528 10/26/2022
4.1.193 4,379 10/25/2022
4.1.192 3,306 10/24/2022
4.1.191 8,525 10/21/2022
4.1.190 4,020 10/20/2022
4.1.189 5,357 10/19/2022
4.1.188 6,352 10/18/2022
4.1.187 4,363 10/17/2022
4.1.186 9,442 10/14/2022
4.1.185 5,410 10/13/2022
4.1.184 25,602 10/7/2022
4.1.183 7,967 10/6/2022
4.1.182 7,893 10/5/2022
4.1.181 5,677 10/4/2022
4.1.180 5,453 10/3/2022
4.1.179 17,931 9/30/2022
4.1.178 5,328 9/29/2022
4.1.177 16,199 9/27/2022
4.1.176 11,895 9/26/2022
4.1.175 26,636 9/23/2022
4.1.174 10,840 9/22/2022
4.1.173 8,736 9/21/2022
4.1.172 11,338 9/20/2022
4.1.171 10,001 9/19/2022
4.1.170 25,246 9/16/2022
4.1.169 9,522 9/15/2022
4.1.168 12,582 9/14/2022
4.1.167 8,564 9/13/2022
4.1.166 7,529 9/12/2022
4.1.165 28,283 9/9/2022
4.1.164 6,210 9/8/2022
4.1.163 4,829 9/7/2022
4.1.162 4,823 9/6/2022
4.1.161 16,946 9/2/2022
4.1.160 4,521 9/1/2022
4.1.159 8,102 8/31/2022
4.1.158 5,320 8/31/2022
4.1.157 2,769 8/29/2022
4.1.156 4,320 8/26/2022
4.1.155 2,018 8/25/2022
4.1.154 3,900 8/24/2022
4.1.153 2,434 8/23/2022
4.1.152 2,457 8/22/2022
4.1.151 5,092 8/19/2022
4.1.150 2,575 8/18/2022
4.1.149 2,412 8/17/2022
4.1.148 2,475 8/16/2022
4.1.147 2,494 8/15/2022
4.1.146 6,687 8/12/2022
4.1.145 2,875 8/11/2022
4.1.144 2,341 8/10/2022
4.1.143 2,468 8/9/2022
4.1.142 2,450 8/8/2022
4.1.141 8,950 8/4/2022
4.1.140 10,634 8/3/2022
4.1.139 4,852 8/2/2022
4.1.138 2,603 8/1/2022
4.1.137 3,895 7/29/2022
4.1.136 1,857 7/28/2022
4.1.135 2,156 7/27/2022
4.1.134 3,075 7/26/2022
4.1.133 2,586 7/25/2022
4.1.132 8,911 7/22/2022
4.1.131 4,504 7/21/2022
4.1.130 2,955 7/21/2022
4.1.129 7,947 7/19/2022
4.1.128 5,029 7/18/2022
4.1.127 9,543 7/15/2022
4.1.126 7,990 7/14/2022
4.1.125 4,509 7/13/2022
4.1.124 4,305 7/12/2022
4.1.123 5,185 7/11/2022
4.1.122 7,101 7/8/2022
4.1.120 4,002 7/6/2022
4.1.119 4,273 7/5/2022
4.1.118 24,564 7/1/2022
4.1.117 2,365 6/30/2022
4.1.116 4,133 6/29/2022
4.1.115 6,327 6/28/2022
4.1.114 4,629 6/27/2022
4.1.113 8,491 6/24/2022
4.1.112 4,018 6/23/2022
4.1.111 5,151 6/22/2022
4.1.110 3,302 6/21/2022
4.1.109 3,261 6/20/2022
4.1.108 7,434 6/17/2022
4.1.107 3,178 6/16/2022
4.1.106 3,104 6/15/2022
4.1.105 3,841 6/14/2022
4.1.104 4,682 6/13/2022
4.1.103 8,179 6/10/2022
4.1.102 2,720 6/9/2022
4.1.101 3,018 6/8/2022
4.1.100 2,527 6/7/2022
4.1.99 3,185 6/6/2022
4.1.98 8,583 6/2/2022
4.1.97 2,324 6/1/2022
4.1.96 3,092 5/31/2022
4.1.95 11,243 5/27/2022
4.1.94 2,964 5/26/2022
4.1.93 3,573 5/25/2022
4.1.92 3,326 5/24/2022
4.1.91 3,834 5/23/2022
4.1.90 6,714 5/20/2022
4.1.89 2,409 5/19/2022
4.1.88 3,100 5/18/2022
4.1.87 2,740 5/17/2022
4.1.86 3,590 5/16/2022
4.1.85 6,232 5/13/2022
4.1.84 2,498 5/12/2022
4.1.83 3,085 5/11/2022
4.1.82 2,910 5/10/2022
4.1.81 3,141 5/9/2022
4.1.80 6,758 5/6/2022
4.1.79 1,986 5/6/2022
4.1.78 3,724 5/4/2022
4.1.77 2,489 5/4/2022
4.1.76 3,186 5/2/2022
4.1.75 6,381 4/29/2022
4.1.74 2,874 4/28/2022
4.1.73 2,590 4/27/2022
4.1.72 3,517 4/26/2022
4.1.71 3,435 4/25/2022
4.1.70 6,459 4/22/2022
4.1.69 2,397 4/21/2022
4.1.68 2,589 4/20/2022
4.1.67 2,755 4/19/2022
4.1.66 10,369 4/15/2022
4.1.65 2,321 4/14/2022
4.1.64 2,663 4/13/2022
4.1.63 3,047 4/12/2022
4.1.62 3,461 4/11/2022
4.1.61 6,697 4/8/2022
4.1.60 2,074 4/8/2022
4.1.59 2,914 4/6/2022
4.1.58 2,797 4/5/2022
4.1.57 3,059 4/4/2022
4.1.56 7,765 4/1/2022
4.1.55 2,270 3/31/2022
4.1.54 2,311 3/31/2022
4.1.53 3,683 3/29/2022
4.1.52 3,033 3/28/2022
4.1.51 6,455 3/25/2022
4.1.50 2,334 3/24/2022
4.1.49 2,332 3/24/2022
4.1.48 2,711 3/22/2022
4.1.47 2,799 3/22/2022
4.1.46 6,833 3/18/2022
4.1.45 5,645 3/17/2022
4.1.44 3,181 3/16/2022
4.1.43 3,798 3/14/2022
4.1.42 6,886 3/11/2022
4.1.41 2,762 3/10/2022
4.1.40.0 3,401 3/10/2022
4.1.39.0 5,895 3/9/2022
4.1.38 3,679 3/7/2022
4.1.37 7,227 3/4/2022
4.1.36 3,068 3/4/2022
4.1.35 3,564 3/3/2022
4.1.34 3,297 3/1/2022
4.1.33 3,171 2/28/2022
4.1.32 6,606 2/26/2022
4.1.31 2,231 2/25/2022
4.1.30.0 5,640 2/23/2022
4.1.29.0 5,161 2/22/2022
4.1.28.0 4,196 2/21/2022
4.1.27.0 9,165 2/18/2022
4.1.26.0 4,292 2/17/2022
4.1.25.0 4,408 2/16/2022
4.1.24.0 8,833 2/15/2022
4.1.23.0 11,313 2/11/2022
4.1.22.0 3,770 2/11/2022
4.1.21.0 5,910 2/9/2022
4.1.20.0 5,352 2/8/2022
4.1.19.0 3,858 2/8/2022
4.1.18.0 49,167 1/27/2022
4.1.17.0 82,611 1/5/2022
4.1.16.0 158,922 11/19/2021
4.1.15.0 189,156 10/2/2021
4.1.14.0 462,419 6/25/2021
4.1.13.0 92,077 6/1/2021
4.1.12.0 146,018 4/23/2021
4.1.11.0 31,017 4/15/2021
4.1.10.0 77,808 3/23/2021
4.1.9.0 130,496 2/26/2021
4.1.8.0 79,348 2/3/2021
4.1.7.0 118,270 1/5/2021
4.1.6.0 55,401 12/23/2020
4.1.5.0 142,116 11/17/2020
4.1.4.0 32,300 11/7/2020
4.1.2.0 60,812 10/7/2020
4.1.1.0 64 10/1/2020
4.1.0.0 120,215 8/19/2020
4.0.6.0 230,527 6/11/2020
4.0.5.0 582,538 3/13/2020
4.0.4.0 408,922 2/5/2020
4.0.3.0 160,182 1/22/2020
4.0.2.0 403,619 12/13/2019
4.0.1.1 213,903 11/25/2019
4.0.1.0 2,847 11/25/2019
4.0.0.0 44,638 11/21/2019
3.3.618.0 234,407 11/4/2019
3.3.604.0 247,749 10/11/2019
3.3.590.0 136,586 9/23/2019
3.3.563.1 268,637 8/9/2019
3.3.563.0 5,439 8/9/2019
3.3.553.0 107,761 7/19/2019
3.3.542.0 69,825 6/28/2019
3.3.522.0 88,312 5/31/2019
3.3.509.0 59,361 5/14/2019
3.3.498.0 66,273 4/25/2019
3.3.485.0 84,396 3/28/2019
3.3.462.0 125,968 2/25/2019
3.3.450.0 429,763 2/6/2019
3.3.428.0 175,381 12/15/2018
3.3.422.0 29,018 12/6/2018
3.3.390.0 14,074,674 10/22/2018
3.3.365.0 108,675 9/21/2018
3.3.343.0 29,308 8/23/2018
3.3.335.0 8,950 8/13/2018
3.3.330.0 (current version) 6,366 8/6/2018
3.3.313.0 13,253 7/9/2018
3.3.283.0 43,368 5/18/2018
3.3.270.0 10,904 4/25/2018
3.3.253.0 10,483 3/26/2018
3.3.245.0 6,577 3/2/2018
3.3.232.0 11,184 2/13/2018
3.3.225.1 6,054 1/25/2018
3.3.225.0 618 1/23/2018
3.3.221.0 39,200 1/16/2018
3.3.219.0 828 1/12/2018
3.3.215.0 2,547 1/2/2018
3.3.210.0 2,000 12/19/2017
3.3.208.0 2,053 12/13/2017
3.3.205.0 1,269 12/8/2017
3.3.201.0 1,845 12/2/2017
3.3.197.0 1,317 11/28/2017
3.3.196.0 542 11/25/2017
3.3.189.1 3,404 11/14/2017
3.3.187.0 1,860 11/9/2017
3.3.181.0 2,895 11/1/2017
3.3.180.0 574 10/30/2017
3.3.178.0 3,479 10/24/2017
3.3.173.0 5,662 10/17/2017
3.3.169.0 4,670 10/9/2017
3.3.164.0 29,152 9/29/2017
3.3.161.0 2,425 9/22/2017
3.3.158.0 964 9/17/2017
3.3.152.0 1,241 9/10/2017
3.3.143.0 2,138 8/25/2017
3.3.140.0 1,822 8/17/2017
3.3.133.0 1,844 8/4/2017
3.3.130.0 4,072 7/28/2017
3.3.119.0 1,963 7/7/2017
3.3.113.0 1,736 6/23/2017
3.3.109.0 539 6/19/2017
3.3.104.0 515 6/9/2017
3.3.99.0 2,144 6/5/2017
3.3.98.0 157 6/2/2017
3.3.96.0 236 5/31/2017
3.3.95.0 382 5/26/2017
3.3.90.0 660 5/19/2017
3.3.86.0 635 5/12/2017
3.3.84.0 544 5/5/2017
3.3.83.0 424 5/1/2017
3.3.81.0 516 4/24/2017
3.3.76.0 957 4/12/2017
3.3.75.0 95 4/11/2017
3.3.74.0 110 4/7/2017
3.3.71.0 424 4/1/2017
3.3.69.0 226 3/29/2017
3.3.67.0 231 3/24/2017
3.3.65.0 227 3/22/2017
3.3.64.2 331 3/17/2017
3.3.64.1 100 3/16/2017
3.3.62.0 174 3/13/2017
3.3.58.0 213 3/7/2017
3.3.57.0 288 2/28/2017
3.3.56.0 140 2/24/2017
3.3.55.0 100 2/23/2017
3.3.53.1 154 2/20/2017
3.3.53.0 115 2/17/2017
3.3.51.0 134 2/15/2017
3.3.48.0 237 2/10/2017
3.3.46.0 247 2/8/2017
3.3.45.0 339 1/27/2017
3.3.44.0 53 1/26/2017
3.3.43.0 64 1/25/2017
3.3.39.0 326 1/18/2017
3.3.38.0 53 1/17/2017
3.3.37.2 117 1/13/2017
3.3.37.1 157 1/9/2017
3.3.37.0 119 1/5/2017
3.3.36.0 123 12/30/2016
3.3.35.0 103 12/23/2016
3.3.34.0 44 12/22/2016
3.3.32.0 86 12/20/2016
3.3.31.1 88 12/16/2016
3.3.30.0 263 12/9/2016
3.3.29.0 171 12/8/2016
3.3.28.0 71 12/7/2016
3.3.27.0 127 12/3/2016
3.3.24.0 191 11/23/2016
3.3.23.0 55 11/22/2016
3.3.22.0 87 11/19/2016
3.3.20.0 66 11/17/2016
3.3.17.0 109 11/14/2016
3.3.14.0 322 10/26/2016
3.3.12.0 115 10/20/2016
3.3.11.0 55 10/19/2016
3.3.10.0 53 10/17/2016
3.3.9.0 90 10/14/2016
3.3.8.0 71 10/12/2016
3.3.5.0 107 10/7/2016
3.3.4.0 1,525 9/30/2016
3.3.3.0 60 9/28/2016
3.3.2.0 74 9/22/2016
3.3.1.0 49 9/21/2016
3.3.0.0 98 9/19/2016
3.1.101.0 265 9/16/2016
3.1.100.0 241 9/13/2016
3.1.99.0 89 9/9/2016
3.1.98.0 53 9/7/2016
3.1.97.0 91 9/2/2016
3.1.96.0 68 8/30/2016
3.1.94.0 216 8/19/2016
3.1.93.0 106 8/17/2016
3.1.92.0 74 8/11/2016
3.1.91.0 50 8/10/2016
3.1.90.0 262 8/5/2016
3.1.89.0 244 8/3/2016
3.1.88.0 231 7/30/2016
3.1.87.0 237 7/27/2016
3.1.86.0 235 7/22/2016
3.1.85.1 221 7/20/2016
3.1.84.0 238 7/13/2016
3.1.83.0 247 7/8/2016
3.1.82.0 231 7/5/2016
3.1.76.0 361 6/15/2016
3.1.75.0 256 6/7/2016
3.1.74.0 226 6/3/2016
3.1.73.0 276 5/26/2016
3.1.72.0 234 5/24/2016
3.1.71.0 244 5/19/2016
3.1.70.0 221 5/18/2016
3.1.69.0 208 5/18/2016
3.1.68.0 242 5/12/2016
3.1.67.0 226 5/11/2016
3.1.66.0 246 5/5/2016
3.1.65.0 219 5/4/2016
3.1.64.0 247 4/28/2016
3.1.63.0 217 4/26/2016
3.1.62.0 244 4/21/2016
3.1.61.0 224 4/19/2016
3.1.59.0 264 4/9/2016
3.1.58.0 225 4/7/2016
3.1.57.0 244 3/30/2016
3.1.56.0 219 3/25/2016
3.1.55.0 217 3/22/2016
3.1.54.0 214 3/18/2016
3.1.53.0 212 3/16/2016
3.1.52.1 221 3/11/2016
3.1.52.0 207 3/11/2016
3.1.51.0 213 3/9/2016
3.1.50.0 228 3/4/2016
3.1.49.0 216 3/2/2016
3.1.48.0 222 2/26/2016
3.1.45.0 239 2/19/2016
3.1.44.0 209 2/17/2016
3.1.43.0 220 2/12/2016
3.1.42.0 220 2/10/2016
3.1.41.0 247 1/29/2016
3.1.40.0 234 1/21/2016
3.1.39.0 221 1/19/2016
3.1.38.0 219 1/14/2016
3.1.37.0 212 1/12/2016
3.1.36.2 214 1/6/2016
3.1.36.1 254 12/22/2015
3.1.36.0 208 12/21/2015
3.1.35.0 211 12/18/2015
3.1.34.0 211 12/15/2015
3.1.33.0 224 12/8/2015
3.1.32.0 223 12/4/2015
3.1.31.0 220 12/2/2015
3.1.30.0 224 11/24/2015
3.1.28.0 226 11/13/2015
3.1.27.0 215 11/10/2015
3.1.26.0 212 11/7/2015
3.1.25.0 212 11/4/2015
3.1.24.0 204 11/2/2015
3.1.23.0 218 10/27/2015
3.1.22.0 204 10/26/2015
3.1.21.0 211 10/23/2015
3.1.20.0 216 10/15/2015
3.1.19.1 223 10/11/2015
3.1.18.0 214 10/7/2015
3.1.17.0 209 10/6/2015
3.1.16.1 218 10/2/2015
3.1.16.0 209 10/1/2015
3.1.15.0 215 9/30/2015
3.1.14.0 220 9/17/2015
3.1.13.0 209 9/16/2015
3.1.12.0 210 9/15/2015
3.1.11.0 220 9/10/2015
3.1.10.0 232 9/3/2015
3.1.9.0 213 8/31/2015
3.1.8.0 210 8/28/2015
3.1.5.1 221 8/17/2015
3.1.5.0 217 8/13/2015
3.1.3.0 235 8/5/2015
3.1.2.0 212 7/31/2015
3.1.1.0 227 7/29/2015
2.3.47.0 246 7/14/2015
2.3.46.0 209 7/9/2015
2.3.45.0 213 7/7/2015
2.3.44.0 217 6/24/2015
2.3.43.0 220 6/19/2015
2.3.42.0 212 6/12/2015
2.3.41.1 219 6/5/2015
2.3.41.0 211 6/4/2015
2.3.40.0 219 5/28/2015
2.3.39.0 217 5/26/2015
2.3.38.0 216 5/21/2015
2.3.37.0 219 5/19/2015
2.3.36.0 222 5/15/2015
2.3.35.0 328 5/8/2015
Show less