Sha256: 56e8a5877b6337a6f6778a28b631ddce379d1148f0a5521594e1a18c135d3116

Contents?: true

Size: 347 Bytes

Versions: 11

Compression:

Stored size: 347 Bytes

Contents

# This test ensures the `:account_id` param can be specified and that
# it will override the default configured account id.
config:
  account_id: 'CONFIG-ACCOUNT-ID'
operation: list_vaults
params:
  :account_id: 'PARAM-ACCOUNT-ID'
request:
  path: /PARAM-ACCOUNT-ID/vaults
response:
  status_code: 200
  body: |
    {"Marker":null,"VaultList":[]}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc12 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc11 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc10 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc9 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc8 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc7 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc6 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc5 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc4 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc3 spec/fixtures/operations/glacier/account_id_param.yml
aws-sdk-core-2.0.0.rc2 spec/fixtures/operations/glacier/account_id_param.yml