50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


paws.management (version 0.1.12)

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)

Value

A list with the following syntax:

list(
  Message = "string"
)

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"
      )
    )
  )
)