From a4346de0c39a733460dbb293acfc033892999d28 Mon Sep 17 00:00:00 2001
From: awstools Optional, user-provided tags for this workspace. Optional, customer managed KMS key used to encrypt data for this workspace Represents the input of a CreateWorkspace operation. The tags of this workspace. Customer managed KMS key ARN for this workspace Represents the output of a CreateWorkspace operation. A KMS Key ARN. The tags of this workspace. The customer managed KMS key of this workspace. Represents the properties of a workspace. The tags of this workspace. Customer managed KMS key ARN for this workspace Represents a summary of the properties of a workspace. This API is in preview release and subject to change. Creates and persists an Application resource. Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane. Deletes the Application. Only Applications that don't have any Application Associations can be deleted. Returns information about the event integration. Returns a paginated list of application associations for an application. This API is in preview release and subject to change. Updates and persists an Application resource. The Amazon Resource Name (ARN) of the Application Association. The Amazon Resource Name (ARN) of the Application. The identifier for the client that is associated with the Application Association. Summary information about the Application Association. The events that the application subscribes. The events that the application subscribes. The events that the application publishes. The events that the application publishes. The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }. The configuration of events or requests that the application has access to. The Amazon Resource Name (ARN) of the Application. The Amazon Resource Name (ARN) of the Application. The events that the application subscribes. The events that the application subscribes. The events that the application publishes. The events that the application publishes. The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }. The configuration of events or requests that the application has access to. A unique identifier for the Application. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. The maximum number of results to return per page. List of Application Associations for the Application. If there are additional results, this is the token for the next set of results. The configuration for what data should be pulled from the source. The permission of an event or request that the application has access to. The Amazon Resource Name (ARN) of the Application. The events that the application subscribes. The events that the application subscribes. The events that the application publishes. The events that the application publishes. The configuration of events or requests that the application has access to. Name of the column Arn of a RDS Resource. Contains the configurations to use RDS to store knowledge base data. Name of the database within RDS A mapping of Bedrock Knowledge Base fields to RDS column names Name of the table within RDS The recommended action users can take to resolve an error in failureReasons. Arn of a SecretsManager Secret. Configures the physical storage of ingested data in a knowledge base. Sets or changes the comment or description for a repository. The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage. Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository. The ID of a repository that either could not be found or was not in a valid state. The name of a repository that either could not be found or was not in a valid state. An error code that specifies the type of failure. An error message that provides detail about why the repository either was not found or was not in a valid state. Returns information about errors in a BatchGetRepositories operation. Returns a list of repository names for which information could not be found. Returns information about any errors returned when attempting to retrieve information about the repositories. Represents the output of a batch get repositories operation. One or more tag key-value pairs to use when tagging this repository. The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for kmsKeyID, see KeyId in the Decrypt API description in the Key Management Service API Reference. If no key is specified, the default Represents the input of a create repository operation. The Amazon Resource Name (ARN) of the repository. The ID of the Key Management Service encryption key used to encrypt and decrypt the repository. Information about a repository. Represents the input of an update repository description operation. The name of the repository for which you want to update the KMS encryption key used to encrypt and decrypt the repository. The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for keyID, see KeyId in the Decrypt API description in the Key Management Service API Reference. The ID of the repository. The ID of the encryption key. The ID of the encryption key formerly used to encrypt and decrypt the repository. This is the CodeCommit API Reference. This reference provides descriptions of the operations and data types for CodeCommit API along with usage examples. You can use the CodeCommit API to work with the following objects: Repositories, by calling the following: BatchGetRepositories, which returns information about one or more repositories associated with your Amazon Web Services account. CreateRepository, which creates an CodeCommit repository. DeleteRepository, which deletes an CodeCommit repository. GetRepository, which returns information about a specified repository. ListRepositories, which lists all CodeCommit repositories associated with your Amazon Web Services account. UpdateRepositoryDescription, which sets or updates the description of the repository. UpdateRepositoryName, which changes the name of the repository. If you change the name of a repository, no other users of that repository can access it until you send them the new HTTPS or SSH URL to use. Branches, by calling the following: CreateBranch, which creates a branch in a specified repository. DeleteBranch, which deletes the specified branch in a repository unless it is the default branch. GetBranch, which returns information about a specified branch. ListBranches, which lists all branches for a specified repository. UpdateDefaultBranch, which changes the default branch for a repository. Files, by calling the following: DeleteFile, which deletes the content of a specified file from a specified branch. GetBlob, which returns the base-64 encoded content of an individual Git blob object in a repository. GetFile, which returns the base-64 encoded content of a specified file. GetFolder, which returns the contents of a specified folder or directory. ListFileCommitHistory, which retrieves a list of commits and changes to a specified file. PutFile, which adds or modifies a single file in a specified repository and branch. Commits, by calling the following: BatchGetCommits, which returns information about one or more commits in a repository. CreateCommit, which creates a commit for changes to a repository. GetCommit, which returns information about a commit, including commit messages and author and committer information. GetDifferences, which returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference). Merges, by calling the following: BatchDescribeMergeConflicts, which returns information about conflicts in a merge between commits in a repository. CreateUnreferencedMergeCommit, which creates an unreferenced commit between two branches or commits for the purpose of comparing them and identifying any potential conflicts. DescribeMergeConflicts, which returns information about merge conflicts between the base, source, and destination versions of a file in a potential merge. GetMergeCommit, which returns information about the merge between a source and destination commit. GetMergeConflicts, which returns information about merge conflicts between the source and destination branch in a pull request. GetMergeOptions, which returns information about the available merge options between two branches or commit specifiers. MergeBranchesByFastForward, which merges two branches using the fast-forward merge option. MergeBranchesBySquash, which merges two branches using the squash merge option. MergeBranchesByThreeWay, which merges two branches using the three-way merge option. Pull requests, by calling the following: CreatePullRequest, which creates a pull request in a specified repository. CreatePullRequestApprovalRule, which creates an approval rule for a specified pull request. DeletePullRequestApprovalRule, which deletes an approval rule for a specified pull request. DescribePullRequestEvents, which returns information about one or more pull request events. EvaluatePullRequestApprovalRules, which evaluates whether a pull request has met all the conditions specified in its associated approval rules. GetCommentsForPullRequest, which returns information about comments on a specified pull request. GetPullRequest, which returns information about a specified pull request. GetPullRequestApprovalStates, which returns information about the approval states for a specified pull request. GetPullRequestOverrideState, which returns information about whether approval rules have been set aside (overriden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request. ListPullRequests, which lists all pull requests for a repository. MergePullRequestByFastForward, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the fast-forward merge option. MergePullRequestBySquash, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the squash merge option. MergePullRequestByThreeWay, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the three-way merge option. OverridePullRequestApprovalRules, which sets aside all approval rule requirements for a pull request. PostCommentForPullRequest, which posts a comment to a pull request at the specified line, file, or request. UpdatePullRequestApprovalRuleContent, which updates the structure of an approval rule for a pull request. UpdatePullRequestApprovalState, which updates the state of an approval on a pull request. UpdatePullRequestDescription, which updates the description of a pull request. UpdatePullRequestStatus, which updates the status of a pull request. UpdatePullRequestTitle, which updates the title of a pull request. Approval rule templates, by calling the following: AssociateApprovalRuleTemplateWithRepository, which associates a template with a specified repository. After the template is associated with a repository, CodeCommit creates approval rules that match the template conditions on every pull request created in the specified repository. BatchAssociateApprovalRuleTemplateWithRepositories, which associates a template with one or more specified repositories. After the template is associated with a repository, CodeCommit creates approval rules that match the template conditions on every pull request created in the specified repositories. BatchDisassociateApprovalRuleTemplateFromRepositories, which removes the association between a template and specified repositories so that approval rules based on the template are not automatically created when pull requests are created in those repositories. CreateApprovalRuleTemplate, which creates a template for approval rules that can then be associated with one or more repositories in your Amazon Web Services account. DeleteApprovalRuleTemplate, which deletes the specified template. It does not remove approval rules on pull requests already created with the template. DisassociateApprovalRuleTemplateFromRepository, which removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. GetApprovalRuleTemplate, which returns information about an approval rule template. ListApprovalRuleTemplates, which lists all approval rule templates in the Amazon Web Services Region in your Amazon Web Services account. ListAssociatedApprovalRuleTemplatesForRepository, which lists all approval rule templates that are associated with a specified repository. ListRepositoriesForApprovalRuleTemplate, which lists all repositories associated with the specified approval rule template. UpdateApprovalRuleTemplateDescription, which updates the description of an approval rule template. UpdateApprovalRuleTemplateName, which updates the name of an approval rule template. UpdateApprovalRuleTemplateContent, which updates the content of an approval rule template. Comments in a repository, by calling the following: DeleteCommentContent, which deletes the content of a comment on a commit in a repository. GetComment, which returns information about a comment on a commit. GetCommentReactions, which returns information about emoji reactions to comments. GetCommentsForComparedCommit, which returns information about comments on the comparison between two commit specifiers in a repository. PostCommentForComparedCommit, which creates a comment on the comparison between two commit specifiers in a repository. PostCommentReply, which creates a reply to a comment. PutCommentReaction, which creates or updates an emoji reaction to a comment. UpdateComment, which updates the content of a comment on a commit in a repository. Tags used to tag resources in CodeCommit (not Git tags), by calling the following: ListTagsForResource, which gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit. TagResource, which adds or updates tags for a resource in CodeCommit. UntagResource, which removes tags for a resource in CodeCommit. Triggers, by calling the following: GetRepositoryTriggers, which returns information about triggers configured for a repository. PutRepositoryTriggers, which replaces all triggers for a repository and can be used to create or delete triggers. TestRepositoryTriggers, which tests the functionality of a repository trigger by sending data to the trigger target. For information about how to use CodeCommit, see the CodeCommit User Guide. This is the CodeCommit API Reference. This reference provides descriptions of the operations and data types for CodeCommit API along with usage examples. You can use the CodeCommit API to work with the following objects: Repositories, by calling the following: BatchGetRepositories, which returns information about one or more repositories associated with your Amazon Web Services account. CreateRepository, which creates an CodeCommit repository. DeleteRepository, which deletes an CodeCommit repository. GetRepository, which returns information about a specified repository. ListRepositories, which lists all CodeCommit repositories associated with your Amazon Web Services account. UpdateRepositoryDescription, which sets or updates the description of the repository. UpdateRepositoryEncryptionKey, which updates the Key Management Service encryption key used to encrypt and decrypt a repository. UpdateRepositoryName, which changes the name of the repository. If you change the name of a repository, no other users of that repository can access it until you send them the new HTTPS or SSH URL to use. Branches, by calling the following: CreateBranch, which creates a branch in a specified repository. DeleteBranch, which deletes the specified branch in a repository unless it is the default branch. GetBranch, which returns information about a specified branch. ListBranches, which lists all branches for a specified repository. UpdateDefaultBranch, which changes the default branch for a repository. Files, by calling the following: DeleteFile, which deletes the content of a specified file from a specified branch. GetBlob, which returns the base-64 encoded content of an individual Git blob object in a repository. GetFile, which returns the base-64 encoded content of a specified file. GetFolder, which returns the contents of a specified folder or directory. ListFileCommitHistory, which retrieves a list of commits and changes to a specified file. PutFile, which adds or modifies a single file in a specified repository and branch. Commits, by calling the following: BatchGetCommits, which returns information about one or more commits in a repository. CreateCommit, which creates a commit for changes to a repository. GetCommit, which returns information about a commit, including commit messages and author and committer information. GetDifferences, which returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or other fully qualified reference). Merges, by calling the following: BatchDescribeMergeConflicts, which returns information about conflicts in a merge between commits in a repository. CreateUnreferencedMergeCommit, which creates an unreferenced commit between two branches or commits for the purpose of comparing them and identifying any potential conflicts. DescribeMergeConflicts, which returns information about merge conflicts between the base, source, and destination versions of a file in a potential merge. GetMergeCommit, which returns information about the merge between a source and destination commit. GetMergeConflicts, which returns information about merge conflicts between the source and destination branch in a pull request. GetMergeOptions, which returns information about the available merge options between two branches or commit specifiers. MergeBranchesByFastForward, which merges two branches using the fast-forward merge option. MergeBranchesBySquash, which merges two branches using the squash merge option. MergeBranchesByThreeWay, which merges two branches using the three-way merge option. Pull requests, by calling the following: CreatePullRequest, which creates a pull request in a specified repository. CreatePullRequestApprovalRule, which creates an approval rule for a specified pull request. DeletePullRequestApprovalRule, which deletes an approval rule for a specified pull request. DescribePullRequestEvents, which returns information about one or more pull request events. EvaluatePullRequestApprovalRules, which evaluates whether a pull request has met all the conditions specified in its associated approval rules. GetCommentsForPullRequest, which returns information about comments on a specified pull request. GetPullRequest, which returns information about a specified pull request. GetPullRequestApprovalStates, which returns information about the approval states for a specified pull request. GetPullRequestOverrideState, which returns information about whether approval rules have been set aside (overriden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request. ListPullRequests, which lists all pull requests for a repository. MergePullRequestByFastForward, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the fast-forward merge option. MergePullRequestBySquash, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the squash merge option. MergePullRequestByThreeWay, which merges the source destination branch of a pull request into the specified destination branch for that pull request using the three-way merge option. OverridePullRequestApprovalRules, which sets aside all approval rule requirements for a pull request. PostCommentForPullRequest, which posts a comment to a pull request at the specified line, file, or request. UpdatePullRequestApprovalRuleContent, which updates the structure of an approval rule for a pull request. UpdatePullRequestApprovalState, which updates the state of an approval on a pull request. UpdatePullRequestDescription, which updates the description of a pull request. UpdatePullRequestStatus, which updates the status of a pull request. UpdatePullRequestTitle, which updates the title of a pull request. Approval rule templates, by calling the following: AssociateApprovalRuleTemplateWithRepository, which associates a template with a specified repository. After the template is associated with a repository, CodeCommit creates approval rules that match the template conditions on every pull request created in the specified repository. BatchAssociateApprovalRuleTemplateWithRepositories, which associates a template with one or more specified repositories. After the template is associated with a repository, CodeCommit creates approval rules that match the template conditions on every pull request created in the specified repositories. BatchDisassociateApprovalRuleTemplateFromRepositories, which removes the association between a template and specified repositories so that approval rules based on the template are not automatically created when pull requests are created in those repositories. CreateApprovalRuleTemplate, which creates a template for approval rules that can then be associated with one or more repositories in your Amazon Web Services account. DeleteApprovalRuleTemplate, which deletes the specified template. It does not remove approval rules on pull requests already created with the template. DisassociateApprovalRuleTemplateFromRepository, which removes the association between a template and a repository so that approval rules based on the template are not automatically created when pull requests are created in the specified repository. GetApprovalRuleTemplate, which returns information about an approval rule template. ListApprovalRuleTemplates, which lists all approval rule templates in the Amazon Web Services Region in your Amazon Web Services account. ListAssociatedApprovalRuleTemplatesForRepository, which lists all approval rule templates that are associated with a specified repository. ListRepositoriesForApprovalRuleTemplate, which lists all repositories associated with the specified approval rule template. UpdateApprovalRuleTemplateDescription, which updates the description of an approval rule template. UpdateApprovalRuleTemplateName, which updates the name of an approval rule template. UpdateApprovalRuleTemplateContent, which updates the content of an approval rule template. Comments in a repository, by calling the following: DeleteCommentContent, which deletes the content of a comment on a commit in a repository. GetComment, which returns information about a comment on a commit. GetCommentReactions, which returns information about emoji reactions to comments. GetCommentsForComparedCommit, which returns information about comments on the comparison between two commit specifiers in a repository. PostCommentForComparedCommit, which creates a comment on the comparison between two commit specifiers in a repository. PostCommentReply, which creates a reply to a comment. PutCommentReaction, which creates or updates an emoji reaction to a comment. UpdateComment, which updates the content of a comment on a commit in a repository. Tags used to tag resources in CodeCommit (not Git tags), by calling the following: ListTagsForResource, which gets information about Amazon Web Servicestags for a specified Amazon Resource Name (ARN) in CodeCommit. TagResource, which adds or updates tags for a resource in CodeCommit. UntagResource, which removes tags for a resource in CodeCommit. Triggers, by calling the following: GetRepositoryTriggers, which returns information about triggers configured for a repository. PutRepositoryTriggers, which replaces all triggers for a repository and can be used to create or delete triggers. TestRepositoryTriggers, which tests the functionality of a repository trigger by sending data to the trigger target. For information about how to use CodeCommit, see the CodeCommit User Guide. Associates an agent with a traffic distribution group. >Associates a set of proficiencies with a user. Enables rehydration of chats for the lifespan of a contact. For more information about chat rehydration, see Enable persistent chat in the Amazon Connect Administrator Guide. Creates a new predefined attribute for the specified Amazon Connect instance. Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it. Deletes a predefined attribute from the specified Amazon Connect instance. Gets details and status of a phone number that’s claimed to your Amazon Connect instance or traffic distribution group. If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the Describes a predefined attribute for the specified Amazon Connect instance. Disassociates an agent from a traffic distribution group. Disassociates a set of proficiencies from a user. Lists phone numbers claimed to your Amazon Connect instance or traffic distribution group. If the provided For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide. When given an instance ARN, When given a traffic distribution group ARN Lists predefined attributes for the specified Amazon Connect instance. Provides summary information about the hierarchy groups for the specified Amazon Connect instance. For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide. Lists proficiencies associated with a user. Searches for available phone numbers that you can claim to your Amazon Connect instance or traffic distribution group. If the provided Searches contacts in an Amazon Connect instance. Searches the hours of operation in an Amazon Connect instance, with optional filtering. Predefined attributes that meet certain criteria. The name of the flow. You can also create and update flows using the Amazon Connect Flow language. This API is in preview release for Amazon Connect and is subject to change. Updates routing priority and age on the contact (QueuePriority and QueueTimeAdjustmentInSeconds). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using the Set routing priority / age flow block. Updates a phone number’s metadata. To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API. Updates a predefined attribute for the specified Amazon Connect instance. Updates the phone configuration settings for the specified user. Updates the properties associated with the proficiencies of a user. The identifiers for level 1 hierarchy groups. The identifiers for level 2 hierarchy groups. The identifiers for level 3 hierarchy groups. The identifiers for level 4 hierarchy groups. The identifiers for level 5 hierarchy groups. A structure that defines agent hierarchy group levels which can be used to filter search results. Important: Agent hierarchy group level information in search result is a snapshot, it does not represent current agent hierarchy who handled the contact. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance). The identifier of the user account. The proficiencies to associate with the user. Information about Amazon Connect Wisdom. An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger queue time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined and a valid integer value. An integer that represents the queue priority to be applied to the contact (lower priorities are routed preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must be larger than zero, and a valid integer value. Default Value is 5. Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags. Contains information about a contact. A structure that defines filters can be used to search with text within an Amazon Connect Contact Lens analyzed transcript. A structure that defines filters can be used to search within outputs analyzed by Amazon Connect Contact Lens in a contact. The Amazon Resource Name (ARN) of the contact The identifier of the contact summary. If this contact is related to other contacts, this is the ID of the initial contact. If this contact is not the first contact, this is the ID of the previous contact. Indicates how the contact was initiated. How the contact reached your contact center. If this contact was queued, this contains information about the queue. Information about the agent who accepted the contact. The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact. The timestamp when the customer endpoint disconnected from Amazon Connect. The timestamp, in Unix epoch time format, at which to start running the inbound flow. Information of returned contact. The identifier of the agent who accepted the contact. The timestamp when the contact was connected to the agent. Information about the agent who accepted the contact. The unique identifier for the queue. The timestamp when the contact was added to the queue. If this contact was queued, this contains information about the queue. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The name of the predefined attribute. The values of the predefined attribute. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The name of the predefined attribute. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The name of the predefined attribute. Information about the predefined attribute. The expression of a step in a routing criteria. Contains information about the dimensions for a set of metrics. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The identifier of the user account. The proficiencies to disassociate from the user. A list of up to 100 routing profile IDs or ARNs. A list of expressions as a filter, in which an expression is an object of a step in a routing criteria. Contains the filter to apply when retrieving metrics. The identifier of the Amazon Connect instance. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The maximum number of results to return per page. The default MaxResult size is 100. The maximum number of results to return per page. If there are additional results, this is the token for the next set of results. Summary of the predefined attributes. The identifier of the Amazon Connect instance. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. The maximum number of results to return per page. The default MaxResult size is 100. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The identifier of the user account. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. The maximum number of results to return per page. If there are additional results, this is the token for the next set of results. Information about the user proficiencies. The last time that the user's proficiencies are were modified. The region in which a user's proficiencies were last modified. The name of the predefined attribute. The values of the predefined attribute. Last modified time. Last modified region. Information about a predefined attribute. A list of conditions which would be applied together with an A list of conditions which would be applied together with an The search criteria to be used to return predefined attributes. The name of the predefined attribute. Last modified time. Last modified region. Summary of a predefined attribute. Predefined attribute values of type string list. Information about values of a predefined attribute. The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance Time range that you want to search results The search criteria to be used to return contacts. The maximum number of results to return per page. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. Specifies a field to sort by and a sort order Information about the contacts. If there are additional results, this is the token for the next set of results. The total number of contacts which matched your search query. The type of timestamp to search The start time of the time range. The end time of the time range. A structure of time range that you want to search results The array of agent ids The agent hierarchy groups The array of channels The ContactAnalysis object used in search criteria The array of initiaton methods The array of queue ids. The SearchableContactAttributes object used in search criteria A structure of search criteria to be used to return contacts The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. The maximum number of results to return per page. The search criteria to be used to return predefined attributes. Predefined attributes matched by the search criteria. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. The approximate number of predefined attributes which matched your search query. The array of searhale contact attribute criteria The match type of multiple searchable contact attributes criteria. A structure that defines searchable contact attributes which can be used to filter search results. The searchable contact attribute key The array of contact attribute values used to filter search results. The criteria of searchable contact attributes. The name of the field on which to sort. An ascending or descending sort. A structure that defines the sort by and a sort order The type of comparison to be made when evaluating the string condition. A leaf node condition which can be used to specify a string condition. A leaf node condition which can be used to specify a string condition. The currently supported values for The array of transcript search criteria The match type of multiple transcript criteira The transcript object used to search results. The participant role in a transcript The words or phrases used to search within a transcript. The match type of search texts in a transcript criteria. The transcript criteria used to search The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The identifier of the contact in this instance of Amazon Connect. The number of seconds to add or subtract from the contact's routing age. Contacts are routed to agents on a first-come, first-serve basis. This means that changing their amount of time in queue compared to others also changes their position in queue. Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The name of the predefined attribute. The values of the predefined attribute. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. The identifier of the user account. The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API. Contains information about the phone configuration settings for a user. The name of user's proficiency. You must use name of predefined attribute present in the Amazon Connect instance. The value of user's proficiency. You must use value of predefined attribute present in the Amazon Connect instance. The level of the proficiency. The valid values are 1, 2, 3, 4 and 5. Information about proficiency of a user. The name of user's proficiency. The value of user's proficiency. Information about proficiency to be disassociated from the user. You can call This command doesn't apply to RDS Custom. Disables the HTTP endpoint for the specified DB cluster. Disabling this endpoint disables RDS Data API. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora PostgreSQL Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the Downloads all or a portion of the specified log file, up to 1 MB in size. This command doesn't apply to RDS Custom. Enables the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, this endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the Aurora DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This operation applies only to Aurora PostgreSQL Serverless v2 and provisioned DB clusters. To enable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the Specifies whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled. When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor. For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide. Valid for Cluster Type: Aurora DB clusters only Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. RDS Data API is supported with the following DB clusters: Aurora PostgreSQL Serverless v2 and provisioned Aurora PostgreSQL and Aurora MySQL Serverless v1 For more information, see Using RDS Data API in the Amazon Aurora User Guide. Valid for Cluster Type: Aurora DB clusters only Indicates whether the HTTP endpoint for an Aurora Serverless v1 DB cluster is enabled. When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor. For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide. Indicates whether the HTTP endpoint is enabled for an Aurora DB cluster. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see Using RDS Data API in the Amazon Aurora User Guide. The Amazon Resource Name (ARN) of the DB cluster. The ARN of the DB cluster. Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster. The Amazon Resource Name (ARN) of the DB cluster. The ARN of the DB cluster. Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster. Specifies whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint is disabled. When enabled, the HTTP endpoint provides a connectionless web service API for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the query editor. For more information, see Using the Data API for Aurora Serverless v1 in the Amazon Aurora User Guide. Valid for Cluster Type: Aurora DB clusters only Specifies whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the Aurora Serverless v1 DB cluster. You can also query your database from inside the RDS console with the RDS query editor. For more information, see Using RDS Data API in the Amazon Aurora User Guide. This parameter applies only to Aurora Serverless v1 DB clusters. To enable or disable the HTTP endpoint for an Aurora PostgreSQL Serverless v2 or provisioned DB cluster, use the Valid for Cluster Type: Aurora DB clusters only Runs a batch SQL statement over an array of data. You can run bulk update and insert operations for multiple records using a DML statement with different parameter sets. Bulk operations can provide a significant performance improvement over individual insert and update operations. If a call isn't part of a transaction because it doesn't include the There isn't a fixed upper limit on the number of parameter sets. However, the maximum size of the HTTP request submitted through the Data API is 4 MiB. If the request exceeds this limit, the Data API returns an error and doesn't process the request. This 4-MiB limit includes the size of the HTTP headers and the JSON notation in the request. Thus, the number of parameter sets that you can include depends on a combination of factors, such as the size of the SQL statement and the size of each parameter set. The response size limit is 1 MiB. If the call returns more than 1 MiB of response data, the call is terminated. Starts a SQL transaction. A transaction can run for a maximum of 24 hours. A transaction is terminated and rolled back automatically after 24 hours. A transaction times out if no calls use its transaction ID in three minutes. If a transaction times out before it's committed, it's rolled back automatically. DDL statements inside a transaction cause an implicit commit. We recommend that you run each DDL statement in a separate Runs one or more SQL statements. This operation is deprecated. Use the Runs one or more SQL statements. This operation isn't supported for Aurora PostgreSQL Serverless v2 and provisioned DB clusters, and for Aurora Serverless v1 DB clusters, the operation is deprecated. Use the Runs a SQL statement against a database. If a call isn't part of a transaction because it doesn't include the If the binary response data from the database is more than 1 MB, the call is terminated. Values for fields generated during a DML request. Values for fields generated during a DML request. The A NULL value. A NULL value. A value of Boolean data type. A value of Boolean data type. A value of long data type. A value of long data type. A value of double data type. A value of double data type. The number of records updated by a SQL statement. The result of a SQL statement. The result of a SQL statement. This data structure is only used with the deprecated A NULL value. A NULL value. A value for a column of BIT data type. A value for a column of BIT data type. A value for a column of big integer data type. A value for a column of big integer data type. A value for a column of integer data type. A value for a column of integer data type. A value for a column of double data type. A value for a column of double data type. A value for a column of real data type. A value for a column of real data type. A value for a column of STRUCT data type. Contains the value of a column. Contains the value of a column. This data structure is only used with the deprecated Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless v1 DB cluster. To run these statements, you work with the Data Service API. The Data Service API isn't supported on Amazon Aurora Serverless v2 DB clusters. For more information about the Data Service API, see Using the Data API in the Amazon Aurora User Guide.aws/codecommit
Amazon Web Services managed key is used.
PhoneNumberId
URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException
.TargetArn
is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with traffic distribution group.
ListPhoneNumbersV2
returns only the phone numbers claimed to the instance.ListPhoneNumbersV2
returns only the phone numbers claimed to the traffic distribution group.TargetArn
is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.OR
condition.AND
condition.FieldName
are name
and description
.DescribeValidDBInstanceModifications
to learn what modifications you can make to your DB instance. You can use this information when you call ModifyDBInstance
.EnableHttpEndpoint
parameter of the ModifyDBCluster
operation.EnableHttpEndpoint
parameter of the ModifyDBCluster
operation.
EnableHttpEndpoint
and DisableHttpEndpoint
operations.transactionID
parameter, changes that result from the call are committed automatically.ExecuteStatement
call with continueAfterTimeout
enabled.BatchExecuteStatement
or ExecuteStatement
operation.BatchExecuteStatement
or ExecuteStatement
operation.transactionID
parameter, changes that result from the call are committed automatically.
"
+ "documentation": " <note> <p>The <code>generatedFields</code> data isn't supported by Aurora PostgreSQL. To get the values of generated fields, use the <code>RETURNING</code> clause. For more information, see <a href="https://www.postgresql.org/docs/10/dml-returning.html">Returning Data From Modified Rows</a> in the PostgreSQL documentation.</p> </note>
generatedFields
data isn't supported by Aurora PostgreSQL. To get the values of generated fields, use the RETURNING
clause. For more information, see Returning Data From Modified Rows in the PostgreSQL documentation.
"
+ "documentation": " <note> <p>This data structure is only used with the deprecated <code>ExecuteSql</code> operation. Use the <code>BatchExecuteStatement</code> or <code>ExecuteStatement</code> operation instead.</p> </note>
ExecuteSql
operation. Use the BatchExecuteStatement
or ExecuteStatement
operation instead.
",
+ "documentation": " <note> <p>This data structure is only used with the deprecated <code>ExecuteSql</code> operation. Use the <code>BatchExecuteStatement</code> or <code>ExecuteStatement</code> operation instead.</p> </note>
ExecuteSql
operation. Use the BatchExecuteStatement
or ExecuteStatement
operation instead.
Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora DB cluster. To run these statements, you use the RDS Data API (Data API).
Data API is available with the following types of Aurora databases:
Aurora PostgreSQL - Serverless v2, Serverless v1, and provisioned
Aurora MySQL - Serverless v1 only
For more information about the Data API, see Using RDS Data API in the Amazon Aurora User Guide.
" } \ No newline at end of file diff --git a/apis/sagemaker-2017-07-24.min.json b/apis/sagemaker-2017-07-24.min.json index 0062ff5bde..d3ba4fb0bd 100644 --- a/apis/sagemaker-2017-07-24.min.json +++ b/apis/sagemaker-2017-07-24.min.json @@ -1938,8 +1938,11 @@ "RetryStrategy": { "shape": "Shw" }, - "InfraCheckConfig": { + "RemoteDebugConfig": { "shape": "Ssl" + }, + "InfraCheckConfig": { + "shape": "Ssn" } } }, @@ -1970,7 +1973,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Ssr" + "shape": "Sst" }, "MaxPayloadInMB": { "type": "integer" @@ -1986,13 +1989,13 @@ "shape": "S44" }, "DataCaptureConfig": { - "shape": "Ssu" + "shape": "Ssw" }, "TransformResources": { "shape": "S47" }, "DataProcessing": { - "shape": "Ssv" + "shape": "Ssx" }, "Tags": { "shape": "S7" @@ -2048,7 +2051,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "St3" + "shape": "St5" }, "StartTime": { "type": "timestamp" @@ -2057,13 +2060,13 @@ "type": "timestamp" }, "Parameters": { - "shape": "St6" + "shape": "St8" }, "InputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "OutputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "MetadataProperties": { "shape": "S1u" @@ -2115,20 +2118,20 @@ ], "members": { "CognitoConfig": { - "shape": "Stl" + "shape": "Stn" }, "OidcConfig": { - "shape": "Sto" + "shape": "Stq" }, "SourceIpConfig": { - "shape": "Str" + "shape": "Stt" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { - "shape": "Stv" + "shape": "Stx" } } }, @@ -2154,11 +2157,11 @@ "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { - "shape": "Su5" + "shape": "Su7" }, "Description": {}, "NotificationConfiguration": { - "shape": "Sud" + "shape": "Suf" }, "Tags": { "shape": "S7" @@ -2884,13 +2887,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "MetadataProperties": { "shape": "S1u" @@ -2940,10 +2943,10 @@ "type": "structure", "members": { "ValidationStatuses": { - "shape": "Sws" + "shape": "Swu" }, "ImageScanStatuses": { - "shape": "Sws" + "shape": "Swu" } } }, @@ -3052,13 +3055,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "MetadataProperties": { "shape": "S1u" @@ -3118,10 +3121,10 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sx6" + "shape": "Sx8" }, "BestCandidate": { - "shape": "Sx8" + "shape": "Sxa" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, @@ -3129,7 +3132,7 @@ "type": "boolean" }, "AutoMLJobArtifacts": { - "shape": "Sy0" + "shape": "Sy2" }, "ResolvedAttributes": { "type": "structure", @@ -3147,7 +3150,7 @@ "shape": "S6h" }, "ModelDeployResult": { - "shape": "Sy4" + "shape": "Sy6" } } } @@ -3203,15 +3206,15 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sx6" + "shape": "Sx8" }, "BestCandidate": { - "shape": "Sx8" + "shape": "Sxa" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, "AutoMLJobArtifacts": { - "shape": "Sy0" + "shape": "Sy2" }, "ResolvedAttributes": { "type": "structure", @@ -3246,7 +3249,7 @@ "shape": "S6h" }, "ModelDeployResult": { - "shape": "Sy4" + "shape": "Sy6" }, "DataSplitConfig": { "shape": "S6d" @@ -3335,7 +3338,7 @@ "InstanceGroupName": {}, "InstanceId": {}, "InstanceStatus": { - "shape": "Sym" + "shape": "Syo" }, "InstanceType": {}, "LaunchTime": { @@ -3433,7 +3436,7 @@ }, "FailureReason": {}, "ModelArtifacts": { - "shape": "Syv" + "shape": "Syx" }, "ModelDigests": { "type": "structure", @@ -3487,13 +3490,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "LineageGroupArn": {} } @@ -3874,10 +3877,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "S101" + "shape": "S103" }, "DataCaptureConfig": { - "shape": "S109" + "shape": "S10b" }, "EndpointStatus": {}, "FailureReason": {}, @@ -3901,13 +3904,13 @@ "members": { "EndpointConfigName": {}, "ProductionVariants": { - "shape": "S10d" + "shape": "S10f" }, "StartTime": { "type": "timestamp" }, "ShadowProductionVariants": { - "shape": "S10d" + "shape": "S10f" } } }, @@ -3915,7 +3918,7 @@ "shape": "Se0" }, "ShadowProductionVariants": { - "shape": "S101" + "shape": "S103" } } } @@ -3987,20 +3990,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "S10j" + "shape": "S10l" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" } } } @@ -4050,10 +4053,10 @@ "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "S10q" + "shape": "S10s" }, "LastUpdateStatus": { - "shape": "S10t" + "shape": "S10v" }, "FailureReason": {}, "Description": {}, @@ -4099,7 +4102,7 @@ }, "Description": {}, "Parameters": { - "shape": "S10z" + "shape": "S111" } } } @@ -4231,7 +4234,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "S11h" + "shape": "S11j" }, "HubContentDependencies": { "type": "list", @@ -4330,16 +4333,16 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "S11w" + "shape": "S11y" }, "ObjectiveStatusCounters": { - "shape": "S11y" + "shape": "S120" }, "BestTrainingJob": { - "shape": "S120" + "shape": "S122" }, "OverallBestTrainingJob": { - "shape": "S120" + "shape": "S122" }, "WarmStartConfig": { "shape": "Si2" @@ -4349,10 +4352,10 @@ }, "FailureReason": {}, "TuningJobCompletionDetails": { - "shape": "S123" + "shape": "S125" }, "ConsumedResources": { - "shape": "S124" + "shape": "S126" } } } @@ -4465,7 +4468,7 @@ "type": "structure", "members": { "DeployedImage": { - "shape": "S104" + "shape": "S106" }, "ArtifactUrl": {}, "Environment": { @@ -4641,13 +4644,13 @@ "members": { "RecommendationId": {}, "Metrics": { - "shape": "S12v" + "shape": "S12x" }, "EndpointConfiguration": { - "shape": "S12y" + "shape": "S130" }, "ModelConfiguration": { - "shape": "S130" + "shape": "S132" }, "InvocationEndTime": { "type": "timestamp" @@ -4668,7 +4671,7 @@ ], "members": { "Metrics": { - "shape": "S138" + "shape": "S13a" }, "EndpointInfo": { "shape": "Skq" @@ -4707,7 +4710,7 @@ "members": { "LabelingJobStatus": {}, "LabelCounters": { - "shape": "S13c" + "shape": "S13e" }, "FailureReason": {}, "CreationTime": { @@ -4741,7 +4744,7 @@ "shape": "S7" }, "LabelingJobOutput": { - "shape": "S13f" + "shape": "S13h" } } } @@ -4767,13 +4770,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" } } } @@ -4818,7 +4821,7 @@ "type": "boolean" }, "DeploymentRecommendation": { - "shape": "S13k" + "shape": "S13m" } } } @@ -4917,13 +4920,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ModelCardProcessingStatus": {} } @@ -5075,14 +5078,14 @@ }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "S141" + "shape": "S143" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "MetadataProperties": { "shape": "S1u" @@ -5094,7 +5097,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ApprovalDescription": {}, "Domain": {}, @@ -5140,7 +5143,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "ModelPackageGroupStatus": {} } @@ -5236,7 +5239,7 @@ }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "S14e" + "shape": "S14g" } } } @@ -5353,10 +5356,10 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ParallelismConfiguration": { "shape": "Spf" @@ -5403,7 +5406,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "S14y" + "shape": "S150" }, "FailureReason": {}, "CreationTime": { @@ -5413,16 +5416,16 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ParallelismConfiguration": { "shape": "Spf" }, "SelectiveExecutionConfig": { - "shape": "S150" + "shape": "S152" } } } @@ -5525,11 +5528,11 @@ "shape": "Sqw" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "S159" + "shape": "S15b" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "CreationTime": { "type": "timestamp" @@ -5538,7 +5541,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" } } } @@ -5627,7 +5630,7 @@ ], "members": { "SubscribedWorkteam": { - "shape": "S15k" + "shape": "S15m" } } } @@ -5662,7 +5665,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Syv" + "shape": "Syx" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, @@ -5684,7 +5687,7 @@ "shape": "S3j" }, "WarmPoolStatus": { - "shape": "S15o" + "shape": "S15q" }, "VpcConfig": { "shape": "S63" @@ -5705,10 +5708,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "S15r" + "shape": "S15t" }, "FinalMetricDataList": { - "shape": "S15u" + "shape": "S15w" }, "EnableNetworkIsolation": { "type": "boolean" @@ -5741,7 +5744,7 @@ "shape": "Ssb" }, "DebugRuleEvaluationStatuses": { - "shape": "S15y" + "shape": "S160" }, "ProfilerConfig": { "shape": "Ssc" @@ -5771,8 +5774,11 @@ "RetryStrategy": { "shape": "Shw" }, - "InfraCheckConfig": { + "RemoteDebugConfig": { "shape": "Ssl" + }, + "InfraCheckConfig": { + "shape": "Ssn" } } } @@ -5808,7 +5814,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Ssr" + "shape": "Sst" }, "MaxPayloadInMB": { "type": "integer" @@ -5824,7 +5830,7 @@ "shape": "S44" }, "DataCaptureConfig": { - "shape": "Ssu" + "shape": "Ssw" }, "TransformResources": { "shape": "S47" @@ -5841,7 +5847,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "Ssv" + "shape": "Ssx" }, "ExperimentConfig": { "shape": "Sqr" @@ -5867,19 +5873,19 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S16a" + "shape": "S16c" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "MetadataProperties": { "shape": "S1u" @@ -5904,10 +5910,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "Source": { - "shape": "S16e" + "shape": "S16g" }, "Status": { - "shape": "St3" + "shape": "St5" }, "StartTime": { "type": "timestamp" @@ -5919,34 +5925,34 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "Parameters": { - "shape": "St6" + "shape": "St8" }, "InputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "OutputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "MetadataProperties": { "shape": "S1u" }, "Metrics": { - "shape": "S16g" + "shape": "S16i" }, "LineageGroupArn": {}, "Sources": { "type": "list", "member": { - "shape": "S16e" + "shape": "S16g" } } } @@ -6004,7 +6010,7 @@ ], "members": { "Workforce": { - "shape": "S16q" + "shape": "S16s" } } } @@ -6026,7 +6032,7 @@ ], "members": { "Workteam": { - "shape": "S16y" + "shape": "S170" } } } @@ -6225,7 +6231,7 @@ "type": "integer" }, "ScalingPolicyObjective": { - "shape": "S17q" + "shape": "S17s" } } }, @@ -6239,7 +6245,7 @@ "type": "integer" }, "ScalingPolicyObjective": { - "shape": "S17q" + "shape": "S17s" }, "Metric": { "type": "structure", @@ -6369,7 +6375,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "S11h" + "shape": "S11j" }, "Tags": { "shape": "S7" @@ -6699,7 +6705,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" } } } @@ -6768,7 +6774,7 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sx6" + "shape": "Sx8" } } } @@ -6804,7 +6810,7 @@ "Candidates": { "type": "list", "member": { - "shape": "Sx8" + "shape": "Sxa" } }, "NextToken": {} @@ -6861,7 +6867,7 @@ "type": "timestamp" }, "InstanceStatus": { - "shape": "Sym" + "shape": "Syo" } } } @@ -7122,7 +7128,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S1ai" + "shape": "S1ak" }, "NextToken": {} } @@ -7551,7 +7557,7 @@ "ExperimentName": {}, "DisplayName": {}, "ExperimentSource": { - "shape": "S10j" + "shape": "S10l" }, "CreationTime": { "type": "timestamp" @@ -7610,7 +7616,7 @@ }, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "S10q" + "shape": "S10s" } } } @@ -7702,7 +7708,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S1c8" + "shape": "S1ca" }, "NextToken": {} } @@ -7741,7 +7747,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S1c8" + "shape": "S1ca" }, "NextToken": {} } @@ -7916,10 +7922,10 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "S11w" + "shape": "S11y" }, "ObjectiveStatusCounters": { - "shape": "S11y" + "shape": "S120" }, "ResourceLimits": { "shape": "Sgy" @@ -8227,16 +8233,16 @@ ], "members": { "Metrics": { - "shape": "S12v" + "shape": "S12x" }, "EndpointMetrics": { - "shape": "S138" + "shape": "S13a" }, "EndpointConfiguration": { - "shape": "S12y" + "shape": "S130" }, "ModelConfiguration": { - "shape": "S130" + "shape": "S132" }, "FailureReason": {}, "InvocationEndTime": { @@ -8383,14 +8389,14 @@ }, "LabelingJobStatus": {}, "LabelCounters": { - "shape": "S13c" + "shape": "S13e" }, "WorkteamArn": {}, "PreHumanTaskLambdaArn": {}, "AnnotationConsolidationLambdaArn": {}, "FailureReason": {}, "LabelingJobOutput": { - "shape": "S13f" + "shape": "S13h" }, "InputConfig": { "shape": "Sl9" @@ -8540,7 +8546,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S1ai" + "shape": "S1ak" }, "NextToken": {} } @@ -8753,7 +8759,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S1ai" + "shape": "S1ak" }, "NextToken": {} } @@ -8952,7 +8958,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S1ai" + "shape": "S1ak" }, "NextToken": {} } @@ -9071,7 +9077,7 @@ "type": "structure", "members": { "MonitoringAlertSummaries": { - "shape": "S1ft" + "shape": "S1fv" }, "NextToken": {} } @@ -9121,7 +9127,7 @@ "MonitoringExecutionSummaries": { "type": "list", "member": { - "shape": "S14e" + "shape": "S14g" } }, "NextToken": {} @@ -9398,7 +9404,7 @@ "CallbackToken": {}, "SqsQueueUrl": {}, "OutputParameters": { - "shape": "S1h7" + "shape": "S1h9" } } }, @@ -9407,7 +9413,7 @@ "members": { "Arn": {}, "OutputParameters": { - "shape": "S1h7" + "shape": "S1h9" } } }, @@ -9549,7 +9555,7 @@ "type": "structure", "members": { "PipelineParameters": { - "shape": "S1ho" + "shape": "S1hq" }, "NextToken": {} } @@ -9952,7 +9958,7 @@ "SubscribedWorkteams": { "type": "list", "member": { - "shape": "S15k" + "shape": "S15m" } }, "NextToken": {} @@ -10040,7 +10046,7 @@ }, "TrainingJobStatus": {}, "WarmPoolStatus": { - "shape": "S15o" + "shape": "S15q" } } } @@ -10075,7 +10081,7 @@ "TrainingJobSummaries": { "type": "list", "member": { - "shape": "S120" + "shape": "S122" } }, "NextToken": {} @@ -10178,10 +10184,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "TrialComponentSource": { - "shape": "S16e" + "shape": "S16g" }, "Status": { - "shape": "St3" + "shape": "St5" }, "StartTime": { "type": "timestamp" @@ -10193,13 +10199,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" } } } @@ -10240,7 +10246,7 @@ "TrialName": {}, "DisplayName": {}, "TrialSource": { - "shape": "S16a" + "shape": "S16c" }, "CreationTime": { "type": "timestamp" @@ -10315,7 +10321,7 @@ "Workforces": { "type": "list", "member": { - "shape": "S16q" + "shape": "S16s" } }, "NextToken": {} @@ -10344,7 +10350,7 @@ "Workteams": { "type": "list", "member": { - "shape": "S16y" + "shape": "S170" } }, "NextToken": {} @@ -10463,7 +10469,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1km" + "shape": "S1ko" }, "Tags": { "shape": "S7" @@ -10553,7 +10559,7 @@ "members": { "Resource": {}, "SearchExpression": { - "shape": "S1kx" + "shape": "S1kz" }, "SortBy": {}, "SortOrder": {}, @@ -10561,7 +10567,17 @@ "MaxResults": { "type": "integer" }, - "CrossAccountFilterOption": {} + "CrossAccountFilterOption": {}, + "VisibilityConditions": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Key": {}, + "Value": {} + } + } + } } }, "output": { @@ -10573,7 +10589,7 @@ "type": "structure", "members": { "TrainingJob": { - "shape": "S1lb" + "shape": "S1lh" }, "Experiment": { "type": "structure", @@ -10582,20 +10598,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "S10j" + "shape": "S10l" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "Tags": { "shape": "S7" @@ -10610,19 +10626,19 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S16a" + "shape": "S16c" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "MetadataProperties": { "shape": "S1u" @@ -10638,13 +10654,13 @@ "TrialComponentName": {}, "TrialComponentArn": {}, "TrialComponentSource": { - "shape": "S16e" + "shape": "S16g" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" } } } @@ -10658,10 +10674,10 @@ "DisplayName": {}, "TrialComponentArn": {}, "Source": { - "shape": "S16e" + "shape": "S16g" }, "Status": { - "shape": "St3" + "shape": "St5" }, "StartTime": { "type": "timestamp" @@ -10673,25 +10689,25 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "Parameters": { - "shape": "St6" + "shape": "St8" }, "InputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "OutputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "Metrics": { - "shape": "S16g" + "shape": "S16i" }, "MetadataProperties": { "shape": "S1u" @@ -10701,7 +10717,7 @@ "members": { "SourceArn": {}, "TrainingJob": { - "shape": "S1lb" + "shape": "S1lh" }, "ProcessingJob": { "type": "structure", @@ -10757,7 +10773,7 @@ } }, "TransformJob": { - "shape": "S1lj" + "shape": "S1lp" } } }, @@ -10793,10 +10809,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "S101" + "shape": "S103" }, "DataCaptureConfig": { - "shape": "S109" + "shape": "S10b" }, "EndpointStatus": {}, "FailureReason": {}, @@ -10827,7 +10843,7 @@ }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "S14e" + "shape": "S14g" }, "Tags": { "shape": "S7" @@ -10839,7 +10855,7 @@ "shape": "S7" }, "ShadowProductionVariants": { - "shape": "S101" + "shape": "S103" } } }, @@ -10867,14 +10883,14 @@ }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "S141" + "shape": "S143" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "MetadataProperties": { "shape": "S1u" @@ -10886,7 +10902,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ApprovalDescription": {}, "Domain": {}, @@ -10917,7 +10933,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "ModelPackageGroupStatus": {}, "Tags": { @@ -10944,10 +10960,10 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ParallelismConfiguration": { "shape": "Spf" @@ -10966,7 +10982,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "S14y" + "shape": "S150" }, "FailureReason": {}, "CreationTime": { @@ -10976,19 +10992,19 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "ParallelismConfiguration": { "shape": "Spf" }, "SelectiveExecutionConfig": { - "shape": "S150" + "shape": "S152" }, "PipelineParameters": { - "shape": "S1ho" + "shape": "S1hq" } } }, @@ -11017,10 +11033,10 @@ "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "S10q" + "shape": "S10s" }, "LastUpdateStatus": { - "shape": "S10t" + "shape": "S10v" }, "FailureReason": {}, "Description": {}, @@ -11044,7 +11060,7 @@ }, "Description": {}, "Parameters": { - "shape": "S10z" + "shape": "S111" } } }, @@ -11059,11 +11075,11 @@ "shape": "Sqw" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "S159" + "shape": "S15b" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "CreationTime": { "type": "timestamp" @@ -11075,7 +11091,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" } } }, @@ -11104,26 +11120,26 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "S11w" + "shape": "S11y" }, "ObjectiveStatusCounters": { - "shape": "S11y" + "shape": "S120" }, "BestTrainingJob": { - "shape": "S120" + "shape": "S122" }, "OverallBestTrainingJob": { - "shape": "S120" + "shape": "S122" }, "WarmStartConfig": { "shape": "Si2" }, "FailureReason": {}, "TuningJobCompletionDetails": { - "shape": "S123" + "shape": "S125" }, "ConsumedResources": { - "shape": "S124" + "shape": "S126" }, "Tags": { "shape": "S7" @@ -11149,13 +11165,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "Tags": { "shape": "S7" @@ -11196,7 +11212,7 @@ "shape": "S7" }, "DeploymentRecommendation": { - "shape": "S13k" + "shape": "S13m" } } }, @@ -11225,7 +11241,7 @@ } }, "LastBatchTransformJob": { - "shape": "S1lj" + "shape": "S1lp" }, "MonitoringSchedules": { "type": "list", @@ -11248,10 +11264,10 @@ }, "EndpointName": {}, "MonitoringAlertSummaries": { - "shape": "S1ft" + "shape": "S1fv" }, "LastMonitoringExecutionSummary": { - "shape": "S14e" + "shape": "S14g" }, "BatchTransformInput": { "shape": "S9i" @@ -11275,13 +11291,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Swl" + "shape": "Swn" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Swl" + "shape": "Swn" }, "Tags": { "shape": "S7" @@ -11329,7 +11345,7 @@ "members": { "CallbackToken": {}, "OutputParameters": { - "shape": "S1h7" + "shape": "S1h9" }, "ClientRequestToken": { "idempotencyToken": true @@ -11409,7 +11425,7 @@ "PipelineName": {}, "PipelineExecutionDisplayName": {}, "PipelineParameters": { - "shape": "S1ho" + "shape": "S1hq" }, "PipelineExecutionDescription": {}, "ClientRequestToken": { @@ -11419,7 +11435,7 @@ "shape": "Spf" }, "SelectiveExecutionConfig": { - "shape": "S150" + "shape": "S152" } } }, @@ -11630,7 +11646,7 @@ "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1n0" + "shape": "S1n6" } } }, @@ -11677,7 +11693,7 @@ "shape": "S5f" }, "PropertiesToRemove": { - "shape": "S1n0" + "shape": "S1n6" } } }, @@ -11751,7 +11767,7 @@ "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1n0" + "shape": "S1n6" } } }, @@ -11792,7 +11808,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1km" + "shape": "S1ko" } } } @@ -12008,7 +12024,7 @@ "ParameterAdditions": { "type": "list", "member": { - "shape": "S110" + "shape": "S112" } }, "ParameterRemovals": { @@ -12503,6 +12519,14 @@ "type": "integer" } } + }, + "RemoteDebugConfig": { + "type": "structure", + "members": { + "EnableRemoteDebug": { + "type": "boolean" + } + } } } }, @@ -12544,7 +12568,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "St3" + "shape": "St5" }, "StartTime": { "type": "timestamp" @@ -12553,22 +12577,22 @@ "type": "timestamp" }, "Parameters": { - "shape": "St6" + "shape": "St8" }, "ParametersToRemove": { - "shape": "S1pd" + "shape": "S1pk" }, "InputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "InputArtifactsToRemove": { - "shape": "S1pd" + "shape": "S1pk" }, "OutputArtifacts": { - "shape": "Sta" + "shape": "Stc" }, "OutputArtifactsToRemove": { - "shape": "S1pd" + "shape": "S1pk" } } }, @@ -12610,13 +12634,13 @@ "members": { "WorkforceName": {}, "SourceIpConfig": { - "shape": "Str" + "shape": "Stt" }, "OidcConfig": { - "shape": "Sto" + "shape": "Stq" }, "WorkforceVpcConfig": { - "shape": "Stv" + "shape": "Stx" } } }, @@ -12627,7 +12651,7 @@ ], "members": { "Workforce": { - "shape": "S16q" + "shape": "S16s" } } } @@ -12641,11 +12665,11 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "Su5" + "shape": "Su7" }, "Description": {}, "NotificationConfiguration": { - "shape": "Sud" + "shape": "Suf" } } }, @@ -12656,7 +12680,7 @@ ], "members": { "Workteam": { - "shape": "S16y" + "shape": "S170" } } } @@ -16706,6 +16730,14 @@ "value": {} }, "Ssl": { + "type": "structure", + "members": { + "EnableRemoteDebug": { + "type": "boolean" + } + } + }, + "Ssn": { "type": "structure", "members": { "EnableInfraCheck": { @@ -16713,7 +16745,7 @@ } } }, - "Ssr": { + "Sst": { "type": "structure", "members": { "InvocationsTimeoutInSeconds": { @@ -16724,7 +16756,7 @@ } } }, - "Ssu": { + "Ssw": { "type": "structure", "required": [ "DestinationS3Uri" @@ -16737,7 +16769,7 @@ } } }, - "Ssv": { + "Ssx": { "type": "structure", "members": { "InputFilter": {}, @@ -16745,14 +16777,14 @@ "JoinSource": {} } }, - "St3": { + "St5": { "type": "structure", "members": { "PrimaryStatus": {}, "Message": {} } }, - "St6": { + "St8": { "type": "map", "key": {}, "value": { @@ -16765,7 +16797,7 @@ } } }, - "Sta": { + "Stc": { "type": "map", "key": {}, "value": { @@ -16779,7 +16811,7 @@ } } }, - "Stl": { + "Stn": { "type": "structure", "required": [ "UserPool", @@ -16790,7 +16822,7 @@ "ClientId": {} } }, - "Sto": { + "Stq": { "type": "structure", "required": [ "ClientId", @@ -16816,7 +16848,7 @@ "JwksUri": {} } }, - "Str": { + "Stt": { "type": "structure", "required": [ "Cidrs" @@ -16828,27 +16860,27 @@ } } }, - "Stv": { + "Stx": { "type": "structure", "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Stx" + "shape": "Stz" }, "Subnets": { - "shape": "Stz" + "shape": "Su1" } } }, - "Stx": { + "Stz": { "type": "list", "member": {} }, - "Stz": { + "Su1": { "type": "list", "member": {} }, - "Su5": { + "Su7": { "type": "list", "member": { "type": "structure", @@ -16878,13 +16910,13 @@ } } }, - "Sud": { + "Suf": { "type": "structure", "members": { "NotificationTopicArn": {} } }, - "Swl": { + "Swn": { "type": "structure", "members": { "UserProfileArn": {}, @@ -16900,7 +16932,7 @@ } } }, - "Sws": { + "Swu": { "type": "list", "member": { "type": "structure", @@ -16915,7 +16947,7 @@ } } }, - "Sx6": { + "Sx8": { "type": "list", "member": { "type": "structure", @@ -16924,7 +16956,7 @@ } } }, - "Sx8": { + "Sxa": { "type": "structure", "required": [ "CandidateName", @@ -16970,7 +17002,7 @@ }, "CandidateStatus": {}, "InferenceContainers": { - "shape": "Sxk" + "shape": "Sxm" }, "CreationTime": { "type": "timestamp" @@ -17016,12 +17048,12 @@ "type": "map", "key": {}, "value": { - "shape": "Sxk" + "shape": "Sxm" } } } }, - "Sxk": { + "Sxm": { "type": "list", "member": { "type": "structure", @@ -17038,20 +17070,20 @@ } } }, - "Sy0": { + "Sy2": { "type": "structure", "members": { "CandidateDefinitionNotebookLocation": {}, "DataExplorationNotebookLocation": {} } }, - "Sy4": { + "Sy6": { "type": "structure", "members": { "EndpointName": {} } }, - "Sym": { + "Syo": { "type": "structure", "required": [ "Status" @@ -17061,7 +17093,7 @@ "Message": {} } }, - "Syv": { + "Syx": { "type": "structure", "required": [ "S3ModelArtifacts" @@ -17070,7 +17102,7 @@ "S3ModelArtifacts": {} } }, - "S101": { + "S103": { "type": "list", "member": { "type": "structure", @@ -17080,7 +17112,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "S103" + "shape": "S105" }, "CurrentWeight": { "type": "float" @@ -17095,7 +17127,7 @@ "type": "integer" }, "VariantStatus": { - "shape": "S105" + "shape": "S107" }, "CurrentServerlessConfig": { "shape": "Sd3" @@ -17112,13 +17144,13 @@ } } }, - "S103": { + "S105": { "type": "list", "member": { - "shape": "S104" + "shape": "S106" } }, - "S104": { + "S106": { "type": "structure", "members": { "SpecifiedImage": {}, @@ -17128,7 +17160,7 @@ } } }, - "S105": { + "S107": { "type": "list", "member": { "type": "structure", @@ -17144,7 +17176,7 @@ } } }, - "S109": { + "S10b": { "type": "structure", "required": [ "EnableCapture", @@ -17165,7 +17197,7 @@ "KmsKeyId": {} } }, - "S10d": { + "S10f": { "type": "list", "member": { "type": "structure", @@ -17175,7 +17207,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "S103" + "shape": "S105" }, "CurrentWeight": { "type": "float" @@ -17192,7 +17224,7 @@ "InstanceType": {}, "AcceleratorType": {}, "VariantStatus": { - "shape": "S105" + "shape": "S107" }, "CurrentServerlessConfig": { "shape": "Sd3" @@ -17209,7 +17241,7 @@ } } }, - "S10j": { + "S10l": { "type": "structure", "required": [ "SourceArn" @@ -17219,7 +17251,7 @@ "SourceType": {} } }, - "S10q": { + "S10s": { "type": "structure", "required": [ "Status" @@ -17229,7 +17261,7 @@ "BlockedReason": {} } }, - "S10t": { + "S10v": { "type": "structure", "required": [ "Status" @@ -17239,24 +17271,24 @@ "FailureReason": {} } }, - "S10z": { + "S111": { "type": "list", "member": { - "shape": "S110" + "shape": "S112" } }, - "S110": { + "S112": { "type": "structure", "members": { "Key": {}, "Value": {} } }, - "S11h": { + "S11j": { "type": "list", "member": {} }, - "S11w": { + "S11y": { "type": "structure", "members": { "Completed": { @@ -17276,7 +17308,7 @@ } } }, - "S11y": { + "S120": { "type": "structure", "members": { "Succeeded": { @@ -17290,7 +17322,7 @@ } } }, - "S120": { + "S122": { "type": "structure", "required": [ "TrainingJobName", @@ -17335,7 +17367,7 @@ "ObjectiveStatus": {} } }, - "S123": { + "S125": { "type": "structure", "members": { "NumberOfTrainingJobsObjectiveNotImproving": { @@ -17346,7 +17378,7 @@ } } }, - "S124": { + "S126": { "type": "structure", "members": { "RuntimeInSeconds": { @@ -17354,7 +17386,7 @@ } } }, - "S12v": { + "S12x": { "type": "structure", "required": [ "CostPerHour", @@ -17386,7 +17418,7 @@ } } }, - "S12y": { + "S130": { "type": "structure", "required": [ "EndpointName", @@ -17404,7 +17436,7 @@ } } }, - "S130": { + "S132": { "type": "structure", "members": { "InferenceSpecificationName": {}, @@ -17427,7 +17459,7 @@ "CompilationJobName": {} } }, - "S138": { + "S13a": { "type": "structure", "required": [ "MaxInvocations", @@ -17442,7 +17474,7 @@ } } }, - "S13c": { + "S13e": { "type": "structure", "members": { "TotalLabeled": { @@ -17462,7 +17494,7 @@ } } }, - "S13f": { + "S13h": { "type": "structure", "required": [ "OutputDatasetS3Uri" @@ -17472,7 +17504,7 @@ "FinalActiveLearningModelArn": {} } }, - "S13k": { + "S13m": { "type": "structure", "required": [ "RecommendationStatus" @@ -17498,21 +17530,21 @@ } } }, - "S141": { + "S143": { "type": "structure", "required": [ "ValidationStatuses" ], "members": { "ValidationStatuses": { - "shape": "S142" + "shape": "S144" }, "ImageScanStatuses": { - "shape": "S142" + "shape": "S144" } } }, - "S142": { + "S144": { "type": "list", "member": { "type": "structure", @@ -17527,7 +17559,7 @@ } } }, - "S14e": { + "S14g": { "type": "structure", "required": [ "MonitoringScheduleName", @@ -17555,14 +17587,14 @@ "MonitoringType": {} } }, - "S14y": { + "S150": { "type": "structure", "members": { "ExperimentName": {}, "TrialName": {} } }, - "S150": { + "S152": { "type": "structure", "required": [ "SelectedSteps" @@ -17583,14 +17615,14 @@ } } }, - "S159": { + "S15b": { "type": "structure", "members": { "ProvisionedProductId": {}, "ProvisionedProductStatusMessage": {} } }, - "S15k": { + "S15m": { "type": "structure", "required": [ "WorkteamArn" @@ -17603,7 +17635,7 @@ "ListingId": {} } }, - "S15o": { + "S15q": { "type": "structure", "required": [ "Status" @@ -17616,7 +17648,7 @@ "ReusedByJob": {} } }, - "S15r": { + "S15t": { "type": "list", "member": { "type": "structure", @@ -17636,7 +17668,7 @@ } } }, - "S15u": { + "S15w": { "type": "list", "member": { "type": "structure", @@ -17651,7 +17683,7 @@ } } }, - "S15y": { + "S160": { "type": "list", "member": { "type": "structure", @@ -17666,7 +17698,7 @@ } } }, - "S16a": { + "S16c": { "type": "structure", "required": [ "SourceArn" @@ -17676,7 +17708,7 @@ "SourceType": {} } }, - "S16e": { + "S16g": { "type": "structure", "required": [ "SourceArn" @@ -17686,7 +17718,7 @@ "SourceType": {} } }, - "S16g": { + "S16i": { "type": "list", "member": { "type": "structure", @@ -17717,7 +17749,7 @@ } } }, - "S16q": { + "S16s": { "type": "structure", "required": [ "WorkforceName", @@ -17730,11 +17762,11 @@ "type": "timestamp" }, "SourceIpConfig": { - "shape": "Str" + "shape": "Stt" }, "SubDomain": {}, "CognitoConfig": { - "shape": "Stl" + "shape": "Stn" }, "OidcConfig": { "type": "structure", @@ -17761,10 +17793,10 @@ "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Stx" + "shape": "Stz" }, "Subnets": { - "shape": "Stz" + "shape": "Su1" }, "VpcEndpointId": {} } @@ -17773,7 +17805,7 @@ "FailureReason": {} } }, - "S16y": { + "S170": { "type": "structure", "required": [ "WorkteamName", @@ -17784,7 +17816,7 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "Su5" + "shape": "Su7" }, "WorkteamArn": {}, "WorkforceArn": {}, @@ -17801,11 +17833,11 @@ "type": "timestamp" }, "NotificationConfiguration": { - "shape": "Sud" + "shape": "Suf" } } }, - "S17q": { + "S17s": { "type": "structure", "members": { "MinInvocationsPerMinute": { @@ -17816,7 +17848,7 @@ } } }, - "S1ai": { + "S1ak": { "type": "list", "member": { "type": "structure", @@ -17836,7 +17868,7 @@ } } }, - "S1c8": { + "S1ca": { "type": "list", "member": { "type": "structure", @@ -17858,7 +17890,7 @@ "HubContentDisplayName": {}, "HubContentDescription": {}, "HubContentSearchKeywords": { - "shape": "S11h" + "shape": "S11j" }, "HubContentStatus": {}, "CreationTime": { @@ -17867,7 +17899,7 @@ } } }, - "S1ft": { + "S1fv": { "type": "list", "member": { "type": "structure", @@ -17911,7 +17943,7 @@ } } }, - "S1h7": { + "S1h9": { "type": "list", "member": { "type": "structure", @@ -17925,7 +17957,7 @@ } } }, - "S1ho": { + "S1hq": { "type": "list", "member": { "type": "structure", @@ -17939,7 +17971,7 @@ } } }, - "S1km": { + "S1ko": { "type": "list", "member": { "type": "structure", @@ -17953,11 +17985,11 @@ } } }, - "S1kx": { + "S1kz": { "type": "structure", "members": { "Filters": { - "shape": "S1ky" + "shape": "S1l0" }, "NestedFilters": { "type": "list", @@ -17970,7 +18002,7 @@ "members": { "NestedPropertyName": {}, "Filters": { - "shape": "S1ky" + "shape": "S1l0" } } } @@ -17978,13 +18010,13 @@ "SubExpressions": { "type": "list", "member": { - "shape": "S1kx" + "shape": "S1kz" } }, "Operator": {} } }, - "S1ky": { + "S1l0": { "type": "list", "member": { "type": "structure", @@ -17998,7 +18030,7 @@ } } }, - "S1lb": { + "S1lh": { "type": "structure", "members": { "TrainingJobName": {}, @@ -18007,7 +18039,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Syv" + "shape": "Syx" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, @@ -18047,10 +18079,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "S15r" + "shape": "S15t" }, "FinalMetricDataList": { - "shape": "S15u" + "shape": "S15w" }, "EnableNetworkIsolation": { "type": "boolean" @@ -18083,7 +18115,7 @@ "shape": "Ssb" }, "DebugRuleEvaluationStatuses": { - "shape": "S15y" + "shape": "S160" }, "ProfilerConfig": { "shape": "Ssc" @@ -18099,7 +18131,7 @@ } } }, - "S1lj": { + "S1lp": { "type": "structure", "members": { "TransformJobName": {}, @@ -18111,7 +18143,7 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Ssr" + "shape": "Sst" }, "MaxPayloadInMB": { "type": "integer" @@ -18127,7 +18159,7 @@ "shape": "S44" }, "DataCaptureConfig": { - "shape": "Ssu" + "shape": "Ssw" }, "TransformResources": { "shape": "S47" @@ -18144,7 +18176,7 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "Ssv" + "shape": "Ssx" }, "ExperimentConfig": { "shape": "Sqr" @@ -18154,11 +18186,11 @@ } } }, - "S1n0": { + "S1n6": { "type": "list", "member": {} }, - "S1pd": { + "S1pk": { "type": "list", "member": {} } diff --git a/apis/sagemaker-2017-07-24.normal.json b/apis/sagemaker-2017-07-24.normal.json index 213af627b1..c75c0347ab 100644 --- a/apis/sagemaker-2017-07-24.normal.json +++ b/apis/sagemaker-2017-07-24.normal.json @@ -12226,6 +12226,10 @@ "shape": "RetryStrategy", "documentation": "The number of times to retry the job when the job fails due to an InternalServerError
.
Configuration for remote debugging. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
" + }, "InfraCheckConfig": { "shape": "InfraCheckConfig", "documentation": "Contains information about the infrastructure health check configuration for the training job.
" @@ -18080,6 +18084,10 @@ "shape": "RetryStrategy", "documentation": "The number of times to retry the job when the job fails due to an InternalServerError
.
Configuration for remote debugging. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
" + }, "InfraCheckConfig": { "shape": "InfraCheckConfig", "documentation": "Contains information about the infrastructure health check configuration for the training job.
" @@ -19578,6 +19586,9 @@ "EnableIotRoleAlias": { "type": "boolean" }, + "EnableRemoteDebug": { + "type": "boolean" + }, "EnableSagemakerServicecatalogPortfolioInput": { "type": "structure", "members": {} @@ -34791,6 +34802,26 @@ "min": 1, "pattern": ".*" }, + "RemoteDebugConfig": { + "type": "structure", + "members": { + "EnableRemoteDebug": { + "shape": "EnableRemoteDebug", + "documentation": "If set to True, enables remote debugging.
" + } + }, + "documentation": "Configuration for remote debugging for the CreateTrainingJob API. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
" + }, + "RemoteDebugConfigForUpdate": { + "type": "structure", + "members": { + "EnableRemoteDebug": { + "shape": "EnableRemoteDebug", + "documentation": "If set to True, enables remote debugging.
" + } + }, + "documentation": "Configuration for remote debugging for the UpdateTrainingJob API. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
" + }, "RenderUiTemplateRequest": { "type": "structure", "required": [ @@ -35612,6 +35643,10 @@ "CrossAccountFilterOption": { "shape": "CrossAccountFilterOption", "documentation": " A cross account filter option. When the value is \"CrossAccount\"
the search results will only include resources made discoverable to you from other accounts. When the value is \"SameAccount\"
or null
the search results will only include resources from your account. Default is null
. For more information on searching for resources made discoverable to your account, see Search discoverable resources in the SageMaker Developer Guide. The maximum number of ResourceCatalog
s viewable is 1000.
Limits the results of your search request to the resources that you can access.
" } } }, @@ -35684,7 +35719,7 @@ }, "StatusMessage": { "shape": "StatusMessage", - "documentation": "A detailed description of the progress within a secondary status.
SageMaker provides secondary statuses and status messages that apply to each of them:
Starting the training job.
Launching requested ML instances.
Insufficient capacity error from EC2 while launching instances, retrying!
Launched instance was unhealthy, replacing it!
Preparing the instances for training.
Downloading the training image.
Training image download completed. Training in progress.
Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.
To have an overview of your training job's progress, view TrainingJobStatus
and SecondaryStatus
in DescribeTrainingJob, and StatusMessage
together. For example, at the start of a training job, you might see the following:
TrainingJobStatus
- InProgress
SecondaryStatus
- Training
StatusMessage
- Downloading the training image
A detailed description of the progress within a secondary status.
SageMaker provides secondary statuses and status messages that apply to each of them:
Starting the training job.
Launching requested ML instances.
Insufficient capacity error from EC2 while launching instances, retrying!
Launched instance was unhealthy, replacing it!
Preparing the instances for training.
Training image download completed. Training in progress.
Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.
To have an overview of your training job's progress, view TrainingJobStatus
and SecondaryStatus
in DescribeTrainingJob, and StatusMessage
together. For example, at the start of a training job, you might see the following:
TrainingJobStatus
- InProgress
SecondaryStatus
- Training
StatusMessage
- Downloading the training image
An array element of SecondaryStatusTransitions
for DescribeTrainingJob. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.
The training job ResourceConfig
to update warm pool retention length.
Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the SecondaryStatus
of the job is Downloading
or Training
.To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
The key for that specifies the tag that you're using to filter the search results. The key must start with Tags.
.
The value for the tag that you're using to filter the search results.
" + } + }, + "documentation": "The list of key-value pairs that you specify for your resources.
" + }, + "VisibilityConditionsKey": { + "type": "string", + "max": 128, + "min": 1, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, + "VisibilityConditionsList": { + "type": "list", + "member": { + "shape": "VisibilityConditions" + }, + "max": 5, + "min": 1 + }, + "VisibilityConditionsValue": { + "type": "string", + "max": 256, + "min": 0, + "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + }, "VolumeSizeInGB": { "type": "integer", "min": 1 diff --git a/clients/amp.d.ts b/clients/amp.d.ts index 2fc577213f..aaa8a2daaf 100644 --- a/clients/amp.d.ts +++ b/clients/amp.d.ts @@ -429,6 +429,10 @@ declare namespace Amp { * Optional, user-provided tags for this workspace. */ tags?: TagMap; + /** + * Optional, customer managed KMS key used to encrypt data for this workspace + */ + kmsKeyArn?: KmsKeyArn; } export interface CreateWorkspaceResponse { /** @@ -447,6 +451,10 @@ declare namespace Amp { * The tags of this workspace. */ tags?: TagMap; + /** + * Customer managed KMS key ARN for this workspace + */ + kmsKeyArn?: KmsKeyArn; } export interface DeleteAlertManagerDefinitionRequest { /** @@ -609,6 +617,7 @@ declare namespace Amp { } export type IamRoleArn = string; export type IdempotencyToken = string; + export type KmsKeyArn = string; export interface ListRuleGroupsNamespacesRequest { /** * The ID of the workspace. @@ -1077,6 +1086,10 @@ declare namespace Amp { * The tags of this workspace. */ tags?: TagMap; + /** + * The customer managed KMS key of this workspace. + */ + kmsKeyArn?: KmsKeyArn; } export type WorkspaceId = string; export interface WorkspaceStatus { @@ -1111,6 +1124,10 @@ declare namespace Amp { * The tags of this workspace. */ tags?: TagMap; + /** + * Customer managed KMS key ARN for this workspace + */ + kmsKeyArn?: KmsKeyArn; } export type WorkspaceSummaryList = WorkspaceSummary[]; /** diff --git a/clients/appintegrations.d.ts b/clients/appintegrations.d.ts index 7233b8c8f8..3a28cdce37 100644 --- a/clients/appintegrations.d.ts +++ b/clients/appintegrations.d.ts @@ -35,6 +35,14 @@ declare class AppIntegrations extends Service { * Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane. */ createEventIntegration(callback?: (err: AWSError, data: AppIntegrations.Types.CreateEventIntegrationResponse) => void): Request>1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=a?0:s-1,y=a?1:-1,b=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(n=isNaN(t)?1:0,o=m):(o=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-o))<1&&(o--,u*=2),t+=o+c>=1?l/u:l*Math.pow(2,1-c),t*u>=2&&(o++,u/=2),o+c>=m?(n=0,o=m):o+c>=1?(n=(t*u-1)*Math.pow(2,i),o+=c):(n=t*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;e[r+d]=255&n,d+=y,n/=256,i-=8);for(o=o<0;e[r+d]=255&o,d+=y,o/=256,p-=8);e[r+d-y]|=128*b}},{}],443:[function(e,t,r){var a={}.toString;t.exports=Array.isArray||function(e){return"[object Array]"==a.call(e)}},{}],444:[function(e,t,r){!function(e){"use strict";function t(e){return null!==e&&"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!==e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,i){if(e===i)return!0;if(Object.prototype.toString.call(e)!==Object.prototype.toString.call(i))return!1;if(!0===t(e)){if(e.length!==i.length)return!1;for(var s=0;s G((f-r)/g)&&i("overflow"),r+=(p-t)*g,t=p,u=0;u =0?(c=b.substr(0,S),l=b.substr(S+1)):(c=b,l=""),d=decodeURIComponent(c),y=decodeURIComponent(l),a(o,d)?i(o[d])?o[d].push(y):o[d]=[o[d],y]:o[d]=y}return o};var i=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},{}],448:[function(e,t,r){"use strict";function a(e,t){if(e.map)return e.map(t);for(var r=[],a=0;a >1,l=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,d=a?0:s-1,y=a?1:-1,b=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(n=isNaN(t)?1:0,o=m):(o=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-o))<1&&(o--,u*=2),t+=o+c>=1?l/u:l*Math.pow(2,1-c),t*u>=2&&(o++,u/=2),o+c>=m?(n=0,o=m):o+c>=1?(n=(t*u-1)*Math.pow(2,i),o+=c):(n=t*Math.pow(2,c-1)*Math.pow(2,i),o=0));i>=8;e[r+d]=255&n,d+=y,n/=256,i-=8);for(o=o<0;e[r+d]=255&o,d+=y,o/=256,p-=8);e[r+d-y]|=128*b}},{}],443:[function(e,t,r){var a={}.toString;t.exports=Array.isArray||function(e){return"[object Array]"==a.call(e)}},{}],444:[function(e,t,r){!function(e){"use strict";function t(e){return null!==e&&"[object Array]"===Object.prototype.toString.call(e)}function r(e){return null!==e&&"[object Object]"===Object.prototype.toString.call(e)}function a(e,i){if(e===i)return!0;if(Object.prototype.toString.call(e)!==Object.prototype.toString.call(i))return!1;if(!0===t(e)){if(e.length!==i.length)return!1;for(var s=0;s G((f-r)/g)&&i("overflow"),r+=(p-t)*g,t=p,u=0;u =0?(c=b.substr(0,S),l=b.substr(S+1)):(c=b,l=""),d=decodeURIComponent(c),y=decodeURIComponent(l),a(o,d)?i(o[d])?o[d].push(y):o[d]=[o[d],y]:o[d]=y}return o};var i=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},{}],448:[function(e,t,r){"use strict";function a(e,t){if(e.map)return e.map(t);for(var r=[],a=0;a=55296&&t<=56319&&i65535&&(e-=65536,t+=w(e>>>10&1023|55296),e=56320|1023&e),t+=w(e)}).join("")}function p(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:T}function m(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function c(e,t,r){var a=0;for(e=r?G(e/R):e>>1,e+=G(e/t);e>L*k>>1;a+=T)e=G(e/L);return G(a+(L+1)*e/(e+A))}function l(e){var t,r,a,s,o,n,m,l,d,y,b=[],S=e.length,g=0,h=v,I=D;for(r=e.lastIndexOf(x),r<0&&(r=0),a=0;a=S&&i("invalid-input"),l=p(e.charCodeAt(s++)),(l>=T||l>G((f-g)/n))&&i("overflow"),g+=l*n,d=m<=I?C:m>=I+k?k:m-I,!(l=t&&bf&&i("overflow"),b==t){for(l=r,d=T;y=d<=o?C:d>=o+k?k:d-o,!(l=0&&delete e.httpRequest.headers["Content-Length"]}function i(e){var t=new l,r=e.service.api.operations[e.operation].input;if(r.payload){var a={},i=r.members[r.payload];a=e.params[r.payload],"structure"===i.type?(e.httpRequest.body=t.build(a||{},i),s(e)):void 0!==a&&(e.httpRequest.body=a,("binary"===i.type||i.isStreaming)&&s(e,!0))}else e.httpRequest.body=t.build(e.params,r),s(e)}function s(e,t){if(!e.httpRequest.headers["Content-Type"]){var r=t?"binary/octet-stream":"application/json";e.httpRequest.headers["Content-Type"]=r}}function o(e){m.buildRequest(e),y.indexOf(e.httpRequest.method)<0&&i(e)}function n(e){c.extractError(e)}function u(e){m.extractData(e);var t,r=e.request,a=r.service.api.operations[r.operation],i=r.service.api.operations[r.operation].output||{};a.hasEventOutput;if(i.payload){var s=i.members[i.payload],o=e.httpResponse.body;if(s.isEventStream)t=new d,e.data[payload]=p.createEventStream(2===AWS.HttpClient.streamsApiVersion?e.httpResponse.stream:o,t,s);else if("structure"===s.type||"list"===s.type){var t=new d;e.data[i.payload]=t.parse(o,s)}else"binary"===s.type||s.isStreaming?e.data[i.payload]=o:e.data[i.payload]=s.toType(o)}else{var n=e.data;c.extractData(e),e.data=p.merge(n,e.data)}}var p=e("../util"),m=e("./rest"),c=e("./json"),l=e("../json/builder"),d=e("../json/parser"),y=["GET","HEAD","DELETE"];t.exports={buildRequest:o,extractError:n,extractData:u,unsetContentLength:a}},{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(e,t,r){function a(e){var t=e.service.api.operations[e.operation].input,r=new n.XML.Builder,a=e.params,i=t.payload;if(i){var s=t.members[i];if(void 0===(a=a[i]))return;if("structure"===s.type){var o=s.name;e.httpRequest.body=r.toXML(a,s,o,!0)}else e.httpRequest.body=a}else e.httpRequest.body=r.toXML(a,t,t.name||t.shape||u.string.upperFirst(e.operation)+"Request")}function i(e){p.buildRequest(e),["GET","HEAD"].indexOf(e.httpRequest.method)<0&&a(e)}function s(e){p.extractError(e);var t;try{t=(new n.XML.Parser).parse(e.httpResponse.body.toString())}catch(r){t={Code:e.httpResponse.statusCode,Message:e.httpResponse.statusMessage}}t.Errors&&(t=t.Errors),t.Error&&(t=t.Error),t.Code?e.error=u.error(new Error,{code:t.Code,message:t.Message}):e.error=u.error(new Error,{code:e.httpResponse.statusCode,message:null})}function o(e){p.extractData(e);var t,r=e.request,a=e.httpResponse.body,i=r.service.api.operations[r.operation],s=i.output,o=(i.hasEventOutput,s.payload);if(o){var m=s.members[o];m.isEventStream?(t=new n.XML.Parser,e.data[o]=u.createEventStream(2===n.HttpClient.streamsApiVersion?e.httpResponse.stream:e.httpResponse.body,t,m)):"structure"===m.type?(t=new n.XML.Parser,e.data[o]=t.parse(a.toString(),m)):"binary"===m.type||m.isStreaming?e.data[o]=a:e.data[o]=m.toType(a)}else if(a.length>0){t=new n.XML.Parser;var c=t.parse(a.toString(),s);u.update(e.data,c)}}var n=e("../core"),u=e("../util"),p=e("./rest");t.exports={buildRequest:i,extractError:s,extractData:o}},{"../core":350,"../util":428,"./rest":388}],391:[function(e,t,r){function a(){}function i(e){return e.isQueryName||"ec2"!==e.api.protocol?e.name:e.name[0].toUpperCase()+e.name.substr(1)}function s(e,t,r,a){p.each(r.members,function(r,s){var o=t[r];if(null!==o&&void 0!==o){var n=i(s);n=e?e+"."+n:n,u(n,o,s,a)}})}function o(e,t,r,a){var i=1;p.each(t,function(t,s){var o=r.flattened?".":".entry.",n=o+i+++".",p=n+(r.key.name||"key"),m=n+(r.value.name||"value");u(e+p,t,r.key,a),u(e+m,s,r.value,a)})}function n(e,t,r,a){var s=r.member||{};if(0===t.length)return void a.call(this,e,null);p.arrayEach(t,function(t,o){var n="."+(o+1);if("ec2"===r.api.protocol)n+="";else if(r.flattened){if(s.name){var p=e.split(".");p.pop(),p.push(i(s)),e=p.join(".")}}else n="."+(s.name?s.name:"member")+n;u(e+n,t,s,a)})}function u(e,t,r,a){null!==t&&void 0!==t&&("structure"===r.type?s(e,t,r,a):"list"===r.type?n(e,t,r,a):"map"===r.type?o(e,t,r,a):a(e,r.toWireFormat(t).toString()))}var p=e("../util");a.prototype.serialize=function(e,t,r){s("",e,t,r)},t.exports=a},{"../util":428}],392:[function(e,t,r){var a=e("../core"),i=null,s={signatureVersion:"v4",signingName:"rds-db",operations:{}},o={region:"string",hostname:"string",port:"number",username:"string"};a.RDS.Signer=a.util.inherit({constructor:function(e){this.options=e||{}},convertUrlToAuthToken:function(e){if(0===e.indexOf("https://"))return e.substring("https://".length)},getAuthToken:function(e,t){"function"==typeof e&&void 0===t&&(t=e,e={});var r=this,o="function"==typeof t;e=a.util.merge(this.options,e);var n=this.validateAuthTokenOptions(e);if(!0!==n){if(o)return t(n,null);throw n}var u={region:e.region,endpoint:new a.Endpoint(e.hostname+":"+e.port),paramValidation:!1,signatureVersion:"v4"};e.credentials&&(u.credentials=e.credentials),i=new a.Service(u),i.api=s;var p=i.makeRequest();if(this.modifyRequestForAuthToken(p,e),!o){var m=p.presign(900);return this.convertUrlToAuthToken(m)}p.presign(900,function(e,a){a&&(a=r.convertUrlToAuthToken(a)),t(e,a)})},modifyRequestForAuthToken:function(e,t){e.on("build",e.buildAsGet),e.httpRequest.body=a.util.queryParamsToString({Action:"connect",DBUser:t.username})},validateAuthTokenOptions:function(e){var t="";e=e||{};for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&typeof e[r]!==o[r]&&(t+="option '"+r+"' should have been type '"+o[r]+"', was '"+typeof e[r]+"'.\n");return!t.length||a.util.error(new Error,{code:"InvalidParameter",message:t})}})},{"../core":350}],393:[function(e,t,r){t.exports={now:function(){return"undefined"!=typeof performance&&"function"==typeof performance.now?performance.now():Date.now()}}},{}],394:[function(e,t,r){function a(e){return"string"==typeof e&&(e.startsWith("fips-")||e.endsWith("-fips"))}function i(e){return"string"==typeof e&&["aws-global","aws-us-gov-global"].includes(e)}function s(e){return["fips-aws-global","aws-fips","aws-global"].includes(e)?"us-east-1":["fips-aws-us-gov-global","aws-us-gov-global"].includes(e)?"us-gov-west-1":e.replace(/fips-(dkr-|prod-)?|-fips/,"")}t.exports={isFipsRegion:a,isGlobalRegion:i,getRealRegion:s}},{}],395:[function(e,t,r){function a(e){if(!e)return null;var t=e.split("-");return t.length<3?null:t.slice(0,t.length-2).join("-")+"-*"}function i(e){var t=e.config.region,r=a(t),i=e.api.endpointPrefix;return[[t,i],[r,i],[t,"*"],[r,"*"],["*",i],[t,"internal-*"],["*","*"]].map(function(e){return e[0]&&e[1]?e.join("/"):null})}function s(e,t){u.each(t,function(t,r){"globalEndpoint"!==t&&(void 0!==e.config[t]&&null!==e.config[t]||(e.config[t]=r))})}function o(e){for(var t=i(e),r=e.config.useFipsEndpoint,a=e.config.useDualstackEndpoint,o=0;o=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function b(e){return+e!=e&&(e=0),s.alloc(+e)}function S(e,t){if(s.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var a=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return K(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return H(e).length;default:if(a)return K(e).length;t=(""+t).toLowerCase(),a=!0}}function g(e,t,r){var a=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if(r>>>=0,t>>>=0,r<=t)return"";for(e||(e="utf8");;)switch(e){case"hex":return E(this,t,r);case"utf8":case"utf-8":return v(this,t,r);case"ascii":return P(this,t,r);case"latin1":case"binary":return q(this,t,r);case"base64":return D(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,t,r);default:if(a)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),a=!0}}function h(e,t,r){var a=e[t];e[t]=e[r],e[r]=a}function I(e,t,r,a,i){if(0===e.length)return-1;if("string"==typeof r?(a=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0){if(!i)return-1;r=0}if("string"==typeof t&&(t=s.from(t,a)),s.isBuffer(t))return 0===t.length?-1:N(e,t,r,a,i);if("number"==typeof t)return t&=255,s.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):N(e,[t],r,a,i);throw new TypeError("val must be string, number or Buffer")}function N(e,t,r,a,i){function s(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}var o=1,n=e.length,u=t.length;if(void 0!==a&&("ucs2"===(a=String(a).toLowerCase())||"ucs-2"===a||"utf16le"===a||"utf-16le"===a)){if(e.length<2||t.length<2)return-1;o=2,n/=2,u/=2,r/=2}var p;if(i){var m=-1;for(p=r;p>>8*(a?i:1-i)}function B(e,t,r,a){t<0&&(t=4294967295+t+1);for(var i=0,s=Math.min(e.length-r,4);i>>8*(a?i:3-i)&255}function U(e,t,r,a,i,s){if(r+a>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function _(e,t,r,a,i){return i||U(e,t,r,4,3.4028234663852886e38,-3.4028234663852886e38),X.write(e,t,r,a,23,4),r+4}function F(e,t,r,a,i){return i||U(e,t,r,8,1.7976931348623157e308,-1.7976931348623157e308),X.write(e,t,r,a,52,8),r+8}function O(e){if(e=V(e).replace(ee,""),e.length<2)return"";for(;e.length%4!=0;)e+="=";return e}function V(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function z(e){return e<16?"0"+e.toString(16):e.toString(16)}function K(e,t){t=t||1/0;for(var r,a=e.length,i=null,s=[],o=0;o55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&s.push(239,191,189);continue}if(o+1===a){(t-=3)>-1&&s.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&s.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&s.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;s.push(r)}else if(r<2048){if((t-=2)<0)break;s.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;s.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;s.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return s}function W(e){for(var t=[],r=0;r=55296&&t<=56319&&i65535&&(e-=65536,t+=w(e>>>10&1023|55296),e=56320|1023&e),t+=w(e)}).join("")}function p(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:T}function m(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function c(e,t,r){var a=0;for(e=r?G(e/R):e>>1,e+=G(e/t);e>L*k>>1;a+=T)e=G(e/L);return G(a+(L+1)*e/(e+A))}function l(e){var t,r,a,s,o,n,m,l,d,y,b=[],S=e.length,g=0,h=v,I=D;for(r=e.lastIndexOf(x),r<0&&(r=0),a=0;a=S&&i("invalid-input"),l=p(e.charCodeAt(s++)),(l>=T||l>G((f-g)/n))&&i("overflow"),g+=l*n,d=m<=I?C:m>=I+k?k:m-I,!(l=t&&bf&&i("overflow"),b==t){for(l=r,d=T;y=d<=o?C:d>=o+k?k:d-o,!(l