AWSIoTCreatePackageRequest

Objective-C

@interface AWSIoTCreatePackageRequest

Swift

class AWSIoTCreatePackageRequest
  • 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 }
  • A summary of the package being created. This can be used to outline the package’s contents or purpose.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var packageName: String? { get set }
  • Metadata that can be used to manage the package.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }