Skip to content

Commit

Permalink
Updates SDK to v2.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 14, 2017
1 parent 4b6cd56 commit b6bac7f
Show file tree
Hide file tree
Showing 17 changed files with 235 additions and 35 deletions.
12 changes: 12 additions & 0 deletions .changes/2.85.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Discovery",
"description": "Adding feature to the Export API for Discovery Service to allow filters for the export task to allow export based on per agent id."
},
{
"type": "feature",
"category": "EC2",
"description": "New EC2 GPU Graphics instance"
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.84.0-->
<!--LATEST=2.85.0-->
<!--ENTRYINSERT-->

## 2.85.0
* feature: Discovery: Adding feature to the Export API for Discovery Service to allow filters for the export task to allow export based on per agent id.
* feature: EC2: New EC2 GPU Graphics instance

## 2.84.0
* bugfix: S3: Updates S3 client to no longer attempt to determine a bucket's region when a request is aborted.
* feature: APIGateway: Adds support for management of gateway responses.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to work with the new major version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.84.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.85.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
5 changes: 5 additions & 0 deletions apis/discovery-2015-11-01.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
45 changes: 42 additions & 3 deletions apis/discovery-2015-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@
"exportIds": {
"shape": "S15"
},
"filters": {
"shape": "S1h"
},
"maxResults": {
"type": "integer"
},
Expand Down Expand Up @@ -516,7 +519,7 @@
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S2c"
"shape": "S2e"
}
}
}
Expand All @@ -528,6 +531,15 @@
"exportDataFormat": {
"type": "list",
"member": {}
},
"filters": {
"shape": "S1h"
},
"startTime": {
"type": "timestamp"
},
"endTime": {
"type": "timestamp"
}
}
},
Expand All @@ -554,7 +566,7 @@
"type": "structure",
"members": {
"agentsConfigurationStatus": {
"shape": "S2c"
"shape": "S2e"
}
}
}
Expand Down Expand Up @@ -646,11 +658,38 @@
"configurationsDownloadUrl": {},
"exportRequestTime": {
"type": "timestamp"
},
"isTruncated": {
"type": "boolean"
},
"requestedStartTime": {
"type": "timestamp"
},
"requestedEndTime": {
"type": "timestamp"
}
}
}
},
"S2c": {
"S1h": {
"type": "list",
"member": {
"type": "structure",
"required": [
"name",
"values",
"condition"
],
"members": {
"name": {},
"values": {
"shape": "Sp"
},
"condition": {}
}
}
},
"S2e": {
"type": "list",
"member": {
"type": "structure",
Expand Down
71 changes: 63 additions & 8 deletions apis/discovery-2015-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
{"shape":"ServerInternalErrorException"},
{"shape":"OperationNotPermittedException"}
],
"documentation":"<p>Export the configuration data about discovered configuration items and relationships to an S3 bucket in a specified format.</p>"
"documentation":"<p> Begins the export of discovered data to an S3 bucket.</p> <p> If you specify <code>agentId</code> in a filter, the task exports up to 72 hours of detailed data collected by the identified Application Discovery Agent, including network, process, and performance details. A time range for exported agent data may be set by using <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to five concurrently running exports. </p> <p> If you do not include an <code>agentId</code> filter, summary data is exported that includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery Agents. Export of summary data is limited to two exports per day. </p>"
},
"StopDataCollectionByAgentIds":{
"name":"StopDataCollectionByAgentIds",
Expand Down Expand Up @@ -794,6 +794,10 @@
"shape":"ExportIds",
"documentation":"<p>One or more unique identifiers used to query the status of an export request.</p>"
},
"filters":{
"shape":"ExportFilters",
"documentation":"<p>One or more filters.</p> <ul> <li> <p> <code>AgentId</code> - ID of the agent whose collected data will be exported</p> </li> </ul>"
},
"maxResults":{
"shape":"Integer",
"documentation":"<p>The maximum number of volume results returned by <code>DescribeExportTasks</code> in paginated output. When this parameter is used, <code>DescribeExportTasks</code> only returns <code>maxResults</code> results in a single page along with a <code>nextToken</code> response element.</p>"
Expand Down Expand Up @@ -889,6 +893,33 @@
"type":"list",
"member":{"shape":"ExportDataFormat"}
},
"ExportFilter":{
"type":"structure",
"required":[
"name",
"values",
"condition"
],
"members":{
"name":{
"shape":"FilterName",
"documentation":"<p>A single <code>ExportFilter</code> name. Supported filters: <code>agentId</code>.</p>"
},
"values":{
"shape":"FilterValues",
"documentation":"<p>A single <code>agentId</code> for a Discovery Agent. An <code>agentId</code> can be found using the <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html\">DescribeAgents</a> action. Typically an ADS <code>agentId</code> is in the form <code>o-0123456789abcdef0</code>.</p>"
},
"condition":{
"shape":"Condition",
"documentation":"<p>Supported condition: <code>EQUALS</code> </p>"
}
},
"documentation":"<p>Used to select which agent's data is to be exported. A single agent ID may be selected for export using the <a href=\"http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html\">StartExportTask</a> action.</p>"
},
"ExportFilters":{
"type":"list",
"member":{"shape":"ExportFilter"}
},
"ExportIds":{
"type":"list",
"member":{"shape":"ConfigurationsExportId"}
Expand All @@ -904,26 +935,38 @@
"members":{
"exportId":{
"shape":"ConfigurationsExportId",
"documentation":"<p>A unique identifier that you can use to query the export.</p>"
"documentation":"<p>A unique identifier used to query an export.</p>"
},
"exportStatus":{
"shape":"ExportStatus",
"documentation":"<p>The status of the configuration data export. The status can succeed, fail, or be in-progress.</p>"
"documentation":"<p>The status of the data export job.</p>"
},
"statusMessage":{
"shape":"ExportStatusMessage",
"documentation":"<p>Helpful status messages for API callers. For example: Too many exports in the last 6 hours. Export in progress. Export was successful.</p>"
"documentation":"<p>A status message provided for API callers.</p>"
},
"configurationsDownloadUrl":{
"shape":"ConfigurationsDownloadUrl",
"documentation":"<p>A URL for an Amazon S3 bucket where you can review the configuration data. The URL is displayed only if the export succeeded.</p>"
"documentation":"<p>A URL for an Amazon S3 bucket where you can review the exported data. The URL is displayed only if the export succeeded.</p>"
},
"exportRequestTime":{
"shape":"ExportRequestTime",
"documentation":"<p>The time that the configuration data export was initiated.</p>"
"documentation":"<p>The time that the data export was initiated.</p>"
},
"isTruncated":{
"shape":"Boolean",
"documentation":"<p>If true, the export of agent information exceeded the size limit for a single export and the exported data is incomplete for the requested time range. To address this, select a smaller time range for the export by using <code>startDate</code> and <code>endDate</code>.</p>"
},
"requestedStartTime":{
"shape":"TimeStamp",
"documentation":"<p>The value of <code>startTime</code> parameter in the <code>StartExportTask</code> request. If no <code>startTime</code> was requested, this result does not appear in <code>ExportInfo</code>.</p>"
},
"requestedEndTime":{
"shape":"TimeStamp",
"documentation":"<p>The <code>endTime</code> used in the <code>StartExportTask</code> request. If no <code>endTime</code> was requested, this result does not appear in <code>ExportInfo</code>.</p>"
}
},
"documentation":"<p>Information regarding the export status of the discovered data. The value is an array of objects.</p>"
"documentation":"<p>Information regarding the export status of discovered data. The value is an array of objects.</p>"
},
"ExportRequestTime":{"type":"timestamp"},
"ExportStatus":{
Expand Down Expand Up @@ -1216,6 +1259,18 @@
"exportDataFormat":{
"shape":"ExportDataFormats",
"documentation":"<p>The file format for the returned export data. Default value is <code>CSV</code>.</p>"
},
"filters":{
"shape":"ExportFilters",
"documentation":"<p>If a filter is present, it selects the single <code>agentId</code> of the Application Discovery Agent for which data is exported. The <code>agentId</code> can be found in the results of the <code>DescribeAgents</code> API or CLI. If no filter is present, <code>startTime</code> and <code>endTime</code> are ignored and exported data includes both Agentless Discovery Connector data and summary data from Application Discovery agents. </p>"
},
"startTime":{
"shape":"TimeStamp",
"documentation":"<p>The start timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, data is exported starting from the first data collected by the agent.</p>"
},
"endTime":{
"shape":"TimeStamp",
"documentation":"<p>The end timestamp for exported data from the single Application Discovery Agent selected in the filters. If no value is specified, exported data includes the most recent data collected by the agent.</p>"
}
}
},
Expand All @@ -1224,7 +1279,7 @@
"members":{
"exportId":{
"shape":"ConfigurationsExportId",
"documentation":"<p> A unique identifier used to query the status of an export request.</p>"
"documentation":"<p>A unique identifier used to query the status of an export request.</p>"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -12096,6 +12096,9 @@
"cc2.8xlarge",
"g2.2xlarge",
"g2.8xlarge",
"g3.4xlarge",
"g3.8xlarge",
"g3.16xlarge",
"cg1.4xlarge",
"p2.xlarge",
"p2.8xlarge",
Expand Down
2 changes: 1 addition & 1 deletion apis/marketplacecommerceanalytics-2015-07-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"members":{
"dataSetType":{
"shape":"DataSetType",
"documentation":"<p>The desired data set type.</p> <p> <ul> <li><i>customer_subscriber_hourly_monthly_subscriptions</i> - Available daily by 5:00 PM Pacific Time since 2014-07-21.</li> <li><i>customer_subscriber_annual_subscriptions</i> - Available daily by 5:00 PM Pacific Time since 2014-07-21.</li> <li><i>daily_business_usage_by_instance_type</i> - Available daily by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>daily_business_fees</i> - Available daily by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>daily_business_free_trial_conversions</i> - Available daily by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>daily_business_new_instances</i> - Available daily by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>daily_business_new_product_subscribers</i> - Available daily by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>daily_business_canceled_product_subscribers</i> - Available daily by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>monthly_revenue_billing_and_revenue_data</i> - Available monthly on the 4th day of the month by 5:00 PM Pacific Time since 2015-02.</li> <li><i>monthly_revenue_annual_subscriptions</i> - Available monthly on the 4th day of the month by 5:00 PM Pacific Time since 2015-02.</li> <li><i>disbursed_amount_by_product</i> - Available every 30 days by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>disbursed_amount_by_product_with_uncollected_funds</i> -This data set is only available from 2012-04-19 until 2015-01-25. After 2015-01-25, this data set was split into three data sets: disbursed_amount_by_product, disbursed_amount_by_age_of_uncollected_funds, and disbursed_amount_by_age_of_disbursed_funds. </li> <li><i>disbursed_amount_by_instance_hours</i> - Available every 30 days by 5:00 PM Pacific Time since 2012-09-04.</li> <li><i>disbursed_amount_by_customer_geo</i> - Available every 30 days by 5:00 PM Pacific Time since 2012-04-19.</li> <li><i>disbursed_amount_by_age_of_uncollected_funds</i> - Available every 30 days by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>disbursed_amount_by_age_of_disbursed_funds</i> - Available every 30 days by 5:00 PM Pacific Time since 2015-01-26.</li> <li><i>customer_profile_by_industry</i> - Available daily by 5:00 PM Pacific Time from 2015-10-01 to 2017-06-29. After 2017-06-29 this data set will no longer be published.</li> <li><i>customer_profile_by_revenue</i> - Available daily by 5:00 PM Pacific Time from 2015-10-01 to 2017-06-29. After 2017-06-29 this data set will no longer be published.</li> <li><i>customer_profile_by_geography</i> - Available daily by 5:00 PM Pacific Time from 2015-10-01 to 2017-06-29. After 2017-06-29 this data set will no longer be published.</li> <li><i>sales_compensation_billed_revenue</i> - Available monthly on the 4th day of the month by 5:00 PM Pacific Time since 2016-12.</li> <li><i>us_sales_and_use_tax_records</i> - Available monthly on the 15th day of the month by 5:00 PM Pacific Time since 2017-02-15.</li> </ul> </p>"
"documentation":"<p>The desired data set type.</p> <p> <ul> <li> <strong>customer_subscriber_hourly_monthly_subscriptions</strong> <p>From 2014-07-21 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>customer_subscriber_annual_subscriptions</strong> <p>From 2014-07-21 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>daily_business_usage_by_instance_type</strong> <p>From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>daily_business_fees</strong> <p>From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>daily_business_free_trial_conversions</strong> <p>From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>daily_business_new_instances</strong> <p>From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>daily_business_new_product_subscribers</strong> <p>From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>daily_business_canceled_product_subscribers</strong> <p>From 2015-01-26 to present: Available daily by 5:00 PM Pacific Time.</p> </li> <li> <strong>monthly_revenue_billing_and_revenue_data</strong> <p>From 2015-02 to 2017-06: Available monthly on the 4th day of the month by 5:00pm Pacific Time. Data includes metered transactions (e.g. hourly) from two months prior.</p> <p>From 2017-07 to present: Available monthly on the 15th day of the month by 5:00pm Pacific Time. Data includes metered transactions (e.g. hourly) from one month prior.</p> </li> <li> <strong>monthly_revenue_annual_subscriptions</strong> <p>From 2015-02 to 2017-06: Available monthly on the 4th day of the month by 5:00pm Pacific Time. Data includes up-front software charges (e.g. annual) from one month prior.</p> <p>From 2017-07 to present: Available monthly on the 15th day of the month by 5:00pm Pacific Time. Data includes up-front software charges (e.g. annual) from one month prior.</p> </li> <li> <strong>disbursed_amount_by_product</strong> <p>From 2015-01-26 to present: Available every 30 days by 5:00 PM Pacific Time.</p> </li> <li> <strong>disbursed_amount_by_product_with_uncollected_funds</strong> <p>From 2012-04-19 to 2015-01-25: Available every 30 days by 5:00 PM Pacific Time.</p> <p>From 2015-01-26 to present: This data set was split into three data sets: disbursed_amount_by_product, disbursed_amount_by_age_of_uncollected_funds, and disbursed_amount_by_age_of_disbursed_funds.</p> </li> <li> <strong>disbursed_amount_by_instance_hours</strong> <p>From 2012-09-04 to present: Available every 30 days by 5:00 PM Pacific Time.</p> </li> <li> <strong>disbursed_amount_by_customer_geo</strong> <p>From 2012-04-19 to present: Available every 30 days by 5:00 PM Pacific Time.</p> </li> <li> <strong>disbursed_amount_by_age_of_uncollected_funds</strong> <p>From 2015-01-26 to present: Available every 30 days by 5:00 PM Pacific Time.</p> </li> <li> <strong>disbursed_amount_by_age_of_disbursed_funds</strong> <p>From 2015-01-26 to present: Available every 30 days by 5:00 PM Pacific Time.</p> </li> <li> <strong>customer_profile_by_industry</strong> <p>From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific Time.</p> <p>From 2017-06-30 to present: This data set is no longer available.</p> </li> <li> <strong>customer_profile_by_revenue</strong> <p>From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific Time.</p> <p>From 2017-06-30 to present: This data set is no longer available.</p> </li> <li> <strong>customer_profile_by_geography</strong> <p>From 2015-10-01 to 2017-06-29: Available daily by 5:00 PM Pacific Time.</p> <p>From 2017-06-30 to present: This data set is no longer available.</p> </li> <li> <strong>sales_compensation_billed_revenue</strong> <p>From 2016-12 to 2017-06: Available monthly on the 4th day of the month by 5:00pm Pacific Time. Data includes metered transactions (e.g. hourly) from two months prior, and up-front software charges (e.g. annual) from one month prior.</p> <p>From 2017-06 to present: Available monthly on the 15th day of the month by 5:00pm Pacific Time. Data includes metered transactions (e.g. hourly) from one month prior, and up-front software charges (e.g. annual) from one month prior.</p> </li> <li> <strong>us_sales_and_use_tax_records</strong> <p>From 2017-02-15 to present: Available monthly on the 15th day of the month by 5:00 PM Pacific Time.</p> </li> </ul> </p>"
},
"dataSetPublicationDate":{
"shape":"DataSetPublicationDate",
Expand Down
Loading

0 comments on commit b6bac7f

Please sign in to comment.