AWSIoTUpdatePackageVersionRequest
Objective-C
@interface AWSIoTUpdatePackageVersionRequest
Swift
class AWSIoTUpdatePackageVersionRequest
-
The status that the package version should be assigned. For more information, see Package version lifecycle.
Declaration
Objective-C
@property (nonatomic) AWSIoTPackageVersionAction action;
Swift
var action: AWSIoTPackageVersionAction { get set }
-
Metadata that can be used to define a package version’s configuration. For example, the Amazon S3 file location, configuration options that are being sent to the device or fleet.
Note: Attributes can be updated only when the package version is in a draft state.
The combined size of all the attributes on a package version is limited to 3KB.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable attributes;
Swift
var attributes: [String : String]? { get set }
-
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;
Swift
var clientToken: String? { get set }
-
The package version description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
The name of the associated software package.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageName;
Swift
var packageName: String? { get set }
-
The name of the target package version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable versionName;
Swift
var versionName: String? { get set }