Skip to content

Commit

Permalink
Merge branch 'release-1.17.63' into develop
Browse files Browse the repository at this point in the history
* release-1.17.63:
  Bumping version to 1.17.63
  Update to latest endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 16, 2020
2 parents bc37761 + d445c25 commit 9afb4a9
Show file tree
Hide file tree
Showing 11 changed files with 1,251 additions and 40 deletions.
27 changes: 27 additions & 0 deletions .changes/1.17.63.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``servicecatalog``",
"description": "Update servicecatalog client to latest version",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "Update dlm client to latest version",
"type": "api-change"
},
{
"category": "``greengrass``",
"description": "Update greengrass client to latest version",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Update connect client to latest version",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Update ssm client to latest version",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.17.63
=======

* api-change:``servicecatalog``: Update servicecatalog client to latest version
* api-change:``dlm``: Update dlm client to latest version
* api-change:``greengrass``: Update greengrass client to latest version
* api-change:``connect``: Update connect client to latest version
* api-change:``ssm``: Update ssm client to latest version


1.17.62
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.17.62'
__version__ = '1.17.63'


class NullHandler(logging.Handler):
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/connect/2017-08-08/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "QueueSummaryList"
},
"ListPrompts": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "PromptSummaryList"
},
"ListRoutingProfileQueues": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "RoutingProfileQueueConfigSummaryList"
}
}
}
1,045 changes: 1,018 additions & 27 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions botocore/data/dlm/2018-01-12/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@
},
"Schedules":{
"shape":"ScheduleList",
"documentation":"<p>The schedule of policy-defined actions.</p>"
"documentation":"<p>The schedules of policy-defined actions. A policy can have up to four schedules - one mandatory schedule and up to three optional schedules.</p>"
},
"Parameters":{
"shape":"Parameters",
Expand Down Expand Up @@ -712,7 +712,7 @@
"ScheduleList":{
"type":"list",
"member":{"shape":"Schedule"},
"max":1,
"max":4,
"min":1
},
"ScheduleName":{
Expand Down
25 changes: 25 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3272,6 +3272,7 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -4010,6 +4011,24 @@
},
"oidc" : {
"endpoints" : {
"ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "oidc.ap-northeast-1.amazonaws.com"
},
"ap-northeast-2" : {
"credentialScope" : {
"region" : "ap-northeast-2"
},
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
},
"ap-south-1" : {
"credentialScope" : {
"region" : "ap-south-1"
},
"hostname" : "oidc.ap-south-1.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand Down Expand Up @@ -7527,6 +7546,12 @@
}
}
},
"ebs" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"ec2" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down
141 changes: 141 additions & 0 deletions botocore/data/greengrass/2017-06-07/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,29 @@
} ],
"documentation" : "Retrieves information about a subscription definition version."
},
"GetThingRuntimeConfiguration" : {
"name" : "GetThingRuntimeConfiguration",
"http" : {
"method" : "GET",
"requestUri" : "/greengrass/things/{ThingName}/runtimeconfig",
"responseCode" : 200
},
"input" : {
"shape" : "GetThingRuntimeConfigurationRequest"
},
"output" : {
"shape" : "GetThingRuntimeConfigurationResponse",
"documentation" : "Success. The response contains the runtime configuration for the given thing."
},
"errors" : [ {
"shape" : "BadRequestException",
"documentation" : "invalid request"
}, {
"shape" : "InternalServerErrorException",
"documentation" : "server error"
} ],
"documentation" : "Get the runtime configuration of a thing."
},
"ListBulkDeploymentDetailedReports" : {
"name" : "ListBulkDeploymentDetailedReports",
"http" : {
Expand Down Expand Up @@ -1781,6 +1804,29 @@
"documentation" : "invalid request"
} ],
"documentation" : "Updates a subscription definition."
},
"UpdateThingRuntimeConfiguration" : {
"name" : "UpdateThingRuntimeConfiguration",
"http" : {
"method" : "PUT",
"requestUri" : "/greengrass/things/{ThingName}/runtimeconfig",
"responseCode" : 200
},
"input" : {
"shape" : "UpdateThingRuntimeConfigurationRequest"
},
"output" : {
"shape" : "UpdateThingRuntimeConfigurationResponse",
"documentation" : "success"
},
"errors" : [ {
"shape" : "BadRequestException",
"documentation" : "invalid request"
}, {
"shape" : "InternalServerErrorException",
"documentation" : "server error"
} ],
"documentation" : "Updates the runtime configuration of a thing."
}
},
"shapes" : {
Expand Down Expand Up @@ -1937,6 +1983,10 @@
"shape" : "BulkDeployment"
}
},
"ConfigurationSyncStatus" : {
"type" : "string",
"enum" : [ "InSync", "OutOfSync" ]
},
"ConnectivityInfo" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -4418,6 +4468,27 @@
}
}
},
"GetThingRuntimeConfigurationRequest" : {
"type" : "structure",
"members" : {
"ThingName" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "ThingName",
"documentation" : "The thing name."
}
},
"required" : [ "ThingName" ]
},
"GetThingRuntimeConfigurationResponse" : {
"type" : "structure",
"members" : {
"RuntimeConfiguration" : {
"shape" : "RuntimeConfiguration",
"documentation" : "Runtime configuration for a thing."
}
}
},
"GroupCertificateAuthorityProperties" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -5466,6 +5537,26 @@
"documentation" : "The owner setting for downloaded machine learning resources.",
"required" : [ "GroupOwner", "GroupPermission" ]
},
"RuntimeConfiguration" : {
"type" : "structure",
"members" : {
"TelemetryConfiguration" : {
"shape" : "TelemetryConfiguration",
"documentation" : "Configuration for telemetry service."
}
},
"documentation" : "Runtime configuration for a thing."
},
"RuntimeConfigurationUpdate" : {
"type" : "structure",
"members" : {
"TelemetryConfiguration" : {
"shape" : "TelemetryConfigurationUpdate",
"documentation" : "Configuration for telemetry service."
}
},
"documentation" : "Runtime configuration for a thing."
},
"S3MachineLearningModelResourceData" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -5635,6 +5726,36 @@
"shape" : "__string"
}
},
"Telemetry" : {
"type" : "string",
"enum" : [ "On", "Off" ]
},
"TelemetryConfiguration" : {
"type" : "structure",
"members" : {
"ConfigurationSyncStatus" : {
"shape" : "ConfigurationSyncStatus",
"documentation" : "Synchronization status of the device reported configuration with the desired configuration."
},
"Telemetry" : {
"shape" : "Telemetry",
"documentation" : "Configure telemetry to be on or off."
}
},
"documentation" : "Configuration settings for running telemetry.",
"required" : [ "Telemetry" ]
},
"TelemetryConfigurationUpdate" : {
"type" : "structure",
"members" : {
"Telemetry" : {
"shape" : "Telemetry",
"documentation" : "Configure telemetry to be on or off."
}
},
"documentation" : "Configuration settings for running telemetry.",
"required" : [ "Telemetry" ]
},
"UntagResourceRequest" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -5899,6 +6020,26 @@
"documentation" : "The operating system of the cores which are the targets of an update.",
"enum" : [ "ubuntu", "raspbian", "amazon_linux", "openwrt" ]
},
"UpdateThingRuntimeConfigurationRequest" : {
"type" : "structure",
"members" : {
"TelemetryConfiguration" : {
"shape" : "TelemetryConfigurationUpdate",
"documentation" : "Configuration for telemetry service."
},
"ThingName" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "ThingName",
"documentation" : "The thing name."
}
},
"required" : [ "ThingName" ]
},
"UpdateThingRuntimeConfigurationResponse" : {
"type" : "structure",
"members" : { }
},
"VersionInformation" : {
"type" : "structure",
"members" : {
Expand Down
13 changes: 9 additions & 4 deletions botocore/data/servicecatalog/2015-12-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@
"input":{"shape":"DescribeProvisionedProductInput"},
"output":{"shape":"DescribeProvisionedProductOutput"},
"errors":[
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidParametersException"}
],
"documentation":"<p>Gets information about the specified provisioned product.</p>"
},
Expand Down Expand Up @@ -2457,17 +2458,21 @@
},
"DescribeProvisionedProductInput":{
"type":"structure",
"required":["Id"],
"members":{
"AcceptLanguage":{
"shape":"AcceptLanguage",
"documentation":"<p>The language code.</p> <ul> <li> <p> <code>en</code> - English (default)</p> </li> <li> <p> <code>jp</code> - Japanese</p> </li> <li> <p> <code>zh</code> - Chinese</p> </li> </ul>"
},
"Id":{
"shape":"Id",
"documentation":"<p>The provisioned product identifier.</p>"
"documentation":"<p>The provisioned product identifier. You must provide the name or ID, but not both.</p> <p>If you do not provide a name or ID, or you provide both name and ID, an <code>InvalidParametersException</code> will occur.</p>"
},
"Name":{
"shape":"ProvisionedProductName",
"documentation":"<p>The name of the provisioned product. You must provide the name or ID, but not both.</p> <p>If you do not provide a name or ID, or you provide both name and ID, an <code>InvalidParametersException</code> will occur.</p>"
}
}
},
"documentation":"DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned product identifier. Customers must provide either Id or Name."
},
"DescribeProvisionedProductOutput":{
"type":"structure",
Expand Down
Loading

0 comments on commit 9afb4a9

Please sign in to comment.