AWSIoTUpdatePackageRequest

Objective-C

@interface AWSIoTUpdatePackageRequest

Swift

class AWSIoTUpdatePackageRequest
  • 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 name of the default package version.

    Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to true at the same time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable defaultVersionName;

    Swift

    var defaultVersionName: String? { get set }
  • The package description.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • The name of the target software package.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable packageName;

    Swift

    var packageName: String? { get set }
  • Indicates whether you want to remove the named default package version from the software package. Set as true to remove the default package version.

    Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to true at the same time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable unsetDefaultVersion;

    Swift

    var unsetDefaultVersion: NSNumber? { get set }