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 Apr 12, 2022
1 parent 2c58c2a commit b85d044
Show file tree
Hide file tree
Showing 42 changed files with 758 additions and 347 deletions.
34 changes: 34 additions & 0 deletions apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@
{"shape":"ValidationException"}
]
},
"DeleteInsight":{
"name":"DeleteInsight",
"http":{
"method":"DELETE",
"requestUri":"/insights/{Id}",
"responseCode":200
},
"input":{"shape":"DeleteInsightRequest"},
"output":{"shape":"DeleteInsightResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"DescribeAccountHealth":{
"name":"DescribeAccountHealth",
"http":{
Expand Down Expand Up @@ -784,6 +802,22 @@
"EndTime":{"shape":"Timestamp"}
}
},
"DeleteInsightRequest":{
"type":"structure",
"required":["Id"],
"members":{
"Id":{
"shape":"InsightId",
"location":"uri",
"locationName":"Id"
}
}
},
"DeleteInsightResponse":{
"type":"structure",
"members":{
}
},
"DescribeAccountHealthRequest":{
"type":"structure",
"members":{
Expand Down
40 changes: 26 additions & 14 deletions apis/devops-guru/2020-12-01/docs-2.json

Large diffs are not rendered by default.

24 changes: 23 additions & 1 deletion apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24131,7 +24131,29 @@
"z1d.3xlarge",
"z1d.6xlarge",
"z1d.12xlarge",
"z1d.metal"
"z1d.metal",
"x2idn.16xlarge",
"x2idn.24xlarge",
"x2idn.32xlarge",
"x2iedn.xlarge",
"x2iedn.2xlarge",
"x2iedn.4xlarge",
"x2iedn.8xlarge",
"x2iedn.16xlarge",
"x2iedn.24xlarge",
"x2iedn.32xlarge",
"c6a.large",
"c6a.xlarge",
"c6a.2xlarge",
"c6a.4xlarge",
"c6a.8xlarge",
"c6a.12xlarge",
"c6a.16xlarge",
"c6a.24xlarge",
"c6a.32xlarge",
"c6a.48xlarge",
"c6a.metal",
"m6a.metal"
]
},
"InstanceTypeHypervisor":{
Expand Down
12 changes: 11 additions & 1 deletion apis/elasticfilesystem/2015-02-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
{"shape":"IncorrectFileSystemLifeCycleState"},
{"shape":"InternalServerError"},
{"shape":"FileSystemNotFound"},
{"shape":"AccessPointLimitExceeded"}
{"shape":"AccessPointLimitExceeded"},
{"shape":"ThrottlingException"}
]
},
"CreateFileSystem":{
Expand Down Expand Up @@ -1720,6 +1721,15 @@
"type":"list",
"member":{"shape":"Tag"}
},
"ThrottlingException":{
"type":"structure",
"members":{
"ErrorCode":{"shape":"ErrorCode"},
"Message":{"shape":"ErrorMessage"}
},
"error":{"httpStatusCode":429},
"exception":true
},
"ThroughputLimitExceeded":{
"type":"structure",
"required":["ErrorCode"],
Expand Down
87 changes: 47 additions & 40 deletions apis/elasticfilesystem/2015-02-01/docs-2.json

Large diffs are not rendered by default.

48 changes: 34 additions & 14 deletions apis/iottwinmaker/2021-11-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1160,23 +1160,31 @@
"GetPropertyValueHistoryRequest":{
"type":"structure",
"required":[
"endDateTime",
"selectedProperties",
"startDateTime",
"workspaceId"
],
"members":{
"componentName":{"shape":"Name"},
"componentTypeId":{"shape":"ComponentTypeId"},
"endDateTime":{"shape":"Timestamp"},
"endDateTime":{
"shape":"Timestamp",
"deprecated":true,
"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use endTime instead."
},
"endTime":{"shape":"Time"},
"entityId":{"shape":"EntityId"},
"interpolation":{"shape":"InterpolationParameters"},
"maxResults":{"shape":"MaxResults"},
"nextToken":{"shape":"NextToken"},
"orderByTime":{"shape":"OrderByTime"},
"propertyFilters":{"shape":"PropertyFilters"},
"selectedProperties":{"shape":"SelectedPropertyList"},
"startDateTime":{"shape":"Timestamp"},
"startDateTime":{
"shape":"Timestamp",
"deprecated":true,
"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use startTime instead."
},
"startTime":{"shape":"Time"},
"workspaceId":{
"shape":"Id",
"location":"uri",
Expand Down Expand Up @@ -1385,6 +1393,7 @@
"type":"structure",
"members":{
"componentTypeId":{"shape":"ComponentTypeId"},
"externalId":{"shape":"String"},
"parentEntityId":{"shape":"ParentEntityId"}
},
"union":true
Expand Down Expand Up @@ -1617,17 +1626,20 @@
"type":"string",
"enum":[
"UPDATE",
"DELETE"
"DELETE",
"CREATE"
]
},
"PropertyValue":{
"type":"structure",
"required":[
"timestamp",
"value"
],
"required":["value"],
"members":{
"timestamp":{"shape":"Timestamp"},
"time":{"shape":"Time"},
"timestamp":{
"shape":"Timestamp",
"deprecated":true,
"deprecatedMessage":"This field is deprecated and will throw an error in the future. Use time instead."
},
"value":{"shape":"DataValue"}
}
},
Expand Down Expand Up @@ -1692,7 +1704,12 @@
"min":20,
"pattern":"arn:((aws)|(aws-cn)|(aws-us-gov)):iam::[0-9]{12}:role/.*"
},
"S3Location":{"type":"string"},
"S3Location":{
"type":"string",
"max":1024,
"min":0,
"pattern":".*(^arn:((aws)|(aws-cn)|(aws-us-gov)):s3:::)([a-zA-Z0-9_-]+$).*"
},
"S3Url":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -1832,6 +1849,11 @@
},
"exception":true
},
"Time":{
"type":"string",
"max":35,
"min":20
},
"Timestamp":{"type":"timestamp"},
"TooManyTagsException":{
"type":"structure",
Expand Down Expand Up @@ -2022,9 +2044,7 @@
},
"Value":{
"type":"string",
"max":256,
"min":1,
"pattern":"[a-zA-Z_\\-0-9]+"
"pattern":".*"
},
"Values":{
"type":"list",
Expand Down
17 changes: 13 additions & 4 deletions apis/iottwinmaker/2021-11-29/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version": "2.0",
"service": "<important> <p> TwinMaker is in public preview and is subject to change. </p> </important> <p>IoT TwinMaker is a service that enables you to build operational digital twins of physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors, cameras, and enterprise applications so you can create data visualizations to monitor your physical factory, building, or industrial plant. You can use this real-world data to monitor operations and diagnose and repair errors.</p>",
"service": "<p>IoT TwinMaker is a service that enables you to build operational digital twins of physical systems. IoT TwinMaker overlays measurements and analysis from real-world sensors, cameras, and enterprise applications so you can create data visualizations to monitor your physical factory, building, or industrial plant. You can use this real-world data to monitor operations and diagnose and repair errors.</p>",
"operations": {
"BatchPutPropertyValues": "<p>Sets values for multiple time series properties.</p>",
"CreateComponentType": "<p>Creates a component type.</p> <important> <p> TwinMaker is in public preview and is subject to change. </p> </important>",
"CreateComponentType": "<p>Creates a component type.</p>",
"CreateEntity": "<p>Creates an entity.</p>",
"CreateScene": "<p>Creates a scene.</p>",
"CreateWorkspace": "<p>Creates a workplace.</p>",
Expand Down Expand Up @@ -61,7 +61,7 @@
"base": null,
"refs": {
"CreateComponentTypeRequest$isSingleton": "<p>A Boolean value that specifies whether an entity can have more than one component of this type.</p>",
"DataConnector$isNative": "<p>A Boolean value that specifies whether the data connector is native to TwinMaker.</p>",
"DataConnector$isNative": "<p>A Boolean value that specifies whether the data connector is native to IoT TwinMaker.</p>",
"DataValue$booleanValue": "<p>A Boolean value.</p>",
"DeleteEntityRequest$isRecursive": "<p>A Boolean value that specifies whether the operation deletes child entities.</p>",
"EntitySummary$hasChildEntities": "<p>A Boolean value that specifies whether the entity has child entities or not.</p>",
Expand Down Expand Up @@ -1022,6 +1022,7 @@
"ExternalIdProperty$key": null,
"ExternalIdProperty$value": null,
"ListComponentTypesFilter$namespace": "<p>The namespace to which the component types in the list belong.</p>",
"ListEntitiesFilter$externalId": "<p>The external-Id property of a component. The external-Id property is the primary key of an external storage system.</p>",
"PropertyFilter$operator": "<p>The operator associated with this property filter.</p>",
"PropertyFilter$propertyName": "<p>The property name associated with this property filter.</p>",
"Relationship$relationshipType": "<p>The type of the relationship.</p>",
Expand Down Expand Up @@ -1073,8 +1074,16 @@
"refs": {
}
},
"Time": {
"base": "<p>Timestamp represented in ISO 8601 format</p>",
"refs": {
"GetPropertyValueHistoryRequest$endTime": null,
"GetPropertyValueHistoryRequest$startTime": null,
"PropertyValue$time": null
}
},
"Timestamp": {
"base": null,
"base": "<p>supports epoch seconds value</p>",
"refs": {
"ComponentTypeSummary$creationDateTime": "<p>The date and time when the component type was created.</p>",
"ComponentTypeSummary$updateDateTime": "<p>The date and time when the component type was last updated.</p>",
Expand Down
5 changes: 5 additions & 0 deletions gems/aws-partitions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

1.576.0 (2022-04-12)
------------------

* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.

1.575.0 (2022-04-11)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-partitions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.575.0
1.576.0
16 changes: 16 additions & 0 deletions gems/aws-partitions/partitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -17860,6 +17860,14 @@
"us-iso-west-1" : { }
}
},
"eks" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-iso-east-1" : { }
}
},
"elasticache" : {
"endpoints" : {
"us-iso-east-1" : { },
Expand Down Expand Up @@ -18322,6 +18330,14 @@
"us-isob-east-1" : { }
}
},
"eks" : {
"defaults" : {
"protocols" : [ "http", "https" ]
},
"endpoints" : {
"us-isob-east-1" : { }
}
},
"elasticache" : {
"endpoints" : {
"us-isob-east-1" : { }
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.130.1 (2022-04-12)
------------------

* Issue - Don't call `refresh!` on non-refreshable `Credentials` when retrying errors (#2685).

3.130.0 (2022-03-11)
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.130.0
3.130.1
2 changes: 1 addition & 1 deletion gems/aws-sdk-core/lib/aws-sdk-sso.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
# @!group service
module Aws::SSO

GEM_VERSION = '3.130.0'
GEM_VERSION = '3.130.1'

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

Expand Down
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 @@ -50,6 +50,6 @@
# @!group service
module Aws::STS

GEM_VERSION = '3.130.0'
GEM_VERSION = '3.130.1'

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 @@ -2290,7 +2290,7 @@ def build_request(operation_name, params = {})
params: params,
config: config)
context[:gem_name] = 'aws-sdk-core'
context[:gem_version] = '3.130.0'
context[:gem_version] = '3.130.1'
Seahorse::Client::Request.new(handlers, context)
end

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

1.23.0 (2022-04-12)
------------------

* Feature - This release adds new APIs DeleteInsight to deletes the insight along with the associated anomalies, events and recommendations.

1.22.0 (2022-03-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion gems/aws-sdk-devopsguru/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.0
1.23.0
2 changes: 1 addition & 1 deletion gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
# @!group service
module Aws::DevOpsGuru

GEM_VERSION = '1.22.0'
GEM_VERSION = '1.23.0'

end
Loading

0 comments on commit b85d044

Please sign in to comment.