A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/UpdateDocumentRequest.html below:

UpdateDocumentRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::UpdateDocumentRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing UpdateDocumentRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  content: "DocumentContent",   attachments: [
    {
      key: "SourceUrl",       values: ["AttachmentsSourceValue"],
      name: "AttachmentIdentifier",
    },
  ],
  name: "DocumentName",   version_name: "DocumentVersionName",
  document_version: "DocumentVersion",
  document_format: "YAML",   target_type: "TargetType",
}
Instance Attribute Summary collapse Instance Attribute Details #attachments ⇒ Array<Types::AttachmentsSource>

A list of key and value pairs that describe attachments to a version of a document.

#content ⇒ String

A valid JSON or YAML string.

#document_format ⇒ String

Specify the document format for the new document version. Systems Manager supports JSON and YAML documents. JSON is the default format.

Possible values:

#document_version ⇒ String

(Required) The latest version of the document that you want to update. The latest document version can be specified using the $LATEST variable or by the version number. Updating a previous version of a document is not supported.

#name ⇒ String

The name of the document that you want to update.

#target_type ⇒ String

Specify a new target type for the document.

#version_name ⇒ String

An optional field specifying the version of the artifact you are updating with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and cannot be changed.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4