Skip to content

Commit

Permalink
Release v1.29.29 (2020-03-20)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/servicecatalog`: Updates service API and documentation
  * Added "productId" and "portfolioId" to responses from CreateConstraint, UpdateConstraint, ListConstraintsForPortfolio, and DescribeConstraint APIs
  • Loading branch information
awssdkgo committed Mar 20, 2020
1 parent 3e9450d commit c56c674
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.29.29 (2020-03-20)
===

### Service Client Updates
* `service/servicecatalog`: Updates service API and documentation
* Added "productId" and "portfolioId" to responses from CreateConstraint, UpdateConstraint, ListConstraintsForPortfolio, and DescribeConstraint APIs

Release v1.29.28 (2020-03-19)
===

Expand Down
58 changes: 47 additions & 11 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.29.28"
const SDKVersion = "1.29.29"
4 changes: 3 additions & 1 deletion models/apis/servicecatalog/2015-12-10/api-2.json
Expand Up @@ -1339,7 +1339,9 @@
"ConstraintId":{"shape":"Id"},
"Type":{"shape":"ConstraintType"},
"Description":{"shape":"ConstraintDescription"},
"Owner":{"shape":"AccountId"}
"Owner":{"shape":"AccountId"},
"ProductId":{"shape":"Id"},
"PortfolioId":{"shape":"Id"}
}
},
"ConstraintDetails":{
Expand Down
2 changes: 2 additions & 0 deletions models/apis/servicecatalog/2015-12-10/docs-2.json
Expand Up @@ -1007,6 +1007,8 @@
"AssociateServiceActionWithProvisioningArtifactInput$ProvisioningArtifactId": "<p>The identifier of the provisioning artifact. For example, <code>pa-4abcdjnxjj6ne</code>.</p>",
"AssociateServiceActionWithProvisioningArtifactInput$ServiceActionId": "<p>The self-service action identifier. For example, <code>act-fs7abcd89wxyz</code>.</p>",
"ConstraintDetail$ConstraintId": "<p>The identifier of the constraint.</p>",
"ConstraintDetail$ProductId": "<p>The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.</p>",
"ConstraintDetail$PortfolioId": "<p>The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.</p>",
"CopyProductInput$TargetProductId": "<p>The identifier of the target product. By default, a new product is created.</p>",
"CopyProductOutput$CopyProductToken": "<p>The token to use to track the progress of the operation.</p>",
"CreateConstraintInput$PortfolioId": "<p>The portfolio identifier.</p>",
Expand Down
35 changes: 35 additions & 0 deletions models/endpoints/endpoints.json
Expand Up @@ -1284,6 +1284,12 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"dms-fips" : {
"credentialScope" : {
"region" : "us-west-1"
},
"hostname" : "dms-fips.us-west-1.amazonaws.com"
},
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
Expand Down Expand Up @@ -1871,7 +1877,11 @@
"forecastquery" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
Expand Down Expand Up @@ -2480,6 +2490,7 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"eu-west-1" : { },
"us-east-1" : { }
}
},
Expand Down Expand Up @@ -4645,6 +4656,12 @@
"cn-northwest-1" : { }
}
},
"iotsecuredtunneling" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"kinesis" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -5145,6 +5162,12 @@
},
"dms" : {
"endpoints" : {
"dms-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "dms.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
Expand Down Expand Up @@ -5816,6 +5839,12 @@
},
"dms" : {
"endpoints" : {
"dms-fips" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"hostname" : "dms.us-iso-east-1.c2s.ic.gov"
},
"us-iso-east-1" : { }
}
},
Expand Down Expand Up @@ -6076,6 +6105,12 @@
},
"dms" : {
"endpoints" : {
"dms-fips" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"hostname" : "dms.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : { }
}
},
Expand Down
20 changes: 20 additions & 0 deletions service/servicecatalog/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c56c674

Please sign in to comment.