AWSIoTUpdatePackageConfigurationRequest
Objective-C
@interface AWSIoTUpdatePackageConfigurationRequest
Swift
class AWSIoTUpdatePackageConfigurationRequest
-
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 }
-
Configuration to manage job’s package version reporting. This updates the thing’s reserved named shadow that the job targets.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTVersionUpdateByJobsConfig *_Nullable versionUpdateByJobsConfig;
Swift
var versionUpdateByJobsConfig: AWSIoTVersionUpdateByJobsConfig? { get set }