@pulumi/scm 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/vars.d.ts +23 -0
- package/config/vars.js +24 -0
- package/config/vars.js.map +1 -1
- package/package.json +3 -3
- package/provider.d.ts +34 -0
- package/provider.js +4 -0
- package/provider.js.map +1 -1
package/config/vars.d.ts
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
* The file path to the JSON file with auth creds for SCM.
|
|
3
3
|
*/
|
|
4
4
|
export declare const authFile: string | undefined;
|
|
5
|
+
/**
|
|
6
|
+
* The URL to send auth credentials to which will return a JWT. Default:
|
|
7
|
+
* `https://auth.apps.paloaltonetworks.com/auth/v1/oauth2/access_token`. Environment variable: `SCM_AUTH_URL`. JSON config
|
|
8
|
+
* file variable: `authUrl`.
|
|
9
|
+
*/
|
|
10
|
+
export declare const authUrl: string | undefined;
|
|
5
11
|
/**
|
|
6
12
|
* The client ID for the connection. Environment variable: `SCM_CLIENT_ID`. JSON config file variable: `clientId`.
|
|
7
13
|
*/
|
|
@@ -11,6 +17,13 @@ export declare const clientId: string | undefined;
|
|
|
11
17
|
* `clientSecret`.
|
|
12
18
|
*/
|
|
13
19
|
export declare const clientSecret: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Custom HTTP headers to be sent with all API commands. Environment variable: `SCM_HEADERS`. JSON config file variable:
|
|
22
|
+
* `headers`.
|
|
23
|
+
*/
|
|
24
|
+
export declare const headers: {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
} | undefined;
|
|
14
27
|
/**
|
|
15
28
|
* The hostname of Strata Cloud Manager API. Default: `api.sase.paloaltonetworks.com`. Environment variable: `SCM_HOST`.
|
|
16
29
|
* JSON config file variable: `host`.
|
|
@@ -21,6 +34,16 @@ export declare const host: string | undefined;
|
|
|
21
34
|
* `SCM_LOGGING`. JSON config file variable: `logging`.
|
|
22
35
|
*/
|
|
23
36
|
export declare const logging: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The port number to use for API commands, if non-standard for the given protocol. Environment variable: `SCM_PORT`. JSON
|
|
39
|
+
* config file variable: `port`.
|
|
40
|
+
*/
|
|
41
|
+
export declare const port: number | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* The protocol to use for SCM. This should be 'http' or 'https'. Default: `https`. Environment variable: `SCM_PROTOCOL`.
|
|
44
|
+
* JSON config file variable: `protocol`.
|
|
45
|
+
*/
|
|
46
|
+
export declare const protocol: string | undefined;
|
|
24
47
|
/**
|
|
25
48
|
* The client scope. Environment variable: `SCM_SCOPE`. JSON config file variable: `scope`.
|
|
26
49
|
*/
|
package/config/vars.js
CHANGED
|
@@ -10,6 +10,12 @@ Object.defineProperty(exports, "authFile", {
|
|
|
10
10
|
},
|
|
11
11
|
enumerable: true,
|
|
12
12
|
});
|
|
13
|
+
Object.defineProperty(exports, "authUrl", {
|
|
14
|
+
get() {
|
|
15
|
+
return __config.get("authUrl");
|
|
16
|
+
},
|
|
17
|
+
enumerable: true,
|
|
18
|
+
});
|
|
13
19
|
Object.defineProperty(exports, "clientId", {
|
|
14
20
|
get() {
|
|
15
21
|
return __config.get("clientId");
|
|
@@ -22,6 +28,12 @@ Object.defineProperty(exports, "clientSecret", {
|
|
|
22
28
|
},
|
|
23
29
|
enumerable: true,
|
|
24
30
|
});
|
|
31
|
+
Object.defineProperty(exports, "headers", {
|
|
32
|
+
get() {
|
|
33
|
+
return __config.getObject("headers");
|
|
34
|
+
},
|
|
35
|
+
enumerable: true,
|
|
36
|
+
});
|
|
25
37
|
Object.defineProperty(exports, "host", {
|
|
26
38
|
get() {
|
|
27
39
|
return __config.get("host");
|
|
@@ -34,6 +46,18 @@ Object.defineProperty(exports, "logging", {
|
|
|
34
46
|
},
|
|
35
47
|
enumerable: true,
|
|
36
48
|
});
|
|
49
|
+
Object.defineProperty(exports, "port", {
|
|
50
|
+
get() {
|
|
51
|
+
return __config.getObject("port");
|
|
52
|
+
},
|
|
53
|
+
enumerable: true,
|
|
54
|
+
});
|
|
55
|
+
Object.defineProperty(exports, "protocol", {
|
|
56
|
+
get() {
|
|
57
|
+
return __config.get("protocol");
|
|
58
|
+
},
|
|
59
|
+
enumerable: true,
|
|
60
|
+
});
|
|
37
61
|
Object.defineProperty(exports, "scope", {
|
|
38
62
|
get() {
|
|
39
63
|
return __config.get("scope");
|
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAM1C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IACnC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,EAAE;IACpC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAM1C,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAQH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,cAAc,EAAE;IAC3C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,cAAc,CAAC,CAAC;IACxC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAA0B,SAAS,CAAC,CAAC;IAClE,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IACnC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE;IACnC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAS,MAAM,CAAC,CAAC;IAC9C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,UAAU,EAAE;IACvC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACpC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,EAAE;IACpC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IACjC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/scm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A Pulumi package for managing resources on Strata Cloud Manager.. Based on terraform-provider-scm: version v0.2.1",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"paloaltonetworks",
|
|
9
9
|
"category/network"
|
|
10
10
|
],
|
|
11
|
-
"homepage": "https://
|
|
11
|
+
"homepage": "https://pulumi.com",
|
|
12
12
|
"repository": "https://github.com/pulumi/pulumi-scm",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"scripts": {
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
"pulumi": {
|
|
26
26
|
"resource": true,
|
|
27
27
|
"name": "scm",
|
|
28
|
-
"version": "0.1.
|
|
28
|
+
"version": "0.1.2"
|
|
29
29
|
}
|
|
30
30
|
}
|
package/provider.d.ts
CHANGED
|
@@ -15,6 +15,12 @@ export declare class Provider extends pulumi.ProviderResource {
|
|
|
15
15
|
* The file path to the JSON file with auth creds for SCM.
|
|
16
16
|
*/
|
|
17
17
|
readonly authFile: pulumi.Output<string | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* The URL to send auth credentials to which will return a JWT. Default:
|
|
20
|
+
* `https://auth.apps.paloaltonetworks.com/auth/v1/oauth2/access_token`. Environment variable: `SCM_AUTH_URL`. JSON config
|
|
21
|
+
* file variable: `authUrl`.
|
|
22
|
+
*/
|
|
23
|
+
readonly authUrl: pulumi.Output<string | undefined>;
|
|
18
24
|
/**
|
|
19
25
|
* The client ID for the connection. Environment variable: `SCM_CLIENT_ID`. JSON config file variable: `clientId`.
|
|
20
26
|
*/
|
|
@@ -34,6 +40,11 @@ export declare class Provider extends pulumi.ProviderResource {
|
|
|
34
40
|
* `SCM_LOGGING`. JSON config file variable: `logging`.
|
|
35
41
|
*/
|
|
36
42
|
readonly logging: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The protocol to use for SCM. This should be 'http' or 'https'. Default: `https`. Environment variable: `SCM_PROTOCOL`.
|
|
45
|
+
* JSON config file variable: `protocol`.
|
|
46
|
+
*/
|
|
47
|
+
readonly protocol: pulumi.Output<string | undefined>;
|
|
37
48
|
/**
|
|
38
49
|
* The client scope. Environment variable: `SCM_SCOPE`. JSON config file variable: `scope`.
|
|
39
50
|
*/
|
|
@@ -55,6 +66,12 @@ export interface ProviderArgs {
|
|
|
55
66
|
* The file path to the JSON file with auth creds for SCM.
|
|
56
67
|
*/
|
|
57
68
|
authFile?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The URL to send auth credentials to which will return a JWT. Default:
|
|
71
|
+
* `https://auth.apps.paloaltonetworks.com/auth/v1/oauth2/access_token`. Environment variable: `SCM_AUTH_URL`. JSON config
|
|
72
|
+
* file variable: `authUrl`.
|
|
73
|
+
*/
|
|
74
|
+
authUrl?: pulumi.Input<string>;
|
|
58
75
|
/**
|
|
59
76
|
* The client ID for the connection. Environment variable: `SCM_CLIENT_ID`. JSON config file variable: `clientId`.
|
|
60
77
|
*/
|
|
@@ -64,6 +81,13 @@ export interface ProviderArgs {
|
|
|
64
81
|
* `clientSecret`.
|
|
65
82
|
*/
|
|
66
83
|
clientSecret?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Custom HTTP headers to be sent with all API commands. Environment variable: `SCM_HEADERS`. JSON config file variable:
|
|
86
|
+
* `headers`.
|
|
87
|
+
*/
|
|
88
|
+
headers?: pulumi.Input<{
|
|
89
|
+
[key: string]: pulumi.Input<string>;
|
|
90
|
+
}>;
|
|
67
91
|
/**
|
|
68
92
|
* The hostname of Strata Cloud Manager API. Default: `api.sase.paloaltonetworks.com`. Environment variable: `SCM_HOST`.
|
|
69
93
|
* JSON config file variable: `host`.
|
|
@@ -74,6 +98,16 @@ export interface ProviderArgs {
|
|
|
74
98
|
* `SCM_LOGGING`. JSON config file variable: `logging`.
|
|
75
99
|
*/
|
|
76
100
|
logging?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The port number to use for API commands, if non-standard for the given protocol. Environment variable: `SCM_PORT`. JSON
|
|
103
|
+
* config file variable: `port`.
|
|
104
|
+
*/
|
|
105
|
+
port?: pulumi.Input<number>;
|
|
106
|
+
/**
|
|
107
|
+
* The protocol to use for SCM. This should be 'http' or 'https'. Default: `https`. Environment variable: `SCM_PROTOCOL`.
|
|
108
|
+
* JSON config file variable: `protocol`.
|
|
109
|
+
*/
|
|
110
|
+
protocol?: pulumi.Input<string>;
|
|
77
111
|
/**
|
|
78
112
|
* The client scope. Environment variable: `SCM_SCOPE`. JSON config file variable: `scope`.
|
|
79
113
|
*/
|
package/provider.js
CHANGED
|
@@ -34,10 +34,14 @@ class Provider extends pulumi.ProviderResource {
|
|
|
34
34
|
opts = opts || {};
|
|
35
35
|
{
|
|
36
36
|
resourceInputs["authFile"] = args ? args.authFile : undefined;
|
|
37
|
+
resourceInputs["authUrl"] = args ? args.authUrl : undefined;
|
|
37
38
|
resourceInputs["clientId"] = args ? args.clientId : undefined;
|
|
38
39
|
resourceInputs["clientSecret"] = (args === null || args === void 0 ? void 0 : args.clientSecret) ? pulumi.secret(args.clientSecret) : undefined;
|
|
40
|
+
resourceInputs["headers"] = pulumi.output(args ? args.headers : undefined).apply(JSON.stringify);
|
|
39
41
|
resourceInputs["host"] = args ? args.host : undefined;
|
|
40
42
|
resourceInputs["logging"] = args ? args.logging : undefined;
|
|
43
|
+
resourceInputs["port"] = pulumi.output(args ? args.port : undefined).apply(JSON.stringify);
|
|
44
|
+
resourceInputs["protocol"] = args ? args.protocol : undefined;
|
|
41
45
|
resourceInputs["scope"] = args ? args.scope : undefined;
|
|
42
46
|
}
|
|
43
47
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAyCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,cAAc,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,YAAY,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACnG,cAAc,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YACjG,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC3F,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,cAAc,CAAC,EAAE,CAAC;QACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AAhFL,4BAiFC;AAhFG,gBAAgB;AACO,qBAAY,GAAG,KAAK,CAAC"}
|