-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathservices.ts
More file actions
110 lines (110 loc) · 3.44 KB
/
services.ts
File metadata and controls
110 lines (110 loc) · 3.44 KB
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
export default {
acm: 'acm',
alb: 'alb',
apiGatewayDomainName: 'apiGatewayDomainName',
apiGatewayHttpApi: 'apiGatewayHttpApi',
apiGatewayResource: 'apiGatewayResource',
apiGatewayRestApi: 'apiGatewayRestApi',
apiGatewayStage: 'apiGatewayStage',
appSync: 'appSync',
asg: 'asg',
athenaDataCatalog: 'athenaDataCatalog',
billing: 'billing',
clientVpnEndpoint: 'clientVpnEndpoint',
cloud9: 'cloud9',
cloudFormationStack: 'cloudFormationStack',
cloudFormationStackSet: 'cloudFormationStackSet',
cloudfront: 'cloudfront',
cloudtrail: 'cloudtrail',
cloudwatch: 'cloudwatch',
cloudwatchLog: 'cloudwatchLog',
codebuild: 'codebuild',
cognitoIdentityPool: 'cognitoIdentityPool',
cognitoUserPool: 'cognitoUserPool',
configurationRecorder: 'configurationRecorder',
customerGateway: 'customerGateway',
dmsReplicationInstance: 'dmsReplicationInstance',
dynamodb: 'dynamodb',
ebs: 'ebs',
ebsSnapshot: 'ebsSnapshot',
ec2Instance: 'ec2Instance',
ecr: 'ecr',
ecsCluster: 'ecsCluster',
ecsContainer: 'ecsContainer',
ecsService: 'ecsService',
ecsTask: 'ecsTask',
ecsTaskDefinition: 'ecsTaskDefinition',
ecsTaskSet: 'ecsTaskSet',
efs: 'efs',
efsMountTarget: 'efsMountTarget',
eip: 'eip',
eksCluster: 'eksCluster',
elasticBeanstalkApp: 'elasticBeanstalkApp',
elasticBeanstalkEnv: 'elasticBeanstalkEnv',
elastiCacheCluster: 'elastiCacheCluster',
elastiCacheReplicationGroup: 'elastiCacheReplicationGroup',
elasticSearchDomain: 'elasticSearchDomain',
elb: 'elb',
flowLog: 'flowLog',
glueJob: 'glueJob',
glueRegistry: 'glueRegistry',
guardDutyDetector: 'guardDutyDetector',
emrCluster: 'emrCluster',
emrInstance: 'emrInstance',
emrStep: 'emrStep',
iamAccessAnalyzer: 'iamAccessAnalyzer',
iamUser: 'iamUser',
iamGroup: 'iamGroup',
iamRole: 'iamRole',
iamPolicy: 'iamPolicy',
iamPasswordPolicy: 'iamPasswordPolicy',
iamSamlProvider: 'iamSamlProvider',
iamOpenIdConnectProvider: 'iamOpenIdConnectProvider',
iamServerCertificate: 'iamServerCertificate',
iamInstanceProfile: 'iamInstanceProfile',
igw: 'igw',
iot: 'iot',
kinesisFirehose: 'kinesisFirehose',
kinesisStream: 'kinesisStream',
kms: 'kms',
lambda: 'lambda',
managedAirflow: 'managedAirflow',
managedPrefixList: 'managedPrefixList',
mskCluster: 'mskCluster',
nacl: 'nacl',
nat: 'nat',
networkInterface: 'networkInterface',
opsWorksApp: 'opsWorksApp',
opsWorksStack: 'opsWorksStack',
opsWorksInstance: 'opsWorksInstance',
organization: 'organization',
rdsCluster: 'rdsCluster',
rdsClusterSnapshot: 'rdsClusterSnapshot',
rdsDbInstance: 'rdsDbInstance',
redshiftCluster: 'redshiftCluster',
route53HostedZone: 'route53HostedZone',
route53Record: 'route53Record',
routeTable: 'routeTable',
sageMakerExperiment: 'sageMakerExperiment',
sageMakerNotebookInstance: 'sageMakerNotebookInstance',
sageMakerProject: 'sageMakerProject',
s3: 's3',
secretsManager: 'secretsManager',
securityHub: 'securityHub',
ses: 'ses',
sg: 'sg',
sns: 'sns',
sqs: 'sqs',
subnet: 'subnet',
systemsManagerInstance: 'systemsManagerInstance',
systemsManagerDocument: 'systemsManagerDocument',
transitGateway: 'transitGateway',
transitGatewayAttachment: 'transitGatewayAttachment',
transitGatewayRouteTable: 'transitGatewayRouteTable',
vpc: 'vpc',
vpcEndpoint: 'vpcEndpoint',
vpcPeeringConnection: 'vpcPeeringConnection',
vpnConnection: 'vpnConnection',
vpnGateway: 'vpnGateway',
wafV2WebAcl: 'wafV2WebAcl',
}