Skip to content

Commit

Permalink
Release v1.46.4 (2023-10-25) (#5038)
Browse files Browse the repository at this point in the history
Release v1.46.4 (2023-10-25)
===

### Service Client Updates
* `service/connectcases`: Updates service API and documentation
* `service/groundstation`: Updates service API and documentation
* `service/iam`: Updates service API and documentation
  * Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.
  • Loading branch information
aws-sdk-go-automation committed Oct 25, 2023
1 parent 9fd7b64 commit 93b4f9f
Show file tree
Hide file tree
Showing 14 changed files with 326 additions and 312 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.46.4 (2023-10-25)
===

### Service Client Updates
* `service/connectcases`: Updates service API and documentation
* `service/groundstation`: Updates service API and documentation
* `service/iam`: Updates service API and documentation
* Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.

Release v1.46.3 (2023-10-24)
===

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.46.3"
const SDKVersion = "1.46.4"
4 changes: 2 additions & 2 deletions models/apis/connectcases/2022-10-03/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
},
"CommentBody":{
"type":"string",
"max":1000,
"max":3000,
"min":1
},
"CommentBodyTextType":{
Expand Down Expand Up @@ -1252,7 +1252,7 @@
},
"FieldValueUnionStringValueString":{
"type":"string",
"max":500,
"max":1500,
"min":0
},
"GetCaseEventConfigurationRequest":{
Expand Down
6 changes: 3 additions & 3 deletions models/apis/connectcases/2022-10-03/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"operations": {
"BatchGetField": "<p>Returns the description for the list of fields in the request parameters. </p>",
"BatchPutFieldOptions": "<p>Creates and updates a set of field options for a single select field in a Cases domain.</p>",
"CreateCase": "<p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <note> <p>The following fields are required when creating a case:</p> <pre><code> &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/note&gt; </code></pre>",
"CreateCase": "<p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <p>The following fields are required when creating a case:</p> <pre><code> &lt;ul&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;customer_id&lt;/code&gt; - You must provide the full customer profile ARN in this format: &lt;code&gt;arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;li&gt; &lt;p&gt; &lt;code&gt;title&lt;/code&gt; &lt;/p&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre>",
"CreateDomain": "<p>Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.</p> <important> <p>This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html\">CreateIntegrationAssociation</a> API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam\">Onboard to Cases</a>.</p> <pre><code> &lt;/important&gt; </code></pre>",
"CreateField": "<p>Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain. </p>",
"CreateLayout": "<p>Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:</p> <ul> <li> <p>Fields to display to the users</p> </li> <li> <p>Field ordering</p> </li> </ul> <note> <p>Title and Status fields cannot be part of layouts since they are not configurable.</p> </note>",
Expand All @@ -23,7 +23,7 @@
"ListLayouts": "<p>Lists all layouts in the given cases domain. Each list item is a condensed summary object of the layout.</p>",
"ListTagsForResource": "<p>Lists tags for a resource.</p>",
"ListTemplates": "<p>Lists all of the templates in a Cases domain. Each list item is a condensed summary object of the template. </p>",
"PutCaseEventConfiguration": "<p>API for adding case event publishing configuration</p>",
"PutCaseEventConfiguration": "<p>Adds case event publishing configuration. For a complete list of fields you can add to the event message, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html\">Create case fields</a> in the <i>Amazon Connect Administrator Guide</i> </p>",
"SearchCases": "<p>Searches for cases within their associated Cases domain. Search results are returned as a paginated list of abridged case documents.</p> <note> <p>For <code>customer_id</code> you must provide the full customer profile ARN in this format: <code> arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile ID</code>. </p> </note>",
"SearchRelatedItems": "<p>Searches for related items that are associated with a case.</p> <note> <p>If no filters are provided, this returns all related items associated with a case.</p> </note>",
"TagResource": "<p>Adds tags to a resource.</p>",
Expand Down Expand Up @@ -699,7 +699,7 @@
"refs": {
"CreateLayoutRequest$content": "<p>Information about which fields will be present in the layout, and information about the order of the fields.</p>",
"GetLayoutResponse$content": "<p>Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field. </p>",
"UpdateLayoutRequest$content": "<p>Information about which fields will be present in the layout, the order of the fields, and a read-only attribute of the field. </p>"
"UpdateLayoutRequest$content": "<p>Information about which fields will be present in the layout, the order of the fields.</p>"
}
},
"LayoutId": {
Expand Down
64 changes: 32 additions & 32 deletions models/apis/connectcases/2022-10-03/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 All @@ -59,7 +58,6 @@
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -87,13 +85,14 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -106,7 +105,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -120,7 +118,6 @@
"assign": "PartitionResult"
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -143,7 +140,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand Down Expand Up @@ -178,11 +174,9 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -193,16 +187,19 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"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 @@ -216,14 +213,12 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
true,
{
"fn": "getAttr",
"argv": [
Expand All @@ -232,15 +227,14 @@
},
"supportsFIPS"
]
}
},
true
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -251,16 +245,19 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "FIPS is enabled but this partition does not support FIPS",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [
Expand All @@ -274,7 +271,6 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [
Expand All @@ -294,11 +290,9 @@
]
}
],
"type": "tree",
"rules": [
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -309,20 +303,22 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "DualStack is enabled but this partition does not support DualStack",
"type": "error"
}
]
],
"type": "tree"
},
{
"conditions": [],
"type": "tree",
"rules": [
{
"conditions": [],
Expand All @@ -333,18 +329,22 @@
},
"type": "endpoint"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
}
]
],
"type": "tree"
},
{
"conditions": [],
"error": "Invalid Configuration: Missing Region",
"type": "error"
}
]
],
"type": "tree"
}
]
}
Loading

0 comments on commit 93b4f9f

Please sign in to comment.