Skip to content

Commit

Permalink
Release v1.49.2 (2023-12-13) (#5109)
Browse files Browse the repository at this point in the history
Release v1.49.2 (2023-12-13)
===

### Service Client Updates
* `service/drs`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Dec 13, 2023
1 parent 117f465 commit dcc1ee6
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release v1.49.2 (2023-12-13)
===

### Service Client Updates
* `service/drs`: Updates service API and documentation

Release v1.49.1 (2023-12-12)
===

Expand Down
13 changes: 13 additions & 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.49.1"
const SDKVersion = "1.49.2"
6 changes: 6 additions & 0 deletions models/apis/drs/2020-02-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,10 @@
"max":50,
"min":0
},
"AgentVersion":{
"type":"string",
"pattern":"^[0-9]{1,5}.[0-9]{1,5}.[0-9]{1,5}(.[0-9]{4}.[0-9]{3}.[0-9]{4})?$"
},
"AssociateSourceNetworkStackRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2321,6 +2325,7 @@
"RecoveryInstance":{
"type":"structure",
"members":{
"agentVersion":{"shape":"AgentVersion"},
"arn":{"shape":"ARN"},
"dataReplicationInfo":{"shape":"RecoveryInstanceDataReplicationInfo"},
"ec2InstanceID":{"shape":"EC2InstanceID"},
Expand Down Expand Up @@ -2816,6 +2821,7 @@
"SourceServer":{
"type":"structure",
"members":{
"agentVersion":{"shape":"AgentVersion"},
"arn":{"shape":"ARN"},
"dataReplicationInfo":{"shape":"DataReplicationInfo"},
"lastLaunchResult":{"shape":"LastLaunchResult"},
Expand Down
7 changes: 7 additions & 0 deletions models/apis/drs/2020-02-26/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@
"ListStagingAccountsResponse$accounts": "<p>An array of staging AWS Accounts.</p>"
}
},
"AgentVersion": {
"base": null,
"refs": {
"RecoveryInstance$agentVersion": "<p>The version of the DRS agent installed on the recovery instance</p>",
"SourceServer$agentVersion": "<p>The version of the DRS agent installed on the source server</p>"
}
},
"AssociateSourceNetworkStackRequest": {
"base": null,
"refs": {
Expand Down
40 changes: 20 additions & 20 deletions models/apis/drs/2020-02-26/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -83,7 +82,8 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -96,7 +96,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -110,7 +109,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -133,7 +131,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -168,7 +165,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -179,14 +175,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -200,14 +198,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -216,11 +212,11 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -231,14 +227,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -252,7 +250,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -272,7 +269,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -283,14 +279,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -301,9 +299,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
7 changes: 7 additions & 0 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -6843,6 +6843,7 @@
"deprecated" : true,
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -20285,6 +20286,12 @@
"cn-northwest-1" : { }
}
},
"pipes" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"polly" : {
"endpoints" : {
"cn-northwest-1" : { }
Expand Down
36 changes: 36 additions & 0 deletions service/drs/api.go

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

0 comments on commit dcc1ee6

Please sign in to comment.