Skip to content

Commit

Permalink
Release v1.40.37 (2021-09-03) (#4087)
Browse files Browse the repository at this point in the history
Release v1.40.37 (2021-09-03)
===

### Service Client Updates
* `service/chime-sdk-identity`: Updates service documentation
* `service/chime-sdk-messaging`: Updates service documentation
* `service/codeguru-reviewer`: Updates service API
* `service/frauddetector`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Sep 3, 2021
1 parent 527bc35 commit 23db5a4
Show file tree
Hide file tree
Showing 17 changed files with 865 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.40.37 (2021-09-03)
===

### Service Client Updates
* `service/chime-sdk-identity`: Updates service documentation
* `service/chime-sdk-messaging`: Updates service documentation
* `service/codeguru-reviewer`: Updates service API
* `service/frauddetector`: Updates service API and documentation
* `service/outposts`: Updates service API and documentation

Release v1.40.36 (2021-09-02)
===

Expand Down
1 change: 1 addition & 0 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
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.40.36"
const SDKVersion = "1.40.37"
2 changes: 1 addition & 1 deletion models/apis/chime-sdk-identity/2021-04-20/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. These APIs provide the overarching framework for creating and sending messages. For more information about the identity APIs, refer to .</p>",
"service": "<p>The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of their messaging applications. These APIs provide the overarching framework for creating and sending messages. For more information about the identity APIs, refer to <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Identity.html\">Amazon Chime SDK identity</a>.</p>",
"operations": {
"CreateAppInstance": "<p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account. Only SDK messaging customers use this API. <code>CreateAppInstance</code> supports idempotency behavior as described in the AWS API Standard.</p> <p>identity</p>",
"CreateAppInstanceAdmin": "<p>Promotes an <code>AppInstanceUser</code> to an <code>AppInstanceAdmin</code>. The promoted user can perform the following actions. </p> <ul> <li> <p> <code>ChannelModerator</code> actions across all channels in the <code>AppInstance</code>.</p> </li> <li> <p> <code>DeleteChannelMessage</code> actions.</p> </li> </ul> <p>Only an <code>AppInstanceUser</code> can be promoted to an <code>AppInstanceAdmin</code> role.</p>",
Expand Down
2 changes: 1 addition & 1 deletion models/apis/chime-sdk-messaging/2021-05-15/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK Identity APIs. For more information about the messaging APIs, see .</p>",
"service": "<p>The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK Identity APIs. For more information about the messaging APIs, see <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging\">Amazon Chime SDK messaging</a> </p>",
"operations": {
"BatchCreateChannelMembership": "<p>Adds a specified number of users to a channel. </p>",
"CreateChannel": "<p>Creates a channel to which you can add users and send messages.</p> <p> <b>Restriction</b>: You can't change a channel's privacy.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
Expand Down
3 changes: 2 additions & 1 deletion models/apis/codeguru-reviewer/2019-09-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,8 @@
"PythonBestPractices",
"JavaBestPractices",
"ResourceLeaks",
"SecurityIssues"
"SecurityIssues",
"CodeInconsistencies"
]
},
"RecommendationFeedback":{
Expand Down
26 changes: 25 additions & 1 deletion models/apis/frauddetector/2019-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,25 @@
"type":"list",
"member":{"shape":"ExternalModel"}
},
"ExternalModelOutputs":{
"type":"structure",
"members":{
"externalModel":{"shape":"ExternalModelSummary"},
"outputs":{"shape":"ExternalModelPredictionMap"}
}
},
"ExternalModelPredictionMap":{
"type":"map",
"key":{"shape":"string"},
"value":{"shape":"string"}
},
"ExternalModelSummary":{
"type":"structure",
"members":{
"modelEndpoint":{"shape":"string"},
"modelSource":{"shape":"ModelSource"}
}
},
"ExternalModelsMaxResults":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -1669,7 +1688,8 @@
"type":"structure",
"members":{
"modelScores":{"shape":"ListOfModelScores"},
"ruleResults":{"shape":"ListOfRuleResults"}
"ruleResults":{"shape":"ListOfRuleResults"},
"externalModelOutputs":{"shape":"ListOfExternalModelOutputs"}
}
},
"GetEventTypesRequest":{
Expand Down Expand Up @@ -1861,6 +1881,10 @@
"type":"string",
"enum":["DETECTORPL"]
},
"ListOfExternalModelOutputs":{
"type":"list",
"member":{"shape":"ExternalModelOutputs"}
},
"ListOfLogOddsMetrics":{
"type":"list",
"member":{"shape":"LogOddsMetric"}
Expand Down
28 changes: 28 additions & 0 deletions models/apis/frauddetector/2019-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,24 @@
"GetExternalModelsResult$externalModels": "<p>Gets the Amazon SageMaker models.</p>"
}
},
"ExternalModelOutputs": {
"base": "<p>The fraud prediction scores from Amazon SageMaker model.</p>",
"refs": {
"ListOfExternalModelOutputs$member": null
}
},
"ExternalModelPredictionMap": {
"base": null,
"refs": {
"ExternalModelOutputs$outputs": "<p>The fraud prediction scores from Amazon SageMaker model.</p>"
}
},
"ExternalModelSummary": {
"base": "<p>The Amazon SageMaker model.</p>",
"refs": {
"ExternalModelOutputs$externalModel": "<p>The Amazon SageMaker model.</p>"
}
},
"ExternalModelsMaxResults": {
"base": null,
"refs": {
Expand Down Expand Up @@ -679,6 +697,12 @@
"UpdateRuleVersionRequest$language": "<p>The language.</p>"
}
},
"ListOfExternalModelOutputs": {
"base": null,
"refs": {
"GetEventPredictionResult$externalModelOutputs": "<p>The model scores for Amazon SageMaker models.</p>"
}
},
"ListOfLogOddsMetrics": {
"base": null,
"refs": {
Expand Down Expand Up @@ -801,6 +825,7 @@
"base": null,
"refs": {
"ExternalModel$modelSource": "<p>The source of the model.</p>",
"ExternalModelSummary$modelSource": "<p>The source of the model.</p>",
"PutExternalModelRequest$modelSource": "<p>The source of the model.</p>"
}
},
Expand Down Expand Up @@ -1546,6 +1571,9 @@
"ExternalModel$modelEndpoint": "<p>The Amazon SageMaker model endpoints.</p>",
"ExternalModel$invokeModelEndpointRoleArn": "<p>The role used to invoke the model. </p>",
"ExternalModelEndpointDataBlobMap$key": null,
"ExternalModelPredictionMap$key": null,
"ExternalModelPredictionMap$value": null,
"ExternalModelSummary$modelEndpoint": "<p>The endpoint of the Amazon SageMaker model.</p>",
"FieldValidationMessage$fieldName": "<p>The field name.</p>",
"FieldValidationMessage$identifier": "<p>The message ID.</p>",
"FieldValidationMessage$title": "<p>The message title.</p>",
Expand Down
138 changes: 138 additions & 0 deletions models/apis/outposts/2019-12-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
"uid":"outposts-2019-12-03"
},
"operations":{
"CreateOrder":{
"name":"CreateOrder",
"http":{
"method":"POST",
"requestUri":"/orders"
},
"input":{"shape":"CreateOrderInput"},
"output":{"shape":"CreateOrderOutput"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"NotFoundException"},
{"shape":"InternalServerException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"CreateOutpost":{
"name":"CreateOutpost",
"http":{
Expand Down Expand Up @@ -217,6 +234,26 @@
"error":{"httpStatusCode":409},
"exception":true
},
"CreateOrderInput":{
"type":"structure",
"required":[
"OutpostIdentifier",
"LineItems",
"PaymentOption"
],
"members":{
"OutpostIdentifier":{"shape":"OutpostIdentifier"},
"LineItems":{"shape":"LineItemRequestListDefinition"},
"PaymentOption":{"shape":"PaymentOption"},
"PaymentTerm":{"shape":"PaymentTerm"}
}
},
"CreateOrderOutput":{
"type":"structure",
"members":{
"Order":{"shape":"Order"}
}
},
"CreateOutpostInput":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -323,6 +360,7 @@
"Outpost":{"shape":"Outpost"}
}
},
"ISO8601Timestamp":{"type":"timestamp"},
"InstanceType":{"type":"string"},
"InstanceTypeItem":{
"type":"structure",
Expand Down Expand Up @@ -354,6 +392,41 @@
"max":5,
"min":1
},
"LineItem":{
"type":"structure",
"members":{
"CatalogItemId":{"shape":"SkuCode"},
"LineItemId":{"shape":"LineItemId"},
"Quantity":{"shape":"LineItemQuantity"},
"Status":{"shape":"Status"}
}
},
"LineItemId":{
"type":"string",
"pattern":"ooi-[a-f0-9]{17}"
},
"LineItemListDefinition":{
"type":"list",
"member":{"shape":"LineItem"}
},
"LineItemQuantity":{
"type":"integer",
"max":20,
"min":1
},
"LineItemRequest":{
"type":"structure",
"members":{
"CatalogItemId":{"shape":"SkuCode"},
"Quantity":{"shape":"LineItemQuantity"}
}
},
"LineItemRequestListDefinition":{
"type":"list",
"member":{"shape":"LineItemRequest"},
"max":20,
"min":1
},
"ListOutpostsInput":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -444,6 +517,35 @@
"error":{"httpStatusCode":404},
"exception":true
},
"Order":{
"type":"structure",
"members":{
"OutpostId":{"shape":"OutpostIdOnly"},
"OrderId":{"shape":"OrderId"},
"Status":{"shape":"OrderStatus"},
"LineItems":{"shape":"LineItemListDefinition"},
"PaymentOption":{"shape":"PaymentOption"},
"OrderSubmissionDate":{"shape":"ISO8601Timestamp"},
"OrderFulfilledDate":{"shape":"ISO8601Timestamp"}
}
},
"OrderId":{
"type":"string",
"max":20,
"min":1,
"pattern":"oo-[a-f0-9]{17}$"
},
"OrderStatus":{
"type":"string",
"enum":[
"RECEIVED",
"PENDING",
"PROCESSING",
"INSTALLING",
"FULFILLED",
"CANCELLED"
]
},
"Outpost":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -478,6 +580,18 @@
"min":1,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$"
},
"OutpostIdOnly":{
"type":"string",
"max":20,
"min":1,
"pattern":"^op-[a-f0-9]{17}$"
},
"OutpostIdentifier":{
"type":"string",
"max":180,
"min":1,
"pattern":"^(arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/)?op-[a-f0-9]{17}$"
},
"OutpostName":{
"type":"string",
"max":255,
Expand All @@ -490,6 +604,18 @@
"min":12,
"pattern":"\\d{12}"
},
"PaymentOption":{
"type":"string",
"enum":[
"ALL_UPFRONT",
"NO_UPFRONT",
"PARTIAL_UPFRONT"
]
},
"PaymentTerm":{
"type":"string",
"enum":["THREE_YEARS"]
},
"ResourceType":{
"type":"string",
"enum":["OUTPOST"]
Expand Down Expand Up @@ -537,6 +663,18 @@
"min":1,
"pattern":"^[\\S ]+$"
},
"SkuCode":{
"type":"string",
"max":10,
"min":1,
"pattern":"OR-[A-Z0-9]{7}"
},
"Status":{
"type":"string",
"max":1000,
"min":1,
"pattern":"^[\\S ]+$"
},
"String":{
"type":"string",
"max":1000,
Expand Down
Loading

0 comments on commit 23db5a4

Please sign in to comment.