Skip to content

Commit

Permalink
Release v1.46.1 (2023-10-20) (#5032)
Browse files Browse the repository at this point in the history
Release v1.46.1 (2023-10-20)
===

### Service Client Updates
* `service/appconfig`: Updates service API
* `service/appintegrations`: Updates service API
* `service/connect`: Updates service API and documentation
* `service/discovery`: Updates service API, documentation, and paginators
  * This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
* `service/medical-imaging`: Updates service documentation
* `service/ssm`: Updates service API and documentation
  * This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.
  • Loading branch information
aws-sdk-go-automation committed Oct 20, 2023
1 parent 1b5d177 commit 65a459a
Show file tree
Hide file tree
Showing 35 changed files with 2,805 additions and 355 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.46.1 (2023-10-20)
===

### Service Client Updates
* `service/appconfig`: Updates service API
* `service/appintegrations`: Updates service API
* `service/connect`: Updates service API and documentation
* `service/discovery`: Updates service API, documentation, and paginators
* This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
* `service/medical-imaging`: Updates service documentation
* `service/ssm`: Updates service API and documentation
* This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.

Release v1.46.0 (2023-10-19)
===

Expand Down
41 changes: 41 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.46.0"
const SDKVersion = "1.46.1"
6 changes: 4 additions & 2 deletions models/apis/appconfig/2019-10-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1625,11 +1625,13 @@
},
"KmsKeyIdentifier":{
"type":"string",
"pattern":"^[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
"max":2048,
"min":1
},
"KmsKeyIdentifierOrEmpty":{
"type":"string",
"pattern":"^\\s{0,1}|[\\da-f]{8}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{4}-[\\da-f]{12}|alias/[a-zA-Z0-9/_-]{1,250}|arn:aws[a-zA-Z-]*:kms:[a-z]{2}(-gov|-iso(b?))?-[a-z]+-\\d{1}:\\d{12}:(key/[0-9a-f-]{36}|alias/[a-zA-Z0-9/_-]{1,250})$"
"max":2048,
"min":0
},
"ListApplicationsRequest":{
"type":"structure",
Expand Down
40 changes: 20 additions & 20 deletions models/apis/appconfig/2019-10-09/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 Down Expand Up @@ -269,14 +265,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -290,7 +288,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -310,7 +307,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -321,14 +317,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -339,9 +337,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
3 changes: 1 addition & 2 deletions models/apis/appintegrations/2020-07-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,7 @@
"required":[
"Name",
"KmsKey",
"SourceURI",
"ScheduleConfig"
"SourceURI"
],
"members":{
"Name":{"shape":"Name"},
Expand Down
Loading

0 comments on commit 65a459a

Please sign in to comment.