class
Amazonite::Ssm::UpdateDocumentRequest
- Amazonite::Ssm::UpdateDocumentRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_document_request.crConstructors
- .new(content : String, name : String, attachments : Array(AttachmentsSource) | Nil = nil, display_name : String | Nil = nil, version_name : String | Nil = nil, document_version : String | Nil = nil, document_format : DocumentFormat | Nil = nil, target_type : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attachments : Array(AttachmentsSource) | Nil
A list of key-value pairs that describe attachments to a version of a document.
-
#attachments=(attachments : Array(AttachmentsSource) | Nil)
A list of key-value pairs that describe attachments to a version of a document.
-
#content : String
A valid JSON or YAML string.
-
#content=(content : String)
A valid JSON or YAML string.
-
#display_name : String | Nil
The friendly name of the SSM document that you want to update.
-
#display_name=(display_name : String | Nil)
The friendly name of the SSM document that you want to update.
-
#document_format : DocumentFormat | Nil
Specify the document format for the new document version.
-
#document_format=(document_format : DocumentFormat | Nil)
Specify the document format for the new document version.
-
#document_version : String | Nil
The version of the document that you want to update.
-
#document_version=(document_version : String | Nil)
The version of the document that you want to update.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the SSM document that you want to update.
-
#name=(name : String)
The name of the SSM document that you want to update.
-
#target_type : String | Nil
Specify a new target type for the document.
-
#target_type=(target_type : String | Nil)
Specify a new target type for the document.
- #validate! : Nil
-
#version_name : String | Nil
An optional field specifying the version of the artifact you are updating with the document.
-
#version_name=(version_name : String | Nil)
An optional field specifying the version of the artifact you are updating with the document.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A list of key-value pairs that describe attachments to a version of a document.
A list of key-value pairs that describe attachments to a version of a document.
The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don't specify a value for this parameter in your request, the existing value is applied to the new document version.
The friendly name of the SSM document that you want to update. This value can differ for each version of the document. If you don't specify a value for this parameter in your request, the existing value is applied to the new document version.
Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.
Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.
The version of the document that you want to update. Currently, Systems Manager supports
updating only the latest version of the document. You can specify the version number of the
latest version or use the $LATEST variable.
If you change a document version for a State Manager association, Systems Manager immediately
runs the association unless you previously specifed the apply-only-at-cron-interval parameter.
The version of the document that you want to update. Currently, Systems Manager supports
updating only the latest version of the document. You can specify the version number of the
latest version or use the $LATEST variable.
If you change a document version for a State Manager association, Systems Manager immediately
runs the association unless you previously specifed the apply-only-at-cron-interval parameter.
An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.