Learn R Programming

paws.management (version 0.1.8)

ssm_put_inventory: Bulk update custom inventory items on one more instance

Description

Bulk update custom inventory items on one more instance. The request adds an inventory item, if it doesn\'t already exist, or updates an inventory item, if it does exist.

Usage

ssm_put_inventory(InstanceId, Items)

Arguments

InstanceId

[required] An instance ID where you want to add or update inventory items.

Items

[required] The inventory items that you want to add or update on instances.

Request syntax

svc$put_inventory(
  InstanceId = "string",
  Items = list(
    list(
      TypeName = "string",
      SchemaVersion = "string",
      CaptureTime = "string",
      ContentHash = "string",
      Content = list(
        list(
          "string"
        )
      ),
      Context = list(
        "string"
      )
    )
  )
)