@@ -58,9 +58,9 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
58
58
* "<keys>": "STRING_VALUE",
59
59
* },
60
60
* clientToken: "STRING_VALUE",
61
- * assessmentSchedule: "STRING_VALUE ",
61
+ * assessmentSchedule: "Disabled" || "Daily ",
62
62
* permissionModel: { // PermissionModel
63
- * type: "STRING_VALUE ", // required
63
+ * type: "LegacyIAMUser" || "RoleBased ", // required
64
64
* invokerRoleName: "STRING_VALUE",
65
65
* crossAccountRoleArns: [ // IamRoleArnList
66
66
* "STRING_VALUE",
@@ -69,10 +69,11 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
69
69
* eventSubscriptions: [ // EventSubscriptionList
70
70
* { // EventSubscription
71
71
* name: "STRING_VALUE", // required
72
- * eventType: "STRING_VALUE ", // required
72
+ * eventType: "ScheduledAssessmentFailure" || "DriftDetected ", // required
73
73
* snsTopicArn: "STRING_VALUE",
74
74
* },
75
75
* ],
76
+ * awsApplicationArn: "STRING_VALUE",
76
77
* };
77
78
* const command = new CreateAppCommand(input);
78
79
* const response = await client.send(command);
@@ -83,17 +84,17 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
83
84
* // description: "STRING_VALUE",
84
85
* // policyArn: "STRING_VALUE",
85
86
* // creationTime: new Date("TIMESTAMP"), // required
86
- * // status: "STRING_VALUE ",
87
- * // complianceStatus: "STRING_VALUE ",
87
+ * // status: "Active" || "Deleting ",
88
+ * // complianceStatus: "PolicyBreached" || "PolicyMet" || "NotAssessed" || "ChangesDetected" || "NotApplicable" || "MissingPolicy ",
88
89
* // lastAppComplianceEvaluationTime: new Date("TIMESTAMP"),
89
90
* // resiliencyScore: Number("double"),
90
91
* // lastResiliencyScoreEvaluationTime: new Date("TIMESTAMP"),
91
92
* // tags: { // TagMap
92
93
* // "<keys>": "STRING_VALUE",
93
94
* // },
94
- * // assessmentSchedule: "STRING_VALUE ",
95
+ * // assessmentSchedule: "Disabled" || "Daily ",
95
96
* // permissionModel: { // PermissionModel
96
- * // type: "STRING_VALUE ", // required
97
+ * // type: "LegacyIAMUser" || "RoleBased ", // required
97
98
* // invokerRoleName: "STRING_VALUE",
98
99
* // crossAccountRoleArns: [ // IamRoleArnList
99
100
* // "STRING_VALUE",
@@ -102,14 +103,15 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
102
103
* // eventSubscriptions: [ // EventSubscriptionList
103
104
* // { // EventSubscription
104
105
* // name: "STRING_VALUE", // required
105
- * // eventType: "STRING_VALUE ", // required
106
+ * // eventType: "ScheduledAssessmentFailure" || "DriftDetected ", // required
106
107
* // snsTopicArn: "STRING_VALUE",
107
108
* // },
108
109
* // ],
109
- * // driftStatus: "STRING_VALUE ",
110
+ * // driftStatus: "NotChecked" || "NotDetected" || "Detected ",
110
111
* // lastDriftEvaluationTime: new Date("TIMESTAMP"),
111
112
* // rtoInSecs: Number("int"),
112
113
* // rpoInSecs: Number("int"),
114
+ * // awsApplicationArn: "STRING_VALUE",
113
115
* // },
114
116
* // };
115
117
*
0 commit comments