fog-aws 3.9.0 → 3.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +251 -17
- data/README.md +1 -1
- data/fog-aws.gemspec +6 -6
- data/lib/fog/aws/compute.rb +6 -3
- data/lib/fog/aws/credential_fetcher.rb +14 -7
- data/lib/fog/aws/models/compute/security_group.rb +13 -5
- data/lib/fog/aws/models/compute/server.rb +2 -0
- data/lib/fog/aws/models/storage/file.rb +21 -17
- data/lib/fog/aws/parsers/compute/describe_security_groups.rb +18 -4
- data/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb +15 -0
- data/lib/fog/aws/requests/compute/create_network_interface.rb +7 -4
- data/lib/fog/aws/requests/compute/create_subnet.rb +3 -3
- data/lib/fog/aws/requests/compute/describe_security_groups.rb +2 -0
- data/lib/fog/aws/requests/compute/run_instances.rb +44 -0
- data/lib/fog/aws/requests/storage/delete_multiple_objects.rb +18 -8
- data/lib/fog/aws/requests/storage/get_object.rb +1 -1
- data/lib/fog/aws/storage.rb +42 -3
- data/lib/fog/aws/version.rb +1 -1
- metadata +11 -297
- data/.gitignore +0 -17
- data/.travis.yml +0 -124
- data/Gemfile +0 -14
- data/Rakefile +0 -14
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/gemfiles/Gemfile-edge +0 -14
- data/gemfiles/Gemfile-ruby-2.0 +0 -7
- data/stale.yml +0 -17
- data/tests/credentials_tests.rb +0 -149
- data/tests/helper.rb +0 -29
- data/tests/helpers/collection_helper.rb +0 -90
- data/tests/helpers/compute/flavors_helper.rb +0 -28
- data/tests/helpers/compute/server_helper.rb +0 -23
- data/tests/helpers/compute/servers_helper.rb +0 -8
- data/tests/helpers/dns_helper.rb +0 -56
- data/tests/helpers/formats_helper.rb +0 -100
- data/tests/helpers/formats_helper_tests.rb +0 -107
- data/tests/helpers/mock_helper.rb +0 -109
- data/tests/helpers/model_helper.rb +0 -30
- data/tests/helpers/responds_to_helper.rb +0 -11
- data/tests/helpers/schema_validator_tests.rb +0 -104
- data/tests/helpers/succeeds_helper.rb +0 -9
- data/tests/lorem.txt +0 -1
- data/tests/models/auto_scaling/activities_tests.rb +0 -6
- data/tests/models/auto_scaling/configuration_test.rb +0 -13
- data/tests/models/auto_scaling/configurations_tests.rb +0 -11
- data/tests/models/auto_scaling/groups_test.rb +0 -27
- data/tests/models/auto_scaling/helper.rb +0 -0
- data/tests/models/auto_scaling/instance_tests.rb +0 -15
- data/tests/models/auto_scaling/instances_tests.rb +0 -6
- data/tests/models/beanstalk/application_tests.rb +0 -69
- data/tests/models/beanstalk/applications_tests.rb +0 -7
- data/tests/models/beanstalk/environment_tests.rb +0 -131
- data/tests/models/beanstalk/environments_tests.rb +0 -34
- data/tests/models/beanstalk/template_tests.rb +0 -47
- data/tests/models/beanstalk/templates_tests.rb +0 -62
- data/tests/models/beanstalk/version_tests.rb +0 -66
- data/tests/models/beanstalk/versions_tests.rb +0 -60
- data/tests/models/cdn/distribution_tests.rb +0 -15
- data/tests/models/cdn/distributions_tests.rb +0 -15
- data/tests/models/cdn/invalidation_tests.rb +0 -31
- data/tests/models/cdn/invalidations_tests.rb +0 -14
- data/tests/models/cdn/streaming_distribution_tests.rb +0 -15
- data/tests/models/cdn/streaming_distributions_tests.rb +0 -15
- data/tests/models/cloud_watch/alarm_data_tests.rb +0 -42
- data/tests/models/cloud_watch/alarm_history_tests.rb +0 -22
- data/tests/models/cloud_watch/metric_statistics_tests.rb +0 -51
- data/tests/models/cloud_watch/metrics_tests.rb +0 -32
- data/tests/models/compute/address_tests.rb +0 -43
- data/tests/models/compute/addresses_tests.rb +0 -5
- data/tests/models/compute/dhcp_option_tests.rb +0 -3
- data/tests/models/compute/dhcp_options_tests.rb +0 -3
- data/tests/models/compute/internet_gateway_tests.rb +0 -3
- data/tests/models/compute/internet_gateways_tests.rb +0 -3
- data/tests/models/compute/key_pair_tests.rb +0 -26
- data/tests/models/compute/key_pairs_tests.rb +0 -5
- data/tests/models/compute/network_acl_tests.rb +0 -109
- data/tests/models/compute/network_acls_tests.rb +0 -20
- data/tests/models/compute/network_interfaces_test.rb +0 -12
- data/tests/models/compute/security_group_tests.rb +0 -98
- data/tests/models/compute/security_groups_tests.rb +0 -5
- data/tests/models/compute/server_tests.rb +0 -94
- data/tests/models/compute/snapshot_tests.rb +0 -10
- data/tests/models/compute/snapshots_tests.rb +0 -10
- data/tests/models/compute/subnet_tests.rb +0 -13
- data/tests/models/compute/subnets_tests.rb +0 -5
- data/tests/models/compute/volume_tests.rb +0 -65
- data/tests/models/compute/volumes_tests.rb +0 -5
- data/tests/models/compute/vpc_tests.rb +0 -26
- data/tests/models/compute/vpcs_tests.rb +0 -19
- data/tests/models/data_pipeline/pipeline_tests.rb +0 -8
- data/tests/models/data_pipeline/pipelines_tests.rb +0 -8
- data/tests/models/dns/record_tests.rb +0 -33
- data/tests/models/dns/records_tests.rb +0 -41
- data/tests/models/dns/zone_tests.rb +0 -4
- data/tests/models/dns/zones_tests.rb +0 -4
- data/tests/models/efs/file_system_tests.rb +0 -12
- data/tests/models/efs/mount_target_tests.rb +0 -45
- data/tests/models/efs/mount_targets_tests.rb +0 -30
- data/tests/models/elasticache/cluster_tests.rb +0 -30
- data/tests/models/elasticache/parameter_groups_tests.rb +0 -15
- data/tests/models/elasticache/security_groups_tests.rb +0 -52
- data/tests/models/elasticache/subnet_groups_tests.rb +0 -43
- data/tests/models/elb/model_tests.rb +0 -360
- data/tests/models/elb/tagging_tests.rb +0 -15
- data/tests/models/glacier/model_tests.rb +0 -47
- data/tests/models/iam/access_keys_tests.rb +0 -53
- data/tests/models/iam/groups_tests.rb +0 -59
- data/tests/models/iam/instance_profile_tests.rb +0 -18
- data/tests/models/iam/managed_policies_tests.rb +0 -89
- data/tests/models/iam/policies_tests.rb +0 -57
- data/tests/models/iam/roles_tests.rb +0 -71
- data/tests/models/iam/users_tests.rb +0 -119
- data/tests/models/rds/cluster_tests.rb +0 -54
- data/tests/models/rds/clusters_tests.rb +0 -5
- data/tests/models/rds/event_subscription_tests.rb +0 -9
- data/tests/models/rds/event_subscriptions_tests.rb +0 -6
- data/tests/models/rds/helper.rb +0 -25
- data/tests/models/rds/instance_option_tests.rb +0 -14
- data/tests/models/rds/parameter_group_tests.rb +0 -24
- data/tests/models/rds/parameter_groups_tests.rb +0 -8
- data/tests/models/rds/security_group_tests.rb +0 -77
- data/tests/models/rds/security_groups_tests.rb +0 -5
- data/tests/models/rds/server_tests.rb +0 -131
- data/tests/models/rds/servers_tests.rb +0 -24
- data/tests/models/rds/snapshot_tests.rb +0 -12
- data/tests/models/rds/snapshots_tests.rb +0 -12
- data/tests/models/rds/tagging_tests.rb +0 -20
- data/tests/models/sns/topic_tests.rb +0 -15
- data/tests/models/sns/topics_tests.rb +0 -6
- data/tests/models/storage/directory_tests.rb +0 -91
- data/tests/models/storage/file_tests.rb +0 -129
- data/tests/models/storage/files_tests.rb +0 -90
- data/tests/models/storage/url_tests.rb +0 -25
- data/tests/models/storage/version_tests.rb +0 -52
- data/tests/models/storage/versions_tests.rb +0 -51
- data/tests/models/support/trusted_advisor_tests.rb +0 -25
- data/tests/parsers/compute/describe_images_tests.rb +0 -33
- data/tests/parsers/elb/describe_load_balancers.rb +0 -65
- data/tests/parsers/elbv2/create_load_balancer_tests.rb +0 -48
- data/tests/parsers/elbv2/describe_listeners_tests.rb +0 -76
- data/tests/parsers/elbv2/describe_load_balancers_tests.rb +0 -54
- data/tests/parsers/elbv2/describe_tags_tests.rb +0 -35
- data/tests/requests/auto_scaling/auto_scaling_tests.rb +0 -111
- data/tests/requests/auto_scaling/describe_types_tests.rb +0 -102
- data/tests/requests/auto_scaling/helper.rb +0 -229
- data/tests/requests/auto_scaling/model_tests.rb +0 -235
- data/tests/requests/auto_scaling/notification_configuration_tests.rb +0 -124
- data/tests/requests/auto_scaling/tag_tests.rb +0 -63
- data/tests/requests/beanstalk/application_tests.rb +0 -140
- data/tests/requests/beanstalk/solution_stack_tests.rb +0 -22
- data/tests/requests/cdn/cdn_tests.rb +0 -252
- data/tests/requests/cloud_formation/stack_tests.rb +0 -167
- data/tests/requests/cloud_watch/get_metric_statistics_tests.rb +0 -28
- data/tests/requests/cloud_watch/list_metrics_test.rb +0 -64
- data/tests/requests/cloud_watch/put_metric_data_tests.rb +0 -36
- data/tests/requests/compute/address_tests.rb +0 -144
- data/tests/requests/compute/assign_private_ip_tests.rb +0 -55
- data/tests/requests/compute/availability_zone_tests.rb +0 -25
- data/tests/requests/compute/client_tests.rb +0 -25
- data/tests/requests/compute/dhcp_options_tests.rb +0 -39
- data/tests/requests/compute/helper.rb +0 -27
- data/tests/requests/compute/image_tests.rb +0 -169
- data/tests/requests/compute/instance_attrib_tests.rb +0 -168
- data/tests/requests/compute/instance_tests.rb +0 -338
- data/tests/requests/compute/internet_gateway_tests.rb +0 -49
- data/tests/requests/compute/key_pair_tests.rb +0 -67
- data/tests/requests/compute/network_acl_tests.rb +0 -112
- data/tests/requests/compute/network_interface_tests.rb +0 -239
- data/tests/requests/compute/placement_group_tests.rb +0 -48
- data/tests/requests/compute/region_tests.rb +0 -52
- data/tests/requests/compute/route_tests.rb +0 -341
- data/tests/requests/compute/security_group_tests.rb +0 -446
- data/tests/requests/compute/snapshot_tests.rb +0 -77
- data/tests/requests/compute/spot_datafeed_subscription_tests.rb +0 -47
- data/tests/requests/compute/spot_instance_tests.rb +0 -55
- data/tests/requests/compute/spot_price_history_tests.rb +0 -23
- data/tests/requests/compute/subnet_tests.rb +0 -87
- data/tests/requests/compute/tag_tests.rb +0 -101
- data/tests/requests/compute/volume_tests.rb +0 -263
- data/tests/requests/compute/vpc_tests.rb +0 -222
- data/tests/requests/data_pipeline/helper.rb +0 -78
- data/tests/requests/data_pipeline/pipeline_tests.rb +0 -80
- data/tests/requests/dns/change_resource_record_sets_tests.rb +0 -34
- data/tests/requests/dns/dns_tests.rb +0 -240
- data/tests/requests/dns/health_check_tests.rb +0 -159
- data/tests/requests/dns/helper.rb +0 -21
- data/tests/requests/dynamodb/item_tests.rb +0 -137
- data/tests/requests/dynamodb/table_tests.rb +0 -99
- data/tests/requests/ecs/cluster_tests.rb +0 -112
- data/tests/requests/ecs/container_instance_tests.rb +0 -119
- data/tests/requests/ecs/helper.rb +0 -276
- data/tests/requests/ecs/sample_task_definition1.json +0 -56
- data/tests/requests/ecs/service_tests.rb +0 -132
- data/tests/requests/ecs/task_definitions_tests.rb +0 -97
- data/tests/requests/ecs/task_tests.rb +0 -145
- data/tests/requests/efs/file_system_tests.rb +0 -152
- data/tests/requests/efs/helper.rb +0 -44
- data/tests/requests/elasticache/cache_cluster_tests.rb +0 -137
- data/tests/requests/elasticache/describe_events.rb +0 -17
- data/tests/requests/elasticache/describe_reserved_cache_nodes.rb +0 -17
- data/tests/requests/elasticache/helper.rb +0 -103
- data/tests/requests/elasticache/parameter_group_tests.rb +0 -105
- data/tests/requests/elasticache/security_group_tests.rb +0 -108
- data/tests/requests/elasticache/subnet_group_tests.rb +0 -52
- data/tests/requests/elb/helper.rb +0 -91
- data/tests/requests/elb/listener_tests.rb +0 -68
- data/tests/requests/elb/load_balancer_tests.rb +0 -89
- data/tests/requests/elb/policy_tests.rb +0 -132
- data/tests/requests/elbv2/helper.rb +0 -66
- data/tests/requests/elbv2/load_balancer_tests.rb +0 -50
- data/tests/requests/emr/helper.rb +0 -167
- data/tests/requests/emr/instance_group_tests.rb +0 -106
- data/tests/requests/emr/job_flow_tests.rb +0 -88
- data/tests/requests/federation/get_signin_token_tests.rb +0 -11
- data/tests/requests/glacier/archive_tests.rb +0 -13
- data/tests/requests/glacier/multipart_upload_tests.rb +0 -29
- data/tests/requests/glacier/tree_hash_tests.rb +0 -91
- data/tests/requests/glacier/vault_tests.rb +0 -35
- data/tests/requests/iam/access_key_tests.rb +0 -53
- data/tests/requests/iam/account_policy_tests.rb +0 -20
- data/tests/requests/iam/account_tests.rb +0 -34
- data/tests/requests/iam/group_policy_tests.rb +0 -48
- data/tests/requests/iam/group_tests.rb +0 -44
- data/tests/requests/iam/helper.rb +0 -154
- data/tests/requests/iam/instance_profile_tests.rb +0 -44
- data/tests/requests/iam/login_profile_tests.rb +0 -62
- data/tests/requests/iam/managed_policy_tests.rb +0 -110
- data/tests/requests/iam/mfa_tests.rb +0 -23
- data/tests/requests/iam/role_tests.rb +0 -156
- data/tests/requests/iam/server_certificate_tests.rb +0 -130
- data/tests/requests/iam/user_policy_tests.rb +0 -45
- data/tests/requests/iam/user_tests.rb +0 -78
- data/tests/requests/iam/versioned_managed_policy_tests.rb +0 -105
- data/tests/requests/kinesis/helper.rb +0 -111
- data/tests/requests/kinesis/stream_tests.rb +0 -169
- data/tests/requests/kms/helper.rb +0 -27
- data/tests/requests/kms/key_tests.rb +0 -23
- data/tests/requests/lambda/function_sample_1.js +0 -9
- data/tests/requests/lambda/function_sample_2.js +0 -9
- data/tests/requests/lambda/function_tests.rb +0 -460
- data/tests/requests/lambda/helper.rb +0 -81
- data/tests/requests/rds/cluster_snapshot_tests.rb +0 -43
- data/tests/requests/rds/cluster_tests.rb +0 -37
- data/tests/requests/rds/db_engine_versions.rb +0 -7
- data/tests/requests/rds/db_snapshot_tests.rb +0 -62
- data/tests/requests/rds/describe_events.rb +0 -16
- data/tests/requests/rds/event_subscription_tests.rb +0 -30
- data/tests/requests/rds/helper.rb +0 -406
- data/tests/requests/rds/instance_option_tests.rb +0 -27
- data/tests/requests/rds/instance_tests.rb +0 -149
- data/tests/requests/rds/log_file_tests.rb +0 -19
- data/tests/requests/rds/parameter_group_tests.rb +0 -62
- data/tests/requests/rds/parameter_request_tests.rb +0 -32
- data/tests/requests/rds/security_group_tests.rb +0 -101
- data/tests/requests/rds/subnet_groups_tests.rb +0 -52
- data/tests/requests/rds/tagging_tests.rb +0 -78
- data/tests/requests/redshift/cluster_parameter_group_tests.rb +0 -76
- data/tests/requests/redshift/cluster_security_group_tests.rb +0 -42
- data/tests/requests/redshift/cluster_snapshot_tests.rb +0 -73
- data/tests/requests/redshift/cluster_tests.rb +0 -80
- data/tests/requests/ses/helper.rb +0 -9
- data/tests/requests/ses/verified_domain_identity_tests.rb +0 -16
- data/tests/requests/ses/verified_email_address_tests.rb +0 -27
- data/tests/requests/simpledb/attributes_tests.rb +0 -86
- data/tests/requests/simpledb/domain_tests.rb +0 -51
- data/tests/requests/simpledb/helper.rb +0 -10
- data/tests/requests/sns/helper.rb +0 -9
- data/tests/requests/sns/subscription_tests.rb +0 -86
- data/tests/requests/sns/topic_tests.rb +0 -53
- data/tests/requests/sqs/helper.rb +0 -9
- data/tests/requests/sqs/message_tests.rb +0 -51
- data/tests/requests/sqs/queue_tests.rb +0 -50
- data/tests/requests/storage/acl_utils_tests.rb +0 -209
- data/tests/requests/storage/bucket_tests.rb +0 -416
- data/tests/requests/storage/cors_utils_tests.rb +0 -108
- data/tests/requests/storage/delete_multiple_objects_tests.rb +0 -12
- data/tests/requests/storage/multipart_copy_tests.rb +0 -93
- data/tests/requests/storage/multipart_upload_tests.rb +0 -121
- data/tests/requests/storage/object_tests.rb +0 -269
- data/tests/requests/storage/versioning_tests.rb +0 -262
- data/tests/requests/sts/assume_role_tests.rb +0 -19
- data/tests/requests/sts/assume_role_with_saml_tests.rb +0 -18
- data/tests/requests/sts/assume_role_with_web_identity_tests.rb +0 -28
- data/tests/requests/sts/get_federation_token_tests.rb +0 -20
- data/tests/requests/sts/session_token_tests.rb +0 -16
- data/tests/requests/support/helper.rb +0 -43
- data/tests/requests/support/trusted_advisor_check_tests.rb +0 -16
- data/tests/signaturev4_tests.rb +0 -106
- data/tests/signed_params_tests.rb +0 -17
- data/tests/storage_tests.rb +0 -7
@@ -1,156 +0,0 @@
|
|
1
|
-
Shindo.tests('AWS::IAM | role requests', ['aws']) do
|
2
|
-
tests('success') do
|
3
|
-
|
4
|
-
@role = {
|
5
|
-
'Arn' => String,
|
6
|
-
'AssumeRolePolicyDocument' => String,
|
7
|
-
'CreateDate' => Time,
|
8
|
-
'Path' => String,
|
9
|
-
'RoleId' => String,
|
10
|
-
'RoleName' => String
|
11
|
-
}
|
12
|
-
@role_format = {
|
13
|
-
'Role' => @role,
|
14
|
-
'RequestId' => String
|
15
|
-
}
|
16
|
-
tests("#create_role('fogrole')").formats(@role_format) do
|
17
|
-
Fog::AWS[:iam].create_role('fogrole', Fog::AWS::IAM::EC2_ASSUME_ROLE_POLICY).body
|
18
|
-
end
|
19
|
-
|
20
|
-
tests("#get_role('fogrole')").formats(@role_format) do
|
21
|
-
Fog::AWS[:iam].get_role('fogrole').body
|
22
|
-
end
|
23
|
-
|
24
|
-
@list_roles_format = {
|
25
|
-
'Roles' => [@role],
|
26
|
-
'RequestId' => String,
|
27
|
-
'IsTruncated' => Fog::Boolean,
|
28
|
-
}
|
29
|
-
|
30
|
-
tests("#list_roles").formats(@list_roles_format) do
|
31
|
-
body = Fog::AWS[:iam].list_roles.body
|
32
|
-
returns(true){!! body['Roles'].find {|role| role['RoleName'] == 'fogrole'}}
|
33
|
-
body
|
34
|
-
end
|
35
|
-
|
36
|
-
@profile_format = {
|
37
|
-
'InstanceProfile' => {
|
38
|
-
'Arn' => String,
|
39
|
-
'CreateDate' => Time,
|
40
|
-
'Path' => String,
|
41
|
-
'InstanceProfileId' => String,
|
42
|
-
'InstanceProfileName' => String,
|
43
|
-
'Roles' => [@role]
|
44
|
-
},
|
45
|
-
'RequestId' => String
|
46
|
-
|
47
|
-
}
|
48
|
-
tests("#create_instance_profile('fogprofile')").formats(@profile_format) do
|
49
|
-
pending if Fog.mocking?
|
50
|
-
Fog::AWS[:iam].create_instance_profile('fogprofile').body
|
51
|
-
end
|
52
|
-
|
53
|
-
tests("#get_instance_profile('fogprofile')").formats(@profile_format) do
|
54
|
-
pending if Fog.mocking?
|
55
|
-
Fog::AWS[:iam].get_instance_profile('fogprofile').body
|
56
|
-
end
|
57
|
-
|
58
|
-
tests("#add_role_to_instance_profile('fogprofile','fogrole')").formats(AWS::IAM::Formats::BASIC) do
|
59
|
-
pending if Fog.mocking?
|
60
|
-
Fog::AWS[:iam].add_role_to_instance_profile('fogrole', 'fogprofile').body
|
61
|
-
end
|
62
|
-
|
63
|
-
@profiles_format = {
|
64
|
-
'InstanceProfiles' => [{
|
65
|
-
'Arn' => String,
|
66
|
-
'CreateDate' => Time,
|
67
|
-
'Path' => String,
|
68
|
-
'InstanceProfileId' => String,
|
69
|
-
'InstanceProfileName' => String,
|
70
|
-
'Roles' => [@role]
|
71
|
-
}],
|
72
|
-
'IsTruncated' => Fog::Boolean,
|
73
|
-
'RequestId' => String
|
74
|
-
|
75
|
-
}
|
76
|
-
tests("list_instance_profiles_for_role('fogrole')").formats(@profiles_format) do
|
77
|
-
pending if Fog.mocking?
|
78
|
-
body = Fog::AWS[:iam].list_instance_profiles_for_role('fogrole').body
|
79
|
-
returns(['fogprofile']) { body['InstanceProfiles'].map {|hash| hash['InstanceProfileName']}}
|
80
|
-
body
|
81
|
-
end
|
82
|
-
|
83
|
-
tests("list_instance_profiles").formats(@profiles_format) do
|
84
|
-
pending if Fog.mocking?
|
85
|
-
Fog::AWS[:iam].list_instance_profiles.body
|
86
|
-
end
|
87
|
-
|
88
|
-
sample_policy = {"Statement" => [{"Effect" => "Allow", "Action" => "*", "Resource" => "*"}]}
|
89
|
-
|
90
|
-
tests("put_role_policy").formats(AWS::IAM::Formats::BASIC) do
|
91
|
-
pending if Fog.mocking?
|
92
|
-
Fog::AWS[:iam].put_role_policy('fogrole', 'fogpolicy', sample_policy).body
|
93
|
-
end
|
94
|
-
|
95
|
-
@get_role_policy_format = {
|
96
|
-
'Policy' => {
|
97
|
-
'RoleName' => String,
|
98
|
-
'PolicyName' => String,
|
99
|
-
'PolicyDocument' => Hash,
|
100
|
-
},
|
101
|
-
'RequestId' => String
|
102
|
-
}
|
103
|
-
|
104
|
-
tests("get_role_policy").formats(@get_role_policy_format) do
|
105
|
-
pending if Fog.mocking?
|
106
|
-
body = Fog::AWS[:iam].get_role_policy('fogrole','fogpolicy').body
|
107
|
-
returns('fogpolicy') {body['Policy']['PolicyName']}
|
108
|
-
returns(sample_policy){body['Policy']['PolicyDocument']}
|
109
|
-
body
|
110
|
-
end
|
111
|
-
|
112
|
-
@list_role_policies_format = {
|
113
|
-
'PolicyNames' => [String],
|
114
|
-
'IsTruncated' => Fog::Boolean,
|
115
|
-
'RequestId' => String
|
116
|
-
}
|
117
|
-
|
118
|
-
tests("list_role_policies").formats(@list_role_policies_format) do
|
119
|
-
pending if Fog.mocking?
|
120
|
-
body = Fog::AWS[:iam].list_role_policies('fogrole').body
|
121
|
-
|
122
|
-
returns(['fogpolicy']) {body['PolicyNames']}
|
123
|
-
body
|
124
|
-
end
|
125
|
-
|
126
|
-
tests("delete_role_policy").formats(AWS::IAM::Formats::BASIC) do
|
127
|
-
pending if Fog.mocking?
|
128
|
-
Fog::AWS[:iam].delete_role_policy('fogrole', 'fogpolicy').body
|
129
|
-
end
|
130
|
-
|
131
|
-
returns([]) do
|
132
|
-
pending if Fog.mocking?
|
133
|
-
Fog::AWS[:iam].list_role_policies('fogrole').body['PolicyNames']
|
134
|
-
end
|
135
|
-
|
136
|
-
tests("remove_role_from_instance_profile").formats(AWS::IAM::Formats::BASIC) do
|
137
|
-
pending if Fog.mocking?
|
138
|
-
Fog::AWS[:iam].remove_role_from_instance_profile('fogrole', 'fogprofile').body
|
139
|
-
end
|
140
|
-
|
141
|
-
returns([]) do
|
142
|
-
pending if Fog.mocking?
|
143
|
-
Fog::AWS[:iam].list_instance_profiles_for_role('fogrole').body['InstanceProfiles']
|
144
|
-
end
|
145
|
-
|
146
|
-
tests("#delete_instance_profile('fogprofile'").formats(AWS::IAM::Formats::BASIC) do
|
147
|
-
pending if Fog.mocking?
|
148
|
-
Fog::AWS[:iam].delete_instance_profile('fogprofile').body
|
149
|
-
end
|
150
|
-
|
151
|
-
tests("#delete_role('fogrole'").formats(AWS::IAM::Formats::BASIC) do
|
152
|
-
Fog::AWS[:iam].delete_role('fogrole').body
|
153
|
-
end
|
154
|
-
end
|
155
|
-
|
156
|
-
end
|
@@ -1,130 +0,0 @@
|
|
1
|
-
Shindo.tests('AWS::IAM | server certificate requests', ['aws']) do
|
2
|
-
@key_name = 'fog-test'
|
3
|
-
@key_name_chained = 'fog-test-chained'
|
4
|
-
|
5
|
-
@certificate_format = {
|
6
|
-
'Arn' => String,
|
7
|
-
'Path' => String,
|
8
|
-
'ServerCertificateId' => String,
|
9
|
-
'ServerCertificateName' => String,
|
10
|
-
'UploadDate' => Time
|
11
|
-
}
|
12
|
-
@upload_format = {
|
13
|
-
'Certificate' => @certificate_format,
|
14
|
-
'RequestId' => String
|
15
|
-
}
|
16
|
-
@update_format = {
|
17
|
-
'RequestId' => String
|
18
|
-
}
|
19
|
-
@get_server_certificate_format = {
|
20
|
-
'Certificate' => @certificate_format,
|
21
|
-
'RequestId' => String
|
22
|
-
}
|
23
|
-
@list_format = {
|
24
|
-
'Certificates' => [@certificate_format]
|
25
|
-
}
|
26
|
-
|
27
|
-
tests('#upload_server_certificate') do
|
28
|
-
public_key = AWS::IAM::SERVER_CERT
|
29
|
-
private_key = AWS::IAM::SERVER_CERT_PRIVATE_KEY
|
30
|
-
private_key_pkcs8 = AWS::IAM::SERVER_CERT_PRIVATE_KEY_PKCS8
|
31
|
-
private_key_mismatch = AWS::IAM::SERVER_CERT_PRIVATE_KEY_MISMATCHED
|
32
|
-
|
33
|
-
tests('empty public key').raises(Fog::AWS::IAM::ValidationError) do
|
34
|
-
Fog::AWS::IAM.new.upload_server_certificate('', private_key, @key_name)
|
35
|
-
end
|
36
|
-
|
37
|
-
tests('empty private key').raises(Fog::AWS::IAM::ValidationError) do
|
38
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, '', @key_name)
|
39
|
-
end
|
40
|
-
|
41
|
-
tests('invalid public key').raises(Fog::AWS::IAM::MalformedCertificate) do
|
42
|
-
Fog::AWS::IAM.new.upload_server_certificate('abcde', private_key, @key_name)
|
43
|
-
end
|
44
|
-
|
45
|
-
tests('invalid private key').raises(Fog::AWS::IAM::MalformedCertificate) do
|
46
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, 'abcde', @key_name)
|
47
|
-
end
|
48
|
-
|
49
|
-
tests('non-RSA private key').raises(Fog::AWS::IAM::MalformedCertificate) do
|
50
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key_pkcs8, @key_name)
|
51
|
-
end
|
52
|
-
|
53
|
-
tests('mismatched private key').raises(Fog::AWS::IAM::KeyPairMismatch) do
|
54
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key_mismatch, @key_name)
|
55
|
-
end
|
56
|
-
|
57
|
-
tests('format').formats(@upload_format) do
|
58
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key, @key_name).body
|
59
|
-
end
|
60
|
-
|
61
|
-
tests('format with chain').formats(@upload_format) do
|
62
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key, @key_name_chained, { 'CertificateChain' => public_key }).body
|
63
|
-
end
|
64
|
-
|
65
|
-
tests('duplicate name').raises(Fog::AWS::IAM::EntityAlreadyExists) do
|
66
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key, @key_name)
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
tests('#update_server_certificate') do
|
71
|
-
public_key = AWS::IAM::SERVER_CERT
|
72
|
-
private_key = AWS::IAM::SERVER_CERT_PRIVATE_KEY
|
73
|
-
key_name = "update-key"
|
74
|
-
|
75
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key, key_name)
|
76
|
-
|
77
|
-
tests('duplicate name').raises(Fog::AWS::IAM::EntityAlreadyExists) do
|
78
|
-
other_key_name = "other-key-name"
|
79
|
-
Fog::AWS::IAM.new.upload_server_certificate(public_key, private_key, other_key_name)
|
80
|
-
|
81
|
-
Fog::AWS::IAM.new.update_server_certificate(key_name, {'NewServerCertificateName' => other_key_name})
|
82
|
-
end
|
83
|
-
|
84
|
-
tests('unknown name').raises(Fog::AWS::IAM::NotFound) do
|
85
|
-
Fog::AWS::IAM.new.update_server_certificate("unknown-key-name", {'NewServerCertificateName' => "other-keyname"})
|
86
|
-
end
|
87
|
-
|
88
|
-
tests('format').formats(@update_format) do
|
89
|
-
Fog::AWS::IAM.new.update_server_certificate(key_name).body
|
90
|
-
end
|
91
|
-
|
92
|
-
tests('updates name') do
|
93
|
-
other_key_name = "successful-update-key-name"
|
94
|
-
Fog::AWS::IAM.new.update_server_certificate(key_name, {'NewServerCertificateName' => other_key_name})
|
95
|
-
returns(true) { Fog::AWS::IAM.new.get_server_certificate(other_key_name).body['Certificate']['ServerCertificateName'] == other_key_name }
|
96
|
-
end
|
97
|
-
end
|
98
|
-
|
99
|
-
tests('#get_server_certificate').formats(@get_server_certificate_format) do
|
100
|
-
tests('raises NotFound').raises(Fog::AWS::IAM::NotFound) do
|
101
|
-
Fog::AWS::IAM.new.get_server_certificate("#{@key_name}fake")
|
102
|
-
end
|
103
|
-
Fog::AWS::IAM.new.get_server_certificate(@key_name).body
|
104
|
-
end
|
105
|
-
|
106
|
-
tests('#list_server_certificates').formats(@list_format) do
|
107
|
-
result = Fog::AWS::IAM.new.list_server_certificates.body
|
108
|
-
tests('includes key name') do
|
109
|
-
returns(true) { result['Certificates'].any?{|c| c['ServerCertificateName'] == @key_name} }
|
110
|
-
end
|
111
|
-
result
|
112
|
-
end
|
113
|
-
|
114
|
-
tests("#list_server_certificates('path-prefix' => '/'").formats(@list_format) do
|
115
|
-
result = Fog::AWS::IAM.new.list_server_certificates('PathPrefix' => '/').body
|
116
|
-
tests('includes key name') do
|
117
|
-
returns(true) { result['Certificates'].any?{|c| c['ServerCertificateName'] == @key_name} }
|
118
|
-
end
|
119
|
-
result
|
120
|
-
end
|
121
|
-
|
122
|
-
tests('#delete_server_certificate').formats(AWS::IAM::Formats::BASIC) do
|
123
|
-
tests('raises NotFound').raises(Fog::AWS::IAM::NotFound) do
|
124
|
-
Fog::AWS::IAM.new.delete_server_certificate("#{@key_name}fake")
|
125
|
-
end
|
126
|
-
Fog::AWS::IAM.new.delete_server_certificate(@key_name).body
|
127
|
-
end
|
128
|
-
|
129
|
-
Fog::AWS::IAM.new.delete_server_certificate(@key_name_chained)
|
130
|
-
end
|
@@ -1,45 +0,0 @@
|
|
1
|
-
Shindo.tests('AWS::IAM | user policy requests', ['aws']) do
|
2
|
-
|
3
|
-
Fog::AWS[:iam].create_user('fog_user_policy_tests')
|
4
|
-
|
5
|
-
tests('success') do
|
6
|
-
|
7
|
-
@policy = {"Statement" => [{"Effect" => "Allow", "Action" => "*", "Resource" => "*"}]}
|
8
|
-
|
9
|
-
tests("#put_user_policy('fog_user_policy_tests', 'fog_policy', #{@policy.inspect})").formats(AWS::IAM::Formats::BASIC) do
|
10
|
-
Fog::AWS[:iam].put_user_policy('fog_user_policy_tests', 'fog_policy', @policy).body
|
11
|
-
end
|
12
|
-
|
13
|
-
@user_policies_format = {
|
14
|
-
'IsTruncated' => Fog::Boolean,
|
15
|
-
'PolicyNames' => [String],
|
16
|
-
'RequestId' => String
|
17
|
-
}
|
18
|
-
|
19
|
-
tests("#list_user_policies('fog_user_policy_tests')").formats(@user_policies_format) do
|
20
|
-
Fog::AWS[:iam].list_user_policies('fog_user_policy_tests').body
|
21
|
-
end
|
22
|
-
|
23
|
-
@user_policy_format = {
|
24
|
-
'UserName' => String,
|
25
|
-
'PolicyName' => String,
|
26
|
-
'PolicyDocument' => Hash,
|
27
|
-
}
|
28
|
-
|
29
|
-
tests("#get_user_policy('fog_user_policy_tests', 'fog_policy'").formats(@user_policy_format) do
|
30
|
-
Fog::AWS[:iam].get_user_policy('fog_policy', 'fog_user_policy_tests').body['Policy']
|
31
|
-
end
|
32
|
-
|
33
|
-
tests("#delete_user_policy('fog_user_policy_tests', 'fog_policy')").formats(AWS::IAM::Formats::BASIC) do
|
34
|
-
Fog::AWS[:iam].delete_user_policy('fog_user_policy_tests', 'fog_policy').body
|
35
|
-
end
|
36
|
-
|
37
|
-
end
|
38
|
-
|
39
|
-
tests('failure') do
|
40
|
-
test('failing conditions')
|
41
|
-
end
|
42
|
-
|
43
|
-
Fog::AWS[:iam].delete_user('fog_user_policy_tests')
|
44
|
-
|
45
|
-
end
|
@@ -1,78 +0,0 @@
|
|
1
|
-
Shindo.tests('AWS::IAM | user requests', ['aws']) do
|
2
|
-
service = Fog::AWS[:iam]
|
3
|
-
|
4
|
-
begin
|
5
|
-
service.delete_group('fog_user_tests')
|
6
|
-
rescue Fog::AWS::IAM::NotFound
|
7
|
-
end
|
8
|
-
|
9
|
-
begin
|
10
|
-
service.delete_user('fog_user').body
|
11
|
-
rescue Fog::AWS::IAM::NotFound
|
12
|
-
end
|
13
|
-
|
14
|
-
username = 'fog_user'
|
15
|
-
|
16
|
-
service.create_group('fog_user_tests')
|
17
|
-
|
18
|
-
tests("#create_user('#{username}')").data_matches_schema(AWS::IAM::Formats::CREATE_USER) do
|
19
|
-
service.create_user(username).body
|
20
|
-
end
|
21
|
-
|
22
|
-
tests("#list_users").data_matches_schema(AWS::IAM::Formats::LIST_USER) do
|
23
|
-
service.list_users.body
|
24
|
-
end
|
25
|
-
|
26
|
-
tests("#get_user('#{username}')").data_matches_schema(AWS::IAM::Formats::GET_USER) do
|
27
|
-
service.get_user(username).body
|
28
|
-
end
|
29
|
-
|
30
|
-
tests("#get_user").data_matches_schema(AWS::IAM::Formats::GET_CURRENT_USER) do
|
31
|
-
body = Fog::AWS[:iam].get_user.body
|
32
|
-
if Fog.mocking?
|
33
|
-
tests("correct root arn").returns(true) {
|
34
|
-
body["User"]["Arn"].end_with?(":root")
|
35
|
-
}
|
36
|
-
end
|
37
|
-
|
38
|
-
body
|
39
|
-
end
|
40
|
-
|
41
|
-
tests("#create_login_profile") do
|
42
|
-
service.create_login_profile(username, SecureRandom.base64(10))
|
43
|
-
end
|
44
|
-
|
45
|
-
tests("#get_login_profile") do
|
46
|
-
service.get_login_profile(username)
|
47
|
-
end
|
48
|
-
|
49
|
-
tests("#update_login_profile") do
|
50
|
-
# avoids Fog::AWS::IAM::Error: EntityTemporarilyUnmodifiable => Login Profile for User instance cannot be modified while login profile is being created.
|
51
|
-
if Fog.mocking?
|
52
|
-
service.update_login_profile(username, SecureRandom.base64(10))
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
tests("#delete_login_profile") do
|
57
|
-
service.delete_login_profile(username)
|
58
|
-
end
|
59
|
-
|
60
|
-
tests("#add_user_to_group('fog_user_tests', '#{username}')").data_matches_schema(AWS::IAM::Formats::BASIC) do
|
61
|
-
service.add_user_to_group('fog_user_tests', username).body
|
62
|
-
end
|
63
|
-
|
64
|
-
tests("#list_groups_for_user('#{username}')").data_matches_schema(AWS::IAM::Formats::GROUPS) do
|
65
|
-
service.list_groups_for_user(username).body
|
66
|
-
end
|
67
|
-
|
68
|
-
tests("#remove_user_from_group('fog_user_tests', '#{username}')").data_matches_schema(AWS::IAM::Formats::BASIC) do
|
69
|
-
service.remove_user_from_group('fog_user_tests', username).body
|
70
|
-
end
|
71
|
-
|
72
|
-
tests("#delete_user('#{username}')").data_matches_schema(AWS::IAM::Formats::BASIC) do
|
73
|
-
service.delete_user(username).body
|
74
|
-
end
|
75
|
-
|
76
|
-
service.delete_group('fog_user_tests')
|
77
|
-
|
78
|
-
end
|
@@ -1,105 +0,0 @@
|
|
1
|
-
Shindo.tests('AWS::IAM | versioned managed policy requests', ['aws']) do
|
2
|
-
|
3
|
-
pending if Fog.mocking?
|
4
|
-
|
5
|
-
tests('success') do
|
6
|
-
@policy = {'Version' => '2012-10-17', "Statement" => [{"Effect" => "Deny", "Action" => "*", "Resource" => "*"}]}
|
7
|
-
@policy_v2 = {'Version' => '2012-10-17', "Statement" => [{"Effect" => "Allow", "Action" => "*", "Resource" => "*"}]}
|
8
|
-
|
9
|
-
@policy_format = {
|
10
|
-
'Arn' => String,
|
11
|
-
'AttachmentCount' => Integer,
|
12
|
-
'Description' => String,
|
13
|
-
'DefaultVersionId' => String,
|
14
|
-
'IsAttachable' => Fog::Boolean,
|
15
|
-
'Path' => String,
|
16
|
-
'PolicyId' => String,
|
17
|
-
'PolicyName' => String,
|
18
|
-
'CreateDate' => Time,
|
19
|
-
'UpdateDate' => Time
|
20
|
-
}
|
21
|
-
|
22
|
-
create_policy_format = {
|
23
|
-
'RequestId' => String,
|
24
|
-
'Policy' => @policy_format
|
25
|
-
}
|
26
|
-
|
27
|
-
list_policies_format = {
|
28
|
-
'RequestId' => String,
|
29
|
-
'Policies' => [@policy_format],
|
30
|
-
'Marker' => String,
|
31
|
-
'IsTruncated' => Fog::Boolean
|
32
|
-
}
|
33
|
-
|
34
|
-
versioned_policy_format = {
|
35
|
-
'CreateDate' => Time,
|
36
|
-
'Document' => Hash,
|
37
|
-
'IsDefaultVersion' => Fog::Boolean,
|
38
|
-
'Description' => String
|
39
|
-
}
|
40
|
-
|
41
|
-
create_versioned_policy_format = {
|
42
|
-
'RequestId' => String,
|
43
|
-
'PolicyVersion' => [versioned_policy_format]
|
44
|
-
}
|
45
|
-
|
46
|
-
policy_verions_format = {
|
47
|
-
'CreateDate' => Time,
|
48
|
-
'IsDefaultVersion' => Fog::Boolean,
|
49
|
-
'VersionId' => String
|
50
|
-
}
|
51
|
-
|
52
|
-
list_policy_versions_format = {
|
53
|
-
'RequestId' => String,
|
54
|
-
'Versions' => [policy_verions_format],
|
55
|
-
'Marker' => String,
|
56
|
-
'IsTruncated' => Fog::Boolean
|
57
|
-
}
|
58
|
-
|
59
|
-
tests("#create_policy('fog_policy')").formats(create_policy_format) do
|
60
|
-
Fog::AWS[:iam].create_policy('fog_policy', @policy, '/fog/').body['Policy']['Arn']
|
61
|
-
end
|
62
|
-
|
63
|
-
tests("#list_policies('fog_policy')").formats(list_policies_format) do
|
64
|
-
body = Fog::AWS[:iam].list_policies('PathPrefix' => '/fog/').body
|
65
|
-
tests('length 1').returns(1) do
|
66
|
-
body['Policies'].length
|
67
|
-
end
|
68
|
-
body
|
69
|
-
end
|
70
|
-
|
71
|
-
tests("#create_versioned_policy('fog_policy')").formats(create_versioned_policy_format) do
|
72
|
-
Fog::AWS[:iam].create_versioned_policy(@policy_arn, @policy_v2, true).body['PolicyVersion']['Document']
|
73
|
-
end
|
74
|
-
|
75
|
-
tests("#list_policy_versions('fog_policy')").formats(list_policy_versions_format) do
|
76
|
-
body = Fog::AWS[:iam].list_policy_versions(@policy_arn).body
|
77
|
-
tests('length 2').returns(2) do
|
78
|
-
body['Versions'].length
|
79
|
-
end
|
80
|
-
body
|
81
|
-
end
|
82
|
-
|
83
|
-
tests("#set_default_policy_version('fog_policy')").formats(AWS::IAM::Formats::BASIC) do
|
84
|
-
body = Fog::AWS[:iam].set_default_policy_version(@policy_arn, 'v1').body
|
85
|
-
tests('length 2').returns(2) do
|
86
|
-
body['Versions'].length
|
87
|
-
end
|
88
|
-
body
|
89
|
-
end
|
90
|
-
|
91
|
-
tests("#delete_versioned_policy('fog_policy')").formats(AWS::IAM::Formats::BASIC) do
|
92
|
-
Fog::AWS[:iam].delete_policy(@policy_arn, 'v2').body['PolicyVersion']['Document']
|
93
|
-
end
|
94
|
-
|
95
|
-
tests("#delete_policy('fog_policy')").formats(AWS::IAM::Formats::BASIC) do
|
96
|
-
Fog::AWS[:iam].delete_policy(@policy_arn).body
|
97
|
-
end
|
98
|
-
|
99
|
-
end
|
100
|
-
|
101
|
-
tests('failure') do
|
102
|
-
test('failing conditions')
|
103
|
-
end
|
104
|
-
|
105
|
-
end
|
@@ -1,111 +0,0 @@
|
|
1
|
-
class AWS
|
2
|
-
module Kinesis
|
3
|
-
|
4
|
-
def wait_for(&block)
|
5
|
-
Fog.wait_for do
|
6
|
-
block.call.tap do
|
7
|
-
print '.'
|
8
|
-
end
|
9
|
-
end
|
10
|
-
end
|
11
|
-
|
12
|
-
def wait_for_status(stream_name, status)
|
13
|
-
wait_for do
|
14
|
-
Fog::AWS[:kinesis].describe_stream("StreamName" => stream_name).body["StreamDescription"]["StreamStatus"] == status
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
def delete_if_exists(stream_name)
|
19
|
-
if Fog::AWS[:kinesis].list_streams.body["StreamNames"].include?(stream_name)
|
20
|
-
wait_for_status(stream_name, "ACTIVE")
|
21
|
-
Fog::AWS[:kinesis].delete_stream("StreamName" => @stream_id)
|
22
|
-
wait_for do
|
23
|
-
begin
|
24
|
-
Fog::AWS[:kinesis].describe_stream("StreamName" => stream_name)
|
25
|
-
false
|
26
|
-
rescue Fog::AWS::Kinesis::ResourceNotFound
|
27
|
-
true
|
28
|
-
end
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
32
|
-
|
33
|
-
module Formats # optional keys are commented out
|
34
|
-
|
35
|
-
LIST_STREAMS_FORMAT = {
|
36
|
-
"HasMoreStreams" => Fog::Boolean,
|
37
|
-
"StreamNames" => [
|
38
|
-
String
|
39
|
-
]
|
40
|
-
}
|
41
|
-
|
42
|
-
DESCRIBE_STREAM_FORMAT = {
|
43
|
-
"StreamDescription" => {
|
44
|
-
"HasMoreShards" => Fog::Boolean,
|
45
|
-
"Shards" => [
|
46
|
-
{
|
47
|
-
#"AdjacentParentShardId" => String,
|
48
|
-
"HashKeyRange" => {
|
49
|
-
"EndingHashKey" => String,
|
50
|
-
"StartingHashKey" => String
|
51
|
-
},
|
52
|
-
#"ParentShardId" => String,
|
53
|
-
"SequenceNumberRange" => {
|
54
|
-
# "EndingSequenceNumber" => String,
|
55
|
-
"StartingSequenceNumber" => String
|
56
|
-
},
|
57
|
-
"ShardId" => String
|
58
|
-
}
|
59
|
-
],
|
60
|
-
"StreamARN" => String,
|
61
|
-
"StreamName" => String,
|
62
|
-
"StreamStatus" => String
|
63
|
-
}
|
64
|
-
}
|
65
|
-
|
66
|
-
GET_SHARD_ITERATOR_FORMAT = {
|
67
|
-
"ShardIterator" => String
|
68
|
-
}
|
69
|
-
|
70
|
-
PUT_RECORDS_FORMAT = {
|
71
|
-
"FailedRecordCount" => Integer,
|
72
|
-
"Records" => [
|
73
|
-
{
|
74
|
-
# "ErrorCode" => String,
|
75
|
-
# "ErrorMessage" => String,
|
76
|
-
"SequenceNumber" => String,
|
77
|
-
"ShardId" => String
|
78
|
-
}
|
79
|
-
]
|
80
|
-
}
|
81
|
-
|
82
|
-
PUT_RECORD_FORMAT = {
|
83
|
-
"SequenceNumber" => String,
|
84
|
-
"ShardId" => String
|
85
|
-
}
|
86
|
-
|
87
|
-
GET_RECORDS_FORMAT = {
|
88
|
-
"MillisBehindLatest" => Integer,
|
89
|
-
"NextShardIterator" => String,
|
90
|
-
"Records" => [
|
91
|
-
{
|
92
|
-
"Data" => String,
|
93
|
-
"PartitionKey" => String,
|
94
|
-
"SequenceNumber" => String
|
95
|
-
}
|
96
|
-
]
|
97
|
-
}
|
98
|
-
|
99
|
-
LIST_TAGS_FOR_STREAM_FORMAT = {
|
100
|
-
"HasMoreTags" => Fog::Boolean,
|
101
|
-
"Tags" => [
|
102
|
-
{
|
103
|
-
"Key" => String,
|
104
|
-
"Value" => String
|
105
|
-
}
|
106
|
-
]
|
107
|
-
}
|
108
|
-
|
109
|
-
end
|
110
|
-
end
|
111
|
-
end
|