Felix Fontein 5 years ago committed by GitHub
parent b4d66c4991
commit d6dc085b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ buckets:
description: "List of buckets"
returned: always
sample:
- creation_date: 2017-07-06 15:05:12 +00:00
- creation_date: '2017-07-06 15:05:12 +00:00'
name: my_bucket
type: list
'''

@ -270,7 +270,7 @@ vgw_telemetry:
vgw_telemetry: [{
'outside_ip_address': 'string',
'status': 'up',
'last_status_change': datetime(2015, 1, 1),
'last_status_change': 'datetime(2015, 1, 1)',
'status_message': 'string',
'accepted_route_count': 123
}]

@ -82,7 +82,7 @@ snapshot:
type: dict
sample:
auto_minor_version_upgrade: true
cache_cluster_create_time: 2017-02-01T17:43:58.261000+00:00
cache_cluster_create_time: '2017-02-01T17:43:58.261000+00:00'
cache_cluster_id: test-please-delete
cache_node_type: cache.m1.small
cache_parameter_group_name: default.redis3.2
@ -90,7 +90,7 @@ snapshot:
engine: redis
engine_version: 3.2.4
node_snapshots:
cache_node_create_time: 2017-02-01T17:43:58.261000+00:00
cache_node_create_time: '2017-02-01T17:43:58.261000+00:00'
cache_node_id: 0001
cache_size:
num_cache_nodes: 1

@ -101,7 +101,7 @@ elbs:
backend_server_description: []
canonical_hosted_zone_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com
canonical_hosted_zone_name_id: XXXXXXXXXXXXXX
created_time: 2017-08-23T18:25:03.280000+00:00
created_time: '2017-08-23T18:25:03.280000+00:00'
dns_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com
health_check:
healthy_threshold: 10

@ -66,7 +66,7 @@ sts_creds:
type: dict
sample:
access_key: XXXXXXXXXXXXXXXXXXXX
expiration: 2017-11-11T11:11:11+00:00
expiration: '2017-11-11T11:11:11+00:00'
secret_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
session_token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
sts_user:

Loading…
Cancel
Save