Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 12, 2024
1 parent 60ff328 commit be71f13
Show file tree
Hide file tree
Showing 24 changed files with 389 additions and 61 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cloudformation-60104.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cloudformation``",
"description": "Adding support for the new parameter \"IncludePropertyValues\" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-config-23095.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``config``",
"description": "Updates documentation for AWS Config"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-22808.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Modifying request for GetUnfilteredTableMetadata for view-related fields."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-healthlake-98449.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``healthlake``",
"description": "Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iotfleethub-59928.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``iotfleethub``",
"description": "Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-kms-7898.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``kms``",
"description": "This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediatailor-52018.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mediatailor``",
"description": "Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-neptunegraph-69154.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``neptune-graph``",
"description": "Update to API documentation to resolve customer reported issues."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-outposts-88601.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``outposts``",
"description": "This release adds EXPEDITORS as a valid shipment carrier."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-redshift-2491.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``redshift``",
"description": "Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-transfer-89170.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``transfer``",
"description": "This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS."
}
44 changes: 43 additions & 1 deletion botocore/data/cloudformation/2010-05-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,8 @@
}
}
},
"AfterContext":{"type":"string"},
"AfterValue":{"type":"string"},
"AllowedValue":{"type":"string"},
"AllowedValues":{
"type":"list",
Expand All @@ -1465,6 +1467,14 @@
"exception":true
},
"Arn":{"type":"string"},
"AttributeChangeType":{
"type":"string",
"enum":[
"Add",
"Remove",
"Modify"
]
},
"AutoDeployment":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1530,6 +1540,8 @@
}
}
},
"BeforeContext":{"type":"string"},
"BeforeValue":{"type":"string"},
"BoxedInteger":{
"type":"integer",
"box":true
Expand Down Expand Up @@ -1606,7 +1618,7 @@
"members":{
"Type":{
"shape":"ChangeType",
"documentation":"<p>The type of entity that CloudFormation changes. Currently, the only entity type is <code>Resource</code>.</p>"
"documentation":"<p>The type of entity that CloudFormation changes.</p> <ul> <li> <p> <code>Resource</code> This change is for a resource.</p> </li> </ul>"
},
"HookInvocationCount":{
"shape":"HookInvocationCount",
Expand Down Expand Up @@ -2572,6 +2584,10 @@
"NextToken":{
"shape":"NextToken",
"documentation":"<p>A string (provided by the <a>DescribeChangeSet</a> response output) that identifies the next page of information that you want to retrieve.</p>"
},
"IncludePropertyValues":{
"shape":"IncludePropertyValues",
"documentation":"<p>If <code>true</code>, the returned changes include detailed changes in the property values.</p>"
}
},
"documentation":"<p>The input for the <a>DescribeChangeSet</a> action.</p>"
Expand Down Expand Up @@ -3890,6 +3906,7 @@
"min":0
},
"IncludeNestedStacks":{"type":"boolean"},
"IncludePropertyValues":{"type":"boolean"},
"InsufficientCapabilitiesException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5371,6 +5388,14 @@
"ModuleInfo":{
"shape":"ModuleInfo",
"documentation":"<p>Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.</p>"
},
"BeforeContext":{
"shape":"BeforeContext",
"documentation":"<p>An encoded JSON string containing the context of the resource before the change is executed.</p>"
},
"AfterContext":{
"shape":"AfterContext",
"documentation":"<p>An encoded JSON string containing the context of the resource after the change is executed.</p>"
}
},
"documentation":"<p>The <code>ResourceChange</code> structure describes the resource and the action that CloudFormation will perform on it if you execute this change set.</p>"
Expand Down Expand Up @@ -5515,6 +5540,7 @@
"min":1
},
"ResourceProperties":{"type":"string"},
"ResourcePropertyPath":{"type":"string"},
"ResourceScanId":{"type":"string"},
"ResourceScanInProgressException":{
"type":"structure",
Expand Down Expand Up @@ -5654,6 +5680,22 @@
"RequiresRecreation":{
"shape":"RequiresRecreation",
"documentation":"<p>If the <code>Attribute</code> value is <code>Properties</code>, indicates whether a change to this property causes the resource to be recreated. The value can be <code>Never</code>, <code>Always</code>, or <code>Conditionally</code>. To determine the conditions for a <code>Conditionally</code> recreation, see the update behavior for that <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html\">property</a> in the <i>CloudFormation User Guide</i>.</p>"
},
"Path":{
"shape":"ResourcePropertyPath",
"documentation":"<p>The property path of the property.</p>"
},
"BeforeValue":{
"shape":"BeforeValue",
"documentation":"<p>The value of the property before the change is executed. Large values can be truncated.</p>"
},
"AfterValue":{
"shape":"AfterValue",
"documentation":"<p>The value of the property after the change is executed. Large values can be truncated.</p>"
},
"AttributeChangeType":{
"shape":"AttributeChangeType",
"documentation":"<p>The type of change to be made to the property if the change is executed.</p> <ul> <li> <p> <code>Add</code> The item will be added.</p> </li> <li> <p> <code>Remove</code> The item will be removed.</p> </li> <li> <p> <code>Modify</code> The item will be modified.</p> </li> </ul>"
}
},
"documentation":"<p>The field that CloudFormation will change, such as the name of a resource's property, and whether the resource will be recreated.</p>"
Expand Down
10 changes: 5 additions & 5 deletions botocore/data/config/2014-11-12/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@
},
"configurationItemDeliveryTime":{
"shape":"ConfigurationItemDeliveryTime",
"documentation":"<p>The time when configuration changes for the resource were delivered.</p>"
"documentation":"<p>The time when configuration changes for the resource were delivered.</p> <note> <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config Developer Guide</i>.</p> </note>"
}
},
"documentation":"<p>The detailed configurations of a specified resource.</p>"
Expand Down Expand Up @@ -2421,7 +2421,7 @@
},
"configurationItemDeliveryTime":{
"shape":"ConfigurationItemDeliveryTime",
"documentation":"<p>The time when configuration changes for the resource were delivered.</p>"
"documentation":"<p>The time when configuration changes for the resource were delivered.</p> <note> <p>This field is optional and is not guaranteed to be present in a configuration item (CI). If you are using daily recording, this field will be populated. However, if you are using continuous recording, this field will be omitted since the delivery time is instantaneous as the CI is available right away. For more information on daily recording and continuous recording, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html#select-resources-recording-frequency\">Recording Frequency</a> in the <i>Config Developer Guide</i>.</p> </note>"
}
},
"documentation":"<p>A list that contains detailed configurations of a specified resource.</p>"
Expand Down Expand Up @@ -3408,7 +3408,7 @@
},
"Limit":{
"shape":"RuleLimit",
"documentation":"<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 150 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>"
"documentation":"<p>The number of rule evaluation results that you want returned.</p> <p>This parameter is required if the rule limit for your account is more than the default of 1000 rules.</p> <p>For information about requesting a rule limit increase, see <a href=\"http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config\">Config Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>"
}
},
"documentation":"<p/>"
Expand Down Expand Up @@ -5353,7 +5353,7 @@
"type":"structure",
"members":{
},
"documentation":"<p>Failed to add the Config rule because the account already contains the maximum number of 150 rules. Consider deleting any deactivated rules before you add new rules.</p>",
"documentation":"<p>Failed to add the Config rule because the account already contains the maximum number of 1000 rules. Consider deleting any deactivated rules before you add new rules.</p>",
"exception":true
},
"MaxNumberOfConfigurationRecordersExceededException":{
Expand Down Expand Up @@ -7099,7 +7099,7 @@
"members":{
"EvaluationMode":{
"shape":"EvaluationMode",
"documentation":"<p>Filters all resource evaluations results based on an evaluation mode. the valid value for this API is <code>Proactive</code>.</p>"
"documentation":"<p>Filters all resource evaluations results based on an evaluation mode.</p> <important> <p>Currently, <code>DECTECTIVE</code> is not supported as a valid value. Ignore other documentation stating otherwise.</p> </important>"
},
"TimeWindow":{
"shape":"TimeWindow",
Expand Down
16 changes: 12 additions & 4 deletions botocore/data/glue/2017-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2190,7 +2190,7 @@
{"shape":"FederationSourceException"},
{"shape":"FederationSourceRetryableException"}
],
"documentation":"<p>Retrieves table metadata from the Data Catalog that contains unfiltered metadata.</p> <p>For IAM authorization, the public IAM action associated with this API is <code>glue:GetTable</code>.</p>"
"documentation":"<p>Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.</p> <p>For IAM authorization, the public IAM action associated with this API is <code>glue:GetTable</code>.</p>"
},
"GetUserDefinedFunction":{
"name":"GetUserDefinedFunction",
Expand Down Expand Up @@ -13026,7 +13026,15 @@
},
"SupportedPermissionTypes":{
"shape":"PermissionTypeList",
"documentation":"<p>(Required) A list of supported permission types. </p>"
"documentation":"<p>Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the <code>GetUnfilteredTableMetadata</code> API operation. Accepted values are:</p> <ul> <li> <p> <code>COLUMN_PERMISSION</code> - Column permissions ensure that users can access only specific columns in the table. If there are particular columns contain sensitive data, data lake administrators can define column filters that exclude access to specific columns.</p> </li> <li> <p> <code>CELL_FILTER_PERMISSION</code> - Cell-level filtering combines column filtering (include or exclude columns) and row filter expressions to restrict access to individual elements in the table.</p> </li> <li> <p> <code>NESTED_PERMISSION</code> - Nested permissions combines cell-level filtering and nested column filtering to restrict access to columns and/or nested columns in specific rows based on row filter expressions.</p> </li> <li> <p> <code>NESTED_CELL_PERMISSION</code> - Nested cell permissions combines nested permission with nested cell-level filtering. This allows different subsets of nested columns to be restricted based on an array of row filter expressions. </p> </li> </ul> <p>Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type.</p> <p>Important: If you provide a supported permission type that doesn't match the user's level of permissions on the table, then Lake Formation raises an exception. For example, if the third-party engine calling the <code>GetUnfilteredTableMetadata</code> operation can enforce only column-level filtering, and the user has nested cell filtering applied on the table, Lake Formation throws an exception, and will not return unfiltered table metadata and data access credentials.</p>"
},
"ParentResourceArn":{
"shape":"ArnString",
"documentation":"<p>The resource ARN of the view.</p>"
},
"RootResourceArn":{
"shape":"ArnString",
"documentation":"<p>The resource ARN of the root view in a chain of nested views.</p>"
},
"SupportedDialect":{
"shape":"SupportedDialect",
Expand Down Expand Up @@ -14604,11 +14612,11 @@
},
"MaxFetchTimeInMs":{
"shape":"BoxedNonNegativeLong",
"documentation":"<p>The maximum time spent in the job executor to fetch a record from the Kinesis data stream per shard, specified in milliseconds (ms). The default value is <code>1000</code>.</p>"
"documentation":"<p>The maximum time spent for the job executor to read records for the current batch from the Kinesis data stream, specified in milliseconds (ms). Multiple <code>GetRecords</code> API calls may be made within this time. The default value is <code>1000</code>.</p>"
},
"MaxFetchRecordsPerShard":{
"shape":"BoxedNonNegativeLong",
"documentation":"<p>The maximum number of records to fetch per shard in the Kinesis data stream. The default value is <code>100000</code>.</p>"
"documentation":"<p>The maximum number of records to fetch per shard in the Kinesis data stream per microbatch. Note: The client can exceed this limit if the streaming job has already read extra records from Kinesis (in the same get-records call). If <code>MaxFetchRecordsPerShard</code> needs to be strict then it needs to be a multiple of <code>MaxRecordPerRead</code>. The default value is <code>100000</code>.</p>"
},
"MaxRecordPerRead":{
"shape":"BoxedNonNegativeLong",
Expand Down
33 changes: 32 additions & 1 deletion botocore/data/healthlake/2017-07-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,10 @@
"IdentityProviderConfiguration":{
"shape":"IdentityProviderConfiguration",
"documentation":"<p>The identity provider that you selected when you created the data store.</p>"
},
"ErrorCause":{
"shape":"ErrorCause",
"documentation":"<p>The error cause for the current data store operation.</p>"
}
},
"documentation":"<p>Displays the properties of the data store, including the ID, ARN, name, and the status of the data store.</p>"
Expand All @@ -436,7 +440,8 @@
"CREATING",
"ACTIVE",
"DELETING",
"DELETED"
"DELETED",
"CREATE_FAILED"
]
},
"DeleteFHIRDatastoreRequest":{
Expand Down Expand Up @@ -556,6 +561,32 @@
"min":1,
"pattern":"(arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:kms:)?([a-z]{2}-[a-z]+(-[a-z]+)?-\\d:)?(\\d{12}:)?(((key/)?[a-zA-Z0-9-_]+)|(alias/[a-zA-Z0-9:/_-]+))"
},
"ErrorCategory":{
"type":"string",
"enum":[
"RETRYABLE_ERROR",
"NON_RETRYABLE_ERROR"
]
},
"ErrorCause":{
"type":"structure",
"members":{
"ErrorMessage":{
"shape":"ErrorMessage",
"documentation":"<p>The text of the error message.</p>"
},
"ErrorCategory":{
"shape":"ErrorCategory",
"documentation":"<p>The error category of the create/delete data store operation. Possible statuses are RETRYABLE_ERROR or NON_RETRYABLE_ERROR.</p>"
}
},
"documentation":"<p>The error info of the create/delete data store operation.</p>"
},
"ErrorMessage":{
"type":"string",
"max":4096,
"min":1
},
"ExportJobProperties":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit be71f13

Please sign in to comment.