Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.25.32 #2940

Merged
merged 1 commit into from
Nov 11, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.25.32 (2019-11-11)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/cloudformation`: Updates service API, documentation, and waiters
* The Resource Import feature enables customers to import existing AWS resources into new or existing CloudFormation Stacks.

Release v1.25.31 (2019-11-08)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.25.31"
const SDKVersion = "1.25.32"
37 changes: 37 additions & 0 deletions models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@
{"shape":"RequestChangedException"}
]
},
"GetCostAndUsageWithResources":{
"name":"GetCostAndUsageWithResources",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetCostAndUsageWithResourcesRequest"},
"output":{"shape":"GetCostAndUsageWithResourcesResponse"},
"errors":[
{"shape":"DataUnavailableException"},
{"shape":"LimitExceededException"},
{"shape":"BillExpirationException"},
{"shape":"InvalidNextTokenException"},
{"shape":"RequestChangedException"}
]
},
"GetCostForecast":{
"name":"GetCostForecast",
"http":{
Expand Down Expand Up @@ -335,6 +351,7 @@
"INSTANCE_TYPE_FAMILY",
"BILLING_ENTITY",
"RESERVATION_ID",
"RESOURCE_ID",
"RIGHTSIZING_TYPE",
"SAVINGS_PLANS_TYPE",
"SAVINGS_PLAN_ARN",
Expand Down Expand Up @@ -473,6 +490,26 @@
"ResultsByTime":{"shape":"ResultsByTime"}
}
},
"GetCostAndUsageWithResourcesRequest":{
"type":"structure",
"required":["TimePeriod"],
"members":{
"TimePeriod":{"shape":"DateInterval"},
"Granularity":{"shape":"Granularity"},
"Filter":{"shape":"Expression"},
"Metrics":{"shape":"MetricNames"},
"GroupBy":{"shape":"GroupDefinitions"},
"NextPageToken":{"shape":"NextPageToken"}
}
},
"GetCostAndUsageWithResourcesResponse":{
"type":"structure",
"members":{
"NextPageToken":{"shape":"NextPageToken"},
"GroupDefinitions":{"shape":"GroupDefinitions"},
"ResultsByTime":{"shape":"ResultsByTime"}
}
},
"GetCostForecastRequest":{
"type":"structure",
"required":[
Expand Down
52 changes: 36 additions & 16 deletions models/apis/ce/2017-10-25/docs-2.json

Large diffs are not rendered by default.

78 changes: 72 additions & 6 deletions models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,8 @@
"enum":[
"Add",
"Modify",
"Remove"
"Remove",
"Import"
]
},
"ChangeSetId":{
Expand Down Expand Up @@ -805,7 +806,8 @@
"type":"string",
"enum":[
"CREATE",
"UPDATE"
"UPDATE",
"IMPORT"
]
},
"ChangeSource":{
Expand Down Expand Up @@ -873,7 +875,8 @@
"ChangeSetName":{"shape":"ChangeSetName"},
"ClientToken":{"shape":"ClientToken"},
"Description":{"shape":"Description"},
"ChangeSetType":{"shape":"ChangeSetType"}
"ChangeSetType":{"shape":"ChangeSetType"},
"ResourcesToImport":{"shape":"ResourcesToImport"}
}
},
"CreateChangeSetOutput":{
Expand Down Expand Up @@ -1401,7 +1404,8 @@
"ResourceTypes":{"shape":"ResourceTypes"},
"Version":{"shape":"Version"},
"Metadata":{"shape":"Metadata"},
"DeclaredTransforms":{"shape":"TransformsList"}
"DeclaredTransforms":{"shape":"TransformsList"},
"ResourceIdentifierSummaries":{"shape":"ResourceIdentifierSummaries"}
}
},
"Imports":{
Expand Down Expand Up @@ -1838,6 +1842,39 @@
"type":"list",
"member":{"shape":"ResourceChangeDetail"}
},
"ResourceIdentifierProperties":{
"type":"map",
"key":{"shape":"ResourceIdentifierPropertyKey"},
"value":{"shape":"ResourceIdentifierPropertyValue"},
"max":256,
"min":1
},
"ResourceIdentifierPropertyKey":{
"type":"string",
"max":2048,
"min":1
},
"ResourceIdentifierPropertyValue":{
"type":"string",
"max":2048,
"min":1
},
"ResourceIdentifierSummaries":{
"type":"list",
"member":{"shape":"ResourceIdentifierSummary"}
},
"ResourceIdentifierSummary":{
"type":"structure",
"members":{
"ResourceType":{"shape":"ResourceType"},
"LogicalResourceIds":{"shape":"LogicalResourceIds"},
"ResourceIdentifiers":{"shape":"ResourceIdentifiers"}
}
},
"ResourceIdentifiers":{
"type":"list",
"member":{"shape":"ResourceIdentifierPropertyKey"}
},
"ResourceProperties":{"type":"string"},
"ResourceSignalStatus":{
"type":"string",
Expand All @@ -1863,7 +1900,13 @@
"DELETE_SKIPPED",
"UPDATE_IN_PROGRESS",
"UPDATE_FAILED",
"UPDATE_COMPLETE"
"UPDATE_COMPLETE",
"IMPORT_FAILED",
"IMPORT_COMPLETE",
"IMPORT_IN_PROGRESS",
"IMPORT_ROLLBACK_IN_PROGRESS",
"IMPORT_ROLLBACK_FAILED",
"IMPORT_ROLLBACK_COMPLETE"
]
},
"ResourceStatusReason":{"type":"string"},
Expand All @@ -1875,6 +1918,19 @@
"RequiresRecreation":{"shape":"RequiresRecreation"}
}
},
"ResourceToImport":{
"type":"structure",
"required":[
"ResourceType",
"LogicalResourceId",
"ResourceIdentifier"
],
"members":{
"ResourceType":{"shape":"ResourceType"},
"LogicalResourceId":{"shape":"LogicalResourceId"},
"ResourceIdentifier":{"shape":"ResourceIdentifierProperties"}
}
},
"ResourceToSkip":{
"type":"string",
"pattern":"[a-zA-Z0-9]+|[a-zA-Z][-a-zA-Z0-9]*\\.[a-zA-Z0-9]+"
Expand All @@ -1888,6 +1944,11 @@
"type":"list",
"member":{"shape":"ResourceType"}
},
"ResourcesToImport":{
"type":"list",
"member":{"shape":"ResourceToImport"},
"max":200
},
"ResourcesToSkip":{
"type":"list",
"member":{"shape":"ResourceToSkip"}
Expand Down Expand Up @@ -2415,7 +2476,12 @@
"UPDATE_ROLLBACK_FAILED",
"UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
"UPDATE_ROLLBACK_COMPLETE",
"REVIEW_IN_PROGRESS"
"REVIEW_IN_PROGRESS",
"IMPORT_IN_PROGRESS",
"IMPORT_COMPLETE",
"IMPORT_ROLLBACK_IN_PROGRESS",
"IMPORT_ROLLBACK_FAILED",
"IMPORT_ROLLBACK_COMPLETE"
]
},
"StackStatusFilter":{
Expand Down
Loading