@@ -596,6 +596,7 @@ impl Default for Configuration {
596596 ( "v2.create_incident_todo" . to_owned ( ) , false ) ,
597597 ( "v2.create_incident_type" . to_owned ( ) , false ) ,
598598 ( "v2.create_incident_user_defined_field" . to_owned ( ) , false ) ,
599+ ( "v2.create_incident_user_defined_role" . to_owned ( ) , false ) ,
599600 ( "v2.delete_global_incident_handle" . to_owned ( ) , false ) ,
600601 ( "v2.delete_incident" . to_owned ( ) , false ) ,
601602 ( "v2.delete_incident_attachment" . to_owned ( ) , false ) ,
@@ -606,6 +607,7 @@ impl Default for Configuration {
606607 ( "v2.delete_incident_todo" . to_owned ( ) , false ) ,
607608 ( "v2.delete_incident_type" . to_owned ( ) , false ) ,
608609 ( "v2.delete_incident_user_defined_field" . to_owned ( ) , false ) ,
610+ ( "v2.delete_incident_user_defined_role" . to_owned ( ) , false ) ,
609611 ( "v2.get_global_incident_settings" . to_owned ( ) , false ) ,
610612 ( "v2.get_incident" . to_owned ( ) , false ) ,
611613 ( "v2.get_incident_integration" . to_owned ( ) , false ) ,
@@ -615,6 +617,7 @@ impl Default for Configuration {
615617 ( "v2.get_incident_todo" . to_owned ( ) , false ) ,
616618 ( "v2.get_incident_type" . to_owned ( ) , false ) ,
617619 ( "v2.get_incident_user_defined_field" . to_owned ( ) , false ) ,
620+ ( "v2.get_incident_user_defined_role" . to_owned ( ) , false ) ,
618621 ( "v2.import_incident" . to_owned ( ) , false ) ,
619622 ( "v2.list_global_incident_handles" . to_owned ( ) , false ) ,
620623 ( "v2.list_incident_attachments" . to_owned ( ) , false ) ,
@@ -626,6 +629,7 @@ impl Default for Configuration {
626629 ( "v2.list_incident_todos" . to_owned ( ) , false ) ,
627630 ( "v2.list_incident_types" . to_owned ( ) , false ) ,
628631 ( "v2.list_incident_user_defined_fields" . to_owned ( ) , false ) ,
632+ ( "v2.list_incident_user_defined_roles" . to_owned ( ) , false ) ,
629633 ( "v2.search_incidents" . to_owned ( ) , false ) ,
630634 ( "v2.update_global_incident_handle" . to_owned ( ) , false ) ,
631635 ( "v2.update_global_incident_settings" . to_owned ( ) , false ) ,
@@ -638,6 +642,7 @@ impl Default for Configuration {
638642 ( "v2.update_incident_todo" . to_owned ( ) , false ) ,
639643 ( "v2.update_incident_type" . to_owned ( ) , false ) ,
640644 ( "v2.update_incident_user_defined_field" . to_owned ( ) , false ) ,
645+ ( "v2.update_incident_user_defined_role" . to_owned ( ) , false ) ,
641646 ( "v2.create_aws_account_ccm_config" . to_owned ( ) , false ) ,
642647 ( "v2.delete_aws_account_ccm_config" . to_owned ( ) , false ) ,
643648 ( "v2.get_aws_account_ccm_config" . to_owned ( ) , false ) ,
0 commit comments