-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
168 lines (167 loc) Β· 4.25 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Generated by roxygen2: do not edit by hand
S3method(print,sixtyfour_client)
export(as_policy_arn)
export(aws_billing)
export(aws_billing_raw)
export(aws_bucket_create)
export(aws_bucket_delete)
export(aws_bucket_download)
export(aws_bucket_exists)
export(aws_bucket_list_objects)
export(aws_bucket_tree)
export(aws_bucket_upload)
export(aws_buckets)
export(aws_db_cluster_status)
export(aws_db_instance_status)
export(aws_db_rds_con)
export(aws_db_rds_create)
export(aws_db_rds_list)
export(aws_db_redshift_con)
export(aws_db_redshift_create)
export(aws_file_attr)
export(aws_file_copy)
export(aws_file_delete)
export(aws_file_download)
export(aws_file_exists)
export(aws_file_rename)
export(aws_file_upload)
export(aws_group)
export(aws_group_create)
export(aws_group_delete)
export(aws_group_exists)
export(aws_groups)
export(aws_policies)
export(aws_policy)
export(aws_policy_attach)
export(aws_policy_create)
export(aws_policy_delete)
export(aws_policy_delete_version)
export(aws_policy_detach)
export(aws_policy_document_create)
export(aws_policy_exists)
export(aws_policy_list_entities)
export(aws_policy_list_versions)
export(aws_policy_statement)
export(aws_role)
export(aws_role_create)
export(aws_role_delete)
export(aws_role_exists)
export(aws_roles)
export(aws_s3_policy_doc_create)
export(aws_secrets_all)
export(aws_secrets_create)
export(aws_secrets_delete)
export(aws_secrets_get)
export(aws_secrets_list)
export(aws_secrets_pwd)
export(aws_secrets_rotate)
export(aws_secrets_update)
export(aws_user)
export(aws_user_access_key)
export(aws_user_access_key_delete)
export(aws_user_add_to_group)
export(aws_user_create)
export(aws_user_current)
export(aws_user_delete)
export(aws_user_exists)
export(aws_user_remove_from_group)
export(aws_users)
export(aws_vpc)
export(aws_vpc_sec_group_rules)
export(aws_vpc_security_group)
export(aws_vpc_security_group_create)
export(aws_vpc_security_group_ingress)
export(aws_vpc_security_groups)
export(aws_vpc_sg_with_ingress)
export(aws_vpcs)
export(bucket_arn)
export(cluster_details)
export(con_ce)
export(con_ec2)
export(con_iam)
export(con_rds)
export(con_redshift)
export(con_s3)
export(con_s3fs)
export(con_sm)
export(group_policies)
export(instance_details)
export(ip_permissions_generator)
export(random_string)
export(random_user)
export(resource_rds)
export(s3_path)
export(six_admin_setup)
export(six_bucket_add_user)
export(six_bucket_change_user)
export(six_bucket_delete)
export(six_bucket_permissions)
export(six_bucket_remove_user)
export(six_file_upload)
export(six_user_create)
export(six_user_creds)
export(six_user_delete)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_inform)
importFrom(cli,cli_progress_bar)
importFrom(cli,cli_progress_update)
importFrom(cli,pb_spin)
importFrom(clipr,write_clip)
importFrom(curl,curl_fetch_memory)
importFrom(curl,curl_unescape)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_match)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,last_col)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,ungroup)
importFrom(fs,file_exists)
importFrom(fs,fs_bytes)
importFrom(glue,glue)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,as_datetime)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(paws,costexplorer)
importFrom(paws,iam)
importFrom(paws,rds)
importFrom(paws,redshift)
importFrom(paws,s3)
importFrom(purrr,compact)
importFrom(purrr,discard)
importFrom(purrr,flatten)
importFrom(purrr,keep)
importFrom(purrr,list_rbind)
importFrom(purrr,map)
importFrom(purrr,map2_vec)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,safely)
importFrom(rlang,":=")
importFrom(rlang,abort)
importFrom(rlang,has_name)
importFrom(rlang,is_empty)
importFrom(rlang,is_na)
importFrom(s3fs,s3_file_system)
importFrom(s3fs,s3_path)
importFrom(snakecase,to_upper_camel_case)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)