Skip to content

Commit

Permalink
Merge branch 'release-1.27.70'
Browse files Browse the repository at this point in the history
* release-1.27.70:
  Bumping version to 1.27.70
  Update to latest endpoints
  Update to latest models
  remove symlink resolution in Loader.is_builtin_path
  Loader utilities for determining source of loaded data (#2751)
  • Loading branch information
aws-sdk-python-automation committed Sep 9, 2022
2 parents a2f9730 + 35f113e commit 4cb11df
Show file tree
Hide file tree
Showing 15 changed files with 536 additions and 49 deletions.
27 changes: 27 additions & 0 deletions .changes/1.27.70.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``cloudtrail``",
"description": "This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "Update lexv2-models client to latest version",
"type": "api-change"
},
{
"category": "``lexv2-runtime``",
"description": "Update lexv2-runtime client to latest version",
"type": "api-change"
},
{
"category": "``pi``",
"description": "Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "This release updates documentation for AQUA features and other description updates.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.27.70
=======

* api-change:``cloudtrail``: This release adds CloudTrail getChannel and listChannels APIs to allow customer to view the ServiceLinkedChannel configurations.
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``lexv2-runtime``: Update lexv2-runtime client to latest version
* api-change:``pi``: Increases the maximum values of two RDS Performance Insights APIs. The maximum value of the Limit parameter of DimensionGroup is 25. The MaxResult maximum is now 25 for the following APIs: DescribeDimensionKeys, GetResourceMetrics, ListAvailableResourceDimensions, and ListAvailableResourceMetrics.
* api-change:``redshift``: This release updates documentation for AQUA features and other description updates.


1.27.69
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.69'
__version__ = '1.27.70'


class NullHandler(logging.Handler):
Expand Down
212 changes: 206 additions & 6 deletions botocore/data/cloudtrail/2013-11-01/service-2.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3796,11 +3796,16 @@
},
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand All @@ -3822,6 +3827,7 @@
"deprecated" : true,
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "devops-guru-fips.us-east-1.amazonaws.com",
Expand All @@ -3834,6 +3840,7 @@
"tags" : [ "fips" ]
} ]
},
"us-west-1" : { },
"us-west-2" : {
"variants" : [ {
"hostname" : "devops-guru-fips.us-west-2.amazonaws.com",
Expand Down
147 changes: 141 additions & 6 deletions botocore/data/lexv2-models/2020-08-07/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2245,6 +2245,16 @@
},
"documentation":"<p>Contains information about code hooks that Amazon Lex calls during a conversation.</p>"
},
"CompositeSlotTypeSetting":{
"type":"structure",
"members":{
"subSlots":{
"shape":"SubSlotTypeList",
"documentation":"<p>Subslots in the composite slot.</p>"
}
},
"documentation":"<p>A composite slot is a combination of two or more slots that capture multiple pieces of information in a single user input.</p>"
},
"Condition":{
"type":"structure",
"required":["expressionString"],
Expand Down Expand Up @@ -3026,6 +3036,10 @@
"multipleValuesSetting":{
"shape":"MultipleValuesSetting",
"documentation":"<p>Indicates whether the slot returns multiple values in one response. Multi-value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>. </p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>"
},
"subSlotSetting":{
"shape":"SubSlotSetting",
"documentation":"<p>Specifications for the constituent sub slots and the expression for the composite slot.</p>"
}
}
},
Expand Down Expand Up @@ -3079,6 +3093,10 @@
"multipleValuesSetting":{
"shape":"MultipleValuesSetting",
"documentation":"<p>Indicates whether the slot returns multiple values in one response.</p>"
},
"subSlotSetting":{
"shape":"SubSlotSetting",
"documentation":"<p>Specifications for the constituent sub slots and the expression for the composite slot.</p>"
}
}
},
Expand Down Expand Up @@ -3132,6 +3150,10 @@
"externalSourceSetting":{
"shape":"ExternalSourceSetting",
"documentation":"<p>Sets the type of external information used to create the slot type.</p>"
},
"compositeSlotTypeSetting":{
"shape":"CompositeSlotTypeSetting",
"documentation":"<p>Specifications for a composite slot type.</p>"
}
}
},
Expand Down Expand Up @@ -3181,6 +3203,10 @@
"externalSourceSetting":{
"shape":"ExternalSourceSetting",
"documentation":"<p>The type of external information used to create the slot type.</p>"
},
"compositeSlotTypeSetting":{
"shape":"CompositeSlotTypeSetting",
"documentation":"<p>Specifications for a composite slot type.</p>"
}
}
},
Expand Down Expand Up @@ -4570,6 +4596,10 @@
"multipleValuesSetting":{
"shape":"MultipleValuesSetting",
"documentation":"<p>Indicates whether the slot accepts multiple values in a single utterance.</p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>"
},
"subSlotSetting":{
"shape":"SubSlotSetting",
"documentation":"<p>Specifications for the constituent sub slots and the expression for the composite slot.</p>"
}
}
},
Expand Down Expand Up @@ -4655,7 +4685,11 @@
"shape":"Timestamp",
"documentation":"<p>A timestamp of the date and time that the slot type was last updated.</p>"
},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
"externalSourceSetting":{"shape":"ExternalSourceSetting"},
"compositeSlotTypeSetting":{
"shape":"CompositeSlotTypeSetting",
"documentation":"<p>Specifications for a composite slot type.</p>"
}
}
},
"Description":{
Expand Down Expand Up @@ -7302,7 +7336,8 @@
"enum":[
"Custom",
"Extended",
"ExternalGrammar"
"ExternalGrammar",
"Composite"
]
},
"SlotTypeFilter":{
Expand Down Expand Up @@ -7474,7 +7509,7 @@
"documentation":"<p>Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.</p>"
}
},
"documentation":"<p>Settings that you can use for eliciting a slot value.</p>"
"documentation":"<p>Specifies the elicitation setting details for constituent sub slots of a composite slot.</p>"
},
"SlotValueOverride":{
"type":"structure",
Expand Down Expand Up @@ -7514,7 +7549,8 @@
"type":"string",
"enum":[
"OriginalValue",
"TopResolution"
"TopResolution",
"Concatenation"
]
},
"SlotValueSelectionSetting":{
Expand Down Expand Up @@ -7547,6 +7583,24 @@
"Descending"
]
},
"Specifications":{
"type":"structure",
"required":[
"slotTypeId",
"valueElicitationSetting"
],
"members":{
"slotTypeId":{
"shape":"BuiltInOrCustomSlotTypeId",
"documentation":"<p>The unique identifier assigned to the slot type.</p>"
},
"valueElicitationSetting":{
"shape":"SubSlotValueElicitationSetting",
"documentation":"<p>Specifies the elicitation setting details for constituent sub slots of a composite slot.</p>"
}
},
"documentation":"<p>Subslot specifications.</p>"
},
"StartBotRecommendationRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -7775,6 +7829,71 @@
"key":{"shape":"NonEmptyString"},
"value":{"shape":"String"}
},
"SubSlotExpression":{
"type":"string",
"max":640,
"min":0,
"pattern":"[0-9A-Za-z_\\s\\(\\)]+"
},
"SubSlotSetting":{
"type":"structure",
"members":{
"expression":{
"shape":"SubSlotExpression",
"documentation":"<p>The expression text for defining the constituent sub slots in the composite slot using logical AND and OR operators.</p>"
},
"slotSpecifications":{
"shape":"SubSlotSpecificationMap",
"documentation":"<p>Specifications for the constituent sub slots of a composite slot.</p>"
}
},
"documentation":"<p>Specifications for the constituent sub slots and the expression for the composite slot.</p>"
},
"SubSlotSpecificationMap":{
"type":"map",
"key":{"shape":"Name"},
"value":{"shape":"Specifications"},
"max":6,
"min":0
},
"SubSlotTypeComposition":{
"type":"structure",
"required":[
"name",
"slotTypeId"
],
"members":{
"name":{
"shape":"Name",
"documentation":"<p>Name of a constituent sub slot inside a composite slot.</p>"
},
"slotTypeId":{
"shape":"BuiltInOrCustomSlotTypeId",
"documentation":"<p>The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.</p>"
}
},
"documentation":"<p>Subslot type composition.</p>"
},
"SubSlotTypeList":{
"type":"list",
"member":{"shape":"SubSlotTypeComposition"},
"max":6,
"min":0
},
"SubSlotValueElicitationSetting":{
"type":"structure",
"required":["promptSpecification"],
"members":{
"defaultValueSpecification":{"shape":"SlotDefaultValueSpecification"},
"promptSpecification":{"shape":"PromptSpecification"},
"sampleUtterances":{
"shape":"SampleUtterancesList",
"documentation":"<p>If you know a specific pattern that users might respond to an Amazon Lex request for a sub slot value, you can provide those utterances to improve accuracy. This is optional. In most cases Amazon Lex is capable of understanding user utterances. This is similar to <code>SampleUtterances</code> for slots.</p>"
},
"waitAndContinueSpecification":{"shape":"WaitAndContinueSpecification"}
},
"documentation":"<p>Subslot elicitation settings.</p> <p> <code>DefaultValueSpecification</code> is a list of default values for a constituent sub slot in a composite slot. Default values are used when Amazon Lex hasn't determined a value for a slot. You can specify default values from context variables, session attributes, and defined values. This is similar to <code>DefaultValueSpecification</code> for slots.</p> <p> <code>PromptSpecification</code> is the prompt that Amazon Lex uses to elicit the sub slot value from the user. This is similar to <code>PromptSpecification</code> for slots.</p>"
},
"SynonymList":{
"type":"list",
"member":{"shape":"SampleValue"},
Expand Down Expand Up @@ -8604,6 +8723,10 @@
"multipleValuesSetting":{
"shape":"MultipleValuesSetting",
"documentation":"<p>Determines whether the slot accepts multiple values in one response. Multiple value slots are only available in the en-US locale. If you set this value to <code>true</code> in any other locale, Amazon Lex throws a <code>ValidationException</code>.</p> <p>If the <code>multipleValuesSetting</code> is not set, the default value is <code>false</code>.</p>"
},
"subSlotSetting":{
"shape":"SubSlotSetting",
"documentation":"<p>Specifications for the constituent sub slots and the expression for the composite slot.</p>"
}
}
},
Expand Down Expand Up @@ -8661,6 +8784,10 @@
"multipleValuesSetting":{
"shape":"MultipleValuesSetting",
"documentation":"<p>Indicates whether the slot accepts multiple values in one response.</p>"
},
"subSlotSetting":{
"shape":"SubSlotSetting",
"documentation":"<p>Specifications for the constituent sub slots and the expression for the composite slot.</p>"
}
}
},
Expand Down Expand Up @@ -8718,7 +8845,11 @@
"location":"uri",
"locationName":"localeId"
},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
"externalSourceSetting":{"shape":"ExternalSourceSetting"},
"compositeSlotTypeSetting":{
"shape":"CompositeSlotTypeSetting",
"documentation":"<p>Specifications for a composite slot type.</p>"
}
}
},
"UpdateSlotTypeResponse":{
Expand Down Expand Up @@ -8768,7 +8899,11 @@
"shape":"Timestamp",
"documentation":"<p>A timestamp of the date and time that the slot type was last updated.</p>"
},
"externalSourceSetting":{"shape":"ExternalSourceSetting"}
"externalSourceSetting":{"shape":"ExternalSourceSetting"},
"compositeSlotTypeSetting":{
"shape":"CompositeSlotTypeSetting",
"documentation":"<p>Specifications for a composite slot type.</p>"
}
}
},
"Utterance":{"type":"string"},
Expand Down
Loading

0 comments on commit 4cb11df

Please sign in to comment.