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" description: "List of buckets"
returned: always returned: always
sample: sample:
- creation_date: 2017-07-06 15:05:12 +00:00 - creation_date: '2017-07-06 15:05:12 +00:00'
name: my_bucket name: my_bucket
type: list type: list
''' '''

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

@ -82,7 +82,7 @@ snapshot:
type: dict type: dict
sample: sample:
auto_minor_version_upgrade: true 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_cluster_id: test-please-delete
cache_node_type: cache.m1.small cache_node_type: cache.m1.small
cache_parameter_group_name: default.redis3.2 cache_parameter_group_name: default.redis3.2
@ -90,7 +90,7 @@ snapshot:
engine: redis engine: redis
engine_version: 3.2.4 engine_version: 3.2.4
node_snapshots: 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_node_id: 0001
cache_size: cache_size:
num_cache_nodes: 1 num_cache_nodes: 1

@ -101,7 +101,7 @@ elbs:
backend_server_description: [] backend_server_description: []
canonical_hosted_zone_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com canonical_hosted_zone_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com
canonical_hosted_zone_name_id: XXXXXXXXXXXXXX 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 dns_name: test-lb-XXXXXXXXXXXX.us-east-1.elb.amazonaws.com
health_check: health_check:
healthy_threshold: 10 healthy_threshold: 10

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

Loading…
Cancel
Save