Skip to content

Commit

Permalink
Release v1.44.278 (2023-06-07) (#4876)
Browse files Browse the repository at this point in the history
Release v1.44.278 (2023-06-07)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
  * AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
* `service/customer-profiles`: Updates service API, documentation, and paginators
* `service/directconnect`: Updates service documentation
  * This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
* `service/emr-containers`: Updates service API and documentation
* `service/iotdeviceadvisor`: Updates service API and documentation
* `service/logs`: Updates service API and documentation
  * This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.
  • Loading branch information
aws-sdk-go-automation committed Jun 7, 2023
1 parent 12004a7 commit f9eb254
Show file tree
Hide file tree
Showing 24 changed files with 3,346 additions and 1,718 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.278 (2023-06-07)
===

### Service Client Updates
* `service/cloudformation`: Updates service API and documentation
* AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT
* `service/customer-profiles`: Updates service API, documentation, and paginators
* `service/directconnect`: Updates service documentation
* This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces.
* `service/emr-containers`: Updates service API and documentation
* `service/iotdeviceadvisor`: Updates service API and documentation
* `service/logs`: Updates service API and documentation
* This change adds support for account level data protection policies using 3 new APIs, PutAccountPolicy, DeleteAccountPolicy and DescribeAccountPolicy. DescribeLogGroup API has been modified to indicate if account level policy is applied to the LogGroup via "inheritedProperties" list in the response.

Release v1.44.277 (2023-06-06)
===

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.44.277"
const SDKVersion = "1.44.278"
3 changes: 2 additions & 1 deletion models/apis/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,8 @@
"SUCCEEDED",
"FAILED",
"CANCELLED",
"INOPERABLE"
"INOPERABLE",
"SKIPPED_SUSPENDED_ACCOUNT"
]
},
"StackInstanceFilter":{
Expand Down
36 changes: 18 additions & 18 deletions models/apis/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

246 changes: 246 additions & 0 deletions models/apis/customer-profiles/2020-08-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@
{"shape":"InternalServerException"}
]
},
"CreateEventStream":{
"name":"CreateEventStream",
"http":{
"method":"POST",
"requestUri":"/domains/{DomainName}/event-streams/{EventStreamName}"
},
"input":{"shape":"CreateEventStreamRequest"},
"output":{"shape":"CreateEventStreamResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
]
},
"CreateIntegrationWorkflow":{
"name":"CreateIntegrationWorkflow",
"http":{
Expand Down Expand Up @@ -125,6 +141,23 @@
{"shape":"InternalServerException"}
]
},
"DeleteEventStream":{
"name":"DeleteEventStream",
"http":{
"method":"DELETE",
"requestUri":"/domains/{DomainName}/event-streams/{EventStreamName}"
},
"input":{"shape":"DeleteEventStreamRequest"},
"output":{"shape":"DeleteEventStreamResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
],
"idempotent":true
},
"DeleteIntegration":{
"name":"DeleteIntegration",
"http":{
Expand Down Expand Up @@ -285,6 +318,22 @@
{"shape":"InternalServerException"}
]
},
"GetEventStream":{
"name":"GetEventStream",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/event-streams/{EventStreamName}"
},
"input":{"shape":"GetEventStreamRequest"},
"output":{"shape":"GetEventStreamResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
]
},
"GetIdentityResolutionJob":{
"name":"GetIdentityResolutionJob",
"http":{
Expand Down Expand Up @@ -461,6 +510,22 @@
{"shape":"InternalServerException"}
]
},
"ListEventStreams":{
"name":"ListEventStreams",
"http":{
"method":"GET",
"requestUri":"/domains/{DomainName}/event-streams"
},
"input":{"shape":"ListEventStreamsRequest"},
"output":{"shape":"ListEventStreamsResponse"},
"errors":[
{"shape":"BadRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServerException"}
]
},
"ListIdentityResolutionJobs":{
"name":"ListIdentityResolutionJobs",
"http":{
Expand Down Expand Up @@ -1060,6 +1125,36 @@
"Tags":{"shape":"TagMap"}
}
},
"CreateEventStreamRequest":{
"type":"structure",
"required":[
"DomainName",
"Uri",
"EventStreamName"
],
"members":{
"DomainName":{
"shape":"name",
"location":"uri",
"locationName":"DomainName"
},
"Uri":{"shape":"string1To255"},
"EventStreamName":{
"shape":"name",
"location":"uri",
"locationName":"EventStreamName"
},
"Tags":{"shape":"TagMap"}
}
},
"CreateEventStreamResponse":{
"type":"structure",
"required":["EventStreamArn"],
"members":{
"EventStreamArn":{"shape":"string1To255"},
"Tags":{"shape":"TagMap"}
}
},
"CreateIntegrationWorkflowRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1189,6 +1284,30 @@
"Message":{"shape":"message"}
}
},
"DeleteEventStreamRequest":{
"type":"structure",
"required":[
"DomainName",
"EventStreamName"
],
"members":{
"DomainName":{
"shape":"name",
"location":"uri",
"locationName":"DomainName"
},
"EventStreamName":{
"shape":"name",
"location":"uri",
"locationName":"EventStreamName"
}
}
},
"DeleteEventStreamResponse":{
"type":"structure",
"members":{
}
},
"DeleteIntegrationRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1337,6 +1456,18 @@
"max":256,
"pattern":".*"
},
"DestinationSummary":{
"type":"structure",
"required":[
"Uri",
"Status"
],
"members":{
"Uri":{"shape":"string1To255"},
"Status":{"shape":"EventStreamDestinationStatus"},
"UnhealthySince":{"shape":"timestamp"}
}
},
"DomainList":{
"type":"list",
"member":{"shape":"ListDomainItem"}
Expand All @@ -1356,6 +1487,55 @@
"max":1.0,
"min":0.0
},
"EventStreamDestinationDetails":{
"type":"structure",
"required":[
"Uri",
"Status"
],
"members":{
"Uri":{"shape":"string1To255"},
"Status":{"shape":"EventStreamDestinationStatus"},
"UnhealthySince":{"shape":"timestamp"},
"Message":{"shape":"string1To1000"}
}
},
"EventStreamDestinationStatus":{
"type":"string",
"enum":[
"HEALTHY",
"UNHEALTHY"
]
},
"EventStreamState":{
"type":"string",
"enum":[
"RUNNING",
"STOPPED"
]
},
"EventStreamSummary":{
"type":"structure",
"required":[
"DomainName",
"EventStreamName",
"EventStreamArn",
"State"
],
"members":{
"DomainName":{"shape":"name"},
"EventStreamName":{"shape":"name"},
"EventStreamArn":{"shape":"string1To255"},
"State":{"shape":"EventStreamState"},
"StoppedSince":{"shape":"timestamp"},
"DestinationSummary":{"shape":"DestinationSummary"},
"Tags":{"shape":"TagMap"}
}
},
"EventStreamSummaryList":{
"type":"list",
"member":{"shape":"EventStreamSummary"}
},
"ExportingConfig":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1582,6 +1762,44 @@
"Tags":{"shape":"TagMap"}
}
},
"GetEventStreamRequest":{
"type":"structure",
"required":[
"DomainName",
"EventStreamName"
],
"members":{
"DomainName":{
"shape":"name",
"location":"uri",
"locationName":"DomainName"
},
"EventStreamName":{
"shape":"name",
"location":"uri",
"locationName":"EventStreamName"
}
}
},
"GetEventStreamResponse":{
"type":"structure",
"required":[
"DomainName",
"EventStreamArn",
"CreatedAt",
"State",
"DestinationDetails"
],
"members":{
"DomainName":{"shape":"name"},
"EventStreamArn":{"shape":"string1To255"},
"CreatedAt":{"shape":"timestamp"},
"State":{"shape":"EventStreamState"},
"StoppedSince":{"shape":"timestamp"},
"DestinationDetails":{"shape":"EventStreamDestinationDetails"},
"Tags":{"shape":"TagMap"}
}
},
"GetIdentityResolutionJobRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2066,6 +2284,34 @@
"NextToken":{"shape":"token"}
}
},
"ListEventStreamsRequest":{
"type":"structure",
"required":["DomainName"],
"members":{
"DomainName":{
"shape":"name",
"location":"uri",
"locationName":"DomainName"
},
"NextToken":{
"shape":"token",
"location":"querystring",
"locationName":"next-token"
},
"MaxResults":{
"shape":"maxSize100",
"location":"querystring",
"locationName":"max-results"
}
}
},
"ListEventStreamsResponse":{
"type":"structure",
"members":{
"Items":{"shape":"EventStreamSummaryList"},
"NextToken":{"shape":"token"}
}
},
"ListIdentityResolutionJobsRequest":{
"type":"structure",
"required":["DomainName"],
Expand Down
Loading

0 comments on commit f9eb254

Please sign in to comment.