Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.47.3 #5055

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.47.3 (2023-11-03)
===

### Service Client Updates
* `service/config`: Updates service API
* `service/connect`: Updates service API and documentation
* `service/iotwireless`: Updates service API and documentation
* `service/launch-wizard`: Adds new service

Release v1.47.2 (2023-11-02)
===

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.47.2"
const SDKVersion = "1.47.3"
19 changes: 18 additions & 1 deletion models/apis/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5039,7 +5039,24 @@
"AWS::APS::RuleGroupsNamespace",
"AWS::CodeGuruProfiler::ProfilingGroup",
"AWS::Route53Resolver::ResolverQueryLoggingConfig",
"AWS::Batch::SchedulingPolicy"
"AWS::Batch::SchedulingPolicy",
"AWS::ACMPCA::CertificateAuthorityActivation",
"AWS::AppMesh::GatewayRoute",
"AWS::AppMesh::Mesh",
"AWS::Connect::Instance",
"AWS::Connect::QuickConnect",
"AWS::EC2::CarrierGateway",
"AWS::EC2::IPAMPool",
"AWS::EC2::TransitGatewayConnect",
"AWS::EC2::TransitGatewayMulticastDomain",
"AWS::ECS::CapacityProvider",
"AWS::IAM::InstanceProfile",
"AWS::IoT::CACertificate",
"AWS::IoTTwinMaker::SyncJob",
"AWS::KafkaConnect::Connector",
"AWS::Lambda::CodeSigningConfig",
"AWS::NetworkManager::ConnectPeer",
"AWS::ResourceExplorer2::Index"
]
},
"ResourceTypeList":{
Expand Down
44 changes: 22 additions & 22 deletions models/apis/config/2014-11-12/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,18 +212,17 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "stringEquals",
"argv": [
"aws-us-gov",
{
"fn": "getAttr",
"argv": [
Expand All @@ -236,7 +231,8 @@
},
"name"
]
}
},
"aws-us-gov"
]
}
],
Expand All @@ -256,14 +252,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -277,7 +275,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -297,7 +294,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -308,14 +304,16 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand All @@ -326,9 +324,11 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
Expand Down
47 changes: 47 additions & 0 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,23 @@
{"shape":"ThrottlingException"}
]
},
"CreatePersistentContactAssociation":{
"name":"CreatePersistentContactAssociation",
"http":{
"method":"POST",
"requestUri":"/contact/persistent-contact-association/{InstanceId}/{InitialContactId}"
},
"input":{"shape":"CreatePersistentContactAssociationRequest"},
"output":{"shape":"CreatePersistentContactAssociationResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
{"shape":"ResourceNotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"},
{"shape":"InternalServiceException"}
]
},
"CreatePrompt":{
"name":"CreatePrompt",
"http":{
Expand Down Expand Up @@ -4574,6 +4591,36 @@
"ParticipantId":{"shape":"ParticipantId"}
}
},
"CreatePersistentContactAssociationRequest":{
"type":"structure",
"required":[
"InstanceId",
"InitialContactId",
"RehydrationType",
"SourceContactId"
],
"members":{
"InstanceId":{
"shape":"InstanceId",
"location":"uri",
"locationName":"InstanceId"
},
"InitialContactId":{
"shape":"ContactId",
"location":"uri",
"locationName":"InitialContactId"
},
"RehydrationType":{"shape":"RehydrationType"},
"SourceContactId":{"shape":"ContactId"},
"ClientToken":{"shape":"ClientToken"}
}
},
"CreatePersistentContactAssociationResponse":{
"type":"structure",
"members":{
"ContinuedFromContactId":{"shape":"ContactId"}
}
},
"CreatePromptRequest":{
"type":"structure",
"required":[
Expand Down
Loading