Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Jan 4, 2019
1 parent e9756d6 commit 89d539f
Show file tree
Hide file tree
Showing 18 changed files with 1,019 additions and 139 deletions.
97 changes: 93 additions & 4 deletions apis/devicefarm/2015-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,8 @@
"remoteDebugEnabled":{"shape":"Boolean"},
"fleetType":{"shape":"String"},
"fleetName":{"shape":"String"},
"instances":{"shape":"DeviceInstances"}
"instances":{"shape":"DeviceInstances"},
"availability":{"shape":"DeviceAvailability"}
}
},
"DeviceAttribute":{
Expand All @@ -1410,6 +1411,61 @@
"FLEET_TYPE"
]
},
"DeviceAvailability":{
"type":"string",
"enum":[
"TEMPORARY_NOT_AVAILABLE",
"BUSY",
"AVAILABLE",
"HIGHLY_AVAILABLE"
]
},
"DeviceFilter":{
"type":"structure",
"members":{
"attribute":{"shape":"DeviceFilterAttribute"},
"operator":{"shape":"DeviceFilterOperator"},
"values":{"shape":"DeviceFilterValues"}
}
},
"DeviceFilterAttribute":{
"type":"string",
"enum":[
"ARN",
"PLATFORM",
"OS_VERSION",
"MODEL",
"AVAILABILITY",
"FORM_FACTOR",
"MANUFACTURER",
"REMOTE_ACCESS_ENABLED",
"REMOTE_DEBUG_ENABLED",
"INSTANCE_ARN",
"INSTANCE_LABELS",
"FLEET_TYPE"
]
},
"DeviceFilterOperator":{
"type":"string",
"enum":[
"EQUALS",
"LESS_THAN",
"LESS_THAN_OR_EQUALS",
"GREATER_THAN",
"GREATER_THAN_OR_EQUALS",
"IN",
"NOT_IN",
"CONTAINS"
]
},
"DeviceFilterValues":{
"type":"list",
"member":{"shape":"String"}
},
"DeviceFilters":{
"type":"list",
"member":{"shape":"DeviceFilter"}
},
"DeviceFormFactor":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1484,6 +1540,25 @@
"type":"list",
"member":{"shape":"DevicePool"}
},
"DeviceSelectionConfiguration":{
"type":"structure",
"required":[
"filters",
"maxDevices"
],
"members":{
"filters":{"shape":"DeviceFilters"},
"maxDevices":{"shape":"Integer"}
}
},
"DeviceSelectionResult":{
"type":"structure",
"members":{
"filters":{"shape":"DeviceFilters"},
"matchedDevicesCount":{"shape":"Integer"},
"maxDevices":{"shape":"Integer"}
}
},
"Devices":{
"type":"list",
"member":{"shape":"Device"}
Expand Down Expand Up @@ -1923,7 +1998,8 @@
"type":"structure",
"members":{
"arn":{"shape":"AmazonResourceName"},
"nextToken":{"shape":"PaginationToken"}
"nextToken":{"shape":"PaginationToken"},
"filters":{"shape":"DeviceFilters"}
}
},
"ListDevicesResult":{
Expand Down Expand Up @@ -2503,7 +2579,8 @@
"customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
"webUrl":{"shape":"String"},
"skipAppResign":{"shape":"SkipAppResign"},
"testSpecArn":{"shape":"AmazonResourceName"}
"testSpecArn":{"shape":"AmazonResourceName"},
"deviceSelectionResult":{"shape":"DeviceSelectionResult"}
}
},
"Runs":{
Expand Down Expand Up @@ -2562,13 +2639,13 @@
"type":"structure",
"required":[
"projectArn",
"devicePoolArn",
"test"
],
"members":{
"projectArn":{"shape":"AmazonResourceName"},
"appArn":{"shape":"AmazonResourceName"},
"devicePoolArn":{"shape":"AmazonResourceName"},
"deviceSelectionConfiguration":{"shape":"DeviceSelectionConfiguration"},
"name":{"shape":"Name"},
"test":{"shape":"ScheduleRunTest"},
"configuration":{"shape":"ScheduleRunConfiguration"},
Expand Down Expand Up @@ -2700,9 +2777,13 @@
"APPIUM_JAVA_JUNIT",
"APPIUM_JAVA_TESTNG",
"APPIUM_PYTHON",
"APPIUM_NODE",
"APPIUM_RUBY",
"APPIUM_WEB_JAVA_JUNIT",
"APPIUM_WEB_JAVA_TESTNG",
"APPIUM_WEB_PYTHON",
"APPIUM_WEB_NODE",
"APPIUM_WEB_RUBY",
"CALABASH",
"INSTRUMENTATION",
"UIAUTOMATION",
Expand Down Expand Up @@ -2911,9 +2992,13 @@
"APPIUM_JAVA_JUNIT_TEST_PACKAGE",
"APPIUM_JAVA_TESTNG_TEST_PACKAGE",
"APPIUM_PYTHON_TEST_PACKAGE",
"APPIUM_NODE_TEST_PACKAGE",
"APPIUM_RUBY_TEST_PACKAGE",
"APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
"APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
"APPIUM_WEB_PYTHON_TEST_PACKAGE",
"APPIUM_WEB_NODE_TEST_PACKAGE",
"APPIUM_WEB_RUBY_TEST_PACKAGE",
"CALABASH_TEST_PACKAGE",
"INSTRUMENTATION_TEST_PACKAGE",
"UIAUTOMATION_TEST_PACKAGE",
Expand All @@ -2923,9 +3008,13 @@
"APPIUM_JAVA_JUNIT_TEST_SPEC",
"APPIUM_JAVA_TESTNG_TEST_SPEC",
"APPIUM_PYTHON_TEST_SPEC",
"APPIUM_NODE_TEST_SPEC",
"APPIUM_RUBY_TEST_SPEC",
"APPIUM_WEB_JAVA_JUNIT_TEST_SPEC",
"APPIUM_WEB_JAVA_TESTNG_TEST_SPEC",
"APPIUM_WEB_PYTHON_TEST_SPEC",
"APPIUM_WEB_NODE_TEST_SPEC",
"APPIUM_WEB_RUBY_TEST_SPEC",
"INSTRUMENTATION_TEST_SPEC",
"XCTEST_UI_TEST_SPEC"
]
Expand Down
86 changes: 70 additions & 16 deletions apis/devicefarm/2015-06-23/docs-2.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions apis/ecs/2014-11-13/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
"base": null,
"refs": {
"ContainerInstance$agentConnected": "<p>This parameter returns <code>true</code> if the agent is connected to Amazon ECS. Registered instances with an agent that may be unhealthy or stopped return <code>false</code>. Only instances connected to an agent can accept placement requests.</p>",
"CreateServiceRequest$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the tasks within the service. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/Using_Tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"CreateServiceRequest$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the tasks within the service. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"ListAccountSettingsRequest$effectiveSettings": "<p>Specifies whether to return the effective settings. If <code>true</code>, the account settings for the root user or the default setting for the <code>principalArn</code>. If <code>false</code>, the account settings for the <code>principalArn</code> are returned if they are set. Otherwise, no account settings are returned.</p>",
"RunTaskRequest$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the task. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/Using_Tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"Service$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the tasks in the service. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/Using_Tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"StartTaskRequest$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the task. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/Using_Tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"RunTaskRequest$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the task. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"Service$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the tasks in the service. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"StartTaskRequest$enableECSManagedTags": "<p>Specifies whether to enable Amazon ECS managed tags for the task. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html\">Tagging Your Amazon ECS Resources</a> in the <i>Amazon Elastic Container Service Developer Guide</i>.</p>",
"UpdateServiceRequest$forceNewDeployment": "<p>Whether to force a new deployment of the service. Deployments are not forced by default. You can use this option to trigger a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination (<code>my_image:latest</code>) or to roll Fargate tasks onto a newer platform version.</p>"
}
},
Expand Down
3 changes: 3 additions & 0 deletions gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased Changes
------------------

3.44.2 (2019-01-04)
------------------

* Issue - Update to code paths and plugins for future SDK instrumentation and telemetry.

3.44.1 (2018-12-17)
Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.44.1
3.44.2
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
# @service
module Aws::STS

GEM_VERSION = '3.44.1'
GEM_VERSION = '3.44.2'

end
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sts/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-core'
context[:gem_version] = '3.44.1'
context[:gem_version] = '3.44.2'
Seahorse::Client::Request.new(handlers, context)
end

Expand Down
5 changes: 5 additions & 0 deletions gems/aws-sdk-devicefarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.15.0 (2019-01-04)
------------------

* Feature - API update.

1.14.0 (2018-11-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-devicefarm/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.15.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
# @service
module Aws::DeviceFarm

GEM_VERSION = '1.14.0'
GEM_VERSION = '1.15.0'

end

0 comments on commit 89d539f

Please sign in to comment.