UpdateIndexRequest
public struct UpdateIndexRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Sets the number of addtional storage and query capacity units that should be used by the index. You can change the capacity of the index up to 5 times per day. If you are using extra storage units, you can’t reduce the storage capacity below that required to meet the storage needs for your index.
Declaration
Swift
public let capacityUnits: CapacityUnitsConfiguration?
-
A new description for the index.
Declaration
Swift
public let description: String?
-
The document metadata to update.
Declaration
Swift
public let documentMetadataConfigurationUpdates: [DocumentMetadataConfiguration]?
-
The identifier of the index to update.
Declaration
Swift
public let id: String
-
The name of the index to update.
Declaration
Swift
public let name: String?
-
A new IAM role that gives Amazon Kendra permission to access your Amazon CloudWatch logs.
Declaration
Swift
public let roleArn: String?
-
Undocumented
Declaration
Swift
public init(capacityUnits: CapacityUnitsConfiguration? = nil, description: String? = nil, documentMetadataConfigurationUpdates: [DocumentMetadataConfiguration]? = nil, id: String, name: String? = nil, roleArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws