Inital commit for unit test configuration

This commit is contained in:
Manish Verma
2018-09-05 12:36:46 +05:30
committed by Manish Verma
parent 2f0796e954
commit e0436b7757
252 changed files with 3219 additions and 1631 deletions

32
vendor/aws/aws-sdk-php/.changes/3.64.14 vendored Normal file
View File

@@ -0,0 +1,32 @@
[
{
"type": "enhancement",
"category": "TraceMiddleware",
"description": "Removed potential PCRE vulnerability."
},
{
"type": "api-change",
"category": "EC2",
"description": "The 'Attribute' parameter DescribeVolumeAttribute request has been marked as required - the API has always required this parameter, but up until now this wasn't reflected appropriately in the SDK."
},
{
"type": "api-change",
"category": "SSM",
"description": "AWS Systems Manager Inventory now supports groups to quickly see a count of which managed instances are and arent configured to collect one or more Inventory types"
},
{
"type": "api-change",
"category": "ApplicationDiscoveryService",
"description": "The Application Discovery Service's Continuous Export APIs allow you to analyze your on-premises server inventory data, including system performance and network dependencies, in Amazon Athena."
},
{
"type": "api-change",
"category": "Redshift",
"description": "You can now resize your Amazon Redshift cluster quickly. With the new ResizeCluster action, your cluster is available for read and write operations within minutes"
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "Added WriteSegmentTimelineInRepresentation option for Dash Outputs"
}
]

17
vendor/aws/aws-sdk-php/.changes/3.64.15 vendored Normal file
View File

@@ -0,0 +1,17 @@
[
{
"type": "enhancement",
"category": "SecretsManager",
"description": "Documentation updates for Secrets Manager"
},
{
"type": "api-change",
"category": "DAX",
"description": "DAX CreateClusterRequest is updated to include IamRoleArn as a required request parameter. "
},
{
"type": "api-change",
"category": "SageMaker",
"description": "Added an optional boolean parameter, 'DisassociateLifecycleConfig', to the UpdateNotebookInstance operation. When set to true, the lifecycle configuration associated with the notebook instance will be removed, allowing a new one to be set via a new 'LifecycleConfigName' parameter."
}
]

27
vendor/aws/aws-sdk-php/.changes/3.65.0 vendored Normal file
View File

@@ -0,0 +1,27 @@
[
{
"type": "enhancement",
"category": "Test",
"description": "Refactored exception tests to prepare for PHPUnit6"
},
{
"type": "enhancement",
"category": "Test",
"description": "Refactored namespaces of tests to prepare for PHPUnit6"
},
{
"type": "feature",
"category": "Signature\\SignatureV4",
"description": "Add support for pre-signing additional headers. Any additional headers that are supplied and signed must be included when sending the request."
},
{
"type": "api-change",
"category": "DynamoDB",
"description": "Added SSESpecification block to update-table command which allows users to modify table Server-Side Encryption. Added two new fields (SSEType and KMSMasterKeyId) to SSESpecification block used by create-table and update-table commands. Added new SSEDescription Status value UPDATING."
},
{
"type": "api-change",
"category": "MediaConvert",
"description": "This release fixes backward-incompatible changes from a previous release. That previous release changed non-required job settings to required, which prevented jobs and job templates from merging correctly. The current change removes validation of required settings from the SDK and instead centralizes the validation in the service API. For information on required settings, see the Resources chapter of the AWS Elemental MediaConvert API Reference https:\/\/docs.aws.amazon.com\/mediaconvert\/latest\/apireference\/resources.html"
}
]

27
vendor/aws/aws-sdk-php/.changes/3.65.1 vendored Normal file
View File

@@ -0,0 +1,27 @@
[
{
"type": "bugfix",
"category": "Signature\\SignatureV4",
"description": "Updates the SignatureV4 presigning process to not sign, and subsequently require on use, the X-Amz-Security-Token header when it's already signed in the query string."
},
{
"type": "api-change",
"category": "EC2",
"description": "Added support for T3 Instance type in EC2. To learn more about T3 instances, please see https:\/\/aws.amazon.com\/ec2\/instance-types\/t3\/"
},
{
"type": "enhancement",
"category": "DLM",
"description": "Documentation updates for Lifecycle"
},
{
"type": "api-change",
"category": "ElasticBeanstalk",
"description": "Elastic Beanstalk adds the \"Privileged\" field to the \"CPUUtilization\" type, to support enhanced health reporting in Windows environments."
},
{
"type": "api-change",
"category": "RDS",
"description": "Adds a paginator for the DescribeDBClusters operation."
}
]

View File

@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "Snowball",
"description": "Snowball job states allow customers to track the status of the Snowball job. We are launching a new Snowball job state \"WithSortingFacility\"! When customer returns the Snowball to AWS, the device first goes to a sorting facility before it reaches an AWS data center. Many customers have requested us to add a new state to reflect the presence of the device at the sorting facility for better tracking. Today when a customer returns the Snowball, the state first changes from \"InTransitToAWS\" to \"WithAWS\". With the addition of new state, the device will move from \"InTransitToAWS\" to \"WithAWSSortingFacility\", and then to \"WithAWS\". There are no other changes to the API at this time besides adding this new state."
}
]

32
vendor/aws/aws-sdk-php/.changes/3.66.0 vendored Normal file
View File

@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Credentials",
"description": "Update ini parsing to handle unquoted components that contain equals signs."
},
{
"type": "api-change",
"category": "Rekognition",
"description": "This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date\/time of the collection."
},
{
"type": "api-change",
"category": "IoT",
"description": "This release adds support for IoT Thing Group Indexing and Searching functionality."
},
{
"type": "api-change",
"category": "LexModelBuildingService",
"description": "Amazon Lex builds bot in two stages. After the first it sets status to READY_BASIC_TESTING. In this state the bot will match user inputs that exactly match the utterances configured for the bot's intents and values in the slot types. "
},
{
"type": "api-change",
"category": "IoTAnalytics",
"description": "AWS IoT Analytics announces three new features: (1) Bring Your Custom Container - import your custom authored code containers. (2) Automate Container Execution - lets you automate the execution of containers hosting custom authored analytical code or Jupyter Notebooks to perform continuous analysis. (3) Incremental Data Capture with Customizable Time Windows - enables users to perform analysis on new incremental data captured since the last analysis."
},
{
"type": "api-change",
"category": "MediaLive",
"description": "Adds two APIs for working with Channel Schedules: BatchUpdateSchedule and DescribeSchedule. These APIs allow scheduling actions for SCTE-35 message insertion and for static image overlays."
}
]

12
vendor/aws/aws-sdk-php/.changes/3.66.1 vendored Normal file
View File

@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "CognitoIdentityProvider",
"description": "Amazon Cognito now has API support for creating custom domains for our hosted UI for User Pools."
},
{
"type": "api-change",
"category": "CloudWatchEvents",
"description": "Added Fargate and NetworkConfiguration support to EcsParameters."
}
]

View File

@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "Glue",
"description": "AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog."
}
]

22
vendor/aws/aws-sdk-php/.changes/3.67.0 vendored Normal file
View File

@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "signer",
"description": "AWS Signer is a new feature that allows Amazon FreeRTOS (AFR) Over The Air (OTA) customers to cryptographically sign code using code-signing certificates managed by AWS Certificate Manager. "
},
{
"type": "api-change",
"category": "IoT",
"description": "This release adds support to create a Stream and Code signing for Amazon FreeRTOS job along with Over-the-air updates."
},
{
"type": "enhancement",
"category": "Redshift",
"description": "Documentation updates for redshift"
},
{
"type": "api-change",
"category": "IoTAnalytics",
"description": "Added new listDatasetContent API that shows you the list of dataset contents for the corresponding versions"
}
]

12
vendor/aws/aws-sdk-php/.changes/3.67.1 vendored Normal file
View File

@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "XRay",
"description": "Support for new APIs that enable management of sampling rules."
},
{
"type": "api-change",
"category": "Glue",
"description": "New Glue APIs for creating, updating, reading and deleting Data Catalog resource-based policies."
}
]

17
vendor/aws/aws-sdk-php/.changes/3.67.2 vendored Normal file
View File

@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "MediaPackage",
"description": "MediaPackage now provides input redundancy. Channels have two ingest endpoints that can receive input from encoders. OriginEndpoints pick one of the inputs receiving content for playback and automatically switch to the other input if the active input stops receiving content. Refer to the User Guide (https:\/\/docs.aws.amazon.com\/mediapackage\/latest\/ug\/what-is.html) for more details on this feature."
},
{
"type": "api-change",
"category": "Glue",
"description": "AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog."
},
{
"type": "api-change",
"category": "SageMakerRuntime",
"description": "SageMaker Runtime supports CustomAttributes header which allows customers provide additional information in a request for an inference submitted to a model or in the response about the inference returned by a model hosted at an Amazon SageMaker endpoint."
}
]

12
vendor/aws/aws-sdk-php/.changes/3.67.3 vendored Normal file
View File

@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "SageMaker",
"description": "VolumeKmsKeyId now available in Batch Transform Job "
},
{
"type": "api-change",
"category": "CodeBuild",
"description": "Support multiple sources and artifacts for CodeBuild projects. "
}
]

17
vendor/aws/aws-sdk-php/.changes/3.67.4 vendored Normal file
View File

@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "WAFRegional",
"description": "This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported \"LogDestination\" and redact any request fields from the logs. "
},
{
"type": "api-change",
"category": "WAF",
"description": "This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported \"LogDestination\" and redact any request fields from the logs. "
},
{
"type": "api-change",
"category": "EKS",
"description": "Amazon EKS DescribeCluster API returns a platformVersion attribute which allows you to identify the features that are currently enabled for your clusters. The Amazon EKS platform version represents capabilities of the cluster control plane, such as which Kubernetes API server flags are enabled, as well as the current Kubernetes patch version. "
}
]

12
vendor/aws/aws-sdk-php/.changes/3.67.5 vendored Normal file
View File

@@ -0,0 +1,12 @@
[
{
"type": "enhancement",
"category": "RDS",
"description": "Updating cross references for the new Aurora User Guide."
},
{
"type": "api-change",
"category": "Rekognition",
"description": "This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date\/time of the collection."
}
]