@@ -127,6 +127,27 @@ commands:
127127 --filter=! : The criteria for the rule.
128128 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
129129 --rule-name=! : The name of the rule to create.
130+ - name : create-service-linked-analyzer
131+ description : Creates a service-linked analyzer managed by an Amazon Web Services service.
132+ flags :
133+ --archive-rules= :
134+ description : Specifies the archive rules to add for the analyzer.
135+ nargs : -1
136+ --cli-input-json= : Read arguments from the JSON string provided.
137+ --cli-input-yaml= : Read arguments from the YAML string provided.
138+ --client-token= : A client token.
139+ --configuration= : Specifies the configuration of the analyzer.
140+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
141+ --type=! : The type of analyzer to create.
142+ completion :
143+ flag :
144+ type :
145+ - ACCOUNT
146+ - ORGANIZATION
147+ - ACCOUNT_UNUSED_ACCESS
148+ - ORGANIZATION_UNUSED_ACCESS
149+ - ACCOUNT_INTERNAL_ACCESS
150+ - ORGANIZATION_INTERNAL_ACCESS
130151 - name : delete-analyzer
131152 description : Deletes the specified analyzer.
132153 flags :
@@ -144,6 +165,14 @@ commands:
144165 --client-token= : A client token.
145166 --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
146167 --rule-name=! : The name of the rule to delete.
168+ - name : delete-service-linked-analyzer
169+ description : Deletes a service-linked analyzer.
170+ flags :
171+ --analyzer-name=! : The name of the service-linked analyzer to delete.
172+ --cli-input-json= : Read arguments from the JSON string provided.
173+ --cli-input-yaml= : Read arguments from the YAML string provided.
174+ --client-token= : A client token.
175+ --generate-cli-skeleton : Prints a JSON skeleton to standard output without sending an API request.
147176 - name : generate-finding-recommendation
148177 description : Creates a recommendation for an unused permissions finding.
149178 flags :
0 commit comments